Class: Parqueteur::Types::StringType
- Inherits:
-
Parqueteur::Type
- Object
- Parqueteur::Type
- Parqueteur::Types::StringType
- Defined in:
- lib/parqueteur/types/string_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
15 16 17 |
# File 'lib/parqueteur/types/string_type.rb', line 15 def arrow_type_builder Arrow::StringDataType.new end |
#build_value_array(values) ⇒ Object
11 12 13 |
# File 'lib/parqueteur/types/string_type.rb', line 11 def build_value_array(values) Arrow::StringArray.new(values) end |