que_thr_t * if_step(que_thr_t *thr)
Performs an execution step of an if-statement node.
Definition: eval0proc.cc:40
que_thr_t * assign_step(que_thr_t *thr)
Performs an execution step of an assignment statement node.
Definition: eval0proc.cc:137
que_thr_t * while_step(que_thr_t *thr)
Performs an execution step of a while-statement node.
Definition: eval0proc.cc:107
que_thr_t * for_step(que_thr_t *thr)
Performs an execution step of a for-loop node.
Definition: eval0proc.cc:159
static que_thr_t * proc_step(que_thr_t *thr)
Performs an execution step of a procedure node.
static que_thr_t * proc_eval_step(que_thr_t *thr)
Performs an execution step of a procedure call node.
que_thr_t * exit_step(que_thr_t *thr)
Performs an execution step of an exit statement node.
Definition: eval0proc.cc:212
que_thr_t * return_step(que_thr_t *thr)
Performs an execution step of a return-statement node.
Definition: eval0proc.cc:239
Executes SQL stored procedures and their control structures.
Query graph global types.
Definition: que0que.h:242
Version control for database, common definitions, and include files.