feldera / feldera

The Feldera Incremental Computation Engine
https://feldera.com
Other
372 stars 35 forks source link

[SQL] Missing SQL functions #1265

Open mihaibudiu opened 8 months ago

mihaibudiu commented 8 months ago

This is a list of functions that we plan to add to the SQL compiler in the near future. The functions must be already supported by Calcite. https://calcite.apache.org/docs/reference.html Not all of these have the same priority. For example, we probably won't do XML until we have use cases.

Drsynos commented 8 months ago

check schema , missing permissions, incorrect database, incorrect syntax, missing package

if there is problem in database so you will need to prefix the function name with the database name like this

database_name.schema_name.function_name() .