fix: update function def for torows (#2680)
parent
f80ab61e59
commit
4f3d267166
|
@ -37,7 +37,7 @@ from(bucket: "example-bucket")
|
|||
|
||||
## Function definition
|
||||
```js
|
||||
toRows = (tables=<-, correlationKey=["_time"]) =>
|
||||
toRows = (tables=<-) =>
|
||||
tables
|
||||
|> v1.fieldsAsCols()
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue