We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f93fd8 commit b5fcdd8Copy full SHA for b5fcdd8
flux-dsl/src/main/java/com/influxdb/query/dsl/Flux.java
@@ -84,7 +84,6 @@
84
* <a href="http://bit.ly/flux-spec#basic-syntax">Flux</a> - Data Scripting Language.
85
* <br>
86
* <a href="http://bit.ly/flux-spec">Flux Specification</a>
87
- * <p>
88
*
89
* <h3>The functions:</h3>
90
* <ul>
flux-dsl/src/main/java/com/influxdb/query/dsl/functions/AggregateWindow.java
@@ -66,7 +66,7 @@
66
* .from("telegraf")
67
* .aggregateWindow()
68
* .withEvery(5L, ChronoUnit.MINUTES)
69
- * .withFunction("tables |> quantile(q: 0.99, column:column)");
+ * .withFunction("tables |> quantile(q: 0.99, column:column)");
70
* </pre>
71
72
* @author Jakub Bednar (13/05/2020 08:41)
0 commit comments