Package org.apache.orc.impl
Class TreeReaderFactory.MapTreeReader
java.lang.Object
org.apache.orc.impl.TreeReaderFactory.TreeReader
org.apache.orc.impl.TreeReaderFactory.MapTreeReader
- All Implemented Interfaces:
TypeReader
- Enclosing class:
- TreeReaderFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.orc.impl.reader.tree.TypeReader
TypeReader.ReaderCategory, TypeReader.ReadPhase -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final TypeReaderprotected IntegerReaderprotected final TypeReaderFields inherited from class org.apache.orc.impl.TreeReaderFactory.TreeReader
columnId, context, present, readerCategory -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMapTreeReader(int columnId, InStream present, TreeReaderFactory.Context context, InStream data, OrcProto.ColumnEncoding encoding, TypeReader keyReader, TypeReader valueReader) protectedMapTreeReader(int fileColumn, TypeDescription readerSchema, TreeReaderFactory.Context context) -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckEncoding(OrcProto.ColumnEncoding encoding) voidnextVector(org.apache.hadoop.hive.ql.exec.vector.ColumnVector previous, boolean[] isNull, int batchSize, org.apache.hadoop.hive.ql.io.filter.FilterContext filterContext, TypeReader.ReadPhase readPhase) Populates the isNull vector array in the previousVector object based on the present stream values.voidseek(PositionProvider[] index, TypeReader.ReadPhase readPhase) Seek to the given position.voidskipRows(long items, TypeReader.ReadPhase readPhase) voidstartStripe(StripePlanner planner, TypeReader.ReadPhase readPhase) Methods inherited from class org.apache.orc.impl.TreeReaderFactory.TreeReader
countNonNullRowsInRange, countNonNulls, createIntegerReader, getColumnId, getPresent, getReaderCategory, seek
-
Field Details
-
keyReader
-
valueReader
-
lengths
-
-
Constructor Details
-
MapTreeReader
protected MapTreeReader(int fileColumn, TypeDescription readerSchema, TreeReaderFactory.Context context) throws IOException - Throws:
IOException
-
MapTreeReader
protected MapTreeReader(int columnId, InStream present, TreeReaderFactory.Context context, InStream data, OrcProto.ColumnEncoding encoding, TypeReader keyReader, TypeReader valueReader) throws IOException - Throws:
IOException
-
-
Method Details
-
seek
Description copied from class:TreeReaderFactory.TreeReaderSeek to the given position.- Specified by:
seekin interfaceTypeReader- Overrides:
seekin classTreeReaderFactory.TreeReader- Parameters:
index- the indexes loaded from the filereadPhase- the current readPhase- Throws:
IOException
-
nextVector
public void nextVector(org.apache.hadoop.hive.ql.exec.vector.ColumnVector previous, boolean[] isNull, int batchSize, org.apache.hadoop.hive.ql.io.filter.FilterContext filterContext, TypeReader.ReadPhase readPhase) throws IOException Description copied from class:TreeReaderFactory.TreeReaderPopulates the isNull vector array in the previousVector object based on the present stream values. This function is called from all the child readers, and they all set the values based on isNull field value.- Specified by:
nextVectorin interfaceTypeReader- Overrides:
nextVectorin classTreeReaderFactory.TreeReader- Parameters:
previous- The columnVector object whose isNull value is populatedisNull- Whether the each value was null at a higher level. If isNull is null, all values are non-null.batchSize- Size of the column vectorfilterContext- the information about the rows that were selected by the filter.readPhase- The read level- Throws:
IOException
-
checkEncoding
- Specified by:
checkEncodingin interfaceTypeReader- Overrides:
checkEncodingin classTreeReaderFactory.TreeReader- Throws:
IOException
-
startStripe
- Specified by:
startStripein interfaceTypeReader- Overrides:
startStripein classTreeReaderFactory.TreeReader- Throws:
IOException
-
skipRows
- Throws:
IOException
-