Class MatchResult

java.lang.Object
io.trino.operator.window.matcher.MatchResult

public class MatchResult extends Object
  • Field Details

  • Constructor Details

    • MatchResult

      public MatchResult(boolean matched, ArrayView labels, ArrayView exclusions)
  • Method Details

    • isMatched

      public boolean isMatched()
    • getLabels

      public ArrayView getLabels()
    • getExclusions

      public ArrayView getExclusions()