Class: Numo::UInt32

Inherits:
Object
  • Object
show all
Includes:
ArrowConvertable
Defined in:
lib/arrow-numo-narray/to-arrow.rb

Instance Method Summary collapse

Methods included from ArrowConvertable

#to_arrow, #to_arrow_array

Instance Method Details

#arrow_data_typeObject



82
83
84
# File 'lib/arrow-numo-narray/to-arrow.rb', line 82

def arrow_data_type
  Arrow::UInt32DataType.new
end