# File lib/arel/algebra/relations/relation.rb, line 85
    def where_clauses
      wheres.map { |w| w.value }
    end