Skip to content

Commit

Permalink
feat(trino): enable ops.ExistsSubquery and ops.NotExistsSubquery
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jan 13, 2023
1 parent 7c8363b commit 9b9b315
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ibis/backends/trino/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ def _round(t, op):
ops.TypeOf,
# ibis.expr.operations.logical
ops.Between,
ops.ExistsSubquery,
ops.NotExistsSubquery,
# ibis.expr.operations.maps
ops.MapLength,
# ibis.expr.operations.reductions
Expand Down

0 comments on commit 9b9b315

Please sign in to comment.