Skip to main content

eval_geo_function

Function eval_geo_function 

Source
pub fn eval_geo_function(name: &str, args: &[Value]) -> Option<Value>
Expand description

Try to evaluate a geo/spatial function. Returns Some(result) if the function name matched, None if unrecognized (caller falls through).