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

Function eval_fn

nodedb-query/src/functions/mod.rs:59–61  ·  view source on GitHub ↗
(name: &str, args: Vec<Value>)

Source from the content-addressed store, hash-verified

57 use crate::expr::SqlExpr;
58
59 fn eval_fn(name: &str, args: Vec<Value>) -> Value {
60 eval_function(name, &args)
61 }
62
63 #[test]
64 fn upper() {

Callers 14

geo_geohash_encodeFunction · 0.85
geo_geohash_decodeFunction · 0.85
st_contains_sqlFunction · 0.85
st_intersects_sqlFunction · 0.85
st_distance_sqlFunction · 0.85
st_dwithin_sqlFunction · 0.85
st_buffer_sqlFunction · 0.85
st_envelope_sqlFunction · 0.85
geo_length_sqlFunction · 0.85
geo_as_wkt_sqlFunction · 0.85
geo_from_wkt_sqlFunction · 0.85

Calls 1

eval_functionFunction · 0.85

Tested by 14

geo_geohash_encodeFunction · 0.68
geo_geohash_decodeFunction · 0.68
st_contains_sqlFunction · 0.68
st_intersects_sqlFunction · 0.68
st_distance_sqlFunction · 0.68
st_dwithin_sqlFunction · 0.68
st_buffer_sqlFunction · 0.68
st_envelope_sqlFunction · 0.68
geo_length_sqlFunction · 0.68
geo_as_wkt_sqlFunction · 0.68
geo_from_wkt_sqlFunction · 0.68