|
|
bool | has_estimated_cardinality |
| | Whether or not the node has an estimated cardinality specified.
|
| |
|
idx_t | estimated_cardinality |
| | The estimated cardinality at the specified node.
|
| |
|
bool | has_max_cardinality |
| | Whether or not the node has a maximum cardinality specified.
|
| |
|
idx_t | max_cardinality |
| | The max possible cardinality at the specified node.
|
| |
◆ NodeStatistics() [1/3]
| duckdb::NodeStatistics::NodeStatistics |
( |
| ) |
|
|
inline |
16807 }
bool has_max_cardinality
Whether or not the node has a maximum cardinality specified.
Definition duckdb.hpp:16821
bool has_estimated_cardinality
Whether or not the node has an estimated cardinality specified.
Definition duckdb.hpp:16817
◆ NodeStatistics() [2/3]
| duckdb::NodeStatistics::NodeStatistics |
( |
idx_t |
estimated_cardinality | ) |
|
|
inlineexplicit |
16810 }
idx_t estimated_cardinality
The estimated cardinality at the specified node.
Definition duckdb.hpp:16819
◆ NodeStatistics() [3/3]
| duckdb::NodeStatistics::NodeStatistics |
( |
idx_t |
estimated_cardinality, |
|
|
idx_t |
max_cardinality |
|
) |
| |
|
inline |
16814 }
idx_t max_cardinality
The max possible cardinality at the specified node.
Definition duckdb.hpp:16823
The documentation for this class was generated from the following file: