| Package | Description |
|---|---|
| org.apache.drill.exec.planner.index |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexDiscoverBase
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 IndexCollection
|
class |
MapRDBIndexDiscover |
| Modifier and Type | Method and Description |
|---|---|
static IndexDiscover |
IndexDiscoverFactory.getIndexDiscover(StoragePluginConfig config,
GroupScan inScan,
org.apache.calcite.rel.RelNode scanRel,
Class<? extends IndexDiscover> targetIndexDiscoverClass) |
| Modifier and Type | Method and Description |
|---|---|
DrillTable |
IndexDiscoverable.findTable(IndexDiscover discover,
DrillIndexDescriptor desc)
return the found DrillTable with path (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexDiscover |
IndexDiscoverFactory.getIndexDiscover(StoragePluginConfig config,
GroupScan inScan,
org.apache.calcite.rel.RelNode scanRel,
Class<? extends IndexDiscover> targetIndexDiscoverClass) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.