Sha256: 45782f72dd1e9e2a83733da0e35b7c34c706e668e5182aa347c9448b02fc48c7

Contents?: true

Size: 744 Bytes

Versions: 1

Compression:

Stored size: 744 Bytes

Contents

Execution example::

  > column_create --table Site --name links --flags COLUMN_VECTOR --type Site
  [[0,1317212793.75262,0.049658904],true]
  > load --table Site
  > [{"_key":"http://example.org/","links":["http://example.net/","http://example.org/","http://example.com/"]}]
  [[0,1317212794.00274,0.200473621],1]
  > select --table Site --output_columns _key,title,links._key,links.title --query title:@this
  [[0,1317212794.40349,0.000384272],[[[1],[["_key","ShortText"],["title","ShortText"],["links._key","ShortText"],["links.title","ShortText"]],["http://example.org/","This is test record 1!",["http://example.net/","http://example.org/","http://example.com/"],["test record 2.","This is test record 1!","test test record three."]]]]]
  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rroonga-1.3.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/introduction-3.log