Package | Description |
---|---|
org.apache.orc.impl |
Modifier and Type | Method and Description |
---|---|
static 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 ColumnVector[] |
ParserUtils.findColumnVectors(TypeDescription schema,
ParserUtils.StringPosition source,
boolean isCaseSensitive,
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) |
Copyright © 2013–2022 The Apache Software Foundation. All rights reserved.