| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.io.orc.encoded |
| Modifier and Type | Method and Description |
|---|---|
Pool<Reader.OrcEncodedColumnBatch> |
Reader.PoolFactory.createEncodedColumnBatchPool() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.orc.impl.TreeReaderFactory.StructTreeReader |
EncodedTreeReaderFactory.createRootTreeReader(org.apache.orc.TypeDescription[] batchSchemas,
List<org.apache.orc.OrcProto.ColumnEncoding> encodings,
Reader.OrcEncodedColumnBatch batch,
org.apache.orc.CompressionCodec codec,
org.apache.orc.impl.TreeReaderFactory.Context context,
boolean useDecimal64ColumnVectors) |
| Modifier and Type | Method and Description |
|---|---|
void |
EncodedReader.readEncodedColumns(int stripeIx,
org.apache.orc.StripeInformation stripe,
org.apache.orc.OrcProto.RowIndex[] index,
List<org.apache.orc.OrcProto.ColumnEncoding> encodings,
List<org.apache.orc.OrcProto.Stream> streams,
boolean[] physicalFileIncludes,
boolean[] rgs,
Consumer<Reader.OrcEncodedColumnBatch> consumer)
Reads encoded data from ORC file.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.