cudf::scalar 的类定义。 更多信息...
#include <cudf/column/column.hpp>
#include <cudf/detail/device_scalar.hpp>
#include <cudf/table/table.hpp>
#include <cudf/types.hpp>
#include <cudf/utilities/default_stream.hpp>
#include <cudf/utilities/memory_resource.hpp>
#include <cudf/utilities/traits.hpp>
#include <rmm/cuda_stream_view.hpp>
#include <rmm/device_buffer.hpp>
#include <rmm/device_scalar.hpp>
#include <string_view>
类 | |
类 | cudf::scalar |
表示单个值的拥有类。 更多信息... | |
类 | cudf::detail::fixed_width_scalar< T > |
表示设备内存中固定宽度类型值的拥有类。 更多信息... | |
类 | cudf::numeric_scalar< T > |
表示设备内存中数值的拥有类。 更多信息... | |
类 | cudf::fixed_point_scalar< T > |
表示设备内存中定点数的拥有类。 更多信息... | |
类 | cudf::string_scalar |
表示设备内存中字符串的拥有类。 更多信息... | |
类 | cudf::chrono_scalar< T > |
表示设备内存中时间戳/时长值的拥有类。 更多信息... | |
类 | cudf::timestamp_scalar< T > |
表示设备内存中时间戳值的拥有类。 更多信息... | |
类 | cudf::duration_scalar< T > |
表示设备内存中时长值的拥有类。 更多信息... | |
类 | cudf::list_scalar |
表示设备内存中列表值的拥有类。 更多信息... | |
类 | cudf::struct_scalar |
表示设备内存中结构体值的拥有类。 更多信息... | |
命名空间 | |
cudf | |
cuDF 接口 | |
cudf::scalar 的类定义。
定义于文件 scalar.hpp 中。