Skip to content

Commit

Permalink
feat(trino): support ntile
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 13, 2023
1 parent 9a14ba3 commit 2978d1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ibis/backends/trino/registry.py
Expand Up @@ -515,7 +515,6 @@ def _array_intersect(t, op):
)

_invalid_operations = {
ops.NTile,
# ibis.expr.operations.reductions
ops.MultiQuantile,
ops.Quantile,
Expand Down

0 comments on commit 2978d1a

Please sign in to comment.