Sha256: 63658306e7219ccc9cfaf984bac214a3b668972340240bf314125b61b130483b
Contents?: true
Size: 896 Bytes
Versions: 1
Compression:
Stored size: 896 Bytes
Contents
実行例 :: > table_create --name Type --flags TABLE_HASH_KEY --key_type ShortText [[0,1280378823.87922,0.063618],true] > column_create --table Type --name number --type Int32 [[0,1280378824.14361,0.066276],true] > column_create --table Type --name float --type Float [[0,1280378824.41063,0.0673],true] > column_create --table Type --name string --type ShortText [[0,1280378824.67863,0.067213],true] > column_create --table Type --name time --type Time [[0,1280378824.94662,0.05711],true] > load --table Type > [{"_key":"sample","number":12345,"float":42.195,"string":"GROONGA","time":1234567890.12}] [[0,1280378825.20443,0.201835],1] > select --table Type [[0,1280378825.60691,0.000155],[[[1],[["_id","UInt32"],["_key","ShortText"],["time","Time"],["string","ShortText"],["number","Int32"],["float","Float"]],[1,"sample",1234567890.0,"GROONGA",12345,42.195]]]]
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/tutorial03-1.log |