pub fn describe_select_if_side_effecting(
    scx: &StatementContext<'_>,
    select: &SelectStatement<Aug>,
) -> Result<Option<RelationDesc>, PlanError>
Expand description

Describes a SELECT if it contains calls to side-effecting functions.

See the module docs for details.