jAgg is a Java 5.0 API that supports “group by” operations on Lists of Java objects: aggregate operations such as count, sum, max, min, avg, and many more. It supports Super Aggregation: Rollups, Cube, and Grouping Sets. It supports analytic operations such as lag/lead and row number and more. It also allows custom aggregate and analytic operations.
Features
- Ability to apply "group by" functionality to an arbitrary List of Objects
- Specify "group by" properties by making List items Comparable or by supplying a list of property names, like a SQL "group by"
- 20 Built-in Aggregators: Sum, Count, Avg, Max, Min, Collect, Concat, Correlation, Covariance, CovariancePop, GeometricMean, HarmonicMean, LinearRegression, Mode, Percentile, Product, StdDev, StdDevPop, Variance, VariancePop
- Customizable Aggregators
- Parallel processing available
- Multiset Discrimination
- Super Aggregation: Rollups, Cube, and Grouping Sets
- Analytic Functions, including all built-in Aggregators plus 9 Built-in Analytic-only functions
License
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow jAgg
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Jagg is good! Thanks.