| Package | Description |
|---|---|
| com.facebook.hive.orc |
The Optimized Row Columnar (ORC) File Format.
|
| Modifier and Type | Field and Description |
|---|---|
CompressionKind |
OrcFile.KeyWrapper.compression |
| Modifier and Type | Method and Description |
|---|---|
CompressionKind |
ReaderImpl.getCompression() |
CompressionKind |
Reader.getCompression()
Get the compression kind.
|
static CompressionKind |
CompressionKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionKind[] |
CompressionKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Writer |
OrcFile.createWriter(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector inspector,
long stripeSize,
CompressionKind compress,
int bufferSize,
int rowIndexStride)
Create an ORC file streamFactory.
|
Copyright © 2013–2021. All rights reserved.