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 783 of file execExpr.h.
ExecEvalSubroutine SubscriptExecSteps::sbs_assign |
Definition at line 788 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 786 of file execExpr.h.
Referenced by array_exec_setup(), ExecInitSubscriptingRef(), hstore_exec_setup(), and jsonb_exec_setup().
ExecEvalSubroutine SubscriptExecSteps::sbs_fetch |
Definition at line 787 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 789 of file execExpr.h.
Referenced by array_exec_setup(), ExecInitSubscriptingRef(), hstore_exec_setup(), and jsonb_exec_setup().