Class: Fluent::BigQueryOutput::BooleanFieldSchema
- Inherits:
-
FieldSchema
- Object
- FieldSchema
- Fluent::BigQueryOutput::BooleanFieldSchema
- 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 |
#type ⇒ Object
344 345 346 |
# File 'lib/fluent/plugin/out_bigquery.rb', line 344 def type :boolean end |