Uses of Class
io.trino.sql.tree.LambdaExpression
-
Packages that use LambdaExpression Package Description io.trino.sql io.trino.sql.tree -
-
Uses of LambdaExpression in io.trino.sql
Methods in io.trino.sql with parameters of type LambdaExpression Modifier and Type Method Description protected StringExpressionFormatter.Formatter. visitLambdaExpression(LambdaExpression node, Void context) -
Uses of LambdaExpression in io.trino.sql.tree
Methods in io.trino.sql.tree with parameters of type LambdaExpression Modifier and Type Method Description ExpressionExpressionRewriter. rewriteLambdaExpression(LambdaExpression node, C context, ExpressionTreeRewriter<C> treeRewriter)protected RAstVisitor. visitLambdaExpression(LambdaExpression node, C context)protected VoidDefaultTraversalVisitor. visitLambdaExpression(LambdaExpression node, C context)
-