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
duckdb.duckdb.BinderException: Binder Error: No functionmatches the given name and argument types 'date_part(STRING_LITERAL, VARCHAR)'. You might need to add explicit type casts.
Candidate functions:
date_part(VARCHAR, DATE) -> BIGINT
date_part(VARCHAR, TIMESTAMP) -> BIGINT
date_part(VARCHAR, TIME) -> BIGINT
date_part(VARCHAR, INTERVAL) -> BIGINT
date_part(VARCHAR, TIME WITH TIME ZONE) -> BIGINT
date_part(VARCHAR[], DATE) ->STRUCT()
date_part(VARCHAR[], TIMESTAMP) ->STRUCT()
date_part(VARCHAR[], TIME) ->STRUCT()
date_part(VARCHAR[], INTERVAL) ->STRUCT()
date_part(VARCHAR[], TIME WITH TIME ZONE) ->STRUCT()
date_part(VARCHAR, TIMESTAMP WITH TIME ZONE) -> BIGINT
date_part(VARCHAR[], TIMESTAMP WITH TIME ZONE) ->STRUCT()
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
While creating a minimum working example to experiment with timestamp methods (code below), calling any of the timestamp-methods raises an error.
What version of ibis are you using?
8.0.0
What backend(s) are you using, if any?
DuckDB (0.10.1)
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: