- Notifications
You must be signed in to change notification settings - Fork5
Commit8e3a87f
committed
Teach planner to expand sufficiently simple SQL-language functions
('SELECT expression') inline, like macros, during the constant-foldingphase of planning. The actual expansion is not difficult, but checkingthat we're not changing the semantics of the call turns out to be moresubtle than one might think; in particular must pay attention topermissions issues, strictness, and volatility.1 parent02f8c9a commit8e3a87f
File tree
4 files changed
+478
-105
lines changed- src
- backend
- optimizer/util
- utils/cache
- include
- optimizer
- utils
4 files changed
+478
-105
lines changed0 commit comments
Comments
(0)