Class: Fluent::GroongaOutput::Schema::Column

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

Instance Method Summary collapse

Constructor Details

#initialize(name, value_type, vector_p) ⇒ Column



535
536
537
538
539
# File 'lib/fluent/plugin/out_groonga.rb', line 535

def initialize(name, value_type, vector_p)
  @name = name
  @value_type = value_type
  @vector_p = vector_p
end