Class: Arrow::FixedSizeBinaryArray
- Inherits:
-
Object
- Object
- Arrow::FixedSizeBinaryArray
- Defined in:
- lib/arrow/fixed-size-binary-array.rb
Instance Method Summary collapse
Instance Method Details
#get_value(i) ⇒ Object
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_raw ⇒ Object
20 |
# File 'lib/arrow/fixed-size-binary-array.rb', line 20 alias_method :get_value_raw, :get_value |