Class: Numo::UInt8

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

Instance Method Details

#arrow_data_typeObject



61
62
63
# File 'lib/arrow-numo-narray/to-arrow.rb', line 61

def arrow_data_type
  Arrow::UInt8DataType.new
end