Function from_aggregate_function
pub fn from_aggregate_function(
producer: &mut impl SubstraitProducer,
agg_fn: &AggregateFunction,
schema: &Arc<DFSchema>,
) -> Result<Measure, DataFusionError>
pub fn from_aggregate_function(
producer: &mut impl SubstraitProducer,
agg_fn: &AggregateFunction,
schema: &Arc<DFSchema>,
) -> Result<Measure, DataFusionError>