| Class | Description |
|---|---|
| AbstractIndexPlanGenerator | |
| CoveringIndexPlanGenerator |
Generate a covering index plan that is equivalent to the original plan.
|
| CoveringPlanNoFilterGenerator | |
| IndexIntersectPlanGenerator |
IndexScanIntersectGenerator is to generate index plan against multiple index tables,
the input indexes are assumed to be ranked by selectivity(low to high) already.
|
| NonCoveringIndexPlanGenerator |
Generate a non-covering index plan that is equivalent to the original plan.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.