/*------------------------------------------------------------------------- * * 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 extern QueryTreeList *parse_analyze(List *pl, ParseState *parentParseState); #endif /* ANALYZE_H */