# File test/src/sql_parser.rb, line 93
  def make_not_exists rel
    keyword[:not] >> keyword[:exists] >> rel.map(&ctor(NotExistsPredicate))
  end