Uses of Class
io.trino.operator.window.pattern.LabelEvaluator.Evaluation
-
Packages that use LabelEvaluator.Evaluation Package Description io.trino.operator.window.pattern -
-
Uses of LabelEvaluator.Evaluation in io.trino.operator.window.pattern
Methods in io.trino.operator.window.pattern that return LabelEvaluator.Evaluation Modifier and Type Method Description LabelEvaluator.EvaluationLabelEvaluator.EvaluationSupplier. get()Constructor parameters in io.trino.operator.window.pattern with type arguments of type LabelEvaluator.Evaluation Constructor Description LabelEvaluator(long matchNumber, int patternStart, int partitionStart, int partitionEnd, List<LabelEvaluator.Evaluation> evaluations, WindowIndex windowIndex)
-