| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.parquet |
| Modifier and Type | Method and Description |
|---|---|
static CacheOptions |
CacheOptions.Defaults() |
CacheOptions |
CacheOptions.getPointer(long i) |
CacheOptions |
CacheOptions.hole_size_limit(long setter) |
static CacheOptions |
CacheOptions.MakeFromNetworkMetrics(long time_to_first_byte_millis,
long transfer_bandwidth_mib_per_sec) |
static CacheOptions |
CacheOptions.MakeFromNetworkMetrics(long time_to_first_byte_millis,
long transfer_bandwidth_mib_per_sec,
double ideal_bandwidth_utilization_frac,
long max_ideal_request_size_mib)
\brief Construct CacheOptions from network storage metrics (e.g.
|
CacheOptions |
CacheOptions.position(long position) |
CacheOptions |
CacheOptions.range_size_limit(long setter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CacheOptions.equals(CacheOptions other) |
| Constructor and Description |
|---|
ReadRangeCache(RandomAccessFile file,
AsyncContext ctx,
CacheOptions options)
Construct a read cache with given options
|
| Modifier and Type | Method and Description |
|---|---|
CacheOptions |
ArrowReaderProperties.cache_options() |
| 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_cache_options(CacheOptions options)
Set options for read coalescing.
|
Copyright © 2021. All rights reserved.