Basic aggregation pipeline operators

Are there helper functions in the Java driver to build basic aggregation pipeline operators like $add and $subtract? I looked through the codebase, but wasn’t able to find them. It would be very convenient to have those added as they make the pipelines a lot easier to read and understand in code.

We don’t have aggregate expression builders yet, though it is on our roadmap. Please vote for https://jira.mongodb.org/browse/JAVA-3879 to indicate your interest in this feature.

Jeff

2 Likes

Thanks Jeffrey! I appreciate the response.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.