Class ViewSchema

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

public class ViewSchema 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
    ViewSchema(ViewManager viewManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.google.common.collect.Multimap<String,org.apache.calcite.schema.Function>
     

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

    getExpression, getFunctionNames, getFunctions, getSubSchema, getSubSchemaMap, getSubSchemaNames, getTable, getTableMap, 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

    • ViewSchema

      @Inject public ViewSchema(ViewManager viewManager)
  • Method Details

    • getFunctionMultimap

      protected com.google.common.collect.Multimap<String,org.apache.calcite.schema.Function> getFunctionMultimap()
      Overrides:
      getFunctionMultimap in class org.apache.calcite.schema.impl.AbstractSchema