Sha256: e7be658652e2d1cded67cc34d4c20b3ba254394ce43be5ebd11041d7a64f08e2

Contents?: true

Size: 598 Bytes

Versions: 1

Compression:

Stored size: 598 Bytes

Contents

実行例 ::

  > column_create --table Site --name location --type WGS84GeoPoint
  [[0,1280378886.97522,0.109348],true]
  > load --table Site
  > [
  >  {"_key":"http://example.org/","location":"128452975x503157902"}
  >  {"_key":"http://example.net/","location":"128487316x502920929"},
  > ]
  [[0,1280378887.28534,0.801067],2]
  > select --table Site --query "_id:1 OR _id:2" --output_columns _key,location
  [[0,1280378888.28703,0.000371],[[[2],[["_key","ShortText"],["location","WGS84GeoPoint"]],["http://example.org/","128452975x503157902"],["http://example.net/","128487316x502920929"]]]]
  

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/tutorial04-4.log