Re: SQL API with Table API

2017-08-01 Thread nragon
"No, those are two different queries. " This is enough. The second part does not applies since i'm calculating EventTime from table source. Thanks -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/SQL-API-with-Table-API-tp1

Re: SQL API with Table API

2017-08-01 Thread Fabian Hueske
e.start, e.end") > .window(Tumble.over("30.minute").on("EventTime").as("e")) > .groupBy("e") > > > Or the second involves one query as nested of tumble query? > > Thanks > > > > > -- > View this message in context: http://apache-flink-user- > mailing-list-archive.2336050.n4.nabble.com/SQL-API-with- > Table-API-tp14599.html > Sent from the Apache Flink User Mailing List archive. mailing list archive > at Nabble.com. >

SQL API with Table API

2017-08-01 Thread nragon
uot;) .window(Tumble.over("30.minute").on("EventTime").as("e")) .groupBy("e") Or the second involves one query as nested of tumble query? Thanks -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/SQL-API-with-Table-API-tp14599.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.