BLE(
TUMBLE(TABLE source, DESCRIPTOR(ts), INTERVAL '5' SECONDS))
GROUP BY window_start, window_end
)
""").wait()
From: Dian Fu
Sent: Thursday, April 7, 2022 3:08 AM
To: ROSERO,IVAN (Agilent CHE)
Cc: user
Subject: Re: python table api
External Sender - Use
r 6, 2022 at 10:46 PM ivan.ros...@agilent.com <
> ivan.ros...@agilent.com> wrote:
>
>> Hello,
>>
>>
>>
>> I’m trying to understand tumbling windows at the level of the python
>> table api.For this short example:
>>
>>
>>
>>
<
ivan.ros...@agilent.com> wrote:
> Hello,
>
>
>
> I’m trying to understand tumbling windows at the level of the python table
> api.For this short example:
>
>
>
> Input csv
>
> Print output
>
> 2022-01-01 10:00:23.0, "data line 3"
>
Hello,
I'm trying to understand tumbling windows at the level of the python table api.
For this short example:
Input csv
Print output
2022-01-01 10:00:23.0, "data line 3"
2022-01-01 10:00:24.0, "data line 4"
2022-01-01 10:00:18.0, "