MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / st_dwithin_sql

Function st_dwithin_sql

nodedb-query/src/functions/mod.rs:197–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195
196 #[test]
197 fn st_dwithin_sql() {
198 let result = eval_fn(
199 "st_dwithin",
200 vec![
201 point_value(0.0, 0.0),
202 point_value(0.001, 0.0),
203 Value::Float(200.0),
204 ],
205 );
206 assert_eq!(result, Value::Bool(true));
207 }
208
209 #[test]
210 fn st_buffer_sql() {

Callers

nothing calls this directly

Calls 1

eval_fnFunction · 0.85

Tested by

no test coverage detected