Uses of Interface
org.apache.drill.exec.record.metadata.schema.parser.SchemaParserVisitor
Packages that use SchemaParserVisitor
-
Uses of SchemaParserVisitor in org.apache.drill.exec.record.metadata.schema.parser
Classes in org.apache.drill.exec.record.metadata.schema.parser that implement SchemaParserVisitorModifier and TypeClassDescriptionclassThis class provides an empty implementation ofSchemaParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.classVisits schema and stores metadata about its columns intoTupleMetadataclass.static classVisits column definition, adds column properties toColumnMetadataif present.static classVisits various types of columns (primitive, struct, map, array) and stores their metadata intoColumnMetadataclass.static classVisits schema or column properties.