class Fluent::BigQuery::NumericFieldSchema
Public Instance Methods
format_one(value)
click to toggle source
# File lib/fluent/plugin/bigquery/schema.rb, line 94 def format_one(value) value.to_s end
type()
click to toggle source
# File lib/fluent/plugin/bigquery/schema.rb, line 90 def type :numeric end