| Package | Description |
|---|---|
| ai.rapids.cudf |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiBufferDataSource
This is a DataSource that can take multiple HostMemoryBuffers.
|
| 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 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)
Read JSON formatted data.
|
static Table |
Table.readJSON(Schema schema,
JSONOptions opts,
DataSource ds,
int emtpyRowCount)
Read JSON formatted data.
|
static Table |
Table.readORC(ORCOptions opts,
DataSource ds) |
static Table |
Table.readParquet(ParquetOptions opts,
DataSource ds) |
| Constructor and Description |
|---|
ParquetChunkedReader(long chunkSizeByteLimit,
ParquetOptions opts,
DataSource ds)
Construct a reader instance from a DataSource
|
Copyright © 2024. All rights reserved.