Package | Description |
---|---|
org.apache.orc.impl |
Modifier and Type | Class and Description |
---|---|
static class |
ParserUtils.TypeFinder |
Modifier and Type | Method and Description |
---|---|
static void |
ParserUtils.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 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 void |
ParserUtils.findSubtype(TypeDescription schema,
int goal,
ParserUtils.TypeVisitor visitor) |
Copyright © 2013–2022 The Apache Software Foundation. All rights reserved.