# File test/src/sql_parser.rb, line 105
  def make_not_in_relation rel
    keyword[:not] >> keyword[:in] >> rel.map(&rctor(NotInRelationPredicate))
  end