Package io.trino.operator.window.matcher
Class MatchResult
- java.lang.Object
-
- io.trino.operator.window.matcher.MatchResult
-
public class MatchResult extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static MatchResultNO_MATCH
-
Constructor Summary
Constructors Constructor Description MatchResult(boolean matched, ArrayView labels, ArrayView exclusions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayViewgetExclusions()ArrayViewgetLabels()booleanisMatched()
-
-
-
Field Detail
-
NO_MATCH
public static final MatchResult NO_MATCH
-
-