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 DateAggregateFunctionAggregateFunctions. earliestDateA function that takes a column argument and returns the earliest date in that columnstatic DateAggregateFunctionAggregateFunctions. latestDateA function that takes a column argument and returns the latest date in that column
-