mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-14 09:37:00 +08:00
Since all SQLValueFunction are STABLE we can safely push them down into the scan of the compressed chunk. The following expressions are pushed down: - CURRENT_DATE - CURRENT_TIME - CURRENT_TIME(p) - CURRENT_TIMESTAMP - CURRENT_TIMESTAMP(p) - LOCALTIME - LOCALTIME(p) - LOCALTIMESTAMP - LOCALTIMESTAMP(p) - USER - CURRENT_USER - SESSION_USER - CURRENT_CATALOG - CURRENT_SCHEMA
2 lines
71 B
Plaintext
2 lines
71 B
Plaintext
Implements: #6440 Allow SQLValueFunction pushdown into compressed scan
|