读取器的 schema 元素 更多...
#include <types.hpp>
读取器的 schema 元素
定义于文件 io/types.hpp 的第 997 行。
◆ reader_column_schema() [1/2]
cudf::io::reader_column_schema::reader_column_schema |
( |
size_type |
number_of_children | ) |
|
|
inline |
构造一个新的读取器列 schema 对象。
- 参数
-
number_of_children | 要默认构造的子 schema 对象的数量 |
定义于文件 io/types.hpp 的第 1012 行。
◆ reader_column_schema() [2/2]
构造一个新的读取器列 schema 对象,使用定义子元素的 span。
- 参数
-
child_span | 子 schema 对象的 span |
定义于文件 io/types.hpp 的第 1019 行。
◆ add_child()
◆ child() [1/2]
◆ child() [2/2]
◆ get_num_children()
size_t cudf::io::reader_column_schema::get_num_children |
( |
| ) |
const |
|
inline |
◆ get_type_length()
int32_t cudf::io::reader_column_schema::get_type_length |
( |
| ) |
const |
|
inline |
◆ is_enabled_convert_binary_to_strings()
bool cudf::io::reader_column_schema::is_enabled_convert_binary_to_strings |
( |
| ) |
const |
|
inline |
◆ set_convert_binary_to_strings()
reader_column_schema& cudf::io::reader_column_schema::set_convert_binary_to_strings |
( |
bool |
convert_to_string | ) |
|
|
inline |
指定此列应被视为二进制数据还是字符串数据。仅对以下列类型有效: string, list<int8>
- 参数
-
convert_to_string | True = 将二进制转换为字符串 False = 返回二进制 |
- 返回值
- 返回 this 用于链式调用
定义于文件 io/types.hpp 的第 1060 行。
◆ set_type_length()
此类的文档由以下文件生成