Uses of Class
tech.tablesaw.aggregate.DateAggregateFunction
Packages that use DateAggregateFunction
-
Uses of DateAggregateFunction in tech.tablesaw.aggregate
Fields in tech.tablesaw.aggregate declared as DateAggregateFunctionModifier and TypeFieldDescriptionstatic final DateAggregateFunction
AggregateFunctions.earliestDate
A function that takes a column argument and returns the earliest date in that columnstatic final DateAggregateFunction
AggregateFunctions.latestDate
A function that takes a column argument and returns the latest date in that column