Merge branch 'master' of github.com:influxdata/docs-v2

pull/5186/head
Scott Anderson 2023-10-18 17:22:34 -06:00
commit 6e192d20a9
1 changed files with 2 additions and 1 deletions

View File

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