Class: CArray::Fusion::Plan

Inherits:
Struct
  • Object
show all
Defined in:
lib/carray/fusion.rb

Instance Attribute Summary collapse

Instance Attribute Details

#data_typeObject

Returns the value of attribute data_type

Returns:

  • (Object)

    the current value of data_type



27
28
29
# File 'lib/carray/fusion.rb', line 27

def data_type
  @data_type
end

#dimObject

Returns the value of attribute dim

Returns:

  • (Object)

    the current value of dim



27
28
29
# File 'lib/carray/fusion.rb', line 27

def dim
  @dim
end

#leavesObject

Returns the value of attribute leaves

Returns:

  • (Object)

    the current value of leaves



27
28
29
# File 'lib/carray/fusion.rb', line 27

def leaves
  @leaves
end

#maskedObject

Returns the value of attribute masked

Returns:

  • (Object)

    the current value of masked



27
28
29
# File 'lib/carray/fusion.rb', line 27

def masked
  @masked
end

#nodesObject

Returns the value of attribute nodes

Returns:

  • (Object)

    the current value of nodes



27
28
29
# File 'lib/carray/fusion.rb', line 27

def nodes
  @nodes
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



27
28
29
# File 'lib/carray/fusion.rb', line 27

def signature
  @signature
end