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