SchemaExprParser |
|
SchemaLexer |
|
SchemaParser |
|
SchemaParser.Array_map_type_defContext |
|
SchemaParser.Array_simple_type_defContext |
|
SchemaParser.Array_struct_type_defContext |
|
SchemaParser.Array_typeContext |
|
SchemaParser.Array_union_type_defContext |
|
SchemaParser.BigintContext |
|
SchemaParser.BinaryContext |
|
SchemaParser.BooleanContext |
|
SchemaParser.Column_defContext |
|
SchemaParser.Column_idContext |
|
SchemaParser.ColumnContext |
|
SchemaParser.ColumnsContext |
|
SchemaParser.Complex_array_columnContext |
|
SchemaParser.Complex_array_typeContext |
|
SchemaParser.DateContext |
|
SchemaParser.DecimalContext |
|
SchemaParser.Default_valueContext |
|
SchemaParser.DoubleContext |
|
SchemaParser.DynamicContext |
|
SchemaParser.FloatContext |
|
SchemaParser.Format_valueContext |
|
SchemaParser.IdContext |
|
SchemaParser.IntContext |
|
SchemaParser.Interval_dayContext |
|
SchemaParser.Interval_yearContext |
|
SchemaParser.IntervalContext |
|
SchemaParser.Map_columnContext |
|
SchemaParser.Map_key_simple_type_defContext |
|
SchemaParser.Map_key_type_defContext |
|
SchemaParser.Map_key_typeContext |
|
SchemaParser.Map_typeContext |
|
SchemaParser.Map_value_array_type_defContext |
|
SchemaParser.Map_value_map_type_defContext |
|
SchemaParser.Map_value_simple_type_defContext |
|
SchemaParser.Map_value_struct_type_defContext |
|
SchemaParser.Map_value_type_defContext |
|
SchemaParser.Map_value_typeContext |
|
SchemaParser.Map_value_union_type_defContext |
|
SchemaParser.NullabilityContext |
|
SchemaParser.Primitive_columnContext |
|
SchemaParser.Property_pairContext |
|
SchemaParser.Property_valuesContext |
|
SchemaParser.Quoted_idContext |
|
SchemaParser.SchemaContext |
|
SchemaParser.Simple_array_columnContext |
|
SchemaParser.Simple_array_typeContext |
|
SchemaParser.Simple_array_value_typeContext |
|
SchemaParser.Simple_typeContext |
|
SchemaParser.SmallintContext |
|
SchemaParser.String_valueContext |
|
SchemaParser.Struct_columnContext |
|
SchemaParser.Struct_typeContext |
|
SchemaParser.TimeContext |
|
SchemaParser.TimestampContext |
|
SchemaParser.TinyintContext |
|
SchemaParser.Union_columnContext |
|
SchemaParser.Union_typeContext |
|
SchemaParser.Unit1Context |
|
SchemaParser.Unit2Context |
|
SchemaParser.Unit4Context |
|
SchemaParser.Unit8Context |
|
SchemaParser.VarcharContext |
|
SchemaParserBaseVisitor<T> |
This class provides an empty implementation of SchemaParserVisitor ,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.
|
SchemaVisitor |
Visits schema and stores metadata about its columns into TupleMetadata class.
|
SchemaVisitor.ColumnDefVisitor |
Visits column definition, adds column properties to ColumnMetadata if present.
|
SchemaVisitor.ColumnVisitor |
Visits various types of columns (primitive, struct, map, array) and stores their metadata
into ColumnMetadata class.
|
SchemaVisitor.PropertiesVisitor |
Visits schema or column properties.
|
UpperCaseCharStream |
Is used for case-insensitive lexing.
|