Uses of Class
org.apache.orc.impl.ParserUtils.StringPosition
-
Uses of ParserUtils.StringPosition in org.apache.orc.impl
Modifier and TypeMethodDescriptionstatic void
ParserUtils.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 TypeDescription
ParserUtils.findSubtype
(TypeDescription schema, ParserUtils.StringPosition source) static TypeDescription
ParserUtils.findSubtype
(TypeDescription schema, ParserUtils.StringPosition source, boolean isSchemaEvolutionCaseAware) static List<TypeDescription>
ParserUtils.findSubtypeList
(TypeDescription schema, ParserUtils.StringPosition source) static void
ParserUtils.parseKeys
(ParserUtils.StringPosition source, TypeDescription schema) Annotate the given schema with the encryption information.static void
ParserUtils.parseMasks
(ParserUtils.StringPosition source, TypeDescription schema) Annotate the given schema with the masking information.static String
ParserUtils.parseName
(ParserUtils.StringPosition source) static TypeDescription
ParserUtils.parseType
(ParserUtils.StringPosition source)