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



348
349
350
# File 'lib/fluent/plugin/out_bigquery.rb', line 348

def format(value)
  !!value
end

#typeObject



344
345
346
# File 'lib/fluent/plugin/out_bigquery.rb', line 344

def type
  :boolean
end