Uses of Class
org.apache.arrow.vector.ipc.message.ArrowRecordBatch
Packages that use ArrowRecordBatch
Package
Description
-
Uses of ArrowRecordBatch in org.apache.arrow.vector
Methods in org.apache.arrow.vector that return ArrowRecordBatchModifier and TypeMethodDescriptionVectorUnloader.getRecordBatch()Performs the depth first traversal of the Vectors to create anArrowRecordBatchsuitable for serialization.Methods in org.apache.arrow.vector with parameters of type ArrowRecordBatchModifier and TypeMethodDescriptionvoidVectorLoader.load(ArrowRecordBatch recordBatch) Loads the record batch in the vectors. -
Uses of ArrowRecordBatch in org.apache.arrow.vector.ipc
Methods in org.apache.arrow.vector.ipc with parameters of type ArrowRecordBatchModifier and TypeMethodDescriptionprotected voidArrowReader.loadRecordBatch(ArrowRecordBatch batch) Load an ArrowRecordBatch to the readers VectorSchemaRoot.protected ArrowBlockArrowFileWriter.writeRecordBatch(ArrowRecordBatch batch) protected ArrowBlockArrowWriter.writeRecordBatch(ArrowRecordBatch batch) -
Uses of ArrowRecordBatch in org.apache.arrow.vector.ipc.message
Methods in org.apache.arrow.vector.ipc.message that return ArrowRecordBatchModifier and TypeMethodDescriptionArrowRecordBatch.cloneWithTransfer(BufferAllocator allocator) Create a new ArrowRecordBatch which has the same information as this batch but whose buffers are owned by that Allocator.static ArrowRecordBatchMessageSerializer.deserializeRecordBatch(Message recordBatchMessage, ArrowBuf bodyBuffer) Deserializes an ArrowRecordBatch from a record batch message and data in an ArrowBuf.static ArrowRecordBatchMessageSerializer.deserializeRecordBatch(RecordBatch recordBatchFB, ArrowBuf body) Deserializes an ArrowRecordBatch given the Flatbuffer metadata and in-memory body.static ArrowRecordBatchMessageSerializer.deserializeRecordBatch(MessageMetadataResult serializedMessage, ArrowBuf underlying) Reads a record batch based on the metadata in serializedMessage and the underlying data buffer.static ArrowRecordBatchMessageSerializer.deserializeRecordBatch(ReadChannel in, BufferAllocator allocator) Deserializes an ArrowRecordBatch read from the input channel.static ArrowRecordBatchMessageSerializer.deserializeRecordBatch(ReadChannel in, ArrowBlock block, BufferAllocator alloc) Deserializes an ArrowRecordBatch knowing the size of the entire message up front.ArrowDictionaryBatch.getDictionary()Methods in org.apache.arrow.vector.ipc.message with parameters of type ArrowRecordBatchModifier and TypeMethodDescriptionstatic ArrowBlockMessageSerializer.serialize(WriteChannel out, ArrowRecordBatch batch) Serializes an ArrowRecordBatch.static ArrowBlockMessageSerializer.serialize(WriteChannel out, ArrowRecordBatch batch, IpcOption option) Serializes an ArrowRecordBatch.ArrowMessage.ArrowMessageVisitor.visit(ArrowRecordBatch message) static longMessageSerializer.writeBatchBuffers(WriteChannel out, ArrowRecordBatch batch) Write the Arrow buffers of the record batch to the output channel.Constructors in org.apache.arrow.vector.ipc.message with parameters of type ArrowRecordBatchModifierConstructorDescriptionArrowDictionaryBatch(long dictionaryId, ArrowRecordBatch dictionary) Deprecated.ArrowDictionaryBatch(long dictionaryId, ArrowRecordBatch dictionary, boolean isDelta) Constructs new instance.