_data | cudf::detail::column_device_view_base | protected |
_null_mask | cudf::detail::column_device_view_base | protected |
_offset | cudf::detail::column_device_view_base | protected |
_size | cudf::detail::column_device_view_base | protected |
_type | cudf::detail::column_device_view_base | protected |
column_device_view_base()=delete (defined in cudf::detail::column_device_view_base) | cudf::detail::column_device_view_base | |
column_device_view_base(column_device_view_base const &)=default | cudf::detail::column_device_view_base | |
column_device_view_base(column_device_view_base &&)=default | cudf::detail::column_device_view_base | |
column_device_view_base(data_type type, size_type size, void const *data, bitmask_type const *null_mask, size_type offset) | cudf::detail::column_device_view_base | inlineprotected |
data() const noexcept | cudf::detail::column_device_view_base | inline |
get_mask_word(size_type word_index) const noexcept | cudf::detail::column_device_view_base | inline |
head() const noexcept | cudf::detail::column_device_view_base | inline |
is_null(size_type element_index) const noexcept | cudf::detail::column_device_view_base | inline |
is_null_nocheck(size_type element_index) const noexcept | cudf::detail::column_device_view_base | inline |
is_valid(size_type element_index) const noexcept | cudf::detail::column_device_view_base | inline |
is_valid_nocheck(size_type element_index) const noexcept | cudf::detail::column_device_view_base | inline |
null_mask() const noexcept | cudf::detail::column_device_view_base | inline |
nullable() const noexcept | cudf::detail::column_device_view_base | inline |
offset() const noexcept | cudf::detail::column_device_view_base | inline |
operator=(column_device_view_base const &)=default | cudf::detail::column_device_view_base | |
operator=(column_device_view_base &&)=default | cudf::detail::column_device_view_base | |
size() const noexcept | cudf::detail::column_device_view_base | inline |
type() const noexcept | cudf::detail::column_device_view_base | inline |
~column_device_view_base()=default (defined in cudf::detail::column_device_view_base) | cudf::detail::column_device_view_base | |