| Package | Description |
|---|---|
| io.prestosql | |
| io.prestosql.sql.analyzer |
| Modifier and Type | Method and Description |
|---|---|
static FeaturesConfig.JoinReorderingStrategy |
SystemSessionProperties.getJoinReorderingStrategy(Session session) |
| Modifier and Type | Method and Description |
|---|---|
FeaturesConfig.JoinReorderingStrategy |
FeaturesConfig.getJoinReorderingStrategy() |
static FeaturesConfig.JoinReorderingStrategy |
FeaturesConfig.JoinReorderingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeaturesConfig.JoinReorderingStrategy[] |
FeaturesConfig.JoinReorderingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FeaturesConfig |
FeaturesConfig.setJoinReorderingStrategy(FeaturesConfig.JoinReorderingStrategy joinReorderingStrategy) |
Copyright © 2012–2019. All rights reserved.