-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
Complete re-write of the sql.ReWrite() which is crap code.
Goals:
- Allow sql.ReWrite to support push-down to different data sources when using multi-source queries (joins, select where in, etc).
- Allow poly-fill missing feautures (ie, group-by in cassandra) but support partial push-down.
- Allow function re-write (ie, postgres, mysql, etc have different names for the same functions). Allow a dialect-writer to support function re-write.
Metadata
Metadata
Assignees
Labels
No labels