From 1b6f72f97e41914da8d9a2da07ad57239776f03d Mon Sep 17 00:00:00 2001 From: Andrew Feierabend Date: Wed, 24 Feb 2021 13:02:32 -0500 Subject: [PATCH] DOCS-14250 fix cmp operators missing header row --- source/includes/extracts-agg-operators.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/includes/extracts-agg-operators.yaml b/source/includes/extracts-agg-operators.yaml index 94207cab5eb..864f870976e 100644 --- a/source/includes/extracts-agg-operators.yaml +++ b/source/includes/extracts-agg-operators.yaml @@ -168,6 +168,9 @@ content: | :header-rows: 1 :widths: 20 80 + * - Name + - Description + * - :expression:`$cmp` - Returns ``0`` if the two values are equivalent, ``1`` if the @@ -632,12 +635,10 @@ content: | - Return the BSON data type of the field. - --- ref: agg-operators-accumulators-group content: | - .. list-table:: :header-rows: 1 :widths: 20 80