Package io.trino.operator.window.pattern
Class LabelEvaluator
java.lang.Object
io.trino.operator.window.pattern.LabelEvaluator
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionLabelEvaluator(long matchNumber, int patternStart, int partitionStart, int searchStart, int searchEnd, List<LabelEvaluator.Evaluation> evaluations, ProjectingPagesWindowIndex windowIndex) -
Method Summary
Modifier and TypeMethodDescriptionbooleanevaluateLabel(ArrayView matchedLabels, MatchAggregation[] aggregations) intboolean
-
Constructor Details
-
LabelEvaluator
public LabelEvaluator(long matchNumber, int patternStart, int partitionStart, int searchStart, int searchEnd, List<LabelEvaluator.Evaluation> evaluations, ProjectingPagesWindowIndex windowIndex)
-
-
Method Details
-
getInputLength
public int getInputLength() -
isMatchingAtPartitionStart
public boolean isMatchingAtPartitionStart() -
evaluateLabel
-