Function morpheus::proxy_table_from_table_with_metadata
Defined in File cudf_util.hpp
-
pybind11::object morpheus::proxy_table_from_table_with_metadata(cudf::io::table_with_metadata&&, int)
These proxy functions allow us to have a shared set of cudf_helpers interfaces declarations, which proxy the actual generated cython calls. The cython implementation in ‘cudf_helpers_api.h’ can only appear in the translation unit for the pybind module declaration.
- Returns
pybind11::object