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::AggregateExecutor Member List

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::AggregateExecutorinlinestatic
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::AggregateExecutorinlineprivatestatic
BinaryUpdate(AggregateInputData &aggr_input_data, Vector &a, Vector &b, data_ptr_t state, idx_t count) (defined in duckdb::AggregateExecutor)duckdb::AggregateExecutorinlinestatic
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::AggregateExecutorinlineprivatestatic
Combine(Vector &source, Vector &target, AggregateInputData &aggr_input_data, idx_t count) (defined in duckdb::AggregateExecutor)duckdb::AggregateExecutorinlinestatic
Destroy(Vector &states, AggregateInputData &aggr_input_data, idx_t count) (defined in duckdb::AggregateExecutor)duckdb::AggregateExecutorinlinestatic
Finalize(Vector &states, AggregateInputData &aggr_input_data, Vector &result, idx_t count, idx_t offset) (defined in duckdb::AggregateExecutor)duckdb::AggregateExecutorinlinestatic
IntersectFrames(const SubFrames &lefts, const SubFrames &rights, OP &op) (defined in duckdb::AggregateExecutor)duckdb::AggregateExecutorinlinestatic
NullaryFlatLoop(STATE_TYPE **__restrict states, AggregateInputData &aggr_input_data, idx_t count) (defined in duckdb::AggregateExecutor)duckdb::AggregateExecutorinlineprivatestatic
NullaryScatter(Vector &states, AggregateInputData &aggr_input_data, idx_t count) (defined in duckdb::AggregateExecutor)duckdb::AggregateExecutorinlinestatic
NullaryScatterLoop(STATE_TYPE *__restrict const *__restrict const states, AggregateInputData &aggr_input_data, const SelectionVector &ssel, const idx_t count) (defined in duckdb::AggregateExecutor)duckdb::AggregateExecutorinlineprivatestatic
NullaryUpdate(data_ptr_t state, AggregateInputData &aggr_input_data, idx_t count) (defined in duckdb::AggregateExecutor)duckdb::AggregateExecutorinlinestatic
UnaryFlatLoop(const INPUT_TYPE *__restrict idata, AggregateInputData &aggr_input_data, STATE_TYPE **__restrict states, ValidityMask &mask, idx_t count) (defined in duckdb::AggregateExecutor)duckdb::AggregateExecutorinlineprivatestatic
UnaryFlatUpdateLoop(const INPUT_TYPE *__restrict idata, AggregateInputData &aggr_input_data, STATE_TYPE *__restrict state, idx_t count, ValidityMask &mask) (defined in duckdb::AggregateExecutor)duckdb::AggregateExecutorinlineprivatestatic
UnaryScatter(Vector &input, Vector &states, AggregateInputData &aggr_input_data, idx_t count) (defined in duckdb::AggregateExecutor)duckdb::AggregateExecutorinlinestatic
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::AggregateExecutorinlineprivatestatic
UnaryUpdate(Vector &input, AggregateInputData &aggr_input_data, data_ptr_t state, idx_t count) (defined in duckdb::AggregateExecutor)duckdb::AggregateExecutorinlinestatic
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::AggregateExecutorinlineprivatestatic
VoidFinalize(Vector &states, AggregateInputData &aggr_input_data, Vector &result, idx_t count, idx_t offset) (defined in duckdb::AggregateExecutor)duckdb::AggregateExecutorinlinestatic