Skip to content

Commit 99208f5

Browse files
committed
fix(docs): correct naming for pivot properties
1 parent c1455f3 commit 99208f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flux-dsl/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,8 @@ and aligns them horizontally (row-wise) into logical sets [[doc](http://bit.ly/f
516516
Flux flux = Flux.from("telegraf")
517517
.pivot()
518518
.withRowKey(new String[]{"_time"})
519-
.withColKey(new String[]{"_field"})
520-
.withValueCol("_value");
519+
.withColumnKey(new String[]{"_field"})
520+
.withValueColumn("_value");
521521
```
522522

523523
### range

0 commit comments

Comments
 (0)