![]() |
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::AggregateExecutor, including all inherited members.
| BinaryScatter(AggregateInputData &aggr_input_data, Vector &a, Vector &b, Vector &states, idx_t count) (defined in duckdb::AggregateExecutor) | duckdb::AggregateExecutor | inlinestatic |
| BinaryScatterLoop(const A_TYPE *__restrict adata, AggregateInputData &aggr_input_data, const B_TYPE *__restrict bdata, STATE_TYPE **__restrict states, idx_t count, const SelectionVector &asel, const SelectionVector &bsel, const SelectionVector &ssel, ValidityMask &avalidity, ValidityMask &bvalidity) (defined in duckdb::AggregateExecutor) | duckdb::AggregateExecutor | inlineprivatestatic |
| BinaryUpdate(AggregateInputData &aggr_input_data, Vector &a, Vector &b, data_ptr_t state, idx_t count) (defined in duckdb::AggregateExecutor) | duckdb::AggregateExecutor | inlinestatic |
| BinaryUpdateLoop(const A_TYPE *__restrict adata, AggregateInputData &aggr_input_data, const B_TYPE *__restrict bdata, STATE_TYPE *__restrict state, idx_t count, const SelectionVector &asel, const SelectionVector &bsel, ValidityMask &avalidity, ValidityMask &bvalidity) (defined in duckdb::AggregateExecutor) | duckdb::AggregateExecutor | inlineprivatestatic |
| Combine(Vector &source, Vector &target, AggregateInputData &aggr_input_data, idx_t count) (defined in duckdb::AggregateExecutor) | duckdb::AggregateExecutor | inlinestatic |
| Destroy(Vector &states, AggregateInputData &aggr_input_data, idx_t count) (defined in duckdb::AggregateExecutor) | duckdb::AggregateExecutor | inlinestatic |
| Finalize(Vector &states, AggregateInputData &aggr_input_data, Vector &result, idx_t count, idx_t offset) (defined in duckdb::AggregateExecutor) | duckdb::AggregateExecutor | inlinestatic |
| IntersectFrames(const SubFrames &lefts, const SubFrames &rights, OP &op) (defined in duckdb::AggregateExecutor) | duckdb::AggregateExecutor | inlinestatic |
| NullaryFlatLoop(STATE_TYPE **__restrict states, AggregateInputData &aggr_input_data, idx_t count) (defined in duckdb::AggregateExecutor) | duckdb::AggregateExecutor | inlineprivatestatic |
| NullaryScatter(Vector &states, AggregateInputData &aggr_input_data, idx_t count) (defined in duckdb::AggregateExecutor) | duckdb::AggregateExecutor | inlinestatic |
| NullaryScatterLoop(STATE_TYPE *__restrict const *__restrict const states, AggregateInputData &aggr_input_data, const SelectionVector &ssel, const idx_t count) (defined in duckdb::AggregateExecutor) | duckdb::AggregateExecutor | inlineprivatestatic |
| NullaryUpdate(data_ptr_t state, AggregateInputData &aggr_input_data, idx_t count) (defined in duckdb::AggregateExecutor) | duckdb::AggregateExecutor | inlinestatic |
| UnaryFlatLoop(const INPUT_TYPE *__restrict idata, AggregateInputData &aggr_input_data, STATE_TYPE **__restrict states, ValidityMask &mask, idx_t count) (defined in duckdb::AggregateExecutor) | duckdb::AggregateExecutor | inlineprivatestatic |
| UnaryFlatUpdateLoop(const INPUT_TYPE *__restrict idata, AggregateInputData &aggr_input_data, STATE_TYPE *__restrict state, idx_t count, ValidityMask &mask) (defined in duckdb::AggregateExecutor) | duckdb::AggregateExecutor | inlineprivatestatic |
| UnaryScatter(Vector &input, Vector &states, AggregateInputData &aggr_input_data, idx_t count) (defined in duckdb::AggregateExecutor) | duckdb::AggregateExecutor | inlinestatic |
| UnaryScatterLoop(const INPUT_TYPE *__restrict idata, AggregateInputData &aggr_input_data, STATE_TYPE **__restrict states, const SelectionVector &isel, const SelectionVector &ssel, ValidityMask &mask, idx_t count) (defined in duckdb::AggregateExecutor) | duckdb::AggregateExecutor | inlineprivatestatic |
| UnaryUpdate(Vector &input, AggregateInputData &aggr_input_data, data_ptr_t state, idx_t count) (defined in duckdb::AggregateExecutor) | duckdb::AggregateExecutor | inlinestatic |
| UnaryUpdateLoop(const INPUT_TYPE *__restrict idata, AggregateInputData &aggr_input_data, STATE_TYPE *__restrict state, idx_t count, ValidityMask &mask, const SelectionVector &__restrict sel_vector) (defined in duckdb::AggregateExecutor) | duckdb::AggregateExecutor | inlineprivatestatic |
| VoidFinalize(Vector &states, AggregateInputData &aggr_input_data, Vector &result, idx_t count, idx_t offset) (defined in duckdb::AggregateExecutor) | duckdb::AggregateExecutor | inlinestatic |