| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.parquet |
| Modifier and Type | Method and Description |
|---|---|
AsyncContext |
AsyncContext.executor(Executor setter) |
AsyncContext |
AsyncContext.external_id(long setter) |
AsyncContext |
AsyncContext.getPointer(long i) |
AsyncContext |
AsyncContext.position(long position) |
| Constructor and Description |
|---|
ReadRangeCache(RandomAccessFile file,
AsyncContext ctx)
Construct a read cache with default
|
ReadRangeCache(RandomAccessFile file,
AsyncContext ctx,
CacheOptions options)
Construct a read cache with given options
|
| Modifier and Type | Method and Description |
|---|---|
AsyncContext |
ArrowReaderProperties.async_context() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParquetFileReader.PreBuffer(int[] row_groups,
int[] column_indices,
AsyncContext ctx,
CacheOptions options) |
void |
ParquetFileReader.PreBuffer(IntBuffer row_groups,
IntBuffer column_indices,
AsyncContext ctx,
CacheOptions options) |
void |
ParquetFileReader.PreBuffer(IntPointer row_groups,
IntPointer column_indices,
AsyncContext ctx,
CacheOptions options)
Pre-buffer the specified column indices in all row groups.
|
void |
ArrowReaderProperties.set_async_context(AsyncContext ctx)
Set execution context for read coalescing.
|
Copyright © 2021. All rights reserved.