Class: Veritas::Optimizer::Algebra::Rename::UnoptimizedOperand
- Inherits:
-
Veritas::Optimizer::Algebra::Rename
- Object
- Veritas::Optimizer
- Relation::Operation::Unary
- Veritas::Optimizer::Algebra::Rename
- Veritas::Optimizer::Algebra::Rename::UnoptimizedOperand
- Includes:
- Function::Unary::UnoptimizedOperand
- Defined in:
- lib/veritas/optimizer/algebra/rename.rb
Overview
Optimize when operand is optimizable
Constant Summary
Constants inherited from Veritas::Optimizer
Instance Attribute Summary
Attributes inherited from Veritas::Optimizer::Algebra::Rename
Attributes inherited from Relation::Operation::Unary
Attributes included from Function::Unary
Attributes inherited from Veritas::Optimizer
Instance Method Summary collapse
-
#optimize ⇒ Rename
private
Return a Rename with an optimized operand.
Methods included from Function::Unary::UnoptimizedOperand
Methods inherited from Veritas::Optimizer::Algebra::Rename
Methods inherited from Relation::Operation::Unary
Methods included from Function::Unary
Methods inherited from Veritas::Optimizer
chain, #initialize, #optimizable?
Constructor Details
This class inherits a constructor from Veritas::Optimizer::Algebra::Rename
Instance Method Details
#optimize ⇒ Rename
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.
Return a Rename with an optimized operand
355 356 357 |
# File 'lib/veritas/optimizer/algebra/rename.rb', line 355 def optimize wrap_operand(operand) end |