Uses of Interface
org.apache.drill.exec.planner.index.IndexDiscover
Packages that use IndexDiscover
-
Uses of IndexDiscover in org.apache.drill.exec.planner.index
Classes in org.apache.drill.exec.planner.index that implement IndexDiscoverModifier and TypeClassDescriptionclass
IndexDiscoverBase is the layer to read index configurations of tables on storage plugins, then based on the properties it collected, get the StoragePlugin from StoragePluginRegistry, together with indexes information, build an IndexCollectionMethods in org.apache.drill.exec.planner.index that return IndexDiscoverModifier and TypeMethodDescriptionstatic IndexDiscover
IndexDiscoverFactory.getIndexDiscover
(StoragePluginConfig config, GroupScan inScan, org.apache.calcite.rel.RelNode scanRel, Class<? extends IndexDiscover> targetIndexDiscoverClass) Methods in org.apache.drill.exec.planner.index with parameters of type IndexDiscoverModifier and TypeMethodDescriptionIndexDiscoverable.findTable
(IndexDiscover discover, DrillIndexDescriptor desc) return the found DrillTable with path (e.g.Method parameters in org.apache.drill.exec.planner.index with type arguments of type IndexDiscoverModifier and TypeMethodDescriptionstatic IndexDiscover
IndexDiscoverFactory.getIndexDiscover
(StoragePluginConfig config, GroupScan inScan, org.apache.calcite.rel.RelNode scanRel, Class<? extends IndexDiscover> targetIndexDiscoverClass)