|
| column_binding_set_t | equivalent_relations |
| |
|
idx_t | distinct_count_hll |
| | the estimated total domains of the equivalent relations determined using HLL
|
| |
|
idx_t | distinct_count_no_hll |
| | the estimated total domains of each relation without using HLL
|
| |
|
bool | has_distinct_count_hll |
| |
|
vector< optional_ptr< FilterInfo > > | filters |
| |
|
vector< string > | column_names |
| |
◆ RelationsSetToStats()
| duckdb::RelationsSetToStats::RelationsSetToStats |
( |
const column_binding_set_t & |
column_binding_set | ) |
|
|
inlineexplicit |
idx_t distinct_count_hll
the estimated total domains of the equivalent relations determined using HLL
Definition duckdb.hpp:21437
idx_t distinct_count_no_hll
the estimated total domains of each relation without using HLL
Definition duckdb.hpp:21439
column_binding_set_t equivalent_relations
Definition duckdb.hpp:21435
◆ equivalent_relations
| column_binding_set_t duckdb::RelationsSetToStats::equivalent_relations |
column binding sets that are equivalent in a join plan. if you have A.x = B.y and B.y = C.z, then one set is {A.x, B.y, C.z}.
The documentation for this struct was generated from the following file: