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 811 of file execExpr.h.
ExecEvalSubroutine SubscriptExecSteps::sbs_assign |
Definition at line 816 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 814 of file execExpr.h.
Referenced by array_exec_setup(), ExecInitSubscriptingRef(), hstore_exec_setup(), and jsonb_exec_setup().
ExecEvalSubroutine SubscriptExecSteps::sbs_fetch |
Definition at line 815 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 817 of file execExpr.h.
Referenced by array_exec_setup(), ExecInitSubscriptingRef(), hstore_exec_setup(), and jsonb_exec_setup().