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::TryDecimalMultiply 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 (int16_t left, int16_t right, int16_t &result)
 
template<>
bool Operation (int32_t left, int32_t right, int32_t &result)
 
template<>
bool Operation (int64_t left, int64_t right, int64_t &result)
 
template<>
bool Operation (hugeint_t left, hugeint_t right, hugeint_t &result)
 

Member Function Documentation

◆ Operation()

template<class TA , class TB , class TR >
static bool duckdb::TryDecimalMultiply::Operation ( TA  left,
TB  right,
TR result 
)
inlinestatic
53997 {
53998 throw InternalException("Unimplemented type for TryDecimalMultiply");
53999 }

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