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
AccumulatorFactoryFunction in datafusion::logical_expr - Rust
[go: Go Back, main page]

Type Alias AccumulatorFactoryFunction

Source
pub type AccumulatorFactoryFunction = Arc<dyn Fn(AccumulatorArgs<'_>) -> Result<Box<dyn Accumulator>, DataFusionError> + Send + Sync>;
Expand description

Factory that returns an accumulator for the given aggregate function.

Aliased Typeยง

pub struct AccumulatorFactoryFunction { /* private fields */ }