Package | Description |
---|---|
org.apache.orc.impl | |
org.apache.orc.impl.reader |
Modifier and Type | Method and Description |
---|---|
OrcIndex |
RecordReaderImpl.readRowIndex(int stripeIndex,
boolean[] included,
boolean[] readCols) |
Modifier and Type | Method and Description |
---|---|
OrcIndex |
StripePlanner.readRowIndex(boolean[] sargColumns,
OrcIndex output)
Read and parse the indexes for the current stripe.
|
Modifier and Type | Method and Description |
---|---|
BufferChunkList |
StripePlanner.readData(OrcIndex index,
boolean[] rowGroupInclude,
boolean forceDirect,
TypeReader.ReadPhase readPhase)
Read the stripe data from the file.
|
BufferChunkList |
StripePlanner.readFollowData(OrcIndex index,
boolean[] rowGroupInclude,
int rgIdx,
boolean forceDirect) |
OrcIndex |
StripePlanner.readRowIndex(boolean[] sargColumns,
OrcIndex output)
Read and parse the indexes for the current stripe.
|
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.