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

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

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

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
Reply | Threaded
Open this post in threaded view
|

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

Fabian Hueske-2
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


Am Di., 24. Sept. 2019 um 16:49 Uhr schrieb srikanth flink <[hidden email]>:
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