Class: Fluent::BigQueryOutput::TimestampFieldSchema

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

Constructor Details

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

Instance Method Details

#format_one(value) ⇒ Object



398
399
400
# File 'lib/fluent/plugin/out_bigquery.rb', line 398

def format_one(value)
  value
end

#type ⇒ Object



394
395
396
# File 'lib/fluent/plugin/out_bigquery.rb', line 394

def type
  :timestamp
end