Class: Fluent::Plugin::Arrow::StringFieldWrapper
- Inherits:
-
FieldWrapper
- Object
- FieldWrapper
- Fluent::Plugin::Arrow::StringFieldWrapper
- Defined in:
- lib/fluent/plugin/arrow/field_wrapper.rb
Instance Attribute Summary
Attributes inherited from FieldWrapper
#array_builder, #arrow_field, #children, #field, #name, #type
Instance Method Summary collapse
Methods inherited from FieldWrapper
#append, build, #create_array_builder, #create_arrow_data_type, #create_arrow_field, #finish, #initialize
Constructor Details
This class inherits a constructor from Fluent::Plugin::Arrow::FieldWrapper
Instance Method Details
#cast_value(value) ⇒ Object
95 96 97 |
# File 'lib/fluent/plugin/arrow/field_wrapper.rb', line 95 def cast_value(value) value.to_s end |