Class: ArrowFormat::LargeBinaryArray

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



449
450
451
# File 'lib/arrow-format/array.rb', line 449

def type
  LargeBinaryType.singleton
end