Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
static TableWithMeta |
Table.readAndInferJSON(JSONOptions opts,
DataSource ds)
Read JSON formatted data and infer the column names and schema.
|
static TableWithMeta |
Table.readJSON(JSONOptions opts,
HostMemoryBuffer buffer,
long offset,
long len)
Read JSON formatted data and infer the column names and schema.
|
Copyright © 2024. All rights reserved.