Sha256: c759e29b58bf9ad06ab104aaeae65c01c521839b7c1929b2c878d2c5a5f6fec4

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

Contents

実行例 ::

  > table_create --name User --flags TABLE_HASH_KEY --key_type ShortText
  [[0,1280378927.22516,0.091699],true]
  > column_create --table User --name username --flags COLUMN_SCALAR --type ShortText
  [[0,1280378927.51764,0.067062],true]
  > column_create --table User --name friends --flags COLUMN_VECTOR --type User
  [[0,1280378927.78548,0.05804],true]
  > column_create --table User --name index_friends --flags COLUMN_INDEX --type User --source friends
  [[0,1280378928.04428,0.113384],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,1280378928.35845,1.602101],6]
  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rroonga-1.0.1-x86-mingw32 vendor/local/share/groonga/doc/ja/source/example/tutorial06-3.log