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 %}}