compute_window_aggregates

Function compute_window_aggregates 

Source
fn compute_window_aggregates(
    window_expr: &[Arc<dyn WindowExpr>],
    batch: &RecordBatch,
) -> Result<Vec<ArrayRef>>
Expand description

Compute the window aggregate columns