| Package | Description |
|---|---|
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
IntervalLiteral.IntervalField |
IntervalLiteral.getStartField() |
static IntervalLiteral.IntervalField |
IntervalLiteral.IntervalField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntervalLiteral.IntervalField[] |
IntervalLiteral.IntervalField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<IntervalLiteral.IntervalField> |
IntervalLiteral.getEndField() |
| Constructor and Description |
|---|
IntervalLiteral(NodeLocation location,
String value,
IntervalLiteral.Sign sign,
IntervalLiteral.IntervalField startField,
Optional<IntervalLiteral.IntervalField> endField) |
IntervalLiteral(String value,
IntervalLiteral.Sign sign,
IntervalLiteral.IntervalField startField) |
IntervalLiteral(String value,
IntervalLiteral.Sign sign,
IntervalLiteral.IntervalField startField,
Optional<IntervalLiteral.IntervalField> endField) |
| Constructor and Description |
|---|
IntervalLiteral(NodeLocation location,
String value,
IntervalLiteral.Sign sign,
IntervalLiteral.IntervalField startField,
Optional<IntervalLiteral.IntervalField> endField) |
IntervalLiteral(String value,
IntervalLiteral.Sign sign,
IntervalLiteral.IntervalField startField,
Optional<IntervalLiteral.IntervalField> endField) |
Copyright © 2012–2023. All rights reserved.