_data | cudf::detail::column_view_base | protected |
_null_count | cudf::detail::column_view_base | mutableprotected |
_null_mask | cudf::detail::column_view_base | protected |
_offset | cudf::detail::column_view_base | protected |
_size | cudf::detail::column_view_base | protected |
_type | cudf::detail::column_view_base | protected |
begin() const noexcept | cudf::detail::column_view_base | inline |
bit_cast(column_view const &input, data_type type) | cudf::column_view | friend |
child(size_type child_index) const noexcept | cudf::column_view | inline |
child_begin() const noexcept | cudf::column_view | inline |
child_end() const noexcept | cudf::column_view | inline |
column_view()=default (defined in cudf::column_view) | cudf::column_view | |
column_view(column_view const &)=default | cudf::column_view | |
column_view(column_view &&)=default | cudf::column_view | |
column_view(data_type type, size_type size, void const *data, bitmask_type const *null_mask, size_type null_count, size_type offset=0, std::vector< column_view > const &children={}) | cudf::column_view | |
column_view(device_span< T const > data) | cudf::column_view | inline |
column_view_base()=default (defined in cudf::detail::column_view_base) | cudf::detail::column_view_base | protected |
column_view_base(column_view_base const &)=default | cudf::detail::column_view_base | protected |
column_view_base(column_view_base &&)=default | cudf::detail::column_view_base | protected |
column_view_base(data_type type, size_type size, void const *data, bitmask_type const *null_mask, size_type null_count, size_type offset=0) | cudf::detail::column_view_base | protected |
data() const noexcept | cudf::detail::column_view_base | inline |
end() const noexcept | cudf::detail::column_view_base | inline |
get_data() const noexcept override | cudf::column_view | protectedvirtual |
has_nulls() const | cudf::detail::column_view_base | inline |
has_nulls(size_type begin, size_type end) const | cudf::detail::column_view_base | inline |
head() const noexcept | cudf::detail::column_view_base | inline |
is_empty() const noexcept | cudf::detail::column_view_base | inline |
null_count() const | cudf::detail::column_view_base | inline |
null_count(size_type begin, size_type end) const | cudf::detail::column_view_base | |
null_mask() const noexcept | cudf::detail::column_view_base | inline |
nullable() const noexcept | cudf::detail::column_view_base | inline |
num_children() const noexcept | cudf::column_view | inline |
offset() const noexcept | cudf::detail::column_view_base | inline |
operator device_span< T const >() const | cudf::column_view | inline |
operator=(column_view const &)=default | cudf::column_view | |
operator=(column_view &&)=default | cudf::column_view | |
cudf::detail::column_view_base::operator=(column_view_base const &)=default | cudf::detail::column_view_base | protected |
cudf::detail::column_view_base::operator=(column_view_base &&)=default | cudf::detail::column_view_base | protected |
size() const noexcept | cudf::detail::column_view_base | inline |
type() const noexcept | cudf::detail::column_view_base | inline |
~column_view() override=default (defined in cudf::column_view) | cudf::column_view | |
~column_view_base()=default (defined in cudf::detail::column_view_base) | cudf::detail::column_view_base | protectedvirtual |