Skip to main content

compile_projection_aggregate_slots

Function compile_projection_aggregate_slots 

Source
pub fn compile_projection_aggregate_slots(
    context: &dyn AggregateClassifier,
    expr: &ScalarExpr,
    relation: InternalRelationId,
    cursor: &mut usize,
) -> Result<ScalarExpr, SQLError>