![]() |
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.
|
This is the complete list of members for duckdb::BinaryExecutor, including all inherited members.
| Execute(Vector &left, Vector &right, Vector &result, idx_t count, FUNC fun) (defined in duckdb::BinaryExecutor) | duckdb::BinaryExecutor | inlinestatic |
| Execute(Vector &left, Vector &right, Vector &result, idx_t count) (defined in duckdb::BinaryExecutor) | duckdb::BinaryExecutor | inlinestatic |
| ExecuteConstant(Vector &left, Vector &right, Vector &result, FUNC fun) (defined in duckdb::BinaryExecutor) | duckdb::BinaryExecutor | inlinestatic |
| ExecuteFlat(Vector &left, Vector &right, Vector &result, idx_t count, FUNC fun) (defined in duckdb::BinaryExecutor) | duckdb::BinaryExecutor | inlinestatic |
| ExecuteFlatLoop(const LEFT_TYPE *__restrict ldata, const RIGHT_TYPE *__restrict rdata, RESULT_TYPE *__restrict result_data, idx_t count, ValidityMask &mask, FUNC fun) (defined in duckdb::BinaryExecutor) | duckdb::BinaryExecutor | inlinestatic |
| ExecuteGeneric(Vector &left, Vector &right, Vector &result, idx_t count, FUNC fun) (defined in duckdb::BinaryExecutor) | duckdb::BinaryExecutor | inlinestatic |
| ExecuteGenericLoop(const LEFT_TYPE *__restrict ldata, const RIGHT_TYPE *__restrict rdata, RESULT_TYPE *__restrict result_data, const SelectionVector *__restrict lsel, const SelectionVector *__restrict rsel, idx_t count, ValidityMask &lvalidity, ValidityMask &rvalidity, ValidityMask &result_validity, FUNC fun) (defined in duckdb::BinaryExecutor) | duckdb::BinaryExecutor | inlinestatic |
| ExecuteStandard(Vector &left, Vector &right, Vector &result, idx_t count) (defined in duckdb::BinaryExecutor) | duckdb::BinaryExecutor | inlinestatic |
| ExecuteSwitch(Vector &left, Vector &right, Vector &result, idx_t count, FUNC fun) (defined in duckdb::BinaryExecutor) | duckdb::BinaryExecutor | inlinestatic |
| ExecuteWithNulls(Vector &left, Vector &right, Vector &result, idx_t count, FUNC fun) (defined in duckdb::BinaryExecutor) | duckdb::BinaryExecutor | inlinestatic |
| Select(Vector &left, Vector &right, const SelectionVector *sel, idx_t count, SelectionVector *true_sel, SelectionVector *false_sel) (defined in duckdb::BinaryExecutor) | duckdb::BinaryExecutor | inlinestatic |
| SelectConstant(Vector &left, Vector &right, const SelectionVector *sel, idx_t count, SelectionVector *true_sel, SelectionVector *false_sel) (defined in duckdb::BinaryExecutor) | duckdb::BinaryExecutor | inlinestatic |
| SelectFlat(Vector &left, Vector &right, const SelectionVector *sel, idx_t count, SelectionVector *true_sel, SelectionVector *false_sel) (defined in duckdb::BinaryExecutor) | duckdb::BinaryExecutor | inlinestatic |
| SelectFlatLoop(const LEFT_TYPE *__restrict ldata, const RIGHT_TYPE *__restrict rdata, const SelectionVector *sel, idx_t count, ValidityMask &validity_mask, SelectionVector *true_sel, SelectionVector *false_sel) (defined in duckdb::BinaryExecutor) | duckdb::BinaryExecutor | inlinestatic |
| SelectFlatLoopSwitch(const LEFT_TYPE *__restrict ldata, const RIGHT_TYPE *__restrict rdata, const SelectionVector *sel, idx_t count, ValidityMask &mask, SelectionVector *true_sel, SelectionVector *false_sel) (defined in duckdb::BinaryExecutor) | duckdb::BinaryExecutor | inlinestatic |
| SelectGeneric(Vector &left, Vector &right, const SelectionVector *sel, idx_t count, SelectionVector *true_sel, SelectionVector *false_sel) (defined in duckdb::BinaryExecutor) | duckdb::BinaryExecutor | inlinestatic |
| SelectGenericLoop(const LEFT_TYPE *__restrict ldata, const RIGHT_TYPE *__restrict rdata, const SelectionVector *__restrict lsel, const SelectionVector *__restrict rsel, const SelectionVector *__restrict result_sel, idx_t count, ValidityMask &lvalidity, ValidityMask &rvalidity, SelectionVector *true_sel, SelectionVector *false_sel) (defined in duckdb::BinaryExecutor) | duckdb::BinaryExecutor | inlinestatic |
| SelectGenericLoopSelSwitch(const LEFT_TYPE *__restrict ldata, const RIGHT_TYPE *__restrict rdata, const SelectionVector *__restrict lsel, const SelectionVector *__restrict rsel, const SelectionVector *__restrict result_sel, idx_t count, ValidityMask &lvalidity, ValidityMask &rvalidity, SelectionVector *true_sel, SelectionVector *false_sel) (defined in duckdb::BinaryExecutor) | duckdb::BinaryExecutor | inlinestatic |
| SelectGenericLoopSwitch(const LEFT_TYPE *__restrict ldata, const RIGHT_TYPE *__restrict rdata, const SelectionVector *__restrict lsel, const SelectionVector *__restrict rsel, const SelectionVector *__restrict result_sel, idx_t count, ValidityMask &lvalidity, ValidityMask &rvalidity, SelectionVector *true_sel, SelectionVector *false_sel) (defined in duckdb::BinaryExecutor) | duckdb::BinaryExecutor | inlinestatic |