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 DateTimeAggregateFunction
AggregateFunctions. earliestDateTime
A function that takes a column argument and returns the earliest date-time value in that columnstatic DateTimeAggregateFunction
AggregateFunctions. latestDateTime
A function that takes a column argument and returns the latest date-time value in that column
-