| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
static Status |
RecordBatchFileReader.Open(RandomAccessFile file,
long footer_offset,
RecordBatchFileReader reader)
\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 Status |
RecordBatchFileReader.Open(RandomAccessFile file,
RecordBatchFileReader reader)
\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.
|
Copyright © 2020. All rights reserved.