RE: python table api

2022-04-07 Thread ivan.ros...@agilent.com
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

Re: python table api

2022-04-07 Thread Francesco Guardiani
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: >> >> >> >>

Re: python table api

2022-04-06 Thread Dian Fu
< 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" >

python table api

2022-04-06 Thread ivan.ros...@agilent.com
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, "