Class: Fluent::GroongaOutput::Schema::Table
- Inherits:
-
Object
- Object
- Fluent::GroongaOutput::Schema::Table
- Defined in:
- lib/fluent/plugin/out_groonga.rb
Instance Method Summary collapse
-
#initialize(name, key_type) ⇒ Table
constructor
A new instance of Table.
Constructor Details
#initialize(name, key_type) ⇒ Table
Returns a new instance of Table.
492 493 494 495 |
# File 'lib/fluent/plugin/out_groonga.rb', line 492 def initialize(name, key_type) @name = name @key_type = key_type end |