checkAnalysis(plan: LogicalPlan): Unit
CheckAnalysis
CheckAnalysis
defines checkAnalysis method that Analyzer uses to check the result of applying the analyzer rules to a LogicalPlan
.
CheckAnalysis
defines checkAnalysis method that Analyzer uses to check the result of applying the analyzer rules to a LogicalPlan
.