Package | Description |
---|---|
org.apache.orc | |
org.apache.orc.impl.reader |
Modifier and Type | Method and Description |
---|---|
BufferChunkList |
DataReader.readFileData(BufferChunkList range,
boolean doForceDirect)
Reads the data from the file.
|
Modifier and Type | Method and Description |
---|---|
BufferChunkList |
DataReader.readFileData(BufferChunkList range,
boolean doForceDirect)
Reads the data from the file.
|
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) |
Copyright © 2013–2022 The Apache Software Foundation. All rights reserved.