Sha256: 719f7dd588b0fb7c0268d91d94fa7955a3a7735faa69ae9cbfdd4b44949bb487

Contents?: true

Size: 766 Bytes

Versions: 5

Compression:

Stored size: 766 Bytes

Contents

Execution example::

  > table_create --name GeoIndex --flags TABLE_PAT_KEY --key_type WGS84GeoPoint
  [[0,1317212840.20962,0.088534001],true]
  > column_create --table GeoIndex --name index_point --type Site --flags COLUMN_INDEX --source location
  [[0,1317212840.49869,0.093704431],true]
  > load --table Site
  > [
  >  {"_key":"http://example.org/","location":"128452975x503157902"},
  >  {"_key":"http://example.net/","location":"128487316x502920929"}
  > ]
  [[0,1317212840.79332,0.801438285],2]
  > select --table Site --filter 'geo_in_circle(location, "128515259x503187188", 5000)' --output_columns _key,location
  [[0,1317212841.79563,0.000626003],[[[1],[["_key","ShortText"],["location","WGS84GeoPoint"]],["http://example.org/","128452975x503157902"]]]]
  

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rroonga-2.0.2-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-6.log
rroonga-2.0.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-6.log
rroonga-2.0.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-6.log
rroonga-1.3.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-6.log
rroonga-1.3.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-6.log