Uses of Interface
org.apache.drill.exec.planner.index.IndexCollection
Package
Description
-
Uses of IndexCollection in org.apache.drill.exec.physical.base
Modifier and TypeMethodDescriptionAbstractDbGroupScan.getSecondaryIndexCollection
(org.apache.calcite.rel.RelNode scanrel) DbGroupScan.getSecondaryIndexCollection
(org.apache.calcite.rel.RelNode scan) Get the index collection associated with this table if any -
Uses of IndexCollection in org.apache.drill.exec.planner.index
Modifier and TypeClassDescriptionclass
Abstract base class for Index collection (collection of Index descriptors)class
Modifier and TypeMethodDescriptionIndexDiscover.getTableIndex
(String tableName) IndexDiscoverBase.getTableIndex
(String tableName, String storageName, Collection<DrillIndexDefinition> indexDefs) ModifierConstructorDescriptionIndexSelector
(org.apache.calcite.rex.RexNode indexCondition, org.apache.calcite.rex.RexNode otherRemainderCondition, IndexCallContext indexContext, IndexCollection collection, org.apache.calcite.rex.RexBuilder rexBuilder, double totalRows) -
Uses of IndexCollection in org.apache.drill.exec.planner.index.rules
Modifier and TypeMethodDescriptionDbScanToIndexScanPrule.getIndexCollection
(PlannerSettings settings, DrillScanRel scan) Return the index collection relevant for the underlying data source