Package | Description |
---|---|
org.apache.arrow.compression | |
org.apache.arrow.vector.compression |
Modifier and Type | Method and Description |
---|---|
CompressionUtil.CodecType |
Lz4CompressionCodec.getCodecType() |
CompressionUtil.CodecType |
ZstdCompressionCodec.getCodecType() |
Modifier and Type | Method and Description |
---|---|
CompressionCodec |
CommonsCompressionFactory.createCodec(CompressionUtil.CodecType codecType) |
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.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.