| 包 | 描述 |
|---|---|
| ai.rapids.cudf |
| 修饰符和类型 | 字段和描述 |
|---|---|
static JSONOptions |
JSONOptions.DEFAULT |
| 修饰符和类型 | 方法和描述 |
|---|---|
JSONOptions |
JSONOptions.Builder.build() |
| 修饰符和类型 | 方法和描述 |
|---|---|
static TableWithMeta |
Table.readAndInferJSON(JSONOptions opts, DataSource ds)读取 JSON 格式数据并推断列名和模式。
|
static TableWithMeta |
Table.readJSON(JSONOptions opts, HostMemoryBuffer buffer, long offset, long len)读取 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(File path, Schema schema, JSONOptions opts)读取一个 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。保留所有权利。