Class: Fluent::BigQueryOutput::StringFieldSchema

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

Instance Attribute Summary

Attributes inherited from FieldSchema

#mode, #name

Instance Method Summary collapse

Methods inherited from FieldSchema

#format, #initialize, #to_h

Constructor Details

This class inherits a constructor from Fluent::BigQueryOutput::FieldSchema

Instance Method Details

#format_one(value) ⇒ Object



567
568
569
# File 'lib/fluent/plugin/out_bigquery.rb', line 567

def format_one(value)
  value.to_s
end

#typeObject



563
564
565
# File 'lib/fluent/plugin/out_bigquery.rb', line 563

def type
  :string
end