Add addBottom function
Signed-off-by: David Arendsen <darendsen@gamepoint.com>
This commit is contained in:
parent
483e67a2e8
commit
9e2bde4217
5 changed files with 91 additions and 0 deletions
|
|
@ -41,6 +41,11 @@ final class QueryBuilderTest extends TestCase
|
|||
['20s', 'mean', ['timeDst' => '_time']],
|
||||
'|> aggregateWindow(every: 20s, fn: mean, timeDst: "_time") '
|
||||
],
|
||||
'addBottom' => [
|
||||
'addBottom',
|
||||
[2, ['_value']],
|
||||
'|> bottom(n: 2, columns: ["_value"]) '
|
||||
],
|
||||
'addCount' => [
|
||||
'addCount',
|
||||
['_value'],
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue