|
|
|
|
|
by atombender
1218 days ago
|
|
What do you mean by parallel arrays here? Do you mean something like two arrays [k1, ..., kN] and [v1, ..., vN] in two different columns? Is there a way in Clickhouse to filter such a pair of arrays such that you can do a search akin to vals[indexOfKey("foo")] == "bar"? |
|