Sha256: 419b3fdaadc901372c7644b327460d6ce3790835a4d34c9edf8220e940de5c20

Contents?: true

Size: 985 Bytes

Versions: 5

Compression:

Stored size: 985 Bytes

Contents

Execution example::

  column_create --table ToyBox --name location --type WGS84GeoPoint
  # [[0, 1337566253.89858, 0.000355720520019531], true]
  load --table ToyBox
  [
  {"_key":"Monkey","location":"128452975x503157902"}
  {"_key":"Block","location":"35.6813819x139.7660839"}
  ]
  # [[0, 1337566253.89858, 0.000355720520019531], 2]
  select --table ToyBox --output_columns _key,location
  # [
  #   [
  #     0, 
  #     1337566253.89858, 
  #     0.000355720520019531
  #   ], 
  #   [
  #     [
  #       [
  #         3
  #       ], 
  #       [
  #         [
  #           "_key", 
  #           "ShortText"
  #         ], 
  #         [
  #           "location", 
  #           "WGS84GeoPoint"
  #         ]
  #       ], 
  #       [
  #         "Monkey", 
  #         "128452975x503157902"
  #       ], 
  #       [
  #         "Flower", 
  #         "0x0"
  #       ], 
  #       [
  #         "Block", 
  #         "128452975x503157902"
  #       ]
  #     ]
  #   ]
  # ]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rroonga-2.1.2-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/data-6.log
rroonga-2.1.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/data-6.log
rroonga-2.1.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/data-6.log
rroonga-2.0.8-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/data-6.log
rroonga-2.0.7-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/data-6.log