包 | 描述 |
---|---|
ai.rapids.cudf |
修饰符和类型 | 字段和描述 |
---|---|
static Schema |
Schema.INFERRED |
修饰符和类型 | 方法和描述 |
---|---|
Schema |
Schema.Builder.build() |
Schema |
Schema.getChild(int i) 获取子元素的模式。
|
修饰符和类型 | 方法和描述 |
---|---|
static Table |
Table.readCSV(Schema schema, byte[] buffer) 使用默认的 CSVOptions 读取 CSV 格式数据。
|
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 格式数据。
|
static Table |
Table.readCSV(Schema schema, File path) 使用默认的 CSVOptions 读取 CSV 文件。
|
static Table |
Table.readJSON(Schema schema, byte[] buffer) 使用默认的 JSONOptions 读取 JSON 格式数据。
|
static Table |
Table.readJSON(Schema schema, File path) 使用默认的 JSONOptions 读取 JSON 文件。
|
static Table |
Table.readJSON(Schema schema, JSONOptions opts, byte[] buffer) 读取 JSON 格式数据。
|
static Table |
Table.readJSON(Schema schema, JSONOptions opts, byte[] buffer, long offset, long len) |
static Table |
Table.readJSON(Schema schema, JSONOptions opts, byte[] buffer, long offset, long len, HostMemoryAllocator hostMemoryAllocator) 读取 JSON 格式数据。
|
static Table |
Table.readJSON(Schema schema, JSONOptions opts, byte[] buffer, long offset, long len, HostMemoryAllocator hostMemoryAllocator, int emptyRowCount) 已弃用。
此方法已弃用,因为未使用 emptyRowCount。请改用不带 emptyRowCount 的方法。
|
static Table |
Table.readJSON(Schema schema, JSONOptions opts, byte[] buffer, long offset, long len, int emptyRowCount) |
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.readJSON(Schema schema, JSONOptions opts, File path) 读取 JSON 文件。
|
static Table |
Table.readJSON(Schema schema, JSONOptions opts, HostMemoryBuffer buffer, long offset, long len) 读取 JSON 格式数据。
|
static Table |
Table.readJSON(Schema schema, JSONOptions opts, HostMemoryBuffer buffer, long offset, long len, int emptyRowCount) 已弃用。
此方法已弃用,因为未使用 emptyRowCount。请改用不带 emptyRowCount 的方法。
|
版权所有 © 2025。保留所有权利。