Improve WindowFucnctionTest
Signed-off-by: davidarendsen <davidarendsen@hey.com>
This commit is contained in:
parent
156d771b24
commit
ff3c757543
3 changed files with 10 additions and 10 deletions
|
|
@ -21,12 +21,12 @@ final class WindowFunctionTest extends TestCase
|
|||
public function testAllParameters()
|
||||
{
|
||||
$expression = new Window('20s', [
|
||||
'period' => 'every',
|
||||
'period' => 'every',
|
||||
'offset' => '0s',
|
||||
'location' => 'location',
|
||||
'timeColumn' => '_time',
|
||||
'startColumn' => '_start',
|
||||
'stopColumn' => '_stop',
|
||||
'location' => 'location',
|
||||
'timeColumn' => '_time',
|
||||
'startColumn' => '_start',
|
||||
'stopColumn' => '_stop',
|
||||
'createEmpty' => true
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue