class Axiom::Optimizer::Algebra::Difference::EmptyRight

Optimize when the right operand is empty

Public Instance Methods

optimize() click to toggle source

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

@return [Relation]

@api private

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