From d74730d81943af7ecbe4fd16272143153d68ec73 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 27 Mar 2020 15:10:01 -0600 Subject: [PATCH] updated experimental.join to address PR feedback --- content/v2.0/reference/flux/stdlib/experimental/join.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/v2.0/reference/flux/stdlib/experimental/join.md b/content/v2.0/reference/flux/stdlib/experimental/join.md index 46bf3e95e..d1bdd8462 100644 --- a/content/v2.0/reference/flux/stdlib/experimental/join.md +++ b/content/v2.0/reference/flux/stdlib/experimental/join.md @@ -11,7 +11,7 @@ weight: 302 --- The `experimental.join()` function joins two streams of tables on the -[group key](/v2.0/reference/glossary/#group-key) with the addition of the `_time` column. +[group key](/v2.0/reference/glossary/#group-key) and `_time` column. Columns that are not part of the group key or explicitly mapped in the join operation are dropped from output tables. @@ -62,6 +62,8 @@ _**Data type:** Function_ ## Examples +### Input and output tables + **Given the following input tables:** {{< flex >}} {{% flex-content %}}