| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global | |
| org.bytedeco.parquet |
| Modifier and Type | Method and Description |
|---|---|
Future |
RandomAccessFileFuture.asFuture()
\brief Future
|
Future |
InputStreamFuture.asFuture()
\brief Future
|
Future |
Future.asFuture()
\brief Future
|
Future |
TableFuture.asFuture()
\brief Future
|
Future |
FileInfoVectorFuture.asFuture()
\brief Future
|
Future |
TaskGroup.FinishAsync()
Returns a future that will complete the first time all tasks are finished.
|
static Future |
Future.Make()
\brief Producer API: instantiate a valid Future
The Future's state is initialized with PENDING.
|
Future |
ReadRangeCache.Wait()
\brief Wait until all ranges added so far have been cached.
|
| Modifier and Type | Method and Description |
|---|---|
static Future |
arrow.AllComplete(Future futures)
\brief Create a Future which completes when all of
futures complete. |
| Modifier and Type | Method and Description |
|---|---|
static Future |
arrow.AllComplete(Future futures)
\brief Create a Future which completes when all of
futures complete. |
| Modifier and Type | Method and Description |
|---|---|
Future |
ParquetFileReader.PreBuffer(int[] row_groups,
int[] column_indices,
IOContext ctx,
CacheOptions options) |
Future |
ParquetFileReader.PreBuffer(IntBuffer row_groups,
IntBuffer column_indices,
IOContext ctx,
CacheOptions options) |
Future |
ParquetFileReader.PreBuffer(IntPointer row_groups,
IntPointer column_indices,
IOContext ctx,
CacheOptions options)
Pre-buffer the specified column indices in all row groups.
|
Copyright © 2021. All rights reserved.