Class: Locomotive::RelationalAlgebra::RowId
- Inherits:
-
Numbering
- Object
- RelAlgAstNode
- Operator
- Unary
- Numbering
- Locomotive::RelationalAlgebra::RowId
- Defined in:
- lib/locomotive/relational_algebra/operators/ranking/row_id.rb
Instance Attribute Summary
Attributes inherited from Numbering
Attributes inherited from Operator
Attributes included from AstHelpers::AstNode
#kind, #left_child, #owner, #right_child, #value
Instance Method Summary collapse
- #clone ⇒ Object
-
#initialize(op, res) ⇒ RowId
constructor
A new instance of RowId.
- #set(var, plan) ⇒ Object
Methods inherited from Numbering
Methods inherited from Operator
#bound, #free, #to_xml, #xml_content, #xml_kind, #xml_schema
Methods included from XML
Methods included from AstHelpers::Annotations
Methods included from AstHelpers::AstNode
#has_left_child?, #has_right_child?, #is_leaf?, #traverse, #traverse_strategy=
Constructor Details
#initialize(op, res) ⇒ RowId
Returns a new instance of RowId.
6 7 8 |
# File 'lib/locomotive/relational_algebra/operators/ranking/row_id.rb', line 6 def initialize(op, res) super(op,res,{}) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Locomotive::AstHelpers::Annotations