Uses of Class
org.apache.orc.impl.ParserUtils.StringPosition
Packages that use ParserUtils.StringPosition
-
Uses of ParserUtils.StringPosition in org.apache.orc.impl
Methods in org.apache.orc.impl with parameters of type ParserUtils.StringPositionModifier and TypeMethodDescriptionstatic 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 org.apache.hadoop.hive.ql.exec.vector.ColumnVector[]ParserUtils.findColumnVectors(TypeDescription schema, ParserUtils.StringPosition source, boolean isCaseSensitive, org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch batch) static TypeDescriptionParserUtils.findSubtype(TypeDescription schema, ParserUtils.StringPosition source) static TypeDescriptionParserUtils.findSubtype(TypeDescription schema, ParserUtils.StringPosition source, boolean isSchemaEvolutionCaseAware) static List<TypeDescription>ParserUtils.findSubtypeList(TypeDescription schema, ParserUtils.StringPosition source) static voidParserUtils.parseKeys(ParserUtils.StringPosition source, TypeDescription schema) Annotate the given schema with the encryption information.static voidParserUtils.parseMasks(ParserUtils.StringPosition source, TypeDescription schema) Annotate the given schema with the masking information.static StringParserUtils.parseName(ParserUtils.StringPosition source) static TypeDescriptionParserUtils.parseType(ParserUtils.StringPosition source)