Uses of Class
io.trino.sql.tree.LambdaArgumentDeclaration
-
Packages that use LambdaArgumentDeclaration Package Description io.trino.sql io.trino.sql.tree -
-
Uses of LambdaArgumentDeclaration in io.trino.sql
Methods in io.trino.sql with parameters of type LambdaArgumentDeclaration Modifier and Type Method Description protected StringExpressionFormatter.Formatter. visitLambdaArgumentDeclaration(LambdaArgumentDeclaration node, Void context) -
Uses of LambdaArgumentDeclaration in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type LambdaArgumentDeclaration Modifier and Type Method Description List<LambdaArgumentDeclaration>LambdaExpression. getArguments()Methods in io.trino.sql.tree with parameters of type LambdaArgumentDeclaration Modifier and Type Method Description protected RAstVisitor. visitLambdaArgumentDeclaration(LambdaArgumentDeclaration node, C context)Constructor parameters in io.trino.sql.tree with type arguments of type LambdaArgumentDeclaration Constructor Description LambdaExpression(NodeLocation location, List<LambdaArgumentDeclaration> arguments, Expression body)LambdaExpression(List<LambdaArgumentDeclaration> arguments, Expression body)
-