Interface PostPhysicalOptimizationVerificationAware


public interface PostPhysicalOptimizationVerificationAware
Interface implemented by expressions that require validation post physical optimization.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Validates the implementing expression - discovered failures are reported to the given Failures class.
  • Method Details

    • postPhysicalOptimizationVerification

      void postPhysicalOptimizationVerification(Failures failures)
      Validates the implementing expression - discovered failures are reported to the given Failures class.