Function mz_sql::func::sql_impl

source ·
pub fn sql_impl(
    expr: &str
) -> impl Fn(&QueryContext<'_>, Vec<ScalarType>) -> Result<HirScalarExpr, PlanError>
Expand description

Backing implementation for sql_impl_func and sql_impl_cast. See those functions for details.