I - the type of the input valuesO - the type of the resultAggregation.Collapse, Aggregation.Count, Aggregation.Describe, Aggregation.Kurtosis, Aggregation.Max, Aggregation.Mean, Aggregation.Median, Aggregation.Min, Aggregation.Percentile, Aggregation.Product, Aggregation.Skew, Aggregation.StdDev, Aggregation.Sum, Aggregation.Unique, Aggregation.Variancepublic interface Aggregate<I,O> extends Function<List<I>,O>
Implementors define Function.apply(Object) to accept a list of data frame
values as input and return an aggregate result.
Copyright © 2019. All rights reserved.