Uses of Class
io.trino.sql.parser.SqlBaseParser.PredicateContext
-
Packages that use SqlBaseParser.PredicateContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.PredicateContext in io.trino.sql.parser
Subclasses of SqlBaseParser.PredicateContext in io.trino.sql.parser Modifier and Type Class Description static classSqlBaseParser.BetweenContextstatic classSqlBaseParser.ComparisonContextstatic classSqlBaseParser.DistinctFromContextstatic classSqlBaseParser.InListContextstatic classSqlBaseParser.InSubqueryContextstatic classSqlBaseParser.LikeContextstatic classSqlBaseParser.NullPredicateContextstatic classSqlBaseParser.QuantifiedComparisonContextMethods in io.trino.sql.parser that return SqlBaseParser.PredicateContext Modifier and Type Method Description SqlBaseParser.PredicateContextSqlBaseParser. predicate(org.antlr.v4.runtime.ParserRuleContext value)SqlBaseParser.PredicateContextSqlBaseParser.PredicatedContext. predicate()Methods in io.trino.sql.parser with parameters of type SqlBaseParser.PredicateContext Modifier and Type Method Description voidSqlBaseParser.PredicateContext. copyFrom(SqlBaseParser.PredicateContext ctx)Constructors in io.trino.sql.parser with parameters of type SqlBaseParser.PredicateContext Constructor Description BetweenContext(SqlBaseParser.PredicateContext ctx)ComparisonContext(SqlBaseParser.PredicateContext ctx)DistinctFromContext(SqlBaseParser.PredicateContext ctx)InListContext(SqlBaseParser.PredicateContext ctx)InSubqueryContext(SqlBaseParser.PredicateContext ctx)LikeContext(SqlBaseParser.PredicateContext ctx)NullPredicateContext(SqlBaseParser.PredicateContext ctx)QuantifiedComparisonContext(SqlBaseParser.PredicateContext ctx)
-