From 870be9fa8e5ead7a9fec1b1cf539c701bba57d2a Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Wed, 28 Aug 1996 07:27:54 +0000 Subject: Clean up th ecompile process by centralizing the include files - code compile tested, but due to a yet unresolved problem with parse.h's creation, compile not completed... --- src/include/executor/execFlatten.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/include/executor/execFlatten.h (limited to 'src/include/executor/execFlatten.h') diff --git a/src/include/executor/execFlatten.h b/src/include/executor/execFlatten.h new file mode 100644 index 00000000000..e42d5e09d97 --- /dev/null +++ b/src/include/executor/execFlatten.h @@ -0,0 +1,26 @@ +/*------------------------------------------------------------------------- + * + * execFlatten.h-- + * prototypes for execFlatten.c. + * + * + * Copyright (c) 1994, Regents of the University of California + * + * $Id: execFlatten.h,v 1.1 1996/08/28 07:22:04 scrappy Exp $ + * + *------------------------------------------------------------------------- + */ +#ifndef EXECFLATTEN_H +#define EXECFLATTEN_H + +extern Datum ExecEvalIter(Iter *iterNode, ExprContext *econtext, bool *resultIsNull, bool *iterIsDone); + +extern void ExecEvalFjoin(TargetEntry *tlist, ExprContext *econtext, bool *isNullVect, bool *fj_isDone); + +extern bool FjoinBumpOuterNodes(TargetEntry *tlist, ExprContext *econtext, DatumPtr results, char *nulls); + + +#endif /* EXECFLATTEN_H */ + + + -- cgit v1.2.3