Uses of Class
io.trino.sql.tree.FunctionCall
Packages that use FunctionCall
-
Uses of FunctionCall in io.trino.sql
Methods in io.trino.sql with parameters of type FunctionCallModifier and TypeMethodDescriptionprotected 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 FunctionCallModifier and TypeMethodDescriptionExpressionRewriter.rewriteFunctionCall(FunctionCall node, C context, ExpressionTreeRewriter<C> treeRewriter) protected RAstVisitor.visitFunctionCall(FunctionCall node, C context) protected VoidDefaultTraversalVisitor.visitFunctionCall(FunctionCall node, C context)