Function sql::func::resolve_op[][src]

pub fn resolve_op(
    op: &str
) -> Result<&'static [FuncImpl<HirScalarExpr>], PlanError>
Expand description

Resolves the operator to a set of function implementations.