![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <CardinalityEstimator.hpp>
Public Member Functions | |
CartesianProductDataModel ()=default | |
CartesianProductDataModel (std::size_t size) | |
void | assign_to (Subproblem) override |
Assigns this to the Subproblem s , i.e. | |
Data Fields | |
std::size_t | size |
Definition at line 175 of file CardinalityEstimator.hpp.
|
default |
|
inline |
Definition at line 180 of file CardinalityEstimator.hpp.
|
inlineoverridevirtual |
Assigns this
to the Subproblem
s
, i.e.
this model now describes the result of evaluating s
.
Implements m::DataModel.
Definition at line 182 of file CardinalityEstimator.hpp.
std::size_t m::CartesianProductEstimator::CartesianProductDataModel::size |
Definition at line 177 of file CardinalityEstimator.hpp.