Skip to content

Commit

Permalink
refactor: delete unexposed ibis.api.category_label function
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist authored and cpcloud committed Sep 28, 2023
1 parent 685dbc1 commit 24ac5e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ibis/expr/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1841,7 +1841,6 @@ def where(cond, true_expr, false_expr) -> ir.Value:
coalesce = _deferred(ir.Value.coalesce)
greatest = _deferred(ir.Value.greatest)
least = _deferred(ir.Value.least)
category_label = _deferred(ir.IntegerColumn.label)

aggregate = ir.Table.aggregate
cross_join = ir.Table.cross_join
Expand Down

0 comments on commit 24ac5e7

Please sign in to comment.