| Package | Description |
|---|---|
| org.apache.drill.exec.planner.index.generators |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIndexPlanGenerator |
class |
CoveringIndexPlanGenerator
Generate a covering index plan that is equivalent to the original plan.
|
class |
CoveringPlanNoFilterGenerator |
class |
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.
|
class |
NonCoveringIndexPlanGenerator
Generate a non-covering index plan that is equivalent to the original plan.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.