Skip to content

Commit d15c6e6

Browse files
cpcloudkszucs
authored andcommitted
feat(clickhouse): implement array flatten support
1 parent 0d1faaa commit d15c6e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ibis/backends/clickhouse/compiler/values.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -816,6 +816,7 @@ def formatter(op, *, left, right, **_):
816816
ops.ExtractPath: "path",
817817
ops.ExtractFragment: "fragment",
818818
ops.ArrayPosition: "indexOf",
819+
ops.ArrayFlatten: "arrayFlatten",
819820
}
820821

821822

0 commit comments

Comments
 (0)