Skip to main content

expanded_returning_projections

Function expanded_returning_projections 

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