Class InformationSchema

java.lang.Object
org.apache.calcite.schema.impl.AbstractSchema
org.apache.druid.sql.calcite.schema.InformationSchema
All Implemented Interfaces:
org.apache.calcite.schema.Schema

public class InformationSchema extends org.apache.calcite.schema.impl.AbstractSchema
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.calcite.schema.impl.AbstractSchema

    org.apache.calcite.schema.impl.AbstractSchema.Factory

    Nested classes/interfaces inherited from interface org.apache.calcite.schema.Schema

    org.apache.calcite.schema.Schema.TableType
  • Constructor Summary

    Constructors
    Constructor
    Description
    InformationSchema(DruidSchemaCatalog rootSchema, AuthorizerMapper authorizerMapper, DruidOperatorTable operatorTable)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Map<String,org.apache.calcite.schema.Table>
     

    Methods inherited from class org.apache.calcite.schema.impl.AbstractSchema

    getExpression, getFunctionMultimap, getFunctionNames, getFunctions, getSubSchema, getSubSchemaMap, getSubSchemaNames, getTable, getTableNames, getType, getTypeMap, getTypeNames, isMutable, snapshot

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getTableMap

      protected Map<String,org.apache.calcite.schema.Table> getTableMap()
      Overrides:
      getTableMap in class org.apache.calcite.schema.impl.AbstractSchema