Class: Fluent::BigQuery::IntegerFieldSchema
- Inherits:
-
FieldSchema
- Object
- FieldSchema
- Fluent::BigQuery::IntegerFieldSchema
- 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
94 95 96 |
# File 'lib/fluent/plugin/bigquery/schema.rb', line 94 def format_one(value, is_load: false) value.to_i end |
#type ⇒ Object
90 91 92 |
# File 'lib/fluent/plugin/bigquery/schema.rb', line 90 def type :integer end |