Class: Parqueteur::Types::Date32Type
- Inherits:
-
Parqueteur::Type
- Object
- Parqueteur::Type
- Parqueteur::Types::Date32Type
- Defined in:
- lib/parqueteur/types/date32_type.rb
Instance Attribute Summary
Attributes inherited from Parqueteur::Type
Instance Method Summary collapse
Methods inherited from Parqueteur::Type
Constructor Details
This class inherits a constructor from Parqueteur::Type
Instance Method Details
#arrow_type_builder ⇒ Object
10 11 12 |
# File 'lib/parqueteur/types/date32_type.rb', line 10 def arrow_type_builder Arrow::Date32DataType.new end |
#build_value_array(values) ⇒ Object
6 7 8 |
# File 'lib/parqueteur/types/date32_type.rb', line 6 def build_value_array(values) Arrow::Date32ArrayBuilder.build(values) end |