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

Function st_buffer_sql

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

Source from the content-addressed store, hash-verified

208
209 #[test]
210 fn st_buffer_sql() {
211 let result = eval_fn(
212 "st_buffer",
213 vec![
214 point_value(0.0, 0.0),
215 Value::Float(1000.0),
216 Value::Integer(8),
217 ],
218 );
219 // Result should be a Geometry (Polygon)
220 assert!(result.as_geometry().is_some());
221 }
222
223 #[test]
224 fn st_envelope_sql() {

Callers

nothing calls this directly

Calls 1

eval_fnFunction · 0.85

Tested by

no test coverage detected