diff options
Diffstat (limited to 'src/include/parser/analyze.h')
-rw-r--r-- | src/include/parser/analyze.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/include/parser/analyze.h b/src/include/parser/analyze.h new file mode 100644 index 00000000000..a85e2074bbe --- /dev/null +++ b/src/include/parser/analyze.h @@ -0,0 +1,19 @@ +/*------------------------------------------------------------------------- + * + * analyze.h + * + * + * Copyright (c) 1994, Regents of the University of California + * + * $Id: analyze.h,v 1.1 1997/11/25 22:06:47 momjian Exp $ + * + *------------------------------------------------------------------------- + */ +#ifndef ANALYZE_H +#define ANALYZE_H + +#include <parser/parse_node.h> + +QueryTreeList *parse_analyze(List *pl); + +#endif /* ANALYZE_H */ |