Class: Fluent::BigQueryOutput::StringFieldSchema
- Inherits:
-
FieldSchema
- Object
- FieldSchema
- Fluent::BigQueryOutput::StringFieldSchema
- Defined in:
- lib/fluent/plugin/out_bigquery.rb
Instance Method Summary collapse
Instance Method Details
#format(value) ⇒ Object
318 319 320 |
# File 'lib/fluent/plugin/out_bigquery.rb', line 318 def format(value) value.to_s end |
#type ⇒ Object
314 315 316 |
# File 'lib/fluent/plugin/out_bigquery.rb', line 314 def type :string end |