| Package | Description |
|---|---|
| io.prestosql.operator |
| Modifier and Type | Method and Description |
|---|---|
StageExecutionDescriptor.StageExecutionStrategy |
StageExecutionDescriptor.getStageExecutionStrategy() |
static StageExecutionDescriptor.StageExecutionStrategy |
StageExecutionDescriptor.StageExecutionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StageExecutionDescriptor.StageExecutionStrategy[] |
StageExecutionDescriptor.StageExecutionStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static StageExecutionDescriptor |
StageExecutionDescriptor.jsonCreator(StageExecutionDescriptor.StageExecutionStrategy strategy,
Set<PlanNodeId> groupedExecutionCapableScanNodes) |
Copyright © 2012–2019. All rights reserved.