Uses of Enum
org.apache.arrow.vector.compression.CompressionUtil.CodecType
Packages that use CompressionUtil.CodecType
-
Uses of CompressionUtil.CodecType in org.apache.arrow.vector.compression
Methods in org.apache.arrow.vector.compression that return CompressionUtil.CodecTypeModifier and TypeMethodDescriptionstatic CompressionUtil.CodecTypeCompressionUtil.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.CodecTypeReturns 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.Methods in org.apache.arrow.vector.compression with parameters of type CompressionUtil.CodecTypeModifier 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
Constructors in org.apache.arrow.vector.ipc with parameters of type CompressionUtil.CodecTypeModifierConstructorDescriptionArrowFileWriter(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.protectedArrowWriter(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.