Skip to content

Commit 608a462

Browse files
(DOCSP-18945): densify stage
Add temperature examples to densify
1 parent b6c38f6 commit 608a462

File tree

9 files changed

+583
-12
lines changed

9 files changed

+583
-12
lines changed

config/redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,6 +1797,7 @@ raw: /manual/core/wildcard -> ${base}/manual/core/index-wildcard/
17971797

17981798
[v3.6-v5.0]: /${version}/reference/operator/aggregation/tsIncrement/ -> ${base}/${version}/reference/operator/aggregation/
17991799
[v3.6-v5.0]: /${version}/reference/operator/aggregation/tsSecond/ -> ${base}/${version}/reference/operator/aggregation/
1800+
[v3.6-v5.0]: /${version}/reference/operator/aggregation/densify/ -> ${base}/${version}/reference/operator/aggregation/
18001801

18011802
#
18021803
# Redirects for new 5.0 pages
30.9 KB
Loading
35.1 KB
Loading

source/includes/extracts-agg-stages.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ content: |
4242
4343
Distinct from the :group:`$count` aggregation accumulator.
4444
45+
* - :pipeline:`$densify`
46+
47+
- .. include:: /includes/fact-densify-description.rst
48+
4549
* - :pipeline:`$documents`
4650
- Returns literal documents from input expressions.
4751
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Creates new documents in a sequence of documents where certain values
2+
in a field are missing.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- The darker squares represent the original documents in the collection.
2+
3+
- The lighter squares represent the documents created with
4+
:pipeline:`$densify`.

source/reference/operator/aggregation-pipeline.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,12 @@ Alphabetical Listing of Stages
103103
* - :pipeline:`$currentOp`
104104

105105
- Returns information on active and/or dormant operations for the
106-
MongoDB deployment. To run, use the :method:`db.aggregate()` method.
106+
MongoDB deployment. To run, use the :method:`db.aggregate()`
107+
method.
108+
109+
* - :pipeline:`$densify`
110+
111+
- .. include:: /includes/fact-densify-description.rst
107112

108113

109114
* - :pipeline:`$facet`
@@ -325,6 +330,7 @@ Alphabetical Listing of Stages
325330
/reference/operator/aggregation/collStats
326331
/reference/operator/aggregation/count
327332
/reference/operator/aggregation/currentOp
333+
/reference/operator/aggregation/densify
328334
/reference/operator/aggregation/documents
329335
/reference/operator/aggregation/facet
330336
/reference/operator/aggregation/geoNear

0 commit comments

Comments
 (0)