Package io.trino.sql.planner.sanity
Class ValidateLimitWithPresortedInput
- java.lang.Object
-
- io.trino.sql.planner.sanity.ValidateLimitWithPresortedInput
-
- All Implemented Interfaces:
PlanSanityChecker.Checker
public class ValidateLimitWithPresortedInput extends Object implements PlanSanityChecker.Checker
Verifies that input of order-sensitive Limit is ordered by the pre-sorted symbols
-
-
Constructor Summary
Constructors Constructor Description ValidateLimitWithPresortedInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate(PlanNode planNode, Session session, Metadata metadata, TypeOperators typeOperators, TypeAnalyzer typeAnalyzer, TypeProvider types, WarningCollector warningCollector)
-
-
-
Method Detail
-
validate
public void validate(PlanNode planNode, Session session, Metadata metadata, TypeOperators typeOperators, TypeAnalyzer typeAnalyzer, TypeProvider types, WarningCollector warningCollector)
- Specified by:
validatein interfacePlanSanityChecker.Checker
-
-