Class: ArrowFormat::Int32Array

Inherits:
IntArray show all
Defined in:
lib/arrow-format/array.rb

Instance Attribute Summary

Attributes inherited from Array

#offset, #size, #type, #validity_buffer

Class Method Summary collapse

Methods inherited from IntArray

#initialize

Methods inherited from PrimitiveArray

#each_buffer, #initialize, #to_a

Methods inherited from Array

#empty?, #initialize, #n_nulls, #null?, #slice, #valid?

Constructor Details

This class inherits a constructor from ArrowFormat::IntArray

Class Method Details

.typeObject



255
256
257
# File 'lib/arrow-format/array.rb', line 255

def type
  Int32Type.singleton
end