Skip to content

[SQL] Optimize expensive filters by pulling expensive operations into a prior map #6815

Description

@mihaibudiu

This is particularly beneficial for expensive temporal filters, which get rewritten into complex subplans.
This will enable computing common operations only once, and will enable better pruning of unused fields.

Metadata

Metadata

Assignees

Labels

SQL compilerRelated to the SQL compiler

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions