Class: Fluent::BigQueryOutput::IntegerFieldSchema
- Inherits:
-
FieldSchema
- Object
- FieldSchema
- Fluent::BigQueryOutput::IntegerFieldSchema
- Defined in:
- lib/fluent/plugin/out_bigquery.rb
Instance Method Summary collapse
Instance Method Details
#format(value) ⇒ Object
328 329 330 |
# File 'lib/fluent/plugin/out_bigquery.rb', line 328 def format(value) value.to_i end |
#type ⇒ Object
324 325 326 |
# File 'lib/fluent/plugin/out_bigquery.rb', line 324 def type :integer end |