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::UnaryStringOperator< OP > Struct Template Reference

Static Public Member Functions

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

Member Function Documentation

◆ Operation()

template<class OP >
static RESULT_TYPE duckdb::UnaryStringOperator< OP >::Operation ( INPUT_TYPE  input,
ValidityMask mask,
idx_t  idx,
void dataptr 
)
inlinestatic
12582 {
12583 auto vector = reinterpret_cast<Vector *>(dataptr);
12584 return OP::template Operation<INPUT_TYPE, RESULT_TYPE>(input, *vector);
12585 }

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