Uses of Class
org.apache.orc.impl.OrcIndex
-
Uses of OrcIndex in org.apache.orc.impl
Modifier and TypeMethodDescriptionRecordReaderImpl.readRowIndex
(int stripeIndex, boolean[] included, boolean[] readCols) -
Uses of OrcIndex in org.apache.orc.impl.reader
Modifier and TypeMethodDescriptionStripePlanner.readRowIndex
(boolean[] sargColumns, OrcIndex output) Read and parse the indexes for the current stripe.Modifier and TypeMethodDescriptionStripePlanner.readData
(OrcIndex index, boolean[] rowGroupInclude, boolean forceDirect, TypeReader.ReadPhase readPhase) Read the stripe data from the file.StripePlanner.readFollowData
(OrcIndex index, boolean[] rowGroupInclude, int rgIdx, boolean forceDirect) StripePlanner.readRowIndex
(boolean[] sargColumns, OrcIndex output) Read and parse the indexes for the current stripe.