# File lib/arel/algebra/relations/utilities/compound.rb, line 7 def initialize relation @relation = relation @engine = relation.engine @attributes = nil @wheres = nil @groupings = nil @orders = nil @havings = nil @projections = nil end