-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Query Execution
-
None
-
Query Execution
-
Fully Compatible
-
QE 2026-03-02
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This change moves a `tassert` from the `MatchProcessor`'s `doGetNext()` method into the `MatchProcessor`'s constructor.
This helps to avoid repeated evaluation, which is not necessary.
It also allows removing one member variable from the `MatchProcessor`.