Class SubplanMatch


  • public class SubplanMatch
    extends java.lang.Object
    A subplan match correlates a SubplanPattern with its actually matched .
    • Constructor Detail

      • SubplanMatch

        public SubplanMatch​(SubplanMatch that)
        Copy constructor.
    • Method Detail

      • addOperatorMatch

        public void addOperatorMatch​(OperatorMatch operatorMatch)
      • getOperatorMatches

        public java.util.Map<java.lang.String,​OperatorMatch> getOperatorMatches()
      • getMatch

        public OperatorMatch getMatch​(java.lang.String name)
      • getMaximumEpoch

        public int getMaximumEpoch()
        Returns:
        the maximum epoch among the matched operators in operatorMatches