Uses of Class
org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Column_defContext
Packages that use SchemaParser.Column_defContext
-
Uses of SchemaParser.Column_defContext in org.apache.drill.exec.record.metadata.schema.parser
Methods in org.apache.drill.exec.record.metadata.schema.parser that return SchemaParser.Column_defContextModifier and TypeMethodDescriptionSchemaParser.column_def()SchemaParser.ColumnsContext.column_def(int i) Methods in org.apache.drill.exec.record.metadata.schema.parser that return types with arguments of type SchemaParser.Column_defContextMethods in org.apache.drill.exec.record.metadata.schema.parser with parameters of type SchemaParser.Column_defContextModifier and TypeMethodDescriptionSchemaParserBaseVisitor.visitColumn_def(SchemaParser.Column_defContext ctx) Visit a parse tree produced bySchemaParser.column_def().SchemaParserVisitor.visitColumn_def(SchemaParser.Column_defContext ctx) Visit a parse tree produced bySchemaParser.column_def().SchemaVisitor.ColumnDefVisitor.visitColumn_def(SchemaParser.Column_defContext ctx)