Uses of Interface
org.apache.orc.impl.ParserUtils.TypeVisitor
Packages that use ParserUtils.TypeVisitor
-
Uses of ParserUtils.TypeVisitor in org.apache.orc.impl
Classes in org.apache.orc.impl that implement ParserUtils.TypeVisitorMethods in org.apache.orc.impl with parameters of type ParserUtils.TypeVisitorModifier and TypeMethodDescriptionstatic voidParserUtils.findColumn(TypeDescription schema, List<String> names, boolean isSchemaEvolutionCaseAware, ParserUtils.TypeVisitor visitor) Find a column in a schema by walking down the type tree to find the right column.static voidParserUtils.findColumn(TypeDescription schema, ParserUtils.StringPosition source, boolean isSchemaEvolutionCaseAware, ParserUtils.TypeVisitor visitor) Find a column in a schema by walking down the type tree to find the right column.static voidParserUtils.findSubtype(TypeDescription schema, int goal, ParserUtils.TypeVisitor visitor)