Class IndexDiscoverFactory
java.lang.Object
org.apache.drill.exec.planner.index.IndexDiscoverFactory
With this factory, we allow user to load a different indexDiscover class to obtain index information
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IndexDiscover
getIndexDiscover
(StoragePluginConfig config, GroupScan inScan, org.apache.calcite.rel.RelNode scanRel, Class<? extends IndexDiscover> targetIndexDiscoverClass)
-
Constructor Details
-
IndexDiscoverFactory
public IndexDiscoverFactory()
-
-
Method Details
-
getIndexDiscover
public static IndexDiscover getIndexDiscover(StoragePluginConfig config, GroupScan inScan, org.apache.calcite.rel.RelNode scanRel, Class<? extends IndexDiscover> targetIndexDiscoverClass)
-