![]() |
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::ExpressionExecutor, including all inherited members.
| AddExpression(const Expression &expr) | duckdb::ExpressionExecutor | |
| BoundIndex (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | friend |
| chunk | duckdb::ExpressionExecutor | |
| ClearExpressions() (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | |
| context | duckdb::ExpressionExecutor | private |
| debug_vector_verification | duckdb::ExpressionExecutor | private |
| DefaultSelect(const Expression &expr, ExpressionState *state, const SelectionVector *sel, idx_t count, SelectionVector *true_sel, SelectionVector *false_sel) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protected |
| EvaluateScalar(ClientContext &context, const Expression &expr, bool allow_unfoldable=false) | duckdb::ExpressionExecutor | static |
| Execute(DataChunk *input, DataChunk &result) | duckdb::ExpressionExecutor | |
| Execute(DataChunk &input, DataChunk &result) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | inline |
| Execute(DataChunk &result) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | inline |
| Execute(const Expression &expr, ExpressionState *state, const SelectionVector *sel, idx_t count, Vector &result) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protected |
| Execute(const BoundBetweenExpression &expr, ExpressionState *state, const SelectionVector *sel, idx_t count, Vector &result) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protected |
| Execute(const BoundCaseExpression &expr, ExpressionState *state, const SelectionVector *sel, idx_t count, Vector &result) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protected |
| Execute(const BoundCastExpression &expr, ExpressionState *state, const SelectionVector *sel, idx_t count, Vector &result) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protected |
| Execute(const BoundComparisonExpression &expr, ExpressionState *state, const SelectionVector *sel, idx_t count, Vector &result) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protected |
| Execute(const BoundConjunctionExpression &expr, ExpressionState *state, const SelectionVector *sel, idx_t count, Vector &result) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protected |
| Execute(const BoundConstantExpression &expr, ExpressionState *state, const SelectionVector *sel, idx_t count, Vector &result) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protected |
| Execute(const BoundFunctionExpression &expr, ExpressionState *state, const SelectionVector *sel, idx_t count, Vector &result) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protected |
| Execute(const BoundOperatorExpression &expr, ExpressionState *state, const SelectionVector *sel, idx_t count, Vector &result) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protected |
| Execute(const BoundParameterExpression &expr, ExpressionState *state, const SelectionVector *sel, idx_t count, Vector &result) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protected |
| Execute(const BoundReferenceExpression &expr, ExpressionState *state, const SelectionVector *sel, idx_t count, Vector &result) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protected |
| ExecuteExpression(DataChunk &input, Vector &result) | duckdb::ExpressionExecutor | |
| ExecuteExpression(Vector &result) | duckdb::ExpressionExecutor | |
| ExecuteExpression(idx_t expr_idx, Vector &result) | duckdb::ExpressionExecutor | |
| ExpressionExecutor(ClientContext &context) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | explicit |
| ExpressionExecutor(ClientContext &context, const Expression *expression) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | |
| ExpressionExecutor(ClientContext &context, const Expression &expression) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | |
| ExpressionExecutor(ClientContext &context, const vector< unique_ptr< Expression > > &expressions) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | |
| ExpressionExecutor(ExpressionExecutor &&)=delete (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | |
| ExpressionExecutor() (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | private |
| ExpressionExecutor(const vector< unique_ptr< Expression > > &exprs) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | explicitprivate |
| expressions | duckdb::ExpressionExecutor | |
| FillSwitch(Vector &vector, Vector &result, const SelectionVector &sel, sel_t count) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protected |
| GetAllocator() (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | |
| GetContext() (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | |
| GetStates() (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | |
| HasContext() (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | |
| Initialize(const Expression &expr, ExpressionExecutorState &state) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protected |
| InitializeState(const Expression &expr, ExpressionExecutorState &state) | duckdb::ExpressionExecutor | static |
| InitializeState(const BoundReferenceExpression &expr, ExpressionExecutorState &state) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protectedstatic |
| InitializeState(const BoundBetweenExpression &expr, ExpressionExecutorState &state) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protectedstatic |
| InitializeState(const BoundCaseExpression &expr, ExpressionExecutorState &state) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protectedstatic |
| InitializeState(const BoundCastExpression &expr, ExpressionExecutorState &state) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protectedstatic |
| InitializeState(const BoundComparisonExpression &expr, ExpressionExecutorState &state) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protectedstatic |
| InitializeState(const BoundConjunctionExpression &expr, ExpressionExecutorState &state) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protectedstatic |
| InitializeState(const BoundConstantExpression &expr, ExpressionExecutorState &state) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protectedstatic |
| InitializeState(const BoundFunctionExpression &expr, ExpressionExecutorState &state) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protectedstatic |
| InitializeState(const BoundOperatorExpression &expr, ExpressionExecutorState &state) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protectedstatic |
| InitializeState(const BoundParameterExpression &expr, ExpressionExecutorState &state) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protectedstatic |
| Select(const Expression &expr, ExpressionState *state, const SelectionVector *sel, idx_t count, SelectionVector *true_sel, SelectionVector *false_sel) | duckdb::ExpressionExecutor | protected |
| Select(const BoundBetweenExpression &expr, ExpressionState *state, const SelectionVector *sel, idx_t count, SelectionVector *true_sel, SelectionVector *false_sel) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protected |
| Select(const BoundComparisonExpression &expr, ExpressionState *state, const SelectionVector *sel, idx_t count, SelectionVector *true_sel, SelectionVector *false_sel) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protected |
| Select(const BoundConjunctionExpression &expr, ExpressionState *state, const SelectionVector *sel, idx_t count, SelectionVector *true_sel, SelectionVector *false_sel) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | protected |
| SelectExpression(DataChunk &input, SelectionVector &sel) | duckdb::ExpressionExecutor | |
| SelectExpression(DataChunk &input, SelectionVector &result_sel, optional_ptr< SelectionVector > current_sel, idx_t current_count) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | |
| SelectExpression(DataChunk &input, optional_ptr< SelectionVector > true_sel, optional_ptr< SelectionVector > false_sel, optional_ptr< SelectionVector > current_sel, idx_t current_count) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | |
| SetChunk(DataChunk *chunk) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | inline |
| SetChunk(DataChunk &chunk) (defined in duckdb::ExpressionExecutor) | duckdb::ExpressionExecutor | inline |
| states | duckdb::ExpressionExecutor | private |
| TryEvaluateScalar(ClientContext &context, const Expression &expr, Value &result) | duckdb::ExpressionExecutor | static |
| Verify(const Expression &expr, Vector &result, idx_t count) | duckdb::ExpressionExecutor | protected |