| Package | Description |
|---|---|
| com.facebook.presto.spi.relation |
| Modifier and Type | Method and Description |
|---|---|
SpecialFormExpression.Form |
SpecialFormExpression.getForm() |
static SpecialFormExpression.Form |
SpecialFormExpression.Form.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecialFormExpression.Form[] |
SpecialFormExpression.Form.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SpecialFormExpression(Optional<SourceLocation> sourceLocation,
SpecialFormExpression.Form form,
Type returnType,
List<RowExpression> arguments) |
SpecialFormExpression(Optional<SourceLocation> sourceLocation,
SpecialFormExpression.Form form,
Type returnType,
RowExpression... arguments) |
SpecialFormExpression(SpecialFormExpression.Form form,
Type returnType,
List<RowExpression> arguments) |
SpecialFormExpression(SpecialFormExpression.Form form,
Type returnType,
RowExpression... arguments) |
Copyright © 2012–2022. All rights reserved.