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::AggregateUnaryInput Struct Reference
Collaboration diagram for duckdb::AggregateUnaryInput:

Public Member Functions

 AggregateUnaryInput (AggregateInputData &input_p, ValidityMask &input_mask_p)
 
bool RowIsValid ()
 

Public Attributes

AggregateInputDatainput
 
ValidityMaskinput_mask
 
idx_t input_idx
 

Constructor & Destructor Documentation

◆ AggregateUnaryInput()

duckdb::AggregateUnaryInput::AggregateUnaryInput ( AggregateInputData input_p,
ValidityMask input_mask_p 
)
inline
16853 : input(input_p), input_mask(input_mask_p), input_idx(0) {
16854 }

Member Function Documentation

◆ RowIsValid()

bool duckdb::AggregateUnaryInput::RowIsValid ( )
inline
16860 {
16861 return input_mask.RowIsValid(input_idx);
16862 }

The documentation for this struct was generated from the following file: