Class: ArrowFormat::UTF8Array

Inherits:
VariableSizeUTF8Array 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 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

.typeObject



460
461
462
# File 'lib/arrow-format/array.rb', line 460

def type
  UTF8Type.singleton
end