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