Uses of Class
org.apache.arrow.vector.ipc.message.ArrowBlock
Packages that use ArrowBlock
-
Uses of ArrowBlock in org.apache.arrow.vector.ipc
Methods in org.apache.arrow.vector.ipc that return ArrowBlockModifier and TypeMethodDescriptionprotected ArrowBlockArrowFileWriter.writeDictionaryBatch(ArrowDictionaryBatch batch) protected ArrowBlockArrowWriter.writeDictionaryBatch(ArrowDictionaryBatch batch) protected ArrowBlockArrowFileWriter.writeRecordBatch(ArrowRecordBatch batch) protected ArrowBlockArrowWriter.writeRecordBatch(ArrowRecordBatch batch) Methods in org.apache.arrow.vector.ipc that return types with arguments of type ArrowBlockModifier and TypeMethodDescriptionArrowFileReader.getDictionaryBlocks()ArrowFileWriter.getDictionaryBlocks()ArrowFileReader.getRecordBlocks()Returns theArrowBlockmetadata from the file.ArrowFileWriter.getRecordBlocks()Methods in org.apache.arrow.vector.ipc with parameters of type ArrowBlockModifier and TypeMethodDescriptionbooleanArrowFileReader.loadRecordBatch(ArrowBlock block) Loads record batch for the given block. -
Uses of ArrowBlock in org.apache.arrow.vector.ipc.message
Methods in org.apache.arrow.vector.ipc.message that return ArrowBlockModifier and TypeMethodDescriptionstatic ArrowBlockMessageSerializer.serialize(WriteChannel out, ArrowDictionaryBatch batch) static ArrowBlockMessageSerializer.serialize(WriteChannel out, ArrowDictionaryBatch batch, IpcOption option) Serializes a dictionary ArrowRecordBatch.static ArrowBlockMessageSerializer.serialize(WriteChannel out, ArrowRecordBatch batch) Serializes an ArrowRecordBatch.static ArrowBlockMessageSerializer.serialize(WriteChannel out, ArrowRecordBatch batch, IpcOption option) Serializes an ArrowRecordBatch.Methods in org.apache.arrow.vector.ipc.message that return types with arguments of type ArrowBlockMethods in org.apache.arrow.vector.ipc.message with parameters of type ArrowBlockModifier and TypeMethodDescriptionstatic ArrowDictionaryBatchMessageSerializer.deserializeDictionaryBatch(ReadChannel in, ArrowBlock block, BufferAllocator alloc) Deserializes a DictionaryBatch knowing the size of the entire message up front.static ArrowRecordBatchMessageSerializer.deserializeRecordBatch(ReadChannel in, ArrowBlock block, BufferAllocator alloc) Deserializes an ArrowRecordBatch knowing the size of the entire message up front.Constructor parameters in org.apache.arrow.vector.ipc.message with type arguments of type ArrowBlockModifierConstructorDescriptionArrowFooter(Schema schema, List<ArrowBlock> dictionaries, List<ArrowBlock> recordBatches) ArrowFooter(Schema schema, List<ArrowBlock> dictionaries, List<ArrowBlock> recordBatches, Map<String, String> metaData) Constructs a new instance.ArrowFooter(Schema schema, List<ArrowBlock> dictionaries, List<ArrowBlock> recordBatches, Map<String, String> metaData, MetadataVersion metadataVersion) Constructs a new instance.