class Fluent::BigQueryOutput::IntegerFieldSchema

Public Instance Methods

format_one(value) click to toggle source
# File lib/fluent/plugin/out_bigquery.rb, line 704
def format_one(value)
  value.to_i
end
type() click to toggle source
# File lib/fluent/plugin/out_bigquery.rb, line 700
def type
  :integer
end