Sha256: f1baa420d1fad43682c6b2aa11cfad1a200e11ac00900fd8c5bed4628b5c24f3

Contents?: true

Size: 991 Bytes

Versions: 5

Compression:

Stored size: 991 Bytes

Contents

Execution example::

  column_create --table Site --name location --type WGS84GeoPoint
  # [[0, 1337566253.89858, 0.000355720520019531], true]
  load --table Site
  [
   {"_key":"http://example.org/","location":"128452975x503157902"}
   {"_key":"http://example.net/","location":"128487316x502920929"},
  ]
  # [[0, 1337566253.89858, 0.000355720520019531], 2]
  select --table Site --query "_id:1 OR _id:2" --output_columns _key,location
  # [
  #   [
  #     0, 
  #     1337566253.89858, 
  #     0.000355720520019531
  #   ], 
  #   [
  #     [
  #       [
  #         2
  #       ], 
  #       [
  #         [
  #           "_key", 
  #           "ShortText"
  #         ], 
  #         [
  #           "location", 
  #           "WGS84GeoPoint"
  #         ]
  #       ], 
  #       [
  #         "http://example.org/", 
  #         "128452975x503157902"
  #       ], 
  #       [
  #         "http://example.net/", 
  #         "128487316x502920929"
  #       ]
  #     ]
  #   ]
  # ]

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/search-4.log
rroonga-2.1.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/search-4.log
rroonga-2.1.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/search-4.log
rroonga-2.0.8-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/search-4.log
rroonga-2.0.7-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/search-4.log