diff --git a/include/common/ttokendef.h b/include/common/ttokendef.h index 641cbbb58885259502fd71ecf57dbf4690069afb..f27ed5cff432975a7b632ac0b918a354dbc6133f 100644 --- a/include/common/ttokendef.h +++ b/include/common/ttokendef.h @@ -211,140 +211,143 @@ #define TK_REPLACE 193 #define TK_STREAM 194 #define TK_INTO 195 -#define TK_TRIGGER 196 -#define TK_AT_ONCE 197 -#define TK_WINDOW_CLOSE 198 -#define TK_IGNORE 199 -#define TK_EXPIRED 200 -#define TK_FILL_HISTORY 201 -#define TK_UPDATE 202 -#define TK_SUBTABLE 203 -#define TK_KILL 204 -#define TK_CONNECTION 205 -#define TK_TRANSACTION 206 -#define TK_BALANCE 207 -#define TK_VGROUP 208 -#define TK_LEADER 209 -#define TK_MERGE 210 -#define TK_REDISTRIBUTE 211 -#define TK_SPLIT 212 -#define TK_DELETE 213 -#define TK_INSERT 214 -#define TK_NULL 215 -#define TK_NK_QUESTION 216 -#define TK_NK_ARROW 217 -#define TK_ROWTS 218 -#define TK_QSTART 219 -#define TK_QEND 220 -#define TK_QDURATION 221 -#define TK_WSTART 222 -#define TK_WEND 223 -#define TK_WDURATION 224 -#define TK_IROWTS 225 -#define TK_ISFILLED 226 -#define TK_CAST 227 -#define TK_NOW 228 -#define TK_TODAY 229 -#define TK_TIMEZONE 230 -#define TK_CLIENT_VERSION 231 -#define TK_SERVER_VERSION 232 -#define TK_SERVER_STATUS 233 -#define TK_CURRENT_USER 234 -#define TK_CASE 235 -#define TK_WHEN 236 -#define TK_THEN 237 -#define TK_ELSE 238 -#define TK_BETWEEN 239 -#define TK_IS 240 -#define TK_NK_LT 241 -#define TK_NK_GT 242 -#define TK_NK_LE 243 -#define TK_NK_GE 244 -#define TK_NK_NE 245 -#define TK_MATCH 246 -#define TK_NMATCH 247 -#define TK_CONTAINS 248 -#define TK_IN 249 -#define TK_JOIN 250 -#define TK_INNER 251 -#define TK_SELECT 252 -#define TK_DISTINCT 253 -#define TK_WHERE 254 -#define TK_PARTITION 255 -#define TK_BY 256 -#define TK_SESSION 257 -#define TK_STATE_WINDOW 258 -#define TK_EVENT_WINDOW 259 -#define TK_SLIDING 260 -#define TK_FILL 261 -#define TK_VALUE 262 -#define TK_VALUE_F 263 -#define TK_NONE 264 -#define TK_PREV 265 -#define TK_NULL_F 266 -#define TK_LINEAR 267 -#define TK_NEXT 268 -#define TK_HAVING 269 -#define TK_RANGE 270 -#define TK_EVERY 271 -#define TK_ORDER 272 -#define TK_SLIMIT 273 -#define TK_SOFFSET 274 -#define TK_LIMIT 275 -#define TK_OFFSET 276 -#define TK_ASC 277 -#define TK_NULLS 278 -#define TK_ABORT 279 -#define TK_AFTER 280 -#define TK_ATTACH 281 -#define TK_BEFORE 282 -#define TK_BEGIN 283 -#define TK_BITAND 284 -#define TK_BITNOT 285 -#define TK_BITOR 286 -#define TK_BLOCKS 287 -#define TK_CHANGE 288 -#define TK_COMMA 289 -#define TK_CONCAT 290 -#define TK_CONFLICT 291 -#define TK_COPY 292 -#define TK_DEFERRED 293 -#define TK_DELIMITERS 294 -#define TK_DETACH 295 -#define TK_DIVIDE 296 -#define TK_DOT 297 -#define TK_EACH 298 -#define TK_FAIL 299 -#define TK_FILE 300 -#define TK_FOR 301 -#define TK_GLOB 302 -#define TK_ID 303 -#define TK_IMMEDIATE 304 -#define TK_IMPORT 305 -#define TK_INITIALLY 306 -#define TK_INSTEAD 307 -#define TK_ISNULL 308 -#define TK_KEY 309 -#define TK_MODULES 310 -#define TK_NK_BITNOT 311 -#define TK_NK_SEMI 312 -#define TK_NOTNULL 313 -#define TK_OF 314 -#define TK_PLUS 315 -#define TK_PRIVILEGE 316 -#define TK_RAISE 317 -#define TK_RESTRICT 318 -#define TK_ROW 319 -#define TK_SEMI 320 -#define TK_STAR 321 -#define TK_STATEMENT 322 -#define TK_STRICT 323 -#define TK_STRING 324 -#define TK_TIMES 325 -#define TK_VALUES 326 -#define TK_VARIABLE 327 -#define TK_VIEW 328 -#define TK_WAL 329 +#define TK_PAUSE 196 +#define TK_RESUME 197 +#define TK_TRIGGER 198 +#define TK_AT_ONCE 199 +#define TK_WINDOW_CLOSE 200 +#define TK_IGNORE 201 +#define TK_EXPIRED 202 +#define TK_FILL_HISTORY 203 +#define TK_UPDATE 204 +#define TK_SUBTABLE 205 +#define TK_UNTREATED 206 +#define TK_KILL 207 +#define TK_CONNECTION 208 +#define TK_TRANSACTION 209 +#define TK_BALANCE 210 +#define TK_VGROUP 211 +#define TK_LEADER 212 +#define TK_MERGE 213 +#define TK_REDISTRIBUTE 214 +#define TK_SPLIT 215 +#define TK_DELETE 216 +#define TK_INSERT 217 +#define TK_NULL 218 +#define TK_NK_QUESTION 219 +#define TK_NK_ARROW 220 +#define TK_ROWTS 221 +#define TK_QSTART 222 +#define TK_QEND 223 +#define TK_QDURATION 224 +#define TK_WSTART 225 +#define TK_WEND 226 +#define TK_WDURATION 227 +#define TK_IROWTS 228 +#define TK_ISFILLED 229 +#define TK_CAST 230 +#define TK_NOW 231 +#define TK_TODAY 232 +#define TK_TIMEZONE 233 +#define TK_CLIENT_VERSION 234 +#define TK_SERVER_VERSION 235 +#define TK_SERVER_STATUS 236 +#define TK_CURRENT_USER 237 +#define TK_CASE 238 +#define TK_WHEN 239 +#define TK_THEN 240 +#define TK_ELSE 241 +#define TK_BETWEEN 242 +#define TK_IS 243 +#define TK_NK_LT 244 +#define TK_NK_GT 245 +#define TK_NK_LE 246 +#define TK_NK_GE 247 +#define TK_NK_NE 248 +#define TK_MATCH 249 +#define TK_NMATCH 250 +#define TK_CONTAINS 251 +#define TK_IN 252 +#define TK_JOIN 253 +#define TK_INNER 254 +#define TK_SELECT 255 +#define TK_DISTINCT 256 +#define TK_WHERE 257 +#define TK_PARTITION 258 +#define TK_BY 259 +#define TK_SESSION 260 +#define TK_STATE_WINDOW 261 +#define TK_EVENT_WINDOW 262 +#define TK_SLIDING 263 +#define TK_FILL 264 +#define TK_VALUE 265 +#define TK_VALUE_F 266 +#define TK_NONE 267 +#define TK_PREV 268 +#define TK_NULL_F 269 +#define TK_LINEAR 270 +#define TK_NEXT 271 +#define TK_HAVING 272 +#define TK_RANGE 273 +#define TK_EVERY 274 +#define TK_ORDER 275 +#define TK_SLIMIT 276 +#define TK_SOFFSET 277 +#define TK_LIMIT 278 +#define TK_OFFSET 279 +#define TK_ASC 280 +#define TK_NULLS 281 +#define TK_ABORT 282 +#define TK_AFTER 283 +#define TK_ATTACH 284 +#define TK_BEFORE 285 +#define TK_BEGIN 286 +#define TK_BITAND 287 +#define TK_BITNOT 288 +#define TK_BITOR 289 +#define TK_BLOCKS 290 +#define TK_CHANGE 291 +#define TK_COMMA 292 +#define TK_CONCAT 293 +#define TK_CONFLICT 294 +#define TK_COPY 295 +#define TK_DEFERRED 296 +#define TK_DELIMITERS 297 +#define TK_DETACH 298 +#define TK_DIVIDE 299 +#define TK_DOT 300 +#define TK_EACH 301 +#define TK_FAIL 302 +#define TK_FILE 303 +#define TK_FOR 304 +#define TK_GLOB 305 +#define TK_ID 306 +#define TK_IMMEDIATE 307 +#define TK_IMPORT 308 +#define TK_INITIALLY 309 +#define TK_INSTEAD 310 +#define TK_ISNULL 311 +#define TK_KEY 312 +#define TK_MODULES 313 +#define TK_NK_BITNOT 314 +#define TK_NK_SEMI 315 +#define TK_NOTNULL 316 +#define TK_OF 317 +#define TK_PLUS 318 +#define TK_PRIVILEGE 319 +#define TK_RAISE 320 +#define TK_RESTRICT 321 +#define TK_ROW 322 +#define TK_SEMI 323 +#define TK_STAR 324 +#define TK_STATEMENT 325 +#define TK_STRICT 326 +#define TK_STRING 327 +#define TK_TIMES 328 +#define TK_VALUES 329 +#define TK_VARIABLE 330 +#define TK_VIEW 331 +#define TK_WAL 332 #define TK_NK_SPACE 600 #define TK_NK_COMMENT 601 diff --git a/include/libs/nodes/cmdnodes.h b/include/libs/nodes/cmdnodes.h index 2323d044ec4d2c79dad571682026f62f09631588..3c68c1d4f34567811d71bec387f7a4907219cb01 100644 --- a/include/libs/nodes/cmdnodes.h +++ b/include/libs/nodes/cmdnodes.h @@ -436,6 +436,19 @@ typedef struct SDropStreamStmt { bool ignoreNotExists; } SDropStreamStmt; +typedef struct SPauseStreamStmt { + ENodeType type; + char streamName[TSDB_TABLE_NAME_LEN]; + bool ignoreNotExists; +} SPauseStreamStmt; + +typedef struct SResumeStreamStmt { + ENodeType type; + char streamName[TSDB_TABLE_NAME_LEN]; + bool ignoreNotExists; + bool ignoreUntreated; +} SResumeStreamStmt; + typedef struct SCreateFunctionStmt { ENodeType type; bool orReplace; diff --git a/include/libs/nodes/nodes.h b/include/libs/nodes/nodes.h index 3556a8ac9520bdfd7b58fa490c3b333aa034e9ed..eb449fb64629ff2d435e2f440395ad3019a6bea9 100644 --- a/include/libs/nodes/nodes.h +++ b/include/libs/nodes/nodes.h @@ -211,6 +211,8 @@ typedef enum ENodeType { QUERY_NODE_SHOW_DB_ALIVE_STMT, QUERY_NODE_SHOW_CLUSTER_ALIVE_STMT, QUERY_NODE_BALANCE_VGROUP_LEADER_STMT, + QUERY_NODE_PAUSE_STREAM_STMT, + QUERY_NODE_RESUME_STREAM_STMT, // logic plan node QUERY_NODE_LOGIC_PLAN_SCAN = 1000, diff --git a/source/libs/nodes/src/nodesCodeFuncs.c b/source/libs/nodes/src/nodesCodeFuncs.c index 0aeb83ce0812cf52bd3add4b2b0276fe051d00f3..919be78125ec33f1121dd61711554b6800400f53 100644 --- a/source/libs/nodes/src/nodesCodeFuncs.c +++ b/source/libs/nodes/src/nodesCodeFuncs.c @@ -171,6 +171,10 @@ const char* nodesNodeName(ENodeType type) { return "CreateStreamStmt"; case QUERY_NODE_DROP_STREAM_STMT: return "DropStreamStmt"; + case QUERY_NODE_PAUSE_STREAM_STMT: + return "PauseStreamStmt"; + case QUERY_NODE_RESUME_STREAM_STMT: + return "ResumeStreamStmt"; case QUERY_NODE_BALANCE_VGROUP_STMT: return "BalanceVgroupStmt"; case QUERY_NODE_BALANCE_VGROUP_LEADER_STMT: diff --git a/source/libs/nodes/src/nodesUtilFuncs.c b/source/libs/nodes/src/nodesUtilFuncs.c index 3f571e22ae720d3dd9b18d33da7a8b42c60d2b48..02f0008c16878e5c2606960f634cc3065d913fb9 100644 --- a/source/libs/nodes/src/nodesUtilFuncs.c +++ b/source/libs/nodes/src/nodesUtilFuncs.c @@ -384,6 +384,10 @@ SNode* nodesMakeNode(ENodeType type) { return makeNode(type, sizeof(SCreateStreamStmt)); case QUERY_NODE_DROP_STREAM_STMT: return makeNode(type, sizeof(SDropStreamStmt)); + case QUERY_NODE_PAUSE_STREAM_STMT: + return makeNode(type, sizeof(SPauseStreamStmt)); + case QUERY_NODE_RESUME_STREAM_STMT: + return makeNode(type, sizeof(SResumeStreamStmt)); case QUERY_NODE_BALANCE_VGROUP_STMT: return makeNode(type, sizeof(SBalanceVgroupStmt)); case QUERY_NODE_BALANCE_VGROUP_LEADER_STMT: @@ -944,6 +948,8 @@ void nodesDestroyNode(SNode* pNode) { break; } case QUERY_NODE_DROP_STREAM_STMT: // no pointer field + case QUERY_NODE_PAUSE_STREAM_STMT: // no pointer field + case QUERY_NODE_RESUME_STREAM_STMT: // no pointer field case QUERY_NODE_BALANCE_VGROUP_STMT: // no pointer field case QUERY_NODE_BALANCE_VGROUP_LEADER_STMT: // no pointer field case QUERY_NODE_MERGE_VGROUP_STMT: // no pointer field diff --git a/source/libs/parser/inc/parAst.h b/source/libs/parser/inc/parAst.h index e08b77e681918ee1b00c46120f9c239c62a2fbcd..8f18797c835abc47c3ea1cbc59c27cf2a1d3cda7 100644 --- a/source/libs/parser/inc/parAst.h +++ b/source/libs/parser/inc/parAst.h @@ -226,6 +226,8 @@ SNode* setStreamOptions(SAstCreateContext* pCxt, SNode* pOptions, EStreamOptions SNode* createCreateStreamStmt(SAstCreateContext* pCxt, bool ignoreExists, SToken* pStreamName, SNode* pRealTable, SNode* pOptions, SNodeList* pTags, SNode* pSubtable, SNode* pQuery, SNodeList* pCols); SNode* createDropStreamStmt(SAstCreateContext* pCxt, bool ignoreNotExists, SToken* pStreamName); +SNode* createPauseStreamStmt(SAstCreateContext* pCxt, bool ignoreNotExists, SToken* pStreamName); +SNode* createResumeStreamStmt(SAstCreateContext* pCxt, bool ignoreNotExists, bool ignoreUntreated, SToken* pStreamName); SNode* createKillStmt(SAstCreateContext* pCxt, ENodeType type, const SToken* pId); SNode* createKillQueryStmt(SAstCreateContext* pCxt, const SToken* pQueryId); SNode* createBalanceVgroupStmt(SAstCreateContext* pCxt); diff --git a/source/libs/parser/inc/sql.y b/source/libs/parser/inc/sql.y index e64fb0f3fa17f9dbc46f743b2e42300099b33afe..e69fdf40d197ca159b3bbd1b07c28452b681f843 100755 --- a/source/libs/parser/inc/sql.y +++ b/source/libs/parser/inc/sql.y @@ -587,6 +587,8 @@ cmd ::= CREATE STREAM not_exists_opt(E) stream_name(A) stream_options(B) INTO full_table_name(C) col_list_opt(H) tag_def_or_ref_opt(F) subtable_opt(G) AS query_or_subquery(D). { pCxt->pRootNode = createCreateStreamStmt(pCxt, E, &A, C, B, F, G, D, H); } cmd ::= DROP STREAM exists_opt(A) stream_name(B). { pCxt->pRootNode = createDropStreamStmt(pCxt, A, &B); } +cmd ::= PAUSE STREAM exists_opt(A) stream_name(B). { pCxt->pRootNode = createPauseStreamStmt(pCxt, A, &B); } +cmd ::= RESUME STREAM exists_opt(A) ignore_opt(C) stream_name(B). { pCxt->pRootNode = createResumeStreamStmt(pCxt, A, C, &B); } %type col_list_opt { SNodeList* } %destructor col_list_opt { nodesDestroyList($$); } @@ -612,6 +614,11 @@ stream_options(A) ::= stream_options(B) IGNORE UPDATE NK_INTEGER(C). subtable_opt(A) ::= . { A = NULL; } subtable_opt(A) ::= SUBTABLE NK_LP expression(B) NK_RP. { A = releaseRawExprNode(pCxt, B); } +%type ignore_opt { bool } +%destructor ignore_opt { } +ignore_opt(A) ::= . { A = false; } +ignore_opt(A) ::= IGNORE UNTREATED. { A = true; } + /************************************************ kill connection/query ***********************************************/ cmd ::= KILL CONNECTION NK_INTEGER(A). { pCxt->pRootNode = createKillStmt(pCxt, QUERY_NODE_KILL_CONNECTION_STMT, &A); } cmd ::= KILL QUERY NK_STRING(A). { pCxt->pRootNode = createKillQueryStmt(pCxt, &A); } diff --git a/source/libs/parser/src/parAstCreater.c b/source/libs/parser/src/parAstCreater.c index 5a47ed731dd9660d5594ac3859784e3b78fa15d7..41648175b91ac9b5d0d4a721d6ecef95b2e5c2cc 100644 --- a/source/libs/parser/src/parAstCreater.c +++ b/source/libs/parser/src/parAstCreater.c @@ -1025,23 +1025,23 @@ static SNode* setDatabaseOptionImpl(SAstCreateContext* pCxt, SNode* pOptions, ED pDbOptions->sstTrigger = taosStr2Int32(((SToken*)pVal)->z, NULL, 10); break; case DB_OPTION_TABLE_PREFIX: { - SValueNode *pNode = (SValueNode *)pVal; + SValueNode* pNode = (SValueNode*)pVal; if (TSDB_DATA_TYPE_BIGINT == pNode->node.resType.type || TSDB_DATA_TYPE_UBIGINT == pNode->node.resType.type) { pDbOptions->tablePrefix = taosStr2Int32(pNode->literal, NULL, 10); } else { snprintf(pCxt->pQueryCxt->pMsg, pCxt->pQueryCxt->msgLen, "invalid table_prefix data type"); - pCxt->errCode = TSDB_CODE_PAR_SYNTAX_ERROR; + pCxt->errCode = TSDB_CODE_PAR_SYNTAX_ERROR; } nodesDestroyNode((SNode*)pNode); break; } - case DB_OPTION_TABLE_SUFFIX:{ - SValueNode *pNode = (SValueNode *)pVal; + case DB_OPTION_TABLE_SUFFIX: { + SValueNode* pNode = (SValueNode*)pVal; if (TSDB_DATA_TYPE_BIGINT == pNode->node.resType.type || TSDB_DATA_TYPE_UBIGINT == pNode->node.resType.type) { pDbOptions->tableSuffix = taosStr2Int32(pNode->literal, NULL, 10); } else { snprintf(pCxt->pQueryCxt->pMsg, pCxt->pQueryCxt->msgLen, "invalid table_suffix data type"); - pCxt->errCode = TSDB_CODE_PAR_SYNTAX_ERROR; + pCxt->errCode = TSDB_CODE_PAR_SYNTAX_ERROR; } nodesDestroyNode((SNode*)pNode); break; @@ -1947,6 +1947,32 @@ SNode* createDropStreamStmt(SAstCreateContext* pCxt, bool ignoreNotExists, SToke return (SNode*)pStmt; } +SNode* createPauseStreamStmt(SAstCreateContext* pCxt, bool ignoreNotExists, SToken* pStreamName) { + CHECK_PARSER_STATUS(pCxt); + if (!checkStreamName(pCxt, pStreamName)) { + return NULL; + } + SPauseStreamStmt* pStmt = (SPauseStreamStmt*)nodesMakeNode(QUERY_NODE_PAUSE_STREAM_STMT); + CHECK_OUT_OF_MEM(pStmt); + COPY_STRING_FORM_ID_TOKEN(pStmt->streamName, pStreamName); + pStmt->ignoreNotExists = ignoreNotExists; + return (SNode*)pStmt; +} + +SNode* createResumeStreamStmt(SAstCreateContext* pCxt, bool ignoreNotExists, bool ignoreUntreated, + SToken* pStreamName) { + CHECK_PARSER_STATUS(pCxt); + if (!checkStreamName(pCxt, pStreamName)) { + return NULL; + } + SResumeStreamStmt* pStmt = (SResumeStreamStmt*)nodesMakeNode(QUERY_NODE_RESUME_STREAM_STMT); + CHECK_OUT_OF_MEM(pStmt); + COPY_STRING_FORM_ID_TOKEN(pStmt->streamName, pStreamName); + pStmt->ignoreNotExists = ignoreNotExists; + pStmt->ignoreUntreated = ignoreUntreated; + return (SNode*)pStmt; +} + SNode* createKillStmt(SAstCreateContext* pCxt, ENodeType type, const SToken* pId) { CHECK_PARSER_STATUS(pCxt); SKillStmt* pStmt = (SKillStmt*)nodesMakeNode(type); diff --git a/source/libs/parser/src/parTokenizer.c b/source/libs/parser/src/parTokenizer.c index 49da87dc1685f3c9d2d03d861eb3dce8e029fd38..b2b2d99d389bb90575525c9ded1fcf8221c4a618 100644 --- a/source/libs/parser/src/parTokenizer.c +++ b/source/libs/parser/src/parTokenizer.c @@ -175,12 +175,14 @@ static SKeyword keywordTable[] = { {"QUERY", TK_QUERY}, {"RANGE", TK_RANGE}, {"RATIO", TK_RATIO}, + {"PAUSE", TK_PAUSE}, {"READ", TK_READ}, {"REDISTRIBUTE", TK_REDISTRIBUTE}, {"RENAME", TK_RENAME}, {"REPLACE", TK_REPLACE}, {"REPLICA", TK_REPLICA}, {"RESET", TK_RESET}, + {"RESUME", TK_RESUME}, {"RETENTIONS", TK_RETENTIONS}, {"REVOKE", TK_REVOKE}, {"ROLLUP", TK_ROLLUP}, @@ -239,6 +241,7 @@ static SKeyword keywordTable[] = { {"TTL", TK_TTL}, {"UNION", TK_UNION}, {"UNSIGNED", TK_UNSIGNED}, + {"UNTREATED", TK_UNTREATED}, {"UPDATE", TK_UPDATE}, {"USE", TK_USE}, {"USER", TK_USER}, diff --git a/source/libs/parser/src/parTranslater.c b/source/libs/parser/src/parTranslater.c index 4c8cfa435a643a62013ad913c9c8e797ae8ee020..8fce9e022c8074ffc5dd1f0458c5b83be5546258 100644 --- a/source/libs/parser/src/parTranslater.c +++ b/source/libs/parser/src/parTranslater.c @@ -4184,7 +4184,6 @@ static int32_t checkDbRetentionsOption(STranslateContext* pCxt, SNodeList* pRete return TSDB_CODE_SUCCESS; } - static int32_t checkDbTbPrefixSuffixOptions(STranslateContext* pCxt, int32_t tbPrefix, int32_t tbSuffix) { if (tbPrefix < TSDB_MIN_HASH_PREFIX || tbPrefix > TSDB_MAX_HASH_PREFIX) { return generateSyntaxErrMsgExt(&pCxt->msgBuf, TSDB_CODE_PAR_INVALID_DB_OPTION, @@ -4211,7 +4210,6 @@ static int32_t checkDbTbPrefixSuffixOptions(STranslateContext* pCxt, int32_t tbP return TSDB_CODE_SUCCESS; } - static int32_t checkOptionsDependency(STranslateContext* pCxt, const char* pDbName, SDatabaseOptions* pOptions) { int32_t daysPerFile = pOptions->daysPerFile; int64_t daysToKeep0 = pOptions->keep[0]; @@ -6522,6 +6520,25 @@ static int32_t translateDropStream(STranslateContext* pCxt, SDropStreamStmt* pSt return buildCmdMsg(pCxt, TDMT_MND_DROP_STREAM, (FSerializeFunc)tSerializeSMDropStreamReq, &dropReq); } +static int32_t translatePauseStream(STranslateContext* pCxt, SPauseStreamStmt* pStmt) { + SMPauseStreamReq req = {0}; + SName name; + tNameSetDbName(&name, pCxt->pParseCxt->acctId, pStmt->streamName, strlen(pStmt->streamName)); + tNameGetFullDbName(&name, req.name); + req.igNotExists = pStmt->ignoreNotExists; + return buildCmdMsg(pCxt, TDMT_MND_PAUSE_STREAM, (FSerializeFunc)tSerializeSMPauseStreamReq, &req); +} + +static int32_t translateResumeStream(STranslateContext* pCxt, SResumeStreamStmt* pStmt) { + SMResumeStreamReq req = {0}; + SName name; + tNameSetDbName(&name, pCxt->pParseCxt->acctId, pStmt->streamName, strlen(pStmt->streamName)); + tNameGetFullDbName(&name, req.name); + req.igNotExists = pStmt->ignoreNotExists; + req.igUntreated = pStmt->ignoreUntreated; + return buildCmdMsg(pCxt, TDMT_MND_RESUME_STREAM, (FSerializeFunc)tSerializeSMResumeStreamReq, &req); +} + static int32_t readFromFile(char* pName, int32_t* len, char** buf) { int64_t filesize = 0; if (taosStatFile(pName, &filesize, NULL) < 0) { @@ -6885,6 +6902,12 @@ static int32_t translateQuery(STranslateContext* pCxt, SNode* pNode) { case QUERY_NODE_DROP_STREAM_STMT: code = translateDropStream(pCxt, (SDropStreamStmt*)pNode); break; + case QUERY_NODE_PAUSE_STREAM_STMT: + code = translatePauseStream(pCxt, (SPauseStreamStmt*)pNode); + break; + case QUERY_NODE_RESUME_STREAM_STMT: + code = translateResumeStream(pCxt, (SResumeStreamStmt*)pNode); + break; case QUERY_NODE_CREATE_FUNCTION_STMT: code = translateCreateFunction(pCxt, (SCreateFunctionStmt*)pNode); break; diff --git a/source/libs/parser/src/sql.c b/source/libs/parser/src/sql.c index 8e011deeb9872be45aee40ffc04450144bb0dbc5..c46dd65804c56b11c5da8c0824d796d17dcd5270 100644 --- a/source/libs/parser/src/sql.c +++ b/source/libs/parser/src/sql.c @@ -104,27 +104,27 @@ #endif /************* Begin control #defines *****************************************/ #define YYCODETYPE unsigned short int -#define YYNOCODE 476 +#define YYNOCODE 480 #define YYACTIONTYPE unsigned short int #define ParseTOKENTYPE SToken typedef union { int yyinit; ParseTOKENTYPE yy0; - EFillMode yy46; - SAlterOption yy53; - SToken yy113; - EOperatorType yy156; - bool yy369; - SNodeList* yy432; - SNode* yy448; - int8_t yy551; - ENullOrder yy585; - EJoinType yy596; - EOrder yy666; - SDataType yy728; - STokenPair yy777; - int32_t yy788; - int64_t yy837; + STokenPair yy57; + EFillMode yy294; + EOperatorType yy380; + ENullOrder yy457; + int8_t yy503; + EOrder yy578; + int32_t yy580; + SAlterOption yy605; + SNodeList* yy664; + int64_t yy669; + SDataType yy784; + EJoinType yy852; + bool yy857; + SNode* yy872; + SToken yy929; } YYMINORTYPE; #ifndef YYSTACKDEPTH #define YYSTACKDEPTH 100 @@ -140,17 +140,17 @@ typedef union { #define ParseCTX_FETCH #define ParseCTX_STORE #define YYFALLBACK 1 -#define YYNSTATE 762 -#define YYNRULE 583 -#define YYNTOKEN 330 -#define YY_MAX_SHIFT 761 -#define YY_MIN_SHIFTREDUCE 1136 -#define YY_MAX_SHIFTREDUCE 1718 -#define YY_ERROR_ACTION 1719 -#define YY_ACCEPT_ACTION 1720 -#define YY_NO_ACTION 1721 -#define YY_MIN_REDUCE 1722 -#define YY_MAX_REDUCE 2304 +#define YYNSTATE 772 +#define YYNRULE 587 +#define YYNTOKEN 333 +#define YY_MAX_SHIFT 771 +#define YY_MIN_SHIFTREDUCE 1147 +#define YY_MAX_SHIFTREDUCE 1733 +#define YY_ERROR_ACTION 1734 +#define YY_ACCEPT_ACTION 1735 +#define YY_NO_ACTION 1736 +#define YY_MIN_REDUCE 1737 +#define YY_MAX_REDUCE 2323 /************* End control #defines *******************************************/ #define YY_NLOOKAHEAD ((int)(sizeof(yy_lookahead)/sizeof(yy_lookahead[0]))) @@ -217,784 +217,816 @@ typedef union { ** yy_default[] Default action for each state. ** *********** Begin parsing tables **********************************************/ -#define YY_ACTTAB_COUNT (2874) +#define YY_ACTTAB_COUNT (3028) static const YYACTIONTYPE yy_action[] = { - /* 0 */ 2116, 2010, 1881, 396, 434, 168, 636, 1734, 433, 1989, - /* 10 */ 672, 162, 48, 46, 1646, 1723, 2008, 642, 374, 1894, - /* 20 */ 393, 506, 1495, 440, 41, 40, 1942, 503, 47, 45, - /* 30 */ 44, 43, 42, 1576, 1791, 1493, 123, 2134, 1520, 122, - /* 40 */ 121, 120, 119, 118, 117, 116, 115, 114, 2279, 2084, - /* 50 */ 593, 671, 593, 2275, 194, 2275, 41, 40, 167, 1571, - /* 60 */ 47, 45, 44, 43, 42, 19, 1833, 340, 2281, 186, - /* 70 */ 2281, 186, 1501, 2276, 619, 2276, 619, 47, 45, 44, - /* 80 */ 43, 42, 2115, 501, 654, 2151, 502, 1758, 169, 2117, - /* 90 */ 675, 2119, 2120, 670, 182, 665, 1520, 758, 38, 298, - /* 100 */ 15, 735, 734, 733, 732, 405, 1931, 731, 730, 144, - /* 110 */ 725, 724, 723, 722, 721, 720, 719, 157, 715, 714, - /* 120 */ 713, 404, 403, 710, 709, 708, 175, 174, 594, 2241, - /* 130 */ 509, 654, 1320, 502, 1758, 123, 1578, 1579, 122, 121, - /* 140 */ 120, 119, 118, 117, 116, 115, 114, 1311, 697, 696, - /* 150 */ 695, 1315, 694, 1317, 1318, 693, 690, 179, 1326, 687, - /* 160 */ 1328, 1329, 684, 681, 51, 640, 1551, 1561, 654, 2219, - /* 170 */ 655, 1892, 1577, 1580, 1720, 41, 40, 360, 1993, 47, - /* 180 */ 45, 44, 43, 42, 1409, 1410, 1496, 1523, 1494, 133, - /* 190 */ 655, 1892, 387, 62, 1715, 2216, 539, 41, 40, 280, - /* 200 */ 165, 47, 45, 44, 43, 42, 41, 40, 1894, 191, - /* 210 */ 47, 45, 44, 43, 42, 1499, 1500, 1868, 1550, 1553, - /* 220 */ 1554, 1555, 1556, 1557, 1558, 1559, 1560, 667, 663, 1569, - /* 230 */ 1570, 1572, 1573, 1574, 1575, 2, 48, 46, 1722, 179, - /* 240 */ 62, 343, 93, 1518, 393, 408, 1495, 62, 51, 407, - /* 250 */ 471, 2116, 2280, 485, 352, 2275, 484, 1576, 1989, 1493, - /* 260 */ 1994, 672, 132, 131, 130, 129, 128, 127, 126, 125, - /* 270 */ 124, 2279, 454, 1522, 486, 2276, 2278, 456, 432, 396, - /* 280 */ 431, 707, 2280, 1571, 1275, 2275, 211, 165, 2134, 19, - /* 290 */ 504, 593, 1765, 1714, 2275, 1894, 1501, 1274, 1605, 1685, - /* 300 */ 2084, 2279, 671, 196, 2010, 2276, 2277, 430, 618, 2281, - /* 310 */ 186, 2275, 518, 2116, 2276, 619, 386, 621, 66, 2007, - /* 320 */ 642, 758, 361, 672, 15, 1767, 617, 186, 1264, 655, - /* 330 */ 1892, 2276, 619, 2115, 444, 257, 2151, 655, 1892, 110, - /* 340 */ 2117, 675, 2119, 2120, 670, 189, 665, 1521, 133, 143, - /* 350 */ 2134, 150, 2175, 2204, 1606, 544, 57, 389, 2200, 487, - /* 360 */ 1578, 1579, 2084, 482, 671, 1266, 476, 475, 474, 473, - /* 370 */ 470, 469, 468, 467, 466, 462, 461, 460, 459, 342, - /* 380 */ 451, 450, 449, 613, 446, 445, 359, 1650, 1520, 1521, - /* 390 */ 1551, 1561, 189, 1520, 545, 2115, 1577, 1580, 2151, 189, - /* 400 */ 189, 110, 2117, 675, 2119, 2120, 670, 707, 665, 1191, - /* 410 */ 1496, 1190, 1494, 2295, 62, 2204, 1262, 630, 140, 389, - /* 420 */ 2200, 279, 52, 608, 641, 630, 140, 1745, 37, 391, - /* 430 */ 1600, 1601, 1602, 1603, 1604, 1608, 1609, 1610, 1611, 1499, - /* 440 */ 1500, 1192, 1550, 1553, 1554, 1555, 1556, 1557, 1558, 1559, - /* 450 */ 1560, 667, 663, 1569, 1570, 1572, 1573, 1574, 1575, 2, - /* 460 */ 12, 48, 46, 1354, 1355, 1495, 402, 401, 62, 393, - /* 470 */ 1279, 1495, 557, 556, 555, 516, 2084, 2003, 1493, 547, - /* 480 */ 137, 551, 1576, 1278, 1493, 550, 2280, 2116, 34, 1502, - /* 490 */ 549, 554, 368, 367, 41, 40, 548, 672, 47, 45, - /* 500 */ 44, 43, 42, 1522, 1523, 1426, 1427, 2116, 1571, 614, - /* 510 */ 609, 602, 1674, 699, 19, 1501, 1935, 669, 185, 2212, - /* 520 */ 2213, 1501, 138, 2217, 2134, 632, 184, 2212, 2213, 398, - /* 530 */ 138, 2217, 1937, 1939, 2051, 1191, 2084, 1190, 671, 1552, - /* 540 */ 758, 1425, 1428, 1519, 2134, 489, 758, 41, 40, 15, - /* 550 */ 228, 47, 45, 44, 43, 42, 2084, 153, 671, 605, - /* 560 */ 604, 1672, 1673, 1675, 1676, 1677, 189, 1192, 166, 2115, - /* 570 */ 1744, 580, 2151, 318, 189, 170, 2117, 675, 2119, 2120, - /* 580 */ 670, 246, 665, 30, 1708, 1578, 1579, 316, 73, 2115, - /* 590 */ 12, 72, 2151, 2094, 562, 334, 2117, 675, 2119, 2120, - /* 600 */ 670, 668, 665, 656, 2169, 655, 1892, 2102, 107, 572, - /* 610 */ 209, 497, 495, 492, 56, 1551, 1561, 2098, 612, 2084, - /* 620 */ 189, 1577, 1580, 242, 438, 141, 620, 2296, 213, 1496, - /* 630 */ 478, 1494, 504, 1884, 1765, 1496, 1794, 1494, 165, 565, - /* 640 */ 1944, 1944, 1505, 641, 559, 2134, 1895, 358, 373, 241, - /* 650 */ 62, 279, 195, 2100, 390, 1942, 1942, 1501, 1499, 1500, - /* 660 */ 1169, 289, 290, 665, 1499, 1500, 288, 1550, 1553, 1554, - /* 670 */ 1555, 1556, 1557, 1558, 1559, 1560, 667, 663, 1569, 1570, - /* 680 */ 1572, 1573, 1574, 1575, 2, 48, 46, 1581, 109, 70, - /* 690 */ 202, 201, 69, 393, 639, 1495, 2003, 2116, 611, 1171, - /* 700 */ 1974, 1174, 1175, 557, 556, 555, 1576, 633, 1493, 365, - /* 710 */ 547, 137, 551, 477, 641, 698, 550, 618, 655, 1892, - /* 720 */ 2275, 549, 554, 368, 367, 630, 140, 548, 81, 80, - /* 730 */ 437, 1768, 1571, 193, 2134, 617, 186, 439, 1938, 1939, - /* 740 */ 2276, 619, 717, 244, 1944, 1501, 2084, 243, 671, 655, - /* 750 */ 1892, 383, 14, 13, 341, 655, 1892, 423, 441, 1942, - /* 760 */ 421, 417, 413, 410, 430, 650, 1743, 2003, 448, 1944, - /* 770 */ 758, 442, 2077, 49, 463, 366, 388, 364, 363, 2115, - /* 780 */ 541, 753, 2151, 2116, 1942, 110, 2117, 675, 2119, 2120, - /* 790 */ 670, 1944, 665, 672, 1869, 655, 1892, 183, 397, 2204, - /* 800 */ 101, 543, 189, 389, 2200, 542, 1942, 90, 347, 1578, - /* 810 */ 1579, 372, 87, 573, 464, 2084, 188, 2078, 593, 1735, - /* 820 */ 2134, 2275, 553, 552, 2230, 1885, 277, 2212, 629, 362, - /* 830 */ 134, 628, 2084, 2275, 671, 1742, 2281, 186, 1887, 1551, - /* 840 */ 1561, 2276, 619, 630, 140, 1577, 1580, 245, 617, 186, - /* 850 */ 655, 1892, 1619, 2276, 619, 458, 1586, 2219, 12, 1496, - /* 860 */ 10, 1494, 1520, 593, 457, 2115, 2275, 1741, 2151, 517, - /* 870 */ 106, 111, 2117, 675, 2119, 2120, 670, 657, 665, 2176, - /* 880 */ 103, 2281, 186, 2215, 2084, 2204, 2276, 619, 1499, 1500, - /* 890 */ 2201, 1550, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, - /* 900 */ 667, 663, 1569, 1570, 1572, 1573, 1574, 1575, 2, 48, - /* 910 */ 46, 659, 1523, 2176, 1468, 1469, 2084, 393, 427, 1495, - /* 920 */ 54, 2116, 3, 705, 155, 154, 702, 701, 700, 152, - /* 930 */ 1576, 633, 1493, 41, 40, 655, 1892, 47, 45, 44, - /* 940 */ 43, 42, 429, 425, 187, 2212, 2213, 2116, 138, 2217, - /* 950 */ 198, 1877, 655, 1892, 1889, 578, 1571, 672, 2134, 2238, - /* 960 */ 705, 155, 154, 702, 701, 700, 152, 399, 1643, 1501, - /* 970 */ 2084, 247, 671, 655, 1892, 165, 44, 43, 42, 2219, - /* 980 */ 9, 41, 40, 1894, 2134, 47, 45, 44, 43, 42, - /* 990 */ 84, 543, 589, 83, 758, 542, 2084, 49, 671, 655, - /* 1000 */ 1892, 593, 1740, 2115, 2275, 2214, 2151, 2116, 1552, 110, - /* 1010 */ 2117, 675, 2119, 2120, 670, 2067, 665, 672, 634, 2281, - /* 1020 */ 186, 183, 625, 2204, 2276, 619, 1739, 389, 2200, 2115, - /* 1030 */ 1867, 87, 2151, 1578, 1579, 110, 2117, 675, 2119, 2120, - /* 1040 */ 670, 2094, 665, 622, 2134, 1738, 571, 2295, 2231, 2204, - /* 1050 */ 146, 2084, 135, 389, 2200, 1883, 2084, 1888, 671, 569, - /* 1060 */ 256, 567, 1989, 1551, 1561, 2098, 36, 655, 1892, 1577, - /* 1070 */ 1580, 1607, 41, 40, 1662, 2084, 47, 45, 44, 43, - /* 1080 */ 42, 729, 727, 1496, 1879, 1494, 638, 655, 1892, 2115, - /* 1090 */ 655, 1892, 2151, 164, 2084, 169, 2117, 675, 2119, 2120, - /* 1100 */ 670, 2100, 665, 1174, 1175, 312, 293, 200, 1921, 652, - /* 1110 */ 1520, 665, 1499, 1500, 1875, 1550, 1553, 1554, 1555, 1556, - /* 1120 */ 1557, 1558, 1559, 1560, 667, 663, 1569, 1570, 1572, 1573, - /* 1130 */ 1574, 1575, 2, 48, 46, 1737, 2242, 2116, 655, 1892, - /* 1140 */ 1736, 393, 1733, 1495, 2094, 35, 1732, 672, 1731, 2251, - /* 1150 */ 655, 1892, 655, 1892, 1576, 1612, 1493, 653, 2103, 705, - /* 1160 */ 155, 154, 702, 701, 700, 152, 1730, 1729, 2098, 299, - /* 1170 */ 142, 400, 592, 2175, 2134, 1944, 703, 1177, 704, 1935, - /* 1180 */ 1571, 1935, 1728, 1519, 2084, 1727, 2084, 1726, 671, 2084, - /* 1190 */ 1943, 2084, 1639, 1501, 1870, 2084, 1725, 2084, 718, 2224, - /* 1200 */ 1639, 1854, 2070, 74, 2100, 234, 236, 238, 232, 235, - /* 1210 */ 237, 575, 255, 574, 665, 2084, 2084, 1642, 758, 2115, - /* 1220 */ 546, 15, 2151, 2116, 422, 110, 2117, 675, 2119, 2120, - /* 1230 */ 670, 2084, 665, 672, 2084, 600, 2084, 2295, 148, 2204, - /* 1240 */ 1781, 1774, 1260, 389, 2200, 2084, 240, 1772, 662, 239, - /* 1250 */ 1504, 415, 82, 153, 626, 91, 1552, 1578, 1579, 1503, - /* 1260 */ 2134, 711, 558, 560, 153, 50, 1896, 50, 712, 563, - /* 1270 */ 261, 153, 2084, 623, 671, 1717, 1718, 50, 286, 14, - /* 1280 */ 13, 71, 251, 1240, 666, 254, 1834, 1551, 1561, 1221, - /* 1290 */ 1238, 2244, 55, 1577, 1580, 274, 227, 268, 606, 2135, - /* 1300 */ 1832, 1831, 406, 151, 1998, 2115, 1759, 1496, 2151, 1494, - /* 1310 */ 1463, 110, 2117, 675, 2119, 2120, 670, 153, 665, 64, - /* 1320 */ 50, 1466, 1671, 2295, 1670, 2204, 1222, 263, 637, 389, - /* 1330 */ 2200, 1764, 1932, 50, 1423, 291, 1499, 1500, 647, 1550, - /* 1340 */ 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 667, 663, - /* 1350 */ 1569, 1570, 1572, 1573, 1574, 1575, 2, 2116, 402, 401, - /* 1360 */ 295, 2105, 679, 2234, 151, 153, 136, 672, 1509, 2269, - /* 1370 */ 151, 631, 276, 273, 1305, 1, 1613, 1562, 409, 1576, - /* 1380 */ 5, 1502, 414, 2116, 356, 1446, 306, 199, 1523, 443, - /* 1390 */ 311, 447, 452, 672, 2134, 2223, 1999, 480, 1597, 1518, - /* 1400 */ 479, 465, 1991, 1507, 481, 1571, 2084, 472, 671, 490, - /* 1410 */ 491, 488, 1506, 204, 2107, 203, 206, 494, 1501, 1332, - /* 1420 */ 2134, 1336, 1343, 1341, 493, 496, 498, 156, 1524, 499, - /* 1430 */ 2116, 4, 2084, 507, 671, 500, 1526, 510, 508, 2115, - /* 1440 */ 672, 214, 2151, 661, 1521, 110, 2117, 675, 2119, 2120, - /* 1450 */ 670, 2116, 665, 511, 216, 1525, 512, 2295, 1527, 2204, - /* 1460 */ 219, 672, 1194, 389, 2200, 2115, 515, 2134, 2151, 513, - /* 1470 */ 221, 110, 2117, 675, 2119, 2120, 670, 85, 665, 2084, - /* 1480 */ 86, 671, 519, 2295, 225, 2204, 538, 540, 2134, 389, - /* 1490 */ 2200, 536, 537, 1882, 112, 231, 346, 2060, 1878, 233, - /* 1500 */ 2084, 158, 671, 159, 577, 1880, 1876, 160, 161, 579, - /* 1510 */ 89, 583, 2115, 248, 2057, 2151, 307, 149, 170, 2117, - /* 1520 */ 675, 2119, 2120, 670, 250, 665, 582, 587, 2056, 252, - /* 1530 */ 1453, 590, 1510, 2115, 1505, 607, 2151, 2250, 2249, 110, - /* 1540 */ 2117, 675, 2119, 2120, 670, 645, 665, 2235, 2245, 597, - /* 1550 */ 584, 2179, 603, 2204, 588, 2116, 259, 389, 2200, 262, - /* 1560 */ 378, 1513, 1515, 8, 610, 672, 2226, 616, 598, 267, - /* 1570 */ 2297, 379, 596, 270, 663, 1569, 1570, 1572, 1573, 1574, - /* 1580 */ 1575, 272, 595, 2298, 627, 624, 139, 1639, 1522, 2220, - /* 1590 */ 382, 635, 2134, 281, 1528, 2004, 308, 648, 96, 643, - /* 1600 */ 644, 2018, 309, 269, 2084, 173, 671, 271, 649, 98, - /* 1610 */ 2017, 2016, 385, 100, 1893, 61, 102, 310, 2185, 2274, - /* 1620 */ 1936, 2116, 1855, 313, 754, 275, 677, 302, 755, 53, - /* 1630 */ 757, 672, 322, 348, 349, 315, 336, 2115, 317, 2076, - /* 1640 */ 2151, 326, 337, 110, 2117, 675, 2119, 2120, 670, 2116, - /* 1650 */ 665, 2075, 2074, 78, 2071, 2177, 411, 2204, 2134, 672, - /* 1660 */ 412, 389, 2200, 1486, 1487, 192, 416, 2069, 418, 419, - /* 1670 */ 2084, 420, 671, 2068, 2066, 357, 424, 2065, 426, 2064, - /* 1680 */ 428, 2116, 79, 1449, 1448, 2030, 2134, 2029, 2028, 435, - /* 1690 */ 436, 672, 2027, 2026, 1400, 1982, 1981, 1979, 2084, 145, - /* 1700 */ 671, 1978, 1977, 2115, 1980, 1976, 2151, 453, 197, 110, - /* 1710 */ 2117, 675, 2119, 2120, 670, 1975, 665, 1973, 2134, 1972, - /* 1720 */ 1971, 658, 455, 2204, 1970, 1984, 1969, 389, 2200, 1968, - /* 1730 */ 2084, 2115, 671, 1967, 2151, 1966, 1965, 111, 2117, 675, - /* 1740 */ 2119, 2120, 670, 1964, 665, 1963, 1962, 1961, 1960, 1959, - /* 1750 */ 1958, 2204, 2116, 1957, 1956, 2203, 2200, 483, 147, 1954, - /* 1760 */ 1953, 1952, 672, 2115, 1955, 1983, 2151, 1951, 1950, 111, - /* 1770 */ 2117, 675, 2119, 2120, 670, 1949, 665, 1402, 1948, 1947, - /* 1780 */ 2116, 1946, 1945, 2204, 1276, 344, 345, 660, 2200, 2134, - /* 1790 */ 672, 1280, 1797, 205, 1796, 1795, 1793, 1754, 1272, 2116, - /* 1800 */ 207, 2084, 180, 671, 1176, 1753, 2047, 2037, 210, 672, - /* 1810 */ 208, 76, 2025, 220, 2024, 2002, 212, 2134, 2104, 77, - /* 1820 */ 181, 505, 376, 218, 1871, 1792, 1790, 522, 520, 2084, - /* 1830 */ 1788, 671, 1786, 524, 673, 521, 2134, 2151, 525, 526, - /* 1840 */ 111, 2117, 675, 2119, 2120, 670, 528, 665, 2084, 1214, - /* 1850 */ 671, 529, 530, 1784, 2204, 532, 534, 533, 351, 2200, - /* 1860 */ 1771, 1770, 2115, 1750, 1873, 2151, 2116, 1347, 335, 2117, - /* 1870 */ 675, 2119, 2120, 670, 1348, 665, 672, 1872, 726, 63, - /* 1880 */ 728, 2115, 1263, 1261, 2151, 2116, 1259, 328, 2117, 675, - /* 1890 */ 2119, 2120, 670, 1258, 665, 672, 1250, 1257, 230, 1782, - /* 1900 */ 1256, 1255, 1252, 2134, 1251, 1249, 369, 1775, 377, 370, - /* 1910 */ 561, 1773, 1749, 2116, 371, 2084, 564, 671, 566, 1748, - /* 1920 */ 568, 1747, 2134, 669, 570, 113, 1473, 384, 1475, 1472, - /* 1930 */ 615, 2046, 1477, 29, 2084, 67, 671, 1459, 1455, 1457, - /* 1940 */ 2036, 163, 585, 2023, 2021, 58, 17, 1687, 2115, 2280, - /* 1950 */ 2134, 2151, 20, 586, 335, 2117, 675, 2119, 2120, 670, - /* 1960 */ 21, 665, 2084, 6, 671, 23, 7, 2115, 31, 253, - /* 1970 */ 2151, 375, 258, 335, 2117, 675, 2119, 2120, 670, 2116, - /* 1980 */ 665, 260, 601, 22, 591, 265, 599, 65, 18, 672, - /* 1990 */ 1669, 1702, 266, 33, 2105, 2115, 171, 264, 2151, 1661, - /* 2000 */ 32, 334, 2117, 675, 2119, 2120, 670, 1707, 665, 92, - /* 2010 */ 2170, 1708, 24, 1701, 380, 1706, 2134, 1705, 381, 278, - /* 2020 */ 60, 392, 176, 1636, 1635, 2022, 2020, 2019, 2084, 2001, - /* 2030 */ 671, 95, 94, 284, 25, 2000, 285, 59, 97, 1667, - /* 2040 */ 2116, 297, 287, 103, 26, 294, 646, 11, 292, 13, - /* 2050 */ 672, 68, 99, 1588, 1511, 2116, 1587, 1598, 177, 2154, - /* 2060 */ 664, 2115, 1566, 581, 2151, 672, 1564, 335, 2117, 675, - /* 2070 */ 2119, 2120, 670, 39, 665, 1563, 1543, 2134, 190, 678, - /* 2080 */ 676, 761, 394, 395, 682, 16, 1325, 27, 674, 2084, - /* 2090 */ 2116, 671, 2134, 685, 1535, 305, 28, 300, 1333, 1330, - /* 2100 */ 672, 680, 683, 686, 2084, 688, 671, 1327, 1321, 689, - /* 2110 */ 691, 178, 1324, 1319, 692, 104, 1342, 751, 747, 743, - /* 2120 */ 739, 303, 2115, 105, 75, 2151, 1338, 2134, 335, 2117, - /* 2130 */ 675, 2119, 2120, 670, 1212, 665, 706, 576, 1323, 2084, - /* 2140 */ 2151, 671, 1322, 330, 2117, 675, 2119, 2120, 670, 1244, - /* 2150 */ 665, 1243, 1242, 1241, 1239, 1237, 2116, 1236, 1235, 1270, - /* 2160 */ 1233, 108, 1232, 716, 296, 301, 672, 1231, 1230, 1229, - /* 2170 */ 1228, 1227, 2115, 1265, 1267, 2151, 2116, 1224, 319, 2117, - /* 2180 */ 675, 2119, 2120, 670, 1223, 665, 672, 1220, 1219, 1218, - /* 2190 */ 1217, 1789, 736, 2134, 737, 738, 651, 741, 740, 742, - /* 2200 */ 1785, 744, 1783, 745, 746, 2084, 2116, 671, 1787, 748, - /* 2210 */ 749, 750, 1769, 2134, 752, 1166, 672, 1746, 304, 756, - /* 2220 */ 1721, 1497, 759, 2116, 1721, 2084, 314, 671, 1721, 760, - /* 2230 */ 1721, 283, 1721, 672, 1721, 1721, 282, 1721, 2115, 1721, - /* 2240 */ 1721, 2151, 1721, 2134, 320, 2117, 675, 2119, 2120, 670, - /* 2250 */ 1721, 665, 1721, 1721, 1721, 2084, 249, 671, 2115, 229, - /* 2260 */ 2134, 2151, 1721, 1721, 321, 2117, 675, 2119, 2120, 670, - /* 2270 */ 2116, 665, 2084, 1721, 671, 172, 1721, 1721, 1721, 1721, - /* 2280 */ 672, 535, 531, 527, 523, 226, 1721, 1721, 2115, 1721, - /* 2290 */ 2116, 2151, 1721, 1721, 327, 2117, 675, 2119, 2120, 670, - /* 2300 */ 672, 665, 1721, 1721, 1721, 2115, 1721, 2134, 2151, 1721, - /* 2310 */ 1721, 331, 2117, 675, 2119, 2120, 670, 1721, 665, 2084, - /* 2320 */ 1721, 671, 1721, 1721, 1721, 88, 1721, 2134, 224, 1721, - /* 2330 */ 1721, 1721, 1721, 1721, 1721, 1721, 1721, 2116, 1721, 2084, - /* 2340 */ 1721, 671, 1721, 1721, 1721, 1721, 1721, 672, 1721, 1721, - /* 2350 */ 1721, 1721, 2115, 1721, 1721, 2151, 1721, 1721, 323, 2117, - /* 2360 */ 675, 2119, 2120, 670, 1721, 665, 1721, 1721, 1721, 1721, - /* 2370 */ 1721, 1721, 2115, 1721, 2134, 2151, 1721, 1721, 332, 2117, - /* 2380 */ 675, 2119, 2120, 670, 2116, 665, 2084, 1721, 671, 1721, - /* 2390 */ 1721, 1721, 1721, 1721, 672, 223, 217, 1721, 1721, 2116, - /* 2400 */ 222, 1721, 514, 1721, 1721, 1721, 1721, 1721, 1721, 672, - /* 2410 */ 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 2115, - /* 2420 */ 215, 2134, 2151, 1721, 1721, 324, 2117, 675, 2119, 2120, - /* 2430 */ 670, 1721, 665, 2084, 2116, 671, 2134, 1721, 1721, 1721, - /* 2440 */ 1721, 1721, 1721, 1721, 672, 1721, 1721, 1721, 2084, 1721, - /* 2450 */ 671, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, - /* 2460 */ 1721, 1721, 1721, 1721, 1721, 1721, 2115, 1721, 1721, 2151, - /* 2470 */ 1721, 2134, 333, 2117, 675, 2119, 2120, 670, 1721, 665, - /* 2480 */ 1721, 2115, 1721, 2084, 2151, 671, 1721, 325, 2117, 675, - /* 2490 */ 2119, 2120, 670, 1721, 665, 2116, 1721, 1721, 1721, 1721, - /* 2500 */ 1721, 1721, 1721, 1721, 1721, 672, 1721, 1721, 1721, 1721, - /* 2510 */ 2116, 1721, 1721, 1721, 1721, 1721, 2115, 1721, 1721, 2151, - /* 2520 */ 672, 1721, 338, 2117, 675, 2119, 2120, 670, 1721, 665, - /* 2530 */ 2116, 1721, 2134, 1721, 1721, 1721, 1721, 1721, 1721, 1721, - /* 2540 */ 672, 1721, 1721, 1721, 2084, 1721, 671, 2134, 1721, 1721, - /* 2550 */ 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 2084, - /* 2560 */ 1721, 671, 1721, 1721, 1721, 1721, 1721, 2134, 1721, 1721, - /* 2570 */ 1721, 1721, 1721, 1721, 1721, 1721, 1721, 2115, 1721, 2084, - /* 2580 */ 2151, 671, 1721, 339, 2117, 675, 2119, 2120, 670, 1721, - /* 2590 */ 665, 1721, 2115, 1721, 2116, 2151, 1721, 1721, 2128, 2117, - /* 2600 */ 675, 2119, 2120, 670, 672, 665, 1721, 1721, 1721, 1721, - /* 2610 */ 1721, 1721, 2115, 1721, 2116, 2151, 1721, 1721, 2127, 2117, - /* 2620 */ 675, 2119, 2120, 670, 672, 665, 1721, 1721, 1721, 2116, - /* 2630 */ 1721, 2134, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 672, - /* 2640 */ 1721, 1721, 1721, 2084, 1721, 671, 1721, 1721, 1721, 1721, - /* 2650 */ 1721, 2134, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, - /* 2660 */ 1721, 2116, 1721, 2084, 1721, 671, 2134, 1721, 1721, 1721, - /* 2670 */ 1721, 672, 1721, 1721, 1721, 1721, 2115, 1721, 2084, 2151, - /* 2680 */ 671, 1721, 2126, 2117, 675, 2119, 2120, 670, 1721, 665, - /* 2690 */ 1721, 1721, 1721, 1721, 1721, 1721, 2115, 1721, 2134, 2151, - /* 2700 */ 1721, 1721, 353, 2117, 675, 2119, 2120, 670, 1721, 665, - /* 2710 */ 2084, 2115, 671, 1721, 2151, 1721, 1721, 354, 2117, 675, - /* 2720 */ 2119, 2120, 670, 1721, 665, 1721, 1721, 1721, 2116, 1721, - /* 2730 */ 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 672, 1721, - /* 2740 */ 1721, 1721, 1721, 2115, 1721, 1721, 2151, 1721, 1721, 350, - /* 2750 */ 2117, 675, 2119, 2120, 670, 1721, 665, 1721, 1721, 1721, - /* 2760 */ 2116, 1721, 1721, 1721, 1721, 2134, 1721, 1721, 1721, 1721, - /* 2770 */ 672, 1721, 1721, 1721, 1721, 1721, 1721, 2084, 2116, 671, - /* 2780 */ 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 672, 1721, - /* 2790 */ 1721, 1721, 1721, 1721, 1721, 1721, 1721, 2134, 1721, 1721, - /* 2800 */ 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 2084, - /* 2810 */ 2115, 671, 1721, 2151, 1721, 2134, 355, 2117, 675, 2119, - /* 2820 */ 2120, 670, 1721, 665, 1721, 1721, 1721, 2084, 1721, 671, - /* 2830 */ 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, - /* 2840 */ 1721, 1721, 673, 1721, 1721, 2151, 1721, 1721, 330, 2117, - /* 2850 */ 675, 2119, 2120, 670, 1721, 665, 1721, 1721, 1721, 1721, - /* 2860 */ 2115, 1721, 1721, 2151, 1721, 1721, 329, 2117, 675, 2119, - /* 2870 */ 2120, 670, 1721, 665, + /* 0 */ 2135, 2025, 511, 2004, 403, 512, 1773, 1952, 1954, 1896, + /* 10 */ 682, 2025, 48, 46, 1661, 1738, 2023, 652, 34, 168, + /* 20 */ 398, 1749, 1510, 391, 41, 40, 2022, 652, 47, 45, + /* 30 */ 44, 43, 42, 1591, 1806, 1508, 123, 2153, 1535, 122, + /* 40 */ 121, 120, 119, 118, 117, 116, 115, 114, 199, 2103, + /* 50 */ 392, 681, 1202, 1202, 1201, 1201, 41, 40, 165, 1586, + /* 60 */ 47, 45, 44, 43, 42, 19, 1909, 233, 1538, 1735, + /* 70 */ 528, 123, 1516, 2238, 122, 121, 120, 119, 118, 117, + /* 80 */ 116, 115, 114, 2134, 1203, 1203, 2170, 665, 1907, 169, + /* 90 */ 2136, 685, 2138, 2139, 680, 66, 675, 768, 664, 2235, + /* 100 */ 15, 745, 744, 743, 742, 410, 191, 741, 740, 144, + /* 110 */ 735, 734, 733, 732, 731, 730, 729, 157, 725, 724, + /* 120 */ 723, 409, 408, 720, 719, 718, 175, 174, 203, 604, + /* 130 */ 2260, 519, 1331, 182, 512, 1773, 1593, 1594, 665, 1907, + /* 140 */ 413, 1536, 444, 62, 412, 1946, 443, 1322, 707, 706, + /* 150 */ 705, 1326, 704, 1328, 1329, 703, 700, 133, 1337, 697, + /* 160 */ 1339, 1340, 694, 691, 549, 1535, 1566, 1576, 84, 664, + /* 170 */ 1959, 83, 1592, 1595, 650, 41, 40, 363, 51, 47, + /* 180 */ 45, 44, 43, 42, 101, 1957, 1511, 603, 1509, 603, + /* 190 */ 2294, 62, 2294, 294, 295, 41, 40, 623, 293, 47, + /* 200 */ 45, 44, 43, 42, 1286, 2300, 186, 2300, 186, 1900, + /* 210 */ 2295, 629, 2295, 629, 640, 140, 262, 1285, 1514, 1515, + /* 220 */ 664, 1565, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, + /* 230 */ 677, 673, 1584, 1585, 1587, 1588, 1589, 1590, 2, 48, + /* 240 */ 46, 1989, 665, 1907, 348, 1622, 1533, 398, 628, 1510, + /* 250 */ 450, 2294, 357, 481, 665, 1907, 495, 1365, 1366, 494, + /* 260 */ 1591, 133, 1508, 717, 2135, 234, 627, 186, 554, 2113, + /* 270 */ 622, 2295, 629, 57, 679, 464, 516, 496, 1737, 497, + /* 280 */ 466, 172, 513, 1898, 38, 303, 1586, 545, 541, 537, + /* 290 */ 533, 231, 19, 2117, 345, 1534, 1620, 2153, 189, 1516, + /* 300 */ 51, 2153, 132, 131, 130, 129, 128, 127, 126, 125, + /* 310 */ 124, 1420, 1421, 2103, 432, 681, 282, 2231, 639, 590, + /* 320 */ 134, 638, 35, 2294, 768, 366, 1180, 15, 52, 1188, + /* 330 */ 2119, 88, 1627, 189, 229, 1534, 1510, 454, 627, 186, + /* 340 */ 675, 434, 430, 2295, 629, 1730, 189, 2134, 1537, 1508, + /* 350 */ 2170, 621, 1621, 339, 2136, 685, 2138, 2139, 680, 678, + /* 360 */ 675, 666, 2188, 1593, 1594, 1182, 492, 1185, 1186, 486, + /* 370 */ 485, 484, 483, 480, 479, 478, 477, 476, 472, 471, + /* 380 */ 470, 469, 347, 461, 460, 459, 1516, 456, 455, 364, + /* 390 */ 44, 43, 42, 1566, 1576, 1760, 468, 2299, 166, 1592, + /* 400 */ 1595, 228, 222, 323, 628, 467, 227, 2294, 524, 640, + /* 410 */ 140, 768, 249, 1511, 1537, 1509, 248, 321, 73, 563, + /* 420 */ 562, 72, 627, 186, 1953, 1954, 220, 2295, 629, 37, + /* 430 */ 396, 1615, 1616, 1617, 1618, 1619, 1623, 1624, 1625, 1626, + /* 440 */ 214, 507, 505, 502, 2103, 1514, 1515, 1729, 1565, 1568, + /* 450 */ 1569, 1570, 1571, 1572, 1573, 1574, 1575, 677, 673, 1584, + /* 460 */ 1585, 1587, 1588, 1589, 1590, 2, 12, 48, 46, 47, + /* 470 */ 45, 44, 43, 42, 1535, 398, 90, 1510, 1290, 352, + /* 480 */ 62, 2238, 377, 189, 583, 567, 566, 565, 1591, 2135, + /* 490 */ 1508, 1289, 557, 137, 561, 1723, 284, 1689, 560, 682, + /* 500 */ 1511, 62, 1509, 559, 564, 373, 372, 2234, 179, 558, + /* 510 */ 642, 184, 2231, 2232, 1586, 138, 2236, 216, 109, 1759, + /* 520 */ 19, 514, 167, 1780, 665, 1907, 2153, 1516, 365, 2008, + /* 530 */ 1848, 218, 1514, 1515, 618, 514, 2124, 1780, 2103, 12, + /* 540 */ 681, 10, 2113, 448, 615, 614, 1687, 1688, 1690, 1691, + /* 550 */ 1692, 602, 768, 499, 62, 15, 2122, 401, 81, 80, + /* 560 */ 447, 2135, 284, 198, 2004, 165, 2117, 646, 2103, 12, + /* 570 */ 250, 682, 2134, 1909, 1275, 2170, 439, 437, 170, 2136, + /* 580 */ 685, 2138, 2139, 680, 2068, 675, 442, 346, 441, 2126, + /* 590 */ 428, 1593, 1594, 426, 422, 418, 415, 440, 2153, 142, + /* 600 */ 41, 40, 2194, 2119, 47, 45, 44, 43, 42, 201, + /* 610 */ 2103, 1277, 681, 675, 603, 665, 1907, 2294, 440, 651, + /* 620 */ 1516, 1566, 1576, 624, 619, 612, 1758, 1592, 1595, 630, + /* 630 */ 2315, 251, 2300, 186, 449, 189, 30, 2295, 629, 1481, + /* 640 */ 1482, 1511, 1884, 1509, 2134, 1809, 581, 2170, 665, 1907, + /* 650 */ 110, 2136, 685, 2138, 2139, 680, 189, 675, 2096, 579, + /* 660 */ 143, 577, 150, 2194, 2223, 739, 737, 458, 394, 2219, + /* 670 */ 526, 55, 2018, 1514, 1515, 2103, 1565, 1568, 1569, 1570, + /* 680 */ 1571, 1572, 1573, 1574, 1575, 677, 673, 1584, 1585, 1587, + /* 690 */ 1588, 1589, 1590, 2, 48, 46, 1596, 665, 1907, 651, + /* 700 */ 2135, 1232, 398, 2299, 1510, 603, 2294, 1757, 2294, 189, + /* 710 */ 643, 1756, 567, 566, 565, 1591, 644, 1508, 1755, 557, + /* 720 */ 137, 561, 2298, 2300, 186, 560, 2295, 2297, 2295, 629, + /* 730 */ 559, 564, 373, 372, 665, 1907, 558, 2153, 1233, 41, + /* 740 */ 40, 1586, 1665, 47, 45, 44, 43, 42, 1535, 2103, + /* 750 */ 649, 681, 2018, 473, 1516, 667, 2103, 2195, 41, 40, + /* 760 */ 2103, 632, 47, 45, 44, 43, 42, 2103, 665, 1907, + /* 770 */ 285, 715, 155, 154, 712, 711, 710, 152, 1601, 768, + /* 780 */ 665, 1907, 49, 2134, 1535, 179, 2170, 474, 2135, 110, + /* 790 */ 2136, 685, 2138, 2139, 680, 572, 675, 708, 682, 527, + /* 800 */ 1782, 183, 1959, 2223, 407, 406, 2009, 394, 2219, 378, + /* 810 */ 582, 62, 2299, 93, 1538, 2294, 2238, 1957, 1593, 1594, + /* 820 */ 188, 1882, 665, 1907, 247, 2153, 709, 1517, 2249, 1950, + /* 830 */ 727, 2298, 1700, 640, 140, 2295, 2296, 2103, 1883, 681, + /* 840 */ 575, 1904, 2233, 87, 1892, 569, 1959, 87, 1566, 1576, + /* 850 */ 246, 1677, 36, 388, 1592, 1595, 665, 1907, 41, 40, + /* 860 */ 367, 1957, 47, 45, 44, 43, 42, 2086, 1511, 1902, + /* 870 */ 1509, 2134, 651, 1903, 2170, 252, 1538, 110, 2136, 685, + /* 880 */ 2138, 2139, 680, 1754, 675, 259, 640, 140, 2004, 2314, + /* 890 */ 70, 2223, 1753, 69, 1567, 394, 2219, 14, 13, 2097, + /* 900 */ 1514, 1515, 717, 1565, 1568, 1569, 1570, 1571, 1572, 1573, + /* 910 */ 1574, 1575, 677, 673, 1584, 1585, 1587, 1588, 1589, 1590, + /* 920 */ 2, 48, 46, 660, 2135, 2018, 665, 1907, 1959, 398, + /* 930 */ 1567, 1510, 2103, 205, 643, 185, 2231, 2232, 1752, 138, + /* 940 */ 2236, 2103, 1591, 1958, 1508, 599, 603, 2135, 2298, 2294, + /* 950 */ 715, 155, 154, 712, 711, 710, 152, 682, 669, 2257, + /* 960 */ 2195, 2153, 200, 401, 2300, 186, 189, 1658, 1586, 2295, + /* 970 */ 629, 162, 1751, 2103, 107, 681, 665, 1907, 379, 1909, + /* 980 */ 1520, 1516, 665, 1907, 2153, 9, 1957, 2103, 187, 2231, + /* 990 */ 2232, 141, 138, 2236, 633, 648, 2103, 1634, 681, 1899, + /* 1000 */ 1748, 298, 370, 404, 665, 1907, 768, 2134, 553, 49, + /* 1010 */ 2170, 165, 552, 110, 2136, 685, 2138, 2139, 680, 1909, + /* 1020 */ 675, 2103, 588, 662, 261, 183, 1894, 2223, 1747, 488, + /* 1030 */ 2134, 394, 2219, 2170, 1536, 1890, 110, 2136, 685, 2138, + /* 1040 */ 2139, 680, 2113, 675, 713, 1593, 1594, 1950, 2314, 2103, + /* 1050 */ 2223, 1746, 2250, 635, 394, 2219, 2121, 41, 40, 665, + /* 1060 */ 1907, 47, 45, 44, 43, 42, 2117, 1911, 371, 603, + /* 1070 */ 369, 368, 2294, 551, 2135, 1566, 1576, 2103, 663, 427, + /* 1080 */ 1745, 1592, 1595, 165, 682, 1535, 2270, 2300, 186, 207, + /* 1090 */ 206, 1910, 2295, 629, 553, 1511, 317, 1509, 552, 1936, + /* 1100 */ 2103, 41, 40, 2119, 395, 47, 45, 44, 43, 42, + /* 1110 */ 1744, 2153, 487, 675, 715, 155, 154, 712, 711, 710, + /* 1120 */ 152, 728, 256, 2103, 1869, 681, 676, 1514, 1515, 2103, + /* 1130 */ 1565, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 677, + /* 1140 */ 673, 1584, 1585, 1587, 1588, 1589, 1590, 2, 48, 46, + /* 1150 */ 1437, 1438, 714, 1185, 1186, 1950, 398, 2134, 1510, 2103, + /* 1160 */ 2170, 1743, 2135, 110, 2136, 685, 2138, 2139, 680, 1591, + /* 1170 */ 675, 1508, 682, 1959, 610, 2314, 1742, 2223, 665, 1907, + /* 1180 */ 393, 394, 2219, 1959, 153, 1741, 1436, 1439, 1957, 1740, + /* 1190 */ 402, 2135, 2243, 1654, 54, 1586, 3, 304, 1957, 2153, + /* 1200 */ 1654, 682, 451, 2288, 665, 1907, 1885, 146, 1516, 135, + /* 1210 */ 2103, 2103, 2089, 681, 585, 452, 584, 164, 74, 1657, + /* 1220 */ 631, 239, 555, 405, 237, 2103, 241, 556, 2153, 240, + /* 1230 */ 1849, 1567, 243, 768, 2103, 242, 15, 1796, 2103, 672, + /* 1240 */ 2103, 56, 681, 245, 1273, 2134, 244, 153, 2170, 1271, + /* 1250 */ 148, 110, 2136, 685, 2138, 2139, 680, 1789, 675, 568, + /* 1260 */ 1519, 420, 1783, 2314, 1787, 2223, 153, 82, 50, 394, + /* 1270 */ 2219, 50, 1593, 1594, 2134, 260, 266, 2170, 153, 570, + /* 1280 */ 110, 2136, 685, 2138, 2139, 680, 573, 675, 636, 1732, + /* 1290 */ 1733, 50, 2314, 1518, 2223, 291, 407, 406, 394, 2219, + /* 1300 */ 14, 13, 1566, 1576, 1476, 106, 1524, 1750, 1592, 1595, + /* 1310 */ 2263, 616, 763, 279, 1847, 103, 721, 1591, 91, 1517, + /* 1320 */ 71, 151, 1511, 1479, 1509, 1686, 153, 64, 1685, 50, + /* 1330 */ 232, 50, 689, 268, 151, 647, 153, 136, 1251, 151, + /* 1340 */ 1846, 273, 2154, 1586, 411, 2013, 1774, 1779, 1434, 2253, + /* 1350 */ 1947, 641, 296, 281, 1514, 1515, 1516, 1565, 1568, 1569, + /* 1360 */ 1570, 1571, 1572, 1573, 1574, 1575, 677, 673, 1584, 1585, + /* 1370 */ 1587, 1588, 1589, 1590, 2, 2135, 722, 657, 300, 278, + /* 1380 */ 1, 671, 5, 1316, 1628, 682, 1577, 2242, 316, 1343, + /* 1390 */ 419, 1347, 1612, 1354, 1352, 414, 156, 361, 1249, 1541, + /* 1400 */ 436, 435, 193, 194, 438, 196, 311, 1457, 204, 453, + /* 1410 */ 1538, 2014, 2153, 1522, 457, 490, 462, 1533, 475, 2006, + /* 1420 */ 482, 489, 491, 500, 2103, 501, 681, 498, 208, 209, + /* 1430 */ 503, 504, 211, 506, 508, 1539, 509, 4, 510, 517, + /* 1440 */ 520, 518, 1536, 219, 521, 221, 1521, 1540, 1542, 522, + /* 1450 */ 523, 525, 1205, 224, 548, 529, 226, 587, 2134, 85, + /* 1460 */ 2077, 2170, 86, 546, 110, 2136, 685, 2138, 2139, 680, + /* 1470 */ 1525, 675, 1520, 230, 2135, 112, 2314, 547, 2223, 351, + /* 1480 */ 2074, 589, 394, 2219, 682, 550, 149, 1897, 236, 593, + /* 1490 */ 2073, 1893, 238, 89, 158, 312, 159, 2135, 253, 1895, + /* 1500 */ 592, 257, 1528, 1530, 1891, 160, 161, 682, 1464, 594, + /* 1510 */ 617, 2153, 600, 2269, 2268, 673, 1584, 1585, 1587, 1588, + /* 1520 */ 1589, 1590, 255, 2103, 597, 681, 655, 607, 8, 2254, + /* 1530 */ 2264, 613, 2245, 383, 2153, 626, 620, 173, 274, 598, + /* 1540 */ 272, 608, 606, 264, 267, 277, 2103, 605, 681, 275, + /* 1550 */ 637, 276, 384, 139, 2293, 634, 1654, 2134, 280, 2317, + /* 1560 */ 2170, 1537, 645, 110, 2136, 685, 2138, 2139, 680, 2239, + /* 1570 */ 675, 286, 96, 387, 1543, 2198, 2019, 2223, 653, 313, + /* 1580 */ 2134, 394, 2219, 2170, 654, 2135, 110, 2136, 685, 2138, + /* 1590 */ 2139, 680, 314, 675, 658, 682, 2033, 591, 2196, 659, + /* 1600 */ 2223, 61, 315, 2032, 394, 2219, 98, 1908, 2204, 102, + /* 1610 */ 100, 2135, 687, 2031, 390, 771, 1951, 1870, 318, 307, + /* 1620 */ 764, 682, 2153, 2095, 342, 765, 53, 327, 2094, 310, + /* 1630 */ 320, 353, 767, 341, 2103, 322, 681, 354, 2093, 78, + /* 1640 */ 2090, 331, 416, 417, 1501, 178, 1502, 192, 2153, 421, + /* 1650 */ 2088, 761, 757, 753, 749, 308, 423, 424, 425, 2135, + /* 1660 */ 2103, 362, 681, 2087, 2085, 429, 2084, 431, 2134, 682, + /* 1670 */ 2083, 2170, 433, 1492, 110, 2136, 685, 2138, 2139, 680, + /* 1680 */ 2064, 675, 195, 2063, 197, 1460, 668, 79, 2223, 1459, + /* 1690 */ 2045, 2044, 394, 2219, 2134, 108, 2153, 2170, 301, 2043, + /* 1700 */ 111, 2136, 685, 2138, 2139, 680, 445, 675, 2103, 446, + /* 1710 */ 681, 2042, 2041, 1997, 2223, 1411, 1996, 1994, 2222, 2219, + /* 1720 */ 145, 1993, 2135, 1992, 1995, 1991, 1990, 1988, 1987, 1986, + /* 1730 */ 661, 202, 682, 463, 1985, 465, 1999, 1984, 1983, 1982, + /* 1740 */ 1981, 1980, 2134, 1979, 1978, 2170, 1977, 1976, 111, 2136, + /* 1750 */ 685, 2138, 2139, 680, 1975, 675, 1974, 1973, 1972, 2153, + /* 1760 */ 1971, 1970, 2223, 493, 147, 288, 670, 2219, 1969, 1968, + /* 1770 */ 287, 2103, 1967, 681, 1998, 1966, 1965, 1413, 1964, 1963, + /* 1780 */ 1962, 1961, 1960, 349, 1287, 1812, 1291, 1283, 1811, 210, + /* 1790 */ 254, 212, 1810, 350, 1808, 1769, 2123, 180, 76, 1768, + /* 1800 */ 1187, 213, 2062, 2052, 77, 683, 217, 2135, 2170, 215, + /* 1810 */ 2040, 111, 2136, 685, 2138, 2139, 680, 682, 675, 225, + /* 1820 */ 181, 2039, 223, 2017, 515, 2223, 530, 1803, 534, 356, + /* 1830 */ 2219, 1886, 1807, 1805, 1801, 532, 1225, 536, 531, 535, + /* 1840 */ 2135, 538, 1799, 540, 2153, 1786, 539, 542, 544, 543, + /* 1850 */ 682, 1785, 1765, 1888, 1359, 1887, 2103, 63, 681, 1358, + /* 1860 */ 1274, 736, 738, 1272, 1270, 1269, 1797, 1790, 1261, 1788, + /* 1870 */ 1268, 2135, 374, 1267, 1266, 1263, 375, 2153, 235, 1262, + /* 1880 */ 376, 682, 1260, 574, 1764, 1763, 1762, 571, 113, 2103, + /* 1890 */ 2134, 681, 576, 2170, 578, 580, 111, 2136, 685, 2138, + /* 1900 */ 2139, 680, 2135, 675, 2061, 1486, 1488, 1485, 2153, 1490, + /* 1910 */ 2223, 29, 682, 381, 67, 2220, 1466, 1468, 58, 2051, + /* 1920 */ 2103, 595, 681, 2134, 1470, 2038, 2170, 2036, 17, 169, + /* 1930 */ 2136, 685, 2138, 2139, 680, 2135, 675, 2299, 20, 2153, + /* 1940 */ 163, 6, 65, 31, 382, 682, 7, 21, 271, 22, + /* 1950 */ 1702, 2103, 596, 681, 2134, 380, 263, 2170, 609, 611, + /* 1960 */ 340, 2136, 685, 2138, 2139, 680, 265, 675, 270, 2124, + /* 1970 */ 2261, 258, 2153, 33, 23, 1684, 171, 269, 32, 92, + /* 1980 */ 601, 1676, 24, 1722, 2103, 2134, 681, 1717, 2170, 1723, + /* 1990 */ 1716, 340, 2136, 685, 2138, 2139, 680, 2135, 675, 385, + /* 2000 */ 1721, 1720, 386, 1651, 283, 176, 60, 682, 1650, 2037, + /* 2010 */ 2035, 2034, 2135, 2016, 94, 95, 289, 25, 2134, 290, + /* 2020 */ 292, 2170, 682, 297, 333, 2136, 685, 2138, 2139, 680, + /* 2030 */ 68, 675, 1682, 2135, 2153, 656, 2015, 97, 103, 302, + /* 2040 */ 99, 26, 1603, 679, 299, 1602, 2103, 13, 681, 2153, + /* 2050 */ 1526, 2173, 177, 11, 389, 1581, 674, 1558, 688, 190, + /* 2060 */ 1579, 2103, 400, 681, 1578, 692, 18, 625, 59, 1550, + /* 2070 */ 2153, 39, 16, 27, 28, 695, 1344, 690, 693, 1613, + /* 2080 */ 2134, 686, 2103, 2170, 681, 1341, 170, 2136, 685, 2138, + /* 2090 */ 2139, 680, 1338, 675, 696, 2134, 1332, 698, 2170, 2135, + /* 2100 */ 699, 340, 2136, 685, 2138, 2139, 680, 684, 675, 682, + /* 2110 */ 701, 1336, 1335, 305, 1353, 1330, 2134, 702, 1334, 2170, + /* 2120 */ 104, 1333, 339, 2136, 685, 2138, 2139, 680, 1349, 675, + /* 2130 */ 1223, 2189, 105, 75, 1255, 716, 2153, 1254, 2316, 1253, + /* 2140 */ 1252, 397, 726, 1250, 1248, 1247, 1246, 306, 2103, 1281, + /* 2150 */ 681, 1244, 1243, 1242, 1241, 1240, 1239, 1238, 1278, 1276, + /* 2160 */ 1235, 1234, 2135, 1231, 1230, 1229, 1228, 1804, 746, 748, + /* 2170 */ 1802, 750, 682, 754, 752, 1800, 747, 2135, 756, 1798, + /* 2180 */ 758, 760, 2134, 751, 1784, 2170, 755, 682, 340, 2136, + /* 2190 */ 685, 2138, 2139, 680, 762, 675, 759, 1177, 1761, 2153, + /* 2200 */ 309, 766, 770, 1512, 399, 319, 769, 1736, 1736, 1736, + /* 2210 */ 1736, 2103, 1736, 681, 2153, 1736, 1736, 1736, 1736, 1736, + /* 2220 */ 1736, 1736, 1736, 1736, 1736, 1736, 2103, 2135, 681, 1736, + /* 2230 */ 1736, 1736, 1736, 1736, 1736, 1736, 1736, 682, 1736, 1736, + /* 2240 */ 1736, 1736, 1736, 1736, 1736, 2134, 1736, 2135, 2170, 1736, + /* 2250 */ 1736, 340, 2136, 685, 2138, 2139, 680, 682, 675, 1736, + /* 2260 */ 586, 1736, 1736, 2170, 2153, 1736, 335, 2136, 685, 2138, + /* 2270 */ 2139, 680, 1736, 675, 1736, 1736, 2103, 1736, 681, 1736, + /* 2280 */ 1736, 1736, 1736, 1736, 2153, 1736, 1736, 1736, 1736, 1736, + /* 2290 */ 1736, 1736, 1736, 1736, 1736, 1736, 2103, 2135, 681, 1736, + /* 2300 */ 1736, 1736, 1736, 1736, 1736, 1736, 1736, 682, 1736, 1736, + /* 2310 */ 2134, 1736, 1736, 2170, 1736, 1736, 324, 2136, 685, 2138, + /* 2320 */ 2139, 680, 2135, 675, 1736, 1736, 1736, 1736, 1736, 1736, + /* 2330 */ 2134, 1736, 682, 2170, 2153, 1736, 325, 2136, 685, 2138, + /* 2340 */ 2139, 680, 1736, 675, 1736, 1736, 2103, 1736, 681, 1736, + /* 2350 */ 1736, 1736, 1736, 1736, 1736, 2135, 1736, 1736, 1736, 2153, + /* 2360 */ 1736, 1736, 1736, 1736, 1736, 682, 1736, 1736, 1736, 1736, + /* 2370 */ 1736, 2103, 1736, 681, 1736, 1736, 1736, 1736, 1736, 1736, + /* 2380 */ 2134, 1736, 1736, 2170, 1736, 2135, 326, 2136, 685, 2138, + /* 2390 */ 2139, 680, 2153, 675, 1736, 682, 1736, 1736, 1736, 1736, + /* 2400 */ 1736, 1736, 1736, 1736, 2103, 2134, 681, 1736, 2170, 1736, + /* 2410 */ 1736, 332, 2136, 685, 2138, 2139, 680, 1736, 675, 1736, + /* 2420 */ 1736, 2135, 2153, 1736, 1736, 1736, 1736, 1736, 1736, 1736, + /* 2430 */ 1736, 682, 1736, 1736, 2103, 1736, 681, 1736, 2134, 1736, + /* 2440 */ 1736, 2170, 1736, 2135, 336, 2136, 685, 2138, 2139, 680, + /* 2450 */ 1736, 675, 1736, 682, 1736, 1736, 1736, 1736, 2153, 1736, + /* 2460 */ 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 2134, 1736, + /* 2470 */ 2103, 2170, 681, 1736, 328, 2136, 685, 2138, 2139, 680, + /* 2480 */ 2153, 675, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, + /* 2490 */ 1736, 1736, 2103, 1736, 681, 1736, 1736, 1736, 1736, 1736, + /* 2500 */ 1736, 1736, 1736, 1736, 2134, 1736, 1736, 2170, 1736, 2135, + /* 2510 */ 337, 2136, 685, 2138, 2139, 680, 1736, 675, 1736, 682, + /* 2520 */ 1736, 1736, 1736, 1736, 1736, 1736, 2134, 1736, 2135, 2170, + /* 2530 */ 1736, 1736, 329, 2136, 685, 2138, 2139, 680, 682, 675, + /* 2540 */ 1736, 1736, 1736, 1736, 1736, 1736, 2153, 1736, 1736, 1736, + /* 2550 */ 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 2103, 1736, + /* 2560 */ 681, 1736, 1736, 1736, 1736, 2153, 1736, 1736, 1736, 1736, + /* 2570 */ 1736, 1736, 1736, 1736, 1736, 1736, 1736, 2103, 1736, 681, + /* 2580 */ 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, + /* 2590 */ 1736, 1736, 2134, 1736, 2135, 2170, 1736, 1736, 338, 2136, + /* 2600 */ 685, 2138, 2139, 680, 682, 675, 1736, 1736, 1736, 1736, + /* 2610 */ 1736, 2134, 1736, 2135, 2170, 1736, 1736, 330, 2136, 685, + /* 2620 */ 2138, 2139, 680, 682, 675, 1736, 1736, 1736, 1736, 1736, + /* 2630 */ 1736, 2153, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, + /* 2640 */ 1736, 1736, 1736, 2103, 2135, 681, 1736, 1736, 1736, 1736, + /* 2650 */ 2153, 1736, 1736, 1736, 682, 1736, 1736, 1736, 1736, 1736, + /* 2660 */ 1736, 1736, 2103, 1736, 681, 1736, 1736, 1736, 1736, 1736, + /* 2670 */ 1736, 1736, 1736, 1736, 1736, 1736, 1736, 2134, 1736, 1736, + /* 2680 */ 2170, 2153, 1736, 343, 2136, 685, 2138, 2139, 680, 1736, + /* 2690 */ 675, 1736, 1736, 2103, 1736, 681, 2134, 1736, 1736, 2170, + /* 2700 */ 1736, 1736, 344, 2136, 685, 2138, 2139, 680, 2135, 675, + /* 2710 */ 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 682, 1736, + /* 2720 */ 1736, 1736, 1736, 1736, 1736, 1736, 1736, 2134, 1736, 2135, + /* 2730 */ 2170, 1736, 1736, 2147, 2136, 685, 2138, 2139, 680, 682, + /* 2740 */ 675, 1736, 1736, 1736, 1736, 2153, 1736, 1736, 1736, 1736, + /* 2750 */ 1736, 1736, 1736, 1736, 1736, 1736, 1736, 2103, 2135, 681, + /* 2760 */ 1736, 1736, 1736, 1736, 1736, 1736, 2153, 1736, 682, 1736, + /* 2770 */ 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 2103, 1736, + /* 2780 */ 681, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, + /* 2790 */ 1736, 2134, 1736, 1736, 2170, 2153, 1736, 2146, 2136, 685, + /* 2800 */ 2138, 2139, 680, 1736, 675, 1736, 1736, 2103, 1736, 681, + /* 2810 */ 1736, 1736, 2134, 1736, 1736, 2170, 2135, 1736, 2145, 2136, + /* 2820 */ 685, 2138, 2139, 680, 1736, 675, 682, 1736, 1736, 1736, + /* 2830 */ 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, + /* 2840 */ 1736, 2134, 1736, 1736, 2170, 1736, 2135, 358, 2136, 685, + /* 2850 */ 2138, 2139, 680, 2153, 675, 1736, 682, 1736, 1736, 1736, + /* 2860 */ 1736, 1736, 1736, 1736, 1736, 2103, 2135, 681, 1736, 1736, + /* 2870 */ 1736, 1736, 1736, 1736, 1736, 1736, 682, 1736, 1736, 1736, + /* 2880 */ 1736, 1736, 1736, 2153, 1736, 1736, 1736, 1736, 1736, 1736, + /* 2890 */ 1736, 1736, 1736, 1736, 1736, 2103, 1736, 681, 1736, 2134, + /* 2900 */ 1736, 1736, 2170, 2153, 1736, 359, 2136, 685, 2138, 2139, + /* 2910 */ 680, 1736, 675, 1736, 2135, 2103, 1736, 681, 1736, 1736, + /* 2920 */ 1736, 1736, 1736, 1736, 682, 1736, 1736, 1736, 1736, 2134, + /* 2930 */ 1736, 2135, 2170, 1736, 1736, 355, 2136, 685, 2138, 2139, + /* 2940 */ 680, 682, 675, 1736, 1736, 1736, 1736, 1736, 1736, 2134, + /* 2950 */ 1736, 2153, 2170, 1736, 1736, 360, 2136, 685, 2138, 2139, + /* 2960 */ 680, 1736, 675, 2103, 1736, 681, 1736, 1736, 2153, 1736, + /* 2970 */ 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, + /* 2980 */ 2103, 1736, 681, 1736, 1736, 1736, 1736, 1736, 1736, 1736, + /* 2990 */ 1736, 1736, 1736, 1736, 1736, 1736, 1736, 683, 1736, 1736, + /* 3000 */ 2170, 1736, 1736, 335, 2136, 685, 2138, 2139, 680, 1736, + /* 3010 */ 675, 1736, 1736, 1736, 2134, 1736, 1736, 2170, 1736, 1736, + /* 3020 */ 334, 2136, 685, 2138, 2139, 680, 1736, 675, }; static const YYCODETYPE yy_lookahead[] = { - /* 0 */ 333, 384, 371, 362, 401, 332, 401, 334, 405, 343, - /* 10 */ 343, 370, 12, 13, 14, 0, 399, 400, 377, 378, - /* 20 */ 20, 14, 22, 342, 8, 9, 385, 20, 12, 13, - /* 30 */ 14, 15, 16, 33, 0, 35, 21, 370, 20, 24, - /* 40 */ 25, 26, 27, 28, 29, 30, 31, 32, 3, 382, - /* 50 */ 447, 384, 447, 450, 388, 450, 8, 9, 351, 59, - /* 60 */ 12, 13, 14, 15, 16, 65, 359, 386, 465, 466, - /* 70 */ 465, 466, 72, 470, 471, 470, 471, 12, 13, 14, - /* 80 */ 15, 16, 415, 337, 20, 418, 340, 341, 421, 422, - /* 90 */ 423, 424, 425, 426, 369, 428, 20, 97, 436, 437, - /* 100 */ 100, 67, 68, 69, 70, 71, 381, 73, 74, 75, + /* 0 */ 336, 387, 340, 346, 383, 343, 344, 386, 387, 374, + /* 10 */ 346, 387, 12, 13, 14, 0, 402, 403, 2, 335, + /* 20 */ 20, 337, 22, 399, 8, 9, 402, 403, 12, 13, + /* 30 */ 14, 15, 16, 33, 0, 35, 21, 373, 20, 24, + /* 40 */ 25, 26, 27, 28, 29, 30, 31, 32, 391, 385, + /* 50 */ 365, 387, 20, 20, 22, 22, 8, 9, 373, 59, + /* 60 */ 12, 13, 14, 15, 16, 65, 381, 35, 20, 333, + /* 70 */ 64, 21, 72, 424, 24, 25, 26, 27, 28, 29, + /* 80 */ 30, 31, 32, 419, 52, 52, 422, 345, 346, 425, + /* 90 */ 426, 427, 428, 429, 430, 4, 432, 97, 20, 450, + /* 100 */ 100, 67, 68, 69, 70, 71, 364, 73, 74, 75, /* 110 */ 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, - /* 120 */ 86, 87, 88, 89, 90, 91, 92, 93, 461, 462, - /* 130 */ 337, 20, 97, 340, 341, 21, 136, 137, 24, 25, - /* 140 */ 26, 27, 28, 29, 30, 31, 32, 112, 113, 114, - /* 150 */ 115, 116, 117, 118, 119, 120, 121, 370, 123, 124, - /* 160 */ 125, 126, 127, 128, 100, 20, 166, 167, 20, 420, - /* 170 */ 342, 343, 172, 173, 330, 8, 9, 390, 391, 12, - /* 180 */ 13, 14, 15, 16, 166, 167, 186, 20, 188, 361, - /* 190 */ 342, 343, 362, 100, 178, 446, 368, 8, 9, 59, - /* 200 */ 370, 12, 13, 14, 15, 16, 8, 9, 378, 361, - /* 210 */ 12, 13, 14, 15, 16, 215, 216, 0, 218, 219, - /* 220 */ 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, - /* 230 */ 230, 231, 232, 233, 234, 235, 12, 13, 0, 370, - /* 240 */ 100, 18, 102, 20, 20, 401, 22, 100, 100, 405, - /* 250 */ 27, 333, 447, 30, 65, 450, 33, 33, 343, 35, - /* 260 */ 391, 343, 24, 25, 26, 27, 28, 29, 30, 31, - /* 270 */ 32, 466, 49, 20, 51, 470, 471, 54, 185, 362, - /* 280 */ 187, 64, 447, 59, 22, 450, 338, 370, 370, 65, - /* 290 */ 342, 447, 344, 277, 450, 378, 72, 35, 109, 101, - /* 300 */ 382, 466, 384, 388, 384, 470, 471, 214, 447, 465, - /* 310 */ 466, 450, 64, 333, 470, 471, 396, 272, 4, 399, - /* 320 */ 400, 97, 99, 343, 100, 345, 465, 466, 35, 342, - /* 330 */ 343, 470, 471, 415, 111, 168, 418, 342, 343, 421, - /* 340 */ 422, 423, 424, 425, 426, 252, 428, 20, 361, 431, - /* 350 */ 370, 433, 434, 435, 165, 368, 361, 439, 440, 97, - /* 360 */ 136, 137, 382, 140, 384, 72, 143, 144, 145, 146, - /* 370 */ 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, - /* 380 */ 157, 158, 159, 20, 161, 162, 163, 14, 20, 20, - /* 390 */ 166, 167, 252, 20, 13, 415, 172, 173, 418, 252, - /* 400 */ 252, 421, 422, 423, 424, 425, 426, 64, 428, 20, - /* 410 */ 186, 22, 188, 433, 100, 435, 35, 342, 343, 439, - /* 420 */ 440, 168, 100, 171, 342, 342, 343, 333, 239, 240, - /* 430 */ 241, 242, 243, 244, 245, 246, 247, 248, 249, 215, - /* 440 */ 216, 52, 218, 219, 220, 221, 222, 223, 224, 225, - /* 450 */ 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, - /* 460 */ 236, 12, 13, 136, 137, 22, 12, 13, 100, 20, - /* 470 */ 22, 22, 67, 68, 69, 393, 382, 395, 35, 74, - /* 480 */ 75, 76, 33, 35, 35, 80, 3, 333, 2, 35, - /* 490 */ 85, 86, 87, 88, 8, 9, 91, 343, 12, 13, - /* 500 */ 14, 15, 16, 20, 20, 136, 137, 333, 59, 257, - /* 510 */ 258, 259, 215, 379, 65, 72, 382, 343, 443, 444, - /* 520 */ 445, 72, 447, 448, 370, 442, 443, 444, 445, 380, - /* 530 */ 447, 448, 383, 384, 366, 20, 382, 22, 384, 166, - /* 540 */ 97, 172, 173, 20, 370, 97, 97, 8, 9, 100, - /* 550 */ 35, 12, 13, 14, 15, 16, 382, 44, 384, 262, - /* 560 */ 263, 264, 265, 266, 267, 268, 252, 52, 18, 415, - /* 570 */ 333, 111, 418, 23, 252, 421, 422, 423, 424, 425, - /* 580 */ 426, 413, 428, 44, 101, 136, 137, 37, 38, 415, - /* 590 */ 236, 41, 418, 358, 4, 421, 422, 423, 424, 425, - /* 600 */ 426, 427, 428, 429, 430, 342, 343, 372, 348, 19, - /* 610 */ 60, 61, 62, 63, 101, 166, 167, 382, 343, 382, - /* 620 */ 252, 172, 173, 33, 361, 365, 472, 473, 338, 186, - /* 630 */ 81, 188, 342, 373, 344, 186, 0, 188, 370, 49, - /* 640 */ 370, 370, 188, 342, 54, 370, 378, 377, 377, 59, - /* 650 */ 100, 168, 168, 418, 419, 385, 385, 72, 215, 216, - /* 660 */ 4, 130, 131, 428, 215, 216, 135, 218, 219, 220, - /* 670 */ 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, - /* 680 */ 231, 232, 233, 234, 235, 12, 13, 14, 138, 99, - /* 690 */ 141, 142, 102, 20, 393, 22, 395, 333, 423, 43, - /* 700 */ 0, 45, 46, 67, 68, 69, 33, 343, 35, 37, - /* 710 */ 74, 75, 76, 164, 342, 111, 80, 447, 342, 343, - /* 720 */ 450, 85, 86, 87, 88, 342, 343, 91, 178, 179, - /* 730 */ 180, 0, 59, 183, 370, 465, 466, 361, 383, 384, - /* 740 */ 470, 471, 72, 131, 370, 72, 382, 135, 384, 342, - /* 750 */ 343, 377, 1, 2, 204, 342, 343, 207, 22, 385, - /* 760 */ 210, 211, 212, 213, 214, 393, 333, 395, 361, 370, - /* 770 */ 97, 35, 401, 100, 361, 103, 377, 105, 106, 415, - /* 780 */ 108, 50, 418, 333, 385, 421, 422, 423, 424, 425, - /* 790 */ 426, 370, 428, 343, 0, 342, 343, 433, 377, 435, - /* 800 */ 348, 129, 252, 439, 440, 133, 385, 195, 196, 136, - /* 810 */ 137, 199, 350, 201, 361, 382, 452, 401, 447, 334, - /* 820 */ 370, 450, 355, 356, 460, 373, 443, 444, 445, 367, - /* 830 */ 447, 448, 382, 450, 384, 333, 465, 466, 376, 166, - /* 840 */ 167, 470, 471, 342, 343, 172, 173, 130, 465, 466, - /* 850 */ 342, 343, 101, 470, 471, 155, 14, 420, 236, 186, - /* 860 */ 238, 188, 20, 447, 164, 415, 450, 333, 418, 361, - /* 870 */ 100, 421, 422, 423, 424, 425, 426, 432, 428, 434, - /* 880 */ 110, 465, 466, 446, 382, 435, 470, 471, 215, 216, - /* 890 */ 440, 218, 219, 220, 221, 222, 223, 224, 225, 226, - /* 900 */ 227, 228, 229, 230, 231, 232, 233, 234, 235, 12, - /* 910 */ 13, 432, 20, 434, 197, 198, 382, 20, 181, 22, - /* 920 */ 42, 333, 44, 129, 130, 131, 132, 133, 134, 135, - /* 930 */ 33, 343, 35, 8, 9, 342, 343, 12, 13, 14, - /* 940 */ 15, 16, 205, 206, 443, 444, 445, 333, 447, 448, - /* 950 */ 59, 371, 342, 343, 361, 401, 59, 343, 370, 345, - /* 960 */ 129, 130, 131, 132, 133, 134, 135, 362, 4, 72, - /* 970 */ 382, 361, 384, 342, 343, 370, 14, 15, 16, 420, - /* 980 */ 39, 8, 9, 378, 370, 12, 13, 14, 15, 16, - /* 990 */ 99, 129, 361, 102, 97, 133, 382, 100, 384, 342, - /* 1000 */ 343, 447, 333, 415, 450, 446, 418, 333, 166, 421, - /* 1010 */ 422, 423, 424, 425, 426, 0, 428, 343, 361, 465, - /* 1020 */ 466, 433, 44, 435, 470, 471, 333, 439, 440, 415, - /* 1030 */ 0, 350, 418, 136, 137, 421, 422, 423, 424, 425, - /* 1040 */ 426, 358, 428, 44, 370, 333, 21, 433, 460, 435, - /* 1050 */ 42, 382, 44, 439, 440, 372, 382, 376, 384, 34, - /* 1060 */ 168, 36, 343, 166, 167, 382, 2, 342, 343, 172, - /* 1070 */ 173, 165, 8, 9, 101, 382, 12, 13, 14, 15, - /* 1080 */ 16, 355, 356, 186, 371, 188, 361, 342, 343, 415, - /* 1090 */ 342, 343, 418, 168, 382, 421, 422, 423, 424, 425, - /* 1100 */ 426, 418, 428, 45, 46, 363, 361, 388, 366, 361, - /* 1110 */ 20, 428, 215, 216, 371, 218, 219, 220, 221, 222, - /* 1120 */ 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, - /* 1130 */ 233, 234, 235, 12, 13, 333, 462, 333, 342, 343, - /* 1140 */ 333, 20, 333, 22, 358, 239, 333, 343, 333, 345, - /* 1150 */ 342, 343, 342, 343, 33, 249, 35, 361, 372, 129, - /* 1160 */ 130, 131, 132, 133, 134, 135, 333, 333, 382, 361, - /* 1170 */ 431, 361, 48, 434, 370, 370, 379, 14, 379, 382, - /* 1180 */ 59, 382, 333, 20, 382, 333, 382, 333, 384, 382, - /* 1190 */ 385, 382, 251, 72, 0, 382, 333, 382, 357, 250, - /* 1200 */ 251, 360, 0, 111, 418, 104, 104, 104, 107, 107, - /* 1210 */ 107, 200, 59, 202, 428, 382, 382, 253, 97, 415, - /* 1220 */ 13, 100, 418, 333, 209, 421, 422, 423, 424, 425, - /* 1230 */ 426, 382, 428, 343, 382, 345, 382, 433, 44, 435, - /* 1240 */ 0, 0, 35, 439, 440, 382, 104, 0, 65, 107, - /* 1250 */ 35, 49, 160, 44, 276, 102, 166, 136, 137, 35, - /* 1260 */ 370, 13, 22, 22, 44, 44, 371, 44, 13, 22, - /* 1270 */ 44, 44, 382, 274, 384, 136, 137, 44, 44, 1, - /* 1280 */ 2, 44, 371, 35, 371, 406, 359, 166, 167, 35, - /* 1290 */ 35, 392, 168, 172, 173, 474, 346, 457, 463, 370, - /* 1300 */ 358, 358, 346, 44, 392, 415, 341, 186, 418, 188, - /* 1310 */ 101, 421, 422, 423, 424, 425, 426, 44, 428, 44, - /* 1320 */ 44, 101, 101, 433, 101, 435, 72, 101, 101, 439, - /* 1330 */ 440, 343, 381, 44, 101, 101, 215, 216, 101, 218, - /* 1340 */ 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, - /* 1350 */ 229, 230, 231, 232, 233, 234, 235, 333, 12, 13, - /* 1360 */ 101, 47, 44, 392, 44, 44, 44, 343, 22, 345, - /* 1370 */ 44, 449, 467, 441, 101, 451, 101, 101, 417, 33, - /* 1380 */ 254, 35, 49, 333, 416, 184, 403, 42, 20, 389, - /* 1390 */ 101, 389, 387, 343, 370, 345, 392, 165, 215, 20, - /* 1400 */ 387, 342, 342, 188, 387, 59, 382, 389, 384, 98, - /* 1410 */ 354, 96, 188, 342, 100, 353, 342, 352, 72, 101, - /* 1420 */ 370, 101, 101, 101, 95, 342, 342, 101, 20, 335, - /* 1430 */ 333, 48, 382, 335, 384, 339, 20, 410, 339, 415, - /* 1440 */ 343, 350, 418, 97, 20, 421, 422, 423, 424, 425, - /* 1450 */ 426, 333, 428, 384, 350, 20, 344, 433, 20, 435, - /* 1460 */ 350, 343, 53, 439, 440, 415, 344, 370, 418, 402, - /* 1470 */ 350, 421, 422, 423, 424, 425, 426, 350, 428, 382, - /* 1480 */ 350, 384, 342, 433, 350, 435, 335, 370, 370, 439, - /* 1490 */ 440, 347, 347, 370, 342, 370, 335, 382, 370, 370, - /* 1500 */ 382, 370, 384, 370, 203, 370, 370, 370, 370, 414, - /* 1510 */ 100, 192, 415, 348, 382, 418, 410, 412, 421, 422, - /* 1520 */ 423, 424, 425, 426, 408, 428, 191, 384, 382, 348, - /* 1530 */ 190, 342, 186, 415, 188, 261, 418, 456, 456, 421, - /* 1540 */ 422, 423, 424, 425, 426, 260, 428, 392, 392, 382, - /* 1550 */ 409, 433, 382, 435, 407, 333, 397, 439, 440, 397, - /* 1560 */ 382, 215, 216, 269, 382, 343, 459, 177, 271, 458, - /* 1570 */ 473, 278, 270, 454, 228, 229, 230, 231, 232, 233, - /* 1580 */ 234, 417, 255, 475, 275, 273, 343, 251, 20, 420, - /* 1590 */ 344, 342, 370, 348, 20, 395, 397, 170, 348, 382, - /* 1600 */ 382, 382, 397, 455, 382, 456, 384, 453, 394, 348, - /* 1610 */ 382, 382, 382, 348, 343, 100, 100, 366, 438, 469, - /* 1620 */ 382, 333, 360, 342, 36, 468, 374, 348, 336, 404, - /* 1630 */ 335, 343, 364, 398, 398, 349, 364, 415, 331, 0, - /* 1640 */ 418, 364, 411, 421, 422, 423, 424, 425, 426, 333, - /* 1650 */ 428, 0, 0, 42, 0, 433, 35, 435, 370, 343, - /* 1660 */ 208, 439, 440, 35, 35, 35, 208, 0, 35, 35, - /* 1670 */ 382, 208, 384, 0, 0, 208, 35, 0, 22, 0, - /* 1680 */ 35, 333, 195, 188, 186, 0, 370, 0, 0, 182, - /* 1690 */ 181, 343, 0, 0, 47, 0, 0, 0, 382, 42, - /* 1700 */ 384, 0, 0, 415, 0, 0, 418, 35, 155, 421, - /* 1710 */ 422, 423, 424, 425, 426, 0, 428, 0, 370, 0, - /* 1720 */ 0, 433, 155, 435, 0, 0, 0, 439, 440, 0, - /* 1730 */ 382, 415, 384, 0, 418, 0, 0, 421, 422, 423, - /* 1740 */ 424, 425, 426, 0, 428, 0, 0, 0, 0, 0, - /* 1750 */ 0, 435, 333, 0, 0, 439, 440, 139, 42, 0, - /* 1760 */ 0, 0, 343, 415, 0, 0, 418, 0, 0, 421, - /* 1770 */ 422, 423, 424, 425, 426, 0, 428, 22, 0, 0, - /* 1780 */ 333, 0, 0, 435, 22, 48, 48, 439, 440, 370, - /* 1790 */ 343, 22, 0, 59, 0, 0, 0, 0, 35, 333, - /* 1800 */ 59, 382, 44, 384, 14, 0, 0, 0, 42, 343, - /* 1810 */ 59, 39, 0, 177, 0, 0, 40, 370, 47, 39, - /* 1820 */ 47, 47, 375, 39, 0, 0, 0, 39, 35, 382, - /* 1830 */ 0, 384, 0, 35, 415, 49, 370, 418, 49, 39, - /* 1840 */ 421, 422, 423, 424, 425, 426, 35, 428, 382, 66, - /* 1850 */ 384, 49, 39, 0, 435, 35, 39, 49, 439, 440, - /* 1860 */ 0, 0, 415, 0, 0, 418, 333, 22, 421, 422, - /* 1870 */ 423, 424, 425, 426, 35, 428, 343, 0, 44, 109, - /* 1880 */ 44, 415, 35, 35, 418, 333, 35, 421, 422, 423, - /* 1890 */ 424, 425, 426, 35, 428, 343, 22, 35, 107, 0, - /* 1900 */ 35, 35, 35, 370, 35, 35, 22, 0, 375, 22, - /* 1910 */ 51, 0, 0, 333, 22, 382, 35, 384, 35, 0, - /* 1920 */ 35, 0, 370, 343, 22, 20, 35, 375, 35, 35, - /* 1930 */ 464, 0, 101, 100, 382, 100, 384, 193, 35, 22, - /* 1940 */ 0, 189, 22, 0, 0, 168, 256, 101, 415, 3, - /* 1950 */ 370, 418, 44, 168, 421, 422, 423, 424, 425, 426, - /* 1960 */ 44, 428, 382, 48, 384, 256, 48, 415, 100, 170, - /* 1970 */ 418, 168, 100, 421, 422, 423, 424, 425, 426, 333, - /* 1980 */ 428, 101, 96, 44, 175, 44, 98, 3, 256, 343, - /* 1990 */ 101, 35, 47, 44, 47, 415, 100, 100, 418, 101, - /* 2000 */ 100, 421, 422, 423, 424, 425, 426, 101, 428, 100, - /* 2010 */ 430, 101, 44, 35, 35, 35, 370, 35, 35, 47, - /* 2020 */ 44, 375, 47, 101, 101, 0, 0, 0, 382, 0, - /* 2030 */ 384, 39, 100, 47, 100, 0, 101, 250, 39, 101, - /* 2040 */ 333, 47, 100, 110, 44, 169, 171, 237, 100, 2, - /* 2050 */ 343, 100, 100, 98, 22, 333, 98, 215, 47, 100, - /* 2060 */ 100, 415, 101, 1, 418, 343, 101, 421, 422, 423, - /* 2070 */ 424, 425, 426, 100, 428, 101, 22, 370, 47, 35, - /* 2080 */ 111, 19, 375, 35, 35, 100, 122, 100, 217, 382, - /* 2090 */ 333, 384, 370, 35, 101, 33, 100, 44, 101, 101, - /* 2100 */ 343, 100, 100, 100, 382, 35, 384, 101, 101, 100, - /* 2110 */ 35, 49, 122, 101, 100, 100, 35, 55, 56, 57, - /* 2120 */ 58, 59, 415, 100, 100, 418, 22, 370, 421, 422, - /* 2130 */ 423, 424, 425, 426, 66, 428, 65, 415, 122, 382, - /* 2140 */ 418, 384, 122, 421, 422, 423, 424, 425, 426, 35, - /* 2150 */ 428, 35, 35, 35, 35, 35, 333, 35, 35, 72, - /* 2160 */ 35, 99, 35, 94, 102, 44, 343, 35, 22, 35, - /* 2170 */ 35, 35, 415, 35, 72, 418, 333, 35, 421, 422, - /* 2180 */ 423, 424, 425, 426, 35, 428, 343, 35, 35, 22, - /* 2190 */ 35, 0, 35, 370, 49, 39, 134, 49, 35, 39, - /* 2200 */ 0, 35, 0, 49, 39, 382, 333, 384, 0, 35, - /* 2210 */ 49, 39, 0, 370, 35, 35, 343, 0, 22, 21, - /* 2220 */ 476, 22, 21, 333, 476, 382, 22, 384, 476, 20, - /* 2230 */ 476, 169, 476, 343, 476, 476, 174, 476, 415, 476, - /* 2240 */ 476, 418, 476, 370, 421, 422, 423, 424, 425, 426, - /* 2250 */ 476, 428, 476, 476, 476, 382, 194, 384, 415, 33, - /* 2260 */ 370, 418, 476, 476, 421, 422, 423, 424, 425, 426, - /* 2270 */ 333, 428, 382, 476, 384, 49, 476, 476, 476, 476, - /* 2280 */ 343, 55, 56, 57, 58, 59, 476, 476, 415, 476, - /* 2290 */ 333, 418, 476, 476, 421, 422, 423, 424, 425, 426, - /* 2300 */ 343, 428, 476, 476, 476, 415, 476, 370, 418, 476, - /* 2310 */ 476, 421, 422, 423, 424, 425, 426, 476, 428, 382, - /* 2320 */ 476, 384, 476, 476, 476, 99, 476, 370, 102, 476, - /* 2330 */ 476, 476, 476, 476, 476, 476, 476, 333, 476, 382, - /* 2340 */ 476, 384, 476, 476, 476, 476, 476, 343, 476, 476, - /* 2350 */ 476, 476, 415, 476, 476, 418, 476, 476, 421, 422, - /* 2360 */ 423, 424, 425, 426, 476, 428, 476, 476, 476, 476, - /* 2370 */ 476, 476, 415, 476, 370, 418, 476, 476, 421, 422, - /* 2380 */ 423, 424, 425, 426, 333, 428, 382, 476, 384, 476, - /* 2390 */ 476, 476, 476, 476, 343, 169, 170, 476, 476, 333, - /* 2400 */ 174, 476, 176, 476, 476, 476, 476, 476, 476, 343, - /* 2410 */ 476, 476, 476, 476, 476, 476, 476, 476, 476, 415, - /* 2420 */ 194, 370, 418, 476, 476, 421, 422, 423, 424, 425, - /* 2430 */ 426, 476, 428, 382, 333, 384, 370, 476, 476, 476, - /* 2440 */ 476, 476, 476, 476, 343, 476, 476, 476, 382, 476, - /* 2450 */ 384, 476, 476, 476, 476, 476, 476, 476, 476, 476, - /* 2460 */ 476, 476, 476, 476, 476, 476, 415, 476, 476, 418, - /* 2470 */ 476, 370, 421, 422, 423, 424, 425, 426, 476, 428, - /* 2480 */ 476, 415, 476, 382, 418, 384, 476, 421, 422, 423, - /* 2490 */ 424, 425, 426, 476, 428, 333, 476, 476, 476, 476, - /* 2500 */ 476, 476, 476, 476, 476, 343, 476, 476, 476, 476, - /* 2510 */ 333, 476, 476, 476, 476, 476, 415, 476, 476, 418, - /* 2520 */ 343, 476, 421, 422, 423, 424, 425, 426, 476, 428, - /* 2530 */ 333, 476, 370, 476, 476, 476, 476, 476, 476, 476, - /* 2540 */ 343, 476, 476, 476, 382, 476, 384, 370, 476, 476, - /* 2550 */ 476, 476, 476, 476, 476, 476, 476, 476, 476, 382, - /* 2560 */ 476, 384, 476, 476, 476, 476, 476, 370, 476, 476, - /* 2570 */ 476, 476, 476, 476, 476, 476, 476, 415, 476, 382, - /* 2580 */ 418, 384, 476, 421, 422, 423, 424, 425, 426, 476, - /* 2590 */ 428, 476, 415, 476, 333, 418, 476, 476, 421, 422, - /* 2600 */ 423, 424, 425, 426, 343, 428, 476, 476, 476, 476, - /* 2610 */ 476, 476, 415, 476, 333, 418, 476, 476, 421, 422, - /* 2620 */ 423, 424, 425, 426, 343, 428, 476, 476, 476, 333, - /* 2630 */ 476, 370, 476, 476, 476, 476, 476, 476, 476, 343, - /* 2640 */ 476, 476, 476, 382, 476, 384, 476, 476, 476, 476, - /* 2650 */ 476, 370, 476, 476, 476, 476, 476, 476, 476, 476, - /* 2660 */ 476, 333, 476, 382, 476, 384, 370, 476, 476, 476, - /* 2670 */ 476, 343, 476, 476, 476, 476, 415, 476, 382, 418, - /* 2680 */ 384, 476, 421, 422, 423, 424, 425, 426, 476, 428, - /* 2690 */ 476, 476, 476, 476, 476, 476, 415, 476, 370, 418, - /* 2700 */ 476, 476, 421, 422, 423, 424, 425, 426, 476, 428, - /* 2710 */ 382, 415, 384, 476, 418, 476, 476, 421, 422, 423, - /* 2720 */ 424, 425, 426, 476, 428, 476, 476, 476, 333, 476, - /* 2730 */ 476, 476, 476, 476, 476, 476, 476, 476, 343, 476, - /* 2740 */ 476, 476, 476, 415, 476, 476, 418, 476, 476, 421, - /* 2750 */ 422, 423, 424, 425, 426, 476, 428, 476, 476, 476, - /* 2760 */ 333, 476, 476, 476, 476, 370, 476, 476, 476, 476, - /* 2770 */ 343, 476, 476, 476, 476, 476, 476, 382, 333, 384, - /* 2780 */ 476, 476, 476, 476, 476, 476, 476, 476, 343, 476, - /* 2790 */ 476, 476, 476, 476, 476, 476, 476, 370, 476, 476, - /* 2800 */ 476, 476, 476, 476, 476, 476, 476, 476, 476, 382, - /* 2810 */ 415, 384, 476, 418, 476, 370, 421, 422, 423, 424, - /* 2820 */ 425, 426, 476, 428, 476, 476, 476, 382, 476, 384, - /* 2830 */ 476, 476, 476, 476, 476, 476, 476, 476, 476, 476, - /* 2840 */ 476, 476, 415, 476, 476, 418, 476, 476, 421, 422, - /* 2850 */ 423, 424, 425, 426, 476, 428, 476, 476, 476, 476, - /* 2860 */ 415, 476, 476, 418, 476, 476, 421, 422, 423, 424, - /* 2870 */ 425, 426, 476, 428, + /* 120 */ 86, 87, 88, 89, 90, 91, 92, 93, 59, 465, + /* 130 */ 466, 340, 97, 372, 343, 344, 136, 137, 345, 346, + /* 140 */ 404, 20, 404, 100, 408, 384, 408, 112, 113, 114, + /* 150 */ 115, 116, 117, 118, 119, 120, 121, 364, 123, 124, + /* 160 */ 125, 126, 127, 128, 371, 20, 166, 167, 99, 20, + /* 170 */ 373, 102, 172, 173, 20, 8, 9, 380, 100, 12, + /* 180 */ 13, 14, 15, 16, 351, 388, 186, 451, 188, 451, + /* 190 */ 454, 100, 454, 130, 131, 8, 9, 20, 135, 12, + /* 200 */ 13, 14, 15, 16, 22, 469, 470, 469, 470, 376, + /* 210 */ 474, 475, 474, 475, 345, 346, 168, 35, 218, 219, + /* 220 */ 20, 221, 222, 223, 224, 225, 226, 227, 228, 229, + /* 230 */ 230, 231, 232, 233, 234, 235, 236, 237, 238, 12, + /* 240 */ 13, 0, 345, 346, 18, 165, 20, 20, 451, 22, + /* 250 */ 345, 454, 65, 27, 345, 346, 30, 136, 137, 33, + /* 260 */ 33, 364, 35, 64, 336, 33, 469, 470, 371, 361, + /* 270 */ 346, 474, 475, 364, 346, 49, 14, 51, 0, 97, + /* 280 */ 54, 49, 20, 375, 440, 441, 59, 55, 56, 57, + /* 290 */ 58, 59, 65, 385, 389, 20, 109, 373, 255, 72, + /* 300 */ 100, 373, 24, 25, 26, 27, 28, 29, 30, 31, + /* 310 */ 32, 166, 167, 385, 181, 387, 447, 448, 449, 111, + /* 320 */ 451, 452, 242, 454, 97, 99, 4, 100, 100, 14, + /* 330 */ 422, 99, 252, 255, 102, 20, 22, 111, 469, 470, + /* 340 */ 432, 208, 209, 474, 475, 178, 255, 419, 20, 35, + /* 350 */ 422, 427, 165, 425, 426, 427, 428, 429, 430, 431, + /* 360 */ 432, 433, 434, 136, 137, 43, 140, 45, 46, 143, + /* 370 */ 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, + /* 380 */ 154, 155, 156, 157, 158, 159, 72, 161, 162, 163, + /* 390 */ 14, 15, 16, 166, 167, 336, 155, 3, 18, 172, + /* 400 */ 173, 169, 170, 23, 451, 164, 174, 454, 176, 345, + /* 410 */ 346, 97, 131, 186, 20, 188, 135, 37, 38, 358, + /* 420 */ 359, 41, 469, 470, 386, 387, 194, 474, 475, 242, + /* 430 */ 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, + /* 440 */ 60, 61, 62, 63, 385, 218, 219, 280, 221, 222, + /* 450 */ 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, + /* 460 */ 233, 234, 235, 236, 237, 238, 239, 12, 13, 12, + /* 470 */ 13, 14, 15, 16, 20, 20, 195, 22, 22, 198, + /* 480 */ 100, 424, 201, 255, 203, 67, 68, 69, 33, 336, + /* 490 */ 35, 35, 74, 75, 76, 101, 168, 218, 80, 346, + /* 500 */ 186, 100, 188, 85, 86, 87, 88, 450, 373, 91, + /* 510 */ 446, 447, 448, 449, 59, 451, 452, 341, 138, 336, + /* 520 */ 65, 345, 354, 347, 345, 346, 373, 72, 393, 394, + /* 530 */ 362, 341, 218, 219, 171, 345, 47, 347, 385, 239, + /* 540 */ 387, 241, 361, 364, 265, 266, 267, 268, 269, 270, + /* 550 */ 271, 48, 97, 97, 100, 100, 375, 365, 178, 179, + /* 560 */ 180, 336, 168, 183, 346, 373, 385, 404, 385, 239, + /* 570 */ 130, 346, 419, 381, 35, 422, 196, 197, 425, 426, + /* 580 */ 427, 428, 429, 430, 369, 432, 185, 207, 187, 100, + /* 590 */ 210, 136, 137, 213, 214, 215, 216, 217, 373, 435, + /* 600 */ 8, 9, 438, 422, 12, 13, 14, 15, 16, 391, + /* 610 */ 385, 72, 387, 432, 451, 345, 346, 454, 217, 345, + /* 620 */ 72, 166, 167, 260, 261, 262, 336, 172, 173, 476, + /* 630 */ 477, 416, 469, 470, 364, 255, 44, 474, 475, 199, + /* 640 */ 200, 186, 0, 188, 419, 0, 21, 422, 345, 346, + /* 650 */ 425, 426, 427, 428, 429, 430, 255, 432, 404, 34, + /* 660 */ 435, 36, 437, 438, 439, 358, 359, 364, 443, 444, + /* 670 */ 396, 168, 398, 218, 219, 385, 221, 222, 223, 224, + /* 680 */ 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, + /* 690 */ 235, 236, 237, 238, 12, 13, 14, 345, 346, 345, + /* 700 */ 336, 35, 20, 451, 22, 451, 454, 336, 454, 255, + /* 710 */ 346, 336, 67, 68, 69, 33, 364, 35, 336, 74, + /* 720 */ 75, 76, 470, 469, 470, 80, 474, 475, 474, 475, + /* 730 */ 85, 86, 87, 88, 345, 346, 91, 373, 72, 8, + /* 740 */ 9, 59, 14, 12, 13, 14, 15, 16, 20, 385, + /* 750 */ 396, 387, 398, 364, 72, 436, 385, 438, 8, 9, + /* 760 */ 385, 44, 12, 13, 14, 15, 16, 385, 345, 346, + /* 770 */ 59, 129, 130, 131, 132, 133, 134, 135, 14, 97, + /* 780 */ 345, 346, 100, 419, 20, 373, 422, 364, 336, 425, + /* 790 */ 426, 427, 428, 429, 430, 4, 432, 111, 346, 364, + /* 800 */ 348, 437, 373, 439, 12, 13, 394, 443, 444, 380, + /* 810 */ 19, 100, 451, 102, 20, 454, 424, 388, 136, 137, + /* 820 */ 456, 0, 345, 346, 33, 373, 382, 35, 464, 385, + /* 830 */ 72, 470, 101, 345, 346, 474, 475, 385, 0, 387, + /* 840 */ 49, 364, 450, 353, 374, 54, 373, 353, 166, 167, + /* 850 */ 59, 101, 2, 380, 172, 173, 345, 346, 8, 9, + /* 860 */ 370, 388, 12, 13, 14, 15, 16, 0, 186, 379, + /* 870 */ 188, 419, 345, 379, 422, 364, 20, 425, 426, 427, + /* 880 */ 428, 429, 430, 336, 432, 409, 345, 346, 346, 437, + /* 890 */ 99, 439, 336, 102, 166, 443, 444, 1, 2, 404, + /* 900 */ 218, 219, 64, 221, 222, 223, 224, 225, 226, 227, + /* 910 */ 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, + /* 920 */ 238, 12, 13, 396, 336, 398, 345, 346, 373, 20, + /* 930 */ 166, 22, 385, 391, 346, 447, 448, 449, 336, 451, + /* 940 */ 452, 385, 33, 388, 35, 364, 451, 336, 3, 454, + /* 950 */ 129, 130, 131, 132, 133, 134, 135, 346, 436, 348, + /* 960 */ 438, 373, 168, 365, 469, 470, 255, 4, 59, 474, + /* 970 */ 475, 373, 336, 385, 351, 387, 345, 346, 380, 381, + /* 980 */ 188, 72, 345, 346, 373, 39, 388, 385, 447, 448, + /* 990 */ 449, 368, 451, 452, 277, 364, 385, 101, 387, 376, + /* 1000 */ 336, 364, 37, 365, 345, 346, 97, 419, 129, 100, + /* 1010 */ 422, 373, 133, 425, 426, 427, 428, 429, 430, 381, + /* 1020 */ 432, 385, 404, 364, 168, 437, 374, 439, 336, 81, + /* 1030 */ 419, 443, 444, 422, 20, 374, 425, 426, 427, 428, + /* 1040 */ 429, 430, 361, 432, 382, 136, 137, 385, 437, 385, + /* 1050 */ 439, 336, 464, 44, 443, 444, 375, 8, 9, 345, + /* 1060 */ 346, 12, 13, 14, 15, 16, 385, 374, 103, 451, + /* 1070 */ 105, 106, 454, 108, 336, 166, 167, 385, 364, 212, + /* 1080 */ 336, 172, 173, 373, 346, 20, 348, 469, 470, 141, + /* 1090 */ 142, 381, 474, 475, 129, 186, 366, 188, 133, 369, + /* 1100 */ 385, 8, 9, 422, 423, 12, 13, 14, 15, 16, + /* 1110 */ 336, 373, 164, 432, 129, 130, 131, 132, 133, 134, + /* 1120 */ 135, 360, 374, 385, 363, 387, 374, 218, 219, 385, + /* 1130 */ 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, + /* 1140 */ 231, 232, 233, 234, 235, 236, 237, 238, 12, 13, + /* 1150 */ 136, 137, 382, 45, 46, 385, 20, 419, 22, 385, + /* 1160 */ 422, 336, 336, 425, 426, 427, 428, 429, 430, 33, + /* 1170 */ 432, 35, 346, 373, 348, 437, 336, 439, 345, 346, + /* 1180 */ 380, 443, 444, 373, 44, 336, 172, 173, 388, 336, + /* 1190 */ 380, 336, 253, 254, 42, 59, 44, 364, 388, 373, + /* 1200 */ 254, 346, 22, 348, 345, 346, 0, 42, 72, 44, + /* 1210 */ 385, 385, 0, 387, 202, 35, 204, 168, 111, 256, + /* 1220 */ 275, 104, 13, 364, 107, 385, 104, 13, 373, 107, + /* 1230 */ 362, 166, 104, 97, 385, 107, 100, 0, 385, 65, + /* 1240 */ 385, 101, 387, 104, 35, 419, 107, 44, 422, 35, + /* 1250 */ 44, 425, 426, 427, 428, 429, 430, 0, 432, 22, + /* 1260 */ 35, 49, 0, 437, 0, 439, 44, 160, 44, 443, + /* 1270 */ 444, 44, 136, 137, 419, 59, 44, 422, 44, 22, + /* 1280 */ 425, 426, 427, 428, 429, 430, 22, 432, 279, 136, + /* 1290 */ 137, 44, 437, 35, 439, 44, 12, 13, 443, 444, + /* 1300 */ 1, 2, 166, 167, 101, 100, 22, 337, 172, 173, + /* 1310 */ 395, 467, 50, 478, 361, 110, 13, 33, 102, 35, + /* 1320 */ 44, 44, 186, 101, 188, 101, 44, 44, 101, 44, + /* 1330 */ 349, 44, 44, 101, 44, 101, 44, 44, 35, 44, + /* 1340 */ 361, 461, 373, 59, 349, 395, 344, 346, 101, 395, + /* 1350 */ 384, 453, 101, 471, 218, 219, 72, 221, 222, 223, + /* 1360 */ 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, + /* 1370 */ 234, 235, 236, 237, 238, 336, 13, 101, 101, 445, + /* 1380 */ 455, 97, 257, 101, 101, 346, 101, 348, 101, 101, + /* 1390 */ 49, 101, 218, 101, 101, 421, 101, 420, 35, 20, + /* 1400 */ 413, 201, 418, 353, 413, 353, 406, 184, 42, 392, + /* 1410 */ 20, 395, 373, 188, 392, 165, 390, 20, 345, 345, + /* 1420 */ 392, 390, 390, 98, 385, 357, 387, 96, 356, 345, + /* 1430 */ 95, 355, 345, 345, 345, 20, 338, 48, 342, 338, + /* 1440 */ 413, 342, 20, 353, 387, 353, 188, 20, 20, 347, + /* 1450 */ 405, 347, 53, 353, 338, 345, 353, 205, 419, 353, + /* 1460 */ 385, 422, 353, 350, 425, 426, 427, 428, 429, 430, + /* 1470 */ 186, 432, 188, 353, 336, 345, 437, 350, 439, 338, + /* 1480 */ 385, 417, 443, 444, 346, 373, 415, 373, 373, 192, + /* 1490 */ 385, 373, 373, 100, 373, 413, 373, 336, 351, 373, + /* 1500 */ 191, 351, 218, 219, 373, 373, 373, 346, 190, 412, + /* 1510 */ 264, 373, 345, 460, 460, 231, 232, 233, 234, 235, + /* 1520 */ 236, 237, 411, 385, 387, 387, 263, 385, 272, 395, + /* 1530 */ 395, 385, 463, 385, 373, 177, 385, 460, 459, 410, + /* 1540 */ 462, 274, 273, 400, 400, 421, 385, 258, 387, 458, + /* 1550 */ 278, 457, 281, 346, 473, 276, 254, 419, 472, 479, + /* 1560 */ 422, 20, 345, 425, 426, 427, 428, 429, 430, 424, + /* 1570 */ 432, 351, 351, 347, 20, 437, 398, 439, 385, 400, + /* 1580 */ 419, 443, 444, 422, 385, 336, 425, 426, 427, 428, + /* 1590 */ 429, 430, 400, 432, 170, 346, 385, 1, 437, 397, + /* 1600 */ 439, 100, 369, 385, 443, 444, 351, 346, 442, 100, + /* 1610 */ 351, 336, 377, 385, 385, 19, 385, 363, 345, 351, + /* 1620 */ 36, 346, 373, 0, 414, 339, 407, 367, 0, 33, + /* 1630 */ 352, 401, 338, 367, 385, 334, 387, 401, 0, 42, + /* 1640 */ 0, 367, 35, 211, 35, 49, 35, 35, 373, 211, + /* 1650 */ 0, 55, 56, 57, 58, 59, 35, 35, 211, 336, + /* 1660 */ 385, 211, 387, 0, 0, 35, 0, 22, 419, 346, + /* 1670 */ 0, 422, 35, 206, 425, 426, 427, 428, 429, 430, + /* 1680 */ 0, 432, 194, 0, 194, 188, 437, 195, 439, 186, + /* 1690 */ 0, 0, 443, 444, 419, 99, 373, 422, 102, 0, + /* 1700 */ 425, 426, 427, 428, 429, 430, 182, 432, 385, 181, + /* 1710 */ 387, 0, 0, 0, 439, 47, 0, 0, 443, 444, + /* 1720 */ 42, 0, 336, 0, 0, 0, 0, 0, 0, 0, + /* 1730 */ 134, 155, 346, 35, 0, 155, 0, 0, 0, 0, + /* 1740 */ 0, 0, 419, 0, 0, 422, 0, 0, 425, 426, + /* 1750 */ 427, 428, 429, 430, 0, 432, 0, 0, 0, 373, + /* 1760 */ 0, 0, 439, 139, 42, 169, 443, 444, 0, 0, + /* 1770 */ 174, 385, 0, 387, 0, 0, 0, 22, 0, 0, + /* 1780 */ 0, 0, 0, 48, 22, 0, 22, 35, 0, 59, + /* 1790 */ 194, 59, 0, 48, 0, 0, 47, 44, 39, 0, + /* 1800 */ 14, 59, 0, 0, 39, 419, 40, 336, 422, 42, + /* 1810 */ 0, 425, 426, 427, 428, 429, 430, 346, 432, 177, + /* 1820 */ 47, 0, 39, 0, 47, 439, 35, 0, 35, 443, + /* 1830 */ 444, 0, 0, 0, 0, 39, 66, 39, 49, 49, + /* 1840 */ 336, 35, 0, 39, 373, 0, 49, 35, 39, 49, + /* 1850 */ 346, 0, 0, 0, 35, 0, 385, 109, 387, 22, + /* 1860 */ 35, 44, 44, 35, 35, 35, 0, 0, 22, 0, + /* 1870 */ 35, 336, 22, 35, 35, 35, 22, 373, 107, 35, + /* 1880 */ 22, 346, 35, 35, 0, 0, 0, 51, 20, 385, + /* 1890 */ 419, 387, 35, 422, 35, 22, 425, 426, 427, 428, + /* 1900 */ 429, 430, 336, 432, 0, 35, 35, 35, 373, 101, + /* 1910 */ 439, 100, 346, 378, 100, 444, 35, 22, 168, 0, + /* 1920 */ 385, 22, 387, 419, 193, 0, 422, 0, 259, 425, + /* 1930 */ 426, 427, 428, 429, 430, 336, 432, 3, 44, 373, + /* 1940 */ 189, 48, 3, 100, 378, 346, 48, 44, 47, 44, + /* 1950 */ 101, 385, 168, 387, 419, 168, 100, 422, 98, 96, + /* 1960 */ 425, 426, 427, 428, 429, 430, 101, 432, 44, 47, + /* 1970 */ 466, 170, 373, 44, 259, 101, 100, 100, 100, 100, + /* 1980 */ 175, 101, 44, 101, 385, 419, 387, 35, 422, 101, + /* 1990 */ 35, 425, 426, 427, 428, 429, 430, 336, 432, 35, + /* 2000 */ 35, 35, 35, 101, 47, 47, 44, 346, 101, 0, + /* 2010 */ 0, 0, 336, 0, 100, 39, 47, 100, 419, 101, + /* 2020 */ 100, 422, 346, 100, 425, 426, 427, 428, 429, 430, + /* 2030 */ 100, 432, 101, 336, 373, 171, 0, 39, 110, 47, + /* 2040 */ 100, 44, 98, 346, 169, 98, 385, 2, 387, 373, + /* 2050 */ 22, 100, 47, 240, 378, 101, 100, 22, 35, 47, + /* 2060 */ 101, 385, 35, 387, 101, 35, 259, 468, 253, 101, + /* 2070 */ 373, 100, 100, 100, 100, 35, 101, 100, 100, 218, + /* 2080 */ 419, 111, 385, 422, 387, 101, 425, 426, 427, 428, + /* 2090 */ 429, 430, 101, 432, 100, 419, 101, 35, 422, 336, + /* 2100 */ 100, 425, 426, 427, 428, 429, 430, 220, 432, 346, + /* 2110 */ 35, 122, 122, 44, 35, 101, 419, 100, 122, 422, + /* 2120 */ 100, 122, 425, 426, 427, 428, 429, 430, 22, 432, + /* 2130 */ 66, 434, 100, 100, 35, 65, 373, 35, 477, 35, + /* 2140 */ 35, 378, 94, 35, 35, 35, 35, 44, 385, 72, + /* 2150 */ 387, 35, 35, 35, 22, 35, 35, 35, 72, 35, + /* 2160 */ 35, 35, 336, 35, 35, 22, 35, 0, 35, 39, + /* 2170 */ 0, 35, 346, 35, 39, 0, 49, 336, 39, 0, + /* 2180 */ 35, 39, 419, 49, 0, 422, 49, 346, 425, 426, + /* 2190 */ 427, 428, 429, 430, 35, 432, 49, 35, 0, 373, + /* 2200 */ 22, 21, 20, 22, 378, 22, 21, 480, 480, 480, + /* 2210 */ 480, 385, 480, 387, 373, 480, 480, 480, 480, 480, + /* 2220 */ 480, 480, 480, 480, 480, 480, 385, 336, 387, 480, + /* 2230 */ 480, 480, 480, 480, 480, 480, 480, 346, 480, 480, + /* 2240 */ 480, 480, 480, 480, 480, 419, 480, 336, 422, 480, + /* 2250 */ 480, 425, 426, 427, 428, 429, 430, 346, 432, 480, + /* 2260 */ 419, 480, 480, 422, 373, 480, 425, 426, 427, 428, + /* 2270 */ 429, 430, 480, 432, 480, 480, 385, 480, 387, 480, + /* 2280 */ 480, 480, 480, 480, 373, 480, 480, 480, 480, 480, + /* 2290 */ 480, 480, 480, 480, 480, 480, 385, 336, 387, 480, + /* 2300 */ 480, 480, 480, 480, 480, 480, 480, 346, 480, 480, + /* 2310 */ 419, 480, 480, 422, 480, 480, 425, 426, 427, 428, + /* 2320 */ 429, 430, 336, 432, 480, 480, 480, 480, 480, 480, + /* 2330 */ 419, 480, 346, 422, 373, 480, 425, 426, 427, 428, + /* 2340 */ 429, 430, 480, 432, 480, 480, 385, 480, 387, 480, + /* 2350 */ 480, 480, 480, 480, 480, 336, 480, 480, 480, 373, + /* 2360 */ 480, 480, 480, 480, 480, 346, 480, 480, 480, 480, + /* 2370 */ 480, 385, 480, 387, 480, 480, 480, 480, 480, 480, + /* 2380 */ 419, 480, 480, 422, 480, 336, 425, 426, 427, 428, + /* 2390 */ 429, 430, 373, 432, 480, 346, 480, 480, 480, 480, + /* 2400 */ 480, 480, 480, 480, 385, 419, 387, 480, 422, 480, + /* 2410 */ 480, 425, 426, 427, 428, 429, 430, 480, 432, 480, + /* 2420 */ 480, 336, 373, 480, 480, 480, 480, 480, 480, 480, + /* 2430 */ 480, 346, 480, 480, 385, 480, 387, 480, 419, 480, + /* 2440 */ 480, 422, 480, 336, 425, 426, 427, 428, 429, 430, + /* 2450 */ 480, 432, 480, 346, 480, 480, 480, 480, 373, 480, + /* 2460 */ 480, 480, 480, 480, 480, 480, 480, 480, 419, 480, + /* 2470 */ 385, 422, 387, 480, 425, 426, 427, 428, 429, 430, + /* 2480 */ 373, 432, 480, 480, 480, 480, 480, 480, 480, 480, + /* 2490 */ 480, 480, 385, 480, 387, 480, 480, 480, 480, 480, + /* 2500 */ 480, 480, 480, 480, 419, 480, 480, 422, 480, 336, + /* 2510 */ 425, 426, 427, 428, 429, 430, 480, 432, 480, 346, + /* 2520 */ 480, 480, 480, 480, 480, 480, 419, 480, 336, 422, + /* 2530 */ 480, 480, 425, 426, 427, 428, 429, 430, 346, 432, + /* 2540 */ 480, 480, 480, 480, 480, 480, 373, 480, 480, 480, + /* 2550 */ 480, 480, 480, 480, 480, 480, 480, 480, 385, 480, + /* 2560 */ 387, 480, 480, 480, 480, 373, 480, 480, 480, 480, + /* 2570 */ 480, 480, 480, 480, 480, 480, 480, 385, 480, 387, + /* 2580 */ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480, + /* 2590 */ 480, 480, 419, 480, 336, 422, 480, 480, 425, 426, + /* 2600 */ 427, 428, 429, 430, 346, 432, 480, 480, 480, 480, + /* 2610 */ 480, 419, 480, 336, 422, 480, 480, 425, 426, 427, + /* 2620 */ 428, 429, 430, 346, 432, 480, 480, 480, 480, 480, + /* 2630 */ 480, 373, 480, 480, 480, 480, 480, 480, 480, 480, + /* 2640 */ 480, 480, 480, 385, 336, 387, 480, 480, 480, 480, + /* 2650 */ 373, 480, 480, 480, 346, 480, 480, 480, 480, 480, + /* 2660 */ 480, 480, 385, 480, 387, 480, 480, 480, 480, 480, + /* 2670 */ 480, 480, 480, 480, 480, 480, 480, 419, 480, 480, + /* 2680 */ 422, 373, 480, 425, 426, 427, 428, 429, 430, 480, + /* 2690 */ 432, 480, 480, 385, 480, 387, 419, 480, 480, 422, + /* 2700 */ 480, 480, 425, 426, 427, 428, 429, 430, 336, 432, + /* 2710 */ 480, 480, 480, 480, 480, 480, 480, 480, 346, 480, + /* 2720 */ 480, 480, 480, 480, 480, 480, 480, 419, 480, 336, + /* 2730 */ 422, 480, 480, 425, 426, 427, 428, 429, 430, 346, + /* 2740 */ 432, 480, 480, 480, 480, 373, 480, 480, 480, 480, + /* 2750 */ 480, 480, 480, 480, 480, 480, 480, 385, 336, 387, + /* 2760 */ 480, 480, 480, 480, 480, 480, 373, 480, 346, 480, + /* 2770 */ 480, 480, 480, 480, 480, 480, 480, 480, 385, 480, + /* 2780 */ 387, 480, 480, 480, 480, 480, 480, 480, 480, 480, + /* 2790 */ 480, 419, 480, 480, 422, 373, 480, 425, 426, 427, + /* 2800 */ 428, 429, 430, 480, 432, 480, 480, 385, 480, 387, + /* 2810 */ 480, 480, 419, 480, 480, 422, 336, 480, 425, 426, + /* 2820 */ 427, 428, 429, 430, 480, 432, 346, 480, 480, 480, + /* 2830 */ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480, + /* 2840 */ 480, 419, 480, 480, 422, 480, 336, 425, 426, 427, + /* 2850 */ 428, 429, 430, 373, 432, 480, 346, 480, 480, 480, + /* 2860 */ 480, 480, 480, 480, 480, 385, 336, 387, 480, 480, + /* 2870 */ 480, 480, 480, 480, 480, 480, 346, 480, 480, 480, + /* 2880 */ 480, 480, 480, 373, 480, 480, 480, 480, 480, 480, + /* 2890 */ 480, 480, 480, 480, 480, 385, 480, 387, 480, 419, + /* 2900 */ 480, 480, 422, 373, 480, 425, 426, 427, 428, 429, + /* 2910 */ 430, 480, 432, 480, 336, 385, 480, 387, 480, 480, + /* 2920 */ 480, 480, 480, 480, 346, 480, 480, 480, 480, 419, + /* 2930 */ 480, 336, 422, 480, 480, 425, 426, 427, 428, 429, + /* 2940 */ 430, 346, 432, 480, 480, 480, 480, 480, 480, 419, + /* 2950 */ 480, 373, 422, 480, 480, 425, 426, 427, 428, 429, + /* 2960 */ 430, 480, 432, 385, 480, 387, 480, 480, 373, 480, + /* 2970 */ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480, + /* 2980 */ 385, 480, 387, 480, 480, 480, 480, 480, 480, 480, + /* 2990 */ 480, 480, 480, 480, 480, 480, 480, 419, 480, 480, + /* 3000 */ 422, 480, 480, 425, 426, 427, 428, 429, 430, 480, + /* 3010 */ 432, 480, 480, 480, 419, 480, 480, 422, 480, 480, + /* 3020 */ 425, 426, 427, 428, 429, 430, 480, 432, }; -#define YY_SHIFT_COUNT (761) +#define YY_SHIFT_COUNT (771) #define YY_SHIFT_MIN (0) -#define YY_SHIFT_MAX (2226) +#define YY_SHIFT_MAX (2198) static const unsigned short int yy_shift_ofst[] = { - /* 0 */ 550, 0, 224, 0, 449, 449, 449, 449, 449, 449, - /* 10 */ 449, 449, 449, 449, 449, 449, 673, 897, 897, 1121, - /* 20 */ 897, 897, 897, 897, 897, 897, 897, 897, 897, 897, - /* 30 */ 897, 897, 897, 897, 897, 897, 897, 897, 897, 897, - /* 40 */ 897, 897, 897, 897, 897, 897, 897, 897, 897, 897, - /* 50 */ 897, 148, 368, 93, 64, 140, 147, 322, 147, 64, - /* 60 */ 64, 1346, 147, 1346, 1346, 314, 147, 76, 369, 111, - /* 70 */ 111, 369, 656, 656, 18, 327, 7, 7, 111, 111, - /* 80 */ 111, 111, 111, 111, 111, 145, 111, 111, 248, 76, - /* 90 */ 111, 111, 363, 111, 76, 111, 145, 111, 145, 76, - /* 100 */ 111, 111, 76, 111, 76, 76, 76, 111, 343, 223, - /* 110 */ 189, 189, 405, 114, 443, 443, 443, 443, 443, 443, - /* 120 */ 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, - /* 130 */ 443, 443, 443, 672, 483, 18, 327, 293, 253, 253, - /* 140 */ 253, 217, 622, 622, 293, 523, 523, 523, 248, 460, - /* 150 */ 354, 76, 585, 76, 585, 585, 604, 670, 35, 35, - /* 160 */ 35, 35, 35, 35, 35, 35, 2062, 636, 15, 167, - /* 170 */ 16, 297, 515, 252, 454, 454, 373, 842, 389, 484, - /* 180 */ 1058, 1163, 862, 892, 949, 941, 45, 949, 878, 964, - /* 190 */ 1090, 1126, 1333, 1201, 1345, 1368, 1345, 1232, 1379, 1379, - /* 200 */ 1345, 1232, 1232, 1311, 1315, 1379, 1329, 1379, 1379, 1379, - /* 210 */ 1408, 1383, 1408, 1383, 1416, 248, 1424, 248, 1435, 1438, - /* 220 */ 248, 1435, 248, 248, 248, 1379, 248, 1409, 1409, 1408, - /* 230 */ 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, - /* 240 */ 76, 1379, 1408, 585, 585, 585, 1301, 1410, 1416, 343, - /* 250 */ 1319, 1335, 1424, 343, 1340, 1379, 1368, 1368, 585, 1274, - /* 260 */ 1285, 585, 1274, 1285, 585, 585, 76, 1294, 1390, 1274, - /* 270 */ 1297, 1302, 1327, 1126, 1293, 1309, 1312, 1336, 523, 1568, - /* 280 */ 1379, 1435, 343, 343, 1574, 1285, 585, 585, 585, 585, - /* 290 */ 585, 1285, 585, 1427, 343, 604, 343, 523, 1515, 1516, - /* 300 */ 585, 670, 1379, 343, 1588, 1408, 2874, 2874, 2874, 2874, - /* 310 */ 2874, 2874, 2874, 2874, 2874, 34, 2226, 238, 590, 198, - /* 320 */ 539, 973, 794, 486, 1064, 925, 1030, 48, 48, 48, - /* 330 */ 48, 48, 48, 48, 48, 48, 831, 612, 65, 65, - /* 340 */ 549, 737, 700, 891, 262, 448, 1025, 717, 531, 531, - /* 350 */ 962, 751, 906, 962, 962, 962, 1202, 1015, 513, 736, - /* 360 */ 1008, 1092, 1194, 1101, 1102, 1103, 1142, 381, 1207, 1240, - /* 370 */ 1241, 1247, 1011, 1209, 1220, 1153, 1221, 1223, 1226, 1139, - /* 380 */ 999, 978, 1124, 1227, 1233, 1234, 1237, 1259, 1273, 1278, - /* 390 */ 1275, 1183, 1276, 1314, 1289, 1318, 1320, 1321, 1322, 1326, - /* 400 */ 770, 1215, 1224, 1248, 1255, 1254, 731, 1639, 1651, 1652, - /* 410 */ 1611, 1654, 1621, 1452, 1628, 1629, 1630, 1458, 1667, 1633, - /* 420 */ 1634, 1463, 1673, 1467, 1674, 1641, 1677, 1656, 1679, 1645, - /* 430 */ 1487, 1495, 1498, 1685, 1687, 1688, 1507, 1509, 1692, 1693, - /* 440 */ 1647, 1695, 1696, 1697, 1657, 1701, 1702, 1704, 1705, 1715, - /* 450 */ 1717, 1719, 1720, 1553, 1672, 1724, 1567, 1725, 1726, 1729, - /* 460 */ 1733, 1735, 1736, 1743, 1745, 1746, 1747, 1748, 1749, 1750, - /* 470 */ 1753, 1754, 1764, 1716, 1759, 1760, 1761, 1765, 1767, 1768, - /* 480 */ 1755, 1775, 1778, 1779, 1618, 1781, 1782, 1762, 1737, 1769, - /* 490 */ 1738, 1792, 1734, 1763, 1794, 1741, 1795, 1751, 1796, 1797, - /* 500 */ 1766, 1772, 1758, 1771, 1773, 1790, 1774, 1805, 1776, 1780, - /* 510 */ 1806, 1807, 1812, 1784, 1636, 1814, 1815, 1824, 1783, 1825, - /* 520 */ 1826, 1793, 1786, 1788, 1830, 1798, 1789, 1800, 1832, 1811, - /* 530 */ 1802, 1813, 1853, 1820, 1808, 1817, 1860, 1861, 1863, 1864, - /* 540 */ 1770, 1791, 1839, 1845, 1877, 1847, 1848, 1851, 1858, 1862, - /* 550 */ 1865, 1866, 1834, 1836, 1867, 1869, 1874, 1870, 1899, 1884, - /* 560 */ 1907, 1887, 1859, 1911, 1892, 1881, 1912, 1883, 1919, 1885, - /* 570 */ 1921, 1902, 1905, 1891, 1893, 1894, 1831, 1833, 1931, 1777, - /* 580 */ 1835, 1744, 1903, 1917, 1940, 1752, 1920, 1785, 1799, 1943, - /* 590 */ 1944, 1803, 1809, 1946, 1908, 1690, 1868, 1846, 1872, 1915, - /* 600 */ 1888, 1918, 1886, 1880, 1916, 1939, 1889, 1896, 1897, 1900, - /* 610 */ 1898, 1941, 1945, 1947, 1909, 1949, 1709, 1906, 1910, 1984, - /* 620 */ 1968, 1732, 1956, 1978, 1979, 1980, 1982, 1983, 1922, 1923, - /* 630 */ 1972, 1787, 1976, 1975, 2025, 2026, 2027, 2029, 1932, 1992, - /* 640 */ 1771, 1986, 1934, 1935, 1938, 1942, 1948, 1875, 1951, 2035, - /* 650 */ 1999, 1876, 1952, 1933, 1771, 1994, 2000, 1955, 1810, 1958, - /* 660 */ 2047, 2032, 1842, 1959, 1961, 1960, 1965, 1973, 1974, 2011, - /* 670 */ 1985, 1987, 2031, 1993, 2054, 1871, 1996, 1969, 1997, 2044, - /* 680 */ 2048, 2001, 1998, 2049, 2002, 2006, 2058, 2003, 2007, 2070, - /* 690 */ 2009, 2012, 2075, 2014, 1964, 1990, 2016, 2020, 2015, 2053, - /* 700 */ 2023, 2081, 2024, 2053, 2053, 2104, 2068, 2071, 2114, 2116, - /* 710 */ 2117, 2118, 2119, 2120, 2122, 2123, 2087, 2069, 2121, 2125, - /* 720 */ 2127, 2132, 2146, 2134, 2135, 2136, 2102, 1834, 2138, 1836, - /* 730 */ 2142, 2149, 2152, 2153, 2167, 2155, 2191, 2157, 2145, 2156, - /* 740 */ 2208, 2163, 2148, 2160, 2200, 2166, 2154, 2165, 2202, 2174, - /* 750 */ 2161, 2172, 2212, 2179, 2180, 2217, 2196, 2198, 2199, 2204, - /* 760 */ 2201, 2209, + /* 0 */ 380, 0, 227, 0, 455, 455, 455, 455, 455, 455, + /* 10 */ 455, 455, 455, 455, 455, 455, 682, 909, 909, 1136, + /* 20 */ 909, 909, 909, 909, 909, 909, 909, 909, 909, 909, + /* 30 */ 909, 909, 909, 909, 909, 909, 909, 909, 909, 909, + /* 40 */ 909, 909, 909, 909, 909, 909, 909, 909, 909, 909, + /* 50 */ 909, 78, 454, 401, 200, 711, 43, 228, 43, 200, + /* 60 */ 200, 1284, 43, 1284, 1284, 91, 43, 18, 1014, 149, + /* 70 */ 149, 1014, 322, 322, 145, 121, 262, 262, 149, 149, + /* 80 */ 149, 149, 149, 149, 149, 154, 149, 149, 6, 18, + /* 90 */ 149, 149, 177, 149, 18, 149, 154, 149, 154, 18, + /* 100 */ 149, 149, 18, 149, 18, 18, 18, 149, 199, 226, + /* 110 */ 187, 187, 418, 50, 314, 314, 314, 314, 314, 314, + /* 120 */ 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, + /* 130 */ 314, 314, 314, 965, 394, 145, 121, 539, 328, 328, + /* 140 */ 328, 838, 300, 300, 539, 275, 275, 275, 6, 208, + /* 150 */ 330, 18, 548, 18, 548, 548, 686, 758, 35, 35, + /* 160 */ 35, 35, 35, 35, 35, 35, 1596, 645, 15, 48, + /* 170 */ 167, 279, 32, 363, 792, 792, 728, 764, 33, 794, + /* 180 */ 1108, 315, 879, 856, 939, 946, 945, 939, 1152, 963, + /* 190 */ 1065, 1125, 1341, 1379, 1200, 6, 1379, 6, 1223, 1366, + /* 200 */ 1390, 1366, 1250, 1397, 1397, 1366, 1250, 1250, 1325, 1331, + /* 210 */ 1397, 1335, 1397, 1397, 1397, 1415, 1389, 1415, 1389, 1379, + /* 220 */ 6, 1422, 6, 1427, 1428, 6, 1427, 6, 6, 6, + /* 230 */ 1397, 6, 1399, 1399, 1415, 18, 18, 18, 18, 18, + /* 240 */ 18, 18, 18, 18, 18, 18, 1397, 1415, 548, 548, + /* 250 */ 548, 1252, 1393, 1379, 199, 1297, 1309, 1422, 199, 1318, + /* 260 */ 1397, 1390, 1390, 548, 1246, 1263, 548, 1246, 1263, 548, + /* 270 */ 548, 18, 1256, 1358, 1246, 1267, 1269, 1289, 1125, 1271, + /* 280 */ 1272, 1279, 1302, 275, 1541, 1397, 1427, 199, 199, 1554, + /* 290 */ 1263, 548, 548, 548, 548, 548, 1263, 548, 1424, 199, + /* 300 */ 686, 199, 275, 1501, 1509, 548, 758, 1397, 199, 1584, + /* 310 */ 1415, 3028, 3028, 3028, 3028, 3028, 3028, 3028, 3028, 3028, + /* 320 */ 34, 232, 278, 791, 731, 592, 750, 642, 16, 850, + /* 330 */ 1049, 821, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, + /* 340 */ 1093, 985, 281, 457, 457, 948, 133, 241, 69, 182, + /* 350 */ 456, 625, 440, 63, 63, 376, 896, 80, 376, 376, + /* 360 */ 376, 1212, 867, 1140, 1180, 1165, 1107, 1206, 1117, 1122, + /* 370 */ 1128, 1139, 1209, 1214, 1237, 1257, 1264, 1012, 1203, 1222, + /* 380 */ 1216, 1224, 1227, 1232, 1153, 717, 1009, 503, 1234, 1247, + /* 390 */ 1251, 1276, 1277, 1282, 1299, 1283, 1174, 1285, 489, 1287, + /* 400 */ 1288, 1290, 1292, 1293, 1295, 1205, 1225, 1258, 1303, 1363, + /* 410 */ 666, 1262, 1623, 1628, 1638, 1597, 1640, 1607, 1432, 1609, + /* 420 */ 1611, 1612, 1438, 1650, 1621, 1622, 1447, 1663, 1450, 1664, + /* 430 */ 1630, 1666, 1645, 1670, 1637, 1467, 1680, 1488, 1683, 1490, + /* 440 */ 1492, 1497, 1503, 1690, 1691, 1699, 1524, 1528, 1711, 1712, + /* 450 */ 1668, 1713, 1716, 1717, 1678, 1721, 1723, 1724, 1725, 1726, + /* 460 */ 1727, 1728, 1729, 1576, 1698, 1734, 1580, 1736, 1737, 1738, + /* 470 */ 1739, 1740, 1741, 1743, 1744, 1746, 1747, 1754, 1756, 1757, + /* 480 */ 1758, 1760, 1761, 1722, 1768, 1769, 1772, 1774, 1775, 1776, + /* 490 */ 1755, 1778, 1779, 1780, 1624, 1781, 1782, 1762, 1735, 1764, + /* 500 */ 1745, 1785, 1730, 1752, 1788, 1732, 1792, 1742, 1794, 1795, + /* 510 */ 1767, 1759, 1753, 1749, 1773, 1786, 1777, 1799, 1766, 1765, + /* 520 */ 1802, 1803, 1810, 1783, 1642, 1821, 1823, 1831, 1770, 1832, + /* 530 */ 1833, 1791, 1789, 1796, 1827, 1793, 1790, 1798, 1834, 1806, + /* 540 */ 1797, 1804, 1842, 1812, 1800, 1809, 1845, 1851, 1852, 1853, + /* 550 */ 1748, 1771, 1819, 1837, 1855, 1825, 1828, 1829, 1830, 1835, + /* 560 */ 1838, 1839, 1817, 1818, 1840, 1844, 1846, 1847, 1866, 1850, + /* 570 */ 1867, 1854, 1836, 1869, 1858, 1848, 1884, 1857, 1885, 1859, + /* 580 */ 1886, 1873, 1868, 1870, 1871, 1872, 1808, 1811, 1904, 1750, + /* 590 */ 1814, 1731, 1881, 1895, 1919, 1751, 1899, 1784, 1801, 1925, + /* 600 */ 1927, 1787, 1805, 1934, 1894, 1669, 1843, 1849, 1856, 1893, + /* 610 */ 1860, 1898, 1863, 1865, 1903, 1905, 1874, 1876, 1877, 1878, + /* 620 */ 1880, 1924, 1901, 1922, 1879, 1929, 1715, 1882, 1888, 1939, + /* 630 */ 1938, 1807, 1952, 1955, 1964, 1965, 1966, 1967, 1902, 1907, + /* 640 */ 1957, 1815, 1962, 1958, 2009, 2010, 2011, 2013, 1914, 1976, + /* 650 */ 1749, 1969, 1917, 1918, 1931, 1920, 1923, 1864, 1930, 2036, + /* 660 */ 1998, 1875, 1940, 1928, 1749, 1992, 1997, 1944, 1813, 1947, + /* 670 */ 2045, 2028, 1861, 1951, 1954, 1956, 1959, 1971, 1963, 2005, + /* 680 */ 1972, 1973, 2012, 1968, 2035, 1887, 1974, 1970, 1975, 2023, + /* 690 */ 2027, 1977, 1984, 2030, 1978, 1991, 2040, 1994, 1995, 2062, + /* 700 */ 2000, 2014, 2075, 2017, 1989, 1990, 1996, 1999, 2020, 2069, + /* 710 */ 2032, 2079, 2033, 2069, 2069, 2106, 2064, 2070, 2099, 2102, + /* 720 */ 2104, 2105, 2108, 2109, 2110, 2111, 2077, 2048, 2103, 2116, + /* 730 */ 2117, 2118, 2132, 2120, 2121, 2122, 2086, 1817, 2124, 1818, + /* 740 */ 2125, 2126, 2128, 2129, 2143, 2131, 2167, 2133, 2127, 2130, + /* 750 */ 2170, 2136, 2134, 2135, 2175, 2138, 2137, 2139, 2179, 2145, + /* 760 */ 2147, 2142, 2184, 2159, 2162, 2198, 2178, 2180, 2181, 2183, + /* 770 */ 2185, 2182, }; -#define YY_REDUCE_COUNT (314) -#define YY_REDUCE_MIN (-397) -#define YY_REDUCE_MAX (2445) +#define YY_REDUCE_COUNT (319) +#define YY_REDUCE_MIN (-386) +#define YY_REDUCE_MAX (2595) static const short yy_reduce_ofst[] = { - /* 0 */ -156, 364, -82, 588, -20, 614, 804, 890, 1024, 1050, - /* 10 */ 1118, 1222, 1288, 1316, 1348, 1419, 174, -333, 154, 450, - /* 20 */ 674, 1447, 1533, 1466, 1097, 1552, 1580, 1646, 1707, 1722, - /* 30 */ 1757, 1823, 1843, 1873, 1890, 1937, 1957, 2004, 2051, 2066, - /* 40 */ 2101, 2162, 2177, 2197, 2261, 2281, 2296, 2328, 2395, 2427, - /* 50 */ 2445, 383, 270, -397, 83, -395, 371, 416, 554, 75, - /* 60 */ 501, 235, -139, 683, 786, -195, -165, -359, -80, -172, - /* 70 */ -13, -383, -254, -207, -213, 149, -52, 290, -152, -5, - /* 80 */ 263, 376, 407, 413, 453, 82, 508, 593, 462, 271, - /* 90 */ 610, 631, 275, 657, 374, 725, 301, 745, 372, -170, - /* 100 */ 748, 796, 399, 808, -83, 421, 605, 810, 260, -319, - /* 110 */ -338, -338, -293, -327, 94, 237, 433, 502, 534, 669, - /* 120 */ 693, 712, 802, 807, 809, 813, 815, 833, 834, 849, - /* 130 */ 852, 854, 863, -275, -251, -131, 355, 467, -251, 437, - /* 140 */ 559, 452, 445, 479, 726, -334, -85, 719, 681, 168, - /* 150 */ 739, 268, 134, 805, 797, 799, 742, 841, -369, 580, - /* 160 */ 713, 743, 895, 911, 913, 895, 879, 927, 485, 899, - /* 170 */ 821, 835, 950, 840, 942, 943, 929, 929, 956, 912, - /* 180 */ 965, 988, 951, 971, 922, 922, 905, 922, 932, 924, - /* 190 */ 929, 961, 968, 983, 1000, 1004, 1002, 1005, 1059, 1060, - /* 200 */ 1018, 1013, 1017, 1056, 1062, 1071, 1065, 1074, 1083, 1084, - /* 210 */ 1094, 1096, 1098, 1099, 1027, 1091, 1069, 1104, 1112, 1067, - /* 220 */ 1110, 1122, 1120, 1127, 1130, 1140, 1134, 1144, 1145, 1151, - /* 230 */ 1117, 1123, 1125, 1128, 1129, 1131, 1133, 1135, 1136, 1137, - /* 240 */ 1138, 1152, 1161, 1115, 1132, 1146, 1095, 1105, 1106, 1165, - /* 250 */ 1141, 1116, 1143, 1181, 1147, 1189, 1155, 1156, 1167, 1081, - /* 260 */ 1159, 1170, 1082, 1162, 1178, 1182, 929, 1107, 1111, 1149, - /* 270 */ 1148, 1119, 1154, 1164, 1108, 1150, 1157, 922, 1243, 1169, - /* 280 */ 1249, 1246, 1245, 1250, 1200, 1199, 1217, 1218, 1219, 1228, - /* 290 */ 1229, 1205, 1230, 1214, 1261, 1251, 1265, 1271, 1180, 1252, - /* 300 */ 1238, 1262, 1281, 1279, 1292, 1295, 1225, 1231, 1235, 1236, - /* 310 */ 1268, 1272, 1277, 1286, 1307, + /* 0 */ -264, 364, 225, 588, 452, 611, 738, 826, 855, 1039, + /* 10 */ 1138, 1161, 1249, 1275, 1323, 1386, -72, -336, 153, 1471, + /* 20 */ 1504, 1535, 1566, 1599, 1661, 1676, 1697, 1763, 1826, 1841, + /* 30 */ 1891, 1911, 1961, 1986, 2019, 2049, 2085, 2107, 2173, 2192, + /* 40 */ 2258, 2277, 2308, 2372, 2393, 2422, 2480, 2510, 2530, 2578, + /* 50 */ 2595, -131, -203, -262, 64, 163, 254, 495, 618, 488, + /* 60 */ 541, 681, -47, -92, 181, 252, 361, 598, -376, -207, + /* 70 */ -103, -386, -338, -209, 135, -379, 176, 190, -258, -91, + /* 80 */ 179, 270, 303, 389, 423, 274, 435, 477, 490, 429, + /* 90 */ 511, 581, -76, 352, 473, 631, 354, 637, 527, -315, + /* 100 */ 659, 714, 800, 833, 192, 810, 638, 859, 623, -95, + /* 110 */ -156, -156, 168, -316, 59, 183, 290, 371, 375, 382, + /* 120 */ 547, 556, 602, 636, 664, 692, 715, 744, 774, 825, + /* 130 */ 840, 849, 853, -239, -351, 412, 38, 61, -351, 57, + /* 140 */ 392, -167, 319, 522, 307, -343, 218, 542, 494, 215, + /* 150 */ 164, 710, 444, 555, 662, 770, 730, 761, -365, 470, + /* 160 */ 652, 661, 693, 748, 752, 693, 476, 868, 970, 915, + /* 170 */ 835, 844, 981, 880, 953, 979, 969, 969, 995, 950, + /* 180 */ 1002, 1001, 966, 954, 898, 898, 882, 898, 934, 925, + /* 190 */ 969, 974, 977, 987, 984, 1050, 991, 1052, 1000, 1017, + /* 200 */ 1016, 1022, 1026, 1073, 1074, 1028, 1031, 1032, 1068, 1072, + /* 210 */ 1084, 1076, 1087, 1088, 1089, 1098, 1096, 1101, 1099, 1027, + /* 220 */ 1090, 1057, 1092, 1102, 1045, 1100, 1104, 1103, 1106, 1109, + /* 230 */ 1110, 1120, 1113, 1127, 1116, 1112, 1114, 1115, 1118, 1119, + /* 240 */ 1121, 1123, 1126, 1131, 1132, 1133, 1130, 1141, 1075, 1095, + /* 250 */ 1105, 1064, 1071, 1082, 1147, 1097, 1111, 1137, 1150, 1129, + /* 260 */ 1167, 1134, 1135, 1142, 1053, 1143, 1146, 1054, 1144, 1148, + /* 270 */ 1151, 969, 1069, 1078, 1077, 1079, 1091, 1094, 1124, 1080, + /* 280 */ 1081, 1086, 898, 1207, 1145, 1217, 1226, 1220, 1221, 1178, + /* 290 */ 1179, 1193, 1199, 1211, 1218, 1228, 1192, 1229, 1202, 1255, + /* 300 */ 1233, 1259, 1261, 1166, 1235, 1231, 1254, 1273, 1268, 1286, + /* 310 */ 1294, 1219, 1210, 1230, 1236, 1260, 1266, 1274, 1278, 1301, }; static const YYACTIONTYPE yy_default[] = { - /* 0 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 10 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 20 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 30 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 40 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 50 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 60 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 70 */ 1719, 1719, 1719, 1719, 1992, 1719, 1719, 1719, 1719, 1719, - /* 80 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1801, 1719, - /* 90 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 100 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1799, 1985, - /* 110 */ 2206, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 120 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 130 */ 1719, 1719, 1719, 1719, 2218, 1719, 1719, 1719, 2218, 2218, - /* 140 */ 2218, 1799, 2178, 2178, 1719, 1719, 1719, 1719, 1801, 2050, - /* 150 */ 1719, 1719, 1719, 1719, 1719, 1719, 1920, 1719, 1719, 1719, - /* 160 */ 1719, 1719, 1944, 1719, 1719, 1719, 2044, 1719, 1719, 2243, - /* 170 */ 2299, 1719, 1719, 2246, 1719, 1719, 1719, 1719, 1719, 1997, - /* 180 */ 1719, 1719, 1874, 2233, 2210, 2224, 2283, 2211, 2208, 2227, - /* 190 */ 1719, 2237, 1719, 2031, 1990, 1719, 1990, 1987, 1719, 1719, - /* 200 */ 1990, 1987, 1987, 1863, 1859, 1719, 1857, 1719, 1719, 1719, - /* 210 */ 1719, 1766, 1719, 1766, 1719, 1801, 1719, 1801, 1719, 1719, - /* 220 */ 1801, 1719, 1801, 1801, 1801, 1719, 1801, 1779, 1779, 1719, - /* 230 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 240 */ 1719, 1719, 1719, 1719, 1719, 1719, 2062, 2048, 1719, 1799, - /* 250 */ 2042, 2040, 1719, 1799, 2038, 1719, 1719, 1719, 1719, 2254, - /* 260 */ 2252, 1719, 2254, 2252, 1719, 1719, 1719, 2268, 2264, 2254, - /* 270 */ 2272, 2270, 2239, 2237, 2302, 2289, 2285, 2224, 1719, 1719, - /* 280 */ 1719, 1719, 1799, 1799, 1719, 2252, 1719, 1719, 1719, 1719, - /* 290 */ 1719, 2252, 1719, 1719, 1799, 1719, 1799, 1719, 1719, 1890, - /* 300 */ 1719, 1719, 1719, 1799, 1751, 1719, 2033, 2053, 2015, 2015, - /* 310 */ 1923, 1923, 1923, 1802, 1724, 1719, 1719, 1719, 1719, 1719, - /* 320 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 2267, 2266, 2133, - /* 330 */ 1719, 2182, 2181, 2180, 2171, 2132, 1886, 1719, 2131, 2130, - /* 340 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 2006, 2005, - /* 350 */ 2124, 1719, 1719, 2125, 2123, 2122, 1719, 1719, 1719, 1719, - /* 360 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 370 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 380 */ 2286, 2290, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 2207, - /* 390 */ 1719, 1719, 1719, 2106, 1719, 1719, 1719, 1719, 1719, 1719, - /* 400 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 410 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 420 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 430 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 440 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 450 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 460 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 470 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 480 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 490 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 500 */ 1719, 1719, 1756, 2111, 1719, 1719, 1719, 1719, 1719, 1719, - /* 510 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 520 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 530 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 540 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 550 */ 1719, 1719, 1840, 1839, 1719, 1719, 1719, 1719, 1719, 1719, - /* 560 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 570 */ 1719, 1719, 1719, 1719, 1719, 1719, 2115, 1719, 1719, 1719, - /* 580 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 590 */ 1719, 1719, 1719, 2282, 2240, 1719, 1719, 1719, 1719, 1719, - /* 600 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 610 */ 1719, 1719, 1719, 2106, 1719, 2265, 1719, 1719, 2280, 1719, - /* 620 */ 2284, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 2217, 2213, - /* 630 */ 1719, 1719, 2209, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 640 */ 2114, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 650 */ 1719, 1719, 1719, 1719, 2105, 1719, 2168, 1719, 1719, 1719, - /* 660 */ 2202, 1719, 1719, 2153, 1719, 1719, 1719, 1719, 1719, 1719, - /* 670 */ 1719, 1719, 1719, 2115, 1719, 2118, 1719, 1719, 1719, 1719, - /* 680 */ 1719, 1917, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 690 */ 1719, 1719, 1719, 1719, 1902, 1900, 1899, 1898, 1719, 1930, - /* 700 */ 1719, 1719, 1719, 1926, 1925, 1719, 1719, 1719, 1719, 1719, - /* 710 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1820, 1719, - /* 720 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1812, 1719, 1811, - /* 730 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 740 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 750 */ 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, - /* 760 */ 1719, 1719, + /* 0 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 10 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 20 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 30 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 40 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 50 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 60 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 70 */ 1734, 1734, 1734, 1734, 2007, 1734, 1734, 1734, 1734, 1734, + /* 80 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1816, 1734, + /* 90 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 100 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1814, 2000, + /* 110 */ 2225, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 120 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 130 */ 1734, 1734, 1734, 1734, 2237, 1734, 1734, 1734, 2237, 2237, + /* 140 */ 2237, 1814, 2197, 2197, 1734, 1734, 1734, 1734, 1816, 2067, + /* 150 */ 1734, 1734, 1734, 1734, 1734, 1734, 1935, 1734, 1734, 1734, + /* 160 */ 1734, 1734, 1959, 1734, 1734, 1734, 2059, 1734, 1734, 2262, + /* 170 */ 2318, 1734, 1734, 2265, 1734, 1734, 1734, 1734, 1734, 2012, + /* 180 */ 1734, 1734, 1889, 2252, 2229, 2243, 2302, 2230, 2227, 2246, + /* 190 */ 1734, 2256, 1734, 1734, 2081, 1816, 1734, 1816, 2046, 2005, + /* 200 */ 1734, 2005, 2002, 1734, 1734, 2005, 2002, 2002, 1878, 1874, + /* 210 */ 1734, 1872, 1734, 1734, 1734, 1734, 1781, 1734, 1781, 1734, + /* 220 */ 1816, 1734, 1816, 1734, 1734, 1816, 1734, 1816, 1816, 1816, + /* 230 */ 1734, 1816, 1794, 1794, 1734, 1734, 1734, 1734, 1734, 1734, + /* 240 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 250 */ 1734, 2079, 2065, 1734, 1814, 2057, 2055, 1734, 1814, 2053, + /* 260 */ 1734, 1734, 1734, 1734, 2273, 2271, 1734, 2273, 2271, 1734, + /* 270 */ 1734, 1734, 2287, 2283, 2273, 2291, 2289, 2258, 2256, 2321, + /* 280 */ 2308, 2304, 2243, 1734, 1734, 1734, 1734, 1814, 1814, 1734, + /* 290 */ 2271, 1734, 1734, 1734, 1734, 1734, 2271, 1734, 1734, 1814, + /* 300 */ 1734, 1814, 1734, 1734, 1905, 1734, 1734, 1734, 1814, 1766, + /* 310 */ 1734, 2048, 2070, 2030, 2030, 1938, 1938, 1938, 1817, 1739, + /* 320 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 330 */ 1734, 1734, 2286, 2285, 2152, 1734, 2201, 2200, 2199, 2190, + /* 340 */ 2151, 1901, 1734, 2150, 2149, 1734, 1734, 1734, 1734, 1734, + /* 350 */ 1734, 1734, 1734, 2021, 2020, 2143, 1734, 1734, 2144, 2142, + /* 360 */ 2141, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 370 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 380 */ 1734, 1734, 1734, 1734, 1734, 2305, 2309, 1734, 1734, 1734, + /* 390 */ 1734, 1734, 1734, 1734, 2226, 1734, 1734, 1734, 2125, 1734, + /* 400 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 410 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 420 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 430 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 440 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 450 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 460 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 470 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 480 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 490 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 500 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 510 */ 1734, 1734, 1771, 2130, 1734, 1734, 1734, 1734, 1734, 1734, + /* 520 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 530 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 540 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 550 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 560 */ 1734, 1734, 1855, 1854, 1734, 1734, 1734, 1734, 1734, 1734, + /* 570 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 580 */ 1734, 1734, 1734, 1734, 1734, 1734, 2134, 1734, 1734, 1734, + /* 590 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 600 */ 1734, 1734, 1734, 2301, 2259, 1734, 1734, 1734, 1734, 1734, + /* 610 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 620 */ 1734, 1734, 1734, 2125, 1734, 2284, 1734, 1734, 2299, 1734, + /* 630 */ 2303, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 2236, 2232, + /* 640 */ 1734, 1734, 2228, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 650 */ 2133, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 660 */ 1734, 1734, 1734, 1734, 2124, 1734, 2187, 1734, 1734, 1734, + /* 670 */ 2221, 1734, 1734, 2172, 1734, 1734, 1734, 1734, 1734, 1734, + /* 680 */ 1734, 1734, 1734, 2134, 1734, 2137, 1734, 1734, 1734, 1734, + /* 690 */ 1734, 1932, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 700 */ 1734, 1734, 1734, 1734, 1917, 1915, 1914, 1913, 1734, 1945, + /* 710 */ 1734, 1734, 1734, 1941, 1940, 1734, 1734, 1734, 1734, 1734, + /* 720 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1835, 1734, + /* 730 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1827, 1734, 1826, + /* 740 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 750 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 760 */ 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, + /* 770 */ 1734, 1734, }; /********** End of lemon-generated parsing tables *****************************/ @@ -1112,7 +1144,7 @@ static const YYCODETYPE yyFallback[] = { 0, /* MAX_SPEED => nothing */ 0, /* START => nothing */ 0, /* TIMESTAMP => nothing */ - 279, /* END => ABORT */ + 282, /* END => ABORT */ 0, /* TABLE => nothing */ 0, /* NK_LP => nothing */ 0, /* NK_RP => nothing */ @@ -1210,6 +1242,8 @@ static const YYCODETYPE yyFallback[] = { 0, /* REPLACE => nothing */ 0, /* STREAM => nothing */ 0, /* INTO => nothing */ + 0, /* PAUSE => nothing */ + 0, /* RESUME => nothing */ 0, /* TRIGGER => nothing */ 0, /* AT_ONCE => nothing */ 0, /* WINDOW_CLOSE => nothing */ @@ -1218,6 +1252,7 @@ static const YYCODETYPE yyFallback[] = { 0, /* FILL_HISTORY => nothing */ 0, /* UPDATE => nothing */ 0, /* SUBTABLE => nothing */ + 0, /* UNTREATED => nothing */ 0, /* KILL => nothing */ 0, /* CONNECTION => nothing */ 0, /* TRANSACTION => nothing */ @@ -1294,56 +1329,56 @@ static const YYCODETYPE yyFallback[] = { 0, /* ASC => nothing */ 0, /* NULLS => nothing */ 0, /* ABORT => nothing */ - 279, /* AFTER => ABORT */ - 279, /* ATTACH => ABORT */ - 279, /* BEFORE => ABORT */ - 279, /* BEGIN => ABORT */ - 279, /* BITAND => ABORT */ - 279, /* BITNOT => ABORT */ - 279, /* BITOR => ABORT */ - 279, /* BLOCKS => ABORT */ - 279, /* CHANGE => ABORT */ - 279, /* COMMA => ABORT */ - 279, /* CONCAT => ABORT */ - 279, /* CONFLICT => ABORT */ - 279, /* COPY => ABORT */ - 279, /* DEFERRED => ABORT */ - 279, /* DELIMITERS => ABORT */ - 279, /* DETACH => ABORT */ - 279, /* DIVIDE => ABORT */ - 279, /* DOT => ABORT */ - 279, /* EACH => ABORT */ - 279, /* FAIL => ABORT */ - 279, /* FILE => ABORT */ - 279, /* FOR => ABORT */ - 279, /* GLOB => ABORT */ - 279, /* ID => ABORT */ - 279, /* IMMEDIATE => ABORT */ - 279, /* IMPORT => ABORT */ - 279, /* INITIALLY => ABORT */ - 279, /* INSTEAD => ABORT */ - 279, /* ISNULL => ABORT */ - 279, /* KEY => ABORT */ - 279, /* MODULES => ABORT */ - 279, /* NK_BITNOT => ABORT */ - 279, /* NK_SEMI => ABORT */ - 279, /* NOTNULL => ABORT */ - 279, /* OF => ABORT */ - 279, /* PLUS => ABORT */ - 279, /* PRIVILEGE => ABORT */ - 279, /* RAISE => ABORT */ - 279, /* RESTRICT => ABORT */ - 279, /* ROW => ABORT */ - 279, /* SEMI => ABORT */ - 279, /* STAR => ABORT */ - 279, /* STATEMENT => ABORT */ - 279, /* STRICT => ABORT */ - 279, /* STRING => ABORT */ - 279, /* TIMES => ABORT */ - 279, /* VALUES => ABORT */ - 279, /* VARIABLE => ABORT */ - 279, /* VIEW => ABORT */ - 279, /* WAL => ABORT */ + 282, /* AFTER => ABORT */ + 282, /* ATTACH => ABORT */ + 282, /* BEFORE => ABORT */ + 282, /* BEGIN => ABORT */ + 282, /* BITAND => ABORT */ + 282, /* BITNOT => ABORT */ + 282, /* BITOR => ABORT */ + 282, /* BLOCKS => ABORT */ + 282, /* CHANGE => ABORT */ + 282, /* COMMA => ABORT */ + 282, /* CONCAT => ABORT */ + 282, /* CONFLICT => ABORT */ + 282, /* COPY => ABORT */ + 282, /* DEFERRED => ABORT */ + 282, /* DELIMITERS => ABORT */ + 282, /* DETACH => ABORT */ + 282, /* DIVIDE => ABORT */ + 282, /* DOT => ABORT */ + 282, /* EACH => ABORT */ + 282, /* FAIL => ABORT */ + 282, /* FILE => ABORT */ + 282, /* FOR => ABORT */ + 282, /* GLOB => ABORT */ + 282, /* ID => ABORT */ + 282, /* IMMEDIATE => ABORT */ + 282, /* IMPORT => ABORT */ + 282, /* INITIALLY => ABORT */ + 282, /* INSTEAD => ABORT */ + 282, /* ISNULL => ABORT */ + 282, /* KEY => ABORT */ + 282, /* MODULES => ABORT */ + 282, /* NK_BITNOT => ABORT */ + 282, /* NK_SEMI => ABORT */ + 282, /* NOTNULL => ABORT */ + 282, /* OF => ABORT */ + 282, /* PLUS => ABORT */ + 282, /* PRIVILEGE => ABORT */ + 282, /* RAISE => ABORT */ + 282, /* RESTRICT => ABORT */ + 282, /* ROW => ABORT */ + 282, /* SEMI => ABORT */ + 282, /* STAR => ABORT */ + 282, /* STATEMENT => ABORT */ + 282, /* STRICT => ABORT */ + 282, /* STRING => ABORT */ + 282, /* TIMES => ABORT */ + 282, /* VALUES => ABORT */ + 282, /* VARIABLE => ABORT */ + 282, /* VIEW => ABORT */ + 282, /* WAL => ABORT */ }; #endif /* YYFALLBACK */ @@ -1627,286 +1662,290 @@ static const char *const yyTokenName[] = { /* 193 */ "REPLACE", /* 194 */ "STREAM", /* 195 */ "INTO", - /* 196 */ "TRIGGER", - /* 197 */ "AT_ONCE", - /* 198 */ "WINDOW_CLOSE", - /* 199 */ "IGNORE", - /* 200 */ "EXPIRED", - /* 201 */ "FILL_HISTORY", - /* 202 */ "UPDATE", - /* 203 */ "SUBTABLE", - /* 204 */ "KILL", - /* 205 */ "CONNECTION", - /* 206 */ "TRANSACTION", - /* 207 */ "BALANCE", - /* 208 */ "VGROUP", - /* 209 */ "LEADER", - /* 210 */ "MERGE", - /* 211 */ "REDISTRIBUTE", - /* 212 */ "SPLIT", - /* 213 */ "DELETE", - /* 214 */ "INSERT", - /* 215 */ "NULL", - /* 216 */ "NK_QUESTION", - /* 217 */ "NK_ARROW", - /* 218 */ "ROWTS", - /* 219 */ "QSTART", - /* 220 */ "QEND", - /* 221 */ "QDURATION", - /* 222 */ "WSTART", - /* 223 */ "WEND", - /* 224 */ "WDURATION", - /* 225 */ "IROWTS", - /* 226 */ "ISFILLED", - /* 227 */ "CAST", - /* 228 */ "NOW", - /* 229 */ "TODAY", - /* 230 */ "TIMEZONE", - /* 231 */ "CLIENT_VERSION", - /* 232 */ "SERVER_VERSION", - /* 233 */ "SERVER_STATUS", - /* 234 */ "CURRENT_USER", - /* 235 */ "CASE", - /* 236 */ "WHEN", - /* 237 */ "THEN", - /* 238 */ "ELSE", - /* 239 */ "BETWEEN", - /* 240 */ "IS", - /* 241 */ "NK_LT", - /* 242 */ "NK_GT", - /* 243 */ "NK_LE", - /* 244 */ "NK_GE", - /* 245 */ "NK_NE", - /* 246 */ "MATCH", - /* 247 */ "NMATCH", - /* 248 */ "CONTAINS", - /* 249 */ "IN", - /* 250 */ "JOIN", - /* 251 */ "INNER", - /* 252 */ "SELECT", - /* 253 */ "DISTINCT", - /* 254 */ "WHERE", - /* 255 */ "PARTITION", - /* 256 */ "BY", - /* 257 */ "SESSION", - /* 258 */ "STATE_WINDOW", - /* 259 */ "EVENT_WINDOW", - /* 260 */ "SLIDING", - /* 261 */ "FILL", - /* 262 */ "VALUE", - /* 263 */ "VALUE_F", - /* 264 */ "NONE", - /* 265 */ "PREV", - /* 266 */ "NULL_F", - /* 267 */ "LINEAR", - /* 268 */ "NEXT", - /* 269 */ "HAVING", - /* 270 */ "RANGE", - /* 271 */ "EVERY", - /* 272 */ "ORDER", - /* 273 */ "SLIMIT", - /* 274 */ "SOFFSET", - /* 275 */ "LIMIT", - /* 276 */ "OFFSET", - /* 277 */ "ASC", - /* 278 */ "NULLS", - /* 279 */ "ABORT", - /* 280 */ "AFTER", - /* 281 */ "ATTACH", - /* 282 */ "BEFORE", - /* 283 */ "BEGIN", - /* 284 */ "BITAND", - /* 285 */ "BITNOT", - /* 286 */ "BITOR", - /* 287 */ "BLOCKS", - /* 288 */ "CHANGE", - /* 289 */ "COMMA", - /* 290 */ "CONCAT", - /* 291 */ "CONFLICT", - /* 292 */ "COPY", - /* 293 */ "DEFERRED", - /* 294 */ "DELIMITERS", - /* 295 */ "DETACH", - /* 296 */ "DIVIDE", - /* 297 */ "DOT", - /* 298 */ "EACH", - /* 299 */ "FAIL", - /* 300 */ "FILE", - /* 301 */ "FOR", - /* 302 */ "GLOB", - /* 303 */ "ID", - /* 304 */ "IMMEDIATE", - /* 305 */ "IMPORT", - /* 306 */ "INITIALLY", - /* 307 */ "INSTEAD", - /* 308 */ "ISNULL", - /* 309 */ "KEY", - /* 310 */ "MODULES", - /* 311 */ "NK_BITNOT", - /* 312 */ "NK_SEMI", - /* 313 */ "NOTNULL", - /* 314 */ "OF", - /* 315 */ "PLUS", - /* 316 */ "PRIVILEGE", - /* 317 */ "RAISE", - /* 318 */ "RESTRICT", - /* 319 */ "ROW", - /* 320 */ "SEMI", - /* 321 */ "STAR", - /* 322 */ "STATEMENT", - /* 323 */ "STRICT", - /* 324 */ "STRING", - /* 325 */ "TIMES", - /* 326 */ "VALUES", - /* 327 */ "VARIABLE", - /* 328 */ "VIEW", - /* 329 */ "WAL", - /* 330 */ "cmd", - /* 331 */ "account_options", - /* 332 */ "alter_account_options", - /* 333 */ "literal", - /* 334 */ "alter_account_option", - /* 335 */ "user_name", - /* 336 */ "sysinfo_opt", - /* 337 */ "privileges", - /* 338 */ "priv_level", - /* 339 */ "with_opt", - /* 340 */ "priv_type_list", - /* 341 */ "priv_type", - /* 342 */ "db_name", - /* 343 */ "table_name", - /* 344 */ "topic_name", - /* 345 */ "search_condition", - /* 346 */ "dnode_endpoint", - /* 347 */ "force_opt", - /* 348 */ "not_exists_opt", - /* 349 */ "db_options", - /* 350 */ "exists_opt", - /* 351 */ "alter_db_options", - /* 352 */ "speed_opt", - /* 353 */ "start_opt", - /* 354 */ "end_opt", - /* 355 */ "integer_list", - /* 356 */ "variable_list", - /* 357 */ "retention_list", - /* 358 */ "signed", - /* 359 */ "alter_db_option", - /* 360 */ "retention", - /* 361 */ "full_table_name", - /* 362 */ "column_def_list", - /* 363 */ "tags_def_opt", - /* 364 */ "table_options", - /* 365 */ "multi_create_clause", - /* 366 */ "tags_def", - /* 367 */ "multi_drop_clause", - /* 368 */ "alter_table_clause", - /* 369 */ "alter_table_options", - /* 370 */ "column_name", - /* 371 */ "type_name", - /* 372 */ "signed_literal", - /* 373 */ "create_subtable_clause", - /* 374 */ "specific_cols_opt", - /* 375 */ "expression_list", - /* 376 */ "drop_table_clause", - /* 377 */ "col_name_list", - /* 378 */ "column_def", - /* 379 */ "duration_list", - /* 380 */ "rollup_func_list", - /* 381 */ "alter_table_option", - /* 382 */ "duration_literal", - /* 383 */ "rollup_func_name", - /* 384 */ "function_name", - /* 385 */ "col_name", - /* 386 */ "db_name_cond_opt", - /* 387 */ "like_pattern_opt", - /* 388 */ "table_name_cond", - /* 389 */ "from_db_opt", - /* 390 */ "tag_list_opt", - /* 391 */ "tag_item", - /* 392 */ "column_alias", - /* 393 */ "full_index_name", - /* 394 */ "index_options", - /* 395 */ "index_name", - /* 396 */ "func_list", - /* 397 */ "sliding_opt", - /* 398 */ "sma_stream_opt", - /* 399 */ "func", - /* 400 */ "sma_func_name", - /* 401 */ "query_or_subquery", - /* 402 */ "cgroup_name", - /* 403 */ "analyze_opt", - /* 404 */ "explain_options", - /* 405 */ "insert_query", - /* 406 */ "or_replace_opt", - /* 407 */ "agg_func_opt", - /* 408 */ "bufsize_opt", - /* 409 */ "language_opt", - /* 410 */ "stream_name", - /* 411 */ "stream_options", - /* 412 */ "col_list_opt", - /* 413 */ "tag_def_or_ref_opt", - /* 414 */ "subtable_opt", - /* 415 */ "expression", - /* 416 */ "dnode_list", - /* 417 */ "where_clause_opt", - /* 418 */ "literal_func", - /* 419 */ "literal_list", - /* 420 */ "table_alias", - /* 421 */ "expr_or_subquery", - /* 422 */ "pseudo_column", - /* 423 */ "column_reference", - /* 424 */ "function_expression", - /* 425 */ "case_when_expression", - /* 426 */ "star_func", - /* 427 */ "star_func_para_list", - /* 428 */ "noarg_func", - /* 429 */ "other_para_list", - /* 430 */ "star_func_para", - /* 431 */ "when_then_list", - /* 432 */ "case_when_else_opt", - /* 433 */ "common_expression", - /* 434 */ "when_then_expr", - /* 435 */ "predicate", - /* 436 */ "compare_op", - /* 437 */ "in_op", - /* 438 */ "in_predicate_value", - /* 439 */ "boolean_value_expression", - /* 440 */ "boolean_primary", - /* 441 */ "from_clause_opt", - /* 442 */ "table_reference_list", - /* 443 */ "table_reference", - /* 444 */ "table_primary", - /* 445 */ "joined_table", - /* 446 */ "alias_opt", - /* 447 */ "subquery", - /* 448 */ "parenthesized_joined_table", - /* 449 */ "join_type", - /* 450 */ "query_specification", - /* 451 */ "set_quantifier_opt", - /* 452 */ "select_list", - /* 453 */ "partition_by_clause_opt", - /* 454 */ "range_opt", - /* 455 */ "every_opt", - /* 456 */ "fill_opt", - /* 457 */ "twindow_clause_opt", - /* 458 */ "group_by_clause_opt", - /* 459 */ "having_clause_opt", - /* 460 */ "select_item", - /* 461 */ "partition_list", - /* 462 */ "partition_item", - /* 463 */ "fill_mode", - /* 464 */ "group_by_list", - /* 465 */ "query_expression", - /* 466 */ "query_simple", - /* 467 */ "order_by_clause_opt", - /* 468 */ "slimit_clause_opt", - /* 469 */ "limit_clause_opt", - /* 470 */ "union_query_expression", - /* 471 */ "query_simple_or_subquery", - /* 472 */ "sort_specification_list", - /* 473 */ "sort_specification", - /* 474 */ "ordering_specification_opt", - /* 475 */ "null_ordering_opt", + /* 196 */ "PAUSE", + /* 197 */ "RESUME", + /* 198 */ "TRIGGER", + /* 199 */ "AT_ONCE", + /* 200 */ "WINDOW_CLOSE", + /* 201 */ "IGNORE", + /* 202 */ "EXPIRED", + /* 203 */ "FILL_HISTORY", + /* 204 */ "UPDATE", + /* 205 */ "SUBTABLE", + /* 206 */ "UNTREATED", + /* 207 */ "KILL", + /* 208 */ "CONNECTION", + /* 209 */ "TRANSACTION", + /* 210 */ "BALANCE", + /* 211 */ "VGROUP", + /* 212 */ "LEADER", + /* 213 */ "MERGE", + /* 214 */ "REDISTRIBUTE", + /* 215 */ "SPLIT", + /* 216 */ "DELETE", + /* 217 */ "INSERT", + /* 218 */ "NULL", + /* 219 */ "NK_QUESTION", + /* 220 */ "NK_ARROW", + /* 221 */ "ROWTS", + /* 222 */ "QSTART", + /* 223 */ "QEND", + /* 224 */ "QDURATION", + /* 225 */ "WSTART", + /* 226 */ "WEND", + /* 227 */ "WDURATION", + /* 228 */ "IROWTS", + /* 229 */ "ISFILLED", + /* 230 */ "CAST", + /* 231 */ "NOW", + /* 232 */ "TODAY", + /* 233 */ "TIMEZONE", + /* 234 */ "CLIENT_VERSION", + /* 235 */ "SERVER_VERSION", + /* 236 */ "SERVER_STATUS", + /* 237 */ "CURRENT_USER", + /* 238 */ "CASE", + /* 239 */ "WHEN", + /* 240 */ "THEN", + /* 241 */ "ELSE", + /* 242 */ "BETWEEN", + /* 243 */ "IS", + /* 244 */ "NK_LT", + /* 245 */ "NK_GT", + /* 246 */ "NK_LE", + /* 247 */ "NK_GE", + /* 248 */ "NK_NE", + /* 249 */ "MATCH", + /* 250 */ "NMATCH", + /* 251 */ "CONTAINS", + /* 252 */ "IN", + /* 253 */ "JOIN", + /* 254 */ "INNER", + /* 255 */ "SELECT", + /* 256 */ "DISTINCT", + /* 257 */ "WHERE", + /* 258 */ "PARTITION", + /* 259 */ "BY", + /* 260 */ "SESSION", + /* 261 */ "STATE_WINDOW", + /* 262 */ "EVENT_WINDOW", + /* 263 */ "SLIDING", + /* 264 */ "FILL", + /* 265 */ "VALUE", + /* 266 */ "VALUE_F", + /* 267 */ "NONE", + /* 268 */ "PREV", + /* 269 */ "NULL_F", + /* 270 */ "LINEAR", + /* 271 */ "NEXT", + /* 272 */ "HAVING", + /* 273 */ "RANGE", + /* 274 */ "EVERY", + /* 275 */ "ORDER", + /* 276 */ "SLIMIT", + /* 277 */ "SOFFSET", + /* 278 */ "LIMIT", + /* 279 */ "OFFSET", + /* 280 */ "ASC", + /* 281 */ "NULLS", + /* 282 */ "ABORT", + /* 283 */ "AFTER", + /* 284 */ "ATTACH", + /* 285 */ "BEFORE", + /* 286 */ "BEGIN", + /* 287 */ "BITAND", + /* 288 */ "BITNOT", + /* 289 */ "BITOR", + /* 290 */ "BLOCKS", + /* 291 */ "CHANGE", + /* 292 */ "COMMA", + /* 293 */ "CONCAT", + /* 294 */ "CONFLICT", + /* 295 */ "COPY", + /* 296 */ "DEFERRED", + /* 297 */ "DELIMITERS", + /* 298 */ "DETACH", + /* 299 */ "DIVIDE", + /* 300 */ "DOT", + /* 301 */ "EACH", + /* 302 */ "FAIL", + /* 303 */ "FILE", + /* 304 */ "FOR", + /* 305 */ "GLOB", + /* 306 */ "ID", + /* 307 */ "IMMEDIATE", + /* 308 */ "IMPORT", + /* 309 */ "INITIALLY", + /* 310 */ "INSTEAD", + /* 311 */ "ISNULL", + /* 312 */ "KEY", + /* 313 */ "MODULES", + /* 314 */ "NK_BITNOT", + /* 315 */ "NK_SEMI", + /* 316 */ "NOTNULL", + /* 317 */ "OF", + /* 318 */ "PLUS", + /* 319 */ "PRIVILEGE", + /* 320 */ "RAISE", + /* 321 */ "RESTRICT", + /* 322 */ "ROW", + /* 323 */ "SEMI", + /* 324 */ "STAR", + /* 325 */ "STATEMENT", + /* 326 */ "STRICT", + /* 327 */ "STRING", + /* 328 */ "TIMES", + /* 329 */ "VALUES", + /* 330 */ "VARIABLE", + /* 331 */ "VIEW", + /* 332 */ "WAL", + /* 333 */ "cmd", + /* 334 */ "account_options", + /* 335 */ "alter_account_options", + /* 336 */ "literal", + /* 337 */ "alter_account_option", + /* 338 */ "user_name", + /* 339 */ "sysinfo_opt", + /* 340 */ "privileges", + /* 341 */ "priv_level", + /* 342 */ "with_opt", + /* 343 */ "priv_type_list", + /* 344 */ "priv_type", + /* 345 */ "db_name", + /* 346 */ "table_name", + /* 347 */ "topic_name", + /* 348 */ "search_condition", + /* 349 */ "dnode_endpoint", + /* 350 */ "force_opt", + /* 351 */ "not_exists_opt", + /* 352 */ "db_options", + /* 353 */ "exists_opt", + /* 354 */ "alter_db_options", + /* 355 */ "speed_opt", + /* 356 */ "start_opt", + /* 357 */ "end_opt", + /* 358 */ "integer_list", + /* 359 */ "variable_list", + /* 360 */ "retention_list", + /* 361 */ "signed", + /* 362 */ "alter_db_option", + /* 363 */ "retention", + /* 364 */ "full_table_name", + /* 365 */ "column_def_list", + /* 366 */ "tags_def_opt", + /* 367 */ "table_options", + /* 368 */ "multi_create_clause", + /* 369 */ "tags_def", + /* 370 */ "multi_drop_clause", + /* 371 */ "alter_table_clause", + /* 372 */ "alter_table_options", + /* 373 */ "column_name", + /* 374 */ "type_name", + /* 375 */ "signed_literal", + /* 376 */ "create_subtable_clause", + /* 377 */ "specific_cols_opt", + /* 378 */ "expression_list", + /* 379 */ "drop_table_clause", + /* 380 */ "col_name_list", + /* 381 */ "column_def", + /* 382 */ "duration_list", + /* 383 */ "rollup_func_list", + /* 384 */ "alter_table_option", + /* 385 */ "duration_literal", + /* 386 */ "rollup_func_name", + /* 387 */ "function_name", + /* 388 */ "col_name", + /* 389 */ "db_name_cond_opt", + /* 390 */ "like_pattern_opt", + /* 391 */ "table_name_cond", + /* 392 */ "from_db_opt", + /* 393 */ "tag_list_opt", + /* 394 */ "tag_item", + /* 395 */ "column_alias", + /* 396 */ "full_index_name", + /* 397 */ "index_options", + /* 398 */ "index_name", + /* 399 */ "func_list", + /* 400 */ "sliding_opt", + /* 401 */ "sma_stream_opt", + /* 402 */ "func", + /* 403 */ "sma_func_name", + /* 404 */ "query_or_subquery", + /* 405 */ "cgroup_name", + /* 406 */ "analyze_opt", + /* 407 */ "explain_options", + /* 408 */ "insert_query", + /* 409 */ "or_replace_opt", + /* 410 */ "agg_func_opt", + /* 411 */ "bufsize_opt", + /* 412 */ "language_opt", + /* 413 */ "stream_name", + /* 414 */ "stream_options", + /* 415 */ "col_list_opt", + /* 416 */ "tag_def_or_ref_opt", + /* 417 */ "subtable_opt", + /* 418 */ "ignore_opt", + /* 419 */ "expression", + /* 420 */ "dnode_list", + /* 421 */ "where_clause_opt", + /* 422 */ "literal_func", + /* 423 */ "literal_list", + /* 424 */ "table_alias", + /* 425 */ "expr_or_subquery", + /* 426 */ "pseudo_column", + /* 427 */ "column_reference", + /* 428 */ "function_expression", + /* 429 */ "case_when_expression", + /* 430 */ "star_func", + /* 431 */ "star_func_para_list", + /* 432 */ "noarg_func", + /* 433 */ "other_para_list", + /* 434 */ "star_func_para", + /* 435 */ "when_then_list", + /* 436 */ "case_when_else_opt", + /* 437 */ "common_expression", + /* 438 */ "when_then_expr", + /* 439 */ "predicate", + /* 440 */ "compare_op", + /* 441 */ "in_op", + /* 442 */ "in_predicate_value", + /* 443 */ "boolean_value_expression", + /* 444 */ "boolean_primary", + /* 445 */ "from_clause_opt", + /* 446 */ "table_reference_list", + /* 447 */ "table_reference", + /* 448 */ "table_primary", + /* 449 */ "joined_table", + /* 450 */ "alias_opt", + /* 451 */ "subquery", + /* 452 */ "parenthesized_joined_table", + /* 453 */ "join_type", + /* 454 */ "query_specification", + /* 455 */ "set_quantifier_opt", + /* 456 */ "select_list", + /* 457 */ "partition_by_clause_opt", + /* 458 */ "range_opt", + /* 459 */ "every_opt", + /* 460 */ "fill_opt", + /* 461 */ "twindow_clause_opt", + /* 462 */ "group_by_clause_opt", + /* 463 */ "having_clause_opt", + /* 464 */ "select_item", + /* 465 */ "partition_list", + /* 466 */ "partition_item", + /* 467 */ "fill_mode", + /* 468 */ "group_by_list", + /* 469 */ "query_expression", + /* 470 */ "query_simple", + /* 471 */ "order_by_clause_opt", + /* 472 */ "slimit_clause_opt", + /* 473 */ "limit_clause_opt", + /* 474 */ "union_query_expression", + /* 475 */ "query_simple_or_subquery", + /* 476 */ "sort_specification_list", + /* 477 */ "sort_specification", + /* 478 */ "ordering_specification_opt", + /* 479 */ "null_ordering_opt", }; #endif /* defined(YYCOVERAGE) || !defined(NDEBUG) */ @@ -2240,263 +2279,267 @@ static const char *const yyRuleName[] = { /* 323 */ "or_replace_opt ::= OR REPLACE", /* 324 */ "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", /* 325 */ "cmd ::= DROP STREAM exists_opt stream_name", - /* 326 */ "col_list_opt ::=", - /* 327 */ "col_list_opt ::= NK_LP col_name_list NK_RP", - /* 328 */ "tag_def_or_ref_opt ::=", - /* 329 */ "tag_def_or_ref_opt ::= tags_def", - /* 330 */ "tag_def_or_ref_opt ::= TAGS NK_LP col_name_list NK_RP", - /* 331 */ "stream_options ::=", - /* 332 */ "stream_options ::= stream_options TRIGGER AT_ONCE", - /* 333 */ "stream_options ::= stream_options TRIGGER WINDOW_CLOSE", - /* 334 */ "stream_options ::= stream_options TRIGGER MAX_DELAY duration_literal", - /* 335 */ "stream_options ::= stream_options WATERMARK duration_literal", - /* 336 */ "stream_options ::= stream_options IGNORE EXPIRED NK_INTEGER", - /* 337 */ "stream_options ::= stream_options FILL_HISTORY NK_INTEGER", - /* 338 */ "stream_options ::= stream_options DELETE_MARK duration_literal", - /* 339 */ "stream_options ::= stream_options IGNORE UPDATE NK_INTEGER", - /* 340 */ "subtable_opt ::=", - /* 341 */ "subtable_opt ::= SUBTABLE NK_LP expression NK_RP", - /* 342 */ "cmd ::= KILL CONNECTION NK_INTEGER", - /* 343 */ "cmd ::= KILL QUERY NK_STRING", - /* 344 */ "cmd ::= KILL TRANSACTION NK_INTEGER", - /* 345 */ "cmd ::= BALANCE VGROUP", - /* 346 */ "cmd ::= BALANCE VGROUP LEADER", - /* 347 */ "cmd ::= MERGE VGROUP NK_INTEGER NK_INTEGER", - /* 348 */ "cmd ::= REDISTRIBUTE VGROUP NK_INTEGER dnode_list", - /* 349 */ "cmd ::= SPLIT VGROUP NK_INTEGER", - /* 350 */ "dnode_list ::= DNODE NK_INTEGER", - /* 351 */ "dnode_list ::= dnode_list DNODE NK_INTEGER", - /* 352 */ "cmd ::= DELETE FROM full_table_name where_clause_opt", - /* 353 */ "cmd ::= query_or_subquery", - /* 354 */ "cmd ::= insert_query", - /* 355 */ "insert_query ::= INSERT INTO full_table_name NK_LP col_name_list NK_RP query_or_subquery", - /* 356 */ "insert_query ::= INSERT INTO full_table_name query_or_subquery", - /* 357 */ "literal ::= NK_INTEGER", - /* 358 */ "literal ::= NK_FLOAT", - /* 359 */ "literal ::= NK_STRING", - /* 360 */ "literal ::= NK_BOOL", - /* 361 */ "literal ::= TIMESTAMP NK_STRING", - /* 362 */ "literal ::= duration_literal", - /* 363 */ "literal ::= NULL", - /* 364 */ "literal ::= NK_QUESTION", - /* 365 */ "duration_literal ::= NK_VARIABLE", - /* 366 */ "signed ::= NK_INTEGER", - /* 367 */ "signed ::= NK_PLUS NK_INTEGER", - /* 368 */ "signed ::= NK_MINUS NK_INTEGER", - /* 369 */ "signed ::= NK_FLOAT", - /* 370 */ "signed ::= NK_PLUS NK_FLOAT", - /* 371 */ "signed ::= NK_MINUS NK_FLOAT", - /* 372 */ "signed_literal ::= signed", - /* 373 */ "signed_literal ::= NK_STRING", - /* 374 */ "signed_literal ::= NK_BOOL", - /* 375 */ "signed_literal ::= TIMESTAMP NK_STRING", - /* 376 */ "signed_literal ::= duration_literal", - /* 377 */ "signed_literal ::= NULL", - /* 378 */ "signed_literal ::= literal_func", - /* 379 */ "signed_literal ::= NK_QUESTION", - /* 380 */ "literal_list ::= signed_literal", - /* 381 */ "literal_list ::= literal_list NK_COMMA signed_literal", - /* 382 */ "db_name ::= NK_ID", - /* 383 */ "table_name ::= NK_ID", - /* 384 */ "column_name ::= NK_ID", - /* 385 */ "function_name ::= NK_ID", - /* 386 */ "table_alias ::= NK_ID", - /* 387 */ "column_alias ::= NK_ID", - /* 388 */ "user_name ::= NK_ID", - /* 389 */ "topic_name ::= NK_ID", - /* 390 */ "stream_name ::= NK_ID", - /* 391 */ "cgroup_name ::= NK_ID", - /* 392 */ "index_name ::= NK_ID", - /* 393 */ "expr_or_subquery ::= expression", - /* 394 */ "expression ::= literal", - /* 395 */ "expression ::= pseudo_column", - /* 396 */ "expression ::= column_reference", - /* 397 */ "expression ::= function_expression", - /* 398 */ "expression ::= case_when_expression", - /* 399 */ "expression ::= NK_LP expression NK_RP", - /* 400 */ "expression ::= NK_PLUS expr_or_subquery", - /* 401 */ "expression ::= NK_MINUS expr_or_subquery", - /* 402 */ "expression ::= expr_or_subquery NK_PLUS expr_or_subquery", - /* 403 */ "expression ::= expr_or_subquery NK_MINUS expr_or_subquery", - /* 404 */ "expression ::= expr_or_subquery NK_STAR expr_or_subquery", - /* 405 */ "expression ::= expr_or_subquery NK_SLASH expr_or_subquery", - /* 406 */ "expression ::= expr_or_subquery NK_REM expr_or_subquery", - /* 407 */ "expression ::= column_reference NK_ARROW NK_STRING", - /* 408 */ "expression ::= expr_or_subquery NK_BITAND expr_or_subquery", - /* 409 */ "expression ::= expr_or_subquery NK_BITOR expr_or_subquery", - /* 410 */ "expression_list ::= expr_or_subquery", - /* 411 */ "expression_list ::= expression_list NK_COMMA expr_or_subquery", - /* 412 */ "column_reference ::= column_name", - /* 413 */ "column_reference ::= table_name NK_DOT column_name", - /* 414 */ "pseudo_column ::= ROWTS", - /* 415 */ "pseudo_column ::= TBNAME", - /* 416 */ "pseudo_column ::= table_name NK_DOT TBNAME", - /* 417 */ "pseudo_column ::= QSTART", - /* 418 */ "pseudo_column ::= QEND", - /* 419 */ "pseudo_column ::= QDURATION", - /* 420 */ "pseudo_column ::= WSTART", - /* 421 */ "pseudo_column ::= WEND", - /* 422 */ "pseudo_column ::= WDURATION", - /* 423 */ "pseudo_column ::= IROWTS", - /* 424 */ "pseudo_column ::= ISFILLED", - /* 425 */ "pseudo_column ::= QTAGS", - /* 426 */ "function_expression ::= function_name NK_LP expression_list NK_RP", - /* 427 */ "function_expression ::= star_func NK_LP star_func_para_list NK_RP", - /* 428 */ "function_expression ::= CAST NK_LP expr_or_subquery AS type_name NK_RP", - /* 429 */ "function_expression ::= literal_func", - /* 430 */ "literal_func ::= noarg_func NK_LP NK_RP", - /* 431 */ "literal_func ::= NOW", - /* 432 */ "noarg_func ::= NOW", - /* 433 */ "noarg_func ::= TODAY", - /* 434 */ "noarg_func ::= TIMEZONE", - /* 435 */ "noarg_func ::= DATABASE", - /* 436 */ "noarg_func ::= CLIENT_VERSION", - /* 437 */ "noarg_func ::= SERVER_VERSION", - /* 438 */ "noarg_func ::= SERVER_STATUS", - /* 439 */ "noarg_func ::= CURRENT_USER", - /* 440 */ "noarg_func ::= USER", - /* 441 */ "star_func ::= COUNT", - /* 442 */ "star_func ::= FIRST", - /* 443 */ "star_func ::= LAST", - /* 444 */ "star_func ::= LAST_ROW", - /* 445 */ "star_func_para_list ::= NK_STAR", - /* 446 */ "star_func_para_list ::= other_para_list", - /* 447 */ "other_para_list ::= star_func_para", - /* 448 */ "other_para_list ::= other_para_list NK_COMMA star_func_para", - /* 449 */ "star_func_para ::= expr_or_subquery", - /* 450 */ "star_func_para ::= table_name NK_DOT NK_STAR", - /* 451 */ "case_when_expression ::= CASE when_then_list case_when_else_opt END", - /* 452 */ "case_when_expression ::= CASE common_expression when_then_list case_when_else_opt END", - /* 453 */ "when_then_list ::= when_then_expr", - /* 454 */ "when_then_list ::= when_then_list when_then_expr", - /* 455 */ "when_then_expr ::= WHEN common_expression THEN common_expression", - /* 456 */ "case_when_else_opt ::=", - /* 457 */ "case_when_else_opt ::= ELSE common_expression", - /* 458 */ "predicate ::= expr_or_subquery compare_op expr_or_subquery", - /* 459 */ "predicate ::= expr_or_subquery BETWEEN expr_or_subquery AND expr_or_subquery", - /* 460 */ "predicate ::= expr_or_subquery NOT BETWEEN expr_or_subquery AND expr_or_subquery", - /* 461 */ "predicate ::= expr_or_subquery IS NULL", - /* 462 */ "predicate ::= expr_or_subquery IS NOT NULL", - /* 463 */ "predicate ::= expr_or_subquery in_op in_predicate_value", - /* 464 */ "compare_op ::= NK_LT", - /* 465 */ "compare_op ::= NK_GT", - /* 466 */ "compare_op ::= NK_LE", - /* 467 */ "compare_op ::= NK_GE", - /* 468 */ "compare_op ::= NK_NE", - /* 469 */ "compare_op ::= NK_EQ", - /* 470 */ "compare_op ::= LIKE", - /* 471 */ "compare_op ::= NOT LIKE", - /* 472 */ "compare_op ::= MATCH", - /* 473 */ "compare_op ::= NMATCH", - /* 474 */ "compare_op ::= CONTAINS", - /* 475 */ "in_op ::= IN", - /* 476 */ "in_op ::= NOT IN", - /* 477 */ "in_predicate_value ::= NK_LP literal_list NK_RP", - /* 478 */ "boolean_value_expression ::= boolean_primary", - /* 479 */ "boolean_value_expression ::= NOT boolean_primary", - /* 480 */ "boolean_value_expression ::= boolean_value_expression OR boolean_value_expression", - /* 481 */ "boolean_value_expression ::= boolean_value_expression AND boolean_value_expression", - /* 482 */ "boolean_primary ::= predicate", - /* 483 */ "boolean_primary ::= NK_LP boolean_value_expression NK_RP", - /* 484 */ "common_expression ::= expr_or_subquery", - /* 485 */ "common_expression ::= boolean_value_expression", - /* 486 */ "from_clause_opt ::=", - /* 487 */ "from_clause_opt ::= FROM table_reference_list", - /* 488 */ "table_reference_list ::= table_reference", - /* 489 */ "table_reference_list ::= table_reference_list NK_COMMA table_reference", - /* 490 */ "table_reference ::= table_primary", - /* 491 */ "table_reference ::= joined_table", - /* 492 */ "table_primary ::= table_name alias_opt", - /* 493 */ "table_primary ::= db_name NK_DOT table_name alias_opt", - /* 494 */ "table_primary ::= subquery alias_opt", - /* 495 */ "table_primary ::= parenthesized_joined_table", - /* 496 */ "alias_opt ::=", - /* 497 */ "alias_opt ::= table_alias", - /* 498 */ "alias_opt ::= AS table_alias", - /* 499 */ "parenthesized_joined_table ::= NK_LP joined_table NK_RP", - /* 500 */ "parenthesized_joined_table ::= NK_LP parenthesized_joined_table NK_RP", - /* 501 */ "joined_table ::= table_reference join_type JOIN table_reference ON search_condition", - /* 502 */ "join_type ::=", - /* 503 */ "join_type ::= INNER", - /* 504 */ "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", - /* 505 */ "set_quantifier_opt ::=", - /* 506 */ "set_quantifier_opt ::= DISTINCT", - /* 507 */ "set_quantifier_opt ::= ALL", - /* 508 */ "select_list ::= select_item", - /* 509 */ "select_list ::= select_list NK_COMMA select_item", - /* 510 */ "select_item ::= NK_STAR", - /* 511 */ "select_item ::= common_expression", - /* 512 */ "select_item ::= common_expression column_alias", - /* 513 */ "select_item ::= common_expression AS column_alias", - /* 514 */ "select_item ::= table_name NK_DOT NK_STAR", - /* 515 */ "where_clause_opt ::=", - /* 516 */ "where_clause_opt ::= WHERE search_condition", - /* 517 */ "partition_by_clause_opt ::=", - /* 518 */ "partition_by_clause_opt ::= PARTITION BY partition_list", - /* 519 */ "partition_list ::= partition_item", - /* 520 */ "partition_list ::= partition_list NK_COMMA partition_item", - /* 521 */ "partition_item ::= expr_or_subquery", - /* 522 */ "partition_item ::= expr_or_subquery column_alias", - /* 523 */ "partition_item ::= expr_or_subquery AS column_alias", - /* 524 */ "twindow_clause_opt ::=", - /* 525 */ "twindow_clause_opt ::= SESSION NK_LP column_reference NK_COMMA duration_literal NK_RP", - /* 526 */ "twindow_clause_opt ::= STATE_WINDOW NK_LP expr_or_subquery NK_RP", - /* 527 */ "twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_RP sliding_opt fill_opt", - /* 528 */ "twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_COMMA duration_literal NK_RP sliding_opt fill_opt", - /* 529 */ "twindow_clause_opt ::= EVENT_WINDOW START WITH search_condition END WITH search_condition", - /* 530 */ "sliding_opt ::=", - /* 531 */ "sliding_opt ::= SLIDING NK_LP duration_literal NK_RP", - /* 532 */ "fill_opt ::=", - /* 533 */ "fill_opt ::= FILL NK_LP fill_mode NK_RP", - /* 534 */ "fill_opt ::= FILL NK_LP VALUE NK_COMMA expression_list NK_RP", - /* 535 */ "fill_opt ::= FILL NK_LP VALUE_F NK_COMMA expression_list NK_RP", - /* 536 */ "fill_mode ::= NONE", - /* 537 */ "fill_mode ::= PREV", - /* 538 */ "fill_mode ::= NULL", - /* 539 */ "fill_mode ::= NULL_F", - /* 540 */ "fill_mode ::= LINEAR", - /* 541 */ "fill_mode ::= NEXT", - /* 542 */ "group_by_clause_opt ::=", - /* 543 */ "group_by_clause_opt ::= GROUP BY group_by_list", - /* 544 */ "group_by_list ::= expr_or_subquery", - /* 545 */ "group_by_list ::= group_by_list NK_COMMA expr_or_subquery", - /* 546 */ "having_clause_opt ::=", - /* 547 */ "having_clause_opt ::= HAVING search_condition", - /* 548 */ "range_opt ::=", - /* 549 */ "range_opt ::= RANGE NK_LP expr_or_subquery NK_COMMA expr_or_subquery NK_RP", - /* 550 */ "every_opt ::=", - /* 551 */ "every_opt ::= EVERY NK_LP duration_literal NK_RP", - /* 552 */ "query_expression ::= query_simple order_by_clause_opt slimit_clause_opt limit_clause_opt", - /* 553 */ "query_simple ::= query_specification", - /* 554 */ "query_simple ::= union_query_expression", - /* 555 */ "union_query_expression ::= query_simple_or_subquery UNION ALL query_simple_or_subquery", - /* 556 */ "union_query_expression ::= query_simple_or_subquery UNION query_simple_or_subquery", - /* 557 */ "query_simple_or_subquery ::= query_simple", - /* 558 */ "query_simple_or_subquery ::= subquery", - /* 559 */ "query_or_subquery ::= query_expression", - /* 560 */ "query_or_subquery ::= subquery", - /* 561 */ "order_by_clause_opt ::=", - /* 562 */ "order_by_clause_opt ::= ORDER BY sort_specification_list", - /* 563 */ "slimit_clause_opt ::=", - /* 564 */ "slimit_clause_opt ::= SLIMIT NK_INTEGER", - /* 565 */ "slimit_clause_opt ::= SLIMIT NK_INTEGER SOFFSET NK_INTEGER", - /* 566 */ "slimit_clause_opt ::= SLIMIT NK_INTEGER NK_COMMA NK_INTEGER", - /* 567 */ "limit_clause_opt ::=", - /* 568 */ "limit_clause_opt ::= LIMIT NK_INTEGER", - /* 569 */ "limit_clause_opt ::= LIMIT NK_INTEGER OFFSET NK_INTEGER", - /* 570 */ "limit_clause_opt ::= LIMIT NK_INTEGER NK_COMMA NK_INTEGER", - /* 571 */ "subquery ::= NK_LP query_expression NK_RP", - /* 572 */ "subquery ::= NK_LP subquery NK_RP", - /* 573 */ "search_condition ::= common_expression", - /* 574 */ "sort_specification_list ::= sort_specification", - /* 575 */ "sort_specification_list ::= sort_specification_list NK_COMMA sort_specification", - /* 576 */ "sort_specification ::= expr_or_subquery ordering_specification_opt null_ordering_opt", - /* 577 */ "ordering_specification_opt ::=", - /* 578 */ "ordering_specification_opt ::= ASC", - /* 579 */ "ordering_specification_opt ::= DESC", - /* 580 */ "null_ordering_opt ::=", - /* 581 */ "null_ordering_opt ::= NULLS FIRST", - /* 582 */ "null_ordering_opt ::= NULLS LAST", + /* 326 */ "cmd ::= PAUSE STREAM exists_opt stream_name", + /* 327 */ "cmd ::= RESUME STREAM exists_opt ignore_opt stream_name", + /* 328 */ "col_list_opt ::=", + /* 329 */ "col_list_opt ::= NK_LP col_name_list NK_RP", + /* 330 */ "tag_def_or_ref_opt ::=", + /* 331 */ "tag_def_or_ref_opt ::= tags_def", + /* 332 */ "tag_def_or_ref_opt ::= TAGS NK_LP col_name_list NK_RP", + /* 333 */ "stream_options ::=", + /* 334 */ "stream_options ::= stream_options TRIGGER AT_ONCE", + /* 335 */ "stream_options ::= stream_options TRIGGER WINDOW_CLOSE", + /* 336 */ "stream_options ::= stream_options TRIGGER MAX_DELAY duration_literal", + /* 337 */ "stream_options ::= stream_options WATERMARK duration_literal", + /* 338 */ "stream_options ::= stream_options IGNORE EXPIRED NK_INTEGER", + /* 339 */ "stream_options ::= stream_options FILL_HISTORY NK_INTEGER", + /* 340 */ "stream_options ::= stream_options DELETE_MARK duration_literal", + /* 341 */ "stream_options ::= stream_options IGNORE UPDATE NK_INTEGER", + /* 342 */ "subtable_opt ::=", + /* 343 */ "subtable_opt ::= SUBTABLE NK_LP expression NK_RP", + /* 344 */ "ignore_opt ::=", + /* 345 */ "ignore_opt ::= IGNORE UNTREATED", + /* 346 */ "cmd ::= KILL CONNECTION NK_INTEGER", + /* 347 */ "cmd ::= KILL QUERY NK_STRING", + /* 348 */ "cmd ::= KILL TRANSACTION NK_INTEGER", + /* 349 */ "cmd ::= BALANCE VGROUP", + /* 350 */ "cmd ::= BALANCE VGROUP LEADER", + /* 351 */ "cmd ::= MERGE VGROUP NK_INTEGER NK_INTEGER", + /* 352 */ "cmd ::= REDISTRIBUTE VGROUP NK_INTEGER dnode_list", + /* 353 */ "cmd ::= SPLIT VGROUP NK_INTEGER", + /* 354 */ "dnode_list ::= DNODE NK_INTEGER", + /* 355 */ "dnode_list ::= dnode_list DNODE NK_INTEGER", + /* 356 */ "cmd ::= DELETE FROM full_table_name where_clause_opt", + /* 357 */ "cmd ::= query_or_subquery", + /* 358 */ "cmd ::= insert_query", + /* 359 */ "insert_query ::= INSERT INTO full_table_name NK_LP col_name_list NK_RP query_or_subquery", + /* 360 */ "insert_query ::= INSERT INTO full_table_name query_or_subquery", + /* 361 */ "literal ::= NK_INTEGER", + /* 362 */ "literal ::= NK_FLOAT", + /* 363 */ "literal ::= NK_STRING", + /* 364 */ "literal ::= NK_BOOL", + /* 365 */ "literal ::= TIMESTAMP NK_STRING", + /* 366 */ "literal ::= duration_literal", + /* 367 */ "literal ::= NULL", + /* 368 */ "literal ::= NK_QUESTION", + /* 369 */ "duration_literal ::= NK_VARIABLE", + /* 370 */ "signed ::= NK_INTEGER", + /* 371 */ "signed ::= NK_PLUS NK_INTEGER", + /* 372 */ "signed ::= NK_MINUS NK_INTEGER", + /* 373 */ "signed ::= NK_FLOAT", + /* 374 */ "signed ::= NK_PLUS NK_FLOAT", + /* 375 */ "signed ::= NK_MINUS NK_FLOAT", + /* 376 */ "signed_literal ::= signed", + /* 377 */ "signed_literal ::= NK_STRING", + /* 378 */ "signed_literal ::= NK_BOOL", + /* 379 */ "signed_literal ::= TIMESTAMP NK_STRING", + /* 380 */ "signed_literal ::= duration_literal", + /* 381 */ "signed_literal ::= NULL", + /* 382 */ "signed_literal ::= literal_func", + /* 383 */ "signed_literal ::= NK_QUESTION", + /* 384 */ "literal_list ::= signed_literal", + /* 385 */ "literal_list ::= literal_list NK_COMMA signed_literal", + /* 386 */ "db_name ::= NK_ID", + /* 387 */ "table_name ::= NK_ID", + /* 388 */ "column_name ::= NK_ID", + /* 389 */ "function_name ::= NK_ID", + /* 390 */ "table_alias ::= NK_ID", + /* 391 */ "column_alias ::= NK_ID", + /* 392 */ "user_name ::= NK_ID", + /* 393 */ "topic_name ::= NK_ID", + /* 394 */ "stream_name ::= NK_ID", + /* 395 */ "cgroup_name ::= NK_ID", + /* 396 */ "index_name ::= NK_ID", + /* 397 */ "expr_or_subquery ::= expression", + /* 398 */ "expression ::= literal", + /* 399 */ "expression ::= pseudo_column", + /* 400 */ "expression ::= column_reference", + /* 401 */ "expression ::= function_expression", + /* 402 */ "expression ::= case_when_expression", + /* 403 */ "expression ::= NK_LP expression NK_RP", + /* 404 */ "expression ::= NK_PLUS expr_or_subquery", + /* 405 */ "expression ::= NK_MINUS expr_or_subquery", + /* 406 */ "expression ::= expr_or_subquery NK_PLUS expr_or_subquery", + /* 407 */ "expression ::= expr_or_subquery NK_MINUS expr_or_subquery", + /* 408 */ "expression ::= expr_or_subquery NK_STAR expr_or_subquery", + /* 409 */ "expression ::= expr_or_subquery NK_SLASH expr_or_subquery", + /* 410 */ "expression ::= expr_or_subquery NK_REM expr_or_subquery", + /* 411 */ "expression ::= column_reference NK_ARROW NK_STRING", + /* 412 */ "expression ::= expr_or_subquery NK_BITAND expr_or_subquery", + /* 413 */ "expression ::= expr_or_subquery NK_BITOR expr_or_subquery", + /* 414 */ "expression_list ::= expr_or_subquery", + /* 415 */ "expression_list ::= expression_list NK_COMMA expr_or_subquery", + /* 416 */ "column_reference ::= column_name", + /* 417 */ "column_reference ::= table_name NK_DOT column_name", + /* 418 */ "pseudo_column ::= ROWTS", + /* 419 */ "pseudo_column ::= TBNAME", + /* 420 */ "pseudo_column ::= table_name NK_DOT TBNAME", + /* 421 */ "pseudo_column ::= QSTART", + /* 422 */ "pseudo_column ::= QEND", + /* 423 */ "pseudo_column ::= QDURATION", + /* 424 */ "pseudo_column ::= WSTART", + /* 425 */ "pseudo_column ::= WEND", + /* 426 */ "pseudo_column ::= WDURATION", + /* 427 */ "pseudo_column ::= IROWTS", + /* 428 */ "pseudo_column ::= ISFILLED", + /* 429 */ "pseudo_column ::= QTAGS", + /* 430 */ "function_expression ::= function_name NK_LP expression_list NK_RP", + /* 431 */ "function_expression ::= star_func NK_LP star_func_para_list NK_RP", + /* 432 */ "function_expression ::= CAST NK_LP expr_or_subquery AS type_name NK_RP", + /* 433 */ "function_expression ::= literal_func", + /* 434 */ "literal_func ::= noarg_func NK_LP NK_RP", + /* 435 */ "literal_func ::= NOW", + /* 436 */ "noarg_func ::= NOW", + /* 437 */ "noarg_func ::= TODAY", + /* 438 */ "noarg_func ::= TIMEZONE", + /* 439 */ "noarg_func ::= DATABASE", + /* 440 */ "noarg_func ::= CLIENT_VERSION", + /* 441 */ "noarg_func ::= SERVER_VERSION", + /* 442 */ "noarg_func ::= SERVER_STATUS", + /* 443 */ "noarg_func ::= CURRENT_USER", + /* 444 */ "noarg_func ::= USER", + /* 445 */ "star_func ::= COUNT", + /* 446 */ "star_func ::= FIRST", + /* 447 */ "star_func ::= LAST", + /* 448 */ "star_func ::= LAST_ROW", + /* 449 */ "star_func_para_list ::= NK_STAR", + /* 450 */ "star_func_para_list ::= other_para_list", + /* 451 */ "other_para_list ::= star_func_para", + /* 452 */ "other_para_list ::= other_para_list NK_COMMA star_func_para", + /* 453 */ "star_func_para ::= expr_or_subquery", + /* 454 */ "star_func_para ::= table_name NK_DOT NK_STAR", + /* 455 */ "case_when_expression ::= CASE when_then_list case_when_else_opt END", + /* 456 */ "case_when_expression ::= CASE common_expression when_then_list case_when_else_opt END", + /* 457 */ "when_then_list ::= when_then_expr", + /* 458 */ "when_then_list ::= when_then_list when_then_expr", + /* 459 */ "when_then_expr ::= WHEN common_expression THEN common_expression", + /* 460 */ "case_when_else_opt ::=", + /* 461 */ "case_when_else_opt ::= ELSE common_expression", + /* 462 */ "predicate ::= expr_or_subquery compare_op expr_or_subquery", + /* 463 */ "predicate ::= expr_or_subquery BETWEEN expr_or_subquery AND expr_or_subquery", + /* 464 */ "predicate ::= expr_or_subquery NOT BETWEEN expr_or_subquery AND expr_or_subquery", + /* 465 */ "predicate ::= expr_or_subquery IS NULL", + /* 466 */ "predicate ::= expr_or_subquery IS NOT NULL", + /* 467 */ "predicate ::= expr_or_subquery in_op in_predicate_value", + /* 468 */ "compare_op ::= NK_LT", + /* 469 */ "compare_op ::= NK_GT", + /* 470 */ "compare_op ::= NK_LE", + /* 471 */ "compare_op ::= NK_GE", + /* 472 */ "compare_op ::= NK_NE", + /* 473 */ "compare_op ::= NK_EQ", + /* 474 */ "compare_op ::= LIKE", + /* 475 */ "compare_op ::= NOT LIKE", + /* 476 */ "compare_op ::= MATCH", + /* 477 */ "compare_op ::= NMATCH", + /* 478 */ "compare_op ::= CONTAINS", + /* 479 */ "in_op ::= IN", + /* 480 */ "in_op ::= NOT IN", + /* 481 */ "in_predicate_value ::= NK_LP literal_list NK_RP", + /* 482 */ "boolean_value_expression ::= boolean_primary", + /* 483 */ "boolean_value_expression ::= NOT boolean_primary", + /* 484 */ "boolean_value_expression ::= boolean_value_expression OR boolean_value_expression", + /* 485 */ "boolean_value_expression ::= boolean_value_expression AND boolean_value_expression", + /* 486 */ "boolean_primary ::= predicate", + /* 487 */ "boolean_primary ::= NK_LP boolean_value_expression NK_RP", + /* 488 */ "common_expression ::= expr_or_subquery", + /* 489 */ "common_expression ::= boolean_value_expression", + /* 490 */ "from_clause_opt ::=", + /* 491 */ "from_clause_opt ::= FROM table_reference_list", + /* 492 */ "table_reference_list ::= table_reference", + /* 493 */ "table_reference_list ::= table_reference_list NK_COMMA table_reference", + /* 494 */ "table_reference ::= table_primary", + /* 495 */ "table_reference ::= joined_table", + /* 496 */ "table_primary ::= table_name alias_opt", + /* 497 */ "table_primary ::= db_name NK_DOT table_name alias_opt", + /* 498 */ "table_primary ::= subquery alias_opt", + /* 499 */ "table_primary ::= parenthesized_joined_table", + /* 500 */ "alias_opt ::=", + /* 501 */ "alias_opt ::= table_alias", + /* 502 */ "alias_opt ::= AS table_alias", + /* 503 */ "parenthesized_joined_table ::= NK_LP joined_table NK_RP", + /* 504 */ "parenthesized_joined_table ::= NK_LP parenthesized_joined_table NK_RP", + /* 505 */ "joined_table ::= table_reference join_type JOIN table_reference ON search_condition", + /* 506 */ "join_type ::=", + /* 507 */ "join_type ::= INNER", + /* 508 */ "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", + /* 509 */ "set_quantifier_opt ::=", + /* 510 */ "set_quantifier_opt ::= DISTINCT", + /* 511 */ "set_quantifier_opt ::= ALL", + /* 512 */ "select_list ::= select_item", + /* 513 */ "select_list ::= select_list NK_COMMA select_item", + /* 514 */ "select_item ::= NK_STAR", + /* 515 */ "select_item ::= common_expression", + /* 516 */ "select_item ::= common_expression column_alias", + /* 517 */ "select_item ::= common_expression AS column_alias", + /* 518 */ "select_item ::= table_name NK_DOT NK_STAR", + /* 519 */ "where_clause_opt ::=", + /* 520 */ "where_clause_opt ::= WHERE search_condition", + /* 521 */ "partition_by_clause_opt ::=", + /* 522 */ "partition_by_clause_opt ::= PARTITION BY partition_list", + /* 523 */ "partition_list ::= partition_item", + /* 524 */ "partition_list ::= partition_list NK_COMMA partition_item", + /* 525 */ "partition_item ::= expr_or_subquery", + /* 526 */ "partition_item ::= expr_or_subquery column_alias", + /* 527 */ "partition_item ::= expr_or_subquery AS column_alias", + /* 528 */ "twindow_clause_opt ::=", + /* 529 */ "twindow_clause_opt ::= SESSION NK_LP column_reference NK_COMMA duration_literal NK_RP", + /* 530 */ "twindow_clause_opt ::= STATE_WINDOW NK_LP expr_or_subquery NK_RP", + /* 531 */ "twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_RP sliding_opt fill_opt", + /* 532 */ "twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_COMMA duration_literal NK_RP sliding_opt fill_opt", + /* 533 */ "twindow_clause_opt ::= EVENT_WINDOW START WITH search_condition END WITH search_condition", + /* 534 */ "sliding_opt ::=", + /* 535 */ "sliding_opt ::= SLIDING NK_LP duration_literal NK_RP", + /* 536 */ "fill_opt ::=", + /* 537 */ "fill_opt ::= FILL NK_LP fill_mode NK_RP", + /* 538 */ "fill_opt ::= FILL NK_LP VALUE NK_COMMA expression_list NK_RP", + /* 539 */ "fill_opt ::= FILL NK_LP VALUE_F NK_COMMA expression_list NK_RP", + /* 540 */ "fill_mode ::= NONE", + /* 541 */ "fill_mode ::= PREV", + /* 542 */ "fill_mode ::= NULL", + /* 543 */ "fill_mode ::= NULL_F", + /* 544 */ "fill_mode ::= LINEAR", + /* 545 */ "fill_mode ::= NEXT", + /* 546 */ "group_by_clause_opt ::=", + /* 547 */ "group_by_clause_opt ::= GROUP BY group_by_list", + /* 548 */ "group_by_list ::= expr_or_subquery", + /* 549 */ "group_by_list ::= group_by_list NK_COMMA expr_or_subquery", + /* 550 */ "having_clause_opt ::=", + /* 551 */ "having_clause_opt ::= HAVING search_condition", + /* 552 */ "range_opt ::=", + /* 553 */ "range_opt ::= RANGE NK_LP expr_or_subquery NK_COMMA expr_or_subquery NK_RP", + /* 554 */ "every_opt ::=", + /* 555 */ "every_opt ::= EVERY NK_LP duration_literal NK_RP", + /* 556 */ "query_expression ::= query_simple order_by_clause_opt slimit_clause_opt limit_clause_opt", + /* 557 */ "query_simple ::= query_specification", + /* 558 */ "query_simple ::= union_query_expression", + /* 559 */ "union_query_expression ::= query_simple_or_subquery UNION ALL query_simple_or_subquery", + /* 560 */ "union_query_expression ::= query_simple_or_subquery UNION query_simple_or_subquery", + /* 561 */ "query_simple_or_subquery ::= query_simple", + /* 562 */ "query_simple_or_subquery ::= subquery", + /* 563 */ "query_or_subquery ::= query_expression", + /* 564 */ "query_or_subquery ::= subquery", + /* 565 */ "order_by_clause_opt ::=", + /* 566 */ "order_by_clause_opt ::= ORDER BY sort_specification_list", + /* 567 */ "slimit_clause_opt ::=", + /* 568 */ "slimit_clause_opt ::= SLIMIT NK_INTEGER", + /* 569 */ "slimit_clause_opt ::= SLIMIT NK_INTEGER SOFFSET NK_INTEGER", + /* 570 */ "slimit_clause_opt ::= SLIMIT NK_INTEGER NK_COMMA NK_INTEGER", + /* 571 */ "limit_clause_opt ::=", + /* 572 */ "limit_clause_opt ::= LIMIT NK_INTEGER", + /* 573 */ "limit_clause_opt ::= LIMIT NK_INTEGER OFFSET NK_INTEGER", + /* 574 */ "limit_clause_opt ::= LIMIT NK_INTEGER NK_COMMA NK_INTEGER", + /* 575 */ "subquery ::= NK_LP query_expression NK_RP", + /* 576 */ "subquery ::= NK_LP subquery NK_RP", + /* 577 */ "search_condition ::= common_expression", + /* 578 */ "sort_specification_list ::= sort_specification", + /* 579 */ "sort_specification_list ::= sort_specification_list NK_COMMA sort_specification", + /* 580 */ "sort_specification ::= expr_or_subquery ordering_specification_opt null_ordering_opt", + /* 581 */ "ordering_specification_opt ::=", + /* 582 */ "ordering_specification_opt ::= ASC", + /* 583 */ "ordering_specification_opt ::= DESC", + /* 584 */ "null_ordering_opt ::=", + /* 585 */ "null_ordering_opt ::= NULLS FIRST", + /* 586 */ "null_ordering_opt ::= NULLS LAST", }; #endif /* NDEBUG */ @@ -2623,208 +2666,209 @@ static void yy_destructor( */ /********* Begin destructor definitions ***************************************/ /* Default NON-TERMINAL Destructor */ - case 330: /* cmd */ - case 333: /* literal */ - case 339: /* with_opt */ - case 345: /* search_condition */ - case 349: /* db_options */ - case 351: /* alter_db_options */ - case 353: /* start_opt */ - case 354: /* end_opt */ - case 358: /* signed */ - case 360: /* retention */ - case 361: /* full_table_name */ - case 364: /* table_options */ - case 368: /* alter_table_clause */ - case 369: /* alter_table_options */ - case 372: /* signed_literal */ - case 373: /* create_subtable_clause */ - case 376: /* drop_table_clause */ - case 378: /* column_def */ - case 382: /* duration_literal */ - case 383: /* rollup_func_name */ - case 385: /* col_name */ - case 386: /* db_name_cond_opt */ - case 387: /* like_pattern_opt */ - case 388: /* table_name_cond */ - case 389: /* from_db_opt */ - case 391: /* tag_item */ - case 393: /* full_index_name */ - case 394: /* index_options */ - case 397: /* sliding_opt */ - case 398: /* sma_stream_opt */ - case 399: /* func */ - case 401: /* query_or_subquery */ - case 404: /* explain_options */ - case 405: /* insert_query */ - case 411: /* stream_options */ - case 414: /* subtable_opt */ - case 415: /* expression */ - case 417: /* where_clause_opt */ - case 418: /* literal_func */ - case 421: /* expr_or_subquery */ - case 422: /* pseudo_column */ - case 423: /* column_reference */ - case 424: /* function_expression */ - case 425: /* case_when_expression */ - case 430: /* star_func_para */ - case 432: /* case_when_else_opt */ - case 433: /* common_expression */ - case 434: /* when_then_expr */ - case 435: /* predicate */ - case 438: /* in_predicate_value */ - case 439: /* boolean_value_expression */ - case 440: /* boolean_primary */ - case 441: /* from_clause_opt */ - case 442: /* table_reference_list */ - case 443: /* table_reference */ - case 444: /* table_primary */ - case 445: /* joined_table */ - case 447: /* subquery */ - case 448: /* parenthesized_joined_table */ - case 450: /* query_specification */ - case 454: /* range_opt */ - case 455: /* every_opt */ - case 456: /* fill_opt */ - case 457: /* twindow_clause_opt */ - case 459: /* having_clause_opt */ - case 460: /* select_item */ - case 462: /* partition_item */ - case 465: /* query_expression */ - case 466: /* query_simple */ - case 468: /* slimit_clause_opt */ - case 469: /* limit_clause_opt */ - case 470: /* union_query_expression */ - case 471: /* query_simple_or_subquery */ - case 473: /* sort_specification */ + case 333: /* cmd */ + case 336: /* literal */ + case 342: /* with_opt */ + case 348: /* search_condition */ + case 352: /* db_options */ + case 354: /* alter_db_options */ + case 356: /* start_opt */ + case 357: /* end_opt */ + case 361: /* signed */ + case 363: /* retention */ + case 364: /* full_table_name */ + case 367: /* table_options */ + case 371: /* alter_table_clause */ + case 372: /* alter_table_options */ + case 375: /* signed_literal */ + case 376: /* create_subtable_clause */ + case 379: /* drop_table_clause */ + case 381: /* column_def */ + case 385: /* duration_literal */ + case 386: /* rollup_func_name */ + case 388: /* col_name */ + case 389: /* db_name_cond_opt */ + case 390: /* like_pattern_opt */ + case 391: /* table_name_cond */ + case 392: /* from_db_opt */ + case 394: /* tag_item */ + case 396: /* full_index_name */ + case 397: /* index_options */ + case 400: /* sliding_opt */ + case 401: /* sma_stream_opt */ + case 402: /* func */ + case 404: /* query_or_subquery */ + case 407: /* explain_options */ + case 408: /* insert_query */ + case 414: /* stream_options */ + case 417: /* subtable_opt */ + case 419: /* expression */ + case 421: /* where_clause_opt */ + case 422: /* literal_func */ + case 425: /* expr_or_subquery */ + case 426: /* pseudo_column */ + case 427: /* column_reference */ + case 428: /* function_expression */ + case 429: /* case_when_expression */ + case 434: /* star_func_para */ + case 436: /* case_when_else_opt */ + case 437: /* common_expression */ + case 438: /* when_then_expr */ + case 439: /* predicate */ + case 442: /* in_predicate_value */ + case 443: /* boolean_value_expression */ + case 444: /* boolean_primary */ + case 445: /* from_clause_opt */ + case 446: /* table_reference_list */ + case 447: /* table_reference */ + case 448: /* table_primary */ + case 449: /* joined_table */ + case 451: /* subquery */ + case 452: /* parenthesized_joined_table */ + case 454: /* query_specification */ + case 458: /* range_opt */ + case 459: /* every_opt */ + case 460: /* fill_opt */ + case 461: /* twindow_clause_opt */ + case 463: /* having_clause_opt */ + case 464: /* select_item */ + case 466: /* partition_item */ + case 469: /* query_expression */ + case 470: /* query_simple */ + case 472: /* slimit_clause_opt */ + case 473: /* limit_clause_opt */ + case 474: /* union_query_expression */ + case 475: /* query_simple_or_subquery */ + case 477: /* sort_specification */ { - nodesDestroyNode((yypminor->yy448)); + nodesDestroyNode((yypminor->yy872)); } break; - case 331: /* account_options */ - case 332: /* alter_account_options */ - case 334: /* alter_account_option */ - case 352: /* speed_opt */ - case 408: /* bufsize_opt */ + case 334: /* account_options */ + case 335: /* alter_account_options */ + case 337: /* alter_account_option */ + case 355: /* speed_opt */ + case 411: /* bufsize_opt */ { } break; - case 335: /* user_name */ - case 342: /* db_name */ - case 343: /* table_name */ - case 344: /* topic_name */ - case 346: /* dnode_endpoint */ - case 370: /* column_name */ - case 384: /* function_name */ - case 392: /* column_alias */ - case 395: /* index_name */ - case 400: /* sma_func_name */ - case 402: /* cgroup_name */ - case 409: /* language_opt */ - case 410: /* stream_name */ - case 420: /* table_alias */ - case 426: /* star_func */ - case 428: /* noarg_func */ - case 446: /* alias_opt */ + case 338: /* user_name */ + case 345: /* db_name */ + case 346: /* table_name */ + case 347: /* topic_name */ + case 349: /* dnode_endpoint */ + case 373: /* column_name */ + case 387: /* function_name */ + case 395: /* column_alias */ + case 398: /* index_name */ + case 403: /* sma_func_name */ + case 405: /* cgroup_name */ + case 412: /* language_opt */ + case 413: /* stream_name */ + case 424: /* table_alias */ + case 430: /* star_func */ + case 432: /* noarg_func */ + case 450: /* alias_opt */ { } break; - case 336: /* sysinfo_opt */ + case 339: /* sysinfo_opt */ { } break; - case 337: /* privileges */ - case 340: /* priv_type_list */ - case 341: /* priv_type */ + case 340: /* privileges */ + case 343: /* priv_type_list */ + case 344: /* priv_type */ { } break; - case 338: /* priv_level */ + case 341: /* priv_level */ { } break; - case 347: /* force_opt */ - case 348: /* not_exists_opt */ - case 350: /* exists_opt */ - case 403: /* analyze_opt */ - case 406: /* or_replace_opt */ - case 407: /* agg_func_opt */ - case 451: /* set_quantifier_opt */ + case 350: /* force_opt */ + case 351: /* not_exists_opt */ + case 353: /* exists_opt */ + case 406: /* analyze_opt */ + case 409: /* or_replace_opt */ + case 410: /* agg_func_opt */ + case 418: /* ignore_opt */ + case 455: /* set_quantifier_opt */ { } break; - case 355: /* integer_list */ - case 356: /* variable_list */ - case 357: /* retention_list */ - case 362: /* column_def_list */ - case 363: /* tags_def_opt */ - case 365: /* multi_create_clause */ - case 366: /* tags_def */ - case 367: /* multi_drop_clause */ - case 374: /* specific_cols_opt */ - case 375: /* expression_list */ - case 377: /* col_name_list */ - case 379: /* duration_list */ - case 380: /* rollup_func_list */ - case 390: /* tag_list_opt */ - case 396: /* func_list */ - case 412: /* col_list_opt */ - case 413: /* tag_def_or_ref_opt */ - case 416: /* dnode_list */ - case 419: /* literal_list */ - case 427: /* star_func_para_list */ - case 429: /* other_para_list */ - case 431: /* when_then_list */ - case 452: /* select_list */ - case 453: /* partition_by_clause_opt */ - case 458: /* group_by_clause_opt */ - case 461: /* partition_list */ - case 464: /* group_by_list */ - case 467: /* order_by_clause_opt */ - case 472: /* sort_specification_list */ + case 358: /* integer_list */ + case 359: /* variable_list */ + case 360: /* retention_list */ + case 365: /* column_def_list */ + case 366: /* tags_def_opt */ + case 368: /* multi_create_clause */ + case 369: /* tags_def */ + case 370: /* multi_drop_clause */ + case 377: /* specific_cols_opt */ + case 378: /* expression_list */ + case 380: /* col_name_list */ + case 382: /* duration_list */ + case 383: /* rollup_func_list */ + case 393: /* tag_list_opt */ + case 399: /* func_list */ + case 415: /* col_list_opt */ + case 416: /* tag_def_or_ref_opt */ + case 420: /* dnode_list */ + case 423: /* literal_list */ + case 431: /* star_func_para_list */ + case 433: /* other_para_list */ + case 435: /* when_then_list */ + case 456: /* select_list */ + case 457: /* partition_by_clause_opt */ + case 462: /* group_by_clause_opt */ + case 465: /* partition_list */ + case 468: /* group_by_list */ + case 471: /* order_by_clause_opt */ + case 476: /* sort_specification_list */ { - nodesDestroyList((yypminor->yy432)); + nodesDestroyList((yypminor->yy664)); } break; - case 359: /* alter_db_option */ - case 381: /* alter_table_option */ + case 362: /* alter_db_option */ + case 384: /* alter_table_option */ { } break; - case 371: /* type_name */ + case 374: /* type_name */ { } break; - case 436: /* compare_op */ - case 437: /* in_op */ + case 440: /* compare_op */ + case 441: /* in_op */ { } break; - case 449: /* join_type */ + case 453: /* join_type */ { } break; - case 463: /* fill_mode */ + case 467: /* fill_mode */ { } break; - case 474: /* ordering_specification_opt */ + case 478: /* ordering_specification_opt */ { } break; - case 475: /* null_ordering_opt */ + case 479: /* null_ordering_opt */ { } @@ -3123,589 +3167,593 @@ static const struct { YYCODETYPE lhs; /* Symbol on the left-hand side of the rule */ signed char nrhs; /* Negative of the number of RHS symbols in the rule */ } yyRuleInfo[] = { - { 330, -6 }, /* (0) cmd ::= CREATE ACCOUNT NK_ID PASS NK_STRING account_options */ - { 330, -4 }, /* (1) cmd ::= ALTER ACCOUNT NK_ID alter_account_options */ - { 331, 0 }, /* (2) account_options ::= */ - { 331, -3 }, /* (3) account_options ::= account_options PPS literal */ - { 331, -3 }, /* (4) account_options ::= account_options TSERIES literal */ - { 331, -3 }, /* (5) account_options ::= account_options STORAGE literal */ - { 331, -3 }, /* (6) account_options ::= account_options STREAMS literal */ - { 331, -3 }, /* (7) account_options ::= account_options QTIME literal */ - { 331, -3 }, /* (8) account_options ::= account_options DBS literal */ - { 331, -3 }, /* (9) account_options ::= account_options USERS literal */ - { 331, -3 }, /* (10) account_options ::= account_options CONNS literal */ - { 331, -3 }, /* (11) account_options ::= account_options STATE literal */ - { 332, -1 }, /* (12) alter_account_options ::= alter_account_option */ - { 332, -2 }, /* (13) alter_account_options ::= alter_account_options alter_account_option */ - { 334, -2 }, /* (14) alter_account_option ::= PASS literal */ - { 334, -2 }, /* (15) alter_account_option ::= PPS literal */ - { 334, -2 }, /* (16) alter_account_option ::= TSERIES literal */ - { 334, -2 }, /* (17) alter_account_option ::= STORAGE literal */ - { 334, -2 }, /* (18) alter_account_option ::= STREAMS literal */ - { 334, -2 }, /* (19) alter_account_option ::= QTIME literal */ - { 334, -2 }, /* (20) alter_account_option ::= DBS literal */ - { 334, -2 }, /* (21) alter_account_option ::= USERS literal */ - { 334, -2 }, /* (22) alter_account_option ::= CONNS literal */ - { 334, -2 }, /* (23) alter_account_option ::= STATE literal */ - { 330, -6 }, /* (24) cmd ::= CREATE USER user_name PASS NK_STRING sysinfo_opt */ - { 330, -5 }, /* (25) cmd ::= ALTER USER user_name PASS NK_STRING */ - { 330, -5 }, /* (26) cmd ::= ALTER USER user_name ENABLE NK_INTEGER */ - { 330, -5 }, /* (27) cmd ::= ALTER USER user_name SYSINFO NK_INTEGER */ - { 330, -3 }, /* (28) cmd ::= DROP USER user_name */ - { 336, 0 }, /* (29) sysinfo_opt ::= */ - { 336, -2 }, /* (30) sysinfo_opt ::= SYSINFO NK_INTEGER */ - { 330, -7 }, /* (31) cmd ::= GRANT privileges ON priv_level with_opt TO user_name */ - { 330, -7 }, /* (32) cmd ::= REVOKE privileges ON priv_level with_opt FROM user_name */ - { 337, -1 }, /* (33) privileges ::= ALL */ - { 337, -1 }, /* (34) privileges ::= priv_type_list */ - { 337, -1 }, /* (35) privileges ::= SUBSCRIBE */ - { 340, -1 }, /* (36) priv_type_list ::= priv_type */ - { 340, -3 }, /* (37) priv_type_list ::= priv_type_list NK_COMMA priv_type */ - { 341, -1 }, /* (38) priv_type ::= READ */ - { 341, -1 }, /* (39) priv_type ::= WRITE */ - { 338, -3 }, /* (40) priv_level ::= NK_STAR NK_DOT NK_STAR */ - { 338, -3 }, /* (41) priv_level ::= db_name NK_DOT NK_STAR */ - { 338, -3 }, /* (42) priv_level ::= db_name NK_DOT table_name */ - { 338, -1 }, /* (43) priv_level ::= topic_name */ - { 339, 0 }, /* (44) with_opt ::= */ - { 339, -2 }, /* (45) with_opt ::= WITH search_condition */ - { 330, -3 }, /* (46) cmd ::= CREATE DNODE dnode_endpoint */ - { 330, -5 }, /* (47) cmd ::= CREATE DNODE dnode_endpoint PORT NK_INTEGER */ - { 330, -4 }, /* (48) cmd ::= DROP DNODE NK_INTEGER force_opt */ - { 330, -4 }, /* (49) cmd ::= DROP DNODE dnode_endpoint force_opt */ - { 330, -4 }, /* (50) cmd ::= ALTER DNODE NK_INTEGER NK_STRING */ - { 330, -5 }, /* (51) cmd ::= ALTER DNODE NK_INTEGER NK_STRING NK_STRING */ - { 330, -4 }, /* (52) cmd ::= ALTER ALL DNODES NK_STRING */ - { 330, -5 }, /* (53) cmd ::= ALTER ALL DNODES NK_STRING NK_STRING */ - { 346, -1 }, /* (54) dnode_endpoint ::= NK_STRING */ - { 346, -1 }, /* (55) dnode_endpoint ::= NK_ID */ - { 346, -1 }, /* (56) dnode_endpoint ::= NK_IPTOKEN */ - { 347, 0 }, /* (57) force_opt ::= */ - { 347, -1 }, /* (58) force_opt ::= FORCE */ - { 330, -3 }, /* (59) cmd ::= ALTER LOCAL NK_STRING */ - { 330, -4 }, /* (60) cmd ::= ALTER LOCAL NK_STRING NK_STRING */ - { 330, -5 }, /* (61) cmd ::= CREATE QNODE ON DNODE NK_INTEGER */ - { 330, -5 }, /* (62) cmd ::= DROP QNODE ON DNODE NK_INTEGER */ - { 330, -5 }, /* (63) cmd ::= CREATE BNODE ON DNODE NK_INTEGER */ - { 330, -5 }, /* (64) cmd ::= DROP BNODE ON DNODE NK_INTEGER */ - { 330, -5 }, /* (65) cmd ::= CREATE SNODE ON DNODE NK_INTEGER */ - { 330, -5 }, /* (66) cmd ::= DROP SNODE ON DNODE NK_INTEGER */ - { 330, -5 }, /* (67) cmd ::= CREATE MNODE ON DNODE NK_INTEGER */ - { 330, -5 }, /* (68) cmd ::= DROP MNODE ON DNODE NK_INTEGER */ - { 330, -5 }, /* (69) cmd ::= CREATE DATABASE not_exists_opt db_name db_options */ - { 330, -4 }, /* (70) cmd ::= DROP DATABASE exists_opt db_name */ - { 330, -2 }, /* (71) cmd ::= USE db_name */ - { 330, -4 }, /* (72) cmd ::= ALTER DATABASE db_name alter_db_options */ - { 330, -3 }, /* (73) cmd ::= FLUSH DATABASE db_name */ - { 330, -4 }, /* (74) cmd ::= TRIM DATABASE db_name speed_opt */ - { 330, -5 }, /* (75) cmd ::= COMPACT DATABASE db_name start_opt end_opt */ - { 348, -3 }, /* (76) not_exists_opt ::= IF NOT EXISTS */ - { 348, 0 }, /* (77) not_exists_opt ::= */ - { 350, -2 }, /* (78) exists_opt ::= IF EXISTS */ - { 350, 0 }, /* (79) exists_opt ::= */ - { 349, 0 }, /* (80) db_options ::= */ - { 349, -3 }, /* (81) db_options ::= db_options BUFFER NK_INTEGER */ - { 349, -3 }, /* (82) db_options ::= db_options CACHEMODEL NK_STRING */ - { 349, -3 }, /* (83) db_options ::= db_options CACHESIZE NK_INTEGER */ - { 349, -3 }, /* (84) db_options ::= db_options COMP NK_INTEGER */ - { 349, -3 }, /* (85) db_options ::= db_options DURATION NK_INTEGER */ - { 349, -3 }, /* (86) db_options ::= db_options DURATION NK_VARIABLE */ - { 349, -3 }, /* (87) db_options ::= db_options MAXROWS NK_INTEGER */ - { 349, -3 }, /* (88) db_options ::= db_options MINROWS NK_INTEGER */ - { 349, -3 }, /* (89) db_options ::= db_options KEEP integer_list */ - { 349, -3 }, /* (90) db_options ::= db_options KEEP variable_list */ - { 349, -3 }, /* (91) db_options ::= db_options PAGES NK_INTEGER */ - { 349, -3 }, /* (92) db_options ::= db_options PAGESIZE NK_INTEGER */ - { 349, -3 }, /* (93) db_options ::= db_options TSDB_PAGESIZE NK_INTEGER */ - { 349, -3 }, /* (94) db_options ::= db_options PRECISION NK_STRING */ - { 349, -3 }, /* (95) db_options ::= db_options REPLICA NK_INTEGER */ - { 349, -3 }, /* (96) db_options ::= db_options VGROUPS NK_INTEGER */ - { 349, -3 }, /* (97) db_options ::= db_options SINGLE_STABLE NK_INTEGER */ - { 349, -3 }, /* (98) db_options ::= db_options RETENTIONS retention_list */ - { 349, -3 }, /* (99) db_options ::= db_options SCHEMALESS NK_INTEGER */ - { 349, -3 }, /* (100) db_options ::= db_options WAL_LEVEL NK_INTEGER */ - { 349, -3 }, /* (101) db_options ::= db_options WAL_FSYNC_PERIOD NK_INTEGER */ - { 349, -3 }, /* (102) db_options ::= db_options WAL_RETENTION_PERIOD NK_INTEGER */ - { 349, -4 }, /* (103) db_options ::= db_options WAL_RETENTION_PERIOD NK_MINUS NK_INTEGER */ - { 349, -3 }, /* (104) db_options ::= db_options WAL_RETENTION_SIZE NK_INTEGER */ - { 349, -4 }, /* (105) db_options ::= db_options WAL_RETENTION_SIZE NK_MINUS NK_INTEGER */ - { 349, -3 }, /* (106) db_options ::= db_options WAL_ROLL_PERIOD NK_INTEGER */ - { 349, -3 }, /* (107) db_options ::= db_options WAL_SEGMENT_SIZE NK_INTEGER */ - { 349, -3 }, /* (108) db_options ::= db_options STT_TRIGGER NK_INTEGER */ - { 349, -3 }, /* (109) db_options ::= db_options TABLE_PREFIX signed */ - { 349, -3 }, /* (110) db_options ::= db_options TABLE_SUFFIX signed */ - { 351, -1 }, /* (111) alter_db_options ::= alter_db_option */ - { 351, -2 }, /* (112) alter_db_options ::= alter_db_options alter_db_option */ - { 359, -2 }, /* (113) alter_db_option ::= BUFFER NK_INTEGER */ - { 359, -2 }, /* (114) alter_db_option ::= CACHEMODEL NK_STRING */ - { 359, -2 }, /* (115) alter_db_option ::= CACHESIZE NK_INTEGER */ - { 359, -2 }, /* (116) alter_db_option ::= WAL_FSYNC_PERIOD NK_INTEGER */ - { 359, -2 }, /* (117) alter_db_option ::= KEEP integer_list */ - { 359, -2 }, /* (118) alter_db_option ::= KEEP variable_list */ - { 359, -2 }, /* (119) alter_db_option ::= PAGES NK_INTEGER */ - { 359, -2 }, /* (120) alter_db_option ::= REPLICA NK_INTEGER */ - { 359, -2 }, /* (121) alter_db_option ::= WAL_LEVEL NK_INTEGER */ - { 359, -2 }, /* (122) alter_db_option ::= STT_TRIGGER NK_INTEGER */ - { 359, -2 }, /* (123) alter_db_option ::= MINROWS NK_INTEGER */ - { 359, -2 }, /* (124) alter_db_option ::= WAL_RETENTION_PERIOD NK_INTEGER */ - { 359, -3 }, /* (125) alter_db_option ::= WAL_RETENTION_PERIOD NK_MINUS NK_INTEGER */ - { 359, -2 }, /* (126) alter_db_option ::= WAL_RETENTION_SIZE NK_INTEGER */ - { 359, -3 }, /* (127) alter_db_option ::= WAL_RETENTION_SIZE NK_MINUS NK_INTEGER */ - { 355, -1 }, /* (128) integer_list ::= NK_INTEGER */ - { 355, -3 }, /* (129) integer_list ::= integer_list NK_COMMA NK_INTEGER */ - { 356, -1 }, /* (130) variable_list ::= NK_VARIABLE */ - { 356, -3 }, /* (131) variable_list ::= variable_list NK_COMMA NK_VARIABLE */ - { 357, -1 }, /* (132) retention_list ::= retention */ - { 357, -3 }, /* (133) retention_list ::= retention_list NK_COMMA retention */ - { 360, -3 }, /* (134) retention ::= NK_VARIABLE NK_COLON NK_VARIABLE */ - { 352, 0 }, /* (135) speed_opt ::= */ - { 352, -2 }, /* (136) speed_opt ::= MAX_SPEED NK_INTEGER */ - { 353, 0 }, /* (137) start_opt ::= */ - { 353, -3 }, /* (138) start_opt ::= START WITH NK_INTEGER */ - { 353, -3 }, /* (139) start_opt ::= START WITH NK_STRING */ - { 353, -4 }, /* (140) start_opt ::= START WITH TIMESTAMP NK_STRING */ - { 354, 0 }, /* (141) end_opt ::= */ - { 354, -3 }, /* (142) end_opt ::= END WITH NK_INTEGER */ - { 354, -3 }, /* (143) end_opt ::= END WITH NK_STRING */ - { 354, -4 }, /* (144) end_opt ::= END WITH TIMESTAMP NK_STRING */ - { 330, -9 }, /* (145) cmd ::= CREATE TABLE not_exists_opt full_table_name NK_LP column_def_list NK_RP tags_def_opt table_options */ - { 330, -3 }, /* (146) cmd ::= CREATE TABLE multi_create_clause */ - { 330, -9 }, /* (147) cmd ::= CREATE STABLE not_exists_opt full_table_name NK_LP column_def_list NK_RP tags_def table_options */ - { 330, -3 }, /* (148) cmd ::= DROP TABLE multi_drop_clause */ - { 330, -4 }, /* (149) cmd ::= DROP STABLE exists_opt full_table_name */ - { 330, -3 }, /* (150) cmd ::= ALTER TABLE alter_table_clause */ - { 330, -3 }, /* (151) cmd ::= ALTER STABLE alter_table_clause */ - { 368, -2 }, /* (152) alter_table_clause ::= full_table_name alter_table_options */ - { 368, -5 }, /* (153) alter_table_clause ::= full_table_name ADD COLUMN column_name type_name */ - { 368, -4 }, /* (154) alter_table_clause ::= full_table_name DROP COLUMN column_name */ - { 368, -5 }, /* (155) alter_table_clause ::= full_table_name MODIFY COLUMN column_name type_name */ - { 368, -5 }, /* (156) alter_table_clause ::= full_table_name RENAME COLUMN column_name column_name */ - { 368, -5 }, /* (157) alter_table_clause ::= full_table_name ADD TAG column_name type_name */ - { 368, -4 }, /* (158) alter_table_clause ::= full_table_name DROP TAG column_name */ - { 368, -5 }, /* (159) alter_table_clause ::= full_table_name MODIFY TAG column_name type_name */ - { 368, -5 }, /* (160) alter_table_clause ::= full_table_name RENAME TAG column_name column_name */ - { 368, -6 }, /* (161) alter_table_clause ::= full_table_name SET TAG column_name NK_EQ signed_literal */ - { 365, -1 }, /* (162) multi_create_clause ::= create_subtable_clause */ - { 365, -2 }, /* (163) multi_create_clause ::= multi_create_clause create_subtable_clause */ - { 373, -10 }, /* (164) 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 */ - { 367, -1 }, /* (165) multi_drop_clause ::= drop_table_clause */ - { 367, -3 }, /* (166) multi_drop_clause ::= multi_drop_clause NK_COMMA drop_table_clause */ - { 376, -2 }, /* (167) drop_table_clause ::= exists_opt full_table_name */ - { 374, 0 }, /* (168) specific_cols_opt ::= */ - { 374, -3 }, /* (169) specific_cols_opt ::= NK_LP col_name_list NK_RP */ - { 361, -1 }, /* (170) full_table_name ::= table_name */ - { 361, -3 }, /* (171) full_table_name ::= db_name NK_DOT table_name */ - { 362, -1 }, /* (172) column_def_list ::= column_def */ - { 362, -3 }, /* (173) column_def_list ::= column_def_list NK_COMMA column_def */ - { 378, -2 }, /* (174) column_def ::= column_name type_name */ - { 371, -1 }, /* (175) type_name ::= BOOL */ - { 371, -1 }, /* (176) type_name ::= TINYINT */ - { 371, -1 }, /* (177) type_name ::= SMALLINT */ - { 371, -1 }, /* (178) type_name ::= INT */ - { 371, -1 }, /* (179) type_name ::= INTEGER */ - { 371, -1 }, /* (180) type_name ::= BIGINT */ - { 371, -1 }, /* (181) type_name ::= FLOAT */ - { 371, -1 }, /* (182) type_name ::= DOUBLE */ - { 371, -4 }, /* (183) type_name ::= BINARY NK_LP NK_INTEGER NK_RP */ - { 371, -1 }, /* (184) type_name ::= TIMESTAMP */ - { 371, -4 }, /* (185) type_name ::= NCHAR NK_LP NK_INTEGER NK_RP */ - { 371, -2 }, /* (186) type_name ::= TINYINT UNSIGNED */ - { 371, -2 }, /* (187) type_name ::= SMALLINT UNSIGNED */ - { 371, -2 }, /* (188) type_name ::= INT UNSIGNED */ - { 371, -2 }, /* (189) type_name ::= BIGINT UNSIGNED */ - { 371, -1 }, /* (190) type_name ::= JSON */ - { 371, -4 }, /* (191) type_name ::= VARCHAR NK_LP NK_INTEGER NK_RP */ - { 371, -1 }, /* (192) type_name ::= MEDIUMBLOB */ - { 371, -1 }, /* (193) type_name ::= BLOB */ - { 371, -4 }, /* (194) type_name ::= VARBINARY NK_LP NK_INTEGER NK_RP */ - { 371, -1 }, /* (195) type_name ::= DECIMAL */ - { 371, -4 }, /* (196) type_name ::= DECIMAL NK_LP NK_INTEGER NK_RP */ - { 371, -6 }, /* (197) type_name ::= DECIMAL NK_LP NK_INTEGER NK_COMMA NK_INTEGER NK_RP */ - { 363, 0 }, /* (198) tags_def_opt ::= */ - { 363, -1 }, /* (199) tags_def_opt ::= tags_def */ - { 366, -4 }, /* (200) tags_def ::= TAGS NK_LP column_def_list NK_RP */ - { 364, 0 }, /* (201) table_options ::= */ - { 364, -3 }, /* (202) table_options ::= table_options COMMENT NK_STRING */ - { 364, -3 }, /* (203) table_options ::= table_options MAX_DELAY duration_list */ - { 364, -3 }, /* (204) table_options ::= table_options WATERMARK duration_list */ - { 364, -5 }, /* (205) table_options ::= table_options ROLLUP NK_LP rollup_func_list NK_RP */ - { 364, -3 }, /* (206) table_options ::= table_options TTL NK_INTEGER */ - { 364, -5 }, /* (207) table_options ::= table_options SMA NK_LP col_name_list NK_RP */ - { 364, -3 }, /* (208) table_options ::= table_options DELETE_MARK duration_list */ - { 369, -1 }, /* (209) alter_table_options ::= alter_table_option */ - { 369, -2 }, /* (210) alter_table_options ::= alter_table_options alter_table_option */ - { 381, -2 }, /* (211) alter_table_option ::= COMMENT NK_STRING */ - { 381, -2 }, /* (212) alter_table_option ::= TTL NK_INTEGER */ - { 379, -1 }, /* (213) duration_list ::= duration_literal */ - { 379, -3 }, /* (214) duration_list ::= duration_list NK_COMMA duration_literal */ - { 380, -1 }, /* (215) rollup_func_list ::= rollup_func_name */ - { 380, -3 }, /* (216) rollup_func_list ::= rollup_func_list NK_COMMA rollup_func_name */ - { 383, -1 }, /* (217) rollup_func_name ::= function_name */ - { 383, -1 }, /* (218) rollup_func_name ::= FIRST */ - { 383, -1 }, /* (219) rollup_func_name ::= LAST */ - { 377, -1 }, /* (220) col_name_list ::= col_name */ - { 377, -3 }, /* (221) col_name_list ::= col_name_list NK_COMMA col_name */ - { 385, -1 }, /* (222) col_name ::= column_name */ - { 330, -2 }, /* (223) cmd ::= SHOW DNODES */ - { 330, -2 }, /* (224) cmd ::= SHOW USERS */ - { 330, -3 }, /* (225) cmd ::= SHOW USER PRIVILEGES */ - { 330, -2 }, /* (226) cmd ::= SHOW DATABASES */ - { 330, -4 }, /* (227) cmd ::= SHOW db_name_cond_opt TABLES like_pattern_opt */ - { 330, -4 }, /* (228) cmd ::= SHOW db_name_cond_opt STABLES like_pattern_opt */ - { 330, -3 }, /* (229) cmd ::= SHOW db_name_cond_opt VGROUPS */ - { 330, -2 }, /* (230) cmd ::= SHOW MNODES */ - { 330, -2 }, /* (231) cmd ::= SHOW QNODES */ - { 330, -2 }, /* (232) cmd ::= SHOW FUNCTIONS */ - { 330, -5 }, /* (233) cmd ::= SHOW INDEXES FROM table_name_cond from_db_opt */ - { 330, -2 }, /* (234) cmd ::= SHOW STREAMS */ - { 330, -2 }, /* (235) cmd ::= SHOW ACCOUNTS */ - { 330, -2 }, /* (236) cmd ::= SHOW APPS */ - { 330, -2 }, /* (237) cmd ::= SHOW CONNECTIONS */ - { 330, -2 }, /* (238) cmd ::= SHOW LICENCES */ - { 330, -2 }, /* (239) cmd ::= SHOW GRANTS */ - { 330, -4 }, /* (240) cmd ::= SHOW CREATE DATABASE db_name */ - { 330, -4 }, /* (241) cmd ::= SHOW CREATE TABLE full_table_name */ - { 330, -4 }, /* (242) cmd ::= SHOW CREATE STABLE full_table_name */ - { 330, -2 }, /* (243) cmd ::= SHOW QUERIES */ - { 330, -2 }, /* (244) cmd ::= SHOW SCORES */ - { 330, -2 }, /* (245) cmd ::= SHOW TOPICS */ - { 330, -2 }, /* (246) cmd ::= SHOW VARIABLES */ - { 330, -3 }, /* (247) cmd ::= SHOW CLUSTER VARIABLES */ - { 330, -3 }, /* (248) cmd ::= SHOW LOCAL VARIABLES */ - { 330, -5 }, /* (249) cmd ::= SHOW DNODE NK_INTEGER VARIABLES like_pattern_opt */ - { 330, -2 }, /* (250) cmd ::= SHOW BNODES */ - { 330, -2 }, /* (251) cmd ::= SHOW SNODES */ - { 330, -2 }, /* (252) cmd ::= SHOW CLUSTER */ - { 330, -2 }, /* (253) cmd ::= SHOW TRANSACTIONS */ - { 330, -4 }, /* (254) cmd ::= SHOW TABLE DISTRIBUTED full_table_name */ - { 330, -2 }, /* (255) cmd ::= SHOW CONSUMERS */ - { 330, -2 }, /* (256) cmd ::= SHOW SUBSCRIPTIONS */ - { 330, -5 }, /* (257) cmd ::= SHOW TAGS FROM table_name_cond from_db_opt */ - { 330, -7 }, /* (258) cmd ::= SHOW TABLE TAGS tag_list_opt FROM table_name_cond from_db_opt */ - { 330, -3 }, /* (259) cmd ::= SHOW VNODES NK_INTEGER */ - { 330, -3 }, /* (260) cmd ::= SHOW VNODES NK_STRING */ - { 330, -3 }, /* (261) cmd ::= SHOW db_name_cond_opt ALIVE */ - { 330, -3 }, /* (262) cmd ::= SHOW CLUSTER ALIVE */ - { 386, 0 }, /* (263) db_name_cond_opt ::= */ - { 386, -2 }, /* (264) db_name_cond_opt ::= db_name NK_DOT */ - { 387, 0 }, /* (265) like_pattern_opt ::= */ - { 387, -2 }, /* (266) like_pattern_opt ::= LIKE NK_STRING */ - { 388, -1 }, /* (267) table_name_cond ::= table_name */ - { 389, 0 }, /* (268) from_db_opt ::= */ - { 389, -2 }, /* (269) from_db_opt ::= FROM db_name */ - { 390, 0 }, /* (270) tag_list_opt ::= */ - { 390, -1 }, /* (271) tag_list_opt ::= tag_item */ - { 390, -3 }, /* (272) tag_list_opt ::= tag_list_opt NK_COMMA tag_item */ - { 391, -1 }, /* (273) tag_item ::= TBNAME */ - { 391, -1 }, /* (274) tag_item ::= QTAGS */ - { 391, -1 }, /* (275) tag_item ::= column_name */ - { 391, -2 }, /* (276) tag_item ::= column_name column_alias */ - { 391, -3 }, /* (277) tag_item ::= column_name AS column_alias */ - { 330, -8 }, /* (278) cmd ::= CREATE SMA INDEX not_exists_opt full_index_name ON full_table_name index_options */ - { 330, -9 }, /* (279) cmd ::= CREATE INDEX not_exists_opt full_index_name ON full_table_name NK_LP col_name_list NK_RP */ - { 330, -4 }, /* (280) cmd ::= DROP INDEX exists_opt full_index_name */ - { 393, -1 }, /* (281) full_index_name ::= index_name */ - { 393, -3 }, /* (282) full_index_name ::= db_name NK_DOT index_name */ - { 394, -10 }, /* (283) index_options ::= FUNCTION NK_LP func_list NK_RP INTERVAL NK_LP duration_literal NK_RP sliding_opt sma_stream_opt */ - { 394, -12 }, /* (284) 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 */ - { 396, -1 }, /* (285) func_list ::= func */ - { 396, -3 }, /* (286) func_list ::= func_list NK_COMMA func */ - { 399, -4 }, /* (287) func ::= sma_func_name NK_LP expression_list NK_RP */ - { 400, -1 }, /* (288) sma_func_name ::= function_name */ - { 400, -1 }, /* (289) sma_func_name ::= COUNT */ - { 400, -1 }, /* (290) sma_func_name ::= FIRST */ - { 400, -1 }, /* (291) sma_func_name ::= LAST */ - { 400, -1 }, /* (292) sma_func_name ::= LAST_ROW */ - { 398, 0 }, /* (293) sma_stream_opt ::= */ - { 398, -3 }, /* (294) sma_stream_opt ::= sma_stream_opt WATERMARK duration_literal */ - { 398, -3 }, /* (295) sma_stream_opt ::= sma_stream_opt MAX_DELAY duration_literal */ - { 398, -3 }, /* (296) sma_stream_opt ::= sma_stream_opt DELETE_MARK duration_literal */ - { 330, -6 }, /* (297) cmd ::= CREATE TOPIC not_exists_opt topic_name AS query_or_subquery */ - { 330, -7 }, /* (298) cmd ::= CREATE TOPIC not_exists_opt topic_name AS DATABASE db_name */ - { 330, -9 }, /* (299) cmd ::= CREATE TOPIC not_exists_opt topic_name WITH META AS DATABASE db_name */ - { 330, -7 }, /* (300) cmd ::= CREATE TOPIC not_exists_opt topic_name AS STABLE full_table_name */ - { 330, -9 }, /* (301) cmd ::= CREATE TOPIC not_exists_opt topic_name WITH META AS STABLE full_table_name */ - { 330, -4 }, /* (302) cmd ::= DROP TOPIC exists_opt topic_name */ - { 330, -7 }, /* (303) cmd ::= DROP CONSUMER GROUP exists_opt cgroup_name ON topic_name */ - { 330, -2 }, /* (304) cmd ::= DESC full_table_name */ - { 330, -2 }, /* (305) cmd ::= DESCRIBE full_table_name */ - { 330, -3 }, /* (306) cmd ::= RESET QUERY CACHE */ - { 330, -4 }, /* (307) cmd ::= EXPLAIN analyze_opt explain_options query_or_subquery */ - { 330, -4 }, /* (308) cmd ::= EXPLAIN analyze_opt explain_options insert_query */ - { 403, 0 }, /* (309) analyze_opt ::= */ - { 403, -1 }, /* (310) analyze_opt ::= ANALYZE */ - { 404, 0 }, /* (311) explain_options ::= */ - { 404, -3 }, /* (312) explain_options ::= explain_options VERBOSE NK_BOOL */ - { 404, -3 }, /* (313) explain_options ::= explain_options RATIO NK_FLOAT */ - { 330, -12 }, /* (314) cmd ::= CREATE or_replace_opt agg_func_opt FUNCTION not_exists_opt function_name AS NK_STRING OUTPUTTYPE type_name bufsize_opt language_opt */ - { 330, -4 }, /* (315) cmd ::= DROP FUNCTION exists_opt function_name */ - { 407, 0 }, /* (316) agg_func_opt ::= */ - { 407, -1 }, /* (317) agg_func_opt ::= AGGREGATE */ - { 408, 0 }, /* (318) bufsize_opt ::= */ - { 408, -2 }, /* (319) bufsize_opt ::= BUFSIZE NK_INTEGER */ - { 409, 0 }, /* (320) language_opt ::= */ - { 409, -2 }, /* (321) language_opt ::= LANGUAGE NK_STRING */ - { 406, 0 }, /* (322) or_replace_opt ::= */ - { 406, -2 }, /* (323) or_replace_opt ::= OR REPLACE */ - { 330, -12 }, /* (324) 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 */ - { 330, -4 }, /* (325) cmd ::= DROP STREAM exists_opt stream_name */ - { 412, 0 }, /* (326) col_list_opt ::= */ - { 412, -3 }, /* (327) col_list_opt ::= NK_LP col_name_list NK_RP */ - { 413, 0 }, /* (328) tag_def_or_ref_opt ::= */ - { 413, -1 }, /* (329) tag_def_or_ref_opt ::= tags_def */ - { 413, -4 }, /* (330) tag_def_or_ref_opt ::= TAGS NK_LP col_name_list NK_RP */ - { 411, 0 }, /* (331) stream_options ::= */ - { 411, -3 }, /* (332) stream_options ::= stream_options TRIGGER AT_ONCE */ - { 411, -3 }, /* (333) stream_options ::= stream_options TRIGGER WINDOW_CLOSE */ - { 411, -4 }, /* (334) stream_options ::= stream_options TRIGGER MAX_DELAY duration_literal */ - { 411, -3 }, /* (335) stream_options ::= stream_options WATERMARK duration_literal */ - { 411, -4 }, /* (336) stream_options ::= stream_options IGNORE EXPIRED NK_INTEGER */ - { 411, -3 }, /* (337) stream_options ::= stream_options FILL_HISTORY NK_INTEGER */ - { 411, -3 }, /* (338) stream_options ::= stream_options DELETE_MARK duration_literal */ - { 411, -4 }, /* (339) stream_options ::= stream_options IGNORE UPDATE NK_INTEGER */ - { 414, 0 }, /* (340) subtable_opt ::= */ - { 414, -4 }, /* (341) subtable_opt ::= SUBTABLE NK_LP expression NK_RP */ - { 330, -3 }, /* (342) cmd ::= KILL CONNECTION NK_INTEGER */ - { 330, -3 }, /* (343) cmd ::= KILL QUERY NK_STRING */ - { 330, -3 }, /* (344) cmd ::= KILL TRANSACTION NK_INTEGER */ - { 330, -2 }, /* (345) cmd ::= BALANCE VGROUP */ - { 330, -3 }, /* (346) cmd ::= BALANCE VGROUP LEADER */ - { 330, -4 }, /* (347) cmd ::= MERGE VGROUP NK_INTEGER NK_INTEGER */ - { 330, -4 }, /* (348) cmd ::= REDISTRIBUTE VGROUP NK_INTEGER dnode_list */ - { 330, -3 }, /* (349) cmd ::= SPLIT VGROUP NK_INTEGER */ - { 416, -2 }, /* (350) dnode_list ::= DNODE NK_INTEGER */ - { 416, -3 }, /* (351) dnode_list ::= dnode_list DNODE NK_INTEGER */ - { 330, -4 }, /* (352) cmd ::= DELETE FROM full_table_name where_clause_opt */ - { 330, -1 }, /* (353) cmd ::= query_or_subquery */ - { 330, -1 }, /* (354) cmd ::= insert_query */ - { 405, -7 }, /* (355) insert_query ::= INSERT INTO full_table_name NK_LP col_name_list NK_RP query_or_subquery */ - { 405, -4 }, /* (356) insert_query ::= INSERT INTO full_table_name query_or_subquery */ - { 333, -1 }, /* (357) literal ::= NK_INTEGER */ - { 333, -1 }, /* (358) literal ::= NK_FLOAT */ - { 333, -1 }, /* (359) literal ::= NK_STRING */ - { 333, -1 }, /* (360) literal ::= NK_BOOL */ - { 333, -2 }, /* (361) literal ::= TIMESTAMP NK_STRING */ - { 333, -1 }, /* (362) literal ::= duration_literal */ - { 333, -1 }, /* (363) literal ::= NULL */ - { 333, -1 }, /* (364) literal ::= NK_QUESTION */ - { 382, -1 }, /* (365) duration_literal ::= NK_VARIABLE */ - { 358, -1 }, /* (366) signed ::= NK_INTEGER */ - { 358, -2 }, /* (367) signed ::= NK_PLUS NK_INTEGER */ - { 358, -2 }, /* (368) signed ::= NK_MINUS NK_INTEGER */ - { 358, -1 }, /* (369) signed ::= NK_FLOAT */ - { 358, -2 }, /* (370) signed ::= NK_PLUS NK_FLOAT */ - { 358, -2 }, /* (371) signed ::= NK_MINUS NK_FLOAT */ - { 372, -1 }, /* (372) signed_literal ::= signed */ - { 372, -1 }, /* (373) signed_literal ::= NK_STRING */ - { 372, -1 }, /* (374) signed_literal ::= NK_BOOL */ - { 372, -2 }, /* (375) signed_literal ::= TIMESTAMP NK_STRING */ - { 372, -1 }, /* (376) signed_literal ::= duration_literal */ - { 372, -1 }, /* (377) signed_literal ::= NULL */ - { 372, -1 }, /* (378) signed_literal ::= literal_func */ - { 372, -1 }, /* (379) signed_literal ::= NK_QUESTION */ - { 419, -1 }, /* (380) literal_list ::= signed_literal */ - { 419, -3 }, /* (381) literal_list ::= literal_list NK_COMMA signed_literal */ - { 342, -1 }, /* (382) db_name ::= NK_ID */ - { 343, -1 }, /* (383) table_name ::= NK_ID */ - { 370, -1 }, /* (384) column_name ::= NK_ID */ - { 384, -1 }, /* (385) function_name ::= NK_ID */ - { 420, -1 }, /* (386) table_alias ::= NK_ID */ - { 392, -1 }, /* (387) column_alias ::= NK_ID */ - { 335, -1 }, /* (388) user_name ::= NK_ID */ - { 344, -1 }, /* (389) topic_name ::= NK_ID */ - { 410, -1 }, /* (390) stream_name ::= NK_ID */ - { 402, -1 }, /* (391) cgroup_name ::= NK_ID */ - { 395, -1 }, /* (392) index_name ::= NK_ID */ - { 421, -1 }, /* (393) expr_or_subquery ::= expression */ - { 415, -1 }, /* (394) expression ::= literal */ - { 415, -1 }, /* (395) expression ::= pseudo_column */ - { 415, -1 }, /* (396) expression ::= column_reference */ - { 415, -1 }, /* (397) expression ::= function_expression */ - { 415, -1 }, /* (398) expression ::= case_when_expression */ - { 415, -3 }, /* (399) expression ::= NK_LP expression NK_RP */ - { 415, -2 }, /* (400) expression ::= NK_PLUS expr_or_subquery */ - { 415, -2 }, /* (401) expression ::= NK_MINUS expr_or_subquery */ - { 415, -3 }, /* (402) expression ::= expr_or_subquery NK_PLUS expr_or_subquery */ - { 415, -3 }, /* (403) expression ::= expr_or_subquery NK_MINUS expr_or_subquery */ - { 415, -3 }, /* (404) expression ::= expr_or_subquery NK_STAR expr_or_subquery */ - { 415, -3 }, /* (405) expression ::= expr_or_subquery NK_SLASH expr_or_subquery */ - { 415, -3 }, /* (406) expression ::= expr_or_subquery NK_REM expr_or_subquery */ - { 415, -3 }, /* (407) expression ::= column_reference NK_ARROW NK_STRING */ - { 415, -3 }, /* (408) expression ::= expr_or_subquery NK_BITAND expr_or_subquery */ - { 415, -3 }, /* (409) expression ::= expr_or_subquery NK_BITOR expr_or_subquery */ - { 375, -1 }, /* (410) expression_list ::= expr_or_subquery */ - { 375, -3 }, /* (411) expression_list ::= expression_list NK_COMMA expr_or_subquery */ - { 423, -1 }, /* (412) column_reference ::= column_name */ - { 423, -3 }, /* (413) column_reference ::= table_name NK_DOT column_name */ - { 422, -1 }, /* (414) pseudo_column ::= ROWTS */ - { 422, -1 }, /* (415) pseudo_column ::= TBNAME */ - { 422, -3 }, /* (416) pseudo_column ::= table_name NK_DOT TBNAME */ - { 422, -1 }, /* (417) pseudo_column ::= QSTART */ - { 422, -1 }, /* (418) pseudo_column ::= QEND */ - { 422, -1 }, /* (419) pseudo_column ::= QDURATION */ - { 422, -1 }, /* (420) pseudo_column ::= WSTART */ - { 422, -1 }, /* (421) pseudo_column ::= WEND */ - { 422, -1 }, /* (422) pseudo_column ::= WDURATION */ - { 422, -1 }, /* (423) pseudo_column ::= IROWTS */ - { 422, -1 }, /* (424) pseudo_column ::= ISFILLED */ - { 422, -1 }, /* (425) pseudo_column ::= QTAGS */ - { 424, -4 }, /* (426) function_expression ::= function_name NK_LP expression_list NK_RP */ - { 424, -4 }, /* (427) function_expression ::= star_func NK_LP star_func_para_list NK_RP */ - { 424, -6 }, /* (428) function_expression ::= CAST NK_LP expr_or_subquery AS type_name NK_RP */ - { 424, -1 }, /* (429) function_expression ::= literal_func */ - { 418, -3 }, /* (430) literal_func ::= noarg_func NK_LP NK_RP */ - { 418, -1 }, /* (431) literal_func ::= NOW */ - { 428, -1 }, /* (432) noarg_func ::= NOW */ - { 428, -1 }, /* (433) noarg_func ::= TODAY */ - { 428, -1 }, /* (434) noarg_func ::= TIMEZONE */ - { 428, -1 }, /* (435) noarg_func ::= DATABASE */ - { 428, -1 }, /* (436) noarg_func ::= CLIENT_VERSION */ - { 428, -1 }, /* (437) noarg_func ::= SERVER_VERSION */ - { 428, -1 }, /* (438) noarg_func ::= SERVER_STATUS */ - { 428, -1 }, /* (439) noarg_func ::= CURRENT_USER */ - { 428, -1 }, /* (440) noarg_func ::= USER */ - { 426, -1 }, /* (441) star_func ::= COUNT */ - { 426, -1 }, /* (442) star_func ::= FIRST */ - { 426, -1 }, /* (443) star_func ::= LAST */ - { 426, -1 }, /* (444) star_func ::= LAST_ROW */ - { 427, -1 }, /* (445) star_func_para_list ::= NK_STAR */ - { 427, -1 }, /* (446) star_func_para_list ::= other_para_list */ - { 429, -1 }, /* (447) other_para_list ::= star_func_para */ - { 429, -3 }, /* (448) other_para_list ::= other_para_list NK_COMMA star_func_para */ - { 430, -1 }, /* (449) star_func_para ::= expr_or_subquery */ - { 430, -3 }, /* (450) star_func_para ::= table_name NK_DOT NK_STAR */ - { 425, -4 }, /* (451) case_when_expression ::= CASE when_then_list case_when_else_opt END */ - { 425, -5 }, /* (452) case_when_expression ::= CASE common_expression when_then_list case_when_else_opt END */ - { 431, -1 }, /* (453) when_then_list ::= when_then_expr */ - { 431, -2 }, /* (454) when_then_list ::= when_then_list when_then_expr */ - { 434, -4 }, /* (455) when_then_expr ::= WHEN common_expression THEN common_expression */ - { 432, 0 }, /* (456) case_when_else_opt ::= */ - { 432, -2 }, /* (457) case_when_else_opt ::= ELSE common_expression */ - { 435, -3 }, /* (458) predicate ::= expr_or_subquery compare_op expr_or_subquery */ - { 435, -5 }, /* (459) predicate ::= expr_or_subquery BETWEEN expr_or_subquery AND expr_or_subquery */ - { 435, -6 }, /* (460) predicate ::= expr_or_subquery NOT BETWEEN expr_or_subquery AND expr_or_subquery */ - { 435, -3 }, /* (461) predicate ::= expr_or_subquery IS NULL */ - { 435, -4 }, /* (462) predicate ::= expr_or_subquery IS NOT NULL */ - { 435, -3 }, /* (463) predicate ::= expr_or_subquery in_op in_predicate_value */ - { 436, -1 }, /* (464) compare_op ::= NK_LT */ - { 436, -1 }, /* (465) compare_op ::= NK_GT */ - { 436, -1 }, /* (466) compare_op ::= NK_LE */ - { 436, -1 }, /* (467) compare_op ::= NK_GE */ - { 436, -1 }, /* (468) compare_op ::= NK_NE */ - { 436, -1 }, /* (469) compare_op ::= NK_EQ */ - { 436, -1 }, /* (470) compare_op ::= LIKE */ - { 436, -2 }, /* (471) compare_op ::= NOT LIKE */ - { 436, -1 }, /* (472) compare_op ::= MATCH */ - { 436, -1 }, /* (473) compare_op ::= NMATCH */ - { 436, -1 }, /* (474) compare_op ::= CONTAINS */ - { 437, -1 }, /* (475) in_op ::= IN */ - { 437, -2 }, /* (476) in_op ::= NOT IN */ - { 438, -3 }, /* (477) in_predicate_value ::= NK_LP literal_list NK_RP */ - { 439, -1 }, /* (478) boolean_value_expression ::= boolean_primary */ - { 439, -2 }, /* (479) boolean_value_expression ::= NOT boolean_primary */ - { 439, -3 }, /* (480) boolean_value_expression ::= boolean_value_expression OR boolean_value_expression */ - { 439, -3 }, /* (481) boolean_value_expression ::= boolean_value_expression AND boolean_value_expression */ - { 440, -1 }, /* (482) boolean_primary ::= predicate */ - { 440, -3 }, /* (483) boolean_primary ::= NK_LP boolean_value_expression NK_RP */ - { 433, -1 }, /* (484) common_expression ::= expr_or_subquery */ - { 433, -1 }, /* (485) common_expression ::= boolean_value_expression */ - { 441, 0 }, /* (486) from_clause_opt ::= */ - { 441, -2 }, /* (487) from_clause_opt ::= FROM table_reference_list */ - { 442, -1 }, /* (488) table_reference_list ::= table_reference */ - { 442, -3 }, /* (489) table_reference_list ::= table_reference_list NK_COMMA table_reference */ - { 443, -1 }, /* (490) table_reference ::= table_primary */ - { 443, -1 }, /* (491) table_reference ::= joined_table */ - { 444, -2 }, /* (492) table_primary ::= table_name alias_opt */ - { 444, -4 }, /* (493) table_primary ::= db_name NK_DOT table_name alias_opt */ - { 444, -2 }, /* (494) table_primary ::= subquery alias_opt */ - { 444, -1 }, /* (495) table_primary ::= parenthesized_joined_table */ - { 446, 0 }, /* (496) alias_opt ::= */ - { 446, -1 }, /* (497) alias_opt ::= table_alias */ - { 446, -2 }, /* (498) alias_opt ::= AS table_alias */ - { 448, -3 }, /* (499) parenthesized_joined_table ::= NK_LP joined_table NK_RP */ - { 448, -3 }, /* (500) parenthesized_joined_table ::= NK_LP parenthesized_joined_table NK_RP */ - { 445, -6 }, /* (501) joined_table ::= table_reference join_type JOIN table_reference ON search_condition */ - { 449, 0 }, /* (502) join_type ::= */ - { 449, -1 }, /* (503) join_type ::= INNER */ - { 450, -12 }, /* (504) 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 */ - { 451, 0 }, /* (505) set_quantifier_opt ::= */ - { 451, -1 }, /* (506) set_quantifier_opt ::= DISTINCT */ - { 451, -1 }, /* (507) set_quantifier_opt ::= ALL */ - { 452, -1 }, /* (508) select_list ::= select_item */ - { 452, -3 }, /* (509) select_list ::= select_list NK_COMMA select_item */ - { 460, -1 }, /* (510) select_item ::= NK_STAR */ - { 460, -1 }, /* (511) select_item ::= common_expression */ - { 460, -2 }, /* (512) select_item ::= common_expression column_alias */ - { 460, -3 }, /* (513) select_item ::= common_expression AS column_alias */ - { 460, -3 }, /* (514) select_item ::= table_name NK_DOT NK_STAR */ - { 417, 0 }, /* (515) where_clause_opt ::= */ - { 417, -2 }, /* (516) where_clause_opt ::= WHERE search_condition */ - { 453, 0 }, /* (517) partition_by_clause_opt ::= */ - { 453, -3 }, /* (518) partition_by_clause_opt ::= PARTITION BY partition_list */ - { 461, -1 }, /* (519) partition_list ::= partition_item */ - { 461, -3 }, /* (520) partition_list ::= partition_list NK_COMMA partition_item */ - { 462, -1 }, /* (521) partition_item ::= expr_or_subquery */ - { 462, -2 }, /* (522) partition_item ::= expr_or_subquery column_alias */ - { 462, -3 }, /* (523) partition_item ::= expr_or_subquery AS column_alias */ - { 457, 0 }, /* (524) twindow_clause_opt ::= */ - { 457, -6 }, /* (525) twindow_clause_opt ::= SESSION NK_LP column_reference NK_COMMA duration_literal NK_RP */ - { 457, -4 }, /* (526) twindow_clause_opt ::= STATE_WINDOW NK_LP expr_or_subquery NK_RP */ - { 457, -6 }, /* (527) twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_RP sliding_opt fill_opt */ - { 457, -8 }, /* (528) twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_COMMA duration_literal NK_RP sliding_opt fill_opt */ - { 457, -7 }, /* (529) twindow_clause_opt ::= EVENT_WINDOW START WITH search_condition END WITH search_condition */ - { 397, 0 }, /* (530) sliding_opt ::= */ - { 397, -4 }, /* (531) sliding_opt ::= SLIDING NK_LP duration_literal NK_RP */ - { 456, 0 }, /* (532) fill_opt ::= */ - { 456, -4 }, /* (533) fill_opt ::= FILL NK_LP fill_mode NK_RP */ - { 456, -6 }, /* (534) fill_opt ::= FILL NK_LP VALUE NK_COMMA expression_list NK_RP */ - { 456, -6 }, /* (535) fill_opt ::= FILL NK_LP VALUE_F NK_COMMA expression_list NK_RP */ - { 463, -1 }, /* (536) fill_mode ::= NONE */ - { 463, -1 }, /* (537) fill_mode ::= PREV */ - { 463, -1 }, /* (538) fill_mode ::= NULL */ - { 463, -1 }, /* (539) fill_mode ::= NULL_F */ - { 463, -1 }, /* (540) fill_mode ::= LINEAR */ - { 463, -1 }, /* (541) fill_mode ::= NEXT */ - { 458, 0 }, /* (542) group_by_clause_opt ::= */ - { 458, -3 }, /* (543) group_by_clause_opt ::= GROUP BY group_by_list */ - { 464, -1 }, /* (544) group_by_list ::= expr_or_subquery */ - { 464, -3 }, /* (545) group_by_list ::= group_by_list NK_COMMA expr_or_subquery */ - { 459, 0 }, /* (546) having_clause_opt ::= */ - { 459, -2 }, /* (547) having_clause_opt ::= HAVING search_condition */ - { 454, 0 }, /* (548) range_opt ::= */ - { 454, -6 }, /* (549) range_opt ::= RANGE NK_LP expr_or_subquery NK_COMMA expr_or_subquery NK_RP */ - { 455, 0 }, /* (550) every_opt ::= */ - { 455, -4 }, /* (551) every_opt ::= EVERY NK_LP duration_literal NK_RP */ - { 465, -4 }, /* (552) query_expression ::= query_simple order_by_clause_opt slimit_clause_opt limit_clause_opt */ - { 466, -1 }, /* (553) query_simple ::= query_specification */ - { 466, -1 }, /* (554) query_simple ::= union_query_expression */ - { 470, -4 }, /* (555) union_query_expression ::= query_simple_or_subquery UNION ALL query_simple_or_subquery */ - { 470, -3 }, /* (556) union_query_expression ::= query_simple_or_subquery UNION query_simple_or_subquery */ - { 471, -1 }, /* (557) query_simple_or_subquery ::= query_simple */ - { 471, -1 }, /* (558) query_simple_or_subquery ::= subquery */ - { 401, -1 }, /* (559) query_or_subquery ::= query_expression */ - { 401, -1 }, /* (560) query_or_subquery ::= subquery */ - { 467, 0 }, /* (561) order_by_clause_opt ::= */ - { 467, -3 }, /* (562) order_by_clause_opt ::= ORDER BY sort_specification_list */ - { 468, 0 }, /* (563) slimit_clause_opt ::= */ - { 468, -2 }, /* (564) slimit_clause_opt ::= SLIMIT NK_INTEGER */ - { 468, -4 }, /* (565) slimit_clause_opt ::= SLIMIT NK_INTEGER SOFFSET NK_INTEGER */ - { 468, -4 }, /* (566) slimit_clause_opt ::= SLIMIT NK_INTEGER NK_COMMA NK_INTEGER */ - { 469, 0 }, /* (567) limit_clause_opt ::= */ - { 469, -2 }, /* (568) limit_clause_opt ::= LIMIT NK_INTEGER */ - { 469, -4 }, /* (569) limit_clause_opt ::= LIMIT NK_INTEGER OFFSET NK_INTEGER */ - { 469, -4 }, /* (570) limit_clause_opt ::= LIMIT NK_INTEGER NK_COMMA NK_INTEGER */ - { 447, -3 }, /* (571) subquery ::= NK_LP query_expression NK_RP */ - { 447, -3 }, /* (572) subquery ::= NK_LP subquery NK_RP */ - { 345, -1 }, /* (573) search_condition ::= common_expression */ - { 472, -1 }, /* (574) sort_specification_list ::= sort_specification */ - { 472, -3 }, /* (575) sort_specification_list ::= sort_specification_list NK_COMMA sort_specification */ - { 473, -3 }, /* (576) sort_specification ::= expr_or_subquery ordering_specification_opt null_ordering_opt */ - { 474, 0 }, /* (577) ordering_specification_opt ::= */ - { 474, -1 }, /* (578) ordering_specification_opt ::= ASC */ - { 474, -1 }, /* (579) ordering_specification_opt ::= DESC */ - { 475, 0 }, /* (580) null_ordering_opt ::= */ - { 475, -2 }, /* (581) null_ordering_opt ::= NULLS FIRST */ - { 475, -2 }, /* (582) null_ordering_opt ::= NULLS LAST */ + { 333, -6 }, /* (0) cmd ::= CREATE ACCOUNT NK_ID PASS NK_STRING account_options */ + { 333, -4 }, /* (1) cmd ::= ALTER ACCOUNT NK_ID alter_account_options */ + { 334, 0 }, /* (2) account_options ::= */ + { 334, -3 }, /* (3) account_options ::= account_options PPS literal */ + { 334, -3 }, /* (4) account_options ::= account_options TSERIES literal */ + { 334, -3 }, /* (5) account_options ::= account_options STORAGE literal */ + { 334, -3 }, /* (6) account_options ::= account_options STREAMS literal */ + { 334, -3 }, /* (7) account_options ::= account_options QTIME literal */ + { 334, -3 }, /* (8) account_options ::= account_options DBS literal */ + { 334, -3 }, /* (9) account_options ::= account_options USERS literal */ + { 334, -3 }, /* (10) account_options ::= account_options CONNS literal */ + { 334, -3 }, /* (11) account_options ::= account_options STATE literal */ + { 335, -1 }, /* (12) alter_account_options ::= alter_account_option */ + { 335, -2 }, /* (13) alter_account_options ::= alter_account_options alter_account_option */ + { 337, -2 }, /* (14) alter_account_option ::= PASS literal */ + { 337, -2 }, /* (15) alter_account_option ::= PPS literal */ + { 337, -2 }, /* (16) alter_account_option ::= TSERIES literal */ + { 337, -2 }, /* (17) alter_account_option ::= STORAGE literal */ + { 337, -2 }, /* (18) alter_account_option ::= STREAMS literal */ + { 337, -2 }, /* (19) alter_account_option ::= QTIME literal */ + { 337, -2 }, /* (20) alter_account_option ::= DBS literal */ + { 337, -2 }, /* (21) alter_account_option ::= USERS literal */ + { 337, -2 }, /* (22) alter_account_option ::= CONNS literal */ + { 337, -2 }, /* (23) alter_account_option ::= STATE literal */ + { 333, -6 }, /* (24) cmd ::= CREATE USER user_name PASS NK_STRING sysinfo_opt */ + { 333, -5 }, /* (25) cmd ::= ALTER USER user_name PASS NK_STRING */ + { 333, -5 }, /* (26) cmd ::= ALTER USER user_name ENABLE NK_INTEGER */ + { 333, -5 }, /* (27) cmd ::= ALTER USER user_name SYSINFO NK_INTEGER */ + { 333, -3 }, /* (28) cmd ::= DROP USER user_name */ + { 339, 0 }, /* (29) sysinfo_opt ::= */ + { 339, -2 }, /* (30) sysinfo_opt ::= SYSINFO NK_INTEGER */ + { 333, -7 }, /* (31) cmd ::= GRANT privileges ON priv_level with_opt TO user_name */ + { 333, -7 }, /* (32) cmd ::= REVOKE privileges ON priv_level with_opt FROM user_name */ + { 340, -1 }, /* (33) privileges ::= ALL */ + { 340, -1 }, /* (34) privileges ::= priv_type_list */ + { 340, -1 }, /* (35) privileges ::= SUBSCRIBE */ + { 343, -1 }, /* (36) priv_type_list ::= priv_type */ + { 343, -3 }, /* (37) priv_type_list ::= priv_type_list NK_COMMA priv_type */ + { 344, -1 }, /* (38) priv_type ::= READ */ + { 344, -1 }, /* (39) priv_type ::= WRITE */ + { 341, -3 }, /* (40) priv_level ::= NK_STAR NK_DOT NK_STAR */ + { 341, -3 }, /* (41) priv_level ::= db_name NK_DOT NK_STAR */ + { 341, -3 }, /* (42) priv_level ::= db_name NK_DOT table_name */ + { 341, -1 }, /* (43) priv_level ::= topic_name */ + { 342, 0 }, /* (44) with_opt ::= */ + { 342, -2 }, /* (45) with_opt ::= WITH search_condition */ + { 333, -3 }, /* (46) cmd ::= CREATE DNODE dnode_endpoint */ + { 333, -5 }, /* (47) cmd ::= CREATE DNODE dnode_endpoint PORT NK_INTEGER */ + { 333, -4 }, /* (48) cmd ::= DROP DNODE NK_INTEGER force_opt */ + { 333, -4 }, /* (49) cmd ::= DROP DNODE dnode_endpoint force_opt */ + { 333, -4 }, /* (50) cmd ::= ALTER DNODE NK_INTEGER NK_STRING */ + { 333, -5 }, /* (51) cmd ::= ALTER DNODE NK_INTEGER NK_STRING NK_STRING */ + { 333, -4 }, /* (52) cmd ::= ALTER ALL DNODES NK_STRING */ + { 333, -5 }, /* (53) cmd ::= ALTER ALL DNODES NK_STRING NK_STRING */ + { 349, -1 }, /* (54) dnode_endpoint ::= NK_STRING */ + { 349, -1 }, /* (55) dnode_endpoint ::= NK_ID */ + { 349, -1 }, /* (56) dnode_endpoint ::= NK_IPTOKEN */ + { 350, 0 }, /* (57) force_opt ::= */ + { 350, -1 }, /* (58) force_opt ::= FORCE */ + { 333, -3 }, /* (59) cmd ::= ALTER LOCAL NK_STRING */ + { 333, -4 }, /* (60) cmd ::= ALTER LOCAL NK_STRING NK_STRING */ + { 333, -5 }, /* (61) cmd ::= CREATE QNODE ON DNODE NK_INTEGER */ + { 333, -5 }, /* (62) cmd ::= DROP QNODE ON DNODE NK_INTEGER */ + { 333, -5 }, /* (63) cmd ::= CREATE BNODE ON DNODE NK_INTEGER */ + { 333, -5 }, /* (64) cmd ::= DROP BNODE ON DNODE NK_INTEGER */ + { 333, -5 }, /* (65) cmd ::= CREATE SNODE ON DNODE NK_INTEGER */ + { 333, -5 }, /* (66) cmd ::= DROP SNODE ON DNODE NK_INTEGER */ + { 333, -5 }, /* (67) cmd ::= CREATE MNODE ON DNODE NK_INTEGER */ + { 333, -5 }, /* (68) cmd ::= DROP MNODE ON DNODE NK_INTEGER */ + { 333, -5 }, /* (69) cmd ::= CREATE DATABASE not_exists_opt db_name db_options */ + { 333, -4 }, /* (70) cmd ::= DROP DATABASE exists_opt db_name */ + { 333, -2 }, /* (71) cmd ::= USE db_name */ + { 333, -4 }, /* (72) cmd ::= ALTER DATABASE db_name alter_db_options */ + { 333, -3 }, /* (73) cmd ::= FLUSH DATABASE db_name */ + { 333, -4 }, /* (74) cmd ::= TRIM DATABASE db_name speed_opt */ + { 333, -5 }, /* (75) cmd ::= COMPACT DATABASE db_name start_opt end_opt */ + { 351, -3 }, /* (76) not_exists_opt ::= IF NOT EXISTS */ + { 351, 0 }, /* (77) not_exists_opt ::= */ + { 353, -2 }, /* (78) exists_opt ::= IF EXISTS */ + { 353, 0 }, /* (79) exists_opt ::= */ + { 352, 0 }, /* (80) db_options ::= */ + { 352, -3 }, /* (81) db_options ::= db_options BUFFER NK_INTEGER */ + { 352, -3 }, /* (82) db_options ::= db_options CACHEMODEL NK_STRING */ + { 352, -3 }, /* (83) db_options ::= db_options CACHESIZE NK_INTEGER */ + { 352, -3 }, /* (84) db_options ::= db_options COMP NK_INTEGER */ + { 352, -3 }, /* (85) db_options ::= db_options DURATION NK_INTEGER */ + { 352, -3 }, /* (86) db_options ::= db_options DURATION NK_VARIABLE */ + { 352, -3 }, /* (87) db_options ::= db_options MAXROWS NK_INTEGER */ + { 352, -3 }, /* (88) db_options ::= db_options MINROWS NK_INTEGER */ + { 352, -3 }, /* (89) db_options ::= db_options KEEP integer_list */ + { 352, -3 }, /* (90) db_options ::= db_options KEEP variable_list */ + { 352, -3 }, /* (91) db_options ::= db_options PAGES NK_INTEGER */ + { 352, -3 }, /* (92) db_options ::= db_options PAGESIZE NK_INTEGER */ + { 352, -3 }, /* (93) db_options ::= db_options TSDB_PAGESIZE NK_INTEGER */ + { 352, -3 }, /* (94) db_options ::= db_options PRECISION NK_STRING */ + { 352, -3 }, /* (95) db_options ::= db_options REPLICA NK_INTEGER */ + { 352, -3 }, /* (96) db_options ::= db_options VGROUPS NK_INTEGER */ + { 352, -3 }, /* (97) db_options ::= db_options SINGLE_STABLE NK_INTEGER */ + { 352, -3 }, /* (98) db_options ::= db_options RETENTIONS retention_list */ + { 352, -3 }, /* (99) db_options ::= db_options SCHEMALESS NK_INTEGER */ + { 352, -3 }, /* (100) db_options ::= db_options WAL_LEVEL NK_INTEGER */ + { 352, -3 }, /* (101) db_options ::= db_options WAL_FSYNC_PERIOD NK_INTEGER */ + { 352, -3 }, /* (102) db_options ::= db_options WAL_RETENTION_PERIOD NK_INTEGER */ + { 352, -4 }, /* (103) db_options ::= db_options WAL_RETENTION_PERIOD NK_MINUS NK_INTEGER */ + { 352, -3 }, /* (104) db_options ::= db_options WAL_RETENTION_SIZE NK_INTEGER */ + { 352, -4 }, /* (105) db_options ::= db_options WAL_RETENTION_SIZE NK_MINUS NK_INTEGER */ + { 352, -3 }, /* (106) db_options ::= db_options WAL_ROLL_PERIOD NK_INTEGER */ + { 352, -3 }, /* (107) db_options ::= db_options WAL_SEGMENT_SIZE NK_INTEGER */ + { 352, -3 }, /* (108) db_options ::= db_options STT_TRIGGER NK_INTEGER */ + { 352, -3 }, /* (109) db_options ::= db_options TABLE_PREFIX signed */ + { 352, -3 }, /* (110) db_options ::= db_options TABLE_SUFFIX signed */ + { 354, -1 }, /* (111) alter_db_options ::= alter_db_option */ + { 354, -2 }, /* (112) alter_db_options ::= alter_db_options alter_db_option */ + { 362, -2 }, /* (113) alter_db_option ::= BUFFER NK_INTEGER */ + { 362, -2 }, /* (114) alter_db_option ::= CACHEMODEL NK_STRING */ + { 362, -2 }, /* (115) alter_db_option ::= CACHESIZE NK_INTEGER */ + { 362, -2 }, /* (116) alter_db_option ::= WAL_FSYNC_PERIOD NK_INTEGER */ + { 362, -2 }, /* (117) alter_db_option ::= KEEP integer_list */ + { 362, -2 }, /* (118) alter_db_option ::= KEEP variable_list */ + { 362, -2 }, /* (119) alter_db_option ::= PAGES NK_INTEGER */ + { 362, -2 }, /* (120) alter_db_option ::= REPLICA NK_INTEGER */ + { 362, -2 }, /* (121) alter_db_option ::= WAL_LEVEL NK_INTEGER */ + { 362, -2 }, /* (122) alter_db_option ::= STT_TRIGGER NK_INTEGER */ + { 362, -2 }, /* (123) alter_db_option ::= MINROWS NK_INTEGER */ + { 362, -2 }, /* (124) alter_db_option ::= WAL_RETENTION_PERIOD NK_INTEGER */ + { 362, -3 }, /* (125) alter_db_option ::= WAL_RETENTION_PERIOD NK_MINUS NK_INTEGER */ + { 362, -2 }, /* (126) alter_db_option ::= WAL_RETENTION_SIZE NK_INTEGER */ + { 362, -3 }, /* (127) alter_db_option ::= WAL_RETENTION_SIZE NK_MINUS NK_INTEGER */ + { 358, -1 }, /* (128) integer_list ::= NK_INTEGER */ + { 358, -3 }, /* (129) integer_list ::= integer_list NK_COMMA NK_INTEGER */ + { 359, -1 }, /* (130) variable_list ::= NK_VARIABLE */ + { 359, -3 }, /* (131) variable_list ::= variable_list NK_COMMA NK_VARIABLE */ + { 360, -1 }, /* (132) retention_list ::= retention */ + { 360, -3 }, /* (133) retention_list ::= retention_list NK_COMMA retention */ + { 363, -3 }, /* (134) retention ::= NK_VARIABLE NK_COLON NK_VARIABLE */ + { 355, 0 }, /* (135) speed_opt ::= */ + { 355, -2 }, /* (136) speed_opt ::= MAX_SPEED NK_INTEGER */ + { 356, 0 }, /* (137) start_opt ::= */ + { 356, -3 }, /* (138) start_opt ::= START WITH NK_INTEGER */ + { 356, -3 }, /* (139) start_opt ::= START WITH NK_STRING */ + { 356, -4 }, /* (140) start_opt ::= START WITH TIMESTAMP NK_STRING */ + { 357, 0 }, /* (141) end_opt ::= */ + { 357, -3 }, /* (142) end_opt ::= END WITH NK_INTEGER */ + { 357, -3 }, /* (143) end_opt ::= END WITH NK_STRING */ + { 357, -4 }, /* (144) end_opt ::= END WITH TIMESTAMP NK_STRING */ + { 333, -9 }, /* (145) cmd ::= CREATE TABLE not_exists_opt full_table_name NK_LP column_def_list NK_RP tags_def_opt table_options */ + { 333, -3 }, /* (146) cmd ::= CREATE TABLE multi_create_clause */ + { 333, -9 }, /* (147) cmd ::= CREATE STABLE not_exists_opt full_table_name NK_LP column_def_list NK_RP tags_def table_options */ + { 333, -3 }, /* (148) cmd ::= DROP TABLE multi_drop_clause */ + { 333, -4 }, /* (149) cmd ::= DROP STABLE exists_opt full_table_name */ + { 333, -3 }, /* (150) cmd ::= ALTER TABLE alter_table_clause */ + { 333, -3 }, /* (151) cmd ::= ALTER STABLE alter_table_clause */ + { 371, -2 }, /* (152) alter_table_clause ::= full_table_name alter_table_options */ + { 371, -5 }, /* (153) alter_table_clause ::= full_table_name ADD COLUMN column_name type_name */ + { 371, -4 }, /* (154) alter_table_clause ::= full_table_name DROP COLUMN column_name */ + { 371, -5 }, /* (155) alter_table_clause ::= full_table_name MODIFY COLUMN column_name type_name */ + { 371, -5 }, /* (156) alter_table_clause ::= full_table_name RENAME COLUMN column_name column_name */ + { 371, -5 }, /* (157) alter_table_clause ::= full_table_name ADD TAG column_name type_name */ + { 371, -4 }, /* (158) alter_table_clause ::= full_table_name DROP TAG column_name */ + { 371, -5 }, /* (159) alter_table_clause ::= full_table_name MODIFY TAG column_name type_name */ + { 371, -5 }, /* (160) alter_table_clause ::= full_table_name RENAME TAG column_name column_name */ + { 371, -6 }, /* (161) alter_table_clause ::= full_table_name SET TAG column_name NK_EQ signed_literal */ + { 368, -1 }, /* (162) multi_create_clause ::= create_subtable_clause */ + { 368, -2 }, /* (163) multi_create_clause ::= multi_create_clause create_subtable_clause */ + { 376, -10 }, /* (164) 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 */ + { 370, -1 }, /* (165) multi_drop_clause ::= drop_table_clause */ + { 370, -3 }, /* (166) multi_drop_clause ::= multi_drop_clause NK_COMMA drop_table_clause */ + { 379, -2 }, /* (167) drop_table_clause ::= exists_opt full_table_name */ + { 377, 0 }, /* (168) specific_cols_opt ::= */ + { 377, -3 }, /* (169) specific_cols_opt ::= NK_LP col_name_list NK_RP */ + { 364, -1 }, /* (170) full_table_name ::= table_name */ + { 364, -3 }, /* (171) full_table_name ::= db_name NK_DOT table_name */ + { 365, -1 }, /* (172) column_def_list ::= column_def */ + { 365, -3 }, /* (173) column_def_list ::= column_def_list NK_COMMA column_def */ + { 381, -2 }, /* (174) column_def ::= column_name type_name */ + { 374, -1 }, /* (175) type_name ::= BOOL */ + { 374, -1 }, /* (176) type_name ::= TINYINT */ + { 374, -1 }, /* (177) type_name ::= SMALLINT */ + { 374, -1 }, /* (178) type_name ::= INT */ + { 374, -1 }, /* (179) type_name ::= INTEGER */ + { 374, -1 }, /* (180) type_name ::= BIGINT */ + { 374, -1 }, /* (181) type_name ::= FLOAT */ + { 374, -1 }, /* (182) type_name ::= DOUBLE */ + { 374, -4 }, /* (183) type_name ::= BINARY NK_LP NK_INTEGER NK_RP */ + { 374, -1 }, /* (184) type_name ::= TIMESTAMP */ + { 374, -4 }, /* (185) type_name ::= NCHAR NK_LP NK_INTEGER NK_RP */ + { 374, -2 }, /* (186) type_name ::= TINYINT UNSIGNED */ + { 374, -2 }, /* (187) type_name ::= SMALLINT UNSIGNED */ + { 374, -2 }, /* (188) type_name ::= INT UNSIGNED */ + { 374, -2 }, /* (189) type_name ::= BIGINT UNSIGNED */ + { 374, -1 }, /* (190) type_name ::= JSON */ + { 374, -4 }, /* (191) type_name ::= VARCHAR NK_LP NK_INTEGER NK_RP */ + { 374, -1 }, /* (192) type_name ::= MEDIUMBLOB */ + { 374, -1 }, /* (193) type_name ::= BLOB */ + { 374, -4 }, /* (194) type_name ::= VARBINARY NK_LP NK_INTEGER NK_RP */ + { 374, -1 }, /* (195) type_name ::= DECIMAL */ + { 374, -4 }, /* (196) type_name ::= DECIMAL NK_LP NK_INTEGER NK_RP */ + { 374, -6 }, /* (197) type_name ::= DECIMAL NK_LP NK_INTEGER NK_COMMA NK_INTEGER NK_RP */ + { 366, 0 }, /* (198) tags_def_opt ::= */ + { 366, -1 }, /* (199) tags_def_opt ::= tags_def */ + { 369, -4 }, /* (200) tags_def ::= TAGS NK_LP column_def_list NK_RP */ + { 367, 0 }, /* (201) table_options ::= */ + { 367, -3 }, /* (202) table_options ::= table_options COMMENT NK_STRING */ + { 367, -3 }, /* (203) table_options ::= table_options MAX_DELAY duration_list */ + { 367, -3 }, /* (204) table_options ::= table_options WATERMARK duration_list */ + { 367, -5 }, /* (205) table_options ::= table_options ROLLUP NK_LP rollup_func_list NK_RP */ + { 367, -3 }, /* (206) table_options ::= table_options TTL NK_INTEGER */ + { 367, -5 }, /* (207) table_options ::= table_options SMA NK_LP col_name_list NK_RP */ + { 367, -3 }, /* (208) table_options ::= table_options DELETE_MARK duration_list */ + { 372, -1 }, /* (209) alter_table_options ::= alter_table_option */ + { 372, -2 }, /* (210) alter_table_options ::= alter_table_options alter_table_option */ + { 384, -2 }, /* (211) alter_table_option ::= COMMENT NK_STRING */ + { 384, -2 }, /* (212) alter_table_option ::= TTL NK_INTEGER */ + { 382, -1 }, /* (213) duration_list ::= duration_literal */ + { 382, -3 }, /* (214) duration_list ::= duration_list NK_COMMA duration_literal */ + { 383, -1 }, /* (215) rollup_func_list ::= rollup_func_name */ + { 383, -3 }, /* (216) rollup_func_list ::= rollup_func_list NK_COMMA rollup_func_name */ + { 386, -1 }, /* (217) rollup_func_name ::= function_name */ + { 386, -1 }, /* (218) rollup_func_name ::= FIRST */ + { 386, -1 }, /* (219) rollup_func_name ::= LAST */ + { 380, -1 }, /* (220) col_name_list ::= col_name */ + { 380, -3 }, /* (221) col_name_list ::= col_name_list NK_COMMA col_name */ + { 388, -1 }, /* (222) col_name ::= column_name */ + { 333, -2 }, /* (223) cmd ::= SHOW DNODES */ + { 333, -2 }, /* (224) cmd ::= SHOW USERS */ + { 333, -3 }, /* (225) cmd ::= SHOW USER PRIVILEGES */ + { 333, -2 }, /* (226) cmd ::= SHOW DATABASES */ + { 333, -4 }, /* (227) cmd ::= SHOW db_name_cond_opt TABLES like_pattern_opt */ + { 333, -4 }, /* (228) cmd ::= SHOW db_name_cond_opt STABLES like_pattern_opt */ + { 333, -3 }, /* (229) cmd ::= SHOW db_name_cond_opt VGROUPS */ + { 333, -2 }, /* (230) cmd ::= SHOW MNODES */ + { 333, -2 }, /* (231) cmd ::= SHOW QNODES */ + { 333, -2 }, /* (232) cmd ::= SHOW FUNCTIONS */ + { 333, -5 }, /* (233) cmd ::= SHOW INDEXES FROM table_name_cond from_db_opt */ + { 333, -2 }, /* (234) cmd ::= SHOW STREAMS */ + { 333, -2 }, /* (235) cmd ::= SHOW ACCOUNTS */ + { 333, -2 }, /* (236) cmd ::= SHOW APPS */ + { 333, -2 }, /* (237) cmd ::= SHOW CONNECTIONS */ + { 333, -2 }, /* (238) cmd ::= SHOW LICENCES */ + { 333, -2 }, /* (239) cmd ::= SHOW GRANTS */ + { 333, -4 }, /* (240) cmd ::= SHOW CREATE DATABASE db_name */ + { 333, -4 }, /* (241) cmd ::= SHOW CREATE TABLE full_table_name */ + { 333, -4 }, /* (242) cmd ::= SHOW CREATE STABLE full_table_name */ + { 333, -2 }, /* (243) cmd ::= SHOW QUERIES */ + { 333, -2 }, /* (244) cmd ::= SHOW SCORES */ + { 333, -2 }, /* (245) cmd ::= SHOW TOPICS */ + { 333, -2 }, /* (246) cmd ::= SHOW VARIABLES */ + { 333, -3 }, /* (247) cmd ::= SHOW CLUSTER VARIABLES */ + { 333, -3 }, /* (248) cmd ::= SHOW LOCAL VARIABLES */ + { 333, -5 }, /* (249) cmd ::= SHOW DNODE NK_INTEGER VARIABLES like_pattern_opt */ + { 333, -2 }, /* (250) cmd ::= SHOW BNODES */ + { 333, -2 }, /* (251) cmd ::= SHOW SNODES */ + { 333, -2 }, /* (252) cmd ::= SHOW CLUSTER */ + { 333, -2 }, /* (253) cmd ::= SHOW TRANSACTIONS */ + { 333, -4 }, /* (254) cmd ::= SHOW TABLE DISTRIBUTED full_table_name */ + { 333, -2 }, /* (255) cmd ::= SHOW CONSUMERS */ + { 333, -2 }, /* (256) cmd ::= SHOW SUBSCRIPTIONS */ + { 333, -5 }, /* (257) cmd ::= SHOW TAGS FROM table_name_cond from_db_opt */ + { 333, -7 }, /* (258) cmd ::= SHOW TABLE TAGS tag_list_opt FROM table_name_cond from_db_opt */ + { 333, -3 }, /* (259) cmd ::= SHOW VNODES NK_INTEGER */ + { 333, -3 }, /* (260) cmd ::= SHOW VNODES NK_STRING */ + { 333, -3 }, /* (261) cmd ::= SHOW db_name_cond_opt ALIVE */ + { 333, -3 }, /* (262) cmd ::= SHOW CLUSTER ALIVE */ + { 389, 0 }, /* (263) db_name_cond_opt ::= */ + { 389, -2 }, /* (264) db_name_cond_opt ::= db_name NK_DOT */ + { 390, 0 }, /* (265) like_pattern_opt ::= */ + { 390, -2 }, /* (266) like_pattern_opt ::= LIKE NK_STRING */ + { 391, -1 }, /* (267) table_name_cond ::= table_name */ + { 392, 0 }, /* (268) from_db_opt ::= */ + { 392, -2 }, /* (269) from_db_opt ::= FROM db_name */ + { 393, 0 }, /* (270) tag_list_opt ::= */ + { 393, -1 }, /* (271) tag_list_opt ::= tag_item */ + { 393, -3 }, /* (272) tag_list_opt ::= tag_list_opt NK_COMMA tag_item */ + { 394, -1 }, /* (273) tag_item ::= TBNAME */ + { 394, -1 }, /* (274) tag_item ::= QTAGS */ + { 394, -1 }, /* (275) tag_item ::= column_name */ + { 394, -2 }, /* (276) tag_item ::= column_name column_alias */ + { 394, -3 }, /* (277) tag_item ::= column_name AS column_alias */ + { 333, -8 }, /* (278) cmd ::= CREATE SMA INDEX not_exists_opt full_index_name ON full_table_name index_options */ + { 333, -9 }, /* (279) cmd ::= CREATE INDEX not_exists_opt full_index_name ON full_table_name NK_LP col_name_list NK_RP */ + { 333, -4 }, /* (280) cmd ::= DROP INDEX exists_opt full_index_name */ + { 396, -1 }, /* (281) full_index_name ::= index_name */ + { 396, -3 }, /* (282) full_index_name ::= db_name NK_DOT index_name */ + { 397, -10 }, /* (283) index_options ::= FUNCTION NK_LP func_list NK_RP INTERVAL NK_LP duration_literal NK_RP sliding_opt sma_stream_opt */ + { 397, -12 }, /* (284) 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 */ + { 399, -1 }, /* (285) func_list ::= func */ + { 399, -3 }, /* (286) func_list ::= func_list NK_COMMA func */ + { 402, -4 }, /* (287) func ::= sma_func_name NK_LP expression_list NK_RP */ + { 403, -1 }, /* (288) sma_func_name ::= function_name */ + { 403, -1 }, /* (289) sma_func_name ::= COUNT */ + { 403, -1 }, /* (290) sma_func_name ::= FIRST */ + { 403, -1 }, /* (291) sma_func_name ::= LAST */ + { 403, -1 }, /* (292) sma_func_name ::= LAST_ROW */ + { 401, 0 }, /* (293) sma_stream_opt ::= */ + { 401, -3 }, /* (294) sma_stream_opt ::= sma_stream_opt WATERMARK duration_literal */ + { 401, -3 }, /* (295) sma_stream_opt ::= sma_stream_opt MAX_DELAY duration_literal */ + { 401, -3 }, /* (296) sma_stream_opt ::= sma_stream_opt DELETE_MARK duration_literal */ + { 333, -6 }, /* (297) cmd ::= CREATE TOPIC not_exists_opt topic_name AS query_or_subquery */ + { 333, -7 }, /* (298) cmd ::= CREATE TOPIC not_exists_opt topic_name AS DATABASE db_name */ + { 333, -9 }, /* (299) cmd ::= CREATE TOPIC not_exists_opt topic_name WITH META AS DATABASE db_name */ + { 333, -7 }, /* (300) cmd ::= CREATE TOPIC not_exists_opt topic_name AS STABLE full_table_name */ + { 333, -9 }, /* (301) cmd ::= CREATE TOPIC not_exists_opt topic_name WITH META AS STABLE full_table_name */ + { 333, -4 }, /* (302) cmd ::= DROP TOPIC exists_opt topic_name */ + { 333, -7 }, /* (303) cmd ::= DROP CONSUMER GROUP exists_opt cgroup_name ON topic_name */ + { 333, -2 }, /* (304) cmd ::= DESC full_table_name */ + { 333, -2 }, /* (305) cmd ::= DESCRIBE full_table_name */ + { 333, -3 }, /* (306) cmd ::= RESET QUERY CACHE */ + { 333, -4 }, /* (307) cmd ::= EXPLAIN analyze_opt explain_options query_or_subquery */ + { 333, -4 }, /* (308) cmd ::= EXPLAIN analyze_opt explain_options insert_query */ + { 406, 0 }, /* (309) analyze_opt ::= */ + { 406, -1 }, /* (310) analyze_opt ::= ANALYZE */ + { 407, 0 }, /* (311) explain_options ::= */ + { 407, -3 }, /* (312) explain_options ::= explain_options VERBOSE NK_BOOL */ + { 407, -3 }, /* (313) explain_options ::= explain_options RATIO NK_FLOAT */ + { 333, -12 }, /* (314) cmd ::= CREATE or_replace_opt agg_func_opt FUNCTION not_exists_opt function_name AS NK_STRING OUTPUTTYPE type_name bufsize_opt language_opt */ + { 333, -4 }, /* (315) cmd ::= DROP FUNCTION exists_opt function_name */ + { 410, 0 }, /* (316) agg_func_opt ::= */ + { 410, -1 }, /* (317) agg_func_opt ::= AGGREGATE */ + { 411, 0 }, /* (318) bufsize_opt ::= */ + { 411, -2 }, /* (319) bufsize_opt ::= BUFSIZE NK_INTEGER */ + { 412, 0 }, /* (320) language_opt ::= */ + { 412, -2 }, /* (321) language_opt ::= LANGUAGE NK_STRING */ + { 409, 0 }, /* (322) or_replace_opt ::= */ + { 409, -2 }, /* (323) or_replace_opt ::= OR REPLACE */ + { 333, -12 }, /* (324) 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, -4 }, /* (325) cmd ::= DROP STREAM exists_opt stream_name */ + { 333, -4 }, /* (326) cmd ::= PAUSE STREAM exists_opt stream_name */ + { 333, -5 }, /* (327) cmd ::= RESUME STREAM exists_opt ignore_opt stream_name */ + { 415, 0 }, /* (328) col_list_opt ::= */ + { 415, -3 }, /* (329) col_list_opt ::= NK_LP col_name_list NK_RP */ + { 416, 0 }, /* (330) tag_def_or_ref_opt ::= */ + { 416, -1 }, /* (331) tag_def_or_ref_opt ::= tags_def */ + { 416, -4 }, /* (332) tag_def_or_ref_opt ::= TAGS NK_LP col_name_list NK_RP */ + { 414, 0 }, /* (333) stream_options ::= */ + { 414, -3 }, /* (334) stream_options ::= stream_options TRIGGER AT_ONCE */ + { 414, -3 }, /* (335) stream_options ::= stream_options TRIGGER WINDOW_CLOSE */ + { 414, -4 }, /* (336) stream_options ::= stream_options TRIGGER MAX_DELAY duration_literal */ + { 414, -3 }, /* (337) stream_options ::= stream_options WATERMARK duration_literal */ + { 414, -4 }, /* (338) stream_options ::= stream_options IGNORE EXPIRED NK_INTEGER */ + { 414, -3 }, /* (339) stream_options ::= stream_options FILL_HISTORY NK_INTEGER */ + { 414, -3 }, /* (340) stream_options ::= stream_options DELETE_MARK duration_literal */ + { 414, -4 }, /* (341) stream_options ::= stream_options IGNORE UPDATE NK_INTEGER */ + { 417, 0 }, /* (342) subtable_opt ::= */ + { 417, -4 }, /* (343) subtable_opt ::= SUBTABLE NK_LP expression NK_RP */ + { 418, 0 }, /* (344) ignore_opt ::= */ + { 418, -2 }, /* (345) ignore_opt ::= IGNORE UNTREATED */ + { 333, -3 }, /* (346) cmd ::= KILL CONNECTION NK_INTEGER */ + { 333, -3 }, /* (347) cmd ::= KILL QUERY NK_STRING */ + { 333, -3 }, /* (348) cmd ::= KILL TRANSACTION NK_INTEGER */ + { 333, -2 }, /* (349) cmd ::= BALANCE VGROUP */ + { 333, -3 }, /* (350) cmd ::= BALANCE VGROUP LEADER */ + { 333, -4 }, /* (351) cmd ::= MERGE VGROUP NK_INTEGER NK_INTEGER */ + { 333, -4 }, /* (352) cmd ::= REDISTRIBUTE VGROUP NK_INTEGER dnode_list */ + { 333, -3 }, /* (353) cmd ::= SPLIT VGROUP NK_INTEGER */ + { 420, -2 }, /* (354) dnode_list ::= DNODE NK_INTEGER */ + { 420, -3 }, /* (355) dnode_list ::= dnode_list DNODE NK_INTEGER */ + { 333, -4 }, /* (356) cmd ::= DELETE FROM full_table_name where_clause_opt */ + { 333, -1 }, /* (357) cmd ::= query_or_subquery */ + { 333, -1 }, /* (358) cmd ::= insert_query */ + { 408, -7 }, /* (359) insert_query ::= INSERT INTO full_table_name NK_LP col_name_list NK_RP query_or_subquery */ + { 408, -4 }, /* (360) insert_query ::= INSERT INTO full_table_name query_or_subquery */ + { 336, -1 }, /* (361) literal ::= NK_INTEGER */ + { 336, -1 }, /* (362) literal ::= NK_FLOAT */ + { 336, -1 }, /* (363) literal ::= NK_STRING */ + { 336, -1 }, /* (364) literal ::= NK_BOOL */ + { 336, -2 }, /* (365) literal ::= TIMESTAMP NK_STRING */ + { 336, -1 }, /* (366) literal ::= duration_literal */ + { 336, -1 }, /* (367) literal ::= NULL */ + { 336, -1 }, /* (368) literal ::= NK_QUESTION */ + { 385, -1 }, /* (369) duration_literal ::= NK_VARIABLE */ + { 361, -1 }, /* (370) signed ::= NK_INTEGER */ + { 361, -2 }, /* (371) signed ::= NK_PLUS NK_INTEGER */ + { 361, -2 }, /* (372) signed ::= NK_MINUS NK_INTEGER */ + { 361, -1 }, /* (373) signed ::= NK_FLOAT */ + { 361, -2 }, /* (374) signed ::= NK_PLUS NK_FLOAT */ + { 361, -2 }, /* (375) signed ::= NK_MINUS NK_FLOAT */ + { 375, -1 }, /* (376) signed_literal ::= signed */ + { 375, -1 }, /* (377) signed_literal ::= NK_STRING */ + { 375, -1 }, /* (378) signed_literal ::= NK_BOOL */ + { 375, -2 }, /* (379) signed_literal ::= TIMESTAMP NK_STRING */ + { 375, -1 }, /* (380) signed_literal ::= duration_literal */ + { 375, -1 }, /* (381) signed_literal ::= NULL */ + { 375, -1 }, /* (382) signed_literal ::= literal_func */ + { 375, -1 }, /* (383) signed_literal ::= NK_QUESTION */ + { 423, -1 }, /* (384) literal_list ::= signed_literal */ + { 423, -3 }, /* (385) literal_list ::= literal_list NK_COMMA signed_literal */ + { 345, -1 }, /* (386) db_name ::= NK_ID */ + { 346, -1 }, /* (387) table_name ::= NK_ID */ + { 373, -1 }, /* (388) column_name ::= NK_ID */ + { 387, -1 }, /* (389) function_name ::= NK_ID */ + { 424, -1 }, /* (390) table_alias ::= NK_ID */ + { 395, -1 }, /* (391) column_alias ::= NK_ID */ + { 338, -1 }, /* (392) user_name ::= NK_ID */ + { 347, -1 }, /* (393) topic_name ::= NK_ID */ + { 413, -1 }, /* (394) stream_name ::= NK_ID */ + { 405, -1 }, /* (395) cgroup_name ::= NK_ID */ + { 398, -1 }, /* (396) index_name ::= NK_ID */ + { 425, -1 }, /* (397) expr_or_subquery ::= expression */ + { 419, -1 }, /* (398) expression ::= literal */ + { 419, -1 }, /* (399) expression ::= pseudo_column */ + { 419, -1 }, /* (400) expression ::= column_reference */ + { 419, -1 }, /* (401) expression ::= function_expression */ + { 419, -1 }, /* (402) expression ::= case_when_expression */ + { 419, -3 }, /* (403) expression ::= NK_LP expression NK_RP */ + { 419, -2 }, /* (404) expression ::= NK_PLUS expr_or_subquery */ + { 419, -2 }, /* (405) expression ::= NK_MINUS expr_or_subquery */ + { 419, -3 }, /* (406) expression ::= expr_or_subquery NK_PLUS expr_or_subquery */ + { 419, -3 }, /* (407) expression ::= expr_or_subquery NK_MINUS expr_or_subquery */ + { 419, -3 }, /* (408) expression ::= expr_or_subquery NK_STAR expr_or_subquery */ + { 419, -3 }, /* (409) expression ::= expr_or_subquery NK_SLASH expr_or_subquery */ + { 419, -3 }, /* (410) expression ::= expr_or_subquery NK_REM expr_or_subquery */ + { 419, -3 }, /* (411) expression ::= column_reference NK_ARROW NK_STRING */ + { 419, -3 }, /* (412) expression ::= expr_or_subquery NK_BITAND expr_or_subquery */ + { 419, -3 }, /* (413) expression ::= expr_or_subquery NK_BITOR expr_or_subquery */ + { 378, -1 }, /* (414) expression_list ::= expr_or_subquery */ + { 378, -3 }, /* (415) expression_list ::= expression_list NK_COMMA expr_or_subquery */ + { 427, -1 }, /* (416) column_reference ::= column_name */ + { 427, -3 }, /* (417) column_reference ::= table_name NK_DOT column_name */ + { 426, -1 }, /* (418) pseudo_column ::= ROWTS */ + { 426, -1 }, /* (419) pseudo_column ::= TBNAME */ + { 426, -3 }, /* (420) pseudo_column ::= table_name NK_DOT TBNAME */ + { 426, -1 }, /* (421) pseudo_column ::= QSTART */ + { 426, -1 }, /* (422) pseudo_column ::= QEND */ + { 426, -1 }, /* (423) pseudo_column ::= QDURATION */ + { 426, -1 }, /* (424) pseudo_column ::= WSTART */ + { 426, -1 }, /* (425) pseudo_column ::= WEND */ + { 426, -1 }, /* (426) pseudo_column ::= WDURATION */ + { 426, -1 }, /* (427) pseudo_column ::= IROWTS */ + { 426, -1 }, /* (428) pseudo_column ::= ISFILLED */ + { 426, -1 }, /* (429) pseudo_column ::= QTAGS */ + { 428, -4 }, /* (430) function_expression ::= function_name NK_LP expression_list NK_RP */ + { 428, -4 }, /* (431) function_expression ::= star_func NK_LP star_func_para_list NK_RP */ + { 428, -6 }, /* (432) function_expression ::= CAST NK_LP expr_or_subquery AS type_name NK_RP */ + { 428, -1 }, /* (433) function_expression ::= literal_func */ + { 422, -3 }, /* (434) literal_func ::= noarg_func NK_LP NK_RP */ + { 422, -1 }, /* (435) literal_func ::= NOW */ + { 432, -1 }, /* (436) noarg_func ::= NOW */ + { 432, -1 }, /* (437) noarg_func ::= TODAY */ + { 432, -1 }, /* (438) noarg_func ::= TIMEZONE */ + { 432, -1 }, /* (439) noarg_func ::= DATABASE */ + { 432, -1 }, /* (440) noarg_func ::= CLIENT_VERSION */ + { 432, -1 }, /* (441) noarg_func ::= SERVER_VERSION */ + { 432, -1 }, /* (442) noarg_func ::= SERVER_STATUS */ + { 432, -1 }, /* (443) noarg_func ::= CURRENT_USER */ + { 432, -1 }, /* (444) noarg_func ::= USER */ + { 430, -1 }, /* (445) star_func ::= COUNT */ + { 430, -1 }, /* (446) star_func ::= FIRST */ + { 430, -1 }, /* (447) star_func ::= LAST */ + { 430, -1 }, /* (448) star_func ::= LAST_ROW */ + { 431, -1 }, /* (449) star_func_para_list ::= NK_STAR */ + { 431, -1 }, /* (450) star_func_para_list ::= other_para_list */ + { 433, -1 }, /* (451) other_para_list ::= star_func_para */ + { 433, -3 }, /* (452) other_para_list ::= other_para_list NK_COMMA star_func_para */ + { 434, -1 }, /* (453) star_func_para ::= expr_or_subquery */ + { 434, -3 }, /* (454) star_func_para ::= table_name NK_DOT NK_STAR */ + { 429, -4 }, /* (455) case_when_expression ::= CASE when_then_list case_when_else_opt END */ + { 429, -5 }, /* (456) case_when_expression ::= CASE common_expression when_then_list case_when_else_opt END */ + { 435, -1 }, /* (457) when_then_list ::= when_then_expr */ + { 435, -2 }, /* (458) when_then_list ::= when_then_list when_then_expr */ + { 438, -4 }, /* (459) when_then_expr ::= WHEN common_expression THEN common_expression */ + { 436, 0 }, /* (460) case_when_else_opt ::= */ + { 436, -2 }, /* (461) case_when_else_opt ::= ELSE common_expression */ + { 439, -3 }, /* (462) predicate ::= expr_or_subquery compare_op expr_or_subquery */ + { 439, -5 }, /* (463) predicate ::= expr_or_subquery BETWEEN expr_or_subquery AND expr_or_subquery */ + { 439, -6 }, /* (464) predicate ::= expr_or_subquery NOT BETWEEN expr_or_subquery AND expr_or_subquery */ + { 439, -3 }, /* (465) predicate ::= expr_or_subquery IS NULL */ + { 439, -4 }, /* (466) predicate ::= expr_or_subquery IS NOT NULL */ + { 439, -3 }, /* (467) predicate ::= expr_or_subquery in_op in_predicate_value */ + { 440, -1 }, /* (468) compare_op ::= NK_LT */ + { 440, -1 }, /* (469) compare_op ::= NK_GT */ + { 440, -1 }, /* (470) compare_op ::= NK_LE */ + { 440, -1 }, /* (471) compare_op ::= NK_GE */ + { 440, -1 }, /* (472) compare_op ::= NK_NE */ + { 440, -1 }, /* (473) compare_op ::= NK_EQ */ + { 440, -1 }, /* (474) compare_op ::= LIKE */ + { 440, -2 }, /* (475) compare_op ::= NOT LIKE */ + { 440, -1 }, /* (476) compare_op ::= MATCH */ + { 440, -1 }, /* (477) compare_op ::= NMATCH */ + { 440, -1 }, /* (478) compare_op ::= CONTAINS */ + { 441, -1 }, /* (479) in_op ::= IN */ + { 441, -2 }, /* (480) in_op ::= NOT IN */ + { 442, -3 }, /* (481) in_predicate_value ::= NK_LP literal_list NK_RP */ + { 443, -1 }, /* (482) boolean_value_expression ::= boolean_primary */ + { 443, -2 }, /* (483) boolean_value_expression ::= NOT boolean_primary */ + { 443, -3 }, /* (484) boolean_value_expression ::= boolean_value_expression OR boolean_value_expression */ + { 443, -3 }, /* (485) boolean_value_expression ::= boolean_value_expression AND boolean_value_expression */ + { 444, -1 }, /* (486) boolean_primary ::= predicate */ + { 444, -3 }, /* (487) boolean_primary ::= NK_LP boolean_value_expression NK_RP */ + { 437, -1 }, /* (488) common_expression ::= expr_or_subquery */ + { 437, -1 }, /* (489) common_expression ::= boolean_value_expression */ + { 445, 0 }, /* (490) from_clause_opt ::= */ + { 445, -2 }, /* (491) from_clause_opt ::= FROM table_reference_list */ + { 446, -1 }, /* (492) table_reference_list ::= table_reference */ + { 446, -3 }, /* (493) table_reference_list ::= table_reference_list NK_COMMA table_reference */ + { 447, -1 }, /* (494) table_reference ::= table_primary */ + { 447, -1 }, /* (495) table_reference ::= joined_table */ + { 448, -2 }, /* (496) table_primary ::= table_name alias_opt */ + { 448, -4 }, /* (497) table_primary ::= db_name NK_DOT table_name alias_opt */ + { 448, -2 }, /* (498) table_primary ::= subquery alias_opt */ + { 448, -1 }, /* (499) table_primary ::= parenthesized_joined_table */ + { 450, 0 }, /* (500) alias_opt ::= */ + { 450, -1 }, /* (501) alias_opt ::= table_alias */ + { 450, -2 }, /* (502) alias_opt ::= AS table_alias */ + { 452, -3 }, /* (503) parenthesized_joined_table ::= NK_LP joined_table NK_RP */ + { 452, -3 }, /* (504) parenthesized_joined_table ::= NK_LP parenthesized_joined_table NK_RP */ + { 449, -6 }, /* (505) joined_table ::= table_reference join_type JOIN table_reference ON search_condition */ + { 453, 0 }, /* (506) join_type ::= */ + { 453, -1 }, /* (507) join_type ::= INNER */ + { 454, -12 }, /* (508) 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 */ + { 455, 0 }, /* (509) set_quantifier_opt ::= */ + { 455, -1 }, /* (510) set_quantifier_opt ::= DISTINCT */ + { 455, -1 }, /* (511) set_quantifier_opt ::= ALL */ + { 456, -1 }, /* (512) select_list ::= select_item */ + { 456, -3 }, /* (513) select_list ::= select_list NK_COMMA select_item */ + { 464, -1 }, /* (514) select_item ::= NK_STAR */ + { 464, -1 }, /* (515) select_item ::= common_expression */ + { 464, -2 }, /* (516) select_item ::= common_expression column_alias */ + { 464, -3 }, /* (517) select_item ::= common_expression AS column_alias */ + { 464, -3 }, /* (518) select_item ::= table_name NK_DOT NK_STAR */ + { 421, 0 }, /* (519) where_clause_opt ::= */ + { 421, -2 }, /* (520) where_clause_opt ::= WHERE search_condition */ + { 457, 0 }, /* (521) partition_by_clause_opt ::= */ + { 457, -3 }, /* (522) partition_by_clause_opt ::= PARTITION BY partition_list */ + { 465, -1 }, /* (523) partition_list ::= partition_item */ + { 465, -3 }, /* (524) partition_list ::= partition_list NK_COMMA partition_item */ + { 466, -1 }, /* (525) partition_item ::= expr_or_subquery */ + { 466, -2 }, /* (526) partition_item ::= expr_or_subquery column_alias */ + { 466, -3 }, /* (527) partition_item ::= expr_or_subquery AS column_alias */ + { 461, 0 }, /* (528) twindow_clause_opt ::= */ + { 461, -6 }, /* (529) twindow_clause_opt ::= SESSION NK_LP column_reference NK_COMMA duration_literal NK_RP */ + { 461, -4 }, /* (530) twindow_clause_opt ::= STATE_WINDOW NK_LP expr_or_subquery NK_RP */ + { 461, -6 }, /* (531) twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_RP sliding_opt fill_opt */ + { 461, -8 }, /* (532) twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_COMMA duration_literal NK_RP sliding_opt fill_opt */ + { 461, -7 }, /* (533) twindow_clause_opt ::= EVENT_WINDOW START WITH search_condition END WITH search_condition */ + { 400, 0 }, /* (534) sliding_opt ::= */ + { 400, -4 }, /* (535) sliding_opt ::= SLIDING NK_LP duration_literal NK_RP */ + { 460, 0 }, /* (536) fill_opt ::= */ + { 460, -4 }, /* (537) fill_opt ::= FILL NK_LP fill_mode NK_RP */ + { 460, -6 }, /* (538) fill_opt ::= FILL NK_LP VALUE NK_COMMA expression_list NK_RP */ + { 460, -6 }, /* (539) fill_opt ::= FILL NK_LP VALUE_F NK_COMMA expression_list NK_RP */ + { 467, -1 }, /* (540) fill_mode ::= NONE */ + { 467, -1 }, /* (541) fill_mode ::= PREV */ + { 467, -1 }, /* (542) fill_mode ::= NULL */ + { 467, -1 }, /* (543) fill_mode ::= NULL_F */ + { 467, -1 }, /* (544) fill_mode ::= LINEAR */ + { 467, -1 }, /* (545) fill_mode ::= NEXT */ + { 462, 0 }, /* (546) group_by_clause_opt ::= */ + { 462, -3 }, /* (547) group_by_clause_opt ::= GROUP BY group_by_list */ + { 468, -1 }, /* (548) group_by_list ::= expr_or_subquery */ + { 468, -3 }, /* (549) group_by_list ::= group_by_list NK_COMMA expr_or_subquery */ + { 463, 0 }, /* (550) having_clause_opt ::= */ + { 463, -2 }, /* (551) having_clause_opt ::= HAVING search_condition */ + { 458, 0 }, /* (552) range_opt ::= */ + { 458, -6 }, /* (553) range_opt ::= RANGE NK_LP expr_or_subquery NK_COMMA expr_or_subquery NK_RP */ + { 459, 0 }, /* (554) every_opt ::= */ + { 459, -4 }, /* (555) every_opt ::= EVERY NK_LP duration_literal NK_RP */ + { 469, -4 }, /* (556) query_expression ::= query_simple order_by_clause_opt slimit_clause_opt limit_clause_opt */ + { 470, -1 }, /* (557) query_simple ::= query_specification */ + { 470, -1 }, /* (558) query_simple ::= union_query_expression */ + { 474, -4 }, /* (559) union_query_expression ::= query_simple_or_subquery UNION ALL query_simple_or_subquery */ + { 474, -3 }, /* (560) union_query_expression ::= query_simple_or_subquery UNION query_simple_or_subquery */ + { 475, -1 }, /* (561) query_simple_or_subquery ::= query_simple */ + { 475, -1 }, /* (562) query_simple_or_subquery ::= subquery */ + { 404, -1 }, /* (563) query_or_subquery ::= query_expression */ + { 404, -1 }, /* (564) query_or_subquery ::= subquery */ + { 471, 0 }, /* (565) order_by_clause_opt ::= */ + { 471, -3 }, /* (566) order_by_clause_opt ::= ORDER BY sort_specification_list */ + { 472, 0 }, /* (567) slimit_clause_opt ::= */ + { 472, -2 }, /* (568) slimit_clause_opt ::= SLIMIT NK_INTEGER */ + { 472, -4 }, /* (569) slimit_clause_opt ::= SLIMIT NK_INTEGER SOFFSET NK_INTEGER */ + { 472, -4 }, /* (570) slimit_clause_opt ::= SLIMIT NK_INTEGER NK_COMMA NK_INTEGER */ + { 473, 0 }, /* (571) limit_clause_opt ::= */ + { 473, -2 }, /* (572) limit_clause_opt ::= LIMIT NK_INTEGER */ + { 473, -4 }, /* (573) limit_clause_opt ::= LIMIT NK_INTEGER OFFSET NK_INTEGER */ + { 473, -4 }, /* (574) limit_clause_opt ::= LIMIT NK_INTEGER NK_COMMA NK_INTEGER */ + { 451, -3 }, /* (575) subquery ::= NK_LP query_expression NK_RP */ + { 451, -3 }, /* (576) subquery ::= NK_LP subquery NK_RP */ + { 348, -1 }, /* (577) search_condition ::= common_expression */ + { 476, -1 }, /* (578) sort_specification_list ::= sort_specification */ + { 476, -3 }, /* (579) sort_specification_list ::= sort_specification_list NK_COMMA sort_specification */ + { 477, -3 }, /* (580) sort_specification ::= expr_or_subquery ordering_specification_opt null_ordering_opt */ + { 478, 0 }, /* (581) ordering_specification_opt ::= */ + { 478, -1 }, /* (582) ordering_specification_opt ::= ASC */ + { 478, -1 }, /* (583) ordering_specification_opt ::= DESC */ + { 479, 0 }, /* (584) null_ordering_opt ::= */ + { 479, -2 }, /* (585) null_ordering_opt ::= NULLS FIRST */ + { 479, -2 }, /* (586) null_ordering_opt ::= NULLS LAST */ }; static void yy_accept(yyParser*); /* Forward Declaration */ @@ -3794,11 +3842,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,331,&yymsp[0].minor); + yy_destructor(yypParser,334,&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,332,&yymsp[0].minor); + yy_destructor(yypParser,335,&yymsp[0].minor); break; case 2: /* account_options ::= */ { } @@ -3812,20 +3860,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,331,&yymsp[-2].minor); +{ yy_destructor(yypParser,334,&yymsp[-2].minor); { } - yy_destructor(yypParser,333,&yymsp[0].minor); + yy_destructor(yypParser,336,&yymsp[0].minor); } break; case 12: /* alter_account_options ::= alter_account_option */ -{ yy_destructor(yypParser,334,&yymsp[0].minor); +{ yy_destructor(yypParser,337,&yymsp[0].minor); { } } break; case 13: /* alter_account_options ::= alter_account_options alter_account_option */ -{ yy_destructor(yypParser,332,&yymsp[-1].minor); +{ yy_destructor(yypParser,335,&yymsp[-1].minor); { } - yy_destructor(yypParser,334,&yymsp[0].minor); + yy_destructor(yypParser,337,&yymsp[0].minor); } break; case 14: /* alter_account_option ::= PASS literal */ @@ -3839,107 +3887,107 @@ 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,333,&yymsp[0].minor); + yy_destructor(yypParser,336,&yymsp[0].minor); break; case 24: /* cmd ::= CREATE USER user_name PASS NK_STRING sysinfo_opt */ -{ pCxt->pRootNode = createCreateUserStmt(pCxt, &yymsp[-3].minor.yy113, &yymsp[-1].minor.yy0, yymsp[0].minor.yy551); } +{ pCxt->pRootNode = createCreateUserStmt(pCxt, &yymsp[-3].minor.yy929, &yymsp[-1].minor.yy0, yymsp[0].minor.yy503); } break; case 25: /* cmd ::= ALTER USER user_name PASS NK_STRING */ -{ pCxt->pRootNode = createAlterUserStmt(pCxt, &yymsp[-2].minor.yy113, TSDB_ALTER_USER_PASSWD, &yymsp[0].minor.yy0); } +{ pCxt->pRootNode = createAlterUserStmt(pCxt, &yymsp[-2].minor.yy929, 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.yy113, TSDB_ALTER_USER_ENABLE, &yymsp[0].minor.yy0); } +{ pCxt->pRootNode = createAlterUserStmt(pCxt, &yymsp[-2].minor.yy929, 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.yy113, TSDB_ALTER_USER_SYSINFO, &yymsp[0].minor.yy0); } +{ pCxt->pRootNode = createAlterUserStmt(pCxt, &yymsp[-2].minor.yy929, TSDB_ALTER_USER_SYSINFO, &yymsp[0].minor.yy0); } break; case 28: /* cmd ::= DROP USER user_name */ -{ pCxt->pRootNode = createDropUserStmt(pCxt, &yymsp[0].minor.yy113); } +{ pCxt->pRootNode = createDropUserStmt(pCxt, &yymsp[0].minor.yy929); } break; case 29: /* sysinfo_opt ::= */ -{ yymsp[1].minor.yy551 = 1; } +{ yymsp[1].minor.yy503 = 1; } break; case 30: /* sysinfo_opt ::= SYSINFO NK_INTEGER */ -{ yymsp[-1].minor.yy551 = taosStr2Int8(yymsp[0].minor.yy0.z, NULL, 10); } +{ yymsp[-1].minor.yy503 = 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.yy837, &yymsp[-3].minor.yy777, &yymsp[0].minor.yy113, yymsp[-2].minor.yy448); } +{ pCxt->pRootNode = createGrantStmt(pCxt, yymsp[-5].minor.yy669, &yymsp[-3].minor.yy57, &yymsp[0].minor.yy929, yymsp[-2].minor.yy872); } break; case 32: /* cmd ::= REVOKE privileges ON priv_level with_opt FROM user_name */ -{ pCxt->pRootNode = createRevokeStmt(pCxt, yymsp[-5].minor.yy837, &yymsp[-3].minor.yy777, &yymsp[0].minor.yy113, yymsp[-2].minor.yy448); } +{ pCxt->pRootNode = createRevokeStmt(pCxt, yymsp[-5].minor.yy669, &yymsp[-3].minor.yy57, &yymsp[0].minor.yy929, yymsp[-2].minor.yy872); } break; case 33: /* privileges ::= ALL */ -{ yymsp[0].minor.yy837 = PRIVILEGE_TYPE_ALL; } +{ yymsp[0].minor.yy669 = PRIVILEGE_TYPE_ALL; } break; case 34: /* privileges ::= priv_type_list */ case 36: /* priv_type_list ::= priv_type */ yytestcase(yyruleno==36); -{ yylhsminor.yy837 = yymsp[0].minor.yy837; } - yymsp[0].minor.yy837 = yylhsminor.yy837; +{ yylhsminor.yy669 = yymsp[0].minor.yy669; } + yymsp[0].minor.yy669 = yylhsminor.yy669; break; case 35: /* privileges ::= SUBSCRIBE */ -{ yymsp[0].minor.yy837 = PRIVILEGE_TYPE_SUBSCRIBE; } +{ yymsp[0].minor.yy669 = PRIVILEGE_TYPE_SUBSCRIBE; } break; case 37: /* priv_type_list ::= priv_type_list NK_COMMA priv_type */ -{ yylhsminor.yy837 = yymsp[-2].minor.yy837 | yymsp[0].minor.yy837; } - yymsp[-2].minor.yy837 = yylhsminor.yy837; +{ yylhsminor.yy669 = yymsp[-2].minor.yy669 | yymsp[0].minor.yy669; } + yymsp[-2].minor.yy669 = yylhsminor.yy669; break; case 38: /* priv_type ::= READ */ -{ yymsp[0].minor.yy837 = PRIVILEGE_TYPE_READ; } +{ yymsp[0].minor.yy669 = PRIVILEGE_TYPE_READ; } break; case 39: /* priv_type ::= WRITE */ -{ yymsp[0].minor.yy837 = PRIVILEGE_TYPE_WRITE; } +{ yymsp[0].minor.yy669 = PRIVILEGE_TYPE_WRITE; } break; case 40: /* priv_level ::= NK_STAR NK_DOT NK_STAR */ -{ yylhsminor.yy777.first = yymsp[-2].minor.yy0; yylhsminor.yy777.second = yymsp[0].minor.yy0; } - yymsp[-2].minor.yy777 = yylhsminor.yy777; +{ yylhsminor.yy57.first = yymsp[-2].minor.yy0; yylhsminor.yy57.second = yymsp[0].minor.yy0; } + yymsp[-2].minor.yy57 = yylhsminor.yy57; break; case 41: /* priv_level ::= db_name NK_DOT NK_STAR */ -{ yylhsminor.yy777.first = yymsp[-2].minor.yy113; yylhsminor.yy777.second = yymsp[0].minor.yy0; } - yymsp[-2].minor.yy777 = yylhsminor.yy777; +{ yylhsminor.yy57.first = yymsp[-2].minor.yy929; yylhsminor.yy57.second = yymsp[0].minor.yy0; } + yymsp[-2].minor.yy57 = yylhsminor.yy57; break; case 42: /* priv_level ::= db_name NK_DOT table_name */ -{ yylhsminor.yy777.first = yymsp[-2].minor.yy113; yylhsminor.yy777.second = yymsp[0].minor.yy113; } - yymsp[-2].minor.yy777 = yylhsminor.yy777; +{ yylhsminor.yy57.first = yymsp[-2].minor.yy929; yylhsminor.yy57.second = yymsp[0].minor.yy929; } + yymsp[-2].minor.yy57 = yylhsminor.yy57; break; case 43: /* priv_level ::= topic_name */ -{ yylhsminor.yy777.first = yymsp[0].minor.yy113; yylhsminor.yy777.second = nil_token; } - yymsp[0].minor.yy777 = yylhsminor.yy777; +{ yylhsminor.yy57.first = yymsp[0].minor.yy929; yylhsminor.yy57.second = nil_token; } + yymsp[0].minor.yy57 = yylhsminor.yy57; break; case 44: /* with_opt ::= */ case 137: /* start_opt ::= */ yytestcase(yyruleno==137); case 141: /* end_opt ::= */ yytestcase(yyruleno==141); case 265: /* like_pattern_opt ::= */ yytestcase(yyruleno==265); - case 340: /* subtable_opt ::= */ yytestcase(yyruleno==340); - case 456: /* case_when_else_opt ::= */ yytestcase(yyruleno==456); - case 486: /* from_clause_opt ::= */ yytestcase(yyruleno==486); - case 515: /* where_clause_opt ::= */ yytestcase(yyruleno==515); - case 524: /* twindow_clause_opt ::= */ yytestcase(yyruleno==524); - case 530: /* sliding_opt ::= */ yytestcase(yyruleno==530); - case 532: /* fill_opt ::= */ yytestcase(yyruleno==532); - case 546: /* having_clause_opt ::= */ yytestcase(yyruleno==546); - case 548: /* range_opt ::= */ yytestcase(yyruleno==548); - case 550: /* every_opt ::= */ yytestcase(yyruleno==550); - case 563: /* slimit_clause_opt ::= */ yytestcase(yyruleno==563); - case 567: /* limit_clause_opt ::= */ yytestcase(yyruleno==567); -{ yymsp[1].minor.yy448 = NULL; } + case 342: /* subtable_opt ::= */ yytestcase(yyruleno==342); + case 460: /* case_when_else_opt ::= */ yytestcase(yyruleno==460); + case 490: /* from_clause_opt ::= */ yytestcase(yyruleno==490); + case 519: /* where_clause_opt ::= */ yytestcase(yyruleno==519); + case 528: /* twindow_clause_opt ::= */ yytestcase(yyruleno==528); + case 534: /* sliding_opt ::= */ yytestcase(yyruleno==534); + case 536: /* fill_opt ::= */ yytestcase(yyruleno==536); + case 550: /* having_clause_opt ::= */ yytestcase(yyruleno==550); + case 552: /* range_opt ::= */ yytestcase(yyruleno==552); + case 554: /* every_opt ::= */ yytestcase(yyruleno==554); + case 567: /* slimit_clause_opt ::= */ yytestcase(yyruleno==567); + case 571: /* limit_clause_opt ::= */ yytestcase(yyruleno==571); +{ yymsp[1].minor.yy872 = NULL; } break; case 45: /* with_opt ::= WITH search_condition */ - case 487: /* from_clause_opt ::= FROM table_reference_list */ yytestcase(yyruleno==487); - case 516: /* where_clause_opt ::= WHERE search_condition */ yytestcase(yyruleno==516); - case 547: /* having_clause_opt ::= HAVING search_condition */ yytestcase(yyruleno==547); -{ yymsp[-1].minor.yy448 = yymsp[0].minor.yy448; } + case 491: /* from_clause_opt ::= FROM table_reference_list */ yytestcase(yyruleno==491); + case 520: /* where_clause_opt ::= WHERE search_condition */ yytestcase(yyruleno==520); + case 551: /* having_clause_opt ::= HAVING search_condition */ yytestcase(yyruleno==551); +{ yymsp[-1].minor.yy872 = yymsp[0].minor.yy872; } break; case 46: /* cmd ::= CREATE DNODE dnode_endpoint */ -{ pCxt->pRootNode = createCreateDnodeStmt(pCxt, &yymsp[0].minor.yy113, NULL); } +{ pCxt->pRootNode = createCreateDnodeStmt(pCxt, &yymsp[0].minor.yy929, NULL); } break; case 47: /* cmd ::= CREATE DNODE dnode_endpoint PORT NK_INTEGER */ -{ pCxt->pRootNode = createCreateDnodeStmt(pCxt, &yymsp[-2].minor.yy113, &yymsp[0].minor.yy0); } +{ pCxt->pRootNode = createCreateDnodeStmt(pCxt, &yymsp[-2].minor.yy929, &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.yy369); } +{ pCxt->pRootNode = createDropDnodeStmt(pCxt, &yymsp[-1].minor.yy0, yymsp[0].minor.yy857); } break; case 49: /* cmd ::= DROP DNODE dnode_endpoint force_opt */ -{ pCxt->pRootNode = createDropDnodeStmt(pCxt, &yymsp[-1].minor.yy113, yymsp[0].minor.yy369); } +{ pCxt->pRootNode = createDropDnodeStmt(pCxt, &yymsp[-1].minor.yy929, yymsp[0].minor.yy857); } break; case 50: /* cmd ::= ALTER DNODE NK_INTEGER NK_STRING */ { pCxt->pRootNode = createAlterDnodeStmt(pCxt, &yymsp[-1].minor.yy0, &yymsp[0].minor.yy0, NULL); } @@ -3960,32 +4008,32 @@ static YYACTIONTYPE yy_reduce( case 290: /* sma_func_name ::= FIRST */ yytestcase(yyruleno==290); case 291: /* sma_func_name ::= LAST */ yytestcase(yyruleno==291); case 292: /* sma_func_name ::= LAST_ROW */ yytestcase(yyruleno==292); - case 382: /* db_name ::= NK_ID */ yytestcase(yyruleno==382); - case 383: /* table_name ::= NK_ID */ yytestcase(yyruleno==383); - case 384: /* column_name ::= NK_ID */ yytestcase(yyruleno==384); - case 385: /* function_name ::= NK_ID */ yytestcase(yyruleno==385); - case 386: /* table_alias ::= NK_ID */ yytestcase(yyruleno==386); - case 387: /* column_alias ::= NK_ID */ yytestcase(yyruleno==387); - case 388: /* user_name ::= NK_ID */ yytestcase(yyruleno==388); - case 389: /* topic_name ::= NK_ID */ yytestcase(yyruleno==389); - case 390: /* stream_name ::= NK_ID */ yytestcase(yyruleno==390); - case 391: /* cgroup_name ::= NK_ID */ yytestcase(yyruleno==391); - case 392: /* index_name ::= NK_ID */ yytestcase(yyruleno==392); - case 432: /* noarg_func ::= NOW */ yytestcase(yyruleno==432); - case 433: /* noarg_func ::= TODAY */ yytestcase(yyruleno==433); - case 434: /* noarg_func ::= TIMEZONE */ yytestcase(yyruleno==434); - case 435: /* noarg_func ::= DATABASE */ yytestcase(yyruleno==435); - case 436: /* noarg_func ::= CLIENT_VERSION */ yytestcase(yyruleno==436); - case 437: /* noarg_func ::= SERVER_VERSION */ yytestcase(yyruleno==437); - case 438: /* noarg_func ::= SERVER_STATUS */ yytestcase(yyruleno==438); - case 439: /* noarg_func ::= CURRENT_USER */ yytestcase(yyruleno==439); - case 440: /* noarg_func ::= USER */ yytestcase(yyruleno==440); - case 441: /* star_func ::= COUNT */ yytestcase(yyruleno==441); - case 442: /* star_func ::= FIRST */ yytestcase(yyruleno==442); - case 443: /* star_func ::= LAST */ yytestcase(yyruleno==443); - case 444: /* star_func ::= LAST_ROW */ yytestcase(yyruleno==444); -{ yylhsminor.yy113 = yymsp[0].minor.yy0; } - yymsp[0].minor.yy113 = yylhsminor.yy113; + case 386: /* db_name ::= NK_ID */ yytestcase(yyruleno==386); + case 387: /* table_name ::= NK_ID */ yytestcase(yyruleno==387); + case 388: /* column_name ::= NK_ID */ yytestcase(yyruleno==388); + case 389: /* function_name ::= NK_ID */ yytestcase(yyruleno==389); + case 390: /* table_alias ::= NK_ID */ yytestcase(yyruleno==390); + case 391: /* column_alias ::= NK_ID */ yytestcase(yyruleno==391); + case 392: /* user_name ::= NK_ID */ yytestcase(yyruleno==392); + case 393: /* topic_name ::= NK_ID */ yytestcase(yyruleno==393); + case 394: /* stream_name ::= NK_ID */ yytestcase(yyruleno==394); + case 395: /* cgroup_name ::= NK_ID */ yytestcase(yyruleno==395); + case 396: /* index_name ::= NK_ID */ yytestcase(yyruleno==396); + case 436: /* noarg_func ::= NOW */ yytestcase(yyruleno==436); + case 437: /* noarg_func ::= TODAY */ yytestcase(yyruleno==437); + case 438: /* noarg_func ::= TIMEZONE */ yytestcase(yyruleno==438); + case 439: /* noarg_func ::= DATABASE */ yytestcase(yyruleno==439); + case 440: /* noarg_func ::= CLIENT_VERSION */ yytestcase(yyruleno==440); + case 441: /* noarg_func ::= SERVER_VERSION */ yytestcase(yyruleno==441); + case 442: /* noarg_func ::= SERVER_STATUS */ yytestcase(yyruleno==442); + case 443: /* noarg_func ::= CURRENT_USER */ yytestcase(yyruleno==443); + case 444: /* noarg_func ::= USER */ yytestcase(yyruleno==444); + case 445: /* star_func ::= COUNT */ yytestcase(yyruleno==445); + case 446: /* star_func ::= FIRST */ yytestcase(yyruleno==446); + case 447: /* star_func ::= LAST */ yytestcase(yyruleno==447); + case 448: /* star_func ::= LAST_ROW */ yytestcase(yyruleno==448); +{ yylhsminor.yy929 = yymsp[0].minor.yy0; } + yymsp[0].minor.yy929 = yylhsminor.yy929; break; case 57: /* force_opt ::= */ case 77: /* not_exists_opt ::= */ yytestcase(yyruleno==77); @@ -3993,14 +4041,15 @@ static YYACTIONTYPE yy_reduce( case 309: /* analyze_opt ::= */ yytestcase(yyruleno==309); case 316: /* agg_func_opt ::= */ yytestcase(yyruleno==316); case 322: /* or_replace_opt ::= */ yytestcase(yyruleno==322); - case 505: /* set_quantifier_opt ::= */ yytestcase(yyruleno==505); -{ yymsp[1].minor.yy369 = false; } + case 344: /* ignore_opt ::= */ yytestcase(yyruleno==344); + case 509: /* set_quantifier_opt ::= */ yytestcase(yyruleno==509); +{ yymsp[1].minor.yy857 = false; } break; case 58: /* force_opt ::= FORCE */ case 310: /* analyze_opt ::= ANALYZE */ yytestcase(yyruleno==310); case 317: /* agg_func_opt ::= AGGREGATE */ yytestcase(yyruleno==317); - case 506: /* set_quantifier_opt ::= DISTINCT */ yytestcase(yyruleno==506); -{ yymsp[0].minor.yy369 = true; } + case 510: /* set_quantifier_opt ::= DISTINCT */ yytestcase(yyruleno==510); +{ yymsp[0].minor.yy857 = true; } break; case 59: /* cmd ::= ALTER LOCAL NK_STRING */ { pCxt->pRootNode = createAlterLocalStmt(pCxt, &yymsp[0].minor.yy0, NULL); } @@ -4033,233 +4082,234 @@ static YYACTIONTYPE yy_reduce( { pCxt->pRootNode = createDropComponentNodeStmt(pCxt, QUERY_NODE_DROP_MNODE_STMT, &yymsp[0].minor.yy0); } break; case 69: /* cmd ::= CREATE DATABASE not_exists_opt db_name db_options */ -{ pCxt->pRootNode = createCreateDatabaseStmt(pCxt, yymsp[-2].minor.yy369, &yymsp[-1].minor.yy113, yymsp[0].minor.yy448); } +{ pCxt->pRootNode = createCreateDatabaseStmt(pCxt, yymsp[-2].minor.yy857, &yymsp[-1].minor.yy929, yymsp[0].minor.yy872); } break; case 70: /* cmd ::= DROP DATABASE exists_opt db_name */ -{ pCxt->pRootNode = createDropDatabaseStmt(pCxt, yymsp[-1].minor.yy369, &yymsp[0].minor.yy113); } +{ pCxt->pRootNode = createDropDatabaseStmt(pCxt, yymsp[-1].minor.yy857, &yymsp[0].minor.yy929); } break; case 71: /* cmd ::= USE db_name */ -{ pCxt->pRootNode = createUseDatabaseStmt(pCxt, &yymsp[0].minor.yy113); } +{ pCxt->pRootNode = createUseDatabaseStmt(pCxt, &yymsp[0].minor.yy929); } break; case 72: /* cmd ::= ALTER DATABASE db_name alter_db_options */ -{ pCxt->pRootNode = createAlterDatabaseStmt(pCxt, &yymsp[-1].minor.yy113, yymsp[0].minor.yy448); } +{ pCxt->pRootNode = createAlterDatabaseStmt(pCxt, &yymsp[-1].minor.yy929, yymsp[0].minor.yy872); } break; case 73: /* cmd ::= FLUSH DATABASE db_name */ -{ pCxt->pRootNode = createFlushDatabaseStmt(pCxt, &yymsp[0].minor.yy113); } +{ pCxt->pRootNode = createFlushDatabaseStmt(pCxt, &yymsp[0].minor.yy929); } break; case 74: /* cmd ::= TRIM DATABASE db_name speed_opt */ -{ pCxt->pRootNode = createTrimDatabaseStmt(pCxt, &yymsp[-1].minor.yy113, yymsp[0].minor.yy788); } +{ pCxt->pRootNode = createTrimDatabaseStmt(pCxt, &yymsp[-1].minor.yy929, yymsp[0].minor.yy580); } break; case 75: /* cmd ::= COMPACT DATABASE db_name start_opt end_opt */ -{ pCxt->pRootNode = createCompactStmt(pCxt, &yymsp[-2].minor.yy113, yymsp[-1].minor.yy448, yymsp[0].minor.yy448); } +{ pCxt->pRootNode = createCompactStmt(pCxt, &yymsp[-2].minor.yy929, yymsp[-1].minor.yy872, yymsp[0].minor.yy872); } break; case 76: /* not_exists_opt ::= IF NOT EXISTS */ -{ yymsp[-2].minor.yy369 = true; } +{ yymsp[-2].minor.yy857 = true; } break; case 78: /* exists_opt ::= IF EXISTS */ case 323: /* or_replace_opt ::= OR REPLACE */ yytestcase(yyruleno==323); -{ yymsp[-1].minor.yy369 = true; } + case 345: /* ignore_opt ::= IGNORE UNTREATED */ yytestcase(yyruleno==345); +{ yymsp[-1].minor.yy857 = true; } break; case 80: /* db_options ::= */ -{ yymsp[1].minor.yy448 = createDefaultDatabaseOptions(pCxt); } +{ yymsp[1].minor.yy872 = createDefaultDatabaseOptions(pCxt); } break; case 81: /* db_options ::= db_options BUFFER NK_INTEGER */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_BUFFER, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_BUFFER, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 82: /* db_options ::= db_options CACHEMODEL NK_STRING */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_CACHEMODEL, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_CACHEMODEL, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 83: /* db_options ::= db_options CACHESIZE NK_INTEGER */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_CACHESIZE, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_CACHESIZE, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 84: /* db_options ::= db_options COMP NK_INTEGER */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_COMP, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_COMP, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 85: /* db_options ::= db_options DURATION NK_INTEGER */ case 86: /* db_options ::= db_options DURATION NK_VARIABLE */ yytestcase(yyruleno==86); -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_DAYS, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_DAYS, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 87: /* db_options ::= db_options MAXROWS NK_INTEGER */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_MAXROWS, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_MAXROWS, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 88: /* db_options ::= db_options MINROWS NK_INTEGER */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_MINROWS, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_MINROWS, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 89: /* db_options ::= db_options KEEP integer_list */ case 90: /* db_options ::= db_options KEEP variable_list */ yytestcase(yyruleno==90); -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_KEEP, yymsp[0].minor.yy432); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_KEEP, yymsp[0].minor.yy664); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 91: /* db_options ::= db_options PAGES NK_INTEGER */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_PAGES, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_PAGES, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 92: /* db_options ::= db_options PAGESIZE NK_INTEGER */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_PAGESIZE, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_PAGESIZE, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 93: /* db_options ::= db_options TSDB_PAGESIZE NK_INTEGER */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_TSDB_PAGESIZE, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_TSDB_PAGESIZE, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 94: /* db_options ::= db_options PRECISION NK_STRING */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_PRECISION, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_PRECISION, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 95: /* db_options ::= db_options REPLICA NK_INTEGER */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_REPLICA, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_REPLICA, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 96: /* db_options ::= db_options VGROUPS NK_INTEGER */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_VGROUPS, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_VGROUPS, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 97: /* db_options ::= db_options SINGLE_STABLE NK_INTEGER */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_SINGLE_STABLE, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_SINGLE_STABLE, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 98: /* db_options ::= db_options RETENTIONS retention_list */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_RETENTIONS, yymsp[0].minor.yy432); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_RETENTIONS, yymsp[0].minor.yy664); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 99: /* db_options ::= db_options SCHEMALESS NK_INTEGER */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_SCHEMALESS, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_SCHEMALESS, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 100: /* db_options ::= db_options WAL_LEVEL NK_INTEGER */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_WAL, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_WAL, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 101: /* db_options ::= db_options WAL_FSYNC_PERIOD NK_INTEGER */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_FSYNC, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_FSYNC, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 102: /* db_options ::= db_options WAL_RETENTION_PERIOD NK_INTEGER */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_WAL_RETENTION_PERIOD, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_WAL_RETENTION_PERIOD, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 103: /* 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.yy448 = setDatabaseOption(pCxt, yymsp[-3].minor.yy448, DB_OPTION_WAL_RETENTION_PERIOD, &t); + yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-3].minor.yy872, DB_OPTION_WAL_RETENTION_PERIOD, &t); } - yymsp[-3].minor.yy448 = yylhsminor.yy448; + yymsp[-3].minor.yy872 = yylhsminor.yy872; break; case 104: /* db_options ::= db_options WAL_RETENTION_SIZE NK_INTEGER */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_WAL_RETENTION_SIZE, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_WAL_RETENTION_SIZE, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 105: /* 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.yy448 = setDatabaseOption(pCxt, yymsp[-3].minor.yy448, DB_OPTION_WAL_RETENTION_SIZE, &t); + yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-3].minor.yy872, DB_OPTION_WAL_RETENTION_SIZE, &t); } - yymsp[-3].minor.yy448 = yylhsminor.yy448; + yymsp[-3].minor.yy872 = yylhsminor.yy872; break; case 106: /* db_options ::= db_options WAL_ROLL_PERIOD NK_INTEGER */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_WAL_ROLL_PERIOD, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_WAL_ROLL_PERIOD, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 107: /* db_options ::= db_options WAL_SEGMENT_SIZE NK_INTEGER */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_WAL_SEGMENT_SIZE, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_WAL_SEGMENT_SIZE, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 108: /* db_options ::= db_options STT_TRIGGER NK_INTEGER */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_STT_TRIGGER, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_STT_TRIGGER, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 109: /* db_options ::= db_options TABLE_PREFIX signed */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_TABLE_PREFIX, yymsp[0].minor.yy448); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_TABLE_PREFIX, yymsp[0].minor.yy872); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 110: /* db_options ::= db_options TABLE_SUFFIX signed */ -{ yylhsminor.yy448 = setDatabaseOption(pCxt, yymsp[-2].minor.yy448, DB_OPTION_TABLE_SUFFIX, yymsp[0].minor.yy448); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setDatabaseOption(pCxt, yymsp[-2].minor.yy872, DB_OPTION_TABLE_SUFFIX, yymsp[0].minor.yy872); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 111: /* alter_db_options ::= alter_db_option */ -{ yylhsminor.yy448 = createAlterDatabaseOptions(pCxt); yylhsminor.yy448 = setAlterDatabaseOption(pCxt, yylhsminor.yy448, &yymsp[0].minor.yy53); } - yymsp[0].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createAlterDatabaseOptions(pCxt); yylhsminor.yy872 = setAlterDatabaseOption(pCxt, yylhsminor.yy872, &yymsp[0].minor.yy605); } + yymsp[0].minor.yy872 = yylhsminor.yy872; break; case 112: /* alter_db_options ::= alter_db_options alter_db_option */ -{ yylhsminor.yy448 = setAlterDatabaseOption(pCxt, yymsp[-1].minor.yy448, &yymsp[0].minor.yy53); } - yymsp[-1].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setAlterDatabaseOption(pCxt, yymsp[-1].minor.yy872, &yymsp[0].minor.yy605); } + yymsp[-1].minor.yy872 = yylhsminor.yy872; break; case 113: /* alter_db_option ::= BUFFER NK_INTEGER */ -{ yymsp[-1].minor.yy53.type = DB_OPTION_BUFFER; yymsp[-1].minor.yy53.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy605.type = DB_OPTION_BUFFER; yymsp[-1].minor.yy605.val = yymsp[0].minor.yy0; } break; case 114: /* alter_db_option ::= CACHEMODEL NK_STRING */ -{ yymsp[-1].minor.yy53.type = DB_OPTION_CACHEMODEL; yymsp[-1].minor.yy53.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy605.type = DB_OPTION_CACHEMODEL; yymsp[-1].minor.yy605.val = yymsp[0].minor.yy0; } break; case 115: /* alter_db_option ::= CACHESIZE NK_INTEGER */ -{ yymsp[-1].minor.yy53.type = DB_OPTION_CACHESIZE; yymsp[-1].minor.yy53.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy605.type = DB_OPTION_CACHESIZE; yymsp[-1].minor.yy605.val = yymsp[0].minor.yy0; } break; case 116: /* alter_db_option ::= WAL_FSYNC_PERIOD NK_INTEGER */ -{ yymsp[-1].minor.yy53.type = DB_OPTION_FSYNC; yymsp[-1].minor.yy53.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy605.type = DB_OPTION_FSYNC; yymsp[-1].minor.yy605.val = yymsp[0].minor.yy0; } break; case 117: /* alter_db_option ::= KEEP integer_list */ case 118: /* alter_db_option ::= KEEP variable_list */ yytestcase(yyruleno==118); -{ yymsp[-1].minor.yy53.type = DB_OPTION_KEEP; yymsp[-1].minor.yy53.pList = yymsp[0].minor.yy432; } +{ yymsp[-1].minor.yy605.type = DB_OPTION_KEEP; yymsp[-1].minor.yy605.pList = yymsp[0].minor.yy664; } break; case 119: /* alter_db_option ::= PAGES NK_INTEGER */ -{ yymsp[-1].minor.yy53.type = DB_OPTION_PAGES; yymsp[-1].minor.yy53.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy605.type = DB_OPTION_PAGES; yymsp[-1].minor.yy605.val = yymsp[0].minor.yy0; } break; case 120: /* alter_db_option ::= REPLICA NK_INTEGER */ -{ yymsp[-1].minor.yy53.type = DB_OPTION_REPLICA; yymsp[-1].minor.yy53.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy605.type = DB_OPTION_REPLICA; yymsp[-1].minor.yy605.val = yymsp[0].minor.yy0; } break; case 121: /* alter_db_option ::= WAL_LEVEL NK_INTEGER */ -{ yymsp[-1].minor.yy53.type = DB_OPTION_WAL; yymsp[-1].minor.yy53.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy605.type = DB_OPTION_WAL; yymsp[-1].minor.yy605.val = yymsp[0].minor.yy0; } break; case 122: /* alter_db_option ::= STT_TRIGGER NK_INTEGER */ -{ yymsp[-1].minor.yy53.type = DB_OPTION_STT_TRIGGER; yymsp[-1].minor.yy53.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy605.type = DB_OPTION_STT_TRIGGER; yymsp[-1].minor.yy605.val = yymsp[0].minor.yy0; } break; case 123: /* alter_db_option ::= MINROWS NK_INTEGER */ -{ yymsp[-1].minor.yy53.type = DB_OPTION_MINROWS; yymsp[-1].minor.yy53.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy605.type = DB_OPTION_MINROWS; yymsp[-1].minor.yy605.val = yymsp[0].minor.yy0; } break; case 124: /* alter_db_option ::= WAL_RETENTION_PERIOD NK_INTEGER */ -{ yymsp[-1].minor.yy53.type = DB_OPTION_WAL_RETENTION_PERIOD; yymsp[-1].minor.yy53.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy605.type = DB_OPTION_WAL_RETENTION_PERIOD; yymsp[-1].minor.yy605.val = yymsp[0].minor.yy0; } break; case 125: /* 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.yy53.type = DB_OPTION_WAL_RETENTION_PERIOD; yymsp[-2].minor.yy53.val = t; + yymsp[-2].minor.yy605.type = DB_OPTION_WAL_RETENTION_PERIOD; yymsp[-2].minor.yy605.val = t; } break; case 126: /* alter_db_option ::= WAL_RETENTION_SIZE NK_INTEGER */ -{ yymsp[-1].minor.yy53.type = DB_OPTION_WAL_RETENTION_SIZE; yymsp[-1].minor.yy53.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy605.type = DB_OPTION_WAL_RETENTION_SIZE; yymsp[-1].minor.yy605.val = yymsp[0].minor.yy0; } break; case 127: /* 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.yy53.type = DB_OPTION_WAL_RETENTION_SIZE; yymsp[-2].minor.yy53.val = t; + yymsp[-2].minor.yy605.type = DB_OPTION_WAL_RETENTION_SIZE; yymsp[-2].minor.yy605.val = t; } break; case 128: /* integer_list ::= NK_INTEGER */ -{ yylhsminor.yy432 = createNodeList(pCxt, createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &yymsp[0].minor.yy0)); } - yymsp[0].minor.yy432 = yylhsminor.yy432; +{ yylhsminor.yy664 = createNodeList(pCxt, createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &yymsp[0].minor.yy0)); } + yymsp[0].minor.yy664 = yylhsminor.yy664; break; case 129: /* integer_list ::= integer_list NK_COMMA NK_INTEGER */ - case 351: /* dnode_list ::= dnode_list DNODE NK_INTEGER */ yytestcase(yyruleno==351); -{ yylhsminor.yy432 = addNodeToList(pCxt, yymsp[-2].minor.yy432, createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &yymsp[0].minor.yy0)); } - yymsp[-2].minor.yy432 = yylhsminor.yy432; + case 355: /* dnode_list ::= dnode_list DNODE NK_INTEGER */ yytestcase(yyruleno==355); +{ yylhsminor.yy664 = addNodeToList(pCxt, yymsp[-2].minor.yy664, createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &yymsp[0].minor.yy0)); } + yymsp[-2].minor.yy664 = yylhsminor.yy664; break; case 130: /* variable_list ::= NK_VARIABLE */ -{ yylhsminor.yy432 = createNodeList(pCxt, createDurationValueNode(pCxt, &yymsp[0].minor.yy0)); } - yymsp[0].minor.yy432 = yylhsminor.yy432; +{ yylhsminor.yy664 = createNodeList(pCxt, createDurationValueNode(pCxt, &yymsp[0].minor.yy0)); } + yymsp[0].minor.yy664 = yylhsminor.yy664; break; case 131: /* variable_list ::= variable_list NK_COMMA NK_VARIABLE */ -{ yylhsminor.yy432 = addNodeToList(pCxt, yymsp[-2].minor.yy432, createDurationValueNode(pCxt, &yymsp[0].minor.yy0)); } - yymsp[-2].minor.yy432 = yylhsminor.yy432; +{ yylhsminor.yy664 = addNodeToList(pCxt, yymsp[-2].minor.yy664, createDurationValueNode(pCxt, &yymsp[0].minor.yy0)); } + yymsp[-2].minor.yy664 = yylhsminor.yy664; break; case 132: /* retention_list ::= retention */ case 162: /* multi_create_clause ::= create_subtable_clause */ yytestcase(yyruleno==162); @@ -4269,14 +4319,14 @@ static YYACTIONTYPE yy_reduce( case 220: /* col_name_list ::= col_name */ yytestcase(yyruleno==220); case 271: /* tag_list_opt ::= tag_item */ yytestcase(yyruleno==271); case 285: /* func_list ::= func */ yytestcase(yyruleno==285); - case 380: /* literal_list ::= signed_literal */ yytestcase(yyruleno==380); - case 447: /* other_para_list ::= star_func_para */ yytestcase(yyruleno==447); - case 453: /* when_then_list ::= when_then_expr */ yytestcase(yyruleno==453); - case 508: /* select_list ::= select_item */ yytestcase(yyruleno==508); - case 519: /* partition_list ::= partition_item */ yytestcase(yyruleno==519); - case 574: /* sort_specification_list ::= sort_specification */ yytestcase(yyruleno==574); -{ yylhsminor.yy432 = createNodeList(pCxt, yymsp[0].minor.yy448); } - yymsp[0].minor.yy432 = yylhsminor.yy432; + case 384: /* literal_list ::= signed_literal */ yytestcase(yyruleno==384); + case 451: /* other_para_list ::= star_func_para */ yytestcase(yyruleno==451); + case 457: /* when_then_list ::= when_then_expr */ yytestcase(yyruleno==457); + case 512: /* select_list ::= select_item */ yytestcase(yyruleno==512); + case 523: /* partition_list ::= partition_item */ yytestcase(yyruleno==523); + case 578: /* sort_specification_list ::= sort_specification */ yytestcase(yyruleno==578); +{ yylhsminor.yy664 = createNodeList(pCxt, yymsp[0].minor.yy872); } + yymsp[0].minor.yy664 = yylhsminor.yy664; break; case 133: /* retention_list ::= retention_list NK_COMMA retention */ case 166: /* multi_drop_clause ::= multi_drop_clause NK_COMMA drop_table_clause */ yytestcase(yyruleno==166); @@ -4285,284 +4335,284 @@ static YYACTIONTYPE yy_reduce( case 221: /* col_name_list ::= col_name_list NK_COMMA col_name */ yytestcase(yyruleno==221); case 272: /* tag_list_opt ::= tag_list_opt NK_COMMA tag_item */ yytestcase(yyruleno==272); case 286: /* func_list ::= func_list NK_COMMA func */ yytestcase(yyruleno==286); - case 381: /* literal_list ::= literal_list NK_COMMA signed_literal */ yytestcase(yyruleno==381); - case 448: /* other_para_list ::= other_para_list NK_COMMA star_func_para */ yytestcase(yyruleno==448); - case 509: /* select_list ::= select_list NK_COMMA select_item */ yytestcase(yyruleno==509); - case 520: /* partition_list ::= partition_list NK_COMMA partition_item */ yytestcase(yyruleno==520); - case 575: /* sort_specification_list ::= sort_specification_list NK_COMMA sort_specification */ yytestcase(yyruleno==575); -{ yylhsminor.yy432 = addNodeToList(pCxt, yymsp[-2].minor.yy432, yymsp[0].minor.yy448); } - yymsp[-2].minor.yy432 = yylhsminor.yy432; + case 385: /* literal_list ::= literal_list NK_COMMA signed_literal */ yytestcase(yyruleno==385); + case 452: /* other_para_list ::= other_para_list NK_COMMA star_func_para */ yytestcase(yyruleno==452); + case 513: /* select_list ::= select_list NK_COMMA select_item */ yytestcase(yyruleno==513); + case 524: /* partition_list ::= partition_list NK_COMMA partition_item */ yytestcase(yyruleno==524); + case 579: /* sort_specification_list ::= sort_specification_list NK_COMMA sort_specification */ yytestcase(yyruleno==579); +{ yylhsminor.yy664 = addNodeToList(pCxt, yymsp[-2].minor.yy664, yymsp[0].minor.yy872); } + yymsp[-2].minor.yy664 = yylhsminor.yy664; break; case 134: /* retention ::= NK_VARIABLE NK_COLON NK_VARIABLE */ -{ yylhsminor.yy448 = createNodeListNodeEx(pCxt, createDurationValueNode(pCxt, &yymsp[-2].minor.yy0), createDurationValueNode(pCxt, &yymsp[0].minor.yy0)); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createNodeListNodeEx(pCxt, createDurationValueNode(pCxt, &yymsp[-2].minor.yy0), createDurationValueNode(pCxt, &yymsp[0].minor.yy0)); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 135: /* speed_opt ::= */ case 318: /* bufsize_opt ::= */ yytestcase(yyruleno==318); -{ yymsp[1].minor.yy788 = 0; } +{ yymsp[1].minor.yy580 = 0; } break; case 136: /* speed_opt ::= MAX_SPEED NK_INTEGER */ case 319: /* bufsize_opt ::= BUFSIZE NK_INTEGER */ yytestcase(yyruleno==319); -{ yymsp[-1].minor.yy788 = taosStr2Int32(yymsp[0].minor.yy0.z, NULL, 10); } +{ yymsp[-1].minor.yy580 = taosStr2Int32(yymsp[0].minor.yy0.z, NULL, 10); } break; case 138: /* start_opt ::= START WITH NK_INTEGER */ case 142: /* end_opt ::= END WITH NK_INTEGER */ yytestcase(yyruleno==142); -{ yymsp[-2].minor.yy448 = createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &yymsp[0].minor.yy0); } +{ yymsp[-2].minor.yy872 = createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &yymsp[0].minor.yy0); } break; case 139: /* start_opt ::= START WITH NK_STRING */ case 143: /* end_opt ::= END WITH NK_STRING */ yytestcase(yyruleno==143); -{ yymsp[-2].minor.yy448 = createValueNode(pCxt, TSDB_DATA_TYPE_TIMESTAMP, &yymsp[0].minor.yy0); } +{ yymsp[-2].minor.yy872 = createValueNode(pCxt, TSDB_DATA_TYPE_TIMESTAMP, &yymsp[0].minor.yy0); } break; case 140: /* start_opt ::= START WITH TIMESTAMP NK_STRING */ case 144: /* end_opt ::= END WITH TIMESTAMP NK_STRING */ yytestcase(yyruleno==144); -{ yymsp[-3].minor.yy448 = createValueNode(pCxt, TSDB_DATA_TYPE_TIMESTAMP, &yymsp[0].minor.yy0); } +{ yymsp[-3].minor.yy872 = createValueNode(pCxt, TSDB_DATA_TYPE_TIMESTAMP, &yymsp[0].minor.yy0); } break; case 145: /* cmd ::= CREATE TABLE not_exists_opt full_table_name NK_LP column_def_list NK_RP tags_def_opt table_options */ case 147: /* cmd ::= CREATE STABLE not_exists_opt full_table_name NK_LP column_def_list NK_RP tags_def table_options */ yytestcase(yyruleno==147); -{ pCxt->pRootNode = createCreateTableStmt(pCxt, yymsp[-6].minor.yy369, yymsp[-5].minor.yy448, yymsp[-3].minor.yy432, yymsp[-1].minor.yy432, yymsp[0].minor.yy448); } +{ pCxt->pRootNode = createCreateTableStmt(pCxt, yymsp[-6].minor.yy857, yymsp[-5].minor.yy872, yymsp[-3].minor.yy664, yymsp[-1].minor.yy664, yymsp[0].minor.yy872); } break; case 146: /* cmd ::= CREATE TABLE multi_create_clause */ -{ pCxt->pRootNode = createCreateMultiTableStmt(pCxt, yymsp[0].minor.yy432); } +{ pCxt->pRootNode = createCreateMultiTableStmt(pCxt, yymsp[0].minor.yy664); } break; case 148: /* cmd ::= DROP TABLE multi_drop_clause */ -{ pCxt->pRootNode = createDropTableStmt(pCxt, yymsp[0].minor.yy432); } +{ pCxt->pRootNode = createDropTableStmt(pCxt, yymsp[0].minor.yy664); } break; case 149: /* cmd ::= DROP STABLE exists_opt full_table_name */ -{ pCxt->pRootNode = createDropSuperTableStmt(pCxt, yymsp[-1].minor.yy369, yymsp[0].minor.yy448); } +{ pCxt->pRootNode = createDropSuperTableStmt(pCxt, yymsp[-1].minor.yy857, yymsp[0].minor.yy872); } break; case 150: /* cmd ::= ALTER TABLE alter_table_clause */ - case 353: /* cmd ::= query_or_subquery */ yytestcase(yyruleno==353); - case 354: /* cmd ::= insert_query */ yytestcase(yyruleno==354); -{ pCxt->pRootNode = yymsp[0].minor.yy448; } + case 357: /* cmd ::= query_or_subquery */ yytestcase(yyruleno==357); + case 358: /* cmd ::= insert_query */ yytestcase(yyruleno==358); +{ pCxt->pRootNode = yymsp[0].minor.yy872; } break; case 151: /* cmd ::= ALTER STABLE alter_table_clause */ -{ pCxt->pRootNode = setAlterSuperTableType(yymsp[0].minor.yy448); } +{ pCxt->pRootNode = setAlterSuperTableType(yymsp[0].minor.yy872); } break; case 152: /* alter_table_clause ::= full_table_name alter_table_options */ -{ yylhsminor.yy448 = createAlterTableModifyOptions(pCxt, yymsp[-1].minor.yy448, yymsp[0].minor.yy448); } - yymsp[-1].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createAlterTableModifyOptions(pCxt, yymsp[-1].minor.yy872, yymsp[0].minor.yy872); } + yymsp[-1].minor.yy872 = yylhsminor.yy872; break; case 153: /* alter_table_clause ::= full_table_name ADD COLUMN column_name type_name */ -{ yylhsminor.yy448 = createAlterTableAddModifyCol(pCxt, yymsp[-4].minor.yy448, TSDB_ALTER_TABLE_ADD_COLUMN, &yymsp[-1].minor.yy113, yymsp[0].minor.yy728); } - yymsp[-4].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createAlterTableAddModifyCol(pCxt, yymsp[-4].minor.yy872, TSDB_ALTER_TABLE_ADD_COLUMN, &yymsp[-1].minor.yy929, yymsp[0].minor.yy784); } + yymsp[-4].minor.yy872 = yylhsminor.yy872; break; case 154: /* alter_table_clause ::= full_table_name DROP COLUMN column_name */ -{ yylhsminor.yy448 = createAlterTableDropCol(pCxt, yymsp[-3].minor.yy448, TSDB_ALTER_TABLE_DROP_COLUMN, &yymsp[0].minor.yy113); } - yymsp[-3].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createAlterTableDropCol(pCxt, yymsp[-3].minor.yy872, TSDB_ALTER_TABLE_DROP_COLUMN, &yymsp[0].minor.yy929); } + yymsp[-3].minor.yy872 = yylhsminor.yy872; break; case 155: /* alter_table_clause ::= full_table_name MODIFY COLUMN column_name type_name */ -{ yylhsminor.yy448 = createAlterTableAddModifyCol(pCxt, yymsp[-4].minor.yy448, TSDB_ALTER_TABLE_UPDATE_COLUMN_BYTES, &yymsp[-1].minor.yy113, yymsp[0].minor.yy728); } - yymsp[-4].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createAlterTableAddModifyCol(pCxt, yymsp[-4].minor.yy872, TSDB_ALTER_TABLE_UPDATE_COLUMN_BYTES, &yymsp[-1].minor.yy929, yymsp[0].minor.yy784); } + yymsp[-4].minor.yy872 = yylhsminor.yy872; break; case 156: /* alter_table_clause ::= full_table_name RENAME COLUMN column_name column_name */ -{ yylhsminor.yy448 = createAlterTableRenameCol(pCxt, yymsp[-4].minor.yy448, TSDB_ALTER_TABLE_UPDATE_COLUMN_NAME, &yymsp[-1].minor.yy113, &yymsp[0].minor.yy113); } - yymsp[-4].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createAlterTableRenameCol(pCxt, yymsp[-4].minor.yy872, TSDB_ALTER_TABLE_UPDATE_COLUMN_NAME, &yymsp[-1].minor.yy929, &yymsp[0].minor.yy929); } + yymsp[-4].minor.yy872 = yylhsminor.yy872; break; case 157: /* alter_table_clause ::= full_table_name ADD TAG column_name type_name */ -{ yylhsminor.yy448 = createAlterTableAddModifyCol(pCxt, yymsp[-4].minor.yy448, TSDB_ALTER_TABLE_ADD_TAG, &yymsp[-1].minor.yy113, yymsp[0].minor.yy728); } - yymsp[-4].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createAlterTableAddModifyCol(pCxt, yymsp[-4].minor.yy872, TSDB_ALTER_TABLE_ADD_TAG, &yymsp[-1].minor.yy929, yymsp[0].minor.yy784); } + yymsp[-4].minor.yy872 = yylhsminor.yy872; break; case 158: /* alter_table_clause ::= full_table_name DROP TAG column_name */ -{ yylhsminor.yy448 = createAlterTableDropCol(pCxt, yymsp[-3].minor.yy448, TSDB_ALTER_TABLE_DROP_TAG, &yymsp[0].minor.yy113); } - yymsp[-3].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createAlterTableDropCol(pCxt, yymsp[-3].minor.yy872, TSDB_ALTER_TABLE_DROP_TAG, &yymsp[0].minor.yy929); } + yymsp[-3].minor.yy872 = yylhsminor.yy872; break; case 159: /* alter_table_clause ::= full_table_name MODIFY TAG column_name type_name */ -{ yylhsminor.yy448 = createAlterTableAddModifyCol(pCxt, yymsp[-4].minor.yy448, TSDB_ALTER_TABLE_UPDATE_TAG_BYTES, &yymsp[-1].minor.yy113, yymsp[0].minor.yy728); } - yymsp[-4].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createAlterTableAddModifyCol(pCxt, yymsp[-4].minor.yy872, TSDB_ALTER_TABLE_UPDATE_TAG_BYTES, &yymsp[-1].minor.yy929, yymsp[0].minor.yy784); } + yymsp[-4].minor.yy872 = yylhsminor.yy872; break; case 160: /* alter_table_clause ::= full_table_name RENAME TAG column_name column_name */ -{ yylhsminor.yy448 = createAlterTableRenameCol(pCxt, yymsp[-4].minor.yy448, TSDB_ALTER_TABLE_UPDATE_TAG_NAME, &yymsp[-1].minor.yy113, &yymsp[0].minor.yy113); } - yymsp[-4].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createAlterTableRenameCol(pCxt, yymsp[-4].minor.yy872, TSDB_ALTER_TABLE_UPDATE_TAG_NAME, &yymsp[-1].minor.yy929, &yymsp[0].minor.yy929); } + yymsp[-4].minor.yy872 = yylhsminor.yy872; break; case 161: /* alter_table_clause ::= full_table_name SET TAG column_name NK_EQ signed_literal */ -{ yylhsminor.yy448 = createAlterTableSetTag(pCxt, yymsp[-5].minor.yy448, &yymsp[-2].minor.yy113, yymsp[0].minor.yy448); } - yymsp[-5].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createAlterTableSetTag(pCxt, yymsp[-5].minor.yy872, &yymsp[-2].minor.yy929, yymsp[0].minor.yy872); } + yymsp[-5].minor.yy872 = yylhsminor.yy872; break; case 163: /* multi_create_clause ::= multi_create_clause create_subtable_clause */ - case 454: /* when_then_list ::= when_then_list when_then_expr */ yytestcase(yyruleno==454); -{ yylhsminor.yy432 = addNodeToList(pCxt, yymsp[-1].minor.yy432, yymsp[0].minor.yy448); } - yymsp[-1].minor.yy432 = yylhsminor.yy432; + case 458: /* when_then_list ::= when_then_list when_then_expr */ yytestcase(yyruleno==458); +{ yylhsminor.yy664 = addNodeToList(pCxt, yymsp[-1].minor.yy664, yymsp[0].minor.yy872); } + yymsp[-1].minor.yy664 = yylhsminor.yy664; break; case 164: /* 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.yy448 = createCreateSubTableClause(pCxt, yymsp[-9].minor.yy369, yymsp[-8].minor.yy448, yymsp[-6].minor.yy448, yymsp[-5].minor.yy432, yymsp[-2].minor.yy432, yymsp[0].minor.yy448); } - yymsp[-9].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createCreateSubTableClause(pCxt, yymsp[-9].minor.yy857, yymsp[-8].minor.yy872, yymsp[-6].minor.yy872, yymsp[-5].minor.yy664, yymsp[-2].minor.yy664, yymsp[0].minor.yy872); } + yymsp[-9].minor.yy872 = yylhsminor.yy872; break; case 167: /* drop_table_clause ::= exists_opt full_table_name */ -{ yylhsminor.yy448 = createDropTableClause(pCxt, yymsp[-1].minor.yy369, yymsp[0].minor.yy448); } - yymsp[-1].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createDropTableClause(pCxt, yymsp[-1].minor.yy857, yymsp[0].minor.yy872); } + yymsp[-1].minor.yy872 = yylhsminor.yy872; break; case 168: /* specific_cols_opt ::= */ case 198: /* tags_def_opt ::= */ yytestcase(yyruleno==198); case 270: /* tag_list_opt ::= */ yytestcase(yyruleno==270); - case 326: /* col_list_opt ::= */ yytestcase(yyruleno==326); - case 328: /* tag_def_or_ref_opt ::= */ yytestcase(yyruleno==328); - case 517: /* partition_by_clause_opt ::= */ yytestcase(yyruleno==517); - case 542: /* group_by_clause_opt ::= */ yytestcase(yyruleno==542); - case 561: /* order_by_clause_opt ::= */ yytestcase(yyruleno==561); -{ yymsp[1].minor.yy432 = NULL; } + case 328: /* col_list_opt ::= */ yytestcase(yyruleno==328); + case 330: /* tag_def_or_ref_opt ::= */ yytestcase(yyruleno==330); + case 521: /* partition_by_clause_opt ::= */ yytestcase(yyruleno==521); + case 546: /* group_by_clause_opt ::= */ yytestcase(yyruleno==546); + case 565: /* order_by_clause_opt ::= */ yytestcase(yyruleno==565); +{ yymsp[1].minor.yy664 = NULL; } break; case 169: /* specific_cols_opt ::= NK_LP col_name_list NK_RP */ - case 327: /* col_list_opt ::= NK_LP col_name_list NK_RP */ yytestcase(yyruleno==327); -{ yymsp[-2].minor.yy432 = yymsp[-1].minor.yy432; } + case 329: /* col_list_opt ::= NK_LP col_name_list NK_RP */ yytestcase(yyruleno==329); +{ yymsp[-2].minor.yy664 = yymsp[-1].minor.yy664; } break; case 170: /* full_table_name ::= table_name */ -{ yylhsminor.yy448 = createRealTableNode(pCxt, NULL, &yymsp[0].minor.yy113, NULL); } - yymsp[0].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createRealTableNode(pCxt, NULL, &yymsp[0].minor.yy929, NULL); } + yymsp[0].minor.yy872 = yylhsminor.yy872; break; case 171: /* full_table_name ::= db_name NK_DOT table_name */ -{ yylhsminor.yy448 = createRealTableNode(pCxt, &yymsp[-2].minor.yy113, &yymsp[0].minor.yy113, NULL); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createRealTableNode(pCxt, &yymsp[-2].minor.yy929, &yymsp[0].minor.yy929, NULL); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 174: /* column_def ::= column_name type_name */ -{ yylhsminor.yy448 = createColumnDefNode(pCxt, &yymsp[-1].minor.yy113, yymsp[0].minor.yy728, NULL); } - yymsp[-1].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createColumnDefNode(pCxt, &yymsp[-1].minor.yy929, yymsp[0].minor.yy784, NULL); } + yymsp[-1].minor.yy872 = yylhsminor.yy872; break; case 175: /* type_name ::= BOOL */ -{ yymsp[0].minor.yy728 = createDataType(TSDB_DATA_TYPE_BOOL); } +{ yymsp[0].minor.yy784 = createDataType(TSDB_DATA_TYPE_BOOL); } break; case 176: /* type_name ::= TINYINT */ -{ yymsp[0].minor.yy728 = createDataType(TSDB_DATA_TYPE_TINYINT); } +{ yymsp[0].minor.yy784 = createDataType(TSDB_DATA_TYPE_TINYINT); } break; case 177: /* type_name ::= SMALLINT */ -{ yymsp[0].minor.yy728 = createDataType(TSDB_DATA_TYPE_SMALLINT); } +{ yymsp[0].minor.yy784 = createDataType(TSDB_DATA_TYPE_SMALLINT); } break; case 178: /* type_name ::= INT */ case 179: /* type_name ::= INTEGER */ yytestcase(yyruleno==179); -{ yymsp[0].minor.yy728 = createDataType(TSDB_DATA_TYPE_INT); } +{ yymsp[0].minor.yy784 = createDataType(TSDB_DATA_TYPE_INT); } break; case 180: /* type_name ::= BIGINT */ -{ yymsp[0].minor.yy728 = createDataType(TSDB_DATA_TYPE_BIGINT); } +{ yymsp[0].minor.yy784 = createDataType(TSDB_DATA_TYPE_BIGINT); } break; case 181: /* type_name ::= FLOAT */ -{ yymsp[0].minor.yy728 = createDataType(TSDB_DATA_TYPE_FLOAT); } +{ yymsp[0].minor.yy784 = createDataType(TSDB_DATA_TYPE_FLOAT); } break; case 182: /* type_name ::= DOUBLE */ -{ yymsp[0].minor.yy728 = createDataType(TSDB_DATA_TYPE_DOUBLE); } +{ yymsp[0].minor.yy784 = createDataType(TSDB_DATA_TYPE_DOUBLE); } break; case 183: /* type_name ::= BINARY NK_LP NK_INTEGER NK_RP */ -{ yymsp[-3].minor.yy728 = createVarLenDataType(TSDB_DATA_TYPE_BINARY, &yymsp[-1].minor.yy0); } +{ yymsp[-3].minor.yy784 = createVarLenDataType(TSDB_DATA_TYPE_BINARY, &yymsp[-1].minor.yy0); } break; case 184: /* type_name ::= TIMESTAMP */ -{ yymsp[0].minor.yy728 = createDataType(TSDB_DATA_TYPE_TIMESTAMP); } +{ yymsp[0].minor.yy784 = createDataType(TSDB_DATA_TYPE_TIMESTAMP); } break; case 185: /* type_name ::= NCHAR NK_LP NK_INTEGER NK_RP */ -{ yymsp[-3].minor.yy728 = createVarLenDataType(TSDB_DATA_TYPE_NCHAR, &yymsp[-1].minor.yy0); } +{ yymsp[-3].minor.yy784 = createVarLenDataType(TSDB_DATA_TYPE_NCHAR, &yymsp[-1].minor.yy0); } break; case 186: /* type_name ::= TINYINT UNSIGNED */ -{ yymsp[-1].minor.yy728 = createDataType(TSDB_DATA_TYPE_UTINYINT); } +{ yymsp[-1].minor.yy784 = createDataType(TSDB_DATA_TYPE_UTINYINT); } break; case 187: /* type_name ::= SMALLINT UNSIGNED */ -{ yymsp[-1].minor.yy728 = createDataType(TSDB_DATA_TYPE_USMALLINT); } +{ yymsp[-1].minor.yy784 = createDataType(TSDB_DATA_TYPE_USMALLINT); } break; case 188: /* type_name ::= INT UNSIGNED */ -{ yymsp[-1].minor.yy728 = createDataType(TSDB_DATA_TYPE_UINT); } +{ yymsp[-1].minor.yy784 = createDataType(TSDB_DATA_TYPE_UINT); } break; case 189: /* type_name ::= BIGINT UNSIGNED */ -{ yymsp[-1].minor.yy728 = createDataType(TSDB_DATA_TYPE_UBIGINT); } +{ yymsp[-1].minor.yy784 = createDataType(TSDB_DATA_TYPE_UBIGINT); } break; case 190: /* type_name ::= JSON */ -{ yymsp[0].minor.yy728 = createDataType(TSDB_DATA_TYPE_JSON); } +{ yymsp[0].minor.yy784 = createDataType(TSDB_DATA_TYPE_JSON); } break; case 191: /* type_name ::= VARCHAR NK_LP NK_INTEGER NK_RP */ -{ yymsp[-3].minor.yy728 = createVarLenDataType(TSDB_DATA_TYPE_VARCHAR, &yymsp[-1].minor.yy0); } +{ yymsp[-3].minor.yy784 = createVarLenDataType(TSDB_DATA_TYPE_VARCHAR, &yymsp[-1].minor.yy0); } break; case 192: /* type_name ::= MEDIUMBLOB */ -{ yymsp[0].minor.yy728 = createDataType(TSDB_DATA_TYPE_MEDIUMBLOB); } +{ yymsp[0].minor.yy784 = createDataType(TSDB_DATA_TYPE_MEDIUMBLOB); } break; case 193: /* type_name ::= BLOB */ -{ yymsp[0].minor.yy728 = createDataType(TSDB_DATA_TYPE_BLOB); } +{ yymsp[0].minor.yy784 = createDataType(TSDB_DATA_TYPE_BLOB); } break; case 194: /* type_name ::= VARBINARY NK_LP NK_INTEGER NK_RP */ -{ yymsp[-3].minor.yy728 = createVarLenDataType(TSDB_DATA_TYPE_VARBINARY, &yymsp[-1].minor.yy0); } +{ yymsp[-3].minor.yy784 = createVarLenDataType(TSDB_DATA_TYPE_VARBINARY, &yymsp[-1].minor.yy0); } break; case 195: /* type_name ::= DECIMAL */ -{ yymsp[0].minor.yy728 = createDataType(TSDB_DATA_TYPE_DECIMAL); } +{ yymsp[0].minor.yy784 = createDataType(TSDB_DATA_TYPE_DECIMAL); } break; case 196: /* type_name ::= DECIMAL NK_LP NK_INTEGER NK_RP */ -{ yymsp[-3].minor.yy728 = createDataType(TSDB_DATA_TYPE_DECIMAL); } +{ yymsp[-3].minor.yy784 = createDataType(TSDB_DATA_TYPE_DECIMAL); } break; case 197: /* type_name ::= DECIMAL NK_LP NK_INTEGER NK_COMMA NK_INTEGER NK_RP */ -{ yymsp[-5].minor.yy728 = createDataType(TSDB_DATA_TYPE_DECIMAL); } +{ yymsp[-5].minor.yy784 = createDataType(TSDB_DATA_TYPE_DECIMAL); } break; case 199: /* tags_def_opt ::= tags_def */ - case 329: /* tag_def_or_ref_opt ::= tags_def */ yytestcase(yyruleno==329); - case 446: /* star_func_para_list ::= other_para_list */ yytestcase(yyruleno==446); -{ yylhsminor.yy432 = yymsp[0].minor.yy432; } - yymsp[0].minor.yy432 = yylhsminor.yy432; + case 331: /* tag_def_or_ref_opt ::= tags_def */ yytestcase(yyruleno==331); + case 450: /* star_func_para_list ::= other_para_list */ yytestcase(yyruleno==450); +{ yylhsminor.yy664 = yymsp[0].minor.yy664; } + yymsp[0].minor.yy664 = yylhsminor.yy664; break; case 200: /* tags_def ::= TAGS NK_LP column_def_list NK_RP */ - case 330: /* tag_def_or_ref_opt ::= TAGS NK_LP col_name_list NK_RP */ yytestcase(yyruleno==330); -{ yymsp[-3].minor.yy432 = yymsp[-1].minor.yy432; } + case 332: /* tag_def_or_ref_opt ::= TAGS NK_LP col_name_list NK_RP */ yytestcase(yyruleno==332); +{ yymsp[-3].minor.yy664 = yymsp[-1].minor.yy664; } break; case 201: /* table_options ::= */ -{ yymsp[1].minor.yy448 = createDefaultTableOptions(pCxt); } +{ yymsp[1].minor.yy872 = createDefaultTableOptions(pCxt); } break; case 202: /* table_options ::= table_options COMMENT NK_STRING */ -{ yylhsminor.yy448 = setTableOption(pCxt, yymsp[-2].minor.yy448, TABLE_OPTION_COMMENT, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setTableOption(pCxt, yymsp[-2].minor.yy872, TABLE_OPTION_COMMENT, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 203: /* table_options ::= table_options MAX_DELAY duration_list */ -{ yylhsminor.yy448 = setTableOption(pCxt, yymsp[-2].minor.yy448, TABLE_OPTION_MAXDELAY, yymsp[0].minor.yy432); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setTableOption(pCxt, yymsp[-2].minor.yy872, TABLE_OPTION_MAXDELAY, yymsp[0].minor.yy664); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 204: /* table_options ::= table_options WATERMARK duration_list */ -{ yylhsminor.yy448 = setTableOption(pCxt, yymsp[-2].minor.yy448, TABLE_OPTION_WATERMARK, yymsp[0].minor.yy432); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setTableOption(pCxt, yymsp[-2].minor.yy872, TABLE_OPTION_WATERMARK, yymsp[0].minor.yy664); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 205: /* table_options ::= table_options ROLLUP NK_LP rollup_func_list NK_RP */ -{ yylhsminor.yy448 = setTableOption(pCxt, yymsp[-4].minor.yy448, TABLE_OPTION_ROLLUP, yymsp[-1].minor.yy432); } - yymsp[-4].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setTableOption(pCxt, yymsp[-4].minor.yy872, TABLE_OPTION_ROLLUP, yymsp[-1].minor.yy664); } + yymsp[-4].minor.yy872 = yylhsminor.yy872; break; case 206: /* table_options ::= table_options TTL NK_INTEGER */ -{ yylhsminor.yy448 = setTableOption(pCxt, yymsp[-2].minor.yy448, TABLE_OPTION_TTL, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setTableOption(pCxt, yymsp[-2].minor.yy872, TABLE_OPTION_TTL, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 207: /* table_options ::= table_options SMA NK_LP col_name_list NK_RP */ -{ yylhsminor.yy448 = setTableOption(pCxt, yymsp[-4].minor.yy448, TABLE_OPTION_SMA, yymsp[-1].minor.yy432); } - yymsp[-4].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setTableOption(pCxt, yymsp[-4].minor.yy872, TABLE_OPTION_SMA, yymsp[-1].minor.yy664); } + yymsp[-4].minor.yy872 = yylhsminor.yy872; break; case 208: /* table_options ::= table_options DELETE_MARK duration_list */ -{ yylhsminor.yy448 = setTableOption(pCxt, yymsp[-2].minor.yy448, TABLE_OPTION_DELETE_MARK, yymsp[0].minor.yy432); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setTableOption(pCxt, yymsp[-2].minor.yy872, TABLE_OPTION_DELETE_MARK, yymsp[0].minor.yy664); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 209: /* alter_table_options ::= alter_table_option */ -{ yylhsminor.yy448 = createAlterTableOptions(pCxt); yylhsminor.yy448 = setTableOption(pCxt, yylhsminor.yy448, yymsp[0].minor.yy53.type, &yymsp[0].minor.yy53.val); } - yymsp[0].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createAlterTableOptions(pCxt); yylhsminor.yy872 = setTableOption(pCxt, yylhsminor.yy872, yymsp[0].minor.yy605.type, &yymsp[0].minor.yy605.val); } + yymsp[0].minor.yy872 = yylhsminor.yy872; break; case 210: /* alter_table_options ::= alter_table_options alter_table_option */ -{ yylhsminor.yy448 = setTableOption(pCxt, yymsp[-1].minor.yy448, yymsp[0].minor.yy53.type, &yymsp[0].minor.yy53.val); } - yymsp[-1].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setTableOption(pCxt, yymsp[-1].minor.yy872, yymsp[0].minor.yy605.type, &yymsp[0].minor.yy605.val); } + yymsp[-1].minor.yy872 = yylhsminor.yy872; break; case 211: /* alter_table_option ::= COMMENT NK_STRING */ -{ yymsp[-1].minor.yy53.type = TABLE_OPTION_COMMENT; yymsp[-1].minor.yy53.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy605.type = TABLE_OPTION_COMMENT; yymsp[-1].minor.yy605.val = yymsp[0].minor.yy0; } break; case 212: /* alter_table_option ::= TTL NK_INTEGER */ -{ yymsp[-1].minor.yy53.type = TABLE_OPTION_TTL; yymsp[-1].minor.yy53.val = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy605.type = TABLE_OPTION_TTL; yymsp[-1].minor.yy605.val = yymsp[0].minor.yy0; } break; case 213: /* duration_list ::= duration_literal */ - case 410: /* expression_list ::= expr_or_subquery */ yytestcase(yyruleno==410); -{ yylhsminor.yy432 = createNodeList(pCxt, releaseRawExprNode(pCxt, yymsp[0].minor.yy448)); } - yymsp[0].minor.yy432 = yylhsminor.yy432; + case 414: /* expression_list ::= expr_or_subquery */ yytestcase(yyruleno==414); +{ yylhsminor.yy664 = createNodeList(pCxt, releaseRawExprNode(pCxt, yymsp[0].minor.yy872)); } + yymsp[0].minor.yy664 = yylhsminor.yy664; break; case 214: /* duration_list ::= duration_list NK_COMMA duration_literal */ - case 411: /* expression_list ::= expression_list NK_COMMA expr_or_subquery */ yytestcase(yyruleno==411); -{ yylhsminor.yy432 = addNodeToList(pCxt, yymsp[-2].minor.yy432, releaseRawExprNode(pCxt, yymsp[0].minor.yy448)); } - yymsp[-2].minor.yy432 = yylhsminor.yy432; + case 415: /* expression_list ::= expression_list NK_COMMA expr_or_subquery */ yytestcase(yyruleno==415); +{ yylhsminor.yy664 = addNodeToList(pCxt, yymsp[-2].minor.yy664, releaseRawExprNode(pCxt, yymsp[0].minor.yy872)); } + yymsp[-2].minor.yy664 = yylhsminor.yy664; break; case 217: /* rollup_func_name ::= function_name */ -{ yylhsminor.yy448 = createFunctionNode(pCxt, &yymsp[0].minor.yy113, NULL); } - yymsp[0].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createFunctionNode(pCxt, &yymsp[0].minor.yy929, NULL); } + yymsp[0].minor.yy872 = yylhsminor.yy872; break; case 218: /* rollup_func_name ::= FIRST */ case 219: /* rollup_func_name ::= LAST */ yytestcase(yyruleno==219); case 274: /* tag_item ::= QTAGS */ yytestcase(yyruleno==274); -{ yylhsminor.yy448 = createFunctionNode(pCxt, &yymsp[0].minor.yy0, NULL); } - yymsp[0].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createFunctionNode(pCxt, &yymsp[0].minor.yy0, NULL); } + yymsp[0].minor.yy872 = yylhsminor.yy872; break; case 222: /* col_name ::= column_name */ case 275: /* tag_item ::= column_name */ yytestcase(yyruleno==275); -{ yylhsminor.yy448 = createColumnNode(pCxt, NULL, &yymsp[0].minor.yy113); } - yymsp[0].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createColumnNode(pCxt, NULL, &yymsp[0].minor.yy929); } + yymsp[0].minor.yy872 = yylhsminor.yy872; break; case 223: /* cmd ::= SHOW DNODES */ { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_DNODES_STMT); } @@ -4577,13 +4627,13 @@ static YYACTIONTYPE yy_reduce( { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_DATABASES_STMT); } break; case 227: /* cmd ::= SHOW db_name_cond_opt TABLES like_pattern_opt */ -{ pCxt->pRootNode = createShowStmtWithCond(pCxt, QUERY_NODE_SHOW_TABLES_STMT, yymsp[-2].minor.yy448, yymsp[0].minor.yy448, OP_TYPE_LIKE); } +{ pCxt->pRootNode = createShowStmtWithCond(pCxt, QUERY_NODE_SHOW_TABLES_STMT, yymsp[-2].minor.yy872, yymsp[0].minor.yy872, OP_TYPE_LIKE); } break; case 228: /* cmd ::= SHOW db_name_cond_opt STABLES like_pattern_opt */ -{ pCxt->pRootNode = createShowStmtWithCond(pCxt, QUERY_NODE_SHOW_STABLES_STMT, yymsp[-2].minor.yy448, yymsp[0].minor.yy448, OP_TYPE_LIKE); } +{ pCxt->pRootNode = createShowStmtWithCond(pCxt, QUERY_NODE_SHOW_STABLES_STMT, yymsp[-2].minor.yy872, yymsp[0].minor.yy872, OP_TYPE_LIKE); } break; case 229: /* cmd ::= SHOW db_name_cond_opt VGROUPS */ -{ pCxt->pRootNode = createShowStmtWithCond(pCxt, QUERY_NODE_SHOW_VGROUPS_STMT, yymsp[-1].minor.yy448, NULL, OP_TYPE_LIKE); } +{ pCxt->pRootNode = createShowStmtWithCond(pCxt, QUERY_NODE_SHOW_VGROUPS_STMT, yymsp[-1].minor.yy872, NULL, OP_TYPE_LIKE); } break; case 230: /* cmd ::= SHOW MNODES */ { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_MNODES_STMT); } @@ -4595,7 +4645,7 @@ static YYACTIONTYPE yy_reduce( { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_FUNCTIONS_STMT); } break; case 233: /* cmd ::= SHOW INDEXES FROM table_name_cond from_db_opt */ -{ pCxt->pRootNode = createShowStmtWithCond(pCxt, QUERY_NODE_SHOW_INDEXES_STMT, yymsp[0].minor.yy448, yymsp[-1].minor.yy448, OP_TYPE_EQUAL); } +{ pCxt->pRootNode = createShowStmtWithCond(pCxt, QUERY_NODE_SHOW_INDEXES_STMT, yymsp[0].minor.yy872, yymsp[-1].minor.yy872, OP_TYPE_EQUAL); } break; case 234: /* cmd ::= SHOW STREAMS */ { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_STREAMS_STMT); } @@ -4614,13 +4664,13 @@ static YYACTIONTYPE yy_reduce( { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_LICENCES_STMT); } break; case 240: /* cmd ::= SHOW CREATE DATABASE db_name */ -{ pCxt->pRootNode = createShowCreateDatabaseStmt(pCxt, &yymsp[0].minor.yy113); } +{ pCxt->pRootNode = createShowCreateDatabaseStmt(pCxt, &yymsp[0].minor.yy929); } break; case 241: /* cmd ::= SHOW CREATE TABLE full_table_name */ -{ pCxt->pRootNode = createShowCreateTableStmt(pCxt, QUERY_NODE_SHOW_CREATE_TABLE_STMT, yymsp[0].minor.yy448); } +{ pCxt->pRootNode = createShowCreateTableStmt(pCxt, QUERY_NODE_SHOW_CREATE_TABLE_STMT, yymsp[0].minor.yy872); } break; case 242: /* cmd ::= SHOW CREATE STABLE full_table_name */ -{ pCxt->pRootNode = createShowCreateTableStmt(pCxt, QUERY_NODE_SHOW_CREATE_STABLE_STMT, yymsp[0].minor.yy448); } +{ pCxt->pRootNode = createShowCreateTableStmt(pCxt, QUERY_NODE_SHOW_CREATE_STABLE_STMT, yymsp[0].minor.yy872); } break; case 243: /* cmd ::= SHOW QUERIES */ { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_QUERIES_STMT); } @@ -4639,7 +4689,7 @@ static YYACTIONTYPE yy_reduce( { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_LOCAL_VARIABLES_STMT); } break; case 249: /* 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.yy448); } +{ pCxt->pRootNode = createShowDnodeVariablesStmt(pCxt, createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &yymsp[-2].minor.yy0), yymsp[0].minor.yy872); } break; case 250: /* cmd ::= SHOW BNODES */ { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_BNODES_STMT); } @@ -4654,7 +4704,7 @@ static YYACTIONTYPE yy_reduce( { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_TRANSACTIONS_STMT); } break; case 254: /* cmd ::= SHOW TABLE DISTRIBUTED full_table_name */ -{ pCxt->pRootNode = createShowTableDistributedStmt(pCxt, yymsp[0].minor.yy448); } +{ pCxt->pRootNode = createShowTableDistributedStmt(pCxt, yymsp[0].minor.yy872); } break; case 255: /* cmd ::= SHOW CONSUMERS */ { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_CONSUMERS_STMT); } @@ -4663,10 +4713,10 @@ static YYACTIONTYPE yy_reduce( { pCxt->pRootNode = createShowStmt(pCxt, QUERY_NODE_SHOW_SUBSCRIPTIONS_STMT); } break; case 257: /* cmd ::= SHOW TAGS FROM table_name_cond from_db_opt */ -{ pCxt->pRootNode = createShowStmtWithCond(pCxt, QUERY_NODE_SHOW_TAGS_STMT, yymsp[0].minor.yy448, yymsp[-1].minor.yy448, OP_TYPE_EQUAL); } +{ pCxt->pRootNode = createShowStmtWithCond(pCxt, QUERY_NODE_SHOW_TAGS_STMT, yymsp[0].minor.yy872, yymsp[-1].minor.yy872, OP_TYPE_EQUAL); } break; case 258: /* cmd ::= SHOW TABLE TAGS tag_list_opt FROM table_name_cond from_db_opt */ -{ pCxt->pRootNode = createShowTableTagsStmt(pCxt, yymsp[-1].minor.yy448, yymsp[0].minor.yy448, yymsp[-3].minor.yy432); } +{ pCxt->pRootNode = createShowTableTagsStmt(pCxt, yymsp[-1].minor.yy872, yymsp[0].minor.yy872, yymsp[-3].minor.yy664); } break; case 259: /* cmd ::= SHOW VNODES NK_INTEGER */ { pCxt->pRootNode = createShowVnodesStmt(pCxt, createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &yymsp[0].minor.yy0), NULL); } @@ -4675,764 +4725,770 @@ static YYACTIONTYPE yy_reduce( { pCxt->pRootNode = createShowVnodesStmt(pCxt, NULL, createValueNode(pCxt, TSDB_DATA_TYPE_VARCHAR, &yymsp[0].minor.yy0)); } break; case 261: /* cmd ::= SHOW db_name_cond_opt ALIVE */ -{ pCxt->pRootNode = createShowAliveStmt(pCxt, yymsp[-1].minor.yy448, QUERY_NODE_SHOW_DB_ALIVE_STMT); } +{ pCxt->pRootNode = createShowAliveStmt(pCxt, yymsp[-1].minor.yy872, QUERY_NODE_SHOW_DB_ALIVE_STMT); } break; case 262: /* cmd ::= SHOW CLUSTER ALIVE */ { pCxt->pRootNode = createShowAliveStmt(pCxt, NULL, QUERY_NODE_SHOW_CLUSTER_ALIVE_STMT); } break; case 263: /* db_name_cond_opt ::= */ case 268: /* from_db_opt ::= */ yytestcase(yyruleno==268); -{ yymsp[1].minor.yy448 = createDefaultDatabaseCondValue(pCxt); } +{ yymsp[1].minor.yy872 = createDefaultDatabaseCondValue(pCxt); } break; case 264: /* db_name_cond_opt ::= db_name NK_DOT */ -{ yylhsminor.yy448 = createIdentifierValueNode(pCxt, &yymsp[-1].minor.yy113); } - yymsp[-1].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createIdentifierValueNode(pCxt, &yymsp[-1].minor.yy929); } + yymsp[-1].minor.yy872 = yylhsminor.yy872; break; case 266: /* like_pattern_opt ::= LIKE NK_STRING */ -{ yymsp[-1].minor.yy448 = createValueNode(pCxt, TSDB_DATA_TYPE_BINARY, &yymsp[0].minor.yy0); } +{ yymsp[-1].minor.yy872 = createValueNode(pCxt, TSDB_DATA_TYPE_BINARY, &yymsp[0].minor.yy0); } break; case 267: /* table_name_cond ::= table_name */ -{ yylhsminor.yy448 = createIdentifierValueNode(pCxt, &yymsp[0].minor.yy113); } - yymsp[0].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createIdentifierValueNode(pCxt, &yymsp[0].minor.yy929); } + yymsp[0].minor.yy872 = yylhsminor.yy872; break; case 269: /* from_db_opt ::= FROM db_name */ -{ yymsp[-1].minor.yy448 = createIdentifierValueNode(pCxt, &yymsp[0].minor.yy113); } +{ yymsp[-1].minor.yy872 = createIdentifierValueNode(pCxt, &yymsp[0].minor.yy929); } break; case 273: /* tag_item ::= TBNAME */ -{ yylhsminor.yy448 = setProjectionAlias(pCxt, createFunctionNode(pCxt, &yymsp[0].minor.yy0, NULL), &yymsp[0].minor.yy0); } - yymsp[0].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setProjectionAlias(pCxt, createFunctionNode(pCxt, &yymsp[0].minor.yy0, NULL), &yymsp[0].minor.yy0); } + yymsp[0].minor.yy872 = yylhsminor.yy872; break; case 276: /* tag_item ::= column_name column_alias */ -{ yylhsminor.yy448 = setProjectionAlias(pCxt, createColumnNode(pCxt, NULL, &yymsp[-1].minor.yy113), &yymsp[0].minor.yy113); } - yymsp[-1].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setProjectionAlias(pCxt, createColumnNode(pCxt, NULL, &yymsp[-1].minor.yy929), &yymsp[0].minor.yy929); } + yymsp[-1].minor.yy872 = yylhsminor.yy872; break; case 277: /* tag_item ::= column_name AS column_alias */ -{ yylhsminor.yy448 = setProjectionAlias(pCxt, createColumnNode(pCxt, NULL, &yymsp[-2].minor.yy113), &yymsp[0].minor.yy113); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setProjectionAlias(pCxt, createColumnNode(pCxt, NULL, &yymsp[-2].minor.yy929), &yymsp[0].minor.yy929); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 278: /* 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.yy369, yymsp[-3].minor.yy448, yymsp[-1].minor.yy448, NULL, yymsp[0].minor.yy448); } +{ pCxt->pRootNode = createCreateIndexStmt(pCxt, INDEX_TYPE_SMA, yymsp[-4].minor.yy857, yymsp[-3].minor.yy872, yymsp[-1].minor.yy872, NULL, yymsp[0].minor.yy872); } break; case 279: /* 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.yy369, yymsp[-5].minor.yy448, yymsp[-3].minor.yy448, yymsp[-1].minor.yy432, NULL); } +{ pCxt->pRootNode = createCreateIndexStmt(pCxt, INDEX_TYPE_NORMAL, yymsp[-6].minor.yy857, yymsp[-5].minor.yy872, yymsp[-3].minor.yy872, yymsp[-1].minor.yy664, NULL); } break; case 280: /* cmd ::= DROP INDEX exists_opt full_index_name */ -{ pCxt->pRootNode = createDropIndexStmt(pCxt, yymsp[-1].minor.yy369, yymsp[0].minor.yy448); } +{ pCxt->pRootNode = createDropIndexStmt(pCxt, yymsp[-1].minor.yy857, yymsp[0].minor.yy872); } break; case 281: /* full_index_name ::= index_name */ -{ yylhsminor.yy448 = createRealTableNodeForIndexName(pCxt, NULL, &yymsp[0].minor.yy113); } - yymsp[0].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createRealTableNodeForIndexName(pCxt, NULL, &yymsp[0].minor.yy929); } + yymsp[0].minor.yy872 = yylhsminor.yy872; break; case 282: /* full_index_name ::= db_name NK_DOT index_name */ -{ yylhsminor.yy448 = createRealTableNodeForIndexName(pCxt, &yymsp[-2].minor.yy113, &yymsp[0].minor.yy113); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createRealTableNodeForIndexName(pCxt, &yymsp[-2].minor.yy929, &yymsp[0].minor.yy929); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 283: /* index_options ::= FUNCTION NK_LP func_list NK_RP INTERVAL NK_LP duration_literal NK_RP sliding_opt sma_stream_opt */ -{ yymsp[-9].minor.yy448 = createIndexOption(pCxt, yymsp[-7].minor.yy432, releaseRawExprNode(pCxt, yymsp[-3].minor.yy448), NULL, yymsp[-1].minor.yy448, yymsp[0].minor.yy448); } +{ yymsp[-9].minor.yy872 = createIndexOption(pCxt, yymsp[-7].minor.yy664, releaseRawExprNode(pCxt, yymsp[-3].minor.yy872), NULL, yymsp[-1].minor.yy872, yymsp[0].minor.yy872); } break; case 284: /* 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.yy448 = createIndexOption(pCxt, yymsp[-9].minor.yy432, releaseRawExprNode(pCxt, yymsp[-5].minor.yy448), releaseRawExprNode(pCxt, yymsp[-3].minor.yy448), yymsp[-1].minor.yy448, yymsp[0].minor.yy448); } +{ yymsp[-11].minor.yy872 = createIndexOption(pCxt, yymsp[-9].minor.yy664, releaseRawExprNode(pCxt, yymsp[-5].minor.yy872), releaseRawExprNode(pCxt, yymsp[-3].minor.yy872), yymsp[-1].minor.yy872, yymsp[0].minor.yy872); } break; case 287: /* func ::= sma_func_name NK_LP expression_list NK_RP */ -{ yylhsminor.yy448 = createFunctionNode(pCxt, &yymsp[-3].minor.yy113, yymsp[-1].minor.yy432); } - yymsp[-3].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = createFunctionNode(pCxt, &yymsp[-3].minor.yy929, yymsp[-1].minor.yy664); } + yymsp[-3].minor.yy872 = yylhsminor.yy872; break; case 288: /* sma_func_name ::= function_name */ - case 497: /* alias_opt ::= table_alias */ yytestcase(yyruleno==497); -{ yylhsminor.yy113 = yymsp[0].minor.yy113; } - yymsp[0].minor.yy113 = yylhsminor.yy113; + case 501: /* alias_opt ::= table_alias */ yytestcase(yyruleno==501); +{ yylhsminor.yy929 = yymsp[0].minor.yy929; } + yymsp[0].minor.yy929 = yylhsminor.yy929; break; case 293: /* sma_stream_opt ::= */ - case 331: /* stream_options ::= */ yytestcase(yyruleno==331); -{ yymsp[1].minor.yy448 = createStreamOptions(pCxt); } + case 333: /* stream_options ::= */ yytestcase(yyruleno==333); +{ yymsp[1].minor.yy872 = createStreamOptions(pCxt); } break; case 294: /* sma_stream_opt ::= sma_stream_opt WATERMARK duration_literal */ -{ ((SStreamOptions*)yymsp[-2].minor.yy448)->pWatermark = releaseRawExprNode(pCxt, yymsp[0].minor.yy448); yylhsminor.yy448 = yymsp[-2].minor.yy448; } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ ((SStreamOptions*)yymsp[-2].minor.yy872)->pWatermark = releaseRawExprNode(pCxt, yymsp[0].minor.yy872); yylhsminor.yy872 = yymsp[-2].minor.yy872; } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 295: /* sma_stream_opt ::= sma_stream_opt MAX_DELAY duration_literal */ -{ ((SStreamOptions*)yymsp[-2].minor.yy448)->pDelay = releaseRawExprNode(pCxt, yymsp[0].minor.yy448); yylhsminor.yy448 = yymsp[-2].minor.yy448; } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ ((SStreamOptions*)yymsp[-2].minor.yy872)->pDelay = releaseRawExprNode(pCxt, yymsp[0].minor.yy872); yylhsminor.yy872 = yymsp[-2].minor.yy872; } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 296: /* sma_stream_opt ::= sma_stream_opt DELETE_MARK duration_literal */ -{ ((SStreamOptions*)yymsp[-2].minor.yy448)->pDeleteMark = releaseRawExprNode(pCxt, yymsp[0].minor.yy448); yylhsminor.yy448 = yymsp[-2].minor.yy448; } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ ((SStreamOptions*)yymsp[-2].minor.yy872)->pDeleteMark = releaseRawExprNode(pCxt, yymsp[0].minor.yy872); yylhsminor.yy872 = yymsp[-2].minor.yy872; } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 297: /* cmd ::= CREATE TOPIC not_exists_opt topic_name AS query_or_subquery */ -{ pCxt->pRootNode = createCreateTopicStmtUseQuery(pCxt, yymsp[-3].minor.yy369, &yymsp[-2].minor.yy113, yymsp[0].minor.yy448); } +{ pCxt->pRootNode = createCreateTopicStmtUseQuery(pCxt, yymsp[-3].minor.yy857, &yymsp[-2].minor.yy929, yymsp[0].minor.yy872); } break; case 298: /* cmd ::= CREATE TOPIC not_exists_opt topic_name AS DATABASE db_name */ -{ pCxt->pRootNode = createCreateTopicStmtUseDb(pCxt, yymsp[-4].minor.yy369, &yymsp[-3].minor.yy113, &yymsp[0].minor.yy113, false); } +{ pCxt->pRootNode = createCreateTopicStmtUseDb(pCxt, yymsp[-4].minor.yy857, &yymsp[-3].minor.yy929, &yymsp[0].minor.yy929, false); } break; case 299: /* cmd ::= CREATE TOPIC not_exists_opt topic_name WITH META AS DATABASE db_name */ -{ pCxt->pRootNode = createCreateTopicStmtUseDb(pCxt, yymsp[-6].minor.yy369, &yymsp[-5].minor.yy113, &yymsp[0].minor.yy113, true); } +{ pCxt->pRootNode = createCreateTopicStmtUseDb(pCxt, yymsp[-6].minor.yy857, &yymsp[-5].minor.yy929, &yymsp[0].minor.yy929, true); } break; case 300: /* cmd ::= CREATE TOPIC not_exists_opt topic_name AS STABLE full_table_name */ -{ pCxt->pRootNode = createCreateTopicStmtUseTable(pCxt, yymsp[-4].minor.yy369, &yymsp[-3].minor.yy113, yymsp[0].minor.yy448, false); } +{ pCxt->pRootNode = createCreateTopicStmtUseTable(pCxt, yymsp[-4].minor.yy857, &yymsp[-3].minor.yy929, yymsp[0].minor.yy872, false); } break; case 301: /* cmd ::= CREATE TOPIC not_exists_opt topic_name WITH META AS STABLE full_table_name */ -{ pCxt->pRootNode = createCreateTopicStmtUseTable(pCxt, yymsp[-6].minor.yy369, &yymsp[-5].minor.yy113, yymsp[0].minor.yy448, true); } +{ pCxt->pRootNode = createCreateTopicStmtUseTable(pCxt, yymsp[-6].minor.yy857, &yymsp[-5].minor.yy929, yymsp[0].minor.yy872, true); } break; case 302: /* cmd ::= DROP TOPIC exists_opt topic_name */ -{ pCxt->pRootNode = createDropTopicStmt(pCxt, yymsp[-1].minor.yy369, &yymsp[0].minor.yy113); } +{ pCxt->pRootNode = createDropTopicStmt(pCxt, yymsp[-1].minor.yy857, &yymsp[0].minor.yy929); } break; case 303: /* cmd ::= DROP CONSUMER GROUP exists_opt cgroup_name ON topic_name */ -{ pCxt->pRootNode = createDropCGroupStmt(pCxt, yymsp[-3].minor.yy369, &yymsp[-2].minor.yy113, &yymsp[0].minor.yy113); } +{ pCxt->pRootNode = createDropCGroupStmt(pCxt, yymsp[-3].minor.yy857, &yymsp[-2].minor.yy929, &yymsp[0].minor.yy929); } break; case 304: /* cmd ::= DESC full_table_name */ case 305: /* cmd ::= DESCRIBE full_table_name */ yytestcase(yyruleno==305); -{ pCxt->pRootNode = createDescribeStmt(pCxt, yymsp[0].minor.yy448); } +{ pCxt->pRootNode = createDescribeStmt(pCxt, yymsp[0].minor.yy872); } break; case 306: /* cmd ::= RESET QUERY CACHE */ { pCxt->pRootNode = createResetQueryCacheStmt(pCxt); } break; case 307: /* cmd ::= EXPLAIN analyze_opt explain_options query_or_subquery */ case 308: /* cmd ::= EXPLAIN analyze_opt explain_options insert_query */ yytestcase(yyruleno==308); -{ pCxt->pRootNode = createExplainStmt(pCxt, yymsp[-2].minor.yy369, yymsp[-1].minor.yy448, yymsp[0].minor.yy448); } +{ pCxt->pRootNode = createExplainStmt(pCxt, yymsp[-2].minor.yy857, yymsp[-1].minor.yy872, yymsp[0].minor.yy872); } break; case 311: /* explain_options ::= */ -{ yymsp[1].minor.yy448 = createDefaultExplainOptions(pCxt); } +{ yymsp[1].minor.yy872 = createDefaultExplainOptions(pCxt); } break; case 312: /* explain_options ::= explain_options VERBOSE NK_BOOL */ -{ yylhsminor.yy448 = setExplainVerbose(pCxt, yymsp[-2].minor.yy448, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setExplainVerbose(pCxt, yymsp[-2].minor.yy872, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 313: /* explain_options ::= explain_options RATIO NK_FLOAT */ -{ yylhsminor.yy448 = setExplainRatio(pCxt, yymsp[-2].minor.yy448, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; +{ yylhsminor.yy872 = setExplainRatio(pCxt, yymsp[-2].minor.yy872, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; case 314: /* 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.yy369, yymsp[-9].minor.yy369, &yymsp[-6].minor.yy113, &yymsp[-4].minor.yy0, yymsp[-2].minor.yy728, yymsp[-1].minor.yy788, &yymsp[0].minor.yy113, yymsp[-10].minor.yy369); } +{ pCxt->pRootNode = createCreateFunctionStmt(pCxt, yymsp[-7].minor.yy857, yymsp[-9].minor.yy857, &yymsp[-6].minor.yy929, &yymsp[-4].minor.yy0, yymsp[-2].minor.yy784, yymsp[-1].minor.yy580, &yymsp[0].minor.yy929, yymsp[-10].minor.yy857); } break; case 315: /* cmd ::= DROP FUNCTION exists_opt function_name */ -{ pCxt->pRootNode = createDropFunctionStmt(pCxt, yymsp[-1].minor.yy369, &yymsp[0].minor.yy113); } +{ pCxt->pRootNode = createDropFunctionStmt(pCxt, yymsp[-1].minor.yy857, &yymsp[0].minor.yy929); } break; case 320: /* language_opt ::= */ -{ yymsp[1].minor.yy113 = nil_token; } +{ yymsp[1].minor.yy929 = nil_token; } break; case 321: /* language_opt ::= LANGUAGE NK_STRING */ -{ yymsp[-1].minor.yy113 = yymsp[0].minor.yy0; } +{ yymsp[-1].minor.yy929 = yymsp[0].minor.yy0; } break; case 324: /* 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.yy369, &yymsp[-8].minor.yy113, yymsp[-5].minor.yy448, yymsp[-7].minor.yy448, yymsp[-3].minor.yy432, yymsp[-2].minor.yy448, yymsp[0].minor.yy448, yymsp[-4].minor.yy432); } +{ pCxt->pRootNode = createCreateStreamStmt(pCxt, yymsp[-9].minor.yy857, &yymsp[-8].minor.yy929, yymsp[-5].minor.yy872, yymsp[-7].minor.yy872, yymsp[-3].minor.yy664, yymsp[-2].minor.yy872, yymsp[0].minor.yy872, yymsp[-4].minor.yy664); } break; case 325: /* cmd ::= DROP STREAM exists_opt stream_name */ -{ pCxt->pRootNode = createDropStreamStmt(pCxt, yymsp[-1].minor.yy369, &yymsp[0].minor.yy113); } +{ pCxt->pRootNode = createDropStreamStmt(pCxt, yymsp[-1].minor.yy857, &yymsp[0].minor.yy929); } + break; + case 326: /* cmd ::= PAUSE STREAM exists_opt stream_name */ +{ pCxt->pRootNode = createPauseStreamStmt(pCxt, yymsp[-1].minor.yy857, &yymsp[0].minor.yy929); } + break; + case 327: /* cmd ::= RESUME STREAM exists_opt ignore_opt stream_name */ +{ pCxt->pRootNode = createResumeStreamStmt(pCxt, yymsp[-2].minor.yy857, yymsp[-1].minor.yy857, &yymsp[0].minor.yy929); } break; - case 332: /* stream_options ::= stream_options TRIGGER AT_ONCE */ - case 333: /* stream_options ::= stream_options TRIGGER WINDOW_CLOSE */ yytestcase(yyruleno==333); -{ yylhsminor.yy448 = setStreamOptions(pCxt, yymsp[-2].minor.yy448, SOPT_TRIGGER_TYPE_SET, &yymsp[0].minor.yy0, NULL); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; + case 334: /* stream_options ::= stream_options TRIGGER AT_ONCE */ + case 335: /* stream_options ::= stream_options TRIGGER WINDOW_CLOSE */ yytestcase(yyruleno==335); +{ yylhsminor.yy872 = setStreamOptions(pCxt, yymsp[-2].minor.yy872, SOPT_TRIGGER_TYPE_SET, &yymsp[0].minor.yy0, NULL); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; - case 334: /* stream_options ::= stream_options TRIGGER MAX_DELAY duration_literal */ -{ yylhsminor.yy448 = setStreamOptions(pCxt, yymsp[-3].minor.yy448, SOPT_TRIGGER_TYPE_SET, &yymsp[-1].minor.yy0, releaseRawExprNode(pCxt, yymsp[0].minor.yy448)); } - yymsp[-3].minor.yy448 = yylhsminor.yy448; + case 336: /* stream_options ::= stream_options TRIGGER MAX_DELAY duration_literal */ +{ yylhsminor.yy872 = setStreamOptions(pCxt, yymsp[-3].minor.yy872, SOPT_TRIGGER_TYPE_SET, &yymsp[-1].minor.yy0, releaseRawExprNode(pCxt, yymsp[0].minor.yy872)); } + yymsp[-3].minor.yy872 = yylhsminor.yy872; break; - case 335: /* stream_options ::= stream_options WATERMARK duration_literal */ -{ yylhsminor.yy448 = setStreamOptions(pCxt, yymsp[-2].minor.yy448, SOPT_WATERMARK_SET, NULL, releaseRawExprNode(pCxt, yymsp[0].minor.yy448)); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; + case 337: /* stream_options ::= stream_options WATERMARK duration_literal */ +{ yylhsminor.yy872 = setStreamOptions(pCxt, yymsp[-2].minor.yy872, SOPT_WATERMARK_SET, NULL, releaseRawExprNode(pCxt, yymsp[0].minor.yy872)); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; - case 336: /* stream_options ::= stream_options IGNORE EXPIRED NK_INTEGER */ -{ yylhsminor.yy448 = setStreamOptions(pCxt, yymsp[-3].minor.yy448, SOPT_IGNORE_EXPIRED_SET, &yymsp[0].minor.yy0, NULL); } - yymsp[-3].minor.yy448 = yylhsminor.yy448; + case 338: /* stream_options ::= stream_options IGNORE EXPIRED NK_INTEGER */ +{ yylhsminor.yy872 = setStreamOptions(pCxt, yymsp[-3].minor.yy872, SOPT_IGNORE_EXPIRED_SET, &yymsp[0].minor.yy0, NULL); } + yymsp[-3].minor.yy872 = yylhsminor.yy872; break; - case 337: /* stream_options ::= stream_options FILL_HISTORY NK_INTEGER */ -{ yylhsminor.yy448 = setStreamOptions(pCxt, yymsp[-2].minor.yy448, SOPT_FILL_HISTORY_SET, &yymsp[0].minor.yy0, NULL); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; + case 339: /* stream_options ::= stream_options FILL_HISTORY NK_INTEGER */ +{ yylhsminor.yy872 = setStreamOptions(pCxt, yymsp[-2].minor.yy872, SOPT_FILL_HISTORY_SET, &yymsp[0].minor.yy0, NULL); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; - case 338: /* stream_options ::= stream_options DELETE_MARK duration_literal */ -{ yylhsminor.yy448 = setStreamOptions(pCxt, yymsp[-2].minor.yy448, SOPT_DELETE_MARK_SET, NULL, releaseRawExprNode(pCxt, yymsp[0].minor.yy448)); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; + case 340: /* stream_options ::= stream_options DELETE_MARK duration_literal */ +{ yylhsminor.yy872 = setStreamOptions(pCxt, yymsp[-2].minor.yy872, SOPT_DELETE_MARK_SET, NULL, releaseRawExprNode(pCxt, yymsp[0].minor.yy872)); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; - case 339: /* stream_options ::= stream_options IGNORE UPDATE NK_INTEGER */ -{ yylhsminor.yy448 = setStreamOptions(pCxt, yymsp[-3].minor.yy448, SOPT_IGNORE_UPDATE_SET, &yymsp[0].minor.yy0, NULL); } - yymsp[-3].minor.yy448 = yylhsminor.yy448; + case 341: /* stream_options ::= stream_options IGNORE UPDATE NK_INTEGER */ +{ yylhsminor.yy872 = setStreamOptions(pCxt, yymsp[-3].minor.yy872, SOPT_IGNORE_UPDATE_SET, &yymsp[0].minor.yy0, NULL); } + yymsp[-3].minor.yy872 = yylhsminor.yy872; break; - case 341: /* subtable_opt ::= SUBTABLE NK_LP expression NK_RP */ - case 531: /* sliding_opt ::= SLIDING NK_LP duration_literal NK_RP */ yytestcase(yyruleno==531); - case 551: /* every_opt ::= EVERY NK_LP duration_literal NK_RP */ yytestcase(yyruleno==551); -{ yymsp[-3].minor.yy448 = releaseRawExprNode(pCxt, yymsp[-1].minor.yy448); } + case 343: /* subtable_opt ::= SUBTABLE NK_LP expression NK_RP */ + case 535: /* sliding_opt ::= SLIDING NK_LP duration_literal NK_RP */ yytestcase(yyruleno==535); + case 555: /* every_opt ::= EVERY NK_LP duration_literal NK_RP */ yytestcase(yyruleno==555); +{ yymsp[-3].minor.yy872 = releaseRawExprNode(pCxt, yymsp[-1].minor.yy872); } break; - case 342: /* cmd ::= KILL CONNECTION NK_INTEGER */ + case 346: /* cmd ::= KILL CONNECTION NK_INTEGER */ { pCxt->pRootNode = createKillStmt(pCxt, QUERY_NODE_KILL_CONNECTION_STMT, &yymsp[0].minor.yy0); } break; - case 343: /* cmd ::= KILL QUERY NK_STRING */ + case 347: /* cmd ::= KILL QUERY NK_STRING */ { pCxt->pRootNode = createKillQueryStmt(pCxt, &yymsp[0].minor.yy0); } break; - case 344: /* cmd ::= KILL TRANSACTION NK_INTEGER */ + case 348: /* cmd ::= KILL TRANSACTION NK_INTEGER */ { pCxt->pRootNode = createKillStmt(pCxt, QUERY_NODE_KILL_TRANSACTION_STMT, &yymsp[0].minor.yy0); } break; - case 345: /* cmd ::= BALANCE VGROUP */ + case 349: /* cmd ::= BALANCE VGROUP */ { pCxt->pRootNode = createBalanceVgroupStmt(pCxt); } break; - case 346: /* cmd ::= BALANCE VGROUP LEADER */ + case 350: /* cmd ::= BALANCE VGROUP LEADER */ { pCxt->pRootNode = createBalanceVgroupLeaderStmt(pCxt); } break; - case 347: /* cmd ::= MERGE VGROUP NK_INTEGER NK_INTEGER */ + case 351: /* cmd ::= MERGE VGROUP NK_INTEGER NK_INTEGER */ { pCxt->pRootNode = createMergeVgroupStmt(pCxt, &yymsp[-1].minor.yy0, &yymsp[0].minor.yy0); } break; - case 348: /* cmd ::= REDISTRIBUTE VGROUP NK_INTEGER dnode_list */ -{ pCxt->pRootNode = createRedistributeVgroupStmt(pCxt, &yymsp[-1].minor.yy0, yymsp[0].minor.yy432); } + case 352: /* cmd ::= REDISTRIBUTE VGROUP NK_INTEGER dnode_list */ +{ pCxt->pRootNode = createRedistributeVgroupStmt(pCxt, &yymsp[-1].minor.yy0, yymsp[0].minor.yy664); } break; - case 349: /* cmd ::= SPLIT VGROUP NK_INTEGER */ + case 353: /* cmd ::= SPLIT VGROUP NK_INTEGER */ { pCxt->pRootNode = createSplitVgroupStmt(pCxt, &yymsp[0].minor.yy0); } break; - case 350: /* dnode_list ::= DNODE NK_INTEGER */ -{ yymsp[-1].minor.yy432 = createNodeList(pCxt, createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &yymsp[0].minor.yy0)); } - break; - case 352: /* cmd ::= DELETE FROM full_table_name where_clause_opt */ -{ pCxt->pRootNode = createDeleteStmt(pCxt, yymsp[-1].minor.yy448, yymsp[0].minor.yy448); } - break; - case 355: /* insert_query ::= INSERT INTO full_table_name NK_LP col_name_list NK_RP query_or_subquery */ -{ yymsp[-6].minor.yy448 = createInsertStmt(pCxt, yymsp[-4].minor.yy448, yymsp[-2].minor.yy432, yymsp[0].minor.yy448); } - break; - case 356: /* insert_query ::= INSERT INTO full_table_name query_or_subquery */ -{ yymsp[-3].minor.yy448 = createInsertStmt(pCxt, yymsp[-1].minor.yy448, NULL, yymsp[0].minor.yy448); } - break; - case 357: /* literal ::= NK_INTEGER */ -{ yylhsminor.yy448 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_UBIGINT, &yymsp[0].minor.yy0)); } - yymsp[0].minor.yy448 = yylhsminor.yy448; - break; - case 358: /* literal ::= NK_FLOAT */ -{ yylhsminor.yy448 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_DOUBLE, &yymsp[0].minor.yy0)); } - yymsp[0].minor.yy448 = yylhsminor.yy448; - break; - case 359: /* literal ::= NK_STRING */ -{ yylhsminor.yy448 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_BINARY, &yymsp[0].minor.yy0)); } - yymsp[0].minor.yy448 = yylhsminor.yy448; - break; - case 360: /* literal ::= NK_BOOL */ -{ yylhsminor.yy448 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_BOOL, &yymsp[0].minor.yy0)); } - yymsp[0].minor.yy448 = yylhsminor.yy448; - break; - case 361: /* literal ::= TIMESTAMP NK_STRING */ -{ yylhsminor.yy448 = createRawExprNodeExt(pCxt, &yymsp[-1].minor.yy0, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_TIMESTAMP, &yymsp[0].minor.yy0)); } - yymsp[-1].minor.yy448 = yylhsminor.yy448; - break; - case 362: /* literal ::= duration_literal */ - case 372: /* signed_literal ::= signed */ yytestcase(yyruleno==372); - case 393: /* expr_or_subquery ::= expression */ yytestcase(yyruleno==393); - case 394: /* expression ::= literal */ yytestcase(yyruleno==394); - case 395: /* expression ::= pseudo_column */ yytestcase(yyruleno==395); - case 396: /* expression ::= column_reference */ yytestcase(yyruleno==396); - case 397: /* expression ::= function_expression */ yytestcase(yyruleno==397); - case 398: /* expression ::= case_when_expression */ yytestcase(yyruleno==398); - case 429: /* function_expression ::= literal_func */ yytestcase(yyruleno==429); - case 478: /* boolean_value_expression ::= boolean_primary */ yytestcase(yyruleno==478); - case 482: /* boolean_primary ::= predicate */ yytestcase(yyruleno==482); - case 484: /* common_expression ::= expr_or_subquery */ yytestcase(yyruleno==484); - case 485: /* common_expression ::= boolean_value_expression */ yytestcase(yyruleno==485); - case 488: /* table_reference_list ::= table_reference */ yytestcase(yyruleno==488); - case 490: /* table_reference ::= table_primary */ yytestcase(yyruleno==490); - case 491: /* table_reference ::= joined_table */ yytestcase(yyruleno==491); - case 495: /* table_primary ::= parenthesized_joined_table */ yytestcase(yyruleno==495); - case 553: /* query_simple ::= query_specification */ yytestcase(yyruleno==553); - case 554: /* query_simple ::= union_query_expression */ yytestcase(yyruleno==554); - case 557: /* query_simple_or_subquery ::= query_simple */ yytestcase(yyruleno==557); - case 559: /* query_or_subquery ::= query_expression */ yytestcase(yyruleno==559); -{ yylhsminor.yy448 = yymsp[0].minor.yy448; } - yymsp[0].minor.yy448 = yylhsminor.yy448; - break; - case 363: /* literal ::= NULL */ -{ yylhsminor.yy448 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_NULL, &yymsp[0].minor.yy0)); } - yymsp[0].minor.yy448 = yylhsminor.yy448; - break; - case 364: /* literal ::= NK_QUESTION */ -{ yylhsminor.yy448 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createPlaceholderValueNode(pCxt, &yymsp[0].minor.yy0)); } - yymsp[0].minor.yy448 = yylhsminor.yy448; - break; - case 365: /* duration_literal ::= NK_VARIABLE */ -{ yylhsminor.yy448 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createDurationValueNode(pCxt, &yymsp[0].minor.yy0)); } - yymsp[0].minor.yy448 = yylhsminor.yy448; - break; - case 366: /* signed ::= NK_INTEGER */ -{ yylhsminor.yy448 = createValueNode(pCxt, TSDB_DATA_TYPE_UBIGINT, &yymsp[0].minor.yy0); } - yymsp[0].minor.yy448 = yylhsminor.yy448; - break; - case 367: /* signed ::= NK_PLUS NK_INTEGER */ -{ yymsp[-1].minor.yy448 = createValueNode(pCxt, TSDB_DATA_TYPE_UBIGINT, &yymsp[0].minor.yy0); } - break; - case 368: /* signed ::= NK_MINUS NK_INTEGER */ + case 354: /* dnode_list ::= DNODE NK_INTEGER */ +{ yymsp[-1].minor.yy664 = createNodeList(pCxt, createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &yymsp[0].minor.yy0)); } + break; + case 356: /* cmd ::= DELETE FROM full_table_name where_clause_opt */ +{ pCxt->pRootNode = createDeleteStmt(pCxt, yymsp[-1].minor.yy872, yymsp[0].minor.yy872); } + break; + case 359: /* insert_query ::= INSERT INTO full_table_name NK_LP col_name_list NK_RP query_or_subquery */ +{ yymsp[-6].minor.yy872 = createInsertStmt(pCxt, yymsp[-4].minor.yy872, yymsp[-2].minor.yy664, yymsp[0].minor.yy872); } + break; + case 360: /* insert_query ::= INSERT INTO full_table_name query_or_subquery */ +{ yymsp[-3].minor.yy872 = createInsertStmt(pCxt, yymsp[-1].minor.yy872, NULL, yymsp[0].minor.yy872); } + break; + case 361: /* literal ::= NK_INTEGER */ +{ yylhsminor.yy872 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_UBIGINT, &yymsp[0].minor.yy0)); } + yymsp[0].minor.yy872 = yylhsminor.yy872; + break; + case 362: /* literal ::= NK_FLOAT */ +{ yylhsminor.yy872 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_DOUBLE, &yymsp[0].minor.yy0)); } + yymsp[0].minor.yy872 = yylhsminor.yy872; + break; + case 363: /* literal ::= NK_STRING */ +{ yylhsminor.yy872 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_BINARY, &yymsp[0].minor.yy0)); } + yymsp[0].minor.yy872 = yylhsminor.yy872; + break; + case 364: /* literal ::= NK_BOOL */ +{ yylhsminor.yy872 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_BOOL, &yymsp[0].minor.yy0)); } + yymsp[0].minor.yy872 = yylhsminor.yy872; + break; + case 365: /* literal ::= TIMESTAMP NK_STRING */ +{ yylhsminor.yy872 = createRawExprNodeExt(pCxt, &yymsp[-1].minor.yy0, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_TIMESTAMP, &yymsp[0].minor.yy0)); } + yymsp[-1].minor.yy872 = yylhsminor.yy872; + break; + case 366: /* literal ::= duration_literal */ + case 376: /* signed_literal ::= signed */ yytestcase(yyruleno==376); + case 397: /* expr_or_subquery ::= expression */ yytestcase(yyruleno==397); + case 398: /* expression ::= literal */ yytestcase(yyruleno==398); + case 399: /* expression ::= pseudo_column */ yytestcase(yyruleno==399); + case 400: /* expression ::= column_reference */ yytestcase(yyruleno==400); + case 401: /* expression ::= function_expression */ yytestcase(yyruleno==401); + case 402: /* expression ::= case_when_expression */ yytestcase(yyruleno==402); + case 433: /* function_expression ::= literal_func */ yytestcase(yyruleno==433); + case 482: /* boolean_value_expression ::= boolean_primary */ yytestcase(yyruleno==482); + case 486: /* boolean_primary ::= predicate */ yytestcase(yyruleno==486); + case 488: /* common_expression ::= expr_or_subquery */ yytestcase(yyruleno==488); + case 489: /* common_expression ::= boolean_value_expression */ yytestcase(yyruleno==489); + case 492: /* table_reference_list ::= table_reference */ yytestcase(yyruleno==492); + case 494: /* table_reference ::= table_primary */ yytestcase(yyruleno==494); + case 495: /* table_reference ::= joined_table */ yytestcase(yyruleno==495); + case 499: /* table_primary ::= parenthesized_joined_table */ yytestcase(yyruleno==499); + case 557: /* query_simple ::= query_specification */ yytestcase(yyruleno==557); + case 558: /* query_simple ::= union_query_expression */ yytestcase(yyruleno==558); + case 561: /* query_simple_or_subquery ::= query_simple */ yytestcase(yyruleno==561); + case 563: /* query_or_subquery ::= query_expression */ yytestcase(yyruleno==563); +{ yylhsminor.yy872 = yymsp[0].minor.yy872; } + yymsp[0].minor.yy872 = yylhsminor.yy872; + break; + case 367: /* literal ::= NULL */ +{ yylhsminor.yy872 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createValueNode(pCxt, TSDB_DATA_TYPE_NULL, &yymsp[0].minor.yy0)); } + yymsp[0].minor.yy872 = yylhsminor.yy872; + break; + case 368: /* literal ::= NK_QUESTION */ +{ yylhsminor.yy872 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createPlaceholderValueNode(pCxt, &yymsp[0].minor.yy0)); } + yymsp[0].minor.yy872 = yylhsminor.yy872; + break; + case 369: /* duration_literal ::= NK_VARIABLE */ +{ yylhsminor.yy872 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createDurationValueNode(pCxt, &yymsp[0].minor.yy0)); } + yymsp[0].minor.yy872 = yylhsminor.yy872; + break; + case 370: /* signed ::= NK_INTEGER */ +{ yylhsminor.yy872 = createValueNode(pCxt, TSDB_DATA_TYPE_UBIGINT, &yymsp[0].minor.yy0); } + yymsp[0].minor.yy872 = yylhsminor.yy872; + break; + case 371: /* signed ::= NK_PLUS NK_INTEGER */ +{ yymsp[-1].minor.yy872 = createValueNode(pCxt, TSDB_DATA_TYPE_UBIGINT, &yymsp[0].minor.yy0); } + break; + case 372: /* 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.yy448 = createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &t); + yylhsminor.yy872 = createValueNode(pCxt, TSDB_DATA_TYPE_BIGINT, &t); } - yymsp[-1].minor.yy448 = yylhsminor.yy448; + yymsp[-1].minor.yy872 = yylhsminor.yy872; break; - case 369: /* signed ::= NK_FLOAT */ -{ yylhsminor.yy448 = createValueNode(pCxt, TSDB_DATA_TYPE_DOUBLE, &yymsp[0].minor.yy0); } - yymsp[0].minor.yy448 = yylhsminor.yy448; + case 373: /* signed ::= NK_FLOAT */ +{ yylhsminor.yy872 = createValueNode(pCxt, TSDB_DATA_TYPE_DOUBLE, &yymsp[0].minor.yy0); } + yymsp[0].minor.yy872 = yylhsminor.yy872; break; - case 370: /* signed ::= NK_PLUS NK_FLOAT */ -{ yymsp[-1].minor.yy448 = createValueNode(pCxt, TSDB_DATA_TYPE_DOUBLE, &yymsp[0].minor.yy0); } + case 374: /* signed ::= NK_PLUS NK_FLOAT */ +{ yymsp[-1].minor.yy872 = createValueNode(pCxt, TSDB_DATA_TYPE_DOUBLE, &yymsp[0].minor.yy0); } break; - case 371: /* signed ::= NK_MINUS NK_FLOAT */ + case 375: /* 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.yy448 = createValueNode(pCxt, TSDB_DATA_TYPE_DOUBLE, &t); + yylhsminor.yy872 = createValueNode(pCxt, TSDB_DATA_TYPE_DOUBLE, &t); } - yymsp[-1].minor.yy448 = yylhsminor.yy448; - break; - case 373: /* signed_literal ::= NK_STRING */ -{ yylhsminor.yy448 = createValueNode(pCxt, TSDB_DATA_TYPE_BINARY, &yymsp[0].minor.yy0); } - yymsp[0].minor.yy448 = yylhsminor.yy448; - break; - case 374: /* signed_literal ::= NK_BOOL */ -{ yylhsminor.yy448 = createValueNode(pCxt, TSDB_DATA_TYPE_BOOL, &yymsp[0].minor.yy0); } - yymsp[0].minor.yy448 = yylhsminor.yy448; - break; - case 375: /* signed_literal ::= TIMESTAMP NK_STRING */ -{ yymsp[-1].minor.yy448 = createValueNode(pCxt, TSDB_DATA_TYPE_TIMESTAMP, &yymsp[0].minor.yy0); } - break; - case 376: /* signed_literal ::= duration_literal */ - case 378: /* signed_literal ::= literal_func */ yytestcase(yyruleno==378); - case 449: /* star_func_para ::= expr_or_subquery */ yytestcase(yyruleno==449); - case 511: /* select_item ::= common_expression */ yytestcase(yyruleno==511); - case 521: /* partition_item ::= expr_or_subquery */ yytestcase(yyruleno==521); - case 558: /* query_simple_or_subquery ::= subquery */ yytestcase(yyruleno==558); - case 560: /* query_or_subquery ::= subquery */ yytestcase(yyruleno==560); - case 573: /* search_condition ::= common_expression */ yytestcase(yyruleno==573); -{ yylhsminor.yy448 = releaseRawExprNode(pCxt, yymsp[0].minor.yy448); } - yymsp[0].minor.yy448 = yylhsminor.yy448; - break; - case 377: /* signed_literal ::= NULL */ -{ yylhsminor.yy448 = createValueNode(pCxt, TSDB_DATA_TYPE_NULL, &yymsp[0].minor.yy0); } - yymsp[0].minor.yy448 = yylhsminor.yy448; - break; - case 379: /* signed_literal ::= NK_QUESTION */ -{ yylhsminor.yy448 = createPlaceholderValueNode(pCxt, &yymsp[0].minor.yy0); } - yymsp[0].minor.yy448 = yylhsminor.yy448; - break; - case 399: /* expression ::= NK_LP expression NK_RP */ - case 483: /* boolean_primary ::= NK_LP boolean_value_expression NK_RP */ yytestcase(yyruleno==483); - case 572: /* subquery ::= NK_LP subquery NK_RP */ yytestcase(yyruleno==572); -{ yylhsminor.yy448 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy0, &yymsp[0].minor.yy0, releaseRawExprNode(pCxt, yymsp[-1].minor.yy448)); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; - break; - case 400: /* expression ::= NK_PLUS expr_or_subquery */ + yymsp[-1].minor.yy872 = yylhsminor.yy872; + break; + case 377: /* signed_literal ::= NK_STRING */ +{ yylhsminor.yy872 = createValueNode(pCxt, TSDB_DATA_TYPE_BINARY, &yymsp[0].minor.yy0); } + yymsp[0].minor.yy872 = yylhsminor.yy872; + break; + case 378: /* signed_literal ::= NK_BOOL */ +{ yylhsminor.yy872 = createValueNode(pCxt, TSDB_DATA_TYPE_BOOL, &yymsp[0].minor.yy0); } + yymsp[0].minor.yy872 = yylhsminor.yy872; + break; + case 379: /* signed_literal ::= TIMESTAMP NK_STRING */ +{ yymsp[-1].minor.yy872 = createValueNode(pCxt, TSDB_DATA_TYPE_TIMESTAMP, &yymsp[0].minor.yy0); } + break; + case 380: /* signed_literal ::= duration_literal */ + case 382: /* signed_literal ::= literal_func */ yytestcase(yyruleno==382); + case 453: /* star_func_para ::= expr_or_subquery */ yytestcase(yyruleno==453); + case 515: /* select_item ::= common_expression */ yytestcase(yyruleno==515); + case 525: /* partition_item ::= expr_or_subquery */ yytestcase(yyruleno==525); + case 562: /* query_simple_or_subquery ::= subquery */ yytestcase(yyruleno==562); + case 564: /* query_or_subquery ::= subquery */ yytestcase(yyruleno==564); + case 577: /* search_condition ::= common_expression */ yytestcase(yyruleno==577); +{ yylhsminor.yy872 = releaseRawExprNode(pCxt, yymsp[0].minor.yy872); } + yymsp[0].minor.yy872 = yylhsminor.yy872; + break; + case 381: /* signed_literal ::= NULL */ +{ yylhsminor.yy872 = createValueNode(pCxt, TSDB_DATA_TYPE_NULL, &yymsp[0].minor.yy0); } + yymsp[0].minor.yy872 = yylhsminor.yy872; + break; + case 383: /* signed_literal ::= NK_QUESTION */ +{ yylhsminor.yy872 = createPlaceholderValueNode(pCxt, &yymsp[0].minor.yy0); } + yymsp[0].minor.yy872 = yylhsminor.yy872; + break; + case 403: /* expression ::= NK_LP expression NK_RP */ + case 487: /* boolean_primary ::= NK_LP boolean_value_expression NK_RP */ yytestcase(yyruleno==487); + case 576: /* subquery ::= NK_LP subquery NK_RP */ yytestcase(yyruleno==576); +{ yylhsminor.yy872 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy0, &yymsp[0].minor.yy0, releaseRawExprNode(pCxt, yymsp[-1].minor.yy872)); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; + break; + case 404: /* expression ::= NK_PLUS expr_or_subquery */ { - SToken t = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy448); - yylhsminor.yy448 = createRawExprNodeExt(pCxt, &yymsp[-1].minor.yy0, &t, releaseRawExprNode(pCxt, yymsp[0].minor.yy448)); + SToken t = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy872); + yylhsminor.yy872 = createRawExprNodeExt(pCxt, &yymsp[-1].minor.yy0, &t, releaseRawExprNode(pCxt, yymsp[0].minor.yy872)); } - yymsp[-1].minor.yy448 = yylhsminor.yy448; + yymsp[-1].minor.yy872 = yylhsminor.yy872; break; - case 401: /* expression ::= NK_MINUS expr_or_subquery */ + case 405: /* expression ::= NK_MINUS expr_or_subquery */ { - SToken t = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy448); - yylhsminor.yy448 = createRawExprNodeExt(pCxt, &yymsp[-1].minor.yy0, &t, createOperatorNode(pCxt, OP_TYPE_MINUS, releaseRawExprNode(pCxt, yymsp[0].minor.yy448), NULL)); + SToken t = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy872); + yylhsminor.yy872 = createRawExprNodeExt(pCxt, &yymsp[-1].minor.yy0, &t, createOperatorNode(pCxt, OP_TYPE_MINUS, releaseRawExprNode(pCxt, yymsp[0].minor.yy872), NULL)); } - yymsp[-1].minor.yy448 = yylhsminor.yy448; + yymsp[-1].minor.yy872 = yylhsminor.yy872; break; - case 402: /* expression ::= expr_or_subquery NK_PLUS expr_or_subquery */ + case 406: /* expression ::= expr_or_subquery NK_PLUS expr_or_subquery */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy448); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy448); - yylhsminor.yy448 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_ADD, releaseRawExprNode(pCxt, yymsp[-2].minor.yy448), releaseRawExprNode(pCxt, yymsp[0].minor.yy448))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy872); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy872); + yylhsminor.yy872 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_ADD, releaseRawExprNode(pCxt, yymsp[-2].minor.yy872), releaseRawExprNode(pCxt, yymsp[0].minor.yy872))); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; - case 403: /* expression ::= expr_or_subquery NK_MINUS expr_or_subquery */ + case 407: /* expression ::= expr_or_subquery NK_MINUS expr_or_subquery */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy448); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy448); - yylhsminor.yy448 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_SUB, releaseRawExprNode(pCxt, yymsp[-2].minor.yy448), releaseRawExprNode(pCxt, yymsp[0].minor.yy448))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy872); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy872); + yylhsminor.yy872 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_SUB, releaseRawExprNode(pCxt, yymsp[-2].minor.yy872), releaseRawExprNode(pCxt, yymsp[0].minor.yy872))); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; - case 404: /* expression ::= expr_or_subquery NK_STAR expr_or_subquery */ + case 408: /* expression ::= expr_or_subquery NK_STAR expr_or_subquery */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy448); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy448); - yylhsminor.yy448 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_MULTI, releaseRawExprNode(pCxt, yymsp[-2].minor.yy448), releaseRawExprNode(pCxt, yymsp[0].minor.yy448))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy872); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy872); + yylhsminor.yy872 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_MULTI, releaseRawExprNode(pCxt, yymsp[-2].minor.yy872), releaseRawExprNode(pCxt, yymsp[0].minor.yy872))); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; - case 405: /* expression ::= expr_or_subquery NK_SLASH expr_or_subquery */ + case 409: /* expression ::= expr_or_subquery NK_SLASH expr_or_subquery */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy448); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy448); - yylhsminor.yy448 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_DIV, releaseRawExprNode(pCxt, yymsp[-2].minor.yy448), releaseRawExprNode(pCxt, yymsp[0].minor.yy448))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy872); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy872); + yylhsminor.yy872 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_DIV, releaseRawExprNode(pCxt, yymsp[-2].minor.yy872), releaseRawExprNode(pCxt, yymsp[0].minor.yy872))); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; - case 406: /* expression ::= expr_or_subquery NK_REM expr_or_subquery */ + case 410: /* expression ::= expr_or_subquery NK_REM expr_or_subquery */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy448); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy448); - yylhsminor.yy448 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_REM, releaseRawExprNode(pCxt, yymsp[-2].minor.yy448), releaseRawExprNode(pCxt, yymsp[0].minor.yy448))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy872); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy872); + yylhsminor.yy872 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_REM, releaseRawExprNode(pCxt, yymsp[-2].minor.yy872), releaseRawExprNode(pCxt, yymsp[0].minor.yy872))); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; - case 407: /* expression ::= column_reference NK_ARROW NK_STRING */ + case 411: /* expression ::= column_reference NK_ARROW NK_STRING */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy448); - yylhsminor.yy448 = createRawExprNodeExt(pCxt, &s, &yymsp[0].minor.yy0, createOperatorNode(pCxt, OP_TYPE_JSON_GET_VALUE, releaseRawExprNode(pCxt, yymsp[-2].minor.yy448), createValueNode(pCxt, TSDB_DATA_TYPE_BINARY, &yymsp[0].minor.yy0))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy872); + yylhsminor.yy872 = createRawExprNodeExt(pCxt, &s, &yymsp[0].minor.yy0, createOperatorNode(pCxt, OP_TYPE_JSON_GET_VALUE, releaseRawExprNode(pCxt, yymsp[-2].minor.yy872), createValueNode(pCxt, TSDB_DATA_TYPE_BINARY, &yymsp[0].minor.yy0))); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; - case 408: /* expression ::= expr_or_subquery NK_BITAND expr_or_subquery */ + case 412: /* expression ::= expr_or_subquery NK_BITAND expr_or_subquery */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy448); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy448); - yylhsminor.yy448 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_BIT_AND, releaseRawExprNode(pCxt, yymsp[-2].minor.yy448), releaseRawExprNode(pCxt, yymsp[0].minor.yy448))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy872); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy872); + yylhsminor.yy872 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_BIT_AND, releaseRawExprNode(pCxt, yymsp[-2].minor.yy872), releaseRawExprNode(pCxt, yymsp[0].minor.yy872))); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; - case 409: /* expression ::= expr_or_subquery NK_BITOR expr_or_subquery */ + case 413: /* expression ::= expr_or_subquery NK_BITOR expr_or_subquery */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy448); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy448); - yylhsminor.yy448 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_BIT_OR, releaseRawExprNode(pCxt, yymsp[-2].minor.yy448), releaseRawExprNode(pCxt, yymsp[0].minor.yy448))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy872); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy872); + yylhsminor.yy872 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, OP_TYPE_BIT_OR, releaseRawExprNode(pCxt, yymsp[-2].minor.yy872), releaseRawExprNode(pCxt, yymsp[0].minor.yy872))); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; - break; - case 412: /* column_reference ::= column_name */ -{ yylhsminor.yy448 = createRawExprNode(pCxt, &yymsp[0].minor.yy113, createColumnNode(pCxt, NULL, &yymsp[0].minor.yy113)); } - yymsp[0].minor.yy448 = yylhsminor.yy448; - break; - case 413: /* column_reference ::= table_name NK_DOT column_name */ -{ yylhsminor.yy448 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy113, &yymsp[0].minor.yy113, createColumnNode(pCxt, &yymsp[-2].minor.yy113, &yymsp[0].minor.yy113)); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; - break; - case 414: /* pseudo_column ::= ROWTS */ - case 415: /* pseudo_column ::= TBNAME */ yytestcase(yyruleno==415); - case 417: /* pseudo_column ::= QSTART */ yytestcase(yyruleno==417); - case 418: /* pseudo_column ::= QEND */ yytestcase(yyruleno==418); - case 419: /* pseudo_column ::= QDURATION */ yytestcase(yyruleno==419); - case 420: /* pseudo_column ::= WSTART */ yytestcase(yyruleno==420); - case 421: /* pseudo_column ::= WEND */ yytestcase(yyruleno==421); - case 422: /* pseudo_column ::= WDURATION */ yytestcase(yyruleno==422); - case 423: /* pseudo_column ::= IROWTS */ yytestcase(yyruleno==423); - case 424: /* pseudo_column ::= ISFILLED */ yytestcase(yyruleno==424); - case 425: /* pseudo_column ::= QTAGS */ yytestcase(yyruleno==425); - case 431: /* literal_func ::= NOW */ yytestcase(yyruleno==431); -{ yylhsminor.yy448 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createFunctionNode(pCxt, &yymsp[0].minor.yy0, NULL)); } - yymsp[0].minor.yy448 = yylhsminor.yy448; - break; - case 416: /* pseudo_column ::= table_name NK_DOT TBNAME */ -{ yylhsminor.yy448 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy113, &yymsp[0].minor.yy0, createFunctionNode(pCxt, &yymsp[0].minor.yy0, createNodeList(pCxt, createValueNode(pCxt, TSDB_DATA_TYPE_BINARY, &yymsp[-2].minor.yy113)))); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; - break; - case 426: /* function_expression ::= function_name NK_LP expression_list NK_RP */ - case 427: /* function_expression ::= star_func NK_LP star_func_para_list NK_RP */ yytestcase(yyruleno==427); -{ yylhsminor.yy448 = createRawExprNodeExt(pCxt, &yymsp[-3].minor.yy113, &yymsp[0].minor.yy0, createFunctionNode(pCxt, &yymsp[-3].minor.yy113, yymsp[-1].minor.yy432)); } - yymsp[-3].minor.yy448 = yylhsminor.yy448; - break; - case 428: /* function_expression ::= CAST NK_LP expr_or_subquery AS type_name NK_RP */ -{ yylhsminor.yy448 = createRawExprNodeExt(pCxt, &yymsp[-5].minor.yy0, &yymsp[0].minor.yy0, createCastFunctionNode(pCxt, releaseRawExprNode(pCxt, yymsp[-3].minor.yy448), yymsp[-1].minor.yy728)); } - yymsp[-5].minor.yy448 = yylhsminor.yy448; - break; - case 430: /* literal_func ::= noarg_func NK_LP NK_RP */ -{ yylhsminor.yy448 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy113, &yymsp[0].minor.yy0, createFunctionNode(pCxt, &yymsp[-2].minor.yy113, NULL)); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; - break; - case 445: /* star_func_para_list ::= NK_STAR */ -{ yylhsminor.yy432 = createNodeList(pCxt, createColumnNode(pCxt, NULL, &yymsp[0].minor.yy0)); } - yymsp[0].minor.yy432 = yylhsminor.yy432; - break; - case 450: /* star_func_para ::= table_name NK_DOT NK_STAR */ - case 514: /* select_item ::= table_name NK_DOT NK_STAR */ yytestcase(yyruleno==514); -{ yylhsminor.yy448 = createColumnNode(pCxt, &yymsp[-2].minor.yy113, &yymsp[0].minor.yy0); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; - break; - case 451: /* case_when_expression ::= CASE when_then_list case_when_else_opt END */ -{ yylhsminor.yy448 = createRawExprNodeExt(pCxt, &yymsp[-3].minor.yy0, &yymsp[0].minor.yy0, createCaseWhenNode(pCxt, NULL, yymsp[-2].minor.yy432, yymsp[-1].minor.yy448)); } - yymsp[-3].minor.yy448 = yylhsminor.yy448; - break; - case 452: /* case_when_expression ::= CASE common_expression when_then_list case_when_else_opt END */ -{ yylhsminor.yy448 = createRawExprNodeExt(pCxt, &yymsp[-4].minor.yy0, &yymsp[0].minor.yy0, createCaseWhenNode(pCxt, releaseRawExprNode(pCxt, yymsp[-3].minor.yy448), yymsp[-2].minor.yy432, yymsp[-1].minor.yy448)); } - yymsp[-4].minor.yy448 = yylhsminor.yy448; - break; - case 455: /* when_then_expr ::= WHEN common_expression THEN common_expression */ -{ yymsp[-3].minor.yy448 = createWhenThenNode(pCxt, releaseRawExprNode(pCxt, yymsp[-2].minor.yy448), releaseRawExprNode(pCxt, yymsp[0].minor.yy448)); } - break; - case 457: /* case_when_else_opt ::= ELSE common_expression */ -{ yymsp[-1].minor.yy448 = releaseRawExprNode(pCxt, yymsp[0].minor.yy448); } - break; - case 458: /* predicate ::= expr_or_subquery compare_op expr_or_subquery */ - case 463: /* predicate ::= expr_or_subquery in_op in_predicate_value */ yytestcase(yyruleno==463); + yymsp[-2].minor.yy872 = yylhsminor.yy872; + break; + case 416: /* column_reference ::= column_name */ +{ yylhsminor.yy872 = createRawExprNode(pCxt, &yymsp[0].minor.yy929, createColumnNode(pCxt, NULL, &yymsp[0].minor.yy929)); } + yymsp[0].minor.yy872 = yylhsminor.yy872; + break; + case 417: /* column_reference ::= table_name NK_DOT column_name */ +{ yylhsminor.yy872 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy929, &yymsp[0].minor.yy929, createColumnNode(pCxt, &yymsp[-2].minor.yy929, &yymsp[0].minor.yy929)); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; + break; + case 418: /* pseudo_column ::= ROWTS */ + case 419: /* pseudo_column ::= TBNAME */ yytestcase(yyruleno==419); + case 421: /* pseudo_column ::= QSTART */ yytestcase(yyruleno==421); + case 422: /* pseudo_column ::= QEND */ yytestcase(yyruleno==422); + case 423: /* pseudo_column ::= QDURATION */ yytestcase(yyruleno==423); + case 424: /* pseudo_column ::= WSTART */ yytestcase(yyruleno==424); + case 425: /* pseudo_column ::= WEND */ yytestcase(yyruleno==425); + case 426: /* pseudo_column ::= WDURATION */ yytestcase(yyruleno==426); + case 427: /* pseudo_column ::= IROWTS */ yytestcase(yyruleno==427); + case 428: /* pseudo_column ::= ISFILLED */ yytestcase(yyruleno==428); + case 429: /* pseudo_column ::= QTAGS */ yytestcase(yyruleno==429); + case 435: /* literal_func ::= NOW */ yytestcase(yyruleno==435); +{ yylhsminor.yy872 = createRawExprNode(pCxt, &yymsp[0].minor.yy0, createFunctionNode(pCxt, &yymsp[0].minor.yy0, NULL)); } + yymsp[0].minor.yy872 = yylhsminor.yy872; + break; + case 420: /* pseudo_column ::= table_name NK_DOT TBNAME */ +{ yylhsminor.yy872 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy929, &yymsp[0].minor.yy0, createFunctionNode(pCxt, &yymsp[0].minor.yy0, createNodeList(pCxt, createValueNode(pCxt, TSDB_DATA_TYPE_BINARY, &yymsp[-2].minor.yy929)))); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; + break; + case 430: /* function_expression ::= function_name NK_LP expression_list NK_RP */ + case 431: /* function_expression ::= star_func NK_LP star_func_para_list NK_RP */ yytestcase(yyruleno==431); +{ yylhsminor.yy872 = createRawExprNodeExt(pCxt, &yymsp[-3].minor.yy929, &yymsp[0].minor.yy0, createFunctionNode(pCxt, &yymsp[-3].minor.yy929, yymsp[-1].minor.yy664)); } + yymsp[-3].minor.yy872 = yylhsminor.yy872; + break; + case 432: /* function_expression ::= CAST NK_LP expr_or_subquery AS type_name NK_RP */ +{ yylhsminor.yy872 = createRawExprNodeExt(pCxt, &yymsp[-5].minor.yy0, &yymsp[0].minor.yy0, createCastFunctionNode(pCxt, releaseRawExprNode(pCxt, yymsp[-3].minor.yy872), yymsp[-1].minor.yy784)); } + yymsp[-5].minor.yy872 = yylhsminor.yy872; + break; + case 434: /* literal_func ::= noarg_func NK_LP NK_RP */ +{ yylhsminor.yy872 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy929, &yymsp[0].minor.yy0, createFunctionNode(pCxt, &yymsp[-2].minor.yy929, NULL)); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; + break; + case 449: /* star_func_para_list ::= NK_STAR */ +{ yylhsminor.yy664 = createNodeList(pCxt, createColumnNode(pCxt, NULL, &yymsp[0].minor.yy0)); } + yymsp[0].minor.yy664 = yylhsminor.yy664; + break; + case 454: /* star_func_para ::= table_name NK_DOT NK_STAR */ + case 518: /* select_item ::= table_name NK_DOT NK_STAR */ yytestcase(yyruleno==518); +{ yylhsminor.yy872 = createColumnNode(pCxt, &yymsp[-2].minor.yy929, &yymsp[0].minor.yy0); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; + break; + case 455: /* case_when_expression ::= CASE when_then_list case_when_else_opt END */ +{ yylhsminor.yy872 = createRawExprNodeExt(pCxt, &yymsp[-3].minor.yy0, &yymsp[0].minor.yy0, createCaseWhenNode(pCxt, NULL, yymsp[-2].minor.yy664, yymsp[-1].minor.yy872)); } + yymsp[-3].minor.yy872 = yylhsminor.yy872; + break; + case 456: /* case_when_expression ::= CASE common_expression when_then_list case_when_else_opt END */ +{ yylhsminor.yy872 = createRawExprNodeExt(pCxt, &yymsp[-4].minor.yy0, &yymsp[0].minor.yy0, createCaseWhenNode(pCxt, releaseRawExprNode(pCxt, yymsp[-3].minor.yy872), yymsp[-2].minor.yy664, yymsp[-1].minor.yy872)); } + yymsp[-4].minor.yy872 = yylhsminor.yy872; + break; + case 459: /* when_then_expr ::= WHEN common_expression THEN common_expression */ +{ yymsp[-3].minor.yy872 = createWhenThenNode(pCxt, releaseRawExprNode(pCxt, yymsp[-2].minor.yy872), releaseRawExprNode(pCxt, yymsp[0].minor.yy872)); } + break; + case 461: /* case_when_else_opt ::= ELSE common_expression */ +{ yymsp[-1].minor.yy872 = releaseRawExprNode(pCxt, yymsp[0].minor.yy872); } + break; + case 462: /* predicate ::= expr_or_subquery compare_op expr_or_subquery */ + case 467: /* predicate ::= expr_or_subquery in_op in_predicate_value */ yytestcase(yyruleno==467); { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy448); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy448); - yylhsminor.yy448 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, yymsp[-1].minor.yy156, releaseRawExprNode(pCxt, yymsp[-2].minor.yy448), releaseRawExprNode(pCxt, yymsp[0].minor.yy448))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy872); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy872); + yylhsminor.yy872 = createRawExprNodeExt(pCxt, &s, &e, createOperatorNode(pCxt, yymsp[-1].minor.yy380, releaseRawExprNode(pCxt, yymsp[-2].minor.yy872), releaseRawExprNode(pCxt, yymsp[0].minor.yy872))); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; - case 459: /* predicate ::= expr_or_subquery BETWEEN expr_or_subquery AND expr_or_subquery */ + case 463: /* predicate ::= expr_or_subquery BETWEEN expr_or_subquery AND expr_or_subquery */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-4].minor.yy448); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy448); - yylhsminor.yy448 = createRawExprNodeExt(pCxt, &s, &e, createBetweenAnd(pCxt, releaseRawExprNode(pCxt, yymsp[-4].minor.yy448), releaseRawExprNode(pCxt, yymsp[-2].minor.yy448), releaseRawExprNode(pCxt, yymsp[0].minor.yy448))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-4].minor.yy872); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy872); + yylhsminor.yy872 = createRawExprNodeExt(pCxt, &s, &e, createBetweenAnd(pCxt, releaseRawExprNode(pCxt, yymsp[-4].minor.yy872), releaseRawExprNode(pCxt, yymsp[-2].minor.yy872), releaseRawExprNode(pCxt, yymsp[0].minor.yy872))); } - yymsp[-4].minor.yy448 = yylhsminor.yy448; + yymsp[-4].minor.yy872 = yylhsminor.yy872; break; - case 460: /* predicate ::= expr_or_subquery NOT BETWEEN expr_or_subquery AND expr_or_subquery */ + case 464: /* predicate ::= expr_or_subquery NOT BETWEEN expr_or_subquery AND expr_or_subquery */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-5].minor.yy448); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy448); - yylhsminor.yy448 = createRawExprNodeExt(pCxt, &s, &e, createNotBetweenAnd(pCxt, releaseRawExprNode(pCxt, yymsp[-5].minor.yy448), releaseRawExprNode(pCxt, yymsp[-2].minor.yy448), releaseRawExprNode(pCxt, yymsp[0].minor.yy448))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-5].minor.yy872); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy872); + yylhsminor.yy872 = createRawExprNodeExt(pCxt, &s, &e, createNotBetweenAnd(pCxt, releaseRawExprNode(pCxt, yymsp[-5].minor.yy872), releaseRawExprNode(pCxt, yymsp[-2].minor.yy872), releaseRawExprNode(pCxt, yymsp[0].minor.yy872))); } - yymsp[-5].minor.yy448 = yylhsminor.yy448; + yymsp[-5].minor.yy872 = yylhsminor.yy872; break; - case 461: /* predicate ::= expr_or_subquery IS NULL */ + case 465: /* predicate ::= expr_or_subquery IS NULL */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy448); - yylhsminor.yy448 = createRawExprNodeExt(pCxt, &s, &yymsp[0].minor.yy0, createOperatorNode(pCxt, OP_TYPE_IS_NULL, releaseRawExprNode(pCxt, yymsp[-2].minor.yy448), NULL)); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy872); + yylhsminor.yy872 = createRawExprNodeExt(pCxt, &s, &yymsp[0].minor.yy0, createOperatorNode(pCxt, OP_TYPE_IS_NULL, releaseRawExprNode(pCxt, yymsp[-2].minor.yy872), NULL)); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; - case 462: /* predicate ::= expr_or_subquery IS NOT NULL */ + case 466: /* predicate ::= expr_or_subquery IS NOT NULL */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-3].minor.yy448); - yylhsminor.yy448 = createRawExprNodeExt(pCxt, &s, &yymsp[0].minor.yy0, createOperatorNode(pCxt, OP_TYPE_IS_NOT_NULL, releaseRawExprNode(pCxt, yymsp[-3].minor.yy448), NULL)); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-3].minor.yy872); + yylhsminor.yy872 = createRawExprNodeExt(pCxt, &s, &yymsp[0].minor.yy0, createOperatorNode(pCxt, OP_TYPE_IS_NOT_NULL, releaseRawExprNode(pCxt, yymsp[-3].minor.yy872), NULL)); } - yymsp[-3].minor.yy448 = yylhsminor.yy448; + yymsp[-3].minor.yy872 = yylhsminor.yy872; break; - case 464: /* compare_op ::= NK_LT */ -{ yymsp[0].minor.yy156 = OP_TYPE_LOWER_THAN; } + case 468: /* compare_op ::= NK_LT */ +{ yymsp[0].minor.yy380 = OP_TYPE_LOWER_THAN; } break; - case 465: /* compare_op ::= NK_GT */ -{ yymsp[0].minor.yy156 = OP_TYPE_GREATER_THAN; } + case 469: /* compare_op ::= NK_GT */ +{ yymsp[0].minor.yy380 = OP_TYPE_GREATER_THAN; } break; - case 466: /* compare_op ::= NK_LE */ -{ yymsp[0].minor.yy156 = OP_TYPE_LOWER_EQUAL; } + case 470: /* compare_op ::= NK_LE */ +{ yymsp[0].minor.yy380 = OP_TYPE_LOWER_EQUAL; } break; - case 467: /* compare_op ::= NK_GE */ -{ yymsp[0].minor.yy156 = OP_TYPE_GREATER_EQUAL; } + case 471: /* compare_op ::= NK_GE */ +{ yymsp[0].minor.yy380 = OP_TYPE_GREATER_EQUAL; } break; - case 468: /* compare_op ::= NK_NE */ -{ yymsp[0].minor.yy156 = OP_TYPE_NOT_EQUAL; } + case 472: /* compare_op ::= NK_NE */ +{ yymsp[0].minor.yy380 = OP_TYPE_NOT_EQUAL; } break; - case 469: /* compare_op ::= NK_EQ */ -{ yymsp[0].minor.yy156 = OP_TYPE_EQUAL; } + case 473: /* compare_op ::= NK_EQ */ +{ yymsp[0].minor.yy380 = OP_TYPE_EQUAL; } break; - case 470: /* compare_op ::= LIKE */ -{ yymsp[0].minor.yy156 = OP_TYPE_LIKE; } + case 474: /* compare_op ::= LIKE */ +{ yymsp[0].minor.yy380 = OP_TYPE_LIKE; } break; - case 471: /* compare_op ::= NOT LIKE */ -{ yymsp[-1].minor.yy156 = OP_TYPE_NOT_LIKE; } + case 475: /* compare_op ::= NOT LIKE */ +{ yymsp[-1].minor.yy380 = OP_TYPE_NOT_LIKE; } break; - case 472: /* compare_op ::= MATCH */ -{ yymsp[0].minor.yy156 = OP_TYPE_MATCH; } + case 476: /* compare_op ::= MATCH */ +{ yymsp[0].minor.yy380 = OP_TYPE_MATCH; } break; - case 473: /* compare_op ::= NMATCH */ -{ yymsp[0].minor.yy156 = OP_TYPE_NMATCH; } + case 477: /* compare_op ::= NMATCH */ +{ yymsp[0].minor.yy380 = OP_TYPE_NMATCH; } break; - case 474: /* compare_op ::= CONTAINS */ -{ yymsp[0].minor.yy156 = OP_TYPE_JSON_CONTAINS; } + case 478: /* compare_op ::= CONTAINS */ +{ yymsp[0].minor.yy380 = OP_TYPE_JSON_CONTAINS; } break; - case 475: /* in_op ::= IN */ -{ yymsp[0].minor.yy156 = OP_TYPE_IN; } + case 479: /* in_op ::= IN */ +{ yymsp[0].minor.yy380 = OP_TYPE_IN; } break; - case 476: /* in_op ::= NOT IN */ -{ yymsp[-1].minor.yy156 = OP_TYPE_NOT_IN; } + case 480: /* in_op ::= NOT IN */ +{ yymsp[-1].minor.yy380 = OP_TYPE_NOT_IN; } break; - case 477: /* in_predicate_value ::= NK_LP literal_list NK_RP */ -{ yylhsminor.yy448 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy0, &yymsp[0].minor.yy0, createNodeListNode(pCxt, yymsp[-1].minor.yy432)); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; + case 481: /* in_predicate_value ::= NK_LP literal_list NK_RP */ +{ yylhsminor.yy872 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy0, &yymsp[0].minor.yy0, createNodeListNode(pCxt, yymsp[-1].minor.yy664)); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; - case 479: /* boolean_value_expression ::= NOT boolean_primary */ + case 483: /* boolean_value_expression ::= NOT boolean_primary */ { - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy448); - yylhsminor.yy448 = createRawExprNodeExt(pCxt, &yymsp[-1].minor.yy0, &e, createLogicConditionNode(pCxt, LOGIC_COND_TYPE_NOT, releaseRawExprNode(pCxt, yymsp[0].minor.yy448), NULL)); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy872); + yylhsminor.yy872 = createRawExprNodeExt(pCxt, &yymsp[-1].minor.yy0, &e, createLogicConditionNode(pCxt, LOGIC_COND_TYPE_NOT, releaseRawExprNode(pCxt, yymsp[0].minor.yy872), NULL)); } - yymsp[-1].minor.yy448 = yylhsminor.yy448; + yymsp[-1].minor.yy872 = yylhsminor.yy872; break; - case 480: /* boolean_value_expression ::= boolean_value_expression OR boolean_value_expression */ + case 484: /* boolean_value_expression ::= boolean_value_expression OR boolean_value_expression */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy448); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy448); - yylhsminor.yy448 = createRawExprNodeExt(pCxt, &s, &e, createLogicConditionNode(pCxt, LOGIC_COND_TYPE_OR, releaseRawExprNode(pCxt, yymsp[-2].minor.yy448), releaseRawExprNode(pCxt, yymsp[0].minor.yy448))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy872); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy872); + yylhsminor.yy872 = createRawExprNodeExt(pCxt, &s, &e, createLogicConditionNode(pCxt, LOGIC_COND_TYPE_OR, releaseRawExprNode(pCxt, yymsp[-2].minor.yy872), releaseRawExprNode(pCxt, yymsp[0].minor.yy872))); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; - case 481: /* boolean_value_expression ::= boolean_value_expression AND boolean_value_expression */ + case 485: /* boolean_value_expression ::= boolean_value_expression AND boolean_value_expression */ { - SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy448); - SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy448); - yylhsminor.yy448 = createRawExprNodeExt(pCxt, &s, &e, createLogicConditionNode(pCxt, LOGIC_COND_TYPE_AND, releaseRawExprNode(pCxt, yymsp[-2].minor.yy448), releaseRawExprNode(pCxt, yymsp[0].minor.yy448))); + SToken s = getTokenFromRawExprNode(pCxt, yymsp[-2].minor.yy872); + SToken e = getTokenFromRawExprNode(pCxt, yymsp[0].minor.yy872); + yylhsminor.yy872 = createRawExprNodeExt(pCxt, &s, &e, createLogicConditionNode(pCxt, LOGIC_COND_TYPE_AND, releaseRawExprNode(pCxt, yymsp[-2].minor.yy872), releaseRawExprNode(pCxt, yymsp[0].minor.yy872))); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; - case 489: /* table_reference_list ::= table_reference_list NK_COMMA table_reference */ -{ yylhsminor.yy448 = createJoinTableNode(pCxt, JOIN_TYPE_INNER, yymsp[-2].minor.yy448, yymsp[0].minor.yy448, NULL); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; + case 493: /* table_reference_list ::= table_reference_list NK_COMMA table_reference */ +{ yylhsminor.yy872 = createJoinTableNode(pCxt, JOIN_TYPE_INNER, yymsp[-2].minor.yy872, yymsp[0].minor.yy872, NULL); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; - case 492: /* table_primary ::= table_name alias_opt */ -{ yylhsminor.yy448 = createRealTableNode(pCxt, NULL, &yymsp[-1].minor.yy113, &yymsp[0].minor.yy113); } - yymsp[-1].minor.yy448 = yylhsminor.yy448; + case 496: /* table_primary ::= table_name alias_opt */ +{ yylhsminor.yy872 = createRealTableNode(pCxt, NULL, &yymsp[-1].minor.yy929, &yymsp[0].minor.yy929); } + yymsp[-1].minor.yy872 = yylhsminor.yy872; break; - case 493: /* table_primary ::= db_name NK_DOT table_name alias_opt */ -{ yylhsminor.yy448 = createRealTableNode(pCxt, &yymsp[-3].minor.yy113, &yymsp[-1].minor.yy113, &yymsp[0].minor.yy113); } - yymsp[-3].minor.yy448 = yylhsminor.yy448; + case 497: /* table_primary ::= db_name NK_DOT table_name alias_opt */ +{ yylhsminor.yy872 = createRealTableNode(pCxt, &yymsp[-3].minor.yy929, &yymsp[-1].minor.yy929, &yymsp[0].minor.yy929); } + yymsp[-3].minor.yy872 = yylhsminor.yy872; break; - case 494: /* table_primary ::= subquery alias_opt */ -{ yylhsminor.yy448 = createTempTableNode(pCxt, releaseRawExprNode(pCxt, yymsp[-1].minor.yy448), &yymsp[0].minor.yy113); } - yymsp[-1].minor.yy448 = yylhsminor.yy448; + case 498: /* table_primary ::= subquery alias_opt */ +{ yylhsminor.yy872 = createTempTableNode(pCxt, releaseRawExprNode(pCxt, yymsp[-1].minor.yy872), &yymsp[0].minor.yy929); } + yymsp[-1].minor.yy872 = yylhsminor.yy872; break; - case 496: /* alias_opt ::= */ -{ yymsp[1].minor.yy113 = nil_token; } + case 500: /* alias_opt ::= */ +{ yymsp[1].minor.yy929 = nil_token; } break; - case 498: /* alias_opt ::= AS table_alias */ -{ yymsp[-1].minor.yy113 = yymsp[0].minor.yy113; } + case 502: /* alias_opt ::= AS table_alias */ +{ yymsp[-1].minor.yy929 = yymsp[0].minor.yy929; } break; - case 499: /* parenthesized_joined_table ::= NK_LP joined_table NK_RP */ - case 500: /* parenthesized_joined_table ::= NK_LP parenthesized_joined_table NK_RP */ yytestcase(yyruleno==500); -{ yymsp[-2].minor.yy448 = yymsp[-1].minor.yy448; } + case 503: /* parenthesized_joined_table ::= NK_LP joined_table NK_RP */ + case 504: /* parenthesized_joined_table ::= NK_LP parenthesized_joined_table NK_RP */ yytestcase(yyruleno==504); +{ yymsp[-2].minor.yy872 = yymsp[-1].minor.yy872; } break; - case 501: /* joined_table ::= table_reference join_type JOIN table_reference ON search_condition */ -{ yylhsminor.yy448 = createJoinTableNode(pCxt, yymsp[-4].minor.yy596, yymsp[-5].minor.yy448, yymsp[-2].minor.yy448, yymsp[0].minor.yy448); } - yymsp[-5].minor.yy448 = yylhsminor.yy448; + case 505: /* joined_table ::= table_reference join_type JOIN table_reference ON search_condition */ +{ yylhsminor.yy872 = createJoinTableNode(pCxt, yymsp[-4].minor.yy852, yymsp[-5].minor.yy872, yymsp[-2].minor.yy872, yymsp[0].minor.yy872); } + yymsp[-5].minor.yy872 = yylhsminor.yy872; break; - case 502: /* join_type ::= */ -{ yymsp[1].minor.yy596 = JOIN_TYPE_INNER; } + case 506: /* join_type ::= */ +{ yymsp[1].minor.yy852 = JOIN_TYPE_INNER; } break; - case 503: /* join_type ::= INNER */ -{ yymsp[0].minor.yy596 = JOIN_TYPE_INNER; } + case 507: /* join_type ::= INNER */ +{ yymsp[0].minor.yy852 = JOIN_TYPE_INNER; } break; - case 504: /* 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 508: /* 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.yy448 = createSelectStmt(pCxt, yymsp[-10].minor.yy369, yymsp[-9].minor.yy432, yymsp[-8].minor.yy448); - yymsp[-11].minor.yy448 = addWhereClause(pCxt, yymsp[-11].minor.yy448, yymsp[-7].minor.yy448); - yymsp[-11].minor.yy448 = addPartitionByClause(pCxt, yymsp[-11].minor.yy448, yymsp[-6].minor.yy432); - yymsp[-11].minor.yy448 = addWindowClauseClause(pCxt, yymsp[-11].minor.yy448, yymsp[-2].minor.yy448); - yymsp[-11].minor.yy448 = addGroupByClause(pCxt, yymsp[-11].minor.yy448, yymsp[-1].minor.yy432); - yymsp[-11].minor.yy448 = addHavingClause(pCxt, yymsp[-11].minor.yy448, yymsp[0].minor.yy448); - yymsp[-11].minor.yy448 = addRangeClause(pCxt, yymsp[-11].minor.yy448, yymsp[-5].minor.yy448); - yymsp[-11].minor.yy448 = addEveryClause(pCxt, yymsp[-11].minor.yy448, yymsp[-4].minor.yy448); - yymsp[-11].minor.yy448 = addFillClause(pCxt, yymsp[-11].minor.yy448, yymsp[-3].minor.yy448); + yymsp[-11].minor.yy872 = createSelectStmt(pCxt, yymsp[-10].minor.yy857, yymsp[-9].minor.yy664, yymsp[-8].minor.yy872); + yymsp[-11].minor.yy872 = addWhereClause(pCxt, yymsp[-11].minor.yy872, yymsp[-7].minor.yy872); + yymsp[-11].minor.yy872 = addPartitionByClause(pCxt, yymsp[-11].minor.yy872, yymsp[-6].minor.yy664); + yymsp[-11].minor.yy872 = addWindowClauseClause(pCxt, yymsp[-11].minor.yy872, yymsp[-2].minor.yy872); + yymsp[-11].minor.yy872 = addGroupByClause(pCxt, yymsp[-11].minor.yy872, yymsp[-1].minor.yy664); + yymsp[-11].minor.yy872 = addHavingClause(pCxt, yymsp[-11].minor.yy872, yymsp[0].minor.yy872); + yymsp[-11].minor.yy872 = addRangeClause(pCxt, yymsp[-11].minor.yy872, yymsp[-5].minor.yy872); + yymsp[-11].minor.yy872 = addEveryClause(pCxt, yymsp[-11].minor.yy872, yymsp[-4].minor.yy872); + yymsp[-11].minor.yy872 = addFillClause(pCxt, yymsp[-11].minor.yy872, yymsp[-3].minor.yy872); } break; - case 507: /* set_quantifier_opt ::= ALL */ -{ yymsp[0].minor.yy369 = false; } + case 511: /* set_quantifier_opt ::= ALL */ +{ yymsp[0].minor.yy857 = false; } break; - case 510: /* select_item ::= NK_STAR */ -{ yylhsminor.yy448 = createColumnNode(pCxt, NULL, &yymsp[0].minor.yy0); } - yymsp[0].minor.yy448 = yylhsminor.yy448; + case 514: /* select_item ::= NK_STAR */ +{ yylhsminor.yy872 = createColumnNode(pCxt, NULL, &yymsp[0].minor.yy0); } + yymsp[0].minor.yy872 = yylhsminor.yy872; break; - case 512: /* select_item ::= common_expression column_alias */ - case 522: /* partition_item ::= expr_or_subquery column_alias */ yytestcase(yyruleno==522); -{ yylhsminor.yy448 = setProjectionAlias(pCxt, releaseRawExprNode(pCxt, yymsp[-1].minor.yy448), &yymsp[0].minor.yy113); } - yymsp[-1].minor.yy448 = yylhsminor.yy448; + case 516: /* select_item ::= common_expression column_alias */ + case 526: /* partition_item ::= expr_or_subquery column_alias */ yytestcase(yyruleno==526); +{ yylhsminor.yy872 = setProjectionAlias(pCxt, releaseRawExprNode(pCxt, yymsp[-1].minor.yy872), &yymsp[0].minor.yy929); } + yymsp[-1].minor.yy872 = yylhsminor.yy872; break; - case 513: /* select_item ::= common_expression AS column_alias */ - case 523: /* partition_item ::= expr_or_subquery AS column_alias */ yytestcase(yyruleno==523); -{ yylhsminor.yy448 = setProjectionAlias(pCxt, releaseRawExprNode(pCxt, yymsp[-2].minor.yy448), &yymsp[0].minor.yy113); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; + case 517: /* select_item ::= common_expression AS column_alias */ + case 527: /* partition_item ::= expr_or_subquery AS column_alias */ yytestcase(yyruleno==527); +{ yylhsminor.yy872 = setProjectionAlias(pCxt, releaseRawExprNode(pCxt, yymsp[-2].minor.yy872), &yymsp[0].minor.yy929); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; - case 518: /* partition_by_clause_opt ::= PARTITION BY partition_list */ - case 543: /* group_by_clause_opt ::= GROUP BY group_by_list */ yytestcase(yyruleno==543); - case 562: /* order_by_clause_opt ::= ORDER BY sort_specification_list */ yytestcase(yyruleno==562); -{ yymsp[-2].minor.yy432 = yymsp[0].minor.yy432; } + case 522: /* partition_by_clause_opt ::= PARTITION BY partition_list */ + case 547: /* group_by_clause_opt ::= GROUP BY group_by_list */ yytestcase(yyruleno==547); + case 566: /* order_by_clause_opt ::= ORDER BY sort_specification_list */ yytestcase(yyruleno==566); +{ yymsp[-2].minor.yy664 = yymsp[0].minor.yy664; } break; - case 525: /* twindow_clause_opt ::= SESSION NK_LP column_reference NK_COMMA duration_literal NK_RP */ -{ yymsp[-5].minor.yy448 = createSessionWindowNode(pCxt, releaseRawExprNode(pCxt, yymsp[-3].minor.yy448), releaseRawExprNode(pCxt, yymsp[-1].minor.yy448)); } + case 529: /* twindow_clause_opt ::= SESSION NK_LP column_reference NK_COMMA duration_literal NK_RP */ +{ yymsp[-5].minor.yy872 = createSessionWindowNode(pCxt, releaseRawExprNode(pCxt, yymsp[-3].minor.yy872), releaseRawExprNode(pCxt, yymsp[-1].minor.yy872)); } break; - case 526: /* twindow_clause_opt ::= STATE_WINDOW NK_LP expr_or_subquery NK_RP */ -{ yymsp[-3].minor.yy448 = createStateWindowNode(pCxt, releaseRawExprNode(pCxt, yymsp[-1].minor.yy448)); } + case 530: /* twindow_clause_opt ::= STATE_WINDOW NK_LP expr_or_subquery NK_RP */ +{ yymsp[-3].minor.yy872 = createStateWindowNode(pCxt, releaseRawExprNode(pCxt, yymsp[-1].minor.yy872)); } break; - case 527: /* twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_RP sliding_opt fill_opt */ -{ yymsp[-5].minor.yy448 = createIntervalWindowNode(pCxt, releaseRawExprNode(pCxt, yymsp[-3].minor.yy448), NULL, yymsp[-1].minor.yy448, yymsp[0].minor.yy448); } + case 531: /* twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_RP sliding_opt fill_opt */ +{ yymsp[-5].minor.yy872 = createIntervalWindowNode(pCxt, releaseRawExprNode(pCxt, yymsp[-3].minor.yy872), NULL, yymsp[-1].minor.yy872, yymsp[0].minor.yy872); } break; - case 528: /* twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_COMMA duration_literal NK_RP sliding_opt fill_opt */ -{ yymsp[-7].minor.yy448 = createIntervalWindowNode(pCxt, releaseRawExprNode(pCxt, yymsp[-5].minor.yy448), releaseRawExprNode(pCxt, yymsp[-3].minor.yy448), yymsp[-1].minor.yy448, yymsp[0].minor.yy448); } + case 532: /* twindow_clause_opt ::= INTERVAL NK_LP duration_literal NK_COMMA duration_literal NK_RP sliding_opt fill_opt */ +{ yymsp[-7].minor.yy872 = createIntervalWindowNode(pCxt, releaseRawExprNode(pCxt, yymsp[-5].minor.yy872), releaseRawExprNode(pCxt, yymsp[-3].minor.yy872), yymsp[-1].minor.yy872, yymsp[0].minor.yy872); } break; - case 529: /* twindow_clause_opt ::= EVENT_WINDOW START WITH search_condition END WITH search_condition */ -{ yymsp[-6].minor.yy448 = createEventWindowNode(pCxt, yymsp[-3].minor.yy448, yymsp[0].minor.yy448); } + case 533: /* twindow_clause_opt ::= EVENT_WINDOW START WITH search_condition END WITH search_condition */ +{ yymsp[-6].minor.yy872 = createEventWindowNode(pCxt, yymsp[-3].minor.yy872, yymsp[0].minor.yy872); } break; - case 533: /* fill_opt ::= FILL NK_LP fill_mode NK_RP */ -{ yymsp[-3].minor.yy448 = createFillNode(pCxt, yymsp[-1].minor.yy46, NULL); } + case 537: /* fill_opt ::= FILL NK_LP fill_mode NK_RP */ +{ yymsp[-3].minor.yy872 = createFillNode(pCxt, yymsp[-1].minor.yy294, NULL); } break; - case 534: /* fill_opt ::= FILL NK_LP VALUE NK_COMMA expression_list NK_RP */ -{ yymsp[-5].minor.yy448 = createFillNode(pCxt, FILL_MODE_VALUE, createNodeListNode(pCxt, yymsp[-1].minor.yy432)); } + case 538: /* fill_opt ::= FILL NK_LP VALUE NK_COMMA expression_list NK_RP */ +{ yymsp[-5].minor.yy872 = createFillNode(pCxt, FILL_MODE_VALUE, createNodeListNode(pCxt, yymsp[-1].minor.yy664)); } break; - case 535: /* fill_opt ::= FILL NK_LP VALUE_F NK_COMMA expression_list NK_RP */ -{ yymsp[-5].minor.yy448 = createFillNode(pCxt, FILL_MODE_VALUE_F, createNodeListNode(pCxt, yymsp[-1].minor.yy432)); } + case 539: /* fill_opt ::= FILL NK_LP VALUE_F NK_COMMA expression_list NK_RP */ +{ yymsp[-5].minor.yy872 = createFillNode(pCxt, FILL_MODE_VALUE_F, createNodeListNode(pCxt, yymsp[-1].minor.yy664)); } break; - case 536: /* fill_mode ::= NONE */ -{ yymsp[0].minor.yy46 = FILL_MODE_NONE; } + case 540: /* fill_mode ::= NONE */ +{ yymsp[0].minor.yy294 = FILL_MODE_NONE; } break; - case 537: /* fill_mode ::= PREV */ -{ yymsp[0].minor.yy46 = FILL_MODE_PREV; } + case 541: /* fill_mode ::= PREV */ +{ yymsp[0].minor.yy294 = FILL_MODE_PREV; } break; - case 538: /* fill_mode ::= NULL */ -{ yymsp[0].minor.yy46 = FILL_MODE_NULL; } + case 542: /* fill_mode ::= NULL */ +{ yymsp[0].minor.yy294 = FILL_MODE_NULL; } break; - case 539: /* fill_mode ::= NULL_F */ -{ yymsp[0].minor.yy46 = FILL_MODE_NULL_F; } + case 543: /* fill_mode ::= NULL_F */ +{ yymsp[0].minor.yy294 = FILL_MODE_NULL_F; } break; - case 540: /* fill_mode ::= LINEAR */ -{ yymsp[0].minor.yy46 = FILL_MODE_LINEAR; } + case 544: /* fill_mode ::= LINEAR */ +{ yymsp[0].minor.yy294 = FILL_MODE_LINEAR; } break; - case 541: /* fill_mode ::= NEXT */ -{ yymsp[0].minor.yy46 = FILL_MODE_NEXT; } + case 545: /* fill_mode ::= NEXT */ +{ yymsp[0].minor.yy294 = FILL_MODE_NEXT; } break; - case 544: /* group_by_list ::= expr_or_subquery */ -{ yylhsminor.yy432 = createNodeList(pCxt, createGroupingSetNode(pCxt, releaseRawExprNode(pCxt, yymsp[0].minor.yy448))); } - yymsp[0].minor.yy432 = yylhsminor.yy432; + case 548: /* group_by_list ::= expr_or_subquery */ +{ yylhsminor.yy664 = createNodeList(pCxt, createGroupingSetNode(pCxt, releaseRawExprNode(pCxt, yymsp[0].minor.yy872))); } + yymsp[0].minor.yy664 = yylhsminor.yy664; break; - case 545: /* group_by_list ::= group_by_list NK_COMMA expr_or_subquery */ -{ yylhsminor.yy432 = addNodeToList(pCxt, yymsp[-2].minor.yy432, createGroupingSetNode(pCxt, releaseRawExprNode(pCxt, yymsp[0].minor.yy448))); } - yymsp[-2].minor.yy432 = yylhsminor.yy432; + case 549: /* group_by_list ::= group_by_list NK_COMMA expr_or_subquery */ +{ yylhsminor.yy664 = addNodeToList(pCxt, yymsp[-2].minor.yy664, createGroupingSetNode(pCxt, releaseRawExprNode(pCxt, yymsp[0].minor.yy872))); } + yymsp[-2].minor.yy664 = yylhsminor.yy664; break; - case 549: /* range_opt ::= RANGE NK_LP expr_or_subquery NK_COMMA expr_or_subquery NK_RP */ -{ yymsp[-5].minor.yy448 = createInterpTimeRange(pCxt, releaseRawExprNode(pCxt, yymsp[-3].minor.yy448), releaseRawExprNode(pCxt, yymsp[-1].minor.yy448)); } + case 553: /* range_opt ::= RANGE NK_LP expr_or_subquery NK_COMMA expr_or_subquery NK_RP */ +{ yymsp[-5].minor.yy872 = createInterpTimeRange(pCxt, releaseRawExprNode(pCxt, yymsp[-3].minor.yy872), releaseRawExprNode(pCxt, yymsp[-1].minor.yy872)); } break; - case 552: /* query_expression ::= query_simple order_by_clause_opt slimit_clause_opt limit_clause_opt */ + case 556: /* query_expression ::= query_simple order_by_clause_opt slimit_clause_opt limit_clause_opt */ { - yylhsminor.yy448 = addOrderByClause(pCxt, yymsp[-3].minor.yy448, yymsp[-2].minor.yy432); - yylhsminor.yy448 = addSlimitClause(pCxt, yylhsminor.yy448, yymsp[-1].minor.yy448); - yylhsminor.yy448 = addLimitClause(pCxt, yylhsminor.yy448, yymsp[0].minor.yy448); + yylhsminor.yy872 = addOrderByClause(pCxt, yymsp[-3].minor.yy872, yymsp[-2].minor.yy664); + yylhsminor.yy872 = addSlimitClause(pCxt, yylhsminor.yy872, yymsp[-1].minor.yy872); + yylhsminor.yy872 = addLimitClause(pCxt, yylhsminor.yy872, yymsp[0].minor.yy872); } - yymsp[-3].minor.yy448 = yylhsminor.yy448; + yymsp[-3].minor.yy872 = yylhsminor.yy872; break; - case 555: /* union_query_expression ::= query_simple_or_subquery UNION ALL query_simple_or_subquery */ -{ yylhsminor.yy448 = createSetOperator(pCxt, SET_OP_TYPE_UNION_ALL, yymsp[-3].minor.yy448, yymsp[0].minor.yy448); } - yymsp[-3].minor.yy448 = yylhsminor.yy448; + case 559: /* union_query_expression ::= query_simple_or_subquery UNION ALL query_simple_or_subquery */ +{ yylhsminor.yy872 = createSetOperator(pCxt, SET_OP_TYPE_UNION_ALL, yymsp[-3].minor.yy872, yymsp[0].minor.yy872); } + yymsp[-3].minor.yy872 = yylhsminor.yy872; break; - case 556: /* union_query_expression ::= query_simple_or_subquery UNION query_simple_or_subquery */ -{ yylhsminor.yy448 = createSetOperator(pCxt, SET_OP_TYPE_UNION, yymsp[-2].minor.yy448, yymsp[0].minor.yy448); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; + case 560: /* union_query_expression ::= query_simple_or_subquery UNION query_simple_or_subquery */ +{ yylhsminor.yy872 = createSetOperator(pCxt, SET_OP_TYPE_UNION, yymsp[-2].minor.yy872, yymsp[0].minor.yy872); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; - case 564: /* slimit_clause_opt ::= SLIMIT NK_INTEGER */ - case 568: /* limit_clause_opt ::= LIMIT NK_INTEGER */ yytestcase(yyruleno==568); -{ yymsp[-1].minor.yy448 = createLimitNode(pCxt, &yymsp[0].minor.yy0, NULL); } + case 568: /* slimit_clause_opt ::= SLIMIT NK_INTEGER */ + case 572: /* limit_clause_opt ::= LIMIT NK_INTEGER */ yytestcase(yyruleno==572); +{ yymsp[-1].minor.yy872 = createLimitNode(pCxt, &yymsp[0].minor.yy0, NULL); } break; - case 565: /* slimit_clause_opt ::= SLIMIT NK_INTEGER SOFFSET NK_INTEGER */ - case 569: /* limit_clause_opt ::= LIMIT NK_INTEGER OFFSET NK_INTEGER */ yytestcase(yyruleno==569); -{ yymsp[-3].minor.yy448 = createLimitNode(pCxt, &yymsp[-2].minor.yy0, &yymsp[0].minor.yy0); } + case 569: /* slimit_clause_opt ::= SLIMIT NK_INTEGER SOFFSET NK_INTEGER */ + case 573: /* limit_clause_opt ::= LIMIT NK_INTEGER OFFSET NK_INTEGER */ yytestcase(yyruleno==573); +{ yymsp[-3].minor.yy872 = createLimitNode(pCxt, &yymsp[-2].minor.yy0, &yymsp[0].minor.yy0); } break; - case 566: /* slimit_clause_opt ::= SLIMIT NK_INTEGER NK_COMMA NK_INTEGER */ - case 570: /* limit_clause_opt ::= LIMIT NK_INTEGER NK_COMMA NK_INTEGER */ yytestcase(yyruleno==570); -{ yymsp[-3].minor.yy448 = createLimitNode(pCxt, &yymsp[0].minor.yy0, &yymsp[-2].minor.yy0); } + case 570: /* slimit_clause_opt ::= SLIMIT NK_INTEGER NK_COMMA NK_INTEGER */ + case 574: /* limit_clause_opt ::= LIMIT NK_INTEGER NK_COMMA NK_INTEGER */ yytestcase(yyruleno==574); +{ yymsp[-3].minor.yy872 = createLimitNode(pCxt, &yymsp[0].minor.yy0, &yymsp[-2].minor.yy0); } break; - case 571: /* subquery ::= NK_LP query_expression NK_RP */ -{ yylhsminor.yy448 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy0, &yymsp[0].minor.yy0, yymsp[-1].minor.yy448); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; + case 575: /* subquery ::= NK_LP query_expression NK_RP */ +{ yylhsminor.yy872 = createRawExprNodeExt(pCxt, &yymsp[-2].minor.yy0, &yymsp[0].minor.yy0, yymsp[-1].minor.yy872); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; - case 576: /* sort_specification ::= expr_or_subquery ordering_specification_opt null_ordering_opt */ -{ yylhsminor.yy448 = createOrderByExprNode(pCxt, releaseRawExprNode(pCxt, yymsp[-2].minor.yy448), yymsp[-1].minor.yy666, yymsp[0].minor.yy585); } - yymsp[-2].minor.yy448 = yylhsminor.yy448; + case 580: /* sort_specification ::= expr_or_subquery ordering_specification_opt null_ordering_opt */ +{ yylhsminor.yy872 = createOrderByExprNode(pCxt, releaseRawExprNode(pCxt, yymsp[-2].minor.yy872), yymsp[-1].minor.yy578, yymsp[0].minor.yy457); } + yymsp[-2].minor.yy872 = yylhsminor.yy872; break; - case 577: /* ordering_specification_opt ::= */ -{ yymsp[1].minor.yy666 = ORDER_ASC; } + case 581: /* ordering_specification_opt ::= */ +{ yymsp[1].minor.yy578 = ORDER_ASC; } break; - case 578: /* ordering_specification_opt ::= ASC */ -{ yymsp[0].minor.yy666 = ORDER_ASC; } + case 582: /* ordering_specification_opt ::= ASC */ +{ yymsp[0].minor.yy578 = ORDER_ASC; } break; - case 579: /* ordering_specification_opt ::= DESC */ -{ yymsp[0].minor.yy666 = ORDER_DESC; } + case 583: /* ordering_specification_opt ::= DESC */ +{ yymsp[0].minor.yy578 = ORDER_DESC; } break; - case 580: /* null_ordering_opt ::= */ -{ yymsp[1].minor.yy585 = NULL_ORDER_DEFAULT; } + case 584: /* null_ordering_opt ::= */ +{ yymsp[1].minor.yy457 = NULL_ORDER_DEFAULT; } break; - case 581: /* null_ordering_opt ::= NULLS FIRST */ -{ yymsp[-1].minor.yy585 = NULL_ORDER_FIRST; } + case 585: /* null_ordering_opt ::= NULLS FIRST */ +{ yymsp[-1].minor.yy457 = NULL_ORDER_FIRST; } break; - case 582: /* null_ordering_opt ::= NULLS LAST */ -{ yymsp[-1].minor.yy585 = NULL_ORDER_LAST; } + case 586: /* null_ordering_opt ::= NULLS LAST */ +{ yymsp[-1].minor.yy457 = NULL_ORDER_LAST; } break; default: break; diff --git a/source/libs/parser/test/parExplainToSyncdbTest.cpp b/source/libs/parser/test/parExplainToSyncdbTest.cpp index f23685b3058b911f23baf8c37c6608ab989de5c7..7f2cc052042d078f46c167daf9fe4536259f8598 100644 --- a/source/libs/parser/test/parExplainToSyncdbTest.cpp +++ b/source/libs/parser/test/parExplainToSyncdbTest.cpp @@ -101,6 +101,60 @@ TEST_F(ParserExplainToSyncdbTest, mergeVgroup) { run("MERGE VGROUP 1 2"); } +TEST_F(ParserExplainToSyncdbTest, pauseStreamStmt) { + useDb("root", "test"); + + SMPauseStreamReq expect = {0}; + + auto setMPauseStreamReq = [&](const string& name, bool igNotExists = false) { + snprintf(expect.name, sizeof(expect.name), "0.%s", name.c_str()); + expect.igNotExists = igNotExists; + }; + + setCheckDdlFunc([&](const SQuery* pQuery, ParserStage stage) { + ASSERT_EQ(nodeType(pQuery->pRoot), QUERY_NODE_PAUSE_STREAM_STMT); + ASSERT_EQ(pQuery->pCmdMsg->msgType, TDMT_MND_PAUSE_STREAM); + SMPauseStreamReq req = {0}; + ASSERT_EQ(tDeserializeSMPauseStreamReq(pQuery->pCmdMsg->pMsg, pQuery->pCmdMsg->msgLen, &req), TSDB_CODE_SUCCESS); + ASSERT_EQ(string(req.name), string(expect.name)); + ASSERT_EQ(req.igNotExists, expect.igNotExists); + }); + + setMPauseStreamReq("str1"); + run("PAUSE STREAM str1"); + + setMPauseStreamReq("str2", true); + run("PAUSE STREAM IF EXISTS str2"); +} + +TEST_F(ParserExplainToSyncdbTest, resumeStreamStmt) { + useDb("root", "test"); + + SMResumeStreamReq expect = {0}; + + auto setMResumeStreamReq = [&](const string& name, bool igNotExists = false, bool igUntreated = false) { + snprintf(expect.name, sizeof(expect.name), "0.%s", name.c_str()); + expect.igNotExists = igNotExists; + expect.igUntreated = igUntreated; + }; + + setCheckDdlFunc([&](const SQuery* pQuery, ParserStage stage) { + ASSERT_EQ(nodeType(pQuery->pRoot), QUERY_NODE_RESUME_STREAM_STMT); + ASSERT_EQ(pQuery->pCmdMsg->msgType, TDMT_MND_RESUME_STREAM); + SMResumeStreamReq req = {0}; + ASSERT_EQ(tDeserializeSMResumeStreamReq(pQuery->pCmdMsg->pMsg, pQuery->pCmdMsg->msgLen, &req), TSDB_CODE_SUCCESS); + ASSERT_EQ(string(req.name), string(expect.name)); + ASSERT_EQ(req.igNotExists, expect.igNotExists); + ASSERT_EQ(req.igUntreated, expect.igUntreated); + }); + + setMResumeStreamReq("str1"); + run("RESUME STREAM str1"); + + setMResumeStreamReq("str2", true, true); + run("RESUME STREAM IF EXISTS IGNORE UNTREATED str2"); +} + TEST_F(ParserExplainToSyncdbTest, redistributeVgroup) { useDb("root", "test");