Class: Arrow::TimestampArray
- Inherits:
-
Object
- Object
- Arrow::TimestampArray
- Defined in:
- lib/arrow/timestamp-array.rb
Instance Method Summary collapse
Instance Method Details
#get_value(i) ⇒ Object
20 21 22 |
# File 'lib/arrow/timestamp-array.rb', line 20 def get_value(i) cast_to_time(get_raw_value(i)) end |
#unit ⇒ Object
24 25 26 |
# File 'lib/arrow/timestamp-array.rb', line 24 def unit @unit ||= value_data_type.unit end |