kayak / pypika

PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query. PyPika excels at all sorts of SQL queries but is especially useful for data analysis.
http://pypika.readthedocs.io/en/latest/
Apache License 2.0
2.43k stars 292 forks source link

ClickHouse dialect: CREATE TABLE #766

Open aryadovoy opened 8 months ago

aryadovoy commented 8 months ago

I cannot see possibility to add params like ENGINE, PARTITION BY, ORDER BY etc during table creation for ClickHouse dialect.

Example from CH docs.

wd60622 commented 8 months ago

Would you like to make a PR?

aryadovoy commented 8 months ago

Would you like to make a PR?

Yep, will add later.