class Fluent::BigQuery::FloatFieldSchema
Public Instance Methods
format_one(value)
click to toggle source
# File lib/fluent/plugin/bigquery/schema.rb, line 84 def format_one(value) value.to_f end
type()
click to toggle source
# File lib/fluent/plugin/bigquery/schema.rb, line 80 def type :float end