Class: AgnosticBackend::Queryable::Operations::NAry

Inherits:
Operation show all
Defined in:
lib/agnostic_backend/queryable/operations/n_ary.rb

Direct Known Subclasses

And, Or

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) ⇒ NAry

Returns a new instance of NAry.



6
7
8
# File 'lib/agnostic_backend/queryable/operations/n_ary.rb', line 6

def initialize(operands:, context: nil)
  super(operands, context)
end