Class: Arrow::TimestampArray

Inherits:
Object
  • Object
show all
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

#unitObject



24
25
26
# File 'lib/arrow/timestamp-array.rb', line 24

def unit
  @unit ||= value_data_type.unit
end