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 802 of file execExpr.h.
ExecEvalSubroutine SubscriptExecSteps::sbs_assign |
Definition at line 807 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 805 of file execExpr.h.
Referenced by array_exec_setup(), ExecInitSubscriptingRef(), hstore_exec_setup(), and jsonb_exec_setup().
ExecEvalSubroutine SubscriptExecSteps::sbs_fetch |
Definition at line 806 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 808 of file execExpr.h.
Referenced by array_exec_setup(), ExecInitSubscriptingRef(), hstore_exec_setup(), and jsonb_exec_setup().