Skip to content

Commit

Permalink
feat(snowflake): implement exists/not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jan 13, 2023
1 parent e4011aa commit 7c8363b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ibis/backends/snowflake/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,6 @@ def _extract_url_query(t, op):
ops.Unnest,
# ibis.expr.operations.generic
ops.TypeOf,
# ibis.expr.operations.logical
ops.ExistsSubquery,
ops.NotExistsSubquery,
# ibis.expr.operations.maps
ops.MapKeys,
# ibis.expr.operations.reductions
Expand Down

0 comments on commit 7c8363b

Please sign in to comment.