Package org.apache.orc.impl
Class ParserUtils.TypeFinder
java.lang.Object
org.apache.orc.impl.ParserUtils.TypeFinder
- All Implemented Interfaces:
ParserUtils.TypeVisitor
- Enclosing class:
- ParserUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvisit(TypeDescription type, int posn) As we navigate to the column, call this on each level
-
Field Details
-
current
-
-
Constructor Details
-
TypeFinder
-
-
Method Details
-
visit
Description copied from interface:ParserUtils.TypeVisitorAs we navigate to the column, call this on each level- Specified by:
visitin interfaceParserUtils.TypeVisitor- Parameters:
type- new level we are moving toposn- the position relative to the parent
-