-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
None
-
3
-
TBD
-
None
-
None
-
None
-
None
-
None
-
None
-
None
As part of this ticket, add create_logical_stage() to the LogicalStage's vtable, and provide unit tests which verify obtaining a LogicalStage from the SyntaxNode:
MongoExtensionAggregationStageSyntaxNode vtable additions | |||
Function Name | Return Type | Parameters | Description |
create_logical_stage |
|
|
This function generates a logical stage implementation based on the user provided stage definition and execution context. |
On success: * Populates the MongoExtensionLogicalAggregationStage pointer with the extension’s parsed logical stage. * Ownership is transferred to the Host.||
- depends on
-
SERVER-109776 Introduce MongoExtensionAggregationStageSyntaxNode to the extensions API
-
- Backlog
-