Function mz_sql::plan::side_effecting_func::plan_select_if_side_effecting
source ยท pub fn plan_select_if_side_effecting(
scx: &StatementContext<'_>,
select: &SelectStatement<Aug>,
params: &Params,
) -> Result<Option<SideEffectingFunc>, PlanError>
Expand description
Plans the SELECT
if it contains calls to side-effecting functions.
See the module docs for details.