class Fluent::BigQuery::IntegerFieldSchema
Public Instance Methods
format_one(value)
click to toggle source
# File lib/fluent/plugin/bigquery/schema.rb, line 74 def format_one(value) value.to_i end
type()
click to toggle source
# File lib/fluent/plugin/bigquery/schema.rb, line 70 def type :integer end