Uses of Class
org.apache.orc.impl.OrcIndex
Packages that use OrcIndex
-
Uses of OrcIndex in org.apache.orc.impl
Methods in org.apache.orc.impl that return OrcIndexModifier and TypeMethodDescriptionRecordReaderImpl.readRowIndex(int stripeIndex, boolean[] included, boolean[] readCols) -
Uses of OrcIndex in org.apache.orc.impl.reader
Methods in org.apache.orc.impl.reader that return OrcIndexModifier and TypeMethodDescriptionStripePlanner.readRowIndex(boolean[] sargColumns, OrcIndex output) Read and parse the indexes for the current stripe.Methods in org.apache.orc.impl.reader with parameters of type OrcIndexModifier 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.