-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
QE 2023-02-20, QE 2023-03-06, QE 2023-03-20, QE 2023-04-03
The recommended way to construct a pipeline for internal use is 'Pipeline::makePipeline'. However, at the time of writing, this method doesn't support specifying any aggregate command options. This ticket tracks the work to support specifying aggregate options to Pipeline::makePipeline.
As an implementation note, this will likely involve plumbing aggregate options through 'attachCursorSourceToPipeline' so that they are available at the time of executor creation.