-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
Fully Compatible
Bonsai and SBE StageBuilders made different assumptions about the behavior of certain ABT Expressions (BinaryOp<Gt/Gte/Lt/Lte/Eq>). ComparisonOpSemantics was created so that these two different callers of ABT Expression lowering could indicate which behavior was needed. Now that there is only one caller of ABT Expression lowering, we can remove ComparisonOpSemantics
- split from
-
SERVER-92916 Delete db/query/optimizer/ directory
- Open