Class: Fluent::BigQueryOutput::TimestampFieldSchema

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

Instance Method Summary collapse

Instance Method Details

#format(value) ⇒ Object



370
371
372
# File 'lib/fluent/plugin/out_bigquery.rb', line 370

def format(value)
  value
end

#type ⇒ Object



366
367
368
# File 'lib/fluent/plugin/out_bigquery.rb', line 366

def type
  :timestamp
end