duckdb-extension-clickhouse-sql
duckdb-extension-clickhouse-sql copied to clipboard
DuckDB Community Extension implementing ClickHouse SQL Dialect macros for DuckDB
 ## url_flock The `url_flock` function was inspired by an idea of @carlopi from DuckDB Labs 👋 When used in combination with the [httpserver extension](https://community-extensions.duckdb.org/extensions/httpserver.html) _(or compatible endpoints such...
- toUnixTimestamp - fromUnixTimestamp https://clickhouse.com/docs/sql-reference/functions/date-time-functions#fromUnixTimestamp I'll try to add a PR that implements these functions.
This extension may require changes to be compatible with the upcoming DuckDB v1.4.0 release (see [schedule](https://duckdb.org/release_calendar.html)). The required changes should be quite straightforward. For an example, check out https://github.com/duckdb/extension-template/issues/133 where...
Added localhost example