包 | 描述 |
---|---|
ai.rapids.cudf |
修饰符和类型 | 类和描述 |
---|---|
class |
MultiBufferDataSource
这是一个可以接受多个 HostMemoryBuffer 的 DataSource。
|
修饰符和类型 | 方法和描述 |
---|---|
static TableWithMeta |
Table.readAndInferJSON(JSONOptions opts, DataSource ds) 读取 JSON 格式的数据并推断列名和模式。
|
static Table |
Table.readAvro(AvroOptions opts, DataSource ds) |
static Table |
Table.readCSV(Schema schema, CSVOptions opts, DataSource ds) |
static Table |
Table.readJSON(Schema schema, JSONOptions opts, DataSource ds) 读取 JSON 格式的数据。
|
static Table |
Table.readJSON(Schema schema, JSONOptions opts, DataSource ds, int emptyRowCount) 已过时。
此方法已过时,因为 emptyRowCount 未使用。请改用不带 emptyRowCount 的方法。
|
static Table |
Table.readORC(ORCOptions opts, DataSource ds) |
static Table |
Table.readParquet(ParquetOptions opts, DataSource ds) 读取 parquet 格式的数据。
|
构造函数和描述 |
---|
ParquetChunkedReader(long chunkSizeByteLimit, ParquetOptions opts, DataSource ds)
从 DataSource 构造一个读取器实例
|
Copyright © 2025. 保留所有权利。