| Package | Description |
|---|---|
| org.apache.arrow.vector.compression | |
| org.apache.arrow.vector.ipc |
| Modifier and Type | Method and Description |
|---|---|
static CompressionUtil.CodecType |
CompressionUtil.CodecType.fromCompressionType(byte type)
Gets the codec type from the compression type defined in
CompressionType. |
CompressionUtil.CodecType |
NoCompressionCodec.getCodecType() |
CompressionUtil.CodecType |
CompressionCodec.getCodecType()
Gets the type of the codec.
|
static CompressionUtil.CodecType |
CompressionUtil.CodecType.valueOf(String name)
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 Type | Method and Description |
|---|---|
CompressionCodec |
NoCompressionCodec.Factory.createCodec(CompressionUtil.CodecType codecType) |
CompressionCodec |
CompressionCodec.Factory.createCodec(CompressionUtil.CodecType codecType)
Creates the codec based on the codec type.
|
CompressionCodec |
NoCompressionCodec.Factory.createCodec(CompressionUtil.CodecType codecType,
int compressionLevel) |
CompressionCodec |
CompressionCodec.Factory.createCodec(CompressionUtil.CodecType codecType,
int compressionLevel)
Creates the codec based on the codec type and compression level.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.