pub fn create_aggregate_factory(
ctx: &SessionContext,
name: &str,
column_indices: Vec<usize>,
input_types: Vec<DataType>,
) -> Option<DataFusionAggregateFactory>Expand description
Creates a DataFusionAggregateFactory for a named built-in aggregate.
Returns None if the function name is not recognized.