updated experimental.join to address PR feedback
parent
9819abb585
commit
d74730d819
|
@ -11,7 +11,7 @@ weight: 302
|
||||||
---
|
---
|
||||||
|
|
||||||
The `experimental.join()` function joins two streams of tables on the
|
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
|
Columns that are not part of the group key or explicitly mapped in the join operation
|
||||||
are dropped from output tables.
|
are dropped from output tables.
|
||||||
|
|
||||||
|
@ -62,6 +62,8 @@ _**Data type:** Function_
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
### Input and output tables
|
||||||
|
|
||||||
**Given the following input tables:**
|
**Given the following input tables:**
|
||||||
{{< flex >}}
|
{{< flex >}}
|
||||||
{{% flex-content %}}
|
{{% flex-content %}}
|
||||||
|
|
Loading…
Reference in New Issue