Uses of Class
io.trino.sql.parser.SqlBaseParser.ColumnReferenceContext
-
Packages that use SqlBaseParser.ColumnReferenceContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.ColumnReferenceContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.ColumnReferenceContext Modifier and Type Method Description voidSqlBaseBaseListener. 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().TSqlBaseBaseVisitor. visitColumnReference(SqlBaseParser.ColumnReferenceContext ctx)Visit a parse tree produced by thecolumnReferencelabeled alternative inSqlBaseParser.primaryExpression().TSqlBaseVisitor. visitColumnReference(SqlBaseParser.ColumnReferenceContext ctx)Visit a parse tree produced by thecolumnReferencelabeled alternative inSqlBaseParser.primaryExpression().
-