Uses of Class
org.apache.orc.impl.BufferChunkList
Packages that use BufferChunkList
-
Uses of BufferChunkList in org.apache.orc
Methods in org.apache.orc that return BufferChunkListModifier and TypeMethodDescriptionDataReader.readFileData(BufferChunkList range, boolean doForceDirect) Reads the data from the file.Methods in org.apache.orc with parameters of type BufferChunkListModifier and TypeMethodDescriptionDataReader.readFileData(BufferChunkList range, boolean doForceDirect) Reads the data from the file. -
Uses of BufferChunkList in org.apache.orc.impl.reader
Methods in org.apache.orc.impl.reader that return BufferChunkListModifier 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)