Merge pull request #632 from influxdata/flux/join-methods
Commented out unavailable join methodspull/633/head
commit
fb34a1903e
|
@ -67,10 +67,10 @@ _**Data type:** String_
|
||||||
|
|
||||||
###### Possible Values:
|
###### Possible Values:
|
||||||
- `inner`
|
- `inner`
|
||||||
- `cross`
|
<!-- - `cross`
|
||||||
- `left`
|
- `left`
|
||||||
- `right`
|
- `right`
|
||||||
- `full`
|
- `full` -->
|
||||||
|
|
||||||
{{% note %}}
|
{{% note %}}
|
||||||
The `on` parameter and the `cross` method are mutually exclusive.
|
The `on` parameter and the `cross` method are mutually exclusive.
|
||||||
|
|
Loading…
Reference in New Issue