1 /* A Bison parser, made from ifq.y, by GNU bison 1.75. */
3 /* Skeleton parser for Yacc-like parsing with Bison,
4 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.
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)
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.
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. */
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. */
26 #ifndef BISON_IFQ_TAB_CC_H
27 # define BISON_IFQ_TAB_CC_H
32 /* Put the tokens into the symbol table, so that GDB and other debuggers
53 LEFT_OUTER_JOIN = 276,
54 RIGHT_OUTER_JOIN = 277,
80 SELECTION_PUSHDOWN = 303
85 #define STRING_TOKEN 260
87 #define LONGINTNUM 262
94 #define RIGHTBRACE 269
99 #define INNER_JOIN 274
100 #define OUTER_JOIN 275
101 #define LEFT_OUTER_JOIN 276
102 #define RIGHT_OUTER_JOIN 277
112 #define TIMEVAL_L 287
118 #define DEFINE_SEC 293
119 #define PARAM_SEC 294
125 #define OPERATOR_VIEW 300
127 #define SUBQUERIES 302
128 #define SELECTION_PUSHDOWN 303
141 /* for FTA definition. */
143 scalarexp_t *scalarval;
144 se_list_t *se_listval;
145 select_list_t *select_listval;
148 literal_list_t *lit_l;
150 tablevar_list_t *tbl_list;
152 colref_list_t *clist;
153 var_defs_t *var_defs;
154 var_pair_t *var_pair;
158 query_list_t *q_list;
162 /* Line 1281 of /usr/local/share/bison/yacc.c. */
163 #line 164 "ifq.tab.cc.h"
164 # define YYSTYPE yystype
167 extern YYSTYPE IfqParserlval;
170 #endif /* not BISON_IFQ_TAB_CC_H */