udaf_default_human_display

Function udaf_default_human_display 

Source
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.