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 StringExpressionFormatter.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 ExpressionExpressionRewriter. rewriteFunctionCall(FunctionCall node, C context, ExpressionTreeRewriter<C> treeRewriter)protected RAstVisitor. visitFunctionCall(FunctionCall node, C context)protected VoidDefaultTraversalVisitor. visitFunctionCall(FunctionCall node, C context)
-