Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
duckdb::NodeStatistics Class Reference

Public Member Functions

 NodeStatistics (idx_t estimated_cardinality)
 
 NodeStatistics (idx_t estimated_cardinality, idx_t max_cardinality)
 

Public Attributes

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.
 

Constructor & Destructor Documentation

◆ 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: