Uses of Interface
org.apache.orc.impl.IntegerReader
Packages that use IntegerReader
-
Uses of IntegerReader in org.apache.orc.impl
Classes in org.apache.orc.impl that implement IntegerReaderModifier and TypeClassDescriptionclassA reader that reads a sequence of integers.classA reader that reads a sequence of light weight compressed integers.Fields in org.apache.orc.impl declared as IntegerReaderModifier and TypeFieldDescriptionprotected IntegerReaderTreeReaderFactory.TimestampTreeReader.dataprotected IntegerReaderTreeReaderFactory.BinaryTreeReader.lengthsprotected IntegerReaderTreeReaderFactory.ListTreeReader.lengthsprotected IntegerReaderTreeReaderFactory.MapTreeReader.lengthsprotected IntegerReaderTreeReaderFactory.StringDirectTreeReader.lengthsprotected IntegerReaderTreeReaderFactory.TimestampTreeReader.nanosprotected IntegerReaderTreeReaderFactory.DateTreeReader.readerprotected IntegerReaderTreeReaderFactory.IntTreeReader.readerprotected IntegerReaderTreeReaderFactory.LongTreeReader.readerprotected IntegerReaderTreeReaderFactory.ShortTreeReader.readerprotected IntegerReaderTreeReaderFactory.StringDictionaryTreeReader.readerprotected IntegerReaderTreeReaderFactory.DecimalTreeReader.scaleReaderMethods in org.apache.orc.impl that return IntegerReaderModifier and TypeMethodDescriptionprotected static IntegerReaderTreeReaderFactory.TreeReader.createIntegerReader(OrcProto.ColumnEncoding.Kind kind, InStream in, boolean signed, TreeReaderFactory.Context context) TreeReaderFactory.StringDirectTreeReader.getLengths()TreeReaderFactory.StringDictionaryTreeReader.getReader()Methods in org.apache.orc.impl with parameters of type IntegerReaderModifier and TypeMethodDescriptionstatic voidTreeReaderFactory.BytesColumnVectorUtil.readOrcByteArrays(InStream stream, IntegerReader lengths, org.apache.hadoop.hive.ql.exec.vector.LongColumnVector scratchlcv, org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector result, int batchSize)