Class: Fluent::BigQuery::BooleanFieldSchema
- Inherits:
-
FieldSchema
- Object
- FieldSchema
- Fluent::BigQuery::BooleanFieldSchema
- Defined in:
- lib/fluent/plugin/bigquery/schema.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::BigQuery::FieldSchema
Instance Method Details
#format_one(value, is_load: false) ⇒ Object
134 135 136 |
# File 'lib/fluent/plugin/bigquery/schema.rb', line 134 def format_one(value, is_load: false) !!value end |
#type ⇒ Object
130 131 132 |
# File 'lib/fluent/plugin/bigquery/schema.rb', line 130 def type :boolean end |