# File test/src/sql_parser.rb, line 108
  def make_between expr
    make_between_clause(expr, &ctor(BetweenPredicate))
  end