Your IP : 216.73.216.74


Current Path : /usr/local/legacy/postgresql/include/server/executor/
Upload File :
Current File : //usr/local/legacy/postgresql/include/server/executor/nodeTableFuncscan.h

/*-------------------------------------------------------------------------
 *
 * nodeTableFuncscan.h
 *
 *
 *
 * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
 * Portions Copyright (c) 1994, Regents of the University of California
 *
 * src/include/executor/nodeTableFuncscan.h
 *
 *-------------------------------------------------------------------------
 */
#ifndef NODETABLEFUNCSCAN_H
#define NODETABLEFUNCSCAN_H

#include "nodes/execnodes.h"

extern TableFuncScanState *ExecInitTableFuncScan(TableFuncScan *node, EState *estate, int eflags);
extern void ExecEndTableFuncScan(TableFuncScanState *node);
extern void ExecReScanTableFuncScan(TableFuncScanState *node);

#endif							/* NODETABLEFUNCSCAN_H */