Uses of Class
tech.tablesaw.aggregate.DateAggregateFunction
-
Packages that use DateAggregateFunction Package Description tech.tablesaw.aggregate -
-
Uses of DateAggregateFunction in tech.tablesaw.aggregate
Fields in tech.tablesaw.aggregate declared as DateAggregateFunction Modifier and Type Field Description static DateAggregateFunction
AggregateFunctions. earliestDate
A function that takes a column argument and returns the earliest date in that columnstatic DateAggregateFunction
AggregateFunctions. latestDate
A function that takes a column argument and returns the latest date in that column
-