Uses of Class
io.trino.sql.tree.FunctionCall
-
Packages that use FunctionCall Package Description io.trino.sql io.trino.sql.tree -
-
Uses of FunctionCall in io.trino.sql
Methods in io.trino.sql with parameters of type FunctionCall Modifier and Type Method Description protected String
ExpressionFormatter.Formatter. visitFunctionCall(FunctionCall node, Void context)
-
Uses of FunctionCall in io.trino.sql.tree
Methods in io.trino.sql.tree with parameters of type FunctionCall Modifier and Type Method Description Expression
ExpressionRewriter. rewriteFunctionCall(FunctionCall node, C context, ExpressionTreeRewriter<C> treeRewriter)
protected R
AstVisitor. visitFunctionCall(FunctionCall node, C context)
protected Void
DefaultTraversalVisitor. visitFunctionCall(FunctionCall node, C context)
-