1/*-------------------------------------------------------------------------
3 * nodeIncrementalSort.h
5 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
6 * Portions Copyright (c) 1994, Regents of the University of California
8 * src/include/executor/nodeIncrementalSort.h
10 *-------------------------------------------------------------------------
12#ifndef NODEINCREMENTALSORT_H
13#define NODEINCREMENTALSORT_H
22/* parallel instrumentation support */
28#endif /* NODEINCREMENTALSORT_H */
void ExecIncrementalSortEstimate(IncrementalSortState *node, ParallelContext *pcxt)
void ExecReScanIncrementalSort(IncrementalSortState *node)
void ExecIncrementalSortInitializeDSM(IncrementalSortState *node, ParallelContext *pcxt)
void ExecEndIncrementalSort(IncrementalSortState *node)
IncrementalSortState * ExecInitIncrementalSort(IncrementalSort *node, EState *estate, int eflags)
void ExecIncrementalSortRetrieveInstrumentation(IncrementalSortState *node)
void ExecIncrementalSortInitializeWorker(IncrementalSortState *node, ParallelWorkerContext *pwcxt)