Send connection params to enable experimental features in clickhouse

While adding clickhouse database connection, custom query parameters should be sent to enable experimental features. Sample connection string is pasted below.

clickhouse+native://warehouse.abc.inc/db?allow_experimental_window_functions=1

Hi @vigneshnallamad
You should ask in the driver repo, since it's up to the driver to implement that.