Package io.trino.sql.planner
Class Coercer
java.lang.Object
io.trino.sql.planner.Coercer
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExpressionaddCoercions(Expression expression, Analysis analysis) static ExpressionaddCoercions(Expression expression, Map<NodeRef<Expression>, Type> coercions, Set<NodeRef<Expression>> typeOnlyCoercions)
-
Method Details
-
addCoercions
-
addCoercions
public static Expression addCoercions(Expression expression, Map<NodeRef<Expression>, Type> coercions, Set<NodeRef<Expression>> typeOnlyCoercions)
-