Skip to main content

resolve_grouping_expression

Function resolve_grouping_expression 

Source
pub fn resolve_grouping_expression<'a>(
    routines: &dyn RoutineResolution,
    expression: &'a ScalarExpr,
    projections: &'a [ProjectionPlan],
    schema: &RowSchema,
    params: &[SQLParam],
) -> Result<Cow<'a, ScalarExpr>, SQLError>
Expand description

An unqualified input column wins even when its lookup is ambiguous. Output names are considered only for a whole bare name, never inside an expression.