# File lib/arel/algebra/predicates.rb, line 103
      def to_sql(formatter = nil)
        "#{predicate_sql} (#{operand.to_sql(formatter)})"
      end