class Arel::Nodes::SelectStatement

def hash

def hash
  [@cores, @orders, @limit, @lock, @offset, @with].hash
end