File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
source/reference/aggregation Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ $gt (aggregation)
6
6
7
7
.. expression:: $gt
8
8
9
- Takes two values in an array and returns an integer . The returned
9
+ Takes two values in an array and returns an boolean . The returned
10
10
value is:
11
11
12
12
- ``true`` when the first value is *greater than* the second value.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ $gte (aggregation)
6
6
7
7
.. expression:: $gte
8
8
9
- Takes two values in an array and returns an integer . The returned
9
+ Takes two values in an array and returns an boolean . The returned
10
10
value is:
11
11
12
12
- ``true`` when the first value is *greater than or equal* to the
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ $lt (aggregation)
6
6
7
7
.. expression:: $lt
8
8
9
- Takes two values in an array and returns an integer . The returned
9
+ Takes two values in an array and returns an boolean . The returned
10
10
value is:
11
11
12
12
- ``true`` when the first value is *less than* the second value.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ $lte (aggregation)
6
6
7
7
.. expression:: $lte
8
8
9
- Takes two values in an array and returns an integer . The returned
9
+ Takes two values in an array and returns an boolean . The returned
10
10
value is:
11
11
12
12
- ``true`` when the first value is *less than or equal to* the
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ $ne (aggregation)
6
6
7
7
.. expression:: $ne
8
8
9
- Takes two values in an array returns an integer . The returned value
9
+ Takes two values in an array returns an boolean . The returned value
10
10
is:
11
11
12
12
- ``true`` when the values are **not equivalent**.
You can’t perform that action at this time.
0 commit comments