texera
texera copied to clipboard
SQL Operator with real SQL
A general SQL Operator which lets user to write SQL query directly, this way it is more flexible to express the need. This feature can be combined with PreSet
to replace existing SQL operators.
One thing to investigate is how to obtain the schema before executing the SQL query. There are two ways:
- DB/JDBC might have API to query for the schema with a given SQL query.
- some SQL compiler like
calcite
to compile schema out from SQL query.
Discussion 2022.05.19: low priority
Discussion 2022.05.12: Low priority.