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.