pub fn resolve_op( op: &str, ) -> Result<&'static [FuncImpl<HirScalarExpr>], PlanError>
Resolves the operator to a set of function implementations.