Uses of Class
tech.tablesaw.aggregate.InstantAggregateFunction
-
Packages that use InstantAggregateFunction Package Description tech.tablesaw.aggregate -
-
Uses of InstantAggregateFunction in tech.tablesaw.aggregate
Fields in tech.tablesaw.aggregate declared as InstantAggregateFunction Modifier and Type Field Description static InstantAggregateFunctionAggregateFunctions. maxInstantA function that takes a column argument and returns the latest instant in that columnstatic InstantAggregateFunctionAggregateFunctions. minInstantA function that takes a column argument and returns the earliest Instant in that column
-