You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, date_part('year', ts_col) maps to an appropriate ClickHouse function, but extract(YEAR FROM ts_col) does not. They should operate the same, I believe, so make them work the same.
Currently,
date_part('year', ts_col)maps to an appropriate ClickHouse function, butextract(YEAR FROM ts_col)does not. They should operate the same, I believe, so make them work the same.