Interface PlanAnalyzer
- All Known Implementing Classes:
GroupAggregationAnalyzer,NonDeterministicUpdateAnalyzer
@Internal
public interface PlanAnalyzer
Plan analyzer analyzes the optimized physical plan and provide potential risk warnings and
optimization advice.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe analyzedPlanAdvicewith a list of applicableRelNodeids. -
Method Summary
Modifier and TypeMethodDescriptionanalyze(FlinkRelNode rel) Analyze the optimizedRelNodeand returnPlanAnalyzer.AnalyzedResult.
-
Method Details
-
analyze
Analyze the optimizedRelNodeand returnPlanAnalyzer.AnalyzedResult.
-