Uses of Class
io.prestosql.sql.tree.FunctionCall
-
Packages that use FunctionCall Package Description io.prestosql.sql io.prestosql.sql.tree -
-
Uses of FunctionCall in io.prestosql.sql
Methods in io.prestosql.sql with parameters of type FunctionCall Modifier and Type Method Description protected java.lang.StringExpressionFormatter.Formatter. visitFunctionCall(FunctionCall node, java.lang.Void context) -
Uses of FunctionCall in io.prestosql.sql.tree
Methods in io.prestosql.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 java.lang.VoidDefaultTraversalVisitor. visitFunctionCall(FunctionCall node, C context)
-