|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 1496 of file execnodes.h.
| PlanState** AppendState::appendplans |
Definition at line 1499 of file execnodes.h.
Referenced by ExecAppend(), ExecEndAppend(), ExecReScanAppend(), and search_plan_tree().
| Bitmapset* AppendState::as_asyncplans |
Definition at line 1503 of file execnodes.h.
Referenced by classify_matching_subplans(), ExecAppendAsyncEventWait(), and ExecReScanAppend().
| AsyncRequest** AppendState::as_asyncrequests |
Definition at line 1505 of file execnodes.h.
Referenced by ExecAppendAsyncBegin(), ExecAppendAsyncEventWait(), ExecAppendAsyncRequest(), and ExecReScanAppend().
| TupleTableSlot** AppendState::as_asyncresults |
Definition at line 1506 of file execnodes.h.
Referenced by ExecAppendAsyncRequest(), and ExecAsyncAppendResponse().
| bool AppendState::as_begun |
Definition at line 1502 of file execnodes.h.
Referenced by ExecAppend(), and ExecReScanAppend().
| struct WaitEventSet* AppendState::as_eventset |
Definition at line 1512 of file execnodes.h.
Referenced by ExecAppendAsyncEventWait(), and postgresForeignAsyncConfigureWait().
| int AppendState::as_first_partial_plan |
Definition at line 1514 of file execnodes.h.
Referenced by choose_next_subplan_for_leader(), and choose_next_subplan_for_worker().
| int AppendState::as_nasyncplans |
Definition at line 1504 of file execnodes.h.
Referenced by choose_next_subplan_locally(), ExecAppend(), ExecAppendAsyncBegin(), ExecAppendAsyncEventWait(), ExecAsyncAppendResponse(), and ExecReScanAppend().
| int AppendState::as_nasyncremain |
Definition at line 1510 of file execnodes.h.
Referenced by classify_matching_subplans(), ExecAppend(), ExecAppendAsyncBegin(), ExecAppendAsyncEventWait(), ExecAppendAsyncGetNext(), ExecAsyncAppendResponse(), and ExecReScanAppend().
| int AppendState::as_nasyncresults |
Definition at line 1507 of file execnodes.h.
Referenced by ExecAppendAsyncRequest(), ExecAsyncAppendResponse(), and ExecReScanAppend().
| Bitmapset* AppendState::as_needrequest |
Definition at line 1511 of file execnodes.h.
Referenced by ExecAppend(), ExecAppendAsyncRequest(), ExecAsyncAppendResponse(), ExecReScanAppend(), and postgresForeignAsyncConfigureWait().
| int AppendState::as_nplans |
Definition at line 1500 of file execnodes.h.
Referenced by choose_next_subplan_for_leader(), choose_next_subplan_for_worker(), choose_next_subplan_locally(), ExecAppend(), ExecAppendAsyncBegin(), ExecAppendEstimate(), ExecAppendReInitializeDSM(), ExecEndAppend(), ExecReScanAppend(), mark_invalid_subplans_as_finished(), and search_plan_tree().
| struct PartitionPruneState* AppendState::as_prune_state |
Definition at line 1518 of file execnodes.h.
Referenced by choose_next_subplan_for_leader(), choose_next_subplan_for_worker(), choose_next_subplan_locally(), ExecAppendAsyncBegin(), ExecReScanAppend(), and mark_invalid_subplans_as_finished().
| ParallelAppendState* AppendState::as_pstate |
Definition at line 1516 of file execnodes.h.
Referenced by choose_next_subplan_for_leader(), choose_next_subplan_for_worker(), ExecAppendInitializeDSM(), ExecAppendInitializeWorker(), ExecAppendReInitializeDSM(), and mark_invalid_subplans_as_finished().
| bool AppendState::as_syncdone |
Definition at line 1508 of file execnodes.h.
Referenced by choose_next_subplan_locally(), classify_matching_subplans(), ExecAppend(), ExecAppendAsyncBegin(), ExecAppendAsyncEventWait(), ExecAppendAsyncGetNext(), and ExecReScanAppend().
| Bitmapset* AppendState::as_valid_asyncplans |
Definition at line 1521 of file execnodes.h.
Referenced by classify_matching_subplans(), ExecAppendAsyncBegin(), and ExecReScanAppend().
| Bitmapset* AppendState::as_valid_subplans |
Definition at line 1520 of file execnodes.h.
Referenced by choose_next_subplan_for_leader(), choose_next_subplan_for_worker(), choose_next_subplan_locally(), classify_matching_subplans(), ExecAppendAsyncBegin(), ExecReScanAppend(), and mark_invalid_subplans_as_finished().
| bool AppendState::as_valid_subplans_identified |
Definition at line 1519 of file execnodes.h.
Referenced by choose_next_subplan_for_leader(), choose_next_subplan_for_worker(), choose_next_subplan_locally(), classify_matching_subplans(), ExecAppendAsyncBegin(), and ExecReScanAppend().
| int AppendState::as_whichplan |
Definition at line 1501 of file execnodes.h.
Referenced by choose_next_subplan_for_leader(), choose_next_subplan_for_worker(), choose_next_subplan_locally(), ExecAppend(), and ExecReScanAppend().
| bool(* AppendState::choose_next_subplan) (AppendState *) |
Definition at line 1522 of file execnodes.h.
Referenced by ExecAppend(), ExecAppendInitializeDSM(), and ExecAppendInitializeWorker().
| PlanState AppendState::ps |
Definition at line 1498 of file execnodes.h.
Referenced by choose_next_subplan_for_leader(), choose_next_subplan_for_worker(), choose_next_subplan_locally(), ExecAppend(), ExecAppendAsyncBegin(), ExecAppendAsyncGetNext(), ExecAppendInitializeDSM(), ExecAppendInitializeWorker(), and ExecReScanAppend().
| Size AppendState::pstate_len |
Definition at line 1517 of file execnodes.h.
Referenced by ExecAppendEstimate(), and ExecAppendInitializeDSM().