diff --git a/include/common/ttokendef.h b/include/common/ttokendef.h index 9c9b2f58208922b6bcccae19817f5059838d6033..33a8b3910752f7e07f48d05cabf2a49409a79c1e 100644 --- a/include/common/ttokendef.h +++ b/include/common/ttokendef.h @@ -16,105 +16,105 @@ #ifndef _TD_COMMON_TOKEN_H_ #define _TD_COMMON_TOKEN_H_ -#define TK_OR 1 -#define TK_AND 2 -#define TK_UNION 3 -#define TK_ALL 4 -#define TK_MINUS 5 -#define TK_EXCEPT 6 -#define TK_INTERSECT 7 -#define TK_NK_BITAND 8 -#define TK_NK_BITOR 9 -#define TK_NK_LSHIFT 10 -#define TK_NK_RSHIFT 11 -#define TK_NK_PLUS 12 -#define TK_NK_MINUS 13 -#define TK_NK_STAR 14 -#define TK_NK_SLASH 15 -#define TK_NK_REM 16 -#define TK_NK_CONCAT 17 -#define TK_CREATE 18 -#define TK_ACCOUNT 19 -#define TK_NK_ID 20 -#define TK_PASS 21 -#define TK_NK_STRING 22 -#define TK_ALTER 23 -#define TK_PPS 24 -#define TK_TSERIES 25 -#define TK_STORAGE 26 -#define TK_STREAMS 27 -#define TK_QTIME 28 -#define TK_DBS 29 -#define TK_USERS 30 -#define TK_CONNS 31 -#define TK_STATE 32 -#define TK_USER 33 -#define TK_ENABLE 34 -#define TK_NK_INTEGER 35 -#define TK_SYSINFO 36 -#define TK_DROP 37 -#define TK_GRANT 38 -#define TK_ON 39 -#define TK_TO 40 -#define TK_REVOKE 41 -#define TK_FROM 42 -#define TK_SUBSCRIBE 43 -#define TK_NK_COMMA 44 -#define TK_READ 45 -#define TK_WRITE 46 -#define TK_NK_DOT 47 -#define TK_WITH 48 -#define TK_DNODE 49 -#define TK_PORT 50 -#define TK_DNODES 51 -#define TK_RESTORE 52 -#define TK_NK_IPTOKEN 53 -#define TK_FORCE 54 -#define TK_UNSAFE 55 -#define TK_LOCAL 56 -#define TK_QNODE 57 -#define TK_BNODE 58 -#define TK_SNODE 59 -#define TK_MNODE 60 -#define TK_VNODE 61 -#define TK_DATABASE 62 -#define TK_USE 63 -#define TK_FLUSH 64 -#define TK_TRIM 65 -#define TK_COMPACT 66 -#define TK_IF 67 -#define TK_NOT 68 -#define TK_EXISTS 69 -#define TK_BUFFER 70 -#define TK_CACHEMODEL 71 -#define TK_CACHESIZE 72 -#define TK_COMP 73 -#define TK_DURATION 74 -#define TK_NK_VARIABLE 75 -#define TK_MAXROWS 76 -#define TK_MINROWS 77 -#define TK_KEEP 78 -#define TK_PAGES 79 -#define TK_PAGESIZE 80 -#define TK_TSDB_PAGESIZE 81 -#define TK_PRECISION 82 -#define TK_REPLICA 83 -#define TK_VGROUPS 84 -#define TK_SINGLE_STABLE 85 -#define TK_RETENTIONS 86 -#define TK_SCHEMALESS 87 -#define TK_WAL_LEVEL 88 -#define TK_WAL_FSYNC_PERIOD 89 -#define TK_WAL_RETENTION_PERIOD 90 -#define TK_WAL_RETENTION_SIZE 91 -#define TK_WAL_ROLL_PERIOD 92 -#define TK_WAL_SEGMENT_SIZE 93 -#define TK_STT_TRIGGER 94 -#define TK_TABLE_PREFIX 95 -#define TK_TABLE_SUFFIX 96 -#define TK_NK_COLON 97 -#define TK_MAX_SPEED 98 -#define TK_START 99 +#define TK_OR 1 +#define TK_AND 2 +#define TK_UNION 3 +#define TK_ALL 4 +#define TK_MINUS 5 +#define TK_EXCEPT 6 +#define TK_INTERSECT 7 +#define TK_NK_BITAND 8 +#define TK_NK_BITOR 9 +#define TK_NK_LSHIFT 10 +#define TK_NK_RSHIFT 11 +#define TK_NK_PLUS 12 +#define TK_NK_MINUS 13 +#define TK_NK_STAR 14 +#define TK_NK_SLASH 15 +#define TK_NK_REM 16 +#define TK_NK_CONCAT 17 +#define TK_CREATE 18 +#define TK_ACCOUNT 19 +#define TK_NK_ID 20 +#define TK_PASS 21 +#define TK_NK_STRING 22 +#define TK_ALTER 23 +#define TK_PPS 24 +#define TK_TSERIES 25 +#define TK_STORAGE 26 +#define TK_STREAMS 27 +#define TK_QTIME 28 +#define TK_DBS 29 +#define TK_USERS 30 +#define TK_CONNS 31 +#define TK_STATE 32 +#define TK_USER 33 +#define TK_ENABLE 34 +#define TK_NK_INTEGER 35 +#define TK_SYSINFO 36 +#define TK_DROP 37 +#define TK_GRANT 38 +#define TK_ON 39 +#define TK_TO 40 +#define TK_REVOKE 41 +#define TK_FROM 42 +#define TK_SUBSCRIBE 43 +#define TK_NK_COMMA 44 +#define TK_READ 45 +#define TK_WRITE 46 +#define TK_NK_DOT 47 +#define TK_WITH 48 +#define TK_DNODE 49 +#define TK_PORT 50 +#define TK_DNODES 51 +#define TK_RESTORE 52 +#define TK_NK_IPTOKEN 53 +#define TK_FORCE 54 +#define TK_UNSAFE 55 +#define TK_LOCAL 56 +#define TK_QNODE 57 +#define TK_BNODE 58 +#define TK_SNODE 59 +#define TK_MNODE 60 +#define TK_VNODE 61 +#define TK_DATABASE 62 +#define TK_USE 63 +#define TK_FLUSH 64 +#define TK_TRIM 65 +#define TK_COMPACT 66 +#define TK_IF 67 +#define TK_NOT 68 +#define TK_EXISTS 69 +#define TK_BUFFER 70 +#define TK_CACHEMODEL 71 +#define TK_CACHESIZE 72 +#define TK_COMP 73 +#define TK_DURATION 74 +#define TK_NK_VARIABLE 75 +#define TK_MAXROWS 76 +#define TK_MINROWS 77 +#define TK_KEEP 78 +#define TK_PAGES 79 +#define TK_PAGESIZE 80 +#define TK_TSDB_PAGESIZE 81 +#define TK_PRECISION 82 +#define TK_REPLICA 83 +#define TK_VGROUPS 84 +#define TK_SINGLE_STABLE 85 +#define TK_RETENTIONS 86 +#define TK_SCHEMALESS 87 +#define TK_WAL_LEVEL 88 +#define TK_WAL_FSYNC_PERIOD 89 +#define TK_WAL_RETENTION_PERIOD 90 +#define TK_WAL_RETENTION_SIZE 91 +#define TK_WAL_ROLL_PERIOD 92 +#define TK_WAL_SEGMENT_SIZE 93 +#define TK_STT_TRIGGER 94 +#define TK_TABLE_PREFIX 95 +#define TK_TABLE_SUFFIX 96 +#define TK_NK_COLON 97 +#define TK_MAX_SPEED 98 +#define TK_START 99 #define TK_TIMESTAMP 100 #define TK_END 101 #define TK_TABLE 102 diff --git a/source/libs/parser/inc/sql.y b/source/libs/parser/inc/sql.y index 91ecda88e42ed6dfbcdfe860d651da141e6d4695..2698d90d9e2d5e61b5c7a17f36696f4ef5830e34 100755 --- a/source/libs/parser/inc/sql.y +++ b/source/libs/parser/inc/sql.y @@ -538,15 +538,18 @@ sma_stream_opt(A) ::= sma_stream_opt(B) MAX_DELAY duration_literal(C). sma_stream_opt(A) ::= sma_stream_opt(B) DELETE_MARK duration_literal(C). { ((SStreamOptions*)B)->pDeleteMark = releaseRawExprNode(pCxt, C); A = B; } /************************************************ create/drop topic ***************************************************/ -with_meta(A) ::= . { A = 0; } -with_meta(A) ::= WITH META. { A = 1; } -with_meta(A) ::= ONLY META. { A = 2; } - cmd ::= CREATE TOPIC not_exists_opt(A) topic_name(B) AS query_or_subquery(C). { pCxt->pRootNode = createCreateTopicStmtUseQuery(pCxt, A, &B, C); } -cmd ::= CREATE TOPIC not_exists_opt(A) topic_name(B) with_meta(D) - AS DATABASE db_name(C). { pCxt->pRootNode = createCreateTopicStmtUseDb(pCxt, A, &B, &C, D); } -cmd ::= CREATE TOPIC not_exists_opt(A) topic_name(B) with_meta(E) - AS STABLE full_table_name(C) where_clause_opt(D). { pCxt->pRootNode = createCreateTopicStmtUseTable(pCxt, A, &B, C, E, D); } +cmd ::= CREATE TOPIC not_exists_opt(A) topic_name(B) AS DATABASE db_name(C). { pCxt->pRootNode = createCreateTopicStmtUseDb(pCxt, A, &B, &C, 0); } +cmd ::= CREATE TOPIC not_exists_opt(A) topic_name(B) + WITH META AS DATABASE db_name(C). { pCxt->pRootNode = createCreateTopicStmtUseDb(pCxt, A, &B, &C, 1); } +cmd ::= CREATE TOPIC not_exists_opt(A) topic_name(B) + ONLY META AS DATABASE db_name(C). { pCxt->pRootNode = createCreateTopicStmtUseDb(pCxt, A, &B, &C, 2); } +cmd ::= CREATE TOPIC not_exists_opt(A) topic_name(B) + AS STABLE full_table_name(C) where_clause_opt(D). { pCxt->pRootNode = createCreateTopicStmtUseTable(pCxt, A, &B, C, 0, D); } +cmd ::= CREATE TOPIC not_exists_opt(A) topic_name(B) + WITH META AS STABLE full_table_name(C) where_clause_opt(D). { pCxt->pRootNode = createCreateTopicStmtUseTable(pCxt, A, &B, C, 1, D); } +cmd ::= CREATE TOPIC not_exists_opt(A) topic_name(B) + ONLY META AS STABLE full_table_name(C) where_clause_opt(D). { pCxt->pRootNode = createCreateTopicStmtUseTable(pCxt, A, &B, C, 2, D); } cmd ::= DROP TOPIC exists_opt(A) topic_name(B). { pCxt->pRootNode = createDropTopicStmt(pCxt, A, &B); } cmd ::= DROP CONSUMER GROUP exists_opt(A) cgroup_name(B) ON topic_name(C). { pCxt->pRootNode = createDropCGroupStmt(pCxt, A, &B, &C); } diff --git a/source/libs/parser/src/sql.c b/source/libs/parser/src/sql.c index 3f05e3269ac84a60bb6fa752e63165451dbb1e85..546f2b4626eb6ae7ea06ed1806dd86f8a63d1a97 100644 --- a/source/libs/parser/src/sql.c +++ b/source/libs/parser/src/sql.c @@ -1,3 +1,5 @@ +/* This file is automatically generated by Lemon from input grammar +** source file "sql.y". */ /* ** 2000-05-29 ** @@ -22,10 +24,7 @@ ** The following is the concatenation of all %include directives from the ** input grammar file: */ -#include -#include /************ Begin %include sections from the grammar ************************/ - #include #include #include @@ -42,11 +41,348 @@ #define YYSTACKDEPTH 0 /**************** 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 ***************************/ +/* These constants specify the various numeric values for terminal symbols. +***************** Begin token definitions *************************************/ +#ifndef TK_OR +#define TK_OR 1 +#define TK_AND 2 +#define TK_UNION 3 +#define TK_ALL 4 +#define TK_MINUS 5 +#define TK_EXCEPT 6 +#define TK_INTERSECT 7 +#define TK_NK_BITAND 8 +#define TK_NK_BITOR 9 +#define TK_NK_LSHIFT 10 +#define TK_NK_RSHIFT 11 +#define TK_NK_PLUS 12 +#define TK_NK_MINUS 13 +#define TK_NK_STAR 14 +#define TK_NK_SLASH 15 +#define TK_NK_REM 16 +#define TK_NK_CONCAT 17 +#define TK_CREATE 18 +#define TK_ACCOUNT 19 +#define TK_NK_ID 20 +#define TK_PASS 21 +#define TK_NK_STRING 22 +#define TK_ALTER 23 +#define TK_PPS 24 +#define TK_TSERIES 25 +#define TK_STORAGE 26 +#define TK_STREAMS 27 +#define TK_QTIME 28 +#define TK_DBS 29 +#define TK_USERS 30 +#define TK_CONNS 31 +#define TK_STATE 32 +#define TK_USER 33 +#define TK_ENABLE 34 +#define TK_NK_INTEGER 35 +#define TK_SYSINFO 36 +#define TK_DROP 37 +#define TK_GRANT 38 +#define TK_ON 39 +#define TK_TO 40 +#define TK_REVOKE 41 +#define TK_FROM 42 +#define TK_SUBSCRIBE 43 +#define TK_NK_COMMA 44 +#define TK_READ 45 +#define TK_WRITE 46 +#define TK_NK_DOT 47 +#define TK_WITH 48 +#define TK_DNODE 49 +#define TK_PORT 50 +#define TK_DNODES 51 +#define TK_RESTORE 52 +#define TK_NK_IPTOKEN 53 +#define TK_FORCE 54 +#define TK_UNSAFE 55 +#define TK_LOCAL 56 +#define TK_QNODE 57 +#define TK_BNODE 58 +#define TK_SNODE 59 +#define TK_MNODE 60 +#define TK_VNODE 61 +#define TK_DATABASE 62 +#define TK_USE 63 +#define TK_FLUSH 64 +#define TK_TRIM 65 +#define TK_COMPACT 66 +#define TK_IF 67 +#define TK_NOT 68 +#define TK_EXISTS 69 +#define TK_BUFFER 70 +#define TK_CACHEMODEL 71 +#define TK_CACHESIZE 72 +#define TK_COMP 73 +#define TK_DURATION 74 +#define TK_NK_VARIABLE 75 +#define TK_MAXROWS 76 +#define TK_MINROWS 77 +#define TK_KEEP 78 +#define TK_PAGES 79 +#define TK_PAGESIZE 80 +#define TK_TSDB_PAGESIZE 81 +#define TK_PRECISION 82 +#define TK_REPLICA 83 +#define TK_VGROUPS 84 +#define TK_SINGLE_STABLE 85 +#define TK_RETENTIONS 86 +#define TK_SCHEMALESS 87 +#define TK_WAL_LEVEL 88 +#define TK_WAL_FSYNC_PERIOD 89 +#define TK_WAL_RETENTION_PERIOD 90 +#define TK_WAL_RETENTION_SIZE 91 +#define TK_WAL_ROLL_PERIOD 92 +#define TK_WAL_SEGMENT_SIZE 93 +#define TK_STT_TRIGGER 94 +#define TK_TABLE_PREFIX 95 +#define TK_TABLE_SUFFIX 96 +#define TK_NK_COLON 97 +#define TK_MAX_SPEED 98 +#define TK_START 99 +#define TK_TIMESTAMP 100 +#define TK_END 101 +#define TK_TABLE 102 +#define TK_NK_LP 103 +#define TK_NK_RP 104 +#define TK_STABLE 105 +#define TK_ADD 106 +#define TK_COLUMN 107 +#define TK_MODIFY 108 +#define TK_RENAME 109 +#define TK_TAG 110 +#define TK_SET 111 +#define TK_NK_EQ 112 +#define TK_USING 113 +#define TK_TAGS 114 +#define TK_BOOL 115 +#define TK_TINYINT 116 +#define TK_SMALLINT 117 +#define TK_INT 118 +#define TK_INTEGER 119 +#define TK_BIGINT 120 +#define TK_FLOAT 121 +#define TK_DOUBLE 122 +#define TK_BINARY 123 +#define TK_NCHAR 124 +#define TK_UNSIGNED 125 +#define TK_JSON 126 +#define TK_VARCHAR 127 +#define TK_MEDIUMBLOB 128 +#define TK_BLOB 129 +#define TK_VARBINARY 130 +#define TK_GEOMETRY 131 +#define TK_DECIMAL 132 +#define TK_COMMENT 133 +#define TK_MAX_DELAY 134 +#define TK_WATERMARK 135 +#define TK_ROLLUP 136 +#define TK_TTL 137 +#define TK_SMA 138 +#define TK_DELETE_MARK 139 +#define TK_FIRST 140 +#define TK_LAST 141 +#define TK_SHOW 142 +#define TK_PRIVILEGES 143 +#define TK_DATABASES 144 +#define TK_TABLES 145 +#define TK_STABLES 146 +#define TK_MNODES 147 +#define TK_QNODES 148 +#define TK_FUNCTIONS 149 +#define TK_INDEXES 150 +#define TK_ACCOUNTS 151 +#define TK_APPS 152 +#define TK_CONNECTIONS 153 +#define TK_LICENCES 154 +#define TK_GRANTS 155 +#define TK_QUERIES 156 +#define TK_SCORES 157 +#define TK_TOPICS 158 +#define TK_VARIABLES 159 +#define TK_CLUSTER 160 +#define TK_BNODES 161 +#define TK_SNODES 162 +#define TK_TRANSACTIONS 163 +#define TK_DISTRIBUTED 164 +#define TK_CONSUMERS 165 +#define TK_SUBSCRIPTIONS 166 +#define TK_VNODES 167 +#define TK_ALIVE 168 +#define TK_LIKE 169 +#define TK_TBNAME 170 +#define TK_QTAGS 171 +#define TK_AS 172 +#define TK_INDEX 173 +#define TK_FUNCTION 174 +#define TK_INTERVAL 175 +#define TK_COUNT 176 +#define TK_LAST_ROW 177 +#define TK_TOPIC 178 +#define TK_META 179 +#define TK_ONLY 180 +#define TK_CONSUMER 181 +#define TK_GROUP 182 +#define TK_DESC 183 +#define TK_DESCRIBE 184 +#define TK_RESET 185 +#define TK_QUERY 186 +#define TK_CACHE 187 +#define TK_EXPLAIN 188 +#define TK_ANALYZE 189 +#define TK_VERBOSE 190 +#define TK_NK_BOOL 191 +#define TK_RATIO 192 +#define TK_NK_FLOAT 193 +#define TK_OUTPUTTYPE 194 +#define TK_AGGREGATE 195 +#define TK_BUFSIZE 196 +#define TK_LANGUAGE 197 +#define TK_REPLACE 198 +#define TK_STREAM 199 +#define TK_INTO 200 +#define TK_PAUSE 201 +#define TK_RESUME 202 +#define TK_TRIGGER 203 +#define TK_AT_ONCE 204 +#define TK_WINDOW_CLOSE 205 +#define TK_IGNORE 206 +#define TK_EXPIRED 207 +#define TK_FILL_HISTORY 208 +#define TK_UPDATE 209 +#define TK_SUBTABLE 210 +#define TK_UNTREATED 211 +#define TK_KILL 212 +#define TK_CONNECTION 213 +#define TK_TRANSACTION 214 +#define TK_BALANCE 215 +#define TK_VGROUP 216 +#define TK_LEADER 217 +#define TK_MERGE 218 +#define TK_REDISTRIBUTE 219 +#define TK_SPLIT 220 +#define TK_DELETE 221 +#define TK_INSERT 222 +#define TK_NULL 223 +#define TK_NK_QUESTION 224 +#define TK_NK_ARROW 225 +#define TK_ROWTS 226 +#define TK_QSTART 227 +#define TK_QEND 228 +#define TK_QDURATION 229 +#define TK_WSTART 230 +#define TK_WEND 231 +#define TK_WDURATION 232 +#define TK_IROWTS 233 +#define TK_ISFILLED 234 +#define TK_CAST 235 +#define TK_NOW 236 +#define TK_TODAY 237 +#define TK_TIMEZONE 238 +#define TK_CLIENT_VERSION 239 +#define TK_SERVER_VERSION 240 +#define TK_SERVER_STATUS 241 +#define TK_CURRENT_USER 242 +#define TK_CASE 243 +#define TK_WHEN 244 +#define TK_THEN 245 +#define TK_ELSE 246 +#define TK_BETWEEN 247 +#define TK_IS 248 +#define TK_NK_LT 249 +#define TK_NK_GT 250 +#define TK_NK_LE 251 +#define TK_NK_GE 252 +#define TK_NK_NE 253 +#define TK_MATCH 254 +#define TK_NMATCH 255 +#define TK_CONTAINS 256 +#define TK_IN 257 +#define TK_JOIN 258 +#define TK_INNER 259 +#define TK_SELECT 260 +#define TK_DISTINCT 261 +#define TK_WHERE 262 +#define TK_PARTITION 263 +#define TK_BY 264 +#define TK_SESSION 265 +#define TK_STATE_WINDOW 266 +#define TK_EVENT_WINDOW 267 +#define TK_SLIDING 268 +#define TK_FILL 269 +#define TK_VALUE 270 +#define TK_VALUE_F 271 +#define TK_NONE 272 +#define TK_PREV 273 +#define TK_NULL_F 274 +#define TK_LINEAR 275 +#define TK_NEXT 276 +#define TK_HAVING 277 +#define TK_RANGE 278 +#define TK_EVERY 279 +#define TK_ORDER 280 +#define TK_SLIMIT 281 +#define TK_SOFFSET 282 +#define TK_LIMIT 283 +#define TK_OFFSET 284 +#define TK_ASC 285 +#define TK_NULLS 286 +#define TK_ABORT 287 +#define TK_AFTER 288 +#define TK_ATTACH 289 +#define TK_BEFORE 290 +#define TK_BEGIN 291 +#define TK_BITAND 292 +#define TK_BITNOT 293 +#define TK_BITOR 294 +#define TK_BLOCKS 295 +#define TK_CHANGE 296 +#define TK_COMMA 297 +#define TK_CONCAT 298 +#define TK_CONFLICT 299 +#define TK_COPY 300 +#define TK_DEFERRED 301 +#define TK_DELIMITERS 302 +#define TK_DETACH 303 +#define TK_DIVIDE 304 +#define TK_DOT 305 +#define TK_EACH 306 +#define TK_FAIL 307 +#define TK_FILE 308 +#define TK_FOR 309 +#define TK_GLOB 310 +#define TK_ID 311 +#define TK_IMMEDIATE 312 +#define TK_IMPORT 313 +#define TK_INITIALLY 314 +#define TK_INSTEAD 315 +#define TK_ISNULL 316 +#define TK_KEY 317 +#define TK_MODULES 318 +#define TK_NK_BITNOT 319 +#define TK_NK_SEMI 320 +#define TK_NOTNULL 321 +#define TK_OF 322 +#define TK_PLUS 323 +#define TK_PRIVILEGE 324 +#define TK_RAISE 325 +#define TK_RESTRICT 326 +#define TK_ROW 327 +#define TK_SEMI 328 +#define TK_STAR 329 +#define TK_STATEMENT 330 +#define TK_STRICT 331 +#define TK_STRING 332 +#define TK_TIMES 333 +#define TK_VALUES 334 +#define TK_VARIABLE 335 +#define TK_VIEW 336 +#define TK_WAL 337 +#endif +/**************** End token definitions ***************************************/ /* The next sections is a series of control #defines. ** various aspects of the generated parser. @@ -104,27 +440,27 @@ #endif /************* Begin control #defines *****************************************/ #define YYCODETYPE unsigned short int -#define YYNOCODE 485 +#define YYNOCODE 486 #define YYACTIONTYPE unsigned short int #define ParseTOKENTYPE SToken typedef union { int yyinit; ParseTOKENTYPE yy0; - EOrder yy48; - EOperatorType yy70; - int8_t yy73; - int32_t yy120; - SNodeList* yy174; - EFillMode yy204; - SNode* yy242; - STokenPair yy257; - int64_t yy349; - EJoinType yy482; - SAlterOption yy535; - SToken yy669; - ENullOrder yy687; - bool yy777; - SDataType yy794; + EOrder yy2; + EFillMode yy18; + ENullOrder yy109; + bool yy173; + int64_t yy261; + EOperatorType yy344; + EJoinType yy360; + SNodeList* yy496; + SToken yy533; + SNode* yy560; + SAlterOption yy713; + int8_t yy719; + STokenPair yy885; + SDataType yy952; + int32_t yy964; } YYMINORTYPE; #ifndef YYSTACKDEPTH #define YYSTACKDEPTH 100 @@ -140,18 +476,18 @@ typedef union { #define ParseCTX_FETCH #define ParseCTX_STORE #define YYFALLBACK 1 -#define YYNSTATE 794 -#define YYNRULE 596 -#define YYNRULE_WITH_ACTION 596 -#define YYNTOKEN 337 -#define YY_MAX_SHIFT 793 -#define YY_MIN_SHIFTREDUCE 1172 -#define YY_MAX_SHIFTREDUCE 1767 -#define YY_ERROR_ACTION 1768 -#define YY_ACCEPT_ACTION 1769 -#define YY_NO_ACTION 1770 -#define YY_MIN_REDUCE 1771 -#define YY_MAX_REDUCE 2366 +#define YYNSTATE 802 +#define YYNRULE 598 +#define YYNRULE_WITH_ACTION 598 +#define YYNTOKEN 338 +#define YY_MAX_SHIFT 801 +#define YY_MIN_SHIFTREDUCE 1180 +#define YY_MAX_SHIFTREDUCE 1777 +#define YY_ERROR_ACTION 1778 +#define YY_ACCEPT_ACTION 1779 +#define YY_NO_ACTION 1780 +#define YY_MIN_REDUCE 1781 +#define YY_MAX_REDUCE 2378 /************* End control #defines *******************************************/ #define YY_NLOOKAHEAD ((int)(sizeof(yy_lookahead)/sizeof(yy_lookahead[0]))) @@ -218,795 +554,823 @@ typedef union { ** yy_default[] Default action for each state. ** *********** Begin parsing tables **********************************************/ -#define YY_ACTTAB_COUNT (2730) +#define YY_ACTTAB_COUNT (2859) static const YYACTIONTYPE yy_action[] = { - /* 0 */ 2177, 2067, 170, 218, 1783, 670, 447, 531, 665, 1814, - /* 10 */ 662, 446, 48, 46, 1694, 1937, 2065, 671, 647, 1794, - /* 20 */ 401, 2337, 1543, 41, 40, 410, 409, 47, 45, 44, - /* 30 */ 43, 42, 686, 1624, 2237, 1541, 646, 188, 2195, 41, - /* 40 */ 40, 2338, 648, 47, 45, 44, 43, 42, 1550, 2138, - /* 50 */ 2145, 1571, 700, 622, 1568, 622, 2337, 543, 2337, 2060, - /* 60 */ 2177, 181, 1619, 47, 45, 44, 43, 42, 19, 2145, - /* 70 */ 701, 2343, 188, 2343, 188, 1549, 2338, 648, 2338, 648, - /* 80 */ 220, 368, 2050, 360, 531, 2176, 1814, 2212, 107, 184, - /* 90 */ 110, 2178, 704, 2180, 2181, 699, 622, 694, 2195, 2337, - /* 100 */ 790, 1988, 185, 15, 2265, 143, 87, 641, 397, 2261, - /* 110 */ 2145, 1793, 700, 1940, 2343, 188, 48, 46, 2067, 2338, - /* 120 */ 648, 190, 2155, 370, 401, 2342, 1543, 1653, 2337, 2291, - /* 130 */ 394, 683, 1943, 2064, 671, 2195, 1939, 1624, 205, 1541, - /* 140 */ 1626, 1627, 453, 1318, 2341, 2176, 2159, 2212, 2338, 2340, - /* 150 */ 110, 2178, 704, 2180, 2181, 699, 1317, 694, 1569, 404, - /* 160 */ 145, 2145, 152, 2236, 2265, 181, 1619, 164, 397, 2261, - /* 170 */ 1599, 1609, 19, 2001, 382, 1950, 1625, 1628, 84, 1549, - /* 180 */ 381, 83, 1999, 2161, 1654, 1772, 2051, 347, 1999, 640, - /* 190 */ 1544, 123, 1542, 694, 122, 121, 120, 119, 118, 117, - /* 200 */ 116, 115, 114, 263, 790, 1553, 123, 15, 2177, 122, - /* 210 */ 121, 120, 119, 118, 117, 116, 115, 114, 701, 669, - /* 220 */ 1816, 500, 1547, 1548, 1771, 1598, 1601, 1602, 1603, 1604, - /* 230 */ 1605, 1606, 1607, 1608, 696, 692, 1617, 1618, 1620, 1621, - /* 240 */ 1622, 1623, 2, 642, 1626, 1627, 2195, 1792, 132, 131, - /* 250 */ 130, 129, 128, 127, 126, 125, 124, 670, 2145, 62, - /* 260 */ 700, 37, 399, 1648, 1649, 1650, 1651, 1652, 1656, 1657, - /* 270 */ 1658, 1659, 38, 305, 1599, 1609, 1568, 287, 1398, 1399, - /* 280 */ 1625, 1628, 1205, 683, 41, 40, 684, 1948, 47, 45, - /* 290 */ 44, 43, 42, 2176, 1544, 2212, 1542, 2145, 110, 2178, - /* 300 */ 704, 2180, 2181, 699, 528, 694, 133, 529, 1807, 668, - /* 310 */ 2357, 2060, 2265, 568, 1568, 2177, 397, 2261, 62, 1567, - /* 320 */ 93, 1207, 533, 1210, 1211, 662, 1547, 1548, 530, 1598, - /* 330 */ 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 696, 692, - /* 340 */ 1617, 1618, 1620, 1621, 1622, 1623, 2, 12, 48, 46, - /* 350 */ 12, 637, 10, 2195, 395, 683, 401, 406, 1543, 1363, - /* 360 */ 1994, 1996, 167, 373, 545, 2145, 51, 700, 670, 1624, - /* 370 */ 1950, 1541, 684, 1948, 1354, 729, 728, 727, 1358, 726, - /* 380 */ 1360, 1361, 725, 722, 2131, 1369, 719, 1371, 1372, 716, - /* 390 */ 713, 710, 133, 2177, 8, 2280, 659, 142, 1619, 573, - /* 400 */ 2176, 1791, 2212, 698, 19, 110, 2178, 704, 2180, 2181, - /* 410 */ 699, 1549, 694, 2342, 1230, 191, 1229, 185, 1925, 2265, - /* 420 */ 679, 2277, 2060, 397, 2261, 250, 1600, 659, 142, 138, - /* 430 */ 1570, 2195, 374, 423, 372, 371, 790, 570, 51, 15, - /* 440 */ 643, 638, 631, 2145, 2292, 700, 1570, 1231, 586, 585, - /* 450 */ 584, 2145, 48, 46, 1629, 576, 139, 580, 1764, 572, - /* 460 */ 401, 579, 1543, 571, 1453, 1454, 578, 583, 376, 375, - /* 470 */ 609, 1722, 577, 1624, 191, 1541, 1626, 1627, 2176, 2280, - /* 480 */ 2212, 1995, 1996, 341, 2178, 704, 2180, 2181, 699, 697, - /* 490 */ 694, 685, 2230, 536, 1514, 1515, 529, 1807, 2177, 187, - /* 500 */ 2273, 2274, 1619, 140, 2278, 2276, 1599, 1609, 701, 1230, - /* 510 */ 2312, 1229, 1625, 1628, 1757, 1549, 659, 142, 634, 633, - /* 520 */ 1720, 1721, 1723, 1724, 1725, 491, 1544, 739, 1542, 661, - /* 530 */ 186, 2273, 2274, 525, 140, 2278, 2195, 14, 13, 1568, - /* 540 */ 790, 523, 1231, 49, 519, 515, 659, 142, 2145, 1790, - /* 550 */ 700, 737, 157, 156, 734, 733, 732, 154, 1547, 1548, - /* 560 */ 1763, 1598, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, - /* 570 */ 696, 692, 1617, 1618, 1620, 1621, 1622, 1623, 2, 574, - /* 580 */ 1626, 1627, 285, 2176, 2341, 2212, 209, 208, 110, 2178, - /* 590 */ 704, 2180, 2181, 699, 191, 694, 12, 2001, 285, 2145, - /* 600 */ 2357, 1305, 2265, 101, 391, 2177, 397, 2261, 2110, 490, - /* 610 */ 1599, 1609, 1999, 1687, 600, 701, 1625, 1628, 1924, 283, - /* 620 */ 2273, 658, 62, 134, 657, 66, 2337, 598, 1941, 596, - /* 630 */ 1544, 435, 1542, 737, 157, 156, 734, 733, 732, 154, - /* 640 */ 1667, 646, 188, 2195, 684, 1948, 2338, 648, 1769, 189, - /* 650 */ 2273, 2274, 1549, 140, 2278, 2145, 251, 700, 437, 433, - /* 660 */ 2031, 2139, 1547, 1548, 193, 1598, 1601, 1602, 1603, 1604, - /* 670 */ 1605, 1606, 1607, 1608, 696, 692, 1617, 1618, 1620, 1621, - /* 680 */ 1622, 1623, 2, 48, 46, 739, 169, 1233, 1234, 52, - /* 690 */ 2176, 401, 2212, 1543, 1889, 110, 2178, 704, 2180, 2181, - /* 700 */ 699, 575, 694, 2001, 1624, 2155, 1541, 2240, 622, 2265, - /* 710 */ 396, 2337, 234, 397, 2261, 44, 43, 42, 1999, 2164, - /* 720 */ 416, 1322, 1543, 1303, 62, 415, 2343, 188, 174, 2159, - /* 730 */ 2177, 2338, 648, 1619, 1321, 1541, 562, 558, 554, 550, - /* 740 */ 701, 233, 688, 1789, 2237, 2155, 1549, 41, 40, 1307, - /* 750 */ 34, 47, 45, 44, 43, 42, 41, 40, 1264, 2163, - /* 760 */ 47, 45, 44, 43, 42, 1926, 2161, 622, 2195, 2159, - /* 770 */ 2337, 790, 684, 1948, 49, 1549, 694, 730, 191, 1788, - /* 780 */ 2145, 88, 700, 30, 231, 2343, 188, 48, 46, 1309, - /* 790 */ 2338, 648, 681, 2145, 2177, 401, 1571, 1543, 1265, 502, - /* 800 */ 790, 1787, 564, 563, 701, 749, 2161, 398, 1624, 150, - /* 810 */ 1541, 1626, 1627, 684, 1948, 2176, 694, 2212, 1569, 471, - /* 820 */ 111, 2178, 704, 2180, 2181, 699, 1933, 694, 470, 2145, - /* 830 */ 566, 565, 2195, 57, 2265, 684, 1948, 1619, 2264, 2261, - /* 840 */ 1571, 1599, 1609, 1734, 2145, 191, 700, 1625, 1628, 2046, - /* 850 */ 1549, 2145, 230, 224, 572, 451, 1935, 229, 571, 541, - /* 860 */ 650, 1544, 144, 1542, 249, 2236, 41, 40, 248, 1786, - /* 870 */ 47, 45, 44, 43, 42, 790, 1698, 222, 15, 2176, - /* 880 */ 191, 2212, 1568, 2046, 171, 2178, 704, 2180, 2181, 699, - /* 890 */ 1544, 694, 1542, 1547, 1548, 201, 1598, 1601, 1602, 1603, - /* 900 */ 1604, 1605, 1606, 1607, 1608, 696, 692, 1617, 1618, 1620, - /* 910 */ 1621, 1622, 1623, 2, 1931, 1626, 1627, 582, 581, 2145, - /* 920 */ 684, 1948, 1547, 1548, 623, 2302, 1952, 2001, 90, 203, - /* 930 */ 2280, 355, 2046, 404, 380, 351, 602, 1566, 1470, 1471, - /* 940 */ 452, 167, 2000, 2177, 484, 1599, 1609, 498, 202, 1950, - /* 950 */ 497, 1625, 1628, 701, 256, 629, 2275, 684, 1948, 684, - /* 960 */ 1948, 2342, 1733, 1213, 2337, 1544, 467, 1542, 499, 1567, - /* 970 */ 1785, 684, 1948, 469, 1469, 1472, 36, 461, 207, 476, - /* 980 */ 2341, 2195, 41, 40, 2338, 2339, 47, 45, 44, 43, - /* 990 */ 42, 477, 262, 2145, 695, 700, 731, 1547, 1548, 1992, - /* 1000 */ 1598, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 696, - /* 1010 */ 692, 1617, 1618, 1620, 1621, 1622, 1623, 2, 1847, 369, - /* 1020 */ 2145, 167, 684, 1948, 684, 1948, 684, 1948, 2176, 1951, - /* 1030 */ 2212, 457, 1600, 110, 2178, 704, 2180, 2181, 699, 54, - /* 1040 */ 694, 3, 544, 259, 1945, 2357, 252, 2265, 1890, 41, - /* 1050 */ 40, 397, 2261, 47, 45, 44, 43, 42, 296, 297, - /* 1060 */ 2128, 495, 2305, 295, 489, 488, 487, 486, 483, 482, - /* 1070 */ 481, 480, 479, 475, 474, 473, 472, 350, 464, 463, - /* 1080 */ 462, 607, 459, 458, 367, 1691, 1782, 1634, 767, 766, - /* 1090 */ 765, 764, 413, 1568, 763, 762, 146, 757, 756, 755, - /* 1100 */ 754, 753, 752, 751, 159, 747, 746, 745, 412, 411, - /* 1110 */ 742, 741, 740, 177, 176, 168, 1850, 454, 41, 40, - /* 1120 */ 326, 1655, 47, 45, 44, 43, 42, 87, 622, 2177, - /* 1130 */ 455, 2337, 1784, 2001, 323, 73, 2145, 155, 72, 701, - /* 1140 */ 405, 2330, 1781, 761, 759, 1710, 2343, 188, 1999, 348, - /* 1150 */ 280, 2338, 648, 1944, 684, 1948, 62, 635, 684, 1948, - /* 1160 */ 216, 510, 508, 505, 137, 2177, 1923, 2195, 1780, 691, - /* 1170 */ 2001, 684, 1948, 735, 260, 701, 1992, 366, 286, 2145, - /* 1180 */ 1888, 700, 684, 1948, 1779, 1999, 586, 585, 584, 684, - /* 1190 */ 1948, 667, 2145, 576, 139, 580, 1778, 56, 35, 579, - /* 1200 */ 62, 651, 300, 2195, 578, 583, 376, 375, 1660, 682, - /* 1210 */ 577, 274, 1210, 1211, 2176, 2145, 2212, 700, 2145, 110, - /* 1220 */ 2178, 704, 2180, 2181, 699, 1777, 694, 654, 1776, 684, - /* 1230 */ 1948, 2357, 1887, 2265, 2145, 2177, 414, 397, 2261, 109, - /* 1240 */ 1775, 1774, 445, 1600, 444, 701, 2145, 2284, 647, 306, - /* 1250 */ 2176, 2337, 2212, 2285, 1687, 172, 2178, 704, 2180, 2181, - /* 1260 */ 699, 407, 694, 684, 1948, 736, 646, 188, 1992, 167, - /* 1270 */ 2196, 2338, 648, 2195, 443, 2145, 430, 1950, 2145, 81, - /* 1280 */ 80, 450, 166, 408, 200, 2145, 2177, 700, 261, 319, - /* 1290 */ 2145, 2145, 1978, 604, 2055, 603, 701, 442, 440, 737, - /* 1300 */ 157, 156, 734, 733, 732, 154, 649, 2358, 349, 2177, - /* 1310 */ 750, 431, 191, 1910, 429, 425, 421, 418, 443, 701, - /* 1320 */ 2176, 2299, 2212, 1645, 2195, 110, 2178, 704, 2180, 2181, - /* 1330 */ 699, 91, 694, 148, 74, 135, 2145, 2357, 700, 2265, - /* 1340 */ 1834, 1690, 1825, 397, 2261, 410, 409, 2195, 239, 241, - /* 1350 */ 243, 237, 240, 242, 245, 1557, 191, 244, 621, 2145, - /* 1360 */ 2177, 700, 587, 155, 589, 1823, 1624, 155, 1550, 50, - /* 1370 */ 701, 2176, 50, 2212, 267, 155, 335, 2178, 704, 2180, - /* 1380 */ 2181, 699, 50, 694, 82, 41, 40, 592, 293, 47, - /* 1390 */ 45, 44, 43, 42, 2176, 1619, 2212, 1552, 2195, 110, - /* 1400 */ 2178, 704, 2180, 2181, 699, 71, 694, 153, 1549, 1551, - /* 1410 */ 2145, 2357, 700, 2265, 1766, 1767, 155, 397, 2261, 644, - /* 1420 */ 2177, 14, 13, 1509, 64, 50, 50, 1512, 708, 1719, - /* 1430 */ 701, 153, 1718, 690, 269, 666, 2166, 155, 652, 743, - /* 1440 */ 136, 744, 1467, 153, 1817, 2176, 106, 2212, 298, 2177, - /* 1450 */ 110, 2178, 704, 2180, 2181, 699, 103, 694, 2195, 701, - /* 1460 */ 1808, 1283, 2238, 1281, 2265, 676, 655, 302, 397, 2261, - /* 1470 */ 2145, 1813, 700, 1989, 2295, 660, 1348, 282, 279, 1, - /* 1480 */ 9, 417, 55, 422, 1661, 1610, 318, 2195, 1376, 364, - /* 1490 */ 1574, 1380, 2168, 438, 785, 439, 195, 1387, 196, 2145, - /* 1500 */ 1385, 700, 441, 158, 198, 2176, 1490, 2212, 313, 206, - /* 1510 */ 110, 2178, 704, 2180, 2181, 699, 456, 694, 1571, 460, - /* 1520 */ 2056, 493, 687, 1558, 2265, 1553, 465, 1566, 397, 2261, - /* 1530 */ 478, 2048, 485, 492, 2176, 504, 2212, 494, 503, 111, - /* 1540 */ 2178, 704, 2180, 2181, 699, 501, 694, 591, 210, 211, - /* 1550 */ 506, 507, 213, 2265, 1555, 1561, 1563, 689, 2261, 509, - /* 1560 */ 511, 1572, 601, 526, 4, 2177, 1554, 537, 692, 1617, - /* 1570 */ 1618, 1620, 1621, 1622, 1623, 701, 247, 527, 534, 535, - /* 1580 */ 221, 1569, 538, 1573, 1575, 223, 539, 540, 226, 542, - /* 1590 */ 228, 2177, 594, 546, 567, 85, 569, 86, 232, 588, - /* 1600 */ 354, 701, 1938, 2195, 112, 246, 236, 1934, 608, 606, - /* 1610 */ 151, 89, 238, 2119, 314, 2145, 253, 700, 612, 613, - /* 1620 */ 611, 255, 257, 160, 161, 2177, 1936, 1932, 162, 2195, - /* 1630 */ 1497, 163, 617, 619, 636, 701, 2311, 674, 2287, 2310, - /* 1640 */ 7, 2145, 645, 700, 2116, 70, 2115, 273, 69, 616, - /* 1650 */ 702, 175, 2212, 626, 627, 111, 2178, 704, 2180, 2181, - /* 1660 */ 699, 632, 694, 2195, 2296, 2306, 386, 265, 639, 2265, - /* 1670 */ 275, 618, 268, 359, 2261, 2145, 2176, 700, 2212, 625, - /* 1680 */ 276, 111, 2178, 704, 2180, 2181, 699, 2177, 694, 624, - /* 1690 */ 278, 387, 2360, 656, 653, 2265, 1687, 701, 141, 1570, - /* 1700 */ 2262, 2281, 663, 664, 390, 288, 96, 2061, 1576, 677, - /* 1710 */ 2176, 2177, 2212, 315, 672, 171, 2178, 704, 2180, 2181, - /* 1720 */ 699, 701, 694, 678, 673, 2195, 2075, 2074, 61, 2073, - /* 1730 */ 384, 277, 316, 317, 98, 2177, 281, 2145, 1949, 700, - /* 1740 */ 2246, 393, 100, 102, 786, 701, 2336, 1993, 309, 2195, - /* 1750 */ 706, 1911, 320, 787, 385, 789, 2303, 329, 53, 324, - /* 1760 */ 2137, 2145, 356, 700, 357, 322, 344, 2136, 2135, 343, - /* 1770 */ 333, 78, 2176, 2195, 2212, 419, 1534, 342, 2178, 704, - /* 1780 */ 2180, 2181, 699, 2132, 694, 2145, 420, 700, 1535, 194, - /* 1790 */ 424, 2130, 426, 427, 428, 2129, 2176, 365, 2212, 2177, - /* 1800 */ 2127, 342, 2178, 704, 2180, 2181, 699, 432, 694, 701, - /* 1810 */ 2126, 434, 2125, 436, 1525, 2106, 197, 2105, 199, 1493, - /* 1820 */ 2176, 79, 2212, 1492, 2087, 172, 2178, 704, 2180, 2181, - /* 1830 */ 699, 2086, 694, 2085, 448, 449, 2084, 2195, 2083, 1444, - /* 1840 */ 2039, 2038, 392, 2036, 147, 2035, 2034, 2037, 2033, 2145, - /* 1850 */ 2032, 700, 2030, 2029, 2028, 204, 466, 2027, 468, 2041, - /* 1860 */ 2026, 2025, 2024, 2177, 149, 2011, 2010, 2009, 2040, 2008, - /* 1870 */ 2007, 1446, 2006, 698, 2023, 2022, 2021, 2359, 2020, 2019, - /* 1880 */ 2018, 2017, 2016, 2015, 2176, 2177, 2212, 2014, 2013, 342, - /* 1890 */ 2178, 704, 2180, 2181, 699, 701, 694, 2012, 2005, 2004, - /* 1900 */ 2003, 2195, 496, 2002, 352, 1853, 1319, 1852, 1323, 2177, - /* 1910 */ 63, 353, 1315, 2145, 1851, 700, 1849, 212, 1846, 701, - /* 1920 */ 214, 1845, 513, 2195, 512, 1838, 516, 1827, 400, 514, - /* 1930 */ 520, 524, 518, 215, 1803, 2145, 1212, 700, 1802, 2104, - /* 1940 */ 522, 517, 2094, 521, 217, 76, 2082, 2195, 2176, 219, - /* 1950 */ 2212, 2165, 402, 341, 2178, 704, 2180, 2181, 699, 2145, - /* 1960 */ 694, 700, 2231, 610, 182, 77, 183, 225, 227, 2081, - /* 1970 */ 2176, 532, 2212, 2059, 1927, 342, 2178, 704, 2180, 2181, - /* 1980 */ 699, 793, 694, 1848, 1257, 1844, 547, 549, 1842, 548, - /* 1990 */ 551, 553, 552, 1840, 2176, 312, 2212, 2177, 555, 342, - /* 2000 */ 2178, 704, 2180, 2181, 699, 556, 694, 701, 1837, 557, - /* 2010 */ 559, 180, 1392, 560, 1822, 561, 2177, 1820, 1821, 783, - /* 2020 */ 779, 775, 771, 1819, 310, 1391, 701, 2177, 1799, 1929, - /* 2030 */ 1928, 758, 1306, 235, 1304, 2195, 1302, 701, 760, 1301, - /* 2040 */ 1300, 1299, 1298, 1293, 1295, 1294, 1292, 2145, 1835, 700, - /* 2050 */ 1826, 590, 1824, 377, 2195, 378, 379, 593, 1798, 595, - /* 2060 */ 1797, 597, 1796, 599, 108, 2195, 2145, 303, 700, 113, - /* 2070 */ 1519, 1521, 1518, 2103, 1499, 1523, 1501, 2145, 2093, 700, - /* 2080 */ 58, 29, 605, 67, 2212, 614, 258, 337, 2178, 704, - /* 2090 */ 2180, 2181, 699, 2080, 694, 2177, 2078, 2342, 17, 20, - /* 2100 */ 680, 2176, 1736, 2212, 165, 701, 327, 2178, 704, 2180, - /* 2110 */ 2181, 699, 2176, 694, 2212, 2177, 615, 325, 2178, 704, - /* 2120 */ 2180, 2181, 699, 31, 694, 701, 2177, 1503, 620, 383, - /* 2130 */ 264, 5, 6, 2195, 21, 290, 701, 65, 272, 628, - /* 2140 */ 289, 630, 22, 271, 266, 2145, 2177, 700, 1717, 173, - /* 2150 */ 270, 2166, 33, 2195, 32, 24, 701, 1709, 1751, 92, - /* 2160 */ 254, 1756, 1750, 1757, 2195, 2145, 388, 700, 1755, 1684, - /* 2170 */ 1754, 389, 1683, 284, 59, 178, 2145, 2079, 700, 2077, - /* 2180 */ 2176, 60, 2212, 2076, 2195, 328, 2178, 704, 2180, 2181, - /* 2190 */ 699, 2058, 694, 95, 23, 18, 2145, 291, 700, 292, - /* 2200 */ 2176, 1715, 2212, 94, 2177, 334, 2178, 704, 2180, 2181, - /* 2210 */ 699, 2176, 694, 2212, 701, 25, 338, 2178, 704, 2180, - /* 2220 */ 2181, 699, 294, 694, 299, 2177, 2057, 68, 97, 103, - /* 2230 */ 26, 2176, 99, 2212, 301, 701, 330, 2178, 704, 2180, - /* 2240 */ 2181, 699, 2195, 694, 675, 304, 1636, 1635, 13, 1559, - /* 2250 */ 2177, 2215, 179, 1614, 2145, 693, 700, 11, 192, 1612, - /* 2260 */ 701, 39, 16, 2195, 1611, 1646, 27, 1591, 1583, 703, - /* 2270 */ 28, 705, 1377, 707, 403, 2145, 2177, 700, 709, 711, - /* 2280 */ 1374, 712, 714, 717, 1373, 715, 701, 718, 2195, 2176, - /* 2290 */ 720, 2212, 1370, 721, 339, 2178, 704, 2180, 2181, 699, - /* 2300 */ 2145, 694, 700, 1364, 1362, 723, 1368, 724, 307, 1386, - /* 2310 */ 2176, 104, 2212, 105, 2195, 331, 2178, 704, 2180, 2181, - /* 2320 */ 699, 1367, 694, 75, 1382, 1255, 2145, 1366, 700, 738, - /* 2330 */ 1287, 1365, 1286, 1285, 1284, 2176, 2177, 2212, 1282, 1280, - /* 2340 */ 340, 2178, 704, 2180, 2181, 699, 701, 694, 1279, 1278, - /* 2350 */ 1313, 748, 2177, 308, 1276, 1275, 1274, 1273, 1272, 1271, - /* 2360 */ 1270, 2176, 701, 2212, 1310, 2177, 332, 2178, 704, 2180, - /* 2370 */ 2181, 699, 1308, 694, 2195, 701, 1267, 1266, 1263, 1262, - /* 2380 */ 1261, 1260, 1843, 768, 770, 769, 2145, 1841, 700, 772, - /* 2390 */ 2195, 774, 1839, 1836, 776, 778, 773, 780, 777, 781, - /* 2400 */ 782, 1818, 2145, 2195, 700, 784, 1202, 1795, 311, 788, - /* 2410 */ 1770, 1545, 321, 1770, 792, 2145, 791, 700, 1770, 1770, - /* 2420 */ 1770, 2176, 1770, 2212, 1770, 2177, 345, 2178, 704, 2180, - /* 2430 */ 2181, 699, 1770, 694, 1770, 701, 1770, 2176, 1770, 2212, - /* 2440 */ 1770, 2177, 346, 2178, 704, 2180, 2181, 699, 1770, 694, - /* 2450 */ 2176, 701, 2212, 1770, 2177, 2189, 2178, 704, 2180, 2181, - /* 2460 */ 699, 1770, 694, 2195, 701, 1770, 1770, 1770, 1770, 1770, - /* 2470 */ 1770, 1770, 1770, 1770, 1770, 2145, 1770, 700, 1770, 2195, - /* 2480 */ 1770, 1770, 1770, 1770, 1770, 1770, 1770, 1770, 1770, 1770, - /* 2490 */ 1770, 2145, 2195, 700, 1770, 1770, 1770, 1770, 1770, 1770, - /* 2500 */ 1770, 1770, 1770, 1770, 2145, 1770, 700, 1770, 1770, 1770, - /* 2510 */ 2176, 1770, 2212, 1770, 1770, 2188, 2178, 704, 2180, 2181, - /* 2520 */ 699, 1770, 694, 1770, 1770, 1770, 2176, 2177, 2212, 1770, - /* 2530 */ 1770, 2187, 2178, 704, 2180, 2181, 699, 701, 694, 2176, - /* 2540 */ 1770, 2212, 1770, 2177, 361, 2178, 704, 2180, 2181, 699, - /* 2550 */ 1770, 694, 1770, 701, 2177, 1770, 1770, 1770, 1770, 1770, - /* 2560 */ 1770, 1770, 1770, 1770, 701, 2195, 1770, 1770, 1770, 1770, - /* 2570 */ 1770, 1770, 1770, 1770, 1770, 1770, 1770, 2145, 1770, 700, - /* 2580 */ 1770, 2195, 1770, 1770, 1770, 1770, 1770, 1770, 1770, 1770, - /* 2590 */ 1770, 1770, 2195, 2145, 1770, 700, 1770, 1770, 1770, 1770, - /* 2600 */ 1770, 1770, 1770, 1770, 2145, 1770, 700, 1770, 1770, 1770, - /* 2610 */ 1770, 1770, 2176, 1770, 2212, 1770, 2177, 362, 2178, 704, - /* 2620 */ 2180, 2181, 699, 1770, 694, 1770, 701, 1770, 2176, 1770, - /* 2630 */ 2212, 1770, 2177, 358, 2178, 704, 2180, 2181, 699, 2176, - /* 2640 */ 694, 2212, 701, 1770, 363, 2178, 704, 2180, 2181, 699, - /* 2650 */ 1770, 694, 1770, 1770, 2195, 1770, 1770, 1770, 1770, 1770, - /* 2660 */ 1770, 1770, 1770, 1770, 1770, 1770, 2145, 1770, 700, 1770, - /* 2670 */ 2195, 1770, 1770, 1770, 1770, 1770, 1770, 1770, 1770, 1770, - /* 2680 */ 1770, 1770, 2145, 1770, 700, 1770, 1770, 1770, 1770, 1770, - /* 2690 */ 1770, 1770, 1770, 1770, 1770, 1770, 1770, 1770, 1770, 1770, - /* 2700 */ 1770, 702, 1770, 2212, 1770, 1770, 337, 2178, 704, 2180, - /* 2710 */ 2181, 699, 1770, 694, 1770, 1770, 1770, 2176, 1770, 2212, - /* 2720 */ 1770, 1770, 336, 2178, 704, 2180, 2181, 699, 1770, 694, + /* 0 */ 2189, 2077, 171, 219, 1793, 182, 451, 535, 673, 1824, + /* 10 */ 670, 450, 48, 46, 1704, 1947, 2075, 679, 655, 260, + /* 20 */ 405, 2349, 1553, 41, 40, 372, 2060, 47, 45, 44, + /* 30 */ 43, 42, 694, 1634, 2249, 1551, 654, 189, 2207, 41, + /* 40 */ 40, 2350, 656, 47, 45, 44, 43, 42, 1315, 2150, + /* 50 */ 2157, 1581, 708, 630, 2011, 630, 2349, 1804, 2349, 1580, + /* 60 */ 2189, 385, 1629, 47, 45, 44, 43, 42, 19, 2009, + /* 70 */ 709, 2355, 189, 2355, 189, 1559, 2350, 656, 2350, 656, + /* 80 */ 221, 692, 1958, 364, 535, 2188, 1824, 2224, 1317, 457, + /* 90 */ 111, 2190, 712, 2192, 2193, 707, 630, 702, 2207, 2349, + /* 100 */ 798, 194, 186, 15, 2277, 692, 1958, 2157, 401, 2273, + /* 110 */ 2157, 1860, 708, 66, 2355, 189, 48, 46, 156, 2350, + /* 120 */ 656, 191, 1578, 2189, 405, 134, 1553, 1663, 399, 2303, + /* 130 */ 1579, 2011, 572, 709, 350, 2167, 168, 1634, 395, 1551, + /* 140 */ 1636, 1637, 1708, 604, 1960, 2188, 2009, 2224, 1578, 2175, + /* 150 */ 111, 2190, 712, 2192, 2193, 707, 602, 702, 600, 2171, + /* 160 */ 146, 2207, 153, 2248, 2277, 1238, 1629, 1237, 401, 2273, + /* 170 */ 1609, 1619, 19, 2157, 691, 708, 1635, 1638, 56, 1559, + /* 180 */ 2011, 590, 589, 588, 1664, 667, 143, 400, 580, 140, + /* 190 */ 584, 1554, 691, 1552, 583, 2009, 2173, 402, 1239, 582, + /* 200 */ 587, 380, 379, 266, 798, 581, 702, 15, 2188, 2189, + /* 210 */ 2224, 288, 62, 172, 2190, 712, 2192, 2193, 707, 709, + /* 220 */ 702, 1826, 677, 1557, 1558, 1578, 1608, 1611, 1612, 1613, + /* 230 */ 1614, 1615, 1616, 1617, 1618, 704, 700, 1627, 1628, 1630, + /* 240 */ 1631, 1632, 1633, 2, 1636, 1637, 1581, 2207, 667, 143, + /* 250 */ 1406, 1407, 532, 631, 2314, 533, 1817, 51, 1238, 2157, + /* 260 */ 1237, 708, 37, 403, 1658, 1659, 1660, 1661, 1662, 1666, + /* 270 */ 1667, 1668, 1669, 139, 1609, 1619, 650, 62, 41, 40, + /* 280 */ 1635, 1638, 47, 45, 44, 43, 42, 669, 187, 2285, + /* 290 */ 2286, 1239, 141, 2290, 2188, 1554, 2224, 1552, 1610, 111, + /* 300 */ 2190, 712, 2192, 2193, 707, 645, 702, 2041, 62, 692, + /* 310 */ 1958, 2369, 2143, 2277, 30, 629, 2189, 401, 2273, 745, + /* 320 */ 158, 157, 742, 741, 740, 155, 670, 1557, 1558, 57, + /* 330 */ 1608, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 704, + /* 340 */ 700, 1627, 1628, 1630, 1631, 1632, 1633, 2, 12, 48, + /* 350 */ 46, 188, 2285, 2286, 2207, 141, 2290, 405, 2011, 1553, + /* 360 */ 1371, 427, 414, 413, 377, 409, 2157, 678, 708, 192, + /* 370 */ 1634, 1936, 1551, 2009, 1744, 1362, 737, 736, 735, 1366, + /* 380 */ 734, 1368, 1369, 733, 730, 1560, 1377, 727, 1379, 1380, + /* 390 */ 724, 721, 718, 62, 2189, 651, 646, 639, 203, 1629, + /* 400 */ 290, 2188, 52, 2224, 706, 19, 111, 2190, 712, 2192, + /* 410 */ 2193, 707, 1559, 702, 192, 151, 34, 102, 186, 547, + /* 420 */ 2277, 2070, 41, 40, 401, 2273, 47, 45, 44, 43, + /* 430 */ 42, 182, 2207, 378, 192, 376, 375, 798, 574, 55, + /* 440 */ 15, 62, 1951, 94, 2157, 2304, 708, 625, 691, 590, + /* 450 */ 589, 588, 2061, 48, 46, 1639, 580, 140, 584, 1213, + /* 460 */ 576, 405, 583, 1553, 575, 192, 475, 582, 587, 380, + /* 470 */ 379, 38, 308, 581, 1634, 474, 1551, 1636, 1637, 2188, + /* 480 */ 449, 2224, 448, 549, 344, 2190, 712, 2192, 2193, 707, + /* 490 */ 705, 702, 693, 2242, 1782, 44, 43, 42, 1215, 2189, + /* 500 */ 1218, 1219, 170, 1629, 1935, 1732, 649, 1609, 1619, 709, + /* 510 */ 1899, 2324, 447, 1635, 1638, 124, 1559, 2077, 123, 122, + /* 520 */ 121, 120, 119, 118, 117, 116, 115, 529, 1554, 398, + /* 530 */ 1552, 51, 2074, 679, 2207, 527, 2292, 2207, 523, 519, + /* 540 */ 1578, 798, 540, 1563, 49, 533, 1817, 1241, 1242, 2157, + /* 550 */ 192, 708, 642, 641, 1730, 1731, 1733, 1734, 1735, 192, + /* 560 */ 1557, 1558, 2289, 1608, 1611, 1612, 1613, 1614, 1615, 1616, + /* 570 */ 1617, 1618, 704, 700, 1627, 1628, 1630, 1631, 1632, 1633, + /* 580 */ 2, 1636, 1637, 87, 2188, 107, 2224, 185, 648, 111, + /* 590 */ 2190, 712, 2192, 2193, 707, 104, 702, 1781, 192, 1998, + /* 600 */ 374, 2369, 410, 2277, 537, 2004, 2006, 401, 2273, 1953, + /* 610 */ 534, 1609, 1619, 692, 1958, 692, 1958, 1635, 1638, 1933, + /* 620 */ 235, 133, 132, 131, 130, 129, 128, 127, 126, 125, + /* 630 */ 692, 1958, 1554, 455, 1552, 456, 175, 745, 158, 157, + /* 640 */ 742, 741, 740, 155, 566, 562, 558, 554, 2011, 234, + /* 650 */ 465, 2122, 41, 40, 1665, 370, 47, 45, 44, 43, + /* 660 */ 42, 299, 300, 2009, 1557, 1558, 298, 1608, 1611, 1612, + /* 670 */ 1613, 1614, 1615, 1616, 1617, 1618, 704, 700, 1627, 1628, + /* 680 */ 1630, 1631, 1632, 1633, 2, 48, 46, 2189, 1553, 88, + /* 690 */ 1461, 1462, 232, 405, 2011, 1553, 1803, 709, 1644, 252, + /* 700 */ 2354, 1551, 1934, 2349, 1578, 2056, 1634, 124, 1551, 2010, + /* 710 */ 123, 122, 121, 120, 119, 118, 117, 116, 115, 2353, + /* 720 */ 692, 1958, 747, 2350, 2352, 2207, 655, 692, 1958, 2349, + /* 730 */ 667, 143, 35, 2189, 1701, 1629, 2292, 2157, 1802, 708, + /* 740 */ 480, 1559, 1670, 709, 654, 189, 2157, 481, 1559, 2350, + /* 750 */ 656, 202, 745, 158, 157, 742, 741, 740, 155, 408, + /* 760 */ 231, 225, 2288, 678, 1562, 230, 798, 168, 545, 747, + /* 770 */ 2354, 2207, 2188, 798, 2224, 1960, 49, 112, 2190, 712, + /* 780 */ 2192, 2193, 707, 2157, 702, 708, 223, 1580, 2157, 48, + /* 790 */ 46, 2277, 2005, 2006, 678, 2276, 2273, 405, 1577, 1553, + /* 800 */ 41, 40, 692, 1958, 47, 45, 44, 43, 42, 613, + /* 810 */ 1634, 495, 1551, 1636, 1637, 676, 167, 2070, 2188, 12, + /* 820 */ 2224, 1579, 134, 173, 2190, 712, 2192, 2193, 707, 577, + /* 830 */ 702, 1581, 1801, 286, 2285, 666, 1559, 135, 665, 1629, + /* 840 */ 2349, 2189, 439, 1609, 1619, 1326, 687, 1779, 2070, 1635, + /* 850 */ 1638, 709, 1559, 637, 1610, 654, 189, 1554, 1325, 1552, + /* 860 */ 2350, 656, 2354, 738, 1554, 2349, 1552, 692, 1958, 441, + /* 870 */ 437, 1767, 210, 209, 657, 2370, 411, 798, 757, 2207, + /* 880 */ 15, 2353, 2157, 1943, 168, 2350, 2351, 548, 1221, 1557, + /* 890 */ 1558, 2157, 1960, 708, 1577, 494, 1557, 1558, 1945, 1608, + /* 900 */ 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 704, 700, + /* 910 */ 1627, 1628, 1630, 1631, 1632, 1633, 2, 1636, 1637, 420, + /* 920 */ 692, 1958, 1565, 504, 419, 12, 2188, 10, 2224, 595, + /* 930 */ 1800, 111, 2190, 712, 2192, 2193, 707, 1941, 702, 288, + /* 940 */ 1955, 1478, 1479, 2369, 605, 2277, 1962, 1609, 1619, 401, + /* 950 */ 2273, 692, 1958, 1635, 1638, 206, 41, 40, 248, 168, + /* 960 */ 47, 45, 44, 43, 42, 251, 630, 1961, 1554, 2349, + /* 970 */ 1552, 253, 692, 1958, 598, 1774, 2353, 1477, 1480, 2151, + /* 980 */ 2157, 592, 1799, 265, 2355, 189, 696, 247, 2249, 2350, + /* 990 */ 656, 1700, 261, 568, 567, 84, 667, 143, 83, 1900, + /* 1000 */ 1557, 1558, 1857, 1608, 1611, 1612, 1613, 1614, 1615, 1616, + /* 1010 */ 1617, 1618, 704, 700, 1627, 1628, 1630, 1631, 1632, 1633, + /* 1020 */ 2, 2292, 354, 169, 1576, 408, 630, 70, 329, 2349, + /* 1030 */ 69, 488, 2157, 165, 502, 1524, 1525, 501, 14, 13, + /* 1040 */ 386, 1960, 326, 73, 2355, 189, 72, 2287, 2009, 2350, + /* 1050 */ 656, 145, 1743, 471, 2248, 503, 2056, 351, 41, 40, + /* 1060 */ 473, 1798, 47, 45, 44, 43, 42, 1797, 217, 514, + /* 1070 */ 512, 509, 775, 774, 773, 772, 417, 1773, 771, 770, + /* 1080 */ 147, 765, 764, 763, 762, 761, 760, 759, 160, 755, + /* 1090 */ 754, 753, 416, 415, 750, 749, 748, 178, 177, 190, + /* 1100 */ 2285, 2286, 204, 141, 2290, 576, 373, 87, 62, 575, + /* 1110 */ 250, 2157, 692, 1958, 249, 41, 40, 2157, 461, 47, + /* 1120 */ 45, 44, 43, 42, 36, 2167, 2167, 1796, 138, 611, + /* 1130 */ 41, 40, 263, 1954, 47, 45, 44, 43, 42, 1949, + /* 1140 */ 2176, 1677, 570, 569, 586, 585, 2140, 110, 499, 2171, + /* 1150 */ 2171, 493, 492, 491, 490, 487, 486, 485, 484, 483, + /* 1160 */ 479, 478, 477, 476, 353, 468, 467, 466, 2056, 463, + /* 1170 */ 462, 371, 692, 1958, 8, 90, 630, 2157, 358, 2349, + /* 1180 */ 54, 384, 3, 606, 692, 1958, 2173, 2173, 81, 80, + /* 1190 */ 454, 2189, 289, 201, 2355, 189, 702, 702, 1795, 2350, + /* 1200 */ 656, 709, 1578, 2342, 675, 108, 446, 444, 692, 1958, + /* 1210 */ 1792, 1720, 692, 1958, 208, 692, 1958, 352, 692, 1958, + /* 1220 */ 435, 2189, 144, 433, 429, 425, 422, 447, 303, 2207, + /* 1230 */ 1950, 709, 689, 2296, 149, 690, 136, 1791, 309, 1330, + /* 1240 */ 74, 2157, 1790, 708, 692, 1958, 414, 413, 2157, 769, + /* 1250 */ 767, 2189, 1329, 658, 1789, 1788, 1567, 1787, 659, 2207, + /* 1260 */ 2157, 709, 458, 2311, 412, 192, 608, 1634, 607, 1560, + /* 1270 */ 1786, 2157, 1785, 708, 1784, 459, 2188, 322, 2224, 156, + /* 1280 */ 1988, 111, 2190, 712, 2192, 2193, 707, 2157, 702, 2207, + /* 1290 */ 82, 739, 2157, 2369, 2002, 2277, 1629, 1218, 1219, 401, + /* 1300 */ 2273, 2157, 662, 708, 2157, 2157, 2188, 2157, 2224, 1559, + /* 1310 */ 699, 111, 2190, 712, 2192, 2193, 707, 506, 702, 156, + /* 1320 */ 2157, 50, 2157, 2369, 2157, 2277, 2297, 1697, 743, 401, + /* 1330 */ 2273, 2002, 744, 262, 698, 2002, 2188, 758, 2224, 1519, + /* 1340 */ 1920, 111, 2190, 712, 2192, 2193, 707, 2189, 702, 578, + /* 1350 */ 579, 240, 1610, 2369, 238, 2277, 1844, 709, 242, 401, + /* 1360 */ 2273, 241, 244, 434, 1835, 243, 1833, 246, 264, 50, + /* 1370 */ 245, 1313, 1311, 1776, 1777, 270, 91, 1561, 591, 1522, + /* 1380 */ 2178, 1729, 1794, 156, 2317, 2207, 593, 257, 596, 703, + /* 1390 */ 14, 13, 50, 296, 1697, 2189, 1827, 2157, 1898, 708, + /* 1400 */ 751, 71, 154, 156, 64, 709, 50, 50, 752, 716, + /* 1410 */ 283, 92, 643, 277, 1272, 1897, 418, 154, 156, 137, + /* 1420 */ 2208, 154, 1291, 2065, 1818, 1568, 1999, 1563, 1823, 1728, + /* 1430 */ 1289, 2307, 2188, 2207, 2224, 272, 2180, 111, 2190, 712, + /* 1440 */ 2192, 2193, 707, 674, 702, 2157, 793, 708, 668, 2252, + /* 1450 */ 282, 2277, 1475, 301, 1273, 401, 2273, 1571, 1573, 285, + /* 1460 */ 9, 684, 305, 1356, 1671, 1655, 1620, 321, 421, 1384, + /* 1470 */ 700, 1627, 1628, 1630, 1631, 1632, 1633, 1388, 1395, 1393, + /* 1480 */ 2188, 159, 2224, 426, 1, 111, 2190, 712, 2192, 2193, + /* 1490 */ 707, 368, 702, 1584, 443, 2189, 660, 2250, 442, 2277, + /* 1500 */ 197, 196, 445, 401, 2273, 709, 199, 1500, 316, 207, + /* 1510 */ 460, 1581, 2066, 464, 497, 469, 1576, 482, 2058, 489, + /* 1520 */ 496, 498, 507, 508, 505, 211, 212, 510, 214, 513, + /* 1530 */ 511, 2189, 1582, 2207, 515, 1564, 530, 4, 531, 538, + /* 1540 */ 541, 709, 663, 1579, 539, 2157, 222, 708, 542, 1583, + /* 1550 */ 1585, 543, 544, 224, 227, 546, 550, 113, 571, 229, + /* 1560 */ 85, 86, 2189, 233, 573, 1948, 2131, 237, 1944, 2207, + /* 1570 */ 152, 357, 709, 612, 2128, 89, 317, 610, 616, 615, + /* 1580 */ 2188, 2157, 2224, 708, 239, 111, 2190, 712, 2192, 2193, + /* 1590 */ 707, 161, 702, 254, 258, 162, 617, 695, 2189, 2277, + /* 1600 */ 2207, 1946, 1942, 401, 2273, 163, 164, 1507, 709, 2127, + /* 1610 */ 634, 623, 2157, 620, 708, 627, 2188, 2323, 2224, 622, + /* 1620 */ 626, 112, 2190, 712, 2192, 2193, 707, 2189, 702, 256, + /* 1630 */ 621, 2308, 2318, 2299, 640, 2277, 2207, 709, 644, 697, + /* 1640 */ 2273, 391, 653, 632, 682, 268, 2322, 710, 2157, 2224, + /* 1650 */ 708, 271, 112, 2190, 712, 2192, 2193, 707, 2189, 702, + /* 1660 */ 647, 7, 1697, 661, 635, 2207, 2277, 281, 709, 633, + /* 1670 */ 363, 2273, 392, 664, 142, 1580, 672, 2157, 276, 708, + /* 1680 */ 359, 671, 1586, 2188, 2293, 2224, 291, 2189, 112, 2190, + /* 1690 */ 712, 2192, 2193, 707, 278, 702, 2207, 709, 176, 2071, + /* 1700 */ 97, 389, 2277, 2348, 318, 279, 680, 2274, 2157, 280, + /* 1710 */ 708, 681, 2188, 2085, 2224, 2084, 319, 172, 2190, 712, + /* 1720 */ 2192, 2193, 707, 2372, 702, 2207, 284, 685, 99, 2083, + /* 1730 */ 390, 397, 61, 686, 103, 101, 320, 2157, 2258, 708, + /* 1740 */ 794, 2003, 795, 2188, 1959, 2224, 53, 2189, 345, 2190, + /* 1750 */ 712, 2192, 2193, 707, 323, 702, 312, 709, 2315, 797, + /* 1760 */ 360, 1921, 347, 325, 2149, 327, 2148, 332, 2147, 78, + /* 1770 */ 346, 714, 2188, 336, 2224, 361, 2189, 345, 2190, 712, + /* 1780 */ 2192, 2193, 707, 2144, 702, 2207, 709, 423, 424, 1544, + /* 1790 */ 1545, 195, 428, 2142, 430, 431, 432, 2157, 2141, 708, + /* 1800 */ 369, 2139, 436, 2138, 438, 2137, 440, 1535, 2118, 198, + /* 1810 */ 2117, 200, 2189, 79, 2207, 1503, 1502, 2099, 2098, 2097, + /* 1820 */ 452, 453, 709, 2096, 2095, 1452, 2157, 2049, 708, 2048, + /* 1830 */ 2046, 148, 2188, 2045, 2224, 2044, 2047, 338, 2190, 712, + /* 1840 */ 2192, 2193, 707, 2043, 702, 2042, 2189, 205, 470, 2037, + /* 1850 */ 2207, 2040, 2039, 2038, 472, 396, 706, 2051, 2036, 2035, + /* 1860 */ 2034, 2188, 2157, 2224, 708, 2033, 173, 2190, 712, 2192, + /* 1870 */ 2193, 707, 2032, 702, 2031, 2030, 2029, 2028, 2027, 2026, + /* 1880 */ 652, 150, 2021, 2020, 2207, 2025, 2024, 2023, 2022, 2019, + /* 1890 */ 2050, 2018, 2017, 1454, 2016, 2015, 2157, 2188, 708, 2224, + /* 1900 */ 2014, 500, 345, 2190, 712, 2192, 2193, 707, 2013, 702, + /* 1910 */ 2012, 2189, 355, 1863, 356, 1327, 213, 1862, 2371, 1331, + /* 1920 */ 1861, 709, 2189, 215, 1859, 216, 1856, 1855, 1848, 517, + /* 1930 */ 1837, 2188, 709, 2224, 614, 518, 344, 2190, 712, 2192, + /* 1940 */ 2193, 707, 1323, 702, 516, 2243, 520, 1813, 521, 2207, + /* 1950 */ 524, 522, 801, 525, 404, 526, 528, 76, 183, 1220, + /* 1960 */ 2207, 2157, 1812, 708, 218, 406, 315, 228, 2093, 2069, + /* 1970 */ 2177, 77, 2157, 2116, 708, 220, 184, 2106, 536, 2094, + /* 1980 */ 226, 1937, 181, 1858, 1854, 551, 552, 553, 1265, 2189, + /* 1990 */ 791, 787, 783, 779, 555, 313, 2188, 1852, 2224, 709, + /* 2000 */ 556, 345, 2190, 712, 2192, 2193, 707, 2188, 702, 2224, + /* 2010 */ 2189, 557, 345, 2190, 712, 2192, 2193, 707, 1850, 702, + /* 2020 */ 709, 559, 1847, 560, 561, 563, 565, 2207, 1400, 564, + /* 2030 */ 1832, 1830, 1831, 1829, 1809, 109, 1939, 63, 306, 2157, + /* 2040 */ 1938, 708, 1399, 1314, 236, 1312, 1310, 1309, 2207, 1308, + /* 2050 */ 1307, 1306, 1845, 766, 1303, 1836, 1302, 1301, 1300, 381, + /* 2060 */ 2157, 768, 708, 382, 1834, 383, 1808, 1807, 1806, 603, + /* 2070 */ 1533, 688, 2115, 597, 609, 594, 2224, 599, 114, 340, + /* 2080 */ 2190, 712, 2192, 2193, 707, 601, 702, 1511, 1529, 2189, + /* 2090 */ 2105, 1531, 1528, 618, 29, 2188, 1509, 2224, 67, 709, + /* 2100 */ 330, 2190, 712, 2192, 2193, 707, 293, 702, 58, 2092, + /* 2110 */ 2089, 292, 619, 2091, 2189, 387, 259, 2088, 388, 2354, + /* 2120 */ 20, 5, 6, 624, 709, 21, 636, 2207, 628, 31, + /* 2130 */ 267, 17, 255, 166, 275, 22, 1513, 274, 33, 2157, + /* 2140 */ 65, 708, 2178, 1746, 638, 287, 24, 1761, 269, 1760, + /* 2150 */ 1727, 174, 2207, 1719, 273, 393, 1765, 32, 1764, 394, + /* 2160 */ 59, 2090, 93, 60, 2157, 23, 708, 1766, 2087, 18, + /* 2170 */ 2086, 2068, 179, 1767, 2188, 96, 2224, 294, 95, 328, + /* 2180 */ 2190, 712, 2192, 2193, 707, 25, 702, 1694, 2189, 1693, + /* 2190 */ 295, 2067, 1725, 98, 307, 297, 26, 104, 709, 2188, + /* 2200 */ 302, 2224, 68, 2189, 331, 2190, 712, 2192, 2193, 707, + /* 2210 */ 100, 702, 1646, 709, 13, 11, 1645, 1569, 1601, 1656, + /* 2220 */ 180, 2227, 2189, 193, 711, 701, 2207, 715, 407, 719, + /* 2230 */ 1624, 1622, 709, 1621, 39, 683, 16, 27, 2157, 2189, + /* 2240 */ 708, 2207, 1593, 304, 28, 717, 713, 1385, 1382, 709, + /* 2250 */ 1381, 720, 722, 2157, 723, 708, 725, 1378, 726, 728, + /* 2260 */ 2207, 1372, 729, 731, 1370, 732, 105, 310, 106, 1394, + /* 2270 */ 1376, 1390, 2157, 2188, 708, 2224, 1263, 2207, 337, 2190, + /* 2280 */ 712, 2192, 2193, 707, 75, 702, 746, 1295, 2188, 2157, + /* 2290 */ 2224, 708, 1375, 341, 2190, 712, 2192, 2193, 707, 1374, + /* 2300 */ 702, 1294, 1373, 1293, 1292, 1290, 1288, 2188, 2189, 2224, + /* 2310 */ 1287, 1286, 333, 2190, 712, 2192, 2193, 707, 709, 702, + /* 2320 */ 1321, 311, 756, 1284, 2188, 1283, 2224, 1282, 1281, 342, + /* 2330 */ 2190, 712, 2192, 2193, 707, 2189, 702, 1280, 1279, 1278, + /* 2340 */ 1318, 1269, 1316, 1275, 1853, 709, 2207, 1274, 1271, 1270, + /* 2350 */ 1268, 776, 1851, 780, 2189, 1849, 778, 1846, 2157, 777, + /* 2360 */ 708, 782, 784, 786, 709, 788, 1828, 790, 792, 2189, + /* 2370 */ 781, 1210, 785, 2207, 789, 1805, 314, 796, 1780, 709, + /* 2380 */ 1555, 324, 799, 800, 1780, 2157, 1780, 708, 1780, 1780, + /* 2390 */ 1780, 1780, 2207, 2188, 1780, 2224, 1780, 1780, 334, 2190, + /* 2400 */ 712, 2192, 2193, 707, 2157, 702, 708, 2207, 1780, 1780, + /* 2410 */ 1780, 1780, 1780, 1780, 1780, 1780, 1780, 1780, 1780, 2157, + /* 2420 */ 2188, 708, 2224, 1780, 1780, 343, 2190, 712, 2192, 2193, + /* 2430 */ 707, 1780, 702, 1780, 1780, 1780, 1780, 1780, 1780, 2188, + /* 2440 */ 1780, 2224, 2189, 1780, 335, 2190, 712, 2192, 2193, 707, + /* 2450 */ 1780, 702, 709, 1780, 2188, 1780, 2224, 1780, 1780, 348, + /* 2460 */ 2190, 712, 2192, 2193, 707, 1780, 702, 1780, 1780, 2189, + /* 2470 */ 1780, 1780, 1780, 1780, 1780, 1780, 1780, 1780, 1780, 709, + /* 2480 */ 2207, 1780, 1780, 1780, 1780, 1780, 1780, 1780, 1780, 1780, + /* 2490 */ 1780, 1780, 2157, 1780, 708, 1780, 1780, 1780, 1780, 1780, + /* 2500 */ 1780, 1780, 1780, 1780, 1780, 1780, 1780, 2207, 1780, 1780, + /* 2510 */ 1780, 1780, 1780, 1780, 1780, 1780, 1780, 1780, 1780, 2157, + /* 2520 */ 1780, 708, 1780, 1780, 1780, 1780, 1780, 2188, 1780, 2224, + /* 2530 */ 2189, 1780, 349, 2190, 712, 2192, 2193, 707, 1780, 702, + /* 2540 */ 709, 2189, 1780, 1780, 1780, 1780, 1780, 1780, 1780, 1780, + /* 2550 */ 1780, 709, 1780, 1780, 2188, 1780, 2224, 1780, 1780, 2201, + /* 2560 */ 2190, 712, 2192, 2193, 707, 1780, 702, 1780, 2207, 1780, + /* 2570 */ 1780, 1780, 1780, 1780, 1780, 1780, 1780, 1780, 1780, 2207, + /* 2580 */ 2157, 1780, 708, 1780, 1780, 1780, 1780, 1780, 1780, 1780, + /* 2590 */ 1780, 2157, 1780, 708, 1780, 1780, 1780, 1780, 1780, 1780, + /* 2600 */ 1780, 1780, 2189, 1780, 1780, 1780, 1780, 1780, 1780, 1780, + /* 2610 */ 1780, 1780, 709, 1780, 1780, 2188, 1780, 2224, 1780, 2189, + /* 2620 */ 2200, 2190, 712, 2192, 2193, 707, 2188, 702, 2224, 709, + /* 2630 */ 1780, 2199, 2190, 712, 2192, 2193, 707, 1780, 702, 1780, + /* 2640 */ 2207, 1780, 1780, 1780, 1780, 1780, 1780, 1780, 1780, 1780, + /* 2650 */ 2189, 1780, 2157, 1780, 708, 1780, 1780, 2207, 1780, 1780, + /* 2660 */ 709, 1780, 1780, 1780, 1780, 1780, 1780, 1780, 1780, 2157, + /* 2670 */ 1780, 708, 1780, 1780, 1780, 1780, 1780, 1780, 1780, 1780, + /* 2680 */ 1780, 1780, 1780, 1780, 1780, 1780, 1780, 2188, 2207, 2224, + /* 2690 */ 1780, 1780, 365, 2190, 712, 2192, 2193, 707, 1780, 702, + /* 2700 */ 2157, 1780, 708, 1780, 2188, 1780, 2224, 1780, 1780, 366, + /* 2710 */ 2190, 712, 2192, 2193, 707, 2189, 702, 1780, 1780, 1780, + /* 2720 */ 1780, 1780, 1780, 1780, 1780, 709, 1780, 1780, 1780, 1780, + /* 2730 */ 1780, 1780, 1780, 1780, 1780, 2188, 1780, 2224, 1780, 1780, + /* 2740 */ 362, 2190, 712, 2192, 2193, 707, 2189, 702, 1780, 1780, + /* 2750 */ 1780, 1780, 1780, 2207, 1780, 1780, 709, 1780, 1780, 1780, + /* 2760 */ 1780, 2189, 1780, 1780, 1780, 2157, 1780, 708, 1780, 1780, + /* 2770 */ 1780, 709, 1780, 1780, 1780, 1780, 1780, 1780, 1780, 1780, + /* 2780 */ 1780, 1780, 1780, 1780, 2207, 1780, 1780, 1780, 1780, 1780, + /* 2790 */ 1780, 1780, 1780, 1780, 1780, 1780, 2157, 1780, 708, 2207, + /* 2800 */ 2188, 1780, 2224, 1780, 1780, 367, 2190, 712, 2192, 2193, + /* 2810 */ 707, 2157, 702, 708, 1780, 1780, 1780, 1780, 1780, 1780, + /* 2820 */ 1780, 1780, 1780, 1780, 1780, 1780, 1780, 1780, 1780, 1780, + /* 2830 */ 1780, 710, 1780, 2224, 1780, 1780, 340, 2190, 712, 2192, + /* 2840 */ 2193, 707, 1780, 702, 1780, 1780, 2188, 1780, 2224, 1780, + /* 2850 */ 1780, 339, 2190, 712, 2192, 2193, 707, 1780, 702, }; static const YYCODETYPE yy_lookahead[] = { - /* 0 */ 340, 392, 339, 345, 341, 349, 409, 349, 409, 351, - /* 10 */ 350, 414, 12, 13, 14, 379, 407, 408, 456, 340, - /* 20 */ 20, 459, 22, 8, 9, 12, 13, 12, 13, 14, - /* 30 */ 15, 16, 441, 33, 443, 35, 474, 475, 378, 8, - /* 40 */ 9, 479, 480, 12, 13, 14, 15, 16, 35, 409, - /* 50 */ 390, 20, 392, 456, 20, 456, 459, 401, 459, 403, - /* 60 */ 340, 378, 62, 12, 13, 14, 15, 16, 68, 390, - /* 70 */ 350, 474, 475, 474, 475, 75, 479, 480, 479, 480, - /* 80 */ 345, 398, 399, 68, 349, 425, 351, 427, 356, 377, - /* 90 */ 430, 431, 432, 433, 434, 435, 456, 437, 378, 459, - /* 100 */ 100, 389, 442, 103, 444, 373, 358, 350, 448, 449, - /* 110 */ 390, 340, 392, 381, 474, 475, 12, 13, 392, 479, - /* 120 */ 480, 461, 366, 375, 20, 456, 22, 112, 459, 469, - /* 130 */ 404, 20, 384, 407, 408, 378, 380, 33, 62, 35, - /* 140 */ 140, 141, 349, 22, 475, 425, 390, 427, 479, 480, - /* 150 */ 430, 431, 432, 433, 434, 435, 35, 437, 20, 370, - /* 160 */ 440, 390, 442, 443, 444, 378, 62, 378, 448, 449, - /* 170 */ 170, 171, 68, 378, 385, 386, 176, 177, 102, 75, - /* 180 */ 385, 105, 393, 427, 169, 0, 399, 394, 393, 432, - /* 190 */ 190, 21, 192, 437, 24, 25, 26, 27, 28, 29, - /* 200 */ 30, 31, 32, 172, 100, 192, 21, 103, 340, 24, - /* 210 */ 25, 26, 27, 28, 29, 30, 31, 32, 350, 20, - /* 220 */ 352, 100, 222, 223, 0, 225, 226, 227, 228, 229, + /* 0 */ 341, 393, 340, 346, 342, 379, 410, 350, 410, 352, + /* 10 */ 351, 415, 12, 13, 14, 380, 408, 409, 457, 416, + /* 20 */ 20, 460, 22, 8, 9, 399, 400, 12, 13, 14, + /* 30 */ 15, 16, 442, 33, 444, 35, 475, 476, 379, 8, + /* 40 */ 9, 480, 481, 12, 13, 14, 15, 16, 35, 410, + /* 50 */ 391, 20, 393, 457, 379, 457, 460, 341, 460, 20, + /* 60 */ 341, 386, 62, 12, 13, 14, 15, 16, 68, 394, + /* 70 */ 351, 475, 476, 475, 476, 75, 480, 481, 480, 481, + /* 80 */ 346, 350, 351, 68, 350, 426, 352, 428, 75, 350, + /* 90 */ 431, 432, 433, 434, 435, 436, 457, 438, 379, 460, + /* 100 */ 100, 370, 443, 103, 445, 350, 351, 391, 449, 450, + /* 110 */ 391, 0, 393, 4, 475, 476, 12, 13, 44, 480, + /* 120 */ 481, 462, 20, 341, 20, 370, 22, 112, 371, 470, + /* 130 */ 20, 379, 377, 351, 395, 367, 379, 33, 386, 35, + /* 140 */ 140, 141, 14, 21, 387, 426, 394, 428, 20, 381, + /* 150 */ 431, 432, 433, 434, 435, 436, 34, 438, 36, 391, + /* 160 */ 441, 379, 443, 444, 445, 20, 62, 22, 449, 450, + /* 170 */ 170, 171, 68, 391, 20, 393, 176, 177, 104, 75, + /* 180 */ 379, 70, 71, 72, 169, 350, 351, 386, 77, 78, + /* 190 */ 79, 191, 20, 193, 83, 394, 428, 429, 53, 88, + /* 200 */ 89, 90, 91, 172, 100, 94, 438, 103, 426, 341, + /* 210 */ 428, 172, 103, 431, 432, 433, 434, 435, 436, 351, + /* 220 */ 438, 353, 20, 223, 224, 20, 226, 227, 228, 229, /* 230 */ 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, - /* 240 */ 240, 241, 242, 20, 140, 141, 378, 340, 24, 25, - /* 250 */ 26, 27, 28, 29, 30, 31, 32, 349, 390, 103, - /* 260 */ 392, 246, 247, 248, 249, 250, 251, 252, 253, 254, - /* 270 */ 255, 256, 445, 446, 170, 171, 20, 62, 140, 141, - /* 280 */ 176, 177, 4, 20, 8, 9, 349, 350, 12, 13, - /* 290 */ 14, 15, 16, 425, 190, 427, 192, 390, 430, 431, - /* 300 */ 432, 433, 434, 435, 344, 437, 369, 347, 348, 401, - /* 310 */ 442, 403, 444, 376, 20, 340, 448, 449, 103, 20, - /* 320 */ 105, 43, 14, 45, 46, 350, 222, 223, 20, 225, + /* 240 */ 240, 241, 242, 243, 140, 141, 20, 379, 350, 351, + /* 250 */ 140, 141, 345, 471, 472, 348, 349, 103, 20, 391, + /* 260 */ 22, 393, 247, 248, 249, 250, 251, 252, 253, 254, + /* 270 */ 255, 256, 257, 35, 170, 171, 20, 103, 8, 9, + /* 280 */ 176, 177, 12, 13, 14, 15, 16, 452, 453, 454, + /* 290 */ 455, 53, 457, 458, 426, 191, 428, 193, 170, 431, + /* 300 */ 432, 433, 434, 435, 436, 175, 438, 0, 103, 350, + /* 310 */ 351, 443, 0, 445, 44, 48, 341, 449, 450, 133, + /* 320 */ 134, 135, 136, 137, 138, 139, 351, 223, 224, 370, /* 330 */ 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, - /* 340 */ 236, 237, 238, 239, 240, 241, 242, 243, 12, 13, - /* 350 */ 243, 175, 245, 378, 370, 20, 20, 388, 22, 100, - /* 360 */ 391, 392, 378, 37, 67, 390, 103, 392, 349, 33, - /* 370 */ 386, 35, 349, 350, 115, 116, 117, 118, 119, 120, - /* 380 */ 121, 122, 123, 124, 0, 126, 127, 128, 129, 130, - /* 390 */ 131, 132, 369, 340, 39, 429, 349, 350, 62, 376, - /* 400 */ 425, 340, 427, 350, 68, 430, 431, 432, 433, 434, - /* 410 */ 435, 75, 437, 3, 20, 259, 22, 442, 0, 444, - /* 420 */ 401, 455, 403, 448, 449, 134, 170, 349, 350, 35, - /* 430 */ 20, 378, 106, 49, 108, 109, 100, 111, 103, 103, - /* 440 */ 264, 265, 266, 390, 469, 392, 20, 53, 70, 71, - /* 450 */ 72, 390, 12, 13, 14, 77, 78, 79, 182, 133, - /* 460 */ 20, 83, 22, 137, 170, 171, 88, 89, 90, 91, - /* 470 */ 114, 222, 94, 33, 259, 35, 140, 141, 425, 429, - /* 480 */ 427, 391, 392, 430, 431, 432, 433, 434, 435, 436, - /* 490 */ 437, 438, 439, 344, 203, 204, 347, 348, 340, 452, - /* 500 */ 453, 454, 62, 456, 457, 455, 170, 171, 350, 20, - /* 510 */ 352, 22, 176, 177, 104, 75, 349, 350, 269, 270, - /* 520 */ 271, 272, 273, 274, 275, 84, 190, 67, 192, 451, - /* 530 */ 452, 453, 454, 49, 456, 457, 378, 1, 2, 20, - /* 540 */ 100, 57, 53, 103, 60, 61, 349, 350, 390, 340, - /* 550 */ 392, 133, 134, 135, 136, 137, 138, 139, 222, 223, - /* 560 */ 284, 225, 226, 227, 228, 229, 230, 231, 232, 233, - /* 570 */ 234, 235, 236, 237, 238, 239, 240, 241, 242, 13, - /* 580 */ 140, 141, 172, 425, 3, 427, 145, 146, 430, 431, - /* 590 */ 432, 433, 434, 435, 259, 437, 243, 378, 172, 390, - /* 600 */ 442, 35, 444, 356, 385, 340, 448, 449, 374, 168, - /* 610 */ 170, 171, 393, 258, 21, 350, 176, 177, 0, 452, - /* 620 */ 453, 454, 103, 456, 457, 4, 459, 34, 381, 36, - /* 630 */ 190, 185, 192, 133, 134, 135, 136, 137, 138, 139, - /* 640 */ 104, 474, 475, 378, 349, 350, 479, 480, 337, 452, - /* 650 */ 453, 454, 75, 456, 457, 390, 422, 392, 212, 213, - /* 660 */ 0, 409, 222, 223, 369, 225, 226, 227, 228, 229, - /* 670 */ 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, - /* 680 */ 240, 241, 242, 12, 13, 67, 359, 54, 55, 103, - /* 690 */ 425, 20, 427, 22, 367, 430, 431, 432, 433, 434, - /* 700 */ 435, 13, 437, 378, 33, 366, 35, 442, 456, 444, - /* 710 */ 385, 459, 33, 448, 449, 14, 15, 16, 393, 380, - /* 720 */ 409, 22, 22, 35, 103, 414, 474, 475, 49, 390, - /* 730 */ 340, 479, 480, 62, 35, 35, 57, 58, 59, 60, - /* 740 */ 350, 62, 441, 340, 443, 366, 75, 8, 9, 35, - /* 750 */ 2, 12, 13, 14, 15, 16, 8, 9, 35, 380, - /* 760 */ 12, 13, 14, 15, 16, 0, 427, 456, 378, 390, - /* 770 */ 459, 100, 349, 350, 103, 75, 437, 114, 259, 340, - /* 780 */ 390, 102, 392, 44, 105, 474, 475, 12, 13, 75, - /* 790 */ 479, 480, 369, 390, 340, 20, 20, 22, 75, 100, - /* 800 */ 100, 340, 354, 355, 350, 75, 427, 428, 33, 44, - /* 810 */ 35, 140, 141, 349, 350, 425, 437, 427, 20, 159, - /* 820 */ 430, 431, 432, 433, 434, 435, 379, 437, 168, 390, - /* 830 */ 354, 355, 378, 369, 444, 349, 350, 62, 448, 449, - /* 840 */ 20, 170, 171, 104, 390, 259, 392, 176, 177, 350, - /* 850 */ 75, 390, 173, 174, 133, 369, 379, 178, 137, 180, - /* 860 */ 279, 190, 440, 192, 135, 443, 8, 9, 139, 340, - /* 870 */ 12, 13, 14, 15, 16, 100, 14, 198, 103, 425, - /* 880 */ 259, 427, 20, 350, 430, 431, 432, 433, 434, 435, - /* 890 */ 190, 437, 192, 222, 223, 396, 225, 226, 227, 228, - /* 900 */ 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, - /* 910 */ 239, 240, 241, 242, 379, 140, 141, 363, 364, 390, - /* 920 */ 349, 350, 222, 223, 470, 471, 379, 378, 199, 396, - /* 930 */ 429, 202, 350, 370, 205, 18, 207, 20, 140, 141, - /* 940 */ 369, 378, 393, 340, 27, 170, 171, 30, 172, 386, - /* 950 */ 33, 176, 177, 350, 379, 352, 455, 349, 350, 349, - /* 960 */ 350, 456, 104, 14, 459, 190, 49, 192, 51, 20, - /* 970 */ 340, 349, 350, 56, 176, 177, 2, 369, 396, 369, - /* 980 */ 475, 378, 8, 9, 479, 480, 12, 13, 14, 15, - /* 990 */ 16, 369, 172, 390, 379, 392, 387, 222, 223, 390, - /* 1000 */ 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, - /* 1010 */ 235, 236, 237, 238, 239, 240, 241, 242, 0, 102, - /* 1020 */ 390, 378, 349, 350, 349, 350, 349, 350, 425, 386, - /* 1030 */ 427, 114, 170, 430, 431, 432, 433, 434, 435, 42, - /* 1040 */ 437, 44, 369, 415, 369, 442, 369, 444, 367, 8, - /* 1050 */ 9, 448, 449, 12, 13, 14, 15, 16, 134, 135, - /* 1060 */ 0, 144, 400, 139, 147, 148, 149, 150, 151, 152, - /* 1070 */ 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, - /* 1080 */ 163, 409, 165, 166, 167, 4, 340, 14, 70, 71, - /* 1090 */ 72, 73, 74, 20, 76, 77, 78, 79, 80, 81, - /* 1100 */ 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, - /* 1110 */ 92, 93, 94, 95, 96, 18, 0, 22, 8, 9, - /* 1120 */ 23, 169, 12, 13, 14, 15, 16, 358, 456, 340, - /* 1130 */ 35, 459, 341, 378, 37, 38, 390, 44, 41, 350, - /* 1140 */ 385, 352, 340, 363, 364, 104, 474, 475, 393, 52, - /* 1150 */ 483, 479, 480, 384, 349, 350, 103, 472, 349, 350, - /* 1160 */ 63, 64, 65, 66, 353, 340, 0, 378, 340, 68, - /* 1170 */ 378, 349, 350, 387, 369, 350, 390, 385, 369, 390, - /* 1180 */ 366, 392, 349, 350, 340, 393, 70, 71, 72, 349, - /* 1190 */ 350, 369, 390, 77, 78, 79, 340, 104, 246, 83, - /* 1200 */ 103, 44, 369, 378, 88, 89, 90, 91, 256, 369, - /* 1210 */ 94, 466, 45, 46, 425, 390, 427, 392, 390, 430, - /* 1220 */ 431, 432, 433, 434, 435, 340, 437, 44, 340, 349, - /* 1230 */ 350, 442, 366, 444, 390, 340, 353, 448, 449, 142, - /* 1240 */ 340, 340, 189, 170, 191, 350, 390, 352, 456, 369, - /* 1250 */ 425, 459, 427, 257, 258, 430, 431, 432, 433, 434, - /* 1260 */ 435, 370, 437, 349, 350, 387, 474, 475, 390, 378, - /* 1270 */ 378, 479, 480, 378, 221, 390, 216, 386, 390, 182, - /* 1280 */ 183, 184, 172, 369, 187, 390, 340, 392, 62, 371, - /* 1290 */ 390, 390, 374, 206, 400, 208, 350, 200, 201, 133, - /* 1300 */ 134, 135, 136, 137, 138, 139, 481, 482, 211, 340, - /* 1310 */ 365, 214, 259, 368, 217, 218, 219, 220, 221, 350, - /* 1320 */ 425, 352, 427, 222, 378, 430, 431, 432, 433, 434, - /* 1330 */ 435, 105, 437, 42, 114, 44, 390, 442, 392, 444, - /* 1340 */ 0, 260, 0, 448, 449, 12, 13, 378, 107, 107, - /* 1350 */ 107, 110, 110, 110, 107, 22, 259, 110, 48, 390, - /* 1360 */ 340, 392, 22, 44, 22, 0, 33, 44, 35, 44, - /* 1370 */ 350, 425, 44, 427, 44, 44, 430, 431, 432, 433, - /* 1380 */ 434, 435, 44, 437, 164, 8, 9, 22, 44, 12, - /* 1390 */ 13, 14, 15, 16, 425, 62, 427, 35, 378, 430, - /* 1400 */ 431, 432, 433, 434, 435, 44, 437, 44, 75, 35, - /* 1410 */ 390, 442, 392, 444, 140, 141, 44, 448, 449, 473, - /* 1420 */ 340, 1, 2, 104, 44, 44, 44, 104, 44, 104, - /* 1430 */ 350, 44, 104, 100, 104, 104, 47, 44, 281, 13, - /* 1440 */ 44, 13, 104, 44, 0, 425, 103, 427, 104, 340, - /* 1450 */ 430, 431, 432, 433, 434, 435, 113, 437, 378, 350, - /* 1460 */ 348, 35, 442, 35, 444, 104, 283, 104, 448, 449, - /* 1470 */ 390, 350, 392, 389, 400, 458, 104, 476, 450, 460, - /* 1480 */ 261, 410, 172, 49, 104, 104, 104, 378, 104, 426, - /* 1490 */ 20, 104, 103, 205, 50, 419, 424, 104, 358, 390, - /* 1500 */ 104, 392, 419, 104, 358, 425, 188, 427, 412, 42, - /* 1510 */ 430, 431, 432, 433, 434, 435, 397, 437, 20, 397, - /* 1520 */ 400, 169, 442, 190, 444, 192, 395, 20, 448, 449, - /* 1530 */ 349, 349, 397, 395, 425, 362, 427, 395, 101, 430, - /* 1540 */ 431, 432, 433, 434, 435, 99, 437, 4, 361, 349, - /* 1550 */ 98, 360, 349, 444, 192, 222, 223, 448, 449, 349, - /* 1560 */ 349, 20, 19, 342, 48, 340, 192, 419, 235, 236, - /* 1570 */ 237, 238, 239, 240, 241, 350, 33, 346, 342, 346, - /* 1580 */ 358, 20, 392, 20, 20, 358, 351, 411, 358, 351, - /* 1590 */ 358, 340, 49, 349, 342, 358, 378, 358, 358, 56, - /* 1600 */ 342, 350, 378, 378, 349, 62, 378, 378, 423, 209, - /* 1610 */ 421, 103, 378, 390, 419, 390, 356, 392, 196, 418, - /* 1620 */ 195, 417, 356, 378, 378, 340, 378, 378, 378, 378, - /* 1630 */ 194, 378, 416, 349, 268, 350, 465, 267, 468, 465, - /* 1640 */ 276, 390, 181, 392, 390, 102, 390, 467, 105, 392, - /* 1650 */ 425, 465, 427, 390, 278, 430, 431, 432, 433, 434, - /* 1660 */ 435, 390, 437, 378, 400, 400, 390, 405, 390, 444, - /* 1670 */ 464, 410, 405, 448, 449, 390, 425, 392, 427, 277, - /* 1680 */ 463, 430, 431, 432, 433, 434, 435, 340, 437, 262, - /* 1690 */ 410, 285, 484, 282, 280, 444, 258, 350, 350, 20, - /* 1700 */ 449, 429, 410, 349, 351, 356, 356, 403, 20, 174, - /* 1710 */ 425, 340, 427, 405, 390, 430, 431, 432, 433, 434, - /* 1720 */ 435, 350, 437, 402, 390, 378, 390, 390, 103, 390, - /* 1730 */ 383, 462, 405, 374, 356, 340, 477, 390, 350, 392, - /* 1740 */ 447, 390, 356, 103, 36, 350, 478, 390, 356, 378, - /* 1750 */ 382, 368, 349, 343, 383, 342, 471, 372, 413, 338, - /* 1760 */ 0, 390, 406, 392, 406, 357, 420, 0, 0, 372, - /* 1770 */ 372, 42, 425, 378, 427, 35, 35, 430, 431, 432, - /* 1780 */ 433, 434, 435, 0, 437, 390, 215, 392, 35, 35, - /* 1790 */ 215, 0, 35, 35, 215, 0, 425, 215, 427, 340, - /* 1800 */ 0, 430, 431, 432, 433, 434, 435, 35, 437, 350, - /* 1810 */ 0, 22, 0, 35, 210, 0, 198, 0, 198, 192, - /* 1820 */ 425, 199, 427, 190, 0, 430, 431, 432, 433, 434, - /* 1830 */ 435, 0, 437, 0, 186, 185, 0, 378, 0, 47, - /* 1840 */ 0, 0, 383, 0, 42, 0, 0, 0, 0, 390, - /* 1850 */ 0, 392, 0, 0, 0, 159, 35, 0, 159, 0, - /* 1860 */ 0, 0, 0, 340, 42, 0, 0, 0, 0, 0, - /* 1870 */ 0, 22, 0, 350, 0, 0, 0, 482, 0, 0, - /* 1880 */ 0, 0, 0, 0, 425, 340, 427, 0, 0, 430, - /* 1890 */ 431, 432, 433, 434, 435, 350, 437, 0, 0, 0, - /* 1900 */ 0, 378, 143, 0, 48, 0, 22, 0, 22, 340, - /* 1910 */ 112, 48, 35, 390, 0, 392, 0, 62, 0, 350, - /* 1920 */ 62, 0, 49, 378, 35, 0, 35, 0, 383, 39, - /* 1930 */ 35, 35, 39, 62, 0, 390, 14, 392, 0, 0, - /* 1940 */ 39, 49, 0, 49, 42, 39, 0, 378, 425, 40, - /* 1950 */ 427, 47, 383, 430, 431, 432, 433, 434, 435, 390, - /* 1960 */ 437, 392, 439, 1, 44, 39, 47, 39, 181, 0, - /* 1970 */ 425, 47, 427, 0, 0, 430, 431, 432, 433, 434, - /* 1980 */ 435, 19, 437, 0, 69, 0, 35, 39, 0, 49, - /* 1990 */ 35, 39, 49, 0, 425, 33, 427, 340, 35, 430, - /* 2000 */ 431, 432, 433, 434, 435, 49, 437, 350, 0, 39, - /* 2010 */ 35, 49, 35, 49, 0, 39, 340, 0, 0, 57, - /* 2020 */ 58, 59, 60, 0, 62, 22, 350, 340, 0, 0, - /* 2030 */ 0, 44, 35, 110, 35, 378, 35, 350, 44, 35, - /* 2040 */ 35, 35, 35, 22, 35, 35, 35, 390, 0, 392, - /* 2050 */ 0, 51, 0, 22, 378, 22, 22, 35, 0, 35, - /* 2060 */ 0, 35, 0, 22, 102, 378, 390, 105, 392, 20, - /* 2070 */ 35, 35, 35, 0, 35, 104, 22, 390, 0, 392, - /* 2080 */ 172, 103, 425, 103, 427, 22, 174, 430, 431, 432, - /* 2090 */ 433, 434, 435, 0, 437, 340, 0, 3, 263, 44, - /* 2100 */ 138, 425, 104, 427, 193, 350, 430, 431, 432, 433, - /* 2110 */ 434, 435, 425, 437, 427, 340, 172, 430, 431, 432, - /* 2120 */ 433, 434, 435, 103, 437, 350, 340, 197, 179, 172, - /* 2130 */ 103, 48, 48, 378, 44, 173, 350, 3, 47, 101, - /* 2140 */ 178, 99, 44, 44, 104, 390, 340, 392, 104, 103, - /* 2150 */ 103, 47, 44, 378, 103, 44, 350, 104, 35, 103, - /* 2160 */ 198, 104, 35, 104, 378, 390, 35, 392, 35, 104, - /* 2170 */ 35, 35, 104, 47, 257, 47, 390, 0, 392, 0, - /* 2180 */ 425, 44, 427, 0, 378, 430, 431, 432, 433, 434, - /* 2190 */ 435, 0, 437, 39, 263, 263, 390, 47, 392, 104, - /* 2200 */ 425, 104, 427, 103, 340, 430, 431, 432, 433, 434, - /* 2210 */ 435, 425, 437, 427, 350, 103, 430, 431, 432, 433, - /* 2220 */ 434, 435, 103, 437, 103, 340, 0, 103, 39, 113, - /* 2230 */ 44, 425, 103, 427, 173, 350, 430, 431, 432, 433, - /* 2240 */ 434, 435, 378, 437, 175, 47, 101, 101, 2, 22, - /* 2250 */ 340, 103, 47, 104, 390, 103, 392, 244, 47, 104, - /* 2260 */ 350, 103, 103, 378, 104, 222, 103, 22, 104, 224, - /* 2270 */ 103, 114, 104, 35, 35, 390, 340, 392, 103, 35, - /* 2280 */ 104, 103, 35, 35, 104, 103, 350, 103, 378, 425, - /* 2290 */ 35, 427, 104, 103, 430, 431, 432, 433, 434, 435, - /* 2300 */ 390, 437, 392, 104, 104, 35, 125, 103, 44, 35, - /* 2310 */ 425, 103, 427, 103, 378, 430, 431, 432, 433, 434, - /* 2320 */ 435, 125, 437, 103, 22, 69, 390, 125, 392, 68, - /* 2330 */ 35, 125, 35, 35, 35, 425, 340, 427, 35, 35, - /* 2340 */ 430, 431, 432, 433, 434, 435, 350, 437, 35, 35, - /* 2350 */ 75, 97, 340, 44, 35, 35, 35, 22, 35, 35, - /* 2360 */ 35, 425, 350, 427, 75, 340, 430, 431, 432, 433, - /* 2370 */ 434, 435, 35, 437, 378, 350, 35, 35, 35, 35, - /* 2380 */ 22, 35, 0, 35, 39, 49, 390, 0, 392, 35, - /* 2390 */ 378, 39, 0, 0, 35, 39, 49, 35, 49, 49, - /* 2400 */ 39, 0, 390, 378, 392, 35, 35, 0, 22, 21, - /* 2410 */ 485, 22, 22, 485, 20, 390, 21, 392, 485, 485, - /* 2420 */ 485, 425, 485, 427, 485, 340, 430, 431, 432, 433, - /* 2430 */ 434, 435, 485, 437, 485, 350, 485, 425, 485, 427, - /* 2440 */ 485, 340, 430, 431, 432, 433, 434, 435, 485, 437, - /* 2450 */ 425, 350, 427, 485, 340, 430, 431, 432, 433, 434, - /* 2460 */ 435, 485, 437, 378, 350, 485, 485, 485, 485, 485, - /* 2470 */ 485, 485, 485, 485, 485, 390, 485, 392, 485, 378, - /* 2480 */ 485, 485, 485, 485, 485, 485, 485, 485, 485, 485, - /* 2490 */ 485, 390, 378, 392, 485, 485, 485, 485, 485, 485, - /* 2500 */ 485, 485, 485, 485, 390, 485, 392, 485, 485, 485, - /* 2510 */ 425, 485, 427, 485, 485, 430, 431, 432, 433, 434, - /* 2520 */ 435, 485, 437, 485, 485, 485, 425, 340, 427, 485, - /* 2530 */ 485, 430, 431, 432, 433, 434, 435, 350, 437, 425, - /* 2540 */ 485, 427, 485, 340, 430, 431, 432, 433, 434, 435, - /* 2550 */ 485, 437, 485, 350, 340, 485, 485, 485, 485, 485, - /* 2560 */ 485, 485, 485, 485, 350, 378, 485, 485, 485, 485, - /* 2570 */ 485, 485, 485, 485, 485, 485, 485, 390, 485, 392, - /* 2580 */ 485, 378, 485, 485, 485, 485, 485, 485, 485, 485, - /* 2590 */ 485, 485, 378, 390, 485, 392, 485, 485, 485, 485, - /* 2600 */ 485, 485, 485, 485, 390, 485, 392, 485, 485, 485, - /* 2610 */ 485, 485, 425, 485, 427, 485, 340, 430, 431, 432, - /* 2620 */ 433, 434, 435, 485, 437, 485, 350, 485, 425, 485, - /* 2630 */ 427, 485, 340, 430, 431, 432, 433, 434, 435, 425, - /* 2640 */ 437, 427, 350, 485, 430, 431, 432, 433, 434, 435, - /* 2650 */ 485, 437, 485, 485, 378, 485, 485, 485, 485, 485, - /* 2660 */ 485, 485, 485, 485, 485, 485, 390, 485, 392, 485, - /* 2670 */ 378, 485, 485, 485, 485, 485, 485, 485, 485, 485, - /* 2680 */ 485, 485, 390, 485, 392, 485, 485, 485, 485, 485, - /* 2690 */ 485, 485, 485, 485, 485, 485, 485, 485, 485, 485, - /* 2700 */ 485, 425, 485, 427, 485, 485, 430, 431, 432, 433, - /* 2710 */ 434, 435, 485, 437, 485, 485, 485, 425, 485, 427, - /* 2720 */ 485, 485, 430, 431, 432, 433, 434, 435, 485, 437, - /* 2730 */ 485, 485, 485, 485, 485, 485, 485, 485, 485, 485, - /* 2740 */ 485, 485, 485, 485, 485, 485, 485, 485, 485, 485, - /* 2750 */ 485, 485, 485, 485, 337, 337, 337, 337, 337, 337, - /* 2760 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2770 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2780 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2790 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2800 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2810 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2820 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2830 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2840 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2850 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2860 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2870 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2880 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2890 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2900 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2910 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2920 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2930 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2940 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2950 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2960 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2970 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2980 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 2990 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 3000 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 3010 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 3020 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 3030 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 3040 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 3050 */ 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - /* 3060 */ 337, 337, 337, 337, 337, 337, 337, + /* 340 */ 236, 237, 238, 239, 240, 241, 242, 243, 244, 12, + /* 350 */ 13, 453, 454, 455, 379, 457, 458, 20, 379, 22, + /* 360 */ 100, 49, 12, 13, 37, 386, 391, 350, 393, 260, + /* 370 */ 33, 0, 35, 394, 104, 115, 116, 117, 118, 119, + /* 380 */ 120, 121, 122, 123, 124, 35, 126, 127, 128, 129, + /* 390 */ 130, 131, 132, 103, 341, 265, 266, 267, 172, 62, + /* 400 */ 62, 426, 103, 428, 351, 68, 431, 432, 433, 434, + /* 410 */ 435, 436, 75, 438, 260, 44, 2, 357, 443, 402, + /* 420 */ 445, 404, 8, 9, 449, 450, 12, 13, 14, 15, + /* 430 */ 16, 379, 379, 106, 260, 108, 109, 100, 111, 172, + /* 440 */ 103, 103, 382, 105, 391, 470, 393, 180, 20, 70, + /* 450 */ 71, 72, 400, 12, 13, 14, 77, 78, 79, 4, + /* 460 */ 133, 20, 83, 22, 137, 260, 159, 88, 89, 90, + /* 470 */ 91, 446, 447, 94, 33, 168, 35, 140, 141, 426, + /* 480 */ 190, 428, 192, 67, 431, 432, 433, 434, 435, 436, + /* 490 */ 437, 438, 439, 440, 0, 14, 15, 16, 43, 341, + /* 500 */ 45, 46, 360, 62, 0, 223, 351, 170, 171, 351, + /* 510 */ 368, 353, 222, 176, 177, 21, 75, 393, 24, 25, + /* 520 */ 26, 27, 28, 29, 30, 31, 32, 49, 191, 405, + /* 530 */ 193, 103, 408, 409, 379, 57, 430, 379, 60, 61, + /* 540 */ 20, 100, 345, 193, 103, 348, 349, 54, 55, 391, + /* 550 */ 260, 393, 270, 271, 272, 273, 274, 275, 276, 260, + /* 560 */ 223, 224, 456, 226, 227, 228, 229, 230, 231, 232, + /* 570 */ 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, + /* 580 */ 243, 140, 141, 359, 426, 103, 428, 378, 433, 431, + /* 590 */ 432, 433, 434, 435, 436, 113, 438, 0, 260, 390, + /* 600 */ 376, 443, 389, 445, 14, 392, 393, 449, 450, 385, + /* 610 */ 20, 170, 171, 350, 351, 350, 351, 176, 177, 0, + /* 620 */ 33, 24, 25, 26, 27, 28, 29, 30, 31, 32, + /* 630 */ 350, 351, 191, 370, 193, 370, 49, 133, 134, 135, + /* 640 */ 136, 137, 138, 139, 57, 58, 59, 60, 379, 62, + /* 650 */ 370, 375, 8, 9, 169, 386, 12, 13, 14, 15, + /* 660 */ 16, 134, 135, 394, 223, 224, 139, 226, 227, 228, + /* 670 */ 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, + /* 680 */ 239, 240, 241, 242, 243, 12, 13, 341, 22, 102, + /* 690 */ 170, 171, 105, 20, 379, 22, 341, 351, 14, 423, + /* 700 */ 457, 35, 0, 460, 20, 351, 33, 21, 35, 394, + /* 710 */ 24, 25, 26, 27, 28, 29, 30, 31, 32, 476, + /* 720 */ 350, 351, 67, 480, 481, 379, 457, 350, 351, 460, + /* 730 */ 350, 351, 247, 341, 4, 62, 430, 391, 341, 393, + /* 740 */ 370, 75, 257, 351, 475, 476, 391, 370, 75, 480, + /* 750 */ 481, 397, 133, 134, 135, 136, 137, 138, 139, 371, + /* 760 */ 173, 174, 456, 350, 35, 178, 100, 379, 181, 67, + /* 770 */ 3, 379, 426, 100, 428, 387, 103, 431, 432, 433, + /* 780 */ 434, 435, 436, 391, 438, 393, 199, 20, 391, 12, + /* 790 */ 13, 445, 392, 393, 350, 449, 450, 20, 20, 22, + /* 800 */ 8, 9, 350, 351, 12, 13, 14, 15, 16, 114, + /* 810 */ 33, 84, 35, 140, 141, 402, 172, 404, 426, 244, + /* 820 */ 428, 20, 370, 431, 432, 433, 434, 435, 436, 377, + /* 830 */ 438, 20, 341, 453, 454, 455, 75, 457, 458, 62, + /* 840 */ 460, 341, 186, 170, 171, 22, 402, 338, 404, 176, + /* 850 */ 177, 351, 75, 353, 170, 475, 476, 191, 35, 193, + /* 860 */ 480, 481, 457, 114, 191, 460, 193, 350, 351, 213, + /* 870 */ 214, 104, 145, 146, 482, 483, 371, 100, 75, 379, + /* 880 */ 103, 476, 391, 380, 379, 480, 481, 370, 14, 223, + /* 890 */ 224, 391, 387, 393, 20, 168, 223, 224, 380, 226, + /* 900 */ 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, + /* 910 */ 237, 238, 239, 240, 241, 242, 243, 140, 141, 410, + /* 920 */ 350, 351, 193, 100, 415, 244, 426, 246, 428, 4, + /* 930 */ 341, 431, 432, 433, 434, 435, 436, 380, 438, 172, + /* 940 */ 370, 140, 141, 443, 19, 445, 380, 170, 171, 449, + /* 950 */ 450, 350, 351, 176, 177, 62, 8, 9, 33, 379, + /* 960 */ 12, 13, 14, 15, 16, 134, 457, 387, 191, 460, + /* 970 */ 193, 370, 350, 351, 49, 183, 3, 176, 177, 410, + /* 980 */ 391, 56, 341, 172, 475, 476, 442, 62, 444, 480, + /* 990 */ 481, 261, 370, 355, 356, 102, 350, 351, 105, 368, + /* 1000 */ 223, 224, 0, 226, 227, 228, 229, 230, 231, 232, + /* 1010 */ 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, + /* 1020 */ 243, 430, 18, 18, 20, 371, 457, 102, 23, 460, + /* 1030 */ 105, 27, 391, 379, 30, 204, 205, 33, 1, 2, + /* 1040 */ 386, 387, 37, 38, 475, 476, 41, 456, 394, 480, + /* 1050 */ 481, 441, 104, 49, 444, 51, 351, 52, 8, 9, + /* 1060 */ 56, 341, 12, 13, 14, 15, 16, 341, 63, 64, + /* 1070 */ 65, 66, 70, 71, 72, 73, 74, 285, 76, 77, + /* 1080 */ 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, + /* 1090 */ 88, 89, 90, 91, 92, 93, 94, 95, 96, 453, + /* 1100 */ 454, 455, 397, 457, 458, 133, 102, 359, 103, 137, + /* 1110 */ 135, 391, 350, 351, 139, 8, 9, 391, 114, 12, + /* 1120 */ 13, 14, 15, 16, 2, 367, 367, 341, 354, 410, + /* 1130 */ 8, 9, 370, 385, 12, 13, 14, 15, 16, 381, + /* 1140 */ 381, 104, 355, 356, 364, 365, 0, 142, 144, 391, + /* 1150 */ 391, 147, 148, 149, 150, 151, 152, 153, 154, 155, + /* 1160 */ 156, 157, 158, 159, 160, 161, 162, 163, 351, 165, + /* 1170 */ 166, 167, 350, 351, 39, 200, 457, 391, 203, 460, + /* 1180 */ 42, 206, 44, 208, 350, 351, 428, 428, 183, 184, + /* 1190 */ 185, 341, 370, 188, 475, 476, 438, 438, 341, 480, + /* 1200 */ 481, 351, 20, 353, 370, 357, 201, 202, 350, 351, + /* 1210 */ 341, 104, 350, 351, 397, 350, 351, 212, 350, 351, + /* 1220 */ 215, 341, 374, 218, 219, 220, 221, 222, 370, 379, + /* 1230 */ 382, 351, 370, 353, 42, 370, 44, 341, 370, 22, + /* 1240 */ 114, 391, 341, 393, 350, 351, 12, 13, 391, 364, + /* 1250 */ 365, 341, 35, 280, 341, 341, 22, 341, 44, 379, + /* 1260 */ 391, 351, 22, 353, 370, 260, 207, 33, 209, 35, + /* 1270 */ 341, 391, 341, 393, 341, 35, 426, 372, 428, 44, + /* 1280 */ 375, 431, 432, 433, 434, 435, 436, 391, 438, 379, + /* 1290 */ 164, 388, 391, 443, 391, 445, 62, 45, 46, 449, + /* 1300 */ 450, 391, 44, 393, 391, 391, 426, 391, 428, 75, + /* 1310 */ 68, 431, 432, 433, 434, 435, 436, 100, 438, 44, + /* 1320 */ 391, 44, 391, 443, 391, 445, 258, 259, 388, 449, + /* 1330 */ 450, 391, 388, 62, 100, 391, 426, 366, 428, 104, + /* 1340 */ 369, 431, 432, 433, 434, 435, 436, 341, 438, 13, + /* 1350 */ 13, 107, 170, 443, 110, 445, 0, 351, 107, 449, + /* 1360 */ 450, 110, 107, 217, 0, 110, 0, 107, 62, 44, + /* 1370 */ 110, 35, 35, 140, 141, 44, 105, 35, 22, 104, + /* 1380 */ 47, 104, 342, 44, 401, 379, 22, 380, 22, 380, + /* 1390 */ 1, 2, 44, 44, 259, 341, 0, 391, 367, 393, + /* 1400 */ 13, 44, 44, 44, 44, 351, 44, 44, 13, 44, + /* 1410 */ 484, 105, 473, 467, 35, 367, 354, 44, 44, 44, + /* 1420 */ 379, 44, 35, 401, 349, 191, 390, 193, 351, 104, + /* 1430 */ 35, 401, 426, 379, 428, 104, 103, 431, 432, 433, + /* 1440 */ 434, 435, 436, 104, 438, 391, 50, 393, 459, 443, + /* 1450 */ 451, 445, 104, 104, 75, 449, 450, 223, 224, 477, + /* 1460 */ 262, 104, 104, 104, 104, 223, 104, 104, 411, 104, + /* 1470 */ 236, 237, 238, 239, 240, 241, 242, 104, 104, 104, + /* 1480 */ 426, 104, 428, 49, 461, 431, 432, 433, 434, 435, + /* 1490 */ 436, 427, 438, 20, 420, 341, 282, 443, 206, 445, + /* 1500 */ 359, 425, 420, 449, 450, 351, 359, 189, 413, 42, + /* 1510 */ 398, 20, 401, 398, 169, 396, 20, 350, 350, 398, + /* 1520 */ 396, 396, 101, 363, 99, 362, 350, 98, 350, 350, + /* 1530 */ 361, 341, 20, 379, 350, 193, 343, 48, 347, 343, + /* 1540 */ 420, 351, 284, 20, 347, 391, 359, 393, 393, 20, + /* 1550 */ 20, 352, 412, 359, 359, 352, 350, 350, 343, 359, + /* 1560 */ 359, 359, 341, 359, 379, 379, 391, 379, 379, 379, + /* 1570 */ 422, 343, 351, 424, 391, 103, 420, 210, 197, 196, + /* 1580 */ 426, 391, 428, 393, 379, 431, 432, 433, 434, 435, + /* 1590 */ 436, 379, 438, 357, 357, 379, 419, 443, 341, 445, + /* 1600 */ 379, 379, 379, 449, 450, 379, 379, 195, 351, 391, + /* 1610 */ 391, 350, 391, 393, 393, 350, 426, 466, 428, 411, + /* 1620 */ 411, 431, 432, 433, 434, 435, 436, 341, 438, 418, + /* 1630 */ 417, 401, 401, 469, 391, 445, 379, 351, 269, 449, + /* 1640 */ 450, 391, 182, 263, 268, 406, 466, 426, 391, 428, + /* 1650 */ 393, 406, 431, 432, 433, 434, 435, 436, 341, 438, + /* 1660 */ 391, 277, 259, 281, 279, 379, 445, 411, 351, 278, + /* 1670 */ 449, 450, 286, 283, 351, 20, 350, 391, 468, 393, + /* 1680 */ 352, 411, 20, 426, 430, 428, 357, 341, 431, 432, + /* 1690 */ 433, 434, 435, 436, 465, 438, 379, 351, 466, 404, + /* 1700 */ 357, 384, 445, 479, 406, 464, 391, 450, 391, 463, + /* 1710 */ 393, 391, 426, 391, 428, 391, 406, 431, 432, 433, + /* 1720 */ 434, 435, 436, 485, 438, 379, 478, 174, 357, 391, + /* 1730 */ 384, 391, 103, 403, 103, 357, 375, 391, 448, 393, + /* 1740 */ 36, 391, 344, 426, 351, 428, 414, 341, 431, 432, + /* 1750 */ 433, 434, 435, 436, 350, 438, 357, 351, 472, 343, + /* 1760 */ 407, 369, 421, 358, 0, 339, 0, 373, 0, 42, + /* 1770 */ 373, 383, 426, 373, 428, 407, 341, 431, 432, 433, + /* 1780 */ 434, 435, 436, 0, 438, 379, 351, 35, 216, 35, + /* 1790 */ 35, 35, 216, 0, 35, 35, 216, 391, 0, 393, + /* 1800 */ 216, 0, 35, 0, 22, 0, 35, 211, 0, 199, + /* 1810 */ 0, 199, 341, 200, 379, 193, 191, 0, 0, 0, + /* 1820 */ 187, 186, 351, 0, 0, 47, 391, 0, 393, 0, + /* 1830 */ 0, 42, 426, 0, 428, 0, 0, 431, 432, 433, + /* 1840 */ 434, 435, 436, 0, 438, 0, 341, 159, 35, 0, + /* 1850 */ 379, 0, 0, 0, 159, 384, 351, 0, 0, 0, + /* 1860 */ 0, 426, 391, 428, 393, 0, 431, 432, 433, 434, + /* 1870 */ 435, 436, 0, 438, 0, 0, 0, 0, 0, 0, + /* 1880 */ 474, 42, 0, 0, 379, 0, 0, 0, 0, 0, + /* 1890 */ 0, 0, 0, 22, 0, 0, 391, 426, 393, 428, + /* 1900 */ 0, 143, 431, 432, 433, 434, 435, 436, 0, 438, + /* 1910 */ 0, 341, 48, 0, 48, 22, 62, 0, 483, 22, + /* 1920 */ 0, 351, 341, 62, 0, 62, 0, 0, 0, 49, + /* 1930 */ 0, 426, 351, 428, 1, 39, 431, 432, 433, 434, + /* 1940 */ 435, 436, 35, 438, 35, 440, 35, 0, 49, 379, + /* 1950 */ 35, 39, 19, 49, 384, 39, 35, 39, 44, 14, + /* 1960 */ 379, 391, 0, 393, 42, 384, 33, 182, 0, 0, + /* 1970 */ 47, 39, 391, 0, 393, 40, 47, 0, 47, 0, + /* 1980 */ 39, 0, 49, 0, 0, 35, 49, 39, 69, 341, + /* 1990 */ 57, 58, 59, 60, 35, 62, 426, 0, 428, 351, + /* 2000 */ 49, 431, 432, 433, 434, 435, 436, 426, 438, 428, + /* 2010 */ 341, 39, 431, 432, 433, 434, 435, 436, 0, 438, + /* 2020 */ 351, 35, 0, 49, 39, 35, 39, 379, 35, 49, + /* 2030 */ 0, 0, 0, 0, 0, 102, 0, 112, 105, 391, + /* 2040 */ 0, 393, 22, 35, 110, 35, 35, 35, 379, 35, + /* 2050 */ 35, 35, 0, 44, 35, 0, 35, 22, 35, 22, + /* 2060 */ 391, 44, 393, 22, 0, 22, 0, 0, 0, 22, + /* 2070 */ 104, 138, 0, 35, 426, 51, 428, 35, 20, 431, + /* 2080 */ 432, 433, 434, 435, 436, 35, 438, 22, 35, 341, + /* 2090 */ 0, 35, 35, 22, 103, 426, 35, 428, 103, 351, + /* 2100 */ 431, 432, 433, 434, 435, 436, 173, 438, 172, 0, + /* 2110 */ 0, 178, 172, 0, 341, 172, 174, 0, 172, 3, + /* 2120 */ 44, 48, 48, 179, 351, 44, 101, 379, 179, 103, + /* 2130 */ 103, 264, 199, 194, 47, 44, 198, 44, 44, 391, + /* 2140 */ 3, 393, 47, 104, 99, 47, 44, 35, 104, 35, + /* 2150 */ 104, 103, 379, 104, 103, 35, 35, 103, 35, 35, + /* 2160 */ 258, 0, 103, 44, 391, 264, 393, 104, 0, 264, + /* 2170 */ 0, 0, 47, 104, 426, 39, 428, 47, 103, 431, + /* 2180 */ 432, 433, 434, 435, 436, 103, 438, 104, 341, 104, + /* 2190 */ 104, 0, 104, 39, 47, 103, 44, 113, 351, 426, + /* 2200 */ 103, 428, 103, 341, 431, 432, 433, 434, 435, 436, + /* 2210 */ 103, 438, 101, 351, 2, 245, 101, 22, 22, 223, + /* 2220 */ 47, 103, 341, 47, 225, 103, 379, 35, 35, 35, + /* 2230 */ 104, 104, 351, 104, 103, 175, 103, 103, 391, 341, + /* 2240 */ 393, 379, 104, 173, 103, 103, 114, 104, 104, 351, + /* 2250 */ 104, 103, 35, 391, 103, 393, 35, 104, 103, 35, + /* 2260 */ 379, 104, 103, 35, 104, 103, 103, 44, 103, 35, + /* 2270 */ 125, 22, 391, 426, 393, 428, 69, 379, 431, 432, + /* 2280 */ 433, 434, 435, 436, 103, 438, 68, 35, 426, 391, + /* 2290 */ 428, 393, 125, 431, 432, 433, 434, 435, 436, 125, + /* 2300 */ 438, 35, 125, 35, 35, 35, 35, 426, 341, 428, + /* 2310 */ 35, 35, 431, 432, 433, 434, 435, 436, 351, 438, + /* 2320 */ 75, 44, 97, 35, 426, 35, 428, 35, 22, 431, + /* 2330 */ 432, 433, 434, 435, 436, 341, 438, 35, 35, 35, + /* 2340 */ 75, 22, 35, 35, 0, 351, 379, 35, 35, 35, + /* 2350 */ 35, 35, 0, 35, 341, 0, 39, 0, 391, 49, + /* 2360 */ 393, 39, 35, 39, 351, 35, 0, 39, 35, 341, + /* 2370 */ 49, 35, 49, 379, 49, 0, 22, 21, 486, 351, + /* 2380 */ 22, 22, 21, 20, 486, 391, 486, 393, 486, 486, + /* 2390 */ 486, 486, 379, 426, 486, 428, 486, 486, 431, 432, + /* 2400 */ 433, 434, 435, 436, 391, 438, 393, 379, 486, 486, + /* 2410 */ 486, 486, 486, 486, 486, 486, 486, 486, 486, 391, + /* 2420 */ 426, 393, 428, 486, 486, 431, 432, 433, 434, 435, + /* 2430 */ 436, 486, 438, 486, 486, 486, 486, 486, 486, 426, + /* 2440 */ 486, 428, 341, 486, 431, 432, 433, 434, 435, 436, + /* 2450 */ 486, 438, 351, 486, 426, 486, 428, 486, 486, 431, + /* 2460 */ 432, 433, 434, 435, 436, 486, 438, 486, 486, 341, + /* 2470 */ 486, 486, 486, 486, 486, 486, 486, 486, 486, 351, + /* 2480 */ 379, 486, 486, 486, 486, 486, 486, 486, 486, 486, + /* 2490 */ 486, 486, 391, 486, 393, 486, 486, 486, 486, 486, + /* 2500 */ 486, 486, 486, 486, 486, 486, 486, 379, 486, 486, + /* 2510 */ 486, 486, 486, 486, 486, 486, 486, 486, 486, 391, + /* 2520 */ 486, 393, 486, 486, 486, 486, 486, 426, 486, 428, + /* 2530 */ 341, 486, 431, 432, 433, 434, 435, 436, 486, 438, + /* 2540 */ 351, 341, 486, 486, 486, 486, 486, 486, 486, 486, + /* 2550 */ 486, 351, 486, 486, 426, 486, 428, 486, 486, 431, + /* 2560 */ 432, 433, 434, 435, 436, 486, 438, 486, 379, 486, + /* 2570 */ 486, 486, 486, 486, 486, 486, 486, 486, 486, 379, + /* 2580 */ 391, 486, 393, 486, 486, 486, 486, 486, 486, 486, + /* 2590 */ 486, 391, 486, 393, 486, 486, 486, 486, 486, 486, + /* 2600 */ 486, 486, 341, 486, 486, 486, 486, 486, 486, 486, + /* 2610 */ 486, 486, 351, 486, 486, 426, 486, 428, 486, 341, + /* 2620 */ 431, 432, 433, 434, 435, 436, 426, 438, 428, 351, + /* 2630 */ 486, 431, 432, 433, 434, 435, 436, 486, 438, 486, + /* 2640 */ 379, 486, 486, 486, 486, 486, 486, 486, 486, 486, + /* 2650 */ 341, 486, 391, 486, 393, 486, 486, 379, 486, 486, + /* 2660 */ 351, 486, 486, 486, 486, 486, 486, 486, 486, 391, + /* 2670 */ 486, 393, 486, 486, 486, 486, 486, 486, 486, 486, + /* 2680 */ 486, 486, 486, 486, 486, 486, 486, 426, 379, 428, + /* 2690 */ 486, 486, 431, 432, 433, 434, 435, 436, 486, 438, + /* 2700 */ 391, 486, 393, 486, 426, 486, 428, 486, 486, 431, + /* 2710 */ 432, 433, 434, 435, 436, 341, 438, 486, 486, 486, + /* 2720 */ 486, 486, 486, 486, 486, 351, 486, 486, 486, 486, + /* 2730 */ 486, 486, 486, 486, 486, 426, 486, 428, 486, 486, + /* 2740 */ 431, 432, 433, 434, 435, 436, 341, 438, 486, 486, + /* 2750 */ 486, 486, 486, 379, 486, 486, 351, 486, 486, 486, + /* 2760 */ 486, 341, 486, 486, 486, 391, 486, 393, 486, 486, + /* 2770 */ 486, 351, 486, 486, 486, 486, 486, 486, 486, 486, + /* 2780 */ 486, 486, 486, 486, 379, 486, 486, 486, 486, 486, + /* 2790 */ 486, 486, 486, 486, 486, 486, 391, 486, 393, 379, + /* 2800 */ 426, 486, 428, 486, 486, 431, 432, 433, 434, 435, + /* 2810 */ 436, 391, 438, 393, 486, 486, 486, 486, 486, 486, + /* 2820 */ 486, 486, 486, 486, 486, 486, 486, 486, 486, 486, + /* 2830 */ 486, 426, 486, 428, 486, 486, 431, 432, 433, 434, + /* 2840 */ 435, 436, 486, 438, 486, 486, 426, 486, 428, 486, + /* 2850 */ 486, 431, 432, 433, 434, 435, 436, 486, 438, 338, + /* 2860 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 2870 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 2880 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 2890 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 2900 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 2910 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 2920 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 2930 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 2940 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 2950 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 2960 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 2970 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 2980 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 2990 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 3000 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 3010 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 3020 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 3030 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 3040 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 3050 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 3060 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 3070 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 3080 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 3090 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 3100 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 3110 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 3120 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 3130 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 3140 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 3150 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 3160 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 3170 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 3180 */ 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, + /* 3190 */ 338, 338, 338, 338, 338, 338, 338, }; -#define YY_SHIFT_COUNT (793) +#define YY_SHIFT_COUNT (801) #define YY_SHIFT_MIN (0) -#define YY_SHIFT_MAX (2407) +#define YY_SHIFT_MAX (2375) static const unsigned short int yy_shift_ofst[] = { - /* 0 */ 1097, 0, 104, 0, 336, 336, 336, 336, 336, 336, - /* 10 */ 336, 336, 336, 336, 336, 336, 440, 671, 671, 775, - /* 20 */ 671, 671, 671, 671, 671, 671, 671, 671, 671, 671, - /* 30 */ 671, 671, 671, 671, 671, 671, 671, 671, 671, 671, - /* 40 */ 671, 671, 671, 671, 671, 671, 671, 671, 671, 671, - /* 50 */ 671, 335, 519, 1053, 263, 215, 156, 586, 156, 263, - /* 60 */ 263, 1333, 156, 1333, 1333, 621, 156, 34, 798, 111, - /* 70 */ 111, 798, 278, 278, 294, 138, 308, 308, 111, 111, - /* 80 */ 111, 111, 111, 111, 111, 199, 111, 111, 297, 34, - /* 90 */ 111, 111, 223, 111, 34, 111, 199, 111, 199, 34, - /* 100 */ 111, 111, 34, 111, 34, 34, 34, 111, 460, 917, - /* 110 */ 15, 15, 378, 170, 700, 700, 700, 700, 700, 700, - /* 120 */ 700, 700, 700, 700, 700, 700, 700, 700, 700, 700, - /* 130 */ 700, 700, 700, 326, 410, 294, 138, 633, 633, 714, - /* 140 */ 426, 426, 426, 618, 107, 107, 714, 299, 299, 299, - /* 150 */ 297, 356, 353, 34, 577, 34, 577, 577, 663, 730, - /* 160 */ 259, 259, 259, 259, 259, 259, 259, 259, 1962, 1116, - /* 170 */ 185, 31, 276, 249, 394, 176, 13, 13, 862, 1073, - /* 180 */ 489, 776, 1167, 949, 721, 820, 996, 355, 581, 996, - /* 190 */ 997, 1081, 256, 1219, 1434, 1470, 1288, 297, 1470, 297, - /* 200 */ 1318, 1467, 1498, 1467, 1352, 1507, 1507, 1467, 1352, 1352, - /* 210 */ 1437, 1446, 1507, 1452, 1507, 1507, 1507, 1541, 1516, 1541, - /* 220 */ 1516, 1470, 297, 1561, 297, 1563, 1564, 297, 1563, 297, - /* 230 */ 297, 297, 1507, 297, 1541, 34, 34, 34, 34, 34, - /* 240 */ 34, 34, 34, 34, 34, 34, 1507, 1541, 577, 577, - /* 250 */ 577, 1400, 1508, 1470, 460, 1422, 1425, 1561, 460, 1436, - /* 260 */ 1219, 1507, 1498, 1498, 577, 1366, 1370, 577, 1366, 1370, - /* 270 */ 577, 577, 34, 1364, 1461, 1366, 1376, 1402, 1427, 1219, - /* 280 */ 1406, 1411, 1414, 1438, 299, 1679, 1219, 1507, 1563, 460, - /* 290 */ 460, 1688, 1370, 577, 577, 577, 577, 577, 1370, 577, - /* 300 */ 1535, 460, 663, 460, 299, 1625, 1640, 577, 730, 1507, - /* 310 */ 460, 1708, 1541, 2730, 2730, 2730, 2730, 2730, 2730, 2730, - /* 320 */ 2730, 2730, 1018, 679, 224, 739, 1543, 858, 1041, 418, - /* 330 */ 748, 974, 1110, 1166, 1377, 1377, 1377, 1377, 1377, 1377, - /* 340 */ 1377, 1377, 1377, 500, 729, 51, 51, 441, 484, 446, - /* 350 */ 660, 76, 121, 699, 593, 291, 924, 924, 701, 536, - /* 360 */ 952, 701, 701, 701, 384, 1060, 1093, 1095, 1291, 1220, - /* 370 */ 765, 1241, 1242, 1243, 1247, 566, 688, 1340, 1342, 1365, - /* 380 */ 1087, 1319, 1323, 1226, 1325, 1328, 1330, 1274, 1157, 1183, - /* 390 */ 1310, 1331, 1338, 1344, 1361, 1363, 1372, 1420, 1380, 1101, - /* 400 */ 1381, 1389, 1382, 1384, 1387, 1393, 1396, 1399, 1343, 1362, - /* 410 */ 1374, 1426, 1428, 723, 1444, 1760, 1767, 1768, 1729, 1783, - /* 420 */ 1740, 1571, 1741, 1753, 1754, 1575, 1791, 1757, 1758, 1579, - /* 430 */ 1795, 1582, 1800, 1772, 1810, 1789, 1812, 1778, 1604, 1815, - /* 440 */ 1618, 1817, 1620, 1622, 1627, 1633, 1824, 1831, 1833, 1648, - /* 450 */ 1650, 1836, 1838, 1792, 1840, 1841, 1843, 1802, 1845, 1846, - /* 460 */ 1847, 1848, 1850, 1852, 1853, 1854, 1696, 1821, 1857, 1699, - /* 470 */ 1859, 1860, 1861, 1862, 1874, 1875, 1876, 1878, 1879, 1880, - /* 480 */ 1881, 1882, 1883, 1887, 1888, 1897, 1822, 1865, 1866, 1867, - /* 490 */ 1868, 1869, 1870, 1849, 1872, 1898, 1899, 1759, 1900, 1903, - /* 500 */ 1884, 1856, 1886, 1863, 1905, 1855, 1877, 1907, 1858, 1914, - /* 510 */ 1871, 1916, 1918, 1889, 1873, 1890, 1921, 1891, 1892, 1893, - /* 520 */ 1925, 1895, 1894, 1901, 1927, 1896, 1934, 1902, 1906, 1920, - /* 530 */ 1904, 1919, 1922, 1924, 1938, 1909, 1926, 1939, 1942, 1946, - /* 540 */ 1928, 1787, 1969, 1973, 1974, 1915, 1983, 1985, 1951, 1940, - /* 550 */ 1948, 1988, 1955, 1943, 1952, 1993, 1963, 1956, 1970, 2008, - /* 560 */ 1975, 1964, 1976, 2014, 2017, 2018, 2023, 2028, 2029, 1798, - /* 570 */ 1923, 1977, 2003, 2030, 1997, 1999, 2001, 2004, 2005, 2006, - /* 580 */ 2007, 1987, 1994, 2009, 2010, 2021, 2011, 2048, 2031, 2050, - /* 590 */ 2033, 2000, 2052, 2034, 2022, 2058, 2024, 2060, 2026, 2062, - /* 600 */ 2041, 2049, 2035, 2036, 2037, 1971, 1978, 2073, 1908, 1980, - /* 610 */ 1930, 2039, 2054, 2078, 1911, 2063, 1944, 1912, 2093, 2096, - /* 620 */ 1957, 1949, 2094, 2055, 1835, 2020, 1998, 2027, 2083, 2038, - /* 630 */ 2084, 2042, 2040, 2090, 2098, 2044, 2046, 2047, 2051, 2053, - /* 640 */ 2099, 2091, 2104, 2056, 2108, 1931, 2057, 2059, 2134, 2111, - /* 650 */ 1932, 2123, 2127, 2131, 2133, 2135, 2136, 2065, 2068, 2126, - /* 660 */ 1917, 2137, 2128, 2177, 2179, 2183, 2191, 2100, 2154, 1904, - /* 670 */ 2150, 2112, 2095, 2097, 2119, 2121, 2069, 2124, 2226, 2189, - /* 680 */ 2061, 2129, 2116, 1904, 2198, 2186, 2145, 2013, 2146, 2246, - /* 690 */ 2227, 2043, 2148, 2149, 2152, 2155, 2158, 2160, 2205, 2159, - /* 700 */ 2163, 2211, 2164, 2245, 2045, 2167, 2157, 2168, 2238, 2239, - /* 710 */ 2175, 2176, 2244, 2178, 2180, 2247, 2182, 2188, 2248, 2184, - /* 720 */ 2199, 2255, 2190, 2200, 2270, 2204, 2181, 2196, 2202, 2206, - /* 730 */ 2208, 2264, 2210, 2274, 2220, 2264, 2264, 2302, 2256, 2261, - /* 740 */ 2295, 2297, 2298, 2299, 2303, 2304, 2313, 2314, 2275, 2254, - /* 750 */ 2309, 2319, 2320, 2321, 2335, 2323, 2324, 2325, 2289, 1987, - /* 760 */ 2337, 1994, 2341, 2342, 2343, 2344, 2358, 2346, 2382, 2348, - /* 770 */ 2336, 2345, 2387, 2354, 2347, 2352, 2392, 2359, 2349, 2356, - /* 780 */ 2393, 2362, 2350, 2361, 2401, 2370, 2371, 2407, 2386, 2388, - /* 790 */ 2389, 2390, 2395, 2394, + /* 0 */ 1005, 0, 104, 0, 337, 337, 337, 337, 337, 337, + /* 10 */ 337, 337, 337, 337, 337, 337, 441, 673, 673, 777, + /* 20 */ 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, + /* 30 */ 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, + /* 40 */ 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, + /* 50 */ 673, 154, 205, 290, 428, 338, 174, 299, 174, 428, + /* 60 */ 428, 1234, 174, 1234, 1234, 109, 174, 102, 801, 172, + /* 70 */ 172, 801, 455, 455, 520, 110, 590, 590, 172, 172, + /* 80 */ 172, 172, 172, 172, 172, 202, 172, 172, 416, 102, + /* 90 */ 172, 172, 172, 256, 172, 102, 172, 202, 172, 202, + /* 100 */ 102, 172, 172, 102, 172, 102, 102, 102, 172, 655, + /* 110 */ 1004, 15, 15, 379, 686, 666, 666, 666, 666, 666, + /* 120 */ 666, 666, 666, 666, 666, 666, 666, 666, 666, 666, + /* 130 */ 666, 666, 666, 666, 327, 767, 520, 110, 493, 493, + /* 140 */ 13, 39, 39, 39, 702, 681, 681, 13, 778, 778, + /* 150 */ 778, 416, 695, 575, 102, 761, 102, 761, 761, 749, + /* 160 */ 803, 260, 260, 260, 260, 260, 260, 260, 260, 1933, + /* 170 */ 111, 494, 31, 792, 282, 238, 130, 350, 350, 128, + /* 180 */ 684, 145, 226, 1252, 874, 972, 811, 1068, 1135, 973, + /* 190 */ 1068, 1138, 730, 1182, 1198, 1434, 1473, 1292, 416, 1473, + /* 200 */ 416, 1318, 1467, 1491, 1467, 1345, 1496, 1496, 1467, 1345, + /* 210 */ 1345, 1421, 1425, 1496, 1429, 1496, 1496, 1496, 1512, 1489, + /* 220 */ 1512, 1489, 1473, 416, 1523, 416, 1529, 1530, 416, 1529, + /* 230 */ 416, 416, 416, 1496, 416, 1512, 102, 102, 102, 102, + /* 240 */ 102, 102, 102, 102, 102, 102, 102, 1496, 1512, 761, + /* 250 */ 761, 761, 1367, 1472, 1473, 655, 1381, 1383, 1523, 655, + /* 260 */ 1412, 1198, 1496, 1198, 1496, 1491, 1491, 761, 1369, 1376, + /* 270 */ 761, 1369, 1376, 761, 761, 102, 1384, 1460, 1369, 1385, + /* 280 */ 1391, 1380, 1198, 1386, 1390, 1382, 1403, 778, 1655, 1198, + /* 290 */ 1496, 1529, 655, 655, 1662, 1376, 761, 761, 761, 761, + /* 300 */ 761, 1376, 761, 1553, 655, 749, 655, 778, 1629, 1631, + /* 310 */ 761, 803, 1496, 655, 1704, 1512, 2859, 2859, 2859, 2859, + /* 320 */ 2859, 2859, 2859, 2859, 2859, 1002, 587, 597, 270, 925, + /* 330 */ 948, 1107, 504, 414, 1122, 644, 619, 1050, 1050, 1050, + /* 340 */ 1050, 1050, 1050, 1050, 1050, 1050, 186, 975, 51, 51, + /* 350 */ 727, 478, 656, 307, 893, 823, 1217, 122, 831, 267, + /* 360 */ 527, 527, 481, 1037, 485, 481, 481, 481, 312, 1146, + /* 370 */ 74, 1240, 1192, 1126, 371, 1244, 1251, 1255, 1260, 1336, + /* 380 */ 1337, 1356, 1364, 1366, 1059, 1235, 1275, 1271, 1306, 1277, + /* 390 */ 1325, 1331, 1233, 1214, 1258, 1339, 1348, 1349, 1357, 1358, + /* 400 */ 1359, 1389, 1360, 1242, 1362, 1333, 1363, 1365, 1373, 1374, + /* 410 */ 1375, 1377, 482, 729, 1342, 1387, 1395, 1379, 1396, 1764, + /* 420 */ 1766, 1768, 1727, 1783, 1752, 1572, 1754, 1755, 1756, 1576, + /* 430 */ 1793, 1759, 1760, 1580, 1798, 1584, 1801, 1767, 1803, 1782, + /* 440 */ 1805, 1771, 1596, 1808, 1610, 1810, 1612, 1613, 1622, 1625, + /* 450 */ 1817, 1818, 1819, 1633, 1635, 1823, 1824, 1778, 1827, 1829, + /* 460 */ 1830, 1789, 1833, 1835, 1836, 1843, 1845, 1851, 1852, 1853, + /* 470 */ 1688, 1813, 1849, 1695, 1857, 1858, 1859, 1860, 1865, 1872, + /* 480 */ 1874, 1875, 1876, 1877, 1878, 1879, 1885, 1886, 1887, 1888, + /* 490 */ 1839, 1882, 1883, 1889, 1890, 1891, 1892, 1871, 1894, 1895, + /* 500 */ 1900, 1758, 1908, 1910, 1893, 1864, 1897, 1866, 1913, 1854, + /* 510 */ 1907, 1917, 1861, 1920, 1863, 1924, 1926, 1909, 1880, 1896, + /* 520 */ 1927, 1911, 1899, 1912, 1928, 1915, 1904, 1916, 1930, 1921, + /* 530 */ 1947, 1922, 1918, 1914, 1923, 1929, 1945, 1931, 1962, 1935, + /* 540 */ 1932, 1973, 1977, 1979, 1941, 1785, 1968, 1969, 1981, 1919, + /* 550 */ 1983, 1984, 1950, 1937, 1948, 1997, 1959, 1951, 1972, 2018, + /* 560 */ 1986, 1974, 1985, 2022, 1990, 1980, 1987, 2030, 2031, 2032, + /* 570 */ 2033, 2034, 2036, 1925, 1934, 1993, 2020, 2040, 2008, 2010, + /* 580 */ 2011, 2012, 2014, 2015, 2016, 2009, 2017, 2019, 2021, 2035, + /* 590 */ 2023, 2052, 2037, 2055, 2041, 2024, 2064, 2043, 2038, 2066, + /* 600 */ 2042, 2067, 2050, 2068, 2047, 2058, 2053, 2056, 2057, 1966, + /* 610 */ 1991, 2072, 1936, 1995, 1938, 2061, 2065, 2090, 1939, 2071, + /* 620 */ 1940, 1942, 2109, 2110, 1943, 1944, 2113, 2117, 1946, 1949, + /* 630 */ 2116, 2076, 1867, 2026, 2039, 2027, 2073, 2025, 2074, 2045, + /* 640 */ 2044, 2081, 2091, 2046, 2048, 2051, 2054, 2049, 2093, 2087, + /* 650 */ 2095, 2059, 2094, 1901, 2063, 2069, 2137, 2102, 1905, 2112, + /* 660 */ 2114, 2120, 2121, 2123, 2124, 2083, 2085, 2098, 1902, 2119, + /* 670 */ 2125, 2161, 2168, 2170, 2171, 2075, 2136, 1923, 2130, 2082, + /* 680 */ 2086, 2088, 2092, 2097, 2060, 2099, 2191, 2154, 2070, 2107, + /* 690 */ 2084, 1923, 2147, 2152, 2111, 1970, 2115, 2212, 2195, 1996, + /* 700 */ 2118, 2126, 2122, 2127, 2131, 2129, 2173, 2133, 2134, 2176, + /* 710 */ 2138, 2196, 1999, 2141, 2132, 2143, 2192, 2193, 2142, 2144, + /* 720 */ 2194, 2148, 2146, 2217, 2151, 2153, 2221, 2155, 2157, 2224, + /* 730 */ 2159, 2160, 2228, 2162, 2145, 2167, 2174, 2177, 2163, 2223, + /* 740 */ 2165, 2234, 2181, 2223, 2223, 2249, 2207, 2218, 2252, 2266, + /* 750 */ 2268, 2269, 2270, 2271, 2275, 2276, 2245, 2225, 2277, 2288, + /* 760 */ 2290, 2292, 2306, 2302, 2303, 2304, 2265, 2009, 2307, 2017, + /* 770 */ 2308, 2312, 2313, 2314, 2319, 2315, 2344, 2316, 2310, 2317, + /* 780 */ 2352, 2318, 2321, 2322, 2355, 2327, 2323, 2324, 2357, 2330, + /* 790 */ 2325, 2328, 2366, 2333, 2336, 2375, 2354, 2356, 2358, 2359, + /* 800 */ 2361, 2363, }; -#define YY_REDUCE_COUNT (321) -#define YY_REDUCE_MIN (-438) -#define YY_REDUCE_MAX (2292) +#define YY_REDUCE_COUNT (324) +#define YY_REDUCE_MIN (-439) +#define YY_REDUCE_MAX (2420) static const short yy_reduce_ofst[] = { - /* 0 */ 311, -340, -280, -25, -132, 158, 603, 789, 895, 969, - /* 10 */ 265, 1020, 1080, 390, 1109, 1225, 53, 454, 825, 1251, - /* 20 */ 1285, 1347, 1371, 946, 1395, 1459, 1523, 1545, 1569, 1657, - /* 30 */ 1676, 1687, 1755, 1775, 1786, 1806, 1864, 1885, 1910, 1936, - /* 40 */ 1996, 2012, 2025, 2085, 2101, 2114, 2187, 2203, 2214, 2276, - /* 50 */ 2292, 167, 792, -403, 78, -401, -360, 252, 672, 47, - /* 60 */ 197, 379, -438, -244, 339, -331, 505, -211, -274, -63, - /* 70 */ 23, -391, -40, 149, -317, -31, -342, -265, 295, 464, - /* 80 */ 486, 571, 608, 610, 622, -344, 673, 675, -252, -205, - /* 90 */ 677, 805, -243, 809, 219, 822, -92, 833, 19, -16, - /* 100 */ 423, 840, 325, 880, 563, 755, 891, 914, -268, -207, - /* 110 */ -173, -173, 327, -337, -321, -229, -93, 61, 209, 403, - /* 120 */ 439, 461, 529, 630, 746, 802, 828, 844, 856, 885, - /* 130 */ 888, 900, 901, -288, -34, -213, 90, 448, 476, 554, - /* 140 */ -34, 50, 501, 247, -409, 301, 780, 499, 533, 582, - /* 150 */ 769, 234, 422, 643, 609, 549, 786, 878, 918, 945, - /* 160 */ -364, 447, 477, 535, 547, 575, 615, 547, 628, 681, - /* 170 */ 791, 662, 667, 685, 811, 745, 814, 866, 892, 892, - /* 180 */ 883, 894, 1112, 1121, 1084, 1074, 1017, 1017, 1001, 1017, - /* 190 */ 1028, 1019, 892, 1071, 1063, 1076, 1072, 1140, 1083, 1146, - /* 200 */ 1096, 1119, 1120, 1122, 1131, 1181, 1182, 1135, 1138, 1142, - /* 210 */ 1173, 1187, 1200, 1191, 1203, 1210, 1211, 1221, 1231, 1236, - /* 220 */ 1233, 1148, 1222, 1190, 1227, 1235, 1176, 1230, 1238, 1232, - /* 230 */ 1237, 1239, 1244, 1240, 1252, 1218, 1224, 1228, 1229, 1234, - /* 240 */ 1245, 1246, 1248, 1249, 1250, 1253, 1255, 1258, 1223, 1254, - /* 250 */ 1256, 1185, 1189, 1195, 1260, 1201, 1204, 1257, 1266, 1216, - /* 260 */ 1261, 1284, 1264, 1265, 1263, 1171, 1262, 1271, 1174, 1267, - /* 270 */ 1276, 1278, 892, 1170, 1180, 1186, 1206, 1217, 1269, 1280, - /* 280 */ 1208, 1268, 1259, 1017, 1348, 1272, 1292, 1354, 1353, 1349, - /* 290 */ 1350, 1304, 1308, 1324, 1334, 1336, 1337, 1339, 1327, 1351, - /* 300 */ 1321, 1378, 1359, 1386, 1388, 1293, 1368, 1357, 1383, 1403, - /* 310 */ 1392, 1410, 1413, 1345, 1346, 1356, 1358, 1385, 1397, 1398, - /* 320 */ 1408, 1421, + /* 0 */ 509, -341, -281, -25, -132, 158, 500, 850, 880, 910, + /* 10 */ 1006, 1054, 1154, 346, 1190, 1221, 53, -218, 392, 1257, + /* 20 */ 1286, 1317, 1346, 1406, 1435, 1471, 1505, 1570, 1581, 1648, + /* 30 */ 1669, 1748, 1773, 1847, 1862, 1881, 1898, 1967, 1994, 2013, + /* 40 */ 2028, 2101, 2128, 2189, 2200, 2261, 2278, 2309, 2374, 2405, + /* 50 */ 2420, 380, 269, -404, -165, -402, -361, 569, 719, -102, + /* 60 */ 646, -232, -439, 758, 759, 243, 405, 654, 124, -245, + /* 70 */ 452, -392, -93, 197, -374, 213, -343, -266, -269, -41, + /* 80 */ 263, 265, 280, 370, 377, 17, 517, 570, 224, -325, + /* 90 */ 601, 622, 762, 155, 822, -248, 834, 413, 858, 444, + /* 100 */ -243, 862, 865, -199, 868, 388, -21, 505, 894, 848, + /* 110 */ -261, 25, 25, 142, -338, -284, 355, 397, 491, 589, + /* 120 */ 641, 720, 726, 786, 857, 869, 896, 901, 913, 914, + /* 130 */ 916, 929, 931, 933, 209, 106, 52, 400, 638, 787, + /* 140 */ 780, 106, 306, 591, 60, -410, 544, 885, 354, 705, + /* 150 */ 817, 748, 276, 610, 580, 903, 315, 940, 944, 905, + /* 160 */ 971, -365, 503, 518, 557, 566, 1007, 1009, 566, -397, + /* 170 */ 631, 1040, 983, 926, 939, 774, 946, 1031, 1048, 1041, + /* 180 */ 1041, 1062, 1022, 1075, 1077, 1036, 1030, 989, 989, 982, + /* 190 */ 989, 999, 1023, 1041, 1057, 1064, 1074, 1076, 1141, 1082, + /* 200 */ 1147, 1095, 1112, 1111, 1115, 1119, 1167, 1168, 1121, 1124, + /* 210 */ 1125, 1160, 1163, 1176, 1169, 1178, 1179, 1184, 1193, 1191, + /* 220 */ 1196, 1197, 1120, 1187, 1155, 1194, 1199, 1140, 1195, 1203, + /* 230 */ 1200, 1201, 1202, 1206, 1204, 1215, 1185, 1186, 1188, 1189, + /* 240 */ 1205, 1212, 1216, 1222, 1223, 1226, 1227, 1207, 1228, 1175, + /* 250 */ 1183, 1218, 1149, 1148, 1156, 1236, 1177, 1211, 1220, 1237, + /* 260 */ 1213, 1208, 1261, 1209, 1265, 1230, 1231, 1219, 1151, 1239, + /* 270 */ 1243, 1180, 1245, 1250, 1269, 1041, 1164, 1210, 1232, 1229, + /* 280 */ 1241, 1246, 1256, 1238, 1224, 1248, 989, 1323, 1254, 1270, + /* 290 */ 1326, 1328, 1329, 1343, 1295, 1298, 1315, 1320, 1322, 1324, + /* 300 */ 1338, 1310, 1340, 1330, 1371, 1361, 1378, 1393, 1290, 1388, + /* 310 */ 1350, 1392, 1404, 1399, 1398, 1416, 1332, 1341, 1353, 1368, + /* 320 */ 1394, 1397, 1400, 1405, 1426, }; static const YYACTIONTYPE yy_default[] = { - /* 0 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 10 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 20 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 30 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 40 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 50 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 60 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 70 */ 1768, 1768, 1768, 1768, 2049, 1768, 1768, 1768, 1768, 1768, - /* 80 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1857, 1768, - /* 90 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 100 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1855, 2042, - /* 110 */ 2267, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 120 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 130 */ 1768, 1768, 1768, 1768, 2279, 1768, 1768, 1831, 1831, 1768, - /* 140 */ 2279, 2279, 2279, 1855, 2239, 2239, 1768, 1768, 1768, 1768, - /* 150 */ 1857, 2109, 1768, 1768, 1768, 1768, 1768, 1768, 1977, 1768, - /* 160 */ 1768, 1768, 1768, 1768, 2001, 1768, 1768, 1768, 2101, 1768, - /* 170 */ 1768, 2304, 2361, 1768, 1768, 2307, 1768, 1768, 1768, 1768, - /* 180 */ 1768, 2054, 1768, 1768, 1930, 2294, 2271, 2285, 2345, 2272, - /* 190 */ 2269, 2288, 1768, 2298, 1768, 1768, 2123, 1857, 1768, 1857, - /* 200 */ 2088, 2047, 1768, 2047, 2044, 1768, 1768, 2047, 2044, 2044, - /* 210 */ 1919, 1915, 1768, 1913, 1768, 1768, 1768, 1768, 1815, 1768, - /* 220 */ 1815, 1768, 1857, 1768, 1857, 1768, 1768, 1857, 1768, 1857, - /* 230 */ 1857, 1857, 1768, 1857, 1768, 1768, 1768, 1768, 1768, 1768, - /* 240 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 250 */ 1768, 2121, 2107, 1768, 1855, 2099, 2097, 1768, 1855, 2095, - /* 260 */ 2298, 1768, 1768, 1768, 1768, 2315, 2313, 1768, 2315, 2313, - /* 270 */ 1768, 1768, 1768, 2329, 2325, 2315, 2334, 2331, 2300, 2298, - /* 280 */ 2364, 2351, 2347, 2285, 1768, 1768, 2298, 1768, 1768, 1855, - /* 290 */ 1855, 1768, 2313, 1768, 1768, 1768, 1768, 1768, 2313, 1768, - /* 300 */ 1768, 1855, 1768, 1855, 1768, 1768, 1946, 1768, 1768, 1768, - /* 310 */ 1855, 1800, 1768, 2090, 2112, 2072, 2072, 1980, 1980, 1980, - /* 320 */ 1858, 1773, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 330 */ 1768, 1768, 1768, 1768, 2328, 2327, 2194, 1768, 2243, 2242, - /* 340 */ 2241, 2232, 2193, 1942, 1768, 2192, 2191, 1768, 1768, 1768, - /* 350 */ 1768, 1768, 1768, 1768, 1768, 1768, 2063, 2062, 2185, 1768, - /* 360 */ 1768, 2186, 2184, 2183, 1768, 1768, 1768, 1768, 1768, 1768, - /* 370 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 380 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 2348, 2352, - /* 390 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 2268, 1768, 1768, - /* 400 */ 1768, 2167, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 410 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 420 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 430 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 440 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 450 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 460 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 470 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 480 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 490 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 500 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 510 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 520 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1805, - /* 530 */ 2172, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 540 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 550 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 560 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 570 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 580 */ 1768, 1896, 1895, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 590 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 600 */ 1768, 1768, 1768, 1768, 1768, 2176, 1768, 1768, 1768, 1768, - /* 610 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 620 */ 1768, 1768, 2344, 2301, 1768, 1768, 1768, 1768, 1768, 1768, - /* 630 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 640 */ 1768, 1768, 2167, 1768, 2326, 1768, 1768, 2342, 1768, 2346, - /* 650 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 2278, 2274, 1768, - /* 660 */ 1768, 2270, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 2175, - /* 670 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 680 */ 1768, 1768, 1768, 2166, 1768, 2229, 1768, 1768, 1768, 2263, - /* 690 */ 1768, 1768, 2214, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 700 */ 1768, 1768, 2176, 1768, 2179, 1768, 1768, 1768, 1768, 1768, - /* 710 */ 1974, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 720 */ 1768, 1768, 1768, 1768, 1768, 1768, 1958, 1956, 1955, 1954, - /* 730 */ 1768, 1987, 1768, 1768, 1768, 1983, 1982, 1768, 1768, 1768, - /* 740 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 750 */ 1876, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1868, - /* 760 */ 1768, 1867, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 770 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 780 */ 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1768, - /* 790 */ 1768, 1768, 1768, 1768, + /* 0 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 10 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 20 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 30 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 40 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 50 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 60 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 70 */ 1778, 1778, 1778, 1778, 2059, 1778, 1778, 1778, 1778, 1778, + /* 80 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1867, 1778, + /* 90 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 100 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1865, + /* 110 */ 2052, 2279, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 120 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 130 */ 1778, 1778, 1778, 1778, 1778, 2291, 1778, 1778, 1841, 1841, + /* 140 */ 1778, 2291, 2291, 2291, 1865, 2251, 2251, 1778, 1778, 1778, + /* 150 */ 1778, 1867, 2121, 1778, 1778, 1778, 1778, 1778, 1778, 1987, + /* 160 */ 1778, 1778, 1778, 1778, 1778, 2011, 1778, 1778, 1778, 2113, + /* 170 */ 1778, 1778, 2316, 2373, 1778, 1778, 2319, 1778, 1778, 1778, + /* 180 */ 1778, 1778, 2064, 1778, 1778, 1940, 2306, 2283, 2297, 2357, + /* 190 */ 2284, 2281, 2300, 1778, 2310, 1778, 1778, 2135, 1867, 1778, + /* 200 */ 1867, 2100, 2057, 1778, 2057, 2054, 1778, 1778, 2057, 2054, + /* 210 */ 2054, 1929, 1925, 1778, 1923, 1778, 1778, 1778, 1778, 1825, + /* 220 */ 1778, 1825, 1778, 1867, 1778, 1867, 1778, 1778, 1867, 1778, + /* 230 */ 1867, 1867, 1867, 1778, 1867, 1778, 1778, 1778, 1778, 1778, + /* 240 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 250 */ 1778, 1778, 2133, 2119, 1778, 1865, 2111, 2109, 1778, 1865, + /* 260 */ 2107, 2310, 1778, 2310, 1778, 1778, 1778, 1778, 2327, 2325, + /* 270 */ 1778, 2327, 2325, 1778, 1778, 1778, 2341, 2337, 2327, 2346, + /* 280 */ 2343, 2312, 2310, 2376, 2363, 2359, 2297, 1778, 1778, 2310, + /* 290 */ 1778, 1778, 1865, 1865, 1778, 2325, 1778, 1778, 1778, 1778, + /* 300 */ 1778, 2325, 1778, 1778, 1865, 1778, 1865, 1778, 1778, 1956, + /* 310 */ 1778, 1778, 1778, 1865, 1810, 1778, 2102, 2124, 2082, 2082, + /* 320 */ 1990, 1990, 1990, 1868, 1783, 1778, 1778, 1778, 1778, 1778, + /* 330 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 2340, 2339, 2206, + /* 340 */ 1778, 2255, 2254, 2253, 2244, 2205, 1952, 1778, 2204, 2203, + /* 350 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 360 */ 2073, 2072, 2197, 1778, 1778, 2198, 2196, 2195, 1778, 1778, + /* 370 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 380 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 390 */ 1778, 1778, 1778, 2360, 2364, 1778, 1778, 1778, 1778, 1778, + /* 400 */ 1778, 2280, 1778, 1778, 1778, 2179, 1778, 1778, 1778, 1778, + /* 410 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 420 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 430 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 440 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 450 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 460 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 470 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 480 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 490 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 500 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 510 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 520 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 530 */ 1778, 1778, 1778, 1815, 2184, 1778, 1778, 1778, 1778, 1778, + /* 540 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 550 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 560 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 570 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 580 */ 1778, 1778, 1778, 1778, 1778, 1906, 1905, 1778, 1778, 1778, + /* 590 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 600 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 2188, + /* 610 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 620 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 630 */ 2356, 2313, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 640 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 650 */ 2179, 1778, 2338, 1778, 1778, 2354, 1778, 2358, 1778, 1778, + /* 660 */ 1778, 1778, 1778, 1778, 1778, 2290, 2286, 1778, 1778, 2282, + /* 670 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 2187, 1778, 1778, + /* 680 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 690 */ 1778, 2178, 1778, 2241, 1778, 1778, 1778, 2275, 1778, 1778, + /* 700 */ 2226, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 710 */ 2188, 1778, 2191, 1778, 1778, 1778, 1778, 1778, 1984, 1778, + /* 720 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 730 */ 1778, 1778, 1778, 1778, 1968, 1966, 1965, 1964, 1778, 1997, + /* 740 */ 1778, 1778, 1778, 1993, 1992, 1778, 1778, 1778, 1778, 1778, + /* 750 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1886, 1778, + /* 760 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1878, 1778, 1877, + /* 770 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 780 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 790 */ 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, 1778, + /* 800 */ 1778, 1778, }; /********** End of lemon-generated parsing tables *****************************/ @@ -1127,7 +1491,7 @@ static const YYCODETYPE yyFallback[] = { 0, /* MAX_SPEED => nothing */ 0, /* START => nothing */ 0, /* TIMESTAMP => nothing */ - 286, /* END => ABORT */ + 287, /* END => ABORT */ 0, /* TABLE => nothing */ 0, /* NK_LP => nothing */ 0, /* NK_RP => nothing */ @@ -1206,6 +1570,7 @@ static const YYCODETYPE yyFallback[] = { 0, /* LAST_ROW => nothing */ 0, /* TOPIC => nothing */ 0, /* META => nothing */ + 0, /* ONLY => nothing */ 0, /* CONSUMER => nothing */ 0, /* GROUP => nothing */ 0, /* DESC => nothing */ @@ -1313,56 +1678,56 @@ static const YYCODETYPE yyFallback[] = { 0, /* ASC => nothing */ 0, /* NULLS => nothing */ 0, /* ABORT => nothing */ - 286, /* AFTER => ABORT */ - 286, /* ATTACH => ABORT */ - 286, /* BEFORE => ABORT */ - 286, /* BEGIN => ABORT */ - 286, /* BITAND => ABORT */ - 286, /* BITNOT => ABORT */ - 286, /* BITOR => ABORT */ - 286, /* BLOCKS => ABORT */ - 286, /* CHANGE => ABORT */ - 286, /* COMMA => ABORT */ - 286, /* CONCAT => ABORT */ - 286, /* CONFLICT => ABORT */ - 286, /* COPY => ABORT */ - 286, /* DEFERRED => ABORT */ - 286, /* DELIMITERS => ABORT */ - 286, /* DETACH => ABORT */ - 286, /* DIVIDE => ABORT */ - 286, /* DOT => ABORT */ - 286, /* EACH => ABORT */ - 286, /* FAIL => ABORT */ - 286, /* FILE => ABORT */ - 286, /* FOR => ABORT */ - 286, /* GLOB => ABORT */ - 286, /* ID => ABORT */ - 286, /* IMMEDIATE => ABORT */ - 286, /* IMPORT => ABORT */ - 286, /* INITIALLY => ABORT */ - 286, /* INSTEAD => ABORT */ - 286, /* ISNULL => ABORT */ - 286, /* KEY => ABORT */ - 286, /* MODULES => ABORT */ - 286, /* NK_BITNOT => ABORT */ - 286, /* NK_SEMI => ABORT */ - 286, /* NOTNULL => ABORT */ - 286, /* OF => ABORT */ - 286, /* PLUS => ABORT */ - 286, /* PRIVILEGE => ABORT */ - 286, /* RAISE => ABORT */ - 286, /* RESTRICT => ABORT */ - 286, /* ROW => ABORT */ - 286, /* SEMI => ABORT */ - 286, /* STAR => ABORT */ - 286, /* STATEMENT => ABORT */ - 286, /* STRICT => ABORT */ - 286, /* STRING => ABORT */ - 286, /* TIMES => ABORT */ - 286, /* VALUES => ABORT */ - 286, /* VARIABLE => ABORT */ - 286, /* VIEW => ABORT */ - 286, /* WAL => ABORT */ + 287, /* AFTER => ABORT */ + 287, /* ATTACH => ABORT */ + 287, /* BEFORE => ABORT */ + 287, /* BEGIN => ABORT */ + 287, /* BITAND => ABORT */ + 287, /* BITNOT => ABORT */ + 287, /* BITOR => ABORT */ + 287, /* BLOCKS => ABORT */ + 287, /* CHANGE => ABORT */ + 287, /* COMMA => ABORT */ + 287, /* CONCAT => ABORT */ + 287, /* CONFLICT => ABORT */ + 287, /* COPY => ABORT */ + 287, /* DEFERRED => ABORT */ + 287, /* DELIMITERS => ABORT */ + 287, /* DETACH => ABORT */ + 287, /* DIVIDE => ABORT */ + 287, /* DOT => ABORT */ + 287, /* EACH => ABORT */ + 287, /* FAIL => ABORT */ + 287, /* FILE => ABORT */ + 287, /* FOR => ABORT */ + 287, /* GLOB => ABORT */ + 287, /* ID => ABORT */ + 287, /* IMMEDIATE => ABORT */ + 287, /* IMPORT => ABORT */ + 287, /* INITIALLY => ABORT */ + 287, /* INSTEAD => ABORT */ + 287, /* ISNULL => ABORT */ + 287, /* KEY => ABORT */ + 287, /* MODULES => ABORT */ + 287, /* NK_BITNOT => ABORT */ + 287, /* NK_SEMI => ABORT */ + 287, /* NOTNULL => ABORT */ + 287, /* OF => ABORT */ + 287, /* PLUS => ABORT */ + 287, /* PRIVILEGE => ABORT */ + 287, /* RAISE => ABORT */ + 287, /* RESTRICT => ABORT */ + 287, /* ROW => ABORT */ + 287, /* SEMI => ABORT */ + 287, /* STAR => ABORT */ + 287, /* STATEMENT => ABORT */ + 287, /* STRICT => ABORT */ + 287, /* STRING => ABORT */ + 287, /* TIMES => ABORT */ + 287, /* VALUES => ABORT */ + 287, /* VARIABLE => ABORT */ + 287, /* VIEW => ABORT */ + 287, /* WAL => ABORT */ }; #endif /* YYFALLBACK */ @@ -1416,6 +1781,7 @@ typedef struct yyParser yyParser; #ifndef NDEBUG #include +#include static FILE *yyTraceFILE = 0; static char *yyTracePrompt = 0; #endif /* NDEBUG */ @@ -1630,311 +1996,312 @@ static const char *const yyTokenName[] = { /* 177 */ "LAST_ROW", /* 178 */ "TOPIC", /* 179 */ "META", - /* 180 */ "CONSUMER", - /* 181 */ "GROUP", - /* 182 */ "DESC", - /* 183 */ "DESCRIBE", - /* 184 */ "RESET", - /* 185 */ "QUERY", - /* 186 */ "CACHE", - /* 187 */ "EXPLAIN", - /* 188 */ "ANALYZE", - /* 189 */ "VERBOSE", - /* 190 */ "NK_BOOL", - /* 191 */ "RATIO", - /* 192 */ "NK_FLOAT", - /* 193 */ "OUTPUTTYPE", - /* 194 */ "AGGREGATE", - /* 195 */ "BUFSIZE", - /* 196 */ "LANGUAGE", - /* 197 */ "REPLACE", - /* 198 */ "STREAM", - /* 199 */ "INTO", - /* 200 */ "PAUSE", - /* 201 */ "RESUME", - /* 202 */ "TRIGGER", - /* 203 */ "AT_ONCE", - /* 204 */ "WINDOW_CLOSE", - /* 205 */ "IGNORE", - /* 206 */ "EXPIRED", - /* 207 */ "FILL_HISTORY", - /* 208 */ "UPDATE", - /* 209 */ "SUBTABLE", - /* 210 */ "UNTREATED", - /* 211 */ "KILL", - /* 212 */ "CONNECTION", - /* 213 */ "TRANSACTION", - /* 214 */ "BALANCE", - /* 215 */ "VGROUP", - /* 216 */ "LEADER", - /* 217 */ "MERGE", - /* 218 */ "REDISTRIBUTE", - /* 219 */ "SPLIT", - /* 220 */ "DELETE", - /* 221 */ "INSERT", - /* 222 */ "NULL", - /* 223 */ "NK_QUESTION", - /* 224 */ "NK_ARROW", - /* 225 */ "ROWTS", - /* 226 */ "QSTART", - /* 227 */ "QEND", - /* 228 */ "QDURATION", - /* 229 */ "WSTART", - /* 230 */ "WEND", - /* 231 */ "WDURATION", - /* 232 */ "IROWTS", - /* 233 */ "ISFILLED", - /* 234 */ "CAST", - /* 235 */ "NOW", - /* 236 */ "TODAY", - /* 237 */ "TIMEZONE", - /* 238 */ "CLIENT_VERSION", - /* 239 */ "SERVER_VERSION", - /* 240 */ "SERVER_STATUS", - /* 241 */ "CURRENT_USER", - /* 242 */ "CASE", - /* 243 */ "WHEN", - /* 244 */ "THEN", - /* 245 */ "ELSE", - /* 246 */ "BETWEEN", - /* 247 */ "IS", - /* 248 */ "NK_LT", - /* 249 */ "NK_GT", - /* 250 */ "NK_LE", - /* 251 */ "NK_GE", - /* 252 */ "NK_NE", - /* 253 */ "MATCH", - /* 254 */ "NMATCH", - /* 255 */ "CONTAINS", - /* 256 */ "IN", - /* 257 */ "JOIN", - /* 258 */ "INNER", - /* 259 */ "SELECT", - /* 260 */ "DISTINCT", - /* 261 */ "WHERE", - /* 262 */ "PARTITION", - /* 263 */ "BY", - /* 264 */ "SESSION", - /* 265 */ "STATE_WINDOW", - /* 266 */ "EVENT_WINDOW", - /* 267 */ "SLIDING", - /* 268 */ "FILL", - /* 269 */ "VALUE", - /* 270 */ "VALUE_F", - /* 271 */ "NONE", - /* 272 */ "PREV", - /* 273 */ "NULL_F", - /* 274 */ "LINEAR", - /* 275 */ "NEXT", - /* 276 */ "HAVING", - /* 277 */ "RANGE", - /* 278 */ "EVERY", - /* 279 */ "ORDER", - /* 280 */ "SLIMIT", - /* 281 */ "SOFFSET", - /* 282 */ "LIMIT", - /* 283 */ "OFFSET", - /* 284 */ "ASC", - /* 285 */ "NULLS", - /* 286 */ "ABORT", - /* 287 */ "AFTER", - /* 288 */ "ATTACH", - /* 289 */ "BEFORE", - /* 290 */ "BEGIN", - /* 291 */ "BITAND", - /* 292 */ "BITNOT", - /* 293 */ "BITOR", - /* 294 */ "BLOCKS", - /* 295 */ "CHANGE", - /* 296 */ "COMMA", - /* 297 */ "CONCAT", - /* 298 */ "CONFLICT", - /* 299 */ "COPY", - /* 300 */ "DEFERRED", - /* 301 */ "DELIMITERS", - /* 302 */ "DETACH", - /* 303 */ "DIVIDE", - /* 304 */ "DOT", - /* 305 */ "EACH", - /* 306 */ "FAIL", - /* 307 */ "FILE", - /* 308 */ "FOR", - /* 309 */ "GLOB", - /* 310 */ "ID", - /* 311 */ "IMMEDIATE", - /* 312 */ "IMPORT", - /* 313 */ "INITIALLY", - /* 314 */ "INSTEAD", - /* 315 */ "ISNULL", - /* 316 */ "KEY", - /* 317 */ "MODULES", - /* 318 */ "NK_BITNOT", - /* 319 */ "NK_SEMI", - /* 320 */ "NOTNULL", - /* 321 */ "OF", - /* 322 */ "PLUS", - /* 323 */ "PRIVILEGE", - /* 324 */ "RAISE", - /* 325 */ "RESTRICT", - /* 326 */ "ROW", - /* 327 */ "SEMI", - /* 328 */ "STAR", - /* 329 */ "STATEMENT", - /* 330 */ "STRICT", - /* 331 */ "STRING", - /* 332 */ "TIMES", - /* 333 */ "VALUES", - /* 334 */ "VARIABLE", - /* 335 */ "VIEW", - /* 336 */ "WAL", - /* 337 */ "cmd", - /* 338 */ "account_options", - /* 339 */ "alter_account_options", - /* 340 */ "literal", - /* 341 */ "alter_account_option", - /* 342 */ "user_name", - /* 343 */ "sysinfo_opt", - /* 344 */ "privileges", - /* 345 */ "priv_level", - /* 346 */ "with_opt", - /* 347 */ "priv_type_list", - /* 348 */ "priv_type", - /* 349 */ "db_name", - /* 350 */ "table_name", - /* 351 */ "topic_name", - /* 352 */ "search_condition", - /* 353 */ "dnode_endpoint", - /* 354 */ "force_opt", - /* 355 */ "unsafe_opt", - /* 356 */ "not_exists_opt", - /* 357 */ "db_options", - /* 358 */ "exists_opt", - /* 359 */ "alter_db_options", - /* 360 */ "speed_opt", - /* 361 */ "start_opt", - /* 362 */ "end_opt", - /* 363 */ "integer_list", - /* 364 */ "variable_list", - /* 365 */ "retention_list", - /* 366 */ "signed", - /* 367 */ "alter_db_option", - /* 368 */ "retention", - /* 369 */ "full_table_name", - /* 370 */ "column_def_list", - /* 371 */ "tags_def_opt", - /* 372 */ "table_options", - /* 373 */ "multi_create_clause", - /* 374 */ "tags_def", - /* 375 */ "multi_drop_clause", - /* 376 */ "alter_table_clause", - /* 377 */ "alter_table_options", - /* 378 */ "column_name", - /* 379 */ "type_name", - /* 380 */ "signed_literal", - /* 381 */ "create_subtable_clause", - /* 382 */ "specific_cols_opt", - /* 383 */ "expression_list", - /* 384 */ "drop_table_clause", - /* 385 */ "col_name_list", - /* 386 */ "column_def", - /* 387 */ "duration_list", - /* 388 */ "rollup_func_list", - /* 389 */ "alter_table_option", - /* 390 */ "duration_literal", - /* 391 */ "rollup_func_name", - /* 392 */ "function_name", - /* 393 */ "col_name", - /* 394 */ "db_name_cond_opt", - /* 395 */ "like_pattern_opt", - /* 396 */ "table_name_cond", - /* 397 */ "from_db_opt", - /* 398 */ "tag_list_opt", - /* 399 */ "tag_item", - /* 400 */ "column_alias", - /* 401 */ "full_index_name", - /* 402 */ "index_options", - /* 403 */ "index_name", - /* 404 */ "func_list", - /* 405 */ "sliding_opt", - /* 406 */ "sma_stream_opt", - /* 407 */ "func", - /* 408 */ "sma_func_name", - /* 409 */ "query_or_subquery", - /* 410 */ "where_clause_opt", - /* 411 */ "cgroup_name", - /* 412 */ "analyze_opt", - /* 413 */ "explain_options", - /* 414 */ "insert_query", - /* 415 */ "or_replace_opt", - /* 416 */ "agg_func_opt", - /* 417 */ "bufsize_opt", - /* 418 */ "language_opt", - /* 419 */ "stream_name", - /* 420 */ "stream_options", - /* 421 */ "col_list_opt", - /* 422 */ "tag_def_or_ref_opt", - /* 423 */ "subtable_opt", - /* 424 */ "ignore_opt", - /* 425 */ "expression", - /* 426 */ "dnode_list", - /* 427 */ "literal_func", - /* 428 */ "literal_list", - /* 429 */ "table_alias", - /* 430 */ "expr_or_subquery", - /* 431 */ "pseudo_column", - /* 432 */ "column_reference", - /* 433 */ "function_expression", - /* 434 */ "case_when_expression", - /* 435 */ "star_func", - /* 436 */ "star_func_para_list", - /* 437 */ "noarg_func", - /* 438 */ "other_para_list", - /* 439 */ "star_func_para", - /* 440 */ "when_then_list", - /* 441 */ "case_when_else_opt", - /* 442 */ "common_expression", - /* 443 */ "when_then_expr", - /* 444 */ "predicate", - /* 445 */ "compare_op", - /* 446 */ "in_op", - /* 447 */ "in_predicate_value", - /* 448 */ "boolean_value_expression", - /* 449 */ "boolean_primary", - /* 450 */ "from_clause_opt", - /* 451 */ "table_reference_list", - /* 452 */ "table_reference", - /* 453 */ "table_primary", - /* 454 */ "joined_table", - /* 455 */ "alias_opt", - /* 456 */ "subquery", - /* 457 */ "parenthesized_joined_table", - /* 458 */ "join_type", - /* 459 */ "query_specification", - /* 460 */ "set_quantifier_opt", - /* 461 */ "select_list", - /* 462 */ "partition_by_clause_opt", - /* 463 */ "range_opt", - /* 464 */ "every_opt", - /* 465 */ "fill_opt", - /* 466 */ "twindow_clause_opt", - /* 467 */ "group_by_clause_opt", - /* 468 */ "having_clause_opt", - /* 469 */ "select_item", - /* 470 */ "partition_list", - /* 471 */ "partition_item", - /* 472 */ "fill_mode", - /* 473 */ "group_by_list", - /* 474 */ "query_expression", - /* 475 */ "query_simple", - /* 476 */ "order_by_clause_opt", - /* 477 */ "slimit_clause_opt", - /* 478 */ "limit_clause_opt", - /* 479 */ "union_query_expression", - /* 480 */ "query_simple_or_subquery", - /* 481 */ "sort_specification_list", - /* 482 */ "sort_specification", - /* 483 */ "ordering_specification_opt", - /* 484 */ "null_ordering_opt", + /* 180 */ "ONLY", + /* 181 */ "CONSUMER", + /* 182 */ "GROUP", + /* 183 */ "DESC", + /* 184 */ "DESCRIBE", + /* 185 */ "RESET", + /* 186 */ "QUERY", + /* 187 */ "CACHE", + /* 188 */ "EXPLAIN", + /* 189 */ "ANALYZE", + /* 190 */ "VERBOSE", + /* 191 */ "NK_BOOL", + /* 192 */ "RATIO", + /* 193 */ "NK_FLOAT", + /* 194 */ "OUTPUTTYPE", + /* 195 */ "AGGREGATE", + /* 196 */ "BUFSIZE", + /* 197 */ "LANGUAGE", + /* 198 */ "REPLACE", + /* 199 */ "STREAM", + /* 200 */ "INTO", + /* 201 */ "PAUSE", + /* 202 */ "RESUME", + /* 203 */ "TRIGGER", + /* 204 */ "AT_ONCE", + /* 205 */ "WINDOW_CLOSE", + /* 206 */ "IGNORE", + /* 207 */ "EXPIRED", + /* 208 */ "FILL_HISTORY", + /* 209 */ "UPDATE", + /* 210 */ "SUBTABLE", + /* 211 */ "UNTREATED", + /* 212 */ "KILL", + /* 213 */ "CONNECTION", + /* 214 */ "TRANSACTION", + /* 215 */ "BALANCE", + /* 216 */ "VGROUP", + /* 217 */ "LEADER", + /* 218 */ "MERGE", + /* 219 */ "REDISTRIBUTE", + /* 220 */ "SPLIT", + /* 221 */ "DELETE", + /* 222 */ "INSERT", + /* 223 */ "NULL", + /* 224 */ "NK_QUESTION", + /* 225 */ "NK_ARROW", + /* 226 */ "ROWTS", + /* 227 */ "QSTART", + /* 228 */ "QEND", + /* 229 */ "QDURATION", + /* 230 */ "WSTART", + /* 231 */ "WEND", + /* 232 */ "WDURATION", + /* 233 */ "IROWTS", + /* 234 */ "ISFILLED", + /* 235 */ "CAST", + /* 236 */ "NOW", + /* 237 */ "TODAY", + /* 238 */ "TIMEZONE", + /* 239 */ "CLIENT_VERSION", + /* 240 */ "SERVER_VERSION", + /* 241 */ "SERVER_STATUS", + /* 242 */ "CURRENT_USER", + /* 243 */ "CASE", + /* 244 */ "WHEN", + /* 245 */ "THEN", + /* 246 */ "ELSE", + /* 247 */ "BETWEEN", + /* 248 */ "IS", + /* 249 */ "NK_LT", + /* 250 */ "NK_GT", + /* 251 */ "NK_LE", + /* 252 */ "NK_GE", + /* 253 */ "NK_NE", + /* 254 */ "MATCH", + /* 255 */ "NMATCH", + /* 256 */ "CONTAINS", + /* 257 */ "IN", + /* 258 */ "JOIN", + /* 259 */ "INNER", + /* 260 */ "SELECT", + /* 261 */ "DISTINCT", + /* 262 */ "WHERE", + /* 263 */ "PARTITION", + /* 264 */ "BY", + /* 265 */ "SESSION", + /* 266 */ "STATE_WINDOW", + /* 267 */ "EVENT_WINDOW", + /* 268 */ "SLIDING", + /* 269 */ "FILL", + /* 270 */ "VALUE", + /* 271 */ "VALUE_F", + /* 272 */ "NONE", + /* 273 */ "PREV", + /* 274 */ "NULL_F", + /* 275 */ "LINEAR", + /* 276 */ "NEXT", + /* 277 */ "HAVING", + /* 278 */ "RANGE", + /* 279 */ "EVERY", + /* 280 */ "ORDER", + /* 281 */ "SLIMIT", + /* 282 */ "SOFFSET", + /* 283 */ "LIMIT", + /* 284 */ "OFFSET", + /* 285 */ "ASC", + /* 286 */ "NULLS", + /* 287 */ "ABORT", + /* 288 */ "AFTER", + /* 289 */ "ATTACH", + /* 290 */ "BEFORE", + /* 291 */ "BEGIN", + /* 292 */ "BITAND", + /* 293 */ "BITNOT", + /* 294 */ "BITOR", + /* 295 */ "BLOCKS", + /* 296 */ "CHANGE", + /* 297 */ "COMMA", + /* 298 */ "CONCAT", + /* 299 */ "CONFLICT", + /* 300 */ "COPY", + /* 301 */ "DEFERRED", + /* 302 */ "DELIMITERS", + /* 303 */ "DETACH", + /* 304 */ "DIVIDE", + /* 305 */ "DOT", + /* 306 */ "EACH", + /* 307 */ "FAIL", + /* 308 */ "FILE", + /* 309 */ "FOR", + /* 310 */ "GLOB", + /* 311 */ "ID", + /* 312 */ "IMMEDIATE", + /* 313 */ "IMPORT", + /* 314 */ "INITIALLY", + /* 315 */ "INSTEAD", + /* 316 */ "ISNULL", + /* 317 */ "KEY", + /* 318 */ "MODULES", + /* 319 */ "NK_BITNOT", + /* 320 */ "NK_SEMI", + /* 321 */ "NOTNULL", + /* 322 */ "OF", + /* 323 */ "PLUS", + /* 324 */ "PRIVILEGE", + /* 325 */ "RAISE", + /* 326 */ "RESTRICT", + /* 327 */ "ROW", + /* 328 */ "SEMI", + /* 329 */ "STAR", + /* 330 */ "STATEMENT", + /* 331 */ "STRICT", + /* 332 */ "STRING", + /* 333 */ "TIMES", + /* 334 */ "VALUES", + /* 335 */ "VARIABLE", + /* 336 */ "VIEW", + /* 337 */ "WAL", + /* 338 */ "cmd", + /* 339 */ "account_options", + /* 340 */ "alter_account_options", + /* 341 */ "literal", + /* 342 */ "alter_account_option", + /* 343 */ "user_name", + /* 344 */ "sysinfo_opt", + /* 345 */ "privileges", + /* 346 */ "priv_level", + /* 347 */ "with_opt", + /* 348 */ "priv_type_list", + /* 349 */ "priv_type", + /* 350 */ "db_name", + /* 351 */ "table_name", + /* 352 */ "topic_name", + /* 353 */ "search_condition", + /* 354 */ "dnode_endpoint", + /* 355 */ "force_opt", + /* 356 */ "unsafe_opt", + /* 357 */ "not_exists_opt", + /* 358 */ "db_options", + /* 359 */ "exists_opt", + /* 360 */ "alter_db_options", + /* 361 */ "speed_opt", + /* 362 */ "start_opt", + /* 363 */ "end_opt", + /* 364 */ "integer_list", + /* 365 */ "variable_list", + /* 366 */ "retention_list", + /* 367 */ "signed", + /* 368 */ "alter_db_option", + /* 369 */ "retention", + /* 370 */ "full_table_name", + /* 371 */ "column_def_list", + /* 372 */ "tags_def_opt", + /* 373 */ "table_options", + /* 374 */ "multi_create_clause", + /* 375 */ "tags_def", + /* 376 */ "multi_drop_clause", + /* 377 */ "alter_table_clause", + /* 378 */ "alter_table_options", + /* 379 */ "column_name", + /* 380 */ "type_name", + /* 381 */ "signed_literal", + /* 382 */ "create_subtable_clause", + /* 383 */ "specific_cols_opt", + /* 384 */ "expression_list", + /* 385 */ "drop_table_clause", + /* 386 */ "col_name_list", + /* 387 */ "column_def", + /* 388 */ "duration_list", + /* 389 */ "rollup_func_list", + /* 390 */ "alter_table_option", + /* 391 */ "duration_literal", + /* 392 */ "rollup_func_name", + /* 393 */ "function_name", + /* 394 */ "col_name", + /* 395 */ "db_name_cond_opt", + /* 396 */ "like_pattern_opt", + /* 397 */ "table_name_cond", + /* 398 */ "from_db_opt", + /* 399 */ "tag_list_opt", + /* 400 */ "tag_item", + /* 401 */ "column_alias", + /* 402 */ "full_index_name", + /* 403 */ "index_options", + /* 404 */ "index_name", + /* 405 */ "func_list", + /* 406 */ "sliding_opt", + /* 407 */ "sma_stream_opt", + /* 408 */ "func", + /* 409 */ "sma_func_name", + /* 410 */ "query_or_subquery", + /* 411 */ "where_clause_opt", + /* 412 */ "cgroup_name", + /* 413 */ "analyze_opt", + /* 414 */ "explain_options", + /* 415 */ "insert_query", + /* 416 */ "or_replace_opt", + /* 417 */ "agg_func_opt", + /* 418 */ "bufsize_opt", + /* 419 */ "language_opt", + /* 420 */ "stream_name", + /* 421 */ "stream_options", + /* 422 */ "col_list_opt", + /* 423 */ "tag_def_or_ref_opt", + /* 424 */ "subtable_opt", + /* 425 */ "ignore_opt", + /* 426 */ "expression", + /* 427 */ "dnode_list", + /* 428 */ "literal_func", + /* 429 */ "literal_list", + /* 430 */ "table_alias", + /* 431 */ "expr_or_subquery", + /* 432 */ "pseudo_column", + /* 433 */ "column_reference", + /* 434 */ "function_expression", + /* 435 */ "case_when_expression", + /* 436 */ "star_func", + /* 437 */ "star_func_para_list", + /* 438 */ "noarg_func", + /* 439 */ "other_para_list", + /* 440 */ "star_func_para", + /* 441 */ "when_then_list", + /* 442 */ "case_when_else_opt", + /* 443 */ "common_expression", + /* 444 */ "when_then_expr", + /* 445 */ "predicate", + /* 446 */ "compare_op", + /* 447 */ "in_op", + /* 448 */ "in_predicate_value", + /* 449 */ "boolean_value_expression", + /* 450 */ "boolean_primary", + /* 451 */ "from_clause_opt", + /* 452 */ "table_reference_list", + /* 453 */ "table_reference", + /* 454 */ "table_primary", + /* 455 */ "joined_table", + /* 456 */ "alias_opt", + /* 457 */ "subquery", + /* 458 */ "parenthesized_joined_table", + /* 459 */ "join_type", + /* 460 */ "query_specification", + /* 461 */ "set_quantifier_opt", + /* 462 */ "select_list", + /* 463 */ "partition_by_clause_opt", + /* 464 */ "range_opt", + /* 465 */ "every_opt", + /* 466 */ "fill_opt", + /* 467 */ "twindow_clause_opt", + /* 468 */ "group_by_clause_opt", + /* 469 */ "having_clause_opt", + /* 470 */ "select_item", + /* 471 */ "partition_list", + /* 472 */ "partition_item", + /* 473 */ "fill_mode", + /* 474 */ "group_by_list", + /* 475 */ "query_expression", + /* 476 */ "query_simple", + /* 477 */ "order_by_clause_opt", + /* 478 */ "slimit_clause_opt", + /* 479 */ "limit_clause_opt", + /* 480 */ "union_query_expression", + /* 481 */ "query_simple_or_subquery", + /* 482 */ "sort_specification_list", + /* 483 */ "sort_specification", + /* 484 */ "ordering_specification_opt", + /* 485 */ "null_ordering_opt", }; #endif /* defined(YYCOVERAGE) || !defined(NDEBUG) */ @@ -2250,294 +2617,296 @@ static const char *const yyRuleName[] = { /* 305 */ "cmd ::= CREATE TOPIC not_exists_opt topic_name AS query_or_subquery", /* 306 */ "cmd ::= CREATE TOPIC not_exists_opt topic_name AS DATABASE db_name", /* 307 */ "cmd ::= CREATE TOPIC not_exists_opt topic_name WITH META AS DATABASE db_name", - /* 308 */ "cmd ::= CREATE TOPIC not_exists_opt topic_name AS STABLE full_table_name where_clause_opt", - /* 309 */ "cmd ::= CREATE TOPIC not_exists_opt topic_name WITH META AS STABLE full_table_name where_clause_opt", - /* 310 */ "cmd ::= DROP TOPIC exists_opt topic_name", - /* 311 */ "cmd ::= DROP CONSUMER GROUP exists_opt cgroup_name ON topic_name", - /* 312 */ "cmd ::= DESC full_table_name", - /* 313 */ "cmd ::= DESCRIBE full_table_name", - /* 314 */ "cmd ::= RESET QUERY CACHE", - /* 315 */ "cmd ::= EXPLAIN analyze_opt explain_options query_or_subquery", - /* 316 */ "cmd ::= EXPLAIN analyze_opt explain_options insert_query", - /* 317 */ "analyze_opt ::=", - /* 318 */ "analyze_opt ::= ANALYZE", - /* 319 */ "explain_options ::=", - /* 320 */ "explain_options ::= explain_options VERBOSE NK_BOOL", - /* 321 */ "explain_options ::= explain_options RATIO NK_FLOAT", - /* 322 */ "cmd ::= CREATE or_replace_opt agg_func_opt FUNCTION not_exists_opt function_name AS NK_STRING OUTPUTTYPE type_name bufsize_opt language_opt", - /* 323 */ "cmd ::= DROP FUNCTION exists_opt function_name", - /* 324 */ "agg_func_opt ::=", - /* 325 */ "agg_func_opt ::= AGGREGATE", - /* 326 */ "bufsize_opt ::=", - /* 327 */ "bufsize_opt ::= BUFSIZE NK_INTEGER", - /* 328 */ "language_opt ::=", - /* 329 */ "language_opt ::= LANGUAGE NK_STRING", - /* 330 */ "or_replace_opt ::=", - /* 331 */ "or_replace_opt ::= OR REPLACE", - /* 332 */ "cmd ::= CREATE STREAM not_exists_opt stream_name stream_options INTO full_table_name col_list_opt tag_def_or_ref_opt subtable_opt AS query_or_subquery", - /* 333 */ "cmd ::= DROP STREAM exists_opt stream_name", - /* 334 */ "cmd ::= PAUSE STREAM exists_opt stream_name", - /* 335 */ "cmd ::= RESUME STREAM exists_opt ignore_opt stream_name", - /* 336 */ "col_list_opt ::=", - /* 337 */ "col_list_opt ::= NK_LP col_name_list NK_RP", - /* 338 */ "tag_def_or_ref_opt ::=", - /* 339 */ "tag_def_or_ref_opt ::= tags_def", - /* 340 */ "tag_def_or_ref_opt ::= TAGS NK_LP col_name_list NK_RP", - /* 341 */ "stream_options ::=", - /* 342 */ "stream_options ::= stream_options TRIGGER AT_ONCE", - /* 343 */ "stream_options ::= stream_options TRIGGER WINDOW_CLOSE", - /* 344 */ "stream_options ::= stream_options TRIGGER MAX_DELAY duration_literal", - /* 345 */ "stream_options ::= stream_options WATERMARK duration_literal", - /* 346 */ "stream_options ::= stream_options IGNORE EXPIRED NK_INTEGER", - /* 347 */ "stream_options ::= stream_options FILL_HISTORY NK_INTEGER", - /* 348 */ "stream_options ::= stream_options DELETE_MARK duration_literal", - /* 349 */ "stream_options ::= stream_options IGNORE UPDATE NK_INTEGER", - /* 350 */ "subtable_opt ::=", - /* 351 */ "subtable_opt ::= SUBTABLE NK_LP expression NK_RP", - /* 352 */ "ignore_opt ::=", - /* 353 */ "ignore_opt ::= IGNORE UNTREATED", - /* 354 */ "cmd ::= KILL CONNECTION NK_INTEGER", - /* 355 */ "cmd ::= KILL QUERY NK_STRING", - /* 356 */ "cmd ::= KILL TRANSACTION NK_INTEGER", - /* 357 */ "cmd ::= BALANCE VGROUP", - /* 358 */ "cmd ::= BALANCE VGROUP LEADER", - /* 359 */ "cmd ::= MERGE VGROUP NK_INTEGER NK_INTEGER", - /* 360 */ "cmd ::= REDISTRIBUTE VGROUP NK_INTEGER dnode_list", - /* 361 */ "cmd ::= SPLIT VGROUP NK_INTEGER", - /* 362 */ "dnode_list ::= DNODE NK_INTEGER", - /* 363 */ "dnode_list ::= dnode_list DNODE NK_INTEGER", - /* 364 */ "cmd ::= DELETE FROM full_table_name where_clause_opt", - /* 365 */ "cmd ::= query_or_subquery", - /* 366 */ "cmd ::= insert_query", - /* 367 */ "insert_query ::= INSERT INTO full_table_name NK_LP col_name_list NK_RP query_or_subquery", - /* 368 */ "insert_query ::= INSERT INTO full_table_name query_or_subquery", - /* 369 */ "literal ::= NK_INTEGER", - /* 370 */ "literal ::= NK_FLOAT", - /* 371 */ "literal ::= NK_STRING", - /* 372 */ "literal ::= NK_BOOL", - /* 373 */ "literal ::= TIMESTAMP NK_STRING", - /* 374 */ "literal ::= duration_literal", - /* 375 */ "literal ::= NULL", - /* 376 */ "literal ::= NK_QUESTION", - /* 377 */ "duration_literal ::= NK_VARIABLE", - /* 378 */ "signed ::= NK_INTEGER", - /* 379 */ "signed ::= NK_PLUS NK_INTEGER", - /* 380 */ "signed ::= NK_MINUS NK_INTEGER", - /* 381 */ "signed ::= NK_FLOAT", - /* 382 */ "signed ::= NK_PLUS NK_FLOAT", - /* 383 */ "signed ::= NK_MINUS NK_FLOAT", - /* 384 */ "signed_literal ::= signed", - /* 385 */ "signed_literal ::= NK_STRING", - /* 386 */ "signed_literal ::= NK_BOOL", - /* 387 */ "signed_literal ::= TIMESTAMP NK_STRING", - /* 388 */ "signed_literal ::= duration_literal", - /* 389 */ "signed_literal ::= NULL", - /* 390 */ "signed_literal ::= literal_func", - /* 391 */ "signed_literal ::= NK_QUESTION", - /* 392 */ "literal_list ::= signed_literal", - /* 393 */ "literal_list ::= literal_list NK_COMMA signed_literal", - /* 394 */ "db_name ::= NK_ID", - /* 395 */ "table_name ::= NK_ID", - /* 396 */ "column_name ::= NK_ID", - /* 397 */ "function_name ::= NK_ID", - /* 398 */ "table_alias ::= NK_ID", - /* 399 */ "column_alias ::= NK_ID", - /* 400 */ "user_name ::= NK_ID", - /* 401 */ "topic_name ::= NK_ID", - /* 402 */ "stream_name ::= NK_ID", - /* 403 */ "cgroup_name ::= NK_ID", - /* 404 */ "index_name ::= NK_ID", - /* 405 */ "expr_or_subquery ::= expression", - /* 406 */ "expression ::= literal", - /* 407 */ "expression ::= pseudo_column", - /* 408 */ "expression ::= column_reference", - /* 409 */ "expression ::= function_expression", - /* 410 */ "expression ::= case_when_expression", - /* 411 */ "expression ::= NK_LP expression NK_RP", - /* 412 */ "expression ::= NK_PLUS expr_or_subquery", - /* 413 */ "expression ::= NK_MINUS expr_or_subquery", - /* 414 */ "expression ::= expr_or_subquery NK_PLUS expr_or_subquery", - /* 415 */ "expression ::= expr_or_subquery NK_MINUS expr_or_subquery", - /* 416 */ "expression ::= expr_or_subquery NK_STAR expr_or_subquery", - /* 417 */ "expression ::= expr_or_subquery NK_SLASH expr_or_subquery", - /* 418 */ "expression ::= expr_or_subquery NK_REM expr_or_subquery", - /* 419 */ "expression ::= column_reference NK_ARROW NK_STRING", - /* 420 */ "expression ::= expr_or_subquery NK_BITAND expr_or_subquery", - /* 421 */ "expression ::= expr_or_subquery NK_BITOR expr_or_subquery", - /* 422 */ "expression_list ::= expr_or_subquery", - /* 423 */ "expression_list ::= expression_list NK_COMMA expr_or_subquery", - /* 424 */ "column_reference ::= column_name", - /* 425 */ "column_reference ::= table_name NK_DOT column_name", - /* 426 */ "pseudo_column ::= ROWTS", - /* 427 */ "pseudo_column ::= TBNAME", - /* 428 */ "pseudo_column ::= table_name NK_DOT TBNAME", - /* 429 */ "pseudo_column ::= QSTART", - /* 430 */ "pseudo_column ::= QEND", - /* 431 */ "pseudo_column ::= QDURATION", - /* 432 */ "pseudo_column ::= WSTART", - /* 433 */ "pseudo_column ::= WEND", - /* 434 */ "pseudo_column ::= WDURATION", - /* 435 */ "pseudo_column ::= IROWTS", - /* 436 */ "pseudo_column ::= ISFILLED", - /* 437 */ "pseudo_column ::= QTAGS", - /* 438 */ "function_expression ::= function_name NK_LP expression_list NK_RP", - /* 439 */ "function_expression ::= star_func NK_LP star_func_para_list NK_RP", - /* 440 */ "function_expression ::= CAST NK_LP expr_or_subquery AS type_name NK_RP", - /* 441 */ "function_expression ::= literal_func", - /* 442 */ "literal_func ::= noarg_func NK_LP NK_RP", - /* 443 */ "literal_func ::= NOW", - /* 444 */ "noarg_func ::= NOW", - /* 445 */ "noarg_func ::= TODAY", - /* 446 */ "noarg_func ::= TIMEZONE", - /* 447 */ "noarg_func ::= DATABASE", - /* 448 */ "noarg_func ::= CLIENT_VERSION", - /* 449 */ "noarg_func ::= SERVER_VERSION", - /* 450 */ "noarg_func ::= SERVER_STATUS", - /* 451 */ "noarg_func ::= CURRENT_USER", - /* 452 */ "noarg_func ::= USER", - /* 453 */ "star_func ::= COUNT", - /* 454 */ "star_func ::= FIRST", - /* 455 */ "star_func ::= LAST", - /* 456 */ "star_func ::= LAST_ROW", - /* 457 */ "star_func_para_list ::= NK_STAR", - /* 458 */ "star_func_para_list ::= other_para_list", - /* 459 */ "other_para_list ::= star_func_para", - /* 460 */ "other_para_list ::= other_para_list NK_COMMA star_func_para", - /* 461 */ "star_func_para ::= expr_or_subquery", - /* 462 */ "star_func_para ::= table_name NK_DOT NK_STAR", - /* 463 */ "case_when_expression ::= CASE when_then_list case_when_else_opt END", - /* 464 */ "case_when_expression ::= CASE common_expression when_then_list case_when_else_opt END", - /* 465 */ "when_then_list ::= when_then_expr", - /* 466 */ "when_then_list ::= when_then_list when_then_expr", - /* 467 */ "when_then_expr ::= WHEN common_expression THEN common_expression", - /* 468 */ "case_when_else_opt ::=", - /* 469 */ "case_when_else_opt ::= ELSE common_expression", - /* 470 */ "predicate ::= expr_or_subquery compare_op expr_or_subquery", - /* 471 */ "predicate ::= expr_or_subquery BETWEEN expr_or_subquery AND expr_or_subquery", - /* 472 */ "predicate ::= expr_or_subquery NOT BETWEEN expr_or_subquery AND expr_or_subquery", - /* 473 */ "predicate ::= expr_or_subquery IS NULL", - /* 474 */ "predicate ::= expr_or_subquery IS NOT NULL", - /* 475 */ "predicate ::= expr_or_subquery in_op in_predicate_value", - /* 476 */ "compare_op ::= NK_LT", - /* 477 */ "compare_op ::= NK_GT", - /* 478 */ "compare_op ::= NK_LE", - /* 479 */ "compare_op ::= NK_GE", - /* 480 */ "compare_op ::= NK_NE", - /* 481 */ "compare_op ::= NK_EQ", - /* 482 */ "compare_op ::= LIKE", - /* 483 */ "compare_op ::= NOT LIKE", - /* 484 */ "compare_op ::= MATCH", - /* 485 */ "compare_op ::= NMATCH", - /* 486 */ "compare_op ::= CONTAINS", - /* 487 */ "in_op ::= IN", - /* 488 */ "in_op ::= NOT IN", - /* 489 */ "in_predicate_value ::= NK_LP literal_list NK_RP", - /* 490 */ "boolean_value_expression ::= boolean_primary", - /* 491 */ "boolean_value_expression ::= NOT boolean_primary", - /* 492 */ "boolean_value_expression ::= boolean_value_expression OR boolean_value_expression", - /* 493 */ "boolean_value_expression ::= boolean_value_expression AND boolean_value_expression", - /* 494 */ "boolean_primary ::= predicate", - /* 495 */ "boolean_primary ::= NK_LP boolean_value_expression NK_RP", - /* 496 */ "common_expression ::= expr_or_subquery", - /* 497 */ "common_expression ::= boolean_value_expression", - /* 498 */ "from_clause_opt ::=", - /* 499 */ "from_clause_opt ::= FROM table_reference_list", - /* 500 */ "table_reference_list ::= table_reference", - /* 501 */ "table_reference_list ::= table_reference_list NK_COMMA table_reference", - /* 502 */ "table_reference ::= table_primary", - /* 503 */ "table_reference ::= joined_table", - /* 504 */ "table_primary ::= table_name alias_opt", - /* 505 */ "table_primary ::= db_name NK_DOT table_name alias_opt", - /* 506 */ "table_primary ::= subquery alias_opt", - /* 507 */ "table_primary ::= parenthesized_joined_table", - /* 508 */ "alias_opt ::=", - /* 509 */ "alias_opt ::= table_alias", - /* 510 */ "alias_opt ::= AS table_alias", - /* 511 */ "parenthesized_joined_table ::= NK_LP joined_table NK_RP", - /* 512 */ "parenthesized_joined_table ::= NK_LP parenthesized_joined_table NK_RP", - /* 513 */ "joined_table ::= table_reference join_type JOIN table_reference ON search_condition", - /* 514 */ "join_type ::=", - /* 515 */ "join_type ::= INNER", - /* 516 */ "query_specification ::= SELECT set_quantifier_opt select_list from_clause_opt where_clause_opt partition_by_clause_opt range_opt every_opt fill_opt twindow_clause_opt group_by_clause_opt having_clause_opt", - /* 517 */ "set_quantifier_opt ::=", - /* 518 */ "set_quantifier_opt ::= DISTINCT", - /* 519 */ "set_quantifier_opt ::= ALL", - /* 520 */ "select_list ::= select_item", - /* 521 */ "select_list ::= select_list NK_COMMA select_item", - /* 522 */ "select_item ::= NK_STAR", - /* 523 */ "select_item ::= common_expression", - /* 524 */ "select_item ::= common_expression column_alias", - /* 525 */ "select_item ::= common_expression AS column_alias", - /* 526 */ "select_item ::= table_name NK_DOT NK_STAR", - /* 527 */ "where_clause_opt ::=", - /* 528 */ "where_clause_opt ::= WHERE search_condition", - /* 529 */ "partition_by_clause_opt ::=", - /* 530 */ "partition_by_clause_opt ::= PARTITION BY partition_list", - /* 531 */ "partition_list ::= partition_item", - /* 532 */ "partition_list ::= partition_list NK_COMMA partition_item", - /* 533 */ "partition_item ::= expr_or_subquery", - /* 534 */ "partition_item ::= expr_or_subquery column_alias", - /* 535 */ "partition_item ::= expr_or_subquery AS column_alias", - /* 536 */ "twindow_clause_opt ::=", - /* 537 */ "twindow_clause_opt ::= SESSION NK_LP column_reference NK_COMMA duration_literal NK_RP", - /* 538 */ "twindow_clause_opt ::= STATE_WINDOW NK_LP expr_or_subquery NK_RP", - /* 539 */ "twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_RP sliding_opt fill_opt", - /* 540 */ "twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_COMMA duration_literal NK_RP sliding_opt fill_opt", - /* 541 */ "twindow_clause_opt ::= EVENT_WINDOW START WITH search_condition END WITH search_condition", - /* 542 */ "sliding_opt ::=", - /* 543 */ "sliding_opt ::= SLIDING NK_LP duration_literal NK_RP", - /* 544 */ "fill_opt ::=", - /* 545 */ "fill_opt ::= FILL NK_LP fill_mode NK_RP", - /* 546 */ "fill_opt ::= FILL NK_LP VALUE NK_COMMA expression_list NK_RP", - /* 547 */ "fill_opt ::= FILL NK_LP VALUE_F NK_COMMA expression_list NK_RP", - /* 548 */ "fill_mode ::= NONE", - /* 549 */ "fill_mode ::= PREV", - /* 550 */ "fill_mode ::= NULL", - /* 551 */ "fill_mode ::= NULL_F", - /* 552 */ "fill_mode ::= LINEAR", - /* 553 */ "fill_mode ::= NEXT", - /* 554 */ "group_by_clause_opt ::=", - /* 555 */ "group_by_clause_opt ::= GROUP BY group_by_list", - /* 556 */ "group_by_list ::= expr_or_subquery", - /* 557 */ "group_by_list ::= group_by_list NK_COMMA expr_or_subquery", - /* 558 */ "having_clause_opt ::=", - /* 559 */ "having_clause_opt ::= HAVING search_condition", - /* 560 */ "range_opt ::=", - /* 561 */ "range_opt ::= RANGE NK_LP expr_or_subquery NK_COMMA expr_or_subquery NK_RP", - /* 562 */ "range_opt ::= RANGE NK_LP expr_or_subquery NK_RP", - /* 563 */ "every_opt ::=", - /* 564 */ "every_opt ::= EVERY NK_LP duration_literal NK_RP", - /* 565 */ "query_expression ::= query_simple order_by_clause_opt slimit_clause_opt limit_clause_opt", - /* 566 */ "query_simple ::= query_specification", - /* 567 */ "query_simple ::= union_query_expression", - /* 568 */ "union_query_expression ::= query_simple_or_subquery UNION ALL query_simple_or_subquery", - /* 569 */ "union_query_expression ::= query_simple_or_subquery UNION query_simple_or_subquery", - /* 570 */ "query_simple_or_subquery ::= query_simple", - /* 571 */ "query_simple_or_subquery ::= subquery", - /* 572 */ "query_or_subquery ::= query_expression", - /* 573 */ "query_or_subquery ::= subquery", - /* 574 */ "order_by_clause_opt ::=", - /* 575 */ "order_by_clause_opt ::= ORDER BY sort_specification_list", - /* 576 */ "slimit_clause_opt ::=", - /* 577 */ "slimit_clause_opt ::= SLIMIT NK_INTEGER", - /* 578 */ "slimit_clause_opt ::= SLIMIT NK_INTEGER SOFFSET NK_INTEGER", - /* 579 */ "slimit_clause_opt ::= SLIMIT NK_INTEGER NK_COMMA NK_INTEGER", - /* 580 */ "limit_clause_opt ::=", - /* 581 */ "limit_clause_opt ::= LIMIT NK_INTEGER", - /* 582 */ "limit_clause_opt ::= LIMIT NK_INTEGER OFFSET NK_INTEGER", - /* 583 */ "limit_clause_opt ::= LIMIT NK_INTEGER NK_COMMA NK_INTEGER", - /* 584 */ "subquery ::= NK_LP query_expression NK_RP", - /* 585 */ "subquery ::= NK_LP subquery NK_RP", - /* 586 */ "search_condition ::= common_expression", - /* 587 */ "sort_specification_list ::= sort_specification", - /* 588 */ "sort_specification_list ::= sort_specification_list NK_COMMA sort_specification", - /* 589 */ "sort_specification ::= expr_or_subquery ordering_specification_opt null_ordering_opt", - /* 590 */ "ordering_specification_opt ::=", - /* 591 */ "ordering_specification_opt ::= ASC", - /* 592 */ "ordering_specification_opt ::= DESC", - /* 593 */ "null_ordering_opt ::=", - /* 594 */ "null_ordering_opt ::= NULLS FIRST", - /* 595 */ "null_ordering_opt ::= NULLS LAST", + /* 308 */ "cmd ::= CREATE TOPIC not_exists_opt topic_name ONLY META AS DATABASE db_name", + /* 309 */ "cmd ::= CREATE TOPIC not_exists_opt topic_name AS STABLE full_table_name where_clause_opt", + /* 310 */ "cmd ::= CREATE TOPIC not_exists_opt topic_name WITH META AS STABLE full_table_name where_clause_opt", + /* 311 */ "cmd ::= CREATE TOPIC not_exists_opt topic_name ONLY META AS STABLE full_table_name where_clause_opt", + /* 312 */ "cmd ::= DROP TOPIC exists_opt topic_name", + /* 313 */ "cmd ::= DROP CONSUMER GROUP exists_opt cgroup_name ON topic_name", + /* 314 */ "cmd ::= DESC full_table_name", + /* 315 */ "cmd ::= DESCRIBE full_table_name", + /* 316 */ "cmd ::= RESET QUERY CACHE", + /* 317 */ "cmd ::= EXPLAIN analyze_opt explain_options query_or_subquery", + /* 318 */ "cmd ::= EXPLAIN analyze_opt explain_options insert_query", + /* 319 */ "analyze_opt ::=", + /* 320 */ "analyze_opt ::= ANALYZE", + /* 321 */ "explain_options ::=", + /* 322 */ "explain_options ::= explain_options VERBOSE NK_BOOL", + /* 323 */ "explain_options ::= explain_options RATIO NK_FLOAT", + /* 324 */ "cmd ::= CREATE or_replace_opt agg_func_opt FUNCTION not_exists_opt function_name AS NK_STRING OUTPUTTYPE type_name bufsize_opt language_opt", + /* 325 */ "cmd ::= DROP FUNCTION exists_opt function_name", + /* 326 */ "agg_func_opt ::=", + /* 327 */ "agg_func_opt ::= AGGREGATE", + /* 328 */ "bufsize_opt ::=", + /* 329 */ "bufsize_opt ::= BUFSIZE NK_INTEGER", + /* 330 */ "language_opt ::=", + /* 331 */ "language_opt ::= LANGUAGE NK_STRING", + /* 332 */ "or_replace_opt ::=", + /* 333 */ "or_replace_opt ::= OR REPLACE", + /* 334 */ "cmd ::= CREATE STREAM not_exists_opt stream_name stream_options INTO full_table_name col_list_opt tag_def_or_ref_opt subtable_opt AS query_or_subquery", + /* 335 */ "cmd ::= DROP STREAM exists_opt stream_name", + /* 336 */ "cmd ::= PAUSE STREAM exists_opt stream_name", + /* 337 */ "cmd ::= RESUME STREAM exists_opt ignore_opt stream_name", + /* 338 */ "col_list_opt ::=", + /* 339 */ "col_list_opt ::= NK_LP col_name_list NK_RP", + /* 340 */ "tag_def_or_ref_opt ::=", + /* 341 */ "tag_def_or_ref_opt ::= tags_def", + /* 342 */ "tag_def_or_ref_opt ::= TAGS NK_LP col_name_list NK_RP", + /* 343 */ "stream_options ::=", + /* 344 */ "stream_options ::= stream_options TRIGGER AT_ONCE", + /* 345 */ "stream_options ::= stream_options TRIGGER WINDOW_CLOSE", + /* 346 */ "stream_options ::= stream_options TRIGGER MAX_DELAY duration_literal", + /* 347 */ "stream_options ::= stream_options WATERMARK duration_literal", + /* 348 */ "stream_options ::= stream_options IGNORE EXPIRED NK_INTEGER", + /* 349 */ "stream_options ::= stream_options FILL_HISTORY NK_INTEGER", + /* 350 */ "stream_options ::= stream_options DELETE_MARK duration_literal", + /* 351 */ "stream_options ::= stream_options IGNORE UPDATE NK_INTEGER", + /* 352 */ "subtable_opt ::=", + /* 353 */ "subtable_opt ::= SUBTABLE NK_LP expression NK_RP", + /* 354 */ "ignore_opt ::=", + /* 355 */ "ignore_opt ::= IGNORE UNTREATED", + /* 356 */ "cmd ::= KILL CONNECTION NK_INTEGER", + /* 357 */ "cmd ::= KILL QUERY NK_STRING", + /* 358 */ "cmd ::= KILL TRANSACTION NK_INTEGER", + /* 359 */ "cmd ::= BALANCE VGROUP", + /* 360 */ "cmd ::= BALANCE VGROUP LEADER", + /* 361 */ "cmd ::= MERGE VGROUP NK_INTEGER NK_INTEGER", + /* 362 */ "cmd ::= REDISTRIBUTE VGROUP NK_INTEGER dnode_list", + /* 363 */ "cmd ::= SPLIT VGROUP NK_INTEGER", + /* 364 */ "dnode_list ::= DNODE NK_INTEGER", + /* 365 */ "dnode_list ::= dnode_list DNODE NK_INTEGER", + /* 366 */ "cmd ::= DELETE FROM full_table_name where_clause_opt", + /* 367 */ "cmd ::= query_or_subquery", + /* 368 */ "cmd ::= insert_query", + /* 369 */ "insert_query ::= INSERT INTO full_table_name NK_LP col_name_list NK_RP query_or_subquery", + /* 370 */ "insert_query ::= INSERT INTO full_table_name query_or_subquery", + /* 371 */ "literal ::= NK_INTEGER", + /* 372 */ "literal ::= NK_FLOAT", + /* 373 */ "literal ::= NK_STRING", + /* 374 */ "literal ::= NK_BOOL", + /* 375 */ "literal ::= TIMESTAMP NK_STRING", + /* 376 */ "literal ::= duration_literal", + /* 377 */ "literal ::= NULL", + /* 378 */ "literal ::= NK_QUESTION", + /* 379 */ "duration_literal ::= NK_VARIABLE", + /* 380 */ "signed ::= NK_INTEGER", + /* 381 */ "signed ::= NK_PLUS NK_INTEGER", + /* 382 */ "signed ::= NK_MINUS NK_INTEGER", + /* 383 */ "signed ::= NK_FLOAT", + /* 384 */ "signed ::= NK_PLUS NK_FLOAT", + /* 385 */ "signed ::= NK_MINUS NK_FLOAT", + /* 386 */ "signed_literal ::= signed", + /* 387 */ "signed_literal ::= NK_STRING", + /* 388 */ "signed_literal ::= NK_BOOL", + /* 389 */ "signed_literal ::= TIMESTAMP NK_STRING", + /* 390 */ "signed_literal ::= duration_literal", + /* 391 */ "signed_literal ::= NULL", + /* 392 */ "signed_literal ::= literal_func", + /* 393 */ "signed_literal ::= NK_QUESTION", + /* 394 */ "literal_list ::= signed_literal", + /* 395 */ "literal_list ::= literal_list NK_COMMA signed_literal", + /* 396 */ "db_name ::= NK_ID", + /* 397 */ "table_name ::= NK_ID", + /* 398 */ "column_name ::= NK_ID", + /* 399 */ "function_name ::= NK_ID", + /* 400 */ "table_alias ::= NK_ID", + /* 401 */ "column_alias ::= NK_ID", + /* 402 */ "user_name ::= NK_ID", + /* 403 */ "topic_name ::= NK_ID", + /* 404 */ "stream_name ::= NK_ID", + /* 405 */ "cgroup_name ::= NK_ID", + /* 406 */ "index_name ::= NK_ID", + /* 407 */ "expr_or_subquery ::= expression", + /* 408 */ "expression ::= literal", + /* 409 */ "expression ::= pseudo_column", + /* 410 */ "expression ::= column_reference", + /* 411 */ "expression ::= function_expression", + /* 412 */ "expression ::= case_when_expression", + /* 413 */ "expression ::= NK_LP expression NK_RP", + /* 414 */ "expression ::= NK_PLUS expr_or_subquery", + /* 415 */ "expression ::= NK_MINUS expr_or_subquery", + /* 416 */ "expression ::= expr_or_subquery NK_PLUS expr_or_subquery", + /* 417 */ "expression ::= expr_or_subquery NK_MINUS expr_or_subquery", + /* 418 */ "expression ::= expr_or_subquery NK_STAR expr_or_subquery", + /* 419 */ "expression ::= expr_or_subquery NK_SLASH expr_or_subquery", + /* 420 */ "expression ::= expr_or_subquery NK_REM expr_or_subquery", + /* 421 */ "expression ::= column_reference NK_ARROW NK_STRING", + /* 422 */ "expression ::= expr_or_subquery NK_BITAND expr_or_subquery", + /* 423 */ "expression ::= expr_or_subquery NK_BITOR expr_or_subquery", + /* 424 */ "expression_list ::= expr_or_subquery", + /* 425 */ "expression_list ::= expression_list NK_COMMA expr_or_subquery", + /* 426 */ "column_reference ::= column_name", + /* 427 */ "column_reference ::= table_name NK_DOT column_name", + /* 428 */ "pseudo_column ::= ROWTS", + /* 429 */ "pseudo_column ::= TBNAME", + /* 430 */ "pseudo_column ::= table_name NK_DOT TBNAME", + /* 431 */ "pseudo_column ::= QSTART", + /* 432 */ "pseudo_column ::= QEND", + /* 433 */ "pseudo_column ::= QDURATION", + /* 434 */ "pseudo_column ::= WSTART", + /* 435 */ "pseudo_column ::= WEND", + /* 436 */ "pseudo_column ::= WDURATION", + /* 437 */ "pseudo_column ::= IROWTS", + /* 438 */ "pseudo_column ::= ISFILLED", + /* 439 */ "pseudo_column ::= QTAGS", + /* 440 */ "function_expression ::= function_name NK_LP expression_list NK_RP", + /* 441 */ "function_expression ::= star_func NK_LP star_func_para_list NK_RP", + /* 442 */ "function_expression ::= CAST NK_LP expr_or_subquery AS type_name NK_RP", + /* 443 */ "function_expression ::= literal_func", + /* 444 */ "literal_func ::= noarg_func NK_LP NK_RP", + /* 445 */ "literal_func ::= NOW", + /* 446 */ "noarg_func ::= NOW", + /* 447 */ "noarg_func ::= TODAY", + /* 448 */ "noarg_func ::= TIMEZONE", + /* 449 */ "noarg_func ::= DATABASE", + /* 450 */ "noarg_func ::= CLIENT_VERSION", + /* 451 */ "noarg_func ::= SERVER_VERSION", + /* 452 */ "noarg_func ::= SERVER_STATUS", + /* 453 */ "noarg_func ::= CURRENT_USER", + /* 454 */ "noarg_func ::= USER", + /* 455 */ "star_func ::= COUNT", + /* 456 */ "star_func ::= FIRST", + /* 457 */ "star_func ::= LAST", + /* 458 */ "star_func ::= LAST_ROW", + /* 459 */ "star_func_para_list ::= NK_STAR", + /* 460 */ "star_func_para_list ::= other_para_list", + /* 461 */ "other_para_list ::= star_func_para", + /* 462 */ "other_para_list ::= other_para_list NK_COMMA star_func_para", + /* 463 */ "star_func_para ::= expr_or_subquery", + /* 464 */ "star_func_para ::= table_name NK_DOT NK_STAR", + /* 465 */ "case_when_expression ::= CASE when_then_list case_when_else_opt END", + /* 466 */ "case_when_expression ::= CASE common_expression when_then_list case_when_else_opt END", + /* 467 */ "when_then_list ::= when_then_expr", + /* 468 */ "when_then_list ::= when_then_list when_then_expr", + /* 469 */ "when_then_expr ::= WHEN common_expression THEN common_expression", + /* 470 */ "case_when_else_opt ::=", + /* 471 */ "case_when_else_opt ::= ELSE common_expression", + /* 472 */ "predicate ::= expr_or_subquery compare_op expr_or_subquery", + /* 473 */ "predicate ::= expr_or_subquery BETWEEN expr_or_subquery AND expr_or_subquery", + /* 474 */ "predicate ::= expr_or_subquery NOT BETWEEN expr_or_subquery AND expr_or_subquery", + /* 475 */ "predicate ::= expr_or_subquery IS NULL", + /* 476 */ "predicate ::= expr_or_subquery IS NOT NULL", + /* 477 */ "predicate ::= expr_or_subquery in_op in_predicate_value", + /* 478 */ "compare_op ::= NK_LT", + /* 479 */ "compare_op ::= NK_GT", + /* 480 */ "compare_op ::= NK_LE", + /* 481 */ "compare_op ::= NK_GE", + /* 482 */ "compare_op ::= NK_NE", + /* 483 */ "compare_op ::= NK_EQ", + /* 484 */ "compare_op ::= LIKE", + /* 485 */ "compare_op ::= NOT LIKE", + /* 486 */ "compare_op ::= MATCH", + /* 487 */ "compare_op ::= NMATCH", + /* 488 */ "compare_op ::= CONTAINS", + /* 489 */ "in_op ::= IN", + /* 490 */ "in_op ::= NOT IN", + /* 491 */ "in_predicate_value ::= NK_LP literal_list NK_RP", + /* 492 */ "boolean_value_expression ::= boolean_primary", + /* 493 */ "boolean_value_expression ::= NOT boolean_primary", + /* 494 */ "boolean_value_expression ::= boolean_value_expression OR boolean_value_expression", + /* 495 */ "boolean_value_expression ::= boolean_value_expression AND boolean_value_expression", + /* 496 */ "boolean_primary ::= predicate", + /* 497 */ "boolean_primary ::= NK_LP boolean_value_expression NK_RP", + /* 498 */ "common_expression ::= expr_or_subquery", + /* 499 */ "common_expression ::= boolean_value_expression", + /* 500 */ "from_clause_opt ::=", + /* 501 */ "from_clause_opt ::= FROM table_reference_list", + /* 502 */ "table_reference_list ::= table_reference", + /* 503 */ "table_reference_list ::= table_reference_list NK_COMMA table_reference", + /* 504 */ "table_reference ::= table_primary", + /* 505 */ "table_reference ::= joined_table", + /* 506 */ "table_primary ::= table_name alias_opt", + /* 507 */ "table_primary ::= db_name NK_DOT table_name alias_opt", + /* 508 */ "table_primary ::= subquery alias_opt", + /* 509 */ "table_primary ::= parenthesized_joined_table", + /* 510 */ "alias_opt ::=", + /* 511 */ "alias_opt ::= table_alias", + /* 512 */ "alias_opt ::= AS table_alias", + /* 513 */ "parenthesized_joined_table ::= NK_LP joined_table NK_RP", + /* 514 */ "parenthesized_joined_table ::= NK_LP parenthesized_joined_table NK_RP", + /* 515 */ "joined_table ::= table_reference join_type JOIN table_reference ON search_condition", + /* 516 */ "join_type ::=", + /* 517 */ "join_type ::= INNER", + /* 518 */ "query_specification ::= SELECT set_quantifier_opt select_list from_clause_opt where_clause_opt partition_by_clause_opt range_opt every_opt fill_opt twindow_clause_opt group_by_clause_opt having_clause_opt", + /* 519 */ "set_quantifier_opt ::=", + /* 520 */ "set_quantifier_opt ::= DISTINCT", + /* 521 */ "set_quantifier_opt ::= ALL", + /* 522 */ "select_list ::= select_item", + /* 523 */ "select_list ::= select_list NK_COMMA select_item", + /* 524 */ "select_item ::= NK_STAR", + /* 525 */ "select_item ::= common_expression", + /* 526 */ "select_item ::= common_expression column_alias", + /* 527 */ "select_item ::= common_expression AS column_alias", + /* 528 */ "select_item ::= table_name NK_DOT NK_STAR", + /* 529 */ "where_clause_opt ::=", + /* 530 */ "where_clause_opt ::= WHERE search_condition", + /* 531 */ "partition_by_clause_opt ::=", + /* 532 */ "partition_by_clause_opt ::= PARTITION BY partition_list", + /* 533 */ "partition_list ::= partition_item", + /* 534 */ "partition_list ::= partition_list NK_COMMA partition_item", + /* 535 */ "partition_item ::= expr_or_subquery", + /* 536 */ "partition_item ::= expr_or_subquery column_alias", + /* 537 */ "partition_item ::= expr_or_subquery AS column_alias", + /* 538 */ "twindow_clause_opt ::=", + /* 539 */ "twindow_clause_opt ::= SESSION NK_LP column_reference NK_COMMA duration_literal NK_RP", + /* 540 */ "twindow_clause_opt ::= STATE_WINDOW NK_LP expr_or_subquery NK_RP", + /* 541 */ "twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_RP sliding_opt fill_opt", + /* 542 */ "twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_COMMA duration_literal NK_RP sliding_opt fill_opt", + /* 543 */ "twindow_clause_opt ::= EVENT_WINDOW START WITH search_condition END WITH search_condition", + /* 544 */ "sliding_opt ::=", + /* 545 */ "sliding_opt ::= SLIDING NK_LP duration_literal NK_RP", + /* 546 */ "fill_opt ::=", + /* 547 */ "fill_opt ::= FILL NK_LP fill_mode NK_RP", + /* 548 */ "fill_opt ::= FILL NK_LP VALUE NK_COMMA expression_list NK_RP", + /* 549 */ "fill_opt ::= FILL NK_LP VALUE_F NK_COMMA expression_list NK_RP", + /* 550 */ "fill_mode ::= NONE", + /* 551 */ "fill_mode ::= PREV", + /* 552 */ "fill_mode ::= NULL", + /* 553 */ "fill_mode ::= NULL_F", + /* 554 */ "fill_mode ::= LINEAR", + /* 555 */ "fill_mode ::= NEXT", + /* 556 */ "group_by_clause_opt ::=", + /* 557 */ "group_by_clause_opt ::= GROUP BY group_by_list", + /* 558 */ "group_by_list ::= expr_or_subquery", + /* 559 */ "group_by_list ::= group_by_list NK_COMMA expr_or_subquery", + /* 560 */ "having_clause_opt ::=", + /* 561 */ "having_clause_opt ::= HAVING search_condition", + /* 562 */ "range_opt ::=", + /* 563 */ "range_opt ::= RANGE NK_LP expr_or_subquery NK_COMMA expr_or_subquery NK_RP", + /* 564 */ "range_opt ::= RANGE NK_LP expr_or_subquery NK_RP", + /* 565 */ "every_opt ::=", + /* 566 */ "every_opt ::= EVERY NK_LP duration_literal NK_RP", + /* 567 */ "query_expression ::= query_simple order_by_clause_opt slimit_clause_opt limit_clause_opt", + /* 568 */ "query_simple ::= query_specification", + /* 569 */ "query_simple ::= union_query_expression", + /* 570 */ "union_query_expression ::= query_simple_or_subquery UNION ALL query_simple_or_subquery", + /* 571 */ "union_query_expression ::= query_simple_or_subquery UNION query_simple_or_subquery", + /* 572 */ "query_simple_or_subquery ::= query_simple", + /* 573 */ "query_simple_or_subquery ::= subquery", + /* 574 */ "query_or_subquery ::= query_expression", + /* 575 */ "query_or_subquery ::= subquery", + /* 576 */ "order_by_clause_opt ::=", + /* 577 */ "order_by_clause_opt ::= ORDER BY sort_specification_list", + /* 578 */ "slimit_clause_opt ::=", + /* 579 */ "slimit_clause_opt ::= SLIMIT NK_INTEGER", + /* 580 */ "slimit_clause_opt ::= SLIMIT NK_INTEGER SOFFSET NK_INTEGER", + /* 581 */ "slimit_clause_opt ::= SLIMIT NK_INTEGER NK_COMMA NK_INTEGER", + /* 582 */ "limit_clause_opt ::=", + /* 583 */ "limit_clause_opt ::= LIMIT NK_INTEGER", + /* 584 */ "limit_clause_opt ::= LIMIT NK_INTEGER OFFSET NK_INTEGER", + /* 585 */ "limit_clause_opt ::= LIMIT NK_INTEGER NK_COMMA NK_INTEGER", + /* 586 */ "subquery ::= NK_LP query_expression NK_RP", + /* 587 */ "subquery ::= NK_LP subquery NK_RP", + /* 588 */ "search_condition ::= common_expression", + /* 589 */ "sort_specification_list ::= sort_specification", + /* 590 */ "sort_specification_list ::= sort_specification_list NK_COMMA sort_specification", + /* 591 */ "sort_specification ::= expr_or_subquery ordering_specification_opt null_ordering_opt", + /* 592 */ "ordering_specification_opt ::=", + /* 593 */ "ordering_specification_opt ::= ASC", + /* 594 */ "ordering_specification_opt ::= DESC", + /* 595 */ "null_ordering_opt ::=", + /* 596 */ "null_ordering_opt ::= NULLS FIRST", + /* 597 */ "null_ordering_opt ::= NULLS LAST", }; #endif /* NDEBUG */ @@ -2664,210 +3033,210 @@ static void yy_destructor( */ /********* Begin destructor definitions ***************************************/ /* Default NON-TERMINAL Destructor */ - case 337: /* cmd */ - case 340: /* literal */ - case 346: /* with_opt */ - case 352: /* search_condition */ - case 357: /* db_options */ - case 359: /* alter_db_options */ - case 361: /* start_opt */ - case 362: /* end_opt */ - case 366: /* signed */ - case 368: /* retention */ - case 369: /* full_table_name */ - case 372: /* table_options */ - case 376: /* alter_table_clause */ - case 377: /* alter_table_options */ - case 380: /* signed_literal */ - case 381: /* create_subtable_clause */ - case 384: /* drop_table_clause */ - case 386: /* column_def */ - case 390: /* duration_literal */ - case 391: /* rollup_func_name */ - case 393: /* col_name */ - case 394: /* db_name_cond_opt */ - case 395: /* like_pattern_opt */ - case 396: /* table_name_cond */ - case 397: /* from_db_opt */ - case 399: /* tag_item */ - case 401: /* full_index_name */ - case 402: /* index_options */ - case 405: /* sliding_opt */ - case 406: /* sma_stream_opt */ - case 407: /* func */ - case 409: /* query_or_subquery */ - case 410: /* where_clause_opt */ - case 413: /* explain_options */ - case 414: /* insert_query */ - case 420: /* stream_options */ - case 423: /* subtable_opt */ - case 425: /* expression */ - case 427: /* literal_func */ - case 430: /* expr_or_subquery */ - case 431: /* pseudo_column */ - case 432: /* column_reference */ - case 433: /* function_expression */ - case 434: /* case_when_expression */ - case 439: /* star_func_para */ - case 441: /* case_when_else_opt */ - case 442: /* common_expression */ - case 443: /* when_then_expr */ - case 444: /* predicate */ - case 447: /* in_predicate_value */ - case 448: /* boolean_value_expression */ - case 449: /* boolean_primary */ - case 450: /* from_clause_opt */ - case 451: /* table_reference_list */ - case 452: /* table_reference */ - case 453: /* table_primary */ - case 454: /* joined_table */ - case 456: /* subquery */ - case 457: /* parenthesized_joined_table */ - case 459: /* query_specification */ - case 463: /* range_opt */ - case 464: /* every_opt */ - case 465: /* fill_opt */ - case 466: /* twindow_clause_opt */ - case 468: /* having_clause_opt */ - case 469: /* select_item */ - case 471: /* partition_item */ - case 474: /* query_expression */ - case 475: /* query_simple */ - case 477: /* slimit_clause_opt */ - case 478: /* limit_clause_opt */ - case 479: /* union_query_expression */ - case 480: /* query_simple_or_subquery */ - case 482: /* sort_specification */ + case 338: /* cmd */ + case 341: /* literal */ + case 347: /* with_opt */ + case 353: /* search_condition */ + case 358: /* db_options */ + case 360: /* alter_db_options */ + case 362: /* start_opt */ + case 363: /* end_opt */ + case 367: /* signed */ + case 369: /* retention */ + case 370: /* full_table_name */ + case 373: /* table_options */ + case 377: /* alter_table_clause */ + case 378: /* alter_table_options */ + case 381: /* signed_literal */ + case 382: /* create_subtable_clause */ + case 385: /* drop_table_clause */ + case 387: /* column_def */ + case 391: /* duration_literal */ + case 392: /* rollup_func_name */ + case 394: /* col_name */ + case 395: /* db_name_cond_opt */ + case 396: /* like_pattern_opt */ + case 397: /* table_name_cond */ + case 398: /* from_db_opt */ + case 400: /* tag_item */ + case 402: /* full_index_name */ + case 403: /* index_options */ + case 406: /* sliding_opt */ + case 407: /* sma_stream_opt */ + case 408: /* func */ + case 410: /* query_or_subquery */ + case 411: /* where_clause_opt */ + case 414: /* explain_options */ + case 415: /* insert_query */ + case 421: /* stream_options */ + case 424: /* subtable_opt */ + case 426: /* expression */ + case 428: /* literal_func */ + case 431: /* expr_or_subquery */ + case 432: /* pseudo_column */ + case 433: /* column_reference */ + case 434: /* function_expression */ + case 435: /* case_when_expression */ + case 440: /* star_func_para */ + case 442: /* case_when_else_opt */ + case 443: /* common_expression */ + case 444: /* when_then_expr */ + case 445: /* predicate */ + case 448: /* in_predicate_value */ + case 449: /* boolean_value_expression */ + case 450: /* boolean_primary */ + case 451: /* from_clause_opt */ + case 452: /* table_reference_list */ + case 453: /* table_reference */ + case 454: /* table_primary */ + case 455: /* joined_table */ + case 457: /* subquery */ + case 458: /* parenthesized_joined_table */ + case 460: /* query_specification */ + case 464: /* range_opt */ + case 465: /* every_opt */ + case 466: /* fill_opt */ + case 467: /* twindow_clause_opt */ + case 469: /* having_clause_opt */ + case 470: /* select_item */ + case 472: /* partition_item */ + case 475: /* query_expression */ + case 476: /* query_simple */ + case 478: /* slimit_clause_opt */ + case 479: /* limit_clause_opt */ + case 480: /* union_query_expression */ + case 481: /* query_simple_or_subquery */ + case 483: /* sort_specification */ { - nodesDestroyNode((yypminor->yy242)); + nodesDestroyNode((yypminor->yy560)); } break; - case 338: /* account_options */ - case 339: /* alter_account_options */ - case 341: /* alter_account_option */ - case 360: /* speed_opt */ - case 417: /* bufsize_opt */ + case 339: /* account_options */ + case 340: /* alter_account_options */ + case 342: /* alter_account_option */ + case 361: /* speed_opt */ + case 418: /* bufsize_opt */ { } break; - case 342: /* user_name */ - case 349: /* db_name */ - case 350: /* table_name */ - case 351: /* topic_name */ - case 353: /* dnode_endpoint */ - case 378: /* column_name */ - case 392: /* function_name */ - case 400: /* column_alias */ - case 403: /* index_name */ - case 408: /* sma_func_name */ - case 411: /* cgroup_name */ - case 418: /* language_opt */ - case 419: /* stream_name */ - case 429: /* table_alias */ - case 435: /* star_func */ - case 437: /* noarg_func */ - case 455: /* alias_opt */ + case 343: /* user_name */ + case 350: /* db_name */ + case 351: /* table_name */ + case 352: /* topic_name */ + case 354: /* dnode_endpoint */ + case 379: /* column_name */ + case 393: /* function_name */ + case 401: /* column_alias */ + case 404: /* index_name */ + case 409: /* sma_func_name */ + case 412: /* cgroup_name */ + case 419: /* language_opt */ + case 420: /* stream_name */ + case 430: /* table_alias */ + case 436: /* star_func */ + case 438: /* noarg_func */ + case 456: /* alias_opt */ { } break; - case 343: /* sysinfo_opt */ + case 344: /* sysinfo_opt */ { } break; - case 344: /* privileges */ - case 347: /* priv_type_list */ - case 348: /* priv_type */ + case 345: /* privileges */ + case 348: /* priv_type_list */ + case 349: /* priv_type */ { } break; - case 345: /* priv_level */ + case 346: /* priv_level */ { } break; - case 354: /* force_opt */ - case 355: /* unsafe_opt */ - case 356: /* not_exists_opt */ - case 358: /* exists_opt */ - case 412: /* analyze_opt */ - case 415: /* or_replace_opt */ - case 416: /* agg_func_opt */ - case 424: /* ignore_opt */ - case 460: /* set_quantifier_opt */ + case 355: /* force_opt */ + case 356: /* unsafe_opt */ + case 357: /* not_exists_opt */ + case 359: /* exists_opt */ + case 413: /* analyze_opt */ + case 416: /* or_replace_opt */ + case 417: /* agg_func_opt */ + case 425: /* ignore_opt */ + case 461: /* set_quantifier_opt */ { } break; - case 363: /* integer_list */ - case 364: /* variable_list */ - case 365: /* retention_list */ - case 370: /* column_def_list */ - case 371: /* tags_def_opt */ - case 373: /* multi_create_clause */ - case 374: /* tags_def */ - case 375: /* multi_drop_clause */ - case 382: /* specific_cols_opt */ - case 383: /* expression_list */ - case 385: /* col_name_list */ - case 387: /* duration_list */ - case 388: /* rollup_func_list */ - case 398: /* tag_list_opt */ - case 404: /* func_list */ - case 421: /* col_list_opt */ - case 422: /* tag_def_or_ref_opt */ - case 426: /* dnode_list */ - case 428: /* literal_list */ - case 436: /* star_func_para_list */ - case 438: /* other_para_list */ - case 440: /* when_then_list */ - case 461: /* select_list */ - case 462: /* partition_by_clause_opt */ - case 467: /* group_by_clause_opt */ - case 470: /* partition_list */ - case 473: /* group_by_list */ - case 476: /* order_by_clause_opt */ - case 481: /* sort_specification_list */ + case 364: /* integer_list */ + case 365: /* variable_list */ + case 366: /* retention_list */ + case 371: /* column_def_list */ + case 372: /* tags_def_opt */ + case 374: /* multi_create_clause */ + case 375: /* tags_def */ + case 376: /* multi_drop_clause */ + case 383: /* specific_cols_opt */ + case 384: /* expression_list */ + case 386: /* col_name_list */ + case 388: /* duration_list */ + case 389: /* rollup_func_list */ + case 399: /* tag_list_opt */ + case 405: /* func_list */ + case 422: /* col_list_opt */ + case 423: /* tag_def_or_ref_opt */ + case 427: /* dnode_list */ + case 429: /* literal_list */ + case 437: /* star_func_para_list */ + case 439: /* other_para_list */ + case 441: /* when_then_list */ + case 462: /* select_list */ + case 463: /* partition_by_clause_opt */ + case 468: /* group_by_clause_opt */ + case 471: /* partition_list */ + case 474: /* group_by_list */ + case 477: /* order_by_clause_opt */ + case 482: /* sort_specification_list */ { - nodesDestroyList((yypminor->yy174)); + nodesDestroyList((yypminor->yy496)); } break; - case 367: /* alter_db_option */ - case 389: /* alter_table_option */ + case 368: /* alter_db_option */ + case 390: /* alter_table_option */ { } break; - case 379: /* type_name */ + case 380: /* type_name */ { } break; - case 445: /* compare_op */ - case 446: /* in_op */ + case 446: /* compare_op */ + case 447: /* in_op */ { } break; - case 458: /* join_type */ + case 459: /* join_type */ { } break; - case 472: /* fill_mode */ + case 473: /* fill_mode */ { } break; - case 483: /* ordering_specification_opt */ + case 484: /* ordering_specification_opt */ { } break; - case 484: /* null_ordering_opt */ + case 485: /* null_ordering_opt */ { } @@ -3036,7 +3405,7 @@ static YYACTIONTYPE yy_find_shift_action( #endif /* YYWILDCARD */ return yy_default[stateno]; }else{ - assert( i>=0 && i=0 && i<(int)(sizeof(yy_action)/sizeof(yy_action[0])) ); return yy_action[i]; } }while(1); @@ -3158,602 +3527,604 @@ static void yy_shift( /* For rule J, yyRuleInfoLhs[J] contains the symbol on the left-hand side ** of that rule */ static const YYCODETYPE yyRuleInfoLhs[] = { - 337, /* (0) cmd ::= CREATE ACCOUNT NK_ID PASS NK_STRING account_options */ - 337, /* (1) cmd ::= ALTER ACCOUNT NK_ID alter_account_options */ - 338, /* (2) account_options ::= */ - 338, /* (3) account_options ::= account_options PPS literal */ - 338, /* (4) account_options ::= account_options TSERIES literal */ - 338, /* (5) account_options ::= account_options STORAGE literal */ - 338, /* (6) account_options ::= account_options STREAMS literal */ - 338, /* (7) account_options ::= account_options QTIME literal */ - 338, /* (8) account_options ::= account_options DBS literal */ - 338, /* (9) account_options ::= account_options USERS literal */ - 338, /* (10) account_options ::= account_options CONNS literal */ - 338, /* (11) account_options ::= account_options STATE literal */ - 339, /* (12) alter_account_options ::= alter_account_option */ - 339, /* (13) alter_account_options ::= alter_account_options alter_account_option */ - 341, /* (14) alter_account_option ::= PASS literal */ - 341, /* (15) alter_account_option ::= PPS literal */ - 341, /* (16) alter_account_option ::= TSERIES literal */ - 341, /* (17) alter_account_option ::= STORAGE literal */ - 341, /* (18) alter_account_option ::= STREAMS literal */ - 341, /* (19) alter_account_option ::= QTIME literal */ - 341, /* (20) alter_account_option ::= DBS literal */ - 341, /* (21) alter_account_option ::= USERS literal */ - 341, /* (22) alter_account_option ::= CONNS literal */ - 341, /* (23) alter_account_option ::= STATE literal */ - 337, /* (24) cmd ::= CREATE USER user_name PASS NK_STRING sysinfo_opt */ - 337, /* (25) cmd ::= ALTER USER user_name PASS NK_STRING */ - 337, /* (26) cmd ::= ALTER USER user_name ENABLE NK_INTEGER */ - 337, /* (27) cmd ::= ALTER USER user_name SYSINFO NK_INTEGER */ - 337, /* (28) cmd ::= DROP USER user_name */ - 343, /* (29) sysinfo_opt ::= */ - 343, /* (30) sysinfo_opt ::= SYSINFO NK_INTEGER */ - 337, /* (31) cmd ::= GRANT privileges ON priv_level with_opt TO user_name */ - 337, /* (32) cmd ::= REVOKE privileges ON priv_level with_opt FROM user_name */ - 344, /* (33) privileges ::= ALL */ - 344, /* (34) privileges ::= priv_type_list */ - 344, /* (35) privileges ::= SUBSCRIBE */ - 347, /* (36) priv_type_list ::= priv_type */ - 347, /* (37) priv_type_list ::= priv_type_list NK_COMMA priv_type */ - 348, /* (38) priv_type ::= READ */ - 348, /* (39) priv_type ::= WRITE */ - 345, /* (40) priv_level ::= NK_STAR NK_DOT NK_STAR */ - 345, /* (41) priv_level ::= db_name NK_DOT NK_STAR */ - 345, /* (42) priv_level ::= db_name NK_DOT table_name */ - 345, /* (43) priv_level ::= topic_name */ - 346, /* (44) with_opt ::= */ - 346, /* (45) with_opt ::= WITH search_condition */ - 337, /* (46) cmd ::= CREATE DNODE dnode_endpoint */ - 337, /* (47) cmd ::= CREATE DNODE dnode_endpoint PORT NK_INTEGER */ - 337, /* (48) cmd ::= DROP DNODE NK_INTEGER force_opt */ - 337, /* (49) cmd ::= DROP DNODE dnode_endpoint force_opt */ - 337, /* (50) cmd ::= DROP DNODE NK_INTEGER unsafe_opt */ - 337, /* (51) cmd ::= DROP DNODE dnode_endpoint unsafe_opt */ - 337, /* (52) cmd ::= ALTER DNODE NK_INTEGER NK_STRING */ - 337, /* (53) cmd ::= ALTER DNODE NK_INTEGER NK_STRING NK_STRING */ - 337, /* (54) cmd ::= ALTER ALL DNODES NK_STRING */ - 337, /* (55) cmd ::= ALTER ALL DNODES NK_STRING NK_STRING */ - 337, /* (56) cmd ::= RESTORE DNODE NK_INTEGER */ - 353, /* (57) dnode_endpoint ::= NK_STRING */ - 353, /* (58) dnode_endpoint ::= NK_ID */ - 353, /* (59) dnode_endpoint ::= NK_IPTOKEN */ - 354, /* (60) force_opt ::= */ - 354, /* (61) force_opt ::= FORCE */ - 355, /* (62) unsafe_opt ::= UNSAFE */ - 337, /* (63) cmd ::= ALTER LOCAL NK_STRING */ - 337, /* (64) cmd ::= ALTER LOCAL NK_STRING NK_STRING */ - 337, /* (65) cmd ::= CREATE QNODE ON DNODE NK_INTEGER */ - 337, /* (66) cmd ::= DROP QNODE ON DNODE NK_INTEGER */ - 337, /* (67) cmd ::= RESTORE QNODE ON DNODE NK_INTEGER */ - 337, /* (68) cmd ::= CREATE BNODE ON DNODE NK_INTEGER */ - 337, /* (69) cmd ::= DROP BNODE ON DNODE NK_INTEGER */ - 337, /* (70) cmd ::= CREATE SNODE ON DNODE NK_INTEGER */ - 337, /* (71) cmd ::= DROP SNODE ON DNODE NK_INTEGER */ - 337, /* (72) cmd ::= CREATE MNODE ON DNODE NK_INTEGER */ - 337, /* (73) cmd ::= DROP MNODE ON DNODE NK_INTEGER */ - 337, /* (74) cmd ::= RESTORE MNODE ON DNODE NK_INTEGER */ - 337, /* (75) cmd ::= RESTORE VNODE ON DNODE NK_INTEGER */ - 337, /* (76) cmd ::= CREATE DATABASE not_exists_opt db_name db_options */ - 337, /* (77) cmd ::= DROP DATABASE exists_opt db_name */ - 337, /* (78) cmd ::= USE db_name */ - 337, /* (79) cmd ::= ALTER DATABASE db_name alter_db_options */ - 337, /* (80) cmd ::= FLUSH DATABASE db_name */ - 337, /* (81) cmd ::= TRIM DATABASE db_name speed_opt */ - 337, /* (82) cmd ::= COMPACT DATABASE db_name start_opt end_opt */ - 356, /* (83) not_exists_opt ::= IF NOT EXISTS */ - 356, /* (84) not_exists_opt ::= */ - 358, /* (85) exists_opt ::= IF EXISTS */ - 358, /* (86) exists_opt ::= */ - 357, /* (87) db_options ::= */ - 357, /* (88) db_options ::= db_options BUFFER NK_INTEGER */ - 357, /* (89) db_options ::= db_options CACHEMODEL NK_STRING */ - 357, /* (90) db_options ::= db_options CACHESIZE NK_INTEGER */ - 357, /* (91) db_options ::= db_options COMP NK_INTEGER */ - 357, /* (92) db_options ::= db_options DURATION NK_INTEGER */ - 357, /* (93) db_options ::= db_options DURATION NK_VARIABLE */ - 357, /* (94) db_options ::= db_options MAXROWS NK_INTEGER */ - 357, /* (95) db_options ::= db_options MINROWS NK_INTEGER */ - 357, /* (96) db_options ::= db_options KEEP integer_list */ - 357, /* (97) db_options ::= db_options KEEP variable_list */ - 357, /* (98) db_options ::= db_options PAGES NK_INTEGER */ - 357, /* (99) db_options ::= db_options PAGESIZE NK_INTEGER */ - 357, /* (100) db_options ::= db_options TSDB_PAGESIZE NK_INTEGER */ - 357, /* (101) db_options ::= db_options PRECISION NK_STRING */ - 357, /* (102) db_options ::= db_options REPLICA NK_INTEGER */ - 357, /* (103) db_options ::= db_options VGROUPS NK_INTEGER */ - 357, /* (104) db_options ::= db_options SINGLE_STABLE NK_INTEGER */ - 357, /* (105) db_options ::= db_options RETENTIONS retention_list */ - 357, /* (106) db_options ::= db_options SCHEMALESS NK_INTEGER */ - 357, /* (107) db_options ::= db_options WAL_LEVEL NK_INTEGER */ - 357, /* (108) db_options ::= db_options WAL_FSYNC_PERIOD NK_INTEGER */ - 357, /* (109) db_options ::= db_options WAL_RETENTION_PERIOD NK_INTEGER */ - 357, /* (110) db_options ::= db_options WAL_RETENTION_PERIOD NK_MINUS NK_INTEGER */ - 357, /* (111) db_options ::= db_options WAL_RETENTION_SIZE NK_INTEGER */ - 357, /* (112) db_options ::= db_options WAL_RETENTION_SIZE NK_MINUS NK_INTEGER */ - 357, /* (113) db_options ::= db_options WAL_ROLL_PERIOD NK_INTEGER */ - 357, /* (114) db_options ::= db_options WAL_SEGMENT_SIZE NK_INTEGER */ - 357, /* (115) db_options ::= db_options STT_TRIGGER NK_INTEGER */ - 357, /* (116) db_options ::= db_options TABLE_PREFIX signed */ - 357, /* (117) db_options ::= db_options TABLE_SUFFIX signed */ - 359, /* (118) alter_db_options ::= alter_db_option */ - 359, /* (119) alter_db_options ::= alter_db_options alter_db_option */ - 367, /* (120) alter_db_option ::= BUFFER NK_INTEGER */ - 367, /* (121) alter_db_option ::= CACHEMODEL NK_STRING */ - 367, /* (122) alter_db_option ::= CACHESIZE NK_INTEGER */ - 367, /* (123) alter_db_option ::= WAL_FSYNC_PERIOD NK_INTEGER */ - 367, /* (124) alter_db_option ::= KEEP integer_list */ - 367, /* (125) alter_db_option ::= KEEP variable_list */ - 367, /* (126) alter_db_option ::= PAGES NK_INTEGER */ - 367, /* (127) alter_db_option ::= REPLICA NK_INTEGER */ - 367, /* (128) alter_db_option ::= WAL_LEVEL NK_INTEGER */ - 367, /* (129) alter_db_option ::= STT_TRIGGER NK_INTEGER */ - 367, /* (130) alter_db_option ::= MINROWS NK_INTEGER */ - 367, /* (131) alter_db_option ::= WAL_RETENTION_PERIOD NK_INTEGER */ - 367, /* (132) alter_db_option ::= WAL_RETENTION_PERIOD NK_MINUS NK_INTEGER */ - 367, /* (133) alter_db_option ::= WAL_RETENTION_SIZE NK_INTEGER */ - 367, /* (134) alter_db_option ::= WAL_RETENTION_SIZE NK_MINUS NK_INTEGER */ - 363, /* (135) integer_list ::= NK_INTEGER */ - 363, /* (136) integer_list ::= integer_list NK_COMMA NK_INTEGER */ - 364, /* (137) variable_list ::= NK_VARIABLE */ - 364, /* (138) variable_list ::= variable_list NK_COMMA NK_VARIABLE */ - 365, /* (139) retention_list ::= retention */ - 365, /* (140) retention_list ::= retention_list NK_COMMA retention */ - 368, /* (141) retention ::= NK_VARIABLE NK_COLON NK_VARIABLE */ - 360, /* (142) speed_opt ::= */ - 360, /* (143) speed_opt ::= MAX_SPEED NK_INTEGER */ - 361, /* (144) start_opt ::= */ - 361, /* (145) start_opt ::= START WITH NK_INTEGER */ - 361, /* (146) start_opt ::= START WITH NK_STRING */ - 361, /* (147) start_opt ::= START WITH TIMESTAMP NK_STRING */ - 362, /* (148) end_opt ::= */ - 362, /* (149) end_opt ::= END WITH NK_INTEGER */ - 362, /* (150) end_opt ::= END WITH NK_STRING */ - 362, /* (151) end_opt ::= END WITH TIMESTAMP NK_STRING */ - 337, /* (152) cmd ::= CREATE TABLE not_exists_opt full_table_name NK_LP column_def_list NK_RP tags_def_opt table_options */ - 337, /* (153) cmd ::= CREATE TABLE multi_create_clause */ - 337, /* (154) cmd ::= CREATE STABLE not_exists_opt full_table_name NK_LP column_def_list NK_RP tags_def table_options */ - 337, /* (155) cmd ::= DROP TABLE multi_drop_clause */ - 337, /* (156) cmd ::= DROP STABLE exists_opt full_table_name */ - 337, /* (157) cmd ::= ALTER TABLE alter_table_clause */ - 337, /* (158) cmd ::= ALTER STABLE alter_table_clause */ - 376, /* (159) alter_table_clause ::= full_table_name alter_table_options */ - 376, /* (160) alter_table_clause ::= full_table_name ADD COLUMN column_name type_name */ - 376, /* (161) alter_table_clause ::= full_table_name DROP COLUMN column_name */ - 376, /* (162) alter_table_clause ::= full_table_name MODIFY COLUMN column_name type_name */ - 376, /* (163) alter_table_clause ::= full_table_name RENAME COLUMN column_name column_name */ - 376, /* (164) alter_table_clause ::= full_table_name ADD TAG column_name type_name */ - 376, /* (165) alter_table_clause ::= full_table_name DROP TAG column_name */ - 376, /* (166) alter_table_clause ::= full_table_name MODIFY TAG column_name type_name */ - 376, /* (167) alter_table_clause ::= full_table_name RENAME TAG column_name column_name */ - 376, /* (168) alter_table_clause ::= full_table_name SET TAG column_name NK_EQ signed_literal */ - 373, /* (169) multi_create_clause ::= create_subtable_clause */ - 373, /* (170) multi_create_clause ::= multi_create_clause create_subtable_clause */ - 381, /* (171) create_subtable_clause ::= not_exists_opt full_table_name USING full_table_name specific_cols_opt TAGS NK_LP expression_list NK_RP table_options */ - 375, /* (172) multi_drop_clause ::= drop_table_clause */ - 375, /* (173) multi_drop_clause ::= multi_drop_clause NK_COMMA drop_table_clause */ - 384, /* (174) drop_table_clause ::= exists_opt full_table_name */ - 382, /* (175) specific_cols_opt ::= */ - 382, /* (176) specific_cols_opt ::= NK_LP col_name_list NK_RP */ - 369, /* (177) full_table_name ::= table_name */ - 369, /* (178) full_table_name ::= db_name NK_DOT table_name */ - 370, /* (179) column_def_list ::= column_def */ - 370, /* (180) column_def_list ::= column_def_list NK_COMMA column_def */ - 386, /* (181) column_def ::= column_name type_name */ - 379, /* (182) type_name ::= BOOL */ - 379, /* (183) type_name ::= TINYINT */ - 379, /* (184) type_name ::= SMALLINT */ - 379, /* (185) type_name ::= INT */ - 379, /* (186) type_name ::= INTEGER */ - 379, /* (187) type_name ::= BIGINT */ - 379, /* (188) type_name ::= FLOAT */ - 379, /* (189) type_name ::= DOUBLE */ - 379, /* (190) type_name ::= BINARY NK_LP NK_INTEGER NK_RP */ - 379, /* (191) type_name ::= TIMESTAMP */ - 379, /* (192) type_name ::= NCHAR NK_LP NK_INTEGER NK_RP */ - 379, /* (193) type_name ::= TINYINT UNSIGNED */ - 379, /* (194) type_name ::= SMALLINT UNSIGNED */ - 379, /* (195) type_name ::= INT UNSIGNED */ - 379, /* (196) type_name ::= BIGINT UNSIGNED */ - 379, /* (197) type_name ::= JSON */ - 379, /* (198) type_name ::= VARCHAR NK_LP NK_INTEGER NK_RP */ - 379, /* (199) type_name ::= MEDIUMBLOB */ - 379, /* (200) type_name ::= BLOB */ - 379, /* (201) type_name ::= VARBINARY NK_LP NK_INTEGER NK_RP */ - 379, /* (202) type_name ::= GEOMETRY NK_LP NK_INTEGER NK_RP */ - 379, /* (203) type_name ::= DECIMAL */ - 379, /* (204) type_name ::= DECIMAL NK_LP NK_INTEGER NK_RP */ - 379, /* (205) type_name ::= DECIMAL NK_LP NK_INTEGER NK_COMMA NK_INTEGER NK_RP */ - 371, /* (206) tags_def_opt ::= */ - 371, /* (207) tags_def_opt ::= tags_def */ - 374, /* (208) tags_def ::= TAGS NK_LP column_def_list NK_RP */ - 372, /* (209) table_options ::= */ - 372, /* (210) table_options ::= table_options COMMENT NK_STRING */ - 372, /* (211) table_options ::= table_options MAX_DELAY duration_list */ - 372, /* (212) table_options ::= table_options WATERMARK duration_list */ - 372, /* (213) table_options ::= table_options ROLLUP NK_LP rollup_func_list NK_RP */ - 372, /* (214) table_options ::= table_options TTL NK_INTEGER */ - 372, /* (215) table_options ::= table_options SMA NK_LP col_name_list NK_RP */ - 372, /* (216) table_options ::= table_options DELETE_MARK duration_list */ - 377, /* (217) alter_table_options ::= alter_table_option */ - 377, /* (218) alter_table_options ::= alter_table_options alter_table_option */ - 389, /* (219) alter_table_option ::= COMMENT NK_STRING */ - 389, /* (220) alter_table_option ::= TTL NK_INTEGER */ - 387, /* (221) duration_list ::= duration_literal */ - 387, /* (222) duration_list ::= duration_list NK_COMMA duration_literal */ - 388, /* (223) rollup_func_list ::= rollup_func_name */ - 388, /* (224) rollup_func_list ::= rollup_func_list NK_COMMA rollup_func_name */ - 391, /* (225) rollup_func_name ::= function_name */ - 391, /* (226) rollup_func_name ::= FIRST */ - 391, /* (227) rollup_func_name ::= LAST */ - 385, /* (228) col_name_list ::= col_name */ - 385, /* (229) col_name_list ::= col_name_list NK_COMMA col_name */ - 393, /* (230) col_name ::= column_name */ - 337, /* (231) cmd ::= SHOW DNODES */ - 337, /* (232) cmd ::= SHOW USERS */ - 337, /* (233) cmd ::= SHOW USER PRIVILEGES */ - 337, /* (234) cmd ::= SHOW DATABASES */ - 337, /* (235) cmd ::= SHOW db_name_cond_opt TABLES like_pattern_opt */ - 337, /* (236) cmd ::= SHOW db_name_cond_opt STABLES like_pattern_opt */ - 337, /* (237) cmd ::= SHOW db_name_cond_opt VGROUPS */ - 337, /* (238) cmd ::= SHOW MNODES */ - 337, /* (239) cmd ::= SHOW QNODES */ - 337, /* (240) cmd ::= SHOW FUNCTIONS */ - 337, /* (241) cmd ::= SHOW INDEXES FROM table_name_cond from_db_opt */ - 337, /* (242) cmd ::= SHOW STREAMS */ - 337, /* (243) cmd ::= SHOW ACCOUNTS */ - 337, /* (244) cmd ::= SHOW APPS */ - 337, /* (245) cmd ::= SHOW CONNECTIONS */ - 337, /* (246) cmd ::= SHOW LICENCES */ - 337, /* (247) cmd ::= SHOW GRANTS */ - 337, /* (248) cmd ::= SHOW CREATE DATABASE db_name */ - 337, /* (249) cmd ::= SHOW CREATE TABLE full_table_name */ - 337, /* (250) cmd ::= SHOW CREATE STABLE full_table_name */ - 337, /* (251) cmd ::= SHOW QUERIES */ - 337, /* (252) cmd ::= SHOW SCORES */ - 337, /* (253) cmd ::= SHOW TOPICS */ - 337, /* (254) cmd ::= SHOW VARIABLES */ - 337, /* (255) cmd ::= SHOW CLUSTER VARIABLES */ - 337, /* (256) cmd ::= SHOW LOCAL VARIABLES */ - 337, /* (257) cmd ::= SHOW DNODE NK_INTEGER VARIABLES like_pattern_opt */ - 337, /* (258) cmd ::= SHOW BNODES */ - 337, /* (259) cmd ::= SHOW SNODES */ - 337, /* (260) cmd ::= SHOW CLUSTER */ - 337, /* (261) cmd ::= SHOW TRANSACTIONS */ - 337, /* (262) cmd ::= SHOW TABLE DISTRIBUTED full_table_name */ - 337, /* (263) cmd ::= SHOW CONSUMERS */ - 337, /* (264) cmd ::= SHOW SUBSCRIPTIONS */ - 337, /* (265) cmd ::= SHOW TAGS FROM table_name_cond from_db_opt */ - 337, /* (266) cmd ::= SHOW TABLE TAGS tag_list_opt FROM table_name_cond from_db_opt */ - 337, /* (267) cmd ::= SHOW VNODES NK_INTEGER */ - 337, /* (268) cmd ::= SHOW VNODES NK_STRING */ - 337, /* (269) cmd ::= SHOW db_name_cond_opt ALIVE */ - 337, /* (270) cmd ::= SHOW CLUSTER ALIVE */ - 394, /* (271) db_name_cond_opt ::= */ - 394, /* (272) db_name_cond_opt ::= db_name NK_DOT */ - 395, /* (273) like_pattern_opt ::= */ - 395, /* (274) like_pattern_opt ::= LIKE NK_STRING */ - 396, /* (275) table_name_cond ::= table_name */ - 397, /* (276) from_db_opt ::= */ - 397, /* (277) from_db_opt ::= FROM db_name */ - 398, /* (278) tag_list_opt ::= */ - 398, /* (279) tag_list_opt ::= tag_item */ - 398, /* (280) tag_list_opt ::= tag_list_opt NK_COMMA tag_item */ - 399, /* (281) tag_item ::= TBNAME */ - 399, /* (282) tag_item ::= QTAGS */ - 399, /* (283) tag_item ::= column_name */ - 399, /* (284) tag_item ::= column_name column_alias */ - 399, /* (285) tag_item ::= column_name AS column_alias */ - 337, /* (286) cmd ::= CREATE SMA INDEX not_exists_opt full_index_name ON full_table_name index_options */ - 337, /* (287) cmd ::= CREATE INDEX not_exists_opt full_index_name ON full_table_name NK_LP col_name_list NK_RP */ - 337, /* (288) cmd ::= DROP INDEX exists_opt full_index_name */ - 401, /* (289) full_index_name ::= index_name */ - 401, /* (290) full_index_name ::= db_name NK_DOT index_name */ - 402, /* (291) index_options ::= FUNCTION NK_LP func_list NK_RP INTERVAL NK_LP duration_literal NK_RP sliding_opt sma_stream_opt */ - 402, /* (292) index_options ::= FUNCTION NK_LP func_list NK_RP INTERVAL NK_LP duration_literal NK_COMMA duration_literal NK_RP sliding_opt sma_stream_opt */ - 404, /* (293) func_list ::= func */ - 404, /* (294) func_list ::= func_list NK_COMMA func */ - 407, /* (295) func ::= sma_func_name NK_LP expression_list NK_RP */ - 408, /* (296) sma_func_name ::= function_name */ - 408, /* (297) sma_func_name ::= COUNT */ - 408, /* (298) sma_func_name ::= FIRST */ - 408, /* (299) sma_func_name ::= LAST */ - 408, /* (300) sma_func_name ::= LAST_ROW */ - 406, /* (301) sma_stream_opt ::= */ - 406, /* (302) sma_stream_opt ::= sma_stream_opt WATERMARK duration_literal */ - 406, /* (303) sma_stream_opt ::= sma_stream_opt MAX_DELAY duration_literal */ - 406, /* (304) sma_stream_opt ::= sma_stream_opt DELETE_MARK duration_literal */ - 337, /* (305) cmd ::= CREATE TOPIC not_exists_opt topic_name AS query_or_subquery */ - 337, /* (306) cmd ::= CREATE TOPIC not_exists_opt topic_name AS DATABASE db_name */ - 337, /* (307) cmd ::= CREATE TOPIC not_exists_opt topic_name WITH META AS DATABASE db_name */ - 337, /* (308) cmd ::= CREATE TOPIC not_exists_opt topic_name AS STABLE full_table_name where_clause_opt */ - 337, /* (309) cmd ::= CREATE TOPIC not_exists_opt topic_name WITH META AS STABLE full_table_name where_clause_opt */ - 337, /* (310) cmd ::= DROP TOPIC exists_opt topic_name */ - 337, /* (311) cmd ::= DROP CONSUMER GROUP exists_opt cgroup_name ON topic_name */ - 337, /* (312) cmd ::= DESC full_table_name */ - 337, /* (313) cmd ::= DESCRIBE full_table_name */ - 337, /* (314) cmd ::= RESET QUERY CACHE */ - 337, /* (315) cmd ::= EXPLAIN analyze_opt explain_options query_or_subquery */ - 337, /* (316) cmd ::= EXPLAIN analyze_opt explain_options insert_query */ - 412, /* (317) analyze_opt ::= */ - 412, /* (318) analyze_opt ::= ANALYZE */ - 413, /* (319) explain_options ::= */ - 413, /* (320) explain_options ::= explain_options VERBOSE NK_BOOL */ - 413, /* (321) explain_options ::= explain_options RATIO NK_FLOAT */ - 337, /* (322) cmd ::= CREATE or_replace_opt agg_func_opt FUNCTION not_exists_opt function_name AS NK_STRING OUTPUTTYPE type_name bufsize_opt language_opt */ - 337, /* (323) cmd ::= DROP FUNCTION exists_opt function_name */ - 416, /* (324) agg_func_opt ::= */ - 416, /* (325) agg_func_opt ::= AGGREGATE */ - 417, /* (326) bufsize_opt ::= */ - 417, /* (327) bufsize_opt ::= BUFSIZE NK_INTEGER */ - 418, /* (328) language_opt ::= */ - 418, /* (329) language_opt ::= LANGUAGE NK_STRING */ - 415, /* (330) or_replace_opt ::= */ - 415, /* (331) or_replace_opt ::= OR REPLACE */ - 337, /* (332) cmd ::= CREATE STREAM not_exists_opt stream_name stream_options INTO full_table_name col_list_opt tag_def_or_ref_opt subtable_opt AS query_or_subquery */ - 337, /* (333) cmd ::= DROP STREAM exists_opt stream_name */ - 337, /* (334) cmd ::= PAUSE STREAM exists_opt stream_name */ - 337, /* (335) cmd ::= RESUME STREAM exists_opt ignore_opt stream_name */ - 421, /* (336) col_list_opt ::= */ - 421, /* (337) col_list_opt ::= NK_LP col_name_list NK_RP */ - 422, /* (338) tag_def_or_ref_opt ::= */ - 422, /* (339) tag_def_or_ref_opt ::= tags_def */ - 422, /* (340) tag_def_or_ref_opt ::= TAGS NK_LP col_name_list NK_RP */ - 420, /* (341) stream_options ::= */ - 420, /* (342) stream_options ::= stream_options TRIGGER AT_ONCE */ - 420, /* (343) stream_options ::= stream_options TRIGGER WINDOW_CLOSE */ - 420, /* (344) stream_options ::= stream_options TRIGGER MAX_DELAY duration_literal */ - 420, /* (345) stream_options ::= stream_options WATERMARK duration_literal */ - 420, /* (346) stream_options ::= stream_options IGNORE EXPIRED NK_INTEGER */ - 420, /* (347) stream_options ::= stream_options FILL_HISTORY NK_INTEGER */ - 420, /* (348) stream_options ::= stream_options DELETE_MARK duration_literal */ - 420, /* (349) stream_options ::= stream_options IGNORE UPDATE NK_INTEGER */ - 423, /* (350) subtable_opt ::= */ - 423, /* (351) subtable_opt ::= SUBTABLE NK_LP expression NK_RP */ - 424, /* (352) ignore_opt ::= */ - 424, /* (353) ignore_opt ::= IGNORE UNTREATED */ - 337, /* (354) cmd ::= KILL CONNECTION NK_INTEGER */ - 337, /* (355) cmd ::= KILL QUERY NK_STRING */ - 337, /* (356) cmd ::= KILL TRANSACTION NK_INTEGER */ - 337, /* (357) cmd ::= BALANCE VGROUP */ - 337, /* (358) cmd ::= BALANCE VGROUP LEADER */ - 337, /* (359) cmd ::= MERGE VGROUP NK_INTEGER NK_INTEGER */ - 337, /* (360) cmd ::= REDISTRIBUTE VGROUP NK_INTEGER dnode_list */ - 337, /* (361) cmd ::= SPLIT VGROUP NK_INTEGER */ - 426, /* (362) dnode_list ::= DNODE NK_INTEGER */ - 426, /* (363) dnode_list ::= dnode_list DNODE NK_INTEGER */ - 337, /* (364) cmd ::= DELETE FROM full_table_name where_clause_opt */ - 337, /* (365) cmd ::= query_or_subquery */ - 337, /* (366) cmd ::= insert_query */ - 414, /* (367) insert_query ::= INSERT INTO full_table_name NK_LP col_name_list NK_RP query_or_subquery */ - 414, /* (368) insert_query ::= INSERT INTO full_table_name query_or_subquery */ - 340, /* (369) literal ::= NK_INTEGER */ - 340, /* (370) literal ::= NK_FLOAT */ - 340, /* (371) literal ::= NK_STRING */ - 340, /* (372) literal ::= NK_BOOL */ - 340, /* (373) literal ::= TIMESTAMP NK_STRING */ - 340, /* (374) literal ::= duration_literal */ - 340, /* (375) literal ::= NULL */ - 340, /* (376) literal ::= NK_QUESTION */ - 390, /* (377) duration_literal ::= NK_VARIABLE */ - 366, /* (378) signed ::= NK_INTEGER */ - 366, /* (379) signed ::= NK_PLUS NK_INTEGER */ - 366, /* (380) signed ::= NK_MINUS NK_INTEGER */ - 366, /* (381) signed ::= NK_FLOAT */ - 366, /* (382) signed ::= NK_PLUS NK_FLOAT */ - 366, /* (383) signed ::= NK_MINUS NK_FLOAT */ - 380, /* (384) signed_literal ::= signed */ - 380, /* (385) signed_literal ::= NK_STRING */ - 380, /* (386) signed_literal ::= NK_BOOL */ - 380, /* (387) signed_literal ::= TIMESTAMP NK_STRING */ - 380, /* (388) signed_literal ::= duration_literal */ - 380, /* (389) signed_literal ::= NULL */ - 380, /* (390) signed_literal ::= literal_func */ - 380, /* (391) signed_literal ::= NK_QUESTION */ - 428, /* (392) literal_list ::= signed_literal */ - 428, /* (393) literal_list ::= literal_list NK_COMMA signed_literal */ - 349, /* (394) db_name ::= NK_ID */ - 350, /* (395) table_name ::= NK_ID */ - 378, /* (396) column_name ::= NK_ID */ - 392, /* (397) function_name ::= NK_ID */ - 429, /* (398) table_alias ::= NK_ID */ - 400, /* (399) column_alias ::= NK_ID */ - 342, /* (400) user_name ::= NK_ID */ - 351, /* (401) topic_name ::= NK_ID */ - 419, /* (402) stream_name ::= NK_ID */ - 411, /* (403) cgroup_name ::= NK_ID */ - 403, /* (404) index_name ::= NK_ID */ - 430, /* (405) expr_or_subquery ::= expression */ - 425, /* (406) expression ::= literal */ - 425, /* (407) expression ::= pseudo_column */ - 425, /* (408) expression ::= column_reference */ - 425, /* (409) expression ::= function_expression */ - 425, /* (410) expression ::= case_when_expression */ - 425, /* (411) expression ::= NK_LP expression NK_RP */ - 425, /* (412) expression ::= NK_PLUS expr_or_subquery */ - 425, /* (413) expression ::= NK_MINUS expr_or_subquery */ - 425, /* (414) expression ::= expr_or_subquery NK_PLUS expr_or_subquery */ - 425, /* (415) expression ::= expr_or_subquery NK_MINUS expr_or_subquery */ - 425, /* (416) expression ::= expr_or_subquery NK_STAR expr_or_subquery */ - 425, /* (417) expression ::= expr_or_subquery NK_SLASH expr_or_subquery */ - 425, /* (418) expression ::= expr_or_subquery NK_REM expr_or_subquery */ - 425, /* (419) expression ::= column_reference NK_ARROW NK_STRING */ - 425, /* (420) expression ::= expr_or_subquery NK_BITAND expr_or_subquery */ - 425, /* (421) expression ::= expr_or_subquery NK_BITOR expr_or_subquery */ - 383, /* (422) expression_list ::= expr_or_subquery */ - 383, /* (423) expression_list ::= expression_list NK_COMMA expr_or_subquery */ - 432, /* (424) column_reference ::= column_name */ - 432, /* (425) column_reference ::= table_name NK_DOT column_name */ - 431, /* (426) pseudo_column ::= ROWTS */ - 431, /* (427) pseudo_column ::= TBNAME */ - 431, /* (428) pseudo_column ::= table_name NK_DOT TBNAME */ - 431, /* (429) pseudo_column ::= QSTART */ - 431, /* (430) pseudo_column ::= QEND */ - 431, /* (431) pseudo_column ::= QDURATION */ - 431, /* (432) pseudo_column ::= WSTART */ - 431, /* (433) pseudo_column ::= WEND */ - 431, /* (434) pseudo_column ::= WDURATION */ - 431, /* (435) pseudo_column ::= IROWTS */ - 431, /* (436) pseudo_column ::= ISFILLED */ - 431, /* (437) pseudo_column ::= QTAGS */ - 433, /* (438) function_expression ::= function_name NK_LP expression_list NK_RP */ - 433, /* (439) function_expression ::= star_func NK_LP star_func_para_list NK_RP */ - 433, /* (440) function_expression ::= CAST NK_LP expr_or_subquery AS type_name NK_RP */ - 433, /* (441) function_expression ::= literal_func */ - 427, /* (442) literal_func ::= noarg_func NK_LP NK_RP */ - 427, /* (443) literal_func ::= NOW */ - 437, /* (444) noarg_func ::= NOW */ - 437, /* (445) noarg_func ::= TODAY */ - 437, /* (446) noarg_func ::= TIMEZONE */ - 437, /* (447) noarg_func ::= DATABASE */ - 437, /* (448) noarg_func ::= CLIENT_VERSION */ - 437, /* (449) noarg_func ::= SERVER_VERSION */ - 437, /* (450) noarg_func ::= SERVER_STATUS */ - 437, /* (451) noarg_func ::= CURRENT_USER */ - 437, /* (452) noarg_func ::= USER */ - 435, /* (453) star_func ::= COUNT */ - 435, /* (454) star_func ::= FIRST */ - 435, /* (455) star_func ::= LAST */ - 435, /* (456) star_func ::= LAST_ROW */ - 436, /* (457) star_func_para_list ::= NK_STAR */ - 436, /* (458) star_func_para_list ::= other_para_list */ - 438, /* (459) other_para_list ::= star_func_para */ - 438, /* (460) other_para_list ::= other_para_list NK_COMMA star_func_para */ - 439, /* (461) star_func_para ::= expr_or_subquery */ - 439, /* (462) star_func_para ::= table_name NK_DOT NK_STAR */ - 434, /* (463) case_when_expression ::= CASE when_then_list case_when_else_opt END */ - 434, /* (464) case_when_expression ::= CASE common_expression when_then_list case_when_else_opt END */ - 440, /* (465) when_then_list ::= when_then_expr */ - 440, /* (466) when_then_list ::= when_then_list when_then_expr */ - 443, /* (467) when_then_expr ::= WHEN common_expression THEN common_expression */ - 441, /* (468) case_when_else_opt ::= */ - 441, /* (469) case_when_else_opt ::= ELSE common_expression */ - 444, /* (470) predicate ::= expr_or_subquery compare_op expr_or_subquery */ - 444, /* (471) predicate ::= expr_or_subquery BETWEEN expr_or_subquery AND expr_or_subquery */ - 444, /* (472) predicate ::= expr_or_subquery NOT BETWEEN expr_or_subquery AND expr_or_subquery */ - 444, /* (473) predicate ::= expr_or_subquery IS NULL */ - 444, /* (474) predicate ::= expr_or_subquery IS NOT NULL */ - 444, /* (475) predicate ::= expr_or_subquery in_op in_predicate_value */ - 445, /* (476) compare_op ::= NK_LT */ - 445, /* (477) compare_op ::= NK_GT */ - 445, /* (478) compare_op ::= NK_LE */ - 445, /* (479) compare_op ::= NK_GE */ - 445, /* (480) compare_op ::= NK_NE */ - 445, /* (481) compare_op ::= NK_EQ */ - 445, /* (482) compare_op ::= LIKE */ - 445, /* (483) compare_op ::= NOT LIKE */ - 445, /* (484) compare_op ::= MATCH */ - 445, /* (485) compare_op ::= NMATCH */ - 445, /* (486) compare_op ::= CONTAINS */ - 446, /* (487) in_op ::= IN */ - 446, /* (488) in_op ::= NOT IN */ - 447, /* (489) in_predicate_value ::= NK_LP literal_list NK_RP */ - 448, /* (490) boolean_value_expression ::= boolean_primary */ - 448, /* (491) boolean_value_expression ::= NOT boolean_primary */ - 448, /* (492) boolean_value_expression ::= boolean_value_expression OR boolean_value_expression */ - 448, /* (493) boolean_value_expression ::= boolean_value_expression AND boolean_value_expression */ - 449, /* (494) boolean_primary ::= predicate */ - 449, /* (495) boolean_primary ::= NK_LP boolean_value_expression NK_RP */ - 442, /* (496) common_expression ::= expr_or_subquery */ - 442, /* (497) common_expression ::= boolean_value_expression */ - 450, /* (498) from_clause_opt ::= */ - 450, /* (499) from_clause_opt ::= FROM table_reference_list */ - 451, /* (500) table_reference_list ::= table_reference */ - 451, /* (501) table_reference_list ::= table_reference_list NK_COMMA table_reference */ - 452, /* (502) table_reference ::= table_primary */ - 452, /* (503) table_reference ::= joined_table */ - 453, /* (504) table_primary ::= table_name alias_opt */ - 453, /* (505) table_primary ::= db_name NK_DOT table_name alias_opt */ - 453, /* (506) table_primary ::= subquery alias_opt */ - 453, /* (507) table_primary ::= parenthesized_joined_table */ - 455, /* (508) alias_opt ::= */ - 455, /* (509) alias_opt ::= table_alias */ - 455, /* (510) alias_opt ::= AS table_alias */ - 457, /* (511) parenthesized_joined_table ::= NK_LP joined_table NK_RP */ - 457, /* (512) parenthesized_joined_table ::= NK_LP parenthesized_joined_table NK_RP */ - 454, /* (513) joined_table ::= table_reference join_type JOIN table_reference ON search_condition */ - 458, /* (514) join_type ::= */ - 458, /* (515) join_type ::= INNER */ - 459, /* (516) query_specification ::= SELECT set_quantifier_opt select_list from_clause_opt where_clause_opt partition_by_clause_opt range_opt every_opt fill_opt twindow_clause_opt group_by_clause_opt having_clause_opt */ - 460, /* (517) set_quantifier_opt ::= */ - 460, /* (518) set_quantifier_opt ::= DISTINCT */ - 460, /* (519) set_quantifier_opt ::= ALL */ - 461, /* (520) select_list ::= select_item */ - 461, /* (521) select_list ::= select_list NK_COMMA select_item */ - 469, /* (522) select_item ::= NK_STAR */ - 469, /* (523) select_item ::= common_expression */ - 469, /* (524) select_item ::= common_expression column_alias */ - 469, /* (525) select_item ::= common_expression AS column_alias */ - 469, /* (526) select_item ::= table_name NK_DOT NK_STAR */ - 410, /* (527) where_clause_opt ::= */ - 410, /* (528) where_clause_opt ::= WHERE search_condition */ - 462, /* (529) partition_by_clause_opt ::= */ - 462, /* (530) partition_by_clause_opt ::= PARTITION BY partition_list */ - 470, /* (531) partition_list ::= partition_item */ - 470, /* (532) partition_list ::= partition_list NK_COMMA partition_item */ - 471, /* (533) partition_item ::= expr_or_subquery */ - 471, /* (534) partition_item ::= expr_or_subquery column_alias */ - 471, /* (535) partition_item ::= expr_or_subquery AS column_alias */ - 466, /* (536) twindow_clause_opt ::= */ - 466, /* (537) twindow_clause_opt ::= SESSION NK_LP column_reference NK_COMMA duration_literal NK_RP */ - 466, /* (538) twindow_clause_opt ::= STATE_WINDOW NK_LP expr_or_subquery NK_RP */ - 466, /* (539) twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_RP sliding_opt fill_opt */ - 466, /* (540) twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_COMMA duration_literal NK_RP sliding_opt fill_opt */ - 466, /* (541) twindow_clause_opt ::= EVENT_WINDOW START WITH search_condition END WITH search_condition */ - 405, /* (542) sliding_opt ::= */ - 405, /* (543) sliding_opt ::= SLIDING NK_LP duration_literal NK_RP */ - 465, /* (544) fill_opt ::= */ - 465, /* (545) fill_opt ::= FILL NK_LP fill_mode NK_RP */ - 465, /* (546) fill_opt ::= FILL NK_LP VALUE NK_COMMA expression_list NK_RP */ - 465, /* (547) fill_opt ::= FILL NK_LP VALUE_F NK_COMMA expression_list NK_RP */ - 472, /* (548) fill_mode ::= NONE */ - 472, /* (549) fill_mode ::= PREV */ - 472, /* (550) fill_mode ::= NULL */ - 472, /* (551) fill_mode ::= NULL_F */ - 472, /* (552) fill_mode ::= LINEAR */ - 472, /* (553) fill_mode ::= NEXT */ - 467, /* (554) group_by_clause_opt ::= */ - 467, /* (555) group_by_clause_opt ::= GROUP BY group_by_list */ - 473, /* (556) group_by_list ::= expr_or_subquery */ - 473, /* (557) group_by_list ::= group_by_list NK_COMMA expr_or_subquery */ - 468, /* (558) having_clause_opt ::= */ - 468, /* (559) having_clause_opt ::= HAVING search_condition */ - 463, /* (560) range_opt ::= */ - 463, /* (561) range_opt ::= RANGE NK_LP expr_or_subquery NK_COMMA expr_or_subquery NK_RP */ - 463, /* (562) range_opt ::= RANGE NK_LP expr_or_subquery NK_RP */ - 464, /* (563) every_opt ::= */ - 464, /* (564) every_opt ::= EVERY NK_LP duration_literal NK_RP */ - 474, /* (565) query_expression ::= query_simple order_by_clause_opt slimit_clause_opt limit_clause_opt */ - 475, /* (566) query_simple ::= query_specification */ - 475, /* (567) query_simple ::= union_query_expression */ - 479, /* (568) union_query_expression ::= query_simple_or_subquery UNION ALL query_simple_or_subquery */ - 479, /* (569) union_query_expression ::= query_simple_or_subquery UNION query_simple_or_subquery */ - 480, /* (570) query_simple_or_subquery ::= query_simple */ - 480, /* (571) query_simple_or_subquery ::= subquery */ - 409, /* (572) query_or_subquery ::= query_expression */ - 409, /* (573) query_or_subquery ::= subquery */ - 476, /* (574) order_by_clause_opt ::= */ - 476, /* (575) order_by_clause_opt ::= ORDER BY sort_specification_list */ - 477, /* (576) slimit_clause_opt ::= */ - 477, /* (577) slimit_clause_opt ::= SLIMIT NK_INTEGER */ - 477, /* (578) slimit_clause_opt ::= SLIMIT NK_INTEGER SOFFSET NK_INTEGER */ - 477, /* (579) slimit_clause_opt ::= SLIMIT NK_INTEGER NK_COMMA NK_INTEGER */ - 478, /* (580) limit_clause_opt ::= */ - 478, /* (581) limit_clause_opt ::= LIMIT NK_INTEGER */ - 478, /* (582) limit_clause_opt ::= LIMIT NK_INTEGER OFFSET NK_INTEGER */ - 478, /* (583) limit_clause_opt ::= LIMIT NK_INTEGER NK_COMMA NK_INTEGER */ - 456, /* (584) subquery ::= NK_LP query_expression NK_RP */ - 456, /* (585) subquery ::= NK_LP subquery NK_RP */ - 352, /* (586) search_condition ::= common_expression */ - 481, /* (587) sort_specification_list ::= sort_specification */ - 481, /* (588) sort_specification_list ::= sort_specification_list NK_COMMA sort_specification */ - 482, /* (589) sort_specification ::= expr_or_subquery ordering_specification_opt null_ordering_opt */ - 483, /* (590) ordering_specification_opt ::= */ - 483, /* (591) ordering_specification_opt ::= ASC */ - 483, /* (592) ordering_specification_opt ::= DESC */ - 484, /* (593) null_ordering_opt ::= */ - 484, /* (594) null_ordering_opt ::= NULLS FIRST */ - 484, /* (595) null_ordering_opt ::= NULLS LAST */ + 338, /* (0) cmd ::= CREATE ACCOUNT NK_ID PASS NK_STRING account_options */ + 338, /* (1) cmd ::= ALTER ACCOUNT NK_ID alter_account_options */ + 339, /* (2) account_options ::= */ + 339, /* (3) account_options ::= account_options PPS literal */ + 339, /* (4) account_options ::= account_options TSERIES literal */ + 339, /* (5) account_options ::= account_options STORAGE literal */ + 339, /* (6) account_options ::= account_options STREAMS literal */ + 339, /* (7) account_options ::= account_options QTIME literal */ + 339, /* (8) account_options ::= account_options DBS literal */ + 339, /* (9) account_options ::= account_options USERS literal */ + 339, /* (10) account_options ::= account_options CONNS literal */ + 339, /* (11) account_options ::= account_options STATE literal */ + 340, /* (12) alter_account_options ::= alter_account_option */ + 340, /* (13) alter_account_options ::= alter_account_options alter_account_option */ + 342, /* (14) alter_account_option ::= PASS literal */ + 342, /* (15) alter_account_option ::= PPS literal */ + 342, /* (16) alter_account_option ::= TSERIES literal */ + 342, /* (17) alter_account_option ::= STORAGE literal */ + 342, /* (18) alter_account_option ::= STREAMS literal */ + 342, /* (19) alter_account_option ::= QTIME literal */ + 342, /* (20) alter_account_option ::= DBS literal */ + 342, /* (21) alter_account_option ::= USERS literal */ + 342, /* (22) alter_account_option ::= CONNS literal */ + 342, /* (23) alter_account_option ::= STATE literal */ + 338, /* (24) cmd ::= CREATE USER user_name PASS NK_STRING sysinfo_opt */ + 338, /* (25) cmd ::= ALTER USER user_name PASS NK_STRING */ + 338, /* (26) cmd ::= ALTER USER user_name ENABLE NK_INTEGER */ + 338, /* (27) cmd ::= ALTER USER user_name SYSINFO NK_INTEGER */ + 338, /* (28) cmd ::= DROP USER user_name */ + 344, /* (29) sysinfo_opt ::= */ + 344, /* (30) sysinfo_opt ::= SYSINFO NK_INTEGER */ + 338, /* (31) cmd ::= GRANT privileges ON priv_level with_opt TO user_name */ + 338, /* (32) cmd ::= REVOKE privileges ON priv_level with_opt FROM user_name */ + 345, /* (33) privileges ::= ALL */ + 345, /* (34) privileges ::= priv_type_list */ + 345, /* (35) privileges ::= SUBSCRIBE */ + 348, /* (36) priv_type_list ::= priv_type */ + 348, /* (37) priv_type_list ::= priv_type_list NK_COMMA priv_type */ + 349, /* (38) priv_type ::= READ */ + 349, /* (39) priv_type ::= WRITE */ + 346, /* (40) priv_level ::= NK_STAR NK_DOT NK_STAR */ + 346, /* (41) priv_level ::= db_name NK_DOT NK_STAR */ + 346, /* (42) priv_level ::= db_name NK_DOT table_name */ + 346, /* (43) priv_level ::= topic_name */ + 347, /* (44) with_opt ::= */ + 347, /* (45) with_opt ::= WITH search_condition */ + 338, /* (46) cmd ::= CREATE DNODE dnode_endpoint */ + 338, /* (47) cmd ::= CREATE DNODE dnode_endpoint PORT NK_INTEGER */ + 338, /* (48) cmd ::= DROP DNODE NK_INTEGER force_opt */ + 338, /* (49) cmd ::= DROP DNODE dnode_endpoint force_opt */ + 338, /* (50) cmd ::= DROP DNODE NK_INTEGER unsafe_opt */ + 338, /* (51) cmd ::= DROP DNODE dnode_endpoint unsafe_opt */ + 338, /* (52) cmd ::= ALTER DNODE NK_INTEGER NK_STRING */ + 338, /* (53) cmd ::= ALTER DNODE NK_INTEGER NK_STRING NK_STRING */ + 338, /* (54) cmd ::= ALTER ALL DNODES NK_STRING */ + 338, /* (55) cmd ::= ALTER ALL DNODES NK_STRING NK_STRING */ + 338, /* (56) cmd ::= RESTORE DNODE NK_INTEGER */ + 354, /* (57) dnode_endpoint ::= NK_STRING */ + 354, /* (58) dnode_endpoint ::= NK_ID */ + 354, /* (59) dnode_endpoint ::= NK_IPTOKEN */ + 355, /* (60) force_opt ::= */ + 355, /* (61) force_opt ::= FORCE */ + 356, /* (62) unsafe_opt ::= UNSAFE */ + 338, /* (63) cmd ::= ALTER LOCAL NK_STRING */ + 338, /* (64) cmd ::= ALTER LOCAL NK_STRING NK_STRING */ + 338, /* (65) cmd ::= CREATE QNODE ON DNODE NK_INTEGER */ + 338, /* (66) cmd ::= DROP QNODE ON DNODE NK_INTEGER */ + 338, /* (67) cmd ::= RESTORE QNODE ON DNODE NK_INTEGER */ + 338, /* (68) cmd ::= CREATE BNODE ON DNODE NK_INTEGER */ + 338, /* (69) cmd ::= DROP BNODE ON DNODE NK_INTEGER */ + 338, /* (70) cmd ::= CREATE SNODE ON DNODE NK_INTEGER */ + 338, /* (71) cmd ::= DROP SNODE ON DNODE NK_INTEGER */ + 338, /* (72) cmd ::= CREATE MNODE ON DNODE NK_INTEGER */ + 338, /* (73) cmd ::= DROP MNODE ON DNODE NK_INTEGER */ + 338, /* (74) cmd ::= RESTORE MNODE ON DNODE NK_INTEGER */ + 338, /* (75) cmd ::= RESTORE VNODE ON DNODE NK_INTEGER */ + 338, /* (76) cmd ::= CREATE DATABASE not_exists_opt db_name db_options */ + 338, /* (77) cmd ::= DROP DATABASE exists_opt db_name */ + 338, /* (78) cmd ::= USE db_name */ + 338, /* (79) cmd ::= ALTER DATABASE db_name alter_db_options */ + 338, /* (80) cmd ::= FLUSH DATABASE db_name */ + 338, /* (81) cmd ::= TRIM DATABASE db_name speed_opt */ + 338, /* (82) cmd ::= COMPACT DATABASE db_name start_opt end_opt */ + 357, /* (83) not_exists_opt ::= IF NOT EXISTS */ + 357, /* (84) not_exists_opt ::= */ + 359, /* (85) exists_opt ::= IF EXISTS */ + 359, /* (86) exists_opt ::= */ + 358, /* (87) db_options ::= */ + 358, /* (88) db_options ::= db_options BUFFER NK_INTEGER */ + 358, /* (89) db_options ::= db_options CACHEMODEL NK_STRING */ + 358, /* (90) db_options ::= db_options CACHESIZE NK_INTEGER */ + 358, /* (91) db_options ::= db_options COMP NK_INTEGER */ + 358, /* (92) db_options ::= db_options DURATION NK_INTEGER */ + 358, /* (93) db_options ::= db_options DURATION NK_VARIABLE */ + 358, /* (94) db_options ::= db_options MAXROWS NK_INTEGER */ + 358, /* (95) db_options ::= db_options MINROWS NK_INTEGER */ + 358, /* (96) db_options ::= db_options KEEP integer_list */ + 358, /* (97) db_options ::= db_options KEEP variable_list */ + 358, /* (98) db_options ::= db_options PAGES NK_INTEGER */ + 358, /* (99) db_options ::= db_options PAGESIZE NK_INTEGER */ + 358, /* (100) db_options ::= db_options TSDB_PAGESIZE NK_INTEGER */ + 358, /* (101) db_options ::= db_options PRECISION NK_STRING */ + 358, /* (102) db_options ::= db_options REPLICA NK_INTEGER */ + 358, /* (103) db_options ::= db_options VGROUPS NK_INTEGER */ + 358, /* (104) db_options ::= db_options SINGLE_STABLE NK_INTEGER */ + 358, /* (105) db_options ::= db_options RETENTIONS retention_list */ + 358, /* (106) db_options ::= db_options SCHEMALESS NK_INTEGER */ + 358, /* (107) db_options ::= db_options WAL_LEVEL NK_INTEGER */ + 358, /* (108) db_options ::= db_options WAL_FSYNC_PERIOD NK_INTEGER */ + 358, /* (109) db_options ::= db_options WAL_RETENTION_PERIOD NK_INTEGER */ + 358, /* (110) db_options ::= db_options WAL_RETENTION_PERIOD NK_MINUS NK_INTEGER */ + 358, /* (111) db_options ::= db_options WAL_RETENTION_SIZE NK_INTEGER */ + 358, /* (112) db_options ::= db_options WAL_RETENTION_SIZE NK_MINUS NK_INTEGER */ + 358, /* (113) db_options ::= db_options WAL_ROLL_PERIOD NK_INTEGER */ + 358, /* (114) db_options ::= db_options WAL_SEGMENT_SIZE NK_INTEGER */ + 358, /* (115) db_options ::= db_options STT_TRIGGER NK_INTEGER */ + 358, /* (116) db_options ::= db_options TABLE_PREFIX signed */ + 358, /* (117) db_options ::= db_options TABLE_SUFFIX signed */ + 360, /* (118) alter_db_options ::= alter_db_option */ + 360, /* (119) alter_db_options ::= alter_db_options alter_db_option */ + 368, /* (120) alter_db_option ::= BUFFER NK_INTEGER */ + 368, /* (121) alter_db_option ::= CACHEMODEL NK_STRING */ + 368, /* (122) alter_db_option ::= CACHESIZE NK_INTEGER */ + 368, /* (123) alter_db_option ::= WAL_FSYNC_PERIOD NK_INTEGER */ + 368, /* (124) alter_db_option ::= KEEP integer_list */ + 368, /* (125) alter_db_option ::= KEEP variable_list */ + 368, /* (126) alter_db_option ::= PAGES NK_INTEGER */ + 368, /* (127) alter_db_option ::= REPLICA NK_INTEGER */ + 368, /* (128) alter_db_option ::= WAL_LEVEL NK_INTEGER */ + 368, /* (129) alter_db_option ::= STT_TRIGGER NK_INTEGER */ + 368, /* (130) alter_db_option ::= MINROWS NK_INTEGER */ + 368, /* (131) alter_db_option ::= WAL_RETENTION_PERIOD NK_INTEGER */ + 368, /* (132) alter_db_option ::= WAL_RETENTION_PERIOD NK_MINUS NK_INTEGER */ + 368, /* (133) alter_db_option ::= WAL_RETENTION_SIZE NK_INTEGER */ + 368, /* (134) alter_db_option ::= WAL_RETENTION_SIZE NK_MINUS NK_INTEGER */ + 364, /* (135) integer_list ::= NK_INTEGER */ + 364, /* (136) integer_list ::= integer_list NK_COMMA NK_INTEGER */ + 365, /* (137) variable_list ::= NK_VARIABLE */ + 365, /* (138) variable_list ::= variable_list NK_COMMA NK_VARIABLE */ + 366, /* (139) retention_list ::= retention */ + 366, /* (140) retention_list ::= retention_list NK_COMMA retention */ + 369, /* (141) retention ::= NK_VARIABLE NK_COLON NK_VARIABLE */ + 361, /* (142) speed_opt ::= */ + 361, /* (143) speed_opt ::= MAX_SPEED NK_INTEGER */ + 362, /* (144) start_opt ::= */ + 362, /* (145) start_opt ::= START WITH NK_INTEGER */ + 362, /* (146) start_opt ::= START WITH NK_STRING */ + 362, /* (147) start_opt ::= START WITH TIMESTAMP NK_STRING */ + 363, /* (148) end_opt ::= */ + 363, /* (149) end_opt ::= END WITH NK_INTEGER */ + 363, /* (150) end_opt ::= END WITH NK_STRING */ + 363, /* (151) end_opt ::= END WITH TIMESTAMP NK_STRING */ + 338, /* (152) cmd ::= CREATE TABLE not_exists_opt full_table_name NK_LP column_def_list NK_RP tags_def_opt table_options */ + 338, /* (153) cmd ::= CREATE TABLE multi_create_clause */ + 338, /* (154) cmd ::= CREATE STABLE not_exists_opt full_table_name NK_LP column_def_list NK_RP tags_def table_options */ + 338, /* (155) cmd ::= DROP TABLE multi_drop_clause */ + 338, /* (156) cmd ::= DROP STABLE exists_opt full_table_name */ + 338, /* (157) cmd ::= ALTER TABLE alter_table_clause */ + 338, /* (158) cmd ::= ALTER STABLE alter_table_clause */ + 377, /* (159) alter_table_clause ::= full_table_name alter_table_options */ + 377, /* (160) alter_table_clause ::= full_table_name ADD COLUMN column_name type_name */ + 377, /* (161) alter_table_clause ::= full_table_name DROP COLUMN column_name */ + 377, /* (162) alter_table_clause ::= full_table_name MODIFY COLUMN column_name type_name */ + 377, /* (163) alter_table_clause ::= full_table_name RENAME COLUMN column_name column_name */ + 377, /* (164) alter_table_clause ::= full_table_name ADD TAG column_name type_name */ + 377, /* (165) alter_table_clause ::= full_table_name DROP TAG column_name */ + 377, /* (166) alter_table_clause ::= full_table_name MODIFY TAG column_name type_name */ + 377, /* (167) alter_table_clause ::= full_table_name RENAME TAG column_name column_name */ + 377, /* (168) alter_table_clause ::= full_table_name SET TAG column_name NK_EQ signed_literal */ + 374, /* (169) multi_create_clause ::= create_subtable_clause */ + 374, /* (170) multi_create_clause ::= multi_create_clause create_subtable_clause */ + 382, /* (171) create_subtable_clause ::= not_exists_opt full_table_name USING full_table_name specific_cols_opt TAGS NK_LP expression_list NK_RP table_options */ + 376, /* (172) multi_drop_clause ::= drop_table_clause */ + 376, /* (173) multi_drop_clause ::= multi_drop_clause NK_COMMA drop_table_clause */ + 385, /* (174) drop_table_clause ::= exists_opt full_table_name */ + 383, /* (175) specific_cols_opt ::= */ + 383, /* (176) specific_cols_opt ::= NK_LP col_name_list NK_RP */ + 370, /* (177) full_table_name ::= table_name */ + 370, /* (178) full_table_name ::= db_name NK_DOT table_name */ + 371, /* (179) column_def_list ::= column_def */ + 371, /* (180) column_def_list ::= column_def_list NK_COMMA column_def */ + 387, /* (181) column_def ::= column_name type_name */ + 380, /* (182) type_name ::= BOOL */ + 380, /* (183) type_name ::= TINYINT */ + 380, /* (184) type_name ::= SMALLINT */ + 380, /* (185) type_name ::= INT */ + 380, /* (186) type_name ::= INTEGER */ + 380, /* (187) type_name ::= BIGINT */ + 380, /* (188) type_name ::= FLOAT */ + 380, /* (189) type_name ::= DOUBLE */ + 380, /* (190) type_name ::= BINARY NK_LP NK_INTEGER NK_RP */ + 380, /* (191) type_name ::= TIMESTAMP */ + 380, /* (192) type_name ::= NCHAR NK_LP NK_INTEGER NK_RP */ + 380, /* (193) type_name ::= TINYINT UNSIGNED */ + 380, /* (194) type_name ::= SMALLINT UNSIGNED */ + 380, /* (195) type_name ::= INT UNSIGNED */ + 380, /* (196) type_name ::= BIGINT UNSIGNED */ + 380, /* (197) type_name ::= JSON */ + 380, /* (198) type_name ::= VARCHAR NK_LP NK_INTEGER NK_RP */ + 380, /* (199) type_name ::= MEDIUMBLOB */ + 380, /* (200) type_name ::= BLOB */ + 380, /* (201) type_name ::= VARBINARY NK_LP NK_INTEGER NK_RP */ + 380, /* (202) type_name ::= GEOMETRY NK_LP NK_INTEGER NK_RP */ + 380, /* (203) type_name ::= DECIMAL */ + 380, /* (204) type_name ::= DECIMAL NK_LP NK_INTEGER NK_RP */ + 380, /* (205) type_name ::= DECIMAL NK_LP NK_INTEGER NK_COMMA NK_INTEGER NK_RP */ + 372, /* (206) tags_def_opt ::= */ + 372, /* (207) tags_def_opt ::= tags_def */ + 375, /* (208) tags_def ::= TAGS NK_LP column_def_list NK_RP */ + 373, /* (209) table_options ::= */ + 373, /* (210) table_options ::= table_options COMMENT NK_STRING */ + 373, /* (211) table_options ::= table_options MAX_DELAY duration_list */ + 373, /* (212) table_options ::= table_options WATERMARK duration_list */ + 373, /* (213) table_options ::= table_options ROLLUP NK_LP rollup_func_list NK_RP */ + 373, /* (214) table_options ::= table_options TTL NK_INTEGER */ + 373, /* (215) table_options ::= table_options SMA NK_LP col_name_list NK_RP */ + 373, /* (216) table_options ::= table_options DELETE_MARK duration_list */ + 378, /* (217) alter_table_options ::= alter_table_option */ + 378, /* (218) alter_table_options ::= alter_table_options alter_table_option */ + 390, /* (219) alter_table_option ::= COMMENT NK_STRING */ + 390, /* (220) alter_table_option ::= TTL NK_INTEGER */ + 388, /* (221) duration_list ::= duration_literal */ + 388, /* (222) duration_list ::= duration_list NK_COMMA duration_literal */ + 389, /* (223) rollup_func_list ::= rollup_func_name */ + 389, /* (224) rollup_func_list ::= rollup_func_list NK_COMMA rollup_func_name */ + 392, /* (225) rollup_func_name ::= function_name */ + 392, /* (226) rollup_func_name ::= FIRST */ + 392, /* (227) rollup_func_name ::= LAST */ + 386, /* (228) col_name_list ::= col_name */ + 386, /* (229) col_name_list ::= col_name_list NK_COMMA col_name */ + 394, /* (230) col_name ::= column_name */ + 338, /* (231) cmd ::= SHOW DNODES */ + 338, /* (232) cmd ::= SHOW USERS */ + 338, /* (233) cmd ::= SHOW USER PRIVILEGES */ + 338, /* (234) cmd ::= SHOW DATABASES */ + 338, /* (235) cmd ::= SHOW db_name_cond_opt TABLES like_pattern_opt */ + 338, /* (236) cmd ::= SHOW db_name_cond_opt STABLES like_pattern_opt */ + 338, /* (237) cmd ::= SHOW db_name_cond_opt VGROUPS */ + 338, /* (238) cmd ::= SHOW MNODES */ + 338, /* (239) cmd ::= SHOW QNODES */ + 338, /* (240) cmd ::= SHOW FUNCTIONS */ + 338, /* (241) cmd ::= SHOW INDEXES FROM table_name_cond from_db_opt */ + 338, /* (242) cmd ::= SHOW STREAMS */ + 338, /* (243) cmd ::= SHOW ACCOUNTS */ + 338, /* (244) cmd ::= SHOW APPS */ + 338, /* (245) cmd ::= SHOW CONNECTIONS */ + 338, /* (246) cmd ::= SHOW LICENCES */ + 338, /* (247) cmd ::= SHOW GRANTS */ + 338, /* (248) cmd ::= SHOW CREATE DATABASE db_name */ + 338, /* (249) cmd ::= SHOW CREATE TABLE full_table_name */ + 338, /* (250) cmd ::= SHOW CREATE STABLE full_table_name */ + 338, /* (251) cmd ::= SHOW QUERIES */ + 338, /* (252) cmd ::= SHOW SCORES */ + 338, /* (253) cmd ::= SHOW TOPICS */ + 338, /* (254) cmd ::= SHOW VARIABLES */ + 338, /* (255) cmd ::= SHOW CLUSTER VARIABLES */ + 338, /* (256) cmd ::= SHOW LOCAL VARIABLES */ + 338, /* (257) cmd ::= SHOW DNODE NK_INTEGER VARIABLES like_pattern_opt */ + 338, /* (258) cmd ::= SHOW BNODES */ + 338, /* (259) cmd ::= SHOW SNODES */ + 338, /* (260) cmd ::= SHOW CLUSTER */ + 338, /* (261) cmd ::= SHOW TRANSACTIONS */ + 338, /* (262) cmd ::= SHOW TABLE DISTRIBUTED full_table_name */ + 338, /* (263) cmd ::= SHOW CONSUMERS */ + 338, /* (264) cmd ::= SHOW SUBSCRIPTIONS */ + 338, /* (265) cmd ::= SHOW TAGS FROM table_name_cond from_db_opt */ + 338, /* (266) cmd ::= SHOW TABLE TAGS tag_list_opt FROM table_name_cond from_db_opt */ + 338, /* (267) cmd ::= SHOW VNODES NK_INTEGER */ + 338, /* (268) cmd ::= SHOW VNODES NK_STRING */ + 338, /* (269) cmd ::= SHOW db_name_cond_opt ALIVE */ + 338, /* (270) cmd ::= SHOW CLUSTER ALIVE */ + 395, /* (271) db_name_cond_opt ::= */ + 395, /* (272) db_name_cond_opt ::= db_name NK_DOT */ + 396, /* (273) like_pattern_opt ::= */ + 396, /* (274) like_pattern_opt ::= LIKE NK_STRING */ + 397, /* (275) table_name_cond ::= table_name */ + 398, /* (276) from_db_opt ::= */ + 398, /* (277) from_db_opt ::= FROM db_name */ + 399, /* (278) tag_list_opt ::= */ + 399, /* (279) tag_list_opt ::= tag_item */ + 399, /* (280) tag_list_opt ::= tag_list_opt NK_COMMA tag_item */ + 400, /* (281) tag_item ::= TBNAME */ + 400, /* (282) tag_item ::= QTAGS */ + 400, /* (283) tag_item ::= column_name */ + 400, /* (284) tag_item ::= column_name column_alias */ + 400, /* (285) tag_item ::= column_name AS column_alias */ + 338, /* (286) cmd ::= CREATE SMA INDEX not_exists_opt full_index_name ON full_table_name index_options */ + 338, /* (287) cmd ::= CREATE INDEX not_exists_opt full_index_name ON full_table_name NK_LP col_name_list NK_RP */ + 338, /* (288) cmd ::= DROP INDEX exists_opt full_index_name */ + 402, /* (289) full_index_name ::= index_name */ + 402, /* (290) full_index_name ::= db_name NK_DOT index_name */ + 403, /* (291) index_options ::= FUNCTION NK_LP func_list NK_RP INTERVAL NK_LP duration_literal NK_RP sliding_opt sma_stream_opt */ + 403, /* (292) index_options ::= FUNCTION NK_LP func_list NK_RP INTERVAL NK_LP duration_literal NK_COMMA duration_literal NK_RP sliding_opt sma_stream_opt */ + 405, /* (293) func_list ::= func */ + 405, /* (294) func_list ::= func_list NK_COMMA func */ + 408, /* (295) func ::= sma_func_name NK_LP expression_list NK_RP */ + 409, /* (296) sma_func_name ::= function_name */ + 409, /* (297) sma_func_name ::= COUNT */ + 409, /* (298) sma_func_name ::= FIRST */ + 409, /* (299) sma_func_name ::= LAST */ + 409, /* (300) sma_func_name ::= LAST_ROW */ + 407, /* (301) sma_stream_opt ::= */ + 407, /* (302) sma_stream_opt ::= sma_stream_opt WATERMARK duration_literal */ + 407, /* (303) sma_stream_opt ::= sma_stream_opt MAX_DELAY duration_literal */ + 407, /* (304) sma_stream_opt ::= sma_stream_opt DELETE_MARK duration_literal */ + 338, /* (305) cmd ::= CREATE TOPIC not_exists_opt topic_name AS query_or_subquery */ + 338, /* (306) cmd ::= CREATE TOPIC not_exists_opt topic_name AS DATABASE db_name */ + 338, /* (307) cmd ::= CREATE TOPIC not_exists_opt topic_name WITH META AS DATABASE db_name */ + 338, /* (308) cmd ::= CREATE TOPIC not_exists_opt topic_name ONLY META AS DATABASE db_name */ + 338, /* (309) cmd ::= CREATE TOPIC not_exists_opt topic_name AS STABLE full_table_name where_clause_opt */ + 338, /* (310) cmd ::= CREATE TOPIC not_exists_opt topic_name WITH META AS STABLE full_table_name where_clause_opt */ + 338, /* (311) cmd ::= CREATE TOPIC not_exists_opt topic_name ONLY META AS STABLE full_table_name where_clause_opt */ + 338, /* (312) cmd ::= DROP TOPIC exists_opt topic_name */ + 338, /* (313) cmd ::= DROP CONSUMER GROUP exists_opt cgroup_name ON topic_name */ + 338, /* (314) cmd ::= DESC full_table_name */ + 338, /* (315) cmd ::= DESCRIBE full_table_name */ + 338, /* (316) cmd ::= RESET QUERY CACHE */ + 338, /* (317) cmd ::= EXPLAIN analyze_opt explain_options query_or_subquery */ + 338, /* (318) cmd ::= EXPLAIN analyze_opt explain_options insert_query */ + 413, /* (319) analyze_opt ::= */ + 413, /* (320) analyze_opt ::= ANALYZE */ + 414, /* (321) explain_options ::= */ + 414, /* (322) explain_options ::= explain_options VERBOSE NK_BOOL */ + 414, /* (323) explain_options ::= explain_options RATIO NK_FLOAT */ + 338, /* (324) cmd ::= CREATE or_replace_opt agg_func_opt FUNCTION not_exists_opt function_name AS NK_STRING OUTPUTTYPE type_name bufsize_opt language_opt */ + 338, /* (325) cmd ::= DROP FUNCTION exists_opt function_name */ + 417, /* (326) agg_func_opt ::= */ + 417, /* (327) agg_func_opt ::= AGGREGATE */ + 418, /* (328) bufsize_opt ::= */ + 418, /* (329) bufsize_opt ::= BUFSIZE NK_INTEGER */ + 419, /* (330) language_opt ::= */ + 419, /* (331) language_opt ::= LANGUAGE NK_STRING */ + 416, /* (332) or_replace_opt ::= */ + 416, /* (333) or_replace_opt ::= OR REPLACE */ + 338, /* (334) cmd ::= CREATE STREAM not_exists_opt stream_name stream_options INTO full_table_name col_list_opt tag_def_or_ref_opt subtable_opt AS query_or_subquery */ + 338, /* (335) cmd ::= DROP STREAM exists_opt stream_name */ + 338, /* (336) cmd ::= PAUSE STREAM exists_opt stream_name */ + 338, /* (337) cmd ::= RESUME STREAM exists_opt ignore_opt stream_name */ + 422, /* (338) col_list_opt ::= */ + 422, /* (339) col_list_opt ::= NK_LP col_name_list NK_RP */ + 423, /* (340) tag_def_or_ref_opt ::= */ + 423, /* (341) tag_def_or_ref_opt ::= tags_def */ + 423, /* (342) tag_def_or_ref_opt ::= TAGS NK_LP col_name_list NK_RP */ + 421, /* (343) stream_options ::= */ + 421, /* (344) stream_options ::= stream_options TRIGGER AT_ONCE */ + 421, /* (345) stream_options ::= stream_options TRIGGER WINDOW_CLOSE */ + 421, /* (346) stream_options ::= stream_options TRIGGER MAX_DELAY duration_literal */ + 421, /* (347) stream_options ::= stream_options WATERMARK duration_literal */ + 421, /* (348) stream_options ::= stream_options IGNORE EXPIRED NK_INTEGER */ + 421, /* (349) stream_options ::= stream_options FILL_HISTORY NK_INTEGER */ + 421, /* (350) stream_options ::= stream_options DELETE_MARK duration_literal */ + 421, /* (351) stream_options ::= stream_options IGNORE UPDATE NK_INTEGER */ + 424, /* (352) subtable_opt ::= */ + 424, /* (353) subtable_opt ::= SUBTABLE NK_LP expression NK_RP */ + 425, /* (354) ignore_opt ::= */ + 425, /* (355) ignore_opt ::= IGNORE UNTREATED */ + 338, /* (356) cmd ::= KILL CONNECTION NK_INTEGER */ + 338, /* (357) cmd ::= KILL QUERY NK_STRING */ + 338, /* (358) cmd ::= KILL TRANSACTION NK_INTEGER */ + 338, /* (359) cmd ::= BALANCE VGROUP */ + 338, /* (360) cmd ::= BALANCE VGROUP LEADER */ + 338, /* (361) cmd ::= MERGE VGROUP NK_INTEGER NK_INTEGER */ + 338, /* (362) cmd ::= REDISTRIBUTE VGROUP NK_INTEGER dnode_list */ + 338, /* (363) cmd ::= SPLIT VGROUP NK_INTEGER */ + 427, /* (364) dnode_list ::= DNODE NK_INTEGER */ + 427, /* (365) dnode_list ::= dnode_list DNODE NK_INTEGER */ + 338, /* (366) cmd ::= DELETE FROM full_table_name where_clause_opt */ + 338, /* (367) cmd ::= query_or_subquery */ + 338, /* (368) cmd ::= insert_query */ + 415, /* (369) insert_query ::= INSERT INTO full_table_name NK_LP col_name_list NK_RP query_or_subquery */ + 415, /* (370) insert_query ::= INSERT INTO full_table_name query_or_subquery */ + 341, /* (371) literal ::= NK_INTEGER */ + 341, /* (372) literal ::= NK_FLOAT */ + 341, /* (373) literal ::= NK_STRING */ + 341, /* (374) literal ::= NK_BOOL */ + 341, /* (375) literal ::= TIMESTAMP NK_STRING */ + 341, /* (376) literal ::= duration_literal */ + 341, /* (377) literal ::= NULL */ + 341, /* (378) literal ::= NK_QUESTION */ + 391, /* (379) duration_literal ::= NK_VARIABLE */ + 367, /* (380) signed ::= NK_INTEGER */ + 367, /* (381) signed ::= NK_PLUS NK_INTEGER */ + 367, /* (382) signed ::= NK_MINUS NK_INTEGER */ + 367, /* (383) signed ::= NK_FLOAT */ + 367, /* (384) signed ::= NK_PLUS NK_FLOAT */ + 367, /* (385) signed ::= NK_MINUS NK_FLOAT */ + 381, /* (386) signed_literal ::= signed */ + 381, /* (387) signed_literal ::= NK_STRING */ + 381, /* (388) signed_literal ::= NK_BOOL */ + 381, /* (389) signed_literal ::= TIMESTAMP NK_STRING */ + 381, /* (390) signed_literal ::= duration_literal */ + 381, /* (391) signed_literal ::= NULL */ + 381, /* (392) signed_literal ::= literal_func */ + 381, /* (393) signed_literal ::= NK_QUESTION */ + 429, /* (394) literal_list ::= signed_literal */ + 429, /* (395) literal_list ::= literal_list NK_COMMA signed_literal */ + 350, /* (396) db_name ::= NK_ID */ + 351, /* (397) table_name ::= NK_ID */ + 379, /* (398) column_name ::= NK_ID */ + 393, /* (399) function_name ::= NK_ID */ + 430, /* (400) table_alias ::= NK_ID */ + 401, /* (401) column_alias ::= NK_ID */ + 343, /* (402) user_name ::= NK_ID */ + 352, /* (403) topic_name ::= NK_ID */ + 420, /* (404) stream_name ::= NK_ID */ + 412, /* (405) cgroup_name ::= NK_ID */ + 404, /* (406) index_name ::= NK_ID */ + 431, /* (407) expr_or_subquery ::= expression */ + 426, /* (408) expression ::= literal */ + 426, /* (409) expression ::= pseudo_column */ + 426, /* (410) expression ::= column_reference */ + 426, /* (411) expression ::= function_expression */ + 426, /* (412) expression ::= case_when_expression */ + 426, /* (413) expression ::= NK_LP expression NK_RP */ + 426, /* (414) expression ::= NK_PLUS expr_or_subquery */ + 426, /* (415) expression ::= NK_MINUS expr_or_subquery */ + 426, /* (416) expression ::= expr_or_subquery NK_PLUS expr_or_subquery */ + 426, /* (417) expression ::= expr_or_subquery NK_MINUS expr_or_subquery */ + 426, /* (418) expression ::= expr_or_subquery NK_STAR expr_or_subquery */ + 426, /* (419) expression ::= expr_or_subquery NK_SLASH expr_or_subquery */ + 426, /* (420) expression ::= expr_or_subquery NK_REM expr_or_subquery */ + 426, /* (421) expression ::= column_reference NK_ARROW NK_STRING */ + 426, /* (422) expression ::= expr_or_subquery NK_BITAND expr_or_subquery */ + 426, /* (423) expression ::= expr_or_subquery NK_BITOR expr_or_subquery */ + 384, /* (424) expression_list ::= expr_or_subquery */ + 384, /* (425) expression_list ::= expression_list NK_COMMA expr_or_subquery */ + 433, /* (426) column_reference ::= column_name */ + 433, /* (427) column_reference ::= table_name NK_DOT column_name */ + 432, /* (428) pseudo_column ::= ROWTS */ + 432, /* (429) pseudo_column ::= TBNAME */ + 432, /* (430) pseudo_column ::= table_name NK_DOT TBNAME */ + 432, /* (431) pseudo_column ::= QSTART */ + 432, /* (432) pseudo_column ::= QEND */ + 432, /* (433) pseudo_column ::= QDURATION */ + 432, /* (434) pseudo_column ::= WSTART */ + 432, /* (435) pseudo_column ::= WEND */ + 432, /* (436) pseudo_column ::= WDURATION */ + 432, /* (437) pseudo_column ::= IROWTS */ + 432, /* (438) pseudo_column ::= ISFILLED */ + 432, /* (439) pseudo_column ::= QTAGS */ + 434, /* (440) function_expression ::= function_name NK_LP expression_list NK_RP */ + 434, /* (441) function_expression ::= star_func NK_LP star_func_para_list NK_RP */ + 434, /* (442) function_expression ::= CAST NK_LP expr_or_subquery AS type_name NK_RP */ + 434, /* (443) function_expression ::= literal_func */ + 428, /* (444) literal_func ::= noarg_func NK_LP NK_RP */ + 428, /* (445) literal_func ::= NOW */ + 438, /* (446) noarg_func ::= NOW */ + 438, /* (447) noarg_func ::= TODAY */ + 438, /* (448) noarg_func ::= TIMEZONE */ + 438, /* (449) noarg_func ::= DATABASE */ + 438, /* (450) noarg_func ::= CLIENT_VERSION */ + 438, /* (451) noarg_func ::= SERVER_VERSION */ + 438, /* (452) noarg_func ::= SERVER_STATUS */ + 438, /* (453) noarg_func ::= CURRENT_USER */ + 438, /* (454) noarg_func ::= USER */ + 436, /* (455) star_func ::= COUNT */ + 436, /* (456) star_func ::= FIRST */ + 436, /* (457) star_func ::= LAST */ + 436, /* (458) star_func ::= LAST_ROW */ + 437, /* (459) star_func_para_list ::= NK_STAR */ + 437, /* (460) star_func_para_list ::= other_para_list */ + 439, /* (461) other_para_list ::= star_func_para */ + 439, /* (462) other_para_list ::= other_para_list NK_COMMA star_func_para */ + 440, /* (463) star_func_para ::= expr_or_subquery */ + 440, /* (464) star_func_para ::= table_name NK_DOT NK_STAR */ + 435, /* (465) case_when_expression ::= CASE when_then_list case_when_else_opt END */ + 435, /* (466) case_when_expression ::= CASE common_expression when_then_list case_when_else_opt END */ + 441, /* (467) when_then_list ::= when_then_expr */ + 441, /* (468) when_then_list ::= when_then_list when_then_expr */ + 444, /* (469) when_then_expr ::= WHEN common_expression THEN common_expression */ + 442, /* (470) case_when_else_opt ::= */ + 442, /* (471) case_when_else_opt ::= ELSE common_expression */ + 445, /* (472) predicate ::= expr_or_subquery compare_op expr_or_subquery */ + 445, /* (473) predicate ::= expr_or_subquery BETWEEN expr_or_subquery AND expr_or_subquery */ + 445, /* (474) predicate ::= expr_or_subquery NOT BETWEEN expr_or_subquery AND expr_or_subquery */ + 445, /* (475) predicate ::= expr_or_subquery IS NULL */ + 445, /* (476) predicate ::= expr_or_subquery IS NOT NULL */ + 445, /* (477) predicate ::= expr_or_subquery in_op in_predicate_value */ + 446, /* (478) compare_op ::= NK_LT */ + 446, /* (479) compare_op ::= NK_GT */ + 446, /* (480) compare_op ::= NK_LE */ + 446, /* (481) compare_op ::= NK_GE */ + 446, /* (482) compare_op ::= NK_NE */ + 446, /* (483) compare_op ::= NK_EQ */ + 446, /* (484) compare_op ::= LIKE */ + 446, /* (485) compare_op ::= NOT LIKE */ + 446, /* (486) compare_op ::= MATCH */ + 446, /* (487) compare_op ::= NMATCH */ + 446, /* (488) compare_op ::= CONTAINS */ + 447, /* (489) in_op ::= IN */ + 447, /* (490) in_op ::= NOT IN */ + 448, /* (491) in_predicate_value ::= NK_LP literal_list NK_RP */ + 449, /* (492) boolean_value_expression ::= boolean_primary */ + 449, /* (493) boolean_value_expression ::= NOT boolean_primary */ + 449, /* (494) boolean_value_expression ::= boolean_value_expression OR boolean_value_expression */ + 449, /* (495) boolean_value_expression ::= boolean_value_expression AND boolean_value_expression */ + 450, /* (496) boolean_primary ::= predicate */ + 450, /* (497) boolean_primary ::= NK_LP boolean_value_expression NK_RP */ + 443, /* (498) common_expression ::= expr_or_subquery */ + 443, /* (499) common_expression ::= boolean_value_expression */ + 451, /* (500) from_clause_opt ::= */ + 451, /* (501) from_clause_opt ::= FROM table_reference_list */ + 452, /* (502) table_reference_list ::= table_reference */ + 452, /* (503) table_reference_list ::= table_reference_list NK_COMMA table_reference */ + 453, /* (504) table_reference ::= table_primary */ + 453, /* (505) table_reference ::= joined_table */ + 454, /* (506) table_primary ::= table_name alias_opt */ + 454, /* (507) table_primary ::= db_name NK_DOT table_name alias_opt */ + 454, /* (508) table_primary ::= subquery alias_opt */ + 454, /* (509) table_primary ::= parenthesized_joined_table */ + 456, /* (510) alias_opt ::= */ + 456, /* (511) alias_opt ::= table_alias */ + 456, /* (512) alias_opt ::= AS table_alias */ + 458, /* (513) parenthesized_joined_table ::= NK_LP joined_table NK_RP */ + 458, /* (514) parenthesized_joined_table ::= NK_LP parenthesized_joined_table NK_RP */ + 455, /* (515) joined_table ::= table_reference join_type JOIN table_reference ON search_condition */ + 459, /* (516) join_type ::= */ + 459, /* (517) join_type ::= INNER */ + 460, /* (518) query_specification ::= SELECT set_quantifier_opt select_list from_clause_opt where_clause_opt partition_by_clause_opt range_opt every_opt fill_opt twindow_clause_opt group_by_clause_opt having_clause_opt */ + 461, /* (519) set_quantifier_opt ::= */ + 461, /* (520) set_quantifier_opt ::= DISTINCT */ + 461, /* (521) set_quantifier_opt ::= ALL */ + 462, /* (522) select_list ::= select_item */ + 462, /* (523) select_list ::= select_list NK_COMMA select_item */ + 470, /* (524) select_item ::= NK_STAR */ + 470, /* (525) select_item ::= common_expression */ + 470, /* (526) select_item ::= common_expression column_alias */ + 470, /* (527) select_item ::= common_expression AS column_alias */ + 470, /* (528) select_item ::= table_name NK_DOT NK_STAR */ + 411, /* (529) where_clause_opt ::= */ + 411, /* (530) where_clause_opt ::= WHERE search_condition */ + 463, /* (531) partition_by_clause_opt ::= */ + 463, /* (532) partition_by_clause_opt ::= PARTITION BY partition_list */ + 471, /* (533) partition_list ::= partition_item */ + 471, /* (534) partition_list ::= partition_list NK_COMMA partition_item */ + 472, /* (535) partition_item ::= expr_or_subquery */ + 472, /* (536) partition_item ::= expr_or_subquery column_alias */ + 472, /* (537) partition_item ::= expr_or_subquery AS column_alias */ + 467, /* (538) twindow_clause_opt ::= */ + 467, /* (539) twindow_clause_opt ::= SESSION NK_LP column_reference NK_COMMA duration_literal NK_RP */ + 467, /* (540) twindow_clause_opt ::= STATE_WINDOW NK_LP expr_or_subquery NK_RP */ + 467, /* (541) twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_RP sliding_opt fill_opt */ + 467, /* (542) twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_COMMA duration_literal NK_RP sliding_opt fill_opt */ + 467, /* (543) twindow_clause_opt ::= EVENT_WINDOW START WITH search_condition END WITH search_condition */ + 406, /* (544) sliding_opt ::= */ + 406, /* (545) sliding_opt ::= SLIDING NK_LP duration_literal NK_RP */ + 466, /* (546) fill_opt ::= */ + 466, /* (547) fill_opt ::= FILL NK_LP fill_mode NK_RP */ + 466, /* (548) fill_opt ::= FILL NK_LP VALUE NK_COMMA expression_list NK_RP */ + 466, /* (549) fill_opt ::= FILL NK_LP VALUE_F NK_COMMA expression_list NK_RP */ + 473, /* (550) fill_mode ::= NONE */ + 473, /* (551) fill_mode ::= PREV */ + 473, /* (552) fill_mode ::= NULL */ + 473, /* (553) fill_mode ::= NULL_F */ + 473, /* (554) fill_mode ::= LINEAR */ + 473, /* (555) fill_mode ::= NEXT */ + 468, /* (556) group_by_clause_opt ::= */ + 468, /* (557) group_by_clause_opt ::= GROUP BY group_by_list */ + 474, /* (558) group_by_list ::= expr_or_subquery */ + 474, /* (559) group_by_list ::= group_by_list NK_COMMA expr_or_subquery */ + 469, /* (560) having_clause_opt ::= */ + 469, /* (561) having_clause_opt ::= HAVING search_condition */ + 464, /* (562) range_opt ::= */ + 464, /* (563) range_opt ::= RANGE NK_LP expr_or_subquery NK_COMMA expr_or_subquery NK_RP */ + 464, /* (564) range_opt ::= RANGE NK_LP expr_or_subquery NK_RP */ + 465, /* (565) every_opt ::= */ + 465, /* (566) every_opt ::= EVERY NK_LP duration_literal NK_RP */ + 475, /* (567) query_expression ::= query_simple order_by_clause_opt slimit_clause_opt limit_clause_opt */ + 476, /* (568) query_simple ::= query_specification */ + 476, /* (569) query_simple ::= union_query_expression */ + 480, /* (570) union_query_expression ::= query_simple_or_subquery UNION ALL query_simple_or_subquery */ + 480, /* (571) union_query_expression ::= query_simple_or_subquery UNION query_simple_or_subquery */ + 481, /* (572) query_simple_or_subquery ::= query_simple */ + 481, /* (573) query_simple_or_subquery ::= subquery */ + 410, /* (574) query_or_subquery ::= query_expression */ + 410, /* (575) query_or_subquery ::= subquery */ + 477, /* (576) order_by_clause_opt ::= */ + 477, /* (577) order_by_clause_opt ::= ORDER BY sort_specification_list */ + 478, /* (578) slimit_clause_opt ::= */ + 478, /* (579) slimit_clause_opt ::= SLIMIT NK_INTEGER */ + 478, /* (580) slimit_clause_opt ::= SLIMIT NK_INTEGER SOFFSET NK_INTEGER */ + 478, /* (581) slimit_clause_opt ::= SLIMIT NK_INTEGER NK_COMMA NK_INTEGER */ + 479, /* (582) limit_clause_opt ::= */ + 479, /* (583) limit_clause_opt ::= LIMIT NK_INTEGER */ + 479, /* (584) limit_clause_opt ::= LIMIT NK_INTEGER OFFSET NK_INTEGER */ + 479, /* (585) limit_clause_opt ::= LIMIT NK_INTEGER NK_COMMA NK_INTEGER */ + 457, /* (586) subquery ::= NK_LP query_expression NK_RP */ + 457, /* (587) subquery ::= NK_LP subquery NK_RP */ + 353, /* (588) search_condition ::= common_expression */ + 482, /* (589) sort_specification_list ::= sort_specification */ + 482, /* (590) sort_specification_list ::= sort_specification_list NK_COMMA sort_specification */ + 483, /* (591) sort_specification ::= expr_or_subquery ordering_specification_opt null_ordering_opt */ + 484, /* (592) ordering_specification_opt ::= */ + 484, /* (593) ordering_specification_opt ::= ASC */ + 484, /* (594) ordering_specification_opt ::= DESC */ + 485, /* (595) null_ordering_opt ::= */ + 485, /* (596) null_ordering_opt ::= NULLS FIRST */ + 485, /* (597) null_ordering_opt ::= NULLS LAST */ }; /* For rule J, yyRuleInfoNRhs[J] contains the negative of the number @@ -4067,294 +4438,296 @@ static const signed char yyRuleInfoNRhs[] = { -6, /* (305) cmd ::= CREATE TOPIC not_exists_opt topic_name AS query_or_subquery */ -7, /* (306) cmd ::= CREATE TOPIC not_exists_opt topic_name AS DATABASE db_name */ -9, /* (307) cmd ::= CREATE TOPIC not_exists_opt topic_name WITH META AS DATABASE db_name */ - -8, /* (308) cmd ::= CREATE TOPIC not_exists_opt topic_name AS STABLE full_table_name where_clause_opt */ - -10, /* (309) cmd ::= CREATE TOPIC not_exists_opt topic_name WITH META AS STABLE full_table_name where_clause_opt */ - -4, /* (310) cmd ::= DROP TOPIC exists_opt topic_name */ - -7, /* (311) cmd ::= DROP CONSUMER GROUP exists_opt cgroup_name ON topic_name */ - -2, /* (312) cmd ::= DESC full_table_name */ - -2, /* (313) cmd ::= DESCRIBE full_table_name */ - -3, /* (314) cmd ::= RESET QUERY CACHE */ - -4, /* (315) cmd ::= EXPLAIN analyze_opt explain_options query_or_subquery */ - -4, /* (316) cmd ::= EXPLAIN analyze_opt explain_options insert_query */ - 0, /* (317) analyze_opt ::= */ - -1, /* (318) analyze_opt ::= ANALYZE */ - 0, /* (319) explain_options ::= */ - -3, /* (320) explain_options ::= explain_options VERBOSE NK_BOOL */ - -3, /* (321) explain_options ::= explain_options RATIO NK_FLOAT */ - -12, /* (322) cmd ::= CREATE or_replace_opt agg_func_opt FUNCTION not_exists_opt function_name AS NK_STRING OUTPUTTYPE type_name bufsize_opt language_opt */ - -4, /* (323) cmd ::= DROP FUNCTION exists_opt function_name */ - 0, /* (324) agg_func_opt ::= */ - -1, /* (325) agg_func_opt ::= AGGREGATE */ - 0, /* (326) bufsize_opt ::= */ - -2, /* (327) bufsize_opt ::= BUFSIZE NK_INTEGER */ - 0, /* (328) language_opt ::= */ - -2, /* (329) language_opt ::= LANGUAGE NK_STRING */ - 0, /* (330) or_replace_opt ::= */ - -2, /* (331) or_replace_opt ::= OR REPLACE */ - -12, /* (332) cmd ::= CREATE STREAM not_exists_opt stream_name stream_options INTO full_table_name col_list_opt tag_def_or_ref_opt subtable_opt AS query_or_subquery */ - -4, /* (333) cmd ::= DROP STREAM exists_opt stream_name */ - -4, /* (334) cmd ::= PAUSE STREAM exists_opt stream_name */ - -5, /* (335) cmd ::= RESUME STREAM exists_opt ignore_opt stream_name */ - 0, /* (336) col_list_opt ::= */ - -3, /* (337) col_list_opt ::= NK_LP col_name_list NK_RP */ - 0, /* (338) tag_def_or_ref_opt ::= */ - -1, /* (339) tag_def_or_ref_opt ::= tags_def */ - -4, /* (340) tag_def_or_ref_opt ::= TAGS NK_LP col_name_list NK_RP */ - 0, /* (341) stream_options ::= */ - -3, /* (342) stream_options ::= stream_options TRIGGER AT_ONCE */ - -3, /* (343) stream_options ::= stream_options TRIGGER WINDOW_CLOSE */ - -4, /* (344) stream_options ::= stream_options TRIGGER MAX_DELAY duration_literal */ - -3, /* (345) stream_options ::= stream_options WATERMARK duration_literal */ - -4, /* (346) stream_options ::= stream_options IGNORE EXPIRED NK_INTEGER */ - -3, /* (347) stream_options ::= stream_options FILL_HISTORY NK_INTEGER */ - -3, /* (348) stream_options ::= stream_options DELETE_MARK duration_literal */ - -4, /* (349) stream_options ::= stream_options IGNORE UPDATE NK_INTEGER */ - 0, /* (350) subtable_opt ::= */ - -4, /* (351) subtable_opt ::= SUBTABLE NK_LP expression NK_RP */ - 0, /* (352) ignore_opt ::= */ - -2, /* (353) ignore_opt ::= IGNORE UNTREATED */ - -3, /* (354) cmd ::= KILL CONNECTION NK_INTEGER */ - -3, /* (355) cmd ::= KILL QUERY NK_STRING */ - -3, /* (356) cmd ::= KILL TRANSACTION NK_INTEGER */ - -2, /* (357) cmd ::= BALANCE VGROUP */ - -3, /* (358) cmd ::= BALANCE VGROUP LEADER */ - -4, /* (359) cmd ::= MERGE VGROUP NK_INTEGER NK_INTEGER */ - -4, /* (360) cmd ::= REDISTRIBUTE VGROUP NK_INTEGER dnode_list */ - -3, /* (361) cmd ::= SPLIT VGROUP NK_INTEGER */ - -2, /* (362) dnode_list ::= DNODE NK_INTEGER */ - -3, /* (363) dnode_list ::= dnode_list DNODE NK_INTEGER */ - -4, /* (364) cmd ::= DELETE FROM full_table_name where_clause_opt */ - -1, /* (365) cmd ::= query_or_subquery */ - -1, /* (366) cmd ::= insert_query */ - -7, /* (367) insert_query ::= INSERT INTO full_table_name NK_LP col_name_list NK_RP query_or_subquery */ - -4, /* (368) insert_query ::= INSERT INTO full_table_name query_or_subquery */ - -1, /* (369) literal ::= NK_INTEGER */ - -1, /* (370) literal ::= NK_FLOAT */ - -1, /* (371) literal ::= NK_STRING */ - -1, /* (372) literal ::= NK_BOOL */ - -2, /* (373) literal ::= TIMESTAMP NK_STRING */ - -1, /* (374) literal ::= duration_literal */ - -1, /* (375) literal ::= NULL */ - -1, /* (376) literal ::= NK_QUESTION */ - -1, /* (377) duration_literal ::= NK_VARIABLE */ - -1, /* (378) signed ::= NK_INTEGER */ - -2, /* (379) signed ::= NK_PLUS NK_INTEGER */ - -2, /* (380) signed ::= NK_MINUS NK_INTEGER */ - -1, /* (381) signed ::= NK_FLOAT */ - -2, /* (382) signed ::= NK_PLUS NK_FLOAT */ - -2, /* (383) signed ::= NK_MINUS NK_FLOAT */ - -1, /* (384) signed_literal ::= signed */ - -1, /* (385) signed_literal ::= NK_STRING */ - -1, /* (386) signed_literal ::= NK_BOOL */ - -2, /* (387) signed_literal ::= TIMESTAMP NK_STRING */ - -1, /* (388) signed_literal ::= duration_literal */ - -1, /* (389) signed_literal ::= NULL */ - -1, /* (390) signed_literal ::= literal_func */ - -1, /* (391) signed_literal ::= NK_QUESTION */ - -1, /* (392) literal_list ::= signed_literal */ - -3, /* (393) literal_list ::= literal_list NK_COMMA signed_literal */ - -1, /* (394) db_name ::= NK_ID */ - -1, /* (395) table_name ::= NK_ID */ - -1, /* (396) column_name ::= NK_ID */ - -1, /* (397) function_name ::= NK_ID */ - -1, /* (398) table_alias ::= NK_ID */ - -1, /* (399) column_alias ::= NK_ID */ - -1, /* (400) user_name ::= NK_ID */ - -1, /* (401) topic_name ::= NK_ID */ - -1, /* (402) stream_name ::= NK_ID */ - -1, /* (403) cgroup_name ::= NK_ID */ - -1, /* (404) index_name ::= NK_ID */ - -1, /* (405) expr_or_subquery ::= expression */ - -1, /* (406) expression ::= literal */ - -1, /* (407) expression ::= pseudo_column */ - -1, /* (408) expression ::= column_reference */ - -1, /* (409) expression ::= function_expression */ - -1, /* (410) expression ::= case_when_expression */ - -3, /* (411) expression ::= NK_LP expression NK_RP */ - -2, /* (412) expression ::= NK_PLUS expr_or_subquery */ - -2, /* (413) expression ::= NK_MINUS expr_or_subquery */ - -3, /* (414) expression ::= expr_or_subquery NK_PLUS expr_or_subquery */ - -3, /* (415) expression ::= expr_or_subquery NK_MINUS expr_or_subquery */ - -3, /* (416) expression ::= expr_or_subquery NK_STAR expr_or_subquery */ - -3, /* (417) expression ::= expr_or_subquery NK_SLASH expr_or_subquery */ - -3, /* (418) expression ::= expr_or_subquery NK_REM expr_or_subquery */ - -3, /* (419) expression ::= column_reference NK_ARROW NK_STRING */ - -3, /* (420) expression ::= expr_or_subquery NK_BITAND expr_or_subquery */ - -3, /* (421) expression ::= expr_or_subquery NK_BITOR expr_or_subquery */ - -1, /* (422) expression_list ::= expr_or_subquery */ - -3, /* (423) expression_list ::= expression_list NK_COMMA expr_or_subquery */ - -1, /* (424) column_reference ::= column_name */ - -3, /* (425) column_reference ::= table_name NK_DOT column_name */ - -1, /* (426) pseudo_column ::= ROWTS */ - -1, /* (427) pseudo_column ::= TBNAME */ - -3, /* (428) pseudo_column ::= table_name NK_DOT TBNAME */ - -1, /* (429) pseudo_column ::= QSTART */ - -1, /* (430) pseudo_column ::= QEND */ - -1, /* (431) pseudo_column ::= QDURATION */ - -1, /* (432) pseudo_column ::= WSTART */ - -1, /* (433) pseudo_column ::= WEND */ - -1, /* (434) pseudo_column ::= WDURATION */ - -1, /* (435) pseudo_column ::= IROWTS */ - -1, /* (436) pseudo_column ::= ISFILLED */ - -1, /* (437) pseudo_column ::= QTAGS */ - -4, /* (438) function_expression ::= function_name NK_LP expression_list NK_RP */ - -4, /* (439) function_expression ::= star_func NK_LP star_func_para_list NK_RP */ - -6, /* (440) function_expression ::= CAST NK_LP expr_or_subquery AS type_name NK_RP */ - -1, /* (441) function_expression ::= literal_func */ - -3, /* (442) literal_func ::= noarg_func NK_LP NK_RP */ - -1, /* (443) literal_func ::= NOW */ - -1, /* (444) noarg_func ::= NOW */ - -1, /* (445) noarg_func ::= TODAY */ - -1, /* (446) noarg_func ::= TIMEZONE */ - -1, /* (447) noarg_func ::= DATABASE */ - -1, /* (448) noarg_func ::= CLIENT_VERSION */ - -1, /* (449) noarg_func ::= SERVER_VERSION */ - -1, /* (450) noarg_func ::= SERVER_STATUS */ - -1, /* (451) noarg_func ::= CURRENT_USER */ - -1, /* (452) noarg_func ::= USER */ - -1, /* (453) star_func ::= COUNT */ - -1, /* (454) star_func ::= FIRST */ - -1, /* (455) star_func ::= LAST */ - -1, /* (456) star_func ::= LAST_ROW */ - -1, /* (457) star_func_para_list ::= NK_STAR */ - -1, /* (458) star_func_para_list ::= other_para_list */ - -1, /* (459) other_para_list ::= star_func_para */ - -3, /* (460) other_para_list ::= other_para_list NK_COMMA star_func_para */ - -1, /* (461) star_func_para ::= expr_or_subquery */ - -3, /* (462) star_func_para ::= table_name NK_DOT NK_STAR */ - -4, /* (463) case_when_expression ::= CASE when_then_list case_when_else_opt END */ - -5, /* (464) case_when_expression ::= CASE common_expression when_then_list case_when_else_opt END */ - -1, /* (465) when_then_list ::= when_then_expr */ - -2, /* (466) when_then_list ::= when_then_list when_then_expr */ - -4, /* (467) when_then_expr ::= WHEN common_expression THEN common_expression */ - 0, /* (468) case_when_else_opt ::= */ - -2, /* (469) case_when_else_opt ::= ELSE common_expression */ - -3, /* (470) predicate ::= expr_or_subquery compare_op expr_or_subquery */ - -5, /* (471) predicate ::= expr_or_subquery BETWEEN expr_or_subquery AND expr_or_subquery */ - -6, /* (472) predicate ::= expr_or_subquery NOT BETWEEN expr_or_subquery AND expr_or_subquery */ - -3, /* (473) predicate ::= expr_or_subquery IS NULL */ - -4, /* (474) predicate ::= expr_or_subquery IS NOT NULL */ - -3, /* (475) predicate ::= expr_or_subquery in_op in_predicate_value */ - -1, /* (476) compare_op ::= NK_LT */ - -1, /* (477) compare_op ::= NK_GT */ - -1, /* (478) compare_op ::= NK_LE */ - -1, /* (479) compare_op ::= NK_GE */ - -1, /* (480) compare_op ::= NK_NE */ - -1, /* (481) compare_op ::= NK_EQ */ - -1, /* (482) compare_op ::= LIKE */ - -2, /* (483) compare_op ::= NOT LIKE */ - -1, /* (484) compare_op ::= MATCH */ - -1, /* (485) compare_op ::= NMATCH */ - -1, /* (486) compare_op ::= CONTAINS */ - -1, /* (487) in_op ::= IN */ - -2, /* (488) in_op ::= NOT IN */ - -3, /* (489) in_predicate_value ::= NK_LP literal_list NK_RP */ - -1, /* (490) boolean_value_expression ::= boolean_primary */ - -2, /* (491) boolean_value_expression ::= NOT boolean_primary */ - -3, /* (492) boolean_value_expression ::= boolean_value_expression OR boolean_value_expression */ - -3, /* (493) boolean_value_expression ::= boolean_value_expression AND boolean_value_expression */ - -1, /* (494) boolean_primary ::= predicate */ - -3, /* (495) boolean_primary ::= NK_LP boolean_value_expression NK_RP */ - -1, /* (496) common_expression ::= expr_or_subquery */ - -1, /* (497) common_expression ::= boolean_value_expression */ - 0, /* (498) from_clause_opt ::= */ - -2, /* (499) from_clause_opt ::= FROM table_reference_list */ - -1, /* (500) table_reference_list ::= table_reference */ - -3, /* (501) table_reference_list ::= table_reference_list NK_COMMA table_reference */ - -1, /* (502) table_reference ::= table_primary */ - -1, /* (503) table_reference ::= joined_table */ - -2, /* (504) table_primary ::= table_name alias_opt */ - -4, /* (505) table_primary ::= db_name NK_DOT table_name alias_opt */ - -2, /* (506) table_primary ::= subquery alias_opt */ - -1, /* (507) table_primary ::= parenthesized_joined_table */ - 0, /* (508) alias_opt ::= */ - -1, /* (509) alias_opt ::= table_alias */ - -2, /* (510) alias_opt ::= AS table_alias */ - -3, /* (511) parenthesized_joined_table ::= NK_LP joined_table NK_RP */ - -3, /* (512) parenthesized_joined_table ::= NK_LP parenthesized_joined_table NK_RP */ - -6, /* (513) joined_table ::= table_reference join_type JOIN table_reference ON search_condition */ - 0, /* (514) join_type ::= */ - -1, /* (515) join_type ::= INNER */ - -12, /* (516) query_specification ::= SELECT set_quantifier_opt select_list from_clause_opt where_clause_opt partition_by_clause_opt range_opt every_opt fill_opt twindow_clause_opt group_by_clause_opt having_clause_opt */ - 0, /* (517) set_quantifier_opt ::= */ - -1, /* (518) set_quantifier_opt ::= DISTINCT */ - -1, /* (519) set_quantifier_opt ::= ALL */ - -1, /* (520) select_list ::= select_item */ - -3, /* (521) select_list ::= select_list NK_COMMA select_item */ - -1, /* (522) select_item ::= NK_STAR */ - -1, /* (523) select_item ::= common_expression */ - -2, /* (524) select_item ::= common_expression column_alias */ - -3, /* (525) select_item ::= common_expression AS column_alias */ - -3, /* (526) select_item ::= table_name NK_DOT NK_STAR */ - 0, /* (527) where_clause_opt ::= */ - -2, /* (528) where_clause_opt ::= WHERE search_condition */ - 0, /* (529) partition_by_clause_opt ::= */ - -3, /* (530) partition_by_clause_opt ::= PARTITION BY partition_list */ - -1, /* (531) partition_list ::= partition_item */ - -3, /* (532) partition_list ::= partition_list NK_COMMA partition_item */ - -1, /* (533) partition_item ::= expr_or_subquery */ - -2, /* (534) partition_item ::= expr_or_subquery column_alias */ - -3, /* (535) partition_item ::= expr_or_subquery AS column_alias */ - 0, /* (536) twindow_clause_opt ::= */ - -6, /* (537) twindow_clause_opt ::= SESSION NK_LP column_reference NK_COMMA duration_literal NK_RP */ - -4, /* (538) twindow_clause_opt ::= STATE_WINDOW NK_LP expr_or_subquery NK_RP */ - -6, /* (539) twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_RP sliding_opt fill_opt */ - -8, /* (540) twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_COMMA duration_literal NK_RP sliding_opt fill_opt */ - -7, /* (541) twindow_clause_opt ::= EVENT_WINDOW START WITH search_condition END WITH search_condition */ - 0, /* (542) sliding_opt ::= */ - -4, /* (543) sliding_opt ::= SLIDING NK_LP duration_literal NK_RP */ - 0, /* (544) fill_opt ::= */ - -4, /* (545) fill_opt ::= FILL NK_LP fill_mode NK_RP */ - -6, /* (546) fill_opt ::= FILL NK_LP VALUE NK_COMMA expression_list NK_RP */ - -6, /* (547) fill_opt ::= FILL NK_LP VALUE_F NK_COMMA expression_list NK_RP */ - -1, /* (548) fill_mode ::= NONE */ - -1, /* (549) fill_mode ::= PREV */ - -1, /* (550) fill_mode ::= NULL */ - -1, /* (551) fill_mode ::= NULL_F */ - -1, /* (552) fill_mode ::= LINEAR */ - -1, /* (553) fill_mode ::= NEXT */ - 0, /* (554) group_by_clause_opt ::= */ - -3, /* (555) group_by_clause_opt ::= GROUP BY group_by_list */ - -1, /* (556) group_by_list ::= expr_or_subquery */ - -3, /* (557) group_by_list ::= group_by_list NK_COMMA expr_or_subquery */ - 0, /* (558) having_clause_opt ::= */ - -2, /* (559) having_clause_opt ::= HAVING search_condition */ - 0, /* (560) range_opt ::= */ - -6, /* (561) range_opt ::= RANGE NK_LP expr_or_subquery NK_COMMA expr_or_subquery NK_RP */ - -4, /* (562) range_opt ::= RANGE NK_LP expr_or_subquery NK_RP */ - 0, /* (563) every_opt ::= */ - -4, /* (564) every_opt ::= EVERY NK_LP duration_literal NK_RP */ - -4, /* (565) query_expression ::= query_simple order_by_clause_opt slimit_clause_opt limit_clause_opt */ - -1, /* (566) query_simple ::= query_specification */ - -1, /* (567) query_simple ::= union_query_expression */ - -4, /* (568) union_query_expression ::= query_simple_or_subquery UNION ALL query_simple_or_subquery */ - -3, /* (569) union_query_expression ::= query_simple_or_subquery UNION query_simple_or_subquery */ - -1, /* (570) query_simple_or_subquery ::= query_simple */ - -1, /* (571) query_simple_or_subquery ::= subquery */ - -1, /* (572) query_or_subquery ::= query_expression */ - -1, /* (573) query_or_subquery ::= subquery */ - 0, /* (574) order_by_clause_opt ::= */ - -3, /* (575) order_by_clause_opt ::= ORDER BY sort_specification_list */ - 0, /* (576) slimit_clause_opt ::= */ - -2, /* (577) slimit_clause_opt ::= SLIMIT NK_INTEGER */ - -4, /* (578) slimit_clause_opt ::= SLIMIT NK_INTEGER SOFFSET NK_INTEGER */ - -4, /* (579) slimit_clause_opt ::= SLIMIT NK_INTEGER NK_COMMA NK_INTEGER */ - 0, /* (580) limit_clause_opt ::= */ - -2, /* (581) limit_clause_opt ::= LIMIT NK_INTEGER */ - -4, /* (582) limit_clause_opt ::= LIMIT NK_INTEGER OFFSET NK_INTEGER */ - -4, /* (583) limit_clause_opt ::= LIMIT NK_INTEGER NK_COMMA NK_INTEGER */ - -3, /* (584) subquery ::= NK_LP query_expression NK_RP */ - -3, /* (585) subquery ::= NK_LP subquery NK_RP */ - -1, /* (586) search_condition ::= common_expression */ - -1, /* (587) sort_specification_list ::= sort_specification */ - -3, /* (588) sort_specification_list ::= sort_specification_list NK_COMMA sort_specification */ - -3, /* (589) sort_specification ::= expr_or_subquery ordering_specification_opt null_ordering_opt */ - 0, /* (590) ordering_specification_opt ::= */ - -1, /* (591) ordering_specification_opt ::= ASC */ - -1, /* (592) ordering_specification_opt ::= DESC */ - 0, /* (593) null_ordering_opt ::= */ - -2, /* (594) null_ordering_opt ::= NULLS FIRST */ - -2, /* (595) null_ordering_opt ::= NULLS LAST */ + -9, /* (308) cmd ::= CREATE TOPIC not_exists_opt topic_name ONLY META AS DATABASE db_name */ + -8, /* (309) cmd ::= CREATE TOPIC not_exists_opt topic_name AS STABLE full_table_name where_clause_opt */ + -10, /* (310) cmd ::= CREATE TOPIC not_exists_opt topic_name WITH META AS STABLE full_table_name where_clause_opt */ + -10, /* (311) cmd ::= CREATE TOPIC not_exists_opt topic_name ONLY META AS STABLE full_table_name where_clause_opt */ + -4, /* (312) cmd ::= DROP TOPIC exists_opt topic_name */ + -7, /* (313) cmd ::= DROP CONSUMER GROUP exists_opt cgroup_name ON topic_name */ + -2, /* (314) cmd ::= DESC full_table_name */ + -2, /* (315) cmd ::= DESCRIBE full_table_name */ + -3, /* (316) cmd ::= RESET QUERY CACHE */ + -4, /* (317) cmd ::= EXPLAIN analyze_opt explain_options query_or_subquery */ + -4, /* (318) cmd ::= EXPLAIN analyze_opt explain_options insert_query */ + 0, /* (319) analyze_opt ::= */ + -1, /* (320) analyze_opt ::= ANALYZE */ + 0, /* (321) explain_options ::= */ + -3, /* (322) explain_options ::= explain_options VERBOSE NK_BOOL */ + -3, /* (323) explain_options ::= explain_options RATIO NK_FLOAT */ + -12, /* (324) cmd ::= CREATE or_replace_opt agg_func_opt FUNCTION not_exists_opt function_name AS NK_STRING OUTPUTTYPE type_name bufsize_opt language_opt */ + -4, /* (325) cmd ::= DROP FUNCTION exists_opt function_name */ + 0, /* (326) agg_func_opt ::= */ + -1, /* (327) agg_func_opt ::= AGGREGATE */ + 0, /* (328) bufsize_opt ::= */ + -2, /* (329) bufsize_opt ::= BUFSIZE NK_INTEGER */ + 0, /* (330) language_opt ::= */ + -2, /* (331) language_opt ::= LANGUAGE NK_STRING */ + 0, /* (332) or_replace_opt ::= */ + -2, /* (333) or_replace_opt ::= OR REPLACE */ + -12, /* (334) cmd ::= CREATE STREAM not_exists_opt stream_name stream_options INTO full_table_name col_list_opt tag_def_or_ref_opt subtable_opt AS query_or_subquery */ + -4, /* (335) cmd ::= DROP STREAM exists_opt stream_name */ + -4, /* (336) cmd ::= PAUSE STREAM exists_opt stream_name */ + -5, /* (337) cmd ::= RESUME STREAM exists_opt ignore_opt stream_name */ + 0, /* (338) col_list_opt ::= */ + -3, /* (339) col_list_opt ::= NK_LP col_name_list NK_RP */ + 0, /* (340) tag_def_or_ref_opt ::= */ + -1, /* (341) tag_def_or_ref_opt ::= tags_def */ + -4, /* (342) tag_def_or_ref_opt ::= TAGS NK_LP col_name_list NK_RP */ + 0, /* (343) stream_options ::= */ + -3, /* (344) stream_options ::= stream_options TRIGGER AT_ONCE */ + -3, /* (345) stream_options ::= stream_options TRIGGER WINDOW_CLOSE */ + -4, /* (346) stream_options ::= stream_options TRIGGER MAX_DELAY duration_literal */ + -3, /* (347) stream_options ::= stream_options WATERMARK duration_literal */ + -4, /* (348) stream_options ::= stream_options IGNORE EXPIRED NK_INTEGER */ + -3, /* (349) stream_options ::= stream_options FILL_HISTORY NK_INTEGER */ + -3, /* (350) stream_options ::= stream_options DELETE_MARK duration_literal */ + -4, /* (351) stream_options ::= stream_options IGNORE UPDATE NK_INTEGER */ + 0, /* (352) subtable_opt ::= */ + -4, /* (353) subtable_opt ::= SUBTABLE NK_LP expression NK_RP */ + 0, /* (354) ignore_opt ::= */ + -2, /* (355) ignore_opt ::= IGNORE UNTREATED */ + -3, /* (356) cmd ::= KILL CONNECTION NK_INTEGER */ + -3, /* (357) cmd ::= KILL QUERY NK_STRING */ + -3, /* (358) cmd ::= KILL TRANSACTION NK_INTEGER */ + -2, /* (359) cmd ::= BALANCE VGROUP */ + -3, /* (360) cmd ::= BALANCE VGROUP LEADER */ + -4, /* (361) cmd ::= MERGE VGROUP NK_INTEGER NK_INTEGER */ + -4, /* (362) cmd ::= REDISTRIBUTE VGROUP NK_INTEGER dnode_list */ + -3, /* (363) cmd ::= SPLIT VGROUP NK_INTEGER */ + -2, /* (364) dnode_list ::= DNODE NK_INTEGER */ + -3, /* (365) dnode_list ::= dnode_list DNODE NK_INTEGER */ + -4, /* (366) cmd ::= DELETE FROM full_table_name where_clause_opt */ + -1, /* (367) cmd ::= query_or_subquery */ + -1, /* (368) cmd ::= insert_query */ + -7, /* (369) insert_query ::= INSERT INTO full_table_name NK_LP col_name_list NK_RP query_or_subquery */ + -4, /* (370) insert_query ::= INSERT INTO full_table_name query_or_subquery */ + -1, /* (371) literal ::= NK_INTEGER */ + -1, /* (372) literal ::= NK_FLOAT */ + -1, /* (373) literal ::= NK_STRING */ + -1, /* (374) literal ::= NK_BOOL */ + -2, /* (375) literal ::= TIMESTAMP NK_STRING */ + -1, /* (376) literal ::= duration_literal */ + -1, /* (377) literal ::= NULL */ + -1, /* (378) literal ::= NK_QUESTION */ + -1, /* (379) duration_literal ::= NK_VARIABLE */ + -1, /* (380) signed ::= NK_INTEGER */ + -2, /* (381) signed ::= NK_PLUS NK_INTEGER */ + -2, /* (382) signed ::= NK_MINUS NK_INTEGER */ + -1, /* (383) signed ::= NK_FLOAT */ + -2, /* (384) signed ::= NK_PLUS NK_FLOAT */ + -2, /* (385) signed ::= NK_MINUS NK_FLOAT */ + -1, /* (386) signed_literal ::= signed */ + -1, /* (387) signed_literal ::= NK_STRING */ + -1, /* (388) signed_literal ::= NK_BOOL */ + -2, /* (389) signed_literal ::= TIMESTAMP NK_STRING */ + -1, /* (390) signed_literal ::= duration_literal */ + -1, /* (391) signed_literal ::= NULL */ + -1, /* (392) signed_literal ::= literal_func */ + -1, /* (393) signed_literal ::= NK_QUESTION */ + -1, /* (394) literal_list ::= signed_literal */ + -3, /* (395) literal_list ::= literal_list NK_COMMA signed_literal */ + -1, /* (396) db_name ::= NK_ID */ + -1, /* (397) table_name ::= NK_ID */ + -1, /* (398) column_name ::= NK_ID */ + -1, /* (399) function_name ::= NK_ID */ + -1, /* (400) table_alias ::= NK_ID */ + -1, /* (401) column_alias ::= NK_ID */ + -1, /* (402) user_name ::= NK_ID */ + -1, /* (403) topic_name ::= NK_ID */ + -1, /* (404) stream_name ::= NK_ID */ + -1, /* (405) cgroup_name ::= NK_ID */ + -1, /* (406) index_name ::= NK_ID */ + -1, /* (407) expr_or_subquery ::= expression */ + -1, /* (408) expression ::= literal */ + -1, /* (409) expression ::= pseudo_column */ + -1, /* (410) expression ::= column_reference */ + -1, /* (411) expression ::= function_expression */ + -1, /* (412) expression ::= case_when_expression */ + -3, /* (413) expression ::= NK_LP expression NK_RP */ + -2, /* (414) expression ::= NK_PLUS expr_or_subquery */ + -2, /* (415) expression ::= NK_MINUS expr_or_subquery */ + -3, /* (416) expression ::= expr_or_subquery NK_PLUS expr_or_subquery */ + -3, /* (417) expression ::= expr_or_subquery NK_MINUS expr_or_subquery */ + -3, /* (418) expression ::= expr_or_subquery NK_STAR expr_or_subquery */ + -3, /* (419) expression ::= expr_or_subquery NK_SLASH expr_or_subquery */ + -3, /* (420) expression ::= expr_or_subquery NK_REM expr_or_subquery */ + -3, /* (421) expression ::= column_reference NK_ARROW NK_STRING */ + -3, /* (422) expression ::= expr_or_subquery NK_BITAND expr_or_subquery */ + -3, /* (423) expression ::= expr_or_subquery NK_BITOR expr_or_subquery */ + -1, /* (424) expression_list ::= expr_or_subquery */ + -3, /* (425) expression_list ::= expression_list NK_COMMA expr_or_subquery */ + -1, /* (426) column_reference ::= column_name */ + -3, /* (427) column_reference ::= table_name NK_DOT column_name */ + -1, /* (428) pseudo_column ::= ROWTS */ + -1, /* (429) pseudo_column ::= TBNAME */ + -3, /* (430) pseudo_column ::= table_name NK_DOT TBNAME */ + -1, /* (431) pseudo_column ::= QSTART */ + -1, /* (432) pseudo_column ::= QEND */ + -1, /* (433) pseudo_column ::= QDURATION */ + -1, /* (434) pseudo_column ::= WSTART */ + -1, /* (435) pseudo_column ::= WEND */ + -1, /* (436) pseudo_column ::= WDURATION */ + -1, /* (437) pseudo_column ::= IROWTS */ + -1, /* (438) pseudo_column ::= ISFILLED */ + -1, /* (439) pseudo_column ::= QTAGS */ + -4, /* (440) function_expression ::= function_name NK_LP expression_list NK_RP */ + -4, /* (441) function_expression ::= star_func NK_LP star_func_para_list NK_RP */ + -6, /* (442) function_expression ::= CAST NK_LP expr_or_subquery AS type_name NK_RP */ + -1, /* (443) function_expression ::= literal_func */ + -3, /* (444) literal_func ::= noarg_func NK_LP NK_RP */ + -1, /* (445) literal_func ::= NOW */ + -1, /* (446) noarg_func ::= NOW */ + -1, /* (447) noarg_func ::= TODAY */ + -1, /* (448) noarg_func ::= TIMEZONE */ + -1, /* (449) noarg_func ::= DATABASE */ + -1, /* (450) noarg_func ::= CLIENT_VERSION */ + -1, /* (451) noarg_func ::= SERVER_VERSION */ + -1, /* (452) noarg_func ::= SERVER_STATUS */ + -1, /* (453) noarg_func ::= CURRENT_USER */ + -1, /* (454) noarg_func ::= USER */ + -1, /* (455) star_func ::= COUNT */ + -1, /* (456) star_func ::= FIRST */ + -1, /* (457) star_func ::= LAST */ + -1, /* (458) star_func ::= LAST_ROW */ + -1, /* (459) star_func_para_list ::= NK_STAR */ + -1, /* (460) star_func_para_list ::= other_para_list */ + -1, /* (461) other_para_list ::= star_func_para */ + -3, /* (462) other_para_list ::= other_para_list NK_COMMA star_func_para */ + -1, /* (463) star_func_para ::= expr_or_subquery */ + -3, /* (464) star_func_para ::= table_name NK_DOT NK_STAR */ + -4, /* (465) case_when_expression ::= CASE when_then_list case_when_else_opt END */ + -5, /* (466) case_when_expression ::= CASE common_expression when_then_list case_when_else_opt END */ + -1, /* (467) when_then_list ::= when_then_expr */ + -2, /* (468) when_then_list ::= when_then_list when_then_expr */ + -4, /* (469) when_then_expr ::= WHEN common_expression THEN common_expression */ + 0, /* (470) case_when_else_opt ::= */ + -2, /* (471) case_when_else_opt ::= ELSE common_expression */ + -3, /* (472) predicate ::= expr_or_subquery compare_op expr_or_subquery */ + -5, /* (473) predicate ::= expr_or_subquery BETWEEN expr_or_subquery AND expr_or_subquery */ + -6, /* (474) predicate ::= expr_or_subquery NOT BETWEEN expr_or_subquery AND expr_or_subquery */ + -3, /* (475) predicate ::= expr_or_subquery IS NULL */ + -4, /* (476) predicate ::= expr_or_subquery IS NOT NULL */ + -3, /* (477) predicate ::= expr_or_subquery in_op in_predicate_value */ + -1, /* (478) compare_op ::= NK_LT */ + -1, /* (479) compare_op ::= NK_GT */ + -1, /* (480) compare_op ::= NK_LE */ + -1, /* (481) compare_op ::= NK_GE */ + -1, /* (482) compare_op ::= NK_NE */ + -1, /* (483) compare_op ::= NK_EQ */ + -1, /* (484) compare_op ::= LIKE */ + -2, /* (485) compare_op ::= NOT LIKE */ + -1, /* (486) compare_op ::= MATCH */ + -1, /* (487) compare_op ::= NMATCH */ + -1, /* (488) compare_op ::= CONTAINS */ + -1, /* (489) in_op ::= IN */ + -2, /* (490) in_op ::= NOT IN */ + -3, /* (491) in_predicate_value ::= NK_LP literal_list NK_RP */ + -1, /* (492) boolean_value_expression ::= boolean_primary */ + -2, /* (493) boolean_value_expression ::= NOT boolean_primary */ + -3, /* (494) boolean_value_expression ::= boolean_value_expression OR boolean_value_expression */ + -3, /* (495) boolean_value_expression ::= boolean_value_expression AND boolean_value_expression */ + -1, /* (496) boolean_primary ::= predicate */ + -3, /* (497) boolean_primary ::= NK_LP boolean_value_expression NK_RP */ + -1, /* (498) common_expression ::= expr_or_subquery */ + -1, /* (499) common_expression ::= boolean_value_expression */ + 0, /* (500) from_clause_opt ::= */ + -2, /* (501) from_clause_opt ::= FROM table_reference_list */ + -1, /* (502) table_reference_list ::= table_reference */ + -3, /* (503) table_reference_list ::= table_reference_list NK_COMMA table_reference */ + -1, /* (504) table_reference ::= table_primary */ + -1, /* (505) table_reference ::= joined_table */ + -2, /* (506) table_primary ::= table_name alias_opt */ + -4, /* (507) table_primary ::= db_name NK_DOT table_name alias_opt */ + -2, /* (508) table_primary ::= subquery alias_opt */ + -1, /* (509) table_primary ::= parenthesized_joined_table */ + 0, /* (510) alias_opt ::= */ + -1, /* (511) alias_opt ::= table_alias */ + -2, /* (512) alias_opt ::= AS table_alias */ + -3, /* (513) parenthesized_joined_table ::= NK_LP joined_table NK_RP */ + -3, /* (514) parenthesized_joined_table ::= NK_LP parenthesized_joined_table NK_RP */ + -6, /* (515) joined_table ::= table_reference join_type JOIN table_reference ON search_condition */ + 0, /* (516) join_type ::= */ + -1, /* (517) join_type ::= INNER */ + -12, /* (518) query_specification ::= SELECT set_quantifier_opt select_list from_clause_opt where_clause_opt partition_by_clause_opt range_opt every_opt fill_opt twindow_clause_opt group_by_clause_opt having_clause_opt */ + 0, /* (519) set_quantifier_opt ::= */ + -1, /* (520) set_quantifier_opt ::= DISTINCT */ + -1, /* (521) set_quantifier_opt ::= ALL */ + -1, /* (522) select_list ::= select_item */ + -3, /* (523) select_list ::= select_list NK_COMMA select_item */ + -1, /* (524) select_item ::= NK_STAR */ + -1, /* (525) select_item ::= common_expression */ + -2, /* (526) select_item ::= common_expression column_alias */ + -3, /* (527) select_item ::= common_expression AS column_alias */ + -3, /* (528) select_item ::= table_name NK_DOT NK_STAR */ + 0, /* (529) where_clause_opt ::= */ + -2, /* (530) where_clause_opt ::= WHERE search_condition */ + 0, /* (531) partition_by_clause_opt ::= */ + -3, /* (532) partition_by_clause_opt ::= PARTITION BY partition_list */ + -1, /* (533) partition_list ::= partition_item */ + -3, /* (534) partition_list ::= partition_list NK_COMMA partition_item */ + -1, /* (535) partition_item ::= expr_or_subquery */ + -2, /* (536) partition_item ::= expr_or_subquery column_alias */ + -3, /* (537) partition_item ::= expr_or_subquery AS column_alias */ + 0, /* (538) twindow_clause_opt ::= */ + -6, /* (539) twindow_clause_opt ::= SESSION NK_LP column_reference NK_COMMA duration_literal NK_RP */ + -4, /* (540) twindow_clause_opt ::= STATE_WINDOW NK_LP expr_or_subquery NK_RP */ + -6, /* (541) twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_RP sliding_opt fill_opt */ + -8, /* (542) twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_COMMA duration_literal NK_RP sliding_opt fill_opt */ + -7, /* (543) twindow_clause_opt ::= EVENT_WINDOW START WITH search_condition END WITH search_condition */ + 0, /* (544) sliding_opt ::= */ + -4, /* (545) sliding_opt ::= SLIDING NK_LP duration_literal NK_RP */ + 0, /* (546) fill_opt ::= */ + -4, /* (547) fill_opt ::= FILL NK_LP fill_mode NK_RP */ + -6, /* (548) fill_opt ::= FILL NK_LP VALUE NK_COMMA expression_list NK_RP */ + -6, /* (549) fill_opt ::= FILL NK_LP VALUE_F NK_COMMA expression_list NK_RP */ + -1, /* (550) fill_mode ::= NONE */ + -1, /* (551) fill_mode ::= PREV */ + -1, /* (552) fill_mode ::= NULL */ + -1, /* (553) fill_mode ::= NULL_F */ + -1, /* (554) fill_mode ::= LINEAR */ + -1, /* (555) fill_mode ::= NEXT */ + 0, /* (556) group_by_clause_opt ::= */ + -3, /* (557) group_by_clause_opt ::= GROUP BY group_by_list */ + -1, /* (558) group_by_list ::= expr_or_subquery */ + -3, /* (559) group_by_list ::= group_by_list NK_COMMA expr_or_subquery */ + 0, /* (560) having_clause_opt ::= */ + -2, /* (561) having_clause_opt ::= HAVING search_condition */ + 0, /* (562) range_opt ::= */ + -6, /* (563) range_opt ::= RANGE NK_LP expr_or_subquery NK_COMMA expr_or_subquery NK_RP */ + -4, /* (564) range_opt ::= RANGE NK_LP expr_or_subquery NK_RP */ + 0, /* (565) every_opt ::= */ + -4, /* (566) every_opt ::= EVERY NK_LP duration_literal NK_RP */ + -4, /* (567) query_expression ::= query_simple order_by_clause_opt slimit_clause_opt limit_clause_opt */ + -1, /* (568) query_simple ::= query_specification */ + -1, /* (569) query_simple ::= union_query_expression */ + -4, /* (570) union_query_expression ::= query_simple_or_subquery UNION ALL query_simple_or_subquery */ + -3, /* (571) union_query_expression ::= query_simple_or_subquery UNION query_simple_or_subquery */ + -1, /* (572) query_simple_or_subquery ::= query_simple */ + -1, /* (573) query_simple_or_subquery ::= subquery */ + -1, /* (574) query_or_subquery ::= query_expression */ + -1, /* (575) query_or_subquery ::= subquery */ + 0, /* (576) order_by_clause_opt ::= */ + -3, /* (577) order_by_clause_opt ::= ORDER BY sort_specification_list */ + 0, /* (578) slimit_clause_opt ::= */ + -2, /* (579) slimit_clause_opt ::= SLIMIT NK_INTEGER */ + -4, /* (580) slimit_clause_opt ::= SLIMIT NK_INTEGER SOFFSET NK_INTEGER */ + -4, /* (581) slimit_clause_opt ::= SLIMIT NK_INTEGER NK_COMMA NK_INTEGER */ + 0, /* (582) limit_clause_opt ::= */ + -2, /* (583) limit_clause_opt ::= LIMIT NK_INTEGER */ + -4, /* (584) limit_clause_opt ::= LIMIT NK_INTEGER OFFSET NK_INTEGER */ + -4, /* (585) limit_clause_opt ::= LIMIT NK_INTEGER NK_COMMA NK_INTEGER */ + -3, /* (586) subquery ::= NK_LP query_expression NK_RP */ + -3, /* (587) subquery ::= NK_LP subquery NK_RP */ + -1, /* (588) search_condition ::= common_expression */ + -1, /* (589) sort_specification_list ::= sort_specification */ + -3, /* (590) sort_specification_list ::= sort_specification_list NK_COMMA sort_specification */ + -3, /* (591) sort_specification ::= expr_or_subquery ordering_specification_opt null_ordering_opt */ + 0, /* (592) ordering_specification_opt ::= */ + -1, /* (593) ordering_specification_opt ::= ASC */ + -1, /* (594) ordering_specification_opt ::= DESC */ + 0, /* (595) null_ordering_opt ::= */ + -2, /* (596) null_ordering_opt ::= NULLS FIRST */ + -2, /* (597) null_ordering_opt ::= NULLS LAST */ }; static void yy_accept(yyParser*); /* Forward Declaration */ @@ -4384,54 +4757,6 @@ static YYACTIONTYPE yy_reduce( (void)yyLookahead; (void)yyLookaheadToken; yymsp = yypParser->yytos; -#ifndef NDEBUG - if( yyTraceFILE && yyruleno<(int)(sizeof(yyRuleName)/sizeof(yyRuleName[0])) ){ - yysize = yyRuleInfoNRhs[yyruleno]; - if( yysize ){ - fprintf(yyTraceFILE, "%sReduce %d [%s]%s, pop back to state %d.\n", - yyTracePrompt, - yyruleno, yyRuleName[yyruleno], - yyrulenoyytos - 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); - /* The call to yyStackOverflow() above pops the stack until it is - ** empty, causing the main parser loop to exit. So the return value - ** is never used and does not matter. */ - return 0; - } -#else - if( yypParser->yytos>=&yypParser->yystack[yypParser->yystksz-1] ){ - if( yyGrowStack(yypParser) ){ - yyStackOverflow(yypParser); - /* The call to yyStackOverflow() above pops the stack until it is - ** empty, causing the main parser loop to exit. So the return value - ** is never used and does not matter. */ - return 0; - } - yymsp = yypParser->yytos; - } -#endif - } switch( yyruleno ){ /* Beginning here are the reduction cases. A typical example @@ -4446,11 +4771,11 @@ static YYACTIONTYPE yy_reduce( YYMINORTYPE yylhsminor; case 0: /* cmd ::= CREATE ACCOUNT NK_ID PASS NK_STRING account_options */ { pCxt->errCode = generateSyntaxErrMsg(&pCxt->msgBuf, TSDB_CODE_PAR_EXPRIE_STATEMENT); } - yy_destructor(yypParser,338,&yymsp[0].minor); + yy_destructor(yypParser,339,&yymsp[0].minor); break; case 1: /* cmd ::= ALTER ACCOUNT NK_ID alter_account_options */ { pCxt->errCode = generateSyntaxErrMsg(&pCxt->msgBuf, TSDB_CODE_PAR_EXPRIE_STATEMENT); } - yy_destructor(yypParser,339,&yymsp[0].minor); + yy_destructor(yypParser,340,&yymsp[0].minor); break; case 2: /* account_options ::= */ { } @@ -4464,20 +4789,20 @@ static YYACTIONTYPE yy_reduce( case 9: /* account_options ::= account_options USERS literal */ yytestcase(yyruleno==9); case 10: /* account_options ::= account_options CONNS literal */ yytestcase(yyruleno==10); case 11: /* account_options ::= account_options STATE literal */ yytestcase(yyruleno==11); -{ yy_destructor(yypParser,338,&yymsp[-2].minor); +{ yy_destructor(yypParser,339,&yymsp[-2].minor); { } - yy_destructor(yypParser,340,&yymsp[0].minor); + yy_destructor(yypParser,341,&yymsp[0].minor); } break; case 12: /* alter_account_options ::= alter_account_option */ -{ yy_destructor(yypParser,341,&yymsp[0].minor); +{ yy_destructor(yypParser,342,&yymsp[0].minor); { } } break; case 13: /* alter_account_options ::= alter_account_options alter_account_option */ -{ yy_destructor(yypParser,339,&yymsp[-1].minor); +{ yy_destructor(yypParser,340,&yymsp[-1].minor); { } - yy_destructor(yypParser,341,&yymsp[0].minor); + yy_destructor(yypParser,342,&yymsp[0].minor); } break; case 14: /* alter_account_option ::= PASS literal */ @@ -4491,113 +4816,113 @@ static YYACTIONTYPE yy_reduce( case 22: /* alter_account_option ::= CONNS literal */ yytestcase(yyruleno==22); case 23: /* alter_account_option ::= STATE literal */ yytestcase(yyruleno==23); { } - yy_destructor(yypParser,340,&yymsp[0].minor); + yy_destructor(yypParser,341,&yymsp[0].minor); break; case 24: /* cmd ::= CREATE USER user_name PASS NK_STRING sysinfo_opt */ -{ pCxt->pRootNode = createCreateUserStmt(pCxt, &yymsp[-3].minor.yy669, &yymsp[-1].minor.yy0, yymsp[0].minor.yy73); } +{ pCxt->pRootNode = createCreateUserStmt(pCxt, &yymsp[-3].minor.yy533, &yymsp[-1].minor.yy0, yymsp[0].minor.yy719); } break; case 25: /* cmd ::= ALTER USER user_name PASS NK_STRING */ -{ pCxt->pRootNode = createAlterUserStmt(pCxt, &yymsp[-2].minor.yy669, TSDB_ALTER_USER_PASSWD, &yymsp[0].minor.yy0); } +{ pCxt->pRootNode = createAlterUserStmt(pCxt, &yymsp[-2].minor.yy533, TSDB_ALTER_USER_PASSWD, &yymsp[0].minor.yy0); } break; case 26: /* cmd ::= ALTER USER user_name ENABLE NK_INTEGER */ -{ pCxt->pRootNode = createAlterUserStmt(pCxt, &yymsp[-2].minor.yy669, TSDB_ALTER_USER_ENABLE, &yymsp[0].minor.yy0); } +{ pCxt->pRootNode = createAlterUserStmt(pCxt, &yymsp[-2].minor.yy533, TSDB_ALTER_USER_ENABLE, &yymsp[0].minor.yy0); } break; case 27: /* cmd ::= ALTER USER user_name SYSINFO NK_INTEGER */ -{ pCxt->pRootNode = createAlterUserStmt(pCxt, &yymsp[-2].minor.yy669, TSDB_ALTER_USER_SYSINFO, &yymsp[0].minor.yy0); } +{ pCxt->pRootNode = createAlterUserStmt(pCxt, &yymsp[-2].minor.yy533, TSDB_ALTER_USER_SYSINFO, &yymsp[0].minor.yy0); } break; case 28: /* cmd ::= DROP USER user_name */ -{ pCxt->pRootNode = createDropUserStmt(pCxt, &yymsp[0].minor.yy669); } +{ pCxt->pRootNode = createDropUserStmt(pCxt, &yymsp[0].minor.yy533); } break; case 29: /* sysinfo_opt ::= */ -{ yymsp[1].minor.yy73 = 1; } +{ yymsp[1].minor.yy719 = 1; } break; case 30: /* sysinfo_opt ::= SYSINFO NK_INTEGER */ -{ yymsp[-1].minor.yy73 = taosStr2Int8(yymsp[0].minor.yy0.z, NULL, 10); } +{ yymsp[-1].minor.yy719 = taosStr2Int8(yymsp[0].minor.yy0.z, NULL, 10); } break; case 31: /* cmd ::= GRANT privileges ON priv_level with_opt TO user_name */ -{ pCxt->pRootNode = createGrantStmt(pCxt, yymsp[-5].minor.yy349, &yymsp[-3].minor.yy257, &yymsp[0].minor.yy669, yymsp[-2].minor.yy242); } +{ pCxt->pRootNode = createGrantStmt(pCxt, yymsp[-5].minor.yy261, &yymsp[-3].minor.yy885, &yymsp[0].minor.yy533, yymsp[-2].minor.yy560); } break; case 32: /* cmd ::= REVOKE privileges ON priv_level with_opt FROM user_name */ -{ pCxt->pRootNode = createRevokeStmt(pCxt, yymsp[-5].minor.yy349, &yymsp[-3].minor.yy257, &yymsp[0].minor.yy669, yymsp[-2].minor.yy242); } +{ pCxt->pRootNode = createRevokeStmt(pCxt, yymsp[-5].minor.yy261, &yymsp[-3].minor.yy885, &yymsp[0].minor.yy533, yymsp[-2].minor.yy560); } break; case 33: /* privileges ::= ALL */ -{ yymsp[0].minor.yy349 = PRIVILEGE_TYPE_ALL; } +{ yymsp[0].minor.yy261 = PRIVILEGE_TYPE_ALL; } break; case 34: /* privileges ::= priv_type_list */ case 36: /* priv_type_list ::= priv_type */ yytestcase(yyruleno==36); -{ yylhsminor.yy349 = yymsp[0].minor.yy349; } - yymsp[0].minor.yy349 = yylhsminor.yy349; +{ yylhsminor.yy261 = yymsp[0].minor.yy261; } + yymsp[0].minor.yy261 = yylhsminor.yy261; break; case 35: /* privileges ::= SUBSCRIBE */ -{ yymsp[0].minor.yy349 = PRIVILEGE_TYPE_SUBSCRIBE; } +{ yymsp[0].minor.yy261 = PRIVILEGE_TYPE_SUBSCRIBE; } break; case 37: /* priv_type_list ::= priv_type_list NK_COMMA priv_type */ -{ yylhsminor.yy349 = yymsp[-2].minor.yy349 | yymsp[0].minor.yy349; } - yymsp[-2].minor.yy349 = yylhsminor.yy349; +{ yylhsminor.yy261 = yymsp[-2].minor.yy261 | yymsp[0].minor.yy261; } + yymsp[-2].minor.yy261 = yylhsminor.yy261; break; case 38: /* priv_type ::= READ */ -{ yymsp[0].minor.yy349 = PRIVILEGE_TYPE_READ; } +{ yymsp[0].minor.yy261 = PRIVILEGE_TYPE_READ; } break; case 39: /* priv_type ::= WRITE */ -{ yymsp[0].minor.yy349 = PRIVILEGE_TYPE_WRITE; } +{ yymsp[0].minor.yy261 = PRIVILEGE_TYPE_WRITE; } break; case 40: /* priv_level ::= NK_STAR NK_DOT NK_STAR */ -{ yylhsminor.yy257.first = yymsp[-2].minor.yy0; yylhsminor.yy257.second = yymsp[0].minor.yy0; } - yymsp[-2].minor.yy257 = yylhsminor.yy257; +{ yylhsminor.yy885.first = yymsp[-2].minor.yy0; yylhsminor.yy885.second = yymsp[0].minor.yy0; } + yymsp[-2].minor.yy885 = yylhsminor.yy885; break; case 41: /* priv_level ::= db_name NK_DOT NK_STAR */ -{ yylhsminor.yy257.first = yymsp[-2].minor.yy669; yylhsminor.yy257.second = yymsp[0].minor.yy0; } - yymsp[-2].minor.yy257 = yylhsminor.yy257; +{ yylhsminor.yy885.first = yymsp[-2].minor.yy533; yylhsminor.yy885.second = yymsp[0].minor.yy0; } + yymsp[-2].minor.yy885 = yylhsminor.yy885; break; case 42: /* priv_level ::= db_name NK_DOT table_name */ -{ yylhsminor.yy257.first = yymsp[-2].minor.yy669; yylhsminor.yy257.second = yymsp[0].minor.yy669; } - yymsp[-2].minor.yy257 = yylhsminor.yy257; +{ yylhsminor.yy885.first = yymsp[-2].minor.yy533; yylhsminor.yy885.second = yymsp[0].minor.yy533; } + yymsp[-2].minor.yy885 = yylhsminor.yy885; break; case 43: /* priv_level ::= topic_name */ -{ yylhsminor.yy257.first = yymsp[0].minor.yy669; yylhsminor.yy257.second = nil_token; } - yymsp[0].minor.yy257 = yylhsminor.yy257; +{ yylhsminor.yy885.first = yymsp[0].minor.yy533; yylhsminor.yy885.second = nil_token; } + yymsp[0].minor.yy885 = yylhsminor.yy885; break; case 44: /* with_opt ::= */ case 144: /* start_opt ::= */ yytestcase(yyruleno==144); case 148: /* end_opt ::= */ yytestcase(yyruleno==148); case 273: /* like_pattern_opt ::= */ yytestcase(yyruleno==273); - case 350: /* subtable_opt ::= */ yytestcase(yyruleno==350); - case 468: /* case_when_else_opt ::= */ yytestcase(yyruleno==468); - case 498: /* from_clause_opt ::= */ yytestcase(yyruleno==498); - case 527: /* where_clause_opt ::= */ yytestcase(yyruleno==527); - case 536: /* twindow_clause_opt ::= */ yytestcase(yyruleno==536); - case 542: /* sliding_opt ::= */ yytestcase(yyruleno==542); - case 544: /* fill_opt ::= */ yytestcase(yyruleno==544); - case 558: /* having_clause_opt ::= */ yytestcase(yyruleno==558); - case 560: /* range_opt ::= */ yytestcase(yyruleno==560); - case 563: /* every_opt ::= */ yytestcase(yyruleno==563); - case 576: /* slimit_clause_opt ::= */ yytestcase(yyruleno==576); - case 580: /* limit_clause_opt ::= */ yytestcase(yyruleno==580); -{ yymsp[1].minor.yy242 = NULL; } + case 352: /* subtable_opt ::= */ yytestcase(yyruleno==352); + case 470: /* case_when_else_opt ::= */ yytestcase(yyruleno==470); + case 500: /* from_clause_opt ::= */ yytestcase(yyruleno==500); + case 529: /* where_clause_opt ::= */ yytestcase(yyruleno==529); + case 538: /* twindow_clause_opt ::= */ yytestcase(yyruleno==538); + case 544: /* sliding_opt ::= */ yytestcase(yyruleno==544); + case 546: /* fill_opt ::= */ yytestcase(yyruleno==546); + case 560: /* having_clause_opt ::= */ yytestcase(yyruleno==560); + case 562: /* range_opt ::= */ yytestcase(yyruleno==562); + case 565: /* every_opt ::= */ yytestcase(yyruleno==565); + case 578: /* slimit_clause_opt ::= */ yytestcase(yyruleno==578); + case 582: /* limit_clause_opt ::= */ yytestcase(yyruleno==582); +{ yymsp[1].minor.yy560 = NULL; } break; case 45: /* with_opt ::= WITH search_condition */ - case 499: /* from_clause_opt ::= FROM table_reference_list */ yytestcase(yyruleno==499); - case 528: /* where_clause_opt ::= WHERE search_condition */ yytestcase(yyruleno==528); - case 559: /* having_clause_opt ::= HAVING search_condition */ yytestcase(yyruleno==559); -{ yymsp[-1].minor.yy242 = yymsp[0].minor.yy242; } + case 501: /* from_clause_opt ::= FROM table_reference_list */ yytestcase(yyruleno==501); + case 530: /* where_clause_opt ::= WHERE search_condition */ yytestcase(yyruleno==530); + case 561: /* having_clause_opt ::= HAVING search_condition */ yytestcase(yyruleno==561); +{ yymsp[-1].minor.yy560 = yymsp[0].minor.yy560; } break; case 46: /* cmd ::= CREATE DNODE dnode_endpoint */ -{ pCxt->pRootNode = createCreateDnodeStmt(pCxt, &yymsp[0].minor.yy669, NULL); } +{ pCxt->pRootNode = createCreateDnodeStmt(pCxt, &yymsp[0].minor.yy533, NULL); } break; case 47: /* cmd ::= CREATE DNODE dnode_endpoint PORT NK_INTEGER */ -{ pCxt->pRootNode = createCreateDnodeStmt(pCxt, &yymsp[-2].minor.yy669, &yymsp[0].minor.yy0); } +{ pCxt->pRootNode = createCreateDnodeStmt(pCxt, &yymsp[-2].minor.yy533, &yymsp[0].minor.yy0); } break; case 48: /* cmd ::= DROP DNODE NK_INTEGER force_opt */ -{ pCxt->pRootNode = createDropDnodeStmt(pCxt, &yymsp[-1].minor.yy0, yymsp[0].minor.yy777, false); } +{ pCxt->pRootNode = createDropDnodeStmt(pCxt, &yymsp[-1].minor.yy0, yymsp[0].minor.yy173, false); } break; case 49: /* cmd ::= DROP DNODE dnode_endpoint force_opt */ -{ pCxt->pRootNode = createDropDnodeStmt(pCxt, &yymsp[-1].minor.yy669, yymsp[0].minor.yy777, false); } +{ pCxt->pRootNode = createDropDnodeStmt(pCxt, &yymsp[-1].minor.yy533, yymsp[0].minor.yy173, false); } break; case 50: /* cmd ::= DROP DNODE NK_INTEGER unsafe_opt */ -{ pCxt->pRootNode = createDropDnodeStmt(pCxt, &yymsp[-1].minor.yy0, false, yymsp[0].minor.yy777); } +{ pCxt->pRootNode = createDropDnodeStmt(pCxt, &yymsp[-1].minor.yy0, false, yymsp[0].minor.yy173); } break; case 51: /* cmd ::= DROP DNODE dnode_endpoint unsafe_opt */ -{ pCxt->pRootNode = createDropDnodeStmt(pCxt, &yymsp[-1].minor.yy669, false, yymsp[0].minor.yy777); } +{ pCxt->pRootNode = createDropDnodeStmt(pCxt, &yymsp[-1].minor.yy533, false, yymsp[0].minor.yy173); } break; case 52: /* cmd ::= ALTER DNODE NK_INTEGER NK_STRING */ { pCxt->pRootNode = createAlterDnodeStmt(pCxt, &yymsp[-1].minor.yy0, &yymsp[0].minor.yy0, NULL); } @@ -4621,49 +4946,49 @@ static YYACTIONTYPE yy_reduce( case 298: /* sma_func_name ::= FIRST */ yytestcase(yyruleno==298); case 299: /* sma_func_name ::= LAST */ yytestcase(yyruleno==299); case 300: /* sma_func_name ::= LAST_ROW */ yytestcase(yyruleno==300); - case 394: /* db_name ::= NK_ID */ yytestcase(yyruleno==394); - case 395: /* table_name ::= NK_ID */ yytestcase(yyruleno==395); - case 396: /* column_name ::= NK_ID */ yytestcase(yyruleno==396); - case 397: /* function_name ::= NK_ID */ yytestcase(yyruleno==397); - case 398: /* table_alias ::= NK_ID */ yytestcase(yyruleno==398); - case 399: /* column_alias ::= NK_ID */ yytestcase(yyruleno==399); - case 400: /* user_name ::= NK_ID */ yytestcase(yyruleno==400); - case 401: /* topic_name ::= NK_ID */ yytestcase(yyruleno==401); - case 402: /* stream_name ::= NK_ID */ yytestcase(yyruleno==402); - case 403: /* cgroup_name ::= NK_ID */ yytestcase(yyruleno==403); - case 404: /* index_name ::= NK_ID */ yytestcase(yyruleno==404); - case 444: /* noarg_func ::= NOW */ yytestcase(yyruleno==444); - case 445: /* noarg_func ::= TODAY */ yytestcase(yyruleno==445); - case 446: /* noarg_func ::= TIMEZONE */ yytestcase(yyruleno==446); - case 447: /* noarg_func ::= DATABASE */ yytestcase(yyruleno==447); - case 448: /* noarg_func ::= CLIENT_VERSION */ yytestcase(yyruleno==448); - case 449: /* noarg_func ::= SERVER_VERSION */ yytestcase(yyruleno==449); - case 450: /* noarg_func ::= SERVER_STATUS */ yytestcase(yyruleno==450); - case 451: /* noarg_func ::= CURRENT_USER */ yytestcase(yyruleno==451); - case 452: /* noarg_func ::= USER */ yytestcase(yyruleno==452); - case 453: /* star_func ::= COUNT */ yytestcase(yyruleno==453); - case 454: /* star_func ::= FIRST */ yytestcase(yyruleno==454); - case 455: /* star_func ::= LAST */ yytestcase(yyruleno==455); - case 456: /* star_func ::= LAST_ROW */ yytestcase(yyruleno==456); -{ yylhsminor.yy669 = yymsp[0].minor.yy0; } - yymsp[0].minor.yy669 = yylhsminor.yy669; + case 396: /* db_name ::= NK_ID */ yytestcase(yyruleno==396); + case 397: /* table_name ::= NK_ID */ yytestcase(yyruleno==397); + case 398: /* column_name ::= NK_ID */ yytestcase(yyruleno==398); + case 399: /* function_name ::= NK_ID */ yytestcase(yyruleno==399); + case 400: /* table_alias ::= NK_ID */ yytestcase(yyruleno==400); + case 401: /* column_alias ::= NK_ID */ yytestcase(yyruleno==401); + case 402: /* user_name ::= NK_ID */ yytestcase(yyruleno==402); + case 403: /* topic_name ::= NK_ID */ yytestcase(yyruleno==403); + case 404: /* stream_name ::= NK_ID */ yytestcase(yyruleno==404); + case 405: /* cgroup_name ::= NK_ID */ yytestcase(yyruleno==405); + case 406: /* index_name ::= NK_ID */ yytestcase(yyruleno==406); + case 446: /* noarg_func ::= NOW */ yytestcase(yyruleno==446); + case 447: /* noarg_func ::= TODAY */ yytestcase(yyruleno==447); + case 448: /* noarg_func ::= TIMEZONE */ yytestcase(yyruleno==448); + case 449: /* noarg_func ::= DATABASE */ yytestcase(yyruleno==449); + case 450: /* noarg_func ::= CLIENT_VERSION */ yytestcase(yyruleno==450); + case 451: /* noarg_func ::= SERVER_VERSION */ yytestcase(yyruleno==451); + case 452: /* noarg_func ::= SERVER_STATUS */ yytestcase(yyruleno==452); + case 453: /* noarg_func ::= CURRENT_USER */ yytestcase(yyruleno==453); + case 454: /* noarg_func ::= USER */ yytestcase(yyruleno==454); + case 455: /* star_func ::= COUNT */ yytestcase(yyruleno==455); + case 456: /* star_func ::= FIRST */ yytestcase(yyruleno==456); + case 457: /* star_func ::= LAST */ yytestcase(yyruleno==457); + case 458: /* star_func ::= LAST_ROW */ yytestcase(yyruleno==458); +{ yylhsminor.yy533 = yymsp[0].minor.yy0; } + yymsp[0].minor.yy533 = yylhsminor.yy533; break; case 60: /* force_opt ::= */ case 84: /* not_exists_opt ::= */ yytestcase(yyruleno==84); case 86: /* exists_opt ::= */ yytestcase(yyruleno==86); - case 317: /* analyze_opt ::= */ yytestcase(yyruleno==317); - case 324: /* agg_func_opt ::= */ yytestcase(yyruleno==324); - case 330: /* or_replace_opt ::= */ yytestcase(yyruleno==330); - case 352: /* ignore_opt ::= */ yytestcase(yyruleno==352); - case 517: /* set_quantifier_opt ::= */ yytestcase(yyruleno==517); -{ yymsp[1].minor.yy777 = false; } + case 319: /* analyze_opt ::= */ yytestcase(yyruleno==319); + case 326: /* agg_func_opt ::= */ yytestcase(yyruleno==326); + case 332: /* or_replace_opt ::= */ yytestcase(yyruleno==332); + case 354: /* ignore_opt ::= */ yytestcase(yyruleno==354); + case 519: /* set_quantifier_opt ::= */ yytestcase(yyruleno==519); +{ yymsp[1].minor.yy173 = false; } break; case 61: /* force_opt ::= FORCE */ case 62: /* unsafe_opt ::= UNSAFE */ yytestcase(yyruleno==62); - case 318: /* analyze_opt ::= ANALYZE */ yytestcase(yyruleno==318); - case 325: /* agg_func_opt ::= AGGREGATE */ yytestcase(yyruleno==325); - case 518: /* set_quantifier_opt ::= DISTINCT */ yytestcase(yyruleno==518); -{ yymsp[0].minor.yy777 = true; } + case 320: /* analyze_opt ::= ANALYZE */ yytestcase(yyruleno==320); + case 327: /* agg_func_opt ::= AGGREGATE */ yytestcase(yyruleno==327); + case 520: /* set_quantifier_opt ::= DISTINCT */ yytestcase(yyruleno==520); +{ yymsp[0].minor.yy173 = true; } break; case 63: /* cmd ::= ALTER LOCAL NK_STRING */ { pCxt->pRootNode = createAlterLocalStmt(pCxt, &yymsp[0].minor.yy0, NULL); } @@ -4705,234 +5030,234 @@ static YYACTIONTYPE yy_reduce( { pCxt->pRootNode = createRestoreComponentNodeStmt(pCxt, QUERY_NODE_RESTORE_VNODE_STMT, &yymsp[0].minor.yy0); } break; case 76: /* cmd ::= CREATE DATABASE not_exists_opt db_name db_options */ -{ pCxt->pRootNode = createCreateDatabaseStmt(pCxt, yymsp[-2].minor.yy777, &yymsp[-1].minor.yy669, yymsp[0].minor.yy242); } +{ pCxt->pRootNode = createCreateDatabaseStmt(pCxt, yymsp[-2].minor.yy173, &yymsp[-1].minor.yy533, yymsp[0].minor.yy560); } break; case 77: /* cmd ::= DROP DATABASE exists_opt db_name */ -{ pCxt->pRootNode = createDropDatabaseStmt(pCxt, yymsp[-1].minor.yy777, &yymsp[0].minor.yy669); } +{ pCxt->pRootNode = createDropDatabaseStmt(pCxt, yymsp[-1].minor.yy173, &yymsp[0].minor.yy533); } break; case 78: /* cmd ::= USE db_name */ -{ pCxt->pRootNode = createUseDatabaseStmt(pCxt, &yymsp[0].minor.yy669); } +{ pCxt->pRootNode = createUseDatabaseStmt(pCxt, &yymsp[0].minor.yy533); } break; case 79: /* cmd ::= ALTER DATABASE db_name alter_db_options */ -{ pCxt->pRootNode = createAlterDatabaseStmt(pCxt, &yymsp[-1].minor.yy669, yymsp[0].minor.yy242); } +{ pCxt->pRootNode = createAlterDatabaseStmt(pCxt, &yymsp[-1].minor.yy533, yymsp[0].minor.yy560); } break; case 80: /* cmd ::= FLUSH DATABASE db_name */ -{ pCxt->pRootNode = createFlushDatabaseStmt(pCxt, &yymsp[0].minor.yy669); } +{ pCxt->pRootNode = createFlushDatabaseStmt(pCxt, &yymsp[0].minor.yy533); } break; case 81: /* cmd ::= TRIM DATABASE db_name speed_opt */ -{ pCxt->pRootNode = createTrimDatabaseStmt(pCxt, &yymsp[-1].minor.yy669, yymsp[0].minor.yy120); } +{ pCxt->pRootNode = createTrimDatabaseStmt(pCxt, &yymsp[-1].minor.yy533, yymsp[0].minor.yy964); } break; case 82: /* cmd ::= COMPACT DATABASE db_name start_opt end_opt */ -{ pCxt->pRootNode = createCompactStmt(pCxt, &yymsp[-2].minor.yy669, yymsp[-1].minor.yy242, yymsp[0].minor.yy242); } +{ pCxt->pRootNode = createCompactStmt(pCxt, &yymsp[-2].minor.yy533, yymsp[-1].minor.yy560, yymsp[0].minor.yy560); } break; case 83: /* not_exists_opt ::= IF NOT EXISTS */ -{ yymsp[-2].minor.yy777 = true; } +{ yymsp[-2].minor.yy173 = true; } break; case 85: /* exists_opt ::= IF EXISTS */ - case 331: /* or_replace_opt ::= OR REPLACE */ yytestcase(yyruleno==331); - case 353: /* ignore_opt ::= IGNORE UNTREATED */ yytestcase(yyruleno==353); -{ yymsp[-1].minor.yy777 = true; } + case 333: /* or_replace_opt ::= OR REPLACE */ yytestcase(yyruleno==333); + case 355: /* ignore_opt ::= IGNORE UNTREATED */ yytestcase(yyruleno==355); +{ yymsp[-1].minor.yy173 = true; } break; case 87: /* db_options ::= */ -{ yymsp[1].minor.yy242 = createDefaultDatabaseOptions(pCxt); } +{ yymsp[1].minor.yy560 = createDefaultDatabaseOptions(pCxt); } break; case 88: /* db_options ::= db_options BUFFER NK_INTEGER */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_BUFFER, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_BUFFER, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 89: /* db_options ::= db_options CACHEMODEL NK_STRING */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_CACHEMODEL, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_CACHEMODEL, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 90: /* db_options ::= db_options CACHESIZE NK_INTEGER */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_CACHESIZE, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_CACHESIZE, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 91: /* db_options ::= db_options COMP NK_INTEGER */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_COMP, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_COMP, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 92: /* db_options ::= db_options DURATION NK_INTEGER */ case 93: /* db_options ::= db_options DURATION NK_VARIABLE */ yytestcase(yyruleno==93); -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_DAYS, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_DAYS, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 94: /* db_options ::= db_options MAXROWS NK_INTEGER */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_MAXROWS, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_MAXROWS, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 95: /* db_options ::= db_options MINROWS NK_INTEGER */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_MINROWS, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_MINROWS, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 96: /* db_options ::= db_options KEEP integer_list */ case 97: /* db_options ::= db_options KEEP variable_list */ yytestcase(yyruleno==97); -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_KEEP, yymsp[0].minor.yy174); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_KEEP, yymsp[0].minor.yy496); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 98: /* db_options ::= db_options PAGES NK_INTEGER */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_PAGES, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_PAGES, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 99: /* db_options ::= db_options PAGESIZE NK_INTEGER */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_PAGESIZE, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_PAGESIZE, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 100: /* db_options ::= db_options TSDB_PAGESIZE NK_INTEGER */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_TSDB_PAGESIZE, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_TSDB_PAGESIZE, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 101: /* db_options ::= db_options PRECISION NK_STRING */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_PRECISION, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_PRECISION, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 102: /* db_options ::= db_options REPLICA NK_INTEGER */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_REPLICA, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_REPLICA, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 103: /* db_options ::= db_options VGROUPS NK_INTEGER */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_VGROUPS, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_VGROUPS, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 104: /* db_options ::= db_options SINGLE_STABLE NK_INTEGER */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_SINGLE_STABLE, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_SINGLE_STABLE, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 105: /* db_options ::= db_options RETENTIONS retention_list */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_RETENTIONS, yymsp[0].minor.yy174); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_RETENTIONS, yymsp[0].minor.yy496); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 106: /* db_options ::= db_options SCHEMALESS NK_INTEGER */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_SCHEMALESS, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_SCHEMALESS, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 107: /* db_options ::= db_options WAL_LEVEL NK_INTEGER */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_WAL, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_WAL, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 108: /* db_options ::= db_options WAL_FSYNC_PERIOD NK_INTEGER */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_FSYNC, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_FSYNC, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 109: /* db_options ::= db_options WAL_RETENTION_PERIOD NK_INTEGER */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_WAL_RETENTION_PERIOD, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_WAL_RETENTION_PERIOD, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 110: /* db_options ::= db_options WAL_RETENTION_PERIOD NK_MINUS NK_INTEGER */ { SToken t = yymsp[-1].minor.yy0; t.n = (yymsp[0].minor.yy0.z + yymsp[0].minor.yy0.n) - yymsp[-1].minor.yy0.z; - yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-3].minor.yy242, DB_OPTION_WAL_RETENTION_PERIOD, &t); + yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-3].minor.yy560, DB_OPTION_WAL_RETENTION_PERIOD, &t); } - yymsp[-3].minor.yy242 = yylhsminor.yy242; + yymsp[-3].minor.yy560 = yylhsminor.yy560; break; case 111: /* db_options ::= db_options WAL_RETENTION_SIZE NK_INTEGER */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_WAL_RETENTION_SIZE, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_WAL_RETENTION_SIZE, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 112: /* db_options ::= db_options WAL_RETENTION_SIZE NK_MINUS NK_INTEGER */ { SToken t = yymsp[-1].minor.yy0; t.n = (yymsp[0].minor.yy0.z + yymsp[0].minor.yy0.n) - yymsp[-1].minor.yy0.z; - yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-3].minor.yy242, DB_OPTION_WAL_RETENTION_SIZE, &t); + yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-3].minor.yy560, DB_OPTION_WAL_RETENTION_SIZE, &t); } - yymsp[-3].minor.yy242 = yylhsminor.yy242; + yymsp[-3].minor.yy560 = yylhsminor.yy560; break; case 113: /* db_options ::= db_options WAL_ROLL_PERIOD NK_INTEGER */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_WAL_ROLL_PERIOD, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_WAL_ROLL_PERIOD, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 114: /* db_options ::= db_options WAL_SEGMENT_SIZE NK_INTEGER */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_WAL_SEGMENT_SIZE, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_WAL_SEGMENT_SIZE, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 115: /* db_options ::= db_options STT_TRIGGER NK_INTEGER */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_STT_TRIGGER, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_STT_TRIGGER, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 116: /* db_options ::= db_options TABLE_PREFIX signed */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_TABLE_PREFIX, yymsp[0].minor.yy242); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_TABLE_PREFIX, yymsp[0].minor.yy560); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 117: /* db_options ::= db_options TABLE_SUFFIX signed */ -{ yylhsminor.yy242 = setDatabaseOption(pCxt, yymsp[-2].minor.yy242, DB_OPTION_TABLE_SUFFIX, yymsp[0].minor.yy242); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setDatabaseOption(pCxt, yymsp[-2].minor.yy560, DB_OPTION_TABLE_SUFFIX, yymsp[0].minor.yy560); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 118: /* alter_db_options ::= alter_db_option */ -{ yylhsminor.yy242 = createAlterDatabaseOptions(pCxt); yylhsminor.yy242 = setAlterDatabaseOption(pCxt, yylhsminor.yy242, &yymsp[0].minor.yy535); } - yymsp[0].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createAlterDatabaseOptions(pCxt); yylhsminor.yy560 = setAlterDatabaseOption(pCxt, yylhsminor.yy560, &yymsp[0].minor.yy713); } + yymsp[0].minor.yy560 = yylhsminor.yy560; break; case 119: /* alter_db_options ::= alter_db_options alter_db_option */ -{ yylhsminor.yy242 = setAlterDatabaseOption(pCxt, yymsp[-1].minor.yy242, &yymsp[0].minor.yy535); } - yymsp[-1].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setAlterDatabaseOption(pCxt, yymsp[-1].minor.yy560, &yymsp[0].minor.yy713); } + yymsp[-1].minor.yy560 = yylhsminor.yy560; break; case 120: /* alter_db_option ::= BUFFER NK_INTEGER */ -{ yymsp[-1].minor.yy535.type = DB_OPTION_BUFFER; yymsp[-1].minor.yy535.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy713.type = DB_OPTION_BUFFER; yymsp[-1].minor.yy713.val = yymsp[0].minor.yy0; } break; case 121: /* alter_db_option ::= CACHEMODEL NK_STRING */ -{ yymsp[-1].minor.yy535.type = DB_OPTION_CACHEMODEL; yymsp[-1].minor.yy535.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy713.type = DB_OPTION_CACHEMODEL; yymsp[-1].minor.yy713.val = yymsp[0].minor.yy0; } break; case 122: /* alter_db_option ::= CACHESIZE NK_INTEGER */ -{ yymsp[-1].minor.yy535.type = DB_OPTION_CACHESIZE; yymsp[-1].minor.yy535.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy713.type = DB_OPTION_CACHESIZE; yymsp[-1].minor.yy713.val = yymsp[0].minor.yy0; } break; case 123: /* alter_db_option ::= WAL_FSYNC_PERIOD NK_INTEGER */ -{ yymsp[-1].minor.yy535.type = DB_OPTION_FSYNC; yymsp[-1].minor.yy535.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy713.type = DB_OPTION_FSYNC; yymsp[-1].minor.yy713.val = yymsp[0].minor.yy0; } break; case 124: /* alter_db_option ::= KEEP integer_list */ case 125: /* alter_db_option ::= KEEP variable_list */ yytestcase(yyruleno==125); -{ yymsp[-1].minor.yy535.type = DB_OPTION_KEEP; yymsp[-1].minor.yy535.pList = yymsp[0].minor.yy174; } +{ yymsp[-1].minor.yy713.type = DB_OPTION_KEEP; yymsp[-1].minor.yy713.pList = yymsp[0].minor.yy496; } break; case 126: /* alter_db_option ::= PAGES NK_INTEGER */ -{ yymsp[-1].minor.yy535.type = DB_OPTION_PAGES; yymsp[-1].minor.yy535.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy713.type = DB_OPTION_PAGES; yymsp[-1].minor.yy713.val = yymsp[0].minor.yy0; } break; case 127: /* alter_db_option ::= REPLICA NK_INTEGER */ -{ yymsp[-1].minor.yy535.type = DB_OPTION_REPLICA; yymsp[-1].minor.yy535.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy713.type = DB_OPTION_REPLICA; yymsp[-1].minor.yy713.val = yymsp[0].minor.yy0; } break; case 128: /* alter_db_option ::= WAL_LEVEL NK_INTEGER */ -{ yymsp[-1].minor.yy535.type = DB_OPTION_WAL; yymsp[-1].minor.yy535.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy713.type = DB_OPTION_WAL; yymsp[-1].minor.yy713.val = yymsp[0].minor.yy0; } break; case 129: /* alter_db_option ::= STT_TRIGGER NK_INTEGER */ -{ yymsp[-1].minor.yy535.type = DB_OPTION_STT_TRIGGER; yymsp[-1].minor.yy535.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy713.type = DB_OPTION_STT_TRIGGER; yymsp[-1].minor.yy713.val = yymsp[0].minor.yy0; } break; case 130: /* alter_db_option ::= MINROWS NK_INTEGER */ -{ yymsp[-1].minor.yy535.type = DB_OPTION_MINROWS; yymsp[-1].minor.yy535.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy713.type = DB_OPTION_MINROWS; yymsp[-1].minor.yy713.val = yymsp[0].minor.yy0; } break; case 131: /* alter_db_option ::= WAL_RETENTION_PERIOD NK_INTEGER */ -{ yymsp[-1].minor.yy535.type = DB_OPTION_WAL_RETENTION_PERIOD; yymsp[-1].minor.yy535.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy713.type = DB_OPTION_WAL_RETENTION_PERIOD; yymsp[-1].minor.yy713.val = yymsp[0].minor.yy0; } break; case 132: /* alter_db_option ::= WAL_RETENTION_PERIOD NK_MINUS NK_INTEGER */ { SToken t = yymsp[-1].minor.yy0; t.n = (yymsp[0].minor.yy0.z + yymsp[0].minor.yy0.n) - yymsp[-1].minor.yy0.z; - yymsp[-2].minor.yy535.type = DB_OPTION_WAL_RETENTION_PERIOD; yymsp[-2].minor.yy535.val = t; + yymsp[-2].minor.yy713.type = DB_OPTION_WAL_RETENTION_PERIOD; yymsp[-2].minor.yy713.val = t; } break; case 133: /* alter_db_option ::= WAL_RETENTION_SIZE NK_INTEGER */ -{ yymsp[-1].minor.yy535.type = DB_OPTION_WAL_RETENTION_SIZE; yymsp[-1].minor.yy535.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy713.type = DB_OPTION_WAL_RETENTION_SIZE; yymsp[-1].minor.yy713.val = yymsp[0].minor.yy0; } break; case 134: /* alter_db_option ::= WAL_RETENTION_SIZE NK_MINUS NK_INTEGER */ { SToken t = yymsp[-1].minor.yy0; t.n = (yymsp[0].minor.yy0.z + yymsp[0].minor.yy0.n) - yymsp[-1].minor.yy0.z; - yymsp[-2].minor.yy535.type = DB_OPTION_WAL_RETENTION_SIZE; yymsp[-2].minor.yy535.val = t; + yymsp[-2].minor.yy713.type = DB_OPTION_WAL_RETENTION_SIZE; yymsp[-2].minor.yy713.val = t; } break; case 135: /* integer_list ::= NK_INTEGER */ -{ yylhsminor.yy174 = createNodeList(pCxt, createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &yymsp[0].minor.yy0)); } - yymsp[0].minor.yy174 = yylhsminor.yy174; +{ yylhsminor.yy496 = createNodeList(pCxt, createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &yymsp[0].minor.yy0)); } + yymsp[0].minor.yy496 = yylhsminor.yy496; break; case 136: /* integer_list ::= integer_list NK_COMMA NK_INTEGER */ - case 363: /* dnode_list ::= dnode_list DNODE NK_INTEGER */ yytestcase(yyruleno==363); -{ yylhsminor.yy174 = addNodeToList(pCxt, yymsp[-2].minor.yy174, createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &yymsp[0].minor.yy0)); } - yymsp[-2].minor.yy174 = yylhsminor.yy174; + case 365: /* dnode_list ::= dnode_list DNODE NK_INTEGER */ yytestcase(yyruleno==365); +{ yylhsminor.yy496 = addNodeToList(pCxt, yymsp[-2].minor.yy496, createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &yymsp[0].minor.yy0)); } + yymsp[-2].minor.yy496 = yylhsminor.yy496; break; case 137: /* variable_list ::= NK_VARIABLE */ -{ yylhsminor.yy174 = createNodeList(pCxt, createDurationValueNode(pCxt, &yymsp[0].minor.yy0)); } - yymsp[0].minor.yy174 = yylhsminor.yy174; +{ yylhsminor.yy496 = createNodeList(pCxt, createDurationValueNode(pCxt, &yymsp[0].minor.yy0)); } + yymsp[0].minor.yy496 = yylhsminor.yy496; break; case 138: /* variable_list ::= variable_list NK_COMMA NK_VARIABLE */ -{ yylhsminor.yy174 = addNodeToList(pCxt, yymsp[-2].minor.yy174, createDurationValueNode(pCxt, &yymsp[0].minor.yy0)); } - yymsp[-2].minor.yy174 = yylhsminor.yy174; +{ yylhsminor.yy496 = addNodeToList(pCxt, yymsp[-2].minor.yy496, createDurationValueNode(pCxt, &yymsp[0].minor.yy0)); } + yymsp[-2].minor.yy496 = yylhsminor.yy496; break; case 139: /* retention_list ::= retention */ case 169: /* multi_create_clause ::= create_subtable_clause */ yytestcase(yyruleno==169); @@ -4942,14 +5267,14 @@ static YYACTIONTYPE yy_reduce( case 228: /* col_name_list ::= col_name */ yytestcase(yyruleno==228); case 279: /* tag_list_opt ::= tag_item */ yytestcase(yyruleno==279); case 293: /* func_list ::= func */ yytestcase(yyruleno==293); - case 392: /* literal_list ::= signed_literal */ yytestcase(yyruleno==392); - case 459: /* other_para_list ::= star_func_para */ yytestcase(yyruleno==459); - case 465: /* when_then_list ::= when_then_expr */ yytestcase(yyruleno==465); - case 520: /* select_list ::= select_item */ yytestcase(yyruleno==520); - case 531: /* partition_list ::= partition_item */ yytestcase(yyruleno==531); - case 587: /* sort_specification_list ::= sort_specification */ yytestcase(yyruleno==587); -{ yylhsminor.yy174 = createNodeList(pCxt, yymsp[0].minor.yy242); } - yymsp[0].minor.yy174 = yylhsminor.yy174; + case 394: /* literal_list ::= signed_literal */ yytestcase(yyruleno==394); + case 461: /* other_para_list ::= star_func_para */ yytestcase(yyruleno==461); + case 467: /* when_then_list ::= when_then_expr */ yytestcase(yyruleno==467); + case 522: /* select_list ::= select_item */ yytestcase(yyruleno==522); + case 533: /* partition_list ::= partition_item */ yytestcase(yyruleno==533); + case 589: /* sort_specification_list ::= sort_specification */ yytestcase(yyruleno==589); +{ yylhsminor.yy496 = createNodeList(pCxt, yymsp[0].minor.yy560); } + yymsp[0].minor.yy496 = yylhsminor.yy496; break; case 140: /* retention_list ::= retention_list NK_COMMA retention */ case 173: /* multi_drop_clause ::= multi_drop_clause NK_COMMA drop_table_clause */ yytestcase(yyruleno==173); @@ -4958,287 +5283,287 @@ static YYACTIONTYPE yy_reduce( case 229: /* col_name_list ::= col_name_list NK_COMMA col_name */ yytestcase(yyruleno==229); case 280: /* tag_list_opt ::= tag_list_opt NK_COMMA tag_item */ yytestcase(yyruleno==280); case 294: /* func_list ::= func_list NK_COMMA func */ yytestcase(yyruleno==294); - case 393: /* literal_list ::= literal_list NK_COMMA signed_literal */ yytestcase(yyruleno==393); - case 460: /* other_para_list ::= other_para_list NK_COMMA star_func_para */ yytestcase(yyruleno==460); - case 521: /* select_list ::= select_list NK_COMMA select_item */ yytestcase(yyruleno==521); - case 532: /* partition_list ::= partition_list NK_COMMA partition_item */ yytestcase(yyruleno==532); - case 588: /* sort_specification_list ::= sort_specification_list NK_COMMA sort_specification */ yytestcase(yyruleno==588); -{ yylhsminor.yy174 = addNodeToList(pCxt, yymsp[-2].minor.yy174, yymsp[0].minor.yy242); } - yymsp[-2].minor.yy174 = yylhsminor.yy174; + case 395: /* literal_list ::= literal_list NK_COMMA signed_literal */ yytestcase(yyruleno==395); + case 462: /* other_para_list ::= other_para_list NK_COMMA star_func_para */ yytestcase(yyruleno==462); + case 523: /* select_list ::= select_list NK_COMMA select_item */ yytestcase(yyruleno==523); + case 534: /* partition_list ::= partition_list NK_COMMA partition_item */ yytestcase(yyruleno==534); + case 590: /* sort_specification_list ::= sort_specification_list NK_COMMA sort_specification */ yytestcase(yyruleno==590); +{ yylhsminor.yy496 = addNodeToList(pCxt, yymsp[-2].minor.yy496, yymsp[0].minor.yy560); } + yymsp[-2].minor.yy496 = yylhsminor.yy496; break; case 141: /* retention ::= NK_VARIABLE NK_COLON NK_VARIABLE */ -{ yylhsminor.yy242 = createNodeListNodeEx(pCxt, createDurationValueNode(pCxt, &yymsp[-2].minor.yy0), createDurationValueNode(pCxt, &yymsp[0].minor.yy0)); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createNodeListNodeEx(pCxt, createDurationValueNode(pCxt, &yymsp[-2].minor.yy0), createDurationValueNode(pCxt, &yymsp[0].minor.yy0)); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 142: /* speed_opt ::= */ - case 326: /* bufsize_opt ::= */ yytestcase(yyruleno==326); -{ yymsp[1].minor.yy120 = 0; } + case 328: /* bufsize_opt ::= */ yytestcase(yyruleno==328); +{ yymsp[1].minor.yy964 = 0; } break; case 143: /* speed_opt ::= MAX_SPEED NK_INTEGER */ - case 327: /* bufsize_opt ::= BUFSIZE NK_INTEGER */ yytestcase(yyruleno==327); -{ yymsp[-1].minor.yy120 = taosStr2Int32(yymsp[0].minor.yy0.z, NULL, 10); } + case 329: /* bufsize_opt ::= BUFSIZE NK_INTEGER */ yytestcase(yyruleno==329); +{ yymsp[-1].minor.yy964 = taosStr2Int32(yymsp[0].minor.yy0.z, NULL, 10); } break; case 145: /* start_opt ::= START WITH NK_INTEGER */ case 149: /* end_opt ::= END WITH NK_INTEGER */ yytestcase(yyruleno==149); -{ yymsp[-2].minor.yy242 = createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &yymsp[0].minor.yy0); } +{ yymsp[-2].minor.yy560 = createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &yymsp[0].minor.yy0); } break; case 146: /* start_opt ::= START WITH NK_STRING */ case 150: /* end_opt ::= END WITH NK_STRING */ yytestcase(yyruleno==150); -{ yymsp[-2].minor.yy242 = createValueNode(pCxt, TSDB_DATA_TYPE_TIMESTAMP, &yymsp[0].minor.yy0); } +{ yymsp[-2].minor.yy560 = createValueNode(pCxt, TSDB_DATA_TYPE_TIMESTAMP, &yymsp[0].minor.yy0); } break; case 147: /* start_opt ::= START WITH TIMESTAMP NK_STRING */ case 151: /* end_opt ::= END WITH TIMESTAMP NK_STRING */ yytestcase(yyruleno==151); -{ yymsp[-3].minor.yy242 = createValueNode(pCxt, TSDB_DATA_TYPE_TIMESTAMP, &yymsp[0].minor.yy0); } +{ yymsp[-3].minor.yy560 = createValueNode(pCxt, TSDB_DATA_TYPE_TIMESTAMP, &yymsp[0].minor.yy0); } break; case 152: /* cmd ::= CREATE TABLE not_exists_opt full_table_name NK_LP column_def_list NK_RP tags_def_opt table_options */ case 154: /* cmd ::= CREATE STABLE not_exists_opt full_table_name NK_LP column_def_list NK_RP tags_def table_options */ yytestcase(yyruleno==154); -{ pCxt->pRootNode = createCreateTableStmt(pCxt, yymsp[-6].minor.yy777, yymsp[-5].minor.yy242, yymsp[-3].minor.yy174, yymsp[-1].minor.yy174, yymsp[0].minor.yy242); } +{ pCxt->pRootNode = createCreateTableStmt(pCxt, yymsp[-6].minor.yy173, yymsp[-5].minor.yy560, yymsp[-3].minor.yy496, yymsp[-1].minor.yy496, yymsp[0].minor.yy560); } break; case 153: /* cmd ::= CREATE TABLE multi_create_clause */ -{ pCxt->pRootNode = createCreateMultiTableStmt(pCxt, yymsp[0].minor.yy174); } +{ pCxt->pRootNode = createCreateMultiTableStmt(pCxt, yymsp[0].minor.yy496); } break; case 155: /* cmd ::= DROP TABLE multi_drop_clause */ -{ pCxt->pRootNode = createDropTableStmt(pCxt, yymsp[0].minor.yy174); } +{ pCxt->pRootNode = createDropTableStmt(pCxt, yymsp[0].minor.yy496); } break; case 156: /* cmd ::= DROP STABLE exists_opt full_table_name */ -{ pCxt->pRootNode = createDropSuperTableStmt(pCxt, yymsp[-1].minor.yy777, yymsp[0].minor.yy242); } +{ pCxt->pRootNode = createDropSuperTableStmt(pCxt, yymsp[-1].minor.yy173, yymsp[0].minor.yy560); } break; case 157: /* cmd ::= ALTER TABLE alter_table_clause */ - case 365: /* cmd ::= query_or_subquery */ yytestcase(yyruleno==365); - case 366: /* cmd ::= insert_query */ yytestcase(yyruleno==366); -{ pCxt->pRootNode = yymsp[0].minor.yy242; } + case 367: /* cmd ::= query_or_subquery */ yytestcase(yyruleno==367); + case 368: /* cmd ::= insert_query */ yytestcase(yyruleno==368); +{ pCxt->pRootNode = yymsp[0].minor.yy560; } break; case 158: /* cmd ::= ALTER STABLE alter_table_clause */ -{ pCxt->pRootNode = setAlterSuperTableType(yymsp[0].minor.yy242); } +{ pCxt->pRootNode = setAlterSuperTableType(yymsp[0].minor.yy560); } break; case 159: /* alter_table_clause ::= full_table_name alter_table_options */ -{ yylhsminor.yy242 = createAlterTableModifyOptions(pCxt, yymsp[-1].minor.yy242, yymsp[0].minor.yy242); } - yymsp[-1].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createAlterTableModifyOptions(pCxt, yymsp[-1].minor.yy560, yymsp[0].minor.yy560); } + yymsp[-1].minor.yy560 = yylhsminor.yy560; break; case 160: /* alter_table_clause ::= full_table_name ADD COLUMN column_name type_name */ -{ yylhsminor.yy242 = createAlterTableAddModifyCol(pCxt, yymsp[-4].minor.yy242, TSDB_ALTER_TABLE_ADD_COLUMN, &yymsp[-1].minor.yy669, yymsp[0].minor.yy794); } - yymsp[-4].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createAlterTableAddModifyCol(pCxt, yymsp[-4].minor.yy560, TSDB_ALTER_TABLE_ADD_COLUMN, &yymsp[-1].minor.yy533, yymsp[0].minor.yy952); } + yymsp[-4].minor.yy560 = yylhsminor.yy560; break; case 161: /* alter_table_clause ::= full_table_name DROP COLUMN column_name */ -{ yylhsminor.yy242 = createAlterTableDropCol(pCxt, yymsp[-3].minor.yy242, TSDB_ALTER_TABLE_DROP_COLUMN, &yymsp[0].minor.yy669); } - yymsp[-3].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createAlterTableDropCol(pCxt, yymsp[-3].minor.yy560, TSDB_ALTER_TABLE_DROP_COLUMN, &yymsp[0].minor.yy533); } + yymsp[-3].minor.yy560 = yylhsminor.yy560; break; case 162: /* alter_table_clause ::= full_table_name MODIFY COLUMN column_name type_name */ -{ yylhsminor.yy242 = createAlterTableAddModifyCol(pCxt, yymsp[-4].minor.yy242, TSDB_ALTER_TABLE_UPDATE_COLUMN_BYTES, &yymsp[-1].minor.yy669, yymsp[0].minor.yy794); } - yymsp[-4].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createAlterTableAddModifyCol(pCxt, yymsp[-4].minor.yy560, TSDB_ALTER_TABLE_UPDATE_COLUMN_BYTES, &yymsp[-1].minor.yy533, yymsp[0].minor.yy952); } + yymsp[-4].minor.yy560 = yylhsminor.yy560; break; case 163: /* alter_table_clause ::= full_table_name RENAME COLUMN column_name column_name */ -{ yylhsminor.yy242 = createAlterTableRenameCol(pCxt, yymsp[-4].minor.yy242, TSDB_ALTER_TABLE_UPDATE_COLUMN_NAME, &yymsp[-1].minor.yy669, &yymsp[0].minor.yy669); } - yymsp[-4].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createAlterTableRenameCol(pCxt, yymsp[-4].minor.yy560, TSDB_ALTER_TABLE_UPDATE_COLUMN_NAME, &yymsp[-1].minor.yy533, &yymsp[0].minor.yy533); } + yymsp[-4].minor.yy560 = yylhsminor.yy560; break; case 164: /* alter_table_clause ::= full_table_name ADD TAG column_name type_name */ -{ yylhsminor.yy242 = createAlterTableAddModifyCol(pCxt, yymsp[-4].minor.yy242, TSDB_ALTER_TABLE_ADD_TAG, &yymsp[-1].minor.yy669, yymsp[0].minor.yy794); } - yymsp[-4].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createAlterTableAddModifyCol(pCxt, yymsp[-4].minor.yy560, TSDB_ALTER_TABLE_ADD_TAG, &yymsp[-1].minor.yy533, yymsp[0].minor.yy952); } + yymsp[-4].minor.yy560 = yylhsminor.yy560; break; case 165: /* alter_table_clause ::= full_table_name DROP TAG column_name */ -{ yylhsminor.yy242 = createAlterTableDropCol(pCxt, yymsp[-3].minor.yy242, TSDB_ALTER_TABLE_DROP_TAG, &yymsp[0].minor.yy669); } - yymsp[-3].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createAlterTableDropCol(pCxt, yymsp[-3].minor.yy560, TSDB_ALTER_TABLE_DROP_TAG, &yymsp[0].minor.yy533); } + yymsp[-3].minor.yy560 = yylhsminor.yy560; break; case 166: /* alter_table_clause ::= full_table_name MODIFY TAG column_name type_name */ -{ yylhsminor.yy242 = createAlterTableAddModifyCol(pCxt, yymsp[-4].minor.yy242, TSDB_ALTER_TABLE_UPDATE_TAG_BYTES, &yymsp[-1].minor.yy669, yymsp[0].minor.yy794); } - yymsp[-4].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createAlterTableAddModifyCol(pCxt, yymsp[-4].minor.yy560, TSDB_ALTER_TABLE_UPDATE_TAG_BYTES, &yymsp[-1].minor.yy533, yymsp[0].minor.yy952); } + yymsp[-4].minor.yy560 = yylhsminor.yy560; break; case 167: /* alter_table_clause ::= full_table_name RENAME TAG column_name column_name */ -{ yylhsminor.yy242 = createAlterTableRenameCol(pCxt, yymsp[-4].minor.yy242, TSDB_ALTER_TABLE_UPDATE_TAG_NAME, &yymsp[-1].minor.yy669, &yymsp[0].minor.yy669); } - yymsp[-4].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createAlterTableRenameCol(pCxt, yymsp[-4].minor.yy560, TSDB_ALTER_TABLE_UPDATE_TAG_NAME, &yymsp[-1].minor.yy533, &yymsp[0].minor.yy533); } + yymsp[-4].minor.yy560 = yylhsminor.yy560; break; case 168: /* alter_table_clause ::= full_table_name SET TAG column_name NK_EQ signed_literal */ -{ yylhsminor.yy242 = createAlterTableSetTag(pCxt, yymsp[-5].minor.yy242, &yymsp[-2].minor.yy669, yymsp[0].minor.yy242); } - yymsp[-5].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createAlterTableSetTag(pCxt, yymsp[-5].minor.yy560, &yymsp[-2].minor.yy533, yymsp[0].minor.yy560); } + yymsp[-5].minor.yy560 = yylhsminor.yy560; break; case 170: /* multi_create_clause ::= multi_create_clause create_subtable_clause */ - case 466: /* when_then_list ::= when_then_list when_then_expr */ yytestcase(yyruleno==466); -{ yylhsminor.yy174 = addNodeToList(pCxt, yymsp[-1].minor.yy174, yymsp[0].minor.yy242); } - yymsp[-1].minor.yy174 = yylhsminor.yy174; + case 468: /* when_then_list ::= when_then_list when_then_expr */ yytestcase(yyruleno==468); +{ yylhsminor.yy496 = addNodeToList(pCxt, yymsp[-1].minor.yy496, yymsp[0].minor.yy560); } + yymsp[-1].minor.yy496 = yylhsminor.yy496; break; case 171: /* create_subtable_clause ::= not_exists_opt full_table_name USING full_table_name specific_cols_opt TAGS NK_LP expression_list NK_RP table_options */ -{ yylhsminor.yy242 = createCreateSubTableClause(pCxt, yymsp[-9].minor.yy777, yymsp[-8].minor.yy242, yymsp[-6].minor.yy242, yymsp[-5].minor.yy174, yymsp[-2].minor.yy174, yymsp[0].minor.yy242); } - yymsp[-9].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createCreateSubTableClause(pCxt, yymsp[-9].minor.yy173, yymsp[-8].minor.yy560, yymsp[-6].minor.yy560, yymsp[-5].minor.yy496, yymsp[-2].minor.yy496, yymsp[0].minor.yy560); } + yymsp[-9].minor.yy560 = yylhsminor.yy560; break; case 174: /* drop_table_clause ::= exists_opt full_table_name */ -{ yylhsminor.yy242 = createDropTableClause(pCxt, yymsp[-1].minor.yy777, yymsp[0].minor.yy242); } - yymsp[-1].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createDropTableClause(pCxt, yymsp[-1].minor.yy173, yymsp[0].minor.yy560); } + yymsp[-1].minor.yy560 = yylhsminor.yy560; break; case 175: /* specific_cols_opt ::= */ case 206: /* tags_def_opt ::= */ yytestcase(yyruleno==206); case 278: /* tag_list_opt ::= */ yytestcase(yyruleno==278); - case 336: /* col_list_opt ::= */ yytestcase(yyruleno==336); - case 338: /* tag_def_or_ref_opt ::= */ yytestcase(yyruleno==338); - case 529: /* partition_by_clause_opt ::= */ yytestcase(yyruleno==529); - case 554: /* group_by_clause_opt ::= */ yytestcase(yyruleno==554); - case 574: /* order_by_clause_opt ::= */ yytestcase(yyruleno==574); -{ yymsp[1].minor.yy174 = NULL; } + case 338: /* col_list_opt ::= */ yytestcase(yyruleno==338); + case 340: /* tag_def_or_ref_opt ::= */ yytestcase(yyruleno==340); + case 531: /* partition_by_clause_opt ::= */ yytestcase(yyruleno==531); + case 556: /* group_by_clause_opt ::= */ yytestcase(yyruleno==556); + case 576: /* order_by_clause_opt ::= */ yytestcase(yyruleno==576); +{ yymsp[1].minor.yy496 = NULL; } break; case 176: /* specific_cols_opt ::= NK_LP col_name_list NK_RP */ - case 337: /* col_list_opt ::= NK_LP col_name_list NK_RP */ yytestcase(yyruleno==337); -{ yymsp[-2].minor.yy174 = yymsp[-1].minor.yy174; } + case 339: /* col_list_opt ::= NK_LP col_name_list NK_RP */ yytestcase(yyruleno==339); +{ yymsp[-2].minor.yy496 = yymsp[-1].minor.yy496; } break; case 177: /* full_table_name ::= table_name */ -{ yylhsminor.yy242 = createRealTableNode(pCxt, NULL, &yymsp[0].minor.yy669, NULL); } - yymsp[0].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createRealTableNode(pCxt, NULL, &yymsp[0].minor.yy533, NULL); } + yymsp[0].minor.yy560 = yylhsminor.yy560; break; case 178: /* full_table_name ::= db_name NK_DOT table_name */ -{ yylhsminor.yy242 = createRealTableNode(pCxt, &yymsp[-2].minor.yy669, &yymsp[0].minor.yy669, NULL); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createRealTableNode(pCxt, &yymsp[-2].minor.yy533, &yymsp[0].minor.yy533, NULL); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 181: /* column_def ::= column_name type_name */ -{ yylhsminor.yy242 = createColumnDefNode(pCxt, &yymsp[-1].minor.yy669, yymsp[0].minor.yy794, NULL); } - yymsp[-1].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createColumnDefNode(pCxt, &yymsp[-1].minor.yy533, yymsp[0].minor.yy952, NULL); } + yymsp[-1].minor.yy560 = yylhsminor.yy560; break; case 182: /* type_name ::= BOOL */ -{ yymsp[0].minor.yy794 = createDataType(TSDB_DATA_TYPE_BOOL); } +{ yymsp[0].minor.yy952 = createDataType(TSDB_DATA_TYPE_BOOL); } break; case 183: /* type_name ::= TINYINT */ -{ yymsp[0].minor.yy794 = createDataType(TSDB_DATA_TYPE_TINYINT); } +{ yymsp[0].minor.yy952 = createDataType(TSDB_DATA_TYPE_TINYINT); } break; case 184: /* type_name ::= SMALLINT */ -{ yymsp[0].minor.yy794 = createDataType(TSDB_DATA_TYPE_SMALLINT); } +{ yymsp[0].minor.yy952 = createDataType(TSDB_DATA_TYPE_SMALLINT); } break; case 185: /* type_name ::= INT */ case 186: /* type_name ::= INTEGER */ yytestcase(yyruleno==186); -{ yymsp[0].minor.yy794 = createDataType(TSDB_DATA_TYPE_INT); } +{ yymsp[0].minor.yy952 = createDataType(TSDB_DATA_TYPE_INT); } break; case 187: /* type_name ::= BIGINT */ -{ yymsp[0].minor.yy794 = createDataType(TSDB_DATA_TYPE_BIGINT); } +{ yymsp[0].minor.yy952 = createDataType(TSDB_DATA_TYPE_BIGINT); } break; case 188: /* type_name ::= FLOAT */ -{ yymsp[0].minor.yy794 = createDataType(TSDB_DATA_TYPE_FLOAT); } +{ yymsp[0].minor.yy952 = createDataType(TSDB_DATA_TYPE_FLOAT); } break; case 189: /* type_name ::= DOUBLE */ -{ yymsp[0].minor.yy794 = createDataType(TSDB_DATA_TYPE_DOUBLE); } +{ yymsp[0].minor.yy952 = createDataType(TSDB_DATA_TYPE_DOUBLE); } break; case 190: /* type_name ::= BINARY NK_LP NK_INTEGER NK_RP */ -{ yymsp[-3].minor.yy794 = createVarLenDataType(TSDB_DATA_TYPE_BINARY, &yymsp[-1].minor.yy0); } +{ yymsp[-3].minor.yy952 = createVarLenDataType(TSDB_DATA_TYPE_BINARY, &yymsp[-1].minor.yy0); } break; case 191: /* type_name ::= TIMESTAMP */ -{ yymsp[0].minor.yy794 = createDataType(TSDB_DATA_TYPE_TIMESTAMP); } +{ yymsp[0].minor.yy952 = createDataType(TSDB_DATA_TYPE_TIMESTAMP); } break; case 192: /* type_name ::= NCHAR NK_LP NK_INTEGER NK_RP */ -{ yymsp[-3].minor.yy794 = createVarLenDataType(TSDB_DATA_TYPE_NCHAR, &yymsp[-1].minor.yy0); } +{ yymsp[-3].minor.yy952 = createVarLenDataType(TSDB_DATA_TYPE_NCHAR, &yymsp[-1].minor.yy0); } break; case 193: /* type_name ::= TINYINT UNSIGNED */ -{ yymsp[-1].minor.yy794 = createDataType(TSDB_DATA_TYPE_UTINYINT); } +{ yymsp[-1].minor.yy952 = createDataType(TSDB_DATA_TYPE_UTINYINT); } break; case 194: /* type_name ::= SMALLINT UNSIGNED */ -{ yymsp[-1].minor.yy794 = createDataType(TSDB_DATA_TYPE_USMALLINT); } +{ yymsp[-1].minor.yy952 = createDataType(TSDB_DATA_TYPE_USMALLINT); } break; case 195: /* type_name ::= INT UNSIGNED */ -{ yymsp[-1].minor.yy794 = createDataType(TSDB_DATA_TYPE_UINT); } +{ yymsp[-1].minor.yy952 = createDataType(TSDB_DATA_TYPE_UINT); } break; case 196: /* type_name ::= BIGINT UNSIGNED */ -{ yymsp[-1].minor.yy794 = createDataType(TSDB_DATA_TYPE_UBIGINT); } +{ yymsp[-1].minor.yy952 = createDataType(TSDB_DATA_TYPE_UBIGINT); } break; case 197: /* type_name ::= JSON */ -{ yymsp[0].minor.yy794 = createDataType(TSDB_DATA_TYPE_JSON); } +{ yymsp[0].minor.yy952 = createDataType(TSDB_DATA_TYPE_JSON); } break; case 198: /* type_name ::= VARCHAR NK_LP NK_INTEGER NK_RP */ -{ yymsp[-3].minor.yy794 = createVarLenDataType(TSDB_DATA_TYPE_VARCHAR, &yymsp[-1].minor.yy0); } +{ yymsp[-3].minor.yy952 = createVarLenDataType(TSDB_DATA_TYPE_VARCHAR, &yymsp[-1].minor.yy0); } break; case 199: /* type_name ::= MEDIUMBLOB */ -{ yymsp[0].minor.yy794 = createDataType(TSDB_DATA_TYPE_MEDIUMBLOB); } +{ yymsp[0].minor.yy952 = createDataType(TSDB_DATA_TYPE_MEDIUMBLOB); } break; case 200: /* type_name ::= BLOB */ -{ yymsp[0].minor.yy794 = createDataType(TSDB_DATA_TYPE_BLOB); } +{ yymsp[0].minor.yy952 = createDataType(TSDB_DATA_TYPE_BLOB); } break; case 201: /* type_name ::= VARBINARY NK_LP NK_INTEGER NK_RP */ -{ yymsp[-3].minor.yy794 = createVarLenDataType(TSDB_DATA_TYPE_VARBINARY, &yymsp[-1].minor.yy0); } +{ yymsp[-3].minor.yy952 = createVarLenDataType(TSDB_DATA_TYPE_VARBINARY, &yymsp[-1].minor.yy0); } break; case 202: /* type_name ::= GEOMETRY NK_LP NK_INTEGER NK_RP */ -{ yymsp[-3].minor.yy794 = createVarLenDataType(TSDB_DATA_TYPE_GEOMETRY, &yymsp[-1].minor.yy0); } +{ yymsp[-3].minor.yy952 = createVarLenDataType(TSDB_DATA_TYPE_GEOMETRY, &yymsp[-1].minor.yy0); } break; case 203: /* type_name ::= DECIMAL */ -{ yymsp[0].minor.yy794 = createDataType(TSDB_DATA_TYPE_DECIMAL); } +{ yymsp[0].minor.yy952 = createDataType(TSDB_DATA_TYPE_DECIMAL); } break; case 204: /* type_name ::= DECIMAL NK_LP NK_INTEGER NK_RP */ -{ yymsp[-3].minor.yy794 = createDataType(TSDB_DATA_TYPE_DECIMAL); } +{ yymsp[-3].minor.yy952 = createDataType(TSDB_DATA_TYPE_DECIMAL); } break; case 205: /* type_name ::= DECIMAL NK_LP NK_INTEGER NK_COMMA NK_INTEGER NK_RP */ -{ yymsp[-5].minor.yy794 = createDataType(TSDB_DATA_TYPE_DECIMAL); } +{ yymsp[-5].minor.yy952 = createDataType(TSDB_DATA_TYPE_DECIMAL); } break; case 207: /* tags_def_opt ::= tags_def */ - case 339: /* tag_def_or_ref_opt ::= tags_def */ yytestcase(yyruleno==339); - case 458: /* star_func_para_list ::= other_para_list */ yytestcase(yyruleno==458); -{ yylhsminor.yy174 = yymsp[0].minor.yy174; } - yymsp[0].minor.yy174 = yylhsminor.yy174; + case 341: /* tag_def_or_ref_opt ::= tags_def */ yytestcase(yyruleno==341); + case 460: /* star_func_para_list ::= other_para_list */ yytestcase(yyruleno==460); +{ yylhsminor.yy496 = yymsp[0].minor.yy496; } + yymsp[0].minor.yy496 = yylhsminor.yy496; break; case 208: /* tags_def ::= TAGS NK_LP column_def_list NK_RP */ - case 340: /* tag_def_or_ref_opt ::= TAGS NK_LP col_name_list NK_RP */ yytestcase(yyruleno==340); -{ yymsp[-3].minor.yy174 = yymsp[-1].minor.yy174; } + case 342: /* tag_def_or_ref_opt ::= TAGS NK_LP col_name_list NK_RP */ yytestcase(yyruleno==342); +{ yymsp[-3].minor.yy496 = yymsp[-1].minor.yy496; } break; case 209: /* table_options ::= */ -{ yymsp[1].minor.yy242 = createDefaultTableOptions(pCxt); } +{ yymsp[1].minor.yy560 = createDefaultTableOptions(pCxt); } break; case 210: /* table_options ::= table_options COMMENT NK_STRING */ -{ yylhsminor.yy242 = setTableOption(pCxt, yymsp[-2].minor.yy242, TABLE_OPTION_COMMENT, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setTableOption(pCxt, yymsp[-2].minor.yy560, TABLE_OPTION_COMMENT, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 211: /* table_options ::= table_options MAX_DELAY duration_list */ -{ yylhsminor.yy242 = setTableOption(pCxt, yymsp[-2].minor.yy242, TABLE_OPTION_MAXDELAY, yymsp[0].minor.yy174); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setTableOption(pCxt, yymsp[-2].minor.yy560, TABLE_OPTION_MAXDELAY, yymsp[0].minor.yy496); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 212: /* table_options ::= table_options WATERMARK duration_list */ -{ yylhsminor.yy242 = setTableOption(pCxt, yymsp[-2].minor.yy242, TABLE_OPTION_WATERMARK, yymsp[0].minor.yy174); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setTableOption(pCxt, yymsp[-2].minor.yy560, TABLE_OPTION_WATERMARK, yymsp[0].minor.yy496); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 213: /* table_options ::= table_options ROLLUP NK_LP rollup_func_list NK_RP */ -{ yylhsminor.yy242 = setTableOption(pCxt, yymsp[-4].minor.yy242, TABLE_OPTION_ROLLUP, yymsp[-1].minor.yy174); } - yymsp[-4].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setTableOption(pCxt, yymsp[-4].minor.yy560, TABLE_OPTION_ROLLUP, yymsp[-1].minor.yy496); } + yymsp[-4].minor.yy560 = yylhsminor.yy560; break; case 214: /* table_options ::= table_options TTL NK_INTEGER */ -{ yylhsminor.yy242 = setTableOption(pCxt, yymsp[-2].minor.yy242, TABLE_OPTION_TTL, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setTableOption(pCxt, yymsp[-2].minor.yy560, TABLE_OPTION_TTL, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 215: /* table_options ::= table_options SMA NK_LP col_name_list NK_RP */ -{ yylhsminor.yy242 = setTableOption(pCxt, yymsp[-4].minor.yy242, TABLE_OPTION_SMA, yymsp[-1].minor.yy174); } - yymsp[-4].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setTableOption(pCxt, yymsp[-4].minor.yy560, TABLE_OPTION_SMA, yymsp[-1].minor.yy496); } + yymsp[-4].minor.yy560 = yylhsminor.yy560; break; case 216: /* table_options ::= table_options DELETE_MARK duration_list */ -{ yylhsminor.yy242 = setTableOption(pCxt, yymsp[-2].minor.yy242, TABLE_OPTION_DELETE_MARK, yymsp[0].minor.yy174); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setTableOption(pCxt, yymsp[-2].minor.yy560, TABLE_OPTION_DELETE_MARK, yymsp[0].minor.yy496); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 217: /* alter_table_options ::= alter_table_option */ -{ yylhsminor.yy242 = createAlterTableOptions(pCxt); yylhsminor.yy242 = setTableOption(pCxt, yylhsminor.yy242, yymsp[0].minor.yy535.type, &yymsp[0].minor.yy535.val); } - yymsp[0].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createAlterTableOptions(pCxt); yylhsminor.yy560 = setTableOption(pCxt, yylhsminor.yy560, yymsp[0].minor.yy713.type, &yymsp[0].minor.yy713.val); } + yymsp[0].minor.yy560 = yylhsminor.yy560; break; case 218: /* alter_table_options ::= alter_table_options alter_table_option */ -{ yylhsminor.yy242 = setTableOption(pCxt, yymsp[-1].minor.yy242, yymsp[0].minor.yy535.type, &yymsp[0].minor.yy535.val); } - yymsp[-1].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setTableOption(pCxt, yymsp[-1].minor.yy560, yymsp[0].minor.yy713.type, &yymsp[0].minor.yy713.val); } + yymsp[-1].minor.yy560 = yylhsminor.yy560; break; case 219: /* alter_table_option ::= COMMENT NK_STRING */ -{ yymsp[-1].minor.yy535.type = TABLE_OPTION_COMMENT; yymsp[-1].minor.yy535.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy713.type = TABLE_OPTION_COMMENT; yymsp[-1].minor.yy713.val = yymsp[0].minor.yy0; } break; case 220: /* alter_table_option ::= TTL NK_INTEGER */ -{ yymsp[-1].minor.yy535.type = TABLE_OPTION_TTL; yymsp[-1].minor.yy535.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy713.type = TABLE_OPTION_TTL; yymsp[-1].minor.yy713.val = yymsp[0].minor.yy0; } break; case 221: /* duration_list ::= duration_literal */ - case 422: /* expression_list ::= expr_or_subquery */ yytestcase(yyruleno==422); -{ yylhsminor.yy174 = createNodeList(pCxt, releaseRawExprNode(pCxt, yymsp[0].minor.yy242)); } - yymsp[0].minor.yy174 = yylhsminor.yy174; + case 424: /* expression_list ::= expr_or_subquery */ yytestcase(yyruleno==424); +{ yylhsminor.yy496 = createNodeList(pCxt, releaseRawExprNode(pCxt, yymsp[0].minor.yy560)); } + yymsp[0].minor.yy496 = yylhsminor.yy496; break; case 222: /* duration_list ::= duration_list NK_COMMA duration_literal */ - case 423: /* expression_list ::= expression_list NK_COMMA expr_or_subquery */ yytestcase(yyruleno==423); -{ yylhsminor.yy174 = addNodeToList(pCxt, yymsp[-2].minor.yy174, releaseRawExprNode(pCxt, yymsp[0].minor.yy242)); } - yymsp[-2].minor.yy174 = yylhsminor.yy174; + case 425: /* expression_list ::= expression_list NK_COMMA expr_or_subquery */ yytestcase(yyruleno==425); +{ yylhsminor.yy496 = addNodeToList(pCxt, yymsp[-2].minor.yy496, releaseRawExprNode(pCxt, yymsp[0].minor.yy560)); } + yymsp[-2].minor.yy496 = yylhsminor.yy496; break; case 225: /* rollup_func_name ::= function_name */ -{ yylhsminor.yy242 = createFunctionNode(pCxt, &yymsp[0].minor.yy669, NULL); } - yymsp[0].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createFunctionNode(pCxt, &yymsp[0].minor.yy533, NULL); } + yymsp[0].minor.yy560 = yylhsminor.yy560; break; case 226: /* rollup_func_name ::= FIRST */ case 227: /* rollup_func_name ::= LAST */ yytestcase(yyruleno==227); case 282: /* tag_item ::= QTAGS */ yytestcase(yyruleno==282); -{ yylhsminor.yy242 = createFunctionNode(pCxt, &yymsp[0].minor.yy0, NULL); } - yymsp[0].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createFunctionNode(pCxt, &yymsp[0].minor.yy0, NULL); } + yymsp[0].minor.yy560 = yylhsminor.yy560; break; case 230: /* col_name ::= column_name */ case 283: /* tag_item ::= column_name */ yytestcase(yyruleno==283); -{ yylhsminor.yy242 = createColumnNode(pCxt, NULL, &yymsp[0].minor.yy669); } - yymsp[0].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createColumnNode(pCxt, NULL, &yymsp[0].minor.yy533); } + yymsp[0].minor.yy560 = yylhsminor.yy560; break; case 231: /* cmd ::= SHOW DNODES */ { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_DNODES_STMT); } @@ -5253,13 +5578,13 @@ static YYACTIONTYPE yy_reduce( { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_DATABASES_STMT); } break; case 235: /* cmd ::= SHOW db_name_cond_opt TABLES like_pattern_opt */ -{ pCxt->pRootNode = createShowStmtWithCond(pCxt, QUERY_NODE_SHOW_TABLES_STMT, yymsp[-2].minor.yy242, yymsp[0].minor.yy242, OP_TYPE_LIKE); } +{ pCxt->pRootNode = createShowStmtWithCond(pCxt, QUERY_NODE_SHOW_TABLES_STMT, yymsp[-2].minor.yy560, yymsp[0].minor.yy560, OP_TYPE_LIKE); } break; case 236: /* cmd ::= SHOW db_name_cond_opt STABLES like_pattern_opt */ -{ pCxt->pRootNode = createShowStmtWithCond(pCxt, QUERY_NODE_SHOW_STABLES_STMT, yymsp[-2].minor.yy242, yymsp[0].minor.yy242, OP_TYPE_LIKE); } +{ pCxt->pRootNode = createShowStmtWithCond(pCxt, QUERY_NODE_SHOW_STABLES_STMT, yymsp[-2].minor.yy560, yymsp[0].minor.yy560, OP_TYPE_LIKE); } break; case 237: /* cmd ::= SHOW db_name_cond_opt VGROUPS */ -{ pCxt->pRootNode = createShowStmtWithCond(pCxt, QUERY_NODE_SHOW_VGROUPS_STMT, yymsp[-1].minor.yy242, NULL, OP_TYPE_LIKE); } +{ pCxt->pRootNode = createShowStmtWithCond(pCxt, QUERY_NODE_SHOW_VGROUPS_STMT, yymsp[-1].minor.yy560, NULL, OP_TYPE_LIKE); } break; case 238: /* cmd ::= SHOW MNODES */ { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_MNODES_STMT); } @@ -5271,7 +5596,7 @@ static YYACTIONTYPE yy_reduce( { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_FUNCTIONS_STMT); } break; case 241: /* cmd ::= SHOW INDEXES FROM table_name_cond from_db_opt */ -{ pCxt->pRootNode = createShowStmtWithCond(pCxt, QUERY_NODE_SHOW_INDEXES_STMT, yymsp[0].minor.yy242, yymsp[-1].minor.yy242, OP_TYPE_EQUAL); } +{ pCxt->pRootNode = createShowStmtWithCond(pCxt, QUERY_NODE_SHOW_INDEXES_STMT, yymsp[0].minor.yy560, yymsp[-1].minor.yy560, OP_TYPE_EQUAL); } break; case 242: /* cmd ::= SHOW STREAMS */ { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_STREAMS_STMT); } @@ -5290,13 +5615,13 @@ static YYACTIONTYPE yy_reduce( { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_LICENCES_STMT); } break; case 248: /* cmd ::= SHOW CREATE DATABASE db_name */ -{ pCxt->pRootNode = createShowCreateDatabaseStmt(pCxt, &yymsp[0].minor.yy669); } +{ pCxt->pRootNode = createShowCreateDatabaseStmt(pCxt, &yymsp[0].minor.yy533); } break; case 249: /* cmd ::= SHOW CREATE TABLE full_table_name */ -{ pCxt->pRootNode = createShowCreateTableStmt(pCxt, QUERY_NODE_SHOW_CREATE_TABLE_STMT, yymsp[0].minor.yy242); } +{ pCxt->pRootNode = createShowCreateTableStmt(pCxt, QUERY_NODE_SHOW_CREATE_TABLE_STMT, yymsp[0].minor.yy560); } break; case 250: /* cmd ::= SHOW CREATE STABLE full_table_name */ -{ pCxt->pRootNode = createShowCreateTableStmt(pCxt, QUERY_NODE_SHOW_CREATE_STABLE_STMT, yymsp[0].minor.yy242); } +{ pCxt->pRootNode = createShowCreateTableStmt(pCxt, QUERY_NODE_SHOW_CREATE_STABLE_STMT, yymsp[0].minor.yy560); } break; case 251: /* cmd ::= SHOW QUERIES */ { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_QUERIES_STMT); } @@ -5315,7 +5640,7 @@ static YYACTIONTYPE yy_reduce( { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_LOCAL_VARIABLES_STMT); } break; case 257: /* cmd ::= SHOW DNODE NK_INTEGER VARIABLES like_pattern_opt */ -{ pCxt->pRootNode = createShowDnodeVariablesStmt(pCxt, createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &yymsp[-2].minor.yy0), yymsp[0].minor.yy242); } +{ pCxt->pRootNode = createShowDnodeVariablesStmt(pCxt, createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &yymsp[-2].minor.yy0), yymsp[0].minor.yy560); } break; case 258: /* cmd ::= SHOW BNODES */ { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_BNODES_STMT); } @@ -5330,7 +5655,7 @@ static YYACTIONTYPE yy_reduce( { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_TRANSACTIONS_STMT); } break; case 262: /* cmd ::= SHOW TABLE DISTRIBUTED full_table_name */ -{ pCxt->pRootNode = createShowTableDistributedStmt(pCxt, yymsp[0].minor.yy242); } +{ pCxt->pRootNode = createShowTableDistributedStmt(pCxt, yymsp[0].minor.yy560); } break; case 263: /* cmd ::= SHOW CONSUMERS */ { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_CONSUMERS_STMT); } @@ -5339,10 +5664,10 @@ static YYACTIONTYPE yy_reduce( { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_SUBSCRIPTIONS_STMT); } break; case 265: /* cmd ::= SHOW TAGS FROM table_name_cond from_db_opt */ -{ pCxt->pRootNode = createShowStmtWithCond(pCxt, QUERY_NODE_SHOW_TAGS_STMT, yymsp[0].minor.yy242, yymsp[-1].minor.yy242, OP_TYPE_EQUAL); } +{ pCxt->pRootNode = createShowStmtWithCond(pCxt, QUERY_NODE_SHOW_TAGS_STMT, yymsp[0].minor.yy560, yymsp[-1].minor.yy560, OP_TYPE_EQUAL); } break; case 266: /* cmd ::= SHOW TABLE TAGS tag_list_opt FROM table_name_cond from_db_opt */ -{ pCxt->pRootNode = createShowTableTagsStmt(pCxt, yymsp[-1].minor.yy242, yymsp[0].minor.yy242, yymsp[-3].minor.yy174); } +{ pCxt->pRootNode = createShowTableTagsStmt(pCxt, yymsp[-1].minor.yy560, yymsp[0].minor.yy560, yymsp[-3].minor.yy496); } break; case 267: /* cmd ::= SHOW VNODES NK_INTEGER */ { pCxt->pRootNode = createShowVnodesStmt(pCxt, createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &yymsp[0].minor.yy0), NULL); } @@ -5351,773 +5676,779 @@ static YYACTIONTYPE yy_reduce( { pCxt->pRootNode = createShowVnodesStmt(pCxt, NULL, createValueNode(pCxt, TSDB_DATA_TYPE_VARCHAR, &yymsp[0].minor.yy0)); } break; case 269: /* cmd ::= SHOW db_name_cond_opt ALIVE */ -{ pCxt->pRootNode = createShowAliveStmt(pCxt, yymsp[-1].minor.yy242, QUERY_NODE_SHOW_DB_ALIVE_STMT); } +{ pCxt->pRootNode = createShowAliveStmt(pCxt, yymsp[-1].minor.yy560, QUERY_NODE_SHOW_DB_ALIVE_STMT); } break; case 270: /* cmd ::= SHOW CLUSTER ALIVE */ { pCxt->pRootNode = createShowAliveStmt(pCxt, NULL, QUERY_NODE_SHOW_CLUSTER_ALIVE_STMT); } break; case 271: /* db_name_cond_opt ::= */ case 276: /* from_db_opt ::= */ yytestcase(yyruleno==276); -{ yymsp[1].minor.yy242 = createDefaultDatabaseCondValue(pCxt); } +{ yymsp[1].minor.yy560 = createDefaultDatabaseCondValue(pCxt); } break; case 272: /* db_name_cond_opt ::= db_name NK_DOT */ -{ yylhsminor.yy242 = createIdentifierValueNode(pCxt, &yymsp[-1].minor.yy669); } - yymsp[-1].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createIdentifierValueNode(pCxt, &yymsp[-1].minor.yy533); } + yymsp[-1].minor.yy560 = yylhsminor.yy560; break; case 274: /* like_pattern_opt ::= LIKE NK_STRING */ -{ yymsp[-1].minor.yy242 = createValueNode(pCxt, TSDB_DATA_TYPE_BINARY, &yymsp[0].minor.yy0); } +{ yymsp[-1].minor.yy560 = createValueNode(pCxt, TSDB_DATA_TYPE_BINARY, &yymsp[0].minor.yy0); } break; case 275: /* table_name_cond ::= table_name */ -{ yylhsminor.yy242 = createIdentifierValueNode(pCxt, &yymsp[0].minor.yy669); } - yymsp[0].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createIdentifierValueNode(pCxt, &yymsp[0].minor.yy533); } + yymsp[0].minor.yy560 = yylhsminor.yy560; break; case 277: /* from_db_opt ::= FROM db_name */ -{ yymsp[-1].minor.yy242 = createIdentifierValueNode(pCxt, &yymsp[0].minor.yy669); } +{ yymsp[-1].minor.yy560 = createIdentifierValueNode(pCxt, &yymsp[0].minor.yy533); } break; case 281: /* tag_item ::= TBNAME */ -{ yylhsminor.yy242 = setProjectionAlias(pCxt, createFunctionNode(pCxt, &yymsp[0].minor.yy0, NULL), &yymsp[0].minor.yy0); } - yymsp[0].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setProjectionAlias(pCxt, createFunctionNode(pCxt, &yymsp[0].minor.yy0, NULL), &yymsp[0].minor.yy0); } + yymsp[0].minor.yy560 = yylhsminor.yy560; break; case 284: /* tag_item ::= column_name column_alias */ -{ yylhsminor.yy242 = setProjectionAlias(pCxt, createColumnNode(pCxt, NULL, &yymsp[-1].minor.yy669), &yymsp[0].minor.yy669); } - yymsp[-1].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setProjectionAlias(pCxt, createColumnNode(pCxt, NULL, &yymsp[-1].minor.yy533), &yymsp[0].minor.yy533); } + yymsp[-1].minor.yy560 = yylhsminor.yy560; break; case 285: /* tag_item ::= column_name AS column_alias */ -{ yylhsminor.yy242 = setProjectionAlias(pCxt, createColumnNode(pCxt, NULL, &yymsp[-2].minor.yy669), &yymsp[0].minor.yy669); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = setProjectionAlias(pCxt, createColumnNode(pCxt, NULL, &yymsp[-2].minor.yy533), &yymsp[0].minor.yy533); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 286: /* cmd ::= CREATE SMA INDEX not_exists_opt full_index_name ON full_table_name index_options */ -{ pCxt->pRootNode = createCreateIndexStmt(pCxt, INDEX_TYPE_SMA, yymsp[-4].minor.yy777, yymsp[-3].minor.yy242, yymsp[-1].minor.yy242, NULL, yymsp[0].minor.yy242); } +{ pCxt->pRootNode = createCreateIndexStmt(pCxt, INDEX_TYPE_SMA, yymsp[-4].minor.yy173, yymsp[-3].minor.yy560, yymsp[-1].minor.yy560, NULL, yymsp[0].minor.yy560); } break; case 287: /* cmd ::= CREATE INDEX not_exists_opt full_index_name ON full_table_name NK_LP col_name_list NK_RP */ -{ pCxt->pRootNode = createCreateIndexStmt(pCxt, INDEX_TYPE_NORMAL, yymsp[-6].minor.yy777, yymsp[-5].minor.yy242, yymsp[-3].minor.yy242, yymsp[-1].minor.yy174, NULL); } +{ pCxt->pRootNode = createCreateIndexStmt(pCxt, INDEX_TYPE_NORMAL, yymsp[-6].minor.yy173, yymsp[-5].minor.yy560, yymsp[-3].minor.yy560, yymsp[-1].minor.yy496, NULL); } break; case 288: /* cmd ::= DROP INDEX exists_opt full_index_name */ -{ pCxt->pRootNode = createDropIndexStmt(pCxt, yymsp[-1].minor.yy777, yymsp[0].minor.yy242); } +{ pCxt->pRootNode = createDropIndexStmt(pCxt, yymsp[-1].minor.yy173, yymsp[0].minor.yy560); } break; case 289: /* full_index_name ::= index_name */ -{ yylhsminor.yy242 = createRealTableNodeForIndexName(pCxt, NULL, &yymsp[0].minor.yy669); } - yymsp[0].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createRealTableNodeForIndexName(pCxt, NULL, &yymsp[0].minor.yy533); } + yymsp[0].minor.yy560 = yylhsminor.yy560; break; case 290: /* full_index_name ::= db_name NK_DOT index_name */ -{ yylhsminor.yy242 = createRealTableNodeForIndexName(pCxt, &yymsp[-2].minor.yy669, &yymsp[0].minor.yy669); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createRealTableNodeForIndexName(pCxt, &yymsp[-2].minor.yy533, &yymsp[0].minor.yy533); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 291: /* index_options ::= FUNCTION NK_LP func_list NK_RP INTERVAL NK_LP duration_literal NK_RP sliding_opt sma_stream_opt */ -{ yymsp[-9].minor.yy242 = createIndexOption(pCxt, yymsp[-7].minor.yy174, releaseRawExprNode(pCxt, yymsp[-3].minor.yy242), NULL, yymsp[-1].minor.yy242, yymsp[0].minor.yy242); } +{ yymsp[-9].minor.yy560 = createIndexOption(pCxt, yymsp[-7].minor.yy496, releaseRawExprNode(pCxt, yymsp[-3].minor.yy560), NULL, yymsp[-1].minor.yy560, yymsp[0].minor.yy560); } break; case 292: /* index_options ::= FUNCTION NK_LP func_list NK_RP INTERVAL NK_LP duration_literal NK_COMMA duration_literal NK_RP sliding_opt sma_stream_opt */ -{ yymsp[-11].minor.yy242 = createIndexOption(pCxt, yymsp[-9].minor.yy174, releaseRawExprNode(pCxt, yymsp[-5].minor.yy242), releaseRawExprNode(pCxt, yymsp[-3].minor.yy242), yymsp[-1].minor.yy242, yymsp[0].minor.yy242); } +{ yymsp[-11].minor.yy560 = createIndexOption(pCxt, yymsp[-9].minor.yy496, releaseRawExprNode(pCxt, yymsp[-5].minor.yy560), releaseRawExprNode(pCxt, yymsp[-3].minor.yy560), yymsp[-1].minor.yy560, yymsp[0].minor.yy560); } break; case 295: /* func ::= sma_func_name NK_LP expression_list NK_RP */ -{ yylhsminor.yy242 = createFunctionNode(pCxt, &yymsp[-3].minor.yy669, yymsp[-1].minor.yy174); } - yymsp[-3].minor.yy242 = yylhsminor.yy242; +{ yylhsminor.yy560 = createFunctionNode(pCxt, &yymsp[-3].minor.yy533, yymsp[-1].minor.yy496); } + yymsp[-3].minor.yy560 = yylhsminor.yy560; break; case 296: /* sma_func_name ::= function_name */ - case 509: /* alias_opt ::= table_alias */ yytestcase(yyruleno==509); -{ yylhsminor.yy669 = yymsp[0].minor.yy669; } - yymsp[0].minor.yy669 = yylhsminor.yy669; + case 511: /* alias_opt ::= table_alias */ yytestcase(yyruleno==511); +{ yylhsminor.yy533 = yymsp[0].minor.yy533; } + yymsp[0].minor.yy533 = yylhsminor.yy533; break; case 301: /* sma_stream_opt ::= */ - case 341: /* stream_options ::= */ yytestcase(yyruleno==341); -{ yymsp[1].minor.yy242 = createStreamOptions(pCxt); } + case 343: /* stream_options ::= */ yytestcase(yyruleno==343); +{ yymsp[1].minor.yy560 = createStreamOptions(pCxt); } break; case 302: /* sma_stream_opt ::= sma_stream_opt WATERMARK duration_literal */ -{ ((SStreamOptions*)yymsp[-2].minor.yy242)->pWatermark = releaseRawExprNode(pCxt, yymsp[0].minor.yy242); yylhsminor.yy242 = yymsp[-2].minor.yy242; } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ ((SStreamOptions*)yymsp[-2].minor.yy560)->pWatermark = releaseRawExprNode(pCxt, yymsp[0].minor.yy560); yylhsminor.yy560 = yymsp[-2].minor.yy560; } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 303: /* sma_stream_opt ::= sma_stream_opt MAX_DELAY duration_literal */ -{ ((SStreamOptions*)yymsp[-2].minor.yy242)->pDelay = releaseRawExprNode(pCxt, yymsp[0].minor.yy242); yylhsminor.yy242 = yymsp[-2].minor.yy242; } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ ((SStreamOptions*)yymsp[-2].minor.yy560)->pDelay = releaseRawExprNode(pCxt, yymsp[0].minor.yy560); yylhsminor.yy560 = yymsp[-2].minor.yy560; } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 304: /* sma_stream_opt ::= sma_stream_opt DELETE_MARK duration_literal */ -{ ((SStreamOptions*)yymsp[-2].minor.yy242)->pDeleteMark = releaseRawExprNode(pCxt, yymsp[0].minor.yy242); yylhsminor.yy242 = yymsp[-2].minor.yy242; } - yymsp[-2].minor.yy242 = yylhsminor.yy242; +{ ((SStreamOptions*)yymsp[-2].minor.yy560)->pDeleteMark = releaseRawExprNode(pCxt, yymsp[0].minor.yy560); yylhsminor.yy560 = yymsp[-2].minor.yy560; } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; case 305: /* cmd ::= CREATE TOPIC not_exists_opt topic_name AS query_or_subquery */ -{ pCxt->pRootNode = createCreateTopicStmtUseQuery(pCxt, yymsp[-3].minor.yy777, &yymsp[-2].minor.yy669, yymsp[0].minor.yy242); } +{ pCxt->pRootNode = createCreateTopicStmtUseQuery(pCxt, yymsp[-3].minor.yy173, &yymsp[-2].minor.yy533, yymsp[0].minor.yy560); } break; case 306: /* cmd ::= CREATE TOPIC not_exists_opt topic_name AS DATABASE db_name */ -{ pCxt->pRootNode = createCreateTopicStmtUseDb(pCxt, yymsp[-4].minor.yy777, &yymsp[-3].minor.yy669, &yymsp[0].minor.yy669, false); } +{ pCxt->pRootNode = createCreateTopicStmtUseDb(pCxt, yymsp[-4].minor.yy173, &yymsp[-3].minor.yy533, &yymsp[0].minor.yy533, 0); } break; case 307: /* cmd ::= CREATE TOPIC not_exists_opt topic_name WITH META AS DATABASE db_name */ -{ pCxt->pRootNode = createCreateTopicStmtUseDb(pCxt, yymsp[-6].minor.yy777, &yymsp[-5].minor.yy669, &yymsp[0].minor.yy669, true); } +{ pCxt->pRootNode = createCreateTopicStmtUseDb(pCxt, yymsp[-6].minor.yy173, &yymsp[-5].minor.yy533, &yymsp[0].minor.yy533, 1); } + break; + case 308: /* cmd ::= CREATE TOPIC not_exists_opt topic_name ONLY META AS DATABASE db_name */ +{ pCxt->pRootNode = createCreateTopicStmtUseDb(pCxt, yymsp[-6].minor.yy173, &yymsp[-5].minor.yy533, &yymsp[0].minor.yy533, 2); } + break; + case 309: /* cmd ::= CREATE TOPIC not_exists_opt topic_name AS STABLE full_table_name where_clause_opt */ +{ pCxt->pRootNode = createCreateTopicStmtUseTable(pCxt, yymsp[-5].minor.yy173, &yymsp[-4].minor.yy533, yymsp[-1].minor.yy560, 0, yymsp[0].minor.yy560); } break; - case 308: /* cmd ::= CREATE TOPIC not_exists_opt topic_name AS STABLE full_table_name where_clause_opt */ -{ pCxt->pRootNode = createCreateTopicStmtUseTable(pCxt, yymsp[-5].minor.yy777, &yymsp[-4].minor.yy669, yymsp[-1].minor.yy242, false, yymsp[0].minor.yy242); } + case 310: /* cmd ::= CREATE TOPIC not_exists_opt topic_name WITH META AS STABLE full_table_name where_clause_opt */ +{ pCxt->pRootNode = createCreateTopicStmtUseTable(pCxt, yymsp[-7].minor.yy173, &yymsp[-6].minor.yy533, yymsp[-1].minor.yy560, 1, yymsp[0].minor.yy560); } break; - case 309: /* cmd ::= CREATE TOPIC not_exists_opt topic_name WITH META AS STABLE full_table_name where_clause_opt */ -{ pCxt->pRootNode = createCreateTopicStmtUseTable(pCxt, yymsp[-7].minor.yy777, &yymsp[-6].minor.yy669, yymsp[-1].minor.yy242, true, yymsp[0].minor.yy242); } + case 311: /* cmd ::= CREATE TOPIC not_exists_opt topic_name ONLY META AS STABLE full_table_name where_clause_opt */ +{ pCxt->pRootNode = createCreateTopicStmtUseTable(pCxt, yymsp[-7].minor.yy173, &yymsp[-6].minor.yy533, yymsp[-1].minor.yy560, 2, yymsp[0].minor.yy560); } break; - case 310: /* cmd ::= DROP TOPIC exists_opt topic_name */ -{ pCxt->pRootNode = createDropTopicStmt(pCxt, yymsp[-1].minor.yy777, &yymsp[0].minor.yy669); } + case 312: /* cmd ::= DROP TOPIC exists_opt topic_name */ +{ pCxt->pRootNode = createDropTopicStmt(pCxt, yymsp[-1].minor.yy173, &yymsp[0].minor.yy533); } break; - case 311: /* cmd ::= DROP CONSUMER GROUP exists_opt cgroup_name ON topic_name */ -{ pCxt->pRootNode = createDropCGroupStmt(pCxt, yymsp[-3].minor.yy777, &yymsp[-2].minor.yy669, &yymsp[0].minor.yy669); } + case 313: /* cmd ::= DROP CONSUMER GROUP exists_opt cgroup_name ON topic_name */ +{ pCxt->pRootNode = createDropCGroupStmt(pCxt, yymsp[-3].minor.yy173, &yymsp[-2].minor.yy533, &yymsp[0].minor.yy533); } break; - case 312: /* cmd ::= DESC full_table_name */ - case 313: /* cmd ::= DESCRIBE full_table_name */ yytestcase(yyruleno==313); -{ pCxt->pRootNode = createDescribeStmt(pCxt, yymsp[0].minor.yy242); } + case 314: /* cmd ::= DESC full_table_name */ + case 315: /* cmd ::= DESCRIBE full_table_name */ yytestcase(yyruleno==315); +{ pCxt->pRootNode = createDescribeStmt(pCxt, yymsp[0].minor.yy560); } break; - case 314: /* cmd ::= RESET QUERY CACHE */ + case 316: /* cmd ::= RESET QUERY CACHE */ { pCxt->pRootNode = createResetQueryCacheStmt(pCxt); } break; - case 315: /* cmd ::= EXPLAIN analyze_opt explain_options query_or_subquery */ - case 316: /* cmd ::= EXPLAIN analyze_opt explain_options insert_query */ yytestcase(yyruleno==316); -{ pCxt->pRootNode = createExplainStmt(pCxt, yymsp[-2].minor.yy777, yymsp[-1].minor.yy242, yymsp[0].minor.yy242); } + case 317: /* cmd ::= EXPLAIN analyze_opt explain_options query_or_subquery */ + case 318: /* cmd ::= EXPLAIN analyze_opt explain_options insert_query */ yytestcase(yyruleno==318); +{ pCxt->pRootNode = createExplainStmt(pCxt, yymsp[-2].minor.yy173, yymsp[-1].minor.yy560, yymsp[0].minor.yy560); } break; - case 319: /* explain_options ::= */ -{ yymsp[1].minor.yy242 = createDefaultExplainOptions(pCxt); } + case 321: /* explain_options ::= */ +{ yymsp[1].minor.yy560 = createDefaultExplainOptions(pCxt); } break; - case 320: /* explain_options ::= explain_options VERBOSE NK_BOOL */ -{ yylhsminor.yy242 = setExplainVerbose(pCxt, yymsp[-2].minor.yy242, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + case 322: /* explain_options ::= explain_options VERBOSE NK_BOOL */ +{ yylhsminor.yy560 = setExplainVerbose(pCxt, yymsp[-2].minor.yy560, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 321: /* explain_options ::= explain_options RATIO NK_FLOAT */ -{ yylhsminor.yy242 = setExplainRatio(pCxt, yymsp[-2].minor.yy242, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + case 323: /* explain_options ::= explain_options RATIO NK_FLOAT */ +{ yylhsminor.yy560 = setExplainRatio(pCxt, yymsp[-2].minor.yy560, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 322: /* cmd ::= CREATE or_replace_opt agg_func_opt FUNCTION not_exists_opt function_name AS NK_STRING OUTPUTTYPE type_name bufsize_opt language_opt */ -{ pCxt->pRootNode = createCreateFunctionStmt(pCxt, yymsp[-7].minor.yy777, yymsp[-9].minor.yy777, &yymsp[-6].minor.yy669, &yymsp[-4].minor.yy0, yymsp[-2].minor.yy794, yymsp[-1].minor.yy120, &yymsp[0].minor.yy669, yymsp[-10].minor.yy777); } + case 324: /* cmd ::= CREATE or_replace_opt agg_func_opt FUNCTION not_exists_opt function_name AS NK_STRING OUTPUTTYPE type_name bufsize_opt language_opt */ +{ pCxt->pRootNode = createCreateFunctionStmt(pCxt, yymsp[-7].minor.yy173, yymsp[-9].minor.yy173, &yymsp[-6].minor.yy533, &yymsp[-4].minor.yy0, yymsp[-2].minor.yy952, yymsp[-1].minor.yy964, &yymsp[0].minor.yy533, yymsp[-10].minor.yy173); } break; - case 323: /* cmd ::= DROP FUNCTION exists_opt function_name */ -{ pCxt->pRootNode = createDropFunctionStmt(pCxt, yymsp[-1].minor.yy777, &yymsp[0].minor.yy669); } + case 325: /* cmd ::= DROP FUNCTION exists_opt function_name */ +{ pCxt->pRootNode = createDropFunctionStmt(pCxt, yymsp[-1].minor.yy173, &yymsp[0].minor.yy533); } break; - case 328: /* language_opt ::= */ -{ yymsp[1].minor.yy669 = nil_token; } + case 330: /* language_opt ::= */ +{ yymsp[1].minor.yy533 = nil_token; } break; - case 329: /* language_opt ::= LANGUAGE NK_STRING */ -{ yymsp[-1].minor.yy669 = yymsp[0].minor.yy0; } + case 331: /* language_opt ::= LANGUAGE NK_STRING */ +{ yymsp[-1].minor.yy533 = yymsp[0].minor.yy0; } break; - case 332: /* cmd ::= CREATE STREAM not_exists_opt stream_name stream_options INTO full_table_name col_list_opt tag_def_or_ref_opt subtable_opt AS query_or_subquery */ -{ pCxt->pRootNode = createCreateStreamStmt(pCxt, yymsp[-9].minor.yy777, &yymsp[-8].minor.yy669, yymsp[-5].minor.yy242, yymsp[-7].minor.yy242, yymsp[-3].minor.yy174, yymsp[-2].minor.yy242, yymsp[0].minor.yy242, yymsp[-4].minor.yy174); } + case 334: /* cmd ::= CREATE STREAM not_exists_opt stream_name stream_options INTO full_table_name col_list_opt tag_def_or_ref_opt subtable_opt AS query_or_subquery */ +{ pCxt->pRootNode = createCreateStreamStmt(pCxt, yymsp[-9].minor.yy173, &yymsp[-8].minor.yy533, yymsp[-5].minor.yy560, yymsp[-7].minor.yy560, yymsp[-3].minor.yy496, yymsp[-2].minor.yy560, yymsp[0].minor.yy560, yymsp[-4].minor.yy496); } break; - case 333: /* cmd ::= DROP STREAM exists_opt stream_name */ -{ pCxt->pRootNode = createDropStreamStmt(pCxt, yymsp[-1].minor.yy777, &yymsp[0].minor.yy669); } + case 335: /* cmd ::= DROP STREAM exists_opt stream_name */ +{ pCxt->pRootNode = createDropStreamStmt(pCxt, yymsp[-1].minor.yy173, &yymsp[0].minor.yy533); } break; - case 334: /* cmd ::= PAUSE STREAM exists_opt stream_name */ -{ pCxt->pRootNode = createPauseStreamStmt(pCxt, yymsp[-1].minor.yy777, &yymsp[0].minor.yy669); } + case 336: /* cmd ::= PAUSE STREAM exists_opt stream_name */ +{ pCxt->pRootNode = createPauseStreamStmt(pCxt, yymsp[-1].minor.yy173, &yymsp[0].minor.yy533); } break; - case 335: /* cmd ::= RESUME STREAM exists_opt ignore_opt stream_name */ -{ pCxt->pRootNode = createResumeStreamStmt(pCxt, yymsp[-2].minor.yy777, yymsp[-1].minor.yy777, &yymsp[0].minor.yy669); } + case 337: /* cmd ::= RESUME STREAM exists_opt ignore_opt stream_name */ +{ pCxt->pRootNode = createResumeStreamStmt(pCxt, yymsp[-2].minor.yy173, yymsp[-1].minor.yy173, &yymsp[0].minor.yy533); } break; - case 342: /* stream_options ::= stream_options TRIGGER AT_ONCE */ - case 343: /* stream_options ::= stream_options TRIGGER WINDOW_CLOSE */ yytestcase(yyruleno==343); -{ yylhsminor.yy242 = setStreamOptions(pCxt, yymsp[-2].minor.yy242, SOPT_TRIGGER_TYPE_SET, &yymsp[0].minor.yy0, NULL); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + case 344: /* stream_options ::= stream_options TRIGGER AT_ONCE */ + case 345: /* stream_options ::= stream_options TRIGGER WINDOW_CLOSE */ yytestcase(yyruleno==345); +{ yylhsminor.yy560 = setStreamOptions(pCxt, yymsp[-2].minor.yy560, SOPT_TRIGGER_TYPE_SET, &yymsp[0].minor.yy0, NULL); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 344: /* stream_options ::= stream_options TRIGGER MAX_DELAY duration_literal */ -{ yylhsminor.yy242 = setStreamOptions(pCxt, yymsp[-3].minor.yy242, SOPT_TRIGGER_TYPE_SET, &yymsp[-1].minor.yy0, releaseRawExprNode(pCxt, yymsp[0].minor.yy242)); } - yymsp[-3].minor.yy242 = yylhsminor.yy242; + case 346: /* stream_options ::= stream_options TRIGGER MAX_DELAY duration_literal */ +{ yylhsminor.yy560 = setStreamOptions(pCxt, yymsp[-3].minor.yy560, SOPT_TRIGGER_TYPE_SET, &yymsp[-1].minor.yy0, releaseRawExprNode(pCxt, yymsp[0].minor.yy560)); } + yymsp[-3].minor.yy560 = yylhsminor.yy560; break; - case 345: /* stream_options ::= stream_options WATERMARK duration_literal */ -{ yylhsminor.yy242 = setStreamOptions(pCxt, yymsp[-2].minor.yy242, SOPT_WATERMARK_SET, NULL, releaseRawExprNode(pCxt, yymsp[0].minor.yy242)); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + case 347: /* stream_options ::= stream_options WATERMARK duration_literal */ +{ yylhsminor.yy560 = setStreamOptions(pCxt, yymsp[-2].minor.yy560, SOPT_WATERMARK_SET, NULL, releaseRawExprNode(pCxt, yymsp[0].minor.yy560)); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 346: /* stream_options ::= stream_options IGNORE EXPIRED NK_INTEGER */ -{ yylhsminor.yy242 = setStreamOptions(pCxt, yymsp[-3].minor.yy242, SOPT_IGNORE_EXPIRED_SET, &yymsp[0].minor.yy0, NULL); } - yymsp[-3].minor.yy242 = yylhsminor.yy242; + case 348: /* stream_options ::= stream_options IGNORE EXPIRED NK_INTEGER */ +{ yylhsminor.yy560 = setStreamOptions(pCxt, yymsp[-3].minor.yy560, SOPT_IGNORE_EXPIRED_SET, &yymsp[0].minor.yy0, NULL); } + yymsp[-3].minor.yy560 = yylhsminor.yy560; break; - case 347: /* stream_options ::= stream_options FILL_HISTORY NK_INTEGER */ -{ yylhsminor.yy242 = setStreamOptions(pCxt, yymsp[-2].minor.yy242, SOPT_FILL_HISTORY_SET, &yymsp[0].minor.yy0, NULL); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + case 349: /* stream_options ::= stream_options FILL_HISTORY NK_INTEGER */ +{ yylhsminor.yy560 = setStreamOptions(pCxt, yymsp[-2].minor.yy560, SOPT_FILL_HISTORY_SET, &yymsp[0].minor.yy0, NULL); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 348: /* stream_options ::= stream_options DELETE_MARK duration_literal */ -{ yylhsminor.yy242 = setStreamOptions(pCxt, yymsp[-2].minor.yy242, SOPT_DELETE_MARK_SET, NULL, releaseRawExprNode(pCxt, yymsp[0].minor.yy242)); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + case 350: /* stream_options ::= stream_options DELETE_MARK duration_literal */ +{ yylhsminor.yy560 = setStreamOptions(pCxt, yymsp[-2].minor.yy560, SOPT_DELETE_MARK_SET, NULL, releaseRawExprNode(pCxt, yymsp[0].minor.yy560)); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 349: /* stream_options ::= stream_options IGNORE UPDATE NK_INTEGER */ -{ yylhsminor.yy242 = setStreamOptions(pCxt, yymsp[-3].minor.yy242, SOPT_IGNORE_UPDATE_SET, &yymsp[0].minor.yy0, NULL); } - yymsp[-3].minor.yy242 = yylhsminor.yy242; + case 351: /* stream_options ::= stream_options IGNORE UPDATE NK_INTEGER */ +{ yylhsminor.yy560 = setStreamOptions(pCxt, yymsp[-3].minor.yy560, SOPT_IGNORE_UPDATE_SET, &yymsp[0].minor.yy0, NULL); } + yymsp[-3].minor.yy560 = yylhsminor.yy560; break; - case 351: /* subtable_opt ::= SUBTABLE NK_LP expression NK_RP */ - case 543: /* sliding_opt ::= SLIDING NK_LP duration_literal NK_RP */ yytestcase(yyruleno==543); - case 564: /* every_opt ::= EVERY NK_LP duration_literal NK_RP */ yytestcase(yyruleno==564); -{ yymsp[-3].minor.yy242 = releaseRawExprNode(pCxt, yymsp[-1].minor.yy242); } + case 353: /* subtable_opt ::= SUBTABLE NK_LP expression NK_RP */ + case 545: /* sliding_opt ::= SLIDING NK_LP duration_literal NK_RP */ yytestcase(yyruleno==545); + case 566: /* every_opt ::= EVERY NK_LP duration_literal NK_RP */ yytestcase(yyruleno==566); +{ yymsp[-3].minor.yy560 = releaseRawExprNode(pCxt, yymsp[-1].minor.yy560); } break; - case 354: /* cmd ::= KILL CONNECTION NK_INTEGER */ + case 356: /* cmd ::= KILL CONNECTION NK_INTEGER */ { pCxt->pRootNode = createKillStmt(pCxt, QUERY_NODE_KILL_CONNECTION_STMT, &yymsp[0].minor.yy0); } break; - case 355: /* cmd ::= KILL QUERY NK_STRING */ + case 357: /* cmd ::= KILL QUERY NK_STRING */ { pCxt->pRootNode = createKillQueryStmt(pCxt, &yymsp[0].minor.yy0); } break; - case 356: /* cmd ::= KILL TRANSACTION NK_INTEGER */ + case 358: /* cmd ::= KILL TRANSACTION NK_INTEGER */ { pCxt->pRootNode = createKillStmt(pCxt, QUERY_NODE_KILL_TRANSACTION_STMT, &yymsp[0].minor.yy0); } break; - case 357: /* cmd ::= BALANCE VGROUP */ + case 359: /* cmd ::= BALANCE VGROUP */ { pCxt->pRootNode = createBalanceVgroupStmt(pCxt); } break; - case 358: /* cmd ::= BALANCE VGROUP LEADER */ + case 360: /* cmd ::= BALANCE VGROUP LEADER */ { pCxt->pRootNode = createBalanceVgroupLeaderStmt(pCxt); } break; - case 359: /* cmd ::= MERGE VGROUP NK_INTEGER NK_INTEGER */ + case 361: /* cmd ::= MERGE VGROUP NK_INTEGER NK_INTEGER */ { pCxt->pRootNode = createMergeVgroupStmt(pCxt, &yymsp[-1].minor.yy0, &yymsp[0].minor.yy0); } break; - case 360: /* cmd ::= REDISTRIBUTE VGROUP NK_INTEGER dnode_list */ -{ pCxt->pRootNode = createRedistributeVgroupStmt(pCxt, &yymsp[-1].minor.yy0, yymsp[0].minor.yy174); } + case 362: /* cmd ::= REDISTRIBUTE VGROUP NK_INTEGER dnode_list */ +{ pCxt->pRootNode = createRedistributeVgroupStmt(pCxt, &yymsp[-1].minor.yy0, yymsp[0].minor.yy496); } break; - case 361: /* cmd ::= SPLIT VGROUP NK_INTEGER */ + case 363: /* cmd ::= SPLIT VGROUP NK_INTEGER */ { pCxt->pRootNode = createSplitVgroupStmt(pCxt, &yymsp[0].minor.yy0); } break; - case 362: /* dnode_list ::= DNODE NK_INTEGER */ -{ yymsp[-1].minor.yy174 = createNodeList(pCxt, createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &yymsp[0].minor.yy0)); } - break; - case 364: /* cmd ::= DELETE FROM full_table_name where_clause_opt */ -{ pCxt->pRootNode = createDeleteStmt(pCxt, yymsp[-1].minor.yy242, yymsp[0].minor.yy242); } - break; - case 367: /* insert_query ::= INSERT INTO full_table_name NK_LP col_name_list NK_RP query_or_subquery */ -{ yymsp[-6].minor.yy242 = createInsertStmt(pCxt, yymsp[-4].minor.yy242, yymsp[-2].minor.yy174, yymsp[0].minor.yy242); } - break; - case 368: /* insert_query ::= INSERT INTO full_table_name query_or_subquery */ -{ yymsp[-3].minor.yy242 = createInsertStmt(pCxt, yymsp[-1].minor.yy242, NULL, yymsp[0].minor.yy242); } - break; - case 369: /* literal ::= NK_INTEGER */ -{ yylhsminor.yy242 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_UBIGINT, &yymsp[0].minor.yy0)); } - yymsp[0].minor.yy242 = yylhsminor.yy242; - break; - case 370: /* literal ::= NK_FLOAT */ -{ yylhsminor.yy242 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_DOUBLE, &yymsp[0].minor.yy0)); } - yymsp[0].minor.yy242 = yylhsminor.yy242; - break; - case 371: /* literal ::= NK_STRING */ -{ yylhsminor.yy242 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_BINARY, &yymsp[0].minor.yy0)); } - yymsp[0].minor.yy242 = yylhsminor.yy242; - break; - case 372: /* literal ::= NK_BOOL */ -{ yylhsminor.yy242 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_BOOL, &yymsp[0].minor.yy0)); } - yymsp[0].minor.yy242 = yylhsminor.yy242; - break; - case 373: /* literal ::= TIMESTAMP NK_STRING */ -{ yylhsminor.yy242 = createRawExprNodeExt(pCxt, &yymsp[-1].minor.yy0, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_TIMESTAMP, &yymsp[0].minor.yy0)); } - yymsp[-1].minor.yy242 = yylhsminor.yy242; - break; - case 374: /* literal ::= duration_literal */ - case 384: /* signed_literal ::= signed */ yytestcase(yyruleno==384); - case 405: /* expr_or_subquery ::= expression */ yytestcase(yyruleno==405); - case 406: /* expression ::= literal */ yytestcase(yyruleno==406); - case 407: /* expression ::= pseudo_column */ yytestcase(yyruleno==407); - case 408: /* expression ::= column_reference */ yytestcase(yyruleno==408); - case 409: /* expression ::= function_expression */ yytestcase(yyruleno==409); - case 410: /* expression ::= case_when_expression */ yytestcase(yyruleno==410); - case 441: /* function_expression ::= literal_func */ yytestcase(yyruleno==441); - case 490: /* boolean_value_expression ::= boolean_primary */ yytestcase(yyruleno==490); - case 494: /* boolean_primary ::= predicate */ yytestcase(yyruleno==494); - case 496: /* common_expression ::= expr_or_subquery */ yytestcase(yyruleno==496); - case 497: /* common_expression ::= boolean_value_expression */ yytestcase(yyruleno==497); - case 500: /* table_reference_list ::= table_reference */ yytestcase(yyruleno==500); - case 502: /* table_reference ::= table_primary */ yytestcase(yyruleno==502); - case 503: /* table_reference ::= joined_table */ yytestcase(yyruleno==503); - case 507: /* table_primary ::= parenthesized_joined_table */ yytestcase(yyruleno==507); - case 566: /* query_simple ::= query_specification */ yytestcase(yyruleno==566); - case 567: /* query_simple ::= union_query_expression */ yytestcase(yyruleno==567); - case 570: /* query_simple_or_subquery ::= query_simple */ yytestcase(yyruleno==570); - case 572: /* query_or_subquery ::= query_expression */ yytestcase(yyruleno==572); -{ yylhsminor.yy242 = yymsp[0].minor.yy242; } - yymsp[0].minor.yy242 = yylhsminor.yy242; - break; - case 375: /* literal ::= NULL */ -{ yylhsminor.yy242 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_NULL, &yymsp[0].minor.yy0)); } - yymsp[0].minor.yy242 = yylhsminor.yy242; - break; - case 376: /* literal ::= NK_QUESTION */ -{ yylhsminor.yy242 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createPlaceholderValueNode(pCxt, &yymsp[0].minor.yy0)); } - yymsp[0].minor.yy242 = yylhsminor.yy242; - break; - case 377: /* duration_literal ::= NK_VARIABLE */ -{ yylhsminor.yy242 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createDurationValueNode(pCxt, &yymsp[0].minor.yy0)); } - yymsp[0].minor.yy242 = yylhsminor.yy242; - break; - case 378: /* signed ::= NK_INTEGER */ -{ yylhsminor.yy242 = createValueNode(pCxt, TSDB_DATA_TYPE_UBIGINT, &yymsp[0].minor.yy0); } - yymsp[0].minor.yy242 = yylhsminor.yy242; - break; - case 379: /* signed ::= NK_PLUS NK_INTEGER */ -{ yymsp[-1].minor.yy242 = createValueNode(pCxt, TSDB_DATA_TYPE_UBIGINT, &yymsp[0].minor.yy0); } - break; - case 380: /* signed ::= NK_MINUS NK_INTEGER */ + case 364: /* dnode_list ::= DNODE NK_INTEGER */ +{ yymsp[-1].minor.yy496 = createNodeList(pCxt, createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &yymsp[0].minor.yy0)); } + break; + case 366: /* cmd ::= DELETE FROM full_table_name where_clause_opt */ +{ pCxt->pRootNode = createDeleteStmt(pCxt, yymsp[-1].minor.yy560, yymsp[0].minor.yy560); } + break; + case 369: /* insert_query ::= INSERT INTO full_table_name NK_LP col_name_list NK_RP query_or_subquery */ +{ yymsp[-6].minor.yy560 = createInsertStmt(pCxt, yymsp[-4].minor.yy560, yymsp[-2].minor.yy496, yymsp[0].minor.yy560); } + break; + case 370: /* insert_query ::= INSERT INTO full_table_name query_or_subquery */ +{ yymsp[-3].minor.yy560 = createInsertStmt(pCxt, yymsp[-1].minor.yy560, NULL, yymsp[0].minor.yy560); } + break; + case 371: /* literal ::= NK_INTEGER */ +{ yylhsminor.yy560 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_UBIGINT, &yymsp[0].minor.yy0)); } + yymsp[0].minor.yy560 = yylhsminor.yy560; + break; + case 372: /* literal ::= NK_FLOAT */ +{ yylhsminor.yy560 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_DOUBLE, &yymsp[0].minor.yy0)); } + yymsp[0].minor.yy560 = yylhsminor.yy560; + break; + case 373: /* literal ::= NK_STRING */ +{ yylhsminor.yy560 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_BINARY, &yymsp[0].minor.yy0)); } + yymsp[0].minor.yy560 = yylhsminor.yy560; + break; + case 374: /* literal ::= NK_BOOL */ +{ yylhsminor.yy560 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_BOOL, &yymsp[0].minor.yy0)); } + yymsp[0].minor.yy560 = yylhsminor.yy560; + break; + case 375: /* literal ::= TIMESTAMP NK_STRING */ +{ yylhsminor.yy560 = createRawExprNodeExt(pCxt, &yymsp[-1].minor.yy0, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_TIMESTAMP, &yymsp[0].minor.yy0)); } + yymsp[-1].minor.yy560 = yylhsminor.yy560; + break; + case 376: /* literal ::= duration_literal */ + case 386: /* signed_literal ::= signed */ yytestcase(yyruleno==386); + case 407: /* expr_or_subquery ::= expression */ yytestcase(yyruleno==407); + case 408: /* expression ::= literal */ yytestcase(yyruleno==408); + case 409: /* expression ::= pseudo_column */ yytestcase(yyruleno==409); + case 410: /* expression ::= column_reference */ yytestcase(yyruleno==410); + case 411: /* expression ::= function_expression */ yytestcase(yyruleno==411); + case 412: /* expression ::= case_when_expression */ yytestcase(yyruleno==412); + case 443: /* function_expression ::= literal_func */ yytestcase(yyruleno==443); + case 492: /* boolean_value_expression ::= boolean_primary */ yytestcase(yyruleno==492); + case 496: /* boolean_primary ::= predicate */ yytestcase(yyruleno==496); + case 498: /* common_expression ::= expr_or_subquery */ yytestcase(yyruleno==498); + case 499: /* common_expression ::= boolean_value_expression */ yytestcase(yyruleno==499); + case 502: /* table_reference_list ::= table_reference */ yytestcase(yyruleno==502); + case 504: /* table_reference ::= table_primary */ yytestcase(yyruleno==504); + case 505: /* table_reference ::= joined_table */ yytestcase(yyruleno==505); + case 509: /* table_primary ::= parenthesized_joined_table */ yytestcase(yyruleno==509); + case 568: /* query_simple ::= query_specification */ yytestcase(yyruleno==568); + case 569: /* query_simple ::= union_query_expression */ yytestcase(yyruleno==569); + case 572: /* query_simple_or_subquery ::= query_simple */ yytestcase(yyruleno==572); + case 574: /* query_or_subquery ::= query_expression */ yytestcase(yyruleno==574); +{ yylhsminor.yy560 = yymsp[0].minor.yy560; } + yymsp[0].minor.yy560 = yylhsminor.yy560; + break; + case 377: /* literal ::= NULL */ +{ yylhsminor.yy560 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_NULL, &yymsp[0].minor.yy0)); } + yymsp[0].minor.yy560 = yylhsminor.yy560; + break; + case 378: /* literal ::= NK_QUESTION */ +{ yylhsminor.yy560 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createPlaceholderValueNode(pCxt, &yymsp[0].minor.yy0)); } + yymsp[0].minor.yy560 = yylhsminor.yy560; + break; + case 379: /* duration_literal ::= NK_VARIABLE */ +{ yylhsminor.yy560 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createDurationValueNode(pCxt, &yymsp[0].minor.yy0)); } + yymsp[0].minor.yy560 = yylhsminor.yy560; + break; + case 380: /* signed ::= NK_INTEGER */ +{ yylhsminor.yy560 = createValueNode(pCxt, TSDB_DATA_TYPE_UBIGINT, &yymsp[0].minor.yy0); } + yymsp[0].minor.yy560 = yylhsminor.yy560; + break; + case 381: /* signed ::= NK_PLUS NK_INTEGER */ +{ yymsp[-1].minor.yy560 = createValueNode(pCxt, TSDB_DATA_TYPE_UBIGINT, &yymsp[0].minor.yy0); } + break; + case 382: /* signed ::= NK_MINUS NK_INTEGER */ { SToken t = yymsp[-1].minor.yy0; t.n = (yymsp[0].minor.yy0.z + yymsp[0].minor.yy0.n) - yymsp[-1].minor.yy0.z; - yylhsminor.yy242 = createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &t); + yylhsminor.yy560 = createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &t); } - yymsp[-1].minor.yy242 = yylhsminor.yy242; + yymsp[-1].minor.yy560 = yylhsminor.yy560; break; - case 381: /* signed ::= NK_FLOAT */ -{ yylhsminor.yy242 = createValueNode(pCxt, TSDB_DATA_TYPE_DOUBLE, &yymsp[0].minor.yy0); } - yymsp[0].minor.yy242 = yylhsminor.yy242; + case 383: /* signed ::= NK_FLOAT */ +{ yylhsminor.yy560 = createValueNode(pCxt, TSDB_DATA_TYPE_DOUBLE, &yymsp[0].minor.yy0); } + yymsp[0].minor.yy560 = yylhsminor.yy560; break; - case 382: /* signed ::= NK_PLUS NK_FLOAT */ -{ yymsp[-1].minor.yy242 = createValueNode(pCxt, TSDB_DATA_TYPE_DOUBLE, &yymsp[0].minor.yy0); } + case 384: /* signed ::= NK_PLUS NK_FLOAT */ +{ yymsp[-1].minor.yy560 = createValueNode(pCxt, TSDB_DATA_TYPE_DOUBLE, &yymsp[0].minor.yy0); } break; - case 383: /* signed ::= NK_MINUS NK_FLOAT */ + case 385: /* signed ::= NK_MINUS NK_FLOAT */ { SToken t = yymsp[-1].minor.yy0; t.n = (yymsp[0].minor.yy0.z + yymsp[0].minor.yy0.n) - yymsp[-1].minor.yy0.z; - yylhsminor.yy242 = createValueNode(pCxt, TSDB_DATA_TYPE_DOUBLE, &t); + yylhsminor.yy560 = createValueNode(pCxt, TSDB_DATA_TYPE_DOUBLE, &t); } - yymsp[-1].minor.yy242 = yylhsminor.yy242; - break; - case 385: /* signed_literal ::= NK_STRING */ -{ yylhsminor.yy242 = createValueNode(pCxt, TSDB_DATA_TYPE_BINARY, &yymsp[0].minor.yy0); } - yymsp[0].minor.yy242 = yylhsminor.yy242; - break; - case 386: /* signed_literal ::= NK_BOOL */ -{ yylhsminor.yy242 = createValueNode(pCxt, TSDB_DATA_TYPE_BOOL, &yymsp[0].minor.yy0); } - yymsp[0].minor.yy242 = yylhsminor.yy242; - break; - case 387: /* signed_literal ::= TIMESTAMP NK_STRING */ -{ yymsp[-1].minor.yy242 = createValueNode(pCxt, TSDB_DATA_TYPE_TIMESTAMP, &yymsp[0].minor.yy0); } - break; - case 388: /* signed_literal ::= duration_literal */ - case 390: /* signed_literal ::= literal_func */ yytestcase(yyruleno==390); - case 461: /* star_func_para ::= expr_or_subquery */ yytestcase(yyruleno==461); - case 523: /* select_item ::= common_expression */ yytestcase(yyruleno==523); - case 533: /* partition_item ::= expr_or_subquery */ yytestcase(yyruleno==533); - case 571: /* query_simple_or_subquery ::= subquery */ yytestcase(yyruleno==571); - case 573: /* query_or_subquery ::= subquery */ yytestcase(yyruleno==573); - case 586: /* search_condition ::= common_expression */ yytestcase(yyruleno==586); -{ yylhsminor.yy242 = releaseRawExprNode(pCxt, yymsp[0].minor.yy242); } - yymsp[0].minor.yy242 = yylhsminor.yy242; - break; - case 389: /* signed_literal ::= NULL */ -{ yylhsminor.yy242 = createValueNode(pCxt, TSDB_DATA_TYPE_NULL, &yymsp[0].minor.yy0); } - yymsp[0].minor.yy242 = yylhsminor.yy242; - break; - case 391: /* signed_literal ::= NK_QUESTION */ -{ yylhsminor.yy242 = createPlaceholderValueNode(pCxt, &yymsp[0].minor.yy0); } - yymsp[0].minor.yy242 = yylhsminor.yy242; - break; - case 411: /* expression ::= NK_LP expression NK_RP */ - case 495: /* boolean_primary ::= NK_LP boolean_value_expression NK_RP */ yytestcase(yyruleno==495); - case 585: /* subquery ::= NK_LP subquery NK_RP */ yytestcase(yyruleno==585); -{ yylhsminor.yy242 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy0, &yymsp[0].minor.yy0, releaseRawExprNode(pCxt, yymsp[-1].minor.yy242)); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; - break; - case 412: /* expression ::= NK_PLUS expr_or_subquery */ + yymsp[-1].minor.yy560 = yylhsminor.yy560; + break; + case 387: /* signed_literal ::= NK_STRING */ +{ yylhsminor.yy560 = createValueNode(pCxt, TSDB_DATA_TYPE_BINARY, &yymsp[0].minor.yy0); } + yymsp[0].minor.yy560 = yylhsminor.yy560; + break; + case 388: /* signed_literal ::= NK_BOOL */ +{ yylhsminor.yy560 = createValueNode(pCxt, TSDB_DATA_TYPE_BOOL, &yymsp[0].minor.yy0); } + yymsp[0].minor.yy560 = yylhsminor.yy560; + break; + case 389: /* signed_literal ::= TIMESTAMP NK_STRING */ +{ yymsp[-1].minor.yy560 = createValueNode(pCxt, TSDB_DATA_TYPE_TIMESTAMP, &yymsp[0].minor.yy0); } + break; + case 390: /* signed_literal ::= duration_literal */ + case 392: /* signed_literal ::= literal_func */ yytestcase(yyruleno==392); + case 463: /* star_func_para ::= expr_or_subquery */ yytestcase(yyruleno==463); + case 525: /* select_item ::= common_expression */ yytestcase(yyruleno==525); + case 535: /* partition_item ::= expr_or_subquery */ yytestcase(yyruleno==535); + case 573: /* query_simple_or_subquery ::= subquery */ yytestcase(yyruleno==573); + case 575: /* query_or_subquery ::= subquery */ yytestcase(yyruleno==575); + case 588: /* search_condition ::= common_expression */ yytestcase(yyruleno==588); +{ yylhsminor.yy560 = releaseRawExprNode(pCxt, yymsp[0].minor.yy560); } + yymsp[0].minor.yy560 = yylhsminor.yy560; + break; + case 391: /* signed_literal ::= NULL */ +{ yylhsminor.yy560 = createValueNode(pCxt, TSDB_DATA_TYPE_NULL, &yymsp[0].minor.yy0); } + yymsp[0].minor.yy560 = yylhsminor.yy560; + break; + case 393: /* signed_literal ::= NK_QUESTION */ +{ yylhsminor.yy560 = createPlaceholderValueNode(pCxt, &yymsp[0].minor.yy0); } + yymsp[0].minor.yy560 = yylhsminor.yy560; + break; + case 413: /* expression ::= NK_LP expression NK_RP */ + case 497: /* boolean_primary ::= NK_LP boolean_value_expression NK_RP */ yytestcase(yyruleno==497); + case 587: /* subquery ::= NK_LP subquery NK_RP */ yytestcase(yyruleno==587); +{ yylhsminor.yy560 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy0, &yymsp[0].minor.yy0, releaseRawExprNode(pCxt, yymsp[-1].minor.yy560)); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; + break; + case 414: /* expression ::= NK_PLUS expr_or_subquery */ { - SToken t = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy242); - yylhsminor.yy242 = createRawExprNodeExt(pCxt, &yymsp[-1].minor.yy0, &t, releaseRawExprNode(pCxt, yymsp[0].minor.yy242)); + SToken t = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy560); + yylhsminor.yy560 = createRawExprNodeExt(pCxt, &yymsp[-1].minor.yy0, &t, releaseRawExprNode(pCxt, yymsp[0].minor.yy560)); } - yymsp[-1].minor.yy242 = yylhsminor.yy242; + yymsp[-1].minor.yy560 = yylhsminor.yy560; break; - case 413: /* expression ::= NK_MINUS expr_or_subquery */ + case 415: /* expression ::= NK_MINUS expr_or_subquery */ { - SToken t = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy242); - yylhsminor.yy242 = createRawExprNodeExt(pCxt, &yymsp[-1].minor.yy0, &t, createOperatorNode(pCxt, OP_TYPE_MINUS, releaseRawExprNode(pCxt, yymsp[0].minor.yy242), NULL)); + SToken t = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy560); + yylhsminor.yy560 = createRawExprNodeExt(pCxt, &yymsp[-1].minor.yy0, &t, createOperatorNode(pCxt, OP_TYPE_MINUS, releaseRawExprNode(pCxt, yymsp[0].minor.yy560), NULL)); } - yymsp[-1].minor.yy242 = yylhsminor.yy242; + yymsp[-1].minor.yy560 = yylhsminor.yy560; break; - case 414: /* expression ::= expr_or_subquery NK_PLUS expr_or_subquery */ + case 416: /* expression ::= expr_or_subquery NK_PLUS expr_or_subquery */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy242); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy242); - yylhsminor.yy242 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_ADD, releaseRawExprNode(pCxt, yymsp[-2].minor.yy242), releaseRawExprNode(pCxt, yymsp[0].minor.yy242))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy560); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy560); + yylhsminor.yy560 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_ADD, releaseRawExprNode(pCxt, yymsp[-2].minor.yy560), releaseRawExprNode(pCxt, yymsp[0].minor.yy560))); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 415: /* expression ::= expr_or_subquery NK_MINUS expr_or_subquery */ + case 417: /* expression ::= expr_or_subquery NK_MINUS expr_or_subquery */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy242); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy242); - yylhsminor.yy242 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_SUB, releaseRawExprNode(pCxt, yymsp[-2].minor.yy242), releaseRawExprNode(pCxt, yymsp[0].minor.yy242))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy560); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy560); + yylhsminor.yy560 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_SUB, releaseRawExprNode(pCxt, yymsp[-2].minor.yy560), releaseRawExprNode(pCxt, yymsp[0].minor.yy560))); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 416: /* expression ::= expr_or_subquery NK_STAR expr_or_subquery */ + case 418: /* expression ::= expr_or_subquery NK_STAR expr_or_subquery */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy242); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy242); - yylhsminor.yy242 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_MULTI, releaseRawExprNode(pCxt, yymsp[-2].minor.yy242), releaseRawExprNode(pCxt, yymsp[0].minor.yy242))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy560); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy560); + yylhsminor.yy560 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_MULTI, releaseRawExprNode(pCxt, yymsp[-2].minor.yy560), releaseRawExprNode(pCxt, yymsp[0].minor.yy560))); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 417: /* expression ::= expr_or_subquery NK_SLASH expr_or_subquery */ + case 419: /* expression ::= expr_or_subquery NK_SLASH expr_or_subquery */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy242); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy242); - yylhsminor.yy242 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_DIV, releaseRawExprNode(pCxt, yymsp[-2].minor.yy242), releaseRawExprNode(pCxt, yymsp[0].minor.yy242))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy560); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy560); + yylhsminor.yy560 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_DIV, releaseRawExprNode(pCxt, yymsp[-2].minor.yy560), releaseRawExprNode(pCxt, yymsp[0].minor.yy560))); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 418: /* expression ::= expr_or_subquery NK_REM expr_or_subquery */ + case 420: /* expression ::= expr_or_subquery NK_REM expr_or_subquery */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy242); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy242); - yylhsminor.yy242 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_REM, releaseRawExprNode(pCxt, yymsp[-2].minor.yy242), releaseRawExprNode(pCxt, yymsp[0].minor.yy242))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy560); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy560); + yylhsminor.yy560 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_REM, releaseRawExprNode(pCxt, yymsp[-2].minor.yy560), releaseRawExprNode(pCxt, yymsp[0].minor.yy560))); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 419: /* expression ::= column_reference NK_ARROW NK_STRING */ + case 421: /* expression ::= column_reference NK_ARROW NK_STRING */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy242); - yylhsminor.yy242 = createRawExprNodeExt(pCxt, &s, &yymsp[0].minor.yy0, createOperatorNode(pCxt, OP_TYPE_JSON_GET_VALUE, releaseRawExprNode(pCxt, yymsp[-2].minor.yy242), createValueNode(pCxt, TSDB_DATA_TYPE_BINARY, &yymsp[0].minor.yy0))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy560); + yylhsminor.yy560 = createRawExprNodeExt(pCxt, &s, &yymsp[0].minor.yy0, createOperatorNode(pCxt, OP_TYPE_JSON_GET_VALUE, releaseRawExprNode(pCxt, yymsp[-2].minor.yy560), createValueNode(pCxt, TSDB_DATA_TYPE_BINARY, &yymsp[0].minor.yy0))); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 420: /* expression ::= expr_or_subquery NK_BITAND expr_or_subquery */ + case 422: /* expression ::= expr_or_subquery NK_BITAND expr_or_subquery */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy242); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy242); - yylhsminor.yy242 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_BIT_AND, releaseRawExprNode(pCxt, yymsp[-2].minor.yy242), releaseRawExprNode(pCxt, yymsp[0].minor.yy242))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy560); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy560); + yylhsminor.yy560 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_BIT_AND, releaseRawExprNode(pCxt, yymsp[-2].minor.yy560), releaseRawExprNode(pCxt, yymsp[0].minor.yy560))); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 421: /* expression ::= expr_or_subquery NK_BITOR expr_or_subquery */ + case 423: /* expression ::= expr_or_subquery NK_BITOR expr_or_subquery */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy242); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy242); - yylhsminor.yy242 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_BIT_OR, releaseRawExprNode(pCxt, yymsp[-2].minor.yy242), releaseRawExprNode(pCxt, yymsp[0].minor.yy242))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy560); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy560); + yylhsminor.yy560 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_BIT_OR, releaseRawExprNode(pCxt, yymsp[-2].minor.yy560), releaseRawExprNode(pCxt, yymsp[0].minor.yy560))); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; - break; - case 424: /* column_reference ::= column_name */ -{ yylhsminor.yy242 = createRawExprNode(pCxt, &yymsp[0].minor.yy669, createColumnNode(pCxt, NULL, &yymsp[0].minor.yy669)); } - yymsp[0].minor.yy242 = yylhsminor.yy242; - break; - case 425: /* column_reference ::= table_name NK_DOT column_name */ -{ yylhsminor.yy242 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy669, &yymsp[0].minor.yy669, createColumnNode(pCxt, &yymsp[-2].minor.yy669, &yymsp[0].minor.yy669)); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; - break; - case 426: /* pseudo_column ::= ROWTS */ - case 427: /* pseudo_column ::= TBNAME */ yytestcase(yyruleno==427); - case 429: /* pseudo_column ::= QSTART */ yytestcase(yyruleno==429); - case 430: /* pseudo_column ::= QEND */ yytestcase(yyruleno==430); - case 431: /* pseudo_column ::= QDURATION */ yytestcase(yyruleno==431); - case 432: /* pseudo_column ::= WSTART */ yytestcase(yyruleno==432); - case 433: /* pseudo_column ::= WEND */ yytestcase(yyruleno==433); - case 434: /* pseudo_column ::= WDURATION */ yytestcase(yyruleno==434); - case 435: /* pseudo_column ::= IROWTS */ yytestcase(yyruleno==435); - case 436: /* pseudo_column ::= ISFILLED */ yytestcase(yyruleno==436); - case 437: /* pseudo_column ::= QTAGS */ yytestcase(yyruleno==437); - case 443: /* literal_func ::= NOW */ yytestcase(yyruleno==443); -{ yylhsminor.yy242 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createFunctionNode(pCxt, &yymsp[0].minor.yy0, NULL)); } - yymsp[0].minor.yy242 = yylhsminor.yy242; - break; - case 428: /* pseudo_column ::= table_name NK_DOT TBNAME */ -{ yylhsminor.yy242 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy669, &yymsp[0].minor.yy0, createFunctionNode(pCxt, &yymsp[0].minor.yy0, createNodeList(pCxt, createValueNode(pCxt, TSDB_DATA_TYPE_BINARY, &yymsp[-2].minor.yy669)))); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; - break; - case 438: /* function_expression ::= function_name NK_LP expression_list NK_RP */ - case 439: /* function_expression ::= star_func NK_LP star_func_para_list NK_RP */ yytestcase(yyruleno==439); -{ yylhsminor.yy242 = createRawExprNodeExt(pCxt, &yymsp[-3].minor.yy669, &yymsp[0].minor.yy0, createFunctionNode(pCxt, &yymsp[-3].minor.yy669, yymsp[-1].minor.yy174)); } - yymsp[-3].minor.yy242 = yylhsminor.yy242; - break; - case 440: /* function_expression ::= CAST NK_LP expr_or_subquery AS type_name NK_RP */ -{ yylhsminor.yy242 = createRawExprNodeExt(pCxt, &yymsp[-5].minor.yy0, &yymsp[0].minor.yy0, createCastFunctionNode(pCxt, releaseRawExprNode(pCxt, yymsp[-3].minor.yy242), yymsp[-1].minor.yy794)); } - yymsp[-5].minor.yy242 = yylhsminor.yy242; - break; - case 442: /* literal_func ::= noarg_func NK_LP NK_RP */ -{ yylhsminor.yy242 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy669, &yymsp[0].minor.yy0, createFunctionNode(pCxt, &yymsp[-2].minor.yy669, NULL)); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; - break; - case 457: /* star_func_para_list ::= NK_STAR */ -{ yylhsminor.yy174 = createNodeList(pCxt, createColumnNode(pCxt, NULL, &yymsp[0].minor.yy0)); } - yymsp[0].minor.yy174 = yylhsminor.yy174; - break; - case 462: /* star_func_para ::= table_name NK_DOT NK_STAR */ - case 526: /* select_item ::= table_name NK_DOT NK_STAR */ yytestcase(yyruleno==526); -{ yylhsminor.yy242 = createColumnNode(pCxt, &yymsp[-2].minor.yy669, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; - break; - case 463: /* case_when_expression ::= CASE when_then_list case_when_else_opt END */ -{ yylhsminor.yy242 = createRawExprNodeExt(pCxt, &yymsp[-3].minor.yy0, &yymsp[0].minor.yy0, createCaseWhenNode(pCxt, NULL, yymsp[-2].minor.yy174, yymsp[-1].minor.yy242)); } - yymsp[-3].minor.yy242 = yylhsminor.yy242; - break; - case 464: /* case_when_expression ::= CASE common_expression when_then_list case_when_else_opt END */ -{ yylhsminor.yy242 = createRawExprNodeExt(pCxt, &yymsp[-4].minor.yy0, &yymsp[0].minor.yy0, createCaseWhenNode(pCxt, releaseRawExprNode(pCxt, yymsp[-3].minor.yy242), yymsp[-2].minor.yy174, yymsp[-1].minor.yy242)); } - yymsp[-4].minor.yy242 = yylhsminor.yy242; - break; - case 467: /* when_then_expr ::= WHEN common_expression THEN common_expression */ -{ yymsp[-3].minor.yy242 = createWhenThenNode(pCxt, releaseRawExprNode(pCxt, yymsp[-2].minor.yy242), releaseRawExprNode(pCxt, yymsp[0].minor.yy242)); } - break; - case 469: /* case_when_else_opt ::= ELSE common_expression */ -{ yymsp[-1].minor.yy242 = releaseRawExprNode(pCxt, yymsp[0].minor.yy242); } - break; - case 470: /* predicate ::= expr_or_subquery compare_op expr_or_subquery */ - case 475: /* predicate ::= expr_or_subquery in_op in_predicate_value */ yytestcase(yyruleno==475); + yymsp[-2].minor.yy560 = yylhsminor.yy560; + break; + case 426: /* column_reference ::= column_name */ +{ yylhsminor.yy560 = createRawExprNode(pCxt, &yymsp[0].minor.yy533, createColumnNode(pCxt, NULL, &yymsp[0].minor.yy533)); } + yymsp[0].minor.yy560 = yylhsminor.yy560; + break; + case 427: /* column_reference ::= table_name NK_DOT column_name */ +{ yylhsminor.yy560 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy533, &yymsp[0].minor.yy533, createColumnNode(pCxt, &yymsp[-2].minor.yy533, &yymsp[0].minor.yy533)); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; + break; + case 428: /* pseudo_column ::= ROWTS */ + case 429: /* pseudo_column ::= TBNAME */ yytestcase(yyruleno==429); + case 431: /* pseudo_column ::= QSTART */ yytestcase(yyruleno==431); + case 432: /* pseudo_column ::= QEND */ yytestcase(yyruleno==432); + case 433: /* pseudo_column ::= QDURATION */ yytestcase(yyruleno==433); + case 434: /* pseudo_column ::= WSTART */ yytestcase(yyruleno==434); + case 435: /* pseudo_column ::= WEND */ yytestcase(yyruleno==435); + case 436: /* pseudo_column ::= WDURATION */ yytestcase(yyruleno==436); + case 437: /* pseudo_column ::= IROWTS */ yytestcase(yyruleno==437); + case 438: /* pseudo_column ::= ISFILLED */ yytestcase(yyruleno==438); + case 439: /* pseudo_column ::= QTAGS */ yytestcase(yyruleno==439); + case 445: /* literal_func ::= NOW */ yytestcase(yyruleno==445); +{ yylhsminor.yy560 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createFunctionNode(pCxt, &yymsp[0].minor.yy0, NULL)); } + yymsp[0].minor.yy560 = yylhsminor.yy560; + break; + case 430: /* pseudo_column ::= table_name NK_DOT TBNAME */ +{ yylhsminor.yy560 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy533, &yymsp[0].minor.yy0, createFunctionNode(pCxt, &yymsp[0].minor.yy0, createNodeList(pCxt, createValueNode(pCxt, TSDB_DATA_TYPE_BINARY, &yymsp[-2].minor.yy533)))); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; + break; + case 440: /* function_expression ::= function_name NK_LP expression_list NK_RP */ + case 441: /* function_expression ::= star_func NK_LP star_func_para_list NK_RP */ yytestcase(yyruleno==441); +{ yylhsminor.yy560 = createRawExprNodeExt(pCxt, &yymsp[-3].minor.yy533, &yymsp[0].minor.yy0, createFunctionNode(pCxt, &yymsp[-3].minor.yy533, yymsp[-1].minor.yy496)); } + yymsp[-3].minor.yy560 = yylhsminor.yy560; + break; + case 442: /* function_expression ::= CAST NK_LP expr_or_subquery AS type_name NK_RP */ +{ yylhsminor.yy560 = createRawExprNodeExt(pCxt, &yymsp[-5].minor.yy0, &yymsp[0].minor.yy0, createCastFunctionNode(pCxt, releaseRawExprNode(pCxt, yymsp[-3].minor.yy560), yymsp[-1].minor.yy952)); } + yymsp[-5].minor.yy560 = yylhsminor.yy560; + break; + case 444: /* literal_func ::= noarg_func NK_LP NK_RP */ +{ yylhsminor.yy560 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy533, &yymsp[0].minor.yy0, createFunctionNode(pCxt, &yymsp[-2].minor.yy533, NULL)); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; + break; + case 459: /* star_func_para_list ::= NK_STAR */ +{ yylhsminor.yy496 = createNodeList(pCxt, createColumnNode(pCxt, NULL, &yymsp[0].minor.yy0)); } + yymsp[0].minor.yy496 = yylhsminor.yy496; + break; + case 464: /* star_func_para ::= table_name NK_DOT NK_STAR */ + case 528: /* select_item ::= table_name NK_DOT NK_STAR */ yytestcase(yyruleno==528); +{ yylhsminor.yy560 = createColumnNode(pCxt, &yymsp[-2].minor.yy533, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; + break; + case 465: /* case_when_expression ::= CASE when_then_list case_when_else_opt END */ +{ yylhsminor.yy560 = createRawExprNodeExt(pCxt, &yymsp[-3].minor.yy0, &yymsp[0].minor.yy0, createCaseWhenNode(pCxt, NULL, yymsp[-2].minor.yy496, yymsp[-1].minor.yy560)); } + yymsp[-3].minor.yy560 = yylhsminor.yy560; + break; + case 466: /* case_when_expression ::= CASE common_expression when_then_list case_when_else_opt END */ +{ yylhsminor.yy560 = createRawExprNodeExt(pCxt, &yymsp[-4].minor.yy0, &yymsp[0].minor.yy0, createCaseWhenNode(pCxt, releaseRawExprNode(pCxt, yymsp[-3].minor.yy560), yymsp[-2].minor.yy496, yymsp[-1].minor.yy560)); } + yymsp[-4].minor.yy560 = yylhsminor.yy560; + break; + case 469: /* when_then_expr ::= WHEN common_expression THEN common_expression */ +{ yymsp[-3].minor.yy560 = createWhenThenNode(pCxt, releaseRawExprNode(pCxt, yymsp[-2].minor.yy560), releaseRawExprNode(pCxt, yymsp[0].minor.yy560)); } + break; + case 471: /* case_when_else_opt ::= ELSE common_expression */ +{ yymsp[-1].minor.yy560 = releaseRawExprNode(pCxt, yymsp[0].minor.yy560); } + break; + case 472: /* predicate ::= expr_or_subquery compare_op expr_or_subquery */ + case 477: /* predicate ::= expr_or_subquery in_op in_predicate_value */ yytestcase(yyruleno==477); { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy242); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy242); - yylhsminor.yy242 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, yymsp[-1].minor.yy70, releaseRawExprNode(pCxt, yymsp[-2].minor.yy242), releaseRawExprNode(pCxt, yymsp[0].minor.yy242))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy560); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy560); + yylhsminor.yy560 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, yymsp[-1].minor.yy344, releaseRawExprNode(pCxt, yymsp[-2].minor.yy560), releaseRawExprNode(pCxt, yymsp[0].minor.yy560))); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 471: /* predicate ::= expr_or_subquery BETWEEN expr_or_subquery AND expr_or_subquery */ + case 473: /* predicate ::= expr_or_subquery BETWEEN expr_or_subquery AND expr_or_subquery */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-4].minor.yy242); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy242); - yylhsminor.yy242 = createRawExprNodeExt(pCxt, &s, &e, createBetweenAnd(pCxt, releaseRawExprNode(pCxt, yymsp[-4].minor.yy242), releaseRawExprNode(pCxt, yymsp[-2].minor.yy242), releaseRawExprNode(pCxt, yymsp[0].minor.yy242))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-4].minor.yy560); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy560); + yylhsminor.yy560 = createRawExprNodeExt(pCxt, &s, &e, createBetweenAnd(pCxt, releaseRawExprNode(pCxt, yymsp[-4].minor.yy560), releaseRawExprNode(pCxt, yymsp[-2].minor.yy560), releaseRawExprNode(pCxt, yymsp[0].minor.yy560))); } - yymsp[-4].minor.yy242 = yylhsminor.yy242; + yymsp[-4].minor.yy560 = yylhsminor.yy560; break; - case 472: /* predicate ::= expr_or_subquery NOT BETWEEN expr_or_subquery AND expr_or_subquery */ + case 474: /* predicate ::= expr_or_subquery NOT BETWEEN expr_or_subquery AND expr_or_subquery */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-5].minor.yy242); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy242); - yylhsminor.yy242 = createRawExprNodeExt(pCxt, &s, &e, createNotBetweenAnd(pCxt, releaseRawExprNode(pCxt, yymsp[-5].minor.yy242), releaseRawExprNode(pCxt, yymsp[-2].minor.yy242), releaseRawExprNode(pCxt, yymsp[0].minor.yy242))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-5].minor.yy560); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy560); + yylhsminor.yy560 = createRawExprNodeExt(pCxt, &s, &e, createNotBetweenAnd(pCxt, releaseRawExprNode(pCxt, yymsp[-5].minor.yy560), releaseRawExprNode(pCxt, yymsp[-2].minor.yy560), releaseRawExprNode(pCxt, yymsp[0].minor.yy560))); } - yymsp[-5].minor.yy242 = yylhsminor.yy242; + yymsp[-5].minor.yy560 = yylhsminor.yy560; break; - case 473: /* predicate ::= expr_or_subquery IS NULL */ + case 475: /* predicate ::= expr_or_subquery IS NULL */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy242); - yylhsminor.yy242 = createRawExprNodeExt(pCxt, &s, &yymsp[0].minor.yy0, createOperatorNode(pCxt, OP_TYPE_IS_NULL, releaseRawExprNode(pCxt, yymsp[-2].minor.yy242), NULL)); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy560); + yylhsminor.yy560 = createRawExprNodeExt(pCxt, &s, &yymsp[0].minor.yy0, createOperatorNode(pCxt, OP_TYPE_IS_NULL, releaseRawExprNode(pCxt, yymsp[-2].minor.yy560), NULL)); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 474: /* predicate ::= expr_or_subquery IS NOT NULL */ + case 476: /* predicate ::= expr_or_subquery IS NOT NULL */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-3].minor.yy242); - yylhsminor.yy242 = createRawExprNodeExt(pCxt, &s, &yymsp[0].minor.yy0, createOperatorNode(pCxt, OP_TYPE_IS_NOT_NULL, releaseRawExprNode(pCxt, yymsp[-3].minor.yy242), NULL)); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-3].minor.yy560); + yylhsminor.yy560 = createRawExprNodeExt(pCxt, &s, &yymsp[0].minor.yy0, createOperatorNode(pCxt, OP_TYPE_IS_NOT_NULL, releaseRawExprNode(pCxt, yymsp[-3].minor.yy560), NULL)); } - yymsp[-3].minor.yy242 = yylhsminor.yy242; + yymsp[-3].minor.yy560 = yylhsminor.yy560; break; - case 476: /* compare_op ::= NK_LT */ -{ yymsp[0].minor.yy70 = OP_TYPE_LOWER_THAN; } + case 478: /* compare_op ::= NK_LT */ +{ yymsp[0].minor.yy344 = OP_TYPE_LOWER_THAN; } break; - case 477: /* compare_op ::= NK_GT */ -{ yymsp[0].minor.yy70 = OP_TYPE_GREATER_THAN; } + case 479: /* compare_op ::= NK_GT */ +{ yymsp[0].minor.yy344 = OP_TYPE_GREATER_THAN; } break; - case 478: /* compare_op ::= NK_LE */ -{ yymsp[0].minor.yy70 = OP_TYPE_LOWER_EQUAL; } + case 480: /* compare_op ::= NK_LE */ +{ yymsp[0].minor.yy344 = OP_TYPE_LOWER_EQUAL; } break; - case 479: /* compare_op ::= NK_GE */ -{ yymsp[0].minor.yy70 = OP_TYPE_GREATER_EQUAL; } + case 481: /* compare_op ::= NK_GE */ +{ yymsp[0].minor.yy344 = OP_TYPE_GREATER_EQUAL; } break; - case 480: /* compare_op ::= NK_NE */ -{ yymsp[0].minor.yy70 = OP_TYPE_NOT_EQUAL; } + case 482: /* compare_op ::= NK_NE */ +{ yymsp[0].minor.yy344 = OP_TYPE_NOT_EQUAL; } break; - case 481: /* compare_op ::= NK_EQ */ -{ yymsp[0].minor.yy70 = OP_TYPE_EQUAL; } + case 483: /* compare_op ::= NK_EQ */ +{ yymsp[0].minor.yy344 = OP_TYPE_EQUAL; } break; - case 482: /* compare_op ::= LIKE */ -{ yymsp[0].minor.yy70 = OP_TYPE_LIKE; } + case 484: /* compare_op ::= LIKE */ +{ yymsp[0].minor.yy344 = OP_TYPE_LIKE; } break; - case 483: /* compare_op ::= NOT LIKE */ -{ yymsp[-1].minor.yy70 = OP_TYPE_NOT_LIKE; } + case 485: /* compare_op ::= NOT LIKE */ +{ yymsp[-1].minor.yy344 = OP_TYPE_NOT_LIKE; } break; - case 484: /* compare_op ::= MATCH */ -{ yymsp[0].minor.yy70 = OP_TYPE_MATCH; } + case 486: /* compare_op ::= MATCH */ +{ yymsp[0].minor.yy344 = OP_TYPE_MATCH; } break; - case 485: /* compare_op ::= NMATCH */ -{ yymsp[0].minor.yy70 = OP_TYPE_NMATCH; } + case 487: /* compare_op ::= NMATCH */ +{ yymsp[0].minor.yy344 = OP_TYPE_NMATCH; } break; - case 486: /* compare_op ::= CONTAINS */ -{ yymsp[0].minor.yy70 = OP_TYPE_JSON_CONTAINS; } + case 488: /* compare_op ::= CONTAINS */ +{ yymsp[0].minor.yy344 = OP_TYPE_JSON_CONTAINS; } break; - case 487: /* in_op ::= IN */ -{ yymsp[0].minor.yy70 = OP_TYPE_IN; } + case 489: /* in_op ::= IN */ +{ yymsp[0].minor.yy344 = OP_TYPE_IN; } break; - case 488: /* in_op ::= NOT IN */ -{ yymsp[-1].minor.yy70 = OP_TYPE_NOT_IN; } + case 490: /* in_op ::= NOT IN */ +{ yymsp[-1].minor.yy344 = OP_TYPE_NOT_IN; } break; - case 489: /* in_predicate_value ::= NK_LP literal_list NK_RP */ -{ yylhsminor.yy242 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy0, &yymsp[0].minor.yy0, createNodeListNode(pCxt, yymsp[-1].minor.yy174)); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + case 491: /* in_predicate_value ::= NK_LP literal_list NK_RP */ +{ yylhsminor.yy560 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy0, &yymsp[0].minor.yy0, createNodeListNode(pCxt, yymsp[-1].minor.yy496)); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 491: /* boolean_value_expression ::= NOT boolean_primary */ + case 493: /* boolean_value_expression ::= NOT boolean_primary */ { - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy242); - yylhsminor.yy242 = createRawExprNodeExt(pCxt, &yymsp[-1].minor.yy0, &e, createLogicConditionNode(pCxt, LOGIC_COND_TYPE_NOT, releaseRawExprNode(pCxt, yymsp[0].minor.yy242), NULL)); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy560); + yylhsminor.yy560 = createRawExprNodeExt(pCxt, &yymsp[-1].minor.yy0, &e, createLogicConditionNode(pCxt, LOGIC_COND_TYPE_NOT, releaseRawExprNode(pCxt, yymsp[0].minor.yy560), NULL)); } - yymsp[-1].minor.yy242 = yylhsminor.yy242; + yymsp[-1].minor.yy560 = yylhsminor.yy560; break; - case 492: /* boolean_value_expression ::= boolean_value_expression OR boolean_value_expression */ + case 494: /* boolean_value_expression ::= boolean_value_expression OR boolean_value_expression */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy242); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy242); - yylhsminor.yy242 = createRawExprNodeExt(pCxt, &s, &e, createLogicConditionNode(pCxt, LOGIC_COND_TYPE_OR, releaseRawExprNode(pCxt, yymsp[-2].minor.yy242), releaseRawExprNode(pCxt, yymsp[0].minor.yy242))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy560); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy560); + yylhsminor.yy560 = createRawExprNodeExt(pCxt, &s, &e, createLogicConditionNode(pCxt, LOGIC_COND_TYPE_OR, releaseRawExprNode(pCxt, yymsp[-2].minor.yy560), releaseRawExprNode(pCxt, yymsp[0].minor.yy560))); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 493: /* boolean_value_expression ::= boolean_value_expression AND boolean_value_expression */ + case 495: /* boolean_value_expression ::= boolean_value_expression AND boolean_value_expression */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy242); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy242); - yylhsminor.yy242 = createRawExprNodeExt(pCxt, &s, &e, createLogicConditionNode(pCxt, LOGIC_COND_TYPE_AND, releaseRawExprNode(pCxt, yymsp[-2].minor.yy242), releaseRawExprNode(pCxt, yymsp[0].minor.yy242))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy560); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy560); + yylhsminor.yy560 = createRawExprNodeExt(pCxt, &s, &e, createLogicConditionNode(pCxt, LOGIC_COND_TYPE_AND, releaseRawExprNode(pCxt, yymsp[-2].minor.yy560), releaseRawExprNode(pCxt, yymsp[0].minor.yy560))); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 501: /* table_reference_list ::= table_reference_list NK_COMMA table_reference */ -{ yylhsminor.yy242 = createJoinTableNode(pCxt, JOIN_TYPE_INNER, yymsp[-2].minor.yy242, yymsp[0].minor.yy242, NULL); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + case 503: /* table_reference_list ::= table_reference_list NK_COMMA table_reference */ +{ yylhsminor.yy560 = createJoinTableNode(pCxt, JOIN_TYPE_INNER, yymsp[-2].minor.yy560, yymsp[0].minor.yy560, NULL); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 504: /* table_primary ::= table_name alias_opt */ -{ yylhsminor.yy242 = createRealTableNode(pCxt, NULL, &yymsp[-1].minor.yy669, &yymsp[0].minor.yy669); } - yymsp[-1].minor.yy242 = yylhsminor.yy242; + case 506: /* table_primary ::= table_name alias_opt */ +{ yylhsminor.yy560 = createRealTableNode(pCxt, NULL, &yymsp[-1].minor.yy533, &yymsp[0].minor.yy533); } + yymsp[-1].minor.yy560 = yylhsminor.yy560; break; - case 505: /* table_primary ::= db_name NK_DOT table_name alias_opt */ -{ yylhsminor.yy242 = createRealTableNode(pCxt, &yymsp[-3].minor.yy669, &yymsp[-1].minor.yy669, &yymsp[0].minor.yy669); } - yymsp[-3].minor.yy242 = yylhsminor.yy242; + case 507: /* table_primary ::= db_name NK_DOT table_name alias_opt */ +{ yylhsminor.yy560 = createRealTableNode(pCxt, &yymsp[-3].minor.yy533, &yymsp[-1].minor.yy533, &yymsp[0].minor.yy533); } + yymsp[-3].minor.yy560 = yylhsminor.yy560; break; - case 506: /* table_primary ::= subquery alias_opt */ -{ yylhsminor.yy242 = createTempTableNode(pCxt, releaseRawExprNode(pCxt, yymsp[-1].minor.yy242), &yymsp[0].minor.yy669); } - yymsp[-1].minor.yy242 = yylhsminor.yy242; + case 508: /* table_primary ::= subquery alias_opt */ +{ yylhsminor.yy560 = createTempTableNode(pCxt, releaseRawExprNode(pCxt, yymsp[-1].minor.yy560), &yymsp[0].minor.yy533); } + yymsp[-1].minor.yy560 = yylhsminor.yy560; break; - case 508: /* alias_opt ::= */ -{ yymsp[1].minor.yy669 = nil_token; } + case 510: /* alias_opt ::= */ +{ yymsp[1].minor.yy533 = nil_token; } break; - case 510: /* alias_opt ::= AS table_alias */ -{ yymsp[-1].minor.yy669 = yymsp[0].minor.yy669; } + case 512: /* alias_opt ::= AS table_alias */ +{ yymsp[-1].minor.yy533 = yymsp[0].minor.yy533; } break; - case 511: /* parenthesized_joined_table ::= NK_LP joined_table NK_RP */ - case 512: /* parenthesized_joined_table ::= NK_LP parenthesized_joined_table NK_RP */ yytestcase(yyruleno==512); -{ yymsp[-2].minor.yy242 = yymsp[-1].minor.yy242; } + case 513: /* parenthesized_joined_table ::= NK_LP joined_table NK_RP */ + case 514: /* parenthesized_joined_table ::= NK_LP parenthesized_joined_table NK_RP */ yytestcase(yyruleno==514); +{ yymsp[-2].minor.yy560 = yymsp[-1].minor.yy560; } break; - case 513: /* joined_table ::= table_reference join_type JOIN table_reference ON search_condition */ -{ yylhsminor.yy242 = createJoinTableNode(pCxt, yymsp[-4].minor.yy482, yymsp[-5].minor.yy242, yymsp[-2].minor.yy242, yymsp[0].minor.yy242); } - yymsp[-5].minor.yy242 = yylhsminor.yy242; + case 515: /* joined_table ::= table_reference join_type JOIN table_reference ON search_condition */ +{ yylhsminor.yy560 = createJoinTableNode(pCxt, yymsp[-4].minor.yy360, yymsp[-5].minor.yy560, yymsp[-2].minor.yy560, yymsp[0].minor.yy560); } + yymsp[-5].minor.yy560 = yylhsminor.yy560; break; - case 514: /* join_type ::= */ -{ yymsp[1].minor.yy482 = JOIN_TYPE_INNER; } + case 516: /* join_type ::= */ +{ yymsp[1].minor.yy360 = JOIN_TYPE_INNER; } break; - case 515: /* join_type ::= INNER */ -{ yymsp[0].minor.yy482 = JOIN_TYPE_INNER; } + case 517: /* join_type ::= INNER */ +{ yymsp[0].minor.yy360 = JOIN_TYPE_INNER; } break; - case 516: /* query_specification ::= SELECT set_quantifier_opt select_list from_clause_opt where_clause_opt partition_by_clause_opt range_opt every_opt fill_opt twindow_clause_opt group_by_clause_opt having_clause_opt */ + case 518: /* query_specification ::= SELECT set_quantifier_opt select_list from_clause_opt where_clause_opt partition_by_clause_opt range_opt every_opt fill_opt twindow_clause_opt group_by_clause_opt having_clause_opt */ { - yymsp[-11].minor.yy242 = createSelectStmt(pCxt, yymsp[-10].minor.yy777, yymsp[-9].minor.yy174, yymsp[-8].minor.yy242); - yymsp[-11].minor.yy242 = addWhereClause(pCxt, yymsp[-11].minor.yy242, yymsp[-7].minor.yy242); - yymsp[-11].minor.yy242 = addPartitionByClause(pCxt, yymsp[-11].minor.yy242, yymsp[-6].minor.yy174); - yymsp[-11].minor.yy242 = addWindowClauseClause(pCxt, yymsp[-11].minor.yy242, yymsp[-2].minor.yy242); - yymsp[-11].minor.yy242 = addGroupByClause(pCxt, yymsp[-11].minor.yy242, yymsp[-1].minor.yy174); - yymsp[-11].minor.yy242 = addHavingClause(pCxt, yymsp[-11].minor.yy242, yymsp[0].minor.yy242); - yymsp[-11].minor.yy242 = addRangeClause(pCxt, yymsp[-11].minor.yy242, yymsp[-5].minor.yy242); - yymsp[-11].minor.yy242 = addEveryClause(pCxt, yymsp[-11].minor.yy242, yymsp[-4].minor.yy242); - yymsp[-11].minor.yy242 = addFillClause(pCxt, yymsp[-11].minor.yy242, yymsp[-3].minor.yy242); + yymsp[-11].minor.yy560 = createSelectStmt(pCxt, yymsp[-10].minor.yy173, yymsp[-9].minor.yy496, yymsp[-8].minor.yy560); + yymsp[-11].minor.yy560 = addWhereClause(pCxt, yymsp[-11].minor.yy560, yymsp[-7].minor.yy560); + yymsp[-11].minor.yy560 = addPartitionByClause(pCxt, yymsp[-11].minor.yy560, yymsp[-6].minor.yy496); + yymsp[-11].minor.yy560 = addWindowClauseClause(pCxt, yymsp[-11].minor.yy560, yymsp[-2].minor.yy560); + yymsp[-11].minor.yy560 = addGroupByClause(pCxt, yymsp[-11].minor.yy560, yymsp[-1].minor.yy496); + yymsp[-11].minor.yy560 = addHavingClause(pCxt, yymsp[-11].minor.yy560, yymsp[0].minor.yy560); + yymsp[-11].minor.yy560 = addRangeClause(pCxt, yymsp[-11].minor.yy560, yymsp[-5].minor.yy560); + yymsp[-11].minor.yy560 = addEveryClause(pCxt, yymsp[-11].minor.yy560, yymsp[-4].minor.yy560); + yymsp[-11].minor.yy560 = addFillClause(pCxt, yymsp[-11].minor.yy560, yymsp[-3].minor.yy560); } break; - case 519: /* set_quantifier_opt ::= ALL */ -{ yymsp[0].minor.yy777 = false; } + case 521: /* set_quantifier_opt ::= ALL */ +{ yymsp[0].minor.yy173 = false; } break; - case 522: /* select_item ::= NK_STAR */ -{ yylhsminor.yy242 = createColumnNode(pCxt, NULL, &yymsp[0].minor.yy0); } - yymsp[0].minor.yy242 = yylhsminor.yy242; + case 524: /* select_item ::= NK_STAR */ +{ yylhsminor.yy560 = createColumnNode(pCxt, NULL, &yymsp[0].minor.yy0); } + yymsp[0].minor.yy560 = yylhsminor.yy560; break; - case 524: /* select_item ::= common_expression column_alias */ - case 534: /* partition_item ::= expr_or_subquery column_alias */ yytestcase(yyruleno==534); -{ yylhsminor.yy242 = setProjectionAlias(pCxt, releaseRawExprNode(pCxt, yymsp[-1].minor.yy242), &yymsp[0].minor.yy669); } - yymsp[-1].minor.yy242 = yylhsminor.yy242; + case 526: /* select_item ::= common_expression column_alias */ + case 536: /* partition_item ::= expr_or_subquery column_alias */ yytestcase(yyruleno==536); +{ yylhsminor.yy560 = setProjectionAlias(pCxt, releaseRawExprNode(pCxt, yymsp[-1].minor.yy560), &yymsp[0].minor.yy533); } + yymsp[-1].minor.yy560 = yylhsminor.yy560; break; - case 525: /* select_item ::= common_expression AS column_alias */ - case 535: /* partition_item ::= expr_or_subquery AS column_alias */ yytestcase(yyruleno==535); -{ yylhsminor.yy242 = setProjectionAlias(pCxt, releaseRawExprNode(pCxt, yymsp[-2].minor.yy242), &yymsp[0].minor.yy669); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + case 527: /* select_item ::= common_expression AS column_alias */ + case 537: /* partition_item ::= expr_or_subquery AS column_alias */ yytestcase(yyruleno==537); +{ yylhsminor.yy560 = setProjectionAlias(pCxt, releaseRawExprNode(pCxt, yymsp[-2].minor.yy560), &yymsp[0].minor.yy533); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 530: /* partition_by_clause_opt ::= PARTITION BY partition_list */ - case 555: /* group_by_clause_opt ::= GROUP BY group_by_list */ yytestcase(yyruleno==555); - case 575: /* order_by_clause_opt ::= ORDER BY sort_specification_list */ yytestcase(yyruleno==575); -{ yymsp[-2].minor.yy174 = yymsp[0].minor.yy174; } + case 532: /* partition_by_clause_opt ::= PARTITION BY partition_list */ + case 557: /* group_by_clause_opt ::= GROUP BY group_by_list */ yytestcase(yyruleno==557); + case 577: /* order_by_clause_opt ::= ORDER BY sort_specification_list */ yytestcase(yyruleno==577); +{ yymsp[-2].minor.yy496 = yymsp[0].minor.yy496; } break; - case 537: /* twindow_clause_opt ::= SESSION NK_LP column_reference NK_COMMA duration_literal NK_RP */ -{ yymsp[-5].minor.yy242 = createSessionWindowNode(pCxt, releaseRawExprNode(pCxt, yymsp[-3].minor.yy242), releaseRawExprNode(pCxt, yymsp[-1].minor.yy242)); } + case 539: /* twindow_clause_opt ::= SESSION NK_LP column_reference NK_COMMA duration_literal NK_RP */ +{ yymsp[-5].minor.yy560 = createSessionWindowNode(pCxt, releaseRawExprNode(pCxt, yymsp[-3].minor.yy560), releaseRawExprNode(pCxt, yymsp[-1].minor.yy560)); } break; - case 538: /* twindow_clause_opt ::= STATE_WINDOW NK_LP expr_or_subquery NK_RP */ -{ yymsp[-3].minor.yy242 = createStateWindowNode(pCxt, releaseRawExprNode(pCxt, yymsp[-1].minor.yy242)); } + case 540: /* twindow_clause_opt ::= STATE_WINDOW NK_LP expr_or_subquery NK_RP */ +{ yymsp[-3].minor.yy560 = createStateWindowNode(pCxt, releaseRawExprNode(pCxt, yymsp[-1].minor.yy560)); } break; - case 539: /* twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_RP sliding_opt fill_opt */ -{ yymsp[-5].minor.yy242 = createIntervalWindowNode(pCxt, releaseRawExprNode(pCxt, yymsp[-3].minor.yy242), NULL, yymsp[-1].minor.yy242, yymsp[0].minor.yy242); } + case 541: /* twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_RP sliding_opt fill_opt */ +{ yymsp[-5].minor.yy560 = createIntervalWindowNode(pCxt, releaseRawExprNode(pCxt, yymsp[-3].minor.yy560), NULL, yymsp[-1].minor.yy560, yymsp[0].minor.yy560); } break; - case 540: /* twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_COMMA duration_literal NK_RP sliding_opt fill_opt */ -{ yymsp[-7].minor.yy242 = createIntervalWindowNode(pCxt, releaseRawExprNode(pCxt, yymsp[-5].minor.yy242), releaseRawExprNode(pCxt, yymsp[-3].minor.yy242), yymsp[-1].minor.yy242, yymsp[0].minor.yy242); } + case 542: /* twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_COMMA duration_literal NK_RP sliding_opt fill_opt */ +{ yymsp[-7].minor.yy560 = createIntervalWindowNode(pCxt, releaseRawExprNode(pCxt, yymsp[-5].minor.yy560), releaseRawExprNode(pCxt, yymsp[-3].minor.yy560), yymsp[-1].minor.yy560, yymsp[0].minor.yy560); } break; - case 541: /* twindow_clause_opt ::= EVENT_WINDOW START WITH search_condition END WITH search_condition */ -{ yymsp[-6].minor.yy242 = createEventWindowNode(pCxt, yymsp[-3].minor.yy242, yymsp[0].minor.yy242); } + case 543: /* twindow_clause_opt ::= EVENT_WINDOW START WITH search_condition END WITH search_condition */ +{ yymsp[-6].minor.yy560 = createEventWindowNode(pCxt, yymsp[-3].minor.yy560, yymsp[0].minor.yy560); } break; - case 545: /* fill_opt ::= FILL NK_LP fill_mode NK_RP */ -{ yymsp[-3].minor.yy242 = createFillNode(pCxt, yymsp[-1].minor.yy204, NULL); } + case 547: /* fill_opt ::= FILL NK_LP fill_mode NK_RP */ +{ yymsp[-3].minor.yy560 = createFillNode(pCxt, yymsp[-1].minor.yy18, NULL); } break; - case 546: /* fill_opt ::= FILL NK_LP VALUE NK_COMMA expression_list NK_RP */ -{ yymsp[-5].minor.yy242 = createFillNode(pCxt, FILL_MODE_VALUE, createNodeListNode(pCxt, yymsp[-1].minor.yy174)); } + case 548: /* fill_opt ::= FILL NK_LP VALUE NK_COMMA expression_list NK_RP */ +{ yymsp[-5].minor.yy560 = createFillNode(pCxt, FILL_MODE_VALUE, createNodeListNode(pCxt, yymsp[-1].minor.yy496)); } break; - case 547: /* fill_opt ::= FILL NK_LP VALUE_F NK_COMMA expression_list NK_RP */ -{ yymsp[-5].minor.yy242 = createFillNode(pCxt, FILL_MODE_VALUE_F, createNodeListNode(pCxt, yymsp[-1].minor.yy174)); } + case 549: /* fill_opt ::= FILL NK_LP VALUE_F NK_COMMA expression_list NK_RP */ +{ yymsp[-5].minor.yy560 = createFillNode(pCxt, FILL_MODE_VALUE_F, createNodeListNode(pCxt, yymsp[-1].minor.yy496)); } break; - case 548: /* fill_mode ::= NONE */ -{ yymsp[0].minor.yy204 = FILL_MODE_NONE; } + case 550: /* fill_mode ::= NONE */ +{ yymsp[0].minor.yy18 = FILL_MODE_NONE; } break; - case 549: /* fill_mode ::= PREV */ -{ yymsp[0].minor.yy204 = FILL_MODE_PREV; } + case 551: /* fill_mode ::= PREV */ +{ yymsp[0].minor.yy18 = FILL_MODE_PREV; } break; - case 550: /* fill_mode ::= NULL */ -{ yymsp[0].minor.yy204 = FILL_MODE_NULL; } + case 552: /* fill_mode ::= NULL */ +{ yymsp[0].minor.yy18 = FILL_MODE_NULL; } break; - case 551: /* fill_mode ::= NULL_F */ -{ yymsp[0].minor.yy204 = FILL_MODE_NULL_F; } + case 553: /* fill_mode ::= NULL_F */ +{ yymsp[0].minor.yy18 = FILL_MODE_NULL_F; } break; - case 552: /* fill_mode ::= LINEAR */ -{ yymsp[0].minor.yy204 = FILL_MODE_LINEAR; } + case 554: /* fill_mode ::= LINEAR */ +{ yymsp[0].minor.yy18 = FILL_MODE_LINEAR; } break; - case 553: /* fill_mode ::= NEXT */ -{ yymsp[0].minor.yy204 = FILL_MODE_NEXT; } + case 555: /* fill_mode ::= NEXT */ +{ yymsp[0].minor.yy18 = FILL_MODE_NEXT; } break; - case 556: /* group_by_list ::= expr_or_subquery */ -{ yylhsminor.yy174 = createNodeList(pCxt, createGroupingSetNode(pCxt, releaseRawExprNode(pCxt, yymsp[0].minor.yy242))); } - yymsp[0].minor.yy174 = yylhsminor.yy174; + case 558: /* group_by_list ::= expr_or_subquery */ +{ yylhsminor.yy496 = createNodeList(pCxt, createGroupingSetNode(pCxt, releaseRawExprNode(pCxt, yymsp[0].minor.yy560))); } + yymsp[0].minor.yy496 = yylhsminor.yy496; break; - case 557: /* group_by_list ::= group_by_list NK_COMMA expr_or_subquery */ -{ yylhsminor.yy174 = addNodeToList(pCxt, yymsp[-2].minor.yy174, createGroupingSetNode(pCxt, releaseRawExprNode(pCxt, yymsp[0].minor.yy242))); } - yymsp[-2].minor.yy174 = yylhsminor.yy174; + case 559: /* group_by_list ::= group_by_list NK_COMMA expr_or_subquery */ +{ yylhsminor.yy496 = addNodeToList(pCxt, yymsp[-2].minor.yy496, createGroupingSetNode(pCxt, releaseRawExprNode(pCxt, yymsp[0].minor.yy560))); } + yymsp[-2].minor.yy496 = yylhsminor.yy496; break; - case 561: /* range_opt ::= RANGE NK_LP expr_or_subquery NK_COMMA expr_or_subquery NK_RP */ -{ yymsp[-5].minor.yy242 = createInterpTimeRange(pCxt, releaseRawExprNode(pCxt, yymsp[-3].minor.yy242), releaseRawExprNode(pCxt, yymsp[-1].minor.yy242)); } + case 563: /* range_opt ::= RANGE NK_LP expr_or_subquery NK_COMMA expr_or_subquery NK_RP */ +{ yymsp[-5].minor.yy560 = createInterpTimeRange(pCxt, releaseRawExprNode(pCxt, yymsp[-3].minor.yy560), releaseRawExprNode(pCxt, yymsp[-1].minor.yy560)); } break; - case 562: /* range_opt ::= RANGE NK_LP expr_or_subquery NK_RP */ -{ yymsp[-3].minor.yy242 = createInterpTimePoint(pCxt, releaseRawExprNode(pCxt, yymsp[-1].minor.yy242)); } + case 564: /* range_opt ::= RANGE NK_LP expr_or_subquery NK_RP */ +{ yymsp[-3].minor.yy560 = createInterpTimePoint(pCxt, releaseRawExprNode(pCxt, yymsp[-1].minor.yy560)); } break; - case 565: /* query_expression ::= query_simple order_by_clause_opt slimit_clause_opt limit_clause_opt */ + case 567: /* query_expression ::= query_simple order_by_clause_opt slimit_clause_opt limit_clause_opt */ { - yylhsminor.yy242 = addOrderByClause(pCxt, yymsp[-3].minor.yy242, yymsp[-2].minor.yy174); - yylhsminor.yy242 = addSlimitClause(pCxt, yylhsminor.yy242, yymsp[-1].minor.yy242); - yylhsminor.yy242 = addLimitClause(pCxt, yylhsminor.yy242, yymsp[0].minor.yy242); + yylhsminor.yy560 = addOrderByClause(pCxt, yymsp[-3].minor.yy560, yymsp[-2].minor.yy496); + yylhsminor.yy560 = addSlimitClause(pCxt, yylhsminor.yy560, yymsp[-1].minor.yy560); + yylhsminor.yy560 = addLimitClause(pCxt, yylhsminor.yy560, yymsp[0].minor.yy560); } - yymsp[-3].minor.yy242 = yylhsminor.yy242; + yymsp[-3].minor.yy560 = yylhsminor.yy560; break; - case 568: /* union_query_expression ::= query_simple_or_subquery UNION ALL query_simple_or_subquery */ -{ yylhsminor.yy242 = createSetOperator(pCxt, SET_OP_TYPE_UNION_ALL, yymsp[-3].minor.yy242, yymsp[0].minor.yy242); } - yymsp[-3].minor.yy242 = yylhsminor.yy242; + case 570: /* union_query_expression ::= query_simple_or_subquery UNION ALL query_simple_or_subquery */ +{ yylhsminor.yy560 = createSetOperator(pCxt, SET_OP_TYPE_UNION_ALL, yymsp[-3].minor.yy560, yymsp[0].minor.yy560); } + yymsp[-3].minor.yy560 = yylhsminor.yy560; break; - case 569: /* union_query_expression ::= query_simple_or_subquery UNION query_simple_or_subquery */ -{ yylhsminor.yy242 = createSetOperator(pCxt, SET_OP_TYPE_UNION, yymsp[-2].minor.yy242, yymsp[0].minor.yy242); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + case 571: /* union_query_expression ::= query_simple_or_subquery UNION query_simple_or_subquery */ +{ yylhsminor.yy560 = createSetOperator(pCxt, SET_OP_TYPE_UNION, yymsp[-2].minor.yy560, yymsp[0].minor.yy560); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 577: /* slimit_clause_opt ::= SLIMIT NK_INTEGER */ - case 581: /* limit_clause_opt ::= LIMIT NK_INTEGER */ yytestcase(yyruleno==581); -{ yymsp[-1].minor.yy242 = createLimitNode(pCxt, &yymsp[0].minor.yy0, NULL); } + case 579: /* slimit_clause_opt ::= SLIMIT NK_INTEGER */ + case 583: /* limit_clause_opt ::= LIMIT NK_INTEGER */ yytestcase(yyruleno==583); +{ yymsp[-1].minor.yy560 = createLimitNode(pCxt, &yymsp[0].minor.yy0, NULL); } break; - case 578: /* slimit_clause_opt ::= SLIMIT NK_INTEGER SOFFSET NK_INTEGER */ - case 582: /* limit_clause_opt ::= LIMIT NK_INTEGER OFFSET NK_INTEGER */ yytestcase(yyruleno==582); -{ yymsp[-3].minor.yy242 = createLimitNode(pCxt, &yymsp[-2].minor.yy0, &yymsp[0].minor.yy0); } + case 580: /* slimit_clause_opt ::= SLIMIT NK_INTEGER SOFFSET NK_INTEGER */ + case 584: /* limit_clause_opt ::= LIMIT NK_INTEGER OFFSET NK_INTEGER */ yytestcase(yyruleno==584); +{ yymsp[-3].minor.yy560 = createLimitNode(pCxt, &yymsp[-2].minor.yy0, &yymsp[0].minor.yy0); } break; - case 579: /* slimit_clause_opt ::= SLIMIT NK_INTEGER NK_COMMA NK_INTEGER */ - case 583: /* limit_clause_opt ::= LIMIT NK_INTEGER NK_COMMA NK_INTEGER */ yytestcase(yyruleno==583); -{ yymsp[-3].minor.yy242 = createLimitNode(pCxt, &yymsp[0].minor.yy0, &yymsp[-2].minor.yy0); } + case 581: /* slimit_clause_opt ::= SLIMIT NK_INTEGER NK_COMMA NK_INTEGER */ + case 585: /* limit_clause_opt ::= LIMIT NK_INTEGER NK_COMMA NK_INTEGER */ yytestcase(yyruleno==585); +{ yymsp[-3].minor.yy560 = createLimitNode(pCxt, &yymsp[0].minor.yy0, &yymsp[-2].minor.yy0); } break; - case 584: /* subquery ::= NK_LP query_expression NK_RP */ -{ yylhsminor.yy242 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy0, &yymsp[0].minor.yy0, yymsp[-1].minor.yy242); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + case 586: /* subquery ::= NK_LP query_expression NK_RP */ +{ yylhsminor.yy560 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy0, &yymsp[0].minor.yy0, yymsp[-1].minor.yy560); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 589: /* sort_specification ::= expr_or_subquery ordering_specification_opt null_ordering_opt */ -{ yylhsminor.yy242 = createOrderByExprNode(pCxt, releaseRawExprNode(pCxt, yymsp[-2].minor.yy242), yymsp[-1].minor.yy48, yymsp[0].minor.yy687); } - yymsp[-2].minor.yy242 = yylhsminor.yy242; + case 591: /* sort_specification ::= expr_or_subquery ordering_specification_opt null_ordering_opt */ +{ yylhsminor.yy560 = createOrderByExprNode(pCxt, releaseRawExprNode(pCxt, yymsp[-2].minor.yy560), yymsp[-1].minor.yy2, yymsp[0].minor.yy109); } + yymsp[-2].minor.yy560 = yylhsminor.yy560; break; - case 590: /* ordering_specification_opt ::= */ -{ yymsp[1].minor.yy48 = ORDER_ASC; } + case 592: /* ordering_specification_opt ::= */ +{ yymsp[1].minor.yy2 = ORDER_ASC; } break; - case 591: /* ordering_specification_opt ::= ASC */ -{ yymsp[0].minor.yy48 = ORDER_ASC; } + case 593: /* ordering_specification_opt ::= ASC */ +{ yymsp[0].minor.yy2 = ORDER_ASC; } break; - case 592: /* ordering_specification_opt ::= DESC */ -{ yymsp[0].minor.yy48 = ORDER_DESC; } + case 594: /* ordering_specification_opt ::= DESC */ +{ yymsp[0].minor.yy2 = ORDER_DESC; } break; - case 593: /* null_ordering_opt ::= */ -{ yymsp[1].minor.yy687 = NULL_ORDER_DEFAULT; } + case 595: /* null_ordering_opt ::= */ +{ yymsp[1].minor.yy109 = NULL_ORDER_DEFAULT; } break; - case 594: /* null_ordering_opt ::= NULLS FIRST */ -{ yymsp[-1].minor.yy687 = NULL_ORDER_FIRST; } + case 596: /* null_ordering_opt ::= NULLS FIRST */ +{ yymsp[-1].minor.yy109 = NULL_ORDER_FIRST; } break; - case 595: /* null_ordering_opt ::= NULLS LAST */ -{ yymsp[-1].minor.yy687 = NULL_ORDER_LAST; } + case 597: /* null_ordering_opt ::= NULLS LAST */ +{ yymsp[-1].minor.yy109 = NULL_ORDER_LAST; } break; default: break; @@ -6274,12 +6605,56 @@ void Parse( } #endif - do{ + while(1){ /* Exit by "break" */ + assert( yypParser->yytos>=yypParser->yystack ); assert( yyact==yypParser->yytos->stateno ); yyact = yy_find_shift_action((YYCODETYPE)yymajor,yyact); if( yyact >= YY_MIN_REDUCE ){ - yyact = yy_reduce(yypParser,yyact-YY_MIN_REDUCE,yymajor, - yyminor ParseCTX_PARAM); + unsigned int yyruleno = yyact - YY_MIN_REDUCE; /* Reduce by this rule */ + assert( yyruleno<(int)(sizeof(yyRuleName)/sizeof(yyRuleName[0])) ); +#ifndef NDEBUG + if( yyTraceFILE ){ + int yysize = yyRuleInfoNRhs[yyruleno]; + if( yysize ){ + fprintf(yyTraceFILE, "%sReduce %d [%s]%s, pop back to state %d.\n", + yyTracePrompt, + yyruleno, yyRuleName[yyruleno], + yyrulenoyytos[yysize].stateno); + }else{ + fprintf(yyTraceFILE, "%sReduce %d [%s]%s.\n", + yyTracePrompt, yyruleno, yyRuleName[yyruleno], + yyrulenoyytos - 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); + break; + } +#else + if( yypParser->yytos>=&yypParser->yystack[yypParser->yystksz-1] ){ + if( yyGrowStack(yypParser) ){ + yyStackOverflow(yypParser); + break; + } + } +#endif + } + yyact = yy_reduce(yypParser,yyruleno,yymajor,yyminor ParseCTX_PARAM); }else if( yyact <= YY_MAX_SHIFTREDUCE ){ yy_shift(yypParser,yyact,(YYCODETYPE)yymajor,yyminor); #ifndef YYNOERRORRECOVERY @@ -6335,14 +6710,13 @@ void Parse( yy_destructor(yypParser, (YYCODETYPE)yymajor, &yyminorunion); yymajor = YYNOCODE; }else{ - while( yypParser->yytos >= yypParser->yystack - && (yyact = yy_find_reduce_action( - yypParser->yytos->stateno, - YYERRORSYMBOL)) > YY_MAX_SHIFTREDUCE - ){ + while( yypParser->yytos > yypParser->yystack ){ + yyact = yy_find_reduce_action(yypParser->yytos->stateno, + YYERRORSYMBOL); + if( yyact<=YY_MAX_SHIFTREDUCE ) break; yy_pop_parser_stack(yypParser); } - if( yypParser->yytos < yypParser->yystack || yymajor==0 ){ + if( yypParser->yytos <= yypParser->yystack || yymajor==0 ){ yy_destructor(yypParser,(YYCODETYPE)yymajor,&yyminorunion); yy_parse_failed(yypParser); #ifndef YYNOERRORRECOVERY @@ -6392,7 +6766,7 @@ void Parse( break; #endif } - }while( yypParser->yytos>yypParser->yystack ); + } #ifndef NDEBUG if( yyTraceFILE ){ yyStackEntry *i;