| Package | Description |
|---|---|
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
Join.Type |
Join.getType() |
static Join.Type |
Join.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Join.Type[] |
Join.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Join(Join.Type type,
Relation left,
Relation right,
Optional<JoinCriteria> criteria) |
Join(NodeLocation location,
Join.Type type,
Relation left,
Relation right,
Optional<JoinCriteria> criteria) |
Copyright © 2012–2023. All rights reserved.