Re:回复:flink datastream to table convertion

2024-09-10 Thread Xuyang
Hi, Enric. Can you take a look at the following two apis to see if it meets your needs? - TableEnvironment: void createTemporaryTable(String path, TableDescriptor descriptor); - TableEnvironment: void createTable(String path, TableDescriptor descriptor); With `TableDescriptor`[1], you can use

flink datastream to table convertion

2024-09-03 Thread Enric Ott
Hi,Community:   Are there any approaches to add with clause to flink table definition in some way of dynamic?   Thanks.

flink datastream to table convertion

2024-09-03 Thread Enric Ott
Hi,Community:   Are there any approaches to add with clause to flink table definition in some way of dynamic?   Thanks.