class Fluent::BigQueryOutput::StringFieldSchema
Public Instance Methods
format_one(value)
click to toggle source
# File lib/fluent/plugin/out_bigquery.rb, line 694 def format_one(value) value.to_s end
type()
click to toggle source
# File lib/fluent/plugin/out_bigquery.rb, line 690 def type :string end