Class: Veritas::Optimizer::Algebra::Projection
- Inherits:
-
Relation::Operation::Unary
- Object
- Veritas::Optimizer
- Relation::Operation::Unary
- Veritas::Optimizer::Algebra::Projection
- Defined in:
- lib/veritas/optimizer/algebra/projection.rb
Overview
Abstract base class representing Projection optimizations
Direct Known Subclasses
EmptyOperand, OrderOperand, ProjectionOperand, UnionOperand, UnoptimizedOperand
Defined Under Namespace
Classes: EmptyOperand, OrderOperand, ProjectionOperand, UnionOperand, UnoptimizedOperand
Constant Summary
Constants inherited from Veritas::Optimizer
Instance Attribute Summary
Attributes inherited from Relation::Operation::Unary
Attributes included from Function::Unary
Attributes inherited from Veritas::Optimizer
Method Summary
Methods inherited from Relation::Operation::Unary
Methods included from Function::Unary
Methods inherited from Veritas::Optimizer
chain, #initialize, #optimizable?, #optimize
Constructor Details
This class inherits a constructor from Veritas::Optimizer::Relation::Operation::Unary