-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Operations
-
None
This is the same task as in https://jira.mongodb.org/browse/RUBY-2220 but for the aggregation pipeline command (Collection::View::Builder::Aggregation) rather than find command.
Unlike the find command, aggregation command construction does not consider server features. The benefit of this ticket is primarily moving the code that uses server command fields (as opposed to Ruby options) to the operation layer.