Module traits

Source
Expand description

Traits for estimators and arrays of estimators.

Traitsยง

AsSyncArray
A trait for estimator arrays that can be viewed as a SyncEstimatorArray.
EstimationLogic
A kind of cardinality estimator.
Estimator
An immutable estimator.
EstimatorArray
An array of immutable estimators sharing a EstimationLogic.
EstimatorArrayMut
An array of mutable estimators sharing a EstimationLogic.
EstimatorMut
A mutable estimator.
MergeEstimationLogic
An extension of EstimationLogic providing methods to merge backends.
MergeEstimator
An estimator capable of merging.
SliceEstimationLogic
Trait implemented by estimation logics whose backend is a slice of elements of some type.
SyncEstimatorArray
An array of mutable estimators sharing a EstimationLogic that can be shared between threads.