Class: Arrow::Time64ArrayBuilder
- Inherits:
-
Object
- Object
- Arrow::Time64ArrayBuilder
- Defined in:
- lib/arrow/time64-array-builder.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.build(data_type, values) ⇒ Object
21 22 23 24 |
# File 'lib/arrow/time64-array-builder.rb', line 21 def build(data_type, values) builder = new(data_type) builder.build(values) end |
Instance Method Details
#unit ⇒ Object
27 28 29 |
# File 'lib/arrow/time64-array-builder.rb', line 27 def unit @unit ||= value_data_type.unit end |