Class SchemaVisitor.PropertiesVisitor

java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
org.apache.drill.exec.record.metadata.schema.parser.SchemaParserBaseVisitor<Map<String,String>>
org.apache.drill.exec.record.metadata.schema.parser.SchemaVisitor.PropertiesVisitor
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<Map<String,String>>, SchemaParserVisitor<Map<String,String>>
Enclosing class:
SchemaVisitor

public static class SchemaVisitor.PropertiesVisitor extends SchemaParserBaseVisitor<Map<String,String>>
Visits schema or column properties. Properties must be identified as key values pairs separated by equals sign. Properties pairs must be separated by comma. Property name and value must be enclosed into backticks, single quotes or double quotes.