summaryrefslogtreecommitdiff
path: root/src/include/parser/analyze.h
blob: 0c4f838d1355f74a1d8367c639fd524eb4431d0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*-------------------------------------------------------------------------
 *
 * analyze.h
 *
 *
 * Copyright (c) 1994, Regents of the University of California
 *
 * $Id: analyze.h,v 1.4 1998/09/01 04:37:25 momjian Exp $
 *
 *-------------------------------------------------------------------------
 */
#ifndef ANALYZE_H
#define ANALYZE_H

#include <parser/parse_node.h>

extern QueryTreeList *parse_analyze(List *pl, ParseState *parentParseState);

#endif	 /* ANALYZE_H */