Package org.apache.calcite.jdbc
Class DynamicSchema
java.lang.Object
org.apache.calcite.jdbc.CalciteSchema
org.apache.calcite.jdbc.DynamicSchema
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
DynamicRootSchema
Unlike SimpleCalciteSchema, DynamicSchema could have an empty or partial schemaMap, but it could maintain a map of
name->SchemaFactory, and only register schema when the correspondent name is requested.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.calcite.jdbc.CalciteSchema
org.apache.calcite.jdbc.CalciteSchema.Entry, org.apache.calcite.jdbc.CalciteSchema.FunctionEntry, org.apache.calcite.jdbc.CalciteSchema.FunctionEntryImpl, org.apache.calcite.jdbc.CalciteSchema.LatticeEntry, org.apache.calcite.jdbc.CalciteSchema.LatticeEntryImpl, org.apache.calcite.jdbc.CalciteSchema.TableEntry, org.apache.calcite.jdbc.CalciteSchema.TableEntryImpl, org.apache.calcite.jdbc.CalciteSchema.TypeEntry, org.apache.calcite.jdbc.CalciteSchema.TypeEntryImpl -
Field Summary
Fields inherited from class org.apache.calcite.jdbc.CalciteSchema
functionMap, functionNames, latticeMap, name, nullaryFunctionMap, schema, subSchemaMap, tableMap, typeMap -
Constructor Summary
ConstructorsConstructorDescriptionDynamicSchema(org.apache.calcite.jdbc.CalciteSchema parent, org.apache.calcite.schema.Schema schema, String name) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.calcite.jdbc.CalciteSchemaprotected voidaddImplicitFuncNamesToBuilder(com.google.common.collect.ImmutableSortedSet.Builder<String> arg0) protected voidaddImplicitFunctionsToBuilder(com.google.common.collect.ImmutableList.Builder<org.apache.calcite.schema.Function> arg0, String arg1, boolean arg2) protected voidaddImplicitSubSchemaToBuilder(com.google.common.collect.ImmutableSortedMap.Builder<String, org.apache.calcite.jdbc.CalciteSchema> arg0) protected voidaddImplicitTablesBasedOnNullaryFunctionsToBuilder(com.google.common.collect.ImmutableSortedMap.Builder<String, org.apache.calcite.schema.Table> arg0) protected voidaddImplicitTableToBuilder(com.google.common.collect.ImmutableSortedSet.Builder<String> arg0) protected voidaddImplicitTypeNamesToBuilder(com.google.common.collect.ImmutableSortedSet.Builder<String> arg0) voidclose()static org.apache.calcite.schema.SchemaPluscreateRootSchema(StoragePluginRegistry storages, SchemaConfig schemaConfig, AliasRegistryProvider aliasRegistryProvider) protected org.apache.calcite.jdbc.CalciteSchemagetImplicitSubSchema(String schemaName, boolean caseSensitive) protected org.apache.calcite.jdbc.CalciteSchema.TableEntrygetImplicitTable(String tableName, boolean caseSensitive) protected org.apache.calcite.jdbc.CalciteSchema.TableEntrygetImplicitTableBasedOnNullaryFunction(String arg0, boolean arg1) protected org.apache.calcite.jdbc.CalciteSchema.TypeEntrygetImplicitType(String arg0, boolean arg1) protected booleanvoidsetCache(boolean arg0) protected org.apache.calcite.jdbc.CalciteSchemasnapshot(org.apache.calcite.jdbc.CalciteSchema arg0, org.apache.calcite.schema.SchemaVersion arg1) Methods inherited from class org.apache.calcite.jdbc.CalciteSchema
add, add, add, createRootSchema, createRootSchema, createRootSchema, createRootSchema, createSnapshot, find, find, from, getFunctionNames, getFunctions, getLatticeMap, getName, getPath, getSubSchema, getSubSchemaMap, getTable, getTableBasedOnNullaryFunction, getTableBySql, getTableNames, getTablesBasedOnNullaryFunctions, getType, getTypeNames, isRoot, path, plus, removeFunction, removeSubSchema, removeTable, removeType, root, tableEntry, typeEntry
-
Constructor Details
-
DynamicSchema
public DynamicSchema(org.apache.calcite.jdbc.CalciteSchema parent, org.apache.calcite.schema.Schema schema, String name)
-
-
Method Details
-
getImplicitSubSchema
protected org.apache.calcite.jdbc.CalciteSchema getImplicitSubSchema(String schemaName, boolean caseSensitive) -
createRootSchema
public static org.apache.calcite.schema.SchemaPlus createRootSchema(StoragePluginRegistry storages, SchemaConfig schemaConfig, AliasRegistryProvider aliasRegistryProvider) -
add
public org.apache.calcite.jdbc.CalciteSchema add(String name, org.apache.calcite.schema.Schema schema) -
getImplicitTable
protected org.apache.calcite.jdbc.CalciteSchema.TableEntry getImplicitTable(String tableName, boolean caseSensitive) -
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
setCache
public void setCache(boolean arg0) - Specified by:
setCachein classorg.apache.calcite.jdbc.CalciteSchema
-
getImplicitType
protected org.apache.calcite.jdbc.CalciteSchema.TypeEntry getImplicitType(String arg0, boolean arg1) - Specified by:
getImplicitTypein classorg.apache.calcite.jdbc.CalciteSchema
-
addImplicitSubSchemaToBuilder
protected void addImplicitSubSchemaToBuilder(com.google.common.collect.ImmutableSortedMap.Builder<String, org.apache.calcite.jdbc.CalciteSchema> arg0) - Specified by:
addImplicitSubSchemaToBuilderin classorg.apache.calcite.jdbc.CalciteSchema
-
addImplicitTableToBuilder
protected void addImplicitTableToBuilder(com.google.common.collect.ImmutableSortedSet.Builder<String> arg0) - Specified by:
addImplicitTableToBuilderin classorg.apache.calcite.jdbc.CalciteSchema
-
addImplicitFunctionsToBuilder
protected void addImplicitFunctionsToBuilder(com.google.common.collect.ImmutableList.Builder<org.apache.calcite.schema.Function> arg0, String arg1, boolean arg2) - Specified by:
addImplicitFunctionsToBuilderin classorg.apache.calcite.jdbc.CalciteSchema
-
addImplicitFuncNamesToBuilder
protected void addImplicitFuncNamesToBuilder(com.google.common.collect.ImmutableSortedSet.Builder<String> arg0) - Specified by:
addImplicitFuncNamesToBuilderin classorg.apache.calcite.jdbc.CalciteSchema
-
addImplicitTypeNamesToBuilder
protected void addImplicitTypeNamesToBuilder(com.google.common.collect.ImmutableSortedSet.Builder<String> arg0) - Specified by:
addImplicitTypeNamesToBuilderin classorg.apache.calcite.jdbc.CalciteSchema
-
addImplicitTablesBasedOnNullaryFunctionsToBuilder
protected void addImplicitTablesBasedOnNullaryFunctionsToBuilder(com.google.common.collect.ImmutableSortedMap.Builder<String, org.apache.calcite.schema.Table> arg0) - Specified by:
addImplicitTablesBasedOnNullaryFunctionsToBuilderin classorg.apache.calcite.jdbc.CalciteSchema
-
getImplicitTableBasedOnNullaryFunction
protected org.apache.calcite.jdbc.CalciteSchema.TableEntry getImplicitTableBasedOnNullaryFunction(String arg0, boolean arg1) - Specified by:
getImplicitTableBasedOnNullaryFunctionin classorg.apache.calcite.jdbc.CalciteSchema
-
snapshot
protected org.apache.calcite.jdbc.CalciteSchema snapshot(org.apache.calcite.jdbc.CalciteSchema arg0, org.apache.calcite.schema.SchemaVersion arg1) - Specified by:
snapshotin classorg.apache.calcite.jdbc.CalciteSchema
-
isCacheEnabled
protected boolean isCacheEnabled()- Specified by:
isCacheEnabledin classorg.apache.calcite.jdbc.CalciteSchema
-