Skip to content

Commit

Permalink
feat(clickhouse): implement array flatten support
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and kszucs committed Nov 21, 2023
1 parent 0d1faaa commit d15c6e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibis/backends/clickhouse/compiler/values.py
Expand Up @@ -816,6 +816,7 @@ def formatter(op, *, left, right, **_):
ops.ExtractPath: "path",
ops.ExtractFragment: "fragment",
ops.ArrayPosition: "indexOf",
ops.ArrayFlatten: "arrayFlatten",
}


Expand Down

0 comments on commit d15c6e6

Please sign in to comment.