Package org.apache.flink.table.api
Interface PlannerConfig
-
@PublicEvolving public interface PlannerConfig
ThePlannerConfig
holds parameters to configure the behavior of queries.
-
-
Field Summary
Fields Modifier and Type Field Description static PlannerConfig
EMPTY_CONFIG
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default <T extends PlannerConfig>
Optional<T>unwrap(Class<T> type)
-
-
-
Field Detail
-
EMPTY_CONFIG
static final PlannerConfig EMPTY_CONFIG
-
-
Method Detail
-
unwrap
default <T extends PlannerConfig> Optional<T> unwrap(Class<T> type)
-
-