Class: AgnosticBackend::Queryable::Operations::Operation

Inherits:
TreeNode
  • Object
show all
Defined in:
lib/agnostic_backend/queryable/operations/operation.rb

Direct Known Subclasses

NAry, Unary

Instance Attribute Summary

Attributes inherited from TreeNode

#children, #context

Instance Method Summary collapse

Methods inherited from TreeNode

#==, #accept

Methods included from Utilities

included

Constructor Details

#initialize(operands = [], context = nil) ⇒ Operation

Returns a new instance of Operation.



5
6
7
# File 'lib/agnostic_backend/queryable/operations/operation.rb', line 5

def initialize(operands = [], context = nil)
  super
end