pub fn create_operator( name: OperatorName, argument: &str, ) -> Result<Arc<dyn Operator>>
Create an operator from a name and argument string. This is a convenience function for testing and benchmarking.