| Package | Description |
|---|---|
| org.apache.drill.exec.physical.base | |
| org.apache.drill.exec.planner.index | |
| org.apache.drill.exec.planner.index.rules | |
| org.apache.drill.exec.store.mapr.db |
| Modifier and Type | Method and Description |
|---|---|
IndexCollection |
AbstractDbGroupScan.getSecondaryIndexCollection(org.apache.calcite.rel.RelNode scanrel) |
IndexCollection |
DbGroupScan.getSecondaryIndexCollection(org.apache.calcite.rel.RelNode scan)
Get the index collection associated with this table if any
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIndexCollection
Abstract base class for Index collection (collection of Index descriptors)
|
class |
DrillIndexCollection |
| Modifier and Type | Method and Description |
|---|---|
IndexCollection |
MapRDBIndexDiscover.getTableIndex(String tableName) |
IndexCollection |
IndexDiscover.getTableIndex(String tableName) |
IndexCollection |
IndexDiscoverBase.getTableIndex(String tableName,
String storageName,
Collection<DrillIndexDefinition> indexDefs) |
| Constructor and Description |
|---|
IndexSelector(org.apache.calcite.rex.RexNode indexCondition,
org.apache.calcite.rex.RexNode otherRemainderCondition,
IndexCallContext indexContext,
IndexCollection collection,
org.apache.calcite.rex.RexBuilder rexBuilder,
double totalRows) |
| Modifier and Type | Method and Description |
|---|---|
IndexCollection |
DbScanToIndexScanPrule.getIndexCollection(PlannerSettings settings,
DrillScanRel scan)
Return the index collection relevant for the underlying data source
|
| Modifier and Type | Method and Description |
|---|---|
IndexCollection |
MapRDBGroupScan.getSecondaryIndexCollection(org.apache.calcite.rel.RelNode scanRel) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.