AggregationRequest is given BSONObj containing the input query for safekeeping. We need to be able to build an ExpressionContext and we cannot provide this BSONObj since we're building the pipeline in-place. So we need to build a new entry point to ExpressionContext that does not depend on AggregationRequest.
- is depended on by
-
SERVER-85022 M/R Agg: Produce end to end demo from M/R POCs
- Closed