Class: Axiom::Optimizer::Relation::Operation::Reverse

Inherits:
Sorted show all
Defined in:
lib/axiom/optimizer/relation/operation/reverse.rb

Overview

Abstract base class representing Reverse optimizations

Direct Known Subclasses

ReverseOperand, SortedOperand, UnoptimizedOperand

Defined Under Namespace

Classes: ReverseOperand, SortedOperand, UnoptimizedOperand

Constant Summary

Constants inherited from Axiom::Optimizer

Identity, VERSION

Instance Attribute Summary

Attributes inherited from Unary

#header

Attributes included from Function::Unary

#operand

Attributes inherited from Axiom::Optimizer

#operation

Method Summary

Methods inherited from Unary

#initialize

Methods included from Function::Unary

#initialize

Methods inherited from Axiom::Optimizer

chain, #initialize, #optimizable?, #optimize

Constructor Details

This class inherits a constructor from Axiom::Optimizer::Relation::Operation::Unary