Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ geo_from_wkt_sql
Function
geo_from_wkt_sql
nodedb-query/src/functions/mod.rs:295–298 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
293
294
#[test]
295
fn geo_from_wkt_sql() {
296
let result = eval_fn(
"geo_from_wkt"
, vec![Value::String(
"POINT(5 10)"
.into())]);
297
assert!(result.as_geometry().is_some());
298
}
299
300
#[test]
301
fn geo_circle_sql() {
Callers
nothing calls this directly
Calls
1
eval_fn
Function · 0.85
Tested by
no test coverage detected