Package | Description |
---|---|
org.apache.hadoop.hive.ql.io.orc |
The Optimized Row Columnar (ORC) File Format.
|
Modifier and Type | Method and Description |
---|---|
static CompressionCodec.Modifier |
CompressionCodec.Modifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionCodec.Modifier[] |
CompressionCodec.Modifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CompressionCodec |
CompressionCodec.modify(EnumSet<CompressionCodec.Modifier> modifiers)
Produce a modified compression codec if the underlying algorithm allows
modification.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.