class Axiom::Optimizer::Algebra::Union::EmptyLeft

Optimize when the left operand is empty

Public Instance Methods

optimize() click to toggle source

A Union with an empty left operand is equivalent to the right

@return [Relation]

@api private

# File lib/axiom/optimizer/algebra/union.rb, line 34
def optimize
  right
end