| Package | Description |
|---|---|
| com.facebook.presto.sql | |
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
protected String |
ExpressionFormatter.Formatter.visitLambdaArgumentDeclaration(LambdaArgumentDeclaration node,
Void context) |
| Modifier and Type | Method and Description |
|---|---|
List<LambdaArgumentDeclaration> |
LambdaExpression.getArguments() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AstVisitor.visitLambdaArgumentDeclaration(LambdaArgumentDeclaration node,
C context) |
| Constructor and Description |
|---|
LambdaExpression(List<LambdaArgumentDeclaration> arguments,
Expression body) |
LambdaExpression(NodeLocation location,
List<LambdaArgumentDeclaration> arguments,
Expression body) |
LambdaExpression(Optional<NodeLocation> location,
List<LambdaArgumentDeclaration> arguments,
Expression body) |
Copyright © 2012–2023. All rights reserved.