|
| class | cudf::column |
| | A container of nullable device data as a column of elements. More...
|
| |
| class | cudf::column_device_view |
| | An immutable, non-owning view of device data as a column of elements that is trivially copyable and usable in CUDA device code. More...
|
| |
| class | cudf::mutable_column_device_view |
| | A mutable, non-owning view of device data as a column of elements that is trivially copyable and usable in CUDA device code. More...
|
| |
| struct | cudf::nullate |
| | Indicates the presence of nulls at compile-time or runtime. More...
|
| |
| class | cudf::column_device_view_core |
| | An immutable, non-owning view of device data as a column of elements that is trivially copyable and usable in CUDA device code and offline-compiled code (i.e. NVRTC). More...
|
| |
| class | cudf::mutable_column_device_view_core |
| | A mutable, non-owning view of device data as a column of elements that is trivially copyable and usable in CUDA device code and offline-compiled code (i.e. NVRTC). More...
|
| |
| class | cudf::column_view |
| | A non-owning, immutable view of device data as a column of elements, some of which may be null as indicated by a bitmask. More...
|
| |
| class | cudf::mutable_column_view |
| | A non-owning, mutable view of device data as a column of elements, some of which may be null as indicated by a bitmask. More...
|
| |
| struct | cudf::scalar_column_view |
| | A non-owning, immutable view of device data as a column of elements, some of which may be null as indicated by a bitmask. More...
|
| |
| class | cudf::lists_column_device_view |
| | Given a column_device_view, an instance of this class provides a wrapper on this compound column for list operations. Analogous to list_column_view. More...
|
| |
| class | cudf::structs_column_device_view |
| | Given a column_device_view, an instance of this class provides a wrapper on this compound column for struct operations. Analogous to struct_column_view. More...
|
| |