| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
RecordBatchFileReaderResult |
RecordBatchFileReaderResult.getPointer(long i) |
RecordBatchFileReaderResult |
RecordBatchFileReaderResult.getPointer(long i) |
RecordBatchFileReaderResult |
RecordBatchFileReaderFuture.MoveResult()
\brief Returns an rvalue to the result.
|
RecordBatchFileReaderResult |
RecordBatchFileReaderFuture.MoveResult()
\brief Returns an rvalue to the result.
|
static RecordBatchFileReaderResult |
RecordBatchFileReader.Open(RandomAccessFile file) |
static RecordBatchFileReaderResult |
RecordBatchFileReader.Open(RandomAccessFile file) |
static RecordBatchFileReaderResult |
RecordBatchFileReader.Open(RandomAccessFile file,
IpcReadOptions options)
\brief Open a RecordBatchFileReader
Open a file-like object that is assumed to be self-contained; i.e., the
end of the file interface is the end of the Arrow file.
|
static RecordBatchFileReaderResult |
RecordBatchFileReader.Open(RandomAccessFile file,
IpcReadOptions options)
\brief Open a RecordBatchFileReader
Open a file-like object that is assumed to be self-contained; i.e., the
end of the file interface is the end of the Arrow file.
|
static RecordBatchFileReaderResult |
RecordBatchFileReader.Open(RandomAccessFile file,
long footer_offset) |
static RecordBatchFileReaderResult |
RecordBatchFileReader.Open(RandomAccessFile file,
long footer_offset) |
static RecordBatchFileReaderResult |
RecordBatchFileReader.Open(RandomAccessFile file,
long footer_offset,
IpcReadOptions options)
\brief Open a RecordBatchFileReader
If the file is embedded within some larger file or memory region, you can
pass the absolute memory offset to the end of the file (which contains the
metadata footer).
|
static RecordBatchFileReaderResult |
RecordBatchFileReader.Open(RandomAccessFile file,
long footer_offset,
IpcReadOptions options)
\brief Open a RecordBatchFileReader
If the file is embedded within some larger file or memory region, you can
pass the absolute memory offset to the end of the file (which contains the
metadata footer).
|
RecordBatchFileReaderResult |
RecordBatchFileReaderResult.position(long position) |
RecordBatchFileReaderResult |
RecordBatchFileReaderResult.position(long position) |
RecordBatchFileReaderResult |
RecordBatchFileReaderResult.put(RecordBatchFileReaderResult other)
Copy-assignment operator.
|
RecordBatchFileReaderResult |
RecordBatchFileReaderResult.put(RecordBatchFileReaderResult other)
Copy-assignment operator.
|
RecordBatchFileReaderResult |
RecordBatchFileReaderFuture.result()
\brief Wait for the Future to complete and return its Result
|
RecordBatchFileReaderResult |
RecordBatchFileReaderFuture.result()
\brief Wait for the Future to complete and return its Result
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RecordBatchFileReaderResult.Equals(RecordBatchFileReaderResult other)
Compare to another Result.
|
boolean |
RecordBatchFileReaderResult.Equals(RecordBatchFileReaderResult other)
Compare to another Result.
|
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
|
void |
RecordBatchFileReaderFuture.MarkFinished(RecordBatchFileReaderResult res)
\brief Producer API: mark Future finished
The Future's result is set to
res. |
void |
RecordBatchFileReaderFuture.MarkFinished(RecordBatchFileReaderResult res)
\brief Producer API: mark Future finished
The Future's result is set to
res. |
RecordBatchFileReaderResult |
RecordBatchFileReaderResult.put(RecordBatchFileReaderResult other)
Copy-assignment operator.
|
RecordBatchFileReaderResult |
RecordBatchFileReaderResult.put(RecordBatchFileReaderResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
RecordBatchFileReaderFuture(RecordBatchFileReaderResult res)
\brief Implicit constructor to create a future from a Result, enabling use
of macros like ARROW_ASSIGN_OR_RAISE.
|
RecordBatchFileReaderFuture(RecordBatchFileReaderResult res)
\brief Implicit constructor to create a future from a Result, enabling use
of macros like ARROW_ASSIGN_OR_RAISE.
|
RecordBatchFileReaderResult(RecordBatchFileReaderResult other)
Copy constructor.
|
RecordBatchFileReaderResult(RecordBatchFileReaderResult other)
Copy constructor.
|
Copyright © 2022. All rights reserved.