# File test/src/sql_parser.rb, line 72
  def logical_operator op
    proc{|a,b|CompoundPredicate.new(a,op,b)}
  end