Class DelegatePlannerFactory
java.lang.Object
org.apache.flink.table.planner.loader.DelegatePlannerFactory
- All Implemented Interfaces:
org.apache.flink.table.delegation.PlannerFactory,org.apache.flink.table.factories.Factory
@Internal
public class DelegatePlannerFactory
extends Object
implements org.apache.flink.table.delegation.PlannerFactory
Delegate of
PlannerFactory.-
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 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.table.factories.Factory
factoryIdentifier, optionalOptions, requiredOptions
-
Constructor Details
-
DelegatePlannerFactory
public DelegatePlannerFactory()
-
-
Method Details
-
create
public org.apache.flink.table.delegation.Planner create(org.apache.flink.table.delegation.PlannerFactory.Context context) - Specified by:
createin interfaceorg.apache.flink.table.delegation.PlannerFactory
-
factoryIdentifier
- Specified by:
factoryIdentifierin interfaceorg.apache.flink.table.factories.Factory
-
requiredOptions
- Specified by:
requiredOptionsin interfaceorg.apache.flink.table.factories.Factory
-
optionalOptions
- Specified by:
optionalOptionsin interfaceorg.apache.flink.table.factories.Factory
-