Initial commit
[com/gs-lite.git] / src / ftacmp / ifq.tab.cc.h
1 /* A Bison parser, made from ifq.y, by GNU bison 1.75.  */
2
3 /* Skeleton parser for Yacc-like parsing with Bison,
4    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.
5
6    This program is free software; you can redistribute it and/or modify
7    it under the terms of the GNU General Public License as published by
8    the Free Software Foundation; either version 2, or (at your option)
9    any later version.
10
11    This program is distributed in the hope that it will be useful,
12    but WITHOUT ANY WARRANTY; without even the implied warranty of
13    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14    GNU General Public License for more details.
15
16    You should have received a copy of the GNU General Public License
17    along with this program; if not, write to the Free Software
18    Foundation, Inc., 59 Temple Place - Suite 330,
19    Boston, MA 02111-1307, USA.  */
20
21 /* As a special exception, when this file is copied by Bison into a
22    Bison output file, you may use that output file without restriction.
23    This special exception was added by the Free Software Foundation
24    in version 1.24 of Bison.  */
25
26 #ifndef BISON_IFQ_TAB_CC_H
27 # define BISON_IFQ_TAB_CC_H
28
29 /* Tokens.  */
30 #ifndef YYTOKENTYPE
31 # define YYTOKENTYPE
32    /* Put the tokens into the symbol table, so that GDB and other debuggers
33       know about them.  */
34    enum yytokentype {
35      NAME = 258,
36      PRED = 259,
37      STRING_TOKEN = 260,
38      INTNUM = 261,
39      LONGINTNUM = 262,
40      APPROXNUM = 263,
41      OR = 264,
42      AND = 265,
43      NOT = 266,
44      SEMICOLON = 267,
45      LEFTBRACE = 268,
46      RIGHTBRACE = 269,
47      BY = 270,
48      AS = 271,
49      AGGR = 272,
50      FROM = 273,
51      INNER_JOIN = 274,
52      OUTER_JOIN = 275,
53      LEFT_OUTER_JOIN = 276,
54      RIGHT_OUTER_JOIN = 277,
55      GROUP = 278,
56      HAVING = 279,
57      IN = 280,
58      SELECT = 281,
59      WHERE = 282,
60      SUCH = 283,
61      THAT = 284,
62      TRUE_V = 285,
63      FALSE_V = 286,
64      TIMEVAL_L = 287,
65      HEX_L = 288,
66      LHEX_L = 289,
67      IP_L = 290,
68      MERGE = 291,
69      SLACK = 292,
70      DEFINE_SEC = 293,
71      PARAM_SEC = 294,
72      PROTOCOL = 295,
73      TABLE = 296,
74      STREAM = 297,
75      FTA = 298,
76      OPERATOR = 299,
77      OPERATOR_VIEW = 300,
78      FIELDS = 301,
79      SUBQUERIES = 302,
80      SELECTION_PUSHDOWN = 303
81    };
82 #endif
83 #define NAME 258
84 #define PRED 259
85 #define STRING_TOKEN 260
86 #define INTNUM 261
87 #define LONGINTNUM 262
88 #define APPROXNUM 263
89 #define OR 264
90 #define AND 265
91 #define NOT 266
92 #define SEMICOLON 267
93 #define LEFTBRACE 268
94 #define RIGHTBRACE 269
95 #define BY 270
96 #define AS 271
97 #define AGGR 272
98 #define FROM 273
99 #define INNER_JOIN 274
100 #define OUTER_JOIN 275
101 #define LEFT_OUTER_JOIN 276
102 #define RIGHT_OUTER_JOIN 277
103 #define GROUP 278
104 #define HAVING 279
105 #define IN 280
106 #define SELECT 281
107 #define WHERE 282
108 #define SUCH 283
109 #define THAT 284
110 #define TRUE_V 285
111 #define FALSE_V 286
112 #define TIMEVAL_L 287
113 #define HEX_L 288
114 #define LHEX_L 289
115 #define IP_L 290
116 #define MERGE 291
117 #define SLACK 292
118 #define DEFINE_SEC 293
119 #define PARAM_SEC 294
120 #define PROTOCOL 295
121 #define TABLE 296
122 #define STREAM 297
123 #define FTA 298
124 #define OPERATOR 299
125 #define OPERATOR_VIEW 300
126 #define FIELDS 301
127 #define SUBQUERIES 302
128 #define SELECTION_PUSHDOWN 303
129
130
131
132
133 #ifndef YYSTYPE
134 #line 35 "ifq.y"
135 typedef union {
136         int intval;
137         double floatval;
138         char *strval;
139         int subtok;
140
141 /*                      for FTA definition.     */
142         literal_t *litval;
143         scalarexp_t *scalarval;
144         se_list_t *se_listval;
145         select_list_t *select_listval;
146         table_exp_t *tblp;
147         predicate_t *predp;
148         literal_list_t *lit_l;
149         tablevar_t *table;
150         tablevar_list_t *tbl_list;
151         colref_t *colref;
152         colref_list_t *clist;
153         var_defs_t *var_defs;
154         var_pair_t *var_pair;
155         gb_t *gb_val;
156         gb_list_t *gb_list;
157
158         query_list_t *q_list;
159
160
161 } yystype;
162 /* Line 1281 of /usr/local/share/bison/yacc.c.  */
163 #line 164 "ifq.tab.cc.h"
164 # define YYSTYPE yystype
165 #endif
166
167 extern YYSTYPE IfqParserlval;
168
169
170 #endif /* not BISON_IFQ_TAB_CC_H */
171