Package io.trino.sql.planner
Class ResolvedFunctionCallRewriter
- java.lang.Object
-
- io.trino.sql.planner.ResolvedFunctionCallRewriter
-
public final class ResolvedFunctionCallRewriter extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExpressionrewriteResolvedFunctions(Expression expression, Map<NodeRef<FunctionCall>,ResolvedFunction> resolvedFunctions)
-
-
-
Method Detail
-
rewriteResolvedFunctions
public static Expression rewriteResolvedFunctions(Expression expression, Map<NodeRef<FunctionCall>,ResolvedFunction> resolvedFunctions)
-
-