Uses of Class
tech.tablesaw.aggregate.DateTimeAggregateFunction
-
Packages that use DateTimeAggregateFunction Package Description tech.tablesaw.aggregate -
-
Uses of DateTimeAggregateFunction in tech.tablesaw.aggregate
Fields in tech.tablesaw.aggregate declared as DateTimeAggregateFunction Modifier and Type Field Description static DateTimeAggregateFunctionAggregateFunctions. earliestDateTimeA function that takes a column argument and returns the earliest date-time value in that columnstatic DateTimeAggregateFunctionAggregateFunctions. latestDateTimeA function that takes a column argument and returns the latest date-time value in that column
-