Expand description
Traits for estimators and arrays of estimators.
Traitsยง
- AsSync
Array - A trait for estimator arrays that can be viewed as a
SyncEstimatorArray
. - Estimation
Logic - A kind of cardinality estimator.
- Estimator
- An immutable estimator.
- Estimator
Array - An array of immutable estimators sharing a
EstimationLogic
. - Estimator
Array Mut - An array of mutable estimators sharing a
EstimationLogic
. - Estimator
Mut - A mutable estimator.
- Merge
Estimation Logic - An extension of
EstimationLogic
providing methods to merge backends. - Merge
Estimator - An estimator capable of merging.
- Slice
Estimation Logic - Trait implemented by estimation logics whose backend is a slice of elements of some type.
- Sync
Estimator Array - An array of mutable estimators sharing a
EstimationLogic
that can be shared between threads.