class Axiom::Optimizer::Algebra::Union::EmptyRight
Optimize when the right operand is empty
Public Instance Methods
optimize()
click to toggle source
A Union
with an empty right operand is equivalent to the left
@return [Relation]
@api private
# File lib/axiom/optimizer/algebra/union.rb, line 49 def optimize left end