Class: Fluent::BigQueryOutput::IntegerFieldSchema

Inherits:
FieldSchema
  • Object
show all
Defined in:
lib/fluent/plugin/out_bigquery.rb

Instance Method Summary collapse

Instance Method Details

#format(value) ⇒ Object



340
341
342
# File 'lib/fluent/plugin/out_bigquery.rb', line 340

def format(value)
  value.to_i
end

#type ⇒ Object



336
337
338
# File 'lib/fluent/plugin/out_bigquery.rb', line 336

def type
  :integer
end