包 | 描述 |
---|---|
ai.rapids.cudf |
修饰符和类型 | 字段和描述 |
---|---|
static CSVOptions |
CSVOptions.DEFAULT |
修饰符和类型 | 方法和描述 |
---|---|
CSVOptions |
CSVOptions.Builder.build() |
修饰符和类型 | 方法和描述 |
---|---|
static Table |
Table.readCSV(Schema schema, CSVOptions opts, byte[] buffer) 读取 CSV 格式的数据。
|
static Table |
Table.readCSV(Schema schema, CSVOptions opts, byte[] buffer, long offset, long len) |
static Table |
Table.readCSV(Schema schema, CSVOptions opts, byte[] buffer, long offset, long len, HostMemoryAllocator hostMemoryAllocator) 读取 CSV 格式的数据。
|
static Table |
Table.readCSV(Schema schema, CSVOptions opts, DataSource ds) |
static Table |
Table.readCSV(Schema schema, CSVOptions opts, File path) 读取一个 CSV 文件。
|
static Table |
Table.readCSV(Schema schema, CSVOptions opts, HostMemoryBuffer buffer, long offset, long len) 读取 CSV 格式的数据。
|
版权所有 © 2025. 保留所有权利。