class Arel::Nodes::SelectCore

def hash

def hash
  [
    @source, @set_quantifier, @projections, @optimizer_hints,
    @wheres, @groups, @havings, @windows, @comment
  ].hash
end