# File test/src/sql_parser.rb, line 102
  def make_in_relation rel
    keyword[:in] >> rel.map(&rctor(InRelationPredicate))
  end