Uses of Interface
lukfor.tables.rows.IRowAggregator
-
Packages that use IRowAggregator Package Description lukfor.tables lukfor.tables.rows.aggregators lukfor.tables.utils -
-
Uses of IRowAggregator in lukfor.tables
Methods in lukfor.tables with parameters of type IRowAggregator Modifier and Type Method Description TableTable. binBy(String column, double binSize, IRowAggregator aggregator)TableTable. groupBy(String column, IRowAggregator aggregator)TableTable. groupBy(IRowMapper mapper, IRowAggregator aggregator) -
Uses of IRowAggregator in lukfor.tables.rows.aggregators
Classes in lukfor.tables.rows.aggregators that implement IRowAggregator Modifier and Type Class Description classCountRowAggregatorclassMaxRowAggregatorclassMeanRowAggregatorclassMinRowAggregatorclassSumRowAggregator -
Uses of IRowAggregator in lukfor.tables.utils
Methods in lukfor.tables.utils with parameters of type IRowAggregator Modifier and Type Method Description TableGroupByBuilder. aggregate(IRowAggregator aggregator)
-