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