Uses of Interface
org.apache.drill.exec.planner.index.IndexDiscover
-
Uses of IndexDiscover in org.apache.drill.exec.planner.index
Modifier 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 IndexCollectionModifier and TypeMethodDescriptionstatic IndexDiscover
IndexDiscoverFactory.getIndexDiscover
(StoragePluginConfig config, GroupScan inScan, org.apache.calcite.rel.RelNode scanRel, Class<? extends IndexDiscover> targetIndexDiscoverClass) Modifier and TypeMethodDescriptionIndexDiscoverable.findTable
(IndexDiscover discover, DrillIndexDescriptor desc) return the found DrillTable with path (e.g.Modifier and TypeMethodDescriptionstatic IndexDiscover
IndexDiscoverFactory.getIndexDiscover
(StoragePluginConfig config, GroupScan inScan, org.apache.calcite.rel.RelNode scanRel, Class<? extends IndexDiscover> targetIndexDiscoverClass)