Skip to content

Commit 7cb2274

Browse files
committed
Reformat after running the js generator
1 parent 07cd9fc commit 7cb2274

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+200
-305
lines changed

generator/config/accumulator/covariancePop.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ tests:
2525
output:
2626
covariancePopForState:
2727
$covariancePop:
28-
# Example uses the short form, the builder always generates the verbose form
29-
# $year: '$orderDate'
3028
- $year:
3129
date: $orderDate
3230
- $quantity

generator/config/accumulator/covarianceSamp.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ tests:
2525
output:
2626
covarianceSampForState:
2727
$covarianceSamp:
28-
# Example uses the short form, the builder always generates the verbose form
29-
# $year: '$orderDate'
3028
- $year:
3129
date: $orderDate
3230
- $quantity

generator/config/accumulator/percentile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ arguments:
2020
$percentile calculates the percentile values of this data. input must be a field name or an expression that evaluates to a numeric type. If the expression cannot be converted to a numeric type, the $percentile calculation ignores it.
2121
- name: p
2222
type:
23-
- resolvesToArray # of resolvesToNumber
23+
- resolvesToArray
2424
description: |
2525
$percentile calculates a percentile value for each element in p. The elements represent percentages and must evaluate to numeric values in the range 0.0 to 1.0, inclusive.
2626
$percentile returns results in the same order as the elements in p.

generator/config/accumulator/push.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,9 @@ tests:
2222
- $group:
2323
_id:
2424
day:
25-
# Example uses the short form, the builder always generates the verbose form
26-
# $dayOfYear: '$date'
2725
$dayOfYear:
2826
date: $date
2927
year:
30-
# Example uses the short form, the builder always generates the verbose form
31-
# $year: '$date'
3228
$year:
3329
date: $date
3430
itemsSold:

generator/config/accumulator/sum.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,9 @@ tests:
1919
- $group:
2020
_id:
2121
day:
22-
# Example uses the short form, the builder always generates the verbose form
23-
# $dayOfYear: '$date'
2422
$dayOfYear:
2523
date: $date
2624
year:
27-
# Example uses the short form, the builder always generates the verbose form
28-
# $year: '$date'
2925
$year:
3026
date: $date
3127
totalAmount:

generator/config/expression/arrayToObject.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ tests:
1717
- $project:
1818
item: 1
1919
dimensions:
20-
# Example uses the short form, the builder always generates the verbose form
21-
# $arrayToObject: '$dimensions'
2220
$arrayToObject:
2321
- $dimensions
2422
- name: $objectToArray and $arrayToObject Example

generator/config/expression/avg.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@ tests:
1818
pipeline:
1919
- $project:
2020
quizAvg:
21-
# Example uses the short form, the builder always generates the verbose form
22-
# $avg: '$quizzes'
2321
$avg:
2422
- $quizzes
2523
labAvg:
26-
# $avg: '$labs'
2724
$avg:
2825
- $labs
2926
examAvg:

generator/config/expression/bitAnd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ tests:
3030
result:
3131
$bitAnd:
3232
- $a
33-
- {$numberLong: '63'}
33+
- $numberLong: '63'

generator/config/expression/bitOr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ tests:
3030
result:
3131
$bitOr:
3232
- $a
33-
- {$numberLong: '63'}
33+
- $numberLong: '63'

generator/config/expression/case.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ arguments:
1616
- name: then
1717
type:
1818
- expression
19-
description: |-
20-
Can be any valid expression.
19+
description: Can be any valid expression.

0 commit comments

Comments
 (0)