| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.io.orc |
The Optimized Row Columnar (ORC) File Format.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DirectDecompressionCodec |
| Modifier and Type | Field and Description |
|---|---|
protected CompressionCodec |
ReaderImpl.codec |
| Modifier and Type | Method and Description |
|---|---|
static CompressionCodec |
WriterImpl.createCodec(CompressionKind kind) |
CompressionCodec |
CompressionCodec.modify(EnumSet<CompressionCodec.Modifier> modifiers)
Produce a modified compression codec if the underlying algorithm allows
modification.
|
| Modifier and Type | Method and Description |
|---|---|
static InStream |
InStream.create(String streamName,
ByteBuffer[] buffers,
long[] offsets,
long length,
CompressionCodec codec,
int bufferSize)
Deprecated.
|
static InStream |
InStream.create(String name,
List<DiskRange> input,
long length,
CompressionCodec codec,
int bufferSize)
Create an input stream from a list of disk ranges with data.
|
| Constructor and Description |
|---|
MetadataReader(org.apache.hadoop.fs.FileSystem fileSystem,
org.apache.hadoop.fs.Path path,
CompressionCodec codec,
int bufferSize,
int typeCount) |
MetadataReader(org.apache.hadoop.fs.FSDataInputStream file,
CompressionCodec codec,
int bufferSize,
int typeCount) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.