Class: Fluent::BigQueryOutput::BooleanFieldSchema

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

Instance Method Summary collapse

Instance Method Details

#format(value) ⇒ Object



360
361
362
# File 'lib/fluent/plugin/out_bigquery.rb', line 360

def format(value)
  !!value
end

#type ⇒ Object



356
357
358
# File 'lib/fluent/plugin/out_bigquery.rb', line 356

def type
  :boolean
end