Re: How do I create a temporal function using Flink Clinet SQL?

2019-09-24 Thread Fabian Hueske
Hi, It's not possible to create a temporal table function from SQL, but you can define it in the config.yaml of the SQL client as described in the documentation [1]. Best, Fabian [1] https://ci.apache.org/projects/flink/flink-docs-release-1.9/dev/table/sqlClient.html#temporal-tables Am Di.,

How do I create a temporal function using Flink Clinet SQL?

2019-09-24 Thread srikanth flink
Hi, I'm running time based joins, dynamic table over temporal function. Is there a way I could create temporal table using flink SQL. And I'm using v1.9. Thanks Srikanth