Package io.trino.sql.planner.sanity
Class ValidateStreamingAggregations
java.lang.Object
io.trino.sql.planner.sanity.ValidateStreamingAggregations
- All Implemented Interfaces:
PlanSanityChecker.Checker
Verifies that input of streaming aggregations is grouped on the grouping keys
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(PlanNode planNode, Session session, PlannerContext plannerContext, TypeAnalyzer typeAnalyzer, TypeProvider types, WarningCollector warningCollector)
-
Constructor Details
-
ValidateStreamingAggregations
public ValidateStreamingAggregations()
-
-
Method Details
-
validate
public void validate(PlanNode planNode, Session session, PlannerContext plannerContext, TypeAnalyzer typeAnalyzer, TypeProvider types, WarningCollector warningCollector) - Specified by:
validatein interfacePlanSanityChecker.Checker
-