Sha256: 82e090f2c3cbc18a15af41736556ea17de77b24845ac7309b399b2efa1a79118

Contents?: true

Size: 1.09 KB

Versions: 5

Compression:

Stored size: 1.09 KB

Contents

Execution example::

  table_create --name User --flags TABLE_HASH_KEY --key_type ShortText
  # [[0, 1337566253.89858, 0.000355720520019531], true]
  column_create --table User --name username --flags COLUMN_SCALAR --type ShortText
  # [[0, 1337566253.89858, 0.000355720520019531], true]
  column_create --table User --name friends --flags COLUMN_VECTOR --type User
  # [[0, 1337566253.89858, 0.000355720520019531], true]
  column_create --table User --name index_friends --flags COLUMN_INDEX --type User --source friends
  # [[0, 1337566253.89858, 0.000355720520019531], true]
  load --table User
  [
  {"_key":"ken","username":"健作","friends":["taro","jiro","tomo","moritapo"]}
  {"_key":"moritapo","username":"森田","friends":["ken","tomo"]}
  {"_key":"taro","username":"ぐるんが太郎","friends":["jiro","tomo"]}
  {"_key":"jiro","username":"ぐるんが次郎","friends":["taro","tomo"]}
  {"_key":"tomo","username":"トモちゃん","friends":["ken","hana"]}
  {"_key":"hana","username":"花子","friends":["ken","taro","jiro","moritapo","tomo"]}
  ]
  # [[0, 1337566253.89858, 0.000355720520019531], 6]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rroonga-2.1.2-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-3.log
rroonga-2.1.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-3.log
rroonga-2.1.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-3.log
rroonga-2.0.8-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-3.log
rroonga-2.0.7-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-3.log