MCPcopy Create free account
hub / github.com/cmu-db/bustub / EstimatedCardinality

Method EstimatedCardinality

src/optimizer/optimizer.cpp:43–63  ·  view source on GitHub ↗

* @brief get the estimated cardinality for a table based on the table name. Useful when join reordering. BusTub * doesn't support statistics for now, so it's the only way for you to get the table size :( * * @param table_name * @return std::optional */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected