Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
StateTypeFunction in datafusion::logical_expr::function - Rust
[go: Go Back, main page]

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

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