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.



260
261
262
263
# File 'lib/fluent/plugin/out_groonga.rb', line 260

def initialize(name, key_type)
  @name = name
  @key_type = key_type
end