Parse simple $between MatchExpression as a conjunction of gte/lte operators.

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 6.2.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Minor Change
    • QO 2022-10-03, QE 2022-10-17
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Parse $between in these forms::

      Input Materialized Expression
      {$between: [lowerBound, upperBound]} {$gte: lowerBound, $lte: upperBound}
      {$between: {$binData: <6, ...>}} {$between: {$binData: <6, ...>}}

      BinData with subtype other than 6 should be rejected at this stage with a uassert.

            Assignee:
            Gil Alon
            Reporter:
            Davis Haupt (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: