Skip to main content

into_reduction

Function into_reduction 

Source
pub fn into_reduction(
    node: Node,
    expr_arena: &mut Arena<AExpr>,
    schema: &Schema,
    is_aggregation_context: bool,
) -> PolarsResult<(Box<dyn GroupedReduction>, Vec<Node>)>
Expand description

Converts a node into a reduction + its associated selector expression.