| Package | Description |
|---|---|
| ai.rapids.cudf |
| Modifier and Type | Field and Description |
|---|---|
static ORCOptions |
ORCOptions.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
ORCOptions |
ORCOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static Table |
Table.readORC(ORCOptions opts,
byte[] buffer)
Read ORC formatted data.
|
static Table |
Table.readORC(ORCOptions opts,
byte[] buffer,
long offset,
long len)
Read ORC formatted data.
|
static Table |
Table.readORC(ORCOptions opts,
File path)
Read a ORC file.
|
static Table |
Table.readORC(ORCOptions opts,
HostMemoryBuffer buffer,
long offset,
long len)
Read ORC formatted data.
|
Copyright © 2023. All rights reserved.