Class: Arrow::DictionaryArray
- Inherits:
-
Object
- Object
- Arrow::DictionaryArray
- Defined in:
- lib/arrow/dictionary-array.rb
Instance Method Summary collapse
Instance Method Details
#get_value(i) ⇒ Object
20 21 22 |
# File 'lib/arrow/dictionary-array.rb', line 20 def get_value(i) dictionary[indices[i]] end |