Files
secondo/Algebras/ParThread/Tests/TestQueries/tc13.sql

8 lines
268 B
MySQL
Raw Normal View History

2026-01-23 17:03:45 +08:00
open database parthread_lie;
#testcase TC13par4CtxGeoDistanceNoDelay
#yields (int 267587)
query Osm_Nodes feed par[1] extend[Geo: makepoint(.Lon, .Lat)] extend[DistInKm: distanceOrthodrome(.Geo, [const point value(10.00 50.00)])/1000] par[16] count;
close database;