| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
RecordBatchFileReaderFuture |
RecordBatchFileReaderFuture.getPointer(long i) |
RecordBatchFileReaderFuture |
RecordBatchFileReaderFuture.getPointer(long i) |
static RecordBatchFileReaderFuture |
RecordBatchFileReaderFuture.Make()
\brief Producer API: instantiate a valid Future
The Future's state is initialized with PENDING.
|
static RecordBatchFileReaderFuture |
RecordBatchFileReaderFuture.Make()
\brief Producer API: instantiate a valid Future
The Future's state is initialized with PENDING.
|
static RecordBatchFileReaderFuture |
RecordBatchFileReaderFuture.MakeFinished(RecordBatchFileReaderResult res)
\brief Producer API: instantiate a finished Future
|
static RecordBatchFileReaderFuture |
RecordBatchFileReaderFuture.MakeFinished(RecordBatchFileReaderResult res)
\brief Producer API: instantiate a finished Future
|
static RecordBatchFileReaderFuture |
RecordBatchFileReader.OpenAsync(RandomAccessFile file) |
static RecordBatchFileReaderFuture |
RecordBatchFileReader.OpenAsync(RandomAccessFile file) |
static RecordBatchFileReaderFuture |
RecordBatchFileReader.OpenAsync(RandomAccessFile file,
IpcReadOptions options)
\brief Open a file asynchronously (owns the file).
|
static RecordBatchFileReaderFuture |
RecordBatchFileReader.OpenAsync(RandomAccessFile file,
IpcReadOptions options)
\brief Open a file asynchronously (owns the file).
|
static RecordBatchFileReaderFuture |
RecordBatchFileReader.OpenAsync(RandomAccessFile file,
long footer_offset) |
static RecordBatchFileReaderFuture |
RecordBatchFileReader.OpenAsync(RandomAccessFile file,
long footer_offset) |
static RecordBatchFileReaderFuture |
RecordBatchFileReader.OpenAsync(RandomAccessFile file,
long footer_offset,
IpcReadOptions options)
\brief Open a file asynchronously (owns the file).
|
static RecordBatchFileReaderFuture |
RecordBatchFileReader.OpenAsync(RandomAccessFile file,
long footer_offset,
IpcReadOptions options)
\brief Open a file asynchronously (owns the file).
|
RecordBatchFileReaderFuture |
RecordBatchFileReaderFuture.position(long position) |
RecordBatchFileReaderFuture |
RecordBatchFileReaderFuture.position(long position) |
Copyright © 2022. All rights reserved.