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::UnaryLambdaWrapperWithNulls Struct Reference

Static Public Member Functions

template<class FUNC , class INPUT_TYPE , class RESULT_TYPE >
static RESULT_TYPE Operation (INPUT_TYPE input, ValidityMask &mask, idx_t idx, void *dataptr)
 

Member Function Documentation

◆ Operation()

static RESULT_TYPE duckdb::UnaryLambdaWrapperWithNulls::Operation ( INPUT_TYPE  input,
ValidityMask mask,
idx_t  idx,
void dataptr 
)
inlinestatic
12573 {
12574 auto fun = (FUNC *)dataptr;
12575 return (*fun)(input, mask, idx);
12576 }
GMat mask(const GMat &src, const GMat &mask)

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