| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
RecordBatchFileReaderResult |
RecordBatchFileReaderResult.getPointer(long i) |
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,
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).
|
RecordBatchFileReaderResult |
RecordBatchFileReaderResult.position(long position) |
RecordBatchFileReaderResult |
RecordBatchFileReaderResult.put(RecordBatchFileReaderResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RecordBatchFileReaderResult.Equals(RecordBatchFileReaderResult other)
Compare to another Result.
|
RecordBatchFileReaderResult |
RecordBatchFileReaderResult.put(RecordBatchFileReaderResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
RecordBatchFileReaderResult(RecordBatchFileReaderResult other)
Copy constructor.
|
Copyright © 2021. All rights reserved.