Uses of Class
tech.tablesaw.aggregate.DateTimeAggregateFunction
Packages that use DateTimeAggregateFunction
-
Uses of DateTimeAggregateFunction in tech.tablesaw.aggregate
Fields in tech.tablesaw.aggregate declared as DateTimeAggregateFunctionModifier and TypeFieldDescriptionstatic final DateTimeAggregateFunction
AggregateFunctions.earliestDateTime
A function that takes a column argument and returns the earliest date-time value in that columnstatic final DateTimeAggregateFunction
AggregateFunctions.latestDateTime
A function that takes a column argument and returns the latest date-time value in that column