common_query::function

Type Alias StateTypeFunction

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

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

Aliased Typeยง

struct StateTypeFunction { /* private fields */ }