OmniSciDB
a5dc49c757
|
Estimators to be used when precise cardinality isn't useful. More...
Go to the source code of this file.
Classes | |
class | CardinalityEstimationRequired |
class | Analyzer::Estimator |
class | Analyzer::NDVEstimator |
class | Analyzer::LargeNDVEstimator |
Namespaces | |
Analyzer | |
Functions | |
ResultSetPtr | reduce_estimator_results (const RelAlgExecutionUnit &ra_exe_unit, std::vector< std::pair< ResultSetPtr, std::vector< size_t >>> &results_per_device) |
Estimators to be used when precise cardinality isn't useful.
Definition in file CardinalityEstimator.h.
ResultSetPtr reduce_estimator_results | ( | const RelAlgExecutionUnit & | ra_exe_unit, |
std::vector< std::pair< ResultSetPtr, std::vector< size_t >>> & | results_per_device | ||
) |
Definition at line 141 of file CardinalityEstimator.cpp.
References CHECK, and RelAlgExecutionUnit::estimator.
Referenced by Executor::reduceMultiDeviceResults().