Sha256: ecfd386512d2e1246fdcee01146f1c4ec353a097ea2a1c9bd2592e2ec2a52031
Contents?: true
Size: 736 Bytes
Versions: 4
Compression:
Stored size: 736 Bytes
Contents
実行例 :: > column_create --table Site --name links --flags COLUMN_VECTOR --type Site [[0,1308820988.35428,0.055857261],true] > load --table Site > [{"_key":"http://example.org/","links":["http://example.net/","http://example.org/","http://example.com/"]}] [[0,1308820988.61189,0.20152687],1] > select --table Site --output_columns _key,title,links._key,links.title --query title:@this [[0,1308820989.01506,0.000477611],[[[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
4 entries across 4 versions & 1 rubygems