Sha256: 7c7ad7b6c22d632e14ac6b8c5e196602574d7c038ace87f4e2f077dca6f39b1c

Contents?: true

Size: 942 Bytes

Versions: 5

Compression:

Stored size: 942 Bytes

Contents

Execution example::

  > table_create --name PatSuffix --flags TABLE_PAT_KEY|KEY_WITH_SIS --key_type ShortText
  [[0,1317212720.99778,0.0531648179999999],true]
  > column_create --table PatSuffix --name original --type Bool
  [[0,1317212721.25163,0.099479727],true]
  > load --table PatSuffix
  > [
  > {"_key":"ひろゆき","original":true},
  > {"_key":"まろゆき","original":true},
  > {"_key":"ひろあき","original":true}
  > ]
  [[0,1317212721.55167,1.001449341],3]
  > select --table PatSuffix --query _key:@ゆき
  [[0,1317212722.75369,0.000313623],[[[4],[["_id","UInt32"],["_key","ShortText"],["original","Bool"]],[1,"ひろゆき",true],[5,"まろゆき",true],[3,"ゆき",false],[2,"ろゆき",false]]]]
  > select --table PatSuffix --query "_key:@ゆき original:true"
  [[0,1317212722.95502,0.00032577],[[[2],[["_id","UInt32"],["_key","ShortText"],["original","Bool"]],[1,"ひろゆき",true],[5,"まろゆき",true]]]]
  

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/patricia_trie-2.log
rroonga-2.0.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-2.log
rroonga-2.0.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-2.log
rroonga-1.3.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-2.log
rroonga-1.3.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-2.log