Interface PlannerFactory

All Superinterfaces:
org.apache.flink.table.factories.Factory

@Internal public interface PlannerFactory extends org.apache.flink.table.factories.Factory
Factory that creates Planner.

This factory is used with Java's Service Provider Interfaces (SPI) for discovering. A factory is called with a set of normalized properties that describe the desired configuration. Those properties may include execution configurations such as watermark interval, max parallelism etc., table specific initialization configuration such as if the queries should be executed in batch mode.