You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spannergeo-s2/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ The v4 UDF queries use the same three Cloud Functions as v3 -- no new deployment
164
164
-**Radius search** ([`queries/v4_udf_query.sql`](queries/v4_udf_query.sql)) -- Combines `geo.s2_covering()` with inline bitwise range computation and `geo.s2_distance()` post-filter.
165
165
-**Bounding box** and **k-NN** follow the same pattern with `geo.s2_covering_rect()` and appropriate post-filters.
166
166
167
-
Here is the v3 UDF radius search query as an example. The client only provides `(lat, lng, radius)`:
167
+
Here is the v4 UDF radius search query as an example. The client only provides `(lat, lng, radius)`:
0 commit comments