在PortalRun里要调用 PortalRunSelect,具体的过程缩略如下:/* * PortalRunSelect * Execute a portal's query in PORTAL_ONE_SELECT mode, and also * when fetching from a completed holdStore in PORTAL_ONE_RETURNING, * PORTAL_ONE_MOD_WITH, and PORTAL_UTIL_SELECT cases. * * This handles simple N-rows-fo...
转载
2013-05-22 14:46:00
77阅读
2评论
PortalRunSelect函数在 PORTAL_ONE_SELECT策略下执行portal查询,在 PORTAL_ONE_RETURNING、PORTAL_ONE_MOD_WITH 和 PORTAL_U
原创
2022-07-26 16:53:46
122阅读
调用关系:PortalRun ->PortalRunSelect -> ExecutorRunExecutorRun,实际上会去运行 standard_ExecutorRun ->ExecutePlan:/* ---------------------------------------------------------------- * ExecutorRun * * This is the main routine of the executor module. It accepts * the query descriptor from the...
转载
2013-05-23 08:14:00
59阅读
2评论