Skip to content

Commit 2c056e1

Browse files
author
Karthi Thyagarajan
committed
Tweak to readme
1 parent d1be710 commit 2c056e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spannergeo-s2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ The v4 UDF queries use the same three Cloud Functions as v3 -- no new deployment
164164
- **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.
165165
- **Bounding box** and **k-NN** follow the same pattern with `geo.s2_covering_rect()` and appropriate post-filters.
166166

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)`:
168168

169169
```sql
170170
WITH candidates AS (

0 commit comments

Comments
 (0)