Uses of Class
org.apache.arrow.vector.ipc.message.ArrowBodyCompression
Packages that use ArrowBodyCompression
-
Uses of ArrowBodyCompression in org.apache.arrow.vector.compression
Fields in org.apache.arrow.vector.compression declared as ArrowBodyCompressionModifier and TypeFieldDescriptionstatic final ArrowBodyCompression
NoCompressionCodec.DEFAULT_BODY_COMPRESSION
Methods in org.apache.arrow.vector.compression that return ArrowBodyCompressionModifier and TypeMethodDescriptionstatic ArrowBodyCompression
CompressionUtil.createBodyCompression
(CompressionCodec codec) Creates theArrowBodyCompression
object, given theCompressionCodec
. -
Uses of ArrowBodyCompression in org.apache.arrow.vector.ipc.message
Methods in org.apache.arrow.vector.ipc.message that return ArrowBodyCompressionConstructors in org.apache.arrow.vector.ipc.message with parameters of type ArrowBodyCompressionModifierConstructorDescriptionArrowRecordBatch
(int length, List<ArrowFieldNode> nodes, List<ArrowBuf> buffers, ArrowBodyCompression bodyCompression) ArrowRecordBatch
(int length, List<ArrowFieldNode> nodes, List<ArrowBuf> buffers, ArrowBodyCompression bodyCompression, boolean alignBuffers) Construct a record batch from nodes.ArrowRecordBatch
(int length, List<ArrowFieldNode> nodes, List<ArrowBuf> buffers, ArrowBodyCompression bodyCompression, boolean alignBuffers, boolean retainBuffers) Construct a record batch from nodes.ArrowRecordBatch
(int length, List<ArrowFieldNode> nodes, List<ArrowBuf> buffers, ArrowBodyCompression bodyCompression, List<Long> variadicBufferCounts, boolean alignBuffers) Construct a record batch from nodes.ArrowRecordBatch
(int length, List<ArrowFieldNode> nodes, List<ArrowBuf> buffers, ArrowBodyCompression bodyCompression, List<Long> variadicBufferCounts, boolean alignBuffers, boolean retainBuffers) Construct a record batch from nodes.