public class NoopDruidSchemaManager extends Object implements DruidSchemaManager
| Constructor and Description |
|---|
NoopDruidSchemaManager() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DruidTable> |
getTables()
Return all tables known to this schema manager.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTable, getTableNamespublic static final String TYPE
public Map<String,DruidTable> getTables()
DruidSchemaManagerDruidSchemaManager.getTable(String), or
the list of all table names (via DruidSchemaManager.getTableNames(). This
method was originally used to allow Calcite's AbstractSchema class to do
the lookup. The current code implements the operations directly. For
backward compatibility, the default methods emulate the old behavior.
Newer implementations should omit this method and implement the other two.getTables in interface DruidSchemaManagerCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.