-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Labels
SQL compilerRelated to the SQL compilerRelated to the SQL compiler
Description
Many dialect-specific functions can be rewritten in Feldera using combinations of existing SQL functions.
We should build and maintain a compatibility library for per SQL dialect.
For example, a SQL library could have definitions like
CREATE FUNCTION CURRENT_DATE() RETURNS DATE NOT NULL AS CAST(NOW() AS DATE);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
SQL compilerRelated to the SQL compilerRelated to the SQL compiler