Package | Description |
---|---|
org.apache.arrow.flatbuf | |
org.apache.arrow.vector.ipc.message |
Modifier and Type | Method and Description |
---|---|
RecordBatch |
RecordBatch.__assign(int _i,
ByteBuffer _bb) |
RecordBatch |
DictionaryBatch.data() |
RecordBatch |
DictionaryBatch.data(RecordBatch obj) |
RecordBatch |
RecordBatch.Vector.get(int j) |
RecordBatch |
RecordBatch.Vector.get(RecordBatch obj,
int j) |
static RecordBatch |
RecordBatch.getRootAsRecordBatch(ByteBuffer _bb) |
static RecordBatch |
RecordBatch.getRootAsRecordBatch(ByteBuffer _bb,
RecordBatch obj) |
Modifier and Type | Method and Description |
---|---|
RecordBatch |
DictionaryBatch.data(RecordBatch obj) |
RecordBatch |
RecordBatch.Vector.get(RecordBatch obj,
int j) |
static RecordBatch |
RecordBatch.getRootAsRecordBatch(ByteBuffer _bb,
RecordBatch obj) |
Modifier and Type | Method and Description |
---|---|
static ArrowRecordBatch |
MessageSerializer.deserializeRecordBatch(RecordBatch recordBatchFB,
ArrowBuf body)
Deserializes an ArrowRecordBatch given the Flatbuffer metadata and in-memory body.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.