[][src]Type Definition datafusion::physical_plan::aggregates::StateTypeFunction

type StateTypeFunction = Arc<dyn Fn(&DataType) -> Result<Arc<Vec<DataType>>> + Send + Sync>;

This signature corresponds to which types an aggregator serializes its state, given its return datatype.