Class CustomizedFilterableExecuteDataContext

java.lang.Object
org.apache.shardingsphere.infra.federation.executor.customized.CustomizedFilterableExecuteDataContext
All Implemented Interfaces:
org.apache.calcite.DataContext

public final class CustomizedFilterableExecuteDataContext extends Object implements org.apache.calcite.DataContext
Customized filterable execute data context.
  • Constructor Details

    • CustomizedFilterableExecuteDataContext

      public CustomizedFilterableExecuteDataContext(String databaseName, String schemaName, OptimizerContext context)
  • Method Details

    • getRootSchema

      public org.apache.calcite.schema.SchemaPlus getRootSchema()
      Specified by:
      getRootSchema in interface org.apache.calcite.DataContext
    • getTypeFactory

      public org.apache.calcite.adapter.java.JavaTypeFactory getTypeFactory()
      Specified by:
      getTypeFactory in interface org.apache.calcite.DataContext
    • getQueryProvider

      public org.apache.calcite.linq4j.QueryProvider getQueryProvider()
      Specified by:
      getQueryProvider in interface org.apache.calcite.DataContext
    • get

      public Object get(String name)
      Specified by:
      get in interface org.apache.calcite.DataContext