Uses of Enum
org.apache.arrow.vector.compression.CompressionUtil.CodecType
Package
Description
-
Uses of CompressionUtil.CodecType in org.apache.arrow.compression
Modifier and TypeMethodDescriptionLz4CompressionCodec.getCodecType()
ZstdCompressionCodec.getCodecType()
Modifier and TypeMethodDescriptionCommonsCompressionFactory.createCodec
(CompressionUtil.CodecType codecType) CommonsCompressionFactory.createCodec
(CompressionUtil.CodecType codecType, int compressionLevel) -
Uses of CompressionUtil.CodecType in org.apache.arrow.vector.compression
Modifier and TypeMethodDescriptionstatic CompressionUtil.CodecType
CompressionUtil.CodecType.fromCompressionType
(byte type) Gets the codec type from the compression type defined inCompressionType
.CompressionCodec.getCodecType()
Gets the type of the codec.NoCompressionCodec.getCodecType()
static CompressionUtil.CodecType
Returns the enum constant of this type with the specified name.static CompressionUtil.CodecType[]
CompressionUtil.CodecType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionCompressionCodec.Factory.createCodec
(CompressionUtil.CodecType codecType) Creates the codec based on the codec type.CompressionCodec.Factory.createCodec
(CompressionUtil.CodecType codecType, int compressionLevel) Creates the codec based on the codec type and compression level.NoCompressionCodec.Factory.createCodec
(CompressionUtil.CodecType codecType) NoCompressionCodec.Factory.createCodec
(CompressionUtil.CodecType codecType, int compressionLevel) -
Uses of CompressionUtil.CodecType in org.apache.arrow.vector.ipc
ModifierConstructorDescriptionArrowFileWriter
(VectorSchemaRoot root, DictionaryProvider provider, WritableByteChannel out, Map<String, String> metaData, IpcOption option, CompressionCodec.Factory compressionFactory, CompressionUtil.CodecType codecType) ArrowFileWriter
(VectorSchemaRoot root, DictionaryProvider provider, WritableByteChannel out, Map<String, String> metaData, IpcOption option, CompressionCodec.Factory compressionFactory, CompressionUtil.CodecType codecType, Optional<Integer> compressionLevel) ArrowStreamWriter
(VectorSchemaRoot root, DictionaryProvider provider, WritableByteChannel out, IpcOption option, CompressionCodec.Factory compressionFactory, CompressionUtil.CodecType codecType) Construct an ArrowStreamWriter with compression enabled.ArrowStreamWriter
(VectorSchemaRoot root, DictionaryProvider provider, WritableByteChannel out, IpcOption option, CompressionCodec.Factory compressionFactory, CompressionUtil.CodecType codecType, Optional<Integer> compressionLevel) Construct an ArrowStreamWriter with compression enabled.protected
ArrowWriter
(VectorSchemaRoot root, DictionaryProvider provider, WritableByteChannel out, IpcOption option, CompressionCodec.Factory compressionFactory, CompressionUtil.CodecType codecType, Optional<Integer> compressionLevel) Note: fields are not closed when the writer is closed.