Skip to content

Commit

Permalink
feat(duckdb): add ntile support
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and kszucs committed Oct 12, 2023
1 parent 8f2ced1 commit bf08a2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ibis/backends/duckdb/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,6 @@ def _to_json_collection(t, op):


_invalid_operations = {
# ibis.expr.operations.analytic
ops.NTile,
# ibis.expr.operations.strings
ops.Translate,
}
Expand Down

0 comments on commit bf08a2a

Please sign in to comment.