pub fn make_scalar_function<F>(inner: F) -> ScalarFunctionImplementation
Expand description
decorates a function to handle ScalarValue
s by converting them to arrays before calling the function
and vice-versa after evaluation.
pub fn make_scalar_function<F>(inner: F) -> ScalarFunctionImplementation
decorates a function to handle ScalarValue
s by converting them to arrays before calling the function
and vice-versa after evaluation.