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

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

Instance Method Summary (collapse)

Constructor Details

- (Column) initialize(name, value_type, vector_p)

Returns a new instance of Column



267
268
269
270
271
# File 'lib/fluent/plugin/out_groonga.rb', line 267

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