Uses of Class
org.apache.arrow.flatbuf.RecordBatch
Packages that use RecordBatch
-
Uses of RecordBatch in org.apache.arrow.flatbuf
Methods in org.apache.arrow.flatbuf that return RecordBatchModifier and TypeMethodDescriptionRecordBatch.__assign
(int _i, ByteBuffer _bb) DictionaryBatch.data()
DictionaryBatch.data
(RecordBatch obj) RecordBatch.Vector.get
(int j) RecordBatch.Vector.get
(RecordBatch obj, int j) static RecordBatch
RecordBatch.getRootAsRecordBatch
(ByteBuffer _bb) static RecordBatch
RecordBatch.getRootAsRecordBatch
(ByteBuffer _bb, RecordBatch obj) Methods in org.apache.arrow.flatbuf with parameters of type RecordBatchModifier and TypeMethodDescriptionDictionaryBatch.data
(RecordBatch obj) RecordBatch.Vector.get
(RecordBatch obj, int j) static RecordBatch
RecordBatch.getRootAsRecordBatch
(ByteBuffer _bb, RecordBatch obj) -
Uses of RecordBatch in org.apache.arrow.vector.ipc.message
Methods in org.apache.arrow.vector.ipc.message with parameters of type RecordBatchModifier and TypeMethodDescriptionstatic ArrowRecordBatch
MessageSerializer.deserializeRecordBatch
(RecordBatch recordBatchFB, ArrowBuf body) Deserializes an ArrowRecordBatch given the Flatbuffer metadata and in-memory body.