Package io.trino.sql.planner.sanity
Class TypeValidator
- java.lang.Object
-
- io.trino.sql.planner.sanity.TypeValidator
-
- All Implemented Interfaces:
PlanSanityChecker.Checker
public final class TypeValidator extends Object implements PlanSanityChecker.Checker
Ensures that all the expressions and FunctionCalls matches their output symbols
-
-
Constructor Summary
Constructors Constructor Description TypeValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate(PlanNode plan, Session session, Metadata metadata, TypeOperators typeOperators, TypeAnalyzer typeAnalyzer, TypeProvider types, WarningCollector warningCollector)
-
-
-
Method Detail
-
validate
public void validate(PlanNode plan, Session session, Metadata metadata, TypeOperators typeOperators, TypeAnalyzer typeAnalyzer, TypeProvider types, WarningCollector warningCollector)
- Specified by:
validatein interfacePlanSanityChecker.Checker
-
-