chdb-io / chdb

chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse
https://clickhouse.com/docs/en/chdb
Apache License 2.0
2.03k stars 72 forks source link

Binary UDF Support #80

Closed lmangani closed 1 year ago

lmangani commented 1 year ago

ClickHouse patches for local UDF support are now available. This patch would open up the way for simple and complex UDF mapping

@auxten can we backport those minor changes to leverage user_scripts_path in chdb sessions without a rebase?

Sketch: https://github.com/chdb-io/chdb/compare/main...UDF-settings

auxten commented 1 year ago

Nice, I think the backport branch looks good.

lmangani commented 1 year ago

@auxten great! Draft PR open https://github.com/chdb-io/chdb/pull/81

could you cover the function binding into the session handler? I'll then implement in libchdb accordingly.

lmangani commented 1 year ago

Required changes have been merged in 0.11.5, so work on this can technically progress forward.