Merge branch 'master' of github.com:influxdata/docs-v2
commit
6e192d20a9
|
@ -156,8 +156,9 @@ data = () =>
|
||||||
// the batch and is used to generate batch metadata.
|
// the batch and is used to generate batch metadata.
|
||||||
rowCount =
|
rowCount =
|
||||||
data()
|
data()
|
||||||
|> group(columns: ["_start", "_stop"])
|
|
||||||
|> count()
|
|> count()
|
||||||
|
|> group(columns: ["_start", "_stop"])
|
||||||
|
|> sum()
|
||||||
|
|
||||||
// emptyRange is a stream of tables that acts as filler data if the batch is
|
// emptyRange is a stream of tables that acts as filler data if the batch is
|
||||||
// empty. This is used to generate batch metadata for empty batches and is
|
// empty. This is used to generate batch metadata for empty batches and is
|
||||||
|
|
Loading…
Reference in New Issue