Class: ArrowFormat::Float32Array
- Inherits:
-
FloatingPointArray
- Object
- Array
- PrimitiveArray
- FloatingPointArray
- ArrowFormat::Float32Array
- 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 FloatingPointArray
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::FloatingPointArray
Class Method Details
.type ⇒ Object
293 294 295 |
# File 'lib/arrow-format/array.rb', line 293 def type Float32Type.singleton end |