Thank you for the response.
I'm not understanding where does something like this,
/SELECT * WHERE action='denied' /
gets translated to something similar in the Flink Stream API,
/filter.(new FilterFunction<Event>() {
public boolean filter(Event event) {
return event.action.equals("denied");
}
});/
or if that happens at all. My idea was to extend the library to support
other unsupported
calls like (TUMBLE -> timeWindow) but it's probably more complex than what
I'm thinking.
Regards.
--
View this message in context: http://apache-flink-user-mailing-list-archive.2336050. n4.nabble.com/Flink-SQL- Stream-Parser-based-on- calcite-tp9592p9596.html
Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.
Free forum by Nabble | Edit this page |