# File test/src/sql_parser.rb, line 99
  def make_not_in expr
    keyword[:not] >> keyword[:in] >> list(expr) >> map(&rctor(NotInPredicate))
  end