Uses of Interface
org.apache.orc.DataReader
-
Uses of DataReader in org.apache.orc
Modifier and TypeMethodDescriptionDataReader.clone()
Clone the entire state of the DataReader with the assumption that the clone will be closed at a different time.Reader.Options.getDataReader()
-
Uses of DataReader in org.apache.orc.impl
Modifier and TypeMethodDescriptionstatic DataReader
RecordReaderUtils.createDefaultDataReader
(DataReaderProperties properties) -
Uses of DataReader in org.apache.orc.impl.reader
ModifierConstructorDescriptionStripePlanner
(TypeDescription schema, ReaderEncryption encryption, DataReader dataReader, OrcFile.WriterVersion version, boolean ignoreNonUtf8BloomFilter, long maxBufferSize) StripePlanner
(TypeDescription schema, ReaderEncryption encryption, DataReader dataReader, OrcFile.WriterVersion version, boolean ignoreNonUtf8BloomFilter, long maxBufferSize, Set<Integer> filterColIds) Create a stripe parser.