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

Factory that returns the types used by an aggregator to serialize its state, given its return datatype.

Aliased Type§

struct StateTypeFunction { /* private fields */ }