|
PostgreSQL Source Code git master
|
#include <execExpr.h>
Data Fields | |
| ExecEvalBoolSubroutine | sbs_check_subscripts |
| ExecEvalSubroutine | sbs_fetch |
| ExecEvalSubroutine | sbs_assign |
| ExecEvalSubroutine | sbs_fetch_old |
Definition at line 815 of file execExpr.h.
| ExecEvalSubroutine SubscriptExecSteps::sbs_assign |
Definition at line 820 of file execExpr.h.
Referenced by array_exec_setup(), ExecInitSubscriptingRef(), hstore_exec_setup(), and jsonb_exec_setup().
| ExecEvalBoolSubroutine SubscriptExecSteps::sbs_check_subscripts |
Definition at line 818 of file execExpr.h.
Referenced by array_exec_setup(), ExecInitSubscriptingRef(), hstore_exec_setup(), and jsonb_exec_setup().
| ExecEvalSubroutine SubscriptExecSteps::sbs_fetch |
Definition at line 819 of file execExpr.h.
Referenced by array_exec_setup(), ExecInitSubscriptingRef(), hstore_exec_setup(), and jsonb_exec_setup().
| ExecEvalSubroutine SubscriptExecSteps::sbs_fetch_old |
Definition at line 821 of file execExpr.h.
Referenced by array_exec_setup(), ExecInitSubscriptingRef(), hstore_exec_setup(), and jsonb_exec_setup().