Uses of Interface
org.apache.flink.table.planner.analyze.PlanAnalyzer
Packages that use PlanAnalyzer
-
Uses of PlanAnalyzer in org.apache.flink.table.planner.analyze
Classes in org.apache.flink.table.planner.analyze that implement PlanAnalyzerModifier and TypeClassDescriptionclassAn implementation ofPlanAnalyzerto analyze whether group aggregation can be optimized to local-global two_phase aggregation by tuning table configurations.classAn implementation ofPlanAnalyzerto analyze the potential risk of non-deterministic update whenOptimizerConfigOptions.TABLE_OPTIMIZER_NONDETERMINISTIC_UPDATE_STRATEGYis ignored.Fields in org.apache.flink.table.planner.analyze with type parameters of type PlanAnalyzerModifier and TypeFieldDescriptionstatic final List<PlanAnalyzer>FlinkStreamPlanAnalyzers.ANALYZERS