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

Static Public Member Functions

template<class FUNC , class OP , class LEFT_TYPE , class RIGHT_TYPE , class RESULT_TYPE >
static RESULT_TYPE Operation (FUNC fun, LEFT_TYPE left, RIGHT_TYPE right, ValidityMask &mask, idx_t idx)
 
static bool AddsNulls ()
 

Member Function Documentation

◆ Operation()

static RESULT_TYPE duckdb::BinaryStandardOperatorWrapper::Operation ( FUNC  fun,
LEFT_TYPE  left,
RIGHT_TYPE  right,
ValidityMask mask,
idx_t  idx 
)
inlinestatic
11782 {
11783 return OP::template Operation<LEFT_TYPE, RIGHT_TYPE, RESULT_TYPE>(left, right);
11784 }

◆ AddsNulls()

static bool duckdb::BinaryStandardOperatorWrapper::AddsNulls ( )
inlinestatic
11786 {
11787 return false;
11788 }

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