Uses of Class
io.trino.sql.analyzer.Analysis.PredicateCoercions
-
Packages that use Analysis.PredicateCoercions Package Description io.trino.sql.analyzer -
-
Uses of Analysis.PredicateCoercions in io.trino.sql.analyzer
Methods in io.trino.sql.analyzer that return Analysis.PredicateCoercions Modifier and Type Method Description Analysis.PredicateCoercionsAnalysis. getPredicateCoercions(Expression expression)Methods in io.trino.sql.analyzer that return types with arguments of type Analysis.PredicateCoercions Modifier and Type Method Description Map<NodeRef<Expression>,Analysis.PredicateCoercions>ExpressionAnalyzer. getPredicateCoercions()Method parameters in io.trino.sql.analyzer with type arguments of type Analysis.PredicateCoercions Modifier and Type Method Description voidAnalysis. addPredicateCoercions(Map<NodeRef<Expression>,Analysis.PredicateCoercions> coercions)
-