public interface CommutativeAggregateFunction<InputType,PartialAggregateType,FinalAggregateType>
extends AggregateFunction<InputType,PartialAggregateType,FinalAggregateType>
Method Summary
Methods inherited from interface stream.scotty.core.windowFunction.AggregateFunction