Interface PostPhysicalOptimizationVerificationAware
public interface PostPhysicalOptimizationVerificationAware
Interface implemented by expressions that require validation post physical optimization.
-
Method Summary
Modifier and TypeMethodDescriptionvoidpostPhysicalOptimizationVerification(Failures failures) Validates the implementing expression - discovered failures are reported to the givenFailuresclass.
-
Method Details
-
postPhysicalOptimizationVerification
Validates the implementing expression - discovered failures are reported to the givenFailuresclass.
-