File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
source/reference/operator/aggregation Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 30
30
31
31
The :pipeline:`$densify` stage has this syntax:
32
32
33
- .. code-block:: javascript
33
+ .. code-block:: none
34
34
35
35
{
36
36
$densify: {
@@ -257,7 +257,8 @@ four hour intervals.
257
257
] )
258
258
259
259
This example uses the :pipeline:`$densify` stage to fill in the gaps
260
- between the four-hour intervals:
260
+ between the four-hour intervals to achieve hourly granularity for the
261
+ data points:
261
262
262
263
.. code-block:: javascript
263
264
@@ -295,6 +296,7 @@ between the hours of ``00:00:00`` and ``08:00:00``.
295
296
296
297
.. code-block:: javascript
297
298
:emphasize-lines: 8-10, 17-19
299
+ :copyable: false
298
300
299
301
[
300
302
{
@@ -405,6 +407,7 @@ The aggregation outputs the following documents:
405
407
406
408
.. code-block:: javascript
407
409
:emphasize-lines: 14,21-24,31-32,40-43
410
+ :copyable: false
408
411
409
412
[
410
413
{
@@ -500,6 +503,7 @@ The aggregation outputs the following documents:
500
503
501
504
.. code-block:: javascript
502
505
:emphasize-lines: 14,27-28
506
+ :copyable: false
503
507
504
508
[
505
509
{
You can’t perform that action at this time.
0 commit comments