Re: Temporal Table Function in SQL

2020-04-10 Thread Benchao Li
Hi, - Temporal Table It is implemented as dimension table, you can define a dimension table using DDL, for example, JDBC [1]. - Temporal Table Function Currently it cannot created from pure SQL, you can create it through table api[2], and then use it in sql. [1] https://ci.apache.org/projects/fl

Temporal Table Function in SQL

2020-04-10 Thread craftmantel
Hi Is it possible to create a Temporal Table and a Temporal Table Function from the SQL API? Any example of DDL? Thanks