Uses of Class
io.trino.grammar.sql.SqlBaseParser.ColumnReferenceContext
Packages that use SqlBaseParser.ColumnReferenceContext
-
Uses of SqlBaseParser.ColumnReferenceContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.ColumnReferenceContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterColumnReference(SqlBaseParser.ColumnReferenceContext ctx) Enter a parse tree produced by thecolumnReferencelabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.enterColumnReference(SqlBaseParser.ColumnReferenceContext ctx) Enter a parse tree produced by thecolumnReferencelabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseBaseListener.exitColumnReference(SqlBaseParser.ColumnReferenceContext ctx) Exit a parse tree produced by thecolumnReferencelabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.exitColumnReference(SqlBaseParser.ColumnReferenceContext ctx) Exit a parse tree produced by thecolumnReferencelabeled alternative inSqlBaseParser.primaryExpression().SqlBaseBaseVisitor.visitColumnReference(SqlBaseParser.ColumnReferenceContext ctx) Visit a parse tree produced by thecolumnReferencelabeled alternative inSqlBaseParser.primaryExpression().SqlBaseVisitor.visitColumnReference(SqlBaseParser.ColumnReferenceContext ctx) Visit a parse tree produced by thecolumnReferencelabeled alternative inSqlBaseParser.primaryExpression().