class Axiom::Optimizer::Algebra::Intersection::EmptyLeft
Optimize when the left operand is empty
Public Instance Methods
optimize()
click to toggle source
An Intersection
with an empty left operand is empty
@return [Relation::Empty]
@api private
# File lib/axiom/optimizer/algebra/intersection.rb, line 34 def optimize left end