Uses of Interface
org.apache.drill.exec.planner.index.IndexCollection
Packages that use IndexCollection
Package
Description
-
Uses of IndexCollection in org.apache.drill.exec.physical.base
Methods in org.apache.drill.exec.physical.base that return IndexCollectionModifier 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
Classes in org.apache.drill.exec.planner.index that implement IndexCollectionModifier and TypeClassDescriptionclassAbstract base class for Index collection (collection of Index descriptors)classMethods in org.apache.drill.exec.planner.index that return IndexCollectionModifier and TypeMethodDescriptionIndexDiscover.getTableIndex(String tableName) IndexDiscoverBase.getTableIndex(String tableName, String storageName, Collection<DrillIndexDefinition> indexDefs) Constructors in org.apache.drill.exec.planner.index with parameters of type IndexCollectionModifierConstructorDescriptionIndexSelector(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
Methods in org.apache.drill.exec.planner.index.rules that return IndexCollectionModifier and TypeMethodDescriptionDbScanToIndexScanPrule.getIndexCollection(PlannerSettings settings, DrillScanRel scan) Return the index collection relevant for the underlying data source