@Internal public final class BlinkPlannerFactory extends Object implements org.apache.flink.table.delegation.PlannerFactory
BatchPlanner or StreamPlanner.| Constructor and Description |
|---|
BlinkPlannerFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.delegation.Planner |
create(Map<String,String> properties,
org.apache.flink.table.delegation.Executor executor,
org.apache.flink.table.api.TableConfig tableConfig,
org.apache.flink.table.catalog.FunctionCatalog functionCatalog,
org.apache.flink.table.catalog.CatalogManager catalogManager) |
Map<String,String> |
optionalContext() |
Map<String,String> |
requiredContext() |
List<String> |
supportedProperties() |
public org.apache.flink.table.delegation.Planner create(Map<String,String> properties, org.apache.flink.table.delegation.Executor executor, org.apache.flink.table.api.TableConfig tableConfig, org.apache.flink.table.catalog.FunctionCatalog functionCatalog, org.apache.flink.table.catalog.CatalogManager catalogManager)
create in interface org.apache.flink.table.delegation.PlannerFactorypublic Map<String,String> optionalContext()
optionalContext in interface org.apache.flink.table.factories.ComponentFactorypublic Map<String,String> requiredContext()
requiredContext in interface org.apache.flink.table.factories.ComponentFactoryrequiredContext in interface org.apache.flink.table.factories.TableFactoryCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.