Class: Fluent::Plugin::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

Returns a new instance of Column.



562
563
564
565
566
# File 'lib/fluent/plugin/out_groonga.rb', line 562

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