Sha256: 3cb4c3f604493bd8cd42c7665b74b76eda1937473a1743f2930285301055153f

Contents?: true

Size: 1.05 KB

Versions: 5

Compression:

Stored size: 1.05 KB

Contents

Execution example::

  > table_create --name User --flags TABLE_HASH_KEY --key_type ShortText
  [[0,1317212836.80268,0.048923839],true]
  > column_create --table User --name username --flags COLUMN_SCALAR --type ShortText
  [[0,1317212837.05226,0.040322616],true]
  > column_create --table User --name friends --flags COLUMN_VECTOR --type User
  [[0,1317212837.29306,0.039978793],true]
  > column_create --table User --name index_friends --flags COLUMN_INDEX --type User --source friends
  [[0,1317212837.53369,0.067271637],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,1317212837.80152,1.602221355],6]
  

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rroonga-2.0.2-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-3.log
rroonga-2.0.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-3.log
rroonga-2.0.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-3.log
rroonga-1.3.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-3.log
rroonga-1.3.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-3.log