Class: ArrowFormat::LargeUTF8Array
- Inherits:
-
VariableSizeUTF8Array
- Object
- Array
- VariableSizeBinaryArray
- VariableSizeUTF8Array
- ArrowFormat::LargeUTF8Array
- 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
468 469 470 |
# File 'lib/arrow-format/array.rb', line 468 def type LargeUTF8Type.singleton end |