| Package | Description |
|---|---|
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
List<CallArgument> |
Call.getArguments() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AstVisitor.visitCallArgument(CallArgument node,
C context) |
| Constructor and Description |
|---|
Call(NodeLocation location,
QualifiedName name,
List<CallArgument> arguments) |
Call(Optional<NodeLocation> location,
QualifiedName name,
List<CallArgument> arguments) |
Call(QualifiedName name,
List<CallArgument> arguments) |
Copyright © 2012–2023. All rights reserved.