Class: Fluent::GroongaOutput::Schema::Table

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

Instance Method Summary collapse

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