Skip to content

Commit

Permalink
feat(clickhouse): implement ops.MapLength
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Feb 12, 2023
1 parent 6752399 commit fc82eaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibis/backends/clickhouse/compiler/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,7 @@ def formatter(op, **kw):
ops.IfNull: "ifNull",
ops.NullIf: "nullIf",
ops.MapContains: "mapContains",
ops.MapLength: "length",
ops.MapKeys: "mapKeys",
ops.MapValues: "mapValues",
ops.MapMerge: "mapUpdate",
Expand Down

0 comments on commit fc82eaa

Please sign in to comment.