Merge pull request #632 from influxdata/flux/join-methods

Commented out unavailable join methods
pull/633/head
Scott Anderson 2019-11-21 10:38:08 -07:00 committed by GitHub
commit fb34a1903e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.