public interface ConnectorPlanOptimizerProvider
| Modifier and Type | Method and Description |
|---|---|
Set<ConnectorPlanOptimizer> |
getLogicalPlanOptimizers()
The plan optimizers to be applied before having the notion of distribution.
|
Set<ConnectorPlanOptimizer> |
getPhysicalPlanOptimizers()
The plan optimizers to be applied after having the notion of distribution.
|
Set<ConnectorPlanOptimizer> getLogicalPlanOptimizers()
Set<ConnectorPlanOptimizer> getPhysicalPlanOptimizers()
Copyright © 2012–2022. All rights reserved.