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

Static Public Member Functions

template<class TA , class TB , class TR >
static bool Operation (TA left, TB right, TR &result)
 

Protected Member Functions

template<>
bool Operation (uint8_t left, uint8_t right, uint8_t &result)
 
template<>
bool Operation (uint16_t left, uint16_t right, uint16_t &result)
 
template<>
bool Operation (uint32_t left, uint32_t right, uint32_t &result)
 
template<>
bool Operation (uint64_t left, uint64_t right, uint64_t &result)
 
template<>
bool Operation (int8_t left, int8_t right, int8_t &result)
 
template<>
bool Operation (int16_t left, int16_t right, int16_t &result)
 
template<>
bool Operation (int32_t left, int32_t right, int32_t &result)
 
template<>
DUCKDB_API bool Operation (int64_t left, int64_t right, int64_t &result)
 
template<>
DUCKDB_API bool Operation (hugeint_t left, hugeint_t right, hugeint_t &result)
 
template<>
DUCKDB_API bool Operation (uhugeint_t left, uhugeint_t right, uhugeint_t &result)
 
template<>
bool Operation (interval_t left, double right, interval_t &result)
 

Member Function Documentation

◆ Operation()

template<class TA , class TB , class TR >
static bool duckdb::TryMultiplyOperator::Operation ( TA  left,
TB  right,
TR result 
)
inlinestatic
53953 {
53954 throw InternalException("Unimplemented type for TryMultiplyOperator");
53955 }

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