Class: Veritas::Optimizer::Algebra::Intersection::EmptyLeft
- Inherits:
-
Veritas::Optimizer::Algebra::Intersection
- Object
- Veritas::Optimizer
- Relation::Operation::Binary
- Veritas::Optimizer::Algebra::Intersection
- Veritas::Optimizer::Algebra::Intersection::EmptyLeft
- Includes:
- Relation::Operation::Binary::EmptyLeft
- Defined in:
- lib/veritas/optimizer/algebra/intersection.rb
Overview
Optimize when the left operand is empty
Constant Summary
Constants inherited from Veritas::Optimizer
Instance Attribute Summary
Attributes included from Function::Binary
Attributes inherited from Veritas::Optimizer
Instance Method Summary collapse
-
#optimize ⇒ Relation::Empty
private
An Intersection with an empty left operand is empty.
Methods included from Relation::Operation::Binary::EmptyLeft
Methods included from Function::Binary
Methods inherited from Veritas::Optimizer
chain, #initialize, #optimizable?
Instance Method Details
#optimize ⇒ Relation::Empty
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
An Intersection with an empty left operand is empty
34 35 36 |
# File 'lib/veritas/optimizer/algebra/intersection.rb', line 34 def optimize left end |