From 939b69bb773ac22249a9079d5023dfbf3235fdc5 Mon Sep 17 00:00:00 2001 From: Andrew Feierabend Date: Wed, 24 Feb 2021 12:38:21 -0500 Subject: [PATCH] DOCS-14160 fix expr operators missing header row --- source/includes/extracts-agg-operators.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/includes/extracts-agg-operators.yaml b/source/includes/extracts-agg-operators.yaml index d96b8dde05e..47fbe49c2ca 100644 --- a/source/includes/extracts-agg-operators.yaml +++ b/source/includes/extracts-agg-operators.yaml @@ -85,6 +85,9 @@ content: | :header-rows: 1 :widths: 20 80 + * - Name + - Description + * - :expression:`$arrayElemAt` - Returns the element at the specified array index.