Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(backends): remove singledispatchmethod from the sql backends (…
…ibis-project#8338) ## Description of changes This pull request does two things: 1. Removes use of `singledispatchmethod` in the SQL compilers 1. Fixes the support matrix accuracy for SQL backends Follow-ups: * ~Deal with filtering out RisingWave geospatial~ Handled here * `__init_subclass__` for `SIMPLE_OPS` handled here * Fix coverage accuracy for the non-SQL backends ## Issues closed Fixes ibis-project#8283. Thanks to @jcrist for the `__init_subclass__` tip, that saved N backends duplication of filling in undefined operations.
- Loading branch information