Commit d408b3e
committed
refactor(clickhouse): drop empty Feature\OLAP marker
The interface declared no methods, was inspected nowhere, and pulled no
weight at runtime or in the type system. Every sibling in `Feature/*`
declares Statement-returning method signatures, but OLAP modifiers are
intrinsic to the column/table builder shape and can't be expressed at the
Schema level.
Dialect-scoping is fully preserved by `Column\ClickHouse` / `Table\ClickHouse`
/ `Forwarder\ClickHouse` carrying the modifier methods natively — calling
them on a non-ClickHouse builder is a clean type-system error, not a
runtime exception.1 parent 951783c commit d408b3e
3 files changed
Lines changed: 3 additions & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2033 | 2033 | | |
2034 | 2034 | | |
2035 | 2035 | | |
2036 | | - | |
| 2036 | + | |
2037 | 2037 | | |
2038 | 2038 | | |
2039 | 2039 | | |
| |||
2195 | 2195 | | |
2196 | 2196 | | |
2197 | 2197 | | |
2198 | | - | |
| 2198 | + | |
2199 | 2199 | | |
2200 | 2200 | | |
2201 | 2201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | | - | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
This file was deleted.
0 commit comments