Class DefaultPlannerFactory

java.lang.Object
org.apache.flink.table.planner.delegation.DefaultPlannerFactory
All Implemented Interfaces:
org.apache.flink.table.delegation.PlannerFactory, org.apache.flink.table.factories.Factory

@Internal public final class DefaultPlannerFactory extends Object implements org.apache.flink.table.delegation.PlannerFactory
Factory for the default Planner.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.flink.table.delegation.PlannerFactory

    org.apache.flink.table.delegation.PlannerFactory.Context, org.apache.flink.table.delegation.PlannerFactory.DefaultPlannerContext
  • Field Summary

    Fields inherited from interface org.apache.flink.table.delegation.PlannerFactory

    DEFAULT_IDENTIFIER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.flink.table.delegation.Planner
    create(org.apache.flink.table.delegation.PlannerFactory.Context context)
     
     
    Set<org.apache.flink.configuration.ConfigOption<?>>
     
    Set<org.apache.flink.configuration.ConfigOption<?>>
     

    Methods inherited from class java.lang.Object

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

    • DefaultPlannerFactory

      public DefaultPlannerFactory()
  • Method Details

    • factoryIdentifier

      public String factoryIdentifier()
      Specified by:
      factoryIdentifier in interface org.apache.flink.table.factories.Factory
    • requiredOptions

      public Set<org.apache.flink.configuration.ConfigOption<?>> requiredOptions()
      Specified by:
      requiredOptions in interface org.apache.flink.table.factories.Factory
    • optionalOptions

      public Set<org.apache.flink.configuration.ConfigOption<?>> optionalOptions()
      Specified by:
      optionalOptions in interface org.apache.flink.table.factories.Factory
    • create

      public org.apache.flink.table.delegation.Planner create(org.apache.flink.table.delegation.PlannerFactory.Context context)
      Specified by:
      create in interface org.apache.flink.table.delegation.PlannerFactory