This is the complete list of members for cudf::column, including all inherited members.
child(size_type child_index) noexcept | cudf::column | inline |
child(size_type child_index) const noexcept | cudf::column | inline |
column()=default (defined in cudf::column) | cudf::column | |
column(column const &other, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::device_async_resource_ref mr=cudf::get_current_device_resource_ref()) | cudf::column | |
column(column &&other) noexcept | cudf::column | |
column(rmm::device_uvector< T > &&other, rmm::device_buffer &&null_mask, size_type null_count) | cudf::column | inline |
column(data_type dtype, size_type size, B1 &&data, B2 &&null_mask, size_type null_count, std::vector< std::unique_ptr< column >> &&children={}) | cudf::column | inline |
column(column_view view, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::device_async_resource_ref mr=cudf::get_current_device_resource_ref()) | cudf::column | explicit |
has_nulls() const noexcept | cudf::column | inline |
mutable_view() | cudf::column | |
null_count() const | cudf::column | inline |
nullable() const noexcept | cudf::column | inline |
num_children() const noexcept | cudf::column | inline |
operator column_view() const | cudf::column | inline |
operator mutable_column_view() | cudf::column | inline |
operator=(column const &other)=delete (defined in cudf::column) | cudf::column | |
operator=(column &&other)=delete (defined in cudf::column) | cudf::column | |
release() noexcept | cudf::column | |
set_null_count(size_type new_null_count) | cudf::column | |
set_null_mask(rmm::device_buffer &&new_null_mask, size_type new_null_count) | cudf::column | |
set_null_mask(rmm::device_buffer const &new_null_mask, size_type new_null_count, rmm::cuda_stream_view stream=cudf::get_default_stream()) | cudf::column | |
size() const noexcept | cudf::column | inline |
type() const noexcept | cudf::column | inline |
view() const | cudf::column | |
~column()=default (defined in cudf::column) | cudf::column |