📄 nodematerial.h
字号:
/*------------------------------------------------------------------------- * * nodeMaterial.h * * * * Copyright (c) 1994, Regents of the University of California * * $Id: nodeMaterial.h,v 1.10 1999/02/21 03:49:44 scrappy Exp $ * *------------------------------------------------------------------------- */#ifndef NODEMATERIAL_H#define NODEMATERIAL_H#include "executor/tuptable.h"#include "nodes/execnodes.h"#include "nodes/plannodes.h"extern TupleTableSlot *ExecMaterial(Material *node);extern bool ExecInitMaterial(Material *node, EState *estate, Plan *parent);extern int ExecCountSlotsMaterial(Material *node);extern void ExecEndMaterial(Material *node);extern void ExecMaterialReScan(Material *node, ExprContext *exprCtxt, Plan *parent);#ifdef NOT_USEDextern List ExecMaterialMarkPos(Material *node);extern void ExecMaterialRestrPos(Material *node);#endif#endif /* NODEMATERIAL_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -