pub type OperatorFactory = fn(&str, Vec<(String, String)>) -> Result<Operator>;
Factory signature used to construct Operator from a URI and extra options.
Operator