execFlatten.h
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. /*-------------------------------------------------------------------------
  2.  *
  3.  * execFlatten.h
  4.  *   prototypes for execFlatten.c.
  5.  *
  6.  *
  7.  * Copyright (c) 1994, Regents of the University of California
  8.  *
  9.  * $Id: execFlatten.h,v 1.8 1999/02/13 23:21:22 momjian Exp $
  10.  *
  11.  *-------------------------------------------------------------------------
  12.  */
  13. #ifndef EXECFLATTEN_H
  14. #define EXECFLATTEN_H
  15. #include "nodes/relation.h"
  16. #include "nodes/execnodes.h"
  17. #include "nodes/parsenodes.h"
  18. extern Datum ExecEvalIter(Iter *iterNode, ExprContext *econtext, bool *resultIsNull, bool *iterIsDone);
  19. extern void ExecEvalFjoin(TargetEntry *tlist, ExprContext *econtext, bool *isNullVect, bool *fj_isDone);
  20. #endif  /* EXECFLATTEN_H */