Class: Fluent::BigQueryOutput::TimestampFieldSchema
- Inherits:
-
FieldSchema
- Object
- FieldSchema
- Fluent::BigQueryOutput::TimestampFieldSchema
- Defined in:
- lib/fluent/plugin/out_bigquery.rb
Instance Attribute Summary
Attributes inherited from FieldSchema
Instance Method Summary collapse
Methods inherited from FieldSchema
Constructor Details
This class inherits a constructor from Fluent::BigQueryOutput::FieldSchema
Instance Method Details
#format_one(value) ⇒ Object
649 650 651 |
# File 'lib/fluent/plugin/out_bigquery.rb', line 649 def format_one(value) value end |
#type ⇒ Object
645 646 647 |
# File 'lib/fluent/plugin/out_bigquery.rb', line 645 def type :timestamp end |