Function mz_sql::func::resolve_op
source ยท pub fn resolve_op(
op: &str,
) -> Result<&'static [FuncImpl<HirScalarExpr>], PlanError>
Expand description
Resolves the operator to a set of function implementations.
pub fn resolve_op(
op: &str,
) -> Result<&'static [FuncImpl<HirScalarExpr>], PlanError>
Resolves the operator to a set of function implementations.