Class: Fluent::BigQueryOutput::StringFieldSchema

Inherits:
FieldSchema
  • Object
show all
Defined in:
lib/fluent/plugin/out_bigquery.rb

Instance Method Summary collapse

Instance Method Details

#format(value) ⇒ Object



318
319
320
# File 'lib/fluent/plugin/out_bigquery.rb', line 318

def format(value)
  value.to_s
end

#typeObject



314
315
316
# File 'lib/fluent/plugin/out_bigquery.rb', line 314

def type
  :string
end