Function mz_sql::plan::side_effecting_func::extract_sef_call
source ยท fn extract_sef_call(
scx: &StatementContext<'_>,
select: &SelectStatement<Aug>,
) -> Result<Option<SefCall>, PlanError>
Expand description
Helper function used in both describing and planning a side-effecting
SELECT
.