# File lib/arel/algebra/predicates.rb, line 133
      def bind(relation)
        self.class.new(operand1.find_correlate_in(relation), operand2.find_correlate_in(relation))
      end