ibis icon indicating copy to clipboard operation
ibis copied to clipboard

refactor(sql): introduce DDL operations

Open kszucs opened this issue 1 year ago • 0 comments

The backend classes contain a lot of code to actually compile DDL queries, these should be offloaded to the compilers themselves with possible code reuse opportunities.

I would consider to introduce DDL operations in the future and offload their compilation to the compiler possibly with some code reuse and the backend classes could get less noisy.

Originally posted by @kszucs in https://github.com/ibis-project/ibis/pull/7877#discussion_r1443686523

kszucs avatar Jan 06 '24 10:01 kszucs