| Package | Description |
|---|---|
| org.apache.hadoop.hive.llap.io.decode | |
| org.apache.hadoop.hive.llap.io.encoded |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReadPipeline |
| Modifier and Type | Class and Description |
|---|---|
class |
EncodedDataConsumer<BatchKey,BatchType extends org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch<BatchKey>> |
class |
OrcEncodedDataConsumer |
| Modifier and Type | Method and Description |
|---|---|
void |
EncodedDataConsumer.init(ConsumerFeedback<BatchType> upstreamFeedback,
Callable<Void> readCallable) |
void |
OrcEncodedDataConsumer.init(ConsumerFeedback<Reader.OrcEncodedColumnBatch> upstreamFeedback,
Callable<Void> readCallable,
IoTrace trace) |
| Modifier and Type | Class and Description |
|---|---|
class |
OrcEncodedDataReader
This produces EncodedColumnBatch via ORC EncodedDataImpl.
|
class |
SerDeEncodedDataReader |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.