Introduce MongoExtensionAggregationStageSyntaxNode::create_logical_stage to the API

XMLWordPrintableJSON

    • 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
      • MongoExtensionStatus*
      • MongoExtensionLogicalAggregationStage** (output)
      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.||

      •  

       

       

            Assignee:
            Unassigned
            Reporter:
            Santiago Roche
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: