pub fn expanded_returning_projections(
catalog: &dyn ReturningCatalog,
table: &str,
target_qualifier: &str,
aliases: &ReturningAliases,
returning: &[ProjectionPlan],
) -> Result<Vec<ProjectionPlan>, SQLError>pub fn expanded_returning_projections(
catalog: &dyn ReturningCatalog,
table: &str,
target_qualifier: &str,
aliases: &ReturningAliases,
returning: &[ProjectionPlan],
) -> Result<Vec<ProjectionPlan>, SQLError>