Package | Description |
---|---|
org.apache.orc.impl |
Modifier and Type | Method and Description |
---|---|
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 TypeDescription |
ParserUtils.parseType(ParserUtils.StringPosition source) |
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.