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



328
329
330
# File 'lib/fluent/plugin/out_bigquery.rb', line 328

def format(value)
  value.to_i
end

#typeObject



324
325
326
# File 'lib/fluent/plugin/out_bigquery.rb', line 324

def type
  :integer
end