Module: Droonga::Plugins::Groonga::ColumnList

Defined in:
lib/droonga/plugins/groonga/column_list.rb

Defined Under Namespace

Classes: Command, Handler

Constant Summary collapse

HEADER =
[
  ["id",     "UInt32"],
  ["name",   "ShortText"],
  ["path",   "ShortText"],
  ["type",   "ShortText"],
  ["flags",  "ShortText"],
  ["domain", "ShortText"],
  ["range",  "ShortText"],
  ["source", "ShortText"],
].freeze