Type Alias common_query::function::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 */ }