cudf::column Member List

This is the complete list of members for cudf::column, including all inherited members.

child(size_type child_index) noexceptcudf::columninline
child(size_type child_index) const noexceptcudf::columninline
column()=default (defined in cudf::column)cudf::column
column(column const &other, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::mr::device_memory_resource *mr=rmm::mr::get_current_device_resource())cudf::column
column(column &&other) noexceptcudf::column
column(rmm::device_uvector< T > &&other, rmm::device_buffer &&null_mask, size_type null_count)cudf::columninline
column(data_type dtype, size_type size, B1 &&data, B2 &&null_mask, size_type null_count, std::vector< std::unique_ptr< column >> &&children={})cudf::columninline
column(column_view view, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::mr::device_memory_resource *mr=rmm::mr::get_current_device_resource())cudf::columnexplicit
has_nulls() const noexceptcudf::columninline
mutable_view()cudf::column
null_count() constcudf::columninline
nullable() const noexceptcudf::columninline
num_children() const noexceptcudf::columninline
operator column_view() constcudf::columninline
operator mutable_column_view()cudf::columninline
operator=(column const &other)=delete (defined in cudf::column)cudf::column
operator=(column &&other)=delete (defined in cudf::column)cudf::column
release() noexceptcudf::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 noexceptcudf::columninline
type() const noexceptcudf::columninline
view() constcudf::column
~column()=default (defined in cudf::column)cudf::column