updated experimental.join to address PR feedback

pull/882/head
Scott Anderson 2020-03-27 15:10:01 -06:00
parent 9819abb585
commit d74730d819
1 changed files with 3 additions and 1 deletions

View File

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