Add documentation about addMap, addSort, addUnwindow, and addWindow
Signed-off-by: David Arendsen <darendsen@gamepoint.com>
This commit is contained in:
parent
e0cf376f6f
commit
b7e0b21c8f
9 changed files with 179 additions and 27 deletions
|
|
@ -113,8 +113,8 @@ final class QueryBuilderTest extends TestCase
|
|||
],
|
||||
'addWindow' => [
|
||||
'addWindow',
|
||||
['20s'],
|
||||
'|> window(every: 20s) '
|
||||
['20s', ['timeColumn' => '_time']],
|
||||
'|> window(every: 20s, timeColumn: "_time") '
|
||||
],
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue