29 std::vector<std::unique_ptr<cudf::column>> convert_to_rows_fixed_width_optimized(
35 std::vector<std::unique_ptr<cudf::column>> convert_to_rows(
41 std::unique_ptr<cudf::table> convert_from_rows_fixed_width_optimized(
43 std::vector<cudf::data_type>
const& schema,
47 std::unique_ptr<cudf::table> convert_from_rows(
49 std::vector<cudf::data_type>
const& schema,
Given a column-view of lists type, an instance of this class provides a wrapper on this compound colu...
A set of cudf::column_view's of the same size.
rmm::cuda_stream_view const get_default_stream()
Get the current default stream.
device_memory_resource * get_current_device_resource()
Class definition for cudf::lists_column_view.
Class definitions for (mutable)_table_view