Skip to content

[SQL] Compatibility libraries #5870

@mihaibudiu

Description

@mihaibudiu

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);

Metadata

Metadata

Labels

SQL compilerRelated to the SQL compiler

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions