1/*-------------------------------------------------------------------------
4 * prototypes for nodeGather.c
7 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
10 * src/include/executor/nodeGather.h
12 *-------------------------------------------------------------------------
24#endif /* NODEGATHER_H */
void ExecEndGather(GatherState *node)
void ExecShutdownGather(GatherState *node)
void ExecReScanGather(GatherState *node)
GatherState * ExecInitGather(Gather *node, EState *estate, int eflags)