Move Pipeline::getNext() and Pipeline::getNextDocument() methods to agg::Pipeline()

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.2.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Query Execution
    • Fully Compatible
    • QE 2025-05-12, QE 2025-05-26, QE 2025-06-09
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Move Pipeline::getNext() and Pipeline::getNextDocument() methods to agg::Pipeline().

      This implies replacing their call sites with agg::Pipeline()::getNext() and agg::Pipeline::getNextDocument(), which in turn implies that an instance of agg::Pipeline() is constructed using agg::buildPipeline() function before calling these methods.

      This change should be relatively small (affecting few dozens of call sites), because at this moment agg::Pipeline stages and Pipeline document sources are still the same objects.

      This ticket also implies removing Pipeline::stitch() methods, which will become redundant.

      We should re-run the performance comparison at this point.

            Assignee:
            Romans Kasperovics
            Reporter:
            Romans Kasperovics
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: