Skip to content

Commit fc82eaa

Browse files
committed
feat(clickhouse): implement ops.MapLength
1 parent 6752399 commit fc82eaa

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
@@ -1048,6 +1048,7 @@ def formatter(op, **kw):
10481048
ops.IfNull: "ifNull",
10491049
ops.NullIf: "nullIf",
10501050
ops.MapContains: "mapContains",
1051+
ops.MapLength: "length",
10511052
ops.MapKeys: "mapKeys",
10521053
ops.MapValues: "mapValues",
10531054
ops.MapMerge: "mapUpdate",

0 commit comments

Comments
 (0)