pub type CustomScalarFn = Arc<dyn Fn(&[Value]) -> Result<Value> + Send + Sync>;Expand description
Type alias for a custom scalar function.
The function receives evaluated arguments and returns a single value.
Aliased Typeยง
pub struct CustomScalarFn { /* private fields */ }