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



330
331
332
# File 'lib/fluent/plugin/out_bigquery.rb', line 330

def format(value)
  value.to_s
end

#type ⇒ Object



326
327
328
# File 'lib/fluent/plugin/out_bigquery.rb', line 326

def type
  :string
end