Skip to content

Commit 57c53cf

Browse files
(DOCSP-18945): densify stage
Add temperature examples to densify
1 parent a2ea39f commit 57c53cf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

source/reference/operator/aggregation/densify.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Syntax
3030

3131
The :pipeline:`$densify` stage has this syntax:
3232

33-
.. code-block:: javascript
33+
.. code-block:: none
3434

3535
{
3636
$densify: {
@@ -257,7 +257,8 @@ four hour intervals.
257257
] )
258258

259259
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:
261262

262263
.. code-block:: javascript
263264

@@ -295,6 +296,7 @@ between the hours of ``00:00:00`` and ``08:00:00``.
295296

296297
.. code-block:: javascript
297298
:emphasize-lines: 8-10, 17-19
299+
:copyable: false
298300

299301
[
300302
{
@@ -405,6 +407,7 @@ The aggregation outputs the following documents:
405407

406408
.. code-block:: javascript
407409
:emphasize-lines: 14,21-24,31-32,40-43
410+
:copyable: false
408411

409412
[
410413
{
@@ -500,6 +503,7 @@ The aggregation outputs the following documents:
500503

501504
.. code-block:: javascript
502505
:emphasize-lines: 14,27-28
506+
:copyable: false
503507

504508
[
505509
{

0 commit comments

Comments
 (0)