Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_encode
Function · 0.85
geo_geohash_decode
Function · 0.85
geo_geohash_neighbors_returns_8
Function · 0.85
st_contains_sql
Function · 0.85
st_intersects_sql
Function · 0.85
st_distance_sql
Function · 0.85
st_dwithin_sql
Function · 0.85
st_buffer_sql
Function · 0.85
st_envelope_sql
Function · 0.85
geo_length_sql
Function · 0.85
geo_as_wkt_sql
Function · 0.85
geo_from_wkt_sql
Function · 0.85
Calls
1
eval_function
Function · 0.85
Tested by
14
geo_geohash_encode
Function · 0.68
geo_geohash_decode
Function · 0.68
geo_geohash_neighbors_returns_8
Function · 0.68
st_contains_sql
Function · 0.68
st_intersects_sql
Function · 0.68
st_distance_sql
Function · 0.68
st_dwithin_sql
Function · 0.68
st_buffer_sql
Function · 0.68
st_envelope_sql
Function · 0.68
geo_length_sql
Function · 0.68
geo_as_wkt_sql
Function · 0.68
geo_from_wkt_sql
Function · 0.68