from_aggregate_rel

Function from_aggregate_rel 

pub async fn from_aggregate_rel(
    consumer: &impl SubstraitConsumer,
    agg: &AggregateRel,
) -> Result<LogicalPlan, DataFusionError>