Class: Fluent::BigQueryOutput::StringFieldSchema
- Inherits:
-
FieldSchema
- Object
- FieldSchema
- Fluent::BigQueryOutput::StringFieldSchema
- Defined in:
- lib/fluent/plugin/out_bigquery.rb
Instance Attribute Summary
Attributes inherited from FieldSchema
Instance Method Summary collapse
Methods inherited from FieldSchema
Constructor Details
This class inherits a constructor from Fluent::BigQueryOutput::FieldSchema
Instance Method Details
#format_one(value) ⇒ Object
698 699 700 |
# File 'lib/fluent/plugin/out_bigquery.rb', line 698 def format_one(value) value.to_s end |
#type ⇒ Object
694 695 696 |
# File 'lib/fluent/plugin/out_bigquery.rb', line 694 def type :string end |