Class: Fluent::BigQuery::BigNumericFieldSchema
- Inherits:
-
FieldSchema
- Object
- FieldSchema
- Fluent::BigQuery::BigNumericFieldSchema
- 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
124 125 126 |
# File 'lib/fluent/plugin/bigquery/schema.rb', line 124 def format_one(value, is_load: false) value.to_s end |
#type ⇒ Object
120 121 122 |
# File 'lib/fluent/plugin/bigquery/schema.rb', line 120 def type :bignumeric end |