colexec: add projections for TIMESTAMP #42044
Labels
A-sql-vec
SQL vectorized engine
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
When #41662 is merged, we will have the support for
TIMESTAMP
type, but projections with timestamps will not be supported because other types (likeINTERVAL
) that are alongside the timestamps in the binary operations are still unsupported.The text was updated successfully, but these errors were encountered: