Class: ArrowFormat::BinaryArray
- Inherits:
-
VariableSizeBinaryArray
- Object
- Array
- VariableSizeBinaryArray
- ArrowFormat::BinaryArray
- 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 VariableSizeBinaryArray
#each_buffer, #initialize, #offsets, #to_a
Methods inherited from Array
#empty?, #initialize, #n_nulls, #null?, #slice, #valid?
Constructor Details
This class inherits a constructor from ArrowFormat::VariableSizeBinaryArray
Class Method Details
.type ⇒ Object
441 442 443 |
# File 'lib/arrow-format/array.rb', line 441 def type BinaryType.singleton end |