22 #include <cudf/utilities/export.hpp>
29 namespace CUDF_EXPORT
cudf {
77 std::unique_ptr<table>
tile(
A non-owning, immutable view of device data as a column of elements, some of which may be null as ind...
A set of cudf::column_view's of the same size.
Class definition for cudf::column.
flip_endianness
Configures whether byte casting flips endianness.
std::unique_ptr< column > interleave_columns(table_view const &input, rmm::device_async_resource_ref mr=rmm::mr::get_current_device_resource())
Interleave columns of a table into a single column.
std::unique_ptr< column > byte_cast(column_view const &input_column, flip_endianness endian_configuration, rmm::device_async_resource_ref mr=rmm::mr::get_current_device_resource())
Converts a column's elements to lists of bytes.
std::unique_ptr< table > tile(table_view const &input, size_type count, rmm::device_async_resource_ref mr=rmm::mr::get_current_device_resource())
Repeats the rows from input table count times to form a new table.
cuda::mr::async_resource_ref< cuda::mr::device_accessible > device_async_resource_ref
device_memory_resource * get_current_device_resource()
int32_t size_type
Row index type for columns and tables.
Class definitions for (mutable)_table_view
Type declarations for libcudf.