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

数据库系统

开发平台:

Unix_Linux

  1. /*-------------------------------------------------------------------------
  2.  *
  3.  * analyze.h
  4.  *
  5.  *
  6.  * Copyright (c) 1994, Regents of the University of California
  7.  *
  8.  * $Id: analyze.h,v 1.7 1999/05/25 16:14:24 momjian Exp $
  9.  *
  10.  *-------------------------------------------------------------------------
  11.  */
  12. #ifndef ANALYZE_H
  13. #define ANALYZE_H
  14. #include <parser/parse_node.h>
  15. extern List *parse_analyze(List *pl, ParseState *parentParseState);
  16. /***S*I***/
  17. extern void create_select_list(Node *ptr, List **select_list, bool *unionall_present);
  18. extern Node *A_Expr_to_Expr(Node *ptr, bool *intersect_present);
  19. #endif  /* ANALYZE_H */