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) |
static Table |
Table.readORC(ORCOptions opts,
byte[] buffer,
long offset,
long len,
HostMemoryAllocator hostMemoryAllocator)
Read ORC formatted data.
|
static Table |
Table.readORC(ORCOptions opts,
DataSource ds) |
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.
|
Constructor and Description |
---|
ORCChunkedReader(long chunkReadLimit,
long passReadLimit,
long outputRowSizingGranularity,
ORCOptions opts,
HostMemoryBuffer buffer,
long offset,
long len)
Construct a chunked ORC reader instance, similar to
ORCChunkedReader(long, long, ORCOptions, HostMemoryBuffer, long, long) ,
with an additional parameter to control the granularity of the output table. |
ORCChunkedReader(long chunkReadLimit,
long passReadLimit,
ORCOptions opts,
HostMemoryBuffer buffer,
long offset,
long len)
Construct the reader instance from read limits, output row granularity,
and a file already loaded in a memory buffer.
|
Copyright © 2024. All rights reserved.