pub fn udaf_default_human_display<F>(
func: &F,
params: &AggregateFunctionParams,
) -> Result<String, DataFusionError>where
F: AggregateUDFImpl + ?Sized,Expand description
Encapsulates default implementation of AggregateUDFImpl::human_display.