Module: Axiom::Relation::Operation::Set

Includes:
Binary
Included in:
Algebra::Difference, Algebra::Intersection, Algebra::Union
Defined in:
lib/axiom/relation/operation/set.rb

Overview

A mixin for Set relations

Defined Under Namespace

Modules: ClassMethods

Instance Attribute Summary

Attributes included from Operation::Binary

#left, #right

Instance Method Summary collapse

Instance Method Details

#initialize(_left, _right) ⇒ undefined

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Initialize a Set

Parameters:

Returns:

  • (undefined)


34
35
36
37
# File 'lib/axiom/relation/operation/set.rb', line 34

def initialize(_left, _right)
  super
  @header = left.header
end