cloudflare / sqlalchemy-clickhouse

Apache License 2.0
314 stars 105 forks source link

How do I add support for other clickhouse specific functions #27

Open hemantjadon opened 6 years ago

hemantjadon commented 6 years ago

I want to have support for clickhouse specific functions like .sample and .arrayJoin, what will be the correct process of adding that functionality in this Dialect?