class Axiom::Optimizer::Algebra::Difference::EmptyLeft

Optimize when the left operand is empty

Public Instance Methods

optimize() click to toggle source

A Difference with an empty left operand is empty

@return [Relation::Empty]

@api private

# File lib/axiom/optimizer/algebra/difference.rb, line 34
def optimize
  left
end