Skip to content

Commit 0a0eecc

Browse files
cpcloudkszucs
authored andcommitted
feat(duckdb): implement array flatten support
1 parent e6e995c commit 0a0eecc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ibis/backends/duckdb/registry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ def _to_json_collection(t, op):
496496
ops.TimestampDelta: _temporal_delta,
497497
ops.ToJSONMap: _to_json_collection,
498498
ops.ToJSONArray: _to_json_collection,
499+
ops.ArrayFlatten: unary(sa.func.flatten),
499500
}
500501
)
501502

0 commit comments

Comments
 (0)