| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
RecordBatchStreamReaderResult |
RecordBatchStreamReaderResult.getPointer(long i) |
static RecordBatchStreamReaderResult |
RecordBatchStreamReader.Open(InputStream stream) |
static RecordBatchStreamReaderResult |
RecordBatchStreamReader.Open(InputStream stream,
IpcReadOptions options)
\brief Record batch stream reader from InputStream
|
static RecordBatchStreamReaderResult |
RecordBatchStreamReader.Open(MessageReader message_reader) |
static RecordBatchStreamReaderResult |
RecordBatchStreamReader.Open(MessageReader message_reader,
IpcReadOptions options)
Create batch reader from generic MessageReader.
|
RecordBatchStreamReaderResult |
RecordBatchStreamReaderResult.position(long position) |
RecordBatchStreamReaderResult |
RecordBatchStreamReaderResult.put(RecordBatchStreamReaderResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RecordBatchStreamReaderResult.Equals(RecordBatchStreamReaderResult other)
Compare to another Result.
|
RecordBatchStreamReaderResult |
RecordBatchStreamReaderResult.put(RecordBatchStreamReaderResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
RecordBatchStreamReaderResult(RecordBatchStreamReaderResult other)
Copy constructor.
|
Copyright © 2021. All rights reserved.