class Fluent::BigQueryOutput::FloatFieldSchema

Public Instance Methods

format_one(value) click to toggle source
# File lib/fluent/plugin/out_bigquery.rb, line 714
def format_one(value)
  value.to_f
end
type() click to toggle source
# File lib/fluent/plugin/out_bigquery.rb, line 710
def type
  :float
end