Package org.apache.calcite.jdbc
Class DynamicRootSchema.RootSchema
java.lang.Object
org.apache.drill.exec.store.AbstractSchema
org.apache.calcite.jdbc.DynamicRootSchema.RootSchema
- All Implemented Interfaces:
AutoCloseable
,org.apache.calcite.schema.Schema
,SchemaPartitionExplorer
- Enclosing class:
- DynamicRootSchema
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.calcite.schema.Schema
org.apache.calcite.schema.Schema.TableType
-
Field Summary
Fields inherited from class org.apache.drill.exec.store.AbstractSchema
name, SCHEMA_SEPARATOR, schemaPath
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.calcite.linq4j.tree.Expression
getExpression
(org.apache.calcite.schema.SchemaPlus parentSchema, String name) Returns string describing schema type which shows where the schema came from.boolean
Reports whether to show items from this schema in INFORMATION_SCHEMA tables.Methods inherited from class org.apache.drill.exec.store.AbstractSchema
appendToStatsTable, applyFunctionParameters, areTableNamesCaseSensitive, close, createNewTable, createNewTable, createStatsTable, createView, dropTable, dropView, getDefaultSchema, getFullSchemaName, getFunctionNames, getFunctionParameters, getFunctions, getName, getSchemaPath, getStatsTable, getSubPartitions, getSubSchema, getTable, getTableNames, getTableNamesAndTypes, getTablesByNames, getType, getTypeMap, getTypeNames, getUser, isMutable, modifyTable, needToImpersonateReadingData, snapshot, toString
-
Constructor Details
-
RootSchema
-
-
Method Details
-
getSubSchemaNames
- Specified by:
getSubSchemaNames
in interfaceorg.apache.calcite.schema.Schema
- Overrides:
getSubSchemaNames
in classAbstractSchema
-
getTypeName
Description copied from class:AbstractSchema
Returns string describing schema type which shows where the schema came from. Good practice here is to return json type name of storage plugin's config.- Specified by:
getTypeName
in classAbstractSchema
- Returns:
- schema type name
-
getExpression
public org.apache.calcite.linq4j.tree.Expression getExpression(org.apache.calcite.schema.SchemaPlus parentSchema, String name) - Specified by:
getExpression
in interfaceorg.apache.calcite.schema.Schema
- Overrides:
getExpression
in classAbstractSchema
-
showInInformationSchema
public boolean showInInformationSchema()Description copied from class:AbstractSchema
Reports whether to show items from this schema in INFORMATION_SCHEMA tables. (Controls ... TODO: Doc.: Mention what this typically controls or affects.)This base implementation returns
true
.- Overrides:
showInInformationSchema
in classAbstractSchema
-