Skip to main content

evaluate_aggregate

Function evaluate_aggregate 

Source
pub fn evaluate_aggregate(
    func: &AggregateFunction,
    args: &[Value],
) -> Result<Value, String>
Expand description

Evaluate an aggregate function across a slice of Values. Returns the final aggregate value.