Class: Fluent::BigQueryOutput::FloatFieldSchema
- Inherits:
-
FieldSchema
- Object
- FieldSchema
- Fluent::BigQueryOutput::FloatFieldSchema
- 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
389 390 391 |
# File 'lib/fluent/plugin/out_bigquery.rb', line 389 def format_one(value) value.to_f end |
#type ⇒ Object
385 386 387 |
# File 'lib/fluent/plugin/out_bigquery.rb', line 385 def type :float end |