pub type PartitionEvaluatorFactory = Arc<dyn Fn() -> Result<Box<dyn PartitionEvaluator>> + Send + Sync>;
Expand description

Factory that creates a PartitionEvaluator for the given window function

Aliased Type§

struct PartitionEvaluatorFactory { /* private fields */ }