Uses of Interface
io.trino.operator.aggregation.WindowAccumulator
-
Packages that use WindowAccumulator Package Description io.trino.operator.aggregation -
-
Uses of WindowAccumulator in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation that return WindowAccumulator Modifier and Type Method Description WindowAccumulatorWindowAccumulator. copy()Methods in io.trino.operator.aggregation that return types with arguments of type WindowAccumulator Modifier and Type Method Description static Constructor<? extends WindowAccumulator>AccumulatorCompiler. generateWindowAccumulatorClass(BoundSignature boundSignature, AggregationMetadata metadata, FunctionNullability functionNullability)
-