pub fn arithmetic_function( operation: ArithmeticOp, ) -> impl Fn(&HashMap<String, Value>) -> Result<Value> + Send + Sync + 'static
Create a function that performs arithmetic operations