#include <cudf/utilities/export.hpp>
#include <cstdint>
#include <vector>
类 | |
class | cudf::io::text::byte_range_info |
存储用于指示字节范围的偏移量和大小 更多... | |
命名空间 | |
cudf | |
cuDF 接口 | |
cudf::io | |
IO 接口。 | |
函数 | |
std::vector< byte_range_info > | cudf::io::text::create_byte_range_infos_consecutive (int64_t total_bytes, int64_t range_count) |
创建一个包含 [0, total_bytes) 之间连续范围的集合。 更多... | |
byte_range_info | cudf::io::text::create_byte_range_info_max () |
创建一个表示文件尽可能大范围的 byte_range_info。具体来说,是 [0, numeric_limits<int64_t>::max()) 。 更多... | |