Class: Arrow::FixedSizeBinaryArray

Inherits:
Object
  • Object
show all
Defined in:
lib/arrow/fixed-size-binary-array.rb

Instance Method Summary collapse

Instance Method Details

#get_value(i) ⇒ Object

Since:

  • 3.0.0



22
23
24
# File 'lib/arrow/fixed-size-binary-array.rb', line 22

def get_value(i)
  get_value_raw(i).to_s
end

#get_value_rawObject



20
# File 'lib/arrow/fixed-size-binary-array.rb', line 20

alias_method :get_value_raw, :get_value