提交 dd694503 编写于 作者: H Haojun Liao

[td-225]update sql.y

上级 86bbd50e
......@@ -16,105 +16,105 @@
#ifndef TDENGINE_TTOKENDEF_H
#define TDENGINE_TTOKENDEF_H
#define TK_ID 1
#define TK_BOOL 2
#define TK_TINYINT 3
#define TK_SMALLINT 4
#define TK_INTEGER 5
#define TK_BIGINT 6
#define TK_FLOAT 7
#define TK_DOUBLE 8
#define TK_STRING 9
#define TK_TIMESTAMP 10
#define TK_BINARY 11
#define TK_NCHAR 12
#define TK_OR 13
#define TK_AND 14
#define TK_NOT 15
#define TK_EQ 16
#define TK_NE 17
#define TK_ISNULL 18
#define TK_NOTNULL 19
#define TK_IS 20
#define TK_LIKE 21
#define TK_GLOB 22
#define TK_BETWEEN 23
#define TK_IN 24
#define TK_GT 25
#define TK_GE 26
#define TK_LT 27
#define TK_LE 28
#define TK_BITAND 29
#define TK_BITOR 30
#define TK_LSHIFT 31
#define TK_RSHIFT 32
#define TK_PLUS 33
#define TK_MINUS 34
#define TK_DIVIDE 35
#define TK_TIMES 36
#define TK_STAR 37
#define TK_SLASH 38
#define TK_REM 39
#define TK_CONCAT 40
#define TK_UMINUS 41
#define TK_UPLUS 42
#define TK_BITNOT 43
#define TK_SHOW 44
#define TK_DATABASES 45
#define TK_TOPICS 46
#define TK_MNODES 47
#define TK_DNODES 48
#define TK_ACCOUNTS 49
#define TK_USERS 50
#define TK_MODULES 51
#define TK_QUERIES 52
#define TK_CONNECTIONS 53
#define TK_STREAMS 54
#define TK_VARIABLES 55
#define TK_SCORES 56
#define TK_GRANTS 57
#define TK_VNODES 58
#define TK_IPTOKEN 59
#define TK_DOT 60
#define TK_CREATE 61
#define TK_TABLE 62
#define TK_STABLE 63
#define TK_DATABASE 64
#define TK_TABLES 65
#define TK_STABLES 66
#define TK_VGROUPS 67
#define TK_DROP 68
#define TK_TOPIC 69
#define TK_DNODE 70
#define TK_USER 71
#define TK_ACCOUNT 72
#define TK_USE 73
#define TK_DESCRIBE 74
#define TK_ALTER 75
#define TK_PASS 76
#define TK_PRIVILEGE 77
#define TK_LOCAL 78
#define TK_COMPACT 79
#define TK_LP 80
#define TK_RP 81
#define TK_IF 82
#define TK_EXISTS 83
#define TK_PPS 84
#define TK_TSERIES 85
#define TK_DBS 86
#define TK_STORAGE 87
#define TK_QTIME 88
#define TK_CONNS 89
#define TK_STATE 90
#define TK_COMMA 91
#define TK_KEEP 92
#define TK_CACHE 93
#define TK_REPLICA 94
#define TK_QUORUM 95
#define TK_DAYS 96
#define TK_MINROWS 97
#define TK_MAXROWS 98
#define TK_BLOCKS 99
#define TK_ID 1
#define TK_BOOL 2
#define TK_TINYINT 3
#define TK_SMALLINT 4
#define TK_INTEGER 5
#define TK_BIGINT 6
#define TK_FLOAT 7
#define TK_DOUBLE 8
#define TK_STRING 9
#define TK_TIMESTAMP 10
#define TK_BINARY 11
#define TK_NCHAR 12
#define TK_OR 13
#define TK_AND 14
#define TK_NOT 15
#define TK_EQ 16
#define TK_NE 17
#define TK_ISNULL 18
#define TK_NOTNULL 19
#define TK_IS 20
#define TK_LIKE 21
#define TK_GLOB 22
#define TK_BETWEEN 23
#define TK_IN 24
#define TK_GT 25
#define TK_GE 26
#define TK_LT 27
#define TK_LE 28
#define TK_BITAND 29
#define TK_BITOR 30
#define TK_LSHIFT 31
#define TK_RSHIFT 32
#define TK_PLUS 33
#define TK_MINUS 34
#define TK_DIVIDE 35
#define TK_TIMES 36
#define TK_STAR 37
#define TK_SLASH 38
#define TK_REM 39
#define TK_CONCAT 40
#define TK_UMINUS 41
#define TK_UPLUS 42
#define TK_BITNOT 43
#define TK_SHOW 44
#define TK_DATABASES 45
#define TK_TOPICS 46
#define TK_MNODES 47
#define TK_DNODES 48
#define TK_ACCOUNTS 49
#define TK_USERS 50
#define TK_MODULES 51
#define TK_QUERIES 52
#define TK_CONNECTIONS 53
#define TK_STREAMS 54
#define TK_VARIABLES 55
#define TK_SCORES 56
#define TK_GRANTS 57
#define TK_VNODES 58
#define TK_IPTOKEN 59
#define TK_DOT 60
#define TK_CREATE 61
#define TK_TABLE 62
#define TK_STABLE 63
#define TK_DATABASE 64
#define TK_TABLES 65
#define TK_STABLES 66
#define TK_VGROUPS 67
#define TK_DROP 68
#define TK_TOPIC 69
#define TK_DNODE 70
#define TK_USER 71
#define TK_ACCOUNT 72
#define TK_USE 73
#define TK_DESCRIBE 74
#define TK_ALTER 75
#define TK_PASS 76
#define TK_PRIVILEGE 77
#define TK_LOCAL 78
#define TK_COMPACT 79
#define TK_LP 80
#define TK_RP 81
#define TK_IF 82
#define TK_EXISTS 83
#define TK_PPS 84
#define TK_TSERIES 85
#define TK_DBS 86
#define TK_STORAGE 87
#define TK_QTIME 88
#define TK_CONNS 89
#define TK_STATE 90
#define TK_COMMA 91
#define TK_KEEP 92
#define TK_CACHE 93
#define TK_REPLICA 94
#define TK_QUORUM 95
#define TK_DAYS 96
#define TK_MINROWS 97
#define TK_MAXROWS 98
#define TK_BLOCKS 99
#define TK_CTIME 100
#define TK_WAL 101
#define TK_FSYNC 102
......
/* Driver template for the LEMON parser generator.
** The author disclaims copyright to this source code.
/*
** 2000-05-29
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness for yourself and forgive others.
** May you share freely, never taking more than you give.
**
*************************************************************************
** Driver template for the LEMON parser generator.
**
** The "lemon" program processes an LALR(1) input grammar file, then uses
** this template to construct a parser. The "lemon" program inserts text
** at each "%%" line. Also, any "P-a-r-s-e" identifer prefix (without the
** interstitial "-" characters) contained in this template is changed into
** the value of the %name directive from the grammar. Otherwise, the content
** of this template is copied straight through into the generate parser
** source file.
**
** The following is the concatenation of all %include directives from the
** input grammar file:
*/
/* First off, code is included that follows the "include" declaration
** in the input grammar file. */
#include <stdio.h>
/************ Begin %include sections from the grammar ************************/
#include <stdio.h>
#include <stdlib.h>
......@@ -16,55 +36,66 @@
#include "ttokendef.h"
#include "tutil.h"
#include "tvariant.h"
/* Next is all token values, in a form suitable for use by makeheaders.
** This section will be null unless lemon is run with the -m switch.
*/
/*
** These constants (all generated automatically by the parser generator)
** specify the various kinds of tokens (terminals) that the parser
** understands.
**
** Each symbol here is a terminal symbol in the grammar.
*/
/* Make sure the INTERFACE macro is defined.
*/
#ifndef INTERFACE
# define INTERFACE 1
#endif
/* The next thing included is series of defines which control
/**************** End of %include directives **********************************/
/* These constants specify the various numeric values for terminal symbols
** in a format understandable to "makeheaders". This section is blank unless
** "lemon" is run with the "-m" command-line option.
***************** Begin makeheaders token definitions *************************/
/**************** End makeheaders token definitions ***************************/
/* The next sections is a series of control #defines.
** various aspects of the generated parser.
** YYCODETYPE is the data type used for storing terminal
** and nonterminal numbers. "unsigned char" is
** used if there are fewer than 250 terminals
** and nonterminals. "int" is used otherwise.
** YYNOCODE is a number of type YYCODETYPE which corresponds
** to no legal terminal or nonterminal number. This
** number is used to fill in empty slots of the hash
** table.
** YYCODETYPE is the data type used to store the integer codes
** that represent terminal and non-terminal symbols.
** "unsigned char" is used if there are fewer than
** 256 symbols. Larger types otherwise.
** YYNOCODE is a number of type YYCODETYPE that is not used for
** any terminal or nonterminal symbol.
** YYFALLBACK If defined, this indicates that one or more tokens
** have fall-back values which should be used if the
** original value of the token will not parse.
** YYACTIONTYPE is the data type used for storing terminal
** and nonterminal numbers. "unsigned char" is
** used if there are fewer than 250 rules and
** states combined. "int" is used otherwise.
** ParseTOKENTYPE is the data type used for minor tokens given
** directly to the parser from the tokenizer.
** YYMINORTYPE is the data type used for all minor tokens.
** (also known as: "terminal symbols") have fall-back
** values which should be used if the original symbol
** would not parse. This permits keywords to sometimes
** be used as identifiers, for example.
** YYACTIONTYPE is the data type used for "action codes" - numbers
** that indicate what to do in response to the next
** token.
** ParseTOKENTYPE is the data type used for minor type for terminal
** symbols. Background: A "minor type" is a semantic
** value associated with a terminal or non-terminal
** symbols. For example, for an "ID" terminal symbol,
** the minor type might be the name of the identifier.
** Each non-terminal can have a different minor type.
** Terminal symbols all have the same minor type, though.
** This macros defines the minor type for terminal
** symbols.
** YYMINORTYPE is the data type used for all minor types.
** This is typically a union of many types, one of
** which is ParseTOKENTYPE. The entry in the union
** for base tokens is called "yy0".
** for terminal symbols is called "yy0".
** YYSTACKDEPTH is the maximum depth of the parser's stack. If
** zero the stack is dynamically sized using realloc()
** ParseARG_SDECL A static variable declaration for the %extra_argument
** ParseARG_PDECL A parameter declaration for the %extra_argument
** ParseARG_STORE Code to store %extra_argument into yypParser
** ParseARG_FETCH Code to extract %extra_argument from yypParser
** YYNSTATE the combined number of states.
** YYNRULE the number of rules in the grammar
** YYERRORSYMBOL is the code number of the error symbol. If not
** defined, then do no error processing.
** YYNSTATE the combined number of states.
** YYNRULE the number of rules in the grammar
** YYNTOKEN Number of terminal symbols
** YY_MAX_SHIFT Maximum value for shift actions
** YY_MIN_SHIFTREDUCE Minimum value for shift-reduce actions
** YY_MAX_SHIFTREDUCE Maximum value for shift-reduce actions
** YY_ERROR_ACTION The yy_action[] code for syntax error
** YY_ACCEPT_ACTION The yy_action[] code for accept
** YY_NO_ACTION The yy_action[] code for no-op
** YY_MIN_REDUCE Minimum value for reduce actions
** YY_MAX_REDUCE Maximum value for reduce actions
*/
#ifndef INTERFACE
# define INTERFACE 1
#endif
/************* Begin control #defines *****************************************/
#define YYCODETYPE unsigned short int
#define YYNOCODE 271
#define YYACTIONTYPE unsigned short int
......@@ -96,16 +127,19 @@ typedef union {
#define ParseARG_PDECL ,SSqlInfo* pInfo
#define ParseARG_FETCH SSqlInfo* pInfo = yypParser->pInfo
#define ParseARG_STORE yypParser->pInfo = pInfo
#define YYNSTATE 549
#define YYNRULE 285
#define YYFALLBACK 1
#define YY_NO_ACTION (YYNSTATE+YYNRULE+2)
#define YY_ACCEPT_ACTION (YYNSTATE+YYNRULE+1)
#define YY_ERROR_ACTION (YYNSTATE+YYNRULE)
/* The yyzerominor constant is used to initialize instances of
** YYMINORTYPE objects to zero. */
static const YYMINORTYPE yyzerominor = { 0 };
#define YYNSTATE 347
#define YYNRULE 285
#define YYNTOKEN 190
#define YY_MAX_SHIFT 346
#define YY_MIN_SHIFTREDUCE 549
#define YY_MAX_SHIFTREDUCE 833
#define YY_ERROR_ACTION 834
#define YY_ACCEPT_ACTION 835
#define YY_NO_ACTION 836
#define YY_MIN_REDUCE 837
#define YY_MAX_REDUCE 1121
/************* End control #defines *******************************************/
/* Define the yytestcase() macro to be a no-op if is not already defined
** otherwise.
......@@ -128,33 +162,35 @@ static const YYMINORTYPE yyzerominor = { 0 };
** Suppose the action integer is N. Then the action is determined as
** follows
**
** 0 <= N < YYNSTATE Shift N. That is, push the lookahead
** 0 <= N <= YY_MAX_SHIFT Shift N. That is, push the lookahead
** token onto the stack and goto state N.
**
** YYNSTATE <= N < YYNSTATE+YYNRULE Reduce by rule N-YYNSTATE.
** N between YY_MIN_SHIFTREDUCE Shift to an arbitrary state then
** and YY_MAX_SHIFTREDUCE reduce by rule N-YY_MIN_SHIFTREDUCE.
**
** N == YYNSTATE+YYNRULE A syntax error has occurred.
** N == YY_ERROR_ACTION A syntax error has occurred.
**
** N == YYNSTATE+YYNRULE+1 The parser accepts its input.
** N == YY_ACCEPT_ACTION The parser accepts its input.
**
** N == YYNSTATE+YYNRULE+2 No such action. Denotes unused
** N == YY_NO_ACTION No such action. Denotes unused
** slots in the yy_action[] table.
**
** N between YY_MIN_REDUCE Reduce by rule N-YY_MIN_REDUCE
** and YY_MAX_REDUCE
**
** The action table is constructed as a single large table named yy_action[].
** Given state S and lookahead X, the action is computed as
** Given state S and lookahead X, the action is computed as either:
**
** yy_action[ yy_shift_ofst[S] + X ]
** (A) N = yy_action[ yy_shift_ofst[S] + X ]
** (B) N = yy_default[S]
**
** If the index value yy_shift_ofst[S]+X is out of range or if the value
** yy_lookahead[yy_shift_ofst[S]+X] is not equal to X or if yy_shift_ofst[S]
** is equal to YY_SHIFT_USE_DFLT, it means that the action is not in the table
** and that yy_default[S] should be used instead.
** The (A) formula is preferred. The B formula is used instead if
** yy_lookahead[yy_shift_ofst[S]+X] is not equal to X.
**
** The formula above is for computing the action when the lookahead is
** The formulas above are for computing the action when the lookahead is
** a terminal symbol. If the lookahead is a non-terminal (as occurs after
** a reduce action) then the yy_reduce_ofst[] array is used in place of
** the yy_shift_ofst[] array and YY_REDUCE_USE_DFLT is used in place of
** YY_SHIFT_USE_DFLT.
** the yy_shift_ofst[] array.
**
** The following are the tables generated in this section:
**
......@@ -166,311 +202,286 @@ static const YYMINORTYPE yyzerominor = { 0 };
** yy_reduce_ofst[] For each state, the offset into yy_action for
** shifting non-terminals after a reduce.
** yy_default[] Default action for each state.
*/
#define YY_ACTTAB_COUNT (854)
**
*********** Begin parsing tables **********************************************/
#define YY_ACTTAB_COUNT (735)
static const YYACTIONTYPE yy_action[] = {
/* 0 */ 532, 53, 52, 126, 125, 51, 50, 49, 531, 143,
/* 10 */ 141, 140, 54, 55, 14, 58, 59, 379, 378, 239,
/* 20 */ 48, 450, 57, 300, 62, 60, 63, 61, 343, 342,
/* 30 */ 137, 25, 53, 52, 835, 346, 51, 50, 49, 54,
/* 40 */ 55, 549, 58, 59, 94, 91, 239, 48, 237, 57,
/* 50 */ 300, 62, 60, 63, 61, 443, 71, 442, 152, 53,
/* 60 */ 52, 389, 253, 51, 50, 49, 54, 55, 6, 58,
/* 70 */ 59, 257, 256, 239, 48, 74, 57, 300, 62, 60,
/* 80 */ 63, 61, 22, 362, 21, 92, 53, 52, 532, 95,
/* 90 */ 51, 50, 49, 51, 50, 49, 531, 72, 440, 261,
/* 100 */ 439, 54, 56, 471, 58, 59, 232, 449, 239, 48,
/* 110 */ 77, 57, 300, 62, 60, 63, 61, 397, 396, 34,
/* 120 */ 388, 53, 52, 474, 395, 51, 50, 49, 282, 113,
/* 130 */ 88, 112, 548, 547, 546, 545, 544, 543, 542, 541,
/* 140 */ 540, 539, 538, 537, 536, 345, 35, 55, 220, 58,
/* 150 */ 59, 320, 319, 239, 48, 535, 57, 300, 62, 60,
/* 160 */ 63, 61, 534, 33, 145, 247, 53, 52, 532, 441,
/* 170 */ 51, 50, 49, 58, 59, 152, 531, 239, 48, 81,
/* 180 */ 57, 300, 62, 60, 63, 61, 20, 302, 19, 322,
/* 190 */ 53, 52, 288, 469, 51, 50, 49, 402, 414, 413,
/* 200 */ 412, 411, 410, 409, 408, 407, 406, 405, 404, 403,
/* 210 */ 401, 400, 438, 264, 41, 296, 339, 338, 295, 294,
/* 220 */ 293, 337, 292, 336, 335, 334, 291, 333, 332, 238,
/* 230 */ 433, 268, 267, 444, 446, 437, 249, 436, 246, 523,
/* 240 */ 315, 314, 24, 62, 60, 63, 61, 374, 35, 280,
/* 250 */ 139, 53, 52, 83, 35, 51, 50, 49, 459, 205,
/* 260 */ 458, 217, 218, 3, 180, 301, 206, 457, 240, 456,
/* 270 */ 445, 129, 128, 204, 18, 68, 17, 305, 83, 497,
/* 280 */ 76, 499, 498, 354, 448, 35, 496, 42, 494, 493,
/* 290 */ 495, 318, 492, 491, 431, 469, 41, 317, 339, 338,
/* 300 */ 138, 469, 35, 337, 25, 336, 335, 334, 64, 333,
/* 310 */ 332, 242, 42, 352, 114, 108, 119, 532, 69, 235,
/* 320 */ 236, 118, 124, 127, 117, 531, 462, 197, 316, 465,
/* 330 */ 121, 464, 469, 463, 260, 507, 75, 425, 238, 433,
/* 340 */ 432, 435, 444, 213, 437, 312, 436, 434, 35, 469,
/* 350 */ 365, 80, 188, 186, 184, 35, 35, 244, 245, 183,
/* 360 */ 132, 131, 130, 353, 35, 35, 5, 38, 169, 181,
/* 370 */ 217, 218, 35, 168, 102, 97, 101, 9, 197, 197,
/* 380 */ 686, 107, 243, 106, 241, 264, 308, 307, 425, 425,
/* 390 */ 16, 311, 15, 116, 426, 469, 29, 152, 310, 309,
/* 400 */ 487, 330, 469, 469, 25, 179, 394, 230, 229, 152,
/* 410 */ 287, 469, 469, 391, 285, 221, 65, 64, 506, 469,
/* 420 */ 93, 387, 370, 65, 36, 371, 1, 167, 367, 262,
/* 430 */ 90, 36, 26, 340, 508, 65, 461, 460, 147, 36,
/* 440 */ 505, 422, 35, 488, 78, 362, 179, 362, 179, 432,
/* 450 */ 435, 248, 355, 504, 233, 231, 434, 503, 392, 392,
/* 460 */ 225, 223, 298, 222, 392, 197, 219, 344, 502, 89,
/* 470 */ 501, 500, 490, 486, 485, 424, 484, 483, 482, 481,
/* 480 */ 480, 375, 479, 36, 475, 473, 472, 111, 470, 476,
/* 490 */ 304, 109, 67, 105, 103, 66, 8, 447, 430, 7,
/* 500 */ 100, 297, 303, 421, 420, 419, 418, 417, 416, 96,
/* 510 */ 94, 28, 12, 415, 286, 284, 27, 13, 357, 32,
/* 520 */ 11, 31, 151, 226, 372, 276, 87, 82, 369, 86,
/* 530 */ 149, 368, 366, 148, 259, 85, 30, 264, 363, 10,
/* 540 */ 349, 255, 348, 254, 252, 266, 251, 347, 351, 142,
/* 550 */ 4, 530, 350, 529, 509, 136, 2, 524, 489, 135,
/* 560 */ 522, 327, 134, 133, 341, 515, 178, 331, 329, 510,
/* 570 */ 173, 328, 177, 326, 325, 176, 324, 174, 175, 323,
/* 580 */ 99, 115, 212, 172, 211, 477, 289, 298, 234, 98,
/* 590 */ 270, 214, 161, 157, 155, 162, 46, 70, 278, 377,
/* 600 */ 836, 271, 272, 84, 399, 159, 380, 79, 273, 263,
/* 610 */ 836, 836, 190, 836, 275, 533, 277, 189, 279, 528,
/* 620 */ 527, 283, 160, 526, 281, 158, 836, 47, 156, 73,
/* 630 */ 373, 154, 525, 836, 187, 153, 836, 385, 836, 386,
/* 640 */ 836, 836, 265, 836, 836, 163, 224, 269, 836, 361,
/* 650 */ 836, 836, 836, 836, 836, 836, 185, 376, 836, 321,
/* 660 */ 836, 836, 836, 836, 836, 836, 228, 836, 45, 836,
/* 670 */ 836, 836, 836, 384, 193, 836, 836, 836, 836, 330,
/* 680 */ 836, 836, 836, 836, 836, 836, 836, 836, 836, 836,
/* 690 */ 836, 836, 836, 836, 836, 836, 836, 836, 836, 836,
/* 700 */ 521, 836, 520, 519, 518, 836, 517, 516, 182, 250,
/* 710 */ 514, 513, 123, 122, 512, 120, 836, 511, 192, 44,
/* 720 */ 836, 37, 40, 478, 171, 468, 467, 110, 466, 836,
/* 730 */ 836, 836, 313, 836, 170, 454, 836, 453, 104, 452,
/* 740 */ 306, 423, 299, 836, 39, 191, 43, 290, 398, 166,
/* 750 */ 165, 390, 164, 274, 150, 146, 364, 360, 359, 358,
/* 760 */ 356, 144, 258, 836, 836, 836, 836, 836, 836, 836,
/* 770 */ 836, 836, 836, 836, 836, 836, 836, 836, 836, 836,
/* 780 */ 836, 836, 836, 836, 836, 836, 836, 836, 836, 836,
/* 790 */ 836, 836, 836, 836, 836, 836, 836, 836, 836, 836,
/* 800 */ 836, 383, 227, 382, 381, 836, 836, 836, 836, 836,
/* 810 */ 836, 836, 836, 836, 836, 455, 451, 393, 836, 836,
/* 820 */ 836, 836, 836, 836, 836, 836, 836, 836, 836, 836,
/* 830 */ 836, 836, 836, 836, 836, 207, 210, 209, 208, 203,
/* 840 */ 202, 196, 201, 199, 198, 216, 215, 429, 428, 427,
/* 850 */ 200, 195, 194, 23,
/* 0 */ 23, 598, 1010, 598, 219, 344, 194, 835, 346, 599,
/* 10 */ 598, 599, 197, 54, 55, 225, 58, 59, 599, 988,
/* 20 */ 239, 48, 1097, 57, 300, 62, 60, 63, 61, 1001,
/* 30 */ 1001, 231, 233, 53, 52, 988, 988, 51, 50, 49,
/* 40 */ 54, 55, 35, 58, 59, 222, 223, 239, 48, 598,
/* 50 */ 57, 300, 62, 60, 63, 61, 1001, 599, 152, 236,
/* 60 */ 53, 52, 235, 152, 51, 50, 49, 55, 1007, 58,
/* 70 */ 59, 630, 261, 239, 48, 240, 57, 300, 62, 60,
/* 80 */ 63, 61, 29, 83, 982, 221, 53, 52, 145, 985,
/* 90 */ 51, 50, 49, 550, 551, 552, 553, 554, 555, 556,
/* 100 */ 557, 558, 559, 560, 561, 562, 345, 80, 772, 220,
/* 110 */ 95, 77, 54, 55, 35, 58, 59, 42, 197, 239,
/* 120 */ 48, 197, 57, 300, 62, 60, 63, 61, 1098, 232,
/* 130 */ 1046, 1098, 53, 52, 197, 89, 51, 50, 49, 54,
/* 140 */ 56, 264, 58, 59, 1098, 976, 239, 48, 974, 57,
/* 150 */ 300, 62, 60, 63, 61, 268, 267, 229, 298, 53,
/* 160 */ 52, 985, 248, 51, 50, 49, 41, 296, 339, 338,
/* 170 */ 295, 294, 293, 337, 292, 336, 335, 334, 291, 333,
/* 180 */ 332, 948, 936, 937, 938, 939, 940, 941, 942, 943,
/* 190 */ 944, 945, 946, 947, 949, 950, 58, 59, 24, 986,
/* 200 */ 239, 48, 253, 57, 300, 62, 60, 63, 61, 35,
/* 210 */ 195, 257, 256, 53, 52, 205, 330, 51, 50, 49,
/* 220 */ 53, 52, 206, 14, 51, 50, 49, 129, 128, 204,
/* 230 */ 298, 238, 787, 305, 83, 776, 81, 779, 116, 782,
/* 240 */ 200, 238, 787, 883, 35, 776, 330, 779, 179, 782,
/* 250 */ 114, 108, 119, 94, 91, 1094, 984, 118, 124, 127,
/* 260 */ 117, 987, 35, 217, 218, 152, 121, 301, 42, 41,
/* 270 */ 264, 339, 338, 217, 218, 242, 337, 1093, 336, 335,
/* 280 */ 334, 704, 333, 332, 701, 1117, 702, 230, 703, 1092,
/* 290 */ 260, 985, 75, 956, 680, 954, 955, 340, 917, 213,
/* 300 */ 957, 247, 959, 960, 958, 309, 961, 962, 152, 985,
/* 310 */ 64, 35, 244, 245, 1, 167, 62, 60, 63, 61,
/* 320 */ 64, 893, 320, 319, 53, 52, 179, 1109, 51, 50,
/* 330 */ 49, 5, 38, 169, 92, 282, 215, 88, 168, 102,
/* 340 */ 97, 101, 788, 783, 720, 76, 243, 35, 241, 784,
/* 350 */ 308, 307, 788, 783, 310, 188, 186, 184, 985, 784,
/* 360 */ 35, 35, 183, 132, 131, 130, 971, 972, 34, 975,
/* 370 */ 35, 68, 249, 35, 246, 35, 315, 314, 973, 778,
/* 380 */ 1047, 781, 280, 884, 51, 50, 49, 777, 179, 780,
/* 390 */ 311, 705, 706, 71, 985, 343, 342, 137, 143, 141,
/* 400 */ 140, 90, 717, 312, 316, 3, 180, 985, 985, 753,
/* 410 */ 754, 774, 33, 317, 69, 78, 318, 985, 322, 302,
/* 420 */ 985, 262, 985, 736, 724, 744, 745, 690, 216, 9,
/* 430 */ 285, 36, 692, 147, 72, 65, 26, 36, 287, 691,
/* 440 */ 36, 288, 65, 808, 789, 237, 597, 775, 93, 65,
/* 450 */ 16, 74, 15, 25, 25, 107, 25, 106, 18, 709,
/* 460 */ 17, 710, 707, 198, 708, 6, 20, 113, 19, 112,
/* 470 */ 199, 22, 201, 21, 126, 125, 196, 202, 203, 679,
/* 480 */ 208, 209, 210, 207, 193, 1057, 1056, 227, 1053, 1052,
/* 490 */ 228, 321, 258, 785, 144, 1009, 45, 1020, 1017, 1018,
/* 500 */ 1002, 786, 265, 1022, 1039, 163, 146, 150, 274, 1038,
/* 510 */ 983, 164, 142, 981, 165, 166, 791, 896, 290, 43,
/* 520 */ 735, 999, 191, 39, 279, 154, 269, 299, 892, 306,
/* 530 */ 224, 1116, 104, 1115, 271, 1112, 278, 170, 73, 70,
/* 540 */ 153, 47, 313, 283, 1108, 281, 110, 1107, 1104, 171,
/* 550 */ 914, 155, 277, 40, 37, 44, 275, 156, 192, 273,
/* 560 */ 880, 120, 878, 122, 123, 158, 876, 875, 270, 250,
/* 570 */ 182, 873, 872, 871, 870, 869, 46, 868, 185, 331,
/* 580 */ 187, 865, 863, 861, 859, 189, 856, 190, 115, 263,
/* 590 */ 79, 84, 272, 323, 1040, 324, 325, 326, 327, 328,
/* 600 */ 329, 341, 833, 252, 214, 832, 251, 254, 234, 289,
/* 610 */ 255, 831, 814, 813, 259, 211, 212, 264, 98, 10,
/* 620 */ 99, 82, 284, 712, 266, 85, 30, 874, 737, 148,
/* 630 */ 867, 174, 133, 173, 915, 172, 175, 176, 178, 177,
/* 640 */ 134, 135, 916, 136, 866, 952, 858, 4, 857, 740,
/* 650 */ 162, 159, 157, 149, 86, 160, 964, 2, 161, 742,
/* 660 */ 87, 226, 276, 31, 746, 151, 11, 32, 13, 12,
/* 670 */ 27, 28, 286, 643, 94, 96, 639, 637, 636, 635,
/* 680 */ 632, 297, 7, 100, 602, 790, 303, 792, 8, 304,
/* 690 */ 103, 682, 66, 105, 36, 67, 109, 111, 681, 678,
/* 700 */ 624, 622, 614, 620, 616, 618, 612, 610, 646, 645,
/* 710 */ 644, 642, 641, 640, 638, 634, 633, 181, 600, 566,
/* 720 */ 564, 837, 836, 836, 836, 836, 836, 836, 836, 836,
/* 730 */ 836, 836, 836, 138, 139,
};
static const YYCODETYPE yy_lookahead[] = {
/* 0 */ 1, 33, 34, 76, 77, 37, 38, 39, 9, 62,
/* 10 */ 63, 64, 13, 14, 80, 16, 17, 127, 128, 20,
/* 20 */ 21, 81, 23, 24, 25, 26, 27, 28, 65, 66,
/* 30 */ 67, 91, 33, 34, 191, 192, 37, 38, 39, 13,
/* 40 */ 14, 0, 16, 17, 110, 111, 20, 21, 60, 23,
/* 50 */ 24, 25, 26, 27, 28, 5, 91, 7, 194, 33,
/* 60 */ 34, 194, 137, 37, 38, 39, 13, 14, 80, 16,
/* 70 */ 17, 146, 147, 20, 21, 80, 23, 24, 25, 26,
/* 80 */ 27, 28, 140, 240, 142, 201, 33, 34, 1, 201,
/* 90 */ 37, 38, 39, 37, 38, 39, 9, 132, 5, 256,
/* 100 */ 7, 13, 14, 108, 16, 17, 239, 81, 20, 21,
/* 110 */ 111, 23, 24, 25, 26, 27, 28, 233, 234, 235,
/* 120 */ 236, 33, 34, 5, 236, 37, 38, 39, 264, 140,
/* 130 */ 266, 142, 45, 46, 47, 48, 49, 50, 51, 52,
/* 140 */ 53, 54, 55, 56, 57, 58, 194, 14, 61, 16,
/* 150 */ 17, 33, 34, 20, 21, 59, 23, 24, 25, 26,
/* 160 */ 27, 28, 60, 80, 194, 68, 33, 34, 1, 119,
/* 170 */ 37, 38, 39, 16, 17, 194, 9, 20, 21, 81,
/* 180 */ 23, 24, 25, 26, 27, 28, 140, 15, 142, 237,
/* 190 */ 33, 34, 109, 241, 37, 38, 39, 215, 216, 217,
/* 200 */ 218, 219, 220, 221, 222, 223, 224, 225, 226, 227,
/* 210 */ 228, 229, 119, 115, 92, 93, 94, 95, 96, 97,
/* 220 */ 98, 99, 100, 101, 102, 103, 104, 105, 106, 1,
/* 230 */ 2, 261, 262, 5, 1, 7, 139, 9, 141, 83,
/* 240 */ 143, 144, 44, 25, 26, 27, 28, 266, 194, 268,
/* 250 */ 21, 33, 34, 80, 194, 37, 38, 39, 5, 61,
/* 260 */ 7, 33, 34, 197, 198, 37, 68, 5, 200, 7,
/* 270 */ 37, 73, 74, 75, 140, 91, 142, 79, 80, 215,
/* 280 */ 201, 217, 218, 37, 112, 194, 222, 114, 224, 225,
/* 290 */ 226, 237, 228, 229, 81, 241, 92, 237, 94, 95,
/* 300 */ 21, 241, 194, 99, 91, 101, 102, 103, 80, 105,
/* 310 */ 106, 68, 114, 234, 62, 63, 64, 1, 134, 200,
/* 320 */ 200, 69, 70, 71, 72, 9, 2, 259, 237, 5,
/* 330 */ 78, 7, 241, 9, 136, 5, 138, 269, 1, 2,
/* 340 */ 112, 113, 5, 145, 7, 237, 9, 119, 194, 241,
/* 350 */ 91, 81, 62, 63, 64, 194, 194, 33, 34, 69,
/* 360 */ 70, 71, 72, 117, 194, 194, 62, 63, 64, 91,
/* 370 */ 33, 34, 194, 69, 70, 71, 72, 118, 259, 259,
/* 380 */ 0, 140, 139, 142, 141, 115, 143, 144, 269, 269,
/* 390 */ 140, 237, 142, 76, 81, 241, 80, 194, 237, 237,
/* 400 */ 199, 84, 241, 241, 91, 204, 81, 237, 237, 194,
/* 410 */ 81, 241, 241, 81, 81, 237, 91, 80, 5, 241,
/* 420 */ 91, 81, 81, 91, 91, 81, 202, 203, 81, 81,
/* 430 */ 243, 91, 91, 213, 214, 91, 112, 113, 91, 91,
/* 440 */ 5, 199, 194, 199, 257, 240, 204, 240, 204, 112,
/* 450 */ 113, 194, 194, 5, 238, 238, 119, 5, 242, 242,
/* 460 */ 238, 256, 82, 256, 242, 259, 193, 194, 5, 266,
/* 470 */ 5, 5, 5, 5, 5, 269, 5, 5, 5, 5,
/* 480 */ 5, 266, 5, 91, 81, 5, 5, 142, 231, 241,
/* 490 */ 58, 142, 16, 142, 142, 16, 80, 112, 81, 80,
/* 500 */ 76, 15, 24, 83, 5, 5, 5, 5, 5, 76,
/* 510 */ 110, 80, 126, 9, 109, 109, 80, 80, 260, 91,
/* 520 */ 126, 91, 80, 1, 81, 80, 80, 116, 81, 80,
/* 530 */ 91, 81, 81, 80, 137, 91, 80, 115, 81, 80,
/* 540 */ 5, 5, 5, 148, 5, 91, 148, 5, 93, 60,
/* 550 */ 197, 195, 94, 195, 5, 196, 202, 195, 230, 196,
/* 560 */ 195, 54, 196, 196, 82, 195, 205, 107, 85, 214,
/* 570 */ 210, 87, 208, 88, 86, 207, 50, 206, 209, 89,
/* 580 */ 201, 90, 195, 211, 195, 212, 195, 82, 195, 201,
/* 590 */ 120, 195, 246, 250, 252, 245, 135, 133, 263, 195,
/* 600 */ 270, 263, 195, 195, 230, 248, 267, 195, 121, 195,
/* 610 */ 270, 270, 194, 270, 122, 194, 123, 194, 124, 194,
/* 620 */ 194, 125, 247, 194, 129, 249, 270, 130, 251, 131,
/* 630 */ 119, 253, 194, 270, 194, 254, 270, 255, 270, 240,
/* 640 */ 270, 270, 240, 270, 270, 244, 263, 263, 270, 240,
/* 650 */ 270, 270, 270, 270, 270, 270, 194, 267, 270, 232,
/* 660 */ 270, 270, 270, 270, 270, 270, 232, 270, 258, 270,
/* 670 */ 270, 270, 270, 232, 259, 270, 270, 270, 270, 84,
/* 680 */ 270, 270, 270, 270, 270, 270, 270, 270, 270, 270,
/* 690 */ 270, 270, 270, 270, 270, 270, 270, 270, 270, 270,
/* 700 */ 194, 270, 194, 194, 194, 270, 194, 194, 194, 194,
/* 710 */ 194, 194, 194, 194, 194, 194, 270, 194, 194, 194,
/* 720 */ 270, 194, 194, 194, 194, 194, 194, 194, 194, 270,
/* 730 */ 270, 270, 194, 270, 194, 194, 270, 194, 194, 194,
/* 740 */ 194, 194, 194, 270, 194, 194, 194, 194, 194, 194,
/* 750 */ 194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
/* 760 */ 194, 194, 194, 270, 270, 270, 270, 270, 270, 270,
/* 0 */ 259, 1, 194, 1, 193, 194, 259, 191, 192, 9,
/* 10 */ 1, 9, 259, 13, 14, 238, 16, 17, 9, 242,
/* 20 */ 20, 21, 269, 23, 24, 25, 26, 27, 28, 240,
/* 30 */ 240, 238, 238, 33, 34, 242, 242, 37, 38, 39,
/* 40 */ 13, 14, 194, 16, 17, 256, 256, 20, 21, 1,
/* 50 */ 23, 24, 25, 26, 27, 28, 240, 9, 194, 200,
/* 60 */ 33, 34, 200, 194, 37, 38, 39, 14, 260, 16,
/* 70 */ 17, 5, 256, 20, 21, 200, 23, 24, 25, 26,
/* 80 */ 27, 28, 80, 80, 194, 237, 33, 34, 194, 241,
/* 90 */ 37, 38, 39, 45, 46, 47, 48, 49, 50, 51,
/* 100 */ 52, 53, 54, 55, 56, 57, 58, 81, 81, 61,
/* 110 */ 201, 111, 13, 14, 194, 16, 17, 114, 259, 20,
/* 120 */ 21, 259, 23, 24, 25, 26, 27, 28, 269, 239,
/* 130 */ 266, 269, 33, 34, 259, 266, 37, 38, 39, 13,
/* 140 */ 14, 115, 16, 17, 269, 236, 20, 21, 0, 23,
/* 150 */ 24, 25, 26, 27, 28, 261, 262, 237, 82, 33,
/* 160 */ 34, 241, 194, 37, 38, 39, 92, 93, 94, 95,
/* 170 */ 96, 97, 98, 99, 100, 101, 102, 103, 104, 105,
/* 180 */ 106, 215, 216, 217, 218, 219, 220, 221, 222, 223,
/* 190 */ 224, 225, 226, 227, 228, 229, 16, 17, 44, 231,
/* 200 */ 20, 21, 137, 23, 24, 25, 26, 27, 28, 194,
/* 210 */ 259, 146, 147, 33, 34, 61, 84, 37, 38, 39,
/* 220 */ 33, 34, 68, 80, 37, 38, 39, 73, 74, 75,
/* 230 */ 82, 1, 2, 79, 80, 5, 81, 7, 76, 9,
/* 240 */ 259, 1, 2, 199, 194, 5, 84, 7, 204, 9,
/* 250 */ 62, 63, 64, 110, 111, 259, 241, 69, 70, 71,
/* 260 */ 72, 242, 194, 33, 34, 194, 78, 37, 114, 92,
/* 270 */ 115, 94, 95, 33, 34, 68, 99, 259, 101, 102,
/* 280 */ 103, 2, 105, 106, 5, 242, 7, 237, 9, 259,
/* 290 */ 136, 241, 138, 215, 5, 217, 218, 213, 214, 145,
/* 300 */ 222, 68, 224, 225, 226, 237, 228, 229, 194, 241,
/* 310 */ 80, 194, 33, 34, 202, 203, 25, 26, 27, 28,
/* 320 */ 80, 199, 33, 34, 33, 34, 204, 242, 37, 38,
/* 330 */ 39, 62, 63, 64, 201, 264, 259, 266, 69, 70,
/* 340 */ 71, 72, 112, 113, 37, 201, 139, 194, 141, 119,
/* 350 */ 143, 144, 112, 113, 237, 62, 63, 64, 241, 119,
/* 360 */ 194, 194, 69, 70, 71, 72, 233, 234, 235, 236,
/* 370 */ 194, 91, 139, 194, 141, 194, 143, 144, 234, 5,
/* 380 */ 266, 7, 268, 199, 37, 38, 39, 5, 204, 7,
/* 390 */ 237, 112, 113, 91, 241, 65, 66, 67, 62, 63,
/* 400 */ 64, 243, 91, 237, 237, 197, 198, 241, 241, 127,
/* 410 */ 128, 1, 80, 237, 134, 257, 237, 241, 237, 15,
/* 420 */ 241, 81, 241, 81, 117, 81, 81, 81, 259, 118,
/* 430 */ 81, 91, 81, 91, 132, 91, 91, 91, 81, 81,
/* 440 */ 91, 109, 91, 81, 81, 60, 81, 37, 91, 91,
/* 450 */ 140, 80, 142, 91, 91, 140, 91, 142, 140, 5,
/* 460 */ 142, 7, 5, 259, 7, 80, 140, 140, 142, 142,
/* 470 */ 259, 140, 259, 142, 76, 77, 259, 259, 259, 108,
/* 480 */ 259, 259, 259, 259, 259, 232, 232, 232, 232, 232,
/* 490 */ 232, 232, 194, 119, 194, 194, 258, 194, 194, 194,
/* 500 */ 240, 119, 240, 194, 267, 244, 194, 194, 194, 267,
/* 510 */ 240, 194, 60, 194, 194, 194, 112, 194, 194, 194,
/* 520 */ 119, 255, 194, 194, 124, 253, 263, 194, 194, 194,
/* 530 */ 263, 194, 194, 194, 263, 194, 263, 194, 131, 133,
/* 540 */ 254, 130, 194, 125, 194, 129, 194, 194, 194, 194,
/* 550 */ 194, 252, 123, 194, 194, 194, 122, 251, 194, 121,
/* 560 */ 194, 194, 194, 194, 194, 249, 194, 194, 120, 194,
/* 570 */ 194, 194, 194, 194, 194, 194, 135, 194, 194, 107,
/* 580 */ 194, 194, 194, 194, 194, 194, 194, 194, 90, 195,
/* 590 */ 195, 195, 195, 89, 195, 50, 86, 88, 54, 87,
/* 600 */ 85, 82, 5, 5, 195, 5, 148, 148, 195, 195,
/* 610 */ 5, 5, 94, 93, 137, 195, 195, 115, 201, 80,
/* 620 */ 201, 116, 109, 81, 91, 91, 80, 195, 81, 80,
/* 630 */ 195, 206, 196, 210, 212, 211, 209, 207, 205, 208,
/* 640 */ 196, 196, 214, 196, 195, 230, 195, 197, 195, 81,
/* 650 */ 245, 248, 250, 91, 80, 247, 230, 202, 246, 81,
/* 660 */ 80, 1, 80, 91, 81, 80, 126, 91, 80, 126,
/* 670 */ 80, 80, 109, 9, 110, 76, 5, 5, 5, 5,
/* 680 */ 5, 15, 80, 76, 83, 81, 24, 112, 80, 58,
/* 690 */ 142, 5, 16, 142, 91, 16, 142, 142, 5, 81,
/* 700 */ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
/* 710 */ 5, 5, 5, 5, 5, 5, 5, 91, 83, 60,
/* 720 */ 59, 0, 270, 270, 270, 270, 270, 270, 270, 270,
/* 730 */ 270, 270, 270, 21, 21, 270, 270, 270, 270, 270,
/* 740 */ 270, 270, 270, 270, 270, 270, 270, 270, 270, 270,
/* 750 */ 270, 270, 270, 270, 270, 270, 270, 270, 270, 270,
/* 760 */ 270, 270, 270, 270, 270, 270, 270, 270, 270, 270,
/* 770 */ 270, 270, 270, 270, 270, 270, 270, 270, 270, 270,
/* 780 */ 270, 270, 270, 270, 270, 270, 270, 270, 270, 270,
/* 790 */ 270, 270, 270, 270, 270, 270, 270, 270, 270, 270,
/* 800 */ 270, 232, 232, 232, 232, 270, 270, 270, 270, 270,
/* 810 */ 270, 270, 270, 270, 270, 242, 242, 242, 270, 270,
/* 800 */ 270, 270, 270, 270, 270, 270, 270, 270, 270, 270,
/* 810 */ 270, 270, 270, 270, 270, 270, 270, 270, 270, 270,
/* 820 */ 270, 270, 270, 270, 270, 270, 270, 270, 270, 270,
/* 830 */ 270, 270, 270, 270, 270, 259, 259, 259, 259, 259,
/* 840 */ 259, 259, 259, 259, 259, 259, 259, 259, 259, 259,
/* 850 */ 259, 259, 259, 259,
/* 830 */ 270, 270, 270, 270, 270, 270, 270, 270, 270, 270,
/* 840 */ 270, 270, 270, 270, 270, 270, 270, 270, 270, 270,
/* 850 */ 270, 270, 270, 270, 270, 270, 270, 270, 270, 270,
/* 860 */ 270, 270, 270, 270, 270, 270, 270, 270, 270, 270,
/* 870 */ 270, 270, 270, 270, 270, 270, 270, 270, 270, 270,
/* 880 */ 270, 270, 270, 270, 270, 270, 270, 270, 270, 270,
/* 890 */ 270, 270, 270, 270, 270, 270, 270, 270, 270, 270,
/* 900 */ 270, 270, 270, 270, 270, 270, 270, 270, 270, 270,
/* 910 */ 270, 270, 270, 270, 270, 270, 270, 270, 270, 270,
/* 920 */ 270, 270, 270, 270, 270,
};
#define YY_SHIFT_USE_DFLT (-111)
#define YY_SHIFT_COUNT (346)
#define YY_SHIFT_MIN (-110)
#define YY_SHIFT_MAX (595)
static const short yy_shift_ofst[] = {
/* 0 */ 198, 122, 122, 204, 204, 505, 228, 337, 337, 316,
/* 10 */ 167, 167, 167, 167, 167, 167, 167, 167, 167, 167,
/* 20 */ 167, 167, 167, -1, 87, 337, 324, 324, 324, 173,
/* 30 */ 173, 167, 167, 167, 380, 167, 167, 317, 505, 595,
/* 40 */ 595, 549, -111, -111, -111, 337, 337, 337, 337, 337,
/* 50 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337,
/* 60 */ 337, 337, 337, 337, 337, 324, 324, 324, 118, 118,
/* 70 */ 118, 118, 118, 118, 118, 167, 167, 167, 246, 167,
/* 80 */ 167, 167, 173, 173, 167, 167, 167, 167, -110, -110,
/* 90 */ 259, 173, 167, 167, 167, 167, 167, 167, 167, 167,
/* 100 */ 167, 167, 167, 167, 167, 167, 167, 167, 167, 167,
/* 110 */ 167, 167, 167, 167, 167, 167, 167, 167, 167, 167,
/* 120 */ 167, 167, 167, 167, 167, 167, 167, 167, 167, 167,
/* 130 */ 167, 167, 167, 167, 167, 167, 167, 167, 167, 167,
/* 140 */ 167, 167, 167, 167, 489, 489, 489, 511, 511, 511,
/* 150 */ 489, 511, 489, 498, 464, 497, 496, 495, 494, 493,
/* 160 */ 492, 487, 470, 461, 489, 489, 489, 460, 505, 505,
/* 170 */ 489, 489, 491, 490, 526, 488, 485, 507, 484, 483,
/* 180 */ 460, 549, 489, 482, 482, 489, 482, 489, 482, 489,
/* 190 */ 489, -111, -111, 26, 53, 53, 88, 53, 133, 157,
/* 200 */ 218, 218, 218, 218, 252, 304, 290, -32, -32, -32,
/* 210 */ -32, 243, 97, -75, -66, 56, 56, 93, 50, -37,
/* 220 */ -53, 348, 270, 98, 347, 344, 341, 184, -35, 340,
/* 230 */ 333, 332, 329, 325, 83, 313, 213, 233, -12, 172,
/* 240 */ -60, 250, 241, 134, 262, 253, 46, -11, -5, -58,
/* 250 */ -73, 542, 398, 539, 537, 395, 536, 535, 458, 455,
/* 260 */ 397, 422, 406, 459, 411, 457, 456, 454, 444, 451,
/* 270 */ 453, 450, 439, 449, 447, 446, 522, 445, 443, 442,
/* 280 */ 430, 394, 428, 386, 437, 406, 436, 405, 431, 400,
/* 290 */ 433, 504, 503, 502, 501, 500, 499, 420, 486, 424,
/* 300 */ 419, 417, 385, 416, 478, 432, 479, 352, 351, 392,
/* 310 */ 392, 392, 392, 476, 349, 345, 392, 392, 392, 481,
/* 320 */ 480, 403, 392, 477, 475, 474, 473, 472, 471, 469,
/* 330 */ 468, 467, 466, 465, 463, 452, 448, 435, 413, 330,
/* 340 */ 278, 156, 279, 229, 102, 96, 41,
#define YY_SHIFT_COUNT (346)
#define YY_SHIFT_MIN (0)
#define YY_SHIFT_MAX (721)
static const unsigned short int yy_shift_ofst[] = {
/* 0 */ 154, 74, 74, 177, 177, 76, 230, 240, 240, 2,
/* 10 */ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
/* 20 */ 9, 9, 9, 0, 48, 240, 279, 279, 279, 3,
/* 30 */ 3, 9, 9, 9, 148, 9, 9, 162, 76, 132,
/* 40 */ 132, 66, 735, 735, 735, 240, 240, 240, 240, 240,
/* 50 */ 240, 240, 240, 240, 240, 240, 240, 240, 240, 240,
/* 60 */ 240, 240, 240, 240, 240, 279, 279, 279, 289, 289,
/* 70 */ 289, 289, 289, 289, 289, 9, 9, 9, 307, 9,
/* 80 */ 9, 9, 3, 3, 9, 9, 9, 9, 282, 282,
/* 90 */ 311, 3, 9, 9, 9, 9, 9, 9, 9, 9,
/* 100 */ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
/* 110 */ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
/* 120 */ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
/* 130 */ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
/* 140 */ 9, 9, 9, 9, 452, 452, 452, 401, 401, 401,
/* 150 */ 452, 401, 452, 407, 406, 411, 418, 416, 400, 429,
/* 160 */ 434, 438, 448, 441, 452, 452, 452, 472, 76, 76,
/* 170 */ 452, 452, 498, 504, 545, 510, 509, 544, 512, 515,
/* 180 */ 472, 66, 452, 519, 519, 452, 519, 452, 519, 452,
/* 190 */ 452, 735, 735, 27, 99, 99, 126, 99, 53, 180,
/* 200 */ 291, 291, 291, 291, 188, 269, 293, 187, 187, 187,
/* 210 */ 187, 207, 233, 65, 143, 347, 347, 374, 382, 330,
/* 220 */ 336, 340, 26, 155, 342, 344, 345, 280, 302, 346,
/* 230 */ 349, 351, 357, 358, 332, 362, 363, 410, 385, 404,
/* 240 */ 365, 310, 315, 318, 454, 457, 326, 327, 371, 331,
/* 250 */ 398, 597, 458, 598, 600, 459, 605, 606, 518, 520,
/* 260 */ 477, 502, 513, 539, 505, 542, 546, 533, 534, 547,
/* 270 */ 549, 568, 562, 574, 578, 580, 660, 582, 583, 585,
/* 280 */ 572, 540, 576, 543, 588, 513, 590, 563, 591, 564,
/* 290 */ 599, 664, 671, 672, 673, 674, 675, 601, 666, 607,
/* 300 */ 602, 604, 575, 608, 662, 631, 676, 548, 551, 603,
/* 310 */ 603, 603, 603, 679, 554, 555, 603, 603, 603, 686,
/* 320 */ 693, 618, 603, 695, 696, 697, 698, 699, 700, 701,
/* 330 */ 702, 703, 704, 705, 706, 707, 708, 709, 710, 711,
/* 340 */ 626, 635, 712, 713, 659, 661, 721,
};
#define YY_REDUCE_USE_DFLT (-158)
#define YY_REDUCE_COUNT (192)
#define YY_REDUCE_MIN (-157)
#define YY_REDUCE_MAX (594)
#define YY_REDUCE_MIN (-259)
#define YY_REDUCE_MAX (455)
static const short yy_reduce_ofst[] = {
/* 0 */ -157, -18, -18, 64, 64, -116, 120, 119, 68, -30,
/* 10 */ 178, -19, -136, 171, 170, 162, 161, 154, 108, 91,
/* 20 */ 60, 54, -48, 258, 273, 206, 222, 217, 216, 207,
/* 30 */ 205, 215, 203, -133, -112, 257, 248, 244, 79, 242,
/* 40 */ 201, 220, 187, 224, 66, 594, 593, 592, 591, 590,
/* 50 */ 589, 588, 587, 586, 585, 584, 583, 582, 581, 580,
/* 60 */ 579, 578, 577, 576, 415, 575, 574, 573, 572, 571,
/* 70 */ 570, 569, 441, 434, 427, 568, 567, 566, 410, 565,
/* 80 */ 564, 563, 409, 402, 562, 561, 560, 559, 390, 339,
/* 90 */ 401, 399, 558, 557, 556, 555, 554, 553, 552, 551,
/* 100 */ 550, 548, 547, 546, 545, 544, 543, 541, 540, 538,
/* 110 */ 534, 533, 532, 531, 530, 529, 528, 527, 525, 524,
/* 120 */ 523, 521, 520, 519, 518, 517, 516, 515, 514, 513,
/* 130 */ 512, 510, 509, 508, 506, 462, 440, 438, 429, 426,
/* 140 */ 425, 423, 421, 418, 414, 412, 408, 384, 383, 338,
/* 150 */ 407, 335, 404, 382, 381, 378, 342, 377, 343, 376,
/* 160 */ 357, 375, 346, 350, 396, 393, 391, 374, 388, 379,
/* 170 */ 389, 387, 373, 372, 360, 371, 369, 368, 364, 361,
/* 180 */ 328, 355, 370, 367, 366, 365, 363, 362, 359, 358,
/* 190 */ 356, 354, 353,
/* 0 */ -184, -34, -34, 78, 78, 133, -141, -138, -125, -106,
/* 10 */ -152, 114, 71, -80, 50, 68, 117, 153, 166, 167,
/* 20 */ 176, 179, 181, -192, -189, -247, -223, -207, -206, -211,
/* 30 */ -210, -136, -131, -110, -91, -32, 15, 44, 144, 122,
/* 40 */ 184, 84, 158, 112, 208, -259, -253, -49, -19, -4,
/* 50 */ 18, 30, 77, 169, 204, 211, 213, 217, 218, 219,
/* 60 */ 221, 222, 223, 224, 225, 19, 43, 85, 253, 254,
/* 70 */ 255, 256, 257, 258, 259, 298, 300, 301, 238, 303,
/* 80 */ 304, 305, 260, 262, 309, 312, 313, 314, 237, 242,
/* 90 */ 261, 270, 317, 319, 320, 321, 323, 324, 325, 328,
/* 100 */ 329, 333, 334, 335, 337, 338, 339, 341, 343, 348,
/* 110 */ 350, 352, 353, 354, 355, 356, 359, 360, 361, 364,
/* 120 */ 366, 367, 368, 369, 370, 372, 373, 375, 376, 377,
/* 130 */ 378, 379, 380, 381, 383, 384, 386, 387, 388, 389,
/* 140 */ 390, 391, 392, 393, 394, 395, 396, 263, 267, 271,
/* 150 */ 397, 273, 399, 266, 286, 272, 299, 306, 402, 316,
/* 160 */ 403, 408, 412, 405, 409, 413, 414, 415, 417, 419,
/* 170 */ 420, 421, 422, 424, 423, 425, 427, 430, 431, 433,
/* 180 */ 426, 428, 432, 436, 444, 435, 445, 449, 447, 451,
/* 190 */ 453, 455, 450,
};
static const YYACTIONTYPE yy_default[] = {
/* 0 */ 834, 663, 606, 675, 593, 603, 812, 812, 812, 834,
/* 0 */ 834, 951, 894, 963, 881, 891, 1100, 1100, 1100, 834,
/* 10 */ 834, 834, 834, 834, 834, 834, 834, 834, 834, 834,
/* 20 */ 834, 834, 834, 723, 565, 812, 834, 834, 834, 834,
/* 30 */ 834, 834, 834, 834, 603, 834, 834, 609, 603, 609,
/* 40 */ 609, 834, 718, 647, 665, 834, 834, 834, 834, 834,
/* 20 */ 834, 834, 834, 1011, 853, 1100, 834, 834, 834, 834,
/* 30 */ 834, 834, 834, 834, 891, 834, 834, 897, 891, 897,
/* 40 */ 897, 834, 1006, 935, 953, 834, 834, 834, 834, 834,
/* 50 */ 834, 834, 834, 834, 834, 834, 834, 834, 834, 834,
/* 60 */ 834, 834, 834, 834, 834, 834, 834, 834, 834, 834,
/* 70 */ 834, 834, 834, 834, 834, 834, 834, 834, 725, 731,
/* 80 */ 728, 834, 834, 834, 733, 834, 834, 834, 755, 755,
/* 90 */ 716, 834, 834, 834, 834, 834, 834, 834, 834, 834,
/* 70 */ 834, 834, 834, 834, 834, 834, 834, 834, 1013, 1019,
/* 80 */ 1016, 834, 834, 834, 1021, 834, 834, 834, 1043, 1043,
/* 90 */ 1004, 834, 834, 834, 834, 834, 834, 834, 834, 834,
/* 100 */ 834, 834, 834, 834, 834, 834, 834, 834, 834, 834,
/* 110 */ 834, 834, 834, 834, 834, 834, 834, 834, 834, 834,
/* 120 */ 591, 834, 589, 834, 834, 834, 834, 834, 834, 834,
/* 130 */ 834, 834, 834, 834, 834, 834, 834, 576, 834, 834,
/* 140 */ 834, 834, 834, 834, 567, 567, 567, 834, 834, 834,
/* 150 */ 567, 834, 567, 762, 766, 760, 748, 756, 747, 743,
/* 160 */ 741, 739, 738, 770, 567, 567, 567, 607, 603, 603,
/* 170 */ 567, 567, 625, 623, 621, 613, 619, 615, 617, 611,
/* 180 */ 594, 834, 567, 601, 601, 567, 601, 567, 601, 567,
/* 190 */ 567, 647, 665, 834, 771, 761, 834, 811, 801, 800,
/* 200 */ 807, 799, 798, 797, 834, 834, 834, 793, 796, 795,
/* 210 */ 794, 834, 834, 834, 834, 803, 802, 834, 834, 834,
/* 220 */ 834, 834, 834, 834, 834, 834, 834, 767, 763, 834,
/* 230 */ 834, 834, 834, 834, 834, 834, 834, 834, 773, 834,
/* 240 */ 834, 834, 834, 834, 834, 834, 834, 834, 677, 834,
/* 120 */ 879, 834, 877, 834, 834, 834, 834, 834, 834, 834,
/* 130 */ 834, 834, 834, 834, 834, 834, 834, 864, 834, 834,
/* 140 */ 834, 834, 834, 834, 855, 855, 855, 834, 834, 834,
/* 150 */ 855, 834, 855, 1050, 1054, 1048, 1036, 1044, 1035, 1031,
/* 160 */ 1029, 1027, 1026, 1058, 855, 855, 855, 895, 891, 891,
/* 170 */ 855, 855, 913, 911, 909, 901, 907, 903, 905, 899,
/* 180 */ 882, 834, 855, 889, 889, 855, 889, 855, 889, 855,
/* 190 */ 855, 935, 953, 834, 1059, 1049, 834, 1099, 1089, 1088,
/* 200 */ 1095, 1087, 1086, 1085, 834, 834, 834, 1081, 1084, 1083,
/* 210 */ 1082, 834, 834, 834, 834, 1091, 1090, 834, 834, 834,
/* 220 */ 834, 834, 834, 834, 834, 834, 834, 1055, 1051, 834,
/* 230 */ 834, 834, 834, 834, 834, 834, 834, 834, 1061, 834,
/* 240 */ 834, 834, 834, 834, 834, 834, 834, 834, 965, 834,
/* 250 */ 834, 834, 834, 834, 834, 834, 834, 834, 834, 834,
/* 260 */ 834, 715, 834, 834, 834, 834, 834, 727, 726, 834,
/* 260 */ 834, 1003, 834, 834, 834, 834, 834, 1015, 1014, 834,
/* 270 */ 834, 834, 834, 834, 834, 834, 834, 834, 834, 834,
/* 280 */ 757, 834, 749, 834, 834, 689, 834, 834, 834, 834,
/* 280 */ 1045, 834, 1037, 834, 834, 977, 834, 834, 834, 834,
/* 290 */ 834, 834, 834, 834, 834, 834, 834, 834, 834, 834,
/* 300 */ 834, 834, 834, 834, 834, 834, 834, 834, 834, 830,
/* 310 */ 825, 826, 823, 834, 834, 834, 822, 817, 818, 834,
/* 320 */ 834, 834, 815, 834, 834, 834, 834, 834, 834, 834,
/* 300 */ 834, 834, 834, 834, 834, 834, 834, 834, 834, 1118,
/* 310 */ 1113, 1114, 1111, 834, 834, 834, 1110, 1105, 1106, 834,
/* 320 */ 834, 834, 1103, 834, 834, 834, 834, 834, 834, 834,
/* 330 */ 834, 834, 834, 834, 834, 834, 834, 834, 834, 834,
/* 340 */ 631, 834, 574, 572, 834, 563, 834, 833, 832, 831,
/* 350 */ 814, 813, 685, 724, 720, 722, 721, 719, 732, 729,
/* 360 */ 730, 714, 713, 712, 734, 717, 737, 736, 740, 742,
/* 370 */ 745, 744, 746, 735, 759, 758, 751, 752, 754, 753,
/* 380 */ 750, 769, 768, 765, 764, 711, 695, 690, 687, 694,
/* 390 */ 693, 692, 700, 699, 691, 688, 684, 683, 608, 664,
/* 400 */ 662, 661, 660, 659, 658, 657, 656, 655, 654, 653,
/* 410 */ 652, 651, 650, 649, 648, 643, 639, 637, 636, 635,
/* 420 */ 632, 602, 605, 604, 809, 810, 808, 806, 805, 804,
/* 430 */ 790, 789, 788, 787, 784, 783, 782, 779, 785, 781,
/* 440 */ 778, 786, 780, 777, 776, 775, 774, 792, 791, 772,
/* 450 */ 597, 829, 828, 827, 824, 821, 710, 709, 708, 707,
/* 460 */ 706, 705, 704, 703, 702, 701, 820, 819, 816, 697,
/* 470 */ 698, 679, 682, 681, 680, 678, 696, 627, 626, 624,
/* 480 */ 622, 614, 620, 616, 618, 612, 610, 596, 595, 676,
/* 490 */ 646, 674, 673, 672, 671, 670, 669, 668, 667, 666,
/* 500 */ 645, 644, 642, 641, 640, 638, 634, 633, 629, 630,
/* 510 */ 628, 592, 590, 588, 587, 586, 585, 584, 583, 582,
/* 520 */ 581, 580, 579, 600, 578, 577, 575, 573, 571, 570,
/* 530 */ 569, 599, 598, 568, 566, 564, 562, 561, 560, 559,
/* 540 */ 558, 557, 556, 555, 554, 553, 552, 551, 550,
/* 340 */ 919, 834, 862, 860, 834, 851, 834,
};
/********** End of lemon-generated parsing tables *****************************/
/* The next table maps tokens into fallback tokens. If a construct
** like the following:
/* The next table maps tokens (terminal symbols) into fallback tokens.
** If a construct like the following:
**
** %fallback ID X Y Z.
**
......@@ -478,6 +489,10 @@ static const YYACTIONTYPE yy_default[] = {
** and Z. Whenever one of the tokens X, Y, or Z is input to the parser
** but it does not parse, the type of the token is changed to ID and
** the parse is retried before an error is thrown.
**
** This feature can be used, for example, to cause some keywords in a language
** to revert to identifiers if they keyword does not apply in the context where
** it appears.
*/
#ifdef YYFALLBACK
static const YYCODETYPE yyFallback[] = {
......@@ -685,9 +700,13 @@ static const YYCODETYPE yyFallback[] = {
** + The semantic value stored at this level of the stack. This is
** the information used by the action routines in the grammar.
** It is sometimes called the "minor" token.
**
** After the "shift" half of a SHIFTREDUCE action, the stateno field
** actually contains the reduce action for the second half of the
** SHIFTREDUCE.
*/
struct yyStackEntry {
YYACTIONTYPE stateno; /* The state-number */
YYACTIONTYPE stateno; /* The state-number, or reduce action in SHIFTREDUCE */
YYCODETYPE major; /* The major token value. This is the code
** number for the token at this stack level */
YYMINORTYPE minor; /* The user-supplied minor token value. This
......@@ -698,17 +717,21 @@ typedef struct yyStackEntry yyStackEntry;
/* The state of the parser is completely contained in an instance of
** the following structure */
struct yyParser {
int yyidx; /* Index of top element in stack */
yyStackEntry *yytos; /* Pointer to top element of the stack */
#ifdef YYTRACKMAXSTACKDEPTH
int yyidxMax; /* Maximum value of yyidx */
int yyhwm; /* High-water mark of the stack */
#endif
#ifndef YYNOERRORRECOVERY
int yyerrcnt; /* Shifts left before out of the error */
#endif
ParseARG_SDECL /* A place to hold %extra_argument */
#if YYSTACKDEPTH<=0
int yystksz; /* Current side of the stack */
yyStackEntry *yystack; /* The parser's stack */
yyStackEntry yystk0; /* First stack entry */
#else
yyStackEntry yystack[YYSTACKDEPTH]; /* The parser's stack */
yyStackEntry *yystackEnd; /* Last entry in the stack */
#endif
};
typedef struct yyParser yyParser;
......@@ -745,80 +768,282 @@ void ParseTrace(FILE *TraceFILE, char *zTracePrompt){
}
#endif /* NDEBUG */
#ifndef NDEBUG
#if defined(YYCOVERAGE) || !defined(NDEBUG)
/* For tracing shifts, the names of all terminals and nonterminals
** are required. The following table supplies these names */
static const char *const yyTokenName[] = {
"$", "ID", "BOOL", "TINYINT",
"SMALLINT", "INTEGER", "BIGINT", "FLOAT",
"DOUBLE", "STRING", "TIMESTAMP", "BINARY",
"NCHAR", "OR", "AND", "NOT",
"EQ", "NE", "ISNULL", "NOTNULL",
"IS", "LIKE", "GLOB", "BETWEEN",
"IN", "GT", "GE", "LT",
"LE", "BITAND", "BITOR", "LSHIFT",
"RSHIFT", "PLUS", "MINUS", "DIVIDE",
"TIMES", "STAR", "SLASH", "REM",
"CONCAT", "UMINUS", "UPLUS", "BITNOT",
"SHOW", "DATABASES", "TOPICS", "MNODES",
"DNODES", "ACCOUNTS", "USERS", "MODULES",
"QUERIES", "CONNECTIONS", "STREAMS", "VARIABLES",
"SCORES", "GRANTS", "VNODES", "IPTOKEN",
"DOT", "CREATE", "TABLE", "STABLE",
"DATABASE", "TABLES", "STABLES", "VGROUPS",
"DROP", "TOPIC", "DNODE", "USER",
"ACCOUNT", "USE", "DESCRIBE", "ALTER",
"PASS", "PRIVILEGE", "LOCAL", "COMPACT",
"LP", "RP", "IF", "EXISTS",
"PPS", "TSERIES", "DBS", "STORAGE",
"QTIME", "CONNS", "STATE", "COMMA",
"KEEP", "CACHE", "REPLICA", "QUORUM",
"DAYS", "MINROWS", "MAXROWS", "BLOCKS",
"CTIME", "WAL", "FSYNC", "COMP",
"PRECISION", "UPDATE", "CACHELAST", "PARTITIONS",
"UNSIGNED", "TAGS", "USING", "AS",
"NULL", "NOW", "SELECT", "UNION",
"ALL", "DISTINCT", "FROM", "VARIABLE",
"INTERVAL", "SESSION", "STATE_WINDOW", "FILL",
"SLIDING", "ORDER", "BY", "ASC",
"DESC", "GROUP", "HAVING", "LIMIT",
"OFFSET", "SLIMIT", "SOFFSET", "WHERE",
"RESET", "QUERY", "SYNCDB", "ADD",
"COLUMN", "MODIFY", "TAG", "CHANGE",
"SET", "KILL", "CONNECTION", "STREAM",
"COLON", "ABORT", "AFTER", "ATTACH",
"BEFORE", "BEGIN", "CASCADE", "CLUSTER",
"CONFLICT", "COPY", "DEFERRED", "DELIMITERS",
"DETACH", "EACH", "END", "EXPLAIN",
"FAIL", "FOR", "IGNORE", "IMMEDIATE",
"INITIALLY", "INSTEAD", "MATCH", "KEY",
"OF", "RAISE", "REPLACE", "RESTRICT",
"ROW", "STATEMENT", "TRIGGER", "VIEW",
"SEMI", "NONE", "PREV", "LINEAR",
"IMPORT", "TBNAME", "JOIN", "INSERT",
"INTO", "VALUES", "error", "program",
"cmd", "dbPrefix", "ids", "cpxName",
"ifexists", "alter_db_optr", "alter_topic_optr", "acct_optr",
"exprlist", "ifnotexists", "db_optr", "topic_optr",
"pps", "tseries", "dbs", "streams",
"storage", "qtime", "users", "conns",
"state", "intitemlist", "intitem", "keep",
"cache", "replica", "quorum", "days",
"minrows", "maxrows", "blocks", "ctime",
"wal", "fsync", "comp", "prec",
"update", "cachelast", "partitions", "typename",
"signed", "create_table_args", "create_stable_args", "create_table_list",
"create_from_stable", "columnlist", "tagitemlist", "tagNamelist",
"select", "column", "tagitem", "selcollist",
"from", "where_opt", "interval_opt", "session_option",
"windowstate_option", "fill_opt", "sliding_opt", "groupby_opt",
"orderby_opt", "having_opt", "slimit_opt", "limit_opt",
"union", "sclp", "distinct", "expr",
"as", "tablelist", "sub", "tmvar",
"sortlist", "sortitem", "item", "sortorder",
"grouplist", "expritem",
/* 0 */ "$",
/* 1 */ "ID",
/* 2 */ "BOOL",
/* 3 */ "TINYINT",
/* 4 */ "SMALLINT",
/* 5 */ "INTEGER",
/* 6 */ "BIGINT",
/* 7 */ "FLOAT",
/* 8 */ "DOUBLE",
/* 9 */ "STRING",
/* 10 */ "TIMESTAMP",
/* 11 */ "BINARY",
/* 12 */ "NCHAR",
/* 13 */ "OR",
/* 14 */ "AND",
/* 15 */ "NOT",
/* 16 */ "EQ",
/* 17 */ "NE",
/* 18 */ "ISNULL",
/* 19 */ "NOTNULL",
/* 20 */ "IS",
/* 21 */ "LIKE",
/* 22 */ "GLOB",
/* 23 */ "BETWEEN",
/* 24 */ "IN",
/* 25 */ "GT",
/* 26 */ "GE",
/* 27 */ "LT",
/* 28 */ "LE",
/* 29 */ "BITAND",
/* 30 */ "BITOR",
/* 31 */ "LSHIFT",
/* 32 */ "RSHIFT",
/* 33 */ "PLUS",
/* 34 */ "MINUS",
/* 35 */ "DIVIDE",
/* 36 */ "TIMES",
/* 37 */ "STAR",
/* 38 */ "SLASH",
/* 39 */ "REM",
/* 40 */ "CONCAT",
/* 41 */ "UMINUS",
/* 42 */ "UPLUS",
/* 43 */ "BITNOT",
/* 44 */ "SHOW",
/* 45 */ "DATABASES",
/* 46 */ "TOPICS",
/* 47 */ "MNODES",
/* 48 */ "DNODES",
/* 49 */ "ACCOUNTS",
/* 50 */ "USERS",
/* 51 */ "MODULES",
/* 52 */ "QUERIES",
/* 53 */ "CONNECTIONS",
/* 54 */ "STREAMS",
/* 55 */ "VARIABLES",
/* 56 */ "SCORES",
/* 57 */ "GRANTS",
/* 58 */ "VNODES",
/* 59 */ "IPTOKEN",
/* 60 */ "DOT",
/* 61 */ "CREATE",
/* 62 */ "TABLE",
/* 63 */ "STABLE",
/* 64 */ "DATABASE",
/* 65 */ "TABLES",
/* 66 */ "STABLES",
/* 67 */ "VGROUPS",
/* 68 */ "DROP",
/* 69 */ "TOPIC",
/* 70 */ "DNODE",
/* 71 */ "USER",
/* 72 */ "ACCOUNT",
/* 73 */ "USE",
/* 74 */ "DESCRIBE",
/* 75 */ "ALTER",
/* 76 */ "PASS",
/* 77 */ "PRIVILEGE",
/* 78 */ "LOCAL",
/* 79 */ "COMPACT",
/* 80 */ "LP",
/* 81 */ "RP",
/* 82 */ "IF",
/* 83 */ "EXISTS",
/* 84 */ "PPS",
/* 85 */ "TSERIES",
/* 86 */ "DBS",
/* 87 */ "STORAGE",
/* 88 */ "QTIME",
/* 89 */ "CONNS",
/* 90 */ "STATE",
/* 91 */ "COMMA",
/* 92 */ "KEEP",
/* 93 */ "CACHE",
/* 94 */ "REPLICA",
/* 95 */ "QUORUM",
/* 96 */ "DAYS",
/* 97 */ "MINROWS",
/* 98 */ "MAXROWS",
/* 99 */ "BLOCKS",
/* 100 */ "CTIME",
/* 101 */ "WAL",
/* 102 */ "FSYNC",
/* 103 */ "COMP",
/* 104 */ "PRECISION",
/* 105 */ "UPDATE",
/* 106 */ "CACHELAST",
/* 107 */ "PARTITIONS",
/* 108 */ "UNSIGNED",
/* 109 */ "TAGS",
/* 110 */ "USING",
/* 111 */ "AS",
/* 112 */ "NULL",
/* 113 */ "NOW",
/* 114 */ "SELECT",
/* 115 */ "UNION",
/* 116 */ "ALL",
/* 117 */ "DISTINCT",
/* 118 */ "FROM",
/* 119 */ "VARIABLE",
/* 120 */ "INTERVAL",
/* 121 */ "SESSION",
/* 122 */ "STATE_WINDOW",
/* 123 */ "FILL",
/* 124 */ "SLIDING",
/* 125 */ "ORDER",
/* 126 */ "BY",
/* 127 */ "ASC",
/* 128 */ "DESC",
/* 129 */ "GROUP",
/* 130 */ "HAVING",
/* 131 */ "LIMIT",
/* 132 */ "OFFSET",
/* 133 */ "SLIMIT",
/* 134 */ "SOFFSET",
/* 135 */ "WHERE",
/* 136 */ "RESET",
/* 137 */ "QUERY",
/* 138 */ "SYNCDB",
/* 139 */ "ADD",
/* 140 */ "COLUMN",
/* 141 */ "MODIFY",
/* 142 */ "TAG",
/* 143 */ "CHANGE",
/* 144 */ "SET",
/* 145 */ "KILL",
/* 146 */ "CONNECTION",
/* 147 */ "STREAM",
/* 148 */ "COLON",
/* 149 */ "ABORT",
/* 150 */ "AFTER",
/* 151 */ "ATTACH",
/* 152 */ "BEFORE",
/* 153 */ "BEGIN",
/* 154 */ "CASCADE",
/* 155 */ "CLUSTER",
/* 156 */ "CONFLICT",
/* 157 */ "COPY",
/* 158 */ "DEFERRED",
/* 159 */ "DELIMITERS",
/* 160 */ "DETACH",
/* 161 */ "EACH",
/* 162 */ "END",
/* 163 */ "EXPLAIN",
/* 164 */ "FAIL",
/* 165 */ "FOR",
/* 166 */ "IGNORE",
/* 167 */ "IMMEDIATE",
/* 168 */ "INITIALLY",
/* 169 */ "INSTEAD",
/* 170 */ "MATCH",
/* 171 */ "KEY",
/* 172 */ "OF",
/* 173 */ "RAISE",
/* 174 */ "REPLACE",
/* 175 */ "RESTRICT",
/* 176 */ "ROW",
/* 177 */ "STATEMENT",
/* 178 */ "TRIGGER",
/* 179 */ "VIEW",
/* 180 */ "SEMI",
/* 181 */ "NONE",
/* 182 */ "PREV",
/* 183 */ "LINEAR",
/* 184 */ "IMPORT",
/* 185 */ "TBNAME",
/* 186 */ "JOIN",
/* 187 */ "INSERT",
/* 188 */ "INTO",
/* 189 */ "VALUES",
/* 190 */ "error",
/* 191 */ "program",
/* 192 */ "cmd",
/* 193 */ "dbPrefix",
/* 194 */ "ids",
/* 195 */ "cpxName",
/* 196 */ "ifexists",
/* 197 */ "alter_db_optr",
/* 198 */ "alter_topic_optr",
/* 199 */ "acct_optr",
/* 200 */ "exprlist",
/* 201 */ "ifnotexists",
/* 202 */ "db_optr",
/* 203 */ "topic_optr",
/* 204 */ "pps",
/* 205 */ "tseries",
/* 206 */ "dbs",
/* 207 */ "streams",
/* 208 */ "storage",
/* 209 */ "qtime",
/* 210 */ "users",
/* 211 */ "conns",
/* 212 */ "state",
/* 213 */ "intitemlist",
/* 214 */ "intitem",
/* 215 */ "keep",
/* 216 */ "cache",
/* 217 */ "replica",
/* 218 */ "quorum",
/* 219 */ "days",
/* 220 */ "minrows",
/* 221 */ "maxrows",
/* 222 */ "blocks",
/* 223 */ "ctime",
/* 224 */ "wal",
/* 225 */ "fsync",
/* 226 */ "comp",
/* 227 */ "prec",
/* 228 */ "update",
/* 229 */ "cachelast",
/* 230 */ "partitions",
/* 231 */ "typename",
/* 232 */ "signed",
/* 233 */ "create_table_args",
/* 234 */ "create_stable_args",
/* 235 */ "create_table_list",
/* 236 */ "create_from_stable",
/* 237 */ "columnlist",
/* 238 */ "tagitemlist",
/* 239 */ "tagNamelist",
/* 240 */ "select",
/* 241 */ "column",
/* 242 */ "tagitem",
/* 243 */ "selcollist",
/* 244 */ "from",
/* 245 */ "where_opt",
/* 246 */ "interval_opt",
/* 247 */ "session_option",
/* 248 */ "windowstate_option",
/* 249 */ "fill_opt",
/* 250 */ "sliding_opt",
/* 251 */ "groupby_opt",
/* 252 */ "orderby_opt",
/* 253 */ "having_opt",
/* 254 */ "slimit_opt",
/* 255 */ "limit_opt",
/* 256 */ "union",
/* 257 */ "sclp",
/* 258 */ "distinct",
/* 259 */ "expr",
/* 260 */ "as",
/* 261 */ "tablelist",
/* 262 */ "sub",
/* 263 */ "tmvar",
/* 264 */ "sortlist",
/* 265 */ "sortitem",
/* 266 */ "item",
/* 267 */ "sortorder",
/* 268 */ "grouplist",
/* 269 */ "expritem",
};
#endif /* NDEBUG */
#endif /* defined(YYCOVERAGE) || !defined(NDEBUG) */
#ifndef NDEBUG
/* For tracing reduce actions, the names of all rules are required.
......@@ -1115,27 +1340,74 @@ static const char *const yyRuleName[] = {
#if YYSTACKDEPTH<=0
/*
** Try to increase the size of the parser stack.
** Try to increase the size of the parser stack. Return the number
** of errors. Return 0 on success.
*/
static void yyGrowStack(yyParser *p){
static int yyGrowStack(yyParser *p){
int newSize;
int idx;
yyStackEntry *pNew;
newSize = p->yystksz*2 + 100;
pNew = realloc(p->yystack, newSize*sizeof(pNew[0]));
idx = p->yytos ? (int)(p->yytos - p->yystack) : 0;
if( p->yystack==&p->yystk0 ){
pNew = malloc(newSize*sizeof(pNew[0]));
if( pNew ) pNew[0] = p->yystk0;
}else{
pNew = realloc(p->yystack, newSize*sizeof(pNew[0]));
}
if( pNew ){
p->yystack = pNew;
p->yystksz = newSize;
p->yytos = &p->yystack[idx];
#ifndef NDEBUG
if( yyTraceFILE ){
fprintf(yyTraceFILE,"%sStack grows to %d entries!\n",
yyTracePrompt, p->yystksz);
fprintf(yyTraceFILE,"%sStack grows from %d to %d entries.\n",
yyTracePrompt, p->yystksz, newSize);
}
#endif
p->yystksz = newSize;
}
return pNew==0;
}
#endif
/* Datatype of the argument to the memory allocated passed as the
** second argument to ParseAlloc() below. This can be changed by
** putting an appropriate #define in the %include section of the input
** grammar.
*/
#ifndef YYMALLOCARGTYPE
# define YYMALLOCARGTYPE size_t
#endif
/* Initialize a new parser that has already been allocated.
*/
void ParseInit(void *yypParser){
yyParser *pParser = (yyParser*)yypParser;
#ifdef YYTRACKMAXSTACKDEPTH
pParser->yyhwm = 0;
#endif
#if YYSTACKDEPTH<=0
pParser->yytos = NULL;
pParser->yystack = NULL;
pParser->yystksz = 0;
if( yyGrowStack(pParser) ){
pParser->yystack = &pParser->yystk0;
pParser->yystksz = 1;
}
#endif
#ifndef YYNOERRORRECOVERY
pParser->yyerrcnt = -1;
#endif
pParser->yytos = pParser->yystack;
pParser->yystack[0].stateno = 0;
pParser->yystack[0].major = 0;
#if YYSTACKDEPTH>0
pParser->yystackEnd = &pParser->yystack[YYSTACKDEPTH-1];
#endif
}
#ifndef Parse_ENGINEALWAYSONSTACK
/*
** This function allocates a new parser.
** The only argument is a pointer to a function which works like
......@@ -1148,27 +1420,21 @@ static void yyGrowStack(yyParser *p){
** A pointer to a parser. This pointer is used in subsequent calls
** to Parse and ParseFree.
*/
void *ParseAlloc(void *(*mallocProc)(size_t)){
void *ParseAlloc(void *(*mallocProc)(YYMALLOCARGTYPE)){
yyParser *pParser;
pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) );
if( pParser ){
pParser->yyidx = -1;
#ifdef YYTRACKMAXSTACKDEPTH
pParser->yyidxMax = 0;
#endif
#if YYSTACKDEPTH<=0
pParser->yystack = NULL;
pParser->yystksz = 0;
yyGrowStack(pParser);
#endif
}
pParser = (yyParser*)(*mallocProc)( (YYMALLOCARGTYPE)sizeof(yyParser) );
if( pParser ) ParseInit(pParser);
return pParser;
}
#endif /* Parse_ENGINEALWAYSONSTACK */
/* The following function deletes the value associated with a
** symbol. The symbol can be either a terminal or nonterminal.
** "yymajor" is the symbol code, and "yypminor" is a pointer to
** the value.
/* The following function deletes the "minor type" or semantic value
** associated with a symbol. The symbol can be either a terminal
** or nonterminal. "yymajor" is the symbol code, and "yypminor" is
** a pointer to the value to be deleted. The code used to do the
** deletions is derived from the %destructor and/or %token_destructor
** directives of the input grammar.
*/
static void yy_destructor(
yyParser *yypParser, /* The parser */
......@@ -1184,9 +1450,10 @@ static void yy_destructor(
** being destroyed before it is finished parsing.
**
** Note: during a reduce, the only symbols destroyed are those
** which appear on the RHS of the rule, but which are not used
** which appear on the RHS of the rule, but which are *not* used
** inside the C code.
*/
/********* Begin destructor definitions ***************************************/
case 200: /* exprlist */
case 243: /* selcollist */
case 257: /* sclp */
......@@ -1243,6 +1510,7 @@ destroyAllSqlNode((yypminor->yy441));
tVariantDestroy(&(yypminor->yy506));
}
break;
/********* End destructor definitions *****************************************/
default: break; /* If no destructor action specified: do nothing */
}
}
......@@ -1252,51 +1520,53 @@ tVariantDestroy(&(yypminor->yy506));
**
** If there is a destructor routine associated with the token which
** is popped from the stack, then call it.
**
** Return the major token number for the symbol popped.
*/
static int yy_pop_parser_stack(yyParser *pParser){
YYCODETYPE yymajor;
yyStackEntry *yytos = &pParser->yystack[pParser->yyidx];
if( pParser->yyidx<0 ) return 0;
static void yy_pop_parser_stack(yyParser *pParser){
yyStackEntry *yytos;
assert( pParser->yytos!=0 );
assert( pParser->yytos > pParser->yystack );
yytos = pParser->yytos--;
#ifndef NDEBUG
if( yyTraceFILE && pParser->yyidx>=0 ){
if( yyTraceFILE ){
fprintf(yyTraceFILE,"%sPopping %s\n",
yyTracePrompt,
yyTokenName[yytos->major]);
}
#endif
yymajor = yytos->major;
yy_destructor(pParser, yymajor, &yytos->minor);
pParser->yyidx--;
return yymajor;
yy_destructor(pParser, yytos->major, &yytos->minor);
}
/*
** Clear all secondary memory allocations from the parser
*/
void ParseFinalize(void *p){
yyParser *pParser = (yyParser*)p;
while( pParser->yytos>pParser->yystack ) yy_pop_parser_stack(pParser);
#if YYSTACKDEPTH<=0
if( pParser->yystack!=&pParser->yystk0 ) free(pParser->yystack);
#endif
}
#ifndef Parse_ENGINEALWAYSONSTACK
/*
** Deallocate and destroy a parser. Destructors are all called for
** Deallocate and destroy a parser. Destructors are called for
** all stack elements before shutting the parser down.
**
** Inputs:
** <ul>
** <li> A pointer to the parser. This should be a pointer
** obtained from ParseAlloc.
** <li> A pointer to a function used to reclaim memory obtained
** from malloc.
** </ul>
** If the YYPARSEFREENEVERNULL macro exists (for example because it
** is defined in a %include section of the input grammar) then it is
** assumed that the input pointer is never NULL.
*/
void ParseFree(
void *p, /* The parser to be deleted */
void (*freeProc)(void*) /* Function used to reclaim memory */
){
yyParser *pParser = (yyParser*)p;
if( pParser==0 ) return;
while( pParser->yyidx>=0 ) yy_pop_parser_stack(pParser);
#if YYSTACKDEPTH<=0
free(pParser->yystack);
#ifndef YYPARSEFREENEVERNULL
if( p==0 ) return;
#endif
(*freeProc)((void*)pParser);
ParseFinalize(p);
(*freeProc)(p);
}
#endif /* Parse_ENGINEALWAYSONSTACK */
/*
** Return the peak depth of the stack for a parser.
......@@ -1304,33 +1574,70 @@ void ParseFree(
#ifdef YYTRACKMAXSTACKDEPTH
int ParseStackPeak(void *p){
yyParser *pParser = (yyParser*)p;
return pParser->yyidxMax;
return pParser->yyhwm;
}
#endif
/* This array of booleans keeps track of the parser statement
** coverage. The element yycoverage[X][Y] is set when the parser
** is in state X and has a lookahead token Y. In a well-tested
** systems, every element of this matrix should end up being set.
*/
#if defined(YYCOVERAGE)
static unsigned char yycoverage[YYNSTATE][YYNTOKEN];
#endif
/*
** Write into out a description of every state/lookahead combination that
**
** (1) has not been used by the parser, and
** (2) is not a syntax error.
**
** Return the number of missed state/lookahead combinations.
*/
#if defined(YYCOVERAGE)
int ParseCoverage(FILE *out){
int stateno, iLookAhead, i;
int nMissed = 0;
for(stateno=0; stateno<YYNSTATE; stateno++){
i = yy_shift_ofst[stateno];
for(iLookAhead=0; iLookAhead<YYNTOKEN; iLookAhead++){
if( yy_lookahead[i+iLookAhead]!=iLookAhead ) continue;
if( yycoverage[stateno][iLookAhead]==0 ) nMissed++;
if( out ){
fprintf(out,"State %d lookahead %s %s\n", stateno,
yyTokenName[iLookAhead],
yycoverage[stateno][iLookAhead] ? "ok" : "missed");
}
}
}
return nMissed;
}
#endif
/*
** Find the appropriate action for a parser given the terminal
** look-ahead token iLookAhead.
**
** If the look-ahead token is YYNOCODE, then check to see if the action is
** independent of the look-ahead. If it is, return the action, otherwise
** return YY_NO_ACTION.
*/
static int yy_find_shift_action(
static unsigned int yy_find_shift_action(
yyParser *pParser, /* The parser */
YYCODETYPE iLookAhead /* The look-ahead token */
){
int i;
int stateno = pParser->yystack[pParser->yyidx].stateno;
int stateno = pParser->yytos->stateno;
if( stateno>YY_SHIFT_COUNT
|| (i = yy_shift_ofst[stateno])==YY_SHIFT_USE_DFLT ){
return yy_default[stateno];
}
assert( iLookAhead!=YYNOCODE );
i += iLookAhead;
if( i<0 || i>=YY_ACTTAB_COUNT || yy_lookahead[i]!=iLookAhead ){
if( iLookAhead>0 ){
if( stateno>YY_MAX_SHIFT ) return stateno;
assert( stateno <= YY_SHIFT_COUNT );
#if defined(YYCOVERAGE)
yycoverage[stateno][iLookAhead] = 1;
#endif
do{
i = yy_shift_ofst[stateno];
assert( i>=0 && i+YYNTOKEN<=sizeof(yy_lookahead)/sizeof(yy_lookahead[0]) );
assert( iLookAhead!=YYNOCODE );
assert( iLookAhead < YYNTOKEN );
i += iLookAhead;
if( yy_lookahead[i]!=iLookAhead ){
#ifdef YYFALLBACK
YYCODETYPE iFallback; /* Fallback token */
if( iLookAhead<sizeof(yyFallback)/sizeof(yyFallback[0])
......@@ -1341,7 +1648,9 @@ static int yy_find_shift_action(
yyTracePrompt, yyTokenName[iLookAhead], yyTokenName[iFallback]);
}
#endif
return yy_find_shift_action(pParser, iFallback);
assert( yyFallback[iFallback]==0 ); /* Fallback loop must terminate */
iLookAhead = iFallback;
continue;
}
#endif
#ifdef YYWILDCARD
......@@ -1354,32 +1663,29 @@ static int yy_find_shift_action(
#if YY_SHIFT_MAX+YYWILDCARD>=YY_ACTTAB_COUNT
j<YY_ACTTAB_COUNT &&
#endif
yy_lookahead[j]==YYWILDCARD
yy_lookahead[j]==YYWILDCARD && iLookAhead>0
){
#ifndef NDEBUG
if( yyTraceFILE ){
fprintf(yyTraceFILE, "%sWILDCARD %s => %s\n",
yyTracePrompt, yyTokenName[iLookAhead], yyTokenName[YYWILDCARD]);
yyTracePrompt, yyTokenName[iLookAhead],
yyTokenName[YYWILDCARD]);
}
#endif /* NDEBUG */
return yy_action[j];
}
}
#endif /* YYWILDCARD */
return yy_default[stateno];
}else{
return yy_action[i];
}
return yy_default[stateno];
}else{
return yy_action[i];
}
}while(1);
}
/*
** Find the appropriate action for a parser given the non-terminal
** look-ahead token iLookAhead.
**
** If the look-ahead token is YYNOCODE, then check to see if the action is
** independent of the look-ahead. If it is, return the action, otherwise
** return YY_NO_ACTION.
*/
static int yy_find_reduce_action(
int stateno, /* Current state number */
......@@ -1394,7 +1700,6 @@ static int yy_find_reduce_action(
assert( stateno<=YY_REDUCE_COUNT );
#endif
i = yy_reduce_ofst[stateno];
assert( i!=YY_REDUCE_USE_DFLT );
assert( iLookAhead!=YYNOCODE );
i += iLookAhead;
#ifdef YYERRORSYMBOL
......@@ -1411,20 +1716,42 @@ static int yy_find_reduce_action(
/*
** The following routine is called if the stack overflows.
*/
static void yyStackOverflow(yyParser *yypParser, YYMINORTYPE *yypMinor){
static void yyStackOverflow(yyParser *yypParser){
ParseARG_FETCH;
yypParser->yyidx--;
#ifndef NDEBUG
if( yyTraceFILE ){
fprintf(yyTraceFILE,"%sStack Overflow!\n",yyTracePrompt);
}
#endif
while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
while( yypParser->yytos>yypParser->yystack ) yy_pop_parser_stack(yypParser);
/* Here code is inserted which will execute if the parser
** stack every overflows */
/******** Begin %stack_overflow code ******************************************/
/******** End %stack_overflow code ********************************************/
ParseARG_STORE; /* Suppress warning about unused %extra_argument var */
}
/*
** Print tracing information for a SHIFT action
*/
#ifndef NDEBUG
static void yyTraceShift(yyParser *yypParser, int yyNewState, const char *zTag){
if( yyTraceFILE ){
if( yyNewState<YYNSTATE ){
fprintf(yyTraceFILE,"%s%s '%s', go to state %d\n",
yyTracePrompt, zTag, yyTokenName[yypParser->yytos->major],
yyNewState);
}else{
fprintf(yyTraceFILE,"%s%s '%s', pending reduce %d\n",
yyTracePrompt, zTag, yyTokenName[yypParser->yytos->major],
yyNewState - YY_MIN_REDUCE);
}
}
}
#else
# define yyTraceShift(X,Y,Z)
#endif
/*
** Perform a shift action.
*/
......@@ -1432,337 +1759,333 @@ static void yy_shift(
yyParser *yypParser, /* The parser to be shifted */
int yyNewState, /* The new state to shift in */
int yyMajor, /* The major token to shift in */
YYMINORTYPE *yypMinor /* Pointer to the minor token to shift in */
ParseTOKENTYPE yyMinor /* The minor token to shift in */
){
yyStackEntry *yytos;
yypParser->yyidx++;
yypParser->yytos++;
#ifdef YYTRACKMAXSTACKDEPTH
if( yypParser->yyidx>yypParser->yyidxMax ){
yypParser->yyidxMax = yypParser->yyidx;
if( (int)(yypParser->yytos - yypParser->yystack)>yypParser->yyhwm ){
yypParser->yyhwm++;
assert( yypParser->yyhwm == (int)(yypParser->yytos - yypParser->yystack) );
}
#endif
#if YYSTACKDEPTH>0
if( yypParser->yyidx>=YYSTACKDEPTH ){
yyStackOverflow(yypParser, yypMinor);
if( yypParser->yytos>yypParser->yystackEnd ){
yypParser->yytos--;
yyStackOverflow(yypParser);
return;
}
#else
if( yypParser->yyidx>=yypParser->yystksz ){
yyGrowStack(yypParser);
if( yypParser->yyidx>=yypParser->yystksz ){
yyStackOverflow(yypParser, yypMinor);
if( yypParser->yytos>=&yypParser->yystack[yypParser->yystksz] ){
if( yyGrowStack(yypParser) ){
yypParser->yytos--;
yyStackOverflow(yypParser);
return;
}
}
#endif
yytos = &yypParser->yystack[yypParser->yyidx];
if( yyNewState > YY_MAX_SHIFT ){
yyNewState += YY_MIN_REDUCE - YY_MIN_SHIFTREDUCE;
}
yytos = yypParser->yytos;
yytos->stateno = (YYACTIONTYPE)yyNewState;
yytos->major = (YYCODETYPE)yyMajor;
yytos->minor = *yypMinor;
#ifndef NDEBUG
if( yyTraceFILE && yypParser->yyidx>0 ){
int i;
fprintf(yyTraceFILE,"%sShift %d\n",yyTracePrompt,yyNewState);
fprintf(yyTraceFILE,"%sStack:",yyTracePrompt);
for(i=1; i<=yypParser->yyidx; i++)
fprintf(yyTraceFILE," %s",yyTokenName[yypParser->yystack[i].major]);
fprintf(yyTraceFILE,"\n");
}
#endif
yytos->minor.yy0 = yyMinor;
yyTraceShift(yypParser, yyNewState, "Shift");
}
/* The following table contains information about every rule that
** is used during the reduce.
*/
static const struct {
YYCODETYPE lhs; /* Symbol on the left-hand side of the rule */
unsigned char nrhs; /* Number of right-hand side symbols in the rule */
YYCODETYPE lhs; /* Symbol on the left-hand side of the rule */
signed char nrhs; /* Negative of the number of RHS symbols in the rule */
} yyRuleInfo[] = {
{ 191, 1 },
{ 192, 2 },
{ 192, 2 },
{ 192, 2 },
{ 192, 2 },
{ 192, 2 },
{ 192, 2 },
{ 192, 2 },
{ 192, 2 },
{ 192, 2 },
{ 192, 2 },
{ 192, 2 },
{ 192, 2 },
{ 192, 2 },
{ 192, 2 },
{ 192, 3 },
{ 193, 0 },
{ 193, 2 },
{ 195, 0 },
{ 195, 2 },
{ 192, 5 },
{ 192, 5 },
{ 192, 4 },
{ 192, 3 },
{ 192, 5 },
{ 192, 3 },
{ 192, 5 },
{ 192, 3 },
{ 192, 4 },
{ 192, 5 },
{ 192, 5 },
{ 192, 4 },
{ 192, 4 },
{ 192, 3 },
{ 192, 3 },
{ 192, 3 },
{ 192, 2 },
{ 192, 3 },
{ 192, 5 },
{ 192, 5 },
{ 192, 4 },
{ 192, 5 },
{ 192, 3 },
{ 192, 4 },
{ 192, 4 },
{ 192, 4 },
{ 192, 4 },
{ 192, 6 },
{ 192, 6 },
{ 194, 1 },
{ 194, 1 },
{ 196, 2 },
{ 196, 0 },
{ 201, 3 },
{ 201, 0 },
{ 192, 3 },
{ 192, 6 },
{ 192, 5 },
{ 192, 5 },
{ 192, 5 },
{ 204, 0 },
{ 204, 2 },
{ 205, 0 },
{ 205, 2 },
{ 206, 0 },
{ 206, 2 },
{ 207, 0 },
{ 207, 2 },
{ 208, 0 },
{ 208, 2 },
{ 209, 0 },
{ 209, 2 },
{ 210, 0 },
{ 210, 2 },
{ 211, 0 },
{ 211, 2 },
{ 212, 0 },
{ 212, 2 },
{ 199, 9 },
{ 213, 3 },
{ 213, 1 },
{ 214, 1 },
{ 215, 2 },
{ 216, 2 },
{ 217, 2 },
{ 218, 2 },
{ 219, 2 },
{ 220, 2 },
{ 221, 2 },
{ 222, 2 },
{ 223, 2 },
{ 224, 2 },
{ 225, 2 },
{ 226, 2 },
{ 227, 2 },
{ 228, 2 },
{ 229, 2 },
{ 230, 2 },
{ 202, 0 },
{ 202, 2 },
{ 202, 2 },
{ 202, 2 },
{ 202, 2 },
{ 202, 2 },
{ 202, 2 },
{ 202, 2 },
{ 202, 2 },
{ 202, 2 },
{ 202, 2 },
{ 202, 2 },
{ 202, 2 },
{ 202, 2 },
{ 202, 2 },
{ 202, 2 },
{ 203, 1 },
{ 203, 2 },
{ 197, 0 },
{ 197, 2 },
{ 197, 2 },
{ 197, 2 },
{ 197, 2 },
{ 197, 2 },
{ 197, 2 },
{ 197, 2 },
{ 197, 2 },
{ 197, 2 },
{ 198, 1 },
{ 198, 2 },
{ 231, 1 },
{ 231, 4 },
{ 231, 2 },
{ 232, 1 },
{ 232, 2 },
{ 232, 2 },
{ 192, 3 },
{ 192, 3 },
{ 192, 3 },
{ 192, 3 },
{ 235, 1 },
{ 235, 2 },
{ 233, 6 },
{ 234, 10 },
{ 236, 10 },
{ 236, 13 },
{ 239, 3 },
{ 239, 1 },
{ 233, 5 },
{ 237, 3 },
{ 237, 1 },
{ 241, 2 },
{ 238, 3 },
{ 238, 1 },
{ 242, 1 },
{ 242, 1 },
{ 242, 1 },
{ 242, 1 },
{ 242, 1 },
{ 242, 1 },
{ 242, 2 },
{ 242, 2 },
{ 242, 2 },
{ 242, 2 },
{ 240, 14 },
{ 240, 3 },
{ 256, 1 },
{ 256, 4 },
{ 192, 1 },
{ 240, 2 },
{ 257, 2 },
{ 257, 0 },
{ 243, 4 },
{ 243, 2 },
{ 260, 2 },
{ 260, 1 },
{ 260, 0 },
{ 258, 1 },
{ 258, 0 },
{ 244, 2 },
{ 244, 2 },
{ 262, 3 },
{ 262, 4 },
{ 262, 6 },
{ 261, 2 },
{ 261, 3 },
{ 261, 4 },
{ 261, 5 },
{ 263, 1 },
{ 246, 4 },
{ 246, 6 },
{ 246, 0 },
{ 247, 0 },
{ 247, 7 },
{ 248, 0 },
{ 248, 4 },
{ 249, 0 },
{ 249, 6 },
{ 249, 4 },
{ 250, 4 },
{ 250, 0 },
{ 252, 0 },
{ 252, 3 },
{ 264, 4 },
{ 264, 2 },
{ 266, 2 },
{ 267, 1 },
{ 267, 1 },
{ 267, 0 },
{ 251, 0 },
{ 251, 3 },
{ 268, 3 },
{ 268, 1 },
{ 253, 0 },
{ 253, 2 },
{ 255, 0 },
{ 255, 2 },
{ 255, 4 },
{ 255, 4 },
{ 254, 0 },
{ 254, 2 },
{ 254, 4 },
{ 254, 4 },
{ 245, 0 },
{ 245, 2 },
{ 259, 3 },
{ 259, 1 },
{ 259, 3 },
{ 259, 3 },
{ 259, 1 },
{ 259, 2 },
{ 259, 2 },
{ 259, 1 },
{ 259, 2 },
{ 259, 2 },
{ 259, 1 },
{ 259, 1 },
{ 259, 1 },
{ 259, 2 },
{ 259, 2 },
{ 259, 1 },
{ 259, 1 },
{ 259, 4 },
{ 259, 4 },
{ 259, 3 },
{ 259, 4 },
{ 259, 3 },
{ 259, 3 },
{ 259, 3 },
{ 259, 3 },
{ 259, 3 },
{ 259, 3 },
{ 259, 5 },
{ 259, 3 },
{ 259, 3 },
{ 259, 3 },
{ 259, 3 },
{ 259, 3 },
{ 259, 3 },
{ 259, 3 },
{ 259, 3 },
{ 259, 5 },
{ 200, 3 },
{ 200, 1 },
{ 269, 1 },
{ 269, 0 },
{ 192, 3 },
{ 192, 3 },
{ 192, 7 },
{ 192, 7 },
{ 192, 7 },
{ 192, 7 },
{ 192, 7 },
{ 192, 8 },
{ 192, 9 },
{ 192, 7 },
{ 192, 7 },
{ 192, 7 },
{ 192, 7 },
{ 192, 7 },
{ 192, 7 },
{ 192, 8 },
{ 192, 9 },
{ 192, 7 },
{ 192, 3 },
{ 192, 5 },
{ 192, 5 },
{ 191, -1 }, /* (0) program ::= cmd */
{ 192, -2 }, /* (1) cmd ::= SHOW DATABASES */
{ 192, -2 }, /* (2) cmd ::= SHOW TOPICS */
{ 192, -2 }, /* (3) cmd ::= SHOW MNODES */
{ 192, -2 }, /* (4) cmd ::= SHOW DNODES */
{ 192, -2 }, /* (5) cmd ::= SHOW ACCOUNTS */
{ 192, -2 }, /* (6) cmd ::= SHOW USERS */
{ 192, -2 }, /* (7) cmd ::= SHOW MODULES */
{ 192, -2 }, /* (8) cmd ::= SHOW QUERIES */
{ 192, -2 }, /* (9) cmd ::= SHOW CONNECTIONS */
{ 192, -2 }, /* (10) cmd ::= SHOW STREAMS */
{ 192, -2 }, /* (11) cmd ::= SHOW VARIABLES */
{ 192, -2 }, /* (12) cmd ::= SHOW SCORES */
{ 192, -2 }, /* (13) cmd ::= SHOW GRANTS */
{ 192, -2 }, /* (14) cmd ::= SHOW VNODES */
{ 192, -3 }, /* (15) cmd ::= SHOW VNODES IPTOKEN */
{ 193, 0 }, /* (16) dbPrefix ::= */
{ 193, -2 }, /* (17) dbPrefix ::= ids DOT */
{ 195, 0 }, /* (18) cpxName ::= */
{ 195, -2 }, /* (19) cpxName ::= DOT ids */
{ 192, -5 }, /* (20) cmd ::= SHOW CREATE TABLE ids cpxName */
{ 192, -5 }, /* (21) cmd ::= SHOW CREATE STABLE ids cpxName */
{ 192, -4 }, /* (22) cmd ::= SHOW CREATE DATABASE ids */
{ 192, -3 }, /* (23) cmd ::= SHOW dbPrefix TABLES */
{ 192, -5 }, /* (24) cmd ::= SHOW dbPrefix TABLES LIKE ids */
{ 192, -3 }, /* (25) cmd ::= SHOW dbPrefix STABLES */
{ 192, -5 }, /* (26) cmd ::= SHOW dbPrefix STABLES LIKE ids */
{ 192, -3 }, /* (27) cmd ::= SHOW dbPrefix VGROUPS */
{ 192, -4 }, /* (28) cmd ::= SHOW dbPrefix VGROUPS ids */
{ 192, -5 }, /* (29) cmd ::= DROP TABLE ifexists ids cpxName */
{ 192, -5 }, /* (30) cmd ::= DROP STABLE ifexists ids cpxName */
{ 192, -4 }, /* (31) cmd ::= DROP DATABASE ifexists ids */
{ 192, -4 }, /* (32) cmd ::= DROP TOPIC ifexists ids */
{ 192, -3 }, /* (33) cmd ::= DROP DNODE ids */
{ 192, -3 }, /* (34) cmd ::= DROP USER ids */
{ 192, -3 }, /* (35) cmd ::= DROP ACCOUNT ids */
{ 192, -2 }, /* (36) cmd ::= USE ids */
{ 192, -3 }, /* (37) cmd ::= DESCRIBE ids cpxName */
{ 192, -5 }, /* (38) cmd ::= ALTER USER ids PASS ids */
{ 192, -5 }, /* (39) cmd ::= ALTER USER ids PRIVILEGE ids */
{ 192, -4 }, /* (40) cmd ::= ALTER DNODE ids ids */
{ 192, -5 }, /* (41) cmd ::= ALTER DNODE ids ids ids */
{ 192, -3 }, /* (42) cmd ::= ALTER LOCAL ids */
{ 192, -4 }, /* (43) cmd ::= ALTER LOCAL ids ids */
{ 192, -4 }, /* (44) cmd ::= ALTER DATABASE ids alter_db_optr */
{ 192, -4 }, /* (45) cmd ::= ALTER TOPIC ids alter_topic_optr */
{ 192, -4 }, /* (46) cmd ::= ALTER ACCOUNT ids acct_optr */
{ 192, -6 }, /* (47) cmd ::= ALTER ACCOUNT ids PASS ids acct_optr */
{ 192, -6 }, /* (48) cmd ::= COMPACT VNODES IN LP exprlist RP */
{ 194, -1 }, /* (49) ids ::= ID */
{ 194, -1 }, /* (50) ids ::= STRING */
{ 196, -2 }, /* (51) ifexists ::= IF EXISTS */
{ 196, 0 }, /* (52) ifexists ::= */
{ 201, -3 }, /* (53) ifnotexists ::= IF NOT EXISTS */
{ 201, 0 }, /* (54) ifnotexists ::= */
{ 192, -3 }, /* (55) cmd ::= CREATE DNODE ids */
{ 192, -6 }, /* (56) cmd ::= CREATE ACCOUNT ids PASS ids acct_optr */
{ 192, -5 }, /* (57) cmd ::= CREATE DATABASE ifnotexists ids db_optr */
{ 192, -5 }, /* (58) cmd ::= CREATE TOPIC ifnotexists ids topic_optr */
{ 192, -5 }, /* (59) cmd ::= CREATE USER ids PASS ids */
{ 204, 0 }, /* (60) pps ::= */
{ 204, -2 }, /* (61) pps ::= PPS INTEGER */
{ 205, 0 }, /* (62) tseries ::= */
{ 205, -2 }, /* (63) tseries ::= TSERIES INTEGER */
{ 206, 0 }, /* (64) dbs ::= */
{ 206, -2 }, /* (65) dbs ::= DBS INTEGER */
{ 207, 0 }, /* (66) streams ::= */
{ 207, -2 }, /* (67) streams ::= STREAMS INTEGER */
{ 208, 0 }, /* (68) storage ::= */
{ 208, -2 }, /* (69) storage ::= STORAGE INTEGER */
{ 209, 0 }, /* (70) qtime ::= */
{ 209, -2 }, /* (71) qtime ::= QTIME INTEGER */
{ 210, 0 }, /* (72) users ::= */
{ 210, -2 }, /* (73) users ::= USERS INTEGER */
{ 211, 0 }, /* (74) conns ::= */
{ 211, -2 }, /* (75) conns ::= CONNS INTEGER */
{ 212, 0 }, /* (76) state ::= */
{ 212, -2 }, /* (77) state ::= STATE ids */
{ 199, -9 }, /* (78) acct_optr ::= pps tseries storage streams qtime dbs users conns state */
{ 213, -3 }, /* (79) intitemlist ::= intitemlist COMMA intitem */
{ 213, -1 }, /* (80) intitemlist ::= intitem */
{ 214, -1 }, /* (81) intitem ::= INTEGER */
{ 215, -2 }, /* (82) keep ::= KEEP intitemlist */
{ 216, -2 }, /* (83) cache ::= CACHE INTEGER */
{ 217, -2 }, /* (84) replica ::= REPLICA INTEGER */
{ 218, -2 }, /* (85) quorum ::= QUORUM INTEGER */
{ 219, -2 }, /* (86) days ::= DAYS INTEGER */
{ 220, -2 }, /* (87) minrows ::= MINROWS INTEGER */
{ 221, -2 }, /* (88) maxrows ::= MAXROWS INTEGER */
{ 222, -2 }, /* (89) blocks ::= BLOCKS INTEGER */
{ 223, -2 }, /* (90) ctime ::= CTIME INTEGER */
{ 224, -2 }, /* (91) wal ::= WAL INTEGER */
{ 225, -2 }, /* (92) fsync ::= FSYNC INTEGER */
{ 226, -2 }, /* (93) comp ::= COMP INTEGER */
{ 227, -2 }, /* (94) prec ::= PRECISION STRING */
{ 228, -2 }, /* (95) update ::= UPDATE INTEGER */
{ 229, -2 }, /* (96) cachelast ::= CACHELAST INTEGER */
{ 230, -2 }, /* (97) partitions ::= PARTITIONS INTEGER */
{ 202, 0 }, /* (98) db_optr ::= */
{ 202, -2 }, /* (99) db_optr ::= db_optr cache */
{ 202, -2 }, /* (100) db_optr ::= db_optr replica */
{ 202, -2 }, /* (101) db_optr ::= db_optr quorum */
{ 202, -2 }, /* (102) db_optr ::= db_optr days */
{ 202, -2 }, /* (103) db_optr ::= db_optr minrows */
{ 202, -2 }, /* (104) db_optr ::= db_optr maxrows */
{ 202, -2 }, /* (105) db_optr ::= db_optr blocks */
{ 202, -2 }, /* (106) db_optr ::= db_optr ctime */
{ 202, -2 }, /* (107) db_optr ::= db_optr wal */
{ 202, -2 }, /* (108) db_optr ::= db_optr fsync */
{ 202, -2 }, /* (109) db_optr ::= db_optr comp */
{ 202, -2 }, /* (110) db_optr ::= db_optr prec */
{ 202, -2 }, /* (111) db_optr ::= db_optr keep */
{ 202, -2 }, /* (112) db_optr ::= db_optr update */
{ 202, -2 }, /* (113) db_optr ::= db_optr cachelast */
{ 203, -1 }, /* (114) topic_optr ::= db_optr */
{ 203, -2 }, /* (115) topic_optr ::= topic_optr partitions */
{ 197, 0 }, /* (116) alter_db_optr ::= */
{ 197, -2 }, /* (117) alter_db_optr ::= alter_db_optr replica */
{ 197, -2 }, /* (118) alter_db_optr ::= alter_db_optr quorum */
{ 197, -2 }, /* (119) alter_db_optr ::= alter_db_optr keep */
{ 197, -2 }, /* (120) alter_db_optr ::= alter_db_optr blocks */
{ 197, -2 }, /* (121) alter_db_optr ::= alter_db_optr comp */
{ 197, -2 }, /* (122) alter_db_optr ::= alter_db_optr wal */
{ 197, -2 }, /* (123) alter_db_optr ::= alter_db_optr fsync */
{ 197, -2 }, /* (124) alter_db_optr ::= alter_db_optr update */
{ 197, -2 }, /* (125) alter_db_optr ::= alter_db_optr cachelast */
{ 198, -1 }, /* (126) alter_topic_optr ::= alter_db_optr */
{ 198, -2 }, /* (127) alter_topic_optr ::= alter_topic_optr partitions */
{ 231, -1 }, /* (128) typename ::= ids */
{ 231, -4 }, /* (129) typename ::= ids LP signed RP */
{ 231, -2 }, /* (130) typename ::= ids UNSIGNED */
{ 232, -1 }, /* (131) signed ::= INTEGER */
{ 232, -2 }, /* (132) signed ::= PLUS INTEGER */
{ 232, -2 }, /* (133) signed ::= MINUS INTEGER */
{ 192, -3 }, /* (134) cmd ::= CREATE TABLE create_table_args */
{ 192, -3 }, /* (135) cmd ::= CREATE TABLE create_stable_args */
{ 192, -3 }, /* (136) cmd ::= CREATE STABLE create_stable_args */
{ 192, -3 }, /* (137) cmd ::= CREATE TABLE create_table_list */
{ 235, -1 }, /* (138) create_table_list ::= create_from_stable */
{ 235, -2 }, /* (139) create_table_list ::= create_table_list create_from_stable */
{ 233, -6 }, /* (140) create_table_args ::= ifnotexists ids cpxName LP columnlist RP */
{ 234, -10 }, /* (141) create_stable_args ::= ifnotexists ids cpxName LP columnlist RP TAGS LP columnlist RP */
{ 236, -10 }, /* (142) create_from_stable ::= ifnotexists ids cpxName USING ids cpxName TAGS LP tagitemlist RP */
{ 236, -13 }, /* (143) create_from_stable ::= ifnotexists ids cpxName USING ids cpxName LP tagNamelist RP TAGS LP tagitemlist RP */
{ 239, -3 }, /* (144) tagNamelist ::= tagNamelist COMMA ids */
{ 239, -1 }, /* (145) tagNamelist ::= ids */
{ 233, -5 }, /* (146) create_table_args ::= ifnotexists ids cpxName AS select */
{ 237, -3 }, /* (147) columnlist ::= columnlist COMMA column */
{ 237, -1 }, /* (148) columnlist ::= column */
{ 241, -2 }, /* (149) column ::= ids typename */
{ 238, -3 }, /* (150) tagitemlist ::= tagitemlist COMMA tagitem */
{ 238, -1 }, /* (151) tagitemlist ::= tagitem */
{ 242, -1 }, /* (152) tagitem ::= INTEGER */
{ 242, -1 }, /* (153) tagitem ::= FLOAT */
{ 242, -1 }, /* (154) tagitem ::= STRING */
{ 242, -1 }, /* (155) tagitem ::= BOOL */
{ 242, -1 }, /* (156) tagitem ::= NULL */
{ 242, -1 }, /* (157) tagitem ::= NOW */
{ 242, -2 }, /* (158) tagitem ::= MINUS INTEGER */
{ 242, -2 }, /* (159) tagitem ::= MINUS FLOAT */
{ 242, -2 }, /* (160) tagitem ::= PLUS INTEGER */
{ 242, -2 }, /* (161) tagitem ::= PLUS FLOAT */
{ 240, -14 }, /* (162) select ::= SELECT selcollist from where_opt interval_opt session_option windowstate_option fill_opt sliding_opt groupby_opt orderby_opt having_opt slimit_opt limit_opt */
{ 240, -3 }, /* (163) select ::= LP select RP */
{ 256, -1 }, /* (164) union ::= select */
{ 256, -4 }, /* (165) union ::= union UNION ALL select */
{ 192, -1 }, /* (166) cmd ::= union */
{ 240, -2 }, /* (167) select ::= SELECT selcollist */
{ 257, -2 }, /* (168) sclp ::= selcollist COMMA */
{ 257, 0 }, /* (169) sclp ::= */
{ 243, -4 }, /* (170) selcollist ::= sclp distinct expr as */
{ 243, -2 }, /* (171) selcollist ::= sclp STAR */
{ 260, -2 }, /* (172) as ::= AS ids */
{ 260, -1 }, /* (173) as ::= ids */
{ 260, 0 }, /* (174) as ::= */
{ 258, -1 }, /* (175) distinct ::= DISTINCT */
{ 258, 0 }, /* (176) distinct ::= */
{ 244, -2 }, /* (177) from ::= FROM tablelist */
{ 244, -2 }, /* (178) from ::= FROM sub */
{ 262, -3 }, /* (179) sub ::= LP union RP */
{ 262, -4 }, /* (180) sub ::= LP union RP ids */
{ 262, -6 }, /* (181) sub ::= sub COMMA LP union RP ids */
{ 261, -2 }, /* (182) tablelist ::= ids cpxName */
{ 261, -3 }, /* (183) tablelist ::= ids cpxName ids */
{ 261, -4 }, /* (184) tablelist ::= tablelist COMMA ids cpxName */
{ 261, -5 }, /* (185) tablelist ::= tablelist COMMA ids cpxName ids */
{ 263, -1 }, /* (186) tmvar ::= VARIABLE */
{ 246, -4 }, /* (187) interval_opt ::= INTERVAL LP tmvar RP */
{ 246, -6 }, /* (188) interval_opt ::= INTERVAL LP tmvar COMMA tmvar RP */
{ 246, 0 }, /* (189) interval_opt ::= */
{ 247, 0 }, /* (190) session_option ::= */
{ 247, -7 }, /* (191) session_option ::= SESSION LP ids cpxName COMMA tmvar RP */
{ 248, 0 }, /* (192) windowstate_option ::= */
{ 248, -4 }, /* (193) windowstate_option ::= STATE_WINDOW LP ids RP */
{ 249, 0 }, /* (194) fill_opt ::= */
{ 249, -6 }, /* (195) fill_opt ::= FILL LP ID COMMA tagitemlist RP */
{ 249, -4 }, /* (196) fill_opt ::= FILL LP ID RP */
{ 250, -4 }, /* (197) sliding_opt ::= SLIDING LP tmvar RP */
{ 250, 0 }, /* (198) sliding_opt ::= */
{ 252, 0 }, /* (199) orderby_opt ::= */
{ 252, -3 }, /* (200) orderby_opt ::= ORDER BY sortlist */
{ 264, -4 }, /* (201) sortlist ::= sortlist COMMA item sortorder */
{ 264, -2 }, /* (202) sortlist ::= item sortorder */
{ 266, -2 }, /* (203) item ::= ids cpxName */
{ 267, -1 }, /* (204) sortorder ::= ASC */
{ 267, -1 }, /* (205) sortorder ::= DESC */
{ 267, 0 }, /* (206) sortorder ::= */
{ 251, 0 }, /* (207) groupby_opt ::= */
{ 251, -3 }, /* (208) groupby_opt ::= GROUP BY grouplist */
{ 268, -3 }, /* (209) grouplist ::= grouplist COMMA item */
{ 268, -1 }, /* (210) grouplist ::= item */
{ 253, 0 }, /* (211) having_opt ::= */
{ 253, -2 }, /* (212) having_opt ::= HAVING expr */
{ 255, 0 }, /* (213) limit_opt ::= */
{ 255, -2 }, /* (214) limit_opt ::= LIMIT signed */
{ 255, -4 }, /* (215) limit_opt ::= LIMIT signed OFFSET signed */
{ 255, -4 }, /* (216) limit_opt ::= LIMIT signed COMMA signed */
{ 254, 0 }, /* (217) slimit_opt ::= */
{ 254, -2 }, /* (218) slimit_opt ::= SLIMIT signed */
{ 254, -4 }, /* (219) slimit_opt ::= SLIMIT signed SOFFSET signed */
{ 254, -4 }, /* (220) slimit_opt ::= SLIMIT signed COMMA signed */
{ 245, 0 }, /* (221) where_opt ::= */
{ 245, -2 }, /* (222) where_opt ::= WHERE expr */
{ 259, -3 }, /* (223) expr ::= LP expr RP */
{ 259, -1 }, /* (224) expr ::= ID */
{ 259, -3 }, /* (225) expr ::= ID DOT ID */
{ 259, -3 }, /* (226) expr ::= ID DOT STAR */
{ 259, -1 }, /* (227) expr ::= INTEGER */
{ 259, -2 }, /* (228) expr ::= MINUS INTEGER */
{ 259, -2 }, /* (229) expr ::= PLUS INTEGER */
{ 259, -1 }, /* (230) expr ::= FLOAT */
{ 259, -2 }, /* (231) expr ::= MINUS FLOAT */
{ 259, -2 }, /* (232) expr ::= PLUS FLOAT */
{ 259, -1 }, /* (233) expr ::= STRING */
{ 259, -1 }, /* (234) expr ::= NOW */
{ 259, -1 }, /* (235) expr ::= VARIABLE */
{ 259, -2 }, /* (236) expr ::= PLUS VARIABLE */
{ 259, -2 }, /* (237) expr ::= MINUS VARIABLE */
{ 259, -1 }, /* (238) expr ::= BOOL */
{ 259, -1 }, /* (239) expr ::= NULL */
{ 259, -4 }, /* (240) expr ::= ID LP exprlist RP */
{ 259, -4 }, /* (241) expr ::= ID LP STAR RP */
{ 259, -3 }, /* (242) expr ::= expr IS NULL */
{ 259, -4 }, /* (243) expr ::= expr IS NOT NULL */
{ 259, -3 }, /* (244) expr ::= expr LT expr */
{ 259, -3 }, /* (245) expr ::= expr GT expr */
{ 259, -3 }, /* (246) expr ::= expr LE expr */
{ 259, -3 }, /* (247) expr ::= expr GE expr */
{ 259, -3 }, /* (248) expr ::= expr NE expr */
{ 259, -3 }, /* (249) expr ::= expr EQ expr */
{ 259, -5 }, /* (250) expr ::= expr BETWEEN expr AND expr */
{ 259, -3 }, /* (251) expr ::= expr AND expr */
{ 259, -3 }, /* (252) expr ::= expr OR expr */
{ 259, -3 }, /* (253) expr ::= expr PLUS expr */
{ 259, -3 }, /* (254) expr ::= expr MINUS expr */
{ 259, -3 }, /* (255) expr ::= expr STAR expr */
{ 259, -3 }, /* (256) expr ::= expr SLASH expr */
{ 259, -3 }, /* (257) expr ::= expr REM expr */
{ 259, -3 }, /* (258) expr ::= expr LIKE expr */
{ 259, -5 }, /* (259) expr ::= expr IN LP exprlist RP */
{ 200, -3 }, /* (260) exprlist ::= exprlist COMMA expritem */
{ 200, -1 }, /* (261) exprlist ::= expritem */
{ 269, -1 }, /* (262) expritem ::= expr */
{ 269, 0 }, /* (263) expritem ::= */
{ 192, -3 }, /* (264) cmd ::= RESET QUERY CACHE */
{ 192, -3 }, /* (265) cmd ::= SYNCDB ids REPLICA */
{ 192, -7 }, /* (266) cmd ::= ALTER TABLE ids cpxName ADD COLUMN columnlist */
{ 192, -7 }, /* (267) cmd ::= ALTER TABLE ids cpxName DROP COLUMN ids */
{ 192, -7 }, /* (268) cmd ::= ALTER TABLE ids cpxName MODIFY COLUMN columnlist */
{ 192, -7 }, /* (269) cmd ::= ALTER TABLE ids cpxName ADD TAG columnlist */
{ 192, -7 }, /* (270) cmd ::= ALTER TABLE ids cpxName DROP TAG ids */
{ 192, -8 }, /* (271) cmd ::= ALTER TABLE ids cpxName CHANGE TAG ids ids */
{ 192, -9 }, /* (272) cmd ::= ALTER TABLE ids cpxName SET TAG ids EQ tagitem */
{ 192, -7 }, /* (273) cmd ::= ALTER TABLE ids cpxName MODIFY TAG columnlist */
{ 192, -7 }, /* (274) cmd ::= ALTER STABLE ids cpxName ADD COLUMN columnlist */
{ 192, -7 }, /* (275) cmd ::= ALTER STABLE ids cpxName DROP COLUMN ids */
{ 192, -7 }, /* (276) cmd ::= ALTER STABLE ids cpxName MODIFY COLUMN columnlist */
{ 192, -7 }, /* (277) cmd ::= ALTER STABLE ids cpxName ADD TAG columnlist */
{ 192, -7 }, /* (278) cmd ::= ALTER STABLE ids cpxName DROP TAG ids */
{ 192, -8 }, /* (279) cmd ::= ALTER STABLE ids cpxName CHANGE TAG ids ids */
{ 192, -9 }, /* (280) cmd ::= ALTER STABLE ids cpxName SET TAG ids EQ tagitem */
{ 192, -7 }, /* (281) cmd ::= ALTER STABLE ids cpxName MODIFY TAG columnlist */
{ 192, -3 }, /* (282) cmd ::= KILL CONNECTION INTEGER */
{ 192, -5 }, /* (283) cmd ::= KILL STREAM INTEGER COLON INTEGER */
{ 192, -5 }, /* (284) cmd ::= KILL QUERY INTEGER COLON INTEGER */
};
static void yy_accept(yyParser*); /* Forward Declaration */
......@@ -1770,43 +2093,66 @@ static void yy_accept(yyParser*); /* Forward Declaration */
/*
** Perform a reduce action and the shift that must immediately
** follow the reduce.
**
** The yyLookahead and yyLookaheadToken parameters provide reduce actions
** access to the lookahead token (if any). The yyLookahead will be YYNOCODE
** if the lookahead token has already been consumed. As this procedure is
** only called from one place, optimizing compilers will in-line it, which
** means that the extra parameters have no performance impact.
*/
static void yy_reduce(
yyParser *yypParser, /* The parser */
int yyruleno /* Number of the rule by which to reduce */
unsigned int yyruleno, /* Number of the rule by which to reduce */
int yyLookahead, /* Lookahead token, or YYNOCODE if none */
ParseTOKENTYPE yyLookaheadToken /* Value of the lookahead token */
){
int yygoto; /* The next state */
int yyact; /* The next action */
YYMINORTYPE yygotominor; /* The LHS of the rule reduced */
yyStackEntry *yymsp; /* The top of the parser's stack */
int yysize; /* Amount to pop the stack */
ParseARG_FETCH;
yymsp = &yypParser->yystack[yypParser->yyidx];
(void)yyLookahead;
(void)yyLookaheadToken;
yymsp = yypParser->yytos;
#ifndef NDEBUG
if( yyTraceFILE && yyruleno>=0
&& yyruleno<(int)(sizeof(yyRuleName)/sizeof(yyRuleName[0])) ){
fprintf(yyTraceFILE, "%sReduce [%s].\n", yyTracePrompt,
yyRuleName[yyruleno]);
if( yyTraceFILE && yyruleno<(int)(sizeof(yyRuleName)/sizeof(yyRuleName[0])) ){
yysize = yyRuleInfo[yyruleno].nrhs;
if( yysize ){
fprintf(yyTraceFILE, "%sReduce %d [%s], go to state %d.\n",
yyTracePrompt,
yyruleno, yyRuleName[yyruleno], yymsp[yysize].stateno);
}else{
fprintf(yyTraceFILE, "%sReduce %d [%s].\n",
yyTracePrompt, yyruleno, yyRuleName[yyruleno]);
}
}
#endif /* NDEBUG */
/* Silence complaints from purify about yygotominor being uninitialized
** in some cases when it is copied into the stack after the following
** switch. yygotominor is uninitialized when a rule reduces that does
** not set the value of its left-hand side nonterminal. Leaving the
** value of the nonterminal uninitialized is utterly harmless as long
** as the value is never used. So really the only thing this code
** accomplishes is to quieten purify.
**
** 2007-01-16: The wireshark project (www.wireshark.org) reports that
** without this code, their parser segfaults. I'm not sure what there
** parser is doing to make this happen. This is the second bug report
** from wireshark this week. Clearly they are stressing Lemon in ways
** that it has not been previously stressed... (SQLite ticket #2172)
*/
/*memset(&yygotominor, 0, sizeof(yygotominor));*/
yygotominor = yyzerominor;
/* Check that the stack is large enough to grow by a single entry
** if the RHS of the rule is empty. This ensures that there is room
** enough on the stack to push the LHS value */
if( yyRuleInfo[yyruleno].nrhs==0 ){
#ifdef YYTRACKMAXSTACKDEPTH
if( (int)(yypParser->yytos - yypParser->yystack)>yypParser->yyhwm ){
yypParser->yyhwm++;
assert( yypParser->yyhwm == (int)(yypParser->yytos - yypParser->yystack));
}
#endif
#if YYSTACKDEPTH>0
if( yypParser->yytos>=yypParser->yystackEnd ){
yyStackOverflow(yypParser);
return;
}
#else
if( yypParser->yytos>=&yypParser->yystack[yypParser->yystksz-1] ){
if( yyGrowStack(yypParser) ){
yyStackOverflow(yypParser);
return;
}
yymsp = yypParser->yytos;
}
#endif
}
switch( yyruleno ){
/* Beginning here are the reduction cases. A typical example
......@@ -1817,7 +2163,12 @@ static void yy_reduce(
** #line <lineno> <thisfile>
** break;
*/
/********** Begin reduce actions **********************************************/
YYMINORTYPE yylhsminor;
case 0: /* program ::= cmd */
case 134: /* cmd ::= CREATE TABLE create_table_args */ yytestcase(yyruleno==134);
case 135: /* cmd ::= CREATE TABLE create_stable_args */ yytestcase(yyruleno==135);
case 136: /* cmd ::= CREATE STABLE create_stable_args */ yytestcase(yyruleno==136);
{}
break;
case 1: /* cmd ::= SHOW DATABASES */
......@@ -1866,16 +2217,17 @@ static void yy_reduce(
{ setShowOptions(pInfo, TSDB_MGMT_TABLE_VNODES, &yymsp[0].minor.yy0, 0); }
break;
case 16: /* dbPrefix ::= */
{yygotominor.yy0.n = 0; yygotominor.yy0.type = 0;}
{yymsp[1].minor.yy0.n = 0; yymsp[1].minor.yy0.type = 0;}
break;
case 17: /* dbPrefix ::= ids DOT */
{yygotominor.yy0 = yymsp[-1].minor.yy0; }
{yylhsminor.yy0 = yymsp[-1].minor.yy0; }
yymsp[-1].minor.yy0 = yylhsminor.yy0;
break;
case 18: /* cpxName ::= */
{yygotominor.yy0.n = 0; }
{yymsp[1].minor.yy0.n = 0; }
break;
case 19: /* cpxName ::= DOT ids */
{yygotominor.yy0 = yymsp[0].minor.yy0; yygotominor.yy0.n += 1; }
{yymsp[-1].minor.yy0 = yymsp[0].minor.yy0; yymsp[-1].minor.yy0.n += 1; }
break;
case 20: /* cmd ::= SHOW CREATE TABLE ids cpxName */
{
......@@ -1999,16 +2351,19 @@ static void yy_reduce(
break;
case 49: /* ids ::= ID */
case 50: /* ids ::= STRING */ yytestcase(yyruleno==50);
{yygotominor.yy0 = yymsp[0].minor.yy0; }
{yylhsminor.yy0 = yymsp[0].minor.yy0; }
yymsp[0].minor.yy0 = yylhsminor.yy0;
break;
case 51: /* ifexists ::= IF EXISTS */
case 53: /* ifnotexists ::= IF NOT EXISTS */ yytestcase(yyruleno==53);
{ yygotominor.yy0.n = 1;}
{ yymsp[-1].minor.yy0.n = 1;}
break;
case 52: /* ifexists ::= */
case 54: /* ifnotexists ::= */ yytestcase(yyruleno==54);
case 176: /* distinct ::= */ yytestcase(yyruleno==176);
{ yygotominor.yy0.n = 0;}
{ yymsp[1].minor.yy0.n = 0;}
break;
case 53: /* ifnotexists ::= IF NOT EXISTS */
{ yymsp[-2].minor.yy0.n = 1;}
break;
case 55: /* cmd ::= CREATE DNODE ids */
{ setDCLSqlElems(pInfo, TSDB_SQL_CREATE_DNODE, 1, &yymsp[0].minor.yy0);}
......@@ -2032,7 +2387,7 @@ static void yy_reduce(
case 72: /* users ::= */ yytestcase(yyruleno==72);
case 74: /* conns ::= */ yytestcase(yyruleno==74);
case 76: /* state ::= */ yytestcase(yyruleno==76);
{ yygotominor.yy0.n = 0; }
{ yymsp[1].minor.yy0.n = 0; }
break;
case 61: /* pps ::= PPS INTEGER */
case 63: /* tseries ::= TSERIES INTEGER */ yytestcase(yyruleno==63);
......@@ -2043,38 +2398,42 @@ static void yy_reduce(
case 73: /* users ::= USERS INTEGER */ yytestcase(yyruleno==73);
case 75: /* conns ::= CONNS INTEGER */ yytestcase(yyruleno==75);
case 77: /* state ::= STATE ids */ yytestcase(yyruleno==77);
{ yygotominor.yy0 = yymsp[0].minor.yy0; }
{ yymsp[-1].minor.yy0 = yymsp[0].minor.yy0; }
break;
case 78: /* acct_optr ::= pps tseries storage streams qtime dbs users conns state */
{
yygotominor.yy151.maxUsers = (yymsp[-2].minor.yy0.n>0)?atoi(yymsp[-2].minor.yy0.z):-1;
yygotominor.yy151.maxDbs = (yymsp[-3].minor.yy0.n>0)?atoi(yymsp[-3].minor.yy0.z):-1;
yygotominor.yy151.maxTimeSeries = (yymsp[-7].minor.yy0.n>0)?atoi(yymsp[-7].minor.yy0.z):-1;
yygotominor.yy151.maxStreams = (yymsp[-5].minor.yy0.n>0)?atoi(yymsp[-5].minor.yy0.z):-1;
yygotominor.yy151.maxPointsPerSecond = (yymsp[-8].minor.yy0.n>0)?atoi(yymsp[-8].minor.yy0.z):-1;
yygotominor.yy151.maxStorage = (yymsp[-6].minor.yy0.n>0)?strtoll(yymsp[-6].minor.yy0.z, NULL, 10):-1;
yygotominor.yy151.maxQueryTime = (yymsp[-4].minor.yy0.n>0)?strtoll(yymsp[-4].minor.yy0.z, NULL, 10):-1;
yygotominor.yy151.maxConnections = (yymsp[-1].minor.yy0.n>0)?atoi(yymsp[-1].minor.yy0.z):-1;
yygotominor.yy151.stat = yymsp[0].minor.yy0;
yylhsminor.yy151.maxUsers = (yymsp[-2].minor.yy0.n>0)?atoi(yymsp[-2].minor.yy0.z):-1;
yylhsminor.yy151.maxDbs = (yymsp[-3].minor.yy0.n>0)?atoi(yymsp[-3].minor.yy0.z):-1;
yylhsminor.yy151.maxTimeSeries = (yymsp[-7].minor.yy0.n>0)?atoi(yymsp[-7].minor.yy0.z):-1;
yylhsminor.yy151.maxStreams = (yymsp[-5].minor.yy0.n>0)?atoi(yymsp[-5].minor.yy0.z):-1;
yylhsminor.yy151.maxPointsPerSecond = (yymsp[-8].minor.yy0.n>0)?atoi(yymsp[-8].minor.yy0.z):-1;
yylhsminor.yy151.maxStorage = (yymsp[-6].minor.yy0.n>0)?strtoll(yymsp[-6].minor.yy0.z, NULL, 10):-1;
yylhsminor.yy151.maxQueryTime = (yymsp[-4].minor.yy0.n>0)?strtoll(yymsp[-4].minor.yy0.z, NULL, 10):-1;
yylhsminor.yy151.maxConnections = (yymsp[-1].minor.yy0.n>0)?atoi(yymsp[-1].minor.yy0.z):-1;
yylhsminor.yy151.stat = yymsp[0].minor.yy0;
}
yymsp[-8].minor.yy151 = yylhsminor.yy151;
break;
case 79: /* intitemlist ::= intitemlist COMMA intitem */
case 150: /* tagitemlist ::= tagitemlist COMMA tagitem */ yytestcase(yyruleno==150);
{ yygotominor.yy441 = tVariantListAppend(yymsp[-2].minor.yy441, &yymsp[0].minor.yy506, -1); }
{ yylhsminor.yy441 = tVariantListAppend(yymsp[-2].minor.yy441, &yymsp[0].minor.yy506, -1); }
yymsp[-2].minor.yy441 = yylhsminor.yy441;
break;
case 80: /* intitemlist ::= intitem */
case 151: /* tagitemlist ::= tagitem */ yytestcase(yyruleno==151);
{ yygotominor.yy441 = tVariantListAppend(NULL, &yymsp[0].minor.yy506, -1); }
{ yylhsminor.yy441 = tVariantListAppend(NULL, &yymsp[0].minor.yy506, -1); }
yymsp[0].minor.yy441 = yylhsminor.yy441;
break;
case 81: /* intitem ::= INTEGER */
case 152: /* tagitem ::= INTEGER */ yytestcase(yyruleno==152);
case 153: /* tagitem ::= FLOAT */ yytestcase(yyruleno==153);
case 154: /* tagitem ::= STRING */ yytestcase(yyruleno==154);
case 155: /* tagitem ::= BOOL */ yytestcase(yyruleno==155);
{ toTSDBType(yymsp[0].minor.yy0.type); tVariantCreate(&yygotominor.yy506, &yymsp[0].minor.yy0); }
{ toTSDBType(yymsp[0].minor.yy0.type); tVariantCreate(&yylhsminor.yy506, &yymsp[0].minor.yy0); }
yymsp[0].minor.yy506 = yylhsminor.yy506;
break;
case 82: /* keep ::= KEEP intitemlist */
{ yygotominor.yy441 = yymsp[0].minor.yy441; }
{ yymsp[-1].minor.yy441 = yymsp[0].minor.yy441; }
break;
case 83: /* cache ::= CACHE INTEGER */
case 84: /* replica ::= REPLICA INTEGER */ yytestcase(yyruleno==84);
......@@ -2091,109 +2450,129 @@ static void yy_reduce(
case 95: /* update ::= UPDATE INTEGER */ yytestcase(yyruleno==95);
case 96: /* cachelast ::= CACHELAST INTEGER */ yytestcase(yyruleno==96);
case 97: /* partitions ::= PARTITIONS INTEGER */ yytestcase(yyruleno==97);
{ yygotominor.yy0 = yymsp[0].minor.yy0; }
{ yymsp[-1].minor.yy0 = yymsp[0].minor.yy0; }
break;
case 98: /* db_optr ::= */
{setDefaultCreateDbOption(&yygotominor.yy382); yygotominor.yy382.dbType = TSDB_DB_TYPE_DEFAULT;}
{setDefaultCreateDbOption(&yymsp[1].minor.yy382); yymsp[1].minor.yy382.dbType = TSDB_DB_TYPE_DEFAULT;}
break;
case 99: /* db_optr ::= db_optr cache */
{ yygotominor.yy382 = yymsp[-1].minor.yy382; yygotominor.yy382.cacheBlockSize = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
{ yylhsminor.yy382 = yymsp[-1].minor.yy382; yylhsminor.yy382.cacheBlockSize = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
yymsp[-1].minor.yy382 = yylhsminor.yy382;
break;
case 100: /* db_optr ::= db_optr replica */
case 117: /* alter_db_optr ::= alter_db_optr replica */ yytestcase(yyruleno==117);
{ yygotominor.yy382 = yymsp[-1].minor.yy382; yygotominor.yy382.replica = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
{ yylhsminor.yy382 = yymsp[-1].minor.yy382; yylhsminor.yy382.replica = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
yymsp[-1].minor.yy382 = yylhsminor.yy382;
break;
case 101: /* db_optr ::= db_optr quorum */
case 118: /* alter_db_optr ::= alter_db_optr quorum */ yytestcase(yyruleno==118);
{ yygotominor.yy382 = yymsp[-1].minor.yy382; yygotominor.yy382.quorum = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
{ yylhsminor.yy382 = yymsp[-1].minor.yy382; yylhsminor.yy382.quorum = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
yymsp[-1].minor.yy382 = yylhsminor.yy382;
break;
case 102: /* db_optr ::= db_optr days */
{ yygotominor.yy382 = yymsp[-1].minor.yy382; yygotominor.yy382.daysPerFile = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
{ yylhsminor.yy382 = yymsp[-1].minor.yy382; yylhsminor.yy382.daysPerFile = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
yymsp[-1].minor.yy382 = yylhsminor.yy382;
break;
case 103: /* db_optr ::= db_optr minrows */
{ yygotominor.yy382 = yymsp[-1].minor.yy382; yygotominor.yy382.minRowsPerBlock = strtod(yymsp[0].minor.yy0.z, NULL); }
{ yylhsminor.yy382 = yymsp[-1].minor.yy382; yylhsminor.yy382.minRowsPerBlock = strtod(yymsp[0].minor.yy0.z, NULL); }
yymsp[-1].minor.yy382 = yylhsminor.yy382;
break;
case 104: /* db_optr ::= db_optr maxrows */
{ yygotominor.yy382 = yymsp[-1].minor.yy382; yygotominor.yy382.maxRowsPerBlock = strtod(yymsp[0].minor.yy0.z, NULL); }
{ yylhsminor.yy382 = yymsp[-1].minor.yy382; yylhsminor.yy382.maxRowsPerBlock = strtod(yymsp[0].minor.yy0.z, NULL); }
yymsp[-1].minor.yy382 = yylhsminor.yy382;
break;
case 105: /* db_optr ::= db_optr blocks */
case 120: /* alter_db_optr ::= alter_db_optr blocks */ yytestcase(yyruleno==120);
{ yygotominor.yy382 = yymsp[-1].minor.yy382; yygotominor.yy382.numOfBlocks = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
{ yylhsminor.yy382 = yymsp[-1].minor.yy382; yylhsminor.yy382.numOfBlocks = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
yymsp[-1].minor.yy382 = yylhsminor.yy382;
break;
case 106: /* db_optr ::= db_optr ctime */
{ yygotominor.yy382 = yymsp[-1].minor.yy382; yygotominor.yy382.commitTime = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
{ yylhsminor.yy382 = yymsp[-1].minor.yy382; yylhsminor.yy382.commitTime = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
yymsp[-1].minor.yy382 = yylhsminor.yy382;
break;
case 107: /* db_optr ::= db_optr wal */
case 122: /* alter_db_optr ::= alter_db_optr wal */ yytestcase(yyruleno==122);
{ yygotominor.yy382 = yymsp[-1].minor.yy382; yygotominor.yy382.walLevel = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
{ yylhsminor.yy382 = yymsp[-1].minor.yy382; yylhsminor.yy382.walLevel = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
yymsp[-1].minor.yy382 = yylhsminor.yy382;
break;
case 108: /* db_optr ::= db_optr fsync */
case 123: /* alter_db_optr ::= alter_db_optr fsync */ yytestcase(yyruleno==123);
{ yygotominor.yy382 = yymsp[-1].minor.yy382; yygotominor.yy382.fsyncPeriod = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
{ yylhsminor.yy382 = yymsp[-1].minor.yy382; yylhsminor.yy382.fsyncPeriod = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
yymsp[-1].minor.yy382 = yylhsminor.yy382;
break;
case 109: /* db_optr ::= db_optr comp */
case 121: /* alter_db_optr ::= alter_db_optr comp */ yytestcase(yyruleno==121);
{ yygotominor.yy382 = yymsp[-1].minor.yy382; yygotominor.yy382.compressionLevel = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
{ yylhsminor.yy382 = yymsp[-1].minor.yy382; yylhsminor.yy382.compressionLevel = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
yymsp[-1].minor.yy382 = yylhsminor.yy382;
break;
case 110: /* db_optr ::= db_optr prec */
{ yygotominor.yy382 = yymsp[-1].minor.yy382; yygotominor.yy382.precision = yymsp[0].minor.yy0; }
{ yylhsminor.yy382 = yymsp[-1].minor.yy382; yylhsminor.yy382.precision = yymsp[0].minor.yy0; }
yymsp[-1].minor.yy382 = yylhsminor.yy382;
break;
case 111: /* db_optr ::= db_optr keep */
case 119: /* alter_db_optr ::= alter_db_optr keep */ yytestcase(yyruleno==119);
{ yygotominor.yy382 = yymsp[-1].minor.yy382; yygotominor.yy382.keep = yymsp[0].minor.yy441; }
{ yylhsminor.yy382 = yymsp[-1].minor.yy382; yylhsminor.yy382.keep = yymsp[0].minor.yy441; }
yymsp[-1].minor.yy382 = yylhsminor.yy382;
break;
case 112: /* db_optr ::= db_optr update */
case 124: /* alter_db_optr ::= alter_db_optr update */ yytestcase(yyruleno==124);
{ yygotominor.yy382 = yymsp[-1].minor.yy382; yygotominor.yy382.update = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
{ yylhsminor.yy382 = yymsp[-1].minor.yy382; yylhsminor.yy382.update = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
yymsp[-1].minor.yy382 = yylhsminor.yy382;
break;
case 113: /* db_optr ::= db_optr cachelast */
case 125: /* alter_db_optr ::= alter_db_optr cachelast */ yytestcase(yyruleno==125);
{ yygotominor.yy382 = yymsp[-1].minor.yy382; yygotominor.yy382.cachelast = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
{ yylhsminor.yy382 = yymsp[-1].minor.yy382; yylhsminor.yy382.cachelast = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
yymsp[-1].minor.yy382 = yylhsminor.yy382;
break;
case 114: /* topic_optr ::= db_optr */
case 126: /* alter_topic_optr ::= alter_db_optr */ yytestcase(yyruleno==126);
{ yygotominor.yy382 = yymsp[0].minor.yy382; yygotominor.yy382.dbType = TSDB_DB_TYPE_TOPIC; }
{ yylhsminor.yy382 = yymsp[0].minor.yy382; yylhsminor.yy382.dbType = TSDB_DB_TYPE_TOPIC; }
yymsp[0].minor.yy382 = yylhsminor.yy382;
break;
case 115: /* topic_optr ::= topic_optr partitions */
case 127: /* alter_topic_optr ::= alter_topic_optr partitions */ yytestcase(yyruleno==127);
{ yygotominor.yy382 = yymsp[-1].minor.yy382; yygotominor.yy382.partitions = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
{ yylhsminor.yy382 = yymsp[-1].minor.yy382; yylhsminor.yy382.partitions = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
yymsp[-1].minor.yy382 = yylhsminor.yy382;
break;
case 116: /* alter_db_optr ::= */
{ setDefaultCreateDbOption(&yygotominor.yy382); yygotominor.yy382.dbType = TSDB_DB_TYPE_DEFAULT;}
{ setDefaultCreateDbOption(&yymsp[1].minor.yy382); yymsp[1].minor.yy382.dbType = TSDB_DB_TYPE_DEFAULT;}
break;
case 128: /* typename ::= ids */
{
yymsp[0].minor.yy0.type = 0;
tSetColumnType (&yygotominor.yy343, &yymsp[0].minor.yy0);
tSetColumnType (&yylhsminor.yy343, &yymsp[0].minor.yy0);
}
yymsp[0].minor.yy343 = yylhsminor.yy343;
break;
case 129: /* typename ::= ids LP signed RP */
{
if (yymsp[-1].minor.yy369 <= 0) {
yymsp[-3].minor.yy0.type = 0;
tSetColumnType(&yygotominor.yy343, &yymsp[-3].minor.yy0);
tSetColumnType(&yylhsminor.yy343, &yymsp[-3].minor.yy0);
} else {
yymsp[-3].minor.yy0.type = -yymsp[-1].minor.yy369; // negative value of name length
tSetColumnType(&yygotominor.yy343, &yymsp[-3].minor.yy0);
tSetColumnType(&yylhsminor.yy343, &yymsp[-3].minor.yy0);
}
}
yymsp[-3].minor.yy343 = yylhsminor.yy343;
break;
case 130: /* typename ::= ids UNSIGNED */
{
yymsp[-1].minor.yy0.type = 0;
yymsp[-1].minor.yy0.n = ((yymsp[0].minor.yy0.z + yymsp[0].minor.yy0.n) - yymsp[-1].minor.yy0.z);
tSetColumnType (&yygotominor.yy343, &yymsp[-1].minor.yy0);
tSetColumnType (&yylhsminor.yy343, &yymsp[-1].minor.yy0);
}
yymsp[-1].minor.yy343 = yylhsminor.yy343;
break;
case 131: /* signed ::= INTEGER */
case 132: /* signed ::= PLUS INTEGER */ yytestcase(yyruleno==132);
{ yygotominor.yy369 = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
{ yylhsminor.yy369 = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
yymsp[0].minor.yy369 = yylhsminor.yy369;
break;
case 132: /* signed ::= PLUS INTEGER */
{ yymsp[-1].minor.yy369 = strtol(yymsp[0].minor.yy0.z, NULL, 10); }
break;
case 133: /* signed ::= MINUS INTEGER */
case 134: /* cmd ::= CREATE TABLE create_table_args */ yytestcase(yyruleno==134);
case 135: /* cmd ::= CREATE TABLE create_stable_args */ yytestcase(yyruleno==135);
case 136: /* cmd ::= CREATE STABLE create_stable_args */ yytestcase(yyruleno==136);
{ yygotominor.yy369 = -strtol(yymsp[0].minor.yy0.z, NULL, 10);}
{ yymsp[-1].minor.yy369 = -strtol(yymsp[0].minor.yy0.z, NULL, 10);}
break;
case 137: /* cmd ::= CREATE TABLE create_table_list */
{ pInfo->type = TSDB_SQL_CREATE_TABLE; pInfo->pCreateTableInfo = yymsp[0].minor.yy182;}
......@@ -2205,78 +2584,92 @@ static void yy_reduce(
taosArrayPush(pCreateTable->childTableInfo, &yymsp[0].minor.yy456);
pCreateTable->type = TSQL_CREATE_TABLE_FROM_STABLE;
yygotominor.yy182 = pCreateTable;
yylhsminor.yy182 = pCreateTable;
}
yymsp[0].minor.yy182 = yylhsminor.yy182;
break;
case 139: /* create_table_list ::= create_table_list create_from_stable */
{
taosArrayPush(yymsp[-1].minor.yy182->childTableInfo, &yymsp[0].minor.yy456);
yygotominor.yy182 = yymsp[-1].minor.yy182;
yylhsminor.yy182 = yymsp[-1].minor.yy182;
}
yymsp[-1].minor.yy182 = yylhsminor.yy182;
break;
case 140: /* create_table_args ::= ifnotexists ids cpxName LP columnlist RP */
{
yygotominor.yy182 = tSetCreateTableInfo(yymsp[-1].minor.yy441, NULL, NULL, TSQL_CREATE_TABLE);
setSqlInfo(pInfo, yygotominor.yy182, NULL, TSDB_SQL_CREATE_TABLE);
yylhsminor.yy182 = tSetCreateTableInfo(yymsp[-1].minor.yy441, NULL, NULL, TSQL_CREATE_TABLE);
setSqlInfo(pInfo, yylhsminor.yy182, NULL, TSDB_SQL_CREATE_TABLE);
yymsp[-4].minor.yy0.n += yymsp[-3].minor.yy0.n;
setCreatedTableName(pInfo, &yymsp[-4].minor.yy0, &yymsp[-5].minor.yy0);
}
yymsp[-5].minor.yy182 = yylhsminor.yy182;
break;
case 141: /* create_stable_args ::= ifnotexists ids cpxName LP columnlist RP TAGS LP columnlist RP */
{
yygotominor.yy182 = tSetCreateTableInfo(yymsp[-5].minor.yy441, yymsp[-1].minor.yy441, NULL, TSQL_CREATE_STABLE);
setSqlInfo(pInfo, yygotominor.yy182, NULL, TSDB_SQL_CREATE_TABLE);
yylhsminor.yy182 = tSetCreateTableInfo(yymsp[-5].minor.yy441, yymsp[-1].minor.yy441, NULL, TSQL_CREATE_STABLE);
setSqlInfo(pInfo, yylhsminor.yy182, NULL, TSDB_SQL_CREATE_TABLE);
yymsp[-8].minor.yy0.n += yymsp[-7].minor.yy0.n;
setCreatedTableName(pInfo, &yymsp[-8].minor.yy0, &yymsp[-9].minor.yy0);
}
yymsp[-9].minor.yy182 = yylhsminor.yy182;
break;
case 142: /* create_from_stable ::= ifnotexists ids cpxName USING ids cpxName TAGS LP tagitemlist RP */
{
yymsp[-5].minor.yy0.n += yymsp[-4].minor.yy0.n;
yymsp[-8].minor.yy0.n += yymsp[-7].minor.yy0.n;
yygotominor.yy456 = createNewChildTableInfo(&yymsp[-5].minor.yy0, NULL, yymsp[-1].minor.yy441, &yymsp[-8].minor.yy0, &yymsp[-9].minor.yy0);
yylhsminor.yy456 = createNewChildTableInfo(&yymsp[-5].minor.yy0, NULL, yymsp[-1].minor.yy441, &yymsp[-8].minor.yy0, &yymsp[-9].minor.yy0);
}
yymsp[-9].minor.yy456 = yylhsminor.yy456;
break;
case 143: /* create_from_stable ::= ifnotexists ids cpxName USING ids cpxName LP tagNamelist RP TAGS LP tagitemlist RP */
{
yymsp[-8].minor.yy0.n += yymsp[-7].minor.yy0.n;
yymsp[-11].minor.yy0.n += yymsp[-10].minor.yy0.n;
yygotominor.yy456 = createNewChildTableInfo(&yymsp[-8].minor.yy0, yymsp[-5].minor.yy441, yymsp[-1].minor.yy441, &yymsp[-11].minor.yy0, &yymsp[-12].minor.yy0);
yylhsminor.yy456 = createNewChildTableInfo(&yymsp[-8].minor.yy0, yymsp[-5].minor.yy441, yymsp[-1].minor.yy441, &yymsp[-11].minor.yy0, &yymsp[-12].minor.yy0);
}
yymsp[-12].minor.yy456 = yylhsminor.yy456;
break;
case 144: /* tagNamelist ::= tagNamelist COMMA ids */
{taosArrayPush(yymsp[-2].minor.yy441, &yymsp[0].minor.yy0); yygotominor.yy441 = yymsp[-2].minor.yy441; }
{taosArrayPush(yymsp[-2].minor.yy441, &yymsp[0].minor.yy0); yylhsminor.yy441 = yymsp[-2].minor.yy441; }
yymsp[-2].minor.yy441 = yylhsminor.yy441;
break;
case 145: /* tagNamelist ::= ids */
{yygotominor.yy441 = taosArrayInit(4, sizeof(SStrToken)); taosArrayPush(yygotominor.yy441, &yymsp[0].minor.yy0);}
{yylhsminor.yy441 = taosArrayInit(4, sizeof(SStrToken)); taosArrayPush(yylhsminor.yy441, &yymsp[0].minor.yy0);}
yymsp[0].minor.yy441 = yylhsminor.yy441;
break;
case 146: /* create_table_args ::= ifnotexists ids cpxName AS select */
{
yygotominor.yy182 = tSetCreateTableInfo(NULL, NULL, yymsp[0].minor.yy236, TSQL_CREATE_STREAM);
setSqlInfo(pInfo, yygotominor.yy182, NULL, TSDB_SQL_CREATE_TABLE);
yylhsminor.yy182 = tSetCreateTableInfo(NULL, NULL, yymsp[0].minor.yy236, TSQL_CREATE_STREAM);
setSqlInfo(pInfo, yylhsminor.yy182, NULL, TSDB_SQL_CREATE_TABLE);
yymsp[-3].minor.yy0.n += yymsp[-2].minor.yy0.n;
setCreatedTableName(pInfo, &yymsp[-3].minor.yy0, &yymsp[-4].minor.yy0);
}
yymsp[-4].minor.yy182 = yylhsminor.yy182;
break;
case 147: /* columnlist ::= columnlist COMMA column */
{taosArrayPush(yymsp[-2].minor.yy441, &yymsp[0].minor.yy343); yygotominor.yy441 = yymsp[-2].minor.yy441; }
{taosArrayPush(yymsp[-2].minor.yy441, &yymsp[0].minor.yy343); yylhsminor.yy441 = yymsp[-2].minor.yy441; }
yymsp[-2].minor.yy441 = yylhsminor.yy441;
break;
case 148: /* columnlist ::= column */
{yygotominor.yy441 = taosArrayInit(4, sizeof(TAOS_FIELD)); taosArrayPush(yygotominor.yy441, &yymsp[0].minor.yy343);}
{yylhsminor.yy441 = taosArrayInit(4, sizeof(TAOS_FIELD)); taosArrayPush(yylhsminor.yy441, &yymsp[0].minor.yy343);}
yymsp[0].minor.yy441 = yylhsminor.yy441;
break;
case 149: /* column ::= ids typename */
{
tSetColumnInfo(&yygotominor.yy343, &yymsp[-1].minor.yy0, &yymsp[0].minor.yy343);
tSetColumnInfo(&yylhsminor.yy343, &yymsp[-1].minor.yy0, &yymsp[0].minor.yy343);
}
yymsp[-1].minor.yy343 = yylhsminor.yy343;
break;
case 156: /* tagitem ::= NULL */
{ yymsp[0].minor.yy0.type = 0; tVariantCreate(&yygotominor.yy506, &yymsp[0].minor.yy0); }
{ yymsp[0].minor.yy0.type = 0; tVariantCreate(&yylhsminor.yy506, &yymsp[0].minor.yy0); }
yymsp[0].minor.yy506 = yylhsminor.yy506;
break;
case 157: /* tagitem ::= NOW */
{ yymsp[0].minor.yy0.type = TSDB_DATA_TYPE_TIMESTAMP; tVariantCreate(&yygotominor.yy506, &yymsp[0].minor.yy0);}
{ yymsp[0].minor.yy0.type = TSDB_DATA_TYPE_TIMESTAMP; tVariantCreate(&yylhsminor.yy506, &yymsp[0].minor.yy0);}
yymsp[0].minor.yy506 = yylhsminor.yy506;
break;
case 158: /* tagitem ::= MINUS INTEGER */
case 159: /* tagitem ::= MINUS FLOAT */ yytestcase(yyruleno==159);
......@@ -2286,126 +2679,144 @@ static void yy_reduce(
yymsp[-1].minor.yy0.n += yymsp[0].minor.yy0.n;
yymsp[-1].minor.yy0.type = yymsp[0].minor.yy0.type;
toTSDBType(yymsp[-1].minor.yy0.type);
tVariantCreate(&yygotominor.yy506, &yymsp[-1].minor.yy0);
tVariantCreate(&yylhsminor.yy506, &yymsp[-1].minor.yy0);
}
yymsp[-1].minor.yy506 = yylhsminor.yy506;
break;
case 162: /* select ::= SELECT selcollist from where_opt interval_opt session_option windowstate_option fill_opt sliding_opt groupby_opt orderby_opt having_opt slimit_opt limit_opt */
{
yygotominor.yy236 = tSetQuerySqlNode(&yymsp[-13].minor.yy0, yymsp[-12].minor.yy441, yymsp[-11].minor.yy244, yymsp[-10].minor.yy166, yymsp[-4].minor.yy441, yymsp[-3].minor.yy441, &yymsp[-9].minor.yy340, &yymsp[-8].minor.yy259, &yymsp[-7].minor.yy348, &yymsp[-5].minor.yy0, yymsp[-6].minor.yy441, &yymsp[0].minor.yy414, &yymsp[-1].minor.yy414, yymsp[-2].minor.yy166);
yylhsminor.yy236 = tSetQuerySqlNode(&yymsp[-13].minor.yy0, yymsp[-12].minor.yy441, yymsp[-11].minor.yy244, yymsp[-10].minor.yy166, yymsp[-4].minor.yy441, yymsp[-3].minor.yy441, &yymsp[-9].minor.yy340, &yymsp[-8].minor.yy259, &yymsp[-7].minor.yy348, &yymsp[-5].minor.yy0, yymsp[-6].minor.yy441, &yymsp[0].minor.yy414, &yymsp[-1].minor.yy414, yymsp[-2].minor.yy166);
}
yymsp[-13].minor.yy236 = yylhsminor.yy236;
break;
case 163: /* select ::= LP select RP */
{yygotominor.yy236 = yymsp[-1].minor.yy236;}
{yymsp[-2].minor.yy236 = yymsp[-1].minor.yy236;}
break;
case 164: /* union ::= select */
{ yygotominor.yy441 = setSubclause(NULL, yymsp[0].minor.yy236); }
{ yylhsminor.yy441 = setSubclause(NULL, yymsp[0].minor.yy236); }
yymsp[0].minor.yy441 = yylhsminor.yy441;
break;
case 165: /* union ::= union UNION ALL select */
{ yygotominor.yy441 = appendSelectClause(yymsp[-3].minor.yy441, yymsp[0].minor.yy236); }
{ yylhsminor.yy441 = appendSelectClause(yymsp[-3].minor.yy441, yymsp[0].minor.yy236); }
yymsp[-3].minor.yy441 = yylhsminor.yy441;
break;
case 166: /* cmd ::= union */
{ setSqlInfo(pInfo, yymsp[0].minor.yy441, NULL, TSDB_SQL_SELECT); }
break;
case 167: /* select ::= SELECT selcollist */
{
yygotominor.yy236 = tSetQuerySqlNode(&yymsp[-1].minor.yy0, yymsp[0].minor.yy441, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
yylhsminor.yy236 = tSetQuerySqlNode(&yymsp[-1].minor.yy0, yymsp[0].minor.yy441, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
}
yymsp[-1].minor.yy236 = yylhsminor.yy236;
break;
case 168: /* sclp ::= selcollist COMMA */
{yygotominor.yy441 = yymsp[-1].minor.yy441;}
{yylhsminor.yy441 = yymsp[-1].minor.yy441;}
yymsp[-1].minor.yy441 = yylhsminor.yy441;
break;
case 169: /* sclp ::= */
case 199: /* orderby_opt ::= */ yytestcase(yyruleno==199);
{yygotominor.yy441 = 0;}
{yymsp[1].minor.yy441 = 0;}
break;
case 170: /* selcollist ::= sclp distinct expr as */
{
yygotominor.yy441 = tSqlExprListAppend(yymsp[-3].minor.yy441, yymsp[-1].minor.yy166, yymsp[-2].minor.yy0.n? &yymsp[-2].minor.yy0:0, yymsp[0].minor.yy0.n?&yymsp[0].minor.yy0:0);
yylhsminor.yy441 = tSqlExprListAppend(yymsp[-3].minor.yy441, yymsp[-1].minor.yy166, yymsp[-2].minor.yy0.n? &yymsp[-2].minor.yy0:0, yymsp[0].minor.yy0.n?&yymsp[0].minor.yy0:0);
}
yymsp[-3].minor.yy441 = yylhsminor.yy441;
break;
case 171: /* selcollist ::= sclp STAR */
{
tSqlExpr *pNode = tSqlExprCreateIdValue(NULL, TK_ALL);
yygotominor.yy441 = tSqlExprListAppend(yymsp[-1].minor.yy441, pNode, 0, 0);
yylhsminor.yy441 = tSqlExprListAppend(yymsp[-1].minor.yy441, pNode, 0, 0);
}
yymsp[-1].minor.yy441 = yylhsminor.yy441;
break;
case 172: /* as ::= AS ids */
case 173: /* as ::= ids */ yytestcase(yyruleno==173);
{ yygotominor.yy0 = yymsp[0].minor.yy0; }
{ yymsp[-1].minor.yy0 = yymsp[0].minor.yy0; }
break;
case 173: /* as ::= ids */
{ yylhsminor.yy0 = yymsp[0].minor.yy0; }
yymsp[0].minor.yy0 = yylhsminor.yy0;
break;
case 174: /* as ::= */
{ yygotominor.yy0.n = 0; }
{ yymsp[1].minor.yy0.n = 0; }
break;
case 175: /* distinct ::= DISTINCT */
{ yygotominor.yy0 = yymsp[0].minor.yy0; }
{ yylhsminor.yy0 = yymsp[0].minor.yy0; }
yymsp[0].minor.yy0 = yylhsminor.yy0;
break;
case 177: /* from ::= FROM tablelist */
case 178: /* from ::= FROM sub */ yytestcase(yyruleno==178);
{yygotominor.yy244 = yymsp[0].minor.yy244;}
{yymsp[-1].minor.yy244 = yymsp[0].minor.yy244;}
break;
case 179: /* sub ::= LP union RP */
{yygotominor.yy244 = addSubqueryElem(NULL, yymsp[-1].minor.yy441, NULL);}
{yymsp[-2].minor.yy244 = addSubqueryElem(NULL, yymsp[-1].minor.yy441, NULL);}
break;
case 180: /* sub ::= LP union RP ids */
{yygotominor.yy244 = addSubqueryElem(NULL, yymsp[-2].minor.yy441, &yymsp[0].minor.yy0);}
{yymsp[-3].minor.yy244 = addSubqueryElem(NULL, yymsp[-2].minor.yy441, &yymsp[0].minor.yy0);}
break;
case 181: /* sub ::= sub COMMA LP union RP ids */
{yygotominor.yy244 = addSubqueryElem(yymsp[-5].minor.yy244, yymsp[-2].minor.yy441, &yymsp[0].minor.yy0);}
{yylhsminor.yy244 = addSubqueryElem(yymsp[-5].minor.yy244, yymsp[-2].minor.yy441, &yymsp[0].minor.yy0);}
yymsp[-5].minor.yy244 = yylhsminor.yy244;
break;
case 182: /* tablelist ::= ids cpxName */
{
yymsp[-1].minor.yy0.n += yymsp[0].minor.yy0.n;
yygotominor.yy244 = setTableNameList(NULL, &yymsp[-1].minor.yy0, NULL);
yylhsminor.yy244 = setTableNameList(NULL, &yymsp[-1].minor.yy0, NULL);
}
yymsp[-1].minor.yy244 = yylhsminor.yy244;
break;
case 183: /* tablelist ::= ids cpxName ids */
{
yymsp[-2].minor.yy0.n += yymsp[-1].minor.yy0.n;
yygotominor.yy244 = setTableNameList(NULL, &yymsp[-2].minor.yy0, &yymsp[0].minor.yy0);
yylhsminor.yy244 = setTableNameList(NULL, &yymsp[-2].minor.yy0, &yymsp[0].minor.yy0);
}
yymsp[-2].minor.yy244 = yylhsminor.yy244;
break;
case 184: /* tablelist ::= tablelist COMMA ids cpxName */
{
yymsp[-1].minor.yy0.n += yymsp[0].minor.yy0.n;
yygotominor.yy244 = setTableNameList(yymsp[-3].minor.yy244, &yymsp[-1].minor.yy0, NULL);
yylhsminor.yy244 = setTableNameList(yymsp[-3].minor.yy244, &yymsp[-1].minor.yy0, NULL);
}
yymsp[-3].minor.yy244 = yylhsminor.yy244;
break;
case 185: /* tablelist ::= tablelist COMMA ids cpxName ids */
{
yymsp[-2].minor.yy0.n += yymsp[-1].minor.yy0.n;
yygotominor.yy244 = setTableNameList(yymsp[-4].minor.yy244, &yymsp[-2].minor.yy0, &yymsp[0].minor.yy0);
yylhsminor.yy244 = setTableNameList(yymsp[-4].minor.yy244, &yymsp[-2].minor.yy0, &yymsp[0].minor.yy0);
}
yymsp[-4].minor.yy244 = yylhsminor.yy244;
break;
case 186: /* tmvar ::= VARIABLE */
{yygotominor.yy0 = yymsp[0].minor.yy0;}
{yylhsminor.yy0 = yymsp[0].minor.yy0;}
yymsp[0].minor.yy0 = yylhsminor.yy0;
break;
case 187: /* interval_opt ::= INTERVAL LP tmvar RP */
{yygotominor.yy340.interval = yymsp[-1].minor.yy0; yygotominor.yy340.offset.n = 0;}
{yymsp[-3].minor.yy340.interval = yymsp[-1].minor.yy0; yymsp[-3].minor.yy340.offset.n = 0;}
break;
case 188: /* interval_opt ::= INTERVAL LP tmvar COMMA tmvar RP */
{yygotominor.yy340.interval = yymsp[-3].minor.yy0; yygotominor.yy340.offset = yymsp[-1].minor.yy0;}
{yymsp[-5].minor.yy340.interval = yymsp[-3].minor.yy0; yymsp[-5].minor.yy340.offset = yymsp[-1].minor.yy0;}
break;
case 189: /* interval_opt ::= */
{memset(&yygotominor.yy340, 0, sizeof(yygotominor.yy340));}
{memset(&yymsp[1].minor.yy340, 0, sizeof(yymsp[1].minor.yy340));}
break;
case 190: /* session_option ::= */
{yygotominor.yy259.col.n = 0; yygotominor.yy259.gap.n = 0;}
{yymsp[1].minor.yy259.col.n = 0; yymsp[1].minor.yy259.gap.n = 0;}
break;
case 191: /* session_option ::= SESSION LP ids cpxName COMMA tmvar RP */
{
yymsp[-4].minor.yy0.n += yymsp[-3].minor.yy0.n;
yygotominor.yy259.col = yymsp[-4].minor.yy0;
yygotominor.yy259.gap = yymsp[-1].minor.yy0;
yymsp[-6].minor.yy259.col = yymsp[-4].minor.yy0;
yymsp[-6].minor.yy259.gap = yymsp[-1].minor.yy0;
}
break;
case 192: /* windowstate_option ::= */
{ yygotominor.yy348.col.n = 0; yygotominor.yy348.col.z = NULL;}
{ yymsp[1].minor.yy348.col.n = 0; yymsp[1].minor.yy348.col.z = NULL;}
break;
case 193: /* windowstate_option ::= STATE_WINDOW LP ids RP */
{ yygotominor.yy348.col = yymsp[-1].minor.yy0; }
{ yymsp[-3].minor.yy348.col = yymsp[-1].minor.yy0; }
break;
case 194: /* fill_opt ::= */
{ yygotominor.yy441 = 0; }
{ yymsp[1].minor.yy441 = 0; }
break;
case 195: /* fill_opt ::= FILL LP ID COMMA tagitemlist RP */
{
......@@ -2414,205 +2825,251 @@ static void yy_reduce(
tVariantCreate(&A, &yymsp[-3].minor.yy0);
tVariantListInsert(yymsp[-1].minor.yy441, &A, -1, 0);
yygotominor.yy441 = yymsp[-1].minor.yy441;
yymsp[-5].minor.yy441 = yymsp[-1].minor.yy441;
}
break;
case 196: /* fill_opt ::= FILL LP ID RP */
{
toTSDBType(yymsp[-1].minor.yy0.type);
yygotominor.yy441 = tVariantListAppendToken(NULL, &yymsp[-1].minor.yy0, -1);
yymsp[-3].minor.yy441 = tVariantListAppendToken(NULL, &yymsp[-1].minor.yy0, -1);
}
break;
case 197: /* sliding_opt ::= SLIDING LP tmvar RP */
{yygotominor.yy0 = yymsp[-1].minor.yy0; }
{yymsp[-3].minor.yy0 = yymsp[-1].minor.yy0; }
break;
case 198: /* sliding_opt ::= */
{yygotominor.yy0.n = 0; yygotominor.yy0.z = NULL; yygotominor.yy0.type = 0; }
{yymsp[1].minor.yy0.n = 0; yymsp[1].minor.yy0.z = NULL; yymsp[1].minor.yy0.type = 0; }
break;
case 200: /* orderby_opt ::= ORDER BY sortlist */
{yygotominor.yy441 = yymsp[0].minor.yy441;}
{yymsp[-2].minor.yy441 = yymsp[0].minor.yy441;}
break;
case 201: /* sortlist ::= sortlist COMMA item sortorder */
{
yygotominor.yy441 = tVariantListAppend(yymsp[-3].minor.yy441, &yymsp[-1].minor.yy506, yymsp[0].minor.yy112);
yylhsminor.yy441 = tVariantListAppend(yymsp[-3].minor.yy441, &yymsp[-1].minor.yy506, yymsp[0].minor.yy112);
}
yymsp[-3].minor.yy441 = yylhsminor.yy441;
break;
case 202: /* sortlist ::= item sortorder */
{
yygotominor.yy441 = tVariantListAppend(NULL, &yymsp[-1].minor.yy506, yymsp[0].minor.yy112);
yylhsminor.yy441 = tVariantListAppend(NULL, &yymsp[-1].minor.yy506, yymsp[0].minor.yy112);
}
yymsp[-1].minor.yy441 = yylhsminor.yy441;
break;
case 203: /* item ::= ids cpxName */
{
toTSDBType(yymsp[-1].minor.yy0.type);
yymsp[-1].minor.yy0.n += yymsp[0].minor.yy0.n;
tVariantCreate(&yygotominor.yy506, &yymsp[-1].minor.yy0);
tVariantCreate(&yylhsminor.yy506, &yymsp[-1].minor.yy0);
}
yymsp[-1].minor.yy506 = yylhsminor.yy506;
break;
case 204: /* sortorder ::= ASC */
case 206: /* sortorder ::= */ yytestcase(yyruleno==206);
{ yygotominor.yy112 = TSDB_ORDER_ASC; }
{ yymsp[0].minor.yy112 = TSDB_ORDER_ASC; }
break;
case 205: /* sortorder ::= DESC */
{ yygotominor.yy112 = TSDB_ORDER_DESC;}
{ yymsp[0].minor.yy112 = TSDB_ORDER_DESC;}
break;
case 206: /* sortorder ::= */
{ yymsp[1].minor.yy112 = TSDB_ORDER_ASC; }
break;
case 207: /* groupby_opt ::= */
{ yygotominor.yy441 = 0;}
{ yymsp[1].minor.yy441 = 0;}
break;
case 208: /* groupby_opt ::= GROUP BY grouplist */
{ yygotominor.yy441 = yymsp[0].minor.yy441;}
{ yymsp[-2].minor.yy441 = yymsp[0].minor.yy441;}
break;
case 209: /* grouplist ::= grouplist COMMA item */
{
yygotominor.yy441 = tVariantListAppend(yymsp[-2].minor.yy441, &yymsp[0].minor.yy506, -1);
yylhsminor.yy441 = tVariantListAppend(yymsp[-2].minor.yy441, &yymsp[0].minor.yy506, -1);
}
yymsp[-2].minor.yy441 = yylhsminor.yy441;
break;
case 210: /* grouplist ::= item */
{
yygotominor.yy441 = tVariantListAppend(NULL, &yymsp[0].minor.yy506, -1);
yylhsminor.yy441 = tVariantListAppend(NULL, &yymsp[0].minor.yy506, -1);
}
yymsp[0].minor.yy441 = yylhsminor.yy441;
break;
case 211: /* having_opt ::= */
case 221: /* where_opt ::= */ yytestcase(yyruleno==221);
case 263: /* expritem ::= */ yytestcase(yyruleno==263);
{yygotominor.yy166 = 0;}
{yymsp[1].minor.yy166 = 0;}
break;
case 212: /* having_opt ::= HAVING expr */
case 222: /* where_opt ::= WHERE expr */ yytestcase(yyruleno==222);
case 262: /* expritem ::= expr */ yytestcase(yyruleno==262);
{yygotominor.yy166 = yymsp[0].minor.yy166;}
{yymsp[-1].minor.yy166 = yymsp[0].minor.yy166;}
break;
case 213: /* limit_opt ::= */
case 217: /* slimit_opt ::= */ yytestcase(yyruleno==217);
{yygotominor.yy414.limit = -1; yygotominor.yy414.offset = 0;}
{yymsp[1].minor.yy414.limit = -1; yymsp[1].minor.yy414.offset = 0;}
break;
case 214: /* limit_opt ::= LIMIT signed */
case 218: /* slimit_opt ::= SLIMIT signed */ yytestcase(yyruleno==218);
{yygotominor.yy414.limit = yymsp[0].minor.yy369; yygotominor.yy414.offset = 0;}
{yymsp[-1].minor.yy414.limit = yymsp[0].minor.yy369; yymsp[-1].minor.yy414.offset = 0;}
break;
case 215: /* limit_opt ::= LIMIT signed OFFSET signed */
{ yygotominor.yy414.limit = yymsp[-2].minor.yy369; yygotominor.yy414.offset = yymsp[0].minor.yy369;}
{ yymsp[-3].minor.yy414.limit = yymsp[-2].minor.yy369; yymsp[-3].minor.yy414.offset = yymsp[0].minor.yy369;}
break;
case 216: /* limit_opt ::= LIMIT signed COMMA signed */
{ yygotominor.yy414.limit = yymsp[0].minor.yy369; yygotominor.yy414.offset = yymsp[-2].minor.yy369;}
{ yymsp[-3].minor.yy414.limit = yymsp[0].minor.yy369; yymsp[-3].minor.yy414.offset = yymsp[-2].minor.yy369;}
break;
case 219: /* slimit_opt ::= SLIMIT signed SOFFSET signed */
{yygotominor.yy414.limit = yymsp[-2].minor.yy369; yygotominor.yy414.offset = yymsp[0].minor.yy369;}
{yymsp[-3].minor.yy414.limit = yymsp[-2].minor.yy369; yymsp[-3].minor.yy414.offset = yymsp[0].minor.yy369;}
break;
case 220: /* slimit_opt ::= SLIMIT signed COMMA signed */
{yygotominor.yy414.limit = yymsp[0].minor.yy369; yygotominor.yy414.offset = yymsp[-2].minor.yy369;}
{yymsp[-3].minor.yy414.limit = yymsp[0].minor.yy369; yymsp[-3].minor.yy414.offset = yymsp[-2].minor.yy369;}
break;
case 223: /* expr ::= LP expr RP */
{yygotominor.yy166 = yymsp[-1].minor.yy166; yygotominor.yy166->token.z = yymsp[-2].minor.yy0.z; yygotominor.yy166->token.n = (yymsp[0].minor.yy0.z - yymsp[-2].minor.yy0.z + 1);}
{yylhsminor.yy166 = yymsp[-1].minor.yy166; yylhsminor.yy166->token.z = yymsp[-2].minor.yy0.z; yylhsminor.yy166->token.n = (yymsp[0].minor.yy0.z - yymsp[-2].minor.yy0.z + 1);}
yymsp[-2].minor.yy166 = yylhsminor.yy166;
break;
case 224: /* expr ::= ID */
{ yygotominor.yy166 = tSqlExprCreateIdValue(&yymsp[0].minor.yy0, TK_ID);}
{ yylhsminor.yy166 = tSqlExprCreateIdValue(&yymsp[0].minor.yy0, TK_ID);}
yymsp[0].minor.yy166 = yylhsminor.yy166;
break;
case 225: /* expr ::= ID DOT ID */
{ yymsp[-2].minor.yy0.n += (1+yymsp[0].minor.yy0.n); yygotominor.yy166 = tSqlExprCreateIdValue(&yymsp[-2].minor.yy0, TK_ID);}
{ yymsp[-2].minor.yy0.n += (1+yymsp[0].minor.yy0.n); yylhsminor.yy166 = tSqlExprCreateIdValue(&yymsp[-2].minor.yy0, TK_ID);}
yymsp[-2].minor.yy166 = yylhsminor.yy166;
break;
case 226: /* expr ::= ID DOT STAR */
{ yymsp[-2].minor.yy0.n += (1+yymsp[0].minor.yy0.n); yygotominor.yy166 = tSqlExprCreateIdValue(&yymsp[-2].minor.yy0, TK_ALL);}
{ yymsp[-2].minor.yy0.n += (1+yymsp[0].minor.yy0.n); yylhsminor.yy166 = tSqlExprCreateIdValue(&yymsp[-2].minor.yy0, TK_ALL);}
yymsp[-2].minor.yy166 = yylhsminor.yy166;
break;
case 227: /* expr ::= INTEGER */
{ yygotominor.yy166 = tSqlExprCreateIdValue(&yymsp[0].minor.yy0, TK_INTEGER);}
{ yylhsminor.yy166 = tSqlExprCreateIdValue(&yymsp[0].minor.yy0, TK_INTEGER);}
yymsp[0].minor.yy166 = yylhsminor.yy166;
break;
case 228: /* expr ::= MINUS INTEGER */
case 229: /* expr ::= PLUS INTEGER */ yytestcase(yyruleno==229);
{ yymsp[-1].minor.yy0.n += yymsp[0].minor.yy0.n; yymsp[-1].minor.yy0.type = TK_INTEGER; yygotominor.yy166 = tSqlExprCreateIdValue(&yymsp[-1].minor.yy0, TK_INTEGER);}
{ yymsp[-1].minor.yy0.n += yymsp[0].minor.yy0.n; yymsp[-1].minor.yy0.type = TK_INTEGER; yylhsminor.yy166 = tSqlExprCreateIdValue(&yymsp[-1].minor.yy0, TK_INTEGER);}
yymsp[-1].minor.yy166 = yylhsminor.yy166;
break;
case 230: /* expr ::= FLOAT */
{ yygotominor.yy166 = tSqlExprCreateIdValue(&yymsp[0].minor.yy0, TK_FLOAT);}
{ yylhsminor.yy166 = tSqlExprCreateIdValue(&yymsp[0].minor.yy0, TK_FLOAT);}
yymsp[0].minor.yy166 = yylhsminor.yy166;
break;
case 231: /* expr ::= MINUS FLOAT */
case 232: /* expr ::= PLUS FLOAT */ yytestcase(yyruleno==232);
{ yymsp[-1].minor.yy0.n += yymsp[0].minor.yy0.n; yymsp[-1].minor.yy0.type = TK_FLOAT; yygotominor.yy166 = tSqlExprCreateIdValue(&yymsp[-1].minor.yy0, TK_FLOAT);}
{ yymsp[-1].minor.yy0.n += yymsp[0].minor.yy0.n; yymsp[-1].minor.yy0.type = TK_FLOAT; yylhsminor.yy166 = tSqlExprCreateIdValue(&yymsp[-1].minor.yy0, TK_FLOAT);}
yymsp[-1].minor.yy166 = yylhsminor.yy166;
break;
case 233: /* expr ::= STRING */
{ yygotominor.yy166 = tSqlExprCreateIdValue(&yymsp[0].minor.yy0, TK_STRING);}
{ yylhsminor.yy166 = tSqlExprCreateIdValue(&yymsp[0].minor.yy0, TK_STRING);}
yymsp[0].minor.yy166 = yylhsminor.yy166;
break;
case 234: /* expr ::= NOW */
{ yygotominor.yy166 = tSqlExprCreateIdValue(&yymsp[0].minor.yy0, TK_NOW); }
{ yylhsminor.yy166 = tSqlExprCreateIdValue(&yymsp[0].minor.yy0, TK_NOW); }
yymsp[0].minor.yy166 = yylhsminor.yy166;
break;
case 235: /* expr ::= VARIABLE */
{ yygotominor.yy166 = tSqlExprCreateIdValue(&yymsp[0].minor.yy0, TK_VARIABLE);}
{ yylhsminor.yy166 = tSqlExprCreateIdValue(&yymsp[0].minor.yy0, TK_VARIABLE);}
yymsp[0].minor.yy166 = yylhsminor.yy166;
break;
case 236: /* expr ::= PLUS VARIABLE */
case 237: /* expr ::= MINUS VARIABLE */ yytestcase(yyruleno==237);
{ yymsp[-1].minor.yy0.n += yymsp[0].minor.yy0.n; yymsp[-1].minor.yy0.type = TK_VARIABLE; yygotominor.yy166 = tSqlExprCreateIdValue(&yymsp[-1].minor.yy0, TK_VARIABLE);}
{ yymsp[-1].minor.yy0.n += yymsp[0].minor.yy0.n; yymsp[-1].minor.yy0.type = TK_VARIABLE; yylhsminor.yy166 = tSqlExprCreateIdValue(&yymsp[-1].minor.yy0, TK_VARIABLE);}
yymsp[-1].minor.yy166 = yylhsminor.yy166;
break;
case 238: /* expr ::= BOOL */
{ yygotominor.yy166 = tSqlExprCreateIdValue(&yymsp[0].minor.yy0, TK_BOOL);}
{ yylhsminor.yy166 = tSqlExprCreateIdValue(&yymsp[0].minor.yy0, TK_BOOL);}
yymsp[0].minor.yy166 = yylhsminor.yy166;
break;
case 239: /* expr ::= NULL */
{ yygotominor.yy166 = tSqlExprCreateIdValue(&yymsp[0].minor.yy0, TK_NULL);}
{ yylhsminor.yy166 = tSqlExprCreateIdValue(&yymsp[0].minor.yy0, TK_NULL);}
yymsp[0].minor.yy166 = yylhsminor.yy166;
break;
case 240: /* expr ::= ID LP exprlist RP */
{ yygotominor.yy166 = tSqlExprCreateFunction(yymsp[-1].minor.yy441, &yymsp[-3].minor.yy0, &yymsp[0].minor.yy0, yymsp[-3].minor.yy0.type); }
{ yylhsminor.yy166 = tSqlExprCreateFunction(yymsp[-1].minor.yy441, &yymsp[-3].minor.yy0, &yymsp[0].minor.yy0, yymsp[-3].minor.yy0.type); }
yymsp[-3].minor.yy166 = yylhsminor.yy166;
break;
case 241: /* expr ::= ID LP STAR RP */
{ yygotominor.yy166 = tSqlExprCreateFunction(NULL, &yymsp[-3].minor.yy0, &yymsp[0].minor.yy0, yymsp[-3].minor.yy0.type); }
{ yylhsminor.yy166 = tSqlExprCreateFunction(NULL, &yymsp[-3].minor.yy0, &yymsp[0].minor.yy0, yymsp[-3].minor.yy0.type); }
yymsp[-3].minor.yy166 = yylhsminor.yy166;
break;
case 242: /* expr ::= expr IS NULL */
{yygotominor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, NULL, TK_ISNULL);}
{yylhsminor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, NULL, TK_ISNULL);}
yymsp[-2].minor.yy166 = yylhsminor.yy166;
break;
case 243: /* expr ::= expr IS NOT NULL */
{yygotominor.yy166 = tSqlExprCreate(yymsp[-3].minor.yy166, NULL, TK_NOTNULL);}
{yylhsminor.yy166 = tSqlExprCreate(yymsp[-3].minor.yy166, NULL, TK_NOTNULL);}
yymsp[-3].minor.yy166 = yylhsminor.yy166;
break;
case 244: /* expr ::= expr LT expr */
{yygotominor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_LT);}
{yylhsminor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_LT);}
yymsp[-2].minor.yy166 = yylhsminor.yy166;
break;
case 245: /* expr ::= expr GT expr */
{yygotominor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_GT);}
{yylhsminor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_GT);}
yymsp[-2].minor.yy166 = yylhsminor.yy166;
break;
case 246: /* expr ::= expr LE expr */
{yygotominor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_LE);}
{yylhsminor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_LE);}
yymsp[-2].minor.yy166 = yylhsminor.yy166;
break;
case 247: /* expr ::= expr GE expr */
{yygotominor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_GE);}
{yylhsminor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_GE);}
yymsp[-2].minor.yy166 = yylhsminor.yy166;
break;
case 248: /* expr ::= expr NE expr */
{yygotominor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_NE);}
{yylhsminor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_NE);}
yymsp[-2].minor.yy166 = yylhsminor.yy166;
break;
case 249: /* expr ::= expr EQ expr */
{yygotominor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_EQ);}
{yylhsminor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_EQ);}
yymsp[-2].minor.yy166 = yylhsminor.yy166;
break;
case 250: /* expr ::= expr BETWEEN expr AND expr */
{ tSqlExpr* X2 = tSqlExprClone(yymsp[-4].minor.yy166); yygotominor.yy166 = tSqlExprCreate(tSqlExprCreate(yymsp[-4].minor.yy166, yymsp[-2].minor.yy166, TK_GE), tSqlExprCreate(X2, yymsp[0].minor.yy166, TK_LE), TK_AND);}
{ tSqlExpr* X2 = tSqlExprClone(yymsp[-4].minor.yy166); yylhsminor.yy166 = tSqlExprCreate(tSqlExprCreate(yymsp[-4].minor.yy166, yymsp[-2].minor.yy166, TK_GE), tSqlExprCreate(X2, yymsp[0].minor.yy166, TK_LE), TK_AND);}
yymsp[-4].minor.yy166 = yylhsminor.yy166;
break;
case 251: /* expr ::= expr AND expr */
{yygotominor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_AND);}
{yylhsminor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_AND);}
yymsp[-2].minor.yy166 = yylhsminor.yy166;
break;
case 252: /* expr ::= expr OR expr */
{yygotominor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_OR); }
{yylhsminor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_OR); }
yymsp[-2].minor.yy166 = yylhsminor.yy166;
break;
case 253: /* expr ::= expr PLUS expr */
{yygotominor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_PLUS); }
{yylhsminor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_PLUS); }
yymsp[-2].minor.yy166 = yylhsminor.yy166;
break;
case 254: /* expr ::= expr MINUS expr */
{yygotominor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_MINUS); }
{yylhsminor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_MINUS); }
yymsp[-2].minor.yy166 = yylhsminor.yy166;
break;
case 255: /* expr ::= expr STAR expr */
{yygotominor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_STAR); }
{yylhsminor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_STAR); }
yymsp[-2].minor.yy166 = yylhsminor.yy166;
break;
case 256: /* expr ::= expr SLASH expr */
{yygotominor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_DIVIDE);}
{yylhsminor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_DIVIDE);}
yymsp[-2].minor.yy166 = yylhsminor.yy166;
break;
case 257: /* expr ::= expr REM expr */
{yygotominor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_REM); }
{yylhsminor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_REM); }
yymsp[-2].minor.yy166 = yylhsminor.yy166;
break;
case 258: /* expr ::= expr LIKE expr */
{yygotominor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_LIKE); }
{yylhsminor.yy166 = tSqlExprCreate(yymsp[-2].minor.yy166, yymsp[0].minor.yy166, TK_LIKE); }
yymsp[-2].minor.yy166 = yylhsminor.yy166;
break;
case 259: /* expr ::= expr IN LP exprlist RP */
{yygotominor.yy166 = tSqlExprCreate(yymsp[-4].minor.yy166, (tSqlExpr*)yymsp[-1].minor.yy441, TK_IN); }
{yylhsminor.yy166 = tSqlExprCreate(yymsp[-4].minor.yy166, (tSqlExpr*)yymsp[-1].minor.yy441, TK_IN); }
yymsp[-4].minor.yy166 = yylhsminor.yy166;
break;
case 260: /* exprlist ::= exprlist COMMA expritem */
{yygotominor.yy441 = tSqlExprListAppend(yymsp[-2].minor.yy441,yymsp[0].minor.yy166,0, 0);}
{yylhsminor.yy441 = tSqlExprListAppend(yymsp[-2].minor.yy441,yymsp[0].minor.yy166,0, 0);}
yymsp[-2].minor.yy441 = yylhsminor.yy441;
break;
case 261: /* exprlist ::= expritem */
{yygotominor.yy441 = tSqlExprListAppend(0,yymsp[0].minor.yy166,0, 0);}
{yylhsminor.yy441 = tSqlExprListAppend(0,yymsp[0].minor.yy166,0, 0);}
yymsp[0].minor.yy441 = yylhsminor.yy441;
break;
case 262: /* expritem ::= expr */
{yylhsminor.yy166 = yymsp[0].minor.yy166;}
yymsp[0].minor.yy166 = yylhsminor.yy166;
break;
case 264: /* cmd ::= RESET QUERY CACHE */
{ setDCLSqlElems(pInfo, TSDB_SQL_RESET_CACHE, 0);}
......@@ -2783,32 +3240,25 @@ static void yy_reduce(
break;
default:
break;
/********** End reduce actions ************************************************/
};
assert( yyruleno<sizeof(yyRuleInfo)/sizeof(yyRuleInfo[0]) );
yygoto = yyRuleInfo[yyruleno].lhs;
yysize = yyRuleInfo[yyruleno].nrhs;
yypParser->yyidx -= yysize;
yyact = yy_find_reduce_action(yymsp[-yysize].stateno,(YYCODETYPE)yygoto);
if( yyact < YYNSTATE ){
#ifdef NDEBUG
/* If we are not debugging and the reduce action popped at least
** one element off the stack, then we can push the new element back
** onto the stack here, and skip the stack overflow test in yy_shift().
** That gives a significant speed improvement. */
if( yysize ){
yypParser->yyidx++;
yymsp -= yysize-1;
yymsp->stateno = (YYACTIONTYPE)yyact;
yymsp->major = (YYCODETYPE)yygoto;
yymsp->minor = yygotominor;
}else
#endif
{
yy_shift(yypParser,yyact,yygoto,&yygotominor);
}
}else{
assert( yyact == YYNSTATE + YYNRULE + 1 );
yy_accept(yypParser);
}
yyact = yy_find_reduce_action(yymsp[yysize].stateno,(YYCODETYPE)yygoto);
/* There are no SHIFTREDUCE actions on nonterminals because the table
** generator has simplified them to pure REDUCE actions. */
assert( !(yyact>YY_MAX_SHIFT && yyact<=YY_MAX_SHIFTREDUCE) );
/* It is not possible for a REDUCE to be followed by an error */
assert( yyact!=YY_ERROR_ACTION );
yymsp += yysize+1;
yypParser->yytos = yymsp;
yymsp->stateno = (YYACTIONTYPE)yyact;
yymsp->major = (YYCODETYPE)yygoto;
yyTraceShift(yypParser, yyact, "... then shift");
}
/*
......@@ -2824,9 +3274,11 @@ static void yy_parse_failed(
fprintf(yyTraceFILE,"%sFail!\n",yyTracePrompt);
}
#endif
while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
while( yypParser->yytos>yypParser->yystack ) yy_pop_parser_stack(yypParser);
/* Here code is inserted which will be executed whenever the
** parser fails */
/************ Begin %parse_failure code ***************************************/
/************ End %parse_failure code *****************************************/
ParseARG_STORE; /* Suppress warning about unused %extra_argument variable */
}
#endif /* YYNOERRORRECOVERY */
......@@ -2837,10 +3289,11 @@ static void yy_parse_failed(
static void yy_syntax_error(
yyParser *yypParser, /* The parser */
int yymajor, /* The major type of the error token */
YYMINORTYPE yyminor /* The minor type of the error token */
ParseTOKENTYPE yyminor /* The minor type of the error token */
){
ParseARG_FETCH;
#define TOKEN (yyminor.yy0)
#define TOKEN yyminor
/************ Begin %syntax_error code ****************************************/
pInfo->valid = false;
int32_t outputBufLen = tListLen(pInfo->msg);
......@@ -2863,6 +3316,7 @@ static void yy_syntax_error(
}
assert(len <= outputBufLen);
/************ End %syntax_error code ******************************************/
ParseARG_STORE; /* Suppress warning about unused %extra_argument variable */
}
......@@ -2878,10 +3332,15 @@ static void yy_accept(
fprintf(yyTraceFILE,"%sAccept!\n",yyTracePrompt);
}
#endif
while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
#ifndef YYNOERRORRECOVERY
yypParser->yyerrcnt = -1;
#endif
assert( yypParser->yytos==yypParser->yystack );
/* Here code is inserted which will be executed whenever the
** parser accepts */
/*********** Begin %parse_accept code *****************************************/
/*********** End %parse_accept code *******************************************/
ParseARG_STORE; /* Suppress warning about unused %extra_argument variable */
}
......@@ -2911,50 +3370,52 @@ void Parse(
ParseARG_PDECL /* Optional %extra_argument parameter */
){
YYMINORTYPE yyminorunion;
int yyact; /* The parser action. */
unsigned int yyact; /* The parser action. */
#if !defined(YYERRORSYMBOL) && !defined(YYNOERRORRECOVERY)
int yyendofinput; /* True if we are at the end of input */
#endif
#ifdef YYERRORSYMBOL
int yyerrorhit = 0; /* True if yymajor has invoked an error */
#endif
yyParser *yypParser; /* The parser */
/* (re)initialize the parser, if necessary */
yypParser = (yyParser*)yyp;
if( yypParser->yyidx<0 ){
#if YYSTACKDEPTH<=0
if( yypParser->yystksz <=0 ){
/*memset(&yyminorunion, 0, sizeof(yyminorunion));*/
yyminorunion = yyzerominor;
yyStackOverflow(yypParser, &yyminorunion);
return;
}
#endif
yypParser->yyidx = 0;
yypParser->yyerrcnt = -1;
yypParser->yystack[0].stateno = 0;
yypParser->yystack[0].major = 0;
}
yyminorunion.yy0 = yyminor;
assert( yypParser->yytos!=0 );
#if !defined(YYERRORSYMBOL) && !defined(YYNOERRORRECOVERY)
yyendofinput = (yymajor==0);
#endif
ParseARG_STORE;
#ifndef NDEBUG
if( yyTraceFILE ){
fprintf(yyTraceFILE,"%sInput %s\n",yyTracePrompt,yyTokenName[yymajor]);
int stateno = yypParser->yytos->stateno;
if( stateno < YY_MIN_REDUCE ){
fprintf(yyTraceFILE,"%sInput '%s' in state %d\n",
yyTracePrompt,yyTokenName[yymajor],stateno);
}else{
fprintf(yyTraceFILE,"%sInput '%s' with pending reduce %d\n",
yyTracePrompt,yyTokenName[yymajor],stateno-YY_MIN_REDUCE);
}
}
#endif
do{
yyact = yy_find_shift_action(yypParser,(YYCODETYPE)yymajor);
if( yyact<YYNSTATE ){
assert( !yyendofinput ); /* Impossible to shift the $ token */
yy_shift(yypParser,yyact,yymajor,&yyminorunion);
if( yyact >= YY_MIN_REDUCE ){
yy_reduce(yypParser,yyact-YY_MIN_REDUCE,yymajor,yyminor);
}else if( yyact <= YY_MAX_SHIFTREDUCE ){
yy_shift(yypParser,yyact,yymajor,yyminor);
#ifndef YYNOERRORRECOVERY
yypParser->yyerrcnt--;
#endif
yymajor = YYNOCODE;
}else if( yyact < YYNSTATE + YYNRULE ){
yy_reduce(yypParser,yyact-YYNSTATE);
}else if( yyact==YY_ACCEPT_ACTION ){
yypParser->yytos--;
yy_accept(yypParser);
return;
}else{
assert( yyact == YY_ERROR_ACTION );
yyminorunion.yy0 = yyminor;
#ifdef YYERRORSYMBOL
int yymx;
#endif
......@@ -2984,9 +3445,9 @@ void Parse(
**
*/
if( yypParser->yyerrcnt<0 ){
yy_syntax_error(yypParser,yymajor,yyminorunion);
yy_syntax_error(yypParser,yymajor,yyminor);
}
yymx = yypParser->yystack[yypParser->yyidx].major;
yymx = yypParser->yytos->major;
if( yymx==YYERRORSYMBOL || yyerrorhit ){
#ifndef NDEBUG
if( yyTraceFILE ){
......@@ -2994,26 +3455,26 @@ void Parse(
yyTracePrompt,yyTokenName[yymajor]);
}
#endif
yy_destructor(yypParser, (YYCODETYPE)yymajor,&yyminorunion);
yy_destructor(yypParser, (YYCODETYPE)yymajor, &yyminorunion);
yymajor = YYNOCODE;
}else{
while(
yypParser->yyidx >= 0 &&
yymx != YYERRORSYMBOL &&
(yyact = yy_find_reduce_action(
yypParser->yystack[yypParser->yyidx].stateno,
YYERRORSYMBOL)) >= YYNSTATE
while( yypParser->yytos >= yypParser->yystack
&& yymx != YYERRORSYMBOL
&& (yyact = yy_find_reduce_action(
yypParser->yytos->stateno,
YYERRORSYMBOL)) >= YY_MIN_REDUCE
){
yy_pop_parser_stack(yypParser);
}
if( yypParser->yyidx < 0 || yymajor==0 ){
if( yypParser->yytos < yypParser->yystack || yymajor==0 ){
yy_destructor(yypParser,(YYCODETYPE)yymajor,&yyminorunion);
yy_parse_failed(yypParser);
#ifndef YYNOERRORRECOVERY
yypParser->yyerrcnt = -1;
#endif
yymajor = YYNOCODE;
}else if( yymx!=YYERRORSYMBOL ){
YYMINORTYPE u2;
u2.YYERRSYMDT = 0;
yy_shift(yypParser,yyact,YYERRORSYMBOL,&u2);
yy_shift(yypParser,yyact,YYERRORSYMBOL,yyminor);
}
}
yypParser->yyerrcnt = 3;
......@@ -3026,7 +3487,7 @@ void Parse(
** Applications can set this macro (for example inside %include) if
** they intend to abandon the parse upon the first syntax error seen.
*/
yy_syntax_error(yypParser,yymajor,yyminorunion);
yy_syntax_error(yypParser,yymajor, yyminor);
yy_destructor(yypParser,(YYCODETYPE)yymajor,&yyminorunion);
yymajor = YYNOCODE;
......@@ -3041,16 +3502,31 @@ void Parse(
** three input tokens have been successfully shifted.
*/
if( yypParser->yyerrcnt<=0 ){
yy_syntax_error(yypParser,yymajor,yyminorunion);
yy_syntax_error(yypParser,yymajor, yyminor);
}
yypParser->yyerrcnt = 3;
yy_destructor(yypParser,(YYCODETYPE)yymajor,&yyminorunion);
if( yyendofinput ){
yy_parse_failed(yypParser);
#ifndef YYNOERRORRECOVERY
yypParser->yyerrcnt = -1;
#endif
}
yymajor = YYNOCODE;
#endif
}
}while( yymajor!=YYNOCODE && yypParser->yyidx>=0 );
}while( yymajor!=YYNOCODE && yypParser->yytos>yypParser->yystack );
#ifndef NDEBUG
if( yyTraceFILE ){
yyStackEntry *i;
char cDiv = '[';
fprintf(yyTraceFILE,"%sReturn. Stack=",yyTracePrompt);
for(i=&yypParser->yystack[1]; i<=yypParser->yytos; i++){
fprintf(yyTraceFILE,"%c%s", cDiv, yyTokenName[i->major]);
cDiv = ' ';
}
fprintf(yyTraceFILE,"]\n");
}
#endif
return;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册