| Package | Description |
|---|---|
| io.prestosql.sql.relational |
| Modifier and Type | Method and Description |
|---|---|
static CallExpression |
Expressions.call(Signature signature,
Type returnType,
List<RowExpression> arguments) |
static CallExpression |
Expressions.call(Signature signature,
Type returnType,
RowExpression... arguments) |
| Modifier and Type | Method and Description |
|---|---|
R |
RowExpressionVisitor.visitCall(CallExpression call,
C context) |
Copyright © 2012–2019. All rights reserved.