Class: Fluent::BigQuery::NumericFieldSchema
- Inherits:
-
FieldSchema
- Object
- FieldSchema
- Fluent::BigQuery::NumericFieldSchema
- Defined in:
- lib/fluent/plugin/bigquery/schema.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::BigQuery::FieldSchema
Instance Method Details
#format_one(value, is_load: false) ⇒ Object
114 115 116 |
# File 'lib/fluent/plugin/bigquery/schema.rb', line 114 def format_one(value, is_load: false) value.to_s end |
#type ⇒ Object
110 111 112 |
# File 'lib/fluent/plugin/bigquery/schema.rb', line 110 def type :numeric end |