diff --git a/src/grammar/flink/FlinkSqlParser.g4 b/src/grammar/flink/FlinkSqlParser.g4 index 8b5a191f..3a2ad0f2 100644 --- a/src/grammar/flink/FlinkSqlParser.g4 +++ b/src/grammar/flink/FlinkSqlParser.g4 @@ -189,6 +189,10 @@ columnName | {this.shouldMatchEmpty()}? ; +columnNamePath + : uid + ; + columnNameList : LR_BRACKET columnName (COMMA columnName)* RR_BRACKET ; @@ -451,9 +455,9 @@ queryStatement : valuesCaluse | withClause queryStatement | LR_BRACKET queryStatement RR_BRACKET - | left=queryStatement operator=(KW_INTERSECT | KW_UNION | KW_EXCEPT) KW_ALL? right=queryStatement orderByCaluse? limitClause? - | selectClause orderByCaluse? limitClause? - | selectStatement orderByCaluse? limitClause? + | left=queryStatement operator=(KW_INTERSECT | KW_UNION | KW_EXCEPT) KW_ALL? right=queryStatement orderByClause? limitClause? + | selectClause orderByClause? limitClause? + | selectStatement orderByClause? limitClause? ; valuesCaluse @@ -626,15 +630,15 @@ namedWindow ; windowSpec - : name=errorCapturingIdentifier? LR_BRACKET partitionByClause? orderByCaluse? windowFrame? RR_BRACKET + : name=errorCapturingIdentifier? LR_BRACKET partitionByClause? orderByClause? windowFrame? RR_BRACKET ; matchRecognizeClause - : KW_MATCH_RECOGNIZE LR_BRACKET partitionByClause? orderByCaluse? measuresClause? outputMode? afterMatchStrategy? patternDefination? + : KW_MATCH_RECOGNIZE LR_BRACKET partitionByClause? orderByClause? measuresClause? outputMode? afterMatchStrategy? patternDefination? patternVariablesDefination RR_BRACKET (KW_AS? identifier)? ; -orderByCaluse +orderByClause : KW_ORDER KW_BY orderItemDefition (COMMA orderItemDefition)* ; @@ -763,7 +767,7 @@ primaryExpression // | identifier '->' expression #lambda // | '(' identifier (',' identifier)+ ')' '->' expression #lambda | value=primaryExpression LS_BRACKET index=valueExpression RS_BRACKET # subscript - | identifier # columnReference + | columnNamePath # columnReference | dereferenceDefinition # dereference | LR_BRACKET expression RR_BRACKET # parenthesizedExpression | KW_CURRENT_TIMESTAMP # dateFunctionExpression @@ -1216,4 +1220,4 @@ nonReservedKeywords | KW_WEEK | KW_YEARS | KW_ZONE - ; + ; \ No newline at end of file diff --git a/src/lib/flink/FlinkSqlParser.interp b/src/lib/flink/FlinkSqlParser.interp index 2ae21016..76d22836 100644 --- a/src/lib/flink/FlinkSqlParser.interp +++ b/src/lib/flink/FlinkSqlParser.interp @@ -1114,6 +1114,7 @@ columnOptionDefinition physicalColumnDefinition columnNameCreate columnName +columnNamePath columnNameList columnType lengthOneDimension @@ -1201,7 +1202,7 @@ windowClause namedWindow windowSpec matchRecognizeClause -orderByCaluse +orderByClause orderItemDefition limitClause partitionByClause @@ -1277,4 +1278,4 @@ nonReservedKeywords atn: -[4, 1, 541, 2260, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 2, 154, 7, 154, 2, 155, 7, 155, 2, 156, 7, 156, 2, 157, 7, 157, 2, 158, 7, 158, 2, 159, 7, 159, 2, 160, 7, 160, 2, 161, 7, 161, 2, 162, 7, 162, 2, 163, 7, 163, 2, 164, 7, 164, 2, 165, 7, 165, 2, 166, 7, 166, 2, 167, 7, 167, 2, 168, 7, 168, 2, 169, 7, 169, 2, 170, 7, 170, 2, 171, 7, 171, 2, 172, 7, 172, 2, 173, 7, 173, 2, 174, 7, 174, 2, 175, 7, 175, 2, 176, 7, 176, 2, 177, 7, 177, 2, 178, 7, 178, 2, 179, 7, 179, 2, 180, 7, 180, 2, 181, 7, 181, 2, 182, 7, 182, 2, 183, 7, 183, 2, 184, 7, 184, 2, 185, 7, 185, 2, 186, 7, 186, 1, 0, 5, 0, 376, 8, 0, 10, 0, 12, 0, 379, 9, 0, 1, 0, 1, 0, 1, 1, 1, 1, 3, 1, 385, 8, 1, 1, 1, 3, 1, 388, 8, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 402, 8, 2, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 3, 4, 420, 8, 4, 1, 5, 1, 5, 3, 5, 424, 8, 5, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 7, 1, 7, 3, 7, 433, 8, 7, 1, 7, 1, 7, 1, 7, 3, 7, 438, 8, 7, 1, 8, 1, 8, 1, 8, 5, 8, 443, 8, 8, 10, 8, 12, 8, 446, 9, 8, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 3, 10, 456, 8, 10, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 5, 11, 463, 8, 11, 10, 11, 12, 11, 466, 9, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 477, 8, 12, 1, 12, 3, 12, 480, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 487, 8, 12, 1, 12, 3, 12, 490, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 498, 8, 12, 1, 12, 1, 12, 3, 12, 502, 8, 12, 1, 12, 1, 12, 1, 12, 3, 12, 507, 8, 12, 1, 12, 3, 12, 510, 8, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 517, 8, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 15, 1, 15, 3, 15, 525, 8, 15, 1, 16, 1, 16, 3, 16, 529, 8, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 541, 8, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 549, 8, 18, 1, 18, 1, 18, 3, 18, 553, 8, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 585, 8, 18, 1, 19, 3, 19, 588, 8, 19, 1, 19, 4, 19, 591, 8, 19, 11, 19, 12, 19, 592, 1, 20, 1, 20, 3, 20, 597, 8, 20, 1, 21, 1, 21, 3, 21, 601, 8, 21, 1, 21, 1, 21, 3, 21, 605, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 5, 21, 612, 8, 21, 10, 21, 12, 21, 615, 9, 21, 1, 21, 1, 21, 3, 21, 619, 8, 21, 1, 21, 1, 21, 3, 21, 623, 8, 21, 1, 21, 1, 21, 3, 21, 627, 8, 21, 1, 21, 1, 21, 1, 21, 3, 21, 632, 8, 21, 1, 21, 3, 21, 635, 8, 21, 1, 21, 1, 21, 3, 21, 639, 8, 21, 1, 22, 1, 22, 1, 22, 3, 22, 644, 8, 22, 1, 22, 1, 22, 1, 22, 1, 22, 3, 22, 650, 8, 22, 1, 23, 1, 23, 1, 23, 3, 23, 655, 8, 23, 1, 24, 1, 24, 1, 24, 3, 24, 660, 8, 24, 1, 24, 1, 24, 3, 24, 664, 8, 24, 1, 25, 1, 25, 3, 25, 668, 8, 25, 1, 26, 1, 26, 3, 26, 672, 8, 26, 1, 27, 1, 27, 1, 27, 1, 27, 5, 27, 678, 8, 27, 10, 27, 12, 27, 681, 9, 27, 1, 27, 1, 27, 1, 28, 1, 28, 1, 28, 3, 28, 688, 8, 28, 1, 28, 1, 28, 3, 28, 692, 8, 28, 1, 28, 1, 28, 3, 28, 696, 8, 28, 1, 28, 1, 28, 3, 28, 700, 8, 28, 1, 28, 1, 28, 3, 28, 704, 8, 28, 1, 28, 1, 28, 3, 28, 708, 8, 28, 1, 28, 1, 28, 3, 28, 712, 8, 28, 1, 28, 1, 28, 3, 28, 716, 8, 28, 1, 28, 1, 28, 3, 28, 720, 8, 28, 3, 28, 722, 8, 28, 1, 29, 1, 29, 1, 29, 1, 29, 1, 30, 1, 30, 1, 30, 1, 30, 3, 30, 732, 8, 30, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 3, 31, 740, 8, 31, 1, 31, 1, 31, 1, 32, 1, 32, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 5, 34, 762, 8, 34, 10, 34, 12, 34, 765, 9, 34, 1, 34, 1, 34, 1, 35, 1, 35, 3, 35, 771, 8, 35, 1, 35, 1, 35, 1, 35, 1, 35, 3, 35, 777, 8, 35, 1, 35, 3, 35, 780, 8, 35, 1, 35, 3, 35, 783, 8, 35, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 790, 8, 36, 1, 36, 3, 36, 793, 8, 36, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 802, 8, 38, 1, 39, 1, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 41, 1, 41, 3, 41, 814, 8, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 1, 45, 5, 45, 836, 8, 45, 10, 45, 12, 45, 839, 9, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 5, 46, 848, 8, 46, 10, 46, 12, 46, 851, 9, 46, 1, 46, 1, 46, 3, 46, 855, 8, 46, 1, 47, 1, 47, 3, 47, 859, 8, 47, 1, 48, 1, 48, 1, 48, 1, 48, 5, 48, 865, 8, 48, 10, 48, 12, 48, 868, 9, 48, 1, 48, 3, 48, 871, 8, 48, 1, 49, 1, 49, 1, 49, 1, 49, 3, 49, 877, 8, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 51, 1, 51, 1, 51, 3, 51, 887, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 892, 8, 51, 1, 51, 1, 51, 1, 52, 1, 52, 3, 52, 898, 8, 52, 1, 52, 1, 52, 3, 52, 902, 8, 52, 1, 52, 1, 52, 3, 52, 906, 8, 52, 1, 52, 1, 52, 3, 52, 910, 8, 52, 1, 52, 1, 52, 1, 52, 1, 53, 1, 53, 1, 53, 1, 53, 3, 53, 919, 8, 53, 1, 53, 1, 53, 3, 53, 923, 8, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 3, 53, 930, 8, 53, 1, 53, 3, 53, 933, 8, 53, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 5, 54, 941, 8, 54, 10, 54, 12, 54, 944, 9, 54, 1, 55, 1, 55, 1, 56, 1, 56, 1, 56, 3, 56, 951, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 959, 8, 56, 1, 57, 1, 57, 3, 57, 963, 8, 57, 1, 57, 1, 57, 1, 57, 1, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 3, 59, 978, 8, 59, 1, 60, 1, 60, 1, 60, 1, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 3, 63, 997, 8, 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 65, 1, 65, 1, 65, 1, 65, 3, 65, 1008, 8, 65, 1, 65, 1, 65, 3, 65, 1012, 8, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 3, 65, 1019, 8, 65, 1, 66, 1, 66, 1, 66, 3, 66, 1024, 8, 66, 1, 66, 1, 66, 1, 67, 1, 67, 3, 67, 1030, 8, 67, 1, 67, 1, 67, 3, 67, 1034, 8, 67, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 3, 68, 1041, 8, 68, 1, 68, 1, 68, 3, 68, 1045, 8, 68, 1, 69, 1, 69, 3, 69, 1049, 8, 69, 1, 69, 1, 69, 3, 69, 1053, 8, 69, 1, 69, 1, 69, 1, 70, 1, 70, 1, 70, 1, 70, 3, 70, 1061, 8, 70, 1, 70, 1, 70, 3, 70, 1065, 8, 70, 1, 70, 1, 70, 1, 71, 3, 71, 1070, 8, 71, 1, 71, 1, 71, 1, 71, 1, 71, 3, 71, 1076, 8, 71, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 1082, 8, 72, 1, 72, 3, 72, 1085, 8, 72, 1, 72, 1, 72, 3, 72, 1089, 8, 72, 1, 73, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 1, 74, 5, 74, 1098, 8, 74, 10, 74, 12, 74, 1101, 9, 74, 1, 75, 1, 75, 1, 75, 1, 75, 5, 75, 1107, 8, 75, 10, 75, 12, 75, 1110, 9, 75, 1, 75, 1, 75, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 4, 76, 1121, 8, 76, 11, 76, 12, 76, 1122, 1, 76, 1, 76, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 4, 77, 1133, 8, 77, 11, 77, 12, 77, 1134, 1, 77, 1, 77, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 3, 78, 1150, 8, 78, 1, 78, 3, 78, 1153, 8, 78, 1, 78, 1, 78, 3, 78, 1157, 8, 78, 1, 78, 3, 78, 1160, 8, 78, 3, 78, 1162, 8, 78, 1, 78, 1, 78, 1, 78, 3, 78, 1167, 8, 78, 1, 78, 1, 78, 3, 78, 1171, 8, 78, 1, 78, 3, 78, 1174, 8, 78, 5, 78, 1176, 8, 78, 10, 78, 12, 78, 1179, 9, 78, 1, 79, 1, 79, 1, 79, 1, 79, 5, 79, 1185, 8, 79, 10, 79, 12, 79, 1188, 9, 79, 1, 80, 1, 80, 1, 80, 1, 80, 5, 80, 1194, 8, 80, 10, 80, 12, 80, 1197, 9, 80, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 5, 81, 1204, 8, 81, 10, 81, 12, 81, 1207, 9, 81, 1, 81, 1, 81, 3, 81, 1211, 8, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 82, 1, 82, 1, 83, 1, 83, 3, 83, 1222, 8, 83, 1, 83, 3, 83, 1225, 8, 83, 1, 83, 3, 83, 1228, 8, 83, 1, 83, 3, 83, 1231, 8, 83, 1, 83, 3, 83, 1234, 8, 83, 1, 83, 1, 83, 1, 83, 1, 83, 3, 83, 1240, 8, 83, 1, 84, 1, 84, 3, 84, 1244, 8, 84, 1, 84, 1, 84, 1, 84, 1, 84, 5, 84, 1250, 8, 84, 10, 84, 12, 84, 1253, 9, 84, 3, 84, 1255, 8, 84, 1, 85, 1, 85, 1, 85, 3, 85, 1260, 8, 85, 1, 85, 3, 85, 1263, 8, 85, 1, 85, 1, 85, 3, 85, 1267, 8, 85, 1, 85, 3, 85, 1270, 8, 85, 3, 85, 1272, 8, 85, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 3, 86, 1286, 8, 86, 1, 87, 1, 87, 1, 87, 1, 88, 1, 88, 1, 88, 1, 88, 5, 88, 1295, 8, 88, 10, 88, 12, 88, 1298, 9, 88, 1, 88, 1, 88, 3, 88, 1302, 8, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 3, 88, 1310, 8, 88, 1, 88, 3, 88, 1313, 8, 88, 1, 88, 3, 88, 1316, 8, 88, 1, 88, 1, 88, 1, 88, 3, 88, 1321, 8, 88, 5, 88, 1323, 8, 88, 10, 88, 12, 88, 1326, 9, 88, 1, 89, 1, 89, 3, 89, 1330, 8, 89, 1, 90, 3, 90, 1333, 8, 90, 1, 90, 1, 90, 3, 90, 1337, 8, 90, 1, 90, 1, 90, 3, 90, 1341, 8, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 5, 90, 1351, 8, 90, 10, 90, 12, 90, 1354, 9, 90, 1, 90, 1, 90, 1, 90, 1, 90, 3, 90, 1360, 8, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 3, 90, 1371, 8, 90, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 92, 1, 92, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 5, 95, 1396, 8, 95, 10, 95, 12, 95, 1399, 9, 95, 1, 95, 1, 95, 1, 96, 1, 96, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 3, 97, 1420, 8, 97, 1, 98, 1, 98, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 100, 1, 100, 1, 100, 1, 100, 3, 100, 1433, 8, 100, 1, 101, 1, 101, 1, 101, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 5, 102, 1443, 8, 102, 10, 102, 12, 102, 1446, 9, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 5, 103, 1456, 8, 103, 10, 103, 12, 103, 1459, 9, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 5, 103, 1468, 8, 103, 10, 103, 12, 103, 1471, 9, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 5, 103, 1480, 8, 103, 10, 103, 12, 103, 1483, 9, 103, 1, 103, 1, 103, 1, 103, 3, 103, 1488, 8, 103, 1, 104, 1, 104, 1, 104, 1, 105, 1, 105, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 107, 1, 107, 1, 108, 1, 108, 1, 109, 1, 109, 1, 109, 1, 110, 1, 110, 1, 110, 1, 110, 5, 110, 1513, 8, 110, 10, 110, 12, 110, 1516, 9, 110, 1, 111, 1, 111, 1, 111, 1, 111, 1, 112, 3, 112, 1523, 8, 112, 1, 112, 1, 112, 3, 112, 1527, 8, 112, 1, 112, 3, 112, 1530, 8, 112, 1, 112, 3, 112, 1533, 8, 112, 1, 112, 1, 112, 1, 113, 1, 113, 1, 113, 3, 113, 1540, 8, 113, 1, 113, 3, 113, 1543, 8, 113, 1, 113, 3, 113, 1546, 8, 113, 1, 113, 3, 113, 1549, 8, 113, 1, 113, 3, 113, 1552, 8, 113, 1, 113, 3, 113, 1555, 8, 113, 1, 113, 1, 113, 1, 113, 3, 113, 1560, 8, 113, 1, 113, 3, 113, 1563, 8, 113, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 5, 114, 1570, 8, 114, 10, 114, 12, 114, 1573, 9, 114, 1, 115, 1, 115, 3, 115, 1577, 8, 115, 1, 115, 1, 115, 3, 115, 1581, 8, 115, 1, 116, 1, 116, 1, 116, 3, 116, 1586, 8, 116, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 5, 117, 1593, 8, 117, 10, 117, 12, 117, 1596, 9, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 3, 118, 1614, 8, 118, 1, 119, 1, 119, 1, 119, 1, 119, 5, 119, 1620, 8, 119, 10, 119, 12, 119, 1623, 9, 119, 1, 120, 1, 120, 1, 120, 4, 120, 1628, 8, 120, 11, 120, 12, 120, 1629, 1, 120, 1, 120, 3, 120, 1634, 8, 120, 1, 121, 1, 121, 3, 121, 1638, 8, 121, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 3, 122, 1648, 8, 122, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 3, 123, 1674, 8, 123, 1, 124, 1, 124, 1, 124, 1, 124, 5, 124, 1680, 8, 124, 10, 124, 12, 124, 1683, 9, 124, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 3, 125, 1694, 8, 125, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 127, 1, 127, 1, 127, 1, 128, 1, 128, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 3, 129, 1716, 8, 129, 3, 129, 1718, 8, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 3, 129, 1729, 8, 129, 1, 129, 5, 129, 1732, 8, 129, 10, 129, 12, 129, 1735, 9, 129, 1, 130, 3, 130, 1738, 8, 130, 1, 130, 1, 130, 3, 130, 1742, 8, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 3, 130, 1749, 8, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 5, 130, 1756, 8, 130, 10, 130, 12, 130, 1759, 9, 130, 1, 130, 1, 130, 1, 130, 3, 130, 1764, 8, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 3, 130, 1777, 8, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 3, 130, 1784, 8, 130, 1, 130, 1, 130, 1, 130, 3, 130, 1789, 8, 130, 1, 130, 1, 130, 1, 130, 1, 130, 3, 130, 1795, 8, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 3, 130, 1802, 8, 130, 3, 130, 1804, 8, 130, 1, 131, 3, 131, 1807, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 5, 131, 1817, 8, 131, 10, 131, 12, 131, 1820, 9, 131, 1, 131, 1, 131, 3, 131, 1824, 8, 131, 1, 131, 3, 131, 1827, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1833, 8, 131, 3, 131, 1835, 8, 131, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 1841, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 5, 132, 1862, 8, 132, 10, 132, 12, 132, 1865, 9, 132, 1, 133, 1, 133, 1, 133, 4, 133, 1870, 8, 133, 11, 133, 12, 133, 1871, 1, 133, 1, 133, 3, 133, 1876, 8, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 4, 133, 1883, 8, 133, 11, 133, 12, 133, 1884, 1, 133, 1, 133, 3, 133, 1889, 8, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 3, 133, 1905, 8, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 3, 133, 1914, 8, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 3, 133, 1938, 8, 133, 1, 133, 1, 133, 1, 133, 5, 133, 1943, 8, 133, 10, 133, 12, 133, 1946, 9, 133, 3, 133, 1948, 8, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 3, 133, 1959, 8, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 5, 133, 1966, 8, 133, 10, 133, 12, 133, 1969, 9, 133, 1, 134, 1, 134, 1, 135, 1, 135, 3, 135, 1975, 8, 135, 1, 136, 1, 136, 1, 136, 1, 136, 3, 136, 1981, 8, 136, 1, 137, 1, 137, 1, 138, 1, 138, 1, 139, 1, 139, 3, 139, 1989, 8, 139, 1, 140, 1, 140, 1, 140, 3, 140, 1994, 8, 140, 1, 141, 1, 141, 3, 141, 1998, 8, 141, 1, 142, 1, 142, 1, 142, 4, 142, 2003, 8, 142, 11, 142, 12, 142, 2004, 1, 143, 1, 143, 1, 143, 3, 143, 2010, 8, 143, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 145, 3, 145, 2018, 8, 145, 1, 145, 1, 145, 3, 145, 2022, 8, 145, 1, 146, 3, 146, 2025, 8, 146, 1, 146, 1, 146, 3, 146, 2029, 8, 146, 1, 147, 1, 147, 1, 147, 1, 148, 1, 148, 4, 148, 2036, 8, 148, 11, 148, 12, 148, 2037, 1, 148, 3, 148, 2041, 8, 148, 1, 149, 1, 149, 1, 149, 1, 149, 1, 150, 1, 150, 1, 150, 5, 150, 2050, 8, 150, 10, 150, 12, 150, 2053, 9, 150, 1, 151, 1, 151, 1, 151, 3, 151, 2058, 8, 151, 1, 152, 1, 152, 1, 153, 1, 153, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 155, 1, 155, 1, 156, 1, 156, 1, 157, 1, 157, 1, 157, 3, 157, 2076, 8, 157, 1, 158, 1, 158, 1, 158, 3, 158, 2081, 8, 158, 1, 159, 1, 159, 1, 159, 3, 159, 2086, 8, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 3, 159, 2093, 8, 159, 3, 159, 2095, 8, 159, 1, 160, 1, 160, 1, 160, 3, 160, 2100, 8, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 3, 160, 2107, 8, 160, 3, 160, 2109, 8, 160, 1, 161, 1, 161, 1, 161, 3, 161, 2114, 8, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 3, 161, 2121, 8, 161, 3, 161, 2123, 8, 161, 1, 162, 1, 162, 1, 162, 3, 162, 2128, 8, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 3, 162, 2135, 8, 162, 3, 162, 2137, 8, 162, 1, 163, 1, 163, 1, 163, 5, 163, 2142, 8, 163, 10, 163, 12, 163, 2145, 9, 163, 1, 164, 1, 164, 1, 164, 1, 165, 1, 165, 1, 165, 1, 165, 1, 166, 1, 166, 1, 166, 1, 167, 1, 167, 1, 167, 1, 167, 5, 167, 2161, 8, 167, 10, 167, 12, 167, 2164, 9, 167, 1, 167, 1, 167, 1, 168, 1, 168, 3, 168, 2170, 8, 168, 1, 168, 3, 168, 2173, 8, 168, 1, 169, 1, 169, 1, 169, 3, 169, 2178, 8, 169, 1, 170, 1, 170, 1, 170, 1, 170, 3, 170, 2184, 8, 170, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 3, 171, 2192, 8, 171, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 3, 172, 2208, 8, 172, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 3, 173, 2217, 8, 173, 1, 174, 1, 174, 1, 175, 1, 175, 1, 176, 1, 176, 1, 176, 1, 176, 3, 176, 2227, 8, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 3, 176, 2234, 8, 176, 1, 176, 3, 176, 2237, 8, 176, 1, 177, 1, 177, 1, 177, 1, 178, 1, 178, 1, 179, 1, 179, 1, 180, 1, 180, 1, 181, 1, 181, 1, 182, 1, 182, 1, 183, 1, 183, 1, 184, 1, 184, 1, 185, 1, 185, 1, 186, 1, 186, 1, 186, 1, 2143, 5, 156, 176, 258, 264, 266, 187, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 254, 256, 258, 260, 262, 264, 266, 268, 270, 272, 274, 276, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298, 300, 302, 304, 306, 308, 310, 312, 314, 316, 318, 320, 322, 324, 326, 328, 330, 332, 334, 336, 338, 340, 342, 344, 346, 348, 350, 352, 354, 356, 358, 360, 362, 364, 366, 368, 370, 372, 0, 45, 2, 0, 109, 109, 450, 450, 3, 0, 45, 45, 128, 128, 188, 188, 4, 0, 42, 42, 90, 90, 422, 422, 464, 464, 2, 0, 441, 441, 447, 447, 2, 0, 151, 151, 170, 170, 2, 0, 437, 437, 489, 489, 2, 0, 482, 485, 487, 487, 3, 0, 32, 32, 91, 91, 244, 244, 11, 0, 28, 29, 35, 35, 46, 46, 92, 92, 178, 179, 344, 344, 360, 360, 378, 378, 381, 381, 387, 387, 416, 417, 2, 0, 433, 433, 435, 435, 4, 0, 101, 102, 115, 115, 144, 144, 246, 246, 2, 0, 13, 13, 231, 231, 2, 0, 455, 455, 462, 462, 3, 0, 5, 5, 270, 270, 444, 444, 3, 0, 266, 266, 455, 455, 462, 462, 3, 0, 425, 425, 458, 458, 477, 477, 3, 0, 330, 330, 465, 465, 481, 481, 2, 0, 440, 440, 490, 490, 2, 0, 183, 183, 265, 265, 3, 0, 130, 130, 180, 180, 402, 402, 4, 0, 152, 152, 174, 174, 201, 201, 317, 317, 3, 0, 445, 445, 459, 459, 499, 499, 4, 0, 250, 250, 446, 446, 494, 496, 498, 498, 2, 0, 74, 74, 320, 320, 3, 0, 459, 459, 492, 492, 499, 499, 2, 0, 439, 439, 450, 450, 2, 0, 457, 457, 467, 467, 4, 0, 140, 140, 244, 244, 397, 397, 404, 404, 2, 0, 19, 19, 369, 369, 2, 0, 5, 5, 11, 11, 2, 0, 509, 509, 529, 530, 4, 0, 452, 452, 527, 527, 531, 531, 534, 534, 2, 0, 529, 530, 532, 532, 1, 0, 529, 530, 1, 0, 538, 539, 2, 0, 538, 538, 541, 541, 4, 0, 452, 452, 527, 527, 529, 531, 533, 534, 3, 0, 241, 241, 508, 509, 529, 530, 2, 0, 140, 140, 397, 397, 2, 0, 5, 5, 113, 113, 10, 0, 97, 97, 165, 165, 222, 222, 229, 229, 334, 334, 436, 436, 470, 470, 472, 472, 488, 488, 502, 502, 15, 0, 97, 97, 165, 165, 222, 222, 229, 229, 334, 334, 427, 427, 436, 436, 442, 442, 448, 449, 454, 454, 460, 460, 470, 475, 488, 488, 491, 491, 502, 503, 11, 0, 5, 5, 13, 13, 33, 33, 78, 78, 84, 85, 113, 113, 200, 200, 207, 208, 389, 389, 413, 413, 527, 527, 55, 0, 4, 4, 13, 13, 23, 23, 38, 38, 41, 41, 43, 44, 54, 54, 56, 56, 69, 69, 75, 75, 78, 78, 84, 85, 91, 91, 98, 99, 107, 107, 119, 119, 134, 134, 139, 139, 143, 143, 145, 145, 160, 160, 165, 165, 167, 167, 194, 194, 197, 197, 199, 199, 201, 201, 205, 205, 207, 209, 214, 214, 220, 220, 222, 223, 229, 229, 243, 243, 245, 245, 264, 264, 276, 276, 281, 281, 283, 283, 293, 293, 317, 317, 321, 323, 334, 334, 357, 358, 364, 364, 367, 367, 378, 380, 395, 395, 398, 399, 408, 408, 419, 420, 436, 436, 469, 469, 488, 488, 502, 502, 1, 0, 437, 504, 2460, 0, 377, 1, 0, 0, 0, 2, 387, 1, 0, 0, 0, 4, 401, 1, 0, 0, 0, 6, 403, 1, 0, 0, 0, 8, 419, 1, 0, 0, 0, 10, 423, 1, 0, 0, 0, 12, 425, 1, 0, 0, 0, 14, 428, 1, 0, 0, 0, 16, 439, 1, 0, 0, 0, 18, 447, 1, 0, 0, 0, 20, 455, 1, 0, 0, 0, 22, 457, 1, 0, 0, 0, 24, 509, 1, 0, 0, 0, 26, 511, 1, 0, 0, 0, 28, 518, 1, 0, 0, 0, 30, 522, 1, 0, 0, 0, 32, 526, 1, 0, 0, 0, 34, 530, 1, 0, 0, 0, 36, 584, 1, 0, 0, 0, 38, 590, 1, 0, 0, 0, 40, 596, 1, 0, 0, 0, 42, 598, 1, 0, 0, 0, 44, 640, 1, 0, 0, 0, 46, 654, 1, 0, 0, 0, 48, 656, 1, 0, 0, 0, 50, 667, 1, 0, 0, 0, 52, 671, 1, 0, 0, 0, 54, 673, 1, 0, 0, 0, 56, 721, 1, 0, 0, 0, 58, 723, 1, 0, 0, 0, 60, 727, 1, 0, 0, 0, 62, 735, 1, 0, 0, 0, 64, 743, 1, 0, 0, 0, 66, 747, 1, 0, 0, 0, 68, 754, 1, 0, 0, 0, 70, 782, 1, 0, 0, 0, 72, 784, 1, 0, 0, 0, 74, 794, 1, 0, 0, 0, 76, 796, 1, 0, 0, 0, 78, 803, 1, 0, 0, 0, 80, 805, 1, 0, 0, 0, 82, 813, 1, 0, 0, 0, 84, 821, 1, 0, 0, 0, 86, 823, 1, 0, 0, 0, 88, 827, 1, 0, 0, 0, 90, 831, 1, 0, 0, 0, 92, 854, 1, 0, 0, 0, 94, 858, 1, 0, 0, 0, 96, 860, 1, 0, 0, 0, 98, 876, 1, 0, 0, 0, 100, 878, 1, 0, 0, 0, 102, 883, 1, 0, 0, 0, 104, 895, 1, 0, 0, 0, 106, 914, 1, 0, 0, 0, 108, 934, 1, 0, 0, 0, 110, 945, 1, 0, 0, 0, 112, 947, 1, 0, 0, 0, 114, 960, 1, 0, 0, 0, 116, 967, 1, 0, 0, 0, 118, 970, 1, 0, 0, 0, 120, 979, 1, 0, 0, 0, 122, 983, 1, 0, 0, 0, 124, 987, 1, 0, 0, 0, 126, 990, 1, 0, 0, 0, 128, 998, 1, 0, 0, 0, 130, 1003, 1, 0, 0, 0, 132, 1020, 1, 0, 0, 0, 134, 1027, 1, 0, 0, 0, 136, 1037, 1, 0, 0, 0, 138, 1046, 1, 0, 0, 0, 140, 1056, 1, 0, 0, 0, 142, 1075, 1, 0, 0, 0, 144, 1077, 1, 0, 0, 0, 146, 1090, 1, 0, 0, 0, 148, 1093, 1, 0, 0, 0, 150, 1102, 1, 0, 0, 0, 152, 1113, 1, 0, 0, 0, 154, 1126, 1, 0, 0, 0, 156, 1161, 1, 0, 0, 0, 158, 1180, 1, 0, 0, 0, 160, 1189, 1, 0, 0, 0, 162, 1198, 1, 0, 0, 0, 164, 1217, 1, 0, 0, 0, 166, 1239, 1, 0, 0, 0, 168, 1241, 1, 0, 0, 0, 170, 1271, 1, 0, 0, 0, 172, 1285, 1, 0, 0, 0, 174, 1287, 1, 0, 0, 0, 176, 1301, 1, 0, 0, 0, 178, 1327, 1, 0, 0, 0, 180, 1370, 1, 0, 0, 0, 182, 1372, 1, 0, 0, 0, 184, 1378, 1, 0, 0, 0, 186, 1380, 1, 0, 0, 0, 188, 1385, 1, 0, 0, 0, 190, 1390, 1, 0, 0, 0, 192, 1402, 1, 0, 0, 0, 194, 1419, 1, 0, 0, 0, 196, 1421, 1, 0, 0, 0, 198, 1423, 1, 0, 0, 0, 200, 1432, 1, 0, 0, 0, 202, 1434, 1, 0, 0, 0, 204, 1437, 1, 0, 0, 0, 206, 1487, 1, 0, 0, 0, 208, 1489, 1, 0, 0, 0, 210, 1492, 1, 0, 0, 0, 212, 1494, 1, 0, 0, 0, 214, 1501, 1, 0, 0, 0, 216, 1503, 1, 0, 0, 0, 218, 1505, 1, 0, 0, 0, 220, 1508, 1, 0, 0, 0, 222, 1517, 1, 0, 0, 0, 224, 1522, 1, 0, 0, 0, 226, 1536, 1, 0, 0, 0, 228, 1564, 1, 0, 0, 0, 230, 1574, 1, 0, 0, 0, 232, 1582, 1, 0, 0, 0, 234, 1587, 1, 0, 0, 0, 236, 1613, 1, 0, 0, 0, 238, 1615, 1, 0, 0, 0, 240, 1624, 1, 0, 0, 0, 242, 1635, 1, 0, 0, 0, 244, 1647, 1, 0, 0, 0, 246, 1673, 1, 0, 0, 0, 248, 1675, 1, 0, 0, 0, 250, 1693, 1, 0, 0, 0, 252, 1695, 1, 0, 0, 0, 254, 1700, 1, 0, 0, 0, 256, 1703, 1, 0, 0, 0, 258, 1717, 1, 0, 0, 0, 260, 1803, 1, 0, 0, 0, 262, 1834, 1, 0, 0, 0, 264, 1840, 1, 0, 0, 0, 266, 1958, 1, 0, 0, 0, 268, 1970, 1, 0, 0, 0, 270, 1974, 1, 0, 0, 0, 272, 1980, 1, 0, 0, 0, 274, 1982, 1, 0, 0, 0, 276, 1984, 1, 0, 0, 0, 278, 1988, 1, 0, 0, 0, 280, 1990, 1, 0, 0, 0, 282, 1995, 1, 0, 0, 0, 284, 2002, 1, 0, 0, 0, 286, 2006, 1, 0, 0, 0, 288, 2011, 1, 0, 0, 0, 290, 2021, 1, 0, 0, 0, 292, 2024, 1, 0, 0, 0, 294, 2030, 1, 0, 0, 0, 296, 2040, 1, 0, 0, 0, 298, 2042, 1, 0, 0, 0, 300, 2046, 1, 0, 0, 0, 302, 2057, 1, 0, 0, 0, 304, 2059, 1, 0, 0, 0, 306, 2061, 1, 0, 0, 0, 308, 2063, 1, 0, 0, 0, 310, 2068, 1, 0, 0, 0, 312, 2070, 1, 0, 0, 0, 314, 2072, 1, 0, 0, 0, 316, 2077, 1, 0, 0, 0, 318, 2094, 1, 0, 0, 0, 320, 2108, 1, 0, 0, 0, 322, 2122, 1, 0, 0, 0, 324, 2136, 1, 0, 0, 0, 326, 2138, 1, 0, 0, 0, 328, 2146, 1, 0, 0, 0, 330, 2149, 1, 0, 0, 0, 332, 2153, 1, 0, 0, 0, 334, 2156, 1, 0, 0, 0, 336, 2167, 1, 0, 0, 0, 338, 2177, 1, 0, 0, 0, 340, 2183, 1, 0, 0, 0, 342, 2191, 1, 0, 0, 0, 344, 2207, 1, 0, 0, 0, 346, 2216, 1, 0, 0, 0, 348, 2218, 1, 0, 0, 0, 350, 2220, 1, 0, 0, 0, 352, 2236, 1, 0, 0, 0, 354, 2238, 1, 0, 0, 0, 356, 2241, 1, 0, 0, 0, 358, 2243, 1, 0, 0, 0, 360, 2245, 1, 0, 0, 0, 362, 2247, 1, 0, 0, 0, 364, 2249, 1, 0, 0, 0, 366, 2251, 1, 0, 0, 0, 368, 2253, 1, 0, 0, 0, 370, 2255, 1, 0, 0, 0, 372, 2257, 1, 0, 0, 0, 374, 376, 3, 2, 1, 0, 375, 374, 1, 0, 0, 0, 376, 379, 1, 0, 0, 0, 377, 375, 1, 0, 0, 0, 377, 378, 1, 0, 0, 0, 378, 380, 1, 0, 0, 0, 379, 377, 1, 0, 0, 0, 380, 381, 5, 0, 0, 1, 381, 1, 1, 0, 0, 0, 382, 384, 3, 4, 2, 0, 383, 385, 5, 521, 0, 0, 384, 383, 1, 0, 0, 0, 384, 385, 1, 0, 0, 0, 385, 388, 1, 0, 0, 0, 386, 388, 3, 6, 3, 0, 387, 382, 1, 0, 0, 0, 387, 386, 1, 0, 0, 0, 388, 3, 1, 0, 0, 0, 389, 402, 3, 8, 4, 0, 390, 402, 3, 10, 5, 0, 391, 402, 3, 12, 6, 0, 392, 402, 3, 14, 7, 0, 393, 402, 3, 20, 10, 0, 394, 402, 3, 24, 12, 0, 395, 402, 3, 26, 13, 0, 396, 402, 3, 28, 14, 0, 397, 402, 3, 30, 15, 0, 398, 402, 3, 32, 16, 0, 399, 402, 3, 34, 17, 0, 400, 402, 3, 36, 18, 0, 401, 389, 1, 0, 0, 0, 401, 390, 1, 0, 0, 0, 401, 391, 1, 0, 0, 0, 401, 392, 1, 0, 0, 0, 401, 393, 1, 0, 0, 0, 401, 394, 1, 0, 0, 0, 401, 395, 1, 0, 0, 0, 401, 396, 1, 0, 0, 0, 401, 397, 1, 0, 0, 0, 401, 398, 1, 0, 0, 0, 401, 399, 1, 0, 0, 0, 401, 400, 1, 0, 0, 0, 402, 5, 1, 0, 0, 0, 403, 404, 5, 521, 0, 0, 404, 7, 1, 0, 0, 0, 405, 420, 3, 40, 20, 0, 406, 420, 3, 102, 51, 0, 407, 420, 3, 104, 52, 0, 408, 420, 3, 106, 53, 0, 409, 420, 3, 100, 50, 0, 410, 420, 3, 112, 56, 0, 411, 420, 3, 126, 63, 0, 412, 420, 3, 128, 64, 0, 413, 420, 3, 130, 65, 0, 414, 420, 3, 132, 66, 0, 415, 420, 3, 134, 67, 0, 416, 420, 3, 136, 68, 0, 417, 420, 3, 138, 69, 0, 418, 420, 3, 140, 70, 0, 419, 405, 1, 0, 0, 0, 419, 406, 1, 0, 0, 0, 419, 407, 1, 0, 0, 0, 419, 408, 1, 0, 0, 0, 419, 409, 1, 0, 0, 0, 419, 410, 1, 0, 0, 0, 419, 411, 1, 0, 0, 0, 419, 412, 1, 0, 0, 0, 419, 413, 1, 0, 0, 0, 419, 414, 1, 0, 0, 0, 419, 415, 1, 0, 0, 0, 419, 416, 1, 0, 0, 0, 419, 417, 1, 0, 0, 0, 419, 418, 1, 0, 0, 0, 420, 9, 1, 0, 0, 0, 421, 424, 3, 156, 78, 0, 422, 424, 3, 142, 71, 0, 423, 421, 1, 0, 0, 0, 423, 422, 1, 0, 0, 0, 424, 11, 1, 0, 0, 0, 425, 426, 7, 0, 0, 0, 426, 427, 3, 320, 160, 0, 427, 13, 1, 0, 0, 0, 428, 432, 5, 135, 0, 0, 429, 433, 3, 16, 8, 0, 430, 431, 5, 479, 0, 0, 431, 433, 5, 146, 0, 0, 432, 429, 1, 0, 0, 0, 432, 430, 1, 0, 0, 0, 432, 433, 1, 0, 0, 0, 433, 437, 1, 0, 0, 0, 434, 438, 3, 10, 5, 0, 435, 438, 3, 144, 72, 0, 436, 438, 3, 154, 77, 0, 437, 434, 1, 0, 0, 0, 437, 435, 1, 0, 0, 0, 437, 436, 1, 0, 0, 0, 438, 15, 1, 0, 0, 0, 439, 444, 3, 18, 9, 0, 440, 441, 5, 520, 0, 0, 441, 443, 3, 18, 9, 0, 442, 440, 1, 0, 0, 0, 443, 446, 1, 0, 0, 0, 444, 442, 1, 0, 0, 0, 444, 445, 1, 0, 0, 0, 445, 17, 1, 0, 0, 0, 446, 444, 1, 0, 0, 0, 447, 448, 7, 1, 0, 0, 448, 19, 1, 0, 0, 0, 449, 450, 5, 410, 0, 0, 450, 451, 5, 441, 0, 0, 451, 456, 3, 310, 155, 0, 452, 453, 5, 410, 0, 0, 453, 456, 3, 314, 157, 0, 454, 456, 3, 22, 11, 0, 455, 449, 1, 0, 0, 0, 455, 452, 1, 0, 0, 0, 455, 454, 1, 0, 0, 0, 456, 21, 1, 0, 0, 0, 457, 458, 5, 410, 0, 0, 458, 459, 5, 227, 0, 0, 459, 464, 3, 326, 163, 0, 460, 461, 5, 520, 0, 0, 461, 463, 3, 326, 163, 0, 462, 460, 1, 0, 0, 0, 463, 466, 1, 0, 0, 0, 464, 462, 1, 0, 0, 0, 464, 465, 1, 0, 0, 0, 465, 23, 1, 0, 0, 0, 466, 464, 1, 0, 0, 0, 467, 468, 5, 341, 0, 0, 468, 510, 7, 2, 0, 0, 469, 470, 5, 341, 0, 0, 470, 471, 5, 76, 0, 0, 471, 510, 7, 3, 0, 0, 472, 473, 5, 341, 0, 0, 473, 476, 5, 374, 0, 0, 474, 475, 7, 4, 0, 0, 475, 477, 3, 314, 157, 0, 476, 474, 1, 0, 0, 0, 476, 477, 1, 0, 0, 0, 477, 479, 1, 0, 0, 0, 478, 480, 3, 262, 131, 0, 479, 478, 1, 0, 0, 0, 479, 480, 1, 0, 0, 0, 480, 510, 1, 0, 0, 0, 481, 482, 5, 341, 0, 0, 482, 483, 5, 58, 0, 0, 483, 486, 7, 4, 0, 0, 484, 487, 3, 322, 161, 0, 485, 487, 3, 320, 160, 0, 486, 484, 1, 0, 0, 0, 486, 485, 1, 0, 0, 0, 487, 489, 1, 0, 0, 0, 488, 490, 3, 262, 131, 0, 489, 488, 1, 0, 0, 0, 489, 490, 1, 0, 0, 0, 490, 510, 1, 0, 0, 0, 491, 492, 5, 341, 0, 0, 492, 497, 5, 72, 0, 0, 493, 494, 5, 373, 0, 0, 494, 498, 3, 320, 160, 0, 495, 496, 5, 501, 0, 0, 496, 498, 3, 322, 161, 0, 497, 493, 1, 0, 0, 0, 497, 495, 1, 0, 0, 0, 498, 510, 1, 0, 0, 0, 499, 501, 5, 341, 0, 0, 500, 502, 5, 411, 0, 0, 501, 500, 1, 0, 0, 0, 501, 502, 1, 0, 0, 0, 502, 503, 1, 0, 0, 0, 503, 510, 5, 154, 0, 0, 504, 506, 5, 341, 0, 0, 505, 507, 5, 152, 0, 0, 506, 505, 1, 0, 0, 0, 506, 507, 1, 0, 0, 0, 507, 508, 1, 0, 0, 0, 508, 510, 5, 227, 0, 0, 509, 467, 1, 0, 0, 0, 509, 469, 1, 0, 0, 0, 509, 472, 1, 0, 0, 0, 509, 481, 1, 0, 0, 0, 509, 491, 1, 0, 0, 0, 509, 499, 1, 0, 0, 0, 509, 504, 1, 0, 0, 0, 510, 25, 1, 0, 0, 0, 511, 512, 5, 468, 0, 0, 512, 513, 5, 226, 0, 0, 513, 516, 3, 326, 163, 0, 514, 515, 5, 433, 0, 0, 515, 517, 3, 334, 167, 0, 516, 514, 1, 0, 0, 0, 516, 517, 1, 0, 0, 0, 517, 27, 1, 0, 0, 0, 518, 519, 5, 500, 0, 0, 519, 520, 5, 226, 0, 0, 520, 521, 3, 326, 163, 0, 521, 29, 1, 0, 0, 0, 522, 524, 5, 340, 0, 0, 523, 525, 3, 336, 168, 0, 524, 523, 1, 0, 0, 0, 524, 525, 1, 0, 0, 0, 525, 31, 1, 0, 0, 0, 526, 528, 5, 312, 0, 0, 527, 529, 3, 338, 169, 0, 528, 527, 1, 0, 0, 0, 528, 529, 1, 0, 0, 0, 529, 33, 1, 0, 0, 0, 530, 531, 7, 5, 0, 0, 531, 532, 5, 463, 0, 0, 532, 533, 3, 110, 55, 0, 533, 35, 1, 0, 0, 0, 534, 535, 5, 437, 0, 0, 535, 536, 5, 463, 0, 0, 536, 537, 5, 433, 0, 0, 537, 540, 3, 38, 19, 0, 538, 539, 5, 17, 0, 0, 539, 541, 3, 326, 163, 0, 540, 538, 1, 0, 0, 0, 540, 541, 1, 0, 0, 0, 541, 585, 1, 0, 0, 0, 542, 543, 5, 437, 0, 0, 543, 544, 5, 456, 0, 0, 544, 545, 5, 433, 0, 0, 545, 548, 3, 38, 19, 0, 546, 547, 5, 17, 0, 0, 547, 549, 3, 326, 163, 0, 548, 546, 1, 0, 0, 0, 548, 549, 1, 0, 0, 0, 549, 552, 1, 0, 0, 0, 550, 551, 5, 311, 0, 0, 551, 553, 3, 326, 163, 0, 552, 550, 1, 0, 0, 0, 552, 553, 1, 0, 0, 0, 553, 585, 1, 0, 0, 0, 554, 555, 5, 437, 0, 0, 555, 556, 7, 6, 0, 0, 556, 557, 5, 433, 0, 0, 557, 558, 3, 38, 19, 0, 558, 559, 5, 311, 0, 0, 559, 560, 3, 326, 163, 0, 560, 585, 1, 0, 0, 0, 561, 562, 5, 437, 0, 0, 562, 563, 5, 486, 0, 0, 563, 585, 3, 38, 19, 0, 564, 565, 5, 437, 0, 0, 565, 566, 5, 453, 0, 0, 566, 567, 5, 456, 0, 0, 567, 568, 5, 433, 0, 0, 568, 569, 3, 38, 19, 0, 569, 570, 5, 311, 0, 0, 570, 571, 3, 326, 163, 0, 571, 572, 5, 466, 0, 0, 572, 573, 3, 326, 163, 0, 573, 585, 1, 0, 0, 0, 574, 575, 5, 437, 0, 0, 575, 576, 5, 443, 0, 0, 576, 577, 5, 456, 0, 0, 577, 578, 5, 433, 0, 0, 578, 579, 3, 38, 19, 0, 579, 580, 5, 146, 0, 0, 580, 581, 3, 326, 163, 0, 581, 582, 5, 17, 0, 0, 582, 583, 3, 326, 163, 0, 583, 585, 1, 0, 0, 0, 584, 534, 1, 0, 0, 0, 584, 542, 1, 0, 0, 0, 584, 554, 1, 0, 0, 0, 584, 561, 1, 0, 0, 0, 584, 564, 1, 0, 0, 0, 584, 574, 1, 0, 0, 0, 585, 37, 1, 0, 0, 0, 586, 588, 5, 534, 0, 0, 587, 586, 1, 0, 0, 0, 587, 588, 1, 0, 0, 0, 588, 589, 1, 0, 0, 0, 589, 591, 3, 326, 163, 0, 590, 587, 1, 0, 0, 0, 591, 592, 1, 0, 0, 0, 592, 590, 1, 0, 0, 0, 592, 593, 1, 0, 0, 0, 593, 39, 1, 0, 0, 0, 594, 597, 3, 42, 21, 0, 595, 597, 3, 44, 22, 0, 596, 594, 1, 0, 0, 0, 596, 595, 1, 0, 0, 0, 597, 41, 1, 0, 0, 0, 598, 600, 5, 72, 0, 0, 599, 601, 5, 497, 0, 0, 600, 599, 1, 0, 0, 0, 600, 601, 1, 0, 0, 0, 601, 602, 1, 0, 0, 0, 602, 604, 5, 373, 0, 0, 603, 605, 3, 330, 165, 0, 604, 603, 1, 0, 0, 0, 604, 605, 1, 0, 0, 0, 605, 606, 1, 0, 0, 0, 606, 607, 3, 318, 159, 0, 607, 608, 5, 516, 0, 0, 608, 613, 3, 46, 23, 0, 609, 610, 5, 520, 0, 0, 610, 612, 3, 46, 23, 0, 611, 609, 1, 0, 0, 0, 612, 615, 1, 0, 0, 0, 613, 611, 1, 0, 0, 0, 613, 614, 1, 0, 0, 0, 614, 618, 1, 0, 0, 0, 615, 613, 1, 0, 0, 0, 616, 617, 5, 520, 0, 0, 617, 619, 3, 80, 40, 0, 618, 616, 1, 0, 0, 0, 618, 619, 1, 0, 0, 0, 619, 622, 1, 0, 0, 0, 620, 621, 5, 520, 0, 0, 621, 623, 3, 82, 41, 0, 622, 620, 1, 0, 0, 0, 622, 623, 1, 0, 0, 0, 623, 626, 1, 0, 0, 0, 624, 625, 5, 520, 0, 0, 625, 627, 3, 86, 43, 0, 626, 624, 1, 0, 0, 0, 626, 627, 1, 0, 0, 0, 627, 628, 1, 0, 0, 0, 628, 631, 5, 517, 0, 0, 629, 630, 5, 59, 0, 0, 630, 632, 5, 537, 0, 0, 631, 629, 1, 0, 0, 0, 631, 632, 1, 0, 0, 0, 632, 634, 1, 0, 0, 0, 633, 635, 3, 88, 44, 0, 634, 633, 1, 0, 0, 0, 634, 635, 1, 0, 0, 0, 635, 636, 1, 0, 0, 0, 636, 638, 3, 328, 164, 0, 637, 639, 3, 96, 48, 0, 638, 637, 1, 0, 0, 0, 638, 639, 1, 0, 0, 0, 639, 43, 1, 0, 0, 0, 640, 641, 5, 72, 0, 0, 641, 643, 5, 373, 0, 0, 642, 644, 3, 330, 165, 0, 643, 642, 1, 0, 0, 0, 643, 644, 1, 0, 0, 0, 644, 645, 1, 0, 0, 0, 645, 646, 3, 318, 159, 0, 646, 649, 3, 328, 164, 0, 647, 648, 5, 17, 0, 0, 648, 650, 3, 156, 78, 0, 649, 647, 1, 0, 0, 0, 649, 650, 1, 0, 0, 0, 650, 45, 1, 0, 0, 0, 651, 655, 3, 48, 24, 0, 652, 655, 3, 72, 36, 0, 653, 655, 3, 76, 38, 0, 654, 651, 1, 0, 0, 0, 654, 652, 1, 0, 0, 0, 654, 653, 1, 0, 0, 0, 655, 47, 1, 0, 0, 0, 656, 657, 3, 50, 25, 0, 657, 659, 3, 56, 28, 0, 658, 660, 3, 70, 35, 0, 659, 658, 1, 0, 0, 0, 659, 660, 1, 0, 0, 0, 660, 663, 1, 0, 0, 0, 661, 662, 5, 59, 0, 0, 662, 664, 5, 537, 0, 0, 663, 661, 1, 0, 0, 0, 663, 664, 1, 0, 0, 0, 664, 49, 1, 0, 0, 0, 665, 668, 3, 326, 163, 0, 666, 668, 3, 256, 128, 0, 667, 665, 1, 0, 0, 0, 667, 666, 1, 0, 0, 0, 668, 51, 1, 0, 0, 0, 669, 672, 3, 326, 163, 0, 670, 672, 4, 26, 0, 0, 671, 669, 1, 0, 0, 0, 671, 670, 1, 0, 0, 0, 672, 53, 1, 0, 0, 0, 673, 674, 5, 516, 0, 0, 674, 679, 3, 52, 26, 0, 675, 676, 5, 520, 0, 0, 676, 678, 3, 52, 26, 0, 677, 675, 1, 0, 0, 0, 678, 681, 1, 0, 0, 0, 679, 677, 1, 0, 0, 0, 679, 680, 1, 0, 0, 0, 680, 682, 1, 0, 0, 0, 681, 679, 1, 0, 0, 0, 682, 683, 5, 517, 0, 0, 683, 55, 1, 0, 0, 0, 684, 722, 7, 7, 0, 0, 685, 687, 7, 8, 0, 0, 686, 688, 3, 58, 29, 0, 687, 686, 1, 0, 0, 0, 687, 688, 1, 0, 0, 0, 688, 722, 1, 0, 0, 0, 689, 691, 5, 379, 0, 0, 690, 692, 3, 58, 29, 0, 691, 690, 1, 0, 0, 0, 691, 692, 1, 0, 0, 0, 692, 699, 1, 0, 0, 0, 693, 695, 7, 9, 0, 0, 694, 696, 5, 206, 0, 0, 695, 694, 1, 0, 0, 0, 695, 696, 1, 0, 0, 0, 696, 697, 1, 0, 0, 0, 697, 698, 5, 378, 0, 0, 698, 700, 5, 504, 0, 0, 699, 693, 1, 0, 0, 0, 699, 700, 1, 0, 0, 0, 700, 722, 1, 0, 0, 0, 701, 703, 7, 10, 0, 0, 702, 704, 3, 60, 30, 0, 703, 702, 1, 0, 0, 0, 703, 704, 1, 0, 0, 0, 704, 722, 1, 0, 0, 0, 705, 707, 7, 11, 0, 0, 706, 708, 3, 64, 32, 0, 707, 706, 1, 0, 0, 0, 707, 708, 1, 0, 0, 0, 708, 722, 1, 0, 0, 0, 709, 711, 5, 469, 0, 0, 710, 712, 3, 66, 33, 0, 711, 710, 1, 0, 0, 0, 711, 712, 1, 0, 0, 0, 712, 722, 1, 0, 0, 0, 713, 715, 5, 321, 0, 0, 714, 716, 3, 68, 34, 0, 715, 714, 1, 0, 0, 0, 715, 716, 1, 0, 0, 0, 716, 722, 1, 0, 0, 0, 717, 719, 5, 294, 0, 0, 718, 720, 3, 62, 31, 0, 719, 718, 1, 0, 0, 0, 719, 720, 1, 0, 0, 0, 720, 722, 1, 0, 0, 0, 721, 684, 1, 0, 0, 0, 721, 685, 1, 0, 0, 0, 721, 689, 1, 0, 0, 0, 721, 701, 1, 0, 0, 0, 721, 705, 1, 0, 0, 0, 721, 709, 1, 0, 0, 0, 721, 713, 1, 0, 0, 0, 721, 717, 1, 0, 0, 0, 722, 57, 1, 0, 0, 0, 723, 724, 5, 516, 0, 0, 724, 725, 3, 358, 179, 0, 725, 726, 5, 517, 0, 0, 726, 59, 1, 0, 0, 0, 727, 728, 5, 516, 0, 0, 728, 731, 3, 358, 179, 0, 729, 730, 5, 520, 0, 0, 730, 732, 3, 358, 179, 0, 731, 729, 1, 0, 0, 0, 731, 732, 1, 0, 0, 0, 732, 733, 1, 0, 0, 0, 733, 734, 5, 517, 0, 0, 734, 61, 1, 0, 0, 0, 735, 736, 5, 516, 0, 0, 736, 739, 3, 356, 178, 0, 737, 738, 5, 520, 0, 0, 738, 740, 3, 356, 178, 0, 739, 737, 1, 0, 0, 0, 739, 740, 1, 0, 0, 0, 740, 741, 1, 0, 0, 0, 741, 742, 5, 517, 0, 0, 742, 63, 1, 0, 0, 0, 743, 744, 5, 507, 0, 0, 744, 745, 3, 56, 28, 0, 745, 746, 5, 506, 0, 0, 746, 65, 1, 0, 0, 0, 747, 748, 5, 507, 0, 0, 748, 749, 3, 56, 28, 0, 749, 750, 5, 520, 0, 0, 750, 751, 3, 56, 28, 0, 751, 752, 1, 0, 0, 0, 752, 753, 5, 506, 0, 0, 753, 67, 1, 0, 0, 0, 754, 755, 5, 507, 0, 0, 755, 756, 3, 52, 26, 0, 756, 763, 3, 56, 28, 0, 757, 758, 5, 520, 0, 0, 758, 759, 3, 52, 26, 0, 759, 760, 3, 56, 28, 0, 760, 762, 1, 0, 0, 0, 761, 757, 1, 0, 0, 0, 762, 765, 1, 0, 0, 0, 763, 761, 1, 0, 0, 0, 763, 764, 1, 0, 0, 0, 764, 766, 1, 0, 0, 0, 765, 763, 1, 0, 0, 0, 766, 767, 5, 506, 0, 0, 767, 69, 1, 0, 0, 0, 768, 769, 5, 64, 0, 0, 769, 771, 3, 84, 42, 0, 770, 768, 1, 0, 0, 0, 770, 771, 1, 0, 0, 0, 771, 772, 1, 0, 0, 0, 772, 773, 5, 288, 0, 0, 773, 776, 5, 466, 0, 0, 774, 775, 5, 241, 0, 0, 775, 777, 5, 125, 0, 0, 776, 774, 1, 0, 0, 0, 776, 777, 1, 0, 0, 0, 777, 783, 1, 0, 0, 0, 778, 780, 5, 241, 0, 0, 779, 778, 1, 0, 0, 0, 779, 780, 1, 0, 0, 0, 780, 781, 1, 0, 0, 0, 781, 783, 5, 244, 0, 0, 782, 770, 1, 0, 0, 0, 782, 779, 1, 0, 0, 0, 783, 71, 1, 0, 0, 0, 784, 785, 3, 50, 25, 0, 785, 786, 3, 56, 28, 0, 786, 789, 5, 218, 0, 0, 787, 788, 5, 151, 0, 0, 788, 790, 3, 74, 37, 0, 789, 787, 1, 0, 0, 0, 789, 790, 1, 0, 0, 0, 790, 792, 1, 0, 0, 0, 791, 793, 5, 423, 0, 0, 792, 791, 1, 0, 0, 0, 792, 793, 1, 0, 0, 0, 793, 73, 1, 0, 0, 0, 794, 795, 5, 537, 0, 0, 795, 75, 1, 0, 0, 0, 796, 797, 3, 50, 25, 0, 797, 798, 5, 17, 0, 0, 798, 801, 3, 78, 39, 0, 799, 800, 5, 59, 0, 0, 800, 802, 5, 537, 0, 0, 801, 799, 1, 0, 0, 0, 801, 802, 1, 0, 0, 0, 802, 77, 1, 0, 0, 0, 803, 804, 3, 256, 128, 0, 804, 79, 1, 0, 0, 0, 805, 806, 5, 424, 0, 0, 806, 807, 5, 146, 0, 0, 807, 808, 3, 52, 26, 0, 808, 809, 5, 17, 0, 0, 809, 810, 3, 256, 128, 0, 810, 81, 1, 0, 0, 0, 811, 812, 5, 64, 0, 0, 812, 814, 3, 84, 42, 0, 813, 811, 1, 0, 0, 0, 813, 814, 1, 0, 0, 0, 814, 815, 1, 0, 0, 0, 815, 816, 5, 288, 0, 0, 816, 817, 5, 466, 0, 0, 817, 818, 3, 54, 27, 0, 818, 819, 5, 241, 0, 0, 819, 820, 5, 125, 0, 0, 820, 83, 1, 0, 0, 0, 821, 822, 3, 302, 151, 0, 822, 85, 1, 0, 0, 0, 823, 824, 5, 277, 0, 0, 824, 825, 5, 146, 0, 0, 825, 826, 5, 371, 0, 0, 826, 87, 1, 0, 0, 0, 827, 828, 5, 269, 0, 0, 828, 829, 5, 34, 0, 0, 829, 830, 3, 90, 45, 0, 830, 89, 1, 0, 0, 0, 831, 832, 5, 516, 0, 0, 832, 837, 3, 92, 46, 0, 833, 834, 5, 520, 0, 0, 834, 836, 3, 92, 46, 0, 835, 833, 1, 0, 0, 0, 836, 839, 1, 0, 0, 0, 837, 835, 1, 0, 0, 0, 837, 838, 1, 0, 0, 0, 838, 840, 1, 0, 0, 0, 839, 837, 1, 0, 0, 0, 840, 841, 5, 517, 0, 0, 841, 91, 1, 0, 0, 0, 842, 855, 3, 52, 26, 0, 843, 844, 5, 516, 0, 0, 844, 849, 3, 94, 47, 0, 845, 846, 5, 520, 0, 0, 846, 848, 3, 94, 47, 0, 847, 845, 1, 0, 0, 0, 848, 851, 1, 0, 0, 0, 849, 847, 1, 0, 0, 0, 849, 850, 1, 0, 0, 0, 850, 852, 1, 0, 0, 0, 851, 849, 1, 0, 0, 0, 852, 853, 5, 517, 0, 0, 853, 855, 1, 0, 0, 0, 854, 842, 1, 0, 0, 0, 854, 843, 1, 0, 0, 0, 855, 93, 1, 0, 0, 0, 856, 859, 3, 278, 139, 0, 857, 859, 3, 352, 176, 0, 858, 856, 1, 0, 0, 0, 858, 857, 1, 0, 0, 0, 859, 95, 1, 0, 0, 0, 860, 861, 5, 202, 0, 0, 861, 870, 3, 320, 160, 0, 862, 866, 5, 516, 0, 0, 863, 865, 3, 98, 49, 0, 864, 863, 1, 0, 0, 0, 865, 868, 1, 0, 0, 0, 866, 864, 1, 0, 0, 0, 866, 867, 1, 0, 0, 0, 867, 869, 1, 0, 0, 0, 868, 866, 1, 0, 0, 0, 869, 871, 5, 517, 0, 0, 870, 862, 1, 0, 0, 0, 870, 871, 1, 0, 0, 0, 871, 97, 1, 0, 0, 0, 872, 873, 7, 12, 0, 0, 873, 877, 7, 13, 0, 0, 874, 875, 7, 14, 0, 0, 875, 877, 7, 15, 0, 0, 876, 872, 1, 0, 0, 0, 876, 874, 1, 0, 0, 0, 877, 99, 1, 0, 0, 0, 878, 879, 5, 72, 0, 0, 879, 880, 5, 441, 0, 0, 880, 881, 3, 312, 156, 0, 881, 882, 3, 328, 164, 0, 882, 101, 1, 0, 0, 0, 883, 884, 5, 72, 0, 0, 884, 886, 5, 447, 0, 0, 885, 887, 3, 330, 165, 0, 886, 885, 1, 0, 0, 0, 886, 887, 1, 0, 0, 0, 887, 888, 1, 0, 0, 0, 888, 891, 3, 316, 158, 0, 889, 890, 5, 59, 0, 0, 890, 892, 5, 537, 0, 0, 891, 889, 1, 0, 0, 0, 891, 892, 1, 0, 0, 0, 892, 893, 1, 0, 0, 0, 893, 894, 3, 328, 164, 0, 894, 103, 1, 0, 0, 0, 895, 897, 5, 72, 0, 0, 896, 898, 5, 497, 0, 0, 897, 896, 1, 0, 0, 0, 897, 898, 1, 0, 0, 0, 898, 899, 1, 0, 0, 0, 899, 901, 5, 501, 0, 0, 900, 902, 3, 330, 165, 0, 901, 900, 1, 0, 0, 0, 901, 902, 1, 0, 0, 0, 902, 903, 1, 0, 0, 0, 903, 905, 3, 324, 162, 0, 904, 906, 3, 54, 27, 0, 905, 904, 1, 0, 0, 0, 905, 906, 1, 0, 0, 0, 906, 909, 1, 0, 0, 0, 907, 908, 5, 59, 0, 0, 908, 910, 5, 537, 0, 0, 909, 907, 1, 0, 0, 0, 909, 910, 1, 0, 0, 0, 910, 911, 1, 0, 0, 0, 911, 912, 5, 17, 0, 0, 912, 913, 3, 156, 78, 0, 913, 105, 1, 0, 0, 0, 914, 918, 5, 72, 0, 0, 915, 919, 5, 497, 0, 0, 916, 917, 5, 497, 0, 0, 917, 919, 5, 370, 0, 0, 918, 915, 1, 0, 0, 0, 918, 916, 1, 0, 0, 0, 918, 919, 1, 0, 0, 0, 919, 920, 1, 0, 0, 0, 920, 922, 5, 153, 0, 0, 921, 923, 3, 330, 165, 0, 922, 921, 1, 0, 0, 0, 922, 923, 1, 0, 0, 0, 923, 924, 1, 0, 0, 0, 924, 925, 3, 268, 134, 0, 925, 926, 5, 17, 0, 0, 926, 929, 3, 302, 151, 0, 927, 928, 5, 195, 0, 0, 928, 930, 7, 16, 0, 0, 929, 927, 1, 0, 0, 0, 929, 930, 1, 0, 0, 0, 930, 932, 1, 0, 0, 0, 931, 933, 3, 108, 54, 0, 932, 931, 1, 0, 0, 0, 932, 933, 1, 0, 0, 0, 933, 107, 1, 0, 0, 0, 934, 935, 5, 412, 0, 0, 935, 936, 5, 463, 0, 0, 936, 942, 3, 110, 55, 0, 937, 938, 5, 520, 0, 0, 938, 939, 5, 463, 0, 0, 939, 941, 3, 110, 55, 0, 940, 937, 1, 0, 0, 0, 941, 944, 1, 0, 0, 0, 942, 940, 1, 0, 0, 0, 942, 943, 1, 0, 0, 0, 943, 109, 1, 0, 0, 0, 944, 942, 1, 0, 0, 0, 945, 946, 5, 537, 0, 0, 946, 111, 1, 0, 0, 0, 947, 948, 5, 8, 0, 0, 948, 950, 5, 373, 0, 0, 949, 951, 3, 332, 166, 0, 950, 949, 1, 0, 0, 0, 950, 951, 1, 0, 0, 0, 951, 952, 1, 0, 0, 0, 952, 958, 3, 320, 160, 0, 953, 959, 3, 114, 57, 0, 954, 959, 3, 116, 58, 0, 955, 959, 3, 118, 59, 0, 956, 959, 3, 120, 60, 0, 957, 959, 3, 122, 61, 0, 958, 953, 1, 0, 0, 0, 958, 954, 1, 0, 0, 0, 958, 955, 1, 0, 0, 0, 958, 956, 1, 0, 0, 0, 958, 957, 1, 0, 0, 0, 959, 113, 1, 0, 0, 0, 960, 962, 5, 311, 0, 0, 961, 963, 3, 326, 163, 0, 962, 961, 1, 0, 0, 0, 962, 963, 1, 0, 0, 0, 963, 964, 1, 0, 0, 0, 964, 965, 5, 388, 0, 0, 965, 966, 3, 326, 163, 0, 966, 115, 1, 0, 0, 0, 967, 968, 5, 340, 0, 0, 968, 969, 3, 334, 167, 0, 969, 117, 1, 0, 0, 0, 970, 971, 5, 437, 0, 0, 971, 972, 5, 64, 0, 0, 972, 973, 3, 84, 42, 0, 973, 974, 5, 288, 0, 0, 974, 975, 5, 466, 0, 0, 975, 977, 3, 54, 27, 0, 976, 978, 3, 124, 62, 0, 977, 976, 1, 0, 0, 0, 977, 978, 1, 0, 0, 0, 978, 119, 1, 0, 0, 0, 979, 980, 5, 116, 0, 0, 980, 981, 5, 64, 0, 0, 981, 982, 3, 84, 42, 0, 982, 121, 1, 0, 0, 0, 983, 984, 5, 437, 0, 0, 984, 985, 5, 403, 0, 0, 985, 986, 3, 54, 27, 0, 986, 123, 1, 0, 0, 0, 987, 988, 5, 241, 0, 0, 988, 989, 5, 125, 0, 0, 989, 125, 1, 0, 0, 0, 990, 991, 5, 8, 0, 0, 991, 992, 5, 501, 0, 0, 992, 996, 3, 322, 161, 0, 993, 997, 3, 114, 57, 0, 994, 995, 5, 17, 0, 0, 995, 997, 3, 156, 78, 0, 996, 993, 1, 0, 0, 0, 996, 994, 1, 0, 0, 0, 997, 127, 1, 0, 0, 0, 998, 999, 5, 8, 0, 0, 999, 1000, 5, 447, 0, 0, 1000, 1001, 3, 314, 157, 0, 1001, 1002, 3, 116, 58, 0, 1002, 129, 1, 0, 0, 0, 1003, 1007, 5, 8, 0, 0, 1004, 1008, 5, 497, 0, 0, 1005, 1006, 5, 497, 0, 0, 1006, 1008, 5, 370, 0, 0, 1007, 1004, 1, 0, 0, 0, 1007, 1005, 1, 0, 0, 0, 1007, 1008, 1, 0, 0, 0, 1008, 1009, 1, 0, 0, 0, 1009, 1011, 5, 153, 0, 0, 1010, 1012, 3, 332, 166, 0, 1011, 1010, 1, 0, 0, 0, 1011, 1012, 1, 0, 0, 0, 1012, 1013, 1, 0, 0, 0, 1013, 1014, 3, 270, 135, 0, 1014, 1015, 5, 17, 0, 0, 1015, 1018, 3, 302, 151, 0, 1016, 1017, 5, 195, 0, 0, 1017, 1019, 7, 16, 0, 0, 1018, 1016, 1, 0, 0, 0, 1018, 1019, 1, 0, 0, 0, 1019, 131, 1, 0, 0, 0, 1020, 1021, 5, 116, 0, 0, 1021, 1023, 5, 441, 0, 0, 1022, 1024, 3, 332, 166, 0, 1023, 1022, 1, 0, 0, 0, 1023, 1024, 1, 0, 0, 0, 1024, 1025, 1, 0, 0, 0, 1025, 1026, 3, 310, 155, 0, 1026, 133, 1, 0, 0, 0, 1027, 1029, 5, 116, 0, 0, 1028, 1030, 5, 497, 0, 0, 1029, 1028, 1, 0, 0, 0, 1029, 1030, 1, 0, 0, 0, 1030, 1031, 1, 0, 0, 0, 1031, 1033, 5, 373, 0, 0, 1032, 1034, 3, 332, 166, 0, 1033, 1032, 1, 0, 0, 0, 1033, 1034, 1, 0, 0, 0, 1034, 1035, 1, 0, 0, 0, 1035, 1036, 3, 320, 160, 0, 1036, 135, 1, 0, 0, 0, 1037, 1038, 5, 116, 0, 0, 1038, 1040, 5, 447, 0, 0, 1039, 1041, 3, 332, 166, 0, 1040, 1039, 1, 0, 0, 0, 1040, 1041, 1, 0, 0, 0, 1041, 1042, 1, 0, 0, 0, 1042, 1044, 3, 314, 157, 0, 1043, 1045, 7, 17, 0, 0, 1044, 1043, 1, 0, 0, 0, 1044, 1045, 1, 0, 0, 0, 1045, 137, 1, 0, 0, 0, 1046, 1048, 5, 116, 0, 0, 1047, 1049, 5, 497, 0, 0, 1048, 1047, 1, 0, 0, 0, 1048, 1049, 1, 0, 0, 0, 1049, 1050, 1, 0, 0, 0, 1050, 1052, 5, 501, 0, 0, 1051, 1053, 3, 332, 166, 0, 1052, 1051, 1, 0, 0, 0, 1052, 1053, 1, 0, 0, 0, 1053, 1054, 1, 0, 0, 0, 1054, 1055, 3, 322, 161, 0, 1055, 139, 1, 0, 0, 0, 1056, 1060, 5, 116, 0, 0, 1057, 1061, 5, 497, 0, 0, 1058, 1059, 5, 497, 0, 0, 1059, 1061, 5, 370, 0, 0, 1060, 1057, 1, 0, 0, 0, 1060, 1058, 1, 0, 0, 0, 1060, 1061, 1, 0, 0, 0, 1061, 1062, 1, 0, 0, 0, 1062, 1064, 5, 153, 0, 0, 1063, 1065, 3, 332, 166, 0, 1064, 1063, 1, 0, 0, 0, 1064, 1065, 1, 0, 0, 0, 1065, 1066, 1, 0, 0, 0, 1066, 1067, 3, 270, 135, 0, 1067, 141, 1, 0, 0, 0, 1068, 1070, 5, 132, 0, 0, 1069, 1068, 1, 0, 0, 0, 1069, 1070, 1, 0, 0, 0, 1070, 1071, 1, 0, 0, 0, 1071, 1076, 3, 144, 72, 0, 1072, 1076, 3, 152, 76, 0, 1073, 1074, 5, 132, 0, 0, 1074, 1076, 3, 154, 77, 0, 1075, 1069, 1, 0, 0, 0, 1075, 1072, 1, 0, 0, 0, 1075, 1073, 1, 0, 0, 0, 1076, 143, 1, 0, 0, 0, 1077, 1078, 5, 177, 0, 0, 1078, 1079, 7, 18, 0, 0, 1079, 1088, 3, 320, 160, 0, 1080, 1082, 3, 146, 73, 0, 1081, 1080, 1, 0, 0, 0, 1081, 1082, 1, 0, 0, 0, 1082, 1084, 1, 0, 0, 0, 1083, 1085, 3, 54, 27, 0, 1084, 1083, 1, 0, 0, 0, 1084, 1085, 1, 0, 0, 0, 1085, 1086, 1, 0, 0, 0, 1086, 1089, 3, 156, 78, 0, 1087, 1089, 3, 148, 74, 0, 1088, 1081, 1, 0, 0, 0, 1088, 1087, 1, 0, 0, 0, 1089, 145, 1, 0, 0, 0, 1090, 1091, 5, 268, 0, 0, 1091, 1092, 3, 334, 167, 0, 1092, 147, 1, 0, 0, 0, 1093, 1094, 5, 414, 0, 0, 1094, 1099, 3, 150, 75, 0, 1095, 1096, 5, 520, 0, 0, 1096, 1098, 3, 150, 75, 0, 1097, 1095, 1, 0, 0, 0, 1098, 1101, 1, 0, 0, 0, 1099, 1097, 1, 0, 0, 0, 1099, 1100, 1, 0, 0, 0, 1100, 149, 1, 0, 0, 0, 1101, 1099, 1, 0, 0, 0, 1102, 1103, 5, 516, 0, 0, 1103, 1108, 3, 352, 176, 0, 1104, 1105, 5, 520, 0, 0, 1105, 1107, 3, 352, 176, 0, 1106, 1104, 1, 0, 0, 0, 1107, 1110, 1, 0, 0, 0, 1108, 1106, 1, 0, 0, 0, 1108, 1109, 1, 0, 0, 0, 1109, 1111, 1, 0, 0, 0, 1110, 1108, 1, 0, 0, 0, 1111, 1112, 5, 517, 0, 0, 1112, 151, 1, 0, 0, 0, 1113, 1114, 5, 24, 0, 0, 1114, 1115, 5, 354, 0, 0, 1115, 1116, 5, 340, 0, 0, 1116, 1120, 5, 521, 0, 0, 1117, 1118, 3, 144, 72, 0, 1118, 1119, 5, 521, 0, 0, 1119, 1121, 1, 0, 0, 0, 1120, 1117, 1, 0, 0, 0, 1121, 1122, 1, 0, 0, 0, 1122, 1120, 1, 0, 0, 0, 1122, 1123, 1, 0, 0, 0, 1123, 1124, 1, 0, 0, 0, 1124, 1125, 5, 122, 0, 0, 1125, 153, 1, 0, 0, 0, 1126, 1127, 5, 354, 0, 0, 1127, 1128, 5, 340, 0, 0, 1128, 1132, 5, 24, 0, 0, 1129, 1130, 3, 144, 72, 0, 1130, 1131, 5, 521, 0, 0, 1131, 1133, 1, 0, 0, 0, 1132, 1129, 1, 0, 0, 0, 1133, 1134, 1, 0, 0, 0, 1134, 1132, 1, 0, 0, 0, 1134, 1135, 1, 0, 0, 0, 1135, 1136, 1, 0, 0, 0, 1136, 1137, 5, 122, 0, 0, 1137, 155, 1, 0, 0, 0, 1138, 1139, 6, 78, -1, 0, 1139, 1162, 3, 158, 79, 0, 1140, 1141, 3, 160, 80, 0, 1141, 1142, 3, 156, 78, 5, 1142, 1162, 1, 0, 0, 0, 1143, 1144, 5, 516, 0, 0, 1144, 1145, 3, 156, 78, 0, 1145, 1146, 5, 517, 0, 0, 1146, 1162, 1, 0, 0, 0, 1147, 1149, 3, 168, 84, 0, 1148, 1150, 3, 228, 114, 0, 1149, 1148, 1, 0, 0, 0, 1149, 1150, 1, 0, 0, 0, 1150, 1152, 1, 0, 0, 0, 1151, 1153, 3, 232, 116, 0, 1152, 1151, 1, 0, 0, 0, 1152, 1153, 1, 0, 0, 0, 1153, 1162, 1, 0, 0, 0, 1154, 1156, 3, 166, 83, 0, 1155, 1157, 3, 228, 114, 0, 1156, 1155, 1, 0, 0, 0, 1156, 1157, 1, 0, 0, 0, 1157, 1159, 1, 0, 0, 0, 1158, 1160, 3, 232, 116, 0, 1159, 1158, 1, 0, 0, 0, 1159, 1160, 1, 0, 0, 0, 1160, 1162, 1, 0, 0, 0, 1161, 1138, 1, 0, 0, 0, 1161, 1140, 1, 0, 0, 0, 1161, 1143, 1, 0, 0, 0, 1161, 1147, 1, 0, 0, 0, 1161, 1154, 1, 0, 0, 0, 1162, 1177, 1, 0, 0, 0, 1163, 1164, 10, 3, 0, 0, 1164, 1166, 7, 19, 0, 0, 1165, 1167, 5, 5, 0, 0, 1166, 1165, 1, 0, 0, 0, 1166, 1167, 1, 0, 0, 0, 1167, 1168, 1, 0, 0, 0, 1168, 1170, 3, 156, 78, 0, 1169, 1171, 3, 228, 114, 0, 1170, 1169, 1, 0, 0, 0, 1170, 1171, 1, 0, 0, 0, 1171, 1173, 1, 0, 0, 0, 1172, 1174, 3, 232, 116, 0, 1173, 1172, 1, 0, 0, 0, 1173, 1174, 1, 0, 0, 0, 1174, 1176, 1, 0, 0, 0, 1175, 1163, 1, 0, 0, 0, 1176, 1179, 1, 0, 0, 0, 1177, 1175, 1, 0, 0, 0, 1177, 1178, 1, 0, 0, 0, 1178, 157, 1, 0, 0, 0, 1179, 1177, 1, 0, 0, 0, 1180, 1181, 5, 414, 0, 0, 1181, 1186, 3, 256, 128, 0, 1182, 1183, 5, 520, 0, 0, 1183, 1185, 3, 256, 128, 0, 1184, 1182, 1, 0, 0, 0, 1185, 1188, 1, 0, 0, 0, 1186, 1184, 1, 0, 0, 0, 1186, 1187, 1, 0, 0, 0, 1187, 159, 1, 0, 0, 0, 1188, 1186, 1, 0, 0, 0, 1189, 1190, 5, 433, 0, 0, 1190, 1195, 3, 162, 81, 0, 1191, 1192, 5, 520, 0, 0, 1192, 1194, 3, 162, 81, 0, 1193, 1191, 1, 0, 0, 0, 1194, 1197, 1, 0, 0, 0, 1195, 1193, 1, 0, 0, 0, 1195, 1196, 1, 0, 0, 0, 1196, 161, 1, 0, 0, 0, 1197, 1195, 1, 0, 0, 0, 1198, 1210, 3, 164, 82, 0, 1199, 1200, 5, 516, 0, 0, 1200, 1205, 3, 52, 26, 0, 1201, 1202, 5, 520, 0, 0, 1202, 1204, 3, 52, 26, 0, 1203, 1201, 1, 0, 0, 0, 1204, 1207, 1, 0, 0, 0, 1205, 1203, 1, 0, 0, 0, 1205, 1206, 1, 0, 0, 0, 1206, 1208, 1, 0, 0, 0, 1207, 1205, 1, 0, 0, 0, 1208, 1209, 5, 517, 0, 0, 1209, 1211, 1, 0, 0, 0, 1210, 1199, 1, 0, 0, 0, 1210, 1211, 1, 0, 0, 0, 1211, 1212, 1, 0, 0, 0, 1212, 1213, 5, 17, 0, 0, 1213, 1214, 5, 516, 0, 0, 1214, 1215, 3, 156, 78, 0, 1215, 1216, 5, 517, 0, 0, 1216, 163, 1, 0, 0, 0, 1217, 1218, 3, 302, 151, 0, 1218, 165, 1, 0, 0, 0, 1219, 1221, 3, 168, 84, 0, 1220, 1222, 3, 174, 87, 0, 1221, 1220, 1, 0, 0, 0, 1221, 1222, 1, 0, 0, 0, 1222, 1224, 1, 0, 0, 0, 1223, 1225, 3, 202, 101, 0, 1224, 1223, 1, 0, 0, 0, 1224, 1225, 1, 0, 0, 0, 1225, 1227, 1, 0, 0, 0, 1226, 1228, 3, 204, 102, 0, 1227, 1226, 1, 0, 0, 0, 1227, 1228, 1, 0, 0, 0, 1228, 1230, 1, 0, 0, 0, 1229, 1231, 3, 218, 109, 0, 1230, 1229, 1, 0, 0, 0, 1230, 1231, 1, 0, 0, 0, 1231, 1233, 1, 0, 0, 0, 1232, 1234, 3, 220, 110, 0, 1233, 1232, 1, 0, 0, 0, 1233, 1234, 1, 0, 0, 0, 1234, 1240, 1, 0, 0, 0, 1235, 1236, 3, 168, 84, 0, 1236, 1237, 3, 174, 87, 0, 1237, 1238, 3, 226, 113, 0, 1238, 1240, 1, 0, 0, 0, 1239, 1219, 1, 0, 0, 0, 1239, 1235, 1, 0, 0, 0, 1240, 167, 1, 0, 0, 0, 1241, 1243, 5, 336, 0, 0, 1242, 1244, 3, 362, 181, 0, 1243, 1242, 1, 0, 0, 0, 1243, 1244, 1, 0, 0, 0, 1244, 1254, 1, 0, 0, 0, 1245, 1255, 5, 527, 0, 0, 1246, 1251, 3, 170, 85, 0, 1247, 1248, 5, 520, 0, 0, 1248, 1250, 3, 170, 85, 0, 1249, 1247, 1, 0, 0, 0, 1250, 1253, 1, 0, 0, 0, 1251, 1249, 1, 0, 0, 0, 1251, 1252, 1, 0, 0, 0, 1252, 1255, 1, 0, 0, 0, 1253, 1251, 1, 0, 0, 0, 1254, 1245, 1, 0, 0, 0, 1254, 1246, 1, 0, 0, 0, 1255, 169, 1, 0, 0, 0, 1256, 1272, 3, 172, 86, 0, 1257, 1262, 3, 52, 26, 0, 1258, 1260, 5, 17, 0, 0, 1259, 1258, 1, 0, 0, 0, 1259, 1260, 1, 0, 0, 0, 1260, 1261, 1, 0, 0, 0, 1261, 1263, 3, 256, 128, 0, 1262, 1259, 1, 0, 0, 0, 1262, 1263, 1, 0, 0, 0, 1263, 1272, 1, 0, 0, 0, 1264, 1269, 3, 256, 128, 0, 1265, 1267, 5, 17, 0, 0, 1266, 1265, 1, 0, 0, 0, 1266, 1267, 1, 0, 0, 0, 1267, 1268, 1, 0, 0, 0, 1268, 1270, 3, 52, 26, 0, 1269, 1266, 1, 0, 0, 0, 1269, 1270, 1, 0, 0, 0, 1270, 1272, 1, 0, 0, 0, 1271, 1256, 1, 0, 0, 0, 1271, 1257, 1, 0, 0, 0, 1271, 1264, 1, 0, 0, 0, 1272, 171, 1, 0, 0, 0, 1273, 1274, 3, 266, 133, 0, 1274, 1275, 5, 262, 0, 0, 1275, 1276, 3, 224, 112, 0, 1276, 1277, 5, 17, 0, 0, 1277, 1278, 3, 302, 151, 0, 1278, 1286, 1, 0, 0, 0, 1279, 1280, 3, 266, 133, 0, 1280, 1281, 5, 262, 0, 0, 1281, 1282, 3, 294, 147, 0, 1282, 1283, 5, 17, 0, 0, 1283, 1284, 3, 302, 151, 0, 1284, 1286, 1, 0, 0, 0, 1285, 1273, 1, 0, 0, 0, 1285, 1279, 1, 0, 0, 0, 1286, 173, 1, 0, 0, 0, 1287, 1288, 5, 151, 0, 0, 1288, 1289, 3, 176, 88, 0, 1289, 175, 1, 0, 0, 0, 1290, 1291, 6, 88, -1, 0, 1291, 1296, 3, 178, 89, 0, 1292, 1293, 5, 520, 0, 0, 1293, 1295, 3, 178, 89, 0, 1294, 1292, 1, 0, 0, 0, 1295, 1298, 1, 0, 0, 0, 1296, 1294, 1, 0, 0, 0, 1296, 1297, 1, 0, 0, 0, 1297, 1302, 1, 0, 0, 0, 1298, 1296, 1, 0, 0, 0, 1299, 1302, 3, 186, 93, 0, 1300, 1302, 3, 188, 94, 0, 1301, 1290, 1, 0, 0, 0, 1301, 1299, 1, 0, 0, 0, 1301, 1300, 1, 0, 0, 0, 1302, 1324, 1, 0, 0, 0, 1303, 1304, 10, 3, 0, 0, 1304, 1305, 5, 73, 0, 0, 1305, 1306, 5, 185, 0, 0, 1306, 1323, 3, 176, 88, 4, 1307, 1309, 10, 4, 0, 0, 1308, 1310, 5, 233, 0, 0, 1309, 1308, 1, 0, 0, 0, 1309, 1310, 1, 0, 0, 0, 1310, 1312, 1, 0, 0, 0, 1311, 1313, 7, 20, 0, 0, 1312, 1311, 1, 0, 0, 0, 1312, 1313, 1, 0, 0, 0, 1313, 1315, 1, 0, 0, 0, 1314, 1316, 5, 261, 0, 0, 1315, 1314, 1, 0, 0, 0, 1315, 1316, 1, 0, 0, 0, 1316, 1317, 1, 0, 0, 0, 1317, 1318, 5, 185, 0, 0, 1318, 1320, 3, 176, 88, 0, 1319, 1321, 3, 200, 100, 0, 1320, 1319, 1, 0, 0, 0, 1320, 1321, 1, 0, 0, 0, 1321, 1323, 1, 0, 0, 0, 1322, 1303, 1, 0, 0, 0, 1322, 1307, 1, 0, 0, 0, 1323, 1326, 1, 0, 0, 0, 1324, 1322, 1, 0, 0, 0, 1324, 1325, 1, 0, 0, 0, 1325, 177, 1, 0, 0, 0, 1326, 1324, 1, 0, 0, 0, 1327, 1329, 3, 180, 90, 0, 1328, 1330, 3, 292, 146, 0, 1329, 1328, 1, 0, 0, 0, 1329, 1330, 1, 0, 0, 0, 1330, 179, 1, 0, 0, 0, 1331, 1333, 5, 373, 0, 0, 1332, 1331, 1, 0, 0, 0, 1332, 1333, 1, 0, 0, 0, 1333, 1334, 1, 0, 0, 0, 1334, 1336, 3, 320, 160, 0, 1335, 1337, 3, 182, 91, 0, 1336, 1335, 1, 0, 0, 0, 1336, 1337, 1, 0, 0, 0, 1337, 1371, 1, 0, 0, 0, 1338, 1340, 3, 322, 161, 0, 1339, 1341, 3, 182, 91, 0, 1340, 1339, 1, 0, 0, 0, 1340, 1341, 1, 0, 0, 0, 1341, 1371, 1, 0, 0, 0, 1342, 1343, 5, 198, 0, 0, 1343, 1344, 5, 373, 0, 0, 1344, 1345, 5, 516, 0, 0, 1345, 1346, 3, 270, 135, 0, 1346, 1347, 5, 516, 0, 0, 1347, 1352, 3, 272, 136, 0, 1348, 1349, 5, 520, 0, 0, 1349, 1351, 3, 272, 136, 0, 1350, 1348, 1, 0, 0, 0, 1351, 1354, 1, 0, 0, 0, 1352, 1350, 1, 0, 0, 0, 1352, 1353, 1, 0, 0, 0, 1353, 1355, 1, 0, 0, 0, 1354, 1352, 1, 0, 0, 0, 1355, 1356, 5, 517, 0, 0, 1356, 1357, 5, 517, 0, 0, 1357, 1371, 1, 0, 0, 0, 1358, 1360, 5, 198, 0, 0, 1359, 1358, 1, 0, 0, 0, 1359, 1360, 1, 0, 0, 0, 1360, 1361, 1, 0, 0, 0, 1361, 1362, 5, 516, 0, 0, 1362, 1363, 3, 156, 78, 0, 1363, 1364, 5, 517, 0, 0, 1364, 1371, 1, 0, 0, 0, 1365, 1366, 5, 405, 0, 0, 1366, 1367, 5, 516, 0, 0, 1367, 1368, 3, 256, 128, 0, 1368, 1369, 5, 517, 0, 0, 1369, 1371, 1, 0, 0, 0, 1370, 1332, 1, 0, 0, 0, 1370, 1338, 1, 0, 0, 0, 1370, 1342, 1, 0, 0, 0, 1370, 1359, 1, 0, 0, 0, 1370, 1365, 1, 0, 0, 0, 1371, 181, 1, 0, 0, 0, 1372, 1373, 5, 146, 0, 0, 1373, 1374, 5, 371, 0, 0, 1374, 1375, 5, 17, 0, 0, 1375, 1376, 5, 249, 0, 0, 1376, 1377, 3, 184, 92, 0, 1377, 183, 1, 0, 0, 0, 1378, 1379, 3, 256, 128, 0, 1379, 185, 1, 0, 0, 0, 1380, 1381, 5, 516, 0, 0, 1381, 1382, 3, 148, 74, 0, 1382, 1383, 5, 517, 0, 0, 1383, 1384, 3, 292, 146, 0, 1384, 187, 1, 0, 0, 0, 1385, 1386, 5, 373, 0, 0, 1386, 1387, 5, 516, 0, 0, 1387, 1388, 3, 190, 95, 0, 1388, 1389, 5, 517, 0, 0, 1389, 189, 1, 0, 0, 0, 1390, 1391, 3, 192, 96, 0, 1391, 1392, 5, 516, 0, 0, 1392, 1397, 3, 194, 97, 0, 1393, 1394, 5, 520, 0, 0, 1394, 1396, 3, 194, 97, 0, 1395, 1393, 1, 0, 0, 0, 1396, 1399, 1, 0, 0, 0, 1397, 1395, 1, 0, 0, 0, 1397, 1398, 1, 0, 0, 0, 1398, 1400, 1, 0, 0, 0, 1399, 1397, 1, 0, 0, 0, 1400, 1401, 5, 517, 0, 0, 1401, 191, 1, 0, 0, 0, 1402, 1403, 7, 21, 0, 0, 1403, 193, 1, 0, 0, 0, 1404, 1405, 5, 373, 0, 0, 1405, 1420, 3, 216, 108, 0, 1406, 1420, 3, 198, 99, 0, 1407, 1420, 3, 280, 140, 0, 1408, 1409, 5, 446, 0, 0, 1409, 1410, 5, 536, 0, 0, 1410, 1411, 5, 373, 0, 0, 1411, 1420, 3, 216, 108, 0, 1412, 1413, 5, 498, 0, 0, 1413, 1414, 5, 536, 0, 0, 1414, 1420, 3, 198, 99, 0, 1415, 1416, 3, 196, 98, 0, 1416, 1417, 5, 536, 0, 0, 1417, 1418, 3, 280, 140, 0, 1418, 1420, 1, 0, 0, 0, 1419, 1404, 1, 0, 0, 0, 1419, 1406, 1, 0, 0, 0, 1419, 1407, 1, 0, 0, 0, 1419, 1408, 1, 0, 0, 0, 1419, 1412, 1, 0, 0, 0, 1419, 1415, 1, 0, 0, 0, 1420, 195, 1, 0, 0, 0, 1421, 1422, 7, 22, 0, 0, 1422, 197, 1, 0, 0, 0, 1423, 1424, 5, 451, 0, 0, 1424, 1425, 5, 516, 0, 0, 1425, 1426, 3, 52, 26, 0, 1426, 1427, 5, 517, 0, 0, 1427, 199, 1, 0, 0, 0, 1428, 1429, 5, 253, 0, 0, 1429, 1433, 3, 258, 129, 0, 1430, 1431, 5, 412, 0, 0, 1431, 1433, 3, 54, 27, 0, 1432, 1428, 1, 0, 0, 0, 1432, 1430, 1, 0, 0, 0, 1433, 201, 1, 0, 0, 0, 1434, 1435, 5, 430, 0, 0, 1435, 1436, 3, 258, 129, 0, 1436, 203, 1, 0, 0, 0, 1437, 1438, 5, 159, 0, 0, 1438, 1439, 5, 34, 0, 0, 1439, 1444, 3, 206, 103, 0, 1440, 1441, 5, 520, 0, 0, 1441, 1443, 3, 206, 103, 0, 1442, 1440, 1, 0, 0, 0, 1443, 1446, 1, 0, 0, 0, 1444, 1442, 1, 0, 0, 0, 1444, 1445, 1, 0, 0, 0, 1445, 205, 1, 0, 0, 0, 1446, 1444, 1, 0, 0, 0, 1447, 1488, 3, 52, 26, 0, 1448, 1488, 3, 212, 106, 0, 1449, 1450, 5, 516, 0, 0, 1450, 1488, 5, 517, 0, 0, 1451, 1452, 5, 516, 0, 0, 1452, 1457, 3, 256, 128, 0, 1453, 1454, 5, 520, 0, 0, 1454, 1456, 3, 256, 128, 0, 1455, 1453, 1, 0, 0, 0, 1456, 1459, 1, 0, 0, 0, 1457, 1455, 1, 0, 0, 0, 1457, 1458, 1, 0, 0, 0, 1458, 1460, 1, 0, 0, 0, 1459, 1457, 1, 0, 0, 0, 1460, 1461, 5, 517, 0, 0, 1461, 1488, 1, 0, 0, 0, 1462, 1463, 3, 210, 105, 0, 1463, 1464, 5, 516, 0, 0, 1464, 1469, 3, 256, 128, 0, 1465, 1466, 5, 520, 0, 0, 1466, 1468, 3, 256, 128, 0, 1467, 1465, 1, 0, 0, 0, 1468, 1471, 1, 0, 0, 0, 1469, 1467, 1, 0, 0, 0, 1469, 1470, 1, 0, 0, 0, 1470, 1472, 1, 0, 0, 0, 1471, 1469, 1, 0, 0, 0, 1472, 1473, 5, 517, 0, 0, 1473, 1488, 1, 0, 0, 0, 1474, 1475, 3, 208, 104, 0, 1475, 1476, 5, 516, 0, 0, 1476, 1481, 3, 206, 103, 0, 1477, 1478, 5, 520, 0, 0, 1478, 1480, 3, 206, 103, 0, 1479, 1477, 1, 0, 0, 0, 1480, 1483, 1, 0, 0, 0, 1481, 1479, 1, 0, 0, 0, 1481, 1482, 1, 0, 0, 0, 1482, 1484, 1, 0, 0, 0, 1483, 1481, 1, 0, 0, 0, 1484, 1485, 5, 517, 0, 0, 1485, 1488, 1, 0, 0, 0, 1486, 1488, 3, 256, 128, 0, 1487, 1447, 1, 0, 0, 0, 1487, 1448, 1, 0, 0, 0, 1487, 1449, 1, 0, 0, 0, 1487, 1451, 1, 0, 0, 0, 1487, 1462, 1, 0, 0, 0, 1487, 1474, 1, 0, 0, 0, 1487, 1486, 1, 0, 0, 0, 1488, 207, 1, 0, 0, 0, 1489, 1490, 5, 160, 0, 0, 1490, 1491, 5, 493, 0, 0, 1491, 209, 1, 0, 0, 0, 1492, 1493, 7, 23, 0, 0, 1493, 211, 1, 0, 0, 0, 1494, 1495, 3, 214, 107, 0, 1495, 1496, 5, 516, 0, 0, 1496, 1497, 3, 216, 108, 0, 1497, 1498, 5, 520, 0, 0, 1498, 1499, 3, 280, 140, 0, 1499, 1500, 5, 517, 0, 0, 1500, 213, 1, 0, 0, 0, 1501, 1502, 7, 24, 0, 0, 1502, 215, 1, 0, 0, 0, 1503, 1504, 3, 326, 163, 0, 1504, 217, 1, 0, 0, 0, 1505, 1506, 5, 163, 0, 0, 1506, 1507, 3, 258, 129, 0, 1507, 219, 1, 0, 0, 0, 1508, 1509, 5, 432, 0, 0, 1509, 1514, 3, 222, 111, 0, 1510, 1511, 5, 520, 0, 0, 1511, 1513, 3, 222, 111, 0, 1512, 1510, 1, 0, 0, 0, 1513, 1516, 1, 0, 0, 0, 1514, 1512, 1, 0, 0, 0, 1514, 1515, 1, 0, 0, 0, 1515, 221, 1, 0, 0, 0, 1516, 1514, 1, 0, 0, 0, 1517, 1518, 3, 294, 147, 0, 1518, 1519, 5, 17, 0, 0, 1519, 1520, 3, 224, 112, 0, 1520, 223, 1, 0, 0, 0, 1521, 1523, 3, 294, 147, 0, 1522, 1521, 1, 0, 0, 0, 1522, 1523, 1, 0, 0, 0, 1523, 1524, 1, 0, 0, 0, 1524, 1526, 5, 516, 0, 0, 1525, 1527, 3, 234, 117, 0, 1526, 1525, 1, 0, 0, 0, 1526, 1527, 1, 0, 0, 0, 1527, 1529, 1, 0, 0, 0, 1528, 1530, 3, 228, 114, 0, 1529, 1528, 1, 0, 0, 0, 1529, 1530, 1, 0, 0, 0, 1530, 1532, 1, 0, 0, 0, 1531, 1533, 3, 250, 125, 0, 1532, 1531, 1, 0, 0, 0, 1532, 1533, 1, 0, 0, 0, 1533, 1534, 1, 0, 0, 0, 1534, 1535, 5, 517, 0, 0, 1535, 225, 1, 0, 0, 0, 1536, 1537, 5, 213, 0, 0, 1537, 1539, 5, 516, 0, 0, 1538, 1540, 3, 234, 117, 0, 1539, 1538, 1, 0, 0, 0, 1539, 1540, 1, 0, 0, 0, 1540, 1542, 1, 0, 0, 0, 1541, 1543, 3, 228, 114, 0, 1542, 1541, 1, 0, 0, 0, 1542, 1543, 1, 0, 0, 0, 1543, 1545, 1, 0, 0, 0, 1544, 1546, 3, 238, 119, 0, 1545, 1544, 1, 0, 0, 0, 1545, 1546, 1, 0, 0, 0, 1546, 1548, 1, 0, 0, 0, 1547, 1549, 3, 244, 122, 0, 1548, 1547, 1, 0, 0, 0, 1548, 1549, 1, 0, 0, 0, 1549, 1551, 1, 0, 0, 0, 1550, 1552, 3, 246, 123, 0, 1551, 1550, 1, 0, 0, 0, 1551, 1552, 1, 0, 0, 0, 1552, 1554, 1, 0, 0, 0, 1553, 1555, 3, 240, 120, 0, 1554, 1553, 1, 0, 0, 0, 1554, 1555, 1, 0, 0, 0, 1555, 1556, 1, 0, 0, 0, 1556, 1557, 3, 248, 124, 0, 1557, 1562, 5, 517, 0, 0, 1558, 1560, 5, 17, 0, 0, 1559, 1558, 1, 0, 0, 0, 1559, 1560, 1, 0, 0, 0, 1560, 1561, 1, 0, 0, 0, 1561, 1563, 3, 302, 151, 0, 1562, 1559, 1, 0, 0, 0, 1562, 1563, 1, 0, 0, 0, 1563, 227, 1, 0, 0, 0, 1564, 1565, 5, 258, 0, 0, 1565, 1566, 5, 34, 0, 0, 1566, 1571, 3, 230, 115, 0, 1567, 1568, 5, 520, 0, 0, 1568, 1570, 3, 230, 115, 0, 1569, 1567, 1, 0, 0, 0, 1570, 1573, 1, 0, 0, 0, 1571, 1569, 1, 0, 0, 0, 1571, 1572, 1, 0, 0, 0, 1572, 229, 1, 0, 0, 0, 1573, 1571, 1, 0, 0, 0, 1574, 1576, 3, 52, 26, 0, 1575, 1577, 7, 25, 0, 0, 1576, 1575, 1, 0, 0, 0, 1576, 1577, 1, 0, 0, 0, 1577, 1580, 1, 0, 0, 0, 1578, 1579, 5, 476, 0, 0, 1579, 1581, 7, 26, 0, 0, 1580, 1578, 1, 0, 0, 0, 1580, 1581, 1, 0, 0, 0, 1581, 231, 1, 0, 0, 0, 1582, 1585, 5, 204, 0, 0, 1583, 1586, 5, 5, 0, 0, 1584, 1586, 3, 256, 128, 0, 1585, 1583, 1, 0, 0, 0, 1585, 1584, 1, 0, 0, 0, 1586, 233, 1, 0, 0, 0, 1587, 1588, 5, 268, 0, 0, 1588, 1589, 5, 34, 0, 0, 1589, 1594, 3, 52, 26, 0, 1590, 1591, 5, 520, 0, 0, 1591, 1593, 3, 52, 26, 0, 1592, 1590, 1, 0, 0, 0, 1593, 1596, 1, 0, 0, 0, 1594, 1592, 1, 0, 0, 0, 1594, 1595, 1, 0, 0, 0, 1595, 235, 1, 0, 0, 0, 1596, 1594, 1, 0, 0, 0, 1597, 1614, 5, 527, 0, 0, 1598, 1614, 5, 530, 0, 0, 1599, 1614, 5, 535, 0, 0, 1600, 1601, 5, 518, 0, 0, 1601, 1602, 5, 538, 0, 0, 1602, 1603, 5, 520, 0, 0, 1603, 1604, 5, 538, 0, 0, 1604, 1614, 5, 519, 0, 0, 1605, 1606, 5, 518, 0, 0, 1606, 1607, 5, 538, 0, 0, 1607, 1608, 5, 520, 0, 0, 1608, 1614, 5, 519, 0, 0, 1609, 1610, 5, 518, 0, 0, 1610, 1611, 5, 520, 0, 0, 1611, 1612, 5, 538, 0, 0, 1612, 1614, 5, 519, 0, 0, 1613, 1597, 1, 0, 0, 0, 1613, 1598, 1, 0, 0, 0, 1613, 1599, 1, 0, 0, 0, 1613, 1600, 1, 0, 0, 0, 1613, 1605, 1, 0, 0, 0, 1613, 1609, 1, 0, 0, 0, 1614, 237, 1, 0, 0, 0, 1615, 1616, 5, 215, 0, 0, 1616, 1621, 3, 170, 85, 0, 1617, 1618, 5, 520, 0, 0, 1618, 1620, 3, 170, 85, 0, 1619, 1617, 1, 0, 0, 0, 1620, 1623, 1, 0, 0, 0, 1621, 1619, 1, 0, 0, 0, 1621, 1622, 1, 0, 0, 0, 1622, 239, 1, 0, 0, 0, 1623, 1621, 1, 0, 0, 0, 1624, 1625, 5, 271, 0, 0, 1625, 1627, 5, 516, 0, 0, 1626, 1628, 3, 242, 121, 0, 1627, 1626, 1, 0, 0, 0, 1628, 1629, 1, 0, 0, 0, 1629, 1627, 1, 0, 0, 0, 1629, 1630, 1, 0, 0, 0, 1630, 1631, 1, 0, 0, 0, 1631, 1633, 5, 517, 0, 0, 1632, 1634, 3, 254, 127, 0, 1633, 1632, 1, 0, 0, 0, 1633, 1634, 1, 0, 0, 0, 1634, 241, 1, 0, 0, 0, 1635, 1637, 3, 304, 152, 0, 1636, 1638, 3, 236, 118, 0, 1637, 1636, 1, 0, 0, 0, 1637, 1638, 1, 0, 0, 0, 1638, 243, 1, 0, 0, 0, 1639, 1640, 5, 5, 0, 0, 1640, 1641, 5, 322, 0, 0, 1641, 1642, 5, 272, 0, 0, 1642, 1648, 5, 210, 0, 0, 1643, 1644, 5, 254, 0, 0, 1644, 1645, 5, 321, 0, 0, 1645, 1646, 5, 272, 0, 0, 1646, 1648, 5, 210, 0, 0, 1647, 1639, 1, 0, 0, 0, 1647, 1643, 1, 0, 0, 0, 1648, 245, 1, 0, 0, 0, 1649, 1650, 5, 438, 0, 0, 1650, 1651, 5, 210, 0, 0, 1651, 1652, 5, 343, 0, 0, 1652, 1653, 5, 478, 0, 0, 1653, 1654, 5, 467, 0, 0, 1654, 1674, 5, 321, 0, 0, 1655, 1656, 5, 438, 0, 0, 1656, 1657, 5, 210, 0, 0, 1657, 1658, 5, 343, 0, 0, 1658, 1659, 5, 388, 0, 0, 1659, 1660, 5, 237, 0, 0, 1660, 1674, 5, 321, 0, 0, 1661, 1662, 5, 438, 0, 0, 1662, 1663, 5, 210, 0, 0, 1663, 1664, 5, 343, 0, 0, 1664, 1665, 5, 388, 0, 0, 1665, 1666, 5, 467, 0, 0, 1666, 1674, 3, 304, 152, 0, 1667, 1668, 5, 438, 0, 0, 1668, 1669, 5, 210, 0, 0, 1669, 1670, 5, 343, 0, 0, 1670, 1671, 5, 388, 0, 0, 1671, 1672, 5, 457, 0, 0, 1672, 1674, 3, 304, 152, 0, 1673, 1649, 1, 0, 0, 0, 1673, 1655, 1, 0, 0, 0, 1673, 1661, 1, 0, 0, 0, 1673, 1667, 1, 0, 0, 0, 1674, 247, 1, 0, 0, 0, 1675, 1676, 5, 105, 0, 0, 1676, 1681, 3, 170, 85, 0, 1677, 1678, 5, 520, 0, 0, 1678, 1680, 3, 170, 85, 0, 1679, 1677, 1, 0, 0, 0, 1680, 1683, 1, 0, 0, 0, 1681, 1679, 1, 0, 0, 0, 1681, 1682, 1, 0, 0, 0, 1682, 249, 1, 0, 0, 0, 1683, 1681, 1, 0, 0, 0, 1684, 1685, 5, 292, 0, 0, 1685, 1686, 5, 27, 0, 0, 1686, 1687, 3, 280, 140, 0, 1687, 1688, 3, 252, 126, 0, 1688, 1694, 1, 0, 0, 0, 1689, 1690, 5, 322, 0, 0, 1690, 1691, 5, 27, 0, 0, 1691, 1692, 5, 538, 0, 0, 1692, 1694, 3, 252, 126, 0, 1693, 1684, 1, 0, 0, 0, 1693, 1689, 1, 0, 0, 0, 1694, 251, 1, 0, 0, 0, 1695, 1696, 5, 480, 0, 0, 1696, 1697, 5, 10, 0, 0, 1697, 1698, 5, 76, 0, 0, 1698, 1699, 5, 321, 0, 0, 1699, 253, 1, 0, 0, 0, 1700, 1701, 5, 434, 0, 0, 1701, 1702, 3, 280, 140, 0, 1702, 255, 1, 0, 0, 0, 1703, 1704, 3, 258, 129, 0, 1704, 257, 1, 0, 0, 0, 1705, 1706, 6, 129, -1, 0, 1706, 1707, 5, 241, 0, 0, 1707, 1718, 3, 258, 129, 6, 1708, 1709, 5, 133, 0, 0, 1709, 1710, 5, 516, 0, 0, 1710, 1711, 3, 156, 78, 0, 1711, 1712, 5, 517, 0, 0, 1712, 1718, 1, 0, 0, 0, 1713, 1715, 3, 264, 132, 0, 1714, 1716, 3, 260, 130, 0, 1715, 1714, 1, 0, 0, 0, 1715, 1716, 1, 0, 0, 0, 1716, 1718, 1, 0, 0, 0, 1717, 1705, 1, 0, 0, 0, 1717, 1708, 1, 0, 0, 0, 1717, 1713, 1, 0, 0, 0, 1718, 1733, 1, 0, 0, 0, 1719, 1720, 10, 3, 0, 0, 1720, 1721, 5, 10, 0, 0, 1721, 1732, 3, 258, 129, 4, 1722, 1723, 10, 2, 0, 0, 1723, 1724, 5, 257, 0, 0, 1724, 1732, 3, 258, 129, 3, 1725, 1726, 10, 1, 0, 0, 1726, 1728, 5, 184, 0, 0, 1727, 1729, 5, 241, 0, 0, 1728, 1727, 1, 0, 0, 0, 1728, 1729, 1, 0, 0, 0, 1729, 1730, 1, 0, 0, 0, 1730, 1732, 7, 27, 0, 0, 1731, 1719, 1, 0, 0, 0, 1731, 1722, 1, 0, 0, 0, 1731, 1725, 1, 0, 0, 0, 1732, 1735, 1, 0, 0, 0, 1733, 1731, 1, 0, 0, 0, 1733, 1734, 1, 0, 0, 0, 1734, 259, 1, 0, 0, 0, 1735, 1733, 1, 0, 0, 0, 1736, 1738, 5, 241, 0, 0, 1737, 1736, 1, 0, 0, 0, 1737, 1738, 1, 0, 0, 0, 1738, 1739, 1, 0, 0, 0, 1739, 1741, 5, 27, 0, 0, 1740, 1742, 7, 28, 0, 0, 1741, 1740, 1, 0, 0, 0, 1741, 1742, 1, 0, 0, 0, 1742, 1743, 1, 0, 0, 0, 1743, 1744, 3, 264, 132, 0, 1744, 1745, 5, 10, 0, 0, 1745, 1746, 3, 264, 132, 0, 1746, 1804, 1, 0, 0, 0, 1747, 1749, 5, 241, 0, 0, 1748, 1747, 1, 0, 0, 0, 1748, 1749, 1, 0, 0, 0, 1749, 1750, 1, 0, 0, 0, 1750, 1751, 5, 170, 0, 0, 1751, 1752, 5, 516, 0, 0, 1752, 1757, 3, 256, 128, 0, 1753, 1754, 5, 520, 0, 0, 1754, 1756, 3, 256, 128, 0, 1755, 1753, 1, 0, 0, 0, 1756, 1759, 1, 0, 0, 0, 1757, 1755, 1, 0, 0, 0, 1757, 1758, 1, 0, 0, 0, 1758, 1760, 1, 0, 0, 0, 1759, 1757, 1, 0, 0, 0, 1760, 1761, 5, 517, 0, 0, 1761, 1804, 1, 0, 0, 0, 1762, 1764, 5, 241, 0, 0, 1763, 1762, 1, 0, 0, 0, 1763, 1764, 1, 0, 0, 0, 1764, 1765, 1, 0, 0, 0, 1765, 1766, 5, 170, 0, 0, 1766, 1767, 5, 516, 0, 0, 1767, 1768, 3, 156, 78, 0, 1768, 1769, 5, 517, 0, 0, 1769, 1804, 1, 0, 0, 0, 1770, 1771, 5, 133, 0, 0, 1771, 1772, 5, 516, 0, 0, 1772, 1773, 3, 156, 78, 0, 1773, 1774, 5, 517, 0, 0, 1774, 1804, 1, 0, 0, 0, 1775, 1777, 5, 241, 0, 0, 1776, 1775, 1, 0, 0, 0, 1776, 1777, 1, 0, 0, 0, 1777, 1778, 1, 0, 0, 0, 1778, 1779, 5, 318, 0, 0, 1779, 1804, 3, 264, 132, 0, 1780, 1804, 3, 262, 131, 0, 1781, 1783, 5, 184, 0, 0, 1782, 1784, 5, 241, 0, 0, 1783, 1782, 1, 0, 0, 0, 1783, 1784, 1, 0, 0, 0, 1784, 1785, 1, 0, 0, 0, 1785, 1804, 7, 27, 0, 0, 1786, 1788, 5, 184, 0, 0, 1787, 1789, 5, 241, 0, 0, 1788, 1787, 1, 0, 0, 0, 1788, 1789, 1, 0, 0, 0, 1789, 1790, 1, 0, 0, 0, 1790, 1791, 5, 113, 0, 0, 1791, 1792, 5, 151, 0, 0, 1792, 1804, 3, 264, 132, 0, 1793, 1795, 5, 241, 0, 0, 1794, 1793, 1, 0, 0, 0, 1794, 1795, 1, 0, 0, 0, 1795, 1796, 1, 0, 0, 0, 1796, 1797, 5, 342, 0, 0, 1797, 1798, 5, 388, 0, 0, 1798, 1801, 3, 264, 132, 0, 1799, 1800, 5, 127, 0, 0, 1800, 1802, 3, 356, 178, 0, 1801, 1799, 1, 0, 0, 0, 1801, 1802, 1, 0, 0, 0, 1802, 1804, 1, 0, 0, 0, 1803, 1737, 1, 0, 0, 0, 1803, 1748, 1, 0, 0, 0, 1803, 1763, 1, 0, 0, 0, 1803, 1770, 1, 0, 0, 0, 1803, 1776, 1, 0, 0, 0, 1803, 1780, 1, 0, 0, 0, 1803, 1781, 1, 0, 0, 0, 1803, 1786, 1, 0, 0, 0, 1803, 1794, 1, 0, 0, 0, 1804, 261, 1, 0, 0, 0, 1805, 1807, 5, 241, 0, 0, 1806, 1805, 1, 0, 0, 0, 1806, 1807, 1, 0, 0, 0, 1807, 1808, 1, 0, 0, 0, 1808, 1809, 5, 202, 0, 0, 1809, 1823, 7, 29, 0, 0, 1810, 1811, 5, 516, 0, 0, 1811, 1824, 5, 517, 0, 0, 1812, 1813, 5, 516, 0, 0, 1813, 1818, 3, 256, 128, 0, 1814, 1815, 5, 520, 0, 0, 1815, 1817, 3, 256, 128, 0, 1816, 1814, 1, 0, 0, 0, 1817, 1820, 1, 0, 0, 0, 1818, 1816, 1, 0, 0, 0, 1818, 1819, 1, 0, 0, 0, 1819, 1821, 1, 0, 0, 0, 1820, 1818, 1, 0, 0, 0, 1821, 1822, 5, 517, 0, 0, 1822, 1824, 1, 0, 0, 0, 1823, 1810, 1, 0, 0, 0, 1823, 1812, 1, 0, 0, 0, 1824, 1835, 1, 0, 0, 0, 1825, 1827, 5, 241, 0, 0, 1826, 1825, 1, 0, 0, 0, 1826, 1827, 1, 0, 0, 0, 1827, 1828, 1, 0, 0, 0, 1828, 1829, 5, 202, 0, 0, 1829, 1832, 3, 264, 132, 0, 1830, 1831, 5, 127, 0, 0, 1831, 1833, 3, 356, 178, 0, 1832, 1830, 1, 0, 0, 0, 1832, 1833, 1, 0, 0, 0, 1833, 1835, 1, 0, 0, 0, 1834, 1806, 1, 0, 0, 0, 1834, 1826, 1, 0, 0, 0, 1835, 263, 1, 0, 0, 0, 1836, 1837, 6, 132, -1, 0, 1837, 1841, 3, 266, 133, 0, 1838, 1839, 7, 30, 0, 0, 1839, 1841, 3, 264, 132, 7, 1840, 1836, 1, 0, 0, 0, 1840, 1838, 1, 0, 0, 0, 1841, 1863, 1, 0, 0, 0, 1842, 1843, 10, 6, 0, 0, 1843, 1844, 7, 31, 0, 0, 1844, 1862, 3, 264, 132, 7, 1845, 1846, 10, 5, 0, 0, 1846, 1847, 7, 32, 0, 0, 1847, 1862, 3, 264, 132, 6, 1848, 1849, 10, 4, 0, 0, 1849, 1850, 5, 511, 0, 0, 1850, 1862, 3, 264, 132, 5, 1851, 1852, 10, 3, 0, 0, 1852, 1853, 5, 512, 0, 0, 1853, 1862, 3, 264, 132, 4, 1854, 1855, 10, 2, 0, 0, 1855, 1856, 5, 510, 0, 0, 1856, 1862, 3, 264, 132, 3, 1857, 1858, 10, 1, 0, 0, 1858, 1859, 3, 344, 172, 0, 1859, 1860, 3, 264, 132, 2, 1860, 1862, 1, 0, 0, 0, 1861, 1842, 1, 0, 0, 0, 1861, 1845, 1, 0, 0, 0, 1861, 1848, 1, 0, 0, 0, 1861, 1851, 1, 0, 0, 0, 1861, 1854, 1, 0, 0, 0, 1861, 1857, 1, 0, 0, 0, 1862, 1865, 1, 0, 0, 0, 1863, 1861, 1, 0, 0, 0, 1863, 1864, 1, 0, 0, 0, 1864, 265, 1, 0, 0, 0, 1865, 1863, 1, 0, 0, 0, 1866, 1867, 6, 133, -1, 0, 1867, 1869, 5, 40, 0, 0, 1868, 1870, 3, 308, 154, 0, 1869, 1868, 1, 0, 0, 0, 1870, 1871, 1, 0, 0, 0, 1871, 1869, 1, 0, 0, 0, 1871, 1872, 1, 0, 0, 0, 1872, 1875, 1, 0, 0, 0, 1873, 1874, 5, 120, 0, 0, 1874, 1876, 3, 256, 128, 0, 1875, 1873, 1, 0, 0, 0, 1875, 1876, 1, 0, 0, 0, 1876, 1877, 1, 0, 0, 0, 1877, 1878, 5, 122, 0, 0, 1878, 1959, 1, 0, 0, 0, 1879, 1880, 5, 40, 0, 0, 1880, 1882, 3, 256, 128, 0, 1881, 1883, 3, 308, 154, 0, 1882, 1881, 1, 0, 0, 0, 1883, 1884, 1, 0, 0, 0, 1884, 1882, 1, 0, 0, 0, 1884, 1885, 1, 0, 0, 0, 1885, 1888, 1, 0, 0, 0, 1886, 1887, 5, 120, 0, 0, 1887, 1889, 3, 256, 128, 0, 1888, 1886, 1, 0, 0, 0, 1888, 1889, 1, 0, 0, 0, 1889, 1890, 1, 0, 0, 0, 1890, 1891, 5, 122, 0, 0, 1891, 1959, 1, 0, 0, 0, 1892, 1893, 5, 41, 0, 0, 1893, 1894, 5, 516, 0, 0, 1894, 1895, 3, 256, 128, 0, 1895, 1896, 5, 17, 0, 0, 1896, 1897, 3, 56, 28, 0, 1897, 1898, 5, 517, 0, 0, 1898, 1959, 1, 0, 0, 0, 1899, 1900, 5, 457, 0, 0, 1900, 1901, 5, 516, 0, 0, 1901, 1904, 3, 256, 128, 0, 1902, 1903, 5, 461, 0, 0, 1903, 1905, 5, 476, 0, 0, 1904, 1902, 1, 0, 0, 0, 1904, 1905, 1, 0, 0, 0, 1905, 1906, 1, 0, 0, 0, 1906, 1907, 5, 517, 0, 0, 1907, 1959, 1, 0, 0, 0, 1908, 1909, 5, 467, 0, 0, 1909, 1910, 5, 516, 0, 0, 1910, 1913, 3, 256, 128, 0, 1911, 1912, 5, 461, 0, 0, 1912, 1914, 5, 476, 0, 0, 1913, 1911, 1, 0, 0, 0, 1913, 1914, 1, 0, 0, 0, 1914, 1915, 1, 0, 0, 0, 1915, 1916, 5, 517, 0, 0, 1916, 1959, 1, 0, 0, 0, 1917, 1918, 5, 281, 0, 0, 1918, 1919, 5, 516, 0, 0, 1919, 1920, 3, 264, 132, 0, 1920, 1921, 5, 170, 0, 0, 1921, 1922, 3, 264, 132, 0, 1922, 1923, 5, 517, 0, 0, 1923, 1959, 1, 0, 0, 0, 1924, 1959, 3, 352, 176, 0, 1925, 1959, 5, 527, 0, 0, 1926, 1927, 3, 326, 163, 0, 1927, 1928, 5, 513, 0, 0, 1928, 1929, 5, 527, 0, 0, 1929, 1959, 1, 0, 0, 0, 1930, 1931, 5, 516, 0, 0, 1931, 1932, 3, 156, 78, 0, 1932, 1933, 5, 517, 0, 0, 1933, 1959, 1, 0, 0, 0, 1934, 1935, 3, 270, 135, 0, 1935, 1947, 5, 516, 0, 0, 1936, 1938, 3, 362, 181, 0, 1937, 1936, 1, 0, 0, 0, 1937, 1938, 1, 0, 0, 0, 1938, 1939, 1, 0, 0, 0, 1939, 1944, 3, 272, 136, 0, 1940, 1941, 5, 520, 0, 0, 1941, 1943, 3, 272, 136, 0, 1942, 1940, 1, 0, 0, 0, 1943, 1946, 1, 0, 0, 0, 1944, 1942, 1, 0, 0, 0, 1944, 1945, 1, 0, 0, 0, 1945, 1948, 1, 0, 0, 0, 1946, 1944, 1, 0, 0, 0, 1947, 1937, 1, 0, 0, 0, 1947, 1948, 1, 0, 0, 0, 1948, 1949, 1, 0, 0, 0, 1949, 1950, 5, 517, 0, 0, 1950, 1959, 1, 0, 0, 0, 1951, 1959, 3, 302, 151, 0, 1952, 1959, 3, 274, 137, 0, 1953, 1954, 5, 516, 0, 0, 1954, 1955, 3, 256, 128, 0, 1955, 1956, 5, 517, 0, 0, 1956, 1959, 1, 0, 0, 0, 1957, 1959, 5, 85, 0, 0, 1958, 1866, 1, 0, 0, 0, 1958, 1879, 1, 0, 0, 0, 1958, 1892, 1, 0, 0, 0, 1958, 1899, 1, 0, 0, 0, 1958, 1908, 1, 0, 0, 0, 1958, 1917, 1, 0, 0, 0, 1958, 1924, 1, 0, 0, 0, 1958, 1925, 1, 0, 0, 0, 1958, 1926, 1, 0, 0, 0, 1958, 1930, 1, 0, 0, 0, 1958, 1934, 1, 0, 0, 0, 1958, 1951, 1, 0, 0, 0, 1958, 1952, 1, 0, 0, 0, 1958, 1953, 1, 0, 0, 0, 1958, 1957, 1, 0, 0, 0, 1959, 1967, 1, 0, 0, 0, 1960, 1961, 10, 5, 0, 0, 1961, 1962, 5, 514, 0, 0, 1962, 1963, 3, 264, 132, 0, 1963, 1964, 5, 515, 0, 0, 1964, 1966, 1, 0, 0, 0, 1965, 1960, 1, 0, 0, 0, 1966, 1969, 1, 0, 0, 0, 1967, 1965, 1, 0, 0, 0, 1967, 1968, 1, 0, 0, 0, 1968, 267, 1, 0, 0, 0, 1969, 1967, 1, 0, 0, 0, 1970, 1971, 3, 326, 163, 0, 1971, 269, 1, 0, 0, 0, 1972, 1975, 3, 370, 185, 0, 1973, 1975, 3, 326, 163, 0, 1974, 1972, 1, 0, 0, 0, 1974, 1973, 1, 0, 0, 0, 1975, 271, 1, 0, 0, 0, 1976, 1981, 3, 368, 184, 0, 1977, 1981, 3, 366, 183, 0, 1978, 1981, 3, 364, 182, 0, 1979, 1981, 3, 256, 128, 0, 1980, 1976, 1, 0, 0, 0, 1980, 1977, 1, 0, 0, 0, 1980, 1978, 1, 0, 0, 0, 1980, 1979, 1, 0, 0, 0, 1981, 273, 1, 0, 0, 0, 1982, 1983, 3, 326, 163, 0, 1983, 275, 1, 0, 0, 0, 1984, 1985, 3, 302, 151, 0, 1985, 277, 1, 0, 0, 0, 1986, 1989, 3, 302, 151, 0, 1987, 1989, 3, 274, 137, 0, 1988, 1986, 1, 0, 0, 0, 1988, 1987, 1, 0, 0, 0, 1989, 279, 1, 0, 0, 0, 1990, 1993, 5, 182, 0, 0, 1991, 1994, 3, 282, 141, 0, 1992, 1994, 3, 286, 143, 0, 1993, 1991, 1, 0, 0, 0, 1993, 1992, 1, 0, 0, 0, 1993, 1994, 1, 0, 0, 0, 1994, 281, 1, 0, 0, 0, 1995, 1997, 3, 284, 142, 0, 1996, 1998, 3, 288, 144, 0, 1997, 1996, 1, 0, 0, 0, 1997, 1998, 1, 0, 0, 0, 1998, 283, 1, 0, 0, 0, 1999, 2000, 3, 290, 145, 0, 2000, 2001, 3, 366, 183, 0, 2001, 2003, 1, 0, 0, 0, 2002, 1999, 1, 0, 0, 0, 2003, 2004, 1, 0, 0, 0, 2004, 2002, 1, 0, 0, 0, 2004, 2005, 1, 0, 0, 0, 2005, 285, 1, 0, 0, 0, 2006, 2009, 3, 288, 144, 0, 2007, 2010, 3, 284, 142, 0, 2008, 2010, 3, 288, 144, 0, 2009, 2007, 1, 0, 0, 0, 2009, 2008, 1, 0, 0, 0, 2009, 2010, 1, 0, 0, 0, 2010, 287, 1, 0, 0, 0, 2011, 2012, 3, 290, 145, 0, 2012, 2013, 3, 366, 183, 0, 2013, 2014, 5, 388, 0, 0, 2014, 2015, 3, 366, 183, 0, 2015, 289, 1, 0, 0, 0, 2016, 2018, 7, 33, 0, 0, 2017, 2016, 1, 0, 0, 0, 2017, 2018, 1, 0, 0, 0, 2018, 2019, 1, 0, 0, 0, 2019, 2022, 7, 34, 0, 0, 2020, 2022, 5, 537, 0, 0, 2021, 2017, 1, 0, 0, 0, 2021, 2020, 1, 0, 0, 0, 2022, 291, 1, 0, 0, 0, 2023, 2025, 5, 17, 0, 0, 2024, 2023, 1, 0, 0, 0, 2024, 2025, 1, 0, 0, 0, 2025, 2026, 1, 0, 0, 0, 2026, 2028, 3, 302, 151, 0, 2027, 2029, 3, 298, 149, 0, 2028, 2027, 1, 0, 0, 0, 2028, 2029, 1, 0, 0, 0, 2029, 293, 1, 0, 0, 0, 2030, 2031, 3, 302, 151, 0, 2031, 2032, 3, 296, 148, 0, 2032, 295, 1, 0, 0, 0, 2033, 2034, 5, 221, 0, 0, 2034, 2036, 3, 302, 151, 0, 2035, 2033, 1, 0, 0, 0, 2036, 2037, 1, 0, 0, 0, 2037, 2035, 1, 0, 0, 0, 2037, 2038, 1, 0, 0, 0, 2038, 2041, 1, 0, 0, 0, 2039, 2041, 1, 0, 0, 0, 2040, 2035, 1, 0, 0, 0, 2040, 2039, 1, 0, 0, 0, 2041, 297, 1, 0, 0, 0, 2042, 2043, 5, 516, 0, 0, 2043, 2044, 3, 300, 150, 0, 2044, 2045, 5, 517, 0, 0, 2045, 299, 1, 0, 0, 0, 2046, 2051, 3, 302, 151, 0, 2047, 2048, 5, 520, 0, 0, 2048, 2050, 3, 302, 151, 0, 2049, 2047, 1, 0, 0, 0, 2050, 2053, 1, 0, 0, 0, 2051, 2049, 1, 0, 0, 0, 2051, 2052, 1, 0, 0, 0, 2052, 301, 1, 0, 0, 0, 2053, 2051, 1, 0, 0, 0, 2054, 2058, 3, 304, 152, 0, 2055, 2058, 3, 306, 153, 0, 2056, 2058, 3, 372, 186, 0, 2057, 2054, 1, 0, 0, 0, 2057, 2055, 1, 0, 0, 0, 2057, 2056, 1, 0, 0, 0, 2058, 303, 1, 0, 0, 0, 2059, 2060, 7, 35, 0, 0, 2060, 305, 1, 0, 0, 0, 2061, 2062, 5, 537, 0, 0, 2062, 307, 1, 0, 0, 0, 2063, 2064, 5, 428, 0, 0, 2064, 2065, 3, 256, 128, 0, 2065, 2066, 5, 376, 0, 0, 2066, 2067, 3, 256, 128, 0, 2067, 309, 1, 0, 0, 0, 2068, 2069, 3, 302, 151, 0, 2069, 311, 1, 0, 0, 0, 2070, 2071, 3, 302, 151, 0, 2071, 313, 1, 0, 0, 0, 2072, 2075, 3, 302, 151, 0, 2073, 2074, 5, 513, 0, 0, 2074, 2076, 3, 302, 151, 0, 2075, 2073, 1, 0, 0, 0, 2075, 2076, 1, 0, 0, 0, 2076, 315, 1, 0, 0, 0, 2077, 2080, 3, 302, 151, 0, 2078, 2079, 5, 513, 0, 0, 2079, 2081, 3, 302, 151, 0, 2080, 2078, 1, 0, 0, 0, 2080, 2081, 1, 0, 0, 0, 2081, 317, 1, 0, 0, 0, 2082, 2085, 3, 302, 151, 0, 2083, 2084, 5, 513, 0, 0, 2084, 2086, 3, 302, 151, 0, 2085, 2083, 1, 0, 0, 0, 2085, 2086, 1, 0, 0, 0, 2086, 2095, 1, 0, 0, 0, 2087, 2088, 3, 302, 151, 0, 2088, 2089, 5, 513, 0, 0, 2089, 2092, 3, 302, 151, 0, 2090, 2091, 5, 513, 0, 0, 2091, 2093, 3, 302, 151, 0, 2092, 2090, 1, 0, 0, 0, 2092, 2093, 1, 0, 0, 0, 2093, 2095, 1, 0, 0, 0, 2094, 2082, 1, 0, 0, 0, 2094, 2087, 1, 0, 0, 0, 2095, 319, 1, 0, 0, 0, 2096, 2099, 3, 302, 151, 0, 2097, 2098, 5, 513, 0, 0, 2098, 2100, 3, 302, 151, 0, 2099, 2097, 1, 0, 0, 0, 2099, 2100, 1, 0, 0, 0, 2100, 2109, 1, 0, 0, 0, 2101, 2102, 3, 302, 151, 0, 2102, 2103, 5, 513, 0, 0, 2103, 2106, 3, 302, 151, 0, 2104, 2105, 5, 513, 0, 0, 2105, 2107, 3, 302, 151, 0, 2106, 2104, 1, 0, 0, 0, 2106, 2107, 1, 0, 0, 0, 2107, 2109, 1, 0, 0, 0, 2108, 2096, 1, 0, 0, 0, 2108, 2101, 1, 0, 0, 0, 2109, 321, 1, 0, 0, 0, 2110, 2113, 3, 302, 151, 0, 2111, 2112, 5, 513, 0, 0, 2112, 2114, 3, 302, 151, 0, 2113, 2111, 1, 0, 0, 0, 2113, 2114, 1, 0, 0, 0, 2114, 2123, 1, 0, 0, 0, 2115, 2116, 3, 302, 151, 0, 2116, 2117, 5, 513, 0, 0, 2117, 2120, 3, 302, 151, 0, 2118, 2119, 5, 513, 0, 0, 2119, 2121, 3, 302, 151, 0, 2120, 2118, 1, 0, 0, 0, 2120, 2121, 1, 0, 0, 0, 2121, 2123, 1, 0, 0, 0, 2122, 2110, 1, 0, 0, 0, 2122, 2115, 1, 0, 0, 0, 2123, 323, 1, 0, 0, 0, 2124, 2127, 3, 302, 151, 0, 2125, 2126, 5, 513, 0, 0, 2126, 2128, 3, 302, 151, 0, 2127, 2125, 1, 0, 0, 0, 2127, 2128, 1, 0, 0, 0, 2128, 2137, 1, 0, 0, 0, 2129, 2130, 3, 302, 151, 0, 2130, 2131, 5, 513, 0, 0, 2131, 2134, 3, 302, 151, 0, 2132, 2133, 5, 513, 0, 0, 2133, 2135, 3, 302, 151, 0, 2134, 2132, 1, 0, 0, 0, 2134, 2135, 1, 0, 0, 0, 2135, 2137, 1, 0, 0, 0, 2136, 2124, 1, 0, 0, 0, 2136, 2129, 1, 0, 0, 0, 2137, 325, 1, 0, 0, 0, 2138, 2143, 3, 302, 151, 0, 2139, 2140, 5, 513, 0, 0, 2140, 2142, 3, 302, 151, 0, 2141, 2139, 1, 0, 0, 0, 2142, 2145, 1, 0, 0, 0, 2143, 2144, 1, 0, 0, 0, 2143, 2141, 1, 0, 0, 0, 2144, 327, 1, 0, 0, 0, 2145, 2143, 1, 0, 0, 0, 2146, 2147, 5, 433, 0, 0, 2147, 2148, 3, 334, 167, 0, 2148, 329, 1, 0, 0, 0, 2149, 2150, 5, 167, 0, 0, 2150, 2151, 5, 241, 0, 0, 2151, 2152, 5, 133, 0, 0, 2152, 331, 1, 0, 0, 0, 2153, 2154, 5, 167, 0, 0, 2154, 2155, 5, 133, 0, 0, 2155, 333, 1, 0, 0, 0, 2156, 2157, 5, 516, 0, 0, 2157, 2162, 3, 336, 168, 0, 2158, 2159, 5, 520, 0, 0, 2159, 2161, 3, 336, 168, 0, 2160, 2158, 1, 0, 0, 0, 2161, 2164, 1, 0, 0, 0, 2162, 2160, 1, 0, 0, 0, 2162, 2163, 1, 0, 0, 0, 2163, 2165, 1, 0, 0, 0, 2164, 2162, 1, 0, 0, 0, 2165, 2166, 5, 517, 0, 0, 2166, 335, 1, 0, 0, 0, 2167, 2172, 3, 338, 169, 0, 2168, 2170, 5, 505, 0, 0, 2169, 2168, 1, 0, 0, 0, 2169, 2170, 1, 0, 0, 0, 2170, 2171, 1, 0, 0, 0, 2171, 2173, 3, 340, 170, 0, 2172, 2169, 1, 0, 0, 0, 2172, 2173, 1, 0, 0, 0, 2173, 337, 1, 0, 0, 0, 2174, 2178, 3, 302, 151, 0, 2175, 2178, 3, 274, 137, 0, 2176, 2178, 5, 537, 0, 0, 2177, 2174, 1, 0, 0, 0, 2177, 2175, 1, 0, 0, 0, 2177, 2176, 1, 0, 0, 0, 2178, 339, 1, 0, 0, 0, 2179, 2184, 5, 538, 0, 0, 2180, 2184, 5, 539, 0, 0, 2181, 2184, 3, 360, 180, 0, 2182, 2184, 5, 537, 0, 0, 2183, 2179, 1, 0, 0, 0, 2183, 2180, 1, 0, 0, 0, 2183, 2181, 1, 0, 0, 0, 2183, 2182, 1, 0, 0, 0, 2184, 341, 1, 0, 0, 0, 2185, 2192, 5, 10, 0, 0, 2186, 2187, 5, 511, 0, 0, 2187, 2192, 5, 511, 0, 0, 2188, 2192, 5, 257, 0, 0, 2189, 2190, 5, 510, 0, 0, 2190, 2192, 5, 510, 0, 0, 2191, 2185, 1, 0, 0, 0, 2191, 2186, 1, 0, 0, 0, 2191, 2188, 1, 0, 0, 0, 2191, 2189, 1, 0, 0, 0, 2192, 343, 1, 0, 0, 0, 2193, 2208, 5, 505, 0, 0, 2194, 2208, 5, 506, 0, 0, 2195, 2208, 5, 507, 0, 0, 2196, 2197, 5, 507, 0, 0, 2197, 2208, 5, 505, 0, 0, 2198, 2199, 5, 506, 0, 0, 2199, 2208, 5, 505, 0, 0, 2200, 2201, 5, 507, 0, 0, 2201, 2208, 5, 506, 0, 0, 2202, 2203, 5, 508, 0, 0, 2203, 2208, 5, 505, 0, 0, 2204, 2205, 5, 507, 0, 0, 2205, 2206, 5, 505, 0, 0, 2206, 2208, 5, 506, 0, 0, 2207, 2193, 1, 0, 0, 0, 2207, 2194, 1, 0, 0, 0, 2207, 2195, 1, 0, 0, 0, 2207, 2196, 1, 0, 0, 0, 2207, 2198, 1, 0, 0, 0, 2207, 2200, 1, 0, 0, 0, 2207, 2202, 1, 0, 0, 0, 2207, 2204, 1, 0, 0, 0, 2208, 345, 1, 0, 0, 0, 2209, 2210, 5, 507, 0, 0, 2210, 2217, 5, 507, 0, 0, 2211, 2212, 5, 506, 0, 0, 2212, 2217, 5, 506, 0, 0, 2213, 2217, 5, 511, 0, 0, 2214, 2217, 5, 512, 0, 0, 2215, 2217, 5, 510, 0, 0, 2216, 2209, 1, 0, 0, 0, 2216, 2211, 1, 0, 0, 0, 2216, 2213, 1, 0, 0, 0, 2216, 2214, 1, 0, 0, 0, 2216, 2215, 1, 0, 0, 0, 2217, 347, 1, 0, 0, 0, 2218, 2219, 7, 36, 0, 0, 2219, 349, 1, 0, 0, 0, 2220, 2221, 7, 37, 0, 0, 2221, 351, 1, 0, 0, 0, 2222, 2237, 3, 280, 140, 0, 2223, 2237, 3, 354, 177, 0, 2224, 2237, 3, 356, 178, 0, 2225, 2227, 5, 529, 0, 0, 2226, 2225, 1, 0, 0, 0, 2226, 2227, 1, 0, 0, 0, 2227, 2228, 1, 0, 0, 0, 2228, 2237, 3, 358, 179, 0, 2229, 2237, 3, 360, 180, 0, 2230, 2237, 5, 539, 0, 0, 2231, 2237, 5, 540, 0, 0, 2232, 2234, 5, 241, 0, 0, 2233, 2232, 1, 0, 0, 0, 2233, 2234, 1, 0, 0, 0, 2234, 2235, 1, 0, 0, 0, 2235, 2237, 5, 244, 0, 0, 2236, 2222, 1, 0, 0, 0, 2236, 2223, 1, 0, 0, 0, 2236, 2224, 1, 0, 0, 0, 2236, 2226, 1, 0, 0, 0, 2236, 2229, 1, 0, 0, 0, 2236, 2230, 1, 0, 0, 0, 2236, 2231, 1, 0, 0, 0, 2236, 2233, 1, 0, 0, 0, 2237, 353, 1, 0, 0, 0, 2238, 2239, 3, 364, 182, 0, 2239, 2240, 3, 356, 178, 0, 2240, 355, 1, 0, 0, 0, 2241, 2242, 5, 537, 0, 0, 2242, 357, 1, 0, 0, 0, 2243, 2244, 5, 538, 0, 0, 2244, 359, 1, 0, 0, 0, 2245, 2246, 7, 38, 0, 0, 2246, 361, 1, 0, 0, 0, 2247, 2248, 7, 39, 0, 0, 2248, 363, 1, 0, 0, 0, 2249, 2250, 7, 40, 0, 0, 2250, 365, 1, 0, 0, 0, 2251, 2252, 7, 41, 0, 0, 2252, 367, 1, 0, 0, 0, 2253, 2254, 7, 42, 0, 0, 2254, 369, 1, 0, 0, 0, 2255, 2256, 7, 43, 0, 0, 2256, 371, 1, 0, 0, 0, 2257, 2258, 7, 44, 0, 0, 2258, 373, 1, 0, 0, 0, 266, 377, 384, 387, 401, 419, 423, 432, 437, 444, 455, 464, 476, 479, 486, 489, 497, 501, 506, 509, 516, 524, 528, 540, 548, 552, 584, 587, 592, 596, 600, 604, 613, 618, 622, 626, 631, 634, 638, 643, 649, 654, 659, 663, 667, 671, 679, 687, 691, 695, 699, 703, 707, 711, 715, 719, 721, 731, 739, 763, 770, 776, 779, 782, 789, 792, 801, 813, 837, 849, 854, 858, 866, 870, 876, 886, 891, 897, 901, 905, 909, 918, 922, 929, 932, 942, 950, 958, 962, 977, 996, 1007, 1011, 1018, 1023, 1029, 1033, 1040, 1044, 1048, 1052, 1060, 1064, 1069, 1075, 1081, 1084, 1088, 1099, 1108, 1122, 1134, 1149, 1152, 1156, 1159, 1161, 1166, 1170, 1173, 1177, 1186, 1195, 1205, 1210, 1221, 1224, 1227, 1230, 1233, 1239, 1243, 1251, 1254, 1259, 1262, 1266, 1269, 1271, 1285, 1296, 1301, 1309, 1312, 1315, 1320, 1322, 1324, 1329, 1332, 1336, 1340, 1352, 1359, 1370, 1397, 1419, 1432, 1444, 1457, 1469, 1481, 1487, 1514, 1522, 1526, 1529, 1532, 1539, 1542, 1545, 1548, 1551, 1554, 1559, 1562, 1571, 1576, 1580, 1585, 1594, 1613, 1621, 1629, 1633, 1637, 1647, 1673, 1681, 1693, 1715, 1717, 1728, 1731, 1733, 1737, 1741, 1748, 1757, 1763, 1776, 1783, 1788, 1794, 1801, 1803, 1806, 1818, 1823, 1826, 1832, 1834, 1840, 1861, 1863, 1871, 1875, 1884, 1888, 1904, 1913, 1937, 1944, 1947, 1958, 1967, 1974, 1980, 1988, 1993, 1997, 2004, 2009, 2017, 2021, 2024, 2028, 2037, 2040, 2051, 2057, 2075, 2080, 2085, 2092, 2094, 2099, 2106, 2108, 2113, 2120, 2122, 2127, 2134, 2136, 2143, 2162, 2169, 2172, 2177, 2183, 2191, 2207, 2216, 2226, 2233, 2236] \ No newline at end of file +[4, 1, 541, 2264, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 2, 154, 7, 154, 2, 155, 7, 155, 2, 156, 7, 156, 2, 157, 7, 157, 2, 158, 7, 158, 2, 159, 7, 159, 2, 160, 7, 160, 2, 161, 7, 161, 2, 162, 7, 162, 2, 163, 7, 163, 2, 164, 7, 164, 2, 165, 7, 165, 2, 166, 7, 166, 2, 167, 7, 167, 2, 168, 7, 168, 2, 169, 7, 169, 2, 170, 7, 170, 2, 171, 7, 171, 2, 172, 7, 172, 2, 173, 7, 173, 2, 174, 7, 174, 2, 175, 7, 175, 2, 176, 7, 176, 2, 177, 7, 177, 2, 178, 7, 178, 2, 179, 7, 179, 2, 180, 7, 180, 2, 181, 7, 181, 2, 182, 7, 182, 2, 183, 7, 183, 2, 184, 7, 184, 2, 185, 7, 185, 2, 186, 7, 186, 2, 187, 7, 187, 1, 0, 5, 0, 378, 8, 0, 10, 0, 12, 0, 381, 9, 0, 1, 0, 1, 0, 1, 1, 1, 1, 3, 1, 387, 8, 1, 1, 1, 3, 1, 390, 8, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 404, 8, 2, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 3, 4, 422, 8, 4, 1, 5, 1, 5, 3, 5, 426, 8, 5, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 7, 1, 7, 3, 7, 435, 8, 7, 1, 7, 1, 7, 1, 7, 3, 7, 440, 8, 7, 1, 8, 1, 8, 1, 8, 5, 8, 445, 8, 8, 10, 8, 12, 8, 448, 9, 8, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 3, 10, 458, 8, 10, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 5, 11, 465, 8, 11, 10, 11, 12, 11, 468, 9, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 479, 8, 12, 1, 12, 3, 12, 482, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 489, 8, 12, 1, 12, 3, 12, 492, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 500, 8, 12, 1, 12, 1, 12, 3, 12, 504, 8, 12, 1, 12, 1, 12, 1, 12, 3, 12, 509, 8, 12, 1, 12, 3, 12, 512, 8, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 519, 8, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 15, 1, 15, 3, 15, 527, 8, 15, 1, 16, 1, 16, 3, 16, 531, 8, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 543, 8, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 551, 8, 18, 1, 18, 1, 18, 3, 18, 555, 8, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 587, 8, 18, 1, 19, 3, 19, 590, 8, 19, 1, 19, 4, 19, 593, 8, 19, 11, 19, 12, 19, 594, 1, 20, 1, 20, 3, 20, 599, 8, 20, 1, 21, 1, 21, 3, 21, 603, 8, 21, 1, 21, 1, 21, 3, 21, 607, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 5, 21, 614, 8, 21, 10, 21, 12, 21, 617, 9, 21, 1, 21, 1, 21, 3, 21, 621, 8, 21, 1, 21, 1, 21, 3, 21, 625, 8, 21, 1, 21, 1, 21, 3, 21, 629, 8, 21, 1, 21, 1, 21, 1, 21, 3, 21, 634, 8, 21, 1, 21, 3, 21, 637, 8, 21, 1, 21, 1, 21, 3, 21, 641, 8, 21, 1, 22, 1, 22, 1, 22, 3, 22, 646, 8, 22, 1, 22, 1, 22, 1, 22, 1, 22, 3, 22, 652, 8, 22, 1, 23, 1, 23, 1, 23, 3, 23, 657, 8, 23, 1, 24, 1, 24, 1, 24, 3, 24, 662, 8, 24, 1, 24, 1, 24, 3, 24, 666, 8, 24, 1, 25, 1, 25, 3, 25, 670, 8, 25, 1, 26, 1, 26, 3, 26, 674, 8, 26, 1, 27, 1, 27, 1, 28, 1, 28, 1, 28, 1, 28, 5, 28, 682, 8, 28, 10, 28, 12, 28, 685, 9, 28, 1, 28, 1, 28, 1, 29, 1, 29, 1, 29, 3, 29, 692, 8, 29, 1, 29, 1, 29, 3, 29, 696, 8, 29, 1, 29, 1, 29, 3, 29, 700, 8, 29, 1, 29, 1, 29, 3, 29, 704, 8, 29, 1, 29, 1, 29, 3, 29, 708, 8, 29, 1, 29, 1, 29, 3, 29, 712, 8, 29, 1, 29, 1, 29, 3, 29, 716, 8, 29, 1, 29, 1, 29, 3, 29, 720, 8, 29, 1, 29, 1, 29, 3, 29, 724, 8, 29, 3, 29, 726, 8, 29, 1, 30, 1, 30, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 3, 31, 736, 8, 31, 1, 31, 1, 31, 1, 32, 1, 32, 1, 32, 1, 32, 3, 32, 744, 8, 32, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 5, 35, 766, 8, 35, 10, 35, 12, 35, 769, 9, 35, 1, 35, 1, 35, 1, 36, 1, 36, 3, 36, 775, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 781, 8, 36, 1, 36, 3, 36, 784, 8, 36, 1, 36, 3, 36, 787, 8, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 3, 37, 794, 8, 37, 1, 37, 3, 37, 797, 8, 37, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 3, 39, 806, 8, 39, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 3, 42, 818, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 5, 46, 840, 8, 46, 10, 46, 12, 46, 843, 9, 46, 1, 46, 1, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 5, 47, 852, 8, 47, 10, 47, 12, 47, 855, 9, 47, 1, 47, 1, 47, 3, 47, 859, 8, 47, 1, 48, 1, 48, 3, 48, 863, 8, 48, 1, 49, 1, 49, 1, 49, 1, 49, 5, 49, 869, 8, 49, 10, 49, 12, 49, 872, 9, 49, 1, 49, 3, 49, 875, 8, 49, 1, 50, 1, 50, 1, 50, 1, 50, 3, 50, 881, 8, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 3, 52, 891, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 896, 8, 52, 1, 52, 1, 52, 1, 53, 1, 53, 3, 53, 902, 8, 53, 1, 53, 1, 53, 3, 53, 906, 8, 53, 1, 53, 1, 53, 3, 53, 910, 8, 53, 1, 53, 1, 53, 3, 53, 914, 8, 53, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 923, 8, 54, 1, 54, 1, 54, 3, 54, 927, 8, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 934, 8, 54, 1, 54, 3, 54, 937, 8, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 945, 8, 55, 10, 55, 12, 55, 948, 9, 55, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 3, 57, 955, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 963, 8, 57, 1, 58, 1, 58, 3, 58, 967, 8, 58, 1, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 982, 8, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 3, 64, 1001, 8, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 66, 1, 66, 1, 66, 1, 66, 3, 66, 1012, 8, 66, 1, 66, 1, 66, 3, 66, 1016, 8, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 3, 66, 1023, 8, 66, 1, 67, 1, 67, 1, 67, 3, 67, 1028, 8, 67, 1, 67, 1, 67, 1, 68, 1, 68, 3, 68, 1034, 8, 68, 1, 68, 1, 68, 3, 68, 1038, 8, 68, 1, 68, 1, 68, 1, 69, 1, 69, 1, 69, 3, 69, 1045, 8, 69, 1, 69, 1, 69, 3, 69, 1049, 8, 69, 1, 70, 1, 70, 3, 70, 1053, 8, 70, 1, 70, 1, 70, 3, 70, 1057, 8, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 1, 71, 3, 71, 1065, 8, 71, 1, 71, 1, 71, 3, 71, 1069, 8, 71, 1, 71, 1, 71, 1, 72, 3, 72, 1074, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 1080, 8, 72, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 1086, 8, 73, 1, 73, 3, 73, 1089, 8, 73, 1, 73, 1, 73, 3, 73, 1093, 8, 73, 1, 74, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 1, 75, 5, 75, 1102, 8, 75, 10, 75, 12, 75, 1105, 9, 75, 1, 76, 1, 76, 1, 76, 1, 76, 5, 76, 1111, 8, 76, 10, 76, 12, 76, 1114, 9, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 4, 77, 1125, 8, 77, 11, 77, 12, 77, 1126, 1, 77, 1, 77, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 4, 78, 1137, 8, 78, 11, 78, 12, 78, 1138, 1, 78, 1, 78, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 3, 79, 1154, 8, 79, 1, 79, 3, 79, 1157, 8, 79, 1, 79, 1, 79, 3, 79, 1161, 8, 79, 1, 79, 3, 79, 1164, 8, 79, 3, 79, 1166, 8, 79, 1, 79, 1, 79, 1, 79, 3, 79, 1171, 8, 79, 1, 79, 1, 79, 3, 79, 1175, 8, 79, 1, 79, 3, 79, 1178, 8, 79, 5, 79, 1180, 8, 79, 10, 79, 12, 79, 1183, 9, 79, 1, 80, 1, 80, 1, 80, 1, 80, 5, 80, 1189, 8, 80, 10, 80, 12, 80, 1192, 9, 80, 1, 81, 1, 81, 1, 81, 1, 81, 5, 81, 1198, 8, 81, 10, 81, 12, 81, 1201, 9, 81, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 5, 82, 1208, 8, 82, 10, 82, 12, 82, 1211, 9, 82, 1, 82, 1, 82, 3, 82, 1215, 8, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 83, 1, 83, 1, 84, 1, 84, 3, 84, 1226, 8, 84, 1, 84, 3, 84, 1229, 8, 84, 1, 84, 3, 84, 1232, 8, 84, 1, 84, 3, 84, 1235, 8, 84, 1, 84, 3, 84, 1238, 8, 84, 1, 84, 1, 84, 1, 84, 1, 84, 3, 84, 1244, 8, 84, 1, 85, 1, 85, 3, 85, 1248, 8, 85, 1, 85, 1, 85, 1, 85, 1, 85, 5, 85, 1254, 8, 85, 10, 85, 12, 85, 1257, 9, 85, 3, 85, 1259, 8, 85, 1, 86, 1, 86, 1, 86, 3, 86, 1264, 8, 86, 1, 86, 3, 86, 1267, 8, 86, 1, 86, 1, 86, 3, 86, 1271, 8, 86, 1, 86, 3, 86, 1274, 8, 86, 3, 86, 1276, 8, 86, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 3, 87, 1290, 8, 87, 1, 88, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 1, 89, 5, 89, 1299, 8, 89, 10, 89, 12, 89, 1302, 9, 89, 1, 89, 1, 89, 3, 89, 1306, 8, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 3, 89, 1314, 8, 89, 1, 89, 3, 89, 1317, 8, 89, 1, 89, 3, 89, 1320, 8, 89, 1, 89, 1, 89, 1, 89, 3, 89, 1325, 8, 89, 5, 89, 1327, 8, 89, 10, 89, 12, 89, 1330, 9, 89, 1, 90, 1, 90, 3, 90, 1334, 8, 90, 1, 91, 3, 91, 1337, 8, 91, 1, 91, 1, 91, 3, 91, 1341, 8, 91, 1, 91, 1, 91, 3, 91, 1345, 8, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 5, 91, 1355, 8, 91, 10, 91, 12, 91, 1358, 9, 91, 1, 91, 1, 91, 1, 91, 1, 91, 3, 91, 1364, 8, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 3, 91, 1375, 8, 91, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 93, 1, 93, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 5, 96, 1400, 8, 96, 10, 96, 12, 96, 1403, 9, 96, 1, 96, 1, 96, 1, 97, 1, 97, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 3, 98, 1424, 8, 98, 1, 99, 1, 99, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 1, 101, 3, 101, 1437, 8, 101, 1, 102, 1, 102, 1, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 5, 103, 1447, 8, 103, 10, 103, 12, 103, 1450, 9, 103, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 5, 104, 1460, 8, 104, 10, 104, 12, 104, 1463, 9, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 5, 104, 1472, 8, 104, 10, 104, 12, 104, 1475, 9, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 5, 104, 1484, 8, 104, 10, 104, 12, 104, 1487, 9, 104, 1, 104, 1, 104, 1, 104, 3, 104, 1492, 8, 104, 1, 105, 1, 105, 1, 105, 1, 106, 1, 106, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 108, 1, 108, 1, 109, 1, 109, 1, 110, 1, 110, 1, 110, 1, 111, 1, 111, 1, 111, 1, 111, 5, 111, 1517, 8, 111, 10, 111, 12, 111, 1520, 9, 111, 1, 112, 1, 112, 1, 112, 1, 112, 1, 113, 3, 113, 1527, 8, 113, 1, 113, 1, 113, 3, 113, 1531, 8, 113, 1, 113, 3, 113, 1534, 8, 113, 1, 113, 3, 113, 1537, 8, 113, 1, 113, 1, 113, 1, 114, 1, 114, 1, 114, 3, 114, 1544, 8, 114, 1, 114, 3, 114, 1547, 8, 114, 1, 114, 3, 114, 1550, 8, 114, 1, 114, 3, 114, 1553, 8, 114, 1, 114, 3, 114, 1556, 8, 114, 1, 114, 3, 114, 1559, 8, 114, 1, 114, 1, 114, 1, 114, 3, 114, 1564, 8, 114, 1, 114, 3, 114, 1567, 8, 114, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 5, 115, 1574, 8, 115, 10, 115, 12, 115, 1577, 9, 115, 1, 116, 1, 116, 3, 116, 1581, 8, 116, 1, 116, 1, 116, 3, 116, 1585, 8, 116, 1, 117, 1, 117, 1, 117, 3, 117, 1590, 8, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 5, 118, 1597, 8, 118, 10, 118, 12, 118, 1600, 9, 118, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 3, 119, 1618, 8, 119, 1, 120, 1, 120, 1, 120, 1, 120, 5, 120, 1624, 8, 120, 10, 120, 12, 120, 1627, 9, 120, 1, 121, 1, 121, 1, 121, 4, 121, 1632, 8, 121, 11, 121, 12, 121, 1633, 1, 121, 1, 121, 3, 121, 1638, 8, 121, 1, 122, 1, 122, 3, 122, 1642, 8, 122, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 3, 123, 1652, 8, 123, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 3, 124, 1678, 8, 124, 1, 125, 1, 125, 1, 125, 1, 125, 5, 125, 1684, 8, 125, 10, 125, 12, 125, 1687, 9, 125, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 3, 126, 1698, 8, 126, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 128, 1, 128, 1, 128, 1, 129, 1, 129, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 3, 130, 1720, 8, 130, 3, 130, 1722, 8, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 3, 130, 1733, 8, 130, 1, 130, 5, 130, 1736, 8, 130, 10, 130, 12, 130, 1739, 9, 130, 1, 131, 3, 131, 1742, 8, 131, 1, 131, 1, 131, 3, 131, 1746, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1753, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 5, 131, 1760, 8, 131, 10, 131, 12, 131, 1763, 9, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1768, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1781, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1788, 8, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1793, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1799, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1806, 8, 131, 3, 131, 1808, 8, 131, 1, 132, 3, 132, 1811, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 5, 132, 1821, 8, 132, 10, 132, 12, 132, 1824, 9, 132, 1, 132, 1, 132, 3, 132, 1828, 8, 132, 1, 132, 3, 132, 1831, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 1837, 8, 132, 3, 132, 1839, 8, 132, 1, 133, 1, 133, 1, 133, 1, 133, 3, 133, 1845, 8, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 5, 133, 1866, 8, 133, 10, 133, 12, 133, 1869, 9, 133, 1, 134, 1, 134, 1, 134, 4, 134, 1874, 8, 134, 11, 134, 12, 134, 1875, 1, 134, 1, 134, 3, 134, 1880, 8, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 4, 134, 1887, 8, 134, 11, 134, 12, 134, 1888, 1, 134, 1, 134, 3, 134, 1893, 8, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 3, 134, 1909, 8, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 3, 134, 1918, 8, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 3, 134, 1942, 8, 134, 1, 134, 1, 134, 1, 134, 5, 134, 1947, 8, 134, 10, 134, 12, 134, 1950, 9, 134, 3, 134, 1952, 8, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 3, 134, 1963, 8, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 5, 134, 1970, 8, 134, 10, 134, 12, 134, 1973, 9, 134, 1, 135, 1, 135, 1, 136, 1, 136, 3, 136, 1979, 8, 136, 1, 137, 1, 137, 1, 137, 1, 137, 3, 137, 1985, 8, 137, 1, 138, 1, 138, 1, 139, 1, 139, 1, 140, 1, 140, 3, 140, 1993, 8, 140, 1, 141, 1, 141, 1, 141, 3, 141, 1998, 8, 141, 1, 142, 1, 142, 3, 142, 2002, 8, 142, 1, 143, 1, 143, 1, 143, 4, 143, 2007, 8, 143, 11, 143, 12, 143, 2008, 1, 144, 1, 144, 1, 144, 3, 144, 2014, 8, 144, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 146, 3, 146, 2022, 8, 146, 1, 146, 1, 146, 3, 146, 2026, 8, 146, 1, 147, 3, 147, 2029, 8, 147, 1, 147, 1, 147, 3, 147, 2033, 8, 147, 1, 148, 1, 148, 1, 148, 1, 149, 1, 149, 4, 149, 2040, 8, 149, 11, 149, 12, 149, 2041, 1, 149, 3, 149, 2045, 8, 149, 1, 150, 1, 150, 1, 150, 1, 150, 1, 151, 1, 151, 1, 151, 5, 151, 2054, 8, 151, 10, 151, 12, 151, 2057, 9, 151, 1, 152, 1, 152, 1, 152, 3, 152, 2062, 8, 152, 1, 153, 1, 153, 1, 154, 1, 154, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 156, 1, 156, 1, 157, 1, 157, 1, 158, 1, 158, 1, 158, 3, 158, 2080, 8, 158, 1, 159, 1, 159, 1, 159, 3, 159, 2085, 8, 159, 1, 160, 1, 160, 1, 160, 3, 160, 2090, 8, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 3, 160, 2097, 8, 160, 3, 160, 2099, 8, 160, 1, 161, 1, 161, 1, 161, 3, 161, 2104, 8, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 3, 161, 2111, 8, 161, 3, 161, 2113, 8, 161, 1, 162, 1, 162, 1, 162, 3, 162, 2118, 8, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 3, 162, 2125, 8, 162, 3, 162, 2127, 8, 162, 1, 163, 1, 163, 1, 163, 3, 163, 2132, 8, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 3, 163, 2139, 8, 163, 3, 163, 2141, 8, 163, 1, 164, 1, 164, 1, 164, 5, 164, 2146, 8, 164, 10, 164, 12, 164, 2149, 9, 164, 1, 165, 1, 165, 1, 165, 1, 166, 1, 166, 1, 166, 1, 166, 1, 167, 1, 167, 1, 167, 1, 168, 1, 168, 1, 168, 1, 168, 5, 168, 2165, 8, 168, 10, 168, 12, 168, 2168, 9, 168, 1, 168, 1, 168, 1, 169, 1, 169, 3, 169, 2174, 8, 169, 1, 169, 3, 169, 2177, 8, 169, 1, 170, 1, 170, 1, 170, 3, 170, 2182, 8, 170, 1, 171, 1, 171, 1, 171, 1, 171, 3, 171, 2188, 8, 171, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 3, 172, 2196, 8, 172, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 3, 173, 2212, 8, 173, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 3, 174, 2221, 8, 174, 1, 175, 1, 175, 1, 176, 1, 176, 1, 177, 1, 177, 1, 177, 1, 177, 3, 177, 2231, 8, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 3, 177, 2238, 8, 177, 1, 177, 3, 177, 2241, 8, 177, 1, 178, 1, 178, 1, 178, 1, 179, 1, 179, 1, 180, 1, 180, 1, 181, 1, 181, 1, 182, 1, 182, 1, 183, 1, 183, 1, 184, 1, 184, 1, 185, 1, 185, 1, 186, 1, 186, 1, 187, 1, 187, 1, 187, 1, 2147, 5, 158, 178, 260, 266, 268, 188, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 254, 256, 258, 260, 262, 264, 266, 268, 270, 272, 274, 276, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298, 300, 302, 304, 306, 308, 310, 312, 314, 316, 318, 320, 322, 324, 326, 328, 330, 332, 334, 336, 338, 340, 342, 344, 346, 348, 350, 352, 354, 356, 358, 360, 362, 364, 366, 368, 370, 372, 374, 0, 45, 2, 0, 109, 109, 450, 450, 3, 0, 45, 45, 128, 128, 188, 188, 4, 0, 42, 42, 90, 90, 422, 422, 464, 464, 2, 0, 441, 441, 447, 447, 2, 0, 151, 151, 170, 170, 2, 0, 437, 437, 489, 489, 2, 0, 482, 485, 487, 487, 3, 0, 32, 32, 91, 91, 244, 244, 11, 0, 28, 29, 35, 35, 46, 46, 92, 92, 178, 179, 344, 344, 360, 360, 378, 378, 381, 381, 387, 387, 416, 417, 2, 0, 433, 433, 435, 435, 4, 0, 101, 102, 115, 115, 144, 144, 246, 246, 2, 0, 13, 13, 231, 231, 2, 0, 455, 455, 462, 462, 3, 0, 5, 5, 270, 270, 444, 444, 3, 0, 266, 266, 455, 455, 462, 462, 3, 0, 425, 425, 458, 458, 477, 477, 3, 0, 330, 330, 465, 465, 481, 481, 2, 0, 440, 440, 490, 490, 2, 0, 183, 183, 265, 265, 3, 0, 130, 130, 180, 180, 402, 402, 4, 0, 152, 152, 174, 174, 201, 201, 317, 317, 3, 0, 445, 445, 459, 459, 499, 499, 4, 0, 250, 250, 446, 446, 494, 496, 498, 498, 2, 0, 74, 74, 320, 320, 3, 0, 459, 459, 492, 492, 499, 499, 2, 0, 439, 439, 450, 450, 2, 0, 457, 457, 467, 467, 4, 0, 140, 140, 244, 244, 397, 397, 404, 404, 2, 0, 19, 19, 369, 369, 2, 0, 5, 5, 11, 11, 2, 0, 509, 509, 529, 530, 4, 0, 452, 452, 527, 527, 531, 531, 534, 534, 2, 0, 529, 530, 532, 532, 1, 0, 529, 530, 1, 0, 538, 539, 2, 0, 538, 538, 541, 541, 4, 0, 452, 452, 527, 527, 529, 531, 533, 534, 3, 0, 241, 241, 508, 509, 529, 530, 2, 0, 140, 140, 397, 397, 2, 0, 5, 5, 113, 113, 10, 0, 97, 97, 165, 165, 222, 222, 229, 229, 334, 334, 436, 436, 470, 470, 472, 472, 488, 488, 502, 502, 15, 0, 97, 97, 165, 165, 222, 222, 229, 229, 334, 334, 427, 427, 436, 436, 442, 442, 448, 449, 454, 454, 460, 460, 470, 475, 488, 488, 491, 491, 502, 503, 11, 0, 5, 5, 13, 13, 33, 33, 78, 78, 84, 85, 113, 113, 200, 200, 207, 208, 389, 389, 413, 413, 527, 527, 55, 0, 4, 4, 13, 13, 23, 23, 38, 38, 41, 41, 43, 44, 54, 54, 56, 56, 69, 69, 75, 75, 78, 78, 84, 85, 91, 91, 98, 99, 107, 107, 119, 119, 134, 134, 139, 139, 143, 143, 145, 145, 160, 160, 165, 165, 167, 167, 194, 194, 197, 197, 199, 199, 201, 201, 205, 205, 207, 209, 214, 214, 220, 220, 222, 223, 229, 229, 243, 243, 245, 245, 264, 264, 276, 276, 281, 281, 283, 283, 293, 293, 317, 317, 321, 323, 334, 334, 357, 358, 364, 364, 367, 367, 378, 380, 395, 395, 398, 399, 408, 408, 419, 420, 436, 436, 469, 469, 488, 488, 502, 502, 1, 0, 437, 504, 2463, 0, 379, 1, 0, 0, 0, 2, 389, 1, 0, 0, 0, 4, 403, 1, 0, 0, 0, 6, 405, 1, 0, 0, 0, 8, 421, 1, 0, 0, 0, 10, 425, 1, 0, 0, 0, 12, 427, 1, 0, 0, 0, 14, 430, 1, 0, 0, 0, 16, 441, 1, 0, 0, 0, 18, 449, 1, 0, 0, 0, 20, 457, 1, 0, 0, 0, 22, 459, 1, 0, 0, 0, 24, 511, 1, 0, 0, 0, 26, 513, 1, 0, 0, 0, 28, 520, 1, 0, 0, 0, 30, 524, 1, 0, 0, 0, 32, 528, 1, 0, 0, 0, 34, 532, 1, 0, 0, 0, 36, 586, 1, 0, 0, 0, 38, 592, 1, 0, 0, 0, 40, 598, 1, 0, 0, 0, 42, 600, 1, 0, 0, 0, 44, 642, 1, 0, 0, 0, 46, 656, 1, 0, 0, 0, 48, 658, 1, 0, 0, 0, 50, 669, 1, 0, 0, 0, 52, 673, 1, 0, 0, 0, 54, 675, 1, 0, 0, 0, 56, 677, 1, 0, 0, 0, 58, 725, 1, 0, 0, 0, 60, 727, 1, 0, 0, 0, 62, 731, 1, 0, 0, 0, 64, 739, 1, 0, 0, 0, 66, 747, 1, 0, 0, 0, 68, 751, 1, 0, 0, 0, 70, 758, 1, 0, 0, 0, 72, 786, 1, 0, 0, 0, 74, 788, 1, 0, 0, 0, 76, 798, 1, 0, 0, 0, 78, 800, 1, 0, 0, 0, 80, 807, 1, 0, 0, 0, 82, 809, 1, 0, 0, 0, 84, 817, 1, 0, 0, 0, 86, 825, 1, 0, 0, 0, 88, 827, 1, 0, 0, 0, 90, 831, 1, 0, 0, 0, 92, 835, 1, 0, 0, 0, 94, 858, 1, 0, 0, 0, 96, 862, 1, 0, 0, 0, 98, 864, 1, 0, 0, 0, 100, 880, 1, 0, 0, 0, 102, 882, 1, 0, 0, 0, 104, 887, 1, 0, 0, 0, 106, 899, 1, 0, 0, 0, 108, 918, 1, 0, 0, 0, 110, 938, 1, 0, 0, 0, 112, 949, 1, 0, 0, 0, 114, 951, 1, 0, 0, 0, 116, 964, 1, 0, 0, 0, 118, 971, 1, 0, 0, 0, 120, 974, 1, 0, 0, 0, 122, 983, 1, 0, 0, 0, 124, 987, 1, 0, 0, 0, 126, 991, 1, 0, 0, 0, 128, 994, 1, 0, 0, 0, 130, 1002, 1, 0, 0, 0, 132, 1007, 1, 0, 0, 0, 134, 1024, 1, 0, 0, 0, 136, 1031, 1, 0, 0, 0, 138, 1041, 1, 0, 0, 0, 140, 1050, 1, 0, 0, 0, 142, 1060, 1, 0, 0, 0, 144, 1079, 1, 0, 0, 0, 146, 1081, 1, 0, 0, 0, 148, 1094, 1, 0, 0, 0, 150, 1097, 1, 0, 0, 0, 152, 1106, 1, 0, 0, 0, 154, 1117, 1, 0, 0, 0, 156, 1130, 1, 0, 0, 0, 158, 1165, 1, 0, 0, 0, 160, 1184, 1, 0, 0, 0, 162, 1193, 1, 0, 0, 0, 164, 1202, 1, 0, 0, 0, 166, 1221, 1, 0, 0, 0, 168, 1243, 1, 0, 0, 0, 170, 1245, 1, 0, 0, 0, 172, 1275, 1, 0, 0, 0, 174, 1289, 1, 0, 0, 0, 176, 1291, 1, 0, 0, 0, 178, 1305, 1, 0, 0, 0, 180, 1331, 1, 0, 0, 0, 182, 1374, 1, 0, 0, 0, 184, 1376, 1, 0, 0, 0, 186, 1382, 1, 0, 0, 0, 188, 1384, 1, 0, 0, 0, 190, 1389, 1, 0, 0, 0, 192, 1394, 1, 0, 0, 0, 194, 1406, 1, 0, 0, 0, 196, 1423, 1, 0, 0, 0, 198, 1425, 1, 0, 0, 0, 200, 1427, 1, 0, 0, 0, 202, 1436, 1, 0, 0, 0, 204, 1438, 1, 0, 0, 0, 206, 1441, 1, 0, 0, 0, 208, 1491, 1, 0, 0, 0, 210, 1493, 1, 0, 0, 0, 212, 1496, 1, 0, 0, 0, 214, 1498, 1, 0, 0, 0, 216, 1505, 1, 0, 0, 0, 218, 1507, 1, 0, 0, 0, 220, 1509, 1, 0, 0, 0, 222, 1512, 1, 0, 0, 0, 224, 1521, 1, 0, 0, 0, 226, 1526, 1, 0, 0, 0, 228, 1540, 1, 0, 0, 0, 230, 1568, 1, 0, 0, 0, 232, 1578, 1, 0, 0, 0, 234, 1586, 1, 0, 0, 0, 236, 1591, 1, 0, 0, 0, 238, 1617, 1, 0, 0, 0, 240, 1619, 1, 0, 0, 0, 242, 1628, 1, 0, 0, 0, 244, 1639, 1, 0, 0, 0, 246, 1651, 1, 0, 0, 0, 248, 1677, 1, 0, 0, 0, 250, 1679, 1, 0, 0, 0, 252, 1697, 1, 0, 0, 0, 254, 1699, 1, 0, 0, 0, 256, 1704, 1, 0, 0, 0, 258, 1707, 1, 0, 0, 0, 260, 1721, 1, 0, 0, 0, 262, 1807, 1, 0, 0, 0, 264, 1838, 1, 0, 0, 0, 266, 1844, 1, 0, 0, 0, 268, 1962, 1, 0, 0, 0, 270, 1974, 1, 0, 0, 0, 272, 1978, 1, 0, 0, 0, 274, 1984, 1, 0, 0, 0, 276, 1986, 1, 0, 0, 0, 278, 1988, 1, 0, 0, 0, 280, 1992, 1, 0, 0, 0, 282, 1994, 1, 0, 0, 0, 284, 1999, 1, 0, 0, 0, 286, 2006, 1, 0, 0, 0, 288, 2010, 1, 0, 0, 0, 290, 2015, 1, 0, 0, 0, 292, 2025, 1, 0, 0, 0, 294, 2028, 1, 0, 0, 0, 296, 2034, 1, 0, 0, 0, 298, 2044, 1, 0, 0, 0, 300, 2046, 1, 0, 0, 0, 302, 2050, 1, 0, 0, 0, 304, 2061, 1, 0, 0, 0, 306, 2063, 1, 0, 0, 0, 308, 2065, 1, 0, 0, 0, 310, 2067, 1, 0, 0, 0, 312, 2072, 1, 0, 0, 0, 314, 2074, 1, 0, 0, 0, 316, 2076, 1, 0, 0, 0, 318, 2081, 1, 0, 0, 0, 320, 2098, 1, 0, 0, 0, 322, 2112, 1, 0, 0, 0, 324, 2126, 1, 0, 0, 0, 326, 2140, 1, 0, 0, 0, 328, 2142, 1, 0, 0, 0, 330, 2150, 1, 0, 0, 0, 332, 2153, 1, 0, 0, 0, 334, 2157, 1, 0, 0, 0, 336, 2160, 1, 0, 0, 0, 338, 2171, 1, 0, 0, 0, 340, 2181, 1, 0, 0, 0, 342, 2187, 1, 0, 0, 0, 344, 2195, 1, 0, 0, 0, 346, 2211, 1, 0, 0, 0, 348, 2220, 1, 0, 0, 0, 350, 2222, 1, 0, 0, 0, 352, 2224, 1, 0, 0, 0, 354, 2240, 1, 0, 0, 0, 356, 2242, 1, 0, 0, 0, 358, 2245, 1, 0, 0, 0, 360, 2247, 1, 0, 0, 0, 362, 2249, 1, 0, 0, 0, 364, 2251, 1, 0, 0, 0, 366, 2253, 1, 0, 0, 0, 368, 2255, 1, 0, 0, 0, 370, 2257, 1, 0, 0, 0, 372, 2259, 1, 0, 0, 0, 374, 2261, 1, 0, 0, 0, 376, 378, 3, 2, 1, 0, 377, 376, 1, 0, 0, 0, 378, 381, 1, 0, 0, 0, 379, 377, 1, 0, 0, 0, 379, 380, 1, 0, 0, 0, 380, 382, 1, 0, 0, 0, 381, 379, 1, 0, 0, 0, 382, 383, 5, 0, 0, 1, 383, 1, 1, 0, 0, 0, 384, 386, 3, 4, 2, 0, 385, 387, 5, 521, 0, 0, 386, 385, 1, 0, 0, 0, 386, 387, 1, 0, 0, 0, 387, 390, 1, 0, 0, 0, 388, 390, 3, 6, 3, 0, 389, 384, 1, 0, 0, 0, 389, 388, 1, 0, 0, 0, 390, 3, 1, 0, 0, 0, 391, 404, 3, 8, 4, 0, 392, 404, 3, 10, 5, 0, 393, 404, 3, 12, 6, 0, 394, 404, 3, 14, 7, 0, 395, 404, 3, 20, 10, 0, 396, 404, 3, 24, 12, 0, 397, 404, 3, 26, 13, 0, 398, 404, 3, 28, 14, 0, 399, 404, 3, 30, 15, 0, 400, 404, 3, 32, 16, 0, 401, 404, 3, 34, 17, 0, 402, 404, 3, 36, 18, 0, 403, 391, 1, 0, 0, 0, 403, 392, 1, 0, 0, 0, 403, 393, 1, 0, 0, 0, 403, 394, 1, 0, 0, 0, 403, 395, 1, 0, 0, 0, 403, 396, 1, 0, 0, 0, 403, 397, 1, 0, 0, 0, 403, 398, 1, 0, 0, 0, 403, 399, 1, 0, 0, 0, 403, 400, 1, 0, 0, 0, 403, 401, 1, 0, 0, 0, 403, 402, 1, 0, 0, 0, 404, 5, 1, 0, 0, 0, 405, 406, 5, 521, 0, 0, 406, 7, 1, 0, 0, 0, 407, 422, 3, 40, 20, 0, 408, 422, 3, 104, 52, 0, 409, 422, 3, 106, 53, 0, 410, 422, 3, 108, 54, 0, 411, 422, 3, 102, 51, 0, 412, 422, 3, 114, 57, 0, 413, 422, 3, 128, 64, 0, 414, 422, 3, 130, 65, 0, 415, 422, 3, 132, 66, 0, 416, 422, 3, 134, 67, 0, 417, 422, 3, 136, 68, 0, 418, 422, 3, 138, 69, 0, 419, 422, 3, 140, 70, 0, 420, 422, 3, 142, 71, 0, 421, 407, 1, 0, 0, 0, 421, 408, 1, 0, 0, 0, 421, 409, 1, 0, 0, 0, 421, 410, 1, 0, 0, 0, 421, 411, 1, 0, 0, 0, 421, 412, 1, 0, 0, 0, 421, 413, 1, 0, 0, 0, 421, 414, 1, 0, 0, 0, 421, 415, 1, 0, 0, 0, 421, 416, 1, 0, 0, 0, 421, 417, 1, 0, 0, 0, 421, 418, 1, 0, 0, 0, 421, 419, 1, 0, 0, 0, 421, 420, 1, 0, 0, 0, 422, 9, 1, 0, 0, 0, 423, 426, 3, 158, 79, 0, 424, 426, 3, 144, 72, 0, 425, 423, 1, 0, 0, 0, 425, 424, 1, 0, 0, 0, 426, 11, 1, 0, 0, 0, 427, 428, 7, 0, 0, 0, 428, 429, 3, 322, 161, 0, 429, 13, 1, 0, 0, 0, 430, 434, 5, 135, 0, 0, 431, 435, 3, 16, 8, 0, 432, 433, 5, 479, 0, 0, 433, 435, 5, 146, 0, 0, 434, 431, 1, 0, 0, 0, 434, 432, 1, 0, 0, 0, 434, 435, 1, 0, 0, 0, 435, 439, 1, 0, 0, 0, 436, 440, 3, 10, 5, 0, 437, 440, 3, 146, 73, 0, 438, 440, 3, 156, 78, 0, 439, 436, 1, 0, 0, 0, 439, 437, 1, 0, 0, 0, 439, 438, 1, 0, 0, 0, 440, 15, 1, 0, 0, 0, 441, 446, 3, 18, 9, 0, 442, 443, 5, 520, 0, 0, 443, 445, 3, 18, 9, 0, 444, 442, 1, 0, 0, 0, 445, 448, 1, 0, 0, 0, 446, 444, 1, 0, 0, 0, 446, 447, 1, 0, 0, 0, 447, 17, 1, 0, 0, 0, 448, 446, 1, 0, 0, 0, 449, 450, 7, 1, 0, 0, 450, 19, 1, 0, 0, 0, 451, 452, 5, 410, 0, 0, 452, 453, 5, 441, 0, 0, 453, 458, 3, 312, 156, 0, 454, 455, 5, 410, 0, 0, 455, 458, 3, 316, 158, 0, 456, 458, 3, 22, 11, 0, 457, 451, 1, 0, 0, 0, 457, 454, 1, 0, 0, 0, 457, 456, 1, 0, 0, 0, 458, 21, 1, 0, 0, 0, 459, 460, 5, 410, 0, 0, 460, 461, 5, 227, 0, 0, 461, 466, 3, 328, 164, 0, 462, 463, 5, 520, 0, 0, 463, 465, 3, 328, 164, 0, 464, 462, 1, 0, 0, 0, 465, 468, 1, 0, 0, 0, 466, 464, 1, 0, 0, 0, 466, 467, 1, 0, 0, 0, 467, 23, 1, 0, 0, 0, 468, 466, 1, 0, 0, 0, 469, 470, 5, 341, 0, 0, 470, 512, 7, 2, 0, 0, 471, 472, 5, 341, 0, 0, 472, 473, 5, 76, 0, 0, 473, 512, 7, 3, 0, 0, 474, 475, 5, 341, 0, 0, 475, 478, 5, 374, 0, 0, 476, 477, 7, 4, 0, 0, 477, 479, 3, 316, 158, 0, 478, 476, 1, 0, 0, 0, 478, 479, 1, 0, 0, 0, 479, 481, 1, 0, 0, 0, 480, 482, 3, 264, 132, 0, 481, 480, 1, 0, 0, 0, 481, 482, 1, 0, 0, 0, 482, 512, 1, 0, 0, 0, 483, 484, 5, 341, 0, 0, 484, 485, 5, 58, 0, 0, 485, 488, 7, 4, 0, 0, 486, 489, 3, 324, 162, 0, 487, 489, 3, 322, 161, 0, 488, 486, 1, 0, 0, 0, 488, 487, 1, 0, 0, 0, 489, 491, 1, 0, 0, 0, 490, 492, 3, 264, 132, 0, 491, 490, 1, 0, 0, 0, 491, 492, 1, 0, 0, 0, 492, 512, 1, 0, 0, 0, 493, 494, 5, 341, 0, 0, 494, 499, 5, 72, 0, 0, 495, 496, 5, 373, 0, 0, 496, 500, 3, 322, 161, 0, 497, 498, 5, 501, 0, 0, 498, 500, 3, 324, 162, 0, 499, 495, 1, 0, 0, 0, 499, 497, 1, 0, 0, 0, 500, 512, 1, 0, 0, 0, 501, 503, 5, 341, 0, 0, 502, 504, 5, 411, 0, 0, 503, 502, 1, 0, 0, 0, 503, 504, 1, 0, 0, 0, 504, 505, 1, 0, 0, 0, 505, 512, 5, 154, 0, 0, 506, 508, 5, 341, 0, 0, 507, 509, 5, 152, 0, 0, 508, 507, 1, 0, 0, 0, 508, 509, 1, 0, 0, 0, 509, 510, 1, 0, 0, 0, 510, 512, 5, 227, 0, 0, 511, 469, 1, 0, 0, 0, 511, 471, 1, 0, 0, 0, 511, 474, 1, 0, 0, 0, 511, 483, 1, 0, 0, 0, 511, 493, 1, 0, 0, 0, 511, 501, 1, 0, 0, 0, 511, 506, 1, 0, 0, 0, 512, 25, 1, 0, 0, 0, 513, 514, 5, 468, 0, 0, 514, 515, 5, 226, 0, 0, 515, 518, 3, 328, 164, 0, 516, 517, 5, 433, 0, 0, 517, 519, 3, 336, 168, 0, 518, 516, 1, 0, 0, 0, 518, 519, 1, 0, 0, 0, 519, 27, 1, 0, 0, 0, 520, 521, 5, 500, 0, 0, 521, 522, 5, 226, 0, 0, 522, 523, 3, 328, 164, 0, 523, 29, 1, 0, 0, 0, 524, 526, 5, 340, 0, 0, 525, 527, 3, 338, 169, 0, 526, 525, 1, 0, 0, 0, 526, 527, 1, 0, 0, 0, 527, 31, 1, 0, 0, 0, 528, 530, 5, 312, 0, 0, 529, 531, 3, 340, 170, 0, 530, 529, 1, 0, 0, 0, 530, 531, 1, 0, 0, 0, 531, 33, 1, 0, 0, 0, 532, 533, 7, 5, 0, 0, 533, 534, 5, 463, 0, 0, 534, 535, 3, 112, 56, 0, 535, 35, 1, 0, 0, 0, 536, 537, 5, 437, 0, 0, 537, 538, 5, 463, 0, 0, 538, 539, 5, 433, 0, 0, 539, 542, 3, 38, 19, 0, 540, 541, 5, 17, 0, 0, 541, 543, 3, 328, 164, 0, 542, 540, 1, 0, 0, 0, 542, 543, 1, 0, 0, 0, 543, 587, 1, 0, 0, 0, 544, 545, 5, 437, 0, 0, 545, 546, 5, 456, 0, 0, 546, 547, 5, 433, 0, 0, 547, 550, 3, 38, 19, 0, 548, 549, 5, 17, 0, 0, 549, 551, 3, 328, 164, 0, 550, 548, 1, 0, 0, 0, 550, 551, 1, 0, 0, 0, 551, 554, 1, 0, 0, 0, 552, 553, 5, 311, 0, 0, 553, 555, 3, 328, 164, 0, 554, 552, 1, 0, 0, 0, 554, 555, 1, 0, 0, 0, 555, 587, 1, 0, 0, 0, 556, 557, 5, 437, 0, 0, 557, 558, 7, 6, 0, 0, 558, 559, 5, 433, 0, 0, 559, 560, 3, 38, 19, 0, 560, 561, 5, 311, 0, 0, 561, 562, 3, 328, 164, 0, 562, 587, 1, 0, 0, 0, 563, 564, 5, 437, 0, 0, 564, 565, 5, 486, 0, 0, 565, 587, 3, 38, 19, 0, 566, 567, 5, 437, 0, 0, 567, 568, 5, 453, 0, 0, 568, 569, 5, 456, 0, 0, 569, 570, 5, 433, 0, 0, 570, 571, 3, 38, 19, 0, 571, 572, 5, 311, 0, 0, 572, 573, 3, 328, 164, 0, 573, 574, 5, 466, 0, 0, 574, 575, 3, 328, 164, 0, 575, 587, 1, 0, 0, 0, 576, 577, 5, 437, 0, 0, 577, 578, 5, 443, 0, 0, 578, 579, 5, 456, 0, 0, 579, 580, 5, 433, 0, 0, 580, 581, 3, 38, 19, 0, 581, 582, 5, 146, 0, 0, 582, 583, 3, 328, 164, 0, 583, 584, 5, 17, 0, 0, 584, 585, 3, 328, 164, 0, 585, 587, 1, 0, 0, 0, 586, 536, 1, 0, 0, 0, 586, 544, 1, 0, 0, 0, 586, 556, 1, 0, 0, 0, 586, 563, 1, 0, 0, 0, 586, 566, 1, 0, 0, 0, 586, 576, 1, 0, 0, 0, 587, 37, 1, 0, 0, 0, 588, 590, 5, 534, 0, 0, 589, 588, 1, 0, 0, 0, 589, 590, 1, 0, 0, 0, 590, 591, 1, 0, 0, 0, 591, 593, 3, 328, 164, 0, 592, 589, 1, 0, 0, 0, 593, 594, 1, 0, 0, 0, 594, 592, 1, 0, 0, 0, 594, 595, 1, 0, 0, 0, 595, 39, 1, 0, 0, 0, 596, 599, 3, 42, 21, 0, 597, 599, 3, 44, 22, 0, 598, 596, 1, 0, 0, 0, 598, 597, 1, 0, 0, 0, 599, 41, 1, 0, 0, 0, 600, 602, 5, 72, 0, 0, 601, 603, 5, 497, 0, 0, 602, 601, 1, 0, 0, 0, 602, 603, 1, 0, 0, 0, 603, 604, 1, 0, 0, 0, 604, 606, 5, 373, 0, 0, 605, 607, 3, 332, 166, 0, 606, 605, 1, 0, 0, 0, 606, 607, 1, 0, 0, 0, 607, 608, 1, 0, 0, 0, 608, 609, 3, 320, 160, 0, 609, 610, 5, 516, 0, 0, 610, 615, 3, 46, 23, 0, 611, 612, 5, 520, 0, 0, 612, 614, 3, 46, 23, 0, 613, 611, 1, 0, 0, 0, 614, 617, 1, 0, 0, 0, 615, 613, 1, 0, 0, 0, 615, 616, 1, 0, 0, 0, 616, 620, 1, 0, 0, 0, 617, 615, 1, 0, 0, 0, 618, 619, 5, 520, 0, 0, 619, 621, 3, 82, 41, 0, 620, 618, 1, 0, 0, 0, 620, 621, 1, 0, 0, 0, 621, 624, 1, 0, 0, 0, 622, 623, 5, 520, 0, 0, 623, 625, 3, 84, 42, 0, 624, 622, 1, 0, 0, 0, 624, 625, 1, 0, 0, 0, 625, 628, 1, 0, 0, 0, 626, 627, 5, 520, 0, 0, 627, 629, 3, 88, 44, 0, 628, 626, 1, 0, 0, 0, 628, 629, 1, 0, 0, 0, 629, 630, 1, 0, 0, 0, 630, 633, 5, 517, 0, 0, 631, 632, 5, 59, 0, 0, 632, 634, 5, 537, 0, 0, 633, 631, 1, 0, 0, 0, 633, 634, 1, 0, 0, 0, 634, 636, 1, 0, 0, 0, 635, 637, 3, 90, 45, 0, 636, 635, 1, 0, 0, 0, 636, 637, 1, 0, 0, 0, 637, 638, 1, 0, 0, 0, 638, 640, 3, 330, 165, 0, 639, 641, 3, 98, 49, 0, 640, 639, 1, 0, 0, 0, 640, 641, 1, 0, 0, 0, 641, 43, 1, 0, 0, 0, 642, 643, 5, 72, 0, 0, 643, 645, 5, 373, 0, 0, 644, 646, 3, 332, 166, 0, 645, 644, 1, 0, 0, 0, 645, 646, 1, 0, 0, 0, 646, 647, 1, 0, 0, 0, 647, 648, 3, 320, 160, 0, 648, 651, 3, 330, 165, 0, 649, 650, 5, 17, 0, 0, 650, 652, 3, 158, 79, 0, 651, 649, 1, 0, 0, 0, 651, 652, 1, 0, 0, 0, 652, 45, 1, 0, 0, 0, 653, 657, 3, 48, 24, 0, 654, 657, 3, 74, 37, 0, 655, 657, 3, 78, 39, 0, 656, 653, 1, 0, 0, 0, 656, 654, 1, 0, 0, 0, 656, 655, 1, 0, 0, 0, 657, 47, 1, 0, 0, 0, 658, 659, 3, 50, 25, 0, 659, 661, 3, 58, 29, 0, 660, 662, 3, 72, 36, 0, 661, 660, 1, 0, 0, 0, 661, 662, 1, 0, 0, 0, 662, 665, 1, 0, 0, 0, 663, 664, 5, 59, 0, 0, 664, 666, 5, 537, 0, 0, 665, 663, 1, 0, 0, 0, 665, 666, 1, 0, 0, 0, 666, 49, 1, 0, 0, 0, 667, 670, 3, 328, 164, 0, 668, 670, 3, 258, 129, 0, 669, 667, 1, 0, 0, 0, 669, 668, 1, 0, 0, 0, 670, 51, 1, 0, 0, 0, 671, 674, 3, 328, 164, 0, 672, 674, 4, 26, 0, 0, 673, 671, 1, 0, 0, 0, 673, 672, 1, 0, 0, 0, 674, 53, 1, 0, 0, 0, 675, 676, 3, 328, 164, 0, 676, 55, 1, 0, 0, 0, 677, 678, 5, 516, 0, 0, 678, 683, 3, 52, 26, 0, 679, 680, 5, 520, 0, 0, 680, 682, 3, 52, 26, 0, 681, 679, 1, 0, 0, 0, 682, 685, 1, 0, 0, 0, 683, 681, 1, 0, 0, 0, 683, 684, 1, 0, 0, 0, 684, 686, 1, 0, 0, 0, 685, 683, 1, 0, 0, 0, 686, 687, 5, 517, 0, 0, 687, 57, 1, 0, 0, 0, 688, 726, 7, 7, 0, 0, 689, 691, 7, 8, 0, 0, 690, 692, 3, 60, 30, 0, 691, 690, 1, 0, 0, 0, 691, 692, 1, 0, 0, 0, 692, 726, 1, 0, 0, 0, 693, 695, 5, 379, 0, 0, 694, 696, 3, 60, 30, 0, 695, 694, 1, 0, 0, 0, 695, 696, 1, 0, 0, 0, 696, 703, 1, 0, 0, 0, 697, 699, 7, 9, 0, 0, 698, 700, 5, 206, 0, 0, 699, 698, 1, 0, 0, 0, 699, 700, 1, 0, 0, 0, 700, 701, 1, 0, 0, 0, 701, 702, 5, 378, 0, 0, 702, 704, 5, 504, 0, 0, 703, 697, 1, 0, 0, 0, 703, 704, 1, 0, 0, 0, 704, 726, 1, 0, 0, 0, 705, 707, 7, 10, 0, 0, 706, 708, 3, 62, 31, 0, 707, 706, 1, 0, 0, 0, 707, 708, 1, 0, 0, 0, 708, 726, 1, 0, 0, 0, 709, 711, 7, 11, 0, 0, 710, 712, 3, 66, 33, 0, 711, 710, 1, 0, 0, 0, 711, 712, 1, 0, 0, 0, 712, 726, 1, 0, 0, 0, 713, 715, 5, 469, 0, 0, 714, 716, 3, 68, 34, 0, 715, 714, 1, 0, 0, 0, 715, 716, 1, 0, 0, 0, 716, 726, 1, 0, 0, 0, 717, 719, 5, 321, 0, 0, 718, 720, 3, 70, 35, 0, 719, 718, 1, 0, 0, 0, 719, 720, 1, 0, 0, 0, 720, 726, 1, 0, 0, 0, 721, 723, 5, 294, 0, 0, 722, 724, 3, 64, 32, 0, 723, 722, 1, 0, 0, 0, 723, 724, 1, 0, 0, 0, 724, 726, 1, 0, 0, 0, 725, 688, 1, 0, 0, 0, 725, 689, 1, 0, 0, 0, 725, 693, 1, 0, 0, 0, 725, 705, 1, 0, 0, 0, 725, 709, 1, 0, 0, 0, 725, 713, 1, 0, 0, 0, 725, 717, 1, 0, 0, 0, 725, 721, 1, 0, 0, 0, 726, 59, 1, 0, 0, 0, 727, 728, 5, 516, 0, 0, 728, 729, 3, 360, 180, 0, 729, 730, 5, 517, 0, 0, 730, 61, 1, 0, 0, 0, 731, 732, 5, 516, 0, 0, 732, 735, 3, 360, 180, 0, 733, 734, 5, 520, 0, 0, 734, 736, 3, 360, 180, 0, 735, 733, 1, 0, 0, 0, 735, 736, 1, 0, 0, 0, 736, 737, 1, 0, 0, 0, 737, 738, 5, 517, 0, 0, 738, 63, 1, 0, 0, 0, 739, 740, 5, 516, 0, 0, 740, 743, 3, 358, 179, 0, 741, 742, 5, 520, 0, 0, 742, 744, 3, 358, 179, 0, 743, 741, 1, 0, 0, 0, 743, 744, 1, 0, 0, 0, 744, 745, 1, 0, 0, 0, 745, 746, 5, 517, 0, 0, 746, 65, 1, 0, 0, 0, 747, 748, 5, 507, 0, 0, 748, 749, 3, 58, 29, 0, 749, 750, 5, 506, 0, 0, 750, 67, 1, 0, 0, 0, 751, 752, 5, 507, 0, 0, 752, 753, 3, 58, 29, 0, 753, 754, 5, 520, 0, 0, 754, 755, 3, 58, 29, 0, 755, 756, 1, 0, 0, 0, 756, 757, 5, 506, 0, 0, 757, 69, 1, 0, 0, 0, 758, 759, 5, 507, 0, 0, 759, 760, 3, 52, 26, 0, 760, 767, 3, 58, 29, 0, 761, 762, 5, 520, 0, 0, 762, 763, 3, 52, 26, 0, 763, 764, 3, 58, 29, 0, 764, 766, 1, 0, 0, 0, 765, 761, 1, 0, 0, 0, 766, 769, 1, 0, 0, 0, 767, 765, 1, 0, 0, 0, 767, 768, 1, 0, 0, 0, 768, 770, 1, 0, 0, 0, 769, 767, 1, 0, 0, 0, 770, 771, 5, 506, 0, 0, 771, 71, 1, 0, 0, 0, 772, 773, 5, 64, 0, 0, 773, 775, 3, 86, 43, 0, 774, 772, 1, 0, 0, 0, 774, 775, 1, 0, 0, 0, 775, 776, 1, 0, 0, 0, 776, 777, 5, 288, 0, 0, 777, 780, 5, 466, 0, 0, 778, 779, 5, 241, 0, 0, 779, 781, 5, 125, 0, 0, 780, 778, 1, 0, 0, 0, 780, 781, 1, 0, 0, 0, 781, 787, 1, 0, 0, 0, 782, 784, 5, 241, 0, 0, 783, 782, 1, 0, 0, 0, 783, 784, 1, 0, 0, 0, 784, 785, 1, 0, 0, 0, 785, 787, 5, 244, 0, 0, 786, 774, 1, 0, 0, 0, 786, 783, 1, 0, 0, 0, 787, 73, 1, 0, 0, 0, 788, 789, 3, 50, 25, 0, 789, 790, 3, 58, 29, 0, 790, 793, 5, 218, 0, 0, 791, 792, 5, 151, 0, 0, 792, 794, 3, 76, 38, 0, 793, 791, 1, 0, 0, 0, 793, 794, 1, 0, 0, 0, 794, 796, 1, 0, 0, 0, 795, 797, 5, 423, 0, 0, 796, 795, 1, 0, 0, 0, 796, 797, 1, 0, 0, 0, 797, 75, 1, 0, 0, 0, 798, 799, 5, 537, 0, 0, 799, 77, 1, 0, 0, 0, 800, 801, 3, 50, 25, 0, 801, 802, 5, 17, 0, 0, 802, 805, 3, 80, 40, 0, 803, 804, 5, 59, 0, 0, 804, 806, 5, 537, 0, 0, 805, 803, 1, 0, 0, 0, 805, 806, 1, 0, 0, 0, 806, 79, 1, 0, 0, 0, 807, 808, 3, 258, 129, 0, 808, 81, 1, 0, 0, 0, 809, 810, 5, 424, 0, 0, 810, 811, 5, 146, 0, 0, 811, 812, 3, 52, 26, 0, 812, 813, 5, 17, 0, 0, 813, 814, 3, 258, 129, 0, 814, 83, 1, 0, 0, 0, 815, 816, 5, 64, 0, 0, 816, 818, 3, 86, 43, 0, 817, 815, 1, 0, 0, 0, 817, 818, 1, 0, 0, 0, 818, 819, 1, 0, 0, 0, 819, 820, 5, 288, 0, 0, 820, 821, 5, 466, 0, 0, 821, 822, 3, 56, 28, 0, 822, 823, 5, 241, 0, 0, 823, 824, 5, 125, 0, 0, 824, 85, 1, 0, 0, 0, 825, 826, 3, 304, 152, 0, 826, 87, 1, 0, 0, 0, 827, 828, 5, 277, 0, 0, 828, 829, 5, 146, 0, 0, 829, 830, 5, 371, 0, 0, 830, 89, 1, 0, 0, 0, 831, 832, 5, 269, 0, 0, 832, 833, 5, 34, 0, 0, 833, 834, 3, 92, 46, 0, 834, 91, 1, 0, 0, 0, 835, 836, 5, 516, 0, 0, 836, 841, 3, 94, 47, 0, 837, 838, 5, 520, 0, 0, 838, 840, 3, 94, 47, 0, 839, 837, 1, 0, 0, 0, 840, 843, 1, 0, 0, 0, 841, 839, 1, 0, 0, 0, 841, 842, 1, 0, 0, 0, 842, 844, 1, 0, 0, 0, 843, 841, 1, 0, 0, 0, 844, 845, 5, 517, 0, 0, 845, 93, 1, 0, 0, 0, 846, 859, 3, 52, 26, 0, 847, 848, 5, 516, 0, 0, 848, 853, 3, 96, 48, 0, 849, 850, 5, 520, 0, 0, 850, 852, 3, 96, 48, 0, 851, 849, 1, 0, 0, 0, 852, 855, 1, 0, 0, 0, 853, 851, 1, 0, 0, 0, 853, 854, 1, 0, 0, 0, 854, 856, 1, 0, 0, 0, 855, 853, 1, 0, 0, 0, 856, 857, 5, 517, 0, 0, 857, 859, 1, 0, 0, 0, 858, 846, 1, 0, 0, 0, 858, 847, 1, 0, 0, 0, 859, 95, 1, 0, 0, 0, 860, 863, 3, 280, 140, 0, 861, 863, 3, 354, 177, 0, 862, 860, 1, 0, 0, 0, 862, 861, 1, 0, 0, 0, 863, 97, 1, 0, 0, 0, 864, 865, 5, 202, 0, 0, 865, 874, 3, 322, 161, 0, 866, 870, 5, 516, 0, 0, 867, 869, 3, 100, 50, 0, 868, 867, 1, 0, 0, 0, 869, 872, 1, 0, 0, 0, 870, 868, 1, 0, 0, 0, 870, 871, 1, 0, 0, 0, 871, 873, 1, 0, 0, 0, 872, 870, 1, 0, 0, 0, 873, 875, 5, 517, 0, 0, 874, 866, 1, 0, 0, 0, 874, 875, 1, 0, 0, 0, 875, 99, 1, 0, 0, 0, 876, 877, 7, 12, 0, 0, 877, 881, 7, 13, 0, 0, 878, 879, 7, 14, 0, 0, 879, 881, 7, 15, 0, 0, 880, 876, 1, 0, 0, 0, 880, 878, 1, 0, 0, 0, 881, 101, 1, 0, 0, 0, 882, 883, 5, 72, 0, 0, 883, 884, 5, 441, 0, 0, 884, 885, 3, 314, 157, 0, 885, 886, 3, 330, 165, 0, 886, 103, 1, 0, 0, 0, 887, 888, 5, 72, 0, 0, 888, 890, 5, 447, 0, 0, 889, 891, 3, 332, 166, 0, 890, 889, 1, 0, 0, 0, 890, 891, 1, 0, 0, 0, 891, 892, 1, 0, 0, 0, 892, 895, 3, 318, 159, 0, 893, 894, 5, 59, 0, 0, 894, 896, 5, 537, 0, 0, 895, 893, 1, 0, 0, 0, 895, 896, 1, 0, 0, 0, 896, 897, 1, 0, 0, 0, 897, 898, 3, 330, 165, 0, 898, 105, 1, 0, 0, 0, 899, 901, 5, 72, 0, 0, 900, 902, 5, 497, 0, 0, 901, 900, 1, 0, 0, 0, 901, 902, 1, 0, 0, 0, 902, 903, 1, 0, 0, 0, 903, 905, 5, 501, 0, 0, 904, 906, 3, 332, 166, 0, 905, 904, 1, 0, 0, 0, 905, 906, 1, 0, 0, 0, 906, 907, 1, 0, 0, 0, 907, 909, 3, 326, 163, 0, 908, 910, 3, 56, 28, 0, 909, 908, 1, 0, 0, 0, 909, 910, 1, 0, 0, 0, 910, 913, 1, 0, 0, 0, 911, 912, 5, 59, 0, 0, 912, 914, 5, 537, 0, 0, 913, 911, 1, 0, 0, 0, 913, 914, 1, 0, 0, 0, 914, 915, 1, 0, 0, 0, 915, 916, 5, 17, 0, 0, 916, 917, 3, 158, 79, 0, 917, 107, 1, 0, 0, 0, 918, 922, 5, 72, 0, 0, 919, 923, 5, 497, 0, 0, 920, 921, 5, 497, 0, 0, 921, 923, 5, 370, 0, 0, 922, 919, 1, 0, 0, 0, 922, 920, 1, 0, 0, 0, 922, 923, 1, 0, 0, 0, 923, 924, 1, 0, 0, 0, 924, 926, 5, 153, 0, 0, 925, 927, 3, 332, 166, 0, 926, 925, 1, 0, 0, 0, 926, 927, 1, 0, 0, 0, 927, 928, 1, 0, 0, 0, 928, 929, 3, 270, 135, 0, 929, 930, 5, 17, 0, 0, 930, 933, 3, 304, 152, 0, 931, 932, 5, 195, 0, 0, 932, 934, 7, 16, 0, 0, 933, 931, 1, 0, 0, 0, 933, 934, 1, 0, 0, 0, 934, 936, 1, 0, 0, 0, 935, 937, 3, 110, 55, 0, 936, 935, 1, 0, 0, 0, 936, 937, 1, 0, 0, 0, 937, 109, 1, 0, 0, 0, 938, 939, 5, 412, 0, 0, 939, 940, 5, 463, 0, 0, 940, 946, 3, 112, 56, 0, 941, 942, 5, 520, 0, 0, 942, 943, 5, 463, 0, 0, 943, 945, 3, 112, 56, 0, 944, 941, 1, 0, 0, 0, 945, 948, 1, 0, 0, 0, 946, 944, 1, 0, 0, 0, 946, 947, 1, 0, 0, 0, 947, 111, 1, 0, 0, 0, 948, 946, 1, 0, 0, 0, 949, 950, 5, 537, 0, 0, 950, 113, 1, 0, 0, 0, 951, 952, 5, 8, 0, 0, 952, 954, 5, 373, 0, 0, 953, 955, 3, 334, 167, 0, 954, 953, 1, 0, 0, 0, 954, 955, 1, 0, 0, 0, 955, 956, 1, 0, 0, 0, 956, 962, 3, 322, 161, 0, 957, 963, 3, 116, 58, 0, 958, 963, 3, 118, 59, 0, 959, 963, 3, 120, 60, 0, 960, 963, 3, 122, 61, 0, 961, 963, 3, 124, 62, 0, 962, 957, 1, 0, 0, 0, 962, 958, 1, 0, 0, 0, 962, 959, 1, 0, 0, 0, 962, 960, 1, 0, 0, 0, 962, 961, 1, 0, 0, 0, 963, 115, 1, 0, 0, 0, 964, 966, 5, 311, 0, 0, 965, 967, 3, 328, 164, 0, 966, 965, 1, 0, 0, 0, 966, 967, 1, 0, 0, 0, 967, 968, 1, 0, 0, 0, 968, 969, 5, 388, 0, 0, 969, 970, 3, 328, 164, 0, 970, 117, 1, 0, 0, 0, 971, 972, 5, 340, 0, 0, 972, 973, 3, 336, 168, 0, 973, 119, 1, 0, 0, 0, 974, 975, 5, 437, 0, 0, 975, 976, 5, 64, 0, 0, 976, 977, 3, 86, 43, 0, 977, 978, 5, 288, 0, 0, 978, 979, 5, 466, 0, 0, 979, 981, 3, 56, 28, 0, 980, 982, 3, 126, 63, 0, 981, 980, 1, 0, 0, 0, 981, 982, 1, 0, 0, 0, 982, 121, 1, 0, 0, 0, 983, 984, 5, 116, 0, 0, 984, 985, 5, 64, 0, 0, 985, 986, 3, 86, 43, 0, 986, 123, 1, 0, 0, 0, 987, 988, 5, 437, 0, 0, 988, 989, 5, 403, 0, 0, 989, 990, 3, 56, 28, 0, 990, 125, 1, 0, 0, 0, 991, 992, 5, 241, 0, 0, 992, 993, 5, 125, 0, 0, 993, 127, 1, 0, 0, 0, 994, 995, 5, 8, 0, 0, 995, 996, 5, 501, 0, 0, 996, 1000, 3, 324, 162, 0, 997, 1001, 3, 116, 58, 0, 998, 999, 5, 17, 0, 0, 999, 1001, 3, 158, 79, 0, 1000, 997, 1, 0, 0, 0, 1000, 998, 1, 0, 0, 0, 1001, 129, 1, 0, 0, 0, 1002, 1003, 5, 8, 0, 0, 1003, 1004, 5, 447, 0, 0, 1004, 1005, 3, 316, 158, 0, 1005, 1006, 3, 118, 59, 0, 1006, 131, 1, 0, 0, 0, 1007, 1011, 5, 8, 0, 0, 1008, 1012, 5, 497, 0, 0, 1009, 1010, 5, 497, 0, 0, 1010, 1012, 5, 370, 0, 0, 1011, 1008, 1, 0, 0, 0, 1011, 1009, 1, 0, 0, 0, 1011, 1012, 1, 0, 0, 0, 1012, 1013, 1, 0, 0, 0, 1013, 1015, 5, 153, 0, 0, 1014, 1016, 3, 334, 167, 0, 1015, 1014, 1, 0, 0, 0, 1015, 1016, 1, 0, 0, 0, 1016, 1017, 1, 0, 0, 0, 1017, 1018, 3, 272, 136, 0, 1018, 1019, 5, 17, 0, 0, 1019, 1022, 3, 304, 152, 0, 1020, 1021, 5, 195, 0, 0, 1021, 1023, 7, 16, 0, 0, 1022, 1020, 1, 0, 0, 0, 1022, 1023, 1, 0, 0, 0, 1023, 133, 1, 0, 0, 0, 1024, 1025, 5, 116, 0, 0, 1025, 1027, 5, 441, 0, 0, 1026, 1028, 3, 334, 167, 0, 1027, 1026, 1, 0, 0, 0, 1027, 1028, 1, 0, 0, 0, 1028, 1029, 1, 0, 0, 0, 1029, 1030, 3, 312, 156, 0, 1030, 135, 1, 0, 0, 0, 1031, 1033, 5, 116, 0, 0, 1032, 1034, 5, 497, 0, 0, 1033, 1032, 1, 0, 0, 0, 1033, 1034, 1, 0, 0, 0, 1034, 1035, 1, 0, 0, 0, 1035, 1037, 5, 373, 0, 0, 1036, 1038, 3, 334, 167, 0, 1037, 1036, 1, 0, 0, 0, 1037, 1038, 1, 0, 0, 0, 1038, 1039, 1, 0, 0, 0, 1039, 1040, 3, 322, 161, 0, 1040, 137, 1, 0, 0, 0, 1041, 1042, 5, 116, 0, 0, 1042, 1044, 5, 447, 0, 0, 1043, 1045, 3, 334, 167, 0, 1044, 1043, 1, 0, 0, 0, 1044, 1045, 1, 0, 0, 0, 1045, 1046, 1, 0, 0, 0, 1046, 1048, 3, 316, 158, 0, 1047, 1049, 7, 17, 0, 0, 1048, 1047, 1, 0, 0, 0, 1048, 1049, 1, 0, 0, 0, 1049, 139, 1, 0, 0, 0, 1050, 1052, 5, 116, 0, 0, 1051, 1053, 5, 497, 0, 0, 1052, 1051, 1, 0, 0, 0, 1052, 1053, 1, 0, 0, 0, 1053, 1054, 1, 0, 0, 0, 1054, 1056, 5, 501, 0, 0, 1055, 1057, 3, 334, 167, 0, 1056, 1055, 1, 0, 0, 0, 1056, 1057, 1, 0, 0, 0, 1057, 1058, 1, 0, 0, 0, 1058, 1059, 3, 324, 162, 0, 1059, 141, 1, 0, 0, 0, 1060, 1064, 5, 116, 0, 0, 1061, 1065, 5, 497, 0, 0, 1062, 1063, 5, 497, 0, 0, 1063, 1065, 5, 370, 0, 0, 1064, 1061, 1, 0, 0, 0, 1064, 1062, 1, 0, 0, 0, 1064, 1065, 1, 0, 0, 0, 1065, 1066, 1, 0, 0, 0, 1066, 1068, 5, 153, 0, 0, 1067, 1069, 3, 334, 167, 0, 1068, 1067, 1, 0, 0, 0, 1068, 1069, 1, 0, 0, 0, 1069, 1070, 1, 0, 0, 0, 1070, 1071, 3, 272, 136, 0, 1071, 143, 1, 0, 0, 0, 1072, 1074, 5, 132, 0, 0, 1073, 1072, 1, 0, 0, 0, 1073, 1074, 1, 0, 0, 0, 1074, 1075, 1, 0, 0, 0, 1075, 1080, 3, 146, 73, 0, 1076, 1080, 3, 154, 77, 0, 1077, 1078, 5, 132, 0, 0, 1078, 1080, 3, 156, 78, 0, 1079, 1073, 1, 0, 0, 0, 1079, 1076, 1, 0, 0, 0, 1079, 1077, 1, 0, 0, 0, 1080, 145, 1, 0, 0, 0, 1081, 1082, 5, 177, 0, 0, 1082, 1083, 7, 18, 0, 0, 1083, 1092, 3, 322, 161, 0, 1084, 1086, 3, 148, 74, 0, 1085, 1084, 1, 0, 0, 0, 1085, 1086, 1, 0, 0, 0, 1086, 1088, 1, 0, 0, 0, 1087, 1089, 3, 56, 28, 0, 1088, 1087, 1, 0, 0, 0, 1088, 1089, 1, 0, 0, 0, 1089, 1090, 1, 0, 0, 0, 1090, 1093, 3, 158, 79, 0, 1091, 1093, 3, 150, 75, 0, 1092, 1085, 1, 0, 0, 0, 1092, 1091, 1, 0, 0, 0, 1093, 147, 1, 0, 0, 0, 1094, 1095, 5, 268, 0, 0, 1095, 1096, 3, 336, 168, 0, 1096, 149, 1, 0, 0, 0, 1097, 1098, 5, 414, 0, 0, 1098, 1103, 3, 152, 76, 0, 1099, 1100, 5, 520, 0, 0, 1100, 1102, 3, 152, 76, 0, 1101, 1099, 1, 0, 0, 0, 1102, 1105, 1, 0, 0, 0, 1103, 1101, 1, 0, 0, 0, 1103, 1104, 1, 0, 0, 0, 1104, 151, 1, 0, 0, 0, 1105, 1103, 1, 0, 0, 0, 1106, 1107, 5, 516, 0, 0, 1107, 1112, 3, 354, 177, 0, 1108, 1109, 5, 520, 0, 0, 1109, 1111, 3, 354, 177, 0, 1110, 1108, 1, 0, 0, 0, 1111, 1114, 1, 0, 0, 0, 1112, 1110, 1, 0, 0, 0, 1112, 1113, 1, 0, 0, 0, 1113, 1115, 1, 0, 0, 0, 1114, 1112, 1, 0, 0, 0, 1115, 1116, 5, 517, 0, 0, 1116, 153, 1, 0, 0, 0, 1117, 1118, 5, 24, 0, 0, 1118, 1119, 5, 354, 0, 0, 1119, 1120, 5, 340, 0, 0, 1120, 1124, 5, 521, 0, 0, 1121, 1122, 3, 146, 73, 0, 1122, 1123, 5, 521, 0, 0, 1123, 1125, 1, 0, 0, 0, 1124, 1121, 1, 0, 0, 0, 1125, 1126, 1, 0, 0, 0, 1126, 1124, 1, 0, 0, 0, 1126, 1127, 1, 0, 0, 0, 1127, 1128, 1, 0, 0, 0, 1128, 1129, 5, 122, 0, 0, 1129, 155, 1, 0, 0, 0, 1130, 1131, 5, 354, 0, 0, 1131, 1132, 5, 340, 0, 0, 1132, 1136, 5, 24, 0, 0, 1133, 1134, 3, 146, 73, 0, 1134, 1135, 5, 521, 0, 0, 1135, 1137, 1, 0, 0, 0, 1136, 1133, 1, 0, 0, 0, 1137, 1138, 1, 0, 0, 0, 1138, 1136, 1, 0, 0, 0, 1138, 1139, 1, 0, 0, 0, 1139, 1140, 1, 0, 0, 0, 1140, 1141, 5, 122, 0, 0, 1141, 157, 1, 0, 0, 0, 1142, 1143, 6, 79, -1, 0, 1143, 1166, 3, 160, 80, 0, 1144, 1145, 3, 162, 81, 0, 1145, 1146, 3, 158, 79, 5, 1146, 1166, 1, 0, 0, 0, 1147, 1148, 5, 516, 0, 0, 1148, 1149, 3, 158, 79, 0, 1149, 1150, 5, 517, 0, 0, 1150, 1166, 1, 0, 0, 0, 1151, 1153, 3, 170, 85, 0, 1152, 1154, 3, 230, 115, 0, 1153, 1152, 1, 0, 0, 0, 1153, 1154, 1, 0, 0, 0, 1154, 1156, 1, 0, 0, 0, 1155, 1157, 3, 234, 117, 0, 1156, 1155, 1, 0, 0, 0, 1156, 1157, 1, 0, 0, 0, 1157, 1166, 1, 0, 0, 0, 1158, 1160, 3, 168, 84, 0, 1159, 1161, 3, 230, 115, 0, 1160, 1159, 1, 0, 0, 0, 1160, 1161, 1, 0, 0, 0, 1161, 1163, 1, 0, 0, 0, 1162, 1164, 3, 234, 117, 0, 1163, 1162, 1, 0, 0, 0, 1163, 1164, 1, 0, 0, 0, 1164, 1166, 1, 0, 0, 0, 1165, 1142, 1, 0, 0, 0, 1165, 1144, 1, 0, 0, 0, 1165, 1147, 1, 0, 0, 0, 1165, 1151, 1, 0, 0, 0, 1165, 1158, 1, 0, 0, 0, 1166, 1181, 1, 0, 0, 0, 1167, 1168, 10, 3, 0, 0, 1168, 1170, 7, 19, 0, 0, 1169, 1171, 5, 5, 0, 0, 1170, 1169, 1, 0, 0, 0, 1170, 1171, 1, 0, 0, 0, 1171, 1172, 1, 0, 0, 0, 1172, 1174, 3, 158, 79, 0, 1173, 1175, 3, 230, 115, 0, 1174, 1173, 1, 0, 0, 0, 1174, 1175, 1, 0, 0, 0, 1175, 1177, 1, 0, 0, 0, 1176, 1178, 3, 234, 117, 0, 1177, 1176, 1, 0, 0, 0, 1177, 1178, 1, 0, 0, 0, 1178, 1180, 1, 0, 0, 0, 1179, 1167, 1, 0, 0, 0, 1180, 1183, 1, 0, 0, 0, 1181, 1179, 1, 0, 0, 0, 1181, 1182, 1, 0, 0, 0, 1182, 159, 1, 0, 0, 0, 1183, 1181, 1, 0, 0, 0, 1184, 1185, 5, 414, 0, 0, 1185, 1190, 3, 258, 129, 0, 1186, 1187, 5, 520, 0, 0, 1187, 1189, 3, 258, 129, 0, 1188, 1186, 1, 0, 0, 0, 1189, 1192, 1, 0, 0, 0, 1190, 1188, 1, 0, 0, 0, 1190, 1191, 1, 0, 0, 0, 1191, 161, 1, 0, 0, 0, 1192, 1190, 1, 0, 0, 0, 1193, 1194, 5, 433, 0, 0, 1194, 1199, 3, 164, 82, 0, 1195, 1196, 5, 520, 0, 0, 1196, 1198, 3, 164, 82, 0, 1197, 1195, 1, 0, 0, 0, 1198, 1201, 1, 0, 0, 0, 1199, 1197, 1, 0, 0, 0, 1199, 1200, 1, 0, 0, 0, 1200, 163, 1, 0, 0, 0, 1201, 1199, 1, 0, 0, 0, 1202, 1214, 3, 166, 83, 0, 1203, 1204, 5, 516, 0, 0, 1204, 1209, 3, 52, 26, 0, 1205, 1206, 5, 520, 0, 0, 1206, 1208, 3, 52, 26, 0, 1207, 1205, 1, 0, 0, 0, 1208, 1211, 1, 0, 0, 0, 1209, 1207, 1, 0, 0, 0, 1209, 1210, 1, 0, 0, 0, 1210, 1212, 1, 0, 0, 0, 1211, 1209, 1, 0, 0, 0, 1212, 1213, 5, 517, 0, 0, 1213, 1215, 1, 0, 0, 0, 1214, 1203, 1, 0, 0, 0, 1214, 1215, 1, 0, 0, 0, 1215, 1216, 1, 0, 0, 0, 1216, 1217, 5, 17, 0, 0, 1217, 1218, 5, 516, 0, 0, 1218, 1219, 3, 158, 79, 0, 1219, 1220, 5, 517, 0, 0, 1220, 165, 1, 0, 0, 0, 1221, 1222, 3, 304, 152, 0, 1222, 167, 1, 0, 0, 0, 1223, 1225, 3, 170, 85, 0, 1224, 1226, 3, 176, 88, 0, 1225, 1224, 1, 0, 0, 0, 1225, 1226, 1, 0, 0, 0, 1226, 1228, 1, 0, 0, 0, 1227, 1229, 3, 204, 102, 0, 1228, 1227, 1, 0, 0, 0, 1228, 1229, 1, 0, 0, 0, 1229, 1231, 1, 0, 0, 0, 1230, 1232, 3, 206, 103, 0, 1231, 1230, 1, 0, 0, 0, 1231, 1232, 1, 0, 0, 0, 1232, 1234, 1, 0, 0, 0, 1233, 1235, 3, 220, 110, 0, 1234, 1233, 1, 0, 0, 0, 1234, 1235, 1, 0, 0, 0, 1235, 1237, 1, 0, 0, 0, 1236, 1238, 3, 222, 111, 0, 1237, 1236, 1, 0, 0, 0, 1237, 1238, 1, 0, 0, 0, 1238, 1244, 1, 0, 0, 0, 1239, 1240, 3, 170, 85, 0, 1240, 1241, 3, 176, 88, 0, 1241, 1242, 3, 228, 114, 0, 1242, 1244, 1, 0, 0, 0, 1243, 1223, 1, 0, 0, 0, 1243, 1239, 1, 0, 0, 0, 1244, 169, 1, 0, 0, 0, 1245, 1247, 5, 336, 0, 0, 1246, 1248, 3, 364, 182, 0, 1247, 1246, 1, 0, 0, 0, 1247, 1248, 1, 0, 0, 0, 1248, 1258, 1, 0, 0, 0, 1249, 1259, 5, 527, 0, 0, 1250, 1255, 3, 172, 86, 0, 1251, 1252, 5, 520, 0, 0, 1252, 1254, 3, 172, 86, 0, 1253, 1251, 1, 0, 0, 0, 1254, 1257, 1, 0, 0, 0, 1255, 1253, 1, 0, 0, 0, 1255, 1256, 1, 0, 0, 0, 1256, 1259, 1, 0, 0, 0, 1257, 1255, 1, 0, 0, 0, 1258, 1249, 1, 0, 0, 0, 1258, 1250, 1, 0, 0, 0, 1259, 171, 1, 0, 0, 0, 1260, 1276, 3, 174, 87, 0, 1261, 1266, 3, 52, 26, 0, 1262, 1264, 5, 17, 0, 0, 1263, 1262, 1, 0, 0, 0, 1263, 1264, 1, 0, 0, 0, 1264, 1265, 1, 0, 0, 0, 1265, 1267, 3, 258, 129, 0, 1266, 1263, 1, 0, 0, 0, 1266, 1267, 1, 0, 0, 0, 1267, 1276, 1, 0, 0, 0, 1268, 1273, 3, 258, 129, 0, 1269, 1271, 5, 17, 0, 0, 1270, 1269, 1, 0, 0, 0, 1270, 1271, 1, 0, 0, 0, 1271, 1272, 1, 0, 0, 0, 1272, 1274, 3, 52, 26, 0, 1273, 1270, 1, 0, 0, 0, 1273, 1274, 1, 0, 0, 0, 1274, 1276, 1, 0, 0, 0, 1275, 1260, 1, 0, 0, 0, 1275, 1261, 1, 0, 0, 0, 1275, 1268, 1, 0, 0, 0, 1276, 173, 1, 0, 0, 0, 1277, 1278, 3, 268, 134, 0, 1278, 1279, 5, 262, 0, 0, 1279, 1280, 3, 226, 113, 0, 1280, 1281, 5, 17, 0, 0, 1281, 1282, 3, 304, 152, 0, 1282, 1290, 1, 0, 0, 0, 1283, 1284, 3, 268, 134, 0, 1284, 1285, 5, 262, 0, 0, 1285, 1286, 3, 296, 148, 0, 1286, 1287, 5, 17, 0, 0, 1287, 1288, 3, 304, 152, 0, 1288, 1290, 1, 0, 0, 0, 1289, 1277, 1, 0, 0, 0, 1289, 1283, 1, 0, 0, 0, 1290, 175, 1, 0, 0, 0, 1291, 1292, 5, 151, 0, 0, 1292, 1293, 3, 178, 89, 0, 1293, 177, 1, 0, 0, 0, 1294, 1295, 6, 89, -1, 0, 1295, 1300, 3, 180, 90, 0, 1296, 1297, 5, 520, 0, 0, 1297, 1299, 3, 180, 90, 0, 1298, 1296, 1, 0, 0, 0, 1299, 1302, 1, 0, 0, 0, 1300, 1298, 1, 0, 0, 0, 1300, 1301, 1, 0, 0, 0, 1301, 1306, 1, 0, 0, 0, 1302, 1300, 1, 0, 0, 0, 1303, 1306, 3, 188, 94, 0, 1304, 1306, 3, 190, 95, 0, 1305, 1294, 1, 0, 0, 0, 1305, 1303, 1, 0, 0, 0, 1305, 1304, 1, 0, 0, 0, 1306, 1328, 1, 0, 0, 0, 1307, 1308, 10, 3, 0, 0, 1308, 1309, 5, 73, 0, 0, 1309, 1310, 5, 185, 0, 0, 1310, 1327, 3, 178, 89, 4, 1311, 1313, 10, 4, 0, 0, 1312, 1314, 5, 233, 0, 0, 1313, 1312, 1, 0, 0, 0, 1313, 1314, 1, 0, 0, 0, 1314, 1316, 1, 0, 0, 0, 1315, 1317, 7, 20, 0, 0, 1316, 1315, 1, 0, 0, 0, 1316, 1317, 1, 0, 0, 0, 1317, 1319, 1, 0, 0, 0, 1318, 1320, 5, 261, 0, 0, 1319, 1318, 1, 0, 0, 0, 1319, 1320, 1, 0, 0, 0, 1320, 1321, 1, 0, 0, 0, 1321, 1322, 5, 185, 0, 0, 1322, 1324, 3, 178, 89, 0, 1323, 1325, 3, 202, 101, 0, 1324, 1323, 1, 0, 0, 0, 1324, 1325, 1, 0, 0, 0, 1325, 1327, 1, 0, 0, 0, 1326, 1307, 1, 0, 0, 0, 1326, 1311, 1, 0, 0, 0, 1327, 1330, 1, 0, 0, 0, 1328, 1326, 1, 0, 0, 0, 1328, 1329, 1, 0, 0, 0, 1329, 179, 1, 0, 0, 0, 1330, 1328, 1, 0, 0, 0, 1331, 1333, 3, 182, 91, 0, 1332, 1334, 3, 294, 147, 0, 1333, 1332, 1, 0, 0, 0, 1333, 1334, 1, 0, 0, 0, 1334, 181, 1, 0, 0, 0, 1335, 1337, 5, 373, 0, 0, 1336, 1335, 1, 0, 0, 0, 1336, 1337, 1, 0, 0, 0, 1337, 1338, 1, 0, 0, 0, 1338, 1340, 3, 322, 161, 0, 1339, 1341, 3, 184, 92, 0, 1340, 1339, 1, 0, 0, 0, 1340, 1341, 1, 0, 0, 0, 1341, 1375, 1, 0, 0, 0, 1342, 1344, 3, 324, 162, 0, 1343, 1345, 3, 184, 92, 0, 1344, 1343, 1, 0, 0, 0, 1344, 1345, 1, 0, 0, 0, 1345, 1375, 1, 0, 0, 0, 1346, 1347, 5, 198, 0, 0, 1347, 1348, 5, 373, 0, 0, 1348, 1349, 5, 516, 0, 0, 1349, 1350, 3, 272, 136, 0, 1350, 1351, 5, 516, 0, 0, 1351, 1356, 3, 274, 137, 0, 1352, 1353, 5, 520, 0, 0, 1353, 1355, 3, 274, 137, 0, 1354, 1352, 1, 0, 0, 0, 1355, 1358, 1, 0, 0, 0, 1356, 1354, 1, 0, 0, 0, 1356, 1357, 1, 0, 0, 0, 1357, 1359, 1, 0, 0, 0, 1358, 1356, 1, 0, 0, 0, 1359, 1360, 5, 517, 0, 0, 1360, 1361, 5, 517, 0, 0, 1361, 1375, 1, 0, 0, 0, 1362, 1364, 5, 198, 0, 0, 1363, 1362, 1, 0, 0, 0, 1363, 1364, 1, 0, 0, 0, 1364, 1365, 1, 0, 0, 0, 1365, 1366, 5, 516, 0, 0, 1366, 1367, 3, 158, 79, 0, 1367, 1368, 5, 517, 0, 0, 1368, 1375, 1, 0, 0, 0, 1369, 1370, 5, 405, 0, 0, 1370, 1371, 5, 516, 0, 0, 1371, 1372, 3, 258, 129, 0, 1372, 1373, 5, 517, 0, 0, 1373, 1375, 1, 0, 0, 0, 1374, 1336, 1, 0, 0, 0, 1374, 1342, 1, 0, 0, 0, 1374, 1346, 1, 0, 0, 0, 1374, 1363, 1, 0, 0, 0, 1374, 1369, 1, 0, 0, 0, 1375, 183, 1, 0, 0, 0, 1376, 1377, 5, 146, 0, 0, 1377, 1378, 5, 371, 0, 0, 1378, 1379, 5, 17, 0, 0, 1379, 1380, 5, 249, 0, 0, 1380, 1381, 3, 186, 93, 0, 1381, 185, 1, 0, 0, 0, 1382, 1383, 3, 258, 129, 0, 1383, 187, 1, 0, 0, 0, 1384, 1385, 5, 516, 0, 0, 1385, 1386, 3, 150, 75, 0, 1386, 1387, 5, 517, 0, 0, 1387, 1388, 3, 294, 147, 0, 1388, 189, 1, 0, 0, 0, 1389, 1390, 5, 373, 0, 0, 1390, 1391, 5, 516, 0, 0, 1391, 1392, 3, 192, 96, 0, 1392, 1393, 5, 517, 0, 0, 1393, 191, 1, 0, 0, 0, 1394, 1395, 3, 194, 97, 0, 1395, 1396, 5, 516, 0, 0, 1396, 1401, 3, 196, 98, 0, 1397, 1398, 5, 520, 0, 0, 1398, 1400, 3, 196, 98, 0, 1399, 1397, 1, 0, 0, 0, 1400, 1403, 1, 0, 0, 0, 1401, 1399, 1, 0, 0, 0, 1401, 1402, 1, 0, 0, 0, 1402, 1404, 1, 0, 0, 0, 1403, 1401, 1, 0, 0, 0, 1404, 1405, 5, 517, 0, 0, 1405, 193, 1, 0, 0, 0, 1406, 1407, 7, 21, 0, 0, 1407, 195, 1, 0, 0, 0, 1408, 1409, 5, 373, 0, 0, 1409, 1424, 3, 218, 109, 0, 1410, 1424, 3, 200, 100, 0, 1411, 1424, 3, 282, 141, 0, 1412, 1413, 5, 446, 0, 0, 1413, 1414, 5, 536, 0, 0, 1414, 1415, 5, 373, 0, 0, 1415, 1424, 3, 218, 109, 0, 1416, 1417, 5, 498, 0, 0, 1417, 1418, 5, 536, 0, 0, 1418, 1424, 3, 200, 100, 0, 1419, 1420, 3, 198, 99, 0, 1420, 1421, 5, 536, 0, 0, 1421, 1422, 3, 282, 141, 0, 1422, 1424, 1, 0, 0, 0, 1423, 1408, 1, 0, 0, 0, 1423, 1410, 1, 0, 0, 0, 1423, 1411, 1, 0, 0, 0, 1423, 1412, 1, 0, 0, 0, 1423, 1416, 1, 0, 0, 0, 1423, 1419, 1, 0, 0, 0, 1424, 197, 1, 0, 0, 0, 1425, 1426, 7, 22, 0, 0, 1426, 199, 1, 0, 0, 0, 1427, 1428, 5, 451, 0, 0, 1428, 1429, 5, 516, 0, 0, 1429, 1430, 3, 52, 26, 0, 1430, 1431, 5, 517, 0, 0, 1431, 201, 1, 0, 0, 0, 1432, 1433, 5, 253, 0, 0, 1433, 1437, 3, 260, 130, 0, 1434, 1435, 5, 412, 0, 0, 1435, 1437, 3, 56, 28, 0, 1436, 1432, 1, 0, 0, 0, 1436, 1434, 1, 0, 0, 0, 1437, 203, 1, 0, 0, 0, 1438, 1439, 5, 430, 0, 0, 1439, 1440, 3, 260, 130, 0, 1440, 205, 1, 0, 0, 0, 1441, 1442, 5, 159, 0, 0, 1442, 1443, 5, 34, 0, 0, 1443, 1448, 3, 208, 104, 0, 1444, 1445, 5, 520, 0, 0, 1445, 1447, 3, 208, 104, 0, 1446, 1444, 1, 0, 0, 0, 1447, 1450, 1, 0, 0, 0, 1448, 1446, 1, 0, 0, 0, 1448, 1449, 1, 0, 0, 0, 1449, 207, 1, 0, 0, 0, 1450, 1448, 1, 0, 0, 0, 1451, 1492, 3, 52, 26, 0, 1452, 1492, 3, 214, 107, 0, 1453, 1454, 5, 516, 0, 0, 1454, 1492, 5, 517, 0, 0, 1455, 1456, 5, 516, 0, 0, 1456, 1461, 3, 258, 129, 0, 1457, 1458, 5, 520, 0, 0, 1458, 1460, 3, 258, 129, 0, 1459, 1457, 1, 0, 0, 0, 1460, 1463, 1, 0, 0, 0, 1461, 1459, 1, 0, 0, 0, 1461, 1462, 1, 0, 0, 0, 1462, 1464, 1, 0, 0, 0, 1463, 1461, 1, 0, 0, 0, 1464, 1465, 5, 517, 0, 0, 1465, 1492, 1, 0, 0, 0, 1466, 1467, 3, 212, 106, 0, 1467, 1468, 5, 516, 0, 0, 1468, 1473, 3, 258, 129, 0, 1469, 1470, 5, 520, 0, 0, 1470, 1472, 3, 258, 129, 0, 1471, 1469, 1, 0, 0, 0, 1472, 1475, 1, 0, 0, 0, 1473, 1471, 1, 0, 0, 0, 1473, 1474, 1, 0, 0, 0, 1474, 1476, 1, 0, 0, 0, 1475, 1473, 1, 0, 0, 0, 1476, 1477, 5, 517, 0, 0, 1477, 1492, 1, 0, 0, 0, 1478, 1479, 3, 210, 105, 0, 1479, 1480, 5, 516, 0, 0, 1480, 1485, 3, 208, 104, 0, 1481, 1482, 5, 520, 0, 0, 1482, 1484, 3, 208, 104, 0, 1483, 1481, 1, 0, 0, 0, 1484, 1487, 1, 0, 0, 0, 1485, 1483, 1, 0, 0, 0, 1485, 1486, 1, 0, 0, 0, 1486, 1488, 1, 0, 0, 0, 1487, 1485, 1, 0, 0, 0, 1488, 1489, 5, 517, 0, 0, 1489, 1492, 1, 0, 0, 0, 1490, 1492, 3, 258, 129, 0, 1491, 1451, 1, 0, 0, 0, 1491, 1452, 1, 0, 0, 0, 1491, 1453, 1, 0, 0, 0, 1491, 1455, 1, 0, 0, 0, 1491, 1466, 1, 0, 0, 0, 1491, 1478, 1, 0, 0, 0, 1491, 1490, 1, 0, 0, 0, 1492, 209, 1, 0, 0, 0, 1493, 1494, 5, 160, 0, 0, 1494, 1495, 5, 493, 0, 0, 1495, 211, 1, 0, 0, 0, 1496, 1497, 7, 23, 0, 0, 1497, 213, 1, 0, 0, 0, 1498, 1499, 3, 216, 108, 0, 1499, 1500, 5, 516, 0, 0, 1500, 1501, 3, 218, 109, 0, 1501, 1502, 5, 520, 0, 0, 1502, 1503, 3, 282, 141, 0, 1503, 1504, 5, 517, 0, 0, 1504, 215, 1, 0, 0, 0, 1505, 1506, 7, 24, 0, 0, 1506, 217, 1, 0, 0, 0, 1507, 1508, 3, 328, 164, 0, 1508, 219, 1, 0, 0, 0, 1509, 1510, 5, 163, 0, 0, 1510, 1511, 3, 260, 130, 0, 1511, 221, 1, 0, 0, 0, 1512, 1513, 5, 432, 0, 0, 1513, 1518, 3, 224, 112, 0, 1514, 1515, 5, 520, 0, 0, 1515, 1517, 3, 224, 112, 0, 1516, 1514, 1, 0, 0, 0, 1517, 1520, 1, 0, 0, 0, 1518, 1516, 1, 0, 0, 0, 1518, 1519, 1, 0, 0, 0, 1519, 223, 1, 0, 0, 0, 1520, 1518, 1, 0, 0, 0, 1521, 1522, 3, 296, 148, 0, 1522, 1523, 5, 17, 0, 0, 1523, 1524, 3, 226, 113, 0, 1524, 225, 1, 0, 0, 0, 1525, 1527, 3, 296, 148, 0, 1526, 1525, 1, 0, 0, 0, 1526, 1527, 1, 0, 0, 0, 1527, 1528, 1, 0, 0, 0, 1528, 1530, 5, 516, 0, 0, 1529, 1531, 3, 236, 118, 0, 1530, 1529, 1, 0, 0, 0, 1530, 1531, 1, 0, 0, 0, 1531, 1533, 1, 0, 0, 0, 1532, 1534, 3, 230, 115, 0, 1533, 1532, 1, 0, 0, 0, 1533, 1534, 1, 0, 0, 0, 1534, 1536, 1, 0, 0, 0, 1535, 1537, 3, 252, 126, 0, 1536, 1535, 1, 0, 0, 0, 1536, 1537, 1, 0, 0, 0, 1537, 1538, 1, 0, 0, 0, 1538, 1539, 5, 517, 0, 0, 1539, 227, 1, 0, 0, 0, 1540, 1541, 5, 213, 0, 0, 1541, 1543, 5, 516, 0, 0, 1542, 1544, 3, 236, 118, 0, 1543, 1542, 1, 0, 0, 0, 1543, 1544, 1, 0, 0, 0, 1544, 1546, 1, 0, 0, 0, 1545, 1547, 3, 230, 115, 0, 1546, 1545, 1, 0, 0, 0, 1546, 1547, 1, 0, 0, 0, 1547, 1549, 1, 0, 0, 0, 1548, 1550, 3, 240, 120, 0, 1549, 1548, 1, 0, 0, 0, 1549, 1550, 1, 0, 0, 0, 1550, 1552, 1, 0, 0, 0, 1551, 1553, 3, 246, 123, 0, 1552, 1551, 1, 0, 0, 0, 1552, 1553, 1, 0, 0, 0, 1553, 1555, 1, 0, 0, 0, 1554, 1556, 3, 248, 124, 0, 1555, 1554, 1, 0, 0, 0, 1555, 1556, 1, 0, 0, 0, 1556, 1558, 1, 0, 0, 0, 1557, 1559, 3, 242, 121, 0, 1558, 1557, 1, 0, 0, 0, 1558, 1559, 1, 0, 0, 0, 1559, 1560, 1, 0, 0, 0, 1560, 1561, 3, 250, 125, 0, 1561, 1566, 5, 517, 0, 0, 1562, 1564, 5, 17, 0, 0, 1563, 1562, 1, 0, 0, 0, 1563, 1564, 1, 0, 0, 0, 1564, 1565, 1, 0, 0, 0, 1565, 1567, 3, 304, 152, 0, 1566, 1563, 1, 0, 0, 0, 1566, 1567, 1, 0, 0, 0, 1567, 229, 1, 0, 0, 0, 1568, 1569, 5, 258, 0, 0, 1569, 1570, 5, 34, 0, 0, 1570, 1575, 3, 232, 116, 0, 1571, 1572, 5, 520, 0, 0, 1572, 1574, 3, 232, 116, 0, 1573, 1571, 1, 0, 0, 0, 1574, 1577, 1, 0, 0, 0, 1575, 1573, 1, 0, 0, 0, 1575, 1576, 1, 0, 0, 0, 1576, 231, 1, 0, 0, 0, 1577, 1575, 1, 0, 0, 0, 1578, 1580, 3, 52, 26, 0, 1579, 1581, 7, 25, 0, 0, 1580, 1579, 1, 0, 0, 0, 1580, 1581, 1, 0, 0, 0, 1581, 1584, 1, 0, 0, 0, 1582, 1583, 5, 476, 0, 0, 1583, 1585, 7, 26, 0, 0, 1584, 1582, 1, 0, 0, 0, 1584, 1585, 1, 0, 0, 0, 1585, 233, 1, 0, 0, 0, 1586, 1589, 5, 204, 0, 0, 1587, 1590, 5, 5, 0, 0, 1588, 1590, 3, 258, 129, 0, 1589, 1587, 1, 0, 0, 0, 1589, 1588, 1, 0, 0, 0, 1590, 235, 1, 0, 0, 0, 1591, 1592, 5, 268, 0, 0, 1592, 1593, 5, 34, 0, 0, 1593, 1598, 3, 52, 26, 0, 1594, 1595, 5, 520, 0, 0, 1595, 1597, 3, 52, 26, 0, 1596, 1594, 1, 0, 0, 0, 1597, 1600, 1, 0, 0, 0, 1598, 1596, 1, 0, 0, 0, 1598, 1599, 1, 0, 0, 0, 1599, 237, 1, 0, 0, 0, 1600, 1598, 1, 0, 0, 0, 1601, 1618, 5, 527, 0, 0, 1602, 1618, 5, 530, 0, 0, 1603, 1618, 5, 535, 0, 0, 1604, 1605, 5, 518, 0, 0, 1605, 1606, 5, 538, 0, 0, 1606, 1607, 5, 520, 0, 0, 1607, 1608, 5, 538, 0, 0, 1608, 1618, 5, 519, 0, 0, 1609, 1610, 5, 518, 0, 0, 1610, 1611, 5, 538, 0, 0, 1611, 1612, 5, 520, 0, 0, 1612, 1618, 5, 519, 0, 0, 1613, 1614, 5, 518, 0, 0, 1614, 1615, 5, 520, 0, 0, 1615, 1616, 5, 538, 0, 0, 1616, 1618, 5, 519, 0, 0, 1617, 1601, 1, 0, 0, 0, 1617, 1602, 1, 0, 0, 0, 1617, 1603, 1, 0, 0, 0, 1617, 1604, 1, 0, 0, 0, 1617, 1609, 1, 0, 0, 0, 1617, 1613, 1, 0, 0, 0, 1618, 239, 1, 0, 0, 0, 1619, 1620, 5, 215, 0, 0, 1620, 1625, 3, 172, 86, 0, 1621, 1622, 5, 520, 0, 0, 1622, 1624, 3, 172, 86, 0, 1623, 1621, 1, 0, 0, 0, 1624, 1627, 1, 0, 0, 0, 1625, 1623, 1, 0, 0, 0, 1625, 1626, 1, 0, 0, 0, 1626, 241, 1, 0, 0, 0, 1627, 1625, 1, 0, 0, 0, 1628, 1629, 5, 271, 0, 0, 1629, 1631, 5, 516, 0, 0, 1630, 1632, 3, 244, 122, 0, 1631, 1630, 1, 0, 0, 0, 1632, 1633, 1, 0, 0, 0, 1633, 1631, 1, 0, 0, 0, 1633, 1634, 1, 0, 0, 0, 1634, 1635, 1, 0, 0, 0, 1635, 1637, 5, 517, 0, 0, 1636, 1638, 3, 256, 128, 0, 1637, 1636, 1, 0, 0, 0, 1637, 1638, 1, 0, 0, 0, 1638, 243, 1, 0, 0, 0, 1639, 1641, 3, 306, 153, 0, 1640, 1642, 3, 238, 119, 0, 1641, 1640, 1, 0, 0, 0, 1641, 1642, 1, 0, 0, 0, 1642, 245, 1, 0, 0, 0, 1643, 1644, 5, 5, 0, 0, 1644, 1645, 5, 322, 0, 0, 1645, 1646, 5, 272, 0, 0, 1646, 1652, 5, 210, 0, 0, 1647, 1648, 5, 254, 0, 0, 1648, 1649, 5, 321, 0, 0, 1649, 1650, 5, 272, 0, 0, 1650, 1652, 5, 210, 0, 0, 1651, 1643, 1, 0, 0, 0, 1651, 1647, 1, 0, 0, 0, 1652, 247, 1, 0, 0, 0, 1653, 1654, 5, 438, 0, 0, 1654, 1655, 5, 210, 0, 0, 1655, 1656, 5, 343, 0, 0, 1656, 1657, 5, 478, 0, 0, 1657, 1658, 5, 467, 0, 0, 1658, 1678, 5, 321, 0, 0, 1659, 1660, 5, 438, 0, 0, 1660, 1661, 5, 210, 0, 0, 1661, 1662, 5, 343, 0, 0, 1662, 1663, 5, 388, 0, 0, 1663, 1664, 5, 237, 0, 0, 1664, 1678, 5, 321, 0, 0, 1665, 1666, 5, 438, 0, 0, 1666, 1667, 5, 210, 0, 0, 1667, 1668, 5, 343, 0, 0, 1668, 1669, 5, 388, 0, 0, 1669, 1670, 5, 467, 0, 0, 1670, 1678, 3, 306, 153, 0, 1671, 1672, 5, 438, 0, 0, 1672, 1673, 5, 210, 0, 0, 1673, 1674, 5, 343, 0, 0, 1674, 1675, 5, 388, 0, 0, 1675, 1676, 5, 457, 0, 0, 1676, 1678, 3, 306, 153, 0, 1677, 1653, 1, 0, 0, 0, 1677, 1659, 1, 0, 0, 0, 1677, 1665, 1, 0, 0, 0, 1677, 1671, 1, 0, 0, 0, 1678, 249, 1, 0, 0, 0, 1679, 1680, 5, 105, 0, 0, 1680, 1685, 3, 172, 86, 0, 1681, 1682, 5, 520, 0, 0, 1682, 1684, 3, 172, 86, 0, 1683, 1681, 1, 0, 0, 0, 1684, 1687, 1, 0, 0, 0, 1685, 1683, 1, 0, 0, 0, 1685, 1686, 1, 0, 0, 0, 1686, 251, 1, 0, 0, 0, 1687, 1685, 1, 0, 0, 0, 1688, 1689, 5, 292, 0, 0, 1689, 1690, 5, 27, 0, 0, 1690, 1691, 3, 282, 141, 0, 1691, 1692, 3, 254, 127, 0, 1692, 1698, 1, 0, 0, 0, 1693, 1694, 5, 322, 0, 0, 1694, 1695, 5, 27, 0, 0, 1695, 1696, 5, 538, 0, 0, 1696, 1698, 3, 254, 127, 0, 1697, 1688, 1, 0, 0, 0, 1697, 1693, 1, 0, 0, 0, 1698, 253, 1, 0, 0, 0, 1699, 1700, 5, 480, 0, 0, 1700, 1701, 5, 10, 0, 0, 1701, 1702, 5, 76, 0, 0, 1702, 1703, 5, 321, 0, 0, 1703, 255, 1, 0, 0, 0, 1704, 1705, 5, 434, 0, 0, 1705, 1706, 3, 282, 141, 0, 1706, 257, 1, 0, 0, 0, 1707, 1708, 3, 260, 130, 0, 1708, 259, 1, 0, 0, 0, 1709, 1710, 6, 130, -1, 0, 1710, 1711, 5, 241, 0, 0, 1711, 1722, 3, 260, 130, 6, 1712, 1713, 5, 133, 0, 0, 1713, 1714, 5, 516, 0, 0, 1714, 1715, 3, 158, 79, 0, 1715, 1716, 5, 517, 0, 0, 1716, 1722, 1, 0, 0, 0, 1717, 1719, 3, 266, 133, 0, 1718, 1720, 3, 262, 131, 0, 1719, 1718, 1, 0, 0, 0, 1719, 1720, 1, 0, 0, 0, 1720, 1722, 1, 0, 0, 0, 1721, 1709, 1, 0, 0, 0, 1721, 1712, 1, 0, 0, 0, 1721, 1717, 1, 0, 0, 0, 1722, 1737, 1, 0, 0, 0, 1723, 1724, 10, 3, 0, 0, 1724, 1725, 5, 10, 0, 0, 1725, 1736, 3, 260, 130, 4, 1726, 1727, 10, 2, 0, 0, 1727, 1728, 5, 257, 0, 0, 1728, 1736, 3, 260, 130, 3, 1729, 1730, 10, 1, 0, 0, 1730, 1732, 5, 184, 0, 0, 1731, 1733, 5, 241, 0, 0, 1732, 1731, 1, 0, 0, 0, 1732, 1733, 1, 0, 0, 0, 1733, 1734, 1, 0, 0, 0, 1734, 1736, 7, 27, 0, 0, 1735, 1723, 1, 0, 0, 0, 1735, 1726, 1, 0, 0, 0, 1735, 1729, 1, 0, 0, 0, 1736, 1739, 1, 0, 0, 0, 1737, 1735, 1, 0, 0, 0, 1737, 1738, 1, 0, 0, 0, 1738, 261, 1, 0, 0, 0, 1739, 1737, 1, 0, 0, 0, 1740, 1742, 5, 241, 0, 0, 1741, 1740, 1, 0, 0, 0, 1741, 1742, 1, 0, 0, 0, 1742, 1743, 1, 0, 0, 0, 1743, 1745, 5, 27, 0, 0, 1744, 1746, 7, 28, 0, 0, 1745, 1744, 1, 0, 0, 0, 1745, 1746, 1, 0, 0, 0, 1746, 1747, 1, 0, 0, 0, 1747, 1748, 3, 266, 133, 0, 1748, 1749, 5, 10, 0, 0, 1749, 1750, 3, 266, 133, 0, 1750, 1808, 1, 0, 0, 0, 1751, 1753, 5, 241, 0, 0, 1752, 1751, 1, 0, 0, 0, 1752, 1753, 1, 0, 0, 0, 1753, 1754, 1, 0, 0, 0, 1754, 1755, 5, 170, 0, 0, 1755, 1756, 5, 516, 0, 0, 1756, 1761, 3, 258, 129, 0, 1757, 1758, 5, 520, 0, 0, 1758, 1760, 3, 258, 129, 0, 1759, 1757, 1, 0, 0, 0, 1760, 1763, 1, 0, 0, 0, 1761, 1759, 1, 0, 0, 0, 1761, 1762, 1, 0, 0, 0, 1762, 1764, 1, 0, 0, 0, 1763, 1761, 1, 0, 0, 0, 1764, 1765, 5, 517, 0, 0, 1765, 1808, 1, 0, 0, 0, 1766, 1768, 5, 241, 0, 0, 1767, 1766, 1, 0, 0, 0, 1767, 1768, 1, 0, 0, 0, 1768, 1769, 1, 0, 0, 0, 1769, 1770, 5, 170, 0, 0, 1770, 1771, 5, 516, 0, 0, 1771, 1772, 3, 158, 79, 0, 1772, 1773, 5, 517, 0, 0, 1773, 1808, 1, 0, 0, 0, 1774, 1775, 5, 133, 0, 0, 1775, 1776, 5, 516, 0, 0, 1776, 1777, 3, 158, 79, 0, 1777, 1778, 5, 517, 0, 0, 1778, 1808, 1, 0, 0, 0, 1779, 1781, 5, 241, 0, 0, 1780, 1779, 1, 0, 0, 0, 1780, 1781, 1, 0, 0, 0, 1781, 1782, 1, 0, 0, 0, 1782, 1783, 5, 318, 0, 0, 1783, 1808, 3, 266, 133, 0, 1784, 1808, 3, 264, 132, 0, 1785, 1787, 5, 184, 0, 0, 1786, 1788, 5, 241, 0, 0, 1787, 1786, 1, 0, 0, 0, 1787, 1788, 1, 0, 0, 0, 1788, 1789, 1, 0, 0, 0, 1789, 1808, 7, 27, 0, 0, 1790, 1792, 5, 184, 0, 0, 1791, 1793, 5, 241, 0, 0, 1792, 1791, 1, 0, 0, 0, 1792, 1793, 1, 0, 0, 0, 1793, 1794, 1, 0, 0, 0, 1794, 1795, 5, 113, 0, 0, 1795, 1796, 5, 151, 0, 0, 1796, 1808, 3, 266, 133, 0, 1797, 1799, 5, 241, 0, 0, 1798, 1797, 1, 0, 0, 0, 1798, 1799, 1, 0, 0, 0, 1799, 1800, 1, 0, 0, 0, 1800, 1801, 5, 342, 0, 0, 1801, 1802, 5, 388, 0, 0, 1802, 1805, 3, 266, 133, 0, 1803, 1804, 5, 127, 0, 0, 1804, 1806, 3, 358, 179, 0, 1805, 1803, 1, 0, 0, 0, 1805, 1806, 1, 0, 0, 0, 1806, 1808, 1, 0, 0, 0, 1807, 1741, 1, 0, 0, 0, 1807, 1752, 1, 0, 0, 0, 1807, 1767, 1, 0, 0, 0, 1807, 1774, 1, 0, 0, 0, 1807, 1780, 1, 0, 0, 0, 1807, 1784, 1, 0, 0, 0, 1807, 1785, 1, 0, 0, 0, 1807, 1790, 1, 0, 0, 0, 1807, 1798, 1, 0, 0, 0, 1808, 263, 1, 0, 0, 0, 1809, 1811, 5, 241, 0, 0, 1810, 1809, 1, 0, 0, 0, 1810, 1811, 1, 0, 0, 0, 1811, 1812, 1, 0, 0, 0, 1812, 1813, 5, 202, 0, 0, 1813, 1827, 7, 29, 0, 0, 1814, 1815, 5, 516, 0, 0, 1815, 1828, 5, 517, 0, 0, 1816, 1817, 5, 516, 0, 0, 1817, 1822, 3, 258, 129, 0, 1818, 1819, 5, 520, 0, 0, 1819, 1821, 3, 258, 129, 0, 1820, 1818, 1, 0, 0, 0, 1821, 1824, 1, 0, 0, 0, 1822, 1820, 1, 0, 0, 0, 1822, 1823, 1, 0, 0, 0, 1823, 1825, 1, 0, 0, 0, 1824, 1822, 1, 0, 0, 0, 1825, 1826, 5, 517, 0, 0, 1826, 1828, 1, 0, 0, 0, 1827, 1814, 1, 0, 0, 0, 1827, 1816, 1, 0, 0, 0, 1828, 1839, 1, 0, 0, 0, 1829, 1831, 5, 241, 0, 0, 1830, 1829, 1, 0, 0, 0, 1830, 1831, 1, 0, 0, 0, 1831, 1832, 1, 0, 0, 0, 1832, 1833, 5, 202, 0, 0, 1833, 1836, 3, 266, 133, 0, 1834, 1835, 5, 127, 0, 0, 1835, 1837, 3, 358, 179, 0, 1836, 1834, 1, 0, 0, 0, 1836, 1837, 1, 0, 0, 0, 1837, 1839, 1, 0, 0, 0, 1838, 1810, 1, 0, 0, 0, 1838, 1830, 1, 0, 0, 0, 1839, 265, 1, 0, 0, 0, 1840, 1841, 6, 133, -1, 0, 1841, 1845, 3, 268, 134, 0, 1842, 1843, 7, 30, 0, 0, 1843, 1845, 3, 266, 133, 7, 1844, 1840, 1, 0, 0, 0, 1844, 1842, 1, 0, 0, 0, 1845, 1867, 1, 0, 0, 0, 1846, 1847, 10, 6, 0, 0, 1847, 1848, 7, 31, 0, 0, 1848, 1866, 3, 266, 133, 7, 1849, 1850, 10, 5, 0, 0, 1850, 1851, 7, 32, 0, 0, 1851, 1866, 3, 266, 133, 6, 1852, 1853, 10, 4, 0, 0, 1853, 1854, 5, 511, 0, 0, 1854, 1866, 3, 266, 133, 5, 1855, 1856, 10, 3, 0, 0, 1856, 1857, 5, 512, 0, 0, 1857, 1866, 3, 266, 133, 4, 1858, 1859, 10, 2, 0, 0, 1859, 1860, 5, 510, 0, 0, 1860, 1866, 3, 266, 133, 3, 1861, 1862, 10, 1, 0, 0, 1862, 1863, 3, 346, 173, 0, 1863, 1864, 3, 266, 133, 2, 1864, 1866, 1, 0, 0, 0, 1865, 1846, 1, 0, 0, 0, 1865, 1849, 1, 0, 0, 0, 1865, 1852, 1, 0, 0, 0, 1865, 1855, 1, 0, 0, 0, 1865, 1858, 1, 0, 0, 0, 1865, 1861, 1, 0, 0, 0, 1866, 1869, 1, 0, 0, 0, 1867, 1865, 1, 0, 0, 0, 1867, 1868, 1, 0, 0, 0, 1868, 267, 1, 0, 0, 0, 1869, 1867, 1, 0, 0, 0, 1870, 1871, 6, 134, -1, 0, 1871, 1873, 5, 40, 0, 0, 1872, 1874, 3, 310, 155, 0, 1873, 1872, 1, 0, 0, 0, 1874, 1875, 1, 0, 0, 0, 1875, 1873, 1, 0, 0, 0, 1875, 1876, 1, 0, 0, 0, 1876, 1879, 1, 0, 0, 0, 1877, 1878, 5, 120, 0, 0, 1878, 1880, 3, 258, 129, 0, 1879, 1877, 1, 0, 0, 0, 1879, 1880, 1, 0, 0, 0, 1880, 1881, 1, 0, 0, 0, 1881, 1882, 5, 122, 0, 0, 1882, 1963, 1, 0, 0, 0, 1883, 1884, 5, 40, 0, 0, 1884, 1886, 3, 258, 129, 0, 1885, 1887, 3, 310, 155, 0, 1886, 1885, 1, 0, 0, 0, 1887, 1888, 1, 0, 0, 0, 1888, 1886, 1, 0, 0, 0, 1888, 1889, 1, 0, 0, 0, 1889, 1892, 1, 0, 0, 0, 1890, 1891, 5, 120, 0, 0, 1891, 1893, 3, 258, 129, 0, 1892, 1890, 1, 0, 0, 0, 1892, 1893, 1, 0, 0, 0, 1893, 1894, 1, 0, 0, 0, 1894, 1895, 5, 122, 0, 0, 1895, 1963, 1, 0, 0, 0, 1896, 1897, 5, 41, 0, 0, 1897, 1898, 5, 516, 0, 0, 1898, 1899, 3, 258, 129, 0, 1899, 1900, 5, 17, 0, 0, 1900, 1901, 3, 58, 29, 0, 1901, 1902, 5, 517, 0, 0, 1902, 1963, 1, 0, 0, 0, 1903, 1904, 5, 457, 0, 0, 1904, 1905, 5, 516, 0, 0, 1905, 1908, 3, 258, 129, 0, 1906, 1907, 5, 461, 0, 0, 1907, 1909, 5, 476, 0, 0, 1908, 1906, 1, 0, 0, 0, 1908, 1909, 1, 0, 0, 0, 1909, 1910, 1, 0, 0, 0, 1910, 1911, 5, 517, 0, 0, 1911, 1963, 1, 0, 0, 0, 1912, 1913, 5, 467, 0, 0, 1913, 1914, 5, 516, 0, 0, 1914, 1917, 3, 258, 129, 0, 1915, 1916, 5, 461, 0, 0, 1916, 1918, 5, 476, 0, 0, 1917, 1915, 1, 0, 0, 0, 1917, 1918, 1, 0, 0, 0, 1918, 1919, 1, 0, 0, 0, 1919, 1920, 5, 517, 0, 0, 1920, 1963, 1, 0, 0, 0, 1921, 1922, 5, 281, 0, 0, 1922, 1923, 5, 516, 0, 0, 1923, 1924, 3, 266, 133, 0, 1924, 1925, 5, 170, 0, 0, 1925, 1926, 3, 266, 133, 0, 1926, 1927, 5, 517, 0, 0, 1927, 1963, 1, 0, 0, 0, 1928, 1963, 3, 354, 177, 0, 1929, 1963, 5, 527, 0, 0, 1930, 1931, 3, 328, 164, 0, 1931, 1932, 5, 513, 0, 0, 1932, 1933, 5, 527, 0, 0, 1933, 1963, 1, 0, 0, 0, 1934, 1935, 5, 516, 0, 0, 1935, 1936, 3, 158, 79, 0, 1936, 1937, 5, 517, 0, 0, 1937, 1963, 1, 0, 0, 0, 1938, 1939, 3, 272, 136, 0, 1939, 1951, 5, 516, 0, 0, 1940, 1942, 3, 364, 182, 0, 1941, 1940, 1, 0, 0, 0, 1941, 1942, 1, 0, 0, 0, 1942, 1943, 1, 0, 0, 0, 1943, 1948, 3, 274, 137, 0, 1944, 1945, 5, 520, 0, 0, 1945, 1947, 3, 274, 137, 0, 1946, 1944, 1, 0, 0, 0, 1947, 1950, 1, 0, 0, 0, 1948, 1946, 1, 0, 0, 0, 1948, 1949, 1, 0, 0, 0, 1949, 1952, 1, 0, 0, 0, 1950, 1948, 1, 0, 0, 0, 1951, 1941, 1, 0, 0, 0, 1951, 1952, 1, 0, 0, 0, 1952, 1953, 1, 0, 0, 0, 1953, 1954, 5, 517, 0, 0, 1954, 1963, 1, 0, 0, 0, 1955, 1963, 3, 54, 27, 0, 1956, 1963, 3, 276, 138, 0, 1957, 1958, 5, 516, 0, 0, 1958, 1959, 3, 258, 129, 0, 1959, 1960, 5, 517, 0, 0, 1960, 1963, 1, 0, 0, 0, 1961, 1963, 5, 85, 0, 0, 1962, 1870, 1, 0, 0, 0, 1962, 1883, 1, 0, 0, 0, 1962, 1896, 1, 0, 0, 0, 1962, 1903, 1, 0, 0, 0, 1962, 1912, 1, 0, 0, 0, 1962, 1921, 1, 0, 0, 0, 1962, 1928, 1, 0, 0, 0, 1962, 1929, 1, 0, 0, 0, 1962, 1930, 1, 0, 0, 0, 1962, 1934, 1, 0, 0, 0, 1962, 1938, 1, 0, 0, 0, 1962, 1955, 1, 0, 0, 0, 1962, 1956, 1, 0, 0, 0, 1962, 1957, 1, 0, 0, 0, 1962, 1961, 1, 0, 0, 0, 1963, 1971, 1, 0, 0, 0, 1964, 1965, 10, 5, 0, 0, 1965, 1966, 5, 514, 0, 0, 1966, 1967, 3, 266, 133, 0, 1967, 1968, 5, 515, 0, 0, 1968, 1970, 1, 0, 0, 0, 1969, 1964, 1, 0, 0, 0, 1970, 1973, 1, 0, 0, 0, 1971, 1969, 1, 0, 0, 0, 1971, 1972, 1, 0, 0, 0, 1972, 269, 1, 0, 0, 0, 1973, 1971, 1, 0, 0, 0, 1974, 1975, 3, 328, 164, 0, 1975, 271, 1, 0, 0, 0, 1976, 1979, 3, 372, 186, 0, 1977, 1979, 3, 328, 164, 0, 1978, 1976, 1, 0, 0, 0, 1978, 1977, 1, 0, 0, 0, 1979, 273, 1, 0, 0, 0, 1980, 1985, 3, 370, 185, 0, 1981, 1985, 3, 368, 184, 0, 1982, 1985, 3, 366, 183, 0, 1983, 1985, 3, 258, 129, 0, 1984, 1980, 1, 0, 0, 0, 1984, 1981, 1, 0, 0, 0, 1984, 1982, 1, 0, 0, 0, 1984, 1983, 1, 0, 0, 0, 1985, 275, 1, 0, 0, 0, 1986, 1987, 3, 328, 164, 0, 1987, 277, 1, 0, 0, 0, 1988, 1989, 3, 304, 152, 0, 1989, 279, 1, 0, 0, 0, 1990, 1993, 3, 304, 152, 0, 1991, 1993, 3, 276, 138, 0, 1992, 1990, 1, 0, 0, 0, 1992, 1991, 1, 0, 0, 0, 1993, 281, 1, 0, 0, 0, 1994, 1997, 5, 182, 0, 0, 1995, 1998, 3, 284, 142, 0, 1996, 1998, 3, 288, 144, 0, 1997, 1995, 1, 0, 0, 0, 1997, 1996, 1, 0, 0, 0, 1997, 1998, 1, 0, 0, 0, 1998, 283, 1, 0, 0, 0, 1999, 2001, 3, 286, 143, 0, 2000, 2002, 3, 290, 145, 0, 2001, 2000, 1, 0, 0, 0, 2001, 2002, 1, 0, 0, 0, 2002, 285, 1, 0, 0, 0, 2003, 2004, 3, 292, 146, 0, 2004, 2005, 3, 368, 184, 0, 2005, 2007, 1, 0, 0, 0, 2006, 2003, 1, 0, 0, 0, 2007, 2008, 1, 0, 0, 0, 2008, 2006, 1, 0, 0, 0, 2008, 2009, 1, 0, 0, 0, 2009, 287, 1, 0, 0, 0, 2010, 2013, 3, 290, 145, 0, 2011, 2014, 3, 286, 143, 0, 2012, 2014, 3, 290, 145, 0, 2013, 2011, 1, 0, 0, 0, 2013, 2012, 1, 0, 0, 0, 2013, 2014, 1, 0, 0, 0, 2014, 289, 1, 0, 0, 0, 2015, 2016, 3, 292, 146, 0, 2016, 2017, 3, 368, 184, 0, 2017, 2018, 5, 388, 0, 0, 2018, 2019, 3, 368, 184, 0, 2019, 291, 1, 0, 0, 0, 2020, 2022, 7, 33, 0, 0, 2021, 2020, 1, 0, 0, 0, 2021, 2022, 1, 0, 0, 0, 2022, 2023, 1, 0, 0, 0, 2023, 2026, 7, 34, 0, 0, 2024, 2026, 5, 537, 0, 0, 2025, 2021, 1, 0, 0, 0, 2025, 2024, 1, 0, 0, 0, 2026, 293, 1, 0, 0, 0, 2027, 2029, 5, 17, 0, 0, 2028, 2027, 1, 0, 0, 0, 2028, 2029, 1, 0, 0, 0, 2029, 2030, 1, 0, 0, 0, 2030, 2032, 3, 304, 152, 0, 2031, 2033, 3, 300, 150, 0, 2032, 2031, 1, 0, 0, 0, 2032, 2033, 1, 0, 0, 0, 2033, 295, 1, 0, 0, 0, 2034, 2035, 3, 304, 152, 0, 2035, 2036, 3, 298, 149, 0, 2036, 297, 1, 0, 0, 0, 2037, 2038, 5, 221, 0, 0, 2038, 2040, 3, 304, 152, 0, 2039, 2037, 1, 0, 0, 0, 2040, 2041, 1, 0, 0, 0, 2041, 2039, 1, 0, 0, 0, 2041, 2042, 1, 0, 0, 0, 2042, 2045, 1, 0, 0, 0, 2043, 2045, 1, 0, 0, 0, 2044, 2039, 1, 0, 0, 0, 2044, 2043, 1, 0, 0, 0, 2045, 299, 1, 0, 0, 0, 2046, 2047, 5, 516, 0, 0, 2047, 2048, 3, 302, 151, 0, 2048, 2049, 5, 517, 0, 0, 2049, 301, 1, 0, 0, 0, 2050, 2055, 3, 304, 152, 0, 2051, 2052, 5, 520, 0, 0, 2052, 2054, 3, 304, 152, 0, 2053, 2051, 1, 0, 0, 0, 2054, 2057, 1, 0, 0, 0, 2055, 2053, 1, 0, 0, 0, 2055, 2056, 1, 0, 0, 0, 2056, 303, 1, 0, 0, 0, 2057, 2055, 1, 0, 0, 0, 2058, 2062, 3, 306, 153, 0, 2059, 2062, 3, 308, 154, 0, 2060, 2062, 3, 374, 187, 0, 2061, 2058, 1, 0, 0, 0, 2061, 2059, 1, 0, 0, 0, 2061, 2060, 1, 0, 0, 0, 2062, 305, 1, 0, 0, 0, 2063, 2064, 7, 35, 0, 0, 2064, 307, 1, 0, 0, 0, 2065, 2066, 5, 537, 0, 0, 2066, 309, 1, 0, 0, 0, 2067, 2068, 5, 428, 0, 0, 2068, 2069, 3, 258, 129, 0, 2069, 2070, 5, 376, 0, 0, 2070, 2071, 3, 258, 129, 0, 2071, 311, 1, 0, 0, 0, 2072, 2073, 3, 304, 152, 0, 2073, 313, 1, 0, 0, 0, 2074, 2075, 3, 304, 152, 0, 2075, 315, 1, 0, 0, 0, 2076, 2079, 3, 304, 152, 0, 2077, 2078, 5, 513, 0, 0, 2078, 2080, 3, 304, 152, 0, 2079, 2077, 1, 0, 0, 0, 2079, 2080, 1, 0, 0, 0, 2080, 317, 1, 0, 0, 0, 2081, 2084, 3, 304, 152, 0, 2082, 2083, 5, 513, 0, 0, 2083, 2085, 3, 304, 152, 0, 2084, 2082, 1, 0, 0, 0, 2084, 2085, 1, 0, 0, 0, 2085, 319, 1, 0, 0, 0, 2086, 2089, 3, 304, 152, 0, 2087, 2088, 5, 513, 0, 0, 2088, 2090, 3, 304, 152, 0, 2089, 2087, 1, 0, 0, 0, 2089, 2090, 1, 0, 0, 0, 2090, 2099, 1, 0, 0, 0, 2091, 2092, 3, 304, 152, 0, 2092, 2093, 5, 513, 0, 0, 2093, 2096, 3, 304, 152, 0, 2094, 2095, 5, 513, 0, 0, 2095, 2097, 3, 304, 152, 0, 2096, 2094, 1, 0, 0, 0, 2096, 2097, 1, 0, 0, 0, 2097, 2099, 1, 0, 0, 0, 2098, 2086, 1, 0, 0, 0, 2098, 2091, 1, 0, 0, 0, 2099, 321, 1, 0, 0, 0, 2100, 2103, 3, 304, 152, 0, 2101, 2102, 5, 513, 0, 0, 2102, 2104, 3, 304, 152, 0, 2103, 2101, 1, 0, 0, 0, 2103, 2104, 1, 0, 0, 0, 2104, 2113, 1, 0, 0, 0, 2105, 2106, 3, 304, 152, 0, 2106, 2107, 5, 513, 0, 0, 2107, 2110, 3, 304, 152, 0, 2108, 2109, 5, 513, 0, 0, 2109, 2111, 3, 304, 152, 0, 2110, 2108, 1, 0, 0, 0, 2110, 2111, 1, 0, 0, 0, 2111, 2113, 1, 0, 0, 0, 2112, 2100, 1, 0, 0, 0, 2112, 2105, 1, 0, 0, 0, 2113, 323, 1, 0, 0, 0, 2114, 2117, 3, 304, 152, 0, 2115, 2116, 5, 513, 0, 0, 2116, 2118, 3, 304, 152, 0, 2117, 2115, 1, 0, 0, 0, 2117, 2118, 1, 0, 0, 0, 2118, 2127, 1, 0, 0, 0, 2119, 2120, 3, 304, 152, 0, 2120, 2121, 5, 513, 0, 0, 2121, 2124, 3, 304, 152, 0, 2122, 2123, 5, 513, 0, 0, 2123, 2125, 3, 304, 152, 0, 2124, 2122, 1, 0, 0, 0, 2124, 2125, 1, 0, 0, 0, 2125, 2127, 1, 0, 0, 0, 2126, 2114, 1, 0, 0, 0, 2126, 2119, 1, 0, 0, 0, 2127, 325, 1, 0, 0, 0, 2128, 2131, 3, 304, 152, 0, 2129, 2130, 5, 513, 0, 0, 2130, 2132, 3, 304, 152, 0, 2131, 2129, 1, 0, 0, 0, 2131, 2132, 1, 0, 0, 0, 2132, 2141, 1, 0, 0, 0, 2133, 2134, 3, 304, 152, 0, 2134, 2135, 5, 513, 0, 0, 2135, 2138, 3, 304, 152, 0, 2136, 2137, 5, 513, 0, 0, 2137, 2139, 3, 304, 152, 0, 2138, 2136, 1, 0, 0, 0, 2138, 2139, 1, 0, 0, 0, 2139, 2141, 1, 0, 0, 0, 2140, 2128, 1, 0, 0, 0, 2140, 2133, 1, 0, 0, 0, 2141, 327, 1, 0, 0, 0, 2142, 2147, 3, 304, 152, 0, 2143, 2144, 5, 513, 0, 0, 2144, 2146, 3, 304, 152, 0, 2145, 2143, 1, 0, 0, 0, 2146, 2149, 1, 0, 0, 0, 2147, 2148, 1, 0, 0, 0, 2147, 2145, 1, 0, 0, 0, 2148, 329, 1, 0, 0, 0, 2149, 2147, 1, 0, 0, 0, 2150, 2151, 5, 433, 0, 0, 2151, 2152, 3, 336, 168, 0, 2152, 331, 1, 0, 0, 0, 2153, 2154, 5, 167, 0, 0, 2154, 2155, 5, 241, 0, 0, 2155, 2156, 5, 133, 0, 0, 2156, 333, 1, 0, 0, 0, 2157, 2158, 5, 167, 0, 0, 2158, 2159, 5, 133, 0, 0, 2159, 335, 1, 0, 0, 0, 2160, 2161, 5, 516, 0, 0, 2161, 2166, 3, 338, 169, 0, 2162, 2163, 5, 520, 0, 0, 2163, 2165, 3, 338, 169, 0, 2164, 2162, 1, 0, 0, 0, 2165, 2168, 1, 0, 0, 0, 2166, 2164, 1, 0, 0, 0, 2166, 2167, 1, 0, 0, 0, 2167, 2169, 1, 0, 0, 0, 2168, 2166, 1, 0, 0, 0, 2169, 2170, 5, 517, 0, 0, 2170, 337, 1, 0, 0, 0, 2171, 2176, 3, 340, 170, 0, 2172, 2174, 5, 505, 0, 0, 2173, 2172, 1, 0, 0, 0, 2173, 2174, 1, 0, 0, 0, 2174, 2175, 1, 0, 0, 0, 2175, 2177, 3, 342, 171, 0, 2176, 2173, 1, 0, 0, 0, 2176, 2177, 1, 0, 0, 0, 2177, 339, 1, 0, 0, 0, 2178, 2182, 3, 304, 152, 0, 2179, 2182, 3, 276, 138, 0, 2180, 2182, 5, 537, 0, 0, 2181, 2178, 1, 0, 0, 0, 2181, 2179, 1, 0, 0, 0, 2181, 2180, 1, 0, 0, 0, 2182, 341, 1, 0, 0, 0, 2183, 2188, 5, 538, 0, 0, 2184, 2188, 5, 539, 0, 0, 2185, 2188, 3, 362, 181, 0, 2186, 2188, 5, 537, 0, 0, 2187, 2183, 1, 0, 0, 0, 2187, 2184, 1, 0, 0, 0, 2187, 2185, 1, 0, 0, 0, 2187, 2186, 1, 0, 0, 0, 2188, 343, 1, 0, 0, 0, 2189, 2196, 5, 10, 0, 0, 2190, 2191, 5, 511, 0, 0, 2191, 2196, 5, 511, 0, 0, 2192, 2196, 5, 257, 0, 0, 2193, 2194, 5, 510, 0, 0, 2194, 2196, 5, 510, 0, 0, 2195, 2189, 1, 0, 0, 0, 2195, 2190, 1, 0, 0, 0, 2195, 2192, 1, 0, 0, 0, 2195, 2193, 1, 0, 0, 0, 2196, 345, 1, 0, 0, 0, 2197, 2212, 5, 505, 0, 0, 2198, 2212, 5, 506, 0, 0, 2199, 2212, 5, 507, 0, 0, 2200, 2201, 5, 507, 0, 0, 2201, 2212, 5, 505, 0, 0, 2202, 2203, 5, 506, 0, 0, 2203, 2212, 5, 505, 0, 0, 2204, 2205, 5, 507, 0, 0, 2205, 2212, 5, 506, 0, 0, 2206, 2207, 5, 508, 0, 0, 2207, 2212, 5, 505, 0, 0, 2208, 2209, 5, 507, 0, 0, 2209, 2210, 5, 505, 0, 0, 2210, 2212, 5, 506, 0, 0, 2211, 2197, 1, 0, 0, 0, 2211, 2198, 1, 0, 0, 0, 2211, 2199, 1, 0, 0, 0, 2211, 2200, 1, 0, 0, 0, 2211, 2202, 1, 0, 0, 0, 2211, 2204, 1, 0, 0, 0, 2211, 2206, 1, 0, 0, 0, 2211, 2208, 1, 0, 0, 0, 2212, 347, 1, 0, 0, 0, 2213, 2214, 5, 507, 0, 0, 2214, 2221, 5, 507, 0, 0, 2215, 2216, 5, 506, 0, 0, 2216, 2221, 5, 506, 0, 0, 2217, 2221, 5, 511, 0, 0, 2218, 2221, 5, 512, 0, 0, 2219, 2221, 5, 510, 0, 0, 2220, 2213, 1, 0, 0, 0, 2220, 2215, 1, 0, 0, 0, 2220, 2217, 1, 0, 0, 0, 2220, 2218, 1, 0, 0, 0, 2220, 2219, 1, 0, 0, 0, 2221, 349, 1, 0, 0, 0, 2222, 2223, 7, 36, 0, 0, 2223, 351, 1, 0, 0, 0, 2224, 2225, 7, 37, 0, 0, 2225, 353, 1, 0, 0, 0, 2226, 2241, 3, 282, 141, 0, 2227, 2241, 3, 356, 178, 0, 2228, 2241, 3, 358, 179, 0, 2229, 2231, 5, 529, 0, 0, 2230, 2229, 1, 0, 0, 0, 2230, 2231, 1, 0, 0, 0, 2231, 2232, 1, 0, 0, 0, 2232, 2241, 3, 360, 180, 0, 2233, 2241, 3, 362, 181, 0, 2234, 2241, 5, 539, 0, 0, 2235, 2241, 5, 540, 0, 0, 2236, 2238, 5, 241, 0, 0, 2237, 2236, 1, 0, 0, 0, 2237, 2238, 1, 0, 0, 0, 2238, 2239, 1, 0, 0, 0, 2239, 2241, 5, 244, 0, 0, 2240, 2226, 1, 0, 0, 0, 2240, 2227, 1, 0, 0, 0, 2240, 2228, 1, 0, 0, 0, 2240, 2230, 1, 0, 0, 0, 2240, 2233, 1, 0, 0, 0, 2240, 2234, 1, 0, 0, 0, 2240, 2235, 1, 0, 0, 0, 2240, 2237, 1, 0, 0, 0, 2241, 355, 1, 0, 0, 0, 2242, 2243, 3, 366, 183, 0, 2243, 2244, 3, 358, 179, 0, 2244, 357, 1, 0, 0, 0, 2245, 2246, 5, 537, 0, 0, 2246, 359, 1, 0, 0, 0, 2247, 2248, 5, 538, 0, 0, 2248, 361, 1, 0, 0, 0, 2249, 2250, 7, 38, 0, 0, 2250, 363, 1, 0, 0, 0, 2251, 2252, 7, 39, 0, 0, 2252, 365, 1, 0, 0, 0, 2253, 2254, 7, 40, 0, 0, 2254, 367, 1, 0, 0, 0, 2255, 2256, 7, 41, 0, 0, 2256, 369, 1, 0, 0, 0, 2257, 2258, 7, 42, 0, 0, 2258, 371, 1, 0, 0, 0, 2259, 2260, 7, 43, 0, 0, 2260, 373, 1, 0, 0, 0, 2261, 2262, 7, 44, 0, 0, 2262, 375, 1, 0, 0, 0, 266, 379, 386, 389, 403, 421, 425, 434, 439, 446, 457, 466, 478, 481, 488, 491, 499, 503, 508, 511, 518, 526, 530, 542, 550, 554, 586, 589, 594, 598, 602, 606, 615, 620, 624, 628, 633, 636, 640, 645, 651, 656, 661, 665, 669, 673, 683, 691, 695, 699, 703, 707, 711, 715, 719, 723, 725, 735, 743, 767, 774, 780, 783, 786, 793, 796, 805, 817, 841, 853, 858, 862, 870, 874, 880, 890, 895, 901, 905, 909, 913, 922, 926, 933, 936, 946, 954, 962, 966, 981, 1000, 1011, 1015, 1022, 1027, 1033, 1037, 1044, 1048, 1052, 1056, 1064, 1068, 1073, 1079, 1085, 1088, 1092, 1103, 1112, 1126, 1138, 1153, 1156, 1160, 1163, 1165, 1170, 1174, 1177, 1181, 1190, 1199, 1209, 1214, 1225, 1228, 1231, 1234, 1237, 1243, 1247, 1255, 1258, 1263, 1266, 1270, 1273, 1275, 1289, 1300, 1305, 1313, 1316, 1319, 1324, 1326, 1328, 1333, 1336, 1340, 1344, 1356, 1363, 1374, 1401, 1423, 1436, 1448, 1461, 1473, 1485, 1491, 1518, 1526, 1530, 1533, 1536, 1543, 1546, 1549, 1552, 1555, 1558, 1563, 1566, 1575, 1580, 1584, 1589, 1598, 1617, 1625, 1633, 1637, 1641, 1651, 1677, 1685, 1697, 1719, 1721, 1732, 1735, 1737, 1741, 1745, 1752, 1761, 1767, 1780, 1787, 1792, 1798, 1805, 1807, 1810, 1822, 1827, 1830, 1836, 1838, 1844, 1865, 1867, 1875, 1879, 1888, 1892, 1908, 1917, 1941, 1948, 1951, 1962, 1971, 1978, 1984, 1992, 1997, 2001, 2008, 2013, 2021, 2025, 2028, 2032, 2041, 2044, 2055, 2061, 2079, 2084, 2089, 2096, 2098, 2103, 2110, 2112, 2117, 2124, 2126, 2131, 2138, 2140, 2147, 2166, 2173, 2176, 2181, 2187, 2195, 2211, 2220, 2230, 2237, 2240] \ No newline at end of file diff --git a/src/lib/flink/FlinkSqlParser.ts b/src/lib/flink/FlinkSqlParser.ts index 63d3c347..07da38ca 100644 --- a/src/lib/flink/FlinkSqlParser.ts +++ b/src/lib/flink/FlinkSqlParser.ts @@ -585,166 +585,167 @@ export class FlinkSqlParser extends SQLParserBase { public static readonly RULE_physicalColumnDefinition = 24; public static readonly RULE_columnNameCreate = 25; public static readonly RULE_columnName = 26; - public static readonly RULE_columnNameList = 27; - public static readonly RULE_columnType = 28; - public static readonly RULE_lengthOneDimension = 29; - public static readonly RULE_lengthTwoOptionalDimension = 30; - public static readonly RULE_lengthTwoStringDimension = 31; - public static readonly RULE_lengthOneTypeDimension = 32; - public static readonly RULE_mapTypeDimension = 33; - public static readonly RULE_rowTypeDimension = 34; - public static readonly RULE_columnConstraint = 35; - public static readonly RULE_metadataColumnDefinition = 36; - public static readonly RULE_metadataKey = 37; - public static readonly RULE_computedColumnDefinition = 38; - public static readonly RULE_computedColumnExpression = 39; - public static readonly RULE_watermarkDefinition = 40; - public static readonly RULE_tableConstraint = 41; - public static readonly RULE_constraintName = 42; - public static readonly RULE_selfDefinitionClause = 43; - public static readonly RULE_partitionDefinition = 44; - public static readonly RULE_transformList = 45; - public static readonly RULE_transform = 46; - public static readonly RULE_transformArgument = 47; - public static readonly RULE_likeDefinition = 48; - public static readonly RULE_likeOption = 49; - public static readonly RULE_createCatalog = 50; - public static readonly RULE_createDatabase = 51; - public static readonly RULE_createView = 52; - public static readonly RULE_createFunction = 53; - public static readonly RULE_usingClause = 54; - public static readonly RULE_jarFileName = 55; - public static readonly RULE_alterTable = 56; - public static readonly RULE_renameDefinition = 57; - public static readonly RULE_setKeyValueDefinition = 58; - public static readonly RULE_addConstraint = 59; - public static readonly RULE_dropConstraint = 60; - public static readonly RULE_addUnique = 61; - public static readonly RULE_notForced = 62; - public static readonly RULE_alterView = 63; - public static readonly RULE_alterDatabase = 64; - public static readonly RULE_alterFunction = 65; - public static readonly RULE_dropCatalog = 66; - public static readonly RULE_dropTable = 67; - public static readonly RULE_dropDatabase = 68; - public static readonly RULE_dropView = 69; - public static readonly RULE_dropFunction = 70; - public static readonly RULE_insertStatement = 71; - public static readonly RULE_insertSimpleStatement = 72; - public static readonly RULE_insertPartitionDefinition = 73; - public static readonly RULE_valuesDefinition = 74; - public static readonly RULE_valuesRowDefinition = 75; - public static readonly RULE_insertMulStatementCompatibility = 76; - public static readonly RULE_insertMulStatement = 77; - public static readonly RULE_queryStatement = 78; - public static readonly RULE_valuesCaluse = 79; - public static readonly RULE_withClause = 80; - public static readonly RULE_withItem = 81; - public static readonly RULE_withItemName = 82; - public static readonly RULE_selectStatement = 83; - public static readonly RULE_selectClause = 84; - public static readonly RULE_projectItemDefinition = 85; - public static readonly RULE_overWindowItem = 86; - public static readonly RULE_fromClause = 87; - public static readonly RULE_tableExpression = 88; - public static readonly RULE_tableReference = 89; - public static readonly RULE_tablePrimary = 90; - public static readonly RULE_systemTimePeriod = 91; - public static readonly RULE_dateTimeExpression = 92; - public static readonly RULE_inlineDataValueClause = 93; - public static readonly RULE_windoTVFClause = 94; - public static readonly RULE_windowTVFExression = 95; - public static readonly RULE_windoTVFName = 96; - public static readonly RULE_windowTVFParam = 97; - public static readonly RULE_timeIntervalParamName = 98; - public static readonly RULE_columnDescriptor = 99; - public static readonly RULE_joinCondition = 100; - public static readonly RULE_whereClause = 101; - public static readonly RULE_groupByClause = 102; - public static readonly RULE_groupItemDefinition = 103; - public static readonly RULE_groupingSets = 104; - public static readonly RULE_groupingSetsNotaionName = 105; - public static readonly RULE_groupWindowFunction = 106; - public static readonly RULE_groupWindowFunctionName = 107; - public static readonly RULE_timeAttrColumn = 108; - public static readonly RULE_havingClause = 109; - public static readonly RULE_windowClause = 110; - public static readonly RULE_namedWindow = 111; - public static readonly RULE_windowSpec = 112; - public static readonly RULE_matchRecognizeClause = 113; - public static readonly RULE_orderByCaluse = 114; - public static readonly RULE_orderItemDefition = 115; - public static readonly RULE_limitClause = 116; - public static readonly RULE_partitionByClause = 117; - public static readonly RULE_quantifiers = 118; - public static readonly RULE_measuresClause = 119; - public static readonly RULE_patternDefination = 120; - public static readonly RULE_patternVariable = 121; - public static readonly RULE_outputMode = 122; - public static readonly RULE_afterMatchStrategy = 123; - public static readonly RULE_patternVariablesDefination = 124; - public static readonly RULE_windowFrame = 125; - public static readonly RULE_frameBound = 126; - public static readonly RULE_withinClause = 127; - public static readonly RULE_expression = 128; - public static readonly RULE_booleanExpression = 129; - public static readonly RULE_predicate = 130; - public static readonly RULE_likePredicate = 131; - public static readonly RULE_valueExpression = 132; - public static readonly RULE_primaryExpression = 133; - public static readonly RULE_functionNameCreate = 134; - public static readonly RULE_functionName = 135; - public static readonly RULE_functionParam = 136; - public static readonly RULE_dereferenceDefinition = 137; - public static readonly RULE_correlationName = 138; - public static readonly RULE_qualifiedName = 139; - public static readonly RULE_timeIntervalExpression = 140; - public static readonly RULE_errorCapturingMultiUnitsInterval = 141; - public static readonly RULE_multiUnitsInterval = 142; - public static readonly RULE_errorCapturingUnitToUnitInterval = 143; - public static readonly RULE_unitToUnitInterval = 144; - public static readonly RULE_intervalValue = 145; - public static readonly RULE_tableAlias = 146; - public static readonly RULE_errorCapturingIdentifier = 147; - public static readonly RULE_errorCapturingIdentifierExtra = 148; - public static readonly RULE_identifierList = 149; - public static readonly RULE_identifierSeq = 150; - public static readonly RULE_identifier = 151; - public static readonly RULE_unquotedIdentifier = 152; - public static readonly RULE_quotedIdentifier = 153; - public static readonly RULE_whenClause = 154; - public static readonly RULE_catalogPath = 155; - public static readonly RULE_catalogPathCreate = 156; - public static readonly RULE_databasePath = 157; - public static readonly RULE_databasePathCreate = 158; - public static readonly RULE_tablePathCreate = 159; - public static readonly RULE_tablePath = 160; - public static readonly RULE_viewPath = 161; - public static readonly RULE_viewPathCreate = 162; - public static readonly RULE_uid = 163; - public static readonly RULE_withOption = 164; - public static readonly RULE_ifNotExists = 165; - public static readonly RULE_ifExists = 166; - public static readonly RULE_tablePropertyList = 167; - public static readonly RULE_tableProperty = 168; - public static readonly RULE_tablePropertyKey = 169; - public static readonly RULE_tablePropertyValue = 170; - public static readonly RULE_logicalOperator = 171; - public static readonly RULE_comparisonOperator = 172; - public static readonly RULE_bitOperator = 173; - public static readonly RULE_mathOperator = 174; - public static readonly RULE_unaryOperator = 175; - public static readonly RULE_constant = 176; - public static readonly RULE_timePointLiteral = 177; - public static readonly RULE_stringLiteral = 178; - public static readonly RULE_decimalLiteral = 179; - public static readonly RULE_booleanLiteral = 180; - public static readonly RULE_setQuantifier = 181; - public static readonly RULE_timePointUnit = 182; - public static readonly RULE_timeIntervalUnit = 183; - public static readonly RULE_reservedKeywordsUsedAsFuncParam = 184; - public static readonly RULE_reservedKeywordsUsedAsFuncName = 185; - public static readonly RULE_nonReservedKeywords = 186; + public static readonly RULE_columnNamePath = 27; + public static readonly RULE_columnNameList = 28; + public static readonly RULE_columnType = 29; + public static readonly RULE_lengthOneDimension = 30; + public static readonly RULE_lengthTwoOptionalDimension = 31; + public static readonly RULE_lengthTwoStringDimension = 32; + public static readonly RULE_lengthOneTypeDimension = 33; + public static readonly RULE_mapTypeDimension = 34; + public static readonly RULE_rowTypeDimension = 35; + public static readonly RULE_columnConstraint = 36; + public static readonly RULE_metadataColumnDefinition = 37; + public static readonly RULE_metadataKey = 38; + public static readonly RULE_computedColumnDefinition = 39; + public static readonly RULE_computedColumnExpression = 40; + public static readonly RULE_watermarkDefinition = 41; + public static readonly RULE_tableConstraint = 42; + public static readonly RULE_constraintName = 43; + public static readonly RULE_selfDefinitionClause = 44; + public static readonly RULE_partitionDefinition = 45; + public static readonly RULE_transformList = 46; + public static readonly RULE_transform = 47; + public static readonly RULE_transformArgument = 48; + public static readonly RULE_likeDefinition = 49; + public static readonly RULE_likeOption = 50; + public static readonly RULE_createCatalog = 51; + public static readonly RULE_createDatabase = 52; + public static readonly RULE_createView = 53; + public static readonly RULE_createFunction = 54; + public static readonly RULE_usingClause = 55; + public static readonly RULE_jarFileName = 56; + public static readonly RULE_alterTable = 57; + public static readonly RULE_renameDefinition = 58; + public static readonly RULE_setKeyValueDefinition = 59; + public static readonly RULE_addConstraint = 60; + public static readonly RULE_dropConstraint = 61; + public static readonly RULE_addUnique = 62; + public static readonly RULE_notForced = 63; + public static readonly RULE_alterView = 64; + public static readonly RULE_alterDatabase = 65; + public static readonly RULE_alterFunction = 66; + public static readonly RULE_dropCatalog = 67; + public static readonly RULE_dropTable = 68; + public static readonly RULE_dropDatabase = 69; + public static readonly RULE_dropView = 70; + public static readonly RULE_dropFunction = 71; + public static readonly RULE_insertStatement = 72; + public static readonly RULE_insertSimpleStatement = 73; + public static readonly RULE_insertPartitionDefinition = 74; + public static readonly RULE_valuesDefinition = 75; + public static readonly RULE_valuesRowDefinition = 76; + public static readonly RULE_insertMulStatementCompatibility = 77; + public static readonly RULE_insertMulStatement = 78; + public static readonly RULE_queryStatement = 79; + public static readonly RULE_valuesCaluse = 80; + public static readonly RULE_withClause = 81; + public static readonly RULE_withItem = 82; + public static readonly RULE_withItemName = 83; + public static readonly RULE_selectStatement = 84; + public static readonly RULE_selectClause = 85; + public static readonly RULE_projectItemDefinition = 86; + public static readonly RULE_overWindowItem = 87; + public static readonly RULE_fromClause = 88; + public static readonly RULE_tableExpression = 89; + public static readonly RULE_tableReference = 90; + public static readonly RULE_tablePrimary = 91; + public static readonly RULE_systemTimePeriod = 92; + public static readonly RULE_dateTimeExpression = 93; + public static readonly RULE_inlineDataValueClause = 94; + public static readonly RULE_windoTVFClause = 95; + public static readonly RULE_windowTVFExression = 96; + public static readonly RULE_windoTVFName = 97; + public static readonly RULE_windowTVFParam = 98; + public static readonly RULE_timeIntervalParamName = 99; + public static readonly RULE_columnDescriptor = 100; + public static readonly RULE_joinCondition = 101; + public static readonly RULE_whereClause = 102; + public static readonly RULE_groupByClause = 103; + public static readonly RULE_groupItemDefinition = 104; + public static readonly RULE_groupingSets = 105; + public static readonly RULE_groupingSetsNotaionName = 106; + public static readonly RULE_groupWindowFunction = 107; + public static readonly RULE_groupWindowFunctionName = 108; + public static readonly RULE_timeAttrColumn = 109; + public static readonly RULE_havingClause = 110; + public static readonly RULE_windowClause = 111; + public static readonly RULE_namedWindow = 112; + public static readonly RULE_windowSpec = 113; + public static readonly RULE_matchRecognizeClause = 114; + public static readonly RULE_orderByClause = 115; + public static readonly RULE_orderItemDefition = 116; + public static readonly RULE_limitClause = 117; + public static readonly RULE_partitionByClause = 118; + public static readonly RULE_quantifiers = 119; + public static readonly RULE_measuresClause = 120; + public static readonly RULE_patternDefination = 121; + public static readonly RULE_patternVariable = 122; + public static readonly RULE_outputMode = 123; + public static readonly RULE_afterMatchStrategy = 124; + public static readonly RULE_patternVariablesDefination = 125; + public static readonly RULE_windowFrame = 126; + public static readonly RULE_frameBound = 127; + public static readonly RULE_withinClause = 128; + public static readonly RULE_expression = 129; + public static readonly RULE_booleanExpression = 130; + public static readonly RULE_predicate = 131; + public static readonly RULE_likePredicate = 132; + public static readonly RULE_valueExpression = 133; + public static readonly RULE_primaryExpression = 134; + public static readonly RULE_functionNameCreate = 135; + public static readonly RULE_functionName = 136; + public static readonly RULE_functionParam = 137; + public static readonly RULE_dereferenceDefinition = 138; + public static readonly RULE_correlationName = 139; + public static readonly RULE_qualifiedName = 140; + public static readonly RULE_timeIntervalExpression = 141; + public static readonly RULE_errorCapturingMultiUnitsInterval = 142; + public static readonly RULE_multiUnitsInterval = 143; + public static readonly RULE_errorCapturingUnitToUnitInterval = 144; + public static readonly RULE_unitToUnitInterval = 145; + public static readonly RULE_intervalValue = 146; + public static readonly RULE_tableAlias = 147; + public static readonly RULE_errorCapturingIdentifier = 148; + public static readonly RULE_errorCapturingIdentifierExtra = 149; + public static readonly RULE_identifierList = 150; + public static readonly RULE_identifierSeq = 151; + public static readonly RULE_identifier = 152; + public static readonly RULE_unquotedIdentifier = 153; + public static readonly RULE_quotedIdentifier = 154; + public static readonly RULE_whenClause = 155; + public static readonly RULE_catalogPath = 156; + public static readonly RULE_catalogPathCreate = 157; + public static readonly RULE_databasePath = 158; + public static readonly RULE_databasePathCreate = 159; + public static readonly RULE_tablePathCreate = 160; + public static readonly RULE_tablePath = 161; + public static readonly RULE_viewPath = 162; + public static readonly RULE_viewPathCreate = 163; + public static readonly RULE_uid = 164; + public static readonly RULE_withOption = 165; + public static readonly RULE_ifNotExists = 166; + public static readonly RULE_ifExists = 167; + public static readonly RULE_tablePropertyList = 168; + public static readonly RULE_tableProperty = 169; + public static readonly RULE_tablePropertyKey = 170; + public static readonly RULE_tablePropertyValue = 171; + public static readonly RULE_logicalOperator = 172; + public static readonly RULE_comparisonOperator = 173; + public static readonly RULE_bitOperator = 174; + public static readonly RULE_mathOperator = 175; + public static readonly RULE_unaryOperator = 176; + public static readonly RULE_constant = 177; + public static readonly RULE_timePointLiteral = 178; + public static readonly RULE_stringLiteral = 179; + public static readonly RULE_decimalLiteral = 180; + public static readonly RULE_booleanLiteral = 181; + public static readonly RULE_setQuantifier = 182; + public static readonly RULE_timePointUnit = 183; + public static readonly RULE_timeIntervalUnit = 184; + public static readonly RULE_reservedKeywordsUsedAsFuncParam = 185; + public static readonly RULE_reservedKeywordsUsedAsFuncName = 186; + public static readonly RULE_nonReservedKeywords = 187; public static readonly literalNames = [ null, null, null, null, "'ABS'", "'ALL'", "'ALLOCATE'", "'ALLOW'", @@ -964,8 +965,8 @@ export class FlinkSqlParser extends SQLParserBase { "showStatememt", "loadStatement", "unloadStatememt", "setStatememt", "resetStatememt", "jarStatememt", "dtAddStatement", "dtFilePath", "createTable", "simpleCreateTable", "createTableAsSelect", "columnOptionDefinition", - "physicalColumnDefinition", "columnNameCreate", "columnName", "columnNameList", - "columnType", "lengthOneDimension", "lengthTwoOptionalDimension", + "physicalColumnDefinition", "columnNameCreate", "columnName", "columnNamePath", + "columnNameList", "columnType", "lengthOneDimension", "lengthTwoOptionalDimension", "lengthTwoStringDimension", "lengthOneTypeDimension", "mapTypeDimension", "rowTypeDimension", "columnConstraint", "metadataColumnDefinition", "metadataKey", "computedColumnDefinition", "computedColumnExpression", @@ -987,7 +988,7 @@ export class FlinkSqlParser extends SQLParserBase { "groupByClause", "groupItemDefinition", "groupingSets", "groupingSetsNotaionName", "groupWindowFunction", "groupWindowFunctionName", "timeAttrColumn", "havingClause", "windowClause", "namedWindow", "windowSpec", "matchRecognizeClause", - "orderByCaluse", "orderItemDefition", "limitClause", "partitionByClause", + "orderByClause", "orderItemDefition", "limitClause", "partitionByClause", "quantifiers", "measuresClause", "patternDefination", "patternVariable", "outputMode", "afterMatchStrategy", "patternVariablesDefination", "windowFrame", "frameBound", "withinClause", "expression", "booleanExpression", @@ -1029,21 +1030,21 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 377; + this.state = 379; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 8 || _la === 24 || _la === 72 || ((((_la - 109)) & ~0x1F) === 0 && ((1 << (_la - 109)) & 75497601) !== 0) || _la === 177 || ((((_la - 312)) & ~0x1F) === 0 && ((1 << (_la - 312)) & 822083585) !== 0) || ((((_la - 410)) & ~0x1F) === 0 && ((1 << (_la - 410)) & 142606353) !== 0) || _la === 450 || _la === 468 || ((((_la - 489)) & ~0x1F) === 0 && ((1 << (_la - 489)) & 134219777) !== 0) || _la === 521) { { { - this.state = 374; + this.state = 376; this.singleStatement(); } } - this.state = 379; + this.state = 381; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 380; + this.state = 382; this.match(FlinkSqlParser.EOF); } } @@ -1065,7 +1066,7 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new SingleStatementContext(this.context, this.state); this.enterRule(localContext, 2, FlinkSqlParser.RULE_singleStatement); try { - this.state = 387; + this.state = 389; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_ALTER: @@ -1091,14 +1092,14 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.LR_BRACKET: this.enterOuterAlt(localContext, 1); { - this.state = 382; - this.sqlStatement(); this.state = 384; + this.sqlStatement(); + this.state = 386; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1, this.context) ) { case 1: { - this.state = 383; + this.state = 385; this.match(FlinkSqlParser.SEMICOLON); } break; @@ -1108,7 +1109,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.SEMICOLON: this.enterOuterAlt(localContext, 2); { - this.state = 386; + this.state = 388; this.emptyStatement(); } break; @@ -1134,90 +1135,90 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new SqlStatementContext(this.context, this.state); this.enterRule(localContext, 4, FlinkSqlParser.RULE_sqlStatement); try { - this.state = 401; + this.state = 403; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 3, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 389; + this.state = 391; this.ddlStatement(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 390; + this.state = 392; this.dmlStatement(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 391; + this.state = 393; this.describeStatement(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 392; + this.state = 394; this.explainStatement(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 393; + this.state = 395; this.useStatement(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 394; + this.state = 396; this.showStatememt(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 395; + this.state = 397; this.loadStatement(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 396; + this.state = 398; this.unloadStatememt(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 397; + this.state = 399; this.setStatememt(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 398; + this.state = 400; this.resetStatememt(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 399; + this.state = 401; this.jarStatememt(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 400; + this.state = 402; this.dtAddStatement(); } break; @@ -1243,7 +1244,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 403; + this.state = 405; this.match(FlinkSqlParser.SEMICOLON); } } @@ -1265,104 +1266,104 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new DdlStatementContext(this.context, this.state); this.enterRule(localContext, 8, FlinkSqlParser.RULE_ddlStatement); try { - this.state = 419; + this.state = 421; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 4, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 405; + this.state = 407; this.createTable(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 406; + this.state = 408; this.createDatabase(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 407; + this.state = 409; this.createView(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 408; + this.state = 410; this.createFunction(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 409; + this.state = 411; this.createCatalog(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 410; + this.state = 412; this.alterTable(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 411; + this.state = 413; this.alterView(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 412; + this.state = 414; this.alterDatabase(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 413; + this.state = 415; this.alterFunction(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 414; + this.state = 416; this.dropCatalog(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 415; + this.state = 417; this.dropTable(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 416; + this.state = 418; this.dropDatabase(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 417; + this.state = 419; this.dropView(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 418; + this.state = 420; this.dropFunction(); } break; @@ -1386,7 +1387,7 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new DmlStatementContext(this.context, this.state); this.enterRule(localContext, 10, FlinkSqlParser.RULE_dmlStatement); try { - this.state = 423; + this.state = 425; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_SELECT: @@ -1395,7 +1396,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.LR_BRACKET: this.enterOuterAlt(localContext, 1); { - this.state = 421; + this.state = 423; this.queryStatement(0); } break; @@ -1404,7 +1405,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_INSERT: this.enterOuterAlt(localContext, 2); { - this.state = 422; + this.state = 424; this.insertStatement(); } break; @@ -1433,7 +1434,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 425; + this.state = 427; _la = this.tokenStream.LA(1); if(!(_la === 109 || _la === 450)) { this.errorHandler.recoverInline(this); @@ -1442,7 +1443,7 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 426; + this.state = 428; this.tablePath(); } } @@ -1466,24 +1467,24 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 428; + this.state = 430; this.match(FlinkSqlParser.KW_EXPLAIN); - this.state = 432; + this.state = 434; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_CHANGELOG_MODE: case FlinkSqlParser.KW_ESTIMATED_COST: case FlinkSqlParser.KW_JSON_EXECUTION_PLAN: { - this.state = 429; + this.state = 431; this.explainDetails(); } break; case FlinkSqlParser.KW_PLAN: { - this.state = 430; + this.state = 432; this.match(FlinkSqlParser.KW_PLAN); - this.state = 431; + this.state = 433; this.match(FlinkSqlParser.KW_FOR); } break; @@ -1499,24 +1500,24 @@ export class FlinkSqlParser extends SQLParserBase { default: break; } - this.state = 437; + this.state = 439; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 7, this.context) ) { case 1: { - this.state = 434; + this.state = 436; this.dmlStatement(); } break; case 2: { - this.state = 435; + this.state = 437; this.insertSimpleStatement(); } break; case 3: { - this.state = 436; + this.state = 438; this.insertMulStatement(); } break; @@ -1544,21 +1545,21 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 439; + this.state = 441; this.explainDetail(); - this.state = 444; + this.state = 446; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 440; + this.state = 442; this.match(FlinkSqlParser.COMMA); - this.state = 441; + this.state = 443; this.explainDetail(); } } - this.state = 446; + this.state = 448; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -1585,7 +1586,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 447; + this.state = 449; _la = this.tokenStream.LA(1); if(!(_la === 45 || _la === 128 || _la === 188)) { this.errorHandler.recoverInline(this); @@ -1614,33 +1615,33 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new UseStatementContext(this.context, this.state); this.enterRule(localContext, 20, FlinkSqlParser.RULE_useStatement); try { - this.state = 455; + this.state = 457; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 9, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 449; + this.state = 451; this.match(FlinkSqlParser.KW_USE); - this.state = 450; + this.state = 452; this.match(FlinkSqlParser.KW_CATALOG); - this.state = 451; + this.state = 453; this.catalogPath(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 452; + this.state = 454; this.match(FlinkSqlParser.KW_USE); - this.state = 453; + this.state = 455; this.databasePath(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 454; + this.state = 456; this.useModuleStatement(); } break; @@ -1667,25 +1668,25 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 457; + this.state = 459; this.match(FlinkSqlParser.KW_USE); - this.state = 458; + this.state = 460; this.match(FlinkSqlParser.KW_MODULES); - this.state = 459; + this.state = 461; this.uid(); - this.state = 464; + this.state = 466; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 460; + this.state = 462; this.match(FlinkSqlParser.COMMA); - this.state = 461; + this.state = 463; this.uid(); } } - this.state = 466; + this.state = 468; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -1710,15 +1711,15 @@ export class FlinkSqlParser extends SQLParserBase { this.enterRule(localContext, 24, FlinkSqlParser.RULE_showStatememt); let _la: number; try { - this.state = 509; + this.state = 511; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 18, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 467; + this.state = 469; this.match(FlinkSqlParser.KW_SHOW); - this.state = 468; + this.state = 470; _la = this.tokenStream.LA(1); if(!(_la === 42 || _la === 90 || _la === 422 || _la === 464)) { this.errorHandler.recoverInline(this); @@ -1732,11 +1733,11 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 469; + this.state = 471; this.match(FlinkSqlParser.KW_SHOW); - this.state = 470; + this.state = 472; this.match(FlinkSqlParser.KW_CURRENT); - this.state = 471; + this.state = 473; _la = this.tokenStream.LA(1); if(!(_la === 441 || _la === 447)) { this.errorHandler.recoverInline(this); @@ -1750,16 +1751,16 @@ export class FlinkSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 472; + this.state = 474; this.match(FlinkSqlParser.KW_SHOW); - this.state = 473; + this.state = 475; this.match(FlinkSqlParser.KW_TABLES); - this.state = 476; + this.state = 478; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151 || _la === 170) { { - this.state = 474; + this.state = 476; _la = this.tokenStream.LA(1); if(!(_la === 151 || _la === 170)) { this.errorHandler.recoverInline(this); @@ -1768,17 +1769,17 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 475; + this.state = 477; this.databasePath(); } } - this.state = 479; + this.state = 481; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 202 || _la === 241) { { - this.state = 478; + this.state = 480; this.likePredicate(); } } @@ -1788,11 +1789,11 @@ export class FlinkSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 481; + this.state = 483; this.match(FlinkSqlParser.KW_SHOW); - this.state = 482; + this.state = 484; this.match(FlinkSqlParser.KW_COLUMNS); - this.state = 483; + this.state = 485; _la = this.tokenStream.LA(1); if(!(_la === 151 || _la === 170)) { this.errorHandler.recoverInline(this); @@ -1801,28 +1802,28 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 486; + this.state = 488; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 13, this.context) ) { case 1: { - this.state = 484; + this.state = 486; this.viewPath(); } break; case 2: { - this.state = 485; + this.state = 487; this.tablePath(); } break; } - this.state = 489; + this.state = 491; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 202 || _la === 241) { { - this.state = 488; + this.state = 490; this.likePredicate(); } } @@ -1832,26 +1833,26 @@ export class FlinkSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 491; + this.state = 493; this.match(FlinkSqlParser.KW_SHOW); - this.state = 492; + this.state = 494; this.match(FlinkSqlParser.KW_CREATE); - this.state = 497; + this.state = 499; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_TABLE: { - this.state = 493; + this.state = 495; this.match(FlinkSqlParser.KW_TABLE); - this.state = 494; + this.state = 496; this.tablePath(); } break; case FlinkSqlParser.KW_VIEW: { - this.state = 495; + this.state = 497; this.match(FlinkSqlParser.KW_VIEW); - this.state = 496; + this.state = 498; this.viewPath(); } break; @@ -1863,38 +1864,38 @@ export class FlinkSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 499; - this.match(FlinkSqlParser.KW_SHOW); this.state = 501; + this.match(FlinkSqlParser.KW_SHOW); + this.state = 503; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 411) { { - this.state = 500; + this.state = 502; this.match(FlinkSqlParser.KW_USER); } } - this.state = 503; + this.state = 505; this.match(FlinkSqlParser.KW_FUNCTIONS); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 504; - this.match(FlinkSqlParser.KW_SHOW); this.state = 506; + this.match(FlinkSqlParser.KW_SHOW); + this.state = 508; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 152) { { - this.state = 505; + this.state = 507; this.match(FlinkSqlParser.KW_FULL); } } - this.state = 508; + this.state = 510; this.match(FlinkSqlParser.KW_MODULES); } break; @@ -1920,20 +1921,20 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 511; + this.state = 513; this.match(FlinkSqlParser.KW_LOAD); - this.state = 512; + this.state = 514; this.match(FlinkSqlParser.KW_MODULE); - this.state = 513; + this.state = 515; this.uid(); - this.state = 516; + this.state = 518; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 19, this.context) ) { case 1: { - this.state = 514; + this.state = 516; this.match(FlinkSqlParser.KW_WITH); - this.state = 515; + this.state = 517; this.tablePropertyList(); } break; @@ -1960,11 +1961,11 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 518; + this.state = 520; this.match(FlinkSqlParser.KW_UNLOAD); - this.state = 519; + this.state = 521; this.match(FlinkSqlParser.KW_MODULE); - this.state = 520; + this.state = 522; this.uid(); } } @@ -1988,14 +1989,14 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 522; - this.match(FlinkSqlParser.KW_SET); this.state = 524; + this.match(FlinkSqlParser.KW_SET); + this.state = 526; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 20, this.context) ) { case 1: { - this.state = 523; + this.state = 525; this.tableProperty(); } break; @@ -2022,14 +2023,14 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 526; - this.match(FlinkSqlParser.KW_RESET); this.state = 528; + this.match(FlinkSqlParser.KW_RESET); + this.state = 530; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 21, this.context) ) { case 1: { - this.state = 527; + this.state = 529; this.tablePropertyKey(); } break; @@ -2057,7 +2058,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 530; + this.state = 532; _la = this.tokenStream.LA(1); if(!(_la === 437 || _la === 489)) { this.errorHandler.recoverInline(this); @@ -2066,9 +2067,9 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 531; + this.state = 533; this.match(FlinkSqlParser.KW_JAR); - this.state = 532; + this.state = 534; this.jarFileName(); } } @@ -2091,28 +2092,28 @@ export class FlinkSqlParser extends SQLParserBase { this.enterRule(localContext, 36, FlinkSqlParser.RULE_dtAddStatement); let _la: number; try { - this.state = 584; + this.state = 586; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 25, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 534; + this.state = 536; this.match(FlinkSqlParser.KW_ADD); - this.state = 535; + this.state = 537; this.match(FlinkSqlParser.KW_JAR); - this.state = 536; + this.state = 538; this.match(FlinkSqlParser.KW_WITH); - this.state = 537; + this.state = 539; this.dtFilePath(); - this.state = 540; + this.state = 542; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 538; + this.state = 540; this.match(FlinkSqlParser.KW_AS); - this.state = 539; + this.state = 541; this.uid(); } } @@ -2122,34 +2123,34 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 542; + this.state = 544; this.match(FlinkSqlParser.KW_ADD); - this.state = 543; + this.state = 545; this.match(FlinkSqlParser.KW_FILE); - this.state = 544; + this.state = 546; this.match(FlinkSqlParser.KW_WITH); - this.state = 545; + this.state = 547; this.dtFilePath(); - this.state = 548; + this.state = 550; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 546; + this.state = 548; this.match(FlinkSqlParser.KW_AS); - this.state = 547; + this.state = 549; this.uid(); } } - this.state = 552; + this.state = 554; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 311) { { - this.state = 550; + this.state = 552; this.match(FlinkSqlParser.KW_RENAME); - this.state = 551; + this.state = 553; this.uid(); } } @@ -2159,9 +2160,9 @@ export class FlinkSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 554; + this.state = 556; this.match(FlinkSqlParser.KW_ADD); - this.state = 555; + this.state = 557; _la = this.tokenStream.LA(1); if(!(((((_la - 482)) & ~0x1F) === 0 && ((1 << (_la - 482)) & 47) !== 0))) { this.errorHandler.recoverInline(this); @@ -2170,70 +2171,70 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 556; + this.state = 558; this.match(FlinkSqlParser.KW_WITH); - this.state = 557; + this.state = 559; this.dtFilePath(); - this.state = 558; + this.state = 560; this.match(FlinkSqlParser.KW_RENAME); - this.state = 559; + this.state = 561; this.uid(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 561; + this.state = 563; this.match(FlinkSqlParser.KW_ADD); - this.state = 562; + this.state = 564; this.match(FlinkSqlParser.KW_PYTHON_PARAMETER); - this.state = 563; + this.state = 565; this.dtFilePath(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 564; + this.state = 566; this.match(FlinkSqlParser.KW_ADD); - this.state = 565; + this.state = 567; this.match(FlinkSqlParser.KW_ENGINE); - this.state = 566; + this.state = 568; this.match(FlinkSqlParser.KW_FILE); - this.state = 567; + this.state = 569; this.match(FlinkSqlParser.KW_WITH); - this.state = 568; + this.state = 570; this.dtFilePath(); - this.state = 569; + this.state = 571; this.match(FlinkSqlParser.KW_RENAME); - this.state = 570; + this.state = 572; this.uid(); - this.state = 571; + this.state = 573; this.match(FlinkSqlParser.KW_KEY); - this.state = 572; + this.state = 574; this.uid(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 574; + this.state = 576; this.match(FlinkSqlParser.KW_ADD); - this.state = 575; + this.state = 577; this.match(FlinkSqlParser.KW_CONFIG); - this.state = 576; + this.state = 578; this.match(FlinkSqlParser.KW_FILE); - this.state = 577; + this.state = 579; this.match(FlinkSqlParser.KW_WITH); - this.state = 578; + this.state = 580; this.dtFilePath(); - this.state = 579; + this.state = 581; this.match(FlinkSqlParser.KW_FOR); - this.state = 580; + this.state = 582; this.uid(); - this.state = 581; + this.state = 583; this.match(FlinkSqlParser.KW_AS); - this.state = 582; + this.state = 584; this.uid(); } break; @@ -2261,7 +2262,7 @@ export class FlinkSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 590; + this.state = 592; this.errorHandler.sync(this); alternative = 1; do { @@ -2269,17 +2270,17 @@ export class FlinkSqlParser extends SQLParserBase { case 1: { { - this.state = 587; + this.state = 589; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 534) { { - this.state = 586; + this.state = 588; this.match(FlinkSqlParser.SLASH_SIGN); } } - this.state = 589; + this.state = 591; this.uid(); } } @@ -2287,7 +2288,7 @@ export class FlinkSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 592; + this.state = 594; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 27, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); @@ -2313,18 +2314,18 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 596; + this.state = 598; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 28, this.context) ) { case 1: { - this.state = 594; + this.state = 596; this.simpleCreateTable(); } break; case 2: { - this.state = 595; + this.state = 597; this.createTableAsSelect(); } break; @@ -2353,122 +2354,122 @@ export class FlinkSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 598; - this.match(FlinkSqlParser.KW_CREATE); this.state = 600; + this.match(FlinkSqlParser.KW_CREATE); + this.state = 602; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 497) { { - this.state = 599; + this.state = 601; this.match(FlinkSqlParser.KW_TEMPORARY); } } - this.state = 602; - this.match(FlinkSqlParser.KW_TABLE); this.state = 604; + this.match(FlinkSqlParser.KW_TABLE); + this.state = 606; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 603; + this.state = 605; this.ifNotExists(); } } - this.state = 606; + this.state = 608; this.tablePathCreate(); - this.state = 607; + this.state = 609; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 608; + this.state = 610; this.columnOptionDefinition(); - this.state = 613; + this.state = 615; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 31, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 609; + this.state = 611; this.match(FlinkSqlParser.COMMA); - this.state = 610; + this.state = 612; this.columnOptionDefinition(); } } } - this.state = 615; + this.state = 617; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 31, this.context); } - this.state = 618; + this.state = 620; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 32, this.context) ) { case 1: { - this.state = 616; + this.state = 618; this.match(FlinkSqlParser.COMMA); - this.state = 617; + this.state = 619; this.watermarkDefinition(); } break; } - this.state = 622; + this.state = 624; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 33, this.context) ) { case 1: { - this.state = 620; + this.state = 622; this.match(FlinkSqlParser.COMMA); - this.state = 621; + this.state = 623; this.tableConstraint(); } break; } - this.state = 626; + this.state = 628; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 520) { { - this.state = 624; + this.state = 626; this.match(FlinkSqlParser.COMMA); - this.state = 625; + this.state = 627; this.selfDefinitionClause(); } } - this.state = 628; + this.state = 630; this.match(FlinkSqlParser.RR_BRACKET); - this.state = 631; + this.state = 633; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 59) { { - this.state = 629; + this.state = 631; this.match(FlinkSqlParser.KW_COMMENT); - this.state = 630; + this.state = 632; localContext._comment = this.match(FlinkSqlParser.STRING_LITERAL); } } - this.state = 634; + this.state = 636; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 633; + this.state = 635; this.partitionDefinition(); } } - this.state = 636; - this.withOption(); this.state = 638; + this.withOption(); + this.state = 640; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 202) { { - this.state = 637; + this.state = 639; this.likeDefinition(); } } @@ -2496,32 +2497,32 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 640; + this.state = 642; this.match(FlinkSqlParser.KW_CREATE); - this.state = 641; - this.match(FlinkSqlParser.KW_TABLE); this.state = 643; + this.match(FlinkSqlParser.KW_TABLE); + this.state = 645; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 642; + this.state = 644; this.ifNotExists(); } } - this.state = 645; + this.state = 647; this.tablePathCreate(); - this.state = 646; + this.state = 648; this.withOption(); - this.state = 649; + this.state = 651; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 647; + this.state = 649; this.match(FlinkSqlParser.KW_AS); - this.state = 648; + this.state = 650; this.queryStatement(0); } } @@ -2546,27 +2547,27 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new ColumnOptionDefinitionContext(this.context, this.state); this.enterRule(localContext, 46, FlinkSqlParser.RULE_columnOptionDefinition); try { - this.state = 654; + this.state = 656; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 40, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 651; + this.state = 653; this.physicalColumnDefinition(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 652; + this.state = 654; this.metadataColumnDefinition(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 653; + this.state = 655; this.computedColumnDefinition(); } break; @@ -2593,28 +2594,28 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 656; + this.state = 658; this.columnNameCreate(); - this.state = 657; - this.columnType(); this.state = 659; + this.columnType(); + this.state = 661; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 241 || _la === 244 || _la === 288) { { - this.state = 658; + this.state = 660; this.columnConstraint(); } } - this.state = 663; + this.state = 665; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 59) { { - this.state = 661; + this.state = 663; this.match(FlinkSqlParser.KW_COMMENT); - this.state = 662; + this.state = 664; localContext._comment = this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -2639,20 +2640,20 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new ColumnNameCreateContext(this.context, this.state); this.enterRule(localContext, 50, FlinkSqlParser.RULE_columnNameCreate); try { - this.state = 667; + this.state = 669; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 43, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 665; + this.state = 667; this.uid(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 666; + this.state = 668; this.expression(); } break; @@ -2676,20 +2677,20 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new ColumnNameContext(this.context, this.state); this.enterRule(localContext, 52, FlinkSqlParser.RULE_columnName); try { - this.state = 671; + this.state = 673; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 44, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 669; + this.state = 671; this.uid(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 670; + this.state = 672; if (!(this.shouldMatchEmpty())) { throw this.createFailedPredicateException("this.shouldMatchEmpty()"); } @@ -2711,34 +2712,58 @@ export class FlinkSqlParser extends SQLParserBase { } return localContext; } + public columnNamePath(): ColumnNamePathContext { + let localContext = new ColumnNamePathContext(this.context, this.state); + this.enterRule(localContext, 54, FlinkSqlParser.RULE_columnNamePath); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 675; + this.uid(); + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + localContext.exception = re; + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } public columnNameList(): ColumnNameListContext { let localContext = new ColumnNameListContext(this.context, this.state); - this.enterRule(localContext, 54, FlinkSqlParser.RULE_columnNameList); + this.enterRule(localContext, 56, FlinkSqlParser.RULE_columnNameList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 673; + this.state = 677; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 674; + this.state = 678; this.columnName(); - this.state = 679; + this.state = 683; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 675; + this.state = 679; this.match(FlinkSqlParser.COMMA); - this.state = 676; + this.state = 680; this.columnName(); } } - this.state = 681; + this.state = 685; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 682; + this.state = 686; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -2758,10 +2783,10 @@ export class FlinkSqlParser extends SQLParserBase { } public columnType(): ColumnTypeContext { let localContext = new ColumnTypeContext(this.context, this.state); - this.enterRule(localContext, 56, FlinkSqlParser.RULE_columnType); + this.enterRule(localContext, 58, FlinkSqlParser.RULE_columnType); let _la: number; try { - this.state = 721; + this.state = 725; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_BOOLEAN: @@ -2769,7 +2794,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_NULL: this.enterOuterAlt(localContext, 1); { - this.state = 684; + this.state = 688; localContext._colType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 32 || _la === 91 || _la === 244)) { @@ -2797,7 +2822,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_VARCHAR: this.enterOuterAlt(localContext, 2); { - this.state = 685; + this.state = 689; localContext._colType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 28)) & ~0x1F) === 0 && ((1 << (_la - 28)) & 262275) !== 0) || _la === 92 || _la === 178 || _la === 179 || _la === 344 || _la === 360 || ((((_la - 378)) & ~0x1F) === 0 && ((1 << (_la - 378)) & 521) !== 0) || _la === 416 || _la === 417)) { @@ -2807,12 +2832,12 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 687; + this.state = 691; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 516) { { - this.state = 686; + this.state = 690; this.lengthOneDimension(); } } @@ -2822,24 +2847,24 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_TIMESTAMP: this.enterOuterAlt(localContext, 3); { - this.state = 689; + this.state = 693; localContext._colType = this.match(FlinkSqlParser.KW_TIMESTAMP); - this.state = 691; + this.state = 695; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 516) { { - this.state = 690; + this.state = 694; this.lengthOneDimension(); } } - this.state = 699; + this.state = 703; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 433 || _la === 435) { { - this.state = 693; + this.state = 697; _la = this.tokenStream.LA(1); if(!(_la === 433 || _la === 435)) { this.errorHandler.recoverInline(this); @@ -2848,19 +2873,19 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 695; + this.state = 699; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 206) { { - this.state = 694; + this.state = 698; this.match(FlinkSqlParser.KW_LOCAL); } } - this.state = 697; + this.state = 701; this.match(FlinkSqlParser.KW_TIME); - this.state = 698; + this.state = 702; this.match(FlinkSqlParser.KW_ZONE); } } @@ -2874,7 +2899,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_NUMERIC: this.enterOuterAlt(localContext, 4); { - this.state = 701; + this.state = 705; localContext._colType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 101)) & ~0x1F) === 0 && ((1 << (_la - 101)) & 16387) !== 0) || _la === 144 || _la === 246)) { @@ -2884,12 +2909,12 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 703; + this.state = 707; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 516) { { - this.state = 702; + this.state = 706; this.lengthTwoOptionalDimension(); } } @@ -2900,7 +2925,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_MULTISET: this.enterOuterAlt(localContext, 5); { - this.state = 705; + this.state = 709; localContext._colType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 13 || _la === 231)) { @@ -2910,12 +2935,12 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 707; + this.state = 711; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 507) { { - this.state = 706; + this.state = 710; this.lengthOneTypeDimension(); } } @@ -2925,14 +2950,14 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_MAP: this.enterOuterAlt(localContext, 6); { - this.state = 709; + this.state = 713; localContext._colType = this.match(FlinkSqlParser.KW_MAP); - this.state = 711; + this.state = 715; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 507) { { - this.state = 710; + this.state = 714; this.mapTypeDimension(); } } @@ -2942,14 +2967,14 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_ROW: this.enterOuterAlt(localContext, 7); { - this.state = 713; + this.state = 717; localContext._colType = this.match(FlinkSqlParser.KW_ROW); - this.state = 715; + this.state = 719; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 507) { { - this.state = 714; + this.state = 718; this.rowTypeDimension(); } } @@ -2959,14 +2984,14 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_RAW: this.enterOuterAlt(localContext, 8); { - this.state = 717; + this.state = 721; localContext._colType = this.match(FlinkSqlParser.KW_RAW); - this.state = 719; + this.state = 723; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 516) { { - this.state = 718; + this.state = 722; this.lengthTwoStringDimension(); } } @@ -2993,15 +3018,15 @@ export class FlinkSqlParser extends SQLParserBase { } public lengthOneDimension(): LengthOneDimensionContext { let localContext = new LengthOneDimensionContext(this.context, this.state); - this.enterRule(localContext, 58, FlinkSqlParser.RULE_lengthOneDimension); + this.enterRule(localContext, 60, FlinkSqlParser.RULE_lengthOneDimension); try { this.enterOuterAlt(localContext, 1); { - this.state = 723; + this.state = 727; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 724; + this.state = 728; this.decimalLiteral(); - this.state = 725; + this.state = 729; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -3021,28 +3046,28 @@ export class FlinkSqlParser extends SQLParserBase { } public lengthTwoOptionalDimension(): LengthTwoOptionalDimensionContext { let localContext = new LengthTwoOptionalDimensionContext(this.context, this.state); - this.enterRule(localContext, 60, FlinkSqlParser.RULE_lengthTwoOptionalDimension); + this.enterRule(localContext, 62, FlinkSqlParser.RULE_lengthTwoOptionalDimension); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 727; + this.state = 731; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 728; + this.state = 732; this.decimalLiteral(); - this.state = 731; + this.state = 735; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 520) { { - this.state = 729; + this.state = 733; this.match(FlinkSqlParser.COMMA); - this.state = 730; + this.state = 734; this.decimalLiteral(); } } - this.state = 733; + this.state = 737; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -3062,28 +3087,28 @@ export class FlinkSqlParser extends SQLParserBase { } public lengthTwoStringDimension(): LengthTwoStringDimensionContext { let localContext = new LengthTwoStringDimensionContext(this.context, this.state); - this.enterRule(localContext, 62, FlinkSqlParser.RULE_lengthTwoStringDimension); + this.enterRule(localContext, 64, FlinkSqlParser.RULE_lengthTwoStringDimension); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 735; + this.state = 739; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 736; + this.state = 740; this.stringLiteral(); - this.state = 739; + this.state = 743; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 520) { { - this.state = 737; + this.state = 741; this.match(FlinkSqlParser.COMMA); - this.state = 738; + this.state = 742; this.stringLiteral(); } } - this.state = 741; + this.state = 745; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -3103,15 +3128,15 @@ export class FlinkSqlParser extends SQLParserBase { } public lengthOneTypeDimension(): LengthOneTypeDimensionContext { let localContext = new LengthOneTypeDimensionContext(this.context, this.state); - this.enterRule(localContext, 64, FlinkSqlParser.RULE_lengthOneTypeDimension); + this.enterRule(localContext, 66, FlinkSqlParser.RULE_lengthOneTypeDimension); try { this.enterOuterAlt(localContext, 1); { - this.state = 743; + this.state = 747; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 744; + this.state = 748; this.columnType(); - this.state = 745; + this.state = 749; this.match(FlinkSqlParser.GREATER_SYMBOL); } } @@ -3131,21 +3156,21 @@ export class FlinkSqlParser extends SQLParserBase { } public mapTypeDimension(): MapTypeDimensionContext { let localContext = new MapTypeDimensionContext(this.context, this.state); - this.enterRule(localContext, 66, FlinkSqlParser.RULE_mapTypeDimension); + this.enterRule(localContext, 68, FlinkSqlParser.RULE_mapTypeDimension); try { this.enterOuterAlt(localContext, 1); { - this.state = 747; + this.state = 751; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 748; + this.state = 752; this.columnType(); { - this.state = 749; + this.state = 753; this.match(FlinkSqlParser.COMMA); - this.state = 750; + this.state = 754; this.columnType(); } - this.state = 752; + this.state = 756; this.match(FlinkSqlParser.GREATER_SYMBOL); } } @@ -3165,36 +3190,36 @@ export class FlinkSqlParser extends SQLParserBase { } public rowTypeDimension(): RowTypeDimensionContext { let localContext = new RowTypeDimensionContext(this.context, this.state); - this.enterRule(localContext, 68, FlinkSqlParser.RULE_rowTypeDimension); + this.enterRule(localContext, 70, FlinkSqlParser.RULE_rowTypeDimension); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 754; + this.state = 758; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 755; + this.state = 759; this.columnName(); - this.state = 756; + this.state = 760; this.columnType(); - this.state = 763; + this.state = 767; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 757; + this.state = 761; this.match(FlinkSqlParser.COMMA); - this.state = 758; + this.state = 762; this.columnName(); - this.state = 759; + this.state = 763; this.columnType(); } } - this.state = 765; + this.state = 769; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 766; + this.state = 770; this.match(FlinkSqlParser.GREATER_SYMBOL); } } @@ -3214,40 +3239,40 @@ export class FlinkSqlParser extends SQLParserBase { } public columnConstraint(): ColumnConstraintContext { let localContext = new ColumnConstraintContext(this.context, this.state); - this.enterRule(localContext, 70, FlinkSqlParser.RULE_columnConstraint); + this.enterRule(localContext, 72, FlinkSqlParser.RULE_columnConstraint); let _la: number; try { - this.state = 782; + this.state = 786; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_CONSTRAINT: case FlinkSqlParser.KW_PRIMARY: this.enterOuterAlt(localContext, 1); { - this.state = 770; + this.state = 774; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64) { { - this.state = 768; + this.state = 772; this.match(FlinkSqlParser.KW_CONSTRAINT); - this.state = 769; + this.state = 773; this.constraintName(); } } - this.state = 772; + this.state = 776; this.match(FlinkSqlParser.KW_PRIMARY); - this.state = 773; + this.state = 777; this.match(FlinkSqlParser.KW_KEY); - this.state = 776; + this.state = 780; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 241) { { - this.state = 774; + this.state = 778; this.match(FlinkSqlParser.KW_NOT); - this.state = 775; + this.state = 779; this.match(FlinkSqlParser.KW_ENFORCED); } } @@ -3258,17 +3283,17 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_NULL: this.enterOuterAlt(localContext, 2); { - this.state = 779; + this.state = 783; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 241) { { - this.state = 778; + this.state = 782; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 781; + this.state = 785; this.match(FlinkSqlParser.KW_NULL); } break; @@ -3292,35 +3317,35 @@ export class FlinkSqlParser extends SQLParserBase { } public metadataColumnDefinition(): MetadataColumnDefinitionContext { let localContext = new MetadataColumnDefinitionContext(this.context, this.state); - this.enterRule(localContext, 72, FlinkSqlParser.RULE_metadataColumnDefinition); + this.enterRule(localContext, 74, FlinkSqlParser.RULE_metadataColumnDefinition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 784; + this.state = 788; this.columnNameCreate(); - this.state = 785; + this.state = 789; this.columnType(); - this.state = 786; + this.state = 790; this.match(FlinkSqlParser.KW_METADATA); - this.state = 789; + this.state = 793; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 787; + this.state = 791; this.match(FlinkSqlParser.KW_FROM); - this.state = 788; + this.state = 792; this.metadataKey(); } } - this.state = 792; + this.state = 796; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 423) { { - this.state = 791; + this.state = 795; this.match(FlinkSqlParser.KW_VIRTUAL); } } @@ -3343,11 +3368,11 @@ export class FlinkSqlParser extends SQLParserBase { } public metadataKey(): MetadataKeyContext { let localContext = new MetadataKeyContext(this.context, this.state); - this.enterRule(localContext, 74, FlinkSqlParser.RULE_metadataKey); + this.enterRule(localContext, 76, FlinkSqlParser.RULE_metadataKey); try { this.enterOuterAlt(localContext, 1); { - this.state = 794; + this.state = 798; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -3367,25 +3392,25 @@ export class FlinkSqlParser extends SQLParserBase { } public computedColumnDefinition(): ComputedColumnDefinitionContext { let localContext = new ComputedColumnDefinitionContext(this.context, this.state); - this.enterRule(localContext, 76, FlinkSqlParser.RULE_computedColumnDefinition); + this.enterRule(localContext, 78, FlinkSqlParser.RULE_computedColumnDefinition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 796; + this.state = 800; this.columnNameCreate(); - this.state = 797; + this.state = 801; this.match(FlinkSqlParser.KW_AS); - this.state = 798; + this.state = 802; this.computedColumnExpression(); - this.state = 801; + this.state = 805; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 59) { { - this.state = 799; + this.state = 803; this.match(FlinkSqlParser.KW_COMMENT); - this.state = 800; + this.state = 804; localContext._comment = this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -3408,11 +3433,11 @@ export class FlinkSqlParser extends SQLParserBase { } public computedColumnExpression(): ComputedColumnExpressionContext { let localContext = new ComputedColumnExpressionContext(this.context, this.state); - this.enterRule(localContext, 78, FlinkSqlParser.RULE_computedColumnExpression); + this.enterRule(localContext, 80, FlinkSqlParser.RULE_computedColumnExpression); try { this.enterOuterAlt(localContext, 1); { - this.state = 803; + this.state = 807; this.expression(); } } @@ -3432,19 +3457,19 @@ export class FlinkSqlParser extends SQLParserBase { } public watermarkDefinition(): WatermarkDefinitionContext { let localContext = new WatermarkDefinitionContext(this.context, this.state); - this.enterRule(localContext, 80, FlinkSqlParser.RULE_watermarkDefinition); + this.enterRule(localContext, 82, FlinkSqlParser.RULE_watermarkDefinition); try { this.enterOuterAlt(localContext, 1); { - this.state = 805; + this.state = 809; this.match(FlinkSqlParser.KW_WATERMARK); - this.state = 806; + this.state = 810; this.match(FlinkSqlParser.KW_FOR); - this.state = 807; + this.state = 811; this.columnName(); - this.state = 808; + this.state = 812; this.match(FlinkSqlParser.KW_AS); - this.state = 809; + this.state = 813; this.expression(); } } @@ -3464,32 +3489,32 @@ export class FlinkSqlParser extends SQLParserBase { } public tableConstraint(): TableConstraintContext { let localContext = new TableConstraintContext(this.context, this.state); - this.enterRule(localContext, 82, FlinkSqlParser.RULE_tableConstraint); + this.enterRule(localContext, 84, FlinkSqlParser.RULE_tableConstraint); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 813; + this.state = 817; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64) { { - this.state = 811; + this.state = 815; this.match(FlinkSqlParser.KW_CONSTRAINT); - this.state = 812; + this.state = 816; this.constraintName(); } } - this.state = 815; + this.state = 819; this.match(FlinkSqlParser.KW_PRIMARY); - this.state = 816; + this.state = 820; this.match(FlinkSqlParser.KW_KEY); - this.state = 817; + this.state = 821; this.columnNameList(); - this.state = 818; + this.state = 822; this.match(FlinkSqlParser.KW_NOT); - this.state = 819; + this.state = 823; this.match(FlinkSqlParser.KW_ENFORCED); } } @@ -3509,11 +3534,11 @@ export class FlinkSqlParser extends SQLParserBase { } public constraintName(): ConstraintNameContext { let localContext = new ConstraintNameContext(this.context, this.state); - this.enterRule(localContext, 84, FlinkSqlParser.RULE_constraintName); + this.enterRule(localContext, 86, FlinkSqlParser.RULE_constraintName); try { this.enterOuterAlt(localContext, 1); { - this.state = 821; + this.state = 825; this.identifier(); } } @@ -3533,15 +3558,15 @@ export class FlinkSqlParser extends SQLParserBase { } public selfDefinitionClause(): SelfDefinitionClauseContext { let localContext = new SelfDefinitionClauseContext(this.context, this.state); - this.enterRule(localContext, 86, FlinkSqlParser.RULE_selfDefinitionClause); + this.enterRule(localContext, 88, FlinkSqlParser.RULE_selfDefinitionClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 823; + this.state = 827; this.match(FlinkSqlParser.KW_PERIOD); - this.state = 824; + this.state = 828; this.match(FlinkSqlParser.KW_FOR); - this.state = 825; + this.state = 829; this.match(FlinkSqlParser.KW_SYSTEM_TIME); } } @@ -3561,15 +3586,15 @@ export class FlinkSqlParser extends SQLParserBase { } public partitionDefinition(): PartitionDefinitionContext { let localContext = new PartitionDefinitionContext(this.context, this.state); - this.enterRule(localContext, 88, FlinkSqlParser.RULE_partitionDefinition); + this.enterRule(localContext, 90, FlinkSqlParser.RULE_partitionDefinition); try { this.enterOuterAlt(localContext, 1); { - this.state = 827; + this.state = 831; this.match(FlinkSqlParser.KW_PARTITIONED); - this.state = 828; + this.state = 832; this.match(FlinkSqlParser.KW_BY); - this.state = 829; + this.state = 833; this.transformList(); } } @@ -3589,32 +3614,32 @@ export class FlinkSqlParser extends SQLParserBase { } public transformList(): TransformListContext { let localContext = new TransformListContext(this.context, this.state); - this.enterRule(localContext, 90, FlinkSqlParser.RULE_transformList); + this.enterRule(localContext, 92, FlinkSqlParser.RULE_transformList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 831; + this.state = 835; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 832; + this.state = 836; this.transform(); - this.state = 837; + this.state = 841; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 833; + this.state = 837; this.match(FlinkSqlParser.COMMA); - this.state = 834; + this.state = 838; this.transform(); } } - this.state = 839; + this.state = 843; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 840; + this.state = 844; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -3634,17 +3659,17 @@ export class FlinkSqlParser extends SQLParserBase { } public transform(): TransformContext { let localContext = new TransformContext(this.context, this.state); - this.enterRule(localContext, 92, FlinkSqlParser.RULE_transform); + this.enterRule(localContext, 94, FlinkSqlParser.RULE_transform); let _la: number; try { - this.state = 854; + this.state = 858; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 69, this.context) ) { case 1: localContext = new IdentityTransformContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 842; + this.state = 846; this.columnName(); } break; @@ -3652,27 +3677,27 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ApplyTransformContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 843; + this.state = 847; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 844; + this.state = 848; this.transformArgument(); - this.state = 849; + this.state = 853; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 845; + this.state = 849; this.match(FlinkSqlParser.COMMA); - this.state = 846; + this.state = 850; this.transformArgument(); } } - this.state = 851; + this.state = 855; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 852; + this.state = 856; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -3694,22 +3719,22 @@ export class FlinkSqlParser extends SQLParserBase { } public transformArgument(): TransformArgumentContext { let localContext = new TransformArgumentContext(this.context, this.state); - this.enterRule(localContext, 94, FlinkSqlParser.RULE_transformArgument); + this.enterRule(localContext, 96, FlinkSqlParser.RULE_transformArgument); try { - this.state = 858; + this.state = 862; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 70, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 856; + this.state = 860; this.qualifiedName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 857; + this.state = 861; this.constant(); } break; @@ -3731,37 +3756,37 @@ export class FlinkSqlParser extends SQLParserBase { } public likeDefinition(): LikeDefinitionContext { let localContext = new LikeDefinitionContext(this.context, this.state); - this.enterRule(localContext, 96, FlinkSqlParser.RULE_likeDefinition); + this.enterRule(localContext, 98, FlinkSqlParser.RULE_likeDefinition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 860; + this.state = 864; this.match(FlinkSqlParser.KW_LIKE); - this.state = 861; + this.state = 865; this.tablePath(); - this.state = 870; + this.state = 874; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 72, this.context) ) { case 1: { - this.state = 862; - this.match(FlinkSqlParser.LR_BRACKET); this.state = 866; + this.match(FlinkSqlParser.LR_BRACKET); + this.state = 870; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 266 || _la === 455 || _la === 462) { { { - this.state = 863; + this.state = 867; this.likeOption(); } } - this.state = 868; + this.state = 872; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 869; + this.state = 873; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -3784,17 +3809,17 @@ export class FlinkSqlParser extends SQLParserBase { } public likeOption(): LikeOptionContext { let localContext = new LikeOptionContext(this.context, this.state); - this.enterRule(localContext, 98, FlinkSqlParser.RULE_likeOption); + this.enterRule(localContext, 100, FlinkSqlParser.RULE_likeOption); let _la: number; try { - this.state = 876; + this.state = 880; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 73, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { { - this.state = 872; + this.state = 876; _la = this.tokenStream.LA(1); if(!(_la === 455 || _la === 462)) { this.errorHandler.recoverInline(this); @@ -3803,7 +3828,7 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 873; + this.state = 877; _la = this.tokenStream.LA(1); if(!(_la === 5 || _la === 270 || _la === 444)) { this.errorHandler.recoverInline(this); @@ -3819,7 +3844,7 @@ export class FlinkSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 2); { { - this.state = 874; + this.state = 878; _la = this.tokenStream.LA(1); if(!(_la === 266 || _la === 455 || _la === 462)) { this.errorHandler.recoverInline(this); @@ -3828,7 +3853,7 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 875; + this.state = 879; _la = this.tokenStream.LA(1); if(!(_la === 425 || _la === 458 || _la === 477)) { this.errorHandler.recoverInline(this); @@ -3858,17 +3883,17 @@ export class FlinkSqlParser extends SQLParserBase { } public createCatalog(): CreateCatalogContext { let localContext = new CreateCatalogContext(this.context, this.state); - this.enterRule(localContext, 100, FlinkSqlParser.RULE_createCatalog); + this.enterRule(localContext, 102, FlinkSqlParser.RULE_createCatalog); try { this.enterOuterAlt(localContext, 1); { - this.state = 878; + this.state = 882; this.match(FlinkSqlParser.KW_CREATE); - this.state = 879; + this.state = 883; this.match(FlinkSqlParser.KW_CATALOG); - this.state = 880; + this.state = 884; this.catalogPathCreate(); - this.state = 881; + this.state = 885; this.withOption(); } } @@ -3888,40 +3913,40 @@ export class FlinkSqlParser extends SQLParserBase { } public createDatabase(): CreateDatabaseContext { let localContext = new CreateDatabaseContext(this.context, this.state); - this.enterRule(localContext, 102, FlinkSqlParser.RULE_createDatabase); + this.enterRule(localContext, 104, FlinkSqlParser.RULE_createDatabase); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 883; + this.state = 887; this.match(FlinkSqlParser.KW_CREATE); - this.state = 884; + this.state = 888; this.match(FlinkSqlParser.KW_DATABASE); - this.state = 886; + this.state = 890; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 885; + this.state = 889; this.ifNotExists(); } } - this.state = 888; + this.state = 892; this.databasePathCreate(); - this.state = 891; + this.state = 895; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 59) { { - this.state = 889; + this.state = 893; this.match(FlinkSqlParser.KW_COMMENT); - this.state = 890; + this.state = 894; localContext._comment = this.match(FlinkSqlParser.STRING_LITERAL); } } - this.state = 893; + this.state = 897; this.withOption(); } } @@ -3941,62 +3966,62 @@ export class FlinkSqlParser extends SQLParserBase { } public createView(): CreateViewContext { let localContext = new CreateViewContext(this.context, this.state); - this.enterRule(localContext, 104, FlinkSqlParser.RULE_createView); + this.enterRule(localContext, 106, FlinkSqlParser.RULE_createView); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 895; + this.state = 899; this.match(FlinkSqlParser.KW_CREATE); - this.state = 897; + this.state = 901; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 497) { { - this.state = 896; + this.state = 900; this.match(FlinkSqlParser.KW_TEMPORARY); } } - this.state = 899; + this.state = 903; this.match(FlinkSqlParser.KW_VIEW); - this.state = 901; + this.state = 905; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 900; + this.state = 904; this.ifNotExists(); } } - this.state = 903; + this.state = 907; this.viewPathCreate(); - this.state = 905; + this.state = 909; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 516) { { - this.state = 904; + this.state = 908; this.columnNameList(); } } - this.state = 909; + this.state = 913; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 59) { { - this.state = 907; + this.state = 911; this.match(FlinkSqlParser.KW_COMMENT); - this.state = 908; + this.state = 912; localContext._comment = this.match(FlinkSqlParser.STRING_LITERAL); } } - this.state = 911; + this.state = 915; this.match(FlinkSqlParser.KW_AS); - this.state = 912; + this.state = 916; this.queryStatement(0); } } @@ -4016,57 +4041,57 @@ export class FlinkSqlParser extends SQLParserBase { } public createFunction(): CreateFunctionContext { let localContext = new CreateFunctionContext(this.context, this.state); - this.enterRule(localContext, 106, FlinkSqlParser.RULE_createFunction); + this.enterRule(localContext, 108, FlinkSqlParser.RULE_createFunction); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 914; - this.match(FlinkSqlParser.KW_CREATE); this.state = 918; + this.match(FlinkSqlParser.KW_CREATE); + this.state = 922; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 80, this.context) ) { case 1: { - this.state = 915; + this.state = 919; this.match(FlinkSqlParser.KW_TEMPORARY); } break; case 2: { - this.state = 916; + this.state = 920; this.match(FlinkSqlParser.KW_TEMPORARY); - this.state = 917; + this.state = 921; this.match(FlinkSqlParser.KW_SYSTEM); } break; } - this.state = 920; + this.state = 924; this.match(FlinkSqlParser.KW_FUNCTION); - this.state = 922; + this.state = 926; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 921; + this.state = 925; this.ifNotExists(); } } - this.state = 924; + this.state = 928; this.functionNameCreate(); - this.state = 925; + this.state = 929; this.match(FlinkSqlParser.KW_AS); - this.state = 926; + this.state = 930; this.identifier(); - this.state = 929; + this.state = 933; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 195) { { - this.state = 927; + this.state = 931; this.match(FlinkSqlParser.KW_LANGUAGE); - this.state = 928; + this.state = 932; _la = this.tokenStream.LA(1); if(!(_la === 330 || _la === 465 || _la === 481)) { this.errorHandler.recoverInline(this); @@ -4078,12 +4103,12 @@ export class FlinkSqlParser extends SQLParserBase { } } - this.state = 932; + this.state = 936; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 412) { { - this.state = 931; + this.state = 935; this.usingClause(); } } @@ -4106,32 +4131,32 @@ export class FlinkSqlParser extends SQLParserBase { } public usingClause(): UsingClauseContext { let localContext = new UsingClauseContext(this.context, this.state); - this.enterRule(localContext, 108, FlinkSqlParser.RULE_usingClause); + this.enterRule(localContext, 110, FlinkSqlParser.RULE_usingClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 934; + this.state = 938; this.match(FlinkSqlParser.KW_USING); - this.state = 935; + this.state = 939; this.match(FlinkSqlParser.KW_JAR); - this.state = 936; + this.state = 940; this.jarFileName(); - this.state = 942; + this.state = 946; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 937; + this.state = 941; this.match(FlinkSqlParser.COMMA); - this.state = 938; + this.state = 942; this.match(FlinkSqlParser.KW_JAR); - this.state = 939; + this.state = 943; this.jarFileName(); } } - this.state = 944; + this.state = 948; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -4153,11 +4178,11 @@ export class FlinkSqlParser extends SQLParserBase { } public jarFileName(): JarFileNameContext { let localContext = new JarFileNameContext(this.context, this.state); - this.enterRule(localContext, 110, FlinkSqlParser.RULE_jarFileName); + this.enterRule(localContext, 112, FlinkSqlParser.RULE_jarFileName); try { this.enterOuterAlt(localContext, 1); { - this.state = 945; + this.state = 949; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -4177,57 +4202,57 @@ export class FlinkSqlParser extends SQLParserBase { } public alterTable(): AlterTableContext { let localContext = new AlterTableContext(this.context, this.state); - this.enterRule(localContext, 112, FlinkSqlParser.RULE_alterTable); + this.enterRule(localContext, 114, FlinkSqlParser.RULE_alterTable); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 947; + this.state = 951; this.match(FlinkSqlParser.KW_ALTER); - this.state = 948; + this.state = 952; this.match(FlinkSqlParser.KW_TABLE); - this.state = 950; + this.state = 954; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 949; + this.state = 953; this.ifExists(); } } - this.state = 952; + this.state = 956; this.tablePath(); - this.state = 958; + this.state = 962; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 86, this.context) ) { case 1: { - this.state = 953; + this.state = 957; this.renameDefinition(); } break; case 2: { - this.state = 954; + this.state = 958; this.setKeyValueDefinition(); } break; case 3: { - this.state = 955; + this.state = 959; this.addConstraint(); } break; case 4: { - this.state = 956; + this.state = 960; this.dropConstraint(); } break; case 5: { - this.state = 957; + this.state = 961; this.addUnique(); } break; @@ -4250,26 +4275,26 @@ export class FlinkSqlParser extends SQLParserBase { } public renameDefinition(): RenameDefinitionContext { let localContext = new RenameDefinitionContext(this.context, this.state); - this.enterRule(localContext, 114, FlinkSqlParser.RULE_renameDefinition); + this.enterRule(localContext, 116, FlinkSqlParser.RULE_renameDefinition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 960; + this.state = 964; this.match(FlinkSqlParser.KW_RENAME); - this.state = 962; + this.state = 966; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 437)) & ~0x1F) === 0 && ((1 << (_la - 437)) & 4294967295) !== 0) || ((((_la - 469)) & ~0x1F) === 0 && ((1 << (_la - 469)) & 4294967295) !== 0) || ((((_la - 501)) & ~0x1F) === 0 && ((1 << (_la - 501)) & 15) !== 0) || ((((_la - 537)) & ~0x1F) === 0 && ((1 << (_la - 537)) & 19) !== 0)) { { - this.state = 961; + this.state = 965; this.uid(); } } - this.state = 964; + this.state = 968; this.match(FlinkSqlParser.KW_TO); - this.state = 965; + this.state = 969; this.uid(); } } @@ -4289,13 +4314,13 @@ export class FlinkSqlParser extends SQLParserBase { } public setKeyValueDefinition(): SetKeyValueDefinitionContext { let localContext = new SetKeyValueDefinitionContext(this.context, this.state); - this.enterRule(localContext, 116, FlinkSqlParser.RULE_setKeyValueDefinition); + this.enterRule(localContext, 118, FlinkSqlParser.RULE_setKeyValueDefinition); try { this.enterOuterAlt(localContext, 1); { - this.state = 967; + this.state = 971; this.match(FlinkSqlParser.KW_SET); - this.state = 968; + this.state = 972; this.tablePropertyList(); } } @@ -4315,29 +4340,29 @@ export class FlinkSqlParser extends SQLParserBase { } public addConstraint(): AddConstraintContext { let localContext = new AddConstraintContext(this.context, this.state); - this.enterRule(localContext, 118, FlinkSqlParser.RULE_addConstraint); + this.enterRule(localContext, 120, FlinkSqlParser.RULE_addConstraint); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 970; + this.state = 974; this.match(FlinkSqlParser.KW_ADD); - this.state = 971; + this.state = 975; this.match(FlinkSqlParser.KW_CONSTRAINT); - this.state = 972; + this.state = 976; this.constraintName(); - this.state = 973; + this.state = 977; this.match(FlinkSqlParser.KW_PRIMARY); - this.state = 974; + this.state = 978; this.match(FlinkSqlParser.KW_KEY); - this.state = 975; + this.state = 979; this.columnNameList(); - this.state = 977; + this.state = 981; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 241) { { - this.state = 976; + this.state = 980; this.notForced(); } } @@ -4360,15 +4385,15 @@ export class FlinkSqlParser extends SQLParserBase { } public dropConstraint(): DropConstraintContext { let localContext = new DropConstraintContext(this.context, this.state); - this.enterRule(localContext, 120, FlinkSqlParser.RULE_dropConstraint); + this.enterRule(localContext, 122, FlinkSqlParser.RULE_dropConstraint); try { this.enterOuterAlt(localContext, 1); { - this.state = 979; + this.state = 983; this.match(FlinkSqlParser.KW_DROP); - this.state = 980; + this.state = 984; this.match(FlinkSqlParser.KW_CONSTRAINT); - this.state = 981; + this.state = 985; this.constraintName(); } } @@ -4388,15 +4413,15 @@ export class FlinkSqlParser extends SQLParserBase { } public addUnique(): AddUniqueContext { let localContext = new AddUniqueContext(this.context, this.state); - this.enterRule(localContext, 122, FlinkSqlParser.RULE_addUnique); + this.enterRule(localContext, 124, FlinkSqlParser.RULE_addUnique); try { this.enterOuterAlt(localContext, 1); { - this.state = 983; + this.state = 987; this.match(FlinkSqlParser.KW_ADD); - this.state = 984; + this.state = 988; this.match(FlinkSqlParser.KW_UNIQUE); - this.state = 985; + this.state = 989; this.columnNameList(); } } @@ -4416,13 +4441,13 @@ export class FlinkSqlParser extends SQLParserBase { } public notForced(): NotForcedContext { let localContext = new NotForcedContext(this.context, this.state); - this.enterRule(localContext, 124, FlinkSqlParser.RULE_notForced); + this.enterRule(localContext, 126, FlinkSqlParser.RULE_notForced); try { this.enterOuterAlt(localContext, 1); { - this.state = 987; + this.state = 991; this.match(FlinkSqlParser.KW_NOT); - this.state = 988; + this.state = 992; this.match(FlinkSqlParser.KW_ENFORCED); } } @@ -4442,30 +4467,30 @@ export class FlinkSqlParser extends SQLParserBase { } public alterView(): AlterViewContext { let localContext = new AlterViewContext(this.context, this.state); - this.enterRule(localContext, 126, FlinkSqlParser.RULE_alterView); + this.enterRule(localContext, 128, FlinkSqlParser.RULE_alterView); try { this.enterOuterAlt(localContext, 1); { - this.state = 990; + this.state = 994; this.match(FlinkSqlParser.KW_ALTER); - this.state = 991; + this.state = 995; this.match(FlinkSqlParser.KW_VIEW); - this.state = 992; - this.viewPath(); this.state = 996; + this.viewPath(); + this.state = 1000; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_RENAME: { - this.state = 993; + this.state = 997; this.renameDefinition(); } break; case FlinkSqlParser.KW_AS: { - this.state = 994; + this.state = 998; this.match(FlinkSqlParser.KW_AS); - this.state = 995; + this.state = 999; this.queryStatement(0); } break; @@ -4490,17 +4515,17 @@ export class FlinkSqlParser extends SQLParserBase { } public alterDatabase(): AlterDatabaseContext { let localContext = new AlterDatabaseContext(this.context, this.state); - this.enterRule(localContext, 128, FlinkSqlParser.RULE_alterDatabase); + this.enterRule(localContext, 130, FlinkSqlParser.RULE_alterDatabase); try { this.enterOuterAlt(localContext, 1); { - this.state = 998; + this.state = 1002; this.match(FlinkSqlParser.KW_ALTER); - this.state = 999; + this.state = 1003; this.match(FlinkSqlParser.KW_DATABASE); - this.state = 1000; + this.state = 1004; this.databasePath(); - this.state = 1001; + this.state = 1005; this.setKeyValueDefinition(); } } @@ -4520,57 +4545,57 @@ export class FlinkSqlParser extends SQLParserBase { } public alterFunction(): AlterFunctionContext { let localContext = new AlterFunctionContext(this.context, this.state); - this.enterRule(localContext, 130, FlinkSqlParser.RULE_alterFunction); + this.enterRule(localContext, 132, FlinkSqlParser.RULE_alterFunction); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1003; - this.match(FlinkSqlParser.KW_ALTER); this.state = 1007; + this.match(FlinkSqlParser.KW_ALTER); + this.state = 1011; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 90, this.context) ) { case 1: { - this.state = 1004; + this.state = 1008; this.match(FlinkSqlParser.KW_TEMPORARY); } break; case 2: { - this.state = 1005; + this.state = 1009; this.match(FlinkSqlParser.KW_TEMPORARY); - this.state = 1006; + this.state = 1010; this.match(FlinkSqlParser.KW_SYSTEM); } break; } - this.state = 1009; + this.state = 1013; this.match(FlinkSqlParser.KW_FUNCTION); - this.state = 1011; + this.state = 1015; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 91, this.context) ) { case 1: { - this.state = 1010; + this.state = 1014; this.ifExists(); } break; } - this.state = 1013; + this.state = 1017; this.functionName(); - this.state = 1014; + this.state = 1018; this.match(FlinkSqlParser.KW_AS); - this.state = 1015; + this.state = 1019; this.identifier(); - this.state = 1018; + this.state = 1022; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 195) { { - this.state = 1016; + this.state = 1020; this.match(FlinkSqlParser.KW_LANGUAGE); - this.state = 1017; + this.state = 1021; _la = this.tokenStream.LA(1); if(!(_la === 330 || _la === 465 || _la === 481)) { this.errorHandler.recoverInline(this); @@ -4600,26 +4625,26 @@ export class FlinkSqlParser extends SQLParserBase { } public dropCatalog(): DropCatalogContext { let localContext = new DropCatalogContext(this.context, this.state); - this.enterRule(localContext, 132, FlinkSqlParser.RULE_dropCatalog); + this.enterRule(localContext, 134, FlinkSqlParser.RULE_dropCatalog); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1020; + this.state = 1024; this.match(FlinkSqlParser.KW_DROP); - this.state = 1021; + this.state = 1025; this.match(FlinkSqlParser.KW_CATALOG); - this.state = 1023; + this.state = 1027; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 1022; + this.state = 1026; this.ifExists(); } } - this.state = 1025; + this.state = 1029; this.catalogPath(); } } @@ -4639,36 +4664,36 @@ export class FlinkSqlParser extends SQLParserBase { } public dropTable(): DropTableContext { let localContext = new DropTableContext(this.context, this.state); - this.enterRule(localContext, 134, FlinkSqlParser.RULE_dropTable); + this.enterRule(localContext, 136, FlinkSqlParser.RULE_dropTable); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1027; + this.state = 1031; this.match(FlinkSqlParser.KW_DROP); - this.state = 1029; + this.state = 1033; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 497) { { - this.state = 1028; + this.state = 1032; this.match(FlinkSqlParser.KW_TEMPORARY); } } - this.state = 1031; + this.state = 1035; this.match(FlinkSqlParser.KW_TABLE); - this.state = 1033; + this.state = 1037; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 1032; + this.state = 1036; this.ifExists(); } } - this.state = 1035; + this.state = 1039; this.tablePath(); } } @@ -4688,33 +4713,33 @@ export class FlinkSqlParser extends SQLParserBase { } public dropDatabase(): DropDatabaseContext { let localContext = new DropDatabaseContext(this.context, this.state); - this.enterRule(localContext, 136, FlinkSqlParser.RULE_dropDatabase); + this.enterRule(localContext, 138, FlinkSqlParser.RULE_dropDatabase); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1037; + this.state = 1041; this.match(FlinkSqlParser.KW_DROP); - this.state = 1038; + this.state = 1042; this.match(FlinkSqlParser.KW_DATABASE); - this.state = 1040; + this.state = 1044; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 1039; + this.state = 1043; this.ifExists(); } } - this.state = 1042; + this.state = 1046; this.databasePath(); - this.state = 1044; + this.state = 1048; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 440 || _la === 490) { { - this.state = 1043; + this.state = 1047; localContext._dropType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 440 || _la === 490)) { @@ -4745,36 +4770,36 @@ export class FlinkSqlParser extends SQLParserBase { } public dropView(): DropViewContext { let localContext = new DropViewContext(this.context, this.state); - this.enterRule(localContext, 138, FlinkSqlParser.RULE_dropView); + this.enterRule(localContext, 140, FlinkSqlParser.RULE_dropView); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1046; + this.state = 1050; this.match(FlinkSqlParser.KW_DROP); - this.state = 1048; + this.state = 1052; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 497) { { - this.state = 1047; + this.state = 1051; this.match(FlinkSqlParser.KW_TEMPORARY); } } - this.state = 1050; + this.state = 1054; this.match(FlinkSqlParser.KW_VIEW); - this.state = 1052; + this.state = 1056; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 1051; + this.state = 1055; this.ifExists(); } } - this.state = 1054; + this.state = 1058; this.viewPath(); } } @@ -4794,43 +4819,43 @@ export class FlinkSqlParser extends SQLParserBase { } public dropFunction(): DropFunctionContext { let localContext = new DropFunctionContext(this.context, this.state); - this.enterRule(localContext, 140, FlinkSqlParser.RULE_dropFunction); + this.enterRule(localContext, 142, FlinkSqlParser.RULE_dropFunction); try { this.enterOuterAlt(localContext, 1); { - this.state = 1056; - this.match(FlinkSqlParser.KW_DROP); this.state = 1060; + this.match(FlinkSqlParser.KW_DROP); + this.state = 1064; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 100, this.context) ) { case 1: { - this.state = 1057; + this.state = 1061; this.match(FlinkSqlParser.KW_TEMPORARY); } break; case 2: { - this.state = 1058; + this.state = 1062; this.match(FlinkSqlParser.KW_TEMPORARY); - this.state = 1059; + this.state = 1063; this.match(FlinkSqlParser.KW_SYSTEM); } break; } - this.state = 1062; + this.state = 1066; this.match(FlinkSqlParser.KW_FUNCTION); - this.state = 1064; + this.state = 1068; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 101, this.context) ) { case 1: { - this.state = 1063; + this.state = 1067; this.ifExists(); } break; } - this.state = 1066; + this.state = 1070; this.functionName(); } } @@ -4850,27 +4875,27 @@ export class FlinkSqlParser extends SQLParserBase { } public insertStatement(): InsertStatementContext { let localContext = new InsertStatementContext(this.context, this.state); - this.enterRule(localContext, 142, FlinkSqlParser.RULE_insertStatement); + this.enterRule(localContext, 144, FlinkSqlParser.RULE_insertStatement); let _la: number; try { - this.state = 1075; + this.state = 1079; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 103, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { { - this.state = 1069; + this.state = 1073; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 132) { { - this.state = 1068; + this.state = 1072; this.match(FlinkSqlParser.KW_EXECUTE); } } - this.state = 1071; + this.state = 1075; this.insertSimpleStatement(); } } @@ -4878,7 +4903,7 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1072; + this.state = 1076; this.insertMulStatementCompatibility(); } break; @@ -4886,9 +4911,9 @@ export class FlinkSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 3); { { - this.state = 1073; + this.state = 1077; this.match(FlinkSqlParser.KW_EXECUTE); - this.state = 1074; + this.state = 1078; this.insertMulStatement(); } } @@ -4911,14 +4936,14 @@ export class FlinkSqlParser extends SQLParserBase { } public insertSimpleStatement(): InsertSimpleStatementContext { let localContext = new InsertSimpleStatementContext(this.context, this.state); - this.enterRule(localContext, 144, FlinkSqlParser.RULE_insertSimpleStatement); + this.enterRule(localContext, 146, FlinkSqlParser.RULE_insertSimpleStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1077; + this.state = 1081; this.match(FlinkSqlParser.KW_INSERT); - this.state = 1078; + this.state = 1082; _la = this.tokenStream.LA(1); if(!(_la === 183 || _la === 265)) { this.errorHandler.recoverInline(this); @@ -4927,40 +4952,40 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1079; + this.state = 1083; this.tablePath(); - this.state = 1088; + this.state = 1092; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 106, this.context) ) { case 1: { - this.state = 1081; + this.state = 1085; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 268) { { - this.state = 1080; + this.state = 1084; this.insertPartitionDefinition(); } } - this.state = 1084; + this.state = 1088; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 105, this.context) ) { case 1: { - this.state = 1083; + this.state = 1087; this.columnNameList(); } break; } - this.state = 1086; + this.state = 1090; this.queryStatement(0); } break; case 2: { - this.state = 1087; + this.state = 1091; this.valuesDefinition(); } break; @@ -4983,13 +5008,13 @@ export class FlinkSqlParser extends SQLParserBase { } public insertPartitionDefinition(): InsertPartitionDefinitionContext { let localContext = new InsertPartitionDefinitionContext(this.context, this.state); - this.enterRule(localContext, 146, FlinkSqlParser.RULE_insertPartitionDefinition); + this.enterRule(localContext, 148, FlinkSqlParser.RULE_insertPartitionDefinition); try { this.enterOuterAlt(localContext, 1); { - this.state = 1090; + this.state = 1094; this.match(FlinkSqlParser.KW_PARTITION); - this.state = 1091; + this.state = 1095; this.tablePropertyList(); } } @@ -5009,28 +5034,28 @@ export class FlinkSqlParser extends SQLParserBase { } public valuesDefinition(): ValuesDefinitionContext { let localContext = new ValuesDefinitionContext(this.context, this.state); - this.enterRule(localContext, 148, FlinkSqlParser.RULE_valuesDefinition); + this.enterRule(localContext, 150, FlinkSqlParser.RULE_valuesDefinition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1093; + this.state = 1097; this.match(FlinkSqlParser.KW_VALUES); - this.state = 1094; + this.state = 1098; this.valuesRowDefinition(); - this.state = 1099; + this.state = 1103; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 1095; + this.state = 1099; this.match(FlinkSqlParser.COMMA); - this.state = 1096; + this.state = 1100; this.valuesRowDefinition(); } } - this.state = 1101; + this.state = 1105; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -5052,32 +5077,32 @@ export class FlinkSqlParser extends SQLParserBase { } public valuesRowDefinition(): ValuesRowDefinitionContext { let localContext = new ValuesRowDefinitionContext(this.context, this.state); - this.enterRule(localContext, 150, FlinkSqlParser.RULE_valuesRowDefinition); + this.enterRule(localContext, 152, FlinkSqlParser.RULE_valuesRowDefinition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1102; + this.state = 1106; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1103; + this.state = 1107; this.constant(); - this.state = 1108; + this.state = 1112; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 1104; + this.state = 1108; this.match(FlinkSqlParser.COMMA); - this.state = 1105; + this.state = 1109; this.constant(); } } - this.state = 1110; + this.state = 1114; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1111; + this.state = 1115; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -5097,36 +5122,36 @@ export class FlinkSqlParser extends SQLParserBase { } public insertMulStatementCompatibility(): InsertMulStatementCompatibilityContext { let localContext = new InsertMulStatementCompatibilityContext(this.context, this.state); - this.enterRule(localContext, 152, FlinkSqlParser.RULE_insertMulStatementCompatibility); + this.enterRule(localContext, 154, FlinkSqlParser.RULE_insertMulStatementCompatibility); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1113; + this.state = 1117; this.match(FlinkSqlParser.KW_BEGIN); - this.state = 1114; + this.state = 1118; this.match(FlinkSqlParser.KW_STATEMENT); - this.state = 1115; + this.state = 1119; this.match(FlinkSqlParser.KW_SET); - this.state = 1116; - this.match(FlinkSqlParser.SEMICOLON); this.state = 1120; + this.match(FlinkSqlParser.SEMICOLON); + this.state = 1124; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 1117; + this.state = 1121; this.insertSimpleStatement(); - this.state = 1118; + this.state = 1122; this.match(FlinkSqlParser.SEMICOLON); } } - this.state = 1122; + this.state = 1126; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 177); - this.state = 1124; + this.state = 1128; this.match(FlinkSqlParser.KW_END); } } @@ -5146,34 +5171,34 @@ export class FlinkSqlParser extends SQLParserBase { } public insertMulStatement(): InsertMulStatementContext { let localContext = new InsertMulStatementContext(this.context, this.state); - this.enterRule(localContext, 154, FlinkSqlParser.RULE_insertMulStatement); + this.enterRule(localContext, 156, FlinkSqlParser.RULE_insertMulStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1126; + this.state = 1130; this.match(FlinkSqlParser.KW_STATEMENT); - this.state = 1127; + this.state = 1131; this.match(FlinkSqlParser.KW_SET); - this.state = 1128; - this.match(FlinkSqlParser.KW_BEGIN); this.state = 1132; + this.match(FlinkSqlParser.KW_BEGIN); + this.state = 1136; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 1129; + this.state = 1133; this.insertSimpleStatement(); - this.state = 1130; + this.state = 1134; this.match(FlinkSqlParser.SEMICOLON); } } - this.state = 1134; + this.state = 1138; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 177); - this.state = 1136; + this.state = 1140; this.match(FlinkSqlParser.KW_END); } } @@ -5203,60 +5228,60 @@ export class FlinkSqlParser extends SQLParserBase { let parentState = this.state; let localContext = new QueryStatementContext(this.context, parentState); let previousContext = localContext; - let _startState = 156; - this.enterRecursionRule(localContext, 156, FlinkSqlParser.RULE_queryStatement, _p); + let _startState = 158; + this.enterRecursionRule(localContext, 158, FlinkSqlParser.RULE_queryStatement, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1161; + this.state = 1165; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 115, this.context) ) { case 1: { - this.state = 1139; + this.state = 1143; this.valuesCaluse(); } break; case 2: { - this.state = 1140; + this.state = 1144; this.withClause(); - this.state = 1141; + this.state = 1145; this.queryStatement(5); } break; case 3: { - this.state = 1143; + this.state = 1147; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1144; + this.state = 1148; this.queryStatement(0); - this.state = 1145; + this.state = 1149; this.match(FlinkSqlParser.RR_BRACKET); } break; case 4: { - this.state = 1147; + this.state = 1151; this.selectClause(); - this.state = 1149; + this.state = 1153; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 111, this.context) ) { case 1: { - this.state = 1148; - this.orderByCaluse(); + this.state = 1152; + this.orderByClause(); } break; } - this.state = 1152; + this.state = 1156; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 112, this.context) ) { case 1: { - this.state = 1151; + this.state = 1155; this.limitClause(); } break; @@ -5265,24 +5290,24 @@ export class FlinkSqlParser extends SQLParserBase { break; case 5: { - this.state = 1154; + this.state = 1158; this.selectStatement(); - this.state = 1156; + this.state = 1160; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 113, this.context) ) { case 1: { - this.state = 1155; - this.orderByCaluse(); + this.state = 1159; + this.orderByClause(); } break; } - this.state = 1159; + this.state = 1163; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 114, this.context) ) { case 1: { - this.state = 1158; + this.state = 1162; this.limitClause(); } break; @@ -5291,7 +5316,7 @@ export class FlinkSqlParser extends SQLParserBase { break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 1177; + this.state = 1181; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 119, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { @@ -5305,11 +5330,11 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new QueryStatementContext(parentContext, parentState); localContext._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_queryStatement); - this.state = 1163; + this.state = 1167; if (!(this.precpred(this.context, 3))) { throw this.createFailedPredicateException("this.precpred(this.context, 3)"); } - this.state = 1164; + this.state = 1168; localContext._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 130 || _la === 180 || _la === 402)) { @@ -5319,34 +5344,34 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1166; + this.state = 1170; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 5) { { - this.state = 1165; + this.state = 1169; this.match(FlinkSqlParser.KW_ALL); } } - this.state = 1168; + this.state = 1172; localContext._right = this.queryStatement(0); - this.state = 1170; + this.state = 1174; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 117, this.context) ) { case 1: { - this.state = 1169; - this.orderByCaluse(); + this.state = 1173; + this.orderByClause(); } break; } - this.state = 1173; + this.state = 1177; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 118, this.context) ) { case 1: { - this.state = 1172; + this.state = 1176; this.limitClause(); } break; @@ -5354,7 +5379,7 @@ export class FlinkSqlParser extends SQLParserBase { } } } - this.state = 1179; + this.state = 1183; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 119, this.context); } @@ -5376,30 +5401,30 @@ export class FlinkSqlParser extends SQLParserBase { } public valuesCaluse(): ValuesCaluseContext { let localContext = new ValuesCaluseContext(this.context, this.state); - this.enterRule(localContext, 158, FlinkSqlParser.RULE_valuesCaluse); + this.enterRule(localContext, 160, FlinkSqlParser.RULE_valuesCaluse); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1180; + this.state = 1184; this.match(FlinkSqlParser.KW_VALUES); - this.state = 1181; + this.state = 1185; this.expression(); - this.state = 1186; + this.state = 1190; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 120, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1182; + this.state = 1186; this.match(FlinkSqlParser.COMMA); - this.state = 1183; + this.state = 1187; this.expression(); } } } - this.state = 1188; + this.state = 1192; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 120, this.context); } @@ -5421,28 +5446,28 @@ export class FlinkSqlParser extends SQLParserBase { } public withClause(): WithClauseContext { let localContext = new WithClauseContext(this.context, this.state); - this.enterRule(localContext, 160, FlinkSqlParser.RULE_withClause); + this.enterRule(localContext, 162, FlinkSqlParser.RULE_withClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1189; + this.state = 1193; this.match(FlinkSqlParser.KW_WITH); - this.state = 1190; + this.state = 1194; this.withItem(); - this.state = 1195; + this.state = 1199; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 1191; + this.state = 1195; this.match(FlinkSqlParser.COMMA); - this.state = 1192; + this.state = 1196; this.withItem(); } } - this.state = 1197; + this.state = 1201; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -5464,50 +5489,50 @@ export class FlinkSqlParser extends SQLParserBase { } public withItem(): WithItemContext { let localContext = new WithItemContext(this.context, this.state); - this.enterRule(localContext, 162, FlinkSqlParser.RULE_withItem); + this.enterRule(localContext, 164, FlinkSqlParser.RULE_withItem); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1198; + this.state = 1202; this.withItemName(); - this.state = 1210; + this.state = 1214; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 516) { { - this.state = 1199; + this.state = 1203; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1200; + this.state = 1204; this.columnName(); - this.state = 1205; + this.state = 1209; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 1201; + this.state = 1205; this.match(FlinkSqlParser.COMMA); - this.state = 1202; + this.state = 1206; this.columnName(); } } - this.state = 1207; + this.state = 1211; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1208; + this.state = 1212; this.match(FlinkSqlParser.RR_BRACKET); } } - this.state = 1212; + this.state = 1216; this.match(FlinkSqlParser.KW_AS); - this.state = 1213; + this.state = 1217; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1214; + this.state = 1218; this.queryStatement(0); - this.state = 1215; + this.state = 1219; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -5527,11 +5552,11 @@ export class FlinkSqlParser extends SQLParserBase { } public withItemName(): WithItemNameContext { let localContext = new WithItemNameContext(this.context, this.state); - this.enterRule(localContext, 164, FlinkSqlParser.RULE_withItemName); + this.enterRule(localContext, 166, FlinkSqlParser.RULE_withItemName); try { this.enterOuterAlt(localContext, 1); { - this.state = 1217; + this.state = 1221; this.identifier(); } } @@ -5551,62 +5576,62 @@ export class FlinkSqlParser extends SQLParserBase { } public selectStatement(): SelectStatementContext { let localContext = new SelectStatementContext(this.context, this.state); - this.enterRule(localContext, 166, FlinkSqlParser.RULE_selectStatement); + this.enterRule(localContext, 168, FlinkSqlParser.RULE_selectStatement); try { - this.state = 1239; + this.state = 1243; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 129, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1219; + this.state = 1223; this.selectClause(); - this.state = 1221; + this.state = 1225; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 124, this.context) ) { case 1: { - this.state = 1220; + this.state = 1224; this.fromClause(); } break; } - this.state = 1224; + this.state = 1228; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 125, this.context) ) { case 1: { - this.state = 1223; + this.state = 1227; this.whereClause(); } break; } - this.state = 1227; + this.state = 1231; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 126, this.context) ) { case 1: { - this.state = 1226; + this.state = 1230; this.groupByClause(); } break; } - this.state = 1230; + this.state = 1234; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 127, this.context) ) { case 1: { - this.state = 1229; + this.state = 1233; this.havingClause(); } break; } - this.state = 1233; + this.state = 1237; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 128, this.context) ) { case 1: { - this.state = 1232; + this.state = 1236; this.windowClause(); } break; @@ -5616,11 +5641,11 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1235; + this.state = 1239; this.selectClause(); - this.state = 1236; + this.state = 1240; this.fromClause(); - this.state = 1237; + this.state = 1241; this.matchRecognizeClause(); } break; @@ -5642,51 +5667,51 @@ export class FlinkSqlParser extends SQLParserBase { } public selectClause(): SelectClauseContext { let localContext = new SelectClauseContext(this.context, this.state); - this.enterRule(localContext, 168, FlinkSqlParser.RULE_selectClause); + this.enterRule(localContext, 170, FlinkSqlParser.RULE_selectClause); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1241; + this.state = 1245; this.match(FlinkSqlParser.KW_SELECT); - this.state = 1243; + this.state = 1247; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 130, this.context) ) { case 1: { - this.state = 1242; + this.state = 1246; this.setQuantifier(); } break; } - this.state = 1254; + this.state = 1258; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 132, this.context) ) { case 1: { - this.state = 1245; + this.state = 1249; this.match(FlinkSqlParser.ASTERISK_SIGN); } break; case 2: { - this.state = 1246; + this.state = 1250; this.projectItemDefinition(); - this.state = 1251; + this.state = 1255; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 131, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1247; + this.state = 1251; this.match(FlinkSqlParser.COMMA); - this.state = 1248; + this.state = 1252; this.projectItemDefinition(); } } } - this.state = 1253; + this.state = 1257; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 131, this.context); } @@ -5711,40 +5736,40 @@ export class FlinkSqlParser extends SQLParserBase { } public projectItemDefinition(): ProjectItemDefinitionContext { let localContext = new ProjectItemDefinitionContext(this.context, this.state); - this.enterRule(localContext, 170, FlinkSqlParser.RULE_projectItemDefinition); + this.enterRule(localContext, 172, FlinkSqlParser.RULE_projectItemDefinition); let _la: number; try { - this.state = 1271; + this.state = 1275; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 137, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1256; + this.state = 1260; this.overWindowItem(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1257; + this.state = 1261; this.columnName(); - this.state = 1262; + this.state = 1266; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 134, this.context) ) { case 1: { - this.state = 1259; + this.state = 1263; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 1258; + this.state = 1262; this.match(FlinkSqlParser.KW_AS); } } - this.state = 1261; + this.state = 1265; this.expression(); } break; @@ -5754,24 +5779,24 @@ export class FlinkSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1264; + this.state = 1268; this.expression(); - this.state = 1269; + this.state = 1273; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 136, this.context) ) { case 1: { - this.state = 1266; + this.state = 1270; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 135, this.context) ) { case 1: { - this.state = 1265; + this.state = 1269; this.match(FlinkSqlParser.KW_AS); } break; } - this.state = 1268; + this.state = 1272; this.columnName(); } break; @@ -5796,38 +5821,38 @@ export class FlinkSqlParser extends SQLParserBase { } public overWindowItem(): OverWindowItemContext { let localContext = new OverWindowItemContext(this.context, this.state); - this.enterRule(localContext, 172, FlinkSqlParser.RULE_overWindowItem); + this.enterRule(localContext, 174, FlinkSqlParser.RULE_overWindowItem); try { - this.state = 1285; + this.state = 1289; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 138, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1273; + this.state = 1277; this.primaryExpression(0); - this.state = 1274; + this.state = 1278; this.match(FlinkSqlParser.KW_OVER); - this.state = 1275; + this.state = 1279; this.windowSpec(); - this.state = 1276; + this.state = 1280; this.match(FlinkSqlParser.KW_AS); - this.state = 1277; + this.state = 1281; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1279; + this.state = 1283; this.primaryExpression(0); - this.state = 1280; + this.state = 1284; this.match(FlinkSqlParser.KW_OVER); - this.state = 1281; + this.state = 1285; this.errorCapturingIdentifier(); - this.state = 1282; + this.state = 1286; this.match(FlinkSqlParser.KW_AS); - this.state = 1283; + this.state = 1287; this.identifier(); } break; @@ -5849,13 +5874,13 @@ export class FlinkSqlParser extends SQLParserBase { } public fromClause(): FromClauseContext { let localContext = new FromClauseContext(this.context, this.state); - this.enterRule(localContext, 174, FlinkSqlParser.RULE_fromClause); + this.enterRule(localContext, 176, FlinkSqlParser.RULE_fromClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1287; + this.state = 1291; this.match(FlinkSqlParser.KW_FROM); - this.state = 1288; + this.state = 1292; this.tableExpression(0); } } @@ -5885,35 +5910,35 @@ export class FlinkSqlParser extends SQLParserBase { let parentState = this.state; let localContext = new TableExpressionContext(this.context, parentState); let previousContext = localContext; - let _startState = 176; - this.enterRecursionRule(localContext, 176, FlinkSqlParser.RULE_tableExpression, _p); + let _startState = 178; + this.enterRecursionRule(localContext, 178, FlinkSqlParser.RULE_tableExpression, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1301; + this.state = 1305; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 140, this.context) ) { case 1: { - this.state = 1291; + this.state = 1295; this.tableReference(); - this.state = 1296; + this.state = 1300; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 139, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1292; + this.state = 1296; this.match(FlinkSqlParser.COMMA); - this.state = 1293; + this.state = 1297; this.tableReference(); } } } - this.state = 1298; + this.state = 1302; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 139, this.context); } @@ -5921,19 +5946,19 @@ export class FlinkSqlParser extends SQLParserBase { break; case 2: { - this.state = 1299; + this.state = 1303; this.inlineDataValueClause(); } break; case 3: { - this.state = 1300; + this.state = 1304; this.windoTVFClause(); } break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 1324; + this.state = 1328; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 146, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { @@ -5943,22 +5968,22 @@ export class FlinkSqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 1322; + this.state = 1326; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 145, this.context) ) { case 1: { localContext = new TableExpressionContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_tableExpression); - this.state = 1303; + this.state = 1307; if (!(this.precpred(this.context, 3))) { throw this.createFailedPredicateException("this.precpred(this.context, 3)"); } - this.state = 1304; + this.state = 1308; this.match(FlinkSqlParser.KW_CROSS); - this.state = 1305; + this.state = 1309; this.match(FlinkSqlParser.KW_JOIN); - this.state = 1306; + this.state = 1310; this.tableExpression(4); } break; @@ -5966,26 +5991,26 @@ export class FlinkSqlParser extends SQLParserBase { { localContext = new TableExpressionContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_tableExpression); - this.state = 1307; + this.state = 1311; if (!(this.precpred(this.context, 4))) { throw this.createFailedPredicateException("this.precpred(this.context, 4)"); } - this.state = 1309; + this.state = 1313; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 233) { { - this.state = 1308; + this.state = 1312; this.match(FlinkSqlParser.KW_NATURAL); } } - this.state = 1312; + this.state = 1316; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 152 || _la === 174 || _la === 201 || _la === 317) { { - this.state = 1311; + this.state = 1315; _la = this.tokenStream.LA(1); if(!(_la === 152 || _la === 174 || _la === 201 || _la === 317)) { this.errorHandler.recoverInline(this); @@ -5997,26 +6022,26 @@ export class FlinkSqlParser extends SQLParserBase { } } - this.state = 1315; + this.state = 1319; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 261) { { - this.state = 1314; + this.state = 1318; this.match(FlinkSqlParser.KW_OUTER); } } - this.state = 1317; + this.state = 1321; this.match(FlinkSqlParser.KW_JOIN); - this.state = 1318; + this.state = 1322; this.tableExpression(0); - this.state = 1320; + this.state = 1324; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 144, this.context) ) { case 1: { - this.state = 1319; + this.state = 1323; this.joinCondition(); } break; @@ -6026,7 +6051,7 @@ export class FlinkSqlParser extends SQLParserBase { } } } - this.state = 1326; + this.state = 1330; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 146, this.context); } @@ -6048,18 +6073,18 @@ export class FlinkSqlParser extends SQLParserBase { } public tableReference(): TableReferenceContext { let localContext = new TableReferenceContext(this.context, this.state); - this.enterRule(localContext, 178, FlinkSqlParser.RULE_tableReference); + this.enterRule(localContext, 180, FlinkSqlParser.RULE_tableReference); try { this.enterOuterAlt(localContext, 1); { - this.state = 1327; + this.state = 1331; this.tablePrimary(); - this.state = 1329; + this.state = 1333; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 147, this.context) ) { case 1: { - this.state = 1328; + this.state = 1332; this.tableAlias(); } break; @@ -6082,33 +6107,33 @@ export class FlinkSqlParser extends SQLParserBase { } public tablePrimary(): TablePrimaryContext { let localContext = new TablePrimaryContext(this.context, this.state); - this.enterRule(localContext, 180, FlinkSqlParser.RULE_tablePrimary); + this.enterRule(localContext, 182, FlinkSqlParser.RULE_tablePrimary); let _la: number; try { - this.state = 1370; + this.state = 1374; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 153, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1332; + this.state = 1336; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 373) { { - this.state = 1331; + this.state = 1335; this.match(FlinkSqlParser.KW_TABLE); } } - this.state = 1334; + this.state = 1338; this.tablePath(); - this.state = 1336; + this.state = 1340; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 149, this.context) ) { case 1: { - this.state = 1335; + this.state = 1339; this.systemTimePeriod(); } break; @@ -6118,14 +6143,14 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1338; + this.state = 1342; this.viewPath(); - this.state = 1340; + this.state = 1344; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 150, this.context) ) { case 1: { - this.state = 1339; + this.state = 1343; this.systemTimePeriod(); } break; @@ -6135,71 +6160,71 @@ export class FlinkSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1342; + this.state = 1346; this.match(FlinkSqlParser.KW_LATERAL); - this.state = 1343; + this.state = 1347; this.match(FlinkSqlParser.KW_TABLE); - this.state = 1344; + this.state = 1348; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1345; + this.state = 1349; this.functionName(); - this.state = 1346; + this.state = 1350; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1347; + this.state = 1351; this.functionParam(); - this.state = 1352; + this.state = 1356; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 1348; + this.state = 1352; this.match(FlinkSqlParser.COMMA); - this.state = 1349; + this.state = 1353; this.functionParam(); } } - this.state = 1354; + this.state = 1358; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1355; + this.state = 1359; this.match(FlinkSqlParser.RR_BRACKET); - this.state = 1356; + this.state = 1360; this.match(FlinkSqlParser.RR_BRACKET); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1359; + this.state = 1363; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 198) { { - this.state = 1358; + this.state = 1362; this.match(FlinkSqlParser.KW_LATERAL); } } - this.state = 1361; + this.state = 1365; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1362; + this.state = 1366; this.queryStatement(0); - this.state = 1363; + this.state = 1367; this.match(FlinkSqlParser.RR_BRACKET); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1365; + this.state = 1369; this.match(FlinkSqlParser.KW_UNNEST); - this.state = 1366; + this.state = 1370; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1367; + this.state = 1371; this.expression(); - this.state = 1368; + this.state = 1372; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -6221,19 +6246,19 @@ export class FlinkSqlParser extends SQLParserBase { } public systemTimePeriod(): SystemTimePeriodContext { let localContext = new SystemTimePeriodContext(this.context, this.state); - this.enterRule(localContext, 182, FlinkSqlParser.RULE_systemTimePeriod); + this.enterRule(localContext, 184, FlinkSqlParser.RULE_systemTimePeriod); try { this.enterOuterAlt(localContext, 1); { - this.state = 1372; + this.state = 1376; this.match(FlinkSqlParser.KW_FOR); - this.state = 1373; + this.state = 1377; this.match(FlinkSqlParser.KW_SYSTEM_TIME); - this.state = 1374; + this.state = 1378; this.match(FlinkSqlParser.KW_AS); - this.state = 1375; + this.state = 1379; this.match(FlinkSqlParser.KW_OF); - this.state = 1376; + this.state = 1380; this.dateTimeExpression(); } } @@ -6253,11 +6278,11 @@ export class FlinkSqlParser extends SQLParserBase { } public dateTimeExpression(): DateTimeExpressionContext { let localContext = new DateTimeExpressionContext(this.context, this.state); - this.enterRule(localContext, 184, FlinkSqlParser.RULE_dateTimeExpression); + this.enterRule(localContext, 186, FlinkSqlParser.RULE_dateTimeExpression); try { this.enterOuterAlt(localContext, 1); { - this.state = 1378; + this.state = 1382; this.expression(); } } @@ -6277,17 +6302,17 @@ export class FlinkSqlParser extends SQLParserBase { } public inlineDataValueClause(): InlineDataValueClauseContext { let localContext = new InlineDataValueClauseContext(this.context, this.state); - this.enterRule(localContext, 186, FlinkSqlParser.RULE_inlineDataValueClause); + this.enterRule(localContext, 188, FlinkSqlParser.RULE_inlineDataValueClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1380; + this.state = 1384; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1381; + this.state = 1385; this.valuesDefinition(); - this.state = 1382; + this.state = 1386; this.match(FlinkSqlParser.RR_BRACKET); - this.state = 1383; + this.state = 1387; this.tableAlias(); } } @@ -6307,17 +6332,17 @@ export class FlinkSqlParser extends SQLParserBase { } public windoTVFClause(): WindoTVFClauseContext { let localContext = new WindoTVFClauseContext(this.context, this.state); - this.enterRule(localContext, 188, FlinkSqlParser.RULE_windoTVFClause); + this.enterRule(localContext, 190, FlinkSqlParser.RULE_windoTVFClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1385; + this.state = 1389; this.match(FlinkSqlParser.KW_TABLE); - this.state = 1386; + this.state = 1390; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1387; + this.state = 1391; this.windowTVFExression(); - this.state = 1388; + this.state = 1392; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -6337,34 +6362,34 @@ export class FlinkSqlParser extends SQLParserBase { } public windowTVFExression(): WindowTVFExressionContext { let localContext = new WindowTVFExressionContext(this.context, this.state); - this.enterRule(localContext, 190, FlinkSqlParser.RULE_windowTVFExression); + this.enterRule(localContext, 192, FlinkSqlParser.RULE_windowTVFExression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1390; + this.state = 1394; this.windoTVFName(); - this.state = 1391; + this.state = 1395; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1392; + this.state = 1396; this.windowTVFParam(); - this.state = 1397; + this.state = 1401; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 1393; + this.state = 1397; this.match(FlinkSqlParser.COMMA); - this.state = 1394; + this.state = 1398; this.windowTVFParam(); } } - this.state = 1399; + this.state = 1403; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1400; + this.state = 1404; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -6384,12 +6409,12 @@ export class FlinkSqlParser extends SQLParserBase { } public windoTVFName(): WindoTVFNameContext { let localContext = new WindoTVFNameContext(this.context, this.state); - this.enterRule(localContext, 192, FlinkSqlParser.RULE_windoTVFName); + this.enterRule(localContext, 194, FlinkSqlParser.RULE_windoTVFName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1402; + this.state = 1406; _la = this.tokenStream.LA(1); if(!(_la === 445 || _la === 459 || _la === 499)) { this.errorHandler.recoverInline(this); @@ -6416,66 +6441,66 @@ export class FlinkSqlParser extends SQLParserBase { } public windowTVFParam(): WindowTVFParamContext { let localContext = new WindowTVFParamContext(this.context, this.state); - this.enterRule(localContext, 194, FlinkSqlParser.RULE_windowTVFParam); + this.enterRule(localContext, 196, FlinkSqlParser.RULE_windowTVFParam); try { - this.state = 1419; + this.state = 1423; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 155, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1404; + this.state = 1408; this.match(FlinkSqlParser.KW_TABLE); - this.state = 1405; + this.state = 1409; this.timeAttrColumn(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1406; + this.state = 1410; this.columnDescriptor(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1407; + this.state = 1411; this.timeIntervalExpression(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1408; + this.state = 1412; this.match(FlinkSqlParser.KW_DATA); - this.state = 1409; + this.state = 1413; this.match(FlinkSqlParser.DOUBLE_RIGHT_ARROW); - this.state = 1410; + this.state = 1414; this.match(FlinkSqlParser.KW_TABLE); - this.state = 1411; + this.state = 1415; this.timeAttrColumn(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1412; + this.state = 1416; this.match(FlinkSqlParser.KW_TIMECOL); - this.state = 1413; + this.state = 1417; this.match(FlinkSqlParser.DOUBLE_RIGHT_ARROW); - this.state = 1414; + this.state = 1418; this.columnDescriptor(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1415; + this.state = 1419; this.timeIntervalParamName(); - this.state = 1416; + this.state = 1420; this.match(FlinkSqlParser.DOUBLE_RIGHT_ARROW); - this.state = 1417; + this.state = 1421; this.timeIntervalExpression(); } break; @@ -6497,12 +6522,12 @@ export class FlinkSqlParser extends SQLParserBase { } public timeIntervalParamName(): TimeIntervalParamNameContext { let localContext = new TimeIntervalParamNameContext(this.context, this.state); - this.enterRule(localContext, 196, FlinkSqlParser.RULE_timeIntervalParamName); + this.enterRule(localContext, 198, FlinkSqlParser.RULE_timeIntervalParamName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1421; + this.state = 1425; _la = this.tokenStream.LA(1); if(!(_la === 250 || _la === 446 || ((((_la - 494)) & ~0x1F) === 0 && ((1 << (_la - 494)) & 23) !== 0))) { this.errorHandler.recoverInline(this); @@ -6529,17 +6554,17 @@ export class FlinkSqlParser extends SQLParserBase { } public columnDescriptor(): ColumnDescriptorContext { let localContext = new ColumnDescriptorContext(this.context, this.state); - this.enterRule(localContext, 198, FlinkSqlParser.RULE_columnDescriptor); + this.enterRule(localContext, 200, FlinkSqlParser.RULE_columnDescriptor); try { this.enterOuterAlt(localContext, 1); { - this.state = 1423; + this.state = 1427; this.match(FlinkSqlParser.KW_DESCRIPTOR); - this.state = 1424; + this.state = 1428; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1425; + this.state = 1429; this.columnName(); - this.state = 1426; + this.state = 1430; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -6559,26 +6584,26 @@ export class FlinkSqlParser extends SQLParserBase { } public joinCondition(): JoinConditionContext { let localContext = new JoinConditionContext(this.context, this.state); - this.enterRule(localContext, 200, FlinkSqlParser.RULE_joinCondition); + this.enterRule(localContext, 202, FlinkSqlParser.RULE_joinCondition); try { - this.state = 1432; + this.state = 1436; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_ON: this.enterOuterAlt(localContext, 1); { - this.state = 1428; + this.state = 1432; this.match(FlinkSqlParser.KW_ON); - this.state = 1429; + this.state = 1433; this.booleanExpression(0); } break; case FlinkSqlParser.KW_USING: this.enterOuterAlt(localContext, 2); { - this.state = 1430; + this.state = 1434; this.match(FlinkSqlParser.KW_USING); - this.state = 1431; + this.state = 1435; this.columnNameList(); } break; @@ -6602,13 +6627,13 @@ export class FlinkSqlParser extends SQLParserBase { } public whereClause(): WhereClauseContext { let localContext = new WhereClauseContext(this.context, this.state); - this.enterRule(localContext, 202, FlinkSqlParser.RULE_whereClause); + this.enterRule(localContext, 204, FlinkSqlParser.RULE_whereClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1434; + this.state = 1438; this.match(FlinkSqlParser.KW_WHERE); - this.state = 1435; + this.state = 1439; this.booleanExpression(0); } } @@ -6628,32 +6653,32 @@ export class FlinkSqlParser extends SQLParserBase { } public groupByClause(): GroupByClauseContext { let localContext = new GroupByClauseContext(this.context, this.state); - this.enterRule(localContext, 204, FlinkSqlParser.RULE_groupByClause); + this.enterRule(localContext, 206, FlinkSqlParser.RULE_groupByClause); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1437; + this.state = 1441; this.match(FlinkSqlParser.KW_GROUP); - this.state = 1438; + this.state = 1442; this.match(FlinkSqlParser.KW_BY); - this.state = 1439; + this.state = 1443; this.groupItemDefinition(); - this.state = 1444; + this.state = 1448; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 157, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1440; + this.state = 1444; this.match(FlinkSqlParser.COMMA); - this.state = 1441; + this.state = 1445; this.groupItemDefinition(); } } } - this.state = 1446; + this.state = 1450; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 157, this.context); } @@ -6675,124 +6700,124 @@ export class FlinkSqlParser extends SQLParserBase { } public groupItemDefinition(): GroupItemDefinitionContext { let localContext = new GroupItemDefinitionContext(this.context, this.state); - this.enterRule(localContext, 206, FlinkSqlParser.RULE_groupItemDefinition); + this.enterRule(localContext, 208, FlinkSqlParser.RULE_groupItemDefinition); let _la: number; try { - this.state = 1487; + this.state = 1491; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 161, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1447; + this.state = 1451; this.columnName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1448; + this.state = 1452; this.groupWindowFunction(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1449; + this.state = 1453; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1450; + this.state = 1454; this.match(FlinkSqlParser.RR_BRACKET); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1451; + this.state = 1455; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1452; + this.state = 1456; this.expression(); - this.state = 1457; + this.state = 1461; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 1453; + this.state = 1457; this.match(FlinkSqlParser.COMMA); - this.state = 1454; + this.state = 1458; this.expression(); } } - this.state = 1459; + this.state = 1463; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1460; + this.state = 1464; this.match(FlinkSqlParser.RR_BRACKET); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1462; + this.state = 1466; this.groupingSetsNotaionName(); - this.state = 1463; + this.state = 1467; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1464; + this.state = 1468; this.expression(); - this.state = 1469; + this.state = 1473; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 1465; + this.state = 1469; this.match(FlinkSqlParser.COMMA); - this.state = 1466; + this.state = 1470; this.expression(); } } - this.state = 1471; + this.state = 1475; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1472; + this.state = 1476; this.match(FlinkSqlParser.RR_BRACKET); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1474; + this.state = 1478; this.groupingSets(); - this.state = 1475; + this.state = 1479; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1476; + this.state = 1480; this.groupItemDefinition(); - this.state = 1481; + this.state = 1485; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 1477; + this.state = 1481; this.match(FlinkSqlParser.COMMA); - this.state = 1478; + this.state = 1482; this.groupItemDefinition(); } } - this.state = 1483; + this.state = 1487; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1484; + this.state = 1488; this.match(FlinkSqlParser.RR_BRACKET); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 1486; + this.state = 1490; this.expression(); } break; @@ -6814,13 +6839,13 @@ export class FlinkSqlParser extends SQLParserBase { } public groupingSets(): GroupingSetsContext { let localContext = new GroupingSetsContext(this.context, this.state); - this.enterRule(localContext, 208, FlinkSqlParser.RULE_groupingSets); + this.enterRule(localContext, 210, FlinkSqlParser.RULE_groupingSets); try { this.enterOuterAlt(localContext, 1); { - this.state = 1489; + this.state = 1493; this.match(FlinkSqlParser.KW_GROUPING); - this.state = 1490; + this.state = 1494; this.match(FlinkSqlParser.KW_SETS); } } @@ -6840,12 +6865,12 @@ export class FlinkSqlParser extends SQLParserBase { } public groupingSetsNotaionName(): GroupingSetsNotaionNameContext { let localContext = new GroupingSetsNotaionNameContext(this.context, this.state); - this.enterRule(localContext, 210, FlinkSqlParser.RULE_groupingSetsNotaionName); + this.enterRule(localContext, 212, FlinkSqlParser.RULE_groupingSetsNotaionName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1492; + this.state = 1496; _la = this.tokenStream.LA(1); if(!(_la === 74 || _la === 320)) { this.errorHandler.recoverInline(this); @@ -6872,21 +6897,21 @@ export class FlinkSqlParser extends SQLParserBase { } public groupWindowFunction(): GroupWindowFunctionContext { let localContext = new GroupWindowFunctionContext(this.context, this.state); - this.enterRule(localContext, 212, FlinkSqlParser.RULE_groupWindowFunction); + this.enterRule(localContext, 214, FlinkSqlParser.RULE_groupWindowFunction); try { this.enterOuterAlt(localContext, 1); { - this.state = 1494; + this.state = 1498; this.groupWindowFunctionName(); - this.state = 1495; + this.state = 1499; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1496; + this.state = 1500; this.timeAttrColumn(); - this.state = 1497; + this.state = 1501; this.match(FlinkSqlParser.COMMA); - this.state = 1498; + this.state = 1502; this.timeIntervalExpression(); - this.state = 1499; + this.state = 1503; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -6906,12 +6931,12 @@ export class FlinkSqlParser extends SQLParserBase { } public groupWindowFunctionName(): GroupWindowFunctionNameContext { let localContext = new GroupWindowFunctionNameContext(this.context, this.state); - this.enterRule(localContext, 214, FlinkSqlParser.RULE_groupWindowFunctionName); + this.enterRule(localContext, 216, FlinkSqlParser.RULE_groupWindowFunctionName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1501; + this.state = 1505; _la = this.tokenStream.LA(1); if(!(_la === 459 || _la === 492 || _la === 499)) { this.errorHandler.recoverInline(this); @@ -6938,11 +6963,11 @@ export class FlinkSqlParser extends SQLParserBase { } public timeAttrColumn(): TimeAttrColumnContext { let localContext = new TimeAttrColumnContext(this.context, this.state); - this.enterRule(localContext, 216, FlinkSqlParser.RULE_timeAttrColumn); + this.enterRule(localContext, 218, FlinkSqlParser.RULE_timeAttrColumn); try { this.enterOuterAlt(localContext, 1); { - this.state = 1503; + this.state = 1507; this.uid(); } } @@ -6962,13 +6987,13 @@ export class FlinkSqlParser extends SQLParserBase { } public havingClause(): HavingClauseContext { let localContext = new HavingClauseContext(this.context, this.state); - this.enterRule(localContext, 218, FlinkSqlParser.RULE_havingClause); + this.enterRule(localContext, 220, FlinkSqlParser.RULE_havingClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1505; + this.state = 1509; this.match(FlinkSqlParser.KW_HAVING); - this.state = 1506; + this.state = 1510; this.booleanExpression(0); } } @@ -6988,30 +7013,30 @@ export class FlinkSqlParser extends SQLParserBase { } public windowClause(): WindowClauseContext { let localContext = new WindowClauseContext(this.context, this.state); - this.enterRule(localContext, 220, FlinkSqlParser.RULE_windowClause); + this.enterRule(localContext, 222, FlinkSqlParser.RULE_windowClause); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1508; + this.state = 1512; this.match(FlinkSqlParser.KW_WINDOW); - this.state = 1509; + this.state = 1513; this.namedWindow(); - this.state = 1514; + this.state = 1518; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 162, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1510; + this.state = 1514; this.match(FlinkSqlParser.COMMA); - this.state = 1511; + this.state = 1515; this.namedWindow(); } } } - this.state = 1516; + this.state = 1520; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 162, this.context); } @@ -7033,15 +7058,15 @@ export class FlinkSqlParser extends SQLParserBase { } public namedWindow(): NamedWindowContext { let localContext = new NamedWindowContext(this.context, this.state); - this.enterRule(localContext, 222, FlinkSqlParser.RULE_namedWindow); + this.enterRule(localContext, 224, FlinkSqlParser.RULE_namedWindow); try { this.enterOuterAlt(localContext, 1); { - this.state = 1517; + this.state = 1521; localContext._name = this.errorCapturingIdentifier(); - this.state = 1518; + this.state = 1522; this.match(FlinkSqlParser.KW_AS); - this.state = 1519; + this.state = 1523; this.windowSpec(); } } @@ -7061,54 +7086,54 @@ export class FlinkSqlParser extends SQLParserBase { } public windowSpec(): WindowSpecContext { let localContext = new WindowSpecContext(this.context, this.state); - this.enterRule(localContext, 224, FlinkSqlParser.RULE_windowSpec); + this.enterRule(localContext, 226, FlinkSqlParser.RULE_windowSpec); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1522; + this.state = 1526; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 437)) & ~0x1F) === 0 && ((1 << (_la - 437)) & 4294967295) !== 0) || ((((_la - 469)) & ~0x1F) === 0 && ((1 << (_la - 469)) & 4294967295) !== 0) || ((((_la - 501)) & ~0x1F) === 0 && ((1 << (_la - 501)) & 15) !== 0) || ((((_la - 537)) & ~0x1F) === 0 && ((1 << (_la - 537)) & 19) !== 0)) { { - this.state = 1521; + this.state = 1525; localContext._name = this.errorCapturingIdentifier(); } } - this.state = 1524; + this.state = 1528; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1526; + this.state = 1530; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 268) { { - this.state = 1525; + this.state = 1529; this.partitionByClause(); } } - this.state = 1529; + this.state = 1533; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 258) { { - this.state = 1528; - this.orderByCaluse(); + this.state = 1532; + this.orderByClause(); } } - this.state = 1532; + this.state = 1536; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 292 || _la === 322) { { - this.state = 1531; + this.state = 1535; this.windowFrame(); } } - this.state = 1534; + this.state = 1538; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -7128,95 +7153,95 @@ export class FlinkSqlParser extends SQLParserBase { } public matchRecognizeClause(): MatchRecognizeClauseContext { let localContext = new MatchRecognizeClauseContext(this.context, this.state); - this.enterRule(localContext, 226, FlinkSqlParser.RULE_matchRecognizeClause); + this.enterRule(localContext, 228, FlinkSqlParser.RULE_matchRecognizeClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1536; + this.state = 1540; this.match(FlinkSqlParser.KW_MATCH_RECOGNIZE); - this.state = 1537; + this.state = 1541; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1539; + this.state = 1543; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 268) { { - this.state = 1538; + this.state = 1542; this.partitionByClause(); } } - this.state = 1542; + this.state = 1546; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 258) { { - this.state = 1541; - this.orderByCaluse(); + this.state = 1545; + this.orderByClause(); } } - this.state = 1545; + this.state = 1549; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 215) { { - this.state = 1544; + this.state = 1548; this.measuresClause(); } } - this.state = 1548; + this.state = 1552; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 5 || _la === 254) { { - this.state = 1547; + this.state = 1551; this.outputMode(); } } - this.state = 1551; + this.state = 1555; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 438) { { - this.state = 1550; + this.state = 1554; this.afterMatchStrategy(); } } - this.state = 1554; + this.state = 1558; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 271) { { - this.state = 1553; + this.state = 1557; this.patternDefination(); } } - this.state = 1556; + this.state = 1560; this.patternVariablesDefination(); - this.state = 1557; + this.state = 1561; this.match(FlinkSqlParser.RR_BRACKET); - this.state = 1562; + this.state = 1566; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 174, this.context) ) { case 1: { - this.state = 1559; + this.state = 1563; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 1558; + this.state = 1562; this.match(FlinkSqlParser.KW_AS); } } - this.state = 1561; + this.state = 1565; this.identifier(); } break; @@ -7237,34 +7262,34 @@ export class FlinkSqlParser extends SQLParserBase { } return localContext; } - public orderByCaluse(): OrderByCaluseContext { - let localContext = new OrderByCaluseContext(this.context, this.state); - this.enterRule(localContext, 228, FlinkSqlParser.RULE_orderByCaluse); + public orderByClause(): OrderByClauseContext { + let localContext = new OrderByClauseContext(this.context, this.state); + this.enterRule(localContext, 230, FlinkSqlParser.RULE_orderByClause); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1564; + this.state = 1568; this.match(FlinkSqlParser.KW_ORDER); - this.state = 1565; + this.state = 1569; this.match(FlinkSqlParser.KW_BY); - this.state = 1566; + this.state = 1570; this.orderItemDefition(); - this.state = 1571; + this.state = 1575; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 175, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1567; + this.state = 1571; this.match(FlinkSqlParser.COMMA); - this.state = 1568; + this.state = 1572; this.orderItemDefition(); } } } - this.state = 1573; + this.state = 1577; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 175, this.context); } @@ -7286,19 +7311,19 @@ export class FlinkSqlParser extends SQLParserBase { } public orderItemDefition(): OrderItemDefitionContext { let localContext = new OrderItemDefitionContext(this.context, this.state); - this.enterRule(localContext, 230, FlinkSqlParser.RULE_orderItemDefition); + this.enterRule(localContext, 232, FlinkSqlParser.RULE_orderItemDefition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1574; + this.state = 1578; this.columnName(); - this.state = 1576; + this.state = 1580; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 176, this.context) ) { case 1: { - this.state = 1575; + this.state = 1579; localContext._ordering = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 439 || _la === 450)) { @@ -7311,14 +7336,14 @@ export class FlinkSqlParser extends SQLParserBase { } break; } - this.state = 1580; + this.state = 1584; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 177, this.context) ) { case 1: { - this.state = 1578; + this.state = 1582; this.match(FlinkSqlParser.KW_NULLS); - this.state = 1579; + this.state = 1583; localContext._nullOrder = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 457 || _la === 467)) { @@ -7349,18 +7374,18 @@ export class FlinkSqlParser extends SQLParserBase { } public limitClause(): LimitClauseContext { let localContext = new LimitClauseContext(this.context, this.state); - this.enterRule(localContext, 232, FlinkSqlParser.RULE_limitClause); + this.enterRule(localContext, 234, FlinkSqlParser.RULE_limitClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1582; + this.state = 1586; this.match(FlinkSqlParser.KW_LIMIT); - this.state = 1585; + this.state = 1589; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_ALL: { - this.state = 1583; + this.state = 1587; this.match(FlinkSqlParser.KW_ALL); } break; @@ -7516,7 +7541,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.BIT_STRING: case FlinkSqlParser.ID_LITERAL: { - this.state = 1584; + this.state = 1588; localContext._limit = this.expression(); } break; @@ -7541,30 +7566,30 @@ export class FlinkSqlParser extends SQLParserBase { } public partitionByClause(): PartitionByClauseContext { let localContext = new PartitionByClauseContext(this.context, this.state); - this.enterRule(localContext, 234, FlinkSqlParser.RULE_partitionByClause); + this.enterRule(localContext, 236, FlinkSqlParser.RULE_partitionByClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1587; + this.state = 1591; this.match(FlinkSqlParser.KW_PARTITION); - this.state = 1588; + this.state = 1592; this.match(FlinkSqlParser.KW_BY); - this.state = 1589; + this.state = 1593; this.columnName(); - this.state = 1594; + this.state = 1598; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 1590; + this.state = 1594; this.match(FlinkSqlParser.COMMA); - this.state = 1591; + this.state = 1595; this.columnName(); } } - this.state = 1596; + this.state = 1600; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -7586,16 +7611,16 @@ export class FlinkSqlParser extends SQLParserBase { } public quantifiers(): QuantifiersContext { let localContext = new QuantifiersContext(this.context, this.state); - this.enterRule(localContext, 236, FlinkSqlParser.RULE_quantifiers); + this.enterRule(localContext, 238, FlinkSqlParser.RULE_quantifiers); try { - this.state = 1613; + this.state = 1617; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 180, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { { - this.state = 1597; + this.state = 1601; this.match(FlinkSqlParser.ASTERISK_SIGN); } } @@ -7604,7 +7629,7 @@ export class FlinkSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 2); { { - this.state = 1598; + this.state = 1602; this.match(FlinkSqlParser.ADD_SIGN); } } @@ -7613,7 +7638,7 @@ export class FlinkSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 3); { { - this.state = 1599; + this.state = 1603; this.match(FlinkSqlParser.QUESTION_MARK_SIGN); } } @@ -7622,15 +7647,15 @@ export class FlinkSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 4); { { - this.state = 1600; + this.state = 1604; this.match(FlinkSqlParser.LB_BRACKET); - this.state = 1601; + this.state = 1605; this.match(FlinkSqlParser.DIG_LITERAL); - this.state = 1602; + this.state = 1606; this.match(FlinkSqlParser.COMMA); - this.state = 1603; + this.state = 1607; this.match(FlinkSqlParser.DIG_LITERAL); - this.state = 1604; + this.state = 1608; this.match(FlinkSqlParser.RB_BRACKET); } } @@ -7639,13 +7664,13 @@ export class FlinkSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 5); { { - this.state = 1605; + this.state = 1609; this.match(FlinkSqlParser.LB_BRACKET); - this.state = 1606; + this.state = 1610; this.match(FlinkSqlParser.DIG_LITERAL); - this.state = 1607; + this.state = 1611; this.match(FlinkSqlParser.COMMA); - this.state = 1608; + this.state = 1612; this.match(FlinkSqlParser.RB_BRACKET); } } @@ -7654,13 +7679,13 @@ export class FlinkSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 6); { { - this.state = 1609; + this.state = 1613; this.match(FlinkSqlParser.LB_BRACKET); - this.state = 1610; + this.state = 1614; this.match(FlinkSqlParser.COMMA); - this.state = 1611; + this.state = 1615; this.match(FlinkSqlParser.DIG_LITERAL); - this.state = 1612; + this.state = 1616; this.match(FlinkSqlParser.RB_BRACKET); } } @@ -7683,28 +7708,28 @@ export class FlinkSqlParser extends SQLParserBase { } public measuresClause(): MeasuresClauseContext { let localContext = new MeasuresClauseContext(this.context, this.state); - this.enterRule(localContext, 238, FlinkSqlParser.RULE_measuresClause); + this.enterRule(localContext, 240, FlinkSqlParser.RULE_measuresClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1615; + this.state = 1619; this.match(FlinkSqlParser.KW_MEASURES); - this.state = 1616; + this.state = 1620; this.projectItemDefinition(); - this.state = 1621; + this.state = 1625; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 1617; + this.state = 1621; this.match(FlinkSqlParser.COMMA); - this.state = 1618; + this.state = 1622; this.projectItemDefinition(); } } - this.state = 1623; + this.state = 1627; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -7726,37 +7751,37 @@ export class FlinkSqlParser extends SQLParserBase { } public patternDefination(): PatternDefinationContext { let localContext = new PatternDefinationContext(this.context, this.state); - this.enterRule(localContext, 240, FlinkSqlParser.RULE_patternDefination); + this.enterRule(localContext, 242, FlinkSqlParser.RULE_patternDefination); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1624; + this.state = 1628; this.match(FlinkSqlParser.KW_PATTERN); - this.state = 1625; + this.state = 1629; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1627; + this.state = 1631; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 1626; + this.state = 1630; this.patternVariable(); } } - this.state = 1629; + this.state = 1633; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 538 || _la === 541); - this.state = 1631; + this.state = 1635; this.match(FlinkSqlParser.RR_BRACKET); - this.state = 1633; + this.state = 1637; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 434) { { - this.state = 1632; + this.state = 1636; this.withinClause(); } } @@ -7779,19 +7804,19 @@ export class FlinkSqlParser extends SQLParserBase { } public patternVariable(): PatternVariableContext { let localContext = new PatternVariableContext(this.context, this.state); - this.enterRule(localContext, 242, FlinkSqlParser.RULE_patternVariable); + this.enterRule(localContext, 244, FlinkSqlParser.RULE_patternVariable); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1635; + this.state = 1639; this.unquotedIdentifier(); - this.state = 1637; + this.state = 1641; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 518)) & ~0x1F) === 0 && ((1 << (_la - 518)) & 135681) !== 0)) { { - this.state = 1636; + this.state = 1640; this.quantifiers(); } } @@ -7814,34 +7839,34 @@ export class FlinkSqlParser extends SQLParserBase { } public outputMode(): OutputModeContext { let localContext = new OutputModeContext(this.context, this.state); - this.enterRule(localContext, 244, FlinkSqlParser.RULE_outputMode); + this.enterRule(localContext, 246, FlinkSqlParser.RULE_outputMode); try { - this.state = 1647; + this.state = 1651; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_ALL: this.enterOuterAlt(localContext, 1); { - this.state = 1639; + this.state = 1643; this.match(FlinkSqlParser.KW_ALL); - this.state = 1640; + this.state = 1644; this.match(FlinkSqlParser.KW_ROWS); - this.state = 1641; + this.state = 1645; this.match(FlinkSqlParser.KW_PER); - this.state = 1642; + this.state = 1646; this.match(FlinkSqlParser.KW_MATCH); } break; case FlinkSqlParser.KW_ONE: this.enterOuterAlt(localContext, 2); { - this.state = 1643; + this.state = 1647; this.match(FlinkSqlParser.KW_ONE); - this.state = 1644; + this.state = 1648; this.match(FlinkSqlParser.KW_ROW); - this.state = 1645; + this.state = 1649; this.match(FlinkSqlParser.KW_PER); - this.state = 1646; + this.state = 1650; this.match(FlinkSqlParser.KW_MATCH); } break; @@ -7865,76 +7890,76 @@ export class FlinkSqlParser extends SQLParserBase { } public afterMatchStrategy(): AfterMatchStrategyContext { let localContext = new AfterMatchStrategyContext(this.context, this.state); - this.enterRule(localContext, 246, FlinkSqlParser.RULE_afterMatchStrategy); + this.enterRule(localContext, 248, FlinkSqlParser.RULE_afterMatchStrategy); try { - this.state = 1673; + this.state = 1677; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 186, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1649; + this.state = 1653; this.match(FlinkSqlParser.KW_AFTER); - this.state = 1650; + this.state = 1654; this.match(FlinkSqlParser.KW_MATCH); - this.state = 1651; + this.state = 1655; this.match(FlinkSqlParser.KW_SKIP); - this.state = 1652; + this.state = 1656; this.match(FlinkSqlParser.KW_PAST); - this.state = 1653; + this.state = 1657; this.match(FlinkSqlParser.KW_LAST); - this.state = 1654; + this.state = 1658; this.match(FlinkSqlParser.KW_ROW); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1655; + this.state = 1659; this.match(FlinkSqlParser.KW_AFTER); - this.state = 1656; + this.state = 1660; this.match(FlinkSqlParser.KW_MATCH); - this.state = 1657; + this.state = 1661; this.match(FlinkSqlParser.KW_SKIP); - this.state = 1658; + this.state = 1662; this.match(FlinkSqlParser.KW_TO); - this.state = 1659; + this.state = 1663; this.match(FlinkSqlParser.KW_NEXT); - this.state = 1660; + this.state = 1664; this.match(FlinkSqlParser.KW_ROW); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1661; + this.state = 1665; this.match(FlinkSqlParser.KW_AFTER); - this.state = 1662; + this.state = 1666; this.match(FlinkSqlParser.KW_MATCH); - this.state = 1663; + this.state = 1667; this.match(FlinkSqlParser.KW_SKIP); - this.state = 1664; + this.state = 1668; this.match(FlinkSqlParser.KW_TO); - this.state = 1665; + this.state = 1669; this.match(FlinkSqlParser.KW_LAST); - this.state = 1666; + this.state = 1670; this.unquotedIdentifier(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1667; + this.state = 1671; this.match(FlinkSqlParser.KW_AFTER); - this.state = 1668; + this.state = 1672; this.match(FlinkSqlParser.KW_MATCH); - this.state = 1669; + this.state = 1673; this.match(FlinkSqlParser.KW_SKIP); - this.state = 1670; + this.state = 1674; this.match(FlinkSqlParser.KW_TO); - this.state = 1671; + this.state = 1675; this.match(FlinkSqlParser.KW_FIRST); - this.state = 1672; + this.state = 1676; this.unquotedIdentifier(); } break; @@ -7956,28 +7981,28 @@ export class FlinkSqlParser extends SQLParserBase { } public patternVariablesDefination(): PatternVariablesDefinationContext { let localContext = new PatternVariablesDefinationContext(this.context, this.state); - this.enterRule(localContext, 248, FlinkSqlParser.RULE_patternVariablesDefination); + this.enterRule(localContext, 250, FlinkSqlParser.RULE_patternVariablesDefination); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1675; + this.state = 1679; this.match(FlinkSqlParser.KW_DEFINE); - this.state = 1676; + this.state = 1680; this.projectItemDefinition(); - this.state = 1681; + this.state = 1685; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 1677; + this.state = 1681; this.match(FlinkSqlParser.COMMA); - this.state = 1678; + this.state = 1682; this.projectItemDefinition(); } } - this.state = 1683; + this.state = 1687; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -7999,34 +8024,34 @@ export class FlinkSqlParser extends SQLParserBase { } public windowFrame(): WindowFrameContext { let localContext = new WindowFrameContext(this.context, this.state); - this.enterRule(localContext, 250, FlinkSqlParser.RULE_windowFrame); + this.enterRule(localContext, 252, FlinkSqlParser.RULE_windowFrame); try { - this.state = 1693; + this.state = 1697; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_RANGE: this.enterOuterAlt(localContext, 1); { - this.state = 1684; + this.state = 1688; this.match(FlinkSqlParser.KW_RANGE); - this.state = 1685; + this.state = 1689; this.match(FlinkSqlParser.KW_BETWEEN); - this.state = 1686; + this.state = 1690; this.timeIntervalExpression(); - this.state = 1687; + this.state = 1691; this.frameBound(); } break; case FlinkSqlParser.KW_ROWS: this.enterOuterAlt(localContext, 2); { - this.state = 1689; + this.state = 1693; this.match(FlinkSqlParser.KW_ROWS); - this.state = 1690; + this.state = 1694; this.match(FlinkSqlParser.KW_BETWEEN); - this.state = 1691; + this.state = 1695; this.match(FlinkSqlParser.DIG_LITERAL); - this.state = 1692; + this.state = 1696; this.frameBound(); } break; @@ -8050,17 +8075,17 @@ export class FlinkSqlParser extends SQLParserBase { } public frameBound(): FrameBoundContext { let localContext = new FrameBoundContext(this.context, this.state); - this.enterRule(localContext, 252, FlinkSqlParser.RULE_frameBound); + this.enterRule(localContext, 254, FlinkSqlParser.RULE_frameBound); try { this.enterOuterAlt(localContext, 1); { - this.state = 1695; + this.state = 1699; this.match(FlinkSqlParser.KW_PRECEDING); - this.state = 1696; + this.state = 1700; this.match(FlinkSqlParser.KW_AND); - this.state = 1697; + this.state = 1701; this.match(FlinkSqlParser.KW_CURRENT); - this.state = 1698; + this.state = 1702; this.match(FlinkSqlParser.KW_ROW); } } @@ -8080,13 +8105,13 @@ export class FlinkSqlParser extends SQLParserBase { } public withinClause(): WithinClauseContext { let localContext = new WithinClauseContext(this.context, this.state); - this.enterRule(localContext, 254, FlinkSqlParser.RULE_withinClause); + this.enterRule(localContext, 256, FlinkSqlParser.RULE_withinClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1700; + this.state = 1704; this.match(FlinkSqlParser.KW_WITHIN); - this.state = 1701; + this.state = 1705; this.timeIntervalExpression(); } } @@ -8106,11 +8131,11 @@ export class FlinkSqlParser extends SQLParserBase { } public expression(): ExpressionContext { let localContext = new ExpressionContext(this.context, this.state); - this.enterRule(localContext, 256, FlinkSqlParser.RULE_expression); + this.enterRule(localContext, 258, FlinkSqlParser.RULE_expression); try { this.enterOuterAlt(localContext, 1); { - this.state = 1703; + this.state = 1707; this.booleanExpression(0); } } @@ -8140,14 +8165,14 @@ export class FlinkSqlParser extends SQLParserBase { let parentState = this.state; let localContext = new BooleanExpressionContext(this.context, parentState); let previousContext = localContext; - let _startState = 258; - this.enterRecursionRule(localContext, 258, FlinkSqlParser.RULE_booleanExpression, _p); + let _startState = 260; + this.enterRecursionRule(localContext, 260, FlinkSqlParser.RULE_booleanExpression, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1717; + this.state = 1721; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 190, this.context) ) { case 1: @@ -8156,9 +8181,9 @@ export class FlinkSqlParser extends SQLParserBase { this.context = localContext; previousContext = localContext; - this.state = 1706; + this.state = 1710; this.match(FlinkSqlParser.KW_NOT); - this.state = 1707; + this.state = 1711; this.booleanExpression(6); } break; @@ -8167,13 +8192,13 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ExistsContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1708; + this.state = 1712; this.match(FlinkSqlParser.KW_EXISTS); - this.state = 1709; + this.state = 1713; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1710; + this.state = 1714; this.queryStatement(0); - this.state = 1711; + this.state = 1715; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -8182,14 +8207,14 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new PredicatedContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1713; + this.state = 1717; this.valueExpression(0); - this.state = 1715; + this.state = 1719; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 189, this.context) ) { case 1: { - this.state = 1714; + this.state = 1718; this.predicate(); } break; @@ -8198,7 +8223,7 @@ export class FlinkSqlParser extends SQLParserBase { break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 1733; + this.state = 1737; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 193, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { @@ -8208,7 +8233,7 @@ export class FlinkSqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 1731; + this.state = 1735; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 192, this.context) ) { case 1: @@ -8216,13 +8241,13 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new LogicalBinaryContext(new BooleanExpressionContext(parentContext, parentState)); (localContext as LogicalBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_booleanExpression); - this.state = 1719; + this.state = 1723; if (!(this.precpred(this.context, 3))) { throw this.createFailedPredicateException("this.precpred(this.context, 3)"); } - this.state = 1720; + this.state = 1724; (localContext as LogicalBinaryContext)._operator = this.match(FlinkSqlParser.KW_AND); - this.state = 1721; + this.state = 1725; (localContext as LogicalBinaryContext)._right = this.booleanExpression(4); } break; @@ -8231,13 +8256,13 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new LogicalBinaryContext(new BooleanExpressionContext(parentContext, parentState)); (localContext as LogicalBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_booleanExpression); - this.state = 1722; + this.state = 1726; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 1723; + this.state = 1727; (localContext as LogicalBinaryContext)._operator = this.match(FlinkSqlParser.KW_OR); - this.state = 1724; + this.state = 1728; (localContext as LogicalBinaryContext)._right = this.booleanExpression(3); } break; @@ -8245,23 +8270,23 @@ export class FlinkSqlParser extends SQLParserBase { { localContext = new LogicalNestedContext(new BooleanExpressionContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_booleanExpression); - this.state = 1725; + this.state = 1729; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 1726; + this.state = 1730; this.match(FlinkSqlParser.KW_IS); - this.state = 1728; + this.state = 1732; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 241) { { - this.state = 1727; + this.state = 1731; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1730; + this.state = 1734; (localContext as LogicalNestedContext)._kind = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 140 || _la === 244 || _la === 397 || _la === 404)) { @@ -8276,7 +8301,7 @@ export class FlinkSqlParser extends SQLParserBase { } } } - this.state = 1735; + this.state = 1739; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 193, this.context); } @@ -8298,33 +8323,33 @@ export class FlinkSqlParser extends SQLParserBase { } public predicate(): PredicateContext { let localContext = new PredicateContext(this.context, this.state); - this.enterRule(localContext, 260, FlinkSqlParser.RULE_predicate); + this.enterRule(localContext, 262, FlinkSqlParser.RULE_predicate); let _la: number; try { - this.state = 1803; + this.state = 1807; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 204, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1737; + this.state = 1741; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 241) { { - this.state = 1736; + this.state = 1740; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1739; + this.state = 1743; localContext._kind = this.match(FlinkSqlParser.KW_BETWEEN); - this.state = 1741; + this.state = 1745; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 19 || _la === 369) { { - this.state = 1740; + this.state = 1744; _la = this.tokenStream.LA(1); if(!(_la === 19 || _la === 369)) { this.errorHandler.recoverInline(this); @@ -8336,131 +8361,131 @@ export class FlinkSqlParser extends SQLParserBase { } } - this.state = 1743; + this.state = 1747; localContext._lower = this.valueExpression(0); - this.state = 1744; + this.state = 1748; this.match(FlinkSqlParser.KW_AND); - this.state = 1745; + this.state = 1749; localContext._upper = this.valueExpression(0); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1748; + this.state = 1752; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 241) { { - this.state = 1747; + this.state = 1751; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1750; + this.state = 1754; localContext._kind = this.match(FlinkSqlParser.KW_IN); - this.state = 1751; + this.state = 1755; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1752; + this.state = 1756; this.expression(); - this.state = 1757; + this.state = 1761; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 1753; + this.state = 1757; this.match(FlinkSqlParser.COMMA); - this.state = 1754; + this.state = 1758; this.expression(); } } - this.state = 1759; + this.state = 1763; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1760; + this.state = 1764; this.match(FlinkSqlParser.RR_BRACKET); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1763; + this.state = 1767; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 241) { { - this.state = 1762; + this.state = 1766; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1765; + this.state = 1769; localContext._kind = this.match(FlinkSqlParser.KW_IN); - this.state = 1766; + this.state = 1770; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1767; + this.state = 1771; this.queryStatement(0); - this.state = 1768; + this.state = 1772; this.match(FlinkSqlParser.RR_BRACKET); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1770; + this.state = 1774; localContext._kind = this.match(FlinkSqlParser.KW_EXISTS); - this.state = 1771; + this.state = 1775; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1772; + this.state = 1776; this.queryStatement(0); - this.state = 1773; + this.state = 1777; this.match(FlinkSqlParser.RR_BRACKET); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1776; + this.state = 1780; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 241) { { - this.state = 1775; + this.state = 1779; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1778; + this.state = 1782; localContext._kind = this.match(FlinkSqlParser.KW_RLIKE); - this.state = 1779; + this.state = 1783; localContext._pattern = this.valueExpression(0); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1780; + this.state = 1784; this.likePredicate(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 1781; + this.state = 1785; this.match(FlinkSqlParser.KW_IS); - this.state = 1783; + this.state = 1787; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 241) { { - this.state = 1782; + this.state = 1786; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1785; + this.state = 1789; localContext._kind = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 140 || _la === 244 || _la === 397 || _la === 404)) { @@ -8475,53 +8500,53 @@ export class FlinkSqlParser extends SQLParserBase { case 8: this.enterOuterAlt(localContext, 8); { - this.state = 1786; + this.state = 1790; this.match(FlinkSqlParser.KW_IS); - this.state = 1788; + this.state = 1792; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 241) { { - this.state = 1787; + this.state = 1791; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1790; + this.state = 1794; localContext._kind = this.match(FlinkSqlParser.KW_DISTINCT); - this.state = 1791; + this.state = 1795; this.match(FlinkSqlParser.KW_FROM); - this.state = 1792; + this.state = 1796; localContext._right = this.valueExpression(0); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 1794; + this.state = 1798; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 241) { { - this.state = 1793; + this.state = 1797; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1796; + this.state = 1800; localContext._kind = this.match(FlinkSqlParser.KW_SIMILAR); - this.state = 1797; + this.state = 1801; this.match(FlinkSqlParser.KW_TO); - this.state = 1798; + this.state = 1802; localContext._right = this.valueExpression(0); - this.state = 1801; + this.state = 1805; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 203, this.context) ) { case 1: { - this.state = 1799; + this.state = 1803; this.match(FlinkSqlParser.KW_ESCAPE); - this.state = 1800; + this.state = 1804; this.stringLiteral(); } break; @@ -8546,28 +8571,28 @@ export class FlinkSqlParser extends SQLParserBase { } public likePredicate(): LikePredicateContext { let localContext = new LikePredicateContext(this.context, this.state); - this.enterRule(localContext, 262, FlinkSqlParser.RULE_likePredicate); + this.enterRule(localContext, 264, FlinkSqlParser.RULE_likePredicate); let _la: number; try { - this.state = 1834; + this.state = 1838; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 210, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1806; + this.state = 1810; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 241) { { - this.state = 1805; + this.state = 1809; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1808; + this.state = 1812; localContext._kind = this.match(FlinkSqlParser.KW_LIKE); - this.state = 1809; + this.state = 1813; localContext._quantifier = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 5 || _la === 11)) { @@ -8577,40 +8602,40 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1823; + this.state = 1827; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 207, this.context) ) { case 1: { - this.state = 1810; + this.state = 1814; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1811; + this.state = 1815; this.match(FlinkSqlParser.RR_BRACKET); } break; case 2: { - this.state = 1812; + this.state = 1816; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1813; + this.state = 1817; this.expression(); - this.state = 1818; + this.state = 1822; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 1814; + this.state = 1818; this.match(FlinkSqlParser.COMMA); - this.state = 1815; + this.state = 1819; this.expression(); } } - this.state = 1820; + this.state = 1824; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1821; + this.state = 1825; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -8620,28 +8645,28 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1826; + this.state = 1830; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 241) { { - this.state = 1825; + this.state = 1829; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1828; + this.state = 1832; localContext._kind = this.match(FlinkSqlParser.KW_LIKE); - this.state = 1829; + this.state = 1833; localContext._pattern = this.valueExpression(0); - this.state = 1832; + this.state = 1836; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 209, this.context) ) { case 1: { - this.state = 1830; + this.state = 1834; this.match(FlinkSqlParser.KW_ESCAPE); - this.state = 1831; + this.state = 1835; this.stringLiteral(); } break; @@ -8676,14 +8701,14 @@ export class FlinkSqlParser extends SQLParserBase { let parentState = this.state; let localContext = new ValueExpressionContext(this.context, parentState); let previousContext = localContext; - let _startState = 264; - this.enterRecursionRule(localContext, 264, FlinkSqlParser.RULE_valueExpression, _p); + let _startState = 266; + this.enterRecursionRule(localContext, 266, FlinkSqlParser.RULE_valueExpression, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1840; + this.state = 1844; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 211, this.context) ) { case 1: @@ -8692,7 +8717,7 @@ export class FlinkSqlParser extends SQLParserBase { this.context = localContext; previousContext = localContext; - this.state = 1837; + this.state = 1841; this.primaryExpression(0); } break; @@ -8701,7 +8726,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ArithmeticUnaryContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1838; + this.state = 1842; (localContext as ArithmeticUnaryContext)._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 509)) & ~0x1F) === 0 && ((1 << (_la - 509)) & 3145729) !== 0))) { @@ -8711,13 +8736,13 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1839; + this.state = 1843; this.valueExpression(7); } break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 1863; + this.state = 1867; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 213, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { @@ -8727,7 +8752,7 @@ export class FlinkSqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 1861; + this.state = 1865; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 212, this.context) ) { case 1: @@ -8735,11 +8760,11 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ArithmeticBinaryContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ArithmeticBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1842; + this.state = 1846; if (!(this.precpred(this.context, 6))) { throw this.createFailedPredicateException("this.precpred(this.context, 6)"); } - this.state = 1843; + this.state = 1847; (localContext as ArithmeticBinaryContext)._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 452 || ((((_la - 527)) & ~0x1F) === 0 && ((1 << (_la - 527)) & 145) !== 0))) { @@ -8749,7 +8774,7 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1844; + this.state = 1848; (localContext as ArithmeticBinaryContext)._right = this.valueExpression(7); } break; @@ -8758,11 +8783,11 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ArithmeticBinaryContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ArithmeticBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1845; + this.state = 1849; if (!(this.precpred(this.context, 5))) { throw this.createFailedPredicateException("this.precpred(this.context, 5)"); } - this.state = 1846; + this.state = 1850; (localContext as ArithmeticBinaryContext)._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 529)) & ~0x1F) === 0 && ((1 << (_la - 529)) & 11) !== 0))) { @@ -8772,7 +8797,7 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1847; + this.state = 1851; (localContext as ArithmeticBinaryContext)._right = this.valueExpression(6); } break; @@ -8781,13 +8806,13 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ArithmeticBinaryContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ArithmeticBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1848; + this.state = 1852; if (!(this.precpred(this.context, 4))) { throw this.createFailedPredicateException("this.precpred(this.context, 4)"); } - this.state = 1849; + this.state = 1853; (localContext as ArithmeticBinaryContext)._operator = this.match(FlinkSqlParser.BIT_AND_OP); - this.state = 1850; + this.state = 1854; (localContext as ArithmeticBinaryContext)._right = this.valueExpression(5); } break; @@ -8796,13 +8821,13 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ArithmeticBinaryContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ArithmeticBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1851; + this.state = 1855; if (!(this.precpred(this.context, 3))) { throw this.createFailedPredicateException("this.precpred(this.context, 3)"); } - this.state = 1852; + this.state = 1856; (localContext as ArithmeticBinaryContext)._operator = this.match(FlinkSqlParser.BIT_XOR_OP); - this.state = 1853; + this.state = 1857; (localContext as ArithmeticBinaryContext)._right = this.valueExpression(4); } break; @@ -8811,13 +8836,13 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ArithmeticBinaryContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ArithmeticBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1854; + this.state = 1858; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 1855; + this.state = 1859; (localContext as ArithmeticBinaryContext)._operator = this.match(FlinkSqlParser.BIT_OR_OP); - this.state = 1856; + this.state = 1860; (localContext as ArithmeticBinaryContext)._right = this.valueExpression(3); } break; @@ -8826,20 +8851,20 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ComparisonContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ComparisonContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1857; + this.state = 1861; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 1858; + this.state = 1862; this.comparisonOperator(); - this.state = 1859; + this.state = 1863; (localContext as ComparisonContext)._right = this.valueExpression(2); } break; } } } - this.state = 1865; + this.state = 1869; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 213, this.context); } @@ -8871,14 +8896,14 @@ export class FlinkSqlParser extends SQLParserBase { let parentState = this.state; let localContext = new PrimaryExpressionContext(this.context, parentState); let previousContext = localContext; - let _startState = 266; - this.enterRecursionRule(localContext, 266, FlinkSqlParser.RULE_primaryExpression, _p); + let _startState = 268; + this.enterRecursionRule(localContext, 268, FlinkSqlParser.RULE_primaryExpression, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1958; + this.state = 1962; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 223, this.context) ) { case 1: @@ -8887,35 +8912,35 @@ export class FlinkSqlParser extends SQLParserBase { this.context = localContext; previousContext = localContext; - this.state = 1867; + this.state = 1871; this.match(FlinkSqlParser.KW_CASE); - this.state = 1869; + this.state = 1873; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 1868; + this.state = 1872; this.whenClause(); } } - this.state = 1871; + this.state = 1875; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 428); - this.state = 1875; + this.state = 1879; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 120) { { - this.state = 1873; + this.state = 1877; this.match(FlinkSqlParser.KW_ELSE); - this.state = 1874; + this.state = 1878; (localContext as SearchedCaseContext)._elseExpression = this.expression(); } } - this.state = 1877; + this.state = 1881; this.match(FlinkSqlParser.KW_END); } break; @@ -8924,37 +8949,37 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new SimpleCaseContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1879; + this.state = 1883; this.match(FlinkSqlParser.KW_CASE); - this.state = 1880; + this.state = 1884; (localContext as SimpleCaseContext)._value = this.expression(); - this.state = 1882; + this.state = 1886; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 1881; + this.state = 1885; this.whenClause(); } } - this.state = 1884; + this.state = 1888; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 428); - this.state = 1888; + this.state = 1892; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 120) { { - this.state = 1886; + this.state = 1890; this.match(FlinkSqlParser.KW_ELSE); - this.state = 1887; + this.state = 1891; (localContext as SimpleCaseContext)._elseExpression = this.expression(); } } - this.state = 1890; + this.state = 1894; this.match(FlinkSqlParser.KW_END); } break; @@ -8963,17 +8988,17 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new CastContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1892; + this.state = 1896; this.match(FlinkSqlParser.KW_CAST); - this.state = 1893; + this.state = 1897; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1894; + this.state = 1898; this.expression(); - this.state = 1895; + this.state = 1899; this.match(FlinkSqlParser.KW_AS); - this.state = 1896; + this.state = 1900; this.columnType(); - this.state = 1897; + this.state = 1901; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -8982,25 +9007,25 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new FirstContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1899; + this.state = 1903; this.match(FlinkSqlParser.KW_FIRST); - this.state = 1900; + this.state = 1904; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1901; + this.state = 1905; this.expression(); - this.state = 1904; + this.state = 1908; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 461) { { - this.state = 1902; + this.state = 1906; this.match(FlinkSqlParser.KW_IGNORE); - this.state = 1903; + this.state = 1907; this.match(FlinkSqlParser.KW_NULLS); } } - this.state = 1906; + this.state = 1910; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -9009,25 +9034,25 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new LastContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1908; + this.state = 1912; this.match(FlinkSqlParser.KW_LAST); - this.state = 1909; + this.state = 1913; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1910; + this.state = 1914; this.expression(); - this.state = 1913; + this.state = 1917; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 461) { { - this.state = 1911; + this.state = 1915; this.match(FlinkSqlParser.KW_IGNORE); - this.state = 1912; + this.state = 1916; this.match(FlinkSqlParser.KW_NULLS); } } - this.state = 1915; + this.state = 1919; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -9036,17 +9061,17 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new PositionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1917; + this.state = 1921; this.match(FlinkSqlParser.KW_POSITION); - this.state = 1918; + this.state = 1922; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1919; + this.state = 1923; (localContext as PositionContext)._substr = this.valueExpression(0); - this.state = 1920; + this.state = 1924; this.match(FlinkSqlParser.KW_IN); - this.state = 1921; + this.state = 1925; (localContext as PositionContext)._str = this.valueExpression(0); - this.state = 1922; + this.state = 1926; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -9055,7 +9080,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ConstantDefaultContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1924; + this.state = 1928; this.constant(); } break; @@ -9064,7 +9089,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new StarContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1925; + this.state = 1929; this.match(FlinkSqlParser.ASTERISK_SIGN); } break; @@ -9073,11 +9098,11 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new StarContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1926; + this.state = 1930; this.uid(); - this.state = 1927; + this.state = 1931; this.match(FlinkSqlParser.DOT); - this.state = 1928; + this.state = 1932; this.match(FlinkSqlParser.ASTERISK_SIGN); } break; @@ -9086,11 +9111,11 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new SubqueryExpressionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1930; + this.state = 1934; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1931; + this.state = 1935; this.queryStatement(0); - this.state = 1932; + this.state = 1936; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -9099,47 +9124,47 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new FunctionCallContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1934; + this.state = 1938; this.functionName(); - this.state = 1935; + this.state = 1939; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1947; + this.state = 1951; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 8396848) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 10489249) !== 0) || ((((_la - 69)) & ~0x1F) === 0 && ((1 << (_la - 69)) & 1883341377) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 201330753) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 337641555) !== 0) || ((((_la - 182)) & ~0x1F) === 0 && ((1 << (_la - 182)) & 244224001) !== 0) || ((((_la - 214)) & ~0x1F) === 0 && ((1 << (_la - 214)) & 3892347713) !== 0) || ((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 537530369) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 131185) !== 0) || ((((_la - 357)) & ~0x1F) === 0 && ((1 << (_la - 357)) & 14681219) !== 0) || ((((_la - 389)) & ~0x1F) === 0 && ((1 << (_la - 389)) & 3238528833) !== 0) || ((((_la - 427)) & ~0x1F) === 0 && ((1 << (_la - 427)) & 4294966785) !== 0) || ((((_la - 459)) & ~0x1F) === 0 && ((1 << (_la - 459)) & 4294967295) !== 0) || ((((_la - 491)) & ~0x1F) === 0 && ((1 << (_la - 491)) & 33832959) !== 0) || ((((_la - 527)) & ~0x1F) === 0 && ((1 << (_la - 527)) & 31757) !== 0)) { { - this.state = 1937; + this.state = 1941; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 220, this.context) ) { case 1: { - this.state = 1936; + this.state = 1940; this.setQuantifier(); } break; } - this.state = 1939; + this.state = 1943; this.functionParam(); - this.state = 1944; + this.state = 1948; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 1940; + this.state = 1944; this.match(FlinkSqlParser.COMMA); - this.state = 1941; + this.state = 1945; this.functionParam(); } } - this.state = 1946; + this.state = 1950; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1949; + this.state = 1953; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -9148,8 +9173,8 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ColumnReferenceContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1951; - this.identifier(); + this.state = 1955; + this.columnNamePath(); } break; case 13: @@ -9157,7 +9182,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new DereferenceContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1952; + this.state = 1956; this.dereferenceDefinition(); } break; @@ -9166,11 +9191,11 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ParenthesizedExpressionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1953; + this.state = 1957; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1954; + this.state = 1958; this.expression(); - this.state = 1955; + this.state = 1959; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -9179,13 +9204,13 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new DateFunctionExpressionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1957; + this.state = 1961; this.match(FlinkSqlParser.KW_CURRENT_TIMESTAMP); } break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 1967; + this.state = 1971; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 224, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { @@ -9199,20 +9224,20 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new SubscriptContext(new PrimaryExpressionContext(parentContext, parentState)); (localContext as SubscriptContext)._value = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_primaryExpression); - this.state = 1960; + this.state = 1964; if (!(this.precpred(this.context, 5))) { throw this.createFailedPredicateException("this.precpred(this.context, 5)"); } - this.state = 1961; + this.state = 1965; this.match(FlinkSqlParser.LS_BRACKET); - this.state = 1962; + this.state = 1966; (localContext as SubscriptContext)._index = this.valueExpression(0); - this.state = 1963; + this.state = 1967; this.match(FlinkSqlParser.RS_BRACKET); } } } - this.state = 1969; + this.state = 1973; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 224, this.context); } @@ -9234,11 +9259,11 @@ export class FlinkSqlParser extends SQLParserBase { } public functionNameCreate(): FunctionNameCreateContext { let localContext = new FunctionNameCreateContext(this.context, this.state); - this.enterRule(localContext, 268, FlinkSqlParser.RULE_functionNameCreate); + this.enterRule(localContext, 270, FlinkSqlParser.RULE_functionNameCreate); try { this.enterOuterAlt(localContext, 1); { - this.state = 1970; + this.state = 1974; this.uid(); } } @@ -9258,22 +9283,22 @@ export class FlinkSqlParser extends SQLParserBase { } public functionName(): FunctionNameContext { let localContext = new FunctionNameContext(this.context, this.state); - this.enterRule(localContext, 270, FlinkSqlParser.RULE_functionName); + this.enterRule(localContext, 272, FlinkSqlParser.RULE_functionName); try { - this.state = 1974; + this.state = 1978; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 225, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1972; + this.state = 1976; this.reservedKeywordsUsedAsFuncName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1973; + this.state = 1977; this.uid(); } break; @@ -9295,36 +9320,36 @@ export class FlinkSqlParser extends SQLParserBase { } public functionParam(): FunctionParamContext { let localContext = new FunctionParamContext(this.context, this.state); - this.enterRule(localContext, 272, FlinkSqlParser.RULE_functionParam); + this.enterRule(localContext, 274, FlinkSqlParser.RULE_functionParam); try { - this.state = 1980; + this.state = 1984; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 226, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1976; + this.state = 1980; this.reservedKeywordsUsedAsFuncParam(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1977; + this.state = 1981; this.timeIntervalUnit(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1978; + this.state = 1982; this.timePointUnit(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1979; + this.state = 1983; this.expression(); } break; @@ -9346,11 +9371,11 @@ export class FlinkSqlParser extends SQLParserBase { } public dereferenceDefinition(): DereferenceDefinitionContext { let localContext = new DereferenceDefinitionContext(this.context, this.state); - this.enterRule(localContext, 274, FlinkSqlParser.RULE_dereferenceDefinition); + this.enterRule(localContext, 276, FlinkSqlParser.RULE_dereferenceDefinition); try { this.enterOuterAlt(localContext, 1); { - this.state = 1982; + this.state = 1986; this.uid(); } } @@ -9370,11 +9395,11 @@ export class FlinkSqlParser extends SQLParserBase { } public correlationName(): CorrelationNameContext { let localContext = new CorrelationNameContext(this.context, this.state); - this.enterRule(localContext, 276, FlinkSqlParser.RULE_correlationName); + this.enterRule(localContext, 278, FlinkSqlParser.RULE_correlationName); try { this.enterOuterAlt(localContext, 1); { - this.state = 1984; + this.state = 1988; this.identifier(); } } @@ -9394,22 +9419,22 @@ export class FlinkSqlParser extends SQLParserBase { } public qualifiedName(): QualifiedNameContext { let localContext = new QualifiedNameContext(this.context, this.state); - this.enterRule(localContext, 278, FlinkSqlParser.RULE_qualifiedName); + this.enterRule(localContext, 280, FlinkSqlParser.RULE_qualifiedName); try { - this.state = 1988; + this.state = 1992; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 227, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1986; + this.state = 1990; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1987; + this.state = 1991; this.dereferenceDefinition(); } break; @@ -9431,24 +9456,24 @@ export class FlinkSqlParser extends SQLParserBase { } public timeIntervalExpression(): TimeIntervalExpressionContext { let localContext = new TimeIntervalExpressionContext(this.context, this.state); - this.enterRule(localContext, 280, FlinkSqlParser.RULE_timeIntervalExpression); + this.enterRule(localContext, 282, FlinkSqlParser.RULE_timeIntervalExpression); try { this.enterOuterAlt(localContext, 1); { - this.state = 1990; + this.state = 1994; this.match(FlinkSqlParser.KW_INTERVAL); - this.state = 1993; + this.state = 1997; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 228, this.context) ) { case 1: { - this.state = 1991; + this.state = 1995; this.errorCapturingMultiUnitsInterval(); } break; case 2: { - this.state = 1992; + this.state = 1996; this.errorCapturingUnitToUnitInterval(); } break; @@ -9471,18 +9496,18 @@ export class FlinkSqlParser extends SQLParserBase { } public errorCapturingMultiUnitsInterval(): ErrorCapturingMultiUnitsIntervalContext { let localContext = new ErrorCapturingMultiUnitsIntervalContext(this.context, this.state); - this.enterRule(localContext, 282, FlinkSqlParser.RULE_errorCapturingMultiUnitsInterval); + this.enterRule(localContext, 284, FlinkSqlParser.RULE_errorCapturingMultiUnitsInterval); try { this.enterOuterAlt(localContext, 1); { - this.state = 1995; + this.state = 1999; this.multiUnitsInterval(); - this.state = 1997; + this.state = 2001; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 229, this.context) ) { case 1: { - this.state = 1996; + this.state = 2000; this.unitToUnitInterval(); } break; @@ -9505,12 +9530,12 @@ export class FlinkSqlParser extends SQLParserBase { } public multiUnitsInterval(): MultiUnitsIntervalContext { let localContext = new MultiUnitsIntervalContext(this.context, this.state); - this.enterRule(localContext, 284, FlinkSqlParser.RULE_multiUnitsInterval); + this.enterRule(localContext, 286, FlinkSqlParser.RULE_multiUnitsInterval); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2002; + this.state = 2006; this.errorHandler.sync(this); alternative = 1; do { @@ -9518,9 +9543,9 @@ export class FlinkSqlParser extends SQLParserBase { case 1: { { - this.state = 1999; + this.state = 2003; this.intervalValue(); - this.state = 2000; + this.state = 2004; this.timeIntervalUnit(); } } @@ -9528,7 +9553,7 @@ export class FlinkSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 2004; + this.state = 2008; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 230, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); @@ -9550,24 +9575,24 @@ export class FlinkSqlParser extends SQLParserBase { } public errorCapturingUnitToUnitInterval(): ErrorCapturingUnitToUnitIntervalContext { let localContext = new ErrorCapturingUnitToUnitIntervalContext(this.context, this.state); - this.enterRule(localContext, 286, FlinkSqlParser.RULE_errorCapturingUnitToUnitInterval); + this.enterRule(localContext, 288, FlinkSqlParser.RULE_errorCapturingUnitToUnitInterval); try { this.enterOuterAlt(localContext, 1); { - this.state = 2006; + this.state = 2010; localContext._body = this.unitToUnitInterval(); - this.state = 2009; + this.state = 2013; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 231, this.context) ) { case 1: { - this.state = 2007; + this.state = 2011; localContext._error1 = this.multiUnitsInterval(); } break; case 2: { - this.state = 2008; + this.state = 2012; localContext._error2 = this.unitToUnitInterval(); } break; @@ -9590,17 +9615,17 @@ export class FlinkSqlParser extends SQLParserBase { } public unitToUnitInterval(): UnitToUnitIntervalContext { let localContext = new UnitToUnitIntervalContext(this.context, this.state); - this.enterRule(localContext, 288, FlinkSqlParser.RULE_unitToUnitInterval); + this.enterRule(localContext, 290, FlinkSqlParser.RULE_unitToUnitInterval); try { this.enterOuterAlt(localContext, 1); { - this.state = 2011; + this.state = 2015; localContext._value = this.intervalValue(); - this.state = 2012; + this.state = 2016; localContext._from_ = this.timeIntervalUnit(); - this.state = 2013; + this.state = 2017; this.match(FlinkSqlParser.KW_TO); - this.state = 2014; + this.state = 2018; localContext._to = this.timeIntervalUnit(); } } @@ -9620,10 +9645,10 @@ export class FlinkSqlParser extends SQLParserBase { } public intervalValue(): IntervalValueContext { let localContext = new IntervalValueContext(this.context, this.state); - this.enterRule(localContext, 290, FlinkSqlParser.RULE_intervalValue); + this.enterRule(localContext, 292, FlinkSqlParser.RULE_intervalValue); let _la: number; try { - this.state = 2021; + this.state = 2025; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.HYPNEN_SIGN: @@ -9632,12 +9657,12 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.REAL_LITERAL: this.enterOuterAlt(localContext, 1); { - this.state = 2017; + this.state = 2021; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 529 || _la === 530) { { - this.state = 2016; + this.state = 2020; _la = this.tokenStream.LA(1); if(!(_la === 529 || _la === 530)) { this.errorHandler.recoverInline(this); @@ -9649,7 +9674,7 @@ export class FlinkSqlParser extends SQLParserBase { } } - this.state = 2019; + this.state = 2023; _la = this.tokenStream.LA(1); if(!(_la === 538 || _la === 539)) { this.errorHandler.recoverInline(this); @@ -9663,7 +9688,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.STRING_LITERAL: this.enterOuterAlt(localContext, 2); { - this.state = 2020; + this.state = 2024; this.match(FlinkSqlParser.STRING_LITERAL); } break; @@ -9687,29 +9712,29 @@ export class FlinkSqlParser extends SQLParserBase { } public tableAlias(): TableAliasContext { let localContext = new TableAliasContext(this.context, this.state); - this.enterRule(localContext, 292, FlinkSqlParser.RULE_tableAlias); + this.enterRule(localContext, 294, FlinkSqlParser.RULE_tableAlias); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2024; + this.state = 2028; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 2023; + this.state = 2027; this.match(FlinkSqlParser.KW_AS); } } - this.state = 2026; + this.state = 2030; localContext._alias = this.identifier(); - this.state = 2028; + this.state = 2032; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 235, this.context) ) { case 1: { - this.state = 2027; + this.state = 2031; this.identifierList(); } break; @@ -9732,13 +9757,13 @@ export class FlinkSqlParser extends SQLParserBase { } public errorCapturingIdentifier(): ErrorCapturingIdentifierContext { let localContext = new ErrorCapturingIdentifierContext(this.context, this.state); - this.enterRule(localContext, 294, FlinkSqlParser.RULE_errorCapturingIdentifier); + this.enterRule(localContext, 296, FlinkSqlParser.RULE_errorCapturingIdentifier); try { this.enterOuterAlt(localContext, 1); { - this.state = 2030; + this.state = 2034; this.identifier(); - this.state = 2031; + this.state = 2035; this.errorCapturingIdentifierExtra(); } } @@ -9758,29 +9783,29 @@ export class FlinkSqlParser extends SQLParserBase { } public errorCapturingIdentifierExtra(): ErrorCapturingIdentifierExtraContext { let localContext = new ErrorCapturingIdentifierExtraContext(this.context, this.state); - this.enterRule(localContext, 296, FlinkSqlParser.RULE_errorCapturingIdentifierExtra); + this.enterRule(localContext, 298, FlinkSqlParser.RULE_errorCapturingIdentifierExtra); let _la: number; try { - this.state = 2040; + this.state = 2044; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_MINUS: localContext = new ErrorIdentContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2035; + this.state = 2039; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 2033; + this.state = 2037; this.match(FlinkSqlParser.KW_MINUS); - this.state = 2034; + this.state = 2038; this.identifier(); } } - this.state = 2037; + this.state = 2041; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 221); @@ -9814,15 +9839,15 @@ export class FlinkSqlParser extends SQLParserBase { } public identifierList(): IdentifierListContext { let localContext = new IdentifierListContext(this.context, this.state); - this.enterRule(localContext, 298, FlinkSqlParser.RULE_identifierList); + this.enterRule(localContext, 300, FlinkSqlParser.RULE_identifierList); try { this.enterOuterAlt(localContext, 1); { - this.state = 2042; + this.state = 2046; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 2043; + this.state = 2047; this.identifierSeq(); - this.state = 2044; + this.state = 2048; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -9842,26 +9867,26 @@ export class FlinkSqlParser extends SQLParserBase { } public identifierSeq(): IdentifierSeqContext { let localContext = new IdentifierSeqContext(this.context, this.state); - this.enterRule(localContext, 300, FlinkSqlParser.RULE_identifierSeq); + this.enterRule(localContext, 302, FlinkSqlParser.RULE_identifierSeq); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2046; + this.state = 2050; this.identifier(); - this.state = 2051; + this.state = 2055; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 2047; + this.state = 2051; this.match(FlinkSqlParser.COMMA); - this.state = 2048; + this.state = 2052; this.identifier(); } } - this.state = 2053; + this.state = 2057; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -9883,9 +9908,9 @@ export class FlinkSqlParser extends SQLParserBase { } public identifier(): IdentifierContext { let localContext = new IdentifierContext(this.context, this.state); - this.enterRule(localContext, 302, FlinkSqlParser.RULE_identifier); + this.enterRule(localContext, 304, FlinkSqlParser.RULE_identifier); try { - this.state = 2057; + this.state = 2061; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.DIG_LITERAL: @@ -9893,7 +9918,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new UnquotedIdentifierAlternativeContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2054; + this.state = 2058; this.unquotedIdentifier(); } break; @@ -9901,7 +9926,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new QuotedIdentifierAlternativeContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2055; + this.state = 2059; this.quotedIdentifier(); } break; @@ -9976,7 +10001,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new NonReservedKeywordsAlternativeContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 2056; + this.state = 2060; this.nonReservedKeywords(); } break; @@ -10000,12 +10025,12 @@ export class FlinkSqlParser extends SQLParserBase { } public unquotedIdentifier(): UnquotedIdentifierContext { let localContext = new UnquotedIdentifierContext(this.context, this.state); - this.enterRule(localContext, 304, FlinkSqlParser.RULE_unquotedIdentifier); + this.enterRule(localContext, 306, FlinkSqlParser.RULE_unquotedIdentifier); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2059; + this.state = 2063; _la = this.tokenStream.LA(1); if(!(_la === 538 || _la === 541)) { this.errorHandler.recoverInline(this); @@ -10032,11 +10057,11 @@ export class FlinkSqlParser extends SQLParserBase { } public quotedIdentifier(): QuotedIdentifierContext { let localContext = new QuotedIdentifierContext(this.context, this.state); - this.enterRule(localContext, 306, FlinkSqlParser.RULE_quotedIdentifier); + this.enterRule(localContext, 308, FlinkSqlParser.RULE_quotedIdentifier); try { this.enterOuterAlt(localContext, 1); { - this.state = 2061; + this.state = 2065; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -10056,17 +10081,17 @@ export class FlinkSqlParser extends SQLParserBase { } public whenClause(): WhenClauseContext { let localContext = new WhenClauseContext(this.context, this.state); - this.enterRule(localContext, 308, FlinkSqlParser.RULE_whenClause); + this.enterRule(localContext, 310, FlinkSqlParser.RULE_whenClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 2063; + this.state = 2067; this.match(FlinkSqlParser.KW_WHEN); - this.state = 2064; + this.state = 2068; localContext._condition = this.expression(); - this.state = 2065; + this.state = 2069; this.match(FlinkSqlParser.KW_THEN); - this.state = 2066; + this.state = 2070; localContext._result = this.expression(); } } @@ -10086,11 +10111,11 @@ export class FlinkSqlParser extends SQLParserBase { } public catalogPath(): CatalogPathContext { let localContext = new CatalogPathContext(this.context, this.state); - this.enterRule(localContext, 310, FlinkSqlParser.RULE_catalogPath); + this.enterRule(localContext, 312, FlinkSqlParser.RULE_catalogPath); try { this.enterOuterAlt(localContext, 1); { - this.state = 2068; + this.state = 2072; this.identifier(); } } @@ -10110,11 +10135,11 @@ export class FlinkSqlParser extends SQLParserBase { } public catalogPathCreate(): CatalogPathCreateContext { let localContext = new CatalogPathCreateContext(this.context, this.state); - this.enterRule(localContext, 312, FlinkSqlParser.RULE_catalogPathCreate); + this.enterRule(localContext, 314, FlinkSqlParser.RULE_catalogPathCreate); try { this.enterOuterAlt(localContext, 1); { - this.state = 2070; + this.state = 2074; this.identifier(); } } @@ -10134,21 +10159,21 @@ export class FlinkSqlParser extends SQLParserBase { } public databasePath(): DatabasePathContext { let localContext = new DatabasePathContext(this.context, this.state); - this.enterRule(localContext, 314, FlinkSqlParser.RULE_databasePath); + this.enterRule(localContext, 316, FlinkSqlParser.RULE_databasePath); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2072; + this.state = 2076; this.identifier(); - this.state = 2075; + this.state = 2079; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 513) { { - this.state = 2073; + this.state = 2077; this.match(FlinkSqlParser.DOT); - this.state = 2074; + this.state = 2078; this.identifier(); } } @@ -10171,21 +10196,21 @@ export class FlinkSqlParser extends SQLParserBase { } public databasePathCreate(): DatabasePathCreateContext { let localContext = new DatabasePathCreateContext(this.context, this.state); - this.enterRule(localContext, 316, FlinkSqlParser.RULE_databasePathCreate); + this.enterRule(localContext, 318, FlinkSqlParser.RULE_databasePathCreate); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2077; + this.state = 2081; this.identifier(); - this.state = 2080; + this.state = 2084; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 513) { { - this.state = 2078; + this.state = 2082; this.match(FlinkSqlParser.DOT); - this.state = 2079; + this.state = 2083; this.identifier(); } } @@ -10208,25 +10233,25 @@ export class FlinkSqlParser extends SQLParserBase { } public tablePathCreate(): TablePathCreateContext { let localContext = new TablePathCreateContext(this.context, this.state); - this.enterRule(localContext, 318, FlinkSqlParser.RULE_tablePathCreate); + this.enterRule(localContext, 320, FlinkSqlParser.RULE_tablePathCreate); let _la: number; try { - this.state = 2094; + this.state = 2098; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 244, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2082; + this.state = 2086; this.identifier(); - this.state = 2085; + this.state = 2089; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 513) { { - this.state = 2083; + this.state = 2087; this.match(FlinkSqlParser.DOT); - this.state = 2084; + this.state = 2088; this.identifier(); } } @@ -10236,20 +10261,20 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2087; + this.state = 2091; this.identifier(); - this.state = 2088; + this.state = 2092; this.match(FlinkSqlParser.DOT); - this.state = 2089; + this.state = 2093; this.identifier(); - this.state = 2092; + this.state = 2096; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 513) { { - this.state = 2090; + this.state = 2094; this.match(FlinkSqlParser.DOT); - this.state = 2091; + this.state = 2095; this.identifier(); } } @@ -10274,24 +10299,24 @@ export class FlinkSqlParser extends SQLParserBase { } public tablePath(): TablePathContext { let localContext = new TablePathContext(this.context, this.state); - this.enterRule(localContext, 320, FlinkSqlParser.RULE_tablePath); + this.enterRule(localContext, 322, FlinkSqlParser.RULE_tablePath); try { - this.state = 2108; + this.state = 2112; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 247, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2096; + this.state = 2100; this.identifier(); - this.state = 2099; + this.state = 2103; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 245, this.context) ) { case 1: { - this.state = 2097; + this.state = 2101; this.match(FlinkSqlParser.DOT); - this.state = 2098; + this.state = 2102; this.identifier(); } break; @@ -10301,20 +10326,20 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2101; + this.state = 2105; this.identifier(); - this.state = 2102; + this.state = 2106; this.match(FlinkSqlParser.DOT); - this.state = 2103; + this.state = 2107; this.identifier(); - this.state = 2106; + this.state = 2110; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 246, this.context) ) { case 1: { - this.state = 2104; + this.state = 2108; this.match(FlinkSqlParser.DOT); - this.state = 2105; + this.state = 2109; this.identifier(); } break; @@ -10339,24 +10364,24 @@ export class FlinkSqlParser extends SQLParserBase { } public viewPath(): ViewPathContext { let localContext = new ViewPathContext(this.context, this.state); - this.enterRule(localContext, 322, FlinkSqlParser.RULE_viewPath); + this.enterRule(localContext, 324, FlinkSqlParser.RULE_viewPath); try { - this.state = 2122; + this.state = 2126; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 250, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2110; + this.state = 2114; this.identifier(); - this.state = 2113; + this.state = 2117; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 248, this.context) ) { case 1: { - this.state = 2111; + this.state = 2115; this.match(FlinkSqlParser.DOT); - this.state = 2112; + this.state = 2116; this.identifier(); } break; @@ -10366,20 +10391,20 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2115; + this.state = 2119; this.identifier(); - this.state = 2116; + this.state = 2120; this.match(FlinkSqlParser.DOT); - this.state = 2117; + this.state = 2121; this.identifier(); - this.state = 2120; + this.state = 2124; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 249, this.context) ) { case 1: { - this.state = 2118; + this.state = 2122; this.match(FlinkSqlParser.DOT); - this.state = 2119; + this.state = 2123; this.identifier(); } break; @@ -10404,25 +10429,25 @@ export class FlinkSqlParser extends SQLParserBase { } public viewPathCreate(): ViewPathCreateContext { let localContext = new ViewPathCreateContext(this.context, this.state); - this.enterRule(localContext, 324, FlinkSqlParser.RULE_viewPathCreate); + this.enterRule(localContext, 326, FlinkSqlParser.RULE_viewPathCreate); let _la: number; try { - this.state = 2136; + this.state = 2140; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 253, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2124; + this.state = 2128; this.identifier(); - this.state = 2127; + this.state = 2131; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 513) { { - this.state = 2125; + this.state = 2129; this.match(FlinkSqlParser.DOT); - this.state = 2126; + this.state = 2130; this.identifier(); } } @@ -10432,20 +10457,20 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2129; + this.state = 2133; this.identifier(); - this.state = 2130; + this.state = 2134; this.match(FlinkSqlParser.DOT); - this.state = 2131; + this.state = 2135; this.identifier(); - this.state = 2134; + this.state = 2138; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 513) { { - this.state = 2132; + this.state = 2136; this.match(FlinkSqlParser.DOT); - this.state = 2133; + this.state = 2137; this.identifier(); } } @@ -10470,28 +10495,28 @@ export class FlinkSqlParser extends SQLParserBase { } public uid(): UidContext { let localContext = new UidContext(this.context, this.state); - this.enterRule(localContext, 326, FlinkSqlParser.RULE_uid); + this.enterRule(localContext, 328, FlinkSqlParser.RULE_uid); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2138; + this.state = 2142; this.identifier(); - this.state = 2143; + this.state = 2147; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 254, this.context); while (alternative !== 1 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1 + 1) { { { - this.state = 2139; + this.state = 2143; this.match(FlinkSqlParser.DOT); - this.state = 2140; + this.state = 2144; this.identifier(); } } } - this.state = 2145; + this.state = 2149; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 254, this.context); } @@ -10513,13 +10538,13 @@ export class FlinkSqlParser extends SQLParserBase { } public withOption(): WithOptionContext { let localContext = new WithOptionContext(this.context, this.state); - this.enterRule(localContext, 328, FlinkSqlParser.RULE_withOption); + this.enterRule(localContext, 330, FlinkSqlParser.RULE_withOption); try { this.enterOuterAlt(localContext, 1); { - this.state = 2146; + this.state = 2150; this.match(FlinkSqlParser.KW_WITH); - this.state = 2147; + this.state = 2151; this.tablePropertyList(); } } @@ -10539,15 +10564,15 @@ export class FlinkSqlParser extends SQLParserBase { } public ifNotExists(): IfNotExistsContext { let localContext = new IfNotExistsContext(this.context, this.state); - this.enterRule(localContext, 330, FlinkSqlParser.RULE_ifNotExists); + this.enterRule(localContext, 332, FlinkSqlParser.RULE_ifNotExists); try { this.enterOuterAlt(localContext, 1); { - this.state = 2149; + this.state = 2153; this.match(FlinkSqlParser.KW_IF); - this.state = 2150; + this.state = 2154; this.match(FlinkSqlParser.KW_NOT); - this.state = 2151; + this.state = 2155; this.match(FlinkSqlParser.KW_EXISTS); } } @@ -10567,13 +10592,13 @@ export class FlinkSqlParser extends SQLParserBase { } public ifExists(): IfExistsContext { let localContext = new IfExistsContext(this.context, this.state); - this.enterRule(localContext, 332, FlinkSqlParser.RULE_ifExists); + this.enterRule(localContext, 334, FlinkSqlParser.RULE_ifExists); try { this.enterOuterAlt(localContext, 1); { - this.state = 2153; + this.state = 2157; this.match(FlinkSqlParser.KW_IF); - this.state = 2154; + this.state = 2158; this.match(FlinkSqlParser.KW_EXISTS); } } @@ -10593,32 +10618,32 @@ export class FlinkSqlParser extends SQLParserBase { } public tablePropertyList(): TablePropertyListContext { let localContext = new TablePropertyListContext(this.context, this.state); - this.enterRule(localContext, 334, FlinkSqlParser.RULE_tablePropertyList); + this.enterRule(localContext, 336, FlinkSqlParser.RULE_tablePropertyList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2156; + this.state = 2160; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 2157; + this.state = 2161; this.tableProperty(); - this.state = 2162; + this.state = 2166; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 520) { { { - this.state = 2158; + this.state = 2162; this.match(FlinkSqlParser.COMMA); - this.state = 2159; + this.state = 2163; this.tableProperty(); } } - this.state = 2164; + this.state = 2168; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2165; + this.state = 2169; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -10638,29 +10663,29 @@ export class FlinkSqlParser extends SQLParserBase { } public tableProperty(): TablePropertyContext { let localContext = new TablePropertyContext(this.context, this.state); - this.enterRule(localContext, 336, FlinkSqlParser.RULE_tableProperty); + this.enterRule(localContext, 338, FlinkSqlParser.RULE_tableProperty); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2167; + this.state = 2171; localContext._key = this.tablePropertyKey(); - this.state = 2172; + this.state = 2176; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 140 || _la === 397 || _la === 505 || ((((_la - 537)) & ~0x1F) === 0 && ((1 << (_la - 537)) & 7) !== 0)) { { - this.state = 2169; + this.state = 2173; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 505) { { - this.state = 2168; + this.state = 2172; this.match(FlinkSqlParser.EQUAL_SYMBOL); } } - this.state = 2171; + this.state = 2175; localContext._value = this.tablePropertyValue(); } } @@ -10683,29 +10708,29 @@ export class FlinkSqlParser extends SQLParserBase { } public tablePropertyKey(): TablePropertyKeyContext { let localContext = new TablePropertyKeyContext(this.context, this.state); - this.enterRule(localContext, 338, FlinkSqlParser.RULE_tablePropertyKey); + this.enterRule(localContext, 340, FlinkSqlParser.RULE_tablePropertyKey); try { - this.state = 2177; + this.state = 2181; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 258, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2174; + this.state = 2178; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2175; + this.state = 2179; this.dereferenceDefinition(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2176; + this.state = 2180; this.match(FlinkSqlParser.STRING_LITERAL); } break; @@ -10727,22 +10752,22 @@ export class FlinkSqlParser extends SQLParserBase { } public tablePropertyValue(): TablePropertyValueContext { let localContext = new TablePropertyValueContext(this.context, this.state); - this.enterRule(localContext, 340, FlinkSqlParser.RULE_tablePropertyValue); + this.enterRule(localContext, 342, FlinkSqlParser.RULE_tablePropertyValue); try { - this.state = 2183; + this.state = 2187; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.DIG_LITERAL: this.enterOuterAlt(localContext, 1); { - this.state = 2179; + this.state = 2183; this.match(FlinkSqlParser.DIG_LITERAL); } break; case FlinkSqlParser.REAL_LITERAL: this.enterOuterAlt(localContext, 2); { - this.state = 2180; + this.state = 2184; this.match(FlinkSqlParser.REAL_LITERAL); } break; @@ -10750,14 +10775,14 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_TRUE: this.enterOuterAlt(localContext, 3); { - this.state = 2181; + this.state = 2185; this.booleanLiteral(); } break; case FlinkSqlParser.STRING_LITERAL: this.enterOuterAlt(localContext, 4); { - this.state = 2182; + this.state = 2186; this.match(FlinkSqlParser.STRING_LITERAL); } break; @@ -10781,40 +10806,40 @@ export class FlinkSqlParser extends SQLParserBase { } public logicalOperator(): LogicalOperatorContext { let localContext = new LogicalOperatorContext(this.context, this.state); - this.enterRule(localContext, 342, FlinkSqlParser.RULE_logicalOperator); + this.enterRule(localContext, 344, FlinkSqlParser.RULE_logicalOperator); try { - this.state = 2191; + this.state = 2195; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_AND: this.enterOuterAlt(localContext, 1); { - this.state = 2185; + this.state = 2189; this.match(FlinkSqlParser.KW_AND); } break; case FlinkSqlParser.BIT_AND_OP: this.enterOuterAlt(localContext, 2); { - this.state = 2186; + this.state = 2190; this.match(FlinkSqlParser.BIT_AND_OP); - this.state = 2187; + this.state = 2191; this.match(FlinkSqlParser.BIT_AND_OP); } break; case FlinkSqlParser.KW_OR: this.enterOuterAlt(localContext, 3); { - this.state = 2188; + this.state = 2192; this.match(FlinkSqlParser.KW_OR); } break; case FlinkSqlParser.BIT_OR_OP: this.enterOuterAlt(localContext, 4); { - this.state = 2189; + this.state = 2193; this.match(FlinkSqlParser.BIT_OR_OP); - this.state = 2190; + this.state = 2194; this.match(FlinkSqlParser.BIT_OR_OP); } break; @@ -10838,76 +10863,76 @@ export class FlinkSqlParser extends SQLParserBase { } public comparisonOperator(): ComparisonOperatorContext { let localContext = new ComparisonOperatorContext(this.context, this.state); - this.enterRule(localContext, 344, FlinkSqlParser.RULE_comparisonOperator); + this.enterRule(localContext, 346, FlinkSqlParser.RULE_comparisonOperator); try { - this.state = 2207; + this.state = 2211; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 261, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2193; + this.state = 2197; this.match(FlinkSqlParser.EQUAL_SYMBOL); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2194; + this.state = 2198; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2195; + this.state = 2199; this.match(FlinkSqlParser.LESS_SYMBOL); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2196; + this.state = 2200; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 2197; + this.state = 2201; this.match(FlinkSqlParser.EQUAL_SYMBOL); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2198; + this.state = 2202; this.match(FlinkSqlParser.GREATER_SYMBOL); - this.state = 2199; + this.state = 2203; this.match(FlinkSqlParser.EQUAL_SYMBOL); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2200; + this.state = 2204; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 2201; + this.state = 2205; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 2202; + this.state = 2206; this.match(FlinkSqlParser.EXCLAMATION_SYMBOL); - this.state = 2203; + this.state = 2207; this.match(FlinkSqlParser.EQUAL_SYMBOL); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 2204; + this.state = 2208; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 2205; + this.state = 2209; this.match(FlinkSqlParser.EQUAL_SYMBOL); - this.state = 2206; + this.state = 2210; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; @@ -10929,47 +10954,47 @@ export class FlinkSqlParser extends SQLParserBase { } public bitOperator(): BitOperatorContext { let localContext = new BitOperatorContext(this.context, this.state); - this.enterRule(localContext, 346, FlinkSqlParser.RULE_bitOperator); + this.enterRule(localContext, 348, FlinkSqlParser.RULE_bitOperator); try { - this.state = 2216; + this.state = 2220; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.LESS_SYMBOL: this.enterOuterAlt(localContext, 1); { - this.state = 2209; + this.state = 2213; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 2210; + this.state = 2214; this.match(FlinkSqlParser.LESS_SYMBOL); } break; case FlinkSqlParser.GREATER_SYMBOL: this.enterOuterAlt(localContext, 2); { - this.state = 2211; + this.state = 2215; this.match(FlinkSqlParser.GREATER_SYMBOL); - this.state = 2212; + this.state = 2216; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; case FlinkSqlParser.BIT_AND_OP: this.enterOuterAlt(localContext, 3); { - this.state = 2213; + this.state = 2217; this.match(FlinkSqlParser.BIT_AND_OP); } break; case FlinkSqlParser.BIT_XOR_OP: this.enterOuterAlt(localContext, 4); { - this.state = 2214; + this.state = 2218; this.match(FlinkSqlParser.BIT_XOR_OP); } break; case FlinkSqlParser.BIT_OR_OP: this.enterOuterAlt(localContext, 5); { - this.state = 2215; + this.state = 2219; this.match(FlinkSqlParser.BIT_OR_OP); } break; @@ -10993,12 +11018,12 @@ export class FlinkSqlParser extends SQLParserBase { } public mathOperator(): MathOperatorContext { let localContext = new MathOperatorContext(this.context, this.state); - this.enterRule(localContext, 348, FlinkSqlParser.RULE_mathOperator); + this.enterRule(localContext, 350, FlinkSqlParser.RULE_mathOperator); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2218; + this.state = 2222; _la = this.tokenStream.LA(1); if(!(_la === 452 || ((((_la - 527)) & ~0x1F) === 0 && ((1 << (_la - 527)) & 221) !== 0))) { this.errorHandler.recoverInline(this); @@ -11025,12 +11050,12 @@ export class FlinkSqlParser extends SQLParserBase { } public unaryOperator(): UnaryOperatorContext { let localContext = new UnaryOperatorContext(this.context, this.state); - this.enterRule(localContext, 350, FlinkSqlParser.RULE_unaryOperator); + this.enterRule(localContext, 352, FlinkSqlParser.RULE_unaryOperator); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2220; + this.state = 2224; _la = this.tokenStream.LA(1); if(!(_la === 241 || ((((_la - 508)) & ~0x1F) === 0 && ((1 << (_la - 508)) & 6291459) !== 0))) { this.errorHandler.recoverInline(this); @@ -11057,16 +11082,16 @@ export class FlinkSqlParser extends SQLParserBase { } public constant(): ConstantContext { let localContext = new ConstantContext(this.context, this.state); - this.enterRule(localContext, 352, FlinkSqlParser.RULE_constant); + this.enterRule(localContext, 354, FlinkSqlParser.RULE_constant); let _la: number; try { - this.state = 2236; + this.state = 2240; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_INTERVAL: this.enterOuterAlt(localContext, 1); { - this.state = 2222; + this.state = 2226; this.timeIntervalExpression(); } break; @@ -11082,14 +11107,14 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_WEEK: this.enterOuterAlt(localContext, 2); { - this.state = 2223; + this.state = 2227; this.timePointLiteral(); } break; case FlinkSqlParser.STRING_LITERAL: this.enterOuterAlt(localContext, 3); { - this.state = 2224; + this.state = 2228; this.stringLiteral(); } break; @@ -11097,17 +11122,17 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.DIG_LITERAL: this.enterOuterAlt(localContext, 4); { - this.state = 2226; + this.state = 2230; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 529) { { - this.state = 2225; + this.state = 2229; this.match(FlinkSqlParser.HYPNEN_SIGN); } } - this.state = 2228; + this.state = 2232; this.decimalLiteral(); } break; @@ -11115,21 +11140,21 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_TRUE: this.enterOuterAlt(localContext, 5); { - this.state = 2229; + this.state = 2233; this.booleanLiteral(); } break; case FlinkSqlParser.REAL_LITERAL: this.enterOuterAlt(localContext, 6); { - this.state = 2230; + this.state = 2234; this.match(FlinkSqlParser.REAL_LITERAL); } break; case FlinkSqlParser.BIT_STRING: this.enterOuterAlt(localContext, 7); { - this.state = 2231; + this.state = 2235; this.match(FlinkSqlParser.BIT_STRING); } break; @@ -11137,17 +11162,17 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_NULL: this.enterOuterAlt(localContext, 8); { - this.state = 2233; + this.state = 2237; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 241) { { - this.state = 2232; + this.state = 2236; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 2235; + this.state = 2239; this.match(FlinkSqlParser.KW_NULL); } break; @@ -11171,13 +11196,13 @@ export class FlinkSqlParser extends SQLParserBase { } public timePointLiteral(): TimePointLiteralContext { let localContext = new TimePointLiteralContext(this.context, this.state); - this.enterRule(localContext, 354, FlinkSqlParser.RULE_timePointLiteral); + this.enterRule(localContext, 356, FlinkSqlParser.RULE_timePointLiteral); try { this.enterOuterAlt(localContext, 1); { - this.state = 2238; + this.state = 2242; this.timePointUnit(); - this.state = 2239; + this.state = 2243; this.stringLiteral(); } } @@ -11197,11 +11222,11 @@ export class FlinkSqlParser extends SQLParserBase { } public stringLiteral(): StringLiteralContext { let localContext = new StringLiteralContext(this.context, this.state); - this.enterRule(localContext, 356, FlinkSqlParser.RULE_stringLiteral); + this.enterRule(localContext, 358, FlinkSqlParser.RULE_stringLiteral); try { this.enterOuterAlt(localContext, 1); { - this.state = 2241; + this.state = 2245; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -11221,11 +11246,11 @@ export class FlinkSqlParser extends SQLParserBase { } public decimalLiteral(): DecimalLiteralContext { let localContext = new DecimalLiteralContext(this.context, this.state); - this.enterRule(localContext, 358, FlinkSqlParser.RULE_decimalLiteral); + this.enterRule(localContext, 360, FlinkSqlParser.RULE_decimalLiteral); try { this.enterOuterAlt(localContext, 1); { - this.state = 2243; + this.state = 2247; this.match(FlinkSqlParser.DIG_LITERAL); } } @@ -11245,12 +11270,12 @@ export class FlinkSqlParser extends SQLParserBase { } public booleanLiteral(): BooleanLiteralContext { let localContext = new BooleanLiteralContext(this.context, this.state); - this.enterRule(localContext, 360, FlinkSqlParser.RULE_booleanLiteral); + this.enterRule(localContext, 362, FlinkSqlParser.RULE_booleanLiteral); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2245; + this.state = 2249; _la = this.tokenStream.LA(1); if(!(_la === 140 || _la === 397)) { this.errorHandler.recoverInline(this); @@ -11277,12 +11302,12 @@ export class FlinkSqlParser extends SQLParserBase { } public setQuantifier(): SetQuantifierContext { let localContext = new SetQuantifierContext(this.context, this.state); - this.enterRule(localContext, 362, FlinkSqlParser.RULE_setQuantifier); + this.enterRule(localContext, 364, FlinkSqlParser.RULE_setQuantifier); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2247; + this.state = 2251; _la = this.tokenStream.LA(1); if(!(_la === 5 || _la === 113)) { this.errorHandler.recoverInline(this); @@ -11309,12 +11334,12 @@ export class FlinkSqlParser extends SQLParserBase { } public timePointUnit(): TimePointUnitContext { let localContext = new TimePointUnitContext(this.context, this.state); - this.enterRule(localContext, 364, FlinkSqlParser.RULE_timePointUnit); + this.enterRule(localContext, 366, FlinkSqlParser.RULE_timePointUnit); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2249; + this.state = 2253; _la = this.tokenStream.LA(1); if(!(_la === 97 || _la === 165 || _la === 222 || _la === 229 || _la === 334 || _la === 436 || ((((_la - 470)) & ~0x1F) === 0 && ((1 << (_la - 470)) & 262149) !== 0) || _la === 502)) { this.errorHandler.recoverInline(this); @@ -11341,12 +11366,12 @@ export class FlinkSqlParser extends SQLParserBase { } public timeIntervalUnit(): TimeIntervalUnitContext { let localContext = new TimeIntervalUnitContext(this.context, this.state); - this.enterRule(localContext, 366, FlinkSqlParser.RULE_timeIntervalUnit); + this.enterRule(localContext, 368, FlinkSqlParser.RULE_timeIntervalUnit); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2251; + this.state = 2255; _la = this.tokenStream.LA(1); if(!(_la === 97 || _la === 165 || _la === 222 || _la === 229 || _la === 334 || ((((_la - 427)) & ~0x1F) === 0 && ((1 << (_la - 427)) & 140542465) !== 0) || ((((_la - 460)) & ~0x1F) === 0 && ((1 << (_la - 460)) & 2415983617) !== 0) || _la === 502 || _la === 503)) { this.errorHandler.recoverInline(this); @@ -11373,12 +11398,12 @@ export class FlinkSqlParser extends SQLParserBase { } public reservedKeywordsUsedAsFuncParam(): ReservedKeywordsUsedAsFuncParamContext { let localContext = new ReservedKeywordsUsedAsFuncParamContext(this.context, this.state); - this.enterRule(localContext, 368, FlinkSqlParser.RULE_reservedKeywordsUsedAsFuncParam); + this.enterRule(localContext, 370, FlinkSqlParser.RULE_reservedKeywordsUsedAsFuncParam); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2253; + this.state = 2257; _la = this.tokenStream.LA(1); if(!(((((_la - 5)) & ~0x1F) === 0 && ((1 << (_la - 5)) & 268435713) !== 0) || ((((_la - 78)) & ~0x1F) === 0 && ((1 << (_la - 78)) & 193) !== 0) || _la === 113 || ((((_la - 200)) & ~0x1F) === 0 && ((1 << (_la - 200)) & 385) !== 0) || _la === 389 || _la === 413 || _la === 527)) { this.errorHandler.recoverInline(this); @@ -11405,12 +11430,12 @@ export class FlinkSqlParser extends SQLParserBase { } public reservedKeywordsUsedAsFuncName(): ReservedKeywordsUsedAsFuncNameContext { let localContext = new ReservedKeywordsUsedAsFuncNameContext(this.context, this.state); - this.enterRule(localContext, 370, FlinkSqlParser.RULE_reservedKeywordsUsedAsFuncName); + this.enterRule(localContext, 372, FlinkSqlParser.RULE_reservedKeywordsUsedAsFuncName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2255; + this.state = 2259; _la = this.tokenStream.LA(1); if(!((((_la) & ~0x1F) === 0 && ((1 << _la) & 8396816) !== 0) || ((((_la - 38)) & ~0x1F) === 0 && ((1 << (_la - 38)) & 2147811433) !== 0) || ((((_la - 75)) & ~0x1F) === 0 && ((1 << (_la - 75)) & 25232905) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 134221825) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 337641553) !== 0) || ((((_la - 194)) & ~0x1F) === 0 && ((1 << (_la - 194)) & 873523369) !== 0) || ((((_la - 229)) & ~0x1F) === 0 && ((1 << (_la - 229)) & 81921) !== 0) || ((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 537530369) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 131185) !== 0) || ((((_la - 357)) & ~0x1F) === 0 && ((1 << (_la - 357)) & 14681219) !== 0) || ((((_la - 395)) & ~0x1F) === 0 && ((1 << (_la - 395)) & 50339865) !== 0) || _la === 436 || _la === 469 || _la === 488 || _la === 502)) { this.errorHandler.recoverInline(this); @@ -11437,12 +11462,12 @@ export class FlinkSqlParser extends SQLParserBase { } public nonReservedKeywords(): NonReservedKeywordsContext { let localContext = new NonReservedKeywordsContext(this.context, this.state); - this.enterRule(localContext, 372, FlinkSqlParser.RULE_nonReservedKeywords); + this.enterRule(localContext, 374, FlinkSqlParser.RULE_nonReservedKeywords); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2257; + this.state = 2261; _la = this.tokenStream.LA(1); if(!(((((_la - 437)) & ~0x1F) === 0 && ((1 << (_la - 437)) & 4294967295) !== 0) || ((((_la - 469)) & ~0x1F) === 0 && ((1 << (_la - 469)) & 4294967295) !== 0) || ((((_la - 501)) & ~0x1F) === 0 && ((1 << (_la - 501)) & 15) !== 0))) { this.errorHandler.recoverInline(this); @@ -11472,15 +11497,15 @@ export class FlinkSqlParser extends SQLParserBase { switch (ruleIndex) { case 26: return this.columnName_sempred(localContext as ColumnNameContext, predIndex); - case 78: + case 79: return this.queryStatement_sempred(localContext as QueryStatementContext, predIndex); - case 88: + case 89: return this.tableExpression_sempred(localContext as TableExpressionContext, predIndex); - case 129: + case 130: return this.booleanExpression_sempred(localContext as BooleanExpressionContext, predIndex); - case 132: - return this.valueExpression_sempred(localContext as ValueExpressionContext, predIndex); case 133: + return this.valueExpression_sempred(localContext as ValueExpressionContext, predIndex); + case 134: return this.primaryExpression_sempred(localContext as PrimaryExpressionContext, predIndex); } return true; @@ -11545,7 +11570,7 @@ export class FlinkSqlParser extends SQLParserBase { } public static readonly _serializedATN: number[] = [ - 4,1,541,2260,2,0,7,0,2,1,7,1,2,2,7,2,2,3,7,3,2,4,7,4,2,5,7,5,2,6, + 4,1,541,2264,2,0,7,0,2,1,7,1,2,2,7,2,2,3,7,3,2,4,7,4,2,5,7,5,2,6, 7,6,2,7,7,7,2,8,7,8,2,9,7,9,2,10,7,10,2,11,7,11,2,12,7,12,2,13,7, 13,2,14,7,14,2,15,7,15,2,16,7,16,2,17,7,17,2,18,7,18,2,19,7,19,2, 20,7,20,2,21,7,21,2,22,7,22,2,23,7,23,2,24,7,24,2,25,7,25,2,26,7, @@ -11576,933 +11601,934 @@ export class FlinkSqlParser extends SQLParserBase { 2,170,7,170,2,171,7,171,2,172,7,172,2,173,7,173,2,174,7,174,2,175, 7,175,2,176,7,176,2,177,7,177,2,178,7,178,2,179,7,179,2,180,7,180, 2,181,7,181,2,182,7,182,2,183,7,183,2,184,7,184,2,185,7,185,2,186, - 7,186,1,0,5,0,376,8,0,10,0,12,0,379,9,0,1,0,1,0,1,1,1,1,3,1,385, - 8,1,1,1,3,1,388,8,1,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2, - 1,2,3,2,402,8,2,1,3,1,3,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4, - 1,4,1,4,1,4,1,4,3,4,420,8,4,1,5,1,5,3,5,424,8,5,1,6,1,6,1,6,1,7, - 1,7,1,7,1,7,3,7,433,8,7,1,7,1,7,1,7,3,7,438,8,7,1,8,1,8,1,8,5,8, - 443,8,8,10,8,12,8,446,9,8,1,9,1,9,1,10,1,10,1,10,1,10,1,10,1,10, - 3,10,456,8,10,1,11,1,11,1,11,1,11,1,11,5,11,463,8,11,10,11,12,11, - 466,9,11,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,3,12,477,8, - 12,1,12,3,12,480,8,12,1,12,1,12,1,12,1,12,1,12,3,12,487,8,12,1,12, - 3,12,490,8,12,1,12,1,12,1,12,1,12,1,12,1,12,3,12,498,8,12,1,12,1, - 12,3,12,502,8,12,1,12,1,12,1,12,3,12,507,8,12,1,12,3,12,510,8,12, - 1,13,1,13,1,13,1,13,1,13,3,13,517,8,13,1,14,1,14,1,14,1,14,1,15, - 1,15,3,15,525,8,15,1,16,1,16,3,16,529,8,16,1,17,1,17,1,17,1,17,1, - 18,1,18,1,18,1,18,1,18,1,18,3,18,541,8,18,1,18,1,18,1,18,1,18,1, - 18,1,18,3,18,549,8,18,1,18,1,18,3,18,553,8,18,1,18,1,18,1,18,1,18, - 1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18, - 1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18, - 3,18,585,8,18,1,19,3,19,588,8,19,1,19,4,19,591,8,19,11,19,12,19, - 592,1,20,1,20,3,20,597,8,20,1,21,1,21,3,21,601,8,21,1,21,1,21,3, - 21,605,8,21,1,21,1,21,1,21,1,21,1,21,5,21,612,8,21,10,21,12,21,615, - 9,21,1,21,1,21,3,21,619,8,21,1,21,1,21,3,21,623,8,21,1,21,1,21,3, - 21,627,8,21,1,21,1,21,1,21,3,21,632,8,21,1,21,3,21,635,8,21,1,21, - 1,21,3,21,639,8,21,1,22,1,22,1,22,3,22,644,8,22,1,22,1,22,1,22,1, - 22,3,22,650,8,22,1,23,1,23,1,23,3,23,655,8,23,1,24,1,24,1,24,3,24, - 660,8,24,1,24,1,24,3,24,664,8,24,1,25,1,25,3,25,668,8,25,1,26,1, - 26,3,26,672,8,26,1,27,1,27,1,27,1,27,5,27,678,8,27,10,27,12,27,681, - 9,27,1,27,1,27,1,28,1,28,1,28,3,28,688,8,28,1,28,1,28,3,28,692,8, - 28,1,28,1,28,3,28,696,8,28,1,28,1,28,3,28,700,8,28,1,28,1,28,3,28, - 704,8,28,1,28,1,28,3,28,708,8,28,1,28,1,28,3,28,712,8,28,1,28,1, - 28,3,28,716,8,28,1,28,1,28,3,28,720,8,28,3,28,722,8,28,1,29,1,29, - 1,29,1,29,1,30,1,30,1,30,1,30,3,30,732,8,30,1,30,1,30,1,31,1,31, - 1,31,1,31,3,31,740,8,31,1,31,1,31,1,32,1,32,1,32,1,32,1,33,1,33, - 1,33,1,33,1,33,1,33,1,33,1,34,1,34,1,34,1,34,1,34,1,34,1,34,5,34, - 762,8,34,10,34,12,34,765,9,34,1,34,1,34,1,35,1,35,3,35,771,8,35, - 1,35,1,35,1,35,1,35,3,35,777,8,35,1,35,3,35,780,8,35,1,35,3,35,783, - 8,35,1,36,1,36,1,36,1,36,1,36,3,36,790,8,36,1,36,3,36,793,8,36,1, - 37,1,37,1,38,1,38,1,38,1,38,1,38,3,38,802,8,38,1,39,1,39,1,40,1, - 40,1,40,1,40,1,40,1,40,1,41,1,41,3,41,814,8,41,1,41,1,41,1,41,1, - 41,1,41,1,41,1,42,1,42,1,43,1,43,1,43,1,43,1,44,1,44,1,44,1,44,1, - 45,1,45,1,45,1,45,5,45,836,8,45,10,45,12,45,839,9,45,1,45,1,45,1, - 46,1,46,1,46,1,46,1,46,5,46,848,8,46,10,46,12,46,851,9,46,1,46,1, - 46,3,46,855,8,46,1,47,1,47,3,47,859,8,47,1,48,1,48,1,48,1,48,5,48, - 865,8,48,10,48,12,48,868,9,48,1,48,3,48,871,8,48,1,49,1,49,1,49, - 1,49,3,49,877,8,49,1,50,1,50,1,50,1,50,1,50,1,51,1,51,1,51,3,51, - 887,8,51,1,51,1,51,1,51,3,51,892,8,51,1,51,1,51,1,52,1,52,3,52,898, - 8,52,1,52,1,52,3,52,902,8,52,1,52,1,52,3,52,906,8,52,1,52,1,52,3, - 52,910,8,52,1,52,1,52,1,52,1,53,1,53,1,53,1,53,3,53,919,8,53,1,53, - 1,53,3,53,923,8,53,1,53,1,53,1,53,1,53,1,53,3,53,930,8,53,1,53,3, - 53,933,8,53,1,54,1,54,1,54,1,54,1,54,1,54,5,54,941,8,54,10,54,12, - 54,944,9,54,1,55,1,55,1,56,1,56,1,56,3,56,951,8,56,1,56,1,56,1,56, - 1,56,1,56,1,56,3,56,959,8,56,1,57,1,57,3,57,963,8,57,1,57,1,57,1, - 57,1,58,1,58,1,58,1,59,1,59,1,59,1,59,1,59,1,59,1,59,3,59,978,8, - 59,1,60,1,60,1,60,1,60,1,61,1,61,1,61,1,61,1,62,1,62,1,62,1,63,1, - 63,1,63,1,63,1,63,1,63,3,63,997,8,63,1,64,1,64,1,64,1,64,1,64,1, - 65,1,65,1,65,1,65,3,65,1008,8,65,1,65,1,65,3,65,1012,8,65,1,65,1, - 65,1,65,1,65,1,65,3,65,1019,8,65,1,66,1,66,1,66,3,66,1024,8,66,1, - 66,1,66,1,67,1,67,3,67,1030,8,67,1,67,1,67,3,67,1034,8,67,1,67,1, - 67,1,68,1,68,1,68,3,68,1041,8,68,1,68,1,68,3,68,1045,8,68,1,69,1, - 69,3,69,1049,8,69,1,69,1,69,3,69,1053,8,69,1,69,1,69,1,70,1,70,1, - 70,1,70,3,70,1061,8,70,1,70,1,70,3,70,1065,8,70,1,70,1,70,1,71,3, - 71,1070,8,71,1,71,1,71,1,71,1,71,3,71,1076,8,71,1,72,1,72,1,72,1, - 72,3,72,1082,8,72,1,72,3,72,1085,8,72,1,72,1,72,3,72,1089,8,72,1, - 73,1,73,1,73,1,74,1,74,1,74,1,74,5,74,1098,8,74,10,74,12,74,1101, - 9,74,1,75,1,75,1,75,1,75,5,75,1107,8,75,10,75,12,75,1110,9,75,1, - 75,1,75,1,76,1,76,1,76,1,76,1,76,1,76,1,76,4,76,1121,8,76,11,76, - 12,76,1122,1,76,1,76,1,77,1,77,1,77,1,77,1,77,1,77,4,77,1133,8,77, - 11,77,12,77,1134,1,77,1,77,1,78,1,78,1,78,1,78,1,78,1,78,1,78,1, - 78,1,78,1,78,1,78,3,78,1150,8,78,1,78,3,78,1153,8,78,1,78,1,78,3, - 78,1157,8,78,1,78,3,78,1160,8,78,3,78,1162,8,78,1,78,1,78,1,78,3, - 78,1167,8,78,1,78,1,78,3,78,1171,8,78,1,78,3,78,1174,8,78,5,78,1176, - 8,78,10,78,12,78,1179,9,78,1,79,1,79,1,79,1,79,5,79,1185,8,79,10, - 79,12,79,1188,9,79,1,80,1,80,1,80,1,80,5,80,1194,8,80,10,80,12,80, - 1197,9,80,1,81,1,81,1,81,1,81,1,81,5,81,1204,8,81,10,81,12,81,1207, - 9,81,1,81,1,81,3,81,1211,8,81,1,81,1,81,1,81,1,81,1,81,1,82,1,82, - 1,83,1,83,3,83,1222,8,83,1,83,3,83,1225,8,83,1,83,3,83,1228,8,83, - 1,83,3,83,1231,8,83,1,83,3,83,1234,8,83,1,83,1,83,1,83,1,83,3,83, - 1240,8,83,1,84,1,84,3,84,1244,8,84,1,84,1,84,1,84,1,84,5,84,1250, - 8,84,10,84,12,84,1253,9,84,3,84,1255,8,84,1,85,1,85,1,85,3,85,1260, - 8,85,1,85,3,85,1263,8,85,1,85,1,85,3,85,1267,8,85,1,85,3,85,1270, - 8,85,3,85,1272,8,85,1,86,1,86,1,86,1,86,1,86,1,86,1,86,1,86,1,86, - 1,86,1,86,1,86,3,86,1286,8,86,1,87,1,87,1,87,1,88,1,88,1,88,1,88, - 5,88,1295,8,88,10,88,12,88,1298,9,88,1,88,1,88,3,88,1302,8,88,1, - 88,1,88,1,88,1,88,1,88,1,88,3,88,1310,8,88,1,88,3,88,1313,8,88,1, - 88,3,88,1316,8,88,1,88,1,88,1,88,3,88,1321,8,88,5,88,1323,8,88,10, - 88,12,88,1326,9,88,1,89,1,89,3,89,1330,8,89,1,90,3,90,1333,8,90, - 1,90,1,90,3,90,1337,8,90,1,90,1,90,3,90,1341,8,90,1,90,1,90,1,90, - 1,90,1,90,1,90,1,90,1,90,5,90,1351,8,90,10,90,12,90,1354,9,90,1, - 90,1,90,1,90,1,90,3,90,1360,8,90,1,90,1,90,1,90,1,90,1,90,1,90,1, - 90,1,90,1,90,3,90,1371,8,90,1,91,1,91,1,91,1,91,1,91,1,91,1,92,1, - 92,1,93,1,93,1,93,1,93,1,93,1,94,1,94,1,94,1,94,1,94,1,95,1,95,1, - 95,1,95,1,95,5,95,1396,8,95,10,95,12,95,1399,9,95,1,95,1,95,1,96, - 1,96,1,97,1,97,1,97,1,97,1,97,1,97,1,97,1,97,1,97,1,97,1,97,1,97, - 1,97,1,97,1,97,3,97,1420,8,97,1,98,1,98,1,99,1,99,1,99,1,99,1,99, - 1,100,1,100,1,100,1,100,3,100,1433,8,100,1,101,1,101,1,101,1,102, - 1,102,1,102,1,102,1,102,5,102,1443,8,102,10,102,12,102,1446,9,102, - 1,103,1,103,1,103,1,103,1,103,1,103,1,103,1,103,5,103,1456,8,103, - 10,103,12,103,1459,9,103,1,103,1,103,1,103,1,103,1,103,1,103,1,103, - 5,103,1468,8,103,10,103,12,103,1471,9,103,1,103,1,103,1,103,1,103, - 1,103,1,103,1,103,5,103,1480,8,103,10,103,12,103,1483,9,103,1,103, - 1,103,1,103,3,103,1488,8,103,1,104,1,104,1,104,1,105,1,105,1,106, - 1,106,1,106,1,106,1,106,1,106,1,106,1,107,1,107,1,108,1,108,1,109, - 1,109,1,109,1,110,1,110,1,110,1,110,5,110,1513,8,110,10,110,12,110, - 1516,9,110,1,111,1,111,1,111,1,111,1,112,3,112,1523,8,112,1,112, - 1,112,3,112,1527,8,112,1,112,3,112,1530,8,112,1,112,3,112,1533,8, - 112,1,112,1,112,1,113,1,113,1,113,3,113,1540,8,113,1,113,3,113,1543, - 8,113,1,113,3,113,1546,8,113,1,113,3,113,1549,8,113,1,113,3,113, - 1552,8,113,1,113,3,113,1555,8,113,1,113,1,113,1,113,3,113,1560,8, - 113,1,113,3,113,1563,8,113,1,114,1,114,1,114,1,114,1,114,5,114,1570, - 8,114,10,114,12,114,1573,9,114,1,115,1,115,3,115,1577,8,115,1,115, - 1,115,3,115,1581,8,115,1,116,1,116,1,116,3,116,1586,8,116,1,117, - 1,117,1,117,1,117,1,117,5,117,1593,8,117,10,117,12,117,1596,9,117, - 1,118,1,118,1,118,1,118,1,118,1,118,1,118,1,118,1,118,1,118,1,118, - 1,118,1,118,1,118,1,118,1,118,3,118,1614,8,118,1,119,1,119,1,119, - 1,119,5,119,1620,8,119,10,119,12,119,1623,9,119,1,120,1,120,1,120, - 4,120,1628,8,120,11,120,12,120,1629,1,120,1,120,3,120,1634,8,120, - 1,121,1,121,3,121,1638,8,121,1,122,1,122,1,122,1,122,1,122,1,122, - 1,122,1,122,3,122,1648,8,122,1,123,1,123,1,123,1,123,1,123,1,123, - 1,123,1,123,1,123,1,123,1,123,1,123,1,123,1,123,1,123,1,123,1,123, - 1,123,1,123,1,123,1,123,1,123,1,123,1,123,3,123,1674,8,123,1,124, - 1,124,1,124,1,124,5,124,1680,8,124,10,124,12,124,1683,9,124,1,125, - 1,125,1,125,1,125,1,125,1,125,1,125,1,125,1,125,3,125,1694,8,125, - 1,126,1,126,1,126,1,126,1,126,1,127,1,127,1,127,1,128,1,128,1,129, - 1,129,1,129,1,129,1,129,1,129,1,129,1,129,1,129,1,129,3,129,1716, - 8,129,3,129,1718,8,129,1,129,1,129,1,129,1,129,1,129,1,129,1,129, - 1,129,1,129,3,129,1729,8,129,1,129,5,129,1732,8,129,10,129,12,129, - 1735,9,129,1,130,3,130,1738,8,130,1,130,1,130,3,130,1742,8,130,1, - 130,1,130,1,130,1,130,1,130,3,130,1749,8,130,1,130,1,130,1,130,1, - 130,1,130,5,130,1756,8,130,10,130,12,130,1759,9,130,1,130,1,130, - 1,130,3,130,1764,8,130,1,130,1,130,1,130,1,130,1,130,1,130,1,130, - 1,130,1,130,1,130,1,130,3,130,1777,8,130,1,130,1,130,1,130,1,130, - 1,130,3,130,1784,8,130,1,130,1,130,1,130,3,130,1789,8,130,1,130, - 1,130,1,130,1,130,3,130,1795,8,130,1,130,1,130,1,130,1,130,1,130, - 3,130,1802,8,130,3,130,1804,8,130,1,131,3,131,1807,8,131,1,131,1, - 131,1,131,1,131,1,131,1,131,1,131,1,131,5,131,1817,8,131,10,131, - 12,131,1820,9,131,1,131,1,131,3,131,1824,8,131,1,131,3,131,1827, - 8,131,1,131,1,131,1,131,1,131,3,131,1833,8,131,3,131,1835,8,131, - 1,132,1,132,1,132,1,132,3,132,1841,8,132,1,132,1,132,1,132,1,132, - 1,132,1,132,1,132,1,132,1,132,1,132,1,132,1,132,1,132,1,132,1,132, - 1,132,1,132,1,132,1,132,5,132,1862,8,132,10,132,12,132,1865,9,132, - 1,133,1,133,1,133,4,133,1870,8,133,11,133,12,133,1871,1,133,1,133, - 3,133,1876,8,133,1,133,1,133,1,133,1,133,1,133,4,133,1883,8,133, - 11,133,12,133,1884,1,133,1,133,3,133,1889,8,133,1,133,1,133,1,133, - 1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133, - 3,133,1905,8,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,3,133, - 1914,8,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133, - 1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133, - 1,133,1,133,3,133,1938,8,133,1,133,1,133,1,133,5,133,1943,8,133, - 10,133,12,133,1946,9,133,3,133,1948,8,133,1,133,1,133,1,133,1,133, - 1,133,1,133,1,133,1,133,1,133,3,133,1959,8,133,1,133,1,133,1,133, - 1,133,1,133,5,133,1966,8,133,10,133,12,133,1969,9,133,1,134,1,134, - 1,135,1,135,3,135,1975,8,135,1,136,1,136,1,136,1,136,3,136,1981, - 8,136,1,137,1,137,1,138,1,138,1,139,1,139,3,139,1989,8,139,1,140, - 1,140,1,140,3,140,1994,8,140,1,141,1,141,3,141,1998,8,141,1,142, - 1,142,1,142,4,142,2003,8,142,11,142,12,142,2004,1,143,1,143,1,143, - 3,143,2010,8,143,1,144,1,144,1,144,1,144,1,144,1,145,3,145,2018, - 8,145,1,145,1,145,3,145,2022,8,145,1,146,3,146,2025,8,146,1,146, - 1,146,3,146,2029,8,146,1,147,1,147,1,147,1,148,1,148,4,148,2036, - 8,148,11,148,12,148,2037,1,148,3,148,2041,8,148,1,149,1,149,1,149, - 1,149,1,150,1,150,1,150,5,150,2050,8,150,10,150,12,150,2053,9,150, - 1,151,1,151,1,151,3,151,2058,8,151,1,152,1,152,1,153,1,153,1,154, - 1,154,1,154,1,154,1,154,1,155,1,155,1,156,1,156,1,157,1,157,1,157, - 3,157,2076,8,157,1,158,1,158,1,158,3,158,2081,8,158,1,159,1,159, - 1,159,3,159,2086,8,159,1,159,1,159,1,159,1,159,1,159,3,159,2093, - 8,159,3,159,2095,8,159,1,160,1,160,1,160,3,160,2100,8,160,1,160, - 1,160,1,160,1,160,1,160,3,160,2107,8,160,3,160,2109,8,160,1,161, - 1,161,1,161,3,161,2114,8,161,1,161,1,161,1,161,1,161,1,161,3,161, - 2121,8,161,3,161,2123,8,161,1,162,1,162,1,162,3,162,2128,8,162,1, - 162,1,162,1,162,1,162,1,162,3,162,2135,8,162,3,162,2137,8,162,1, - 163,1,163,1,163,5,163,2142,8,163,10,163,12,163,2145,9,163,1,164, - 1,164,1,164,1,165,1,165,1,165,1,165,1,166,1,166,1,166,1,167,1,167, - 1,167,1,167,5,167,2161,8,167,10,167,12,167,2164,9,167,1,167,1,167, - 1,168,1,168,3,168,2170,8,168,1,168,3,168,2173,8,168,1,169,1,169, - 1,169,3,169,2178,8,169,1,170,1,170,1,170,1,170,3,170,2184,8,170, - 1,171,1,171,1,171,1,171,1,171,1,171,3,171,2192,8,171,1,172,1,172, - 1,172,1,172,1,172,1,172,1,172,1,172,1,172,1,172,1,172,1,172,1,172, - 1,172,3,172,2208,8,172,1,173,1,173,1,173,1,173,1,173,1,173,1,173, - 3,173,2217,8,173,1,174,1,174,1,175,1,175,1,176,1,176,1,176,1,176, - 3,176,2227,8,176,1,176,1,176,1,176,1,176,1,176,3,176,2234,8,176, - 1,176,3,176,2237,8,176,1,177,1,177,1,177,1,178,1,178,1,179,1,179, - 1,180,1,180,1,181,1,181,1,182,1,182,1,183,1,183,1,184,1,184,1,185, - 1,185,1,186,1,186,1,186,1,2143,5,156,176,258,264,266,187,0,2,4,6, - 8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50, - 52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94, - 96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128, - 130,132,134,136,138,140,142,144,146,148,150,152,154,156,158,160, - 162,164,166,168,170,172,174,176,178,180,182,184,186,188,190,192, - 194,196,198,200,202,204,206,208,210,212,214,216,218,220,222,224, - 226,228,230,232,234,236,238,240,242,244,246,248,250,252,254,256, - 258,260,262,264,266,268,270,272,274,276,278,280,282,284,286,288, - 290,292,294,296,298,300,302,304,306,308,310,312,314,316,318,320, - 322,324,326,328,330,332,334,336,338,340,342,344,346,348,350,352, - 354,356,358,360,362,364,366,368,370,372,0,45,2,0,109,109,450,450, - 3,0,45,45,128,128,188,188,4,0,42,42,90,90,422,422,464,464,2,0,441, - 441,447,447,2,0,151,151,170,170,2,0,437,437,489,489,2,0,482,485, - 487,487,3,0,32,32,91,91,244,244,11,0,28,29,35,35,46,46,92,92,178, - 179,344,344,360,360,378,378,381,381,387,387,416,417,2,0,433,433, - 435,435,4,0,101,102,115,115,144,144,246,246,2,0,13,13,231,231,2, - 0,455,455,462,462,3,0,5,5,270,270,444,444,3,0,266,266,455,455,462, - 462,3,0,425,425,458,458,477,477,3,0,330,330,465,465,481,481,2,0, - 440,440,490,490,2,0,183,183,265,265,3,0,130,130,180,180,402,402, - 4,0,152,152,174,174,201,201,317,317,3,0,445,445,459,459,499,499, - 4,0,250,250,446,446,494,496,498,498,2,0,74,74,320,320,3,0,459,459, - 492,492,499,499,2,0,439,439,450,450,2,0,457,457,467,467,4,0,140, - 140,244,244,397,397,404,404,2,0,19,19,369,369,2,0,5,5,11,11,2,0, - 509,509,529,530,4,0,452,452,527,527,531,531,534,534,2,0,529,530, - 532,532,1,0,529,530,1,0,538,539,2,0,538,538,541,541,4,0,452,452, - 527,527,529,531,533,534,3,0,241,241,508,509,529,530,2,0,140,140, - 397,397,2,0,5,5,113,113,10,0,97,97,165,165,222,222,229,229,334,334, - 436,436,470,470,472,472,488,488,502,502,15,0,97,97,165,165,222,222, - 229,229,334,334,427,427,436,436,442,442,448,449,454,454,460,460, - 470,475,488,488,491,491,502,503,11,0,5,5,13,13,33,33,78,78,84,85, - 113,113,200,200,207,208,389,389,413,413,527,527,55,0,4,4,13,13,23, - 23,38,38,41,41,43,44,54,54,56,56,69,69,75,75,78,78,84,85,91,91,98, - 99,107,107,119,119,134,134,139,139,143,143,145,145,160,160,165,165, - 167,167,194,194,197,197,199,199,201,201,205,205,207,209,214,214, - 220,220,222,223,229,229,243,243,245,245,264,264,276,276,281,281, - 283,283,293,293,317,317,321,323,334,334,357,358,364,364,367,367, - 378,380,395,395,398,399,408,408,419,420,436,436,469,469,488,488, - 502,502,1,0,437,504,2460,0,377,1,0,0,0,2,387,1,0,0,0,4,401,1,0,0, - 0,6,403,1,0,0,0,8,419,1,0,0,0,10,423,1,0,0,0,12,425,1,0,0,0,14,428, - 1,0,0,0,16,439,1,0,0,0,18,447,1,0,0,0,20,455,1,0,0,0,22,457,1,0, - 0,0,24,509,1,0,0,0,26,511,1,0,0,0,28,518,1,0,0,0,30,522,1,0,0,0, - 32,526,1,0,0,0,34,530,1,0,0,0,36,584,1,0,0,0,38,590,1,0,0,0,40,596, - 1,0,0,0,42,598,1,0,0,0,44,640,1,0,0,0,46,654,1,0,0,0,48,656,1,0, - 0,0,50,667,1,0,0,0,52,671,1,0,0,0,54,673,1,0,0,0,56,721,1,0,0,0, - 58,723,1,0,0,0,60,727,1,0,0,0,62,735,1,0,0,0,64,743,1,0,0,0,66,747, - 1,0,0,0,68,754,1,0,0,0,70,782,1,0,0,0,72,784,1,0,0,0,74,794,1,0, - 0,0,76,796,1,0,0,0,78,803,1,0,0,0,80,805,1,0,0,0,82,813,1,0,0,0, - 84,821,1,0,0,0,86,823,1,0,0,0,88,827,1,0,0,0,90,831,1,0,0,0,92,854, - 1,0,0,0,94,858,1,0,0,0,96,860,1,0,0,0,98,876,1,0,0,0,100,878,1,0, - 0,0,102,883,1,0,0,0,104,895,1,0,0,0,106,914,1,0,0,0,108,934,1,0, - 0,0,110,945,1,0,0,0,112,947,1,0,0,0,114,960,1,0,0,0,116,967,1,0, - 0,0,118,970,1,0,0,0,120,979,1,0,0,0,122,983,1,0,0,0,124,987,1,0, - 0,0,126,990,1,0,0,0,128,998,1,0,0,0,130,1003,1,0,0,0,132,1020,1, - 0,0,0,134,1027,1,0,0,0,136,1037,1,0,0,0,138,1046,1,0,0,0,140,1056, - 1,0,0,0,142,1075,1,0,0,0,144,1077,1,0,0,0,146,1090,1,0,0,0,148,1093, - 1,0,0,0,150,1102,1,0,0,0,152,1113,1,0,0,0,154,1126,1,0,0,0,156,1161, - 1,0,0,0,158,1180,1,0,0,0,160,1189,1,0,0,0,162,1198,1,0,0,0,164,1217, - 1,0,0,0,166,1239,1,0,0,0,168,1241,1,0,0,0,170,1271,1,0,0,0,172,1285, - 1,0,0,0,174,1287,1,0,0,0,176,1301,1,0,0,0,178,1327,1,0,0,0,180,1370, - 1,0,0,0,182,1372,1,0,0,0,184,1378,1,0,0,0,186,1380,1,0,0,0,188,1385, - 1,0,0,0,190,1390,1,0,0,0,192,1402,1,0,0,0,194,1419,1,0,0,0,196,1421, - 1,0,0,0,198,1423,1,0,0,0,200,1432,1,0,0,0,202,1434,1,0,0,0,204,1437, - 1,0,0,0,206,1487,1,0,0,0,208,1489,1,0,0,0,210,1492,1,0,0,0,212,1494, - 1,0,0,0,214,1501,1,0,0,0,216,1503,1,0,0,0,218,1505,1,0,0,0,220,1508, - 1,0,0,0,222,1517,1,0,0,0,224,1522,1,0,0,0,226,1536,1,0,0,0,228,1564, - 1,0,0,0,230,1574,1,0,0,0,232,1582,1,0,0,0,234,1587,1,0,0,0,236,1613, - 1,0,0,0,238,1615,1,0,0,0,240,1624,1,0,0,0,242,1635,1,0,0,0,244,1647, - 1,0,0,0,246,1673,1,0,0,0,248,1675,1,0,0,0,250,1693,1,0,0,0,252,1695, - 1,0,0,0,254,1700,1,0,0,0,256,1703,1,0,0,0,258,1717,1,0,0,0,260,1803, - 1,0,0,0,262,1834,1,0,0,0,264,1840,1,0,0,0,266,1958,1,0,0,0,268,1970, - 1,0,0,0,270,1974,1,0,0,0,272,1980,1,0,0,0,274,1982,1,0,0,0,276,1984, - 1,0,0,0,278,1988,1,0,0,0,280,1990,1,0,0,0,282,1995,1,0,0,0,284,2002, - 1,0,0,0,286,2006,1,0,0,0,288,2011,1,0,0,0,290,2021,1,0,0,0,292,2024, - 1,0,0,0,294,2030,1,0,0,0,296,2040,1,0,0,0,298,2042,1,0,0,0,300,2046, - 1,0,0,0,302,2057,1,0,0,0,304,2059,1,0,0,0,306,2061,1,0,0,0,308,2063, - 1,0,0,0,310,2068,1,0,0,0,312,2070,1,0,0,0,314,2072,1,0,0,0,316,2077, - 1,0,0,0,318,2094,1,0,0,0,320,2108,1,0,0,0,322,2122,1,0,0,0,324,2136, - 1,0,0,0,326,2138,1,0,0,0,328,2146,1,0,0,0,330,2149,1,0,0,0,332,2153, - 1,0,0,0,334,2156,1,0,0,0,336,2167,1,0,0,0,338,2177,1,0,0,0,340,2183, - 1,0,0,0,342,2191,1,0,0,0,344,2207,1,0,0,0,346,2216,1,0,0,0,348,2218, - 1,0,0,0,350,2220,1,0,0,0,352,2236,1,0,0,0,354,2238,1,0,0,0,356,2241, - 1,0,0,0,358,2243,1,0,0,0,360,2245,1,0,0,0,362,2247,1,0,0,0,364,2249, - 1,0,0,0,366,2251,1,0,0,0,368,2253,1,0,0,0,370,2255,1,0,0,0,372,2257, - 1,0,0,0,374,376,3,2,1,0,375,374,1,0,0,0,376,379,1,0,0,0,377,375, - 1,0,0,0,377,378,1,0,0,0,378,380,1,0,0,0,379,377,1,0,0,0,380,381, - 5,0,0,1,381,1,1,0,0,0,382,384,3,4,2,0,383,385,5,521,0,0,384,383, - 1,0,0,0,384,385,1,0,0,0,385,388,1,0,0,0,386,388,3,6,3,0,387,382, - 1,0,0,0,387,386,1,0,0,0,388,3,1,0,0,0,389,402,3,8,4,0,390,402,3, - 10,5,0,391,402,3,12,6,0,392,402,3,14,7,0,393,402,3,20,10,0,394,402, - 3,24,12,0,395,402,3,26,13,0,396,402,3,28,14,0,397,402,3,30,15,0, - 398,402,3,32,16,0,399,402,3,34,17,0,400,402,3,36,18,0,401,389,1, - 0,0,0,401,390,1,0,0,0,401,391,1,0,0,0,401,392,1,0,0,0,401,393,1, - 0,0,0,401,394,1,0,0,0,401,395,1,0,0,0,401,396,1,0,0,0,401,397,1, - 0,0,0,401,398,1,0,0,0,401,399,1,0,0,0,401,400,1,0,0,0,402,5,1,0, - 0,0,403,404,5,521,0,0,404,7,1,0,0,0,405,420,3,40,20,0,406,420,3, - 102,51,0,407,420,3,104,52,0,408,420,3,106,53,0,409,420,3,100,50, - 0,410,420,3,112,56,0,411,420,3,126,63,0,412,420,3,128,64,0,413,420, - 3,130,65,0,414,420,3,132,66,0,415,420,3,134,67,0,416,420,3,136,68, - 0,417,420,3,138,69,0,418,420,3,140,70,0,419,405,1,0,0,0,419,406, - 1,0,0,0,419,407,1,0,0,0,419,408,1,0,0,0,419,409,1,0,0,0,419,410, - 1,0,0,0,419,411,1,0,0,0,419,412,1,0,0,0,419,413,1,0,0,0,419,414, - 1,0,0,0,419,415,1,0,0,0,419,416,1,0,0,0,419,417,1,0,0,0,419,418, - 1,0,0,0,420,9,1,0,0,0,421,424,3,156,78,0,422,424,3,142,71,0,423, - 421,1,0,0,0,423,422,1,0,0,0,424,11,1,0,0,0,425,426,7,0,0,0,426,427, - 3,320,160,0,427,13,1,0,0,0,428,432,5,135,0,0,429,433,3,16,8,0,430, - 431,5,479,0,0,431,433,5,146,0,0,432,429,1,0,0,0,432,430,1,0,0,0, - 432,433,1,0,0,0,433,437,1,0,0,0,434,438,3,10,5,0,435,438,3,144,72, - 0,436,438,3,154,77,0,437,434,1,0,0,0,437,435,1,0,0,0,437,436,1,0, - 0,0,438,15,1,0,0,0,439,444,3,18,9,0,440,441,5,520,0,0,441,443,3, - 18,9,0,442,440,1,0,0,0,443,446,1,0,0,0,444,442,1,0,0,0,444,445,1, - 0,0,0,445,17,1,0,0,0,446,444,1,0,0,0,447,448,7,1,0,0,448,19,1,0, - 0,0,449,450,5,410,0,0,450,451,5,441,0,0,451,456,3,310,155,0,452, - 453,5,410,0,0,453,456,3,314,157,0,454,456,3,22,11,0,455,449,1,0, - 0,0,455,452,1,0,0,0,455,454,1,0,0,0,456,21,1,0,0,0,457,458,5,410, - 0,0,458,459,5,227,0,0,459,464,3,326,163,0,460,461,5,520,0,0,461, - 463,3,326,163,0,462,460,1,0,0,0,463,466,1,0,0,0,464,462,1,0,0,0, - 464,465,1,0,0,0,465,23,1,0,0,0,466,464,1,0,0,0,467,468,5,341,0,0, - 468,510,7,2,0,0,469,470,5,341,0,0,470,471,5,76,0,0,471,510,7,3,0, - 0,472,473,5,341,0,0,473,476,5,374,0,0,474,475,7,4,0,0,475,477,3, - 314,157,0,476,474,1,0,0,0,476,477,1,0,0,0,477,479,1,0,0,0,478,480, - 3,262,131,0,479,478,1,0,0,0,479,480,1,0,0,0,480,510,1,0,0,0,481, - 482,5,341,0,0,482,483,5,58,0,0,483,486,7,4,0,0,484,487,3,322,161, - 0,485,487,3,320,160,0,486,484,1,0,0,0,486,485,1,0,0,0,487,489,1, - 0,0,0,488,490,3,262,131,0,489,488,1,0,0,0,489,490,1,0,0,0,490,510, - 1,0,0,0,491,492,5,341,0,0,492,497,5,72,0,0,493,494,5,373,0,0,494, - 498,3,320,160,0,495,496,5,501,0,0,496,498,3,322,161,0,497,493,1, - 0,0,0,497,495,1,0,0,0,498,510,1,0,0,0,499,501,5,341,0,0,500,502, - 5,411,0,0,501,500,1,0,0,0,501,502,1,0,0,0,502,503,1,0,0,0,503,510, - 5,154,0,0,504,506,5,341,0,0,505,507,5,152,0,0,506,505,1,0,0,0,506, - 507,1,0,0,0,507,508,1,0,0,0,508,510,5,227,0,0,509,467,1,0,0,0,509, - 469,1,0,0,0,509,472,1,0,0,0,509,481,1,0,0,0,509,491,1,0,0,0,509, - 499,1,0,0,0,509,504,1,0,0,0,510,25,1,0,0,0,511,512,5,468,0,0,512, - 513,5,226,0,0,513,516,3,326,163,0,514,515,5,433,0,0,515,517,3,334, - 167,0,516,514,1,0,0,0,516,517,1,0,0,0,517,27,1,0,0,0,518,519,5,500, - 0,0,519,520,5,226,0,0,520,521,3,326,163,0,521,29,1,0,0,0,522,524, - 5,340,0,0,523,525,3,336,168,0,524,523,1,0,0,0,524,525,1,0,0,0,525, - 31,1,0,0,0,526,528,5,312,0,0,527,529,3,338,169,0,528,527,1,0,0,0, - 528,529,1,0,0,0,529,33,1,0,0,0,530,531,7,5,0,0,531,532,5,463,0,0, - 532,533,3,110,55,0,533,35,1,0,0,0,534,535,5,437,0,0,535,536,5,463, - 0,0,536,537,5,433,0,0,537,540,3,38,19,0,538,539,5,17,0,0,539,541, - 3,326,163,0,540,538,1,0,0,0,540,541,1,0,0,0,541,585,1,0,0,0,542, - 543,5,437,0,0,543,544,5,456,0,0,544,545,5,433,0,0,545,548,3,38,19, - 0,546,547,5,17,0,0,547,549,3,326,163,0,548,546,1,0,0,0,548,549,1, - 0,0,0,549,552,1,0,0,0,550,551,5,311,0,0,551,553,3,326,163,0,552, - 550,1,0,0,0,552,553,1,0,0,0,553,585,1,0,0,0,554,555,5,437,0,0,555, - 556,7,6,0,0,556,557,5,433,0,0,557,558,3,38,19,0,558,559,5,311,0, - 0,559,560,3,326,163,0,560,585,1,0,0,0,561,562,5,437,0,0,562,563, - 5,486,0,0,563,585,3,38,19,0,564,565,5,437,0,0,565,566,5,453,0,0, - 566,567,5,456,0,0,567,568,5,433,0,0,568,569,3,38,19,0,569,570,5, - 311,0,0,570,571,3,326,163,0,571,572,5,466,0,0,572,573,3,326,163, - 0,573,585,1,0,0,0,574,575,5,437,0,0,575,576,5,443,0,0,576,577,5, - 456,0,0,577,578,5,433,0,0,578,579,3,38,19,0,579,580,5,146,0,0,580, - 581,3,326,163,0,581,582,5,17,0,0,582,583,3,326,163,0,583,585,1,0, - 0,0,584,534,1,0,0,0,584,542,1,0,0,0,584,554,1,0,0,0,584,561,1,0, - 0,0,584,564,1,0,0,0,584,574,1,0,0,0,585,37,1,0,0,0,586,588,5,534, - 0,0,587,586,1,0,0,0,587,588,1,0,0,0,588,589,1,0,0,0,589,591,3,326, - 163,0,590,587,1,0,0,0,591,592,1,0,0,0,592,590,1,0,0,0,592,593,1, - 0,0,0,593,39,1,0,0,0,594,597,3,42,21,0,595,597,3,44,22,0,596,594, - 1,0,0,0,596,595,1,0,0,0,597,41,1,0,0,0,598,600,5,72,0,0,599,601, - 5,497,0,0,600,599,1,0,0,0,600,601,1,0,0,0,601,602,1,0,0,0,602,604, - 5,373,0,0,603,605,3,330,165,0,604,603,1,0,0,0,604,605,1,0,0,0,605, - 606,1,0,0,0,606,607,3,318,159,0,607,608,5,516,0,0,608,613,3,46,23, - 0,609,610,5,520,0,0,610,612,3,46,23,0,611,609,1,0,0,0,612,615,1, - 0,0,0,613,611,1,0,0,0,613,614,1,0,0,0,614,618,1,0,0,0,615,613,1, - 0,0,0,616,617,5,520,0,0,617,619,3,80,40,0,618,616,1,0,0,0,618,619, - 1,0,0,0,619,622,1,0,0,0,620,621,5,520,0,0,621,623,3,82,41,0,622, - 620,1,0,0,0,622,623,1,0,0,0,623,626,1,0,0,0,624,625,5,520,0,0,625, - 627,3,86,43,0,626,624,1,0,0,0,626,627,1,0,0,0,627,628,1,0,0,0,628, - 631,5,517,0,0,629,630,5,59,0,0,630,632,5,537,0,0,631,629,1,0,0,0, - 631,632,1,0,0,0,632,634,1,0,0,0,633,635,3,88,44,0,634,633,1,0,0, - 0,634,635,1,0,0,0,635,636,1,0,0,0,636,638,3,328,164,0,637,639,3, - 96,48,0,638,637,1,0,0,0,638,639,1,0,0,0,639,43,1,0,0,0,640,641,5, - 72,0,0,641,643,5,373,0,0,642,644,3,330,165,0,643,642,1,0,0,0,643, - 644,1,0,0,0,644,645,1,0,0,0,645,646,3,318,159,0,646,649,3,328,164, - 0,647,648,5,17,0,0,648,650,3,156,78,0,649,647,1,0,0,0,649,650,1, - 0,0,0,650,45,1,0,0,0,651,655,3,48,24,0,652,655,3,72,36,0,653,655, - 3,76,38,0,654,651,1,0,0,0,654,652,1,0,0,0,654,653,1,0,0,0,655,47, - 1,0,0,0,656,657,3,50,25,0,657,659,3,56,28,0,658,660,3,70,35,0,659, - 658,1,0,0,0,659,660,1,0,0,0,660,663,1,0,0,0,661,662,5,59,0,0,662, - 664,5,537,0,0,663,661,1,0,0,0,663,664,1,0,0,0,664,49,1,0,0,0,665, - 668,3,326,163,0,666,668,3,256,128,0,667,665,1,0,0,0,667,666,1,0, - 0,0,668,51,1,0,0,0,669,672,3,326,163,0,670,672,4,26,0,0,671,669, - 1,0,0,0,671,670,1,0,0,0,672,53,1,0,0,0,673,674,5,516,0,0,674,679, - 3,52,26,0,675,676,5,520,0,0,676,678,3,52,26,0,677,675,1,0,0,0,678, - 681,1,0,0,0,679,677,1,0,0,0,679,680,1,0,0,0,680,682,1,0,0,0,681, - 679,1,0,0,0,682,683,5,517,0,0,683,55,1,0,0,0,684,722,7,7,0,0,685, - 687,7,8,0,0,686,688,3,58,29,0,687,686,1,0,0,0,687,688,1,0,0,0,688, - 722,1,0,0,0,689,691,5,379,0,0,690,692,3,58,29,0,691,690,1,0,0,0, - 691,692,1,0,0,0,692,699,1,0,0,0,693,695,7,9,0,0,694,696,5,206,0, - 0,695,694,1,0,0,0,695,696,1,0,0,0,696,697,1,0,0,0,697,698,5,378, - 0,0,698,700,5,504,0,0,699,693,1,0,0,0,699,700,1,0,0,0,700,722,1, - 0,0,0,701,703,7,10,0,0,702,704,3,60,30,0,703,702,1,0,0,0,703,704, - 1,0,0,0,704,722,1,0,0,0,705,707,7,11,0,0,706,708,3,64,32,0,707,706, - 1,0,0,0,707,708,1,0,0,0,708,722,1,0,0,0,709,711,5,469,0,0,710,712, - 3,66,33,0,711,710,1,0,0,0,711,712,1,0,0,0,712,722,1,0,0,0,713,715, - 5,321,0,0,714,716,3,68,34,0,715,714,1,0,0,0,715,716,1,0,0,0,716, - 722,1,0,0,0,717,719,5,294,0,0,718,720,3,62,31,0,719,718,1,0,0,0, - 719,720,1,0,0,0,720,722,1,0,0,0,721,684,1,0,0,0,721,685,1,0,0,0, - 721,689,1,0,0,0,721,701,1,0,0,0,721,705,1,0,0,0,721,709,1,0,0,0, - 721,713,1,0,0,0,721,717,1,0,0,0,722,57,1,0,0,0,723,724,5,516,0,0, - 724,725,3,358,179,0,725,726,5,517,0,0,726,59,1,0,0,0,727,728,5,516, - 0,0,728,731,3,358,179,0,729,730,5,520,0,0,730,732,3,358,179,0,731, - 729,1,0,0,0,731,732,1,0,0,0,732,733,1,0,0,0,733,734,5,517,0,0,734, - 61,1,0,0,0,735,736,5,516,0,0,736,739,3,356,178,0,737,738,5,520,0, - 0,738,740,3,356,178,0,739,737,1,0,0,0,739,740,1,0,0,0,740,741,1, - 0,0,0,741,742,5,517,0,0,742,63,1,0,0,0,743,744,5,507,0,0,744,745, - 3,56,28,0,745,746,5,506,0,0,746,65,1,0,0,0,747,748,5,507,0,0,748, - 749,3,56,28,0,749,750,5,520,0,0,750,751,3,56,28,0,751,752,1,0,0, - 0,752,753,5,506,0,0,753,67,1,0,0,0,754,755,5,507,0,0,755,756,3,52, - 26,0,756,763,3,56,28,0,757,758,5,520,0,0,758,759,3,52,26,0,759,760, - 3,56,28,0,760,762,1,0,0,0,761,757,1,0,0,0,762,765,1,0,0,0,763,761, - 1,0,0,0,763,764,1,0,0,0,764,766,1,0,0,0,765,763,1,0,0,0,766,767, - 5,506,0,0,767,69,1,0,0,0,768,769,5,64,0,0,769,771,3,84,42,0,770, - 768,1,0,0,0,770,771,1,0,0,0,771,772,1,0,0,0,772,773,5,288,0,0,773, - 776,5,466,0,0,774,775,5,241,0,0,775,777,5,125,0,0,776,774,1,0,0, - 0,776,777,1,0,0,0,777,783,1,0,0,0,778,780,5,241,0,0,779,778,1,0, - 0,0,779,780,1,0,0,0,780,781,1,0,0,0,781,783,5,244,0,0,782,770,1, - 0,0,0,782,779,1,0,0,0,783,71,1,0,0,0,784,785,3,50,25,0,785,786,3, - 56,28,0,786,789,5,218,0,0,787,788,5,151,0,0,788,790,3,74,37,0,789, - 787,1,0,0,0,789,790,1,0,0,0,790,792,1,0,0,0,791,793,5,423,0,0,792, - 791,1,0,0,0,792,793,1,0,0,0,793,73,1,0,0,0,794,795,5,537,0,0,795, - 75,1,0,0,0,796,797,3,50,25,0,797,798,5,17,0,0,798,801,3,78,39,0, - 799,800,5,59,0,0,800,802,5,537,0,0,801,799,1,0,0,0,801,802,1,0,0, - 0,802,77,1,0,0,0,803,804,3,256,128,0,804,79,1,0,0,0,805,806,5,424, - 0,0,806,807,5,146,0,0,807,808,3,52,26,0,808,809,5,17,0,0,809,810, - 3,256,128,0,810,81,1,0,0,0,811,812,5,64,0,0,812,814,3,84,42,0,813, - 811,1,0,0,0,813,814,1,0,0,0,814,815,1,0,0,0,815,816,5,288,0,0,816, - 817,5,466,0,0,817,818,3,54,27,0,818,819,5,241,0,0,819,820,5,125, - 0,0,820,83,1,0,0,0,821,822,3,302,151,0,822,85,1,0,0,0,823,824,5, - 277,0,0,824,825,5,146,0,0,825,826,5,371,0,0,826,87,1,0,0,0,827,828, - 5,269,0,0,828,829,5,34,0,0,829,830,3,90,45,0,830,89,1,0,0,0,831, - 832,5,516,0,0,832,837,3,92,46,0,833,834,5,520,0,0,834,836,3,92,46, - 0,835,833,1,0,0,0,836,839,1,0,0,0,837,835,1,0,0,0,837,838,1,0,0, - 0,838,840,1,0,0,0,839,837,1,0,0,0,840,841,5,517,0,0,841,91,1,0,0, - 0,842,855,3,52,26,0,843,844,5,516,0,0,844,849,3,94,47,0,845,846, - 5,520,0,0,846,848,3,94,47,0,847,845,1,0,0,0,848,851,1,0,0,0,849, - 847,1,0,0,0,849,850,1,0,0,0,850,852,1,0,0,0,851,849,1,0,0,0,852, - 853,5,517,0,0,853,855,1,0,0,0,854,842,1,0,0,0,854,843,1,0,0,0,855, - 93,1,0,0,0,856,859,3,278,139,0,857,859,3,352,176,0,858,856,1,0,0, - 0,858,857,1,0,0,0,859,95,1,0,0,0,860,861,5,202,0,0,861,870,3,320, - 160,0,862,866,5,516,0,0,863,865,3,98,49,0,864,863,1,0,0,0,865,868, - 1,0,0,0,866,864,1,0,0,0,866,867,1,0,0,0,867,869,1,0,0,0,868,866, - 1,0,0,0,869,871,5,517,0,0,870,862,1,0,0,0,870,871,1,0,0,0,871,97, - 1,0,0,0,872,873,7,12,0,0,873,877,7,13,0,0,874,875,7,14,0,0,875,877, - 7,15,0,0,876,872,1,0,0,0,876,874,1,0,0,0,877,99,1,0,0,0,878,879, - 5,72,0,0,879,880,5,441,0,0,880,881,3,312,156,0,881,882,3,328,164, - 0,882,101,1,0,0,0,883,884,5,72,0,0,884,886,5,447,0,0,885,887,3,330, - 165,0,886,885,1,0,0,0,886,887,1,0,0,0,887,888,1,0,0,0,888,891,3, - 316,158,0,889,890,5,59,0,0,890,892,5,537,0,0,891,889,1,0,0,0,891, - 892,1,0,0,0,892,893,1,0,0,0,893,894,3,328,164,0,894,103,1,0,0,0, - 895,897,5,72,0,0,896,898,5,497,0,0,897,896,1,0,0,0,897,898,1,0,0, - 0,898,899,1,0,0,0,899,901,5,501,0,0,900,902,3,330,165,0,901,900, - 1,0,0,0,901,902,1,0,0,0,902,903,1,0,0,0,903,905,3,324,162,0,904, - 906,3,54,27,0,905,904,1,0,0,0,905,906,1,0,0,0,906,909,1,0,0,0,907, - 908,5,59,0,0,908,910,5,537,0,0,909,907,1,0,0,0,909,910,1,0,0,0,910, - 911,1,0,0,0,911,912,5,17,0,0,912,913,3,156,78,0,913,105,1,0,0,0, - 914,918,5,72,0,0,915,919,5,497,0,0,916,917,5,497,0,0,917,919,5,370, - 0,0,918,915,1,0,0,0,918,916,1,0,0,0,918,919,1,0,0,0,919,920,1,0, - 0,0,920,922,5,153,0,0,921,923,3,330,165,0,922,921,1,0,0,0,922,923, - 1,0,0,0,923,924,1,0,0,0,924,925,3,268,134,0,925,926,5,17,0,0,926, - 929,3,302,151,0,927,928,5,195,0,0,928,930,7,16,0,0,929,927,1,0,0, - 0,929,930,1,0,0,0,930,932,1,0,0,0,931,933,3,108,54,0,932,931,1,0, - 0,0,932,933,1,0,0,0,933,107,1,0,0,0,934,935,5,412,0,0,935,936,5, - 463,0,0,936,942,3,110,55,0,937,938,5,520,0,0,938,939,5,463,0,0,939, - 941,3,110,55,0,940,937,1,0,0,0,941,944,1,0,0,0,942,940,1,0,0,0,942, - 943,1,0,0,0,943,109,1,0,0,0,944,942,1,0,0,0,945,946,5,537,0,0,946, - 111,1,0,0,0,947,948,5,8,0,0,948,950,5,373,0,0,949,951,3,332,166, - 0,950,949,1,0,0,0,950,951,1,0,0,0,951,952,1,0,0,0,952,958,3,320, - 160,0,953,959,3,114,57,0,954,959,3,116,58,0,955,959,3,118,59,0,956, - 959,3,120,60,0,957,959,3,122,61,0,958,953,1,0,0,0,958,954,1,0,0, - 0,958,955,1,0,0,0,958,956,1,0,0,0,958,957,1,0,0,0,959,113,1,0,0, - 0,960,962,5,311,0,0,961,963,3,326,163,0,962,961,1,0,0,0,962,963, - 1,0,0,0,963,964,1,0,0,0,964,965,5,388,0,0,965,966,3,326,163,0,966, - 115,1,0,0,0,967,968,5,340,0,0,968,969,3,334,167,0,969,117,1,0,0, - 0,970,971,5,437,0,0,971,972,5,64,0,0,972,973,3,84,42,0,973,974,5, - 288,0,0,974,975,5,466,0,0,975,977,3,54,27,0,976,978,3,124,62,0,977, - 976,1,0,0,0,977,978,1,0,0,0,978,119,1,0,0,0,979,980,5,116,0,0,980, - 981,5,64,0,0,981,982,3,84,42,0,982,121,1,0,0,0,983,984,5,437,0,0, - 984,985,5,403,0,0,985,986,3,54,27,0,986,123,1,0,0,0,987,988,5,241, - 0,0,988,989,5,125,0,0,989,125,1,0,0,0,990,991,5,8,0,0,991,992,5, - 501,0,0,992,996,3,322,161,0,993,997,3,114,57,0,994,995,5,17,0,0, - 995,997,3,156,78,0,996,993,1,0,0,0,996,994,1,0,0,0,997,127,1,0,0, - 0,998,999,5,8,0,0,999,1000,5,447,0,0,1000,1001,3,314,157,0,1001, - 1002,3,116,58,0,1002,129,1,0,0,0,1003,1007,5,8,0,0,1004,1008,5,497, - 0,0,1005,1006,5,497,0,0,1006,1008,5,370,0,0,1007,1004,1,0,0,0,1007, - 1005,1,0,0,0,1007,1008,1,0,0,0,1008,1009,1,0,0,0,1009,1011,5,153, - 0,0,1010,1012,3,332,166,0,1011,1010,1,0,0,0,1011,1012,1,0,0,0,1012, - 1013,1,0,0,0,1013,1014,3,270,135,0,1014,1015,5,17,0,0,1015,1018, - 3,302,151,0,1016,1017,5,195,0,0,1017,1019,7,16,0,0,1018,1016,1,0, - 0,0,1018,1019,1,0,0,0,1019,131,1,0,0,0,1020,1021,5,116,0,0,1021, - 1023,5,441,0,0,1022,1024,3,332,166,0,1023,1022,1,0,0,0,1023,1024, - 1,0,0,0,1024,1025,1,0,0,0,1025,1026,3,310,155,0,1026,133,1,0,0,0, - 1027,1029,5,116,0,0,1028,1030,5,497,0,0,1029,1028,1,0,0,0,1029,1030, - 1,0,0,0,1030,1031,1,0,0,0,1031,1033,5,373,0,0,1032,1034,3,332,166, - 0,1033,1032,1,0,0,0,1033,1034,1,0,0,0,1034,1035,1,0,0,0,1035,1036, - 3,320,160,0,1036,135,1,0,0,0,1037,1038,5,116,0,0,1038,1040,5,447, - 0,0,1039,1041,3,332,166,0,1040,1039,1,0,0,0,1040,1041,1,0,0,0,1041, - 1042,1,0,0,0,1042,1044,3,314,157,0,1043,1045,7,17,0,0,1044,1043, - 1,0,0,0,1044,1045,1,0,0,0,1045,137,1,0,0,0,1046,1048,5,116,0,0,1047, - 1049,5,497,0,0,1048,1047,1,0,0,0,1048,1049,1,0,0,0,1049,1050,1,0, - 0,0,1050,1052,5,501,0,0,1051,1053,3,332,166,0,1052,1051,1,0,0,0, - 1052,1053,1,0,0,0,1053,1054,1,0,0,0,1054,1055,3,322,161,0,1055,139, - 1,0,0,0,1056,1060,5,116,0,0,1057,1061,5,497,0,0,1058,1059,5,497, - 0,0,1059,1061,5,370,0,0,1060,1057,1,0,0,0,1060,1058,1,0,0,0,1060, - 1061,1,0,0,0,1061,1062,1,0,0,0,1062,1064,5,153,0,0,1063,1065,3,332, - 166,0,1064,1063,1,0,0,0,1064,1065,1,0,0,0,1065,1066,1,0,0,0,1066, - 1067,3,270,135,0,1067,141,1,0,0,0,1068,1070,5,132,0,0,1069,1068, - 1,0,0,0,1069,1070,1,0,0,0,1070,1071,1,0,0,0,1071,1076,3,144,72,0, - 1072,1076,3,152,76,0,1073,1074,5,132,0,0,1074,1076,3,154,77,0,1075, - 1069,1,0,0,0,1075,1072,1,0,0,0,1075,1073,1,0,0,0,1076,143,1,0,0, - 0,1077,1078,5,177,0,0,1078,1079,7,18,0,0,1079,1088,3,320,160,0,1080, - 1082,3,146,73,0,1081,1080,1,0,0,0,1081,1082,1,0,0,0,1082,1084,1, - 0,0,0,1083,1085,3,54,27,0,1084,1083,1,0,0,0,1084,1085,1,0,0,0,1085, - 1086,1,0,0,0,1086,1089,3,156,78,0,1087,1089,3,148,74,0,1088,1081, - 1,0,0,0,1088,1087,1,0,0,0,1089,145,1,0,0,0,1090,1091,5,268,0,0,1091, - 1092,3,334,167,0,1092,147,1,0,0,0,1093,1094,5,414,0,0,1094,1099, - 3,150,75,0,1095,1096,5,520,0,0,1096,1098,3,150,75,0,1097,1095,1, - 0,0,0,1098,1101,1,0,0,0,1099,1097,1,0,0,0,1099,1100,1,0,0,0,1100, - 149,1,0,0,0,1101,1099,1,0,0,0,1102,1103,5,516,0,0,1103,1108,3,352, - 176,0,1104,1105,5,520,0,0,1105,1107,3,352,176,0,1106,1104,1,0,0, - 0,1107,1110,1,0,0,0,1108,1106,1,0,0,0,1108,1109,1,0,0,0,1109,1111, - 1,0,0,0,1110,1108,1,0,0,0,1111,1112,5,517,0,0,1112,151,1,0,0,0,1113, - 1114,5,24,0,0,1114,1115,5,354,0,0,1115,1116,5,340,0,0,1116,1120, - 5,521,0,0,1117,1118,3,144,72,0,1118,1119,5,521,0,0,1119,1121,1,0, - 0,0,1120,1117,1,0,0,0,1121,1122,1,0,0,0,1122,1120,1,0,0,0,1122,1123, - 1,0,0,0,1123,1124,1,0,0,0,1124,1125,5,122,0,0,1125,153,1,0,0,0,1126, - 1127,5,354,0,0,1127,1128,5,340,0,0,1128,1132,5,24,0,0,1129,1130, - 3,144,72,0,1130,1131,5,521,0,0,1131,1133,1,0,0,0,1132,1129,1,0,0, - 0,1133,1134,1,0,0,0,1134,1132,1,0,0,0,1134,1135,1,0,0,0,1135,1136, - 1,0,0,0,1136,1137,5,122,0,0,1137,155,1,0,0,0,1138,1139,6,78,-1,0, - 1139,1162,3,158,79,0,1140,1141,3,160,80,0,1141,1142,3,156,78,5,1142, - 1162,1,0,0,0,1143,1144,5,516,0,0,1144,1145,3,156,78,0,1145,1146, - 5,517,0,0,1146,1162,1,0,0,0,1147,1149,3,168,84,0,1148,1150,3,228, - 114,0,1149,1148,1,0,0,0,1149,1150,1,0,0,0,1150,1152,1,0,0,0,1151, - 1153,3,232,116,0,1152,1151,1,0,0,0,1152,1153,1,0,0,0,1153,1162,1, - 0,0,0,1154,1156,3,166,83,0,1155,1157,3,228,114,0,1156,1155,1,0,0, - 0,1156,1157,1,0,0,0,1157,1159,1,0,0,0,1158,1160,3,232,116,0,1159, - 1158,1,0,0,0,1159,1160,1,0,0,0,1160,1162,1,0,0,0,1161,1138,1,0,0, - 0,1161,1140,1,0,0,0,1161,1143,1,0,0,0,1161,1147,1,0,0,0,1161,1154, - 1,0,0,0,1162,1177,1,0,0,0,1163,1164,10,3,0,0,1164,1166,7,19,0,0, - 1165,1167,5,5,0,0,1166,1165,1,0,0,0,1166,1167,1,0,0,0,1167,1168, - 1,0,0,0,1168,1170,3,156,78,0,1169,1171,3,228,114,0,1170,1169,1,0, - 0,0,1170,1171,1,0,0,0,1171,1173,1,0,0,0,1172,1174,3,232,116,0,1173, - 1172,1,0,0,0,1173,1174,1,0,0,0,1174,1176,1,0,0,0,1175,1163,1,0,0, - 0,1176,1179,1,0,0,0,1177,1175,1,0,0,0,1177,1178,1,0,0,0,1178,157, - 1,0,0,0,1179,1177,1,0,0,0,1180,1181,5,414,0,0,1181,1186,3,256,128, - 0,1182,1183,5,520,0,0,1183,1185,3,256,128,0,1184,1182,1,0,0,0,1185, - 1188,1,0,0,0,1186,1184,1,0,0,0,1186,1187,1,0,0,0,1187,159,1,0,0, - 0,1188,1186,1,0,0,0,1189,1190,5,433,0,0,1190,1195,3,162,81,0,1191, - 1192,5,520,0,0,1192,1194,3,162,81,0,1193,1191,1,0,0,0,1194,1197, - 1,0,0,0,1195,1193,1,0,0,0,1195,1196,1,0,0,0,1196,161,1,0,0,0,1197, - 1195,1,0,0,0,1198,1210,3,164,82,0,1199,1200,5,516,0,0,1200,1205, - 3,52,26,0,1201,1202,5,520,0,0,1202,1204,3,52,26,0,1203,1201,1,0, - 0,0,1204,1207,1,0,0,0,1205,1203,1,0,0,0,1205,1206,1,0,0,0,1206,1208, - 1,0,0,0,1207,1205,1,0,0,0,1208,1209,5,517,0,0,1209,1211,1,0,0,0, - 1210,1199,1,0,0,0,1210,1211,1,0,0,0,1211,1212,1,0,0,0,1212,1213, - 5,17,0,0,1213,1214,5,516,0,0,1214,1215,3,156,78,0,1215,1216,5,517, - 0,0,1216,163,1,0,0,0,1217,1218,3,302,151,0,1218,165,1,0,0,0,1219, - 1221,3,168,84,0,1220,1222,3,174,87,0,1221,1220,1,0,0,0,1221,1222, - 1,0,0,0,1222,1224,1,0,0,0,1223,1225,3,202,101,0,1224,1223,1,0,0, - 0,1224,1225,1,0,0,0,1225,1227,1,0,0,0,1226,1228,3,204,102,0,1227, - 1226,1,0,0,0,1227,1228,1,0,0,0,1228,1230,1,0,0,0,1229,1231,3,218, - 109,0,1230,1229,1,0,0,0,1230,1231,1,0,0,0,1231,1233,1,0,0,0,1232, - 1234,3,220,110,0,1233,1232,1,0,0,0,1233,1234,1,0,0,0,1234,1240,1, - 0,0,0,1235,1236,3,168,84,0,1236,1237,3,174,87,0,1237,1238,3,226, - 113,0,1238,1240,1,0,0,0,1239,1219,1,0,0,0,1239,1235,1,0,0,0,1240, - 167,1,0,0,0,1241,1243,5,336,0,0,1242,1244,3,362,181,0,1243,1242, - 1,0,0,0,1243,1244,1,0,0,0,1244,1254,1,0,0,0,1245,1255,5,527,0,0, - 1246,1251,3,170,85,0,1247,1248,5,520,0,0,1248,1250,3,170,85,0,1249, - 1247,1,0,0,0,1250,1253,1,0,0,0,1251,1249,1,0,0,0,1251,1252,1,0,0, - 0,1252,1255,1,0,0,0,1253,1251,1,0,0,0,1254,1245,1,0,0,0,1254,1246, - 1,0,0,0,1255,169,1,0,0,0,1256,1272,3,172,86,0,1257,1262,3,52,26, - 0,1258,1260,5,17,0,0,1259,1258,1,0,0,0,1259,1260,1,0,0,0,1260,1261, - 1,0,0,0,1261,1263,3,256,128,0,1262,1259,1,0,0,0,1262,1263,1,0,0, - 0,1263,1272,1,0,0,0,1264,1269,3,256,128,0,1265,1267,5,17,0,0,1266, - 1265,1,0,0,0,1266,1267,1,0,0,0,1267,1268,1,0,0,0,1268,1270,3,52, - 26,0,1269,1266,1,0,0,0,1269,1270,1,0,0,0,1270,1272,1,0,0,0,1271, - 1256,1,0,0,0,1271,1257,1,0,0,0,1271,1264,1,0,0,0,1272,171,1,0,0, - 0,1273,1274,3,266,133,0,1274,1275,5,262,0,0,1275,1276,3,224,112, - 0,1276,1277,5,17,0,0,1277,1278,3,302,151,0,1278,1286,1,0,0,0,1279, - 1280,3,266,133,0,1280,1281,5,262,0,0,1281,1282,3,294,147,0,1282, - 1283,5,17,0,0,1283,1284,3,302,151,0,1284,1286,1,0,0,0,1285,1273, - 1,0,0,0,1285,1279,1,0,0,0,1286,173,1,0,0,0,1287,1288,5,151,0,0,1288, - 1289,3,176,88,0,1289,175,1,0,0,0,1290,1291,6,88,-1,0,1291,1296,3, - 178,89,0,1292,1293,5,520,0,0,1293,1295,3,178,89,0,1294,1292,1,0, - 0,0,1295,1298,1,0,0,0,1296,1294,1,0,0,0,1296,1297,1,0,0,0,1297,1302, - 1,0,0,0,1298,1296,1,0,0,0,1299,1302,3,186,93,0,1300,1302,3,188,94, - 0,1301,1290,1,0,0,0,1301,1299,1,0,0,0,1301,1300,1,0,0,0,1302,1324, - 1,0,0,0,1303,1304,10,3,0,0,1304,1305,5,73,0,0,1305,1306,5,185,0, - 0,1306,1323,3,176,88,4,1307,1309,10,4,0,0,1308,1310,5,233,0,0,1309, - 1308,1,0,0,0,1309,1310,1,0,0,0,1310,1312,1,0,0,0,1311,1313,7,20, - 0,0,1312,1311,1,0,0,0,1312,1313,1,0,0,0,1313,1315,1,0,0,0,1314,1316, - 5,261,0,0,1315,1314,1,0,0,0,1315,1316,1,0,0,0,1316,1317,1,0,0,0, - 1317,1318,5,185,0,0,1318,1320,3,176,88,0,1319,1321,3,200,100,0,1320, - 1319,1,0,0,0,1320,1321,1,0,0,0,1321,1323,1,0,0,0,1322,1303,1,0,0, - 0,1322,1307,1,0,0,0,1323,1326,1,0,0,0,1324,1322,1,0,0,0,1324,1325, - 1,0,0,0,1325,177,1,0,0,0,1326,1324,1,0,0,0,1327,1329,3,180,90,0, - 1328,1330,3,292,146,0,1329,1328,1,0,0,0,1329,1330,1,0,0,0,1330,179, - 1,0,0,0,1331,1333,5,373,0,0,1332,1331,1,0,0,0,1332,1333,1,0,0,0, - 1333,1334,1,0,0,0,1334,1336,3,320,160,0,1335,1337,3,182,91,0,1336, - 1335,1,0,0,0,1336,1337,1,0,0,0,1337,1371,1,0,0,0,1338,1340,3,322, - 161,0,1339,1341,3,182,91,0,1340,1339,1,0,0,0,1340,1341,1,0,0,0,1341, - 1371,1,0,0,0,1342,1343,5,198,0,0,1343,1344,5,373,0,0,1344,1345,5, - 516,0,0,1345,1346,3,270,135,0,1346,1347,5,516,0,0,1347,1352,3,272, - 136,0,1348,1349,5,520,0,0,1349,1351,3,272,136,0,1350,1348,1,0,0, - 0,1351,1354,1,0,0,0,1352,1350,1,0,0,0,1352,1353,1,0,0,0,1353,1355, - 1,0,0,0,1354,1352,1,0,0,0,1355,1356,5,517,0,0,1356,1357,5,517,0, - 0,1357,1371,1,0,0,0,1358,1360,5,198,0,0,1359,1358,1,0,0,0,1359,1360, - 1,0,0,0,1360,1361,1,0,0,0,1361,1362,5,516,0,0,1362,1363,3,156,78, - 0,1363,1364,5,517,0,0,1364,1371,1,0,0,0,1365,1366,5,405,0,0,1366, - 1367,5,516,0,0,1367,1368,3,256,128,0,1368,1369,5,517,0,0,1369,1371, - 1,0,0,0,1370,1332,1,0,0,0,1370,1338,1,0,0,0,1370,1342,1,0,0,0,1370, - 1359,1,0,0,0,1370,1365,1,0,0,0,1371,181,1,0,0,0,1372,1373,5,146, - 0,0,1373,1374,5,371,0,0,1374,1375,5,17,0,0,1375,1376,5,249,0,0,1376, - 1377,3,184,92,0,1377,183,1,0,0,0,1378,1379,3,256,128,0,1379,185, - 1,0,0,0,1380,1381,5,516,0,0,1381,1382,3,148,74,0,1382,1383,5,517, - 0,0,1383,1384,3,292,146,0,1384,187,1,0,0,0,1385,1386,5,373,0,0,1386, - 1387,5,516,0,0,1387,1388,3,190,95,0,1388,1389,5,517,0,0,1389,189, - 1,0,0,0,1390,1391,3,192,96,0,1391,1392,5,516,0,0,1392,1397,3,194, - 97,0,1393,1394,5,520,0,0,1394,1396,3,194,97,0,1395,1393,1,0,0,0, - 1396,1399,1,0,0,0,1397,1395,1,0,0,0,1397,1398,1,0,0,0,1398,1400, - 1,0,0,0,1399,1397,1,0,0,0,1400,1401,5,517,0,0,1401,191,1,0,0,0,1402, - 1403,7,21,0,0,1403,193,1,0,0,0,1404,1405,5,373,0,0,1405,1420,3,216, - 108,0,1406,1420,3,198,99,0,1407,1420,3,280,140,0,1408,1409,5,446, - 0,0,1409,1410,5,536,0,0,1410,1411,5,373,0,0,1411,1420,3,216,108, - 0,1412,1413,5,498,0,0,1413,1414,5,536,0,0,1414,1420,3,198,99,0,1415, - 1416,3,196,98,0,1416,1417,5,536,0,0,1417,1418,3,280,140,0,1418,1420, - 1,0,0,0,1419,1404,1,0,0,0,1419,1406,1,0,0,0,1419,1407,1,0,0,0,1419, - 1408,1,0,0,0,1419,1412,1,0,0,0,1419,1415,1,0,0,0,1420,195,1,0,0, - 0,1421,1422,7,22,0,0,1422,197,1,0,0,0,1423,1424,5,451,0,0,1424,1425, - 5,516,0,0,1425,1426,3,52,26,0,1426,1427,5,517,0,0,1427,199,1,0,0, - 0,1428,1429,5,253,0,0,1429,1433,3,258,129,0,1430,1431,5,412,0,0, - 1431,1433,3,54,27,0,1432,1428,1,0,0,0,1432,1430,1,0,0,0,1433,201, - 1,0,0,0,1434,1435,5,430,0,0,1435,1436,3,258,129,0,1436,203,1,0,0, - 0,1437,1438,5,159,0,0,1438,1439,5,34,0,0,1439,1444,3,206,103,0,1440, - 1441,5,520,0,0,1441,1443,3,206,103,0,1442,1440,1,0,0,0,1443,1446, - 1,0,0,0,1444,1442,1,0,0,0,1444,1445,1,0,0,0,1445,205,1,0,0,0,1446, - 1444,1,0,0,0,1447,1488,3,52,26,0,1448,1488,3,212,106,0,1449,1450, - 5,516,0,0,1450,1488,5,517,0,0,1451,1452,5,516,0,0,1452,1457,3,256, - 128,0,1453,1454,5,520,0,0,1454,1456,3,256,128,0,1455,1453,1,0,0, - 0,1456,1459,1,0,0,0,1457,1455,1,0,0,0,1457,1458,1,0,0,0,1458,1460, - 1,0,0,0,1459,1457,1,0,0,0,1460,1461,5,517,0,0,1461,1488,1,0,0,0, - 1462,1463,3,210,105,0,1463,1464,5,516,0,0,1464,1469,3,256,128,0, - 1465,1466,5,520,0,0,1466,1468,3,256,128,0,1467,1465,1,0,0,0,1468, - 1471,1,0,0,0,1469,1467,1,0,0,0,1469,1470,1,0,0,0,1470,1472,1,0,0, - 0,1471,1469,1,0,0,0,1472,1473,5,517,0,0,1473,1488,1,0,0,0,1474,1475, - 3,208,104,0,1475,1476,5,516,0,0,1476,1481,3,206,103,0,1477,1478, - 5,520,0,0,1478,1480,3,206,103,0,1479,1477,1,0,0,0,1480,1483,1,0, - 0,0,1481,1479,1,0,0,0,1481,1482,1,0,0,0,1482,1484,1,0,0,0,1483,1481, - 1,0,0,0,1484,1485,5,517,0,0,1485,1488,1,0,0,0,1486,1488,3,256,128, - 0,1487,1447,1,0,0,0,1487,1448,1,0,0,0,1487,1449,1,0,0,0,1487,1451, - 1,0,0,0,1487,1462,1,0,0,0,1487,1474,1,0,0,0,1487,1486,1,0,0,0,1488, - 207,1,0,0,0,1489,1490,5,160,0,0,1490,1491,5,493,0,0,1491,209,1,0, - 0,0,1492,1493,7,23,0,0,1493,211,1,0,0,0,1494,1495,3,214,107,0,1495, - 1496,5,516,0,0,1496,1497,3,216,108,0,1497,1498,5,520,0,0,1498,1499, - 3,280,140,0,1499,1500,5,517,0,0,1500,213,1,0,0,0,1501,1502,7,24, - 0,0,1502,215,1,0,0,0,1503,1504,3,326,163,0,1504,217,1,0,0,0,1505, - 1506,5,163,0,0,1506,1507,3,258,129,0,1507,219,1,0,0,0,1508,1509, - 5,432,0,0,1509,1514,3,222,111,0,1510,1511,5,520,0,0,1511,1513,3, - 222,111,0,1512,1510,1,0,0,0,1513,1516,1,0,0,0,1514,1512,1,0,0,0, - 1514,1515,1,0,0,0,1515,221,1,0,0,0,1516,1514,1,0,0,0,1517,1518,3, - 294,147,0,1518,1519,5,17,0,0,1519,1520,3,224,112,0,1520,223,1,0, - 0,0,1521,1523,3,294,147,0,1522,1521,1,0,0,0,1522,1523,1,0,0,0,1523, - 1524,1,0,0,0,1524,1526,5,516,0,0,1525,1527,3,234,117,0,1526,1525, - 1,0,0,0,1526,1527,1,0,0,0,1527,1529,1,0,0,0,1528,1530,3,228,114, - 0,1529,1528,1,0,0,0,1529,1530,1,0,0,0,1530,1532,1,0,0,0,1531,1533, - 3,250,125,0,1532,1531,1,0,0,0,1532,1533,1,0,0,0,1533,1534,1,0,0, - 0,1534,1535,5,517,0,0,1535,225,1,0,0,0,1536,1537,5,213,0,0,1537, - 1539,5,516,0,0,1538,1540,3,234,117,0,1539,1538,1,0,0,0,1539,1540, - 1,0,0,0,1540,1542,1,0,0,0,1541,1543,3,228,114,0,1542,1541,1,0,0, - 0,1542,1543,1,0,0,0,1543,1545,1,0,0,0,1544,1546,3,238,119,0,1545, - 1544,1,0,0,0,1545,1546,1,0,0,0,1546,1548,1,0,0,0,1547,1549,3,244, - 122,0,1548,1547,1,0,0,0,1548,1549,1,0,0,0,1549,1551,1,0,0,0,1550, - 1552,3,246,123,0,1551,1550,1,0,0,0,1551,1552,1,0,0,0,1552,1554,1, - 0,0,0,1553,1555,3,240,120,0,1554,1553,1,0,0,0,1554,1555,1,0,0,0, - 1555,1556,1,0,0,0,1556,1557,3,248,124,0,1557,1562,5,517,0,0,1558, - 1560,5,17,0,0,1559,1558,1,0,0,0,1559,1560,1,0,0,0,1560,1561,1,0, - 0,0,1561,1563,3,302,151,0,1562,1559,1,0,0,0,1562,1563,1,0,0,0,1563, - 227,1,0,0,0,1564,1565,5,258,0,0,1565,1566,5,34,0,0,1566,1571,3,230, - 115,0,1567,1568,5,520,0,0,1568,1570,3,230,115,0,1569,1567,1,0,0, - 0,1570,1573,1,0,0,0,1571,1569,1,0,0,0,1571,1572,1,0,0,0,1572,229, - 1,0,0,0,1573,1571,1,0,0,0,1574,1576,3,52,26,0,1575,1577,7,25,0,0, - 1576,1575,1,0,0,0,1576,1577,1,0,0,0,1577,1580,1,0,0,0,1578,1579, - 5,476,0,0,1579,1581,7,26,0,0,1580,1578,1,0,0,0,1580,1581,1,0,0,0, - 1581,231,1,0,0,0,1582,1585,5,204,0,0,1583,1586,5,5,0,0,1584,1586, - 3,256,128,0,1585,1583,1,0,0,0,1585,1584,1,0,0,0,1586,233,1,0,0,0, - 1587,1588,5,268,0,0,1588,1589,5,34,0,0,1589,1594,3,52,26,0,1590, - 1591,5,520,0,0,1591,1593,3,52,26,0,1592,1590,1,0,0,0,1593,1596,1, - 0,0,0,1594,1592,1,0,0,0,1594,1595,1,0,0,0,1595,235,1,0,0,0,1596, - 1594,1,0,0,0,1597,1614,5,527,0,0,1598,1614,5,530,0,0,1599,1614,5, - 535,0,0,1600,1601,5,518,0,0,1601,1602,5,538,0,0,1602,1603,5,520, - 0,0,1603,1604,5,538,0,0,1604,1614,5,519,0,0,1605,1606,5,518,0,0, - 1606,1607,5,538,0,0,1607,1608,5,520,0,0,1608,1614,5,519,0,0,1609, - 1610,5,518,0,0,1610,1611,5,520,0,0,1611,1612,5,538,0,0,1612,1614, - 5,519,0,0,1613,1597,1,0,0,0,1613,1598,1,0,0,0,1613,1599,1,0,0,0, - 1613,1600,1,0,0,0,1613,1605,1,0,0,0,1613,1609,1,0,0,0,1614,237,1, - 0,0,0,1615,1616,5,215,0,0,1616,1621,3,170,85,0,1617,1618,5,520,0, - 0,1618,1620,3,170,85,0,1619,1617,1,0,0,0,1620,1623,1,0,0,0,1621, - 1619,1,0,0,0,1621,1622,1,0,0,0,1622,239,1,0,0,0,1623,1621,1,0,0, - 0,1624,1625,5,271,0,0,1625,1627,5,516,0,0,1626,1628,3,242,121,0, - 1627,1626,1,0,0,0,1628,1629,1,0,0,0,1629,1627,1,0,0,0,1629,1630, - 1,0,0,0,1630,1631,1,0,0,0,1631,1633,5,517,0,0,1632,1634,3,254,127, - 0,1633,1632,1,0,0,0,1633,1634,1,0,0,0,1634,241,1,0,0,0,1635,1637, - 3,304,152,0,1636,1638,3,236,118,0,1637,1636,1,0,0,0,1637,1638,1, - 0,0,0,1638,243,1,0,0,0,1639,1640,5,5,0,0,1640,1641,5,322,0,0,1641, - 1642,5,272,0,0,1642,1648,5,210,0,0,1643,1644,5,254,0,0,1644,1645, - 5,321,0,0,1645,1646,5,272,0,0,1646,1648,5,210,0,0,1647,1639,1,0, - 0,0,1647,1643,1,0,0,0,1648,245,1,0,0,0,1649,1650,5,438,0,0,1650, - 1651,5,210,0,0,1651,1652,5,343,0,0,1652,1653,5,478,0,0,1653,1654, - 5,467,0,0,1654,1674,5,321,0,0,1655,1656,5,438,0,0,1656,1657,5,210, - 0,0,1657,1658,5,343,0,0,1658,1659,5,388,0,0,1659,1660,5,237,0,0, - 1660,1674,5,321,0,0,1661,1662,5,438,0,0,1662,1663,5,210,0,0,1663, - 1664,5,343,0,0,1664,1665,5,388,0,0,1665,1666,5,467,0,0,1666,1674, - 3,304,152,0,1667,1668,5,438,0,0,1668,1669,5,210,0,0,1669,1670,5, - 343,0,0,1670,1671,5,388,0,0,1671,1672,5,457,0,0,1672,1674,3,304, - 152,0,1673,1649,1,0,0,0,1673,1655,1,0,0,0,1673,1661,1,0,0,0,1673, - 1667,1,0,0,0,1674,247,1,0,0,0,1675,1676,5,105,0,0,1676,1681,3,170, - 85,0,1677,1678,5,520,0,0,1678,1680,3,170,85,0,1679,1677,1,0,0,0, - 1680,1683,1,0,0,0,1681,1679,1,0,0,0,1681,1682,1,0,0,0,1682,249,1, - 0,0,0,1683,1681,1,0,0,0,1684,1685,5,292,0,0,1685,1686,5,27,0,0,1686, - 1687,3,280,140,0,1687,1688,3,252,126,0,1688,1694,1,0,0,0,1689,1690, - 5,322,0,0,1690,1691,5,27,0,0,1691,1692,5,538,0,0,1692,1694,3,252, - 126,0,1693,1684,1,0,0,0,1693,1689,1,0,0,0,1694,251,1,0,0,0,1695, - 1696,5,480,0,0,1696,1697,5,10,0,0,1697,1698,5,76,0,0,1698,1699,5, - 321,0,0,1699,253,1,0,0,0,1700,1701,5,434,0,0,1701,1702,3,280,140, - 0,1702,255,1,0,0,0,1703,1704,3,258,129,0,1704,257,1,0,0,0,1705,1706, - 6,129,-1,0,1706,1707,5,241,0,0,1707,1718,3,258,129,6,1708,1709,5, - 133,0,0,1709,1710,5,516,0,0,1710,1711,3,156,78,0,1711,1712,5,517, - 0,0,1712,1718,1,0,0,0,1713,1715,3,264,132,0,1714,1716,3,260,130, - 0,1715,1714,1,0,0,0,1715,1716,1,0,0,0,1716,1718,1,0,0,0,1717,1705, - 1,0,0,0,1717,1708,1,0,0,0,1717,1713,1,0,0,0,1718,1733,1,0,0,0,1719, - 1720,10,3,0,0,1720,1721,5,10,0,0,1721,1732,3,258,129,4,1722,1723, - 10,2,0,0,1723,1724,5,257,0,0,1724,1732,3,258,129,3,1725,1726,10, - 1,0,0,1726,1728,5,184,0,0,1727,1729,5,241,0,0,1728,1727,1,0,0,0, - 1728,1729,1,0,0,0,1729,1730,1,0,0,0,1730,1732,7,27,0,0,1731,1719, - 1,0,0,0,1731,1722,1,0,0,0,1731,1725,1,0,0,0,1732,1735,1,0,0,0,1733, - 1731,1,0,0,0,1733,1734,1,0,0,0,1734,259,1,0,0,0,1735,1733,1,0,0, - 0,1736,1738,5,241,0,0,1737,1736,1,0,0,0,1737,1738,1,0,0,0,1738,1739, - 1,0,0,0,1739,1741,5,27,0,0,1740,1742,7,28,0,0,1741,1740,1,0,0,0, - 1741,1742,1,0,0,0,1742,1743,1,0,0,0,1743,1744,3,264,132,0,1744,1745, - 5,10,0,0,1745,1746,3,264,132,0,1746,1804,1,0,0,0,1747,1749,5,241, - 0,0,1748,1747,1,0,0,0,1748,1749,1,0,0,0,1749,1750,1,0,0,0,1750,1751, - 5,170,0,0,1751,1752,5,516,0,0,1752,1757,3,256,128,0,1753,1754,5, - 520,0,0,1754,1756,3,256,128,0,1755,1753,1,0,0,0,1756,1759,1,0,0, - 0,1757,1755,1,0,0,0,1757,1758,1,0,0,0,1758,1760,1,0,0,0,1759,1757, - 1,0,0,0,1760,1761,5,517,0,0,1761,1804,1,0,0,0,1762,1764,5,241,0, - 0,1763,1762,1,0,0,0,1763,1764,1,0,0,0,1764,1765,1,0,0,0,1765,1766, - 5,170,0,0,1766,1767,5,516,0,0,1767,1768,3,156,78,0,1768,1769,5,517, - 0,0,1769,1804,1,0,0,0,1770,1771,5,133,0,0,1771,1772,5,516,0,0,1772, - 1773,3,156,78,0,1773,1774,5,517,0,0,1774,1804,1,0,0,0,1775,1777, - 5,241,0,0,1776,1775,1,0,0,0,1776,1777,1,0,0,0,1777,1778,1,0,0,0, - 1778,1779,5,318,0,0,1779,1804,3,264,132,0,1780,1804,3,262,131,0, - 1781,1783,5,184,0,0,1782,1784,5,241,0,0,1783,1782,1,0,0,0,1783,1784, - 1,0,0,0,1784,1785,1,0,0,0,1785,1804,7,27,0,0,1786,1788,5,184,0,0, - 1787,1789,5,241,0,0,1788,1787,1,0,0,0,1788,1789,1,0,0,0,1789,1790, - 1,0,0,0,1790,1791,5,113,0,0,1791,1792,5,151,0,0,1792,1804,3,264, - 132,0,1793,1795,5,241,0,0,1794,1793,1,0,0,0,1794,1795,1,0,0,0,1795, - 1796,1,0,0,0,1796,1797,5,342,0,0,1797,1798,5,388,0,0,1798,1801,3, - 264,132,0,1799,1800,5,127,0,0,1800,1802,3,356,178,0,1801,1799,1, - 0,0,0,1801,1802,1,0,0,0,1802,1804,1,0,0,0,1803,1737,1,0,0,0,1803, - 1748,1,0,0,0,1803,1763,1,0,0,0,1803,1770,1,0,0,0,1803,1776,1,0,0, - 0,1803,1780,1,0,0,0,1803,1781,1,0,0,0,1803,1786,1,0,0,0,1803,1794, - 1,0,0,0,1804,261,1,0,0,0,1805,1807,5,241,0,0,1806,1805,1,0,0,0,1806, - 1807,1,0,0,0,1807,1808,1,0,0,0,1808,1809,5,202,0,0,1809,1823,7,29, - 0,0,1810,1811,5,516,0,0,1811,1824,5,517,0,0,1812,1813,5,516,0,0, - 1813,1818,3,256,128,0,1814,1815,5,520,0,0,1815,1817,3,256,128,0, - 1816,1814,1,0,0,0,1817,1820,1,0,0,0,1818,1816,1,0,0,0,1818,1819, - 1,0,0,0,1819,1821,1,0,0,0,1820,1818,1,0,0,0,1821,1822,5,517,0,0, - 1822,1824,1,0,0,0,1823,1810,1,0,0,0,1823,1812,1,0,0,0,1824,1835, - 1,0,0,0,1825,1827,5,241,0,0,1826,1825,1,0,0,0,1826,1827,1,0,0,0, - 1827,1828,1,0,0,0,1828,1829,5,202,0,0,1829,1832,3,264,132,0,1830, - 1831,5,127,0,0,1831,1833,3,356,178,0,1832,1830,1,0,0,0,1832,1833, - 1,0,0,0,1833,1835,1,0,0,0,1834,1806,1,0,0,0,1834,1826,1,0,0,0,1835, - 263,1,0,0,0,1836,1837,6,132,-1,0,1837,1841,3,266,133,0,1838,1839, - 7,30,0,0,1839,1841,3,264,132,7,1840,1836,1,0,0,0,1840,1838,1,0,0, - 0,1841,1863,1,0,0,0,1842,1843,10,6,0,0,1843,1844,7,31,0,0,1844,1862, - 3,264,132,7,1845,1846,10,5,0,0,1846,1847,7,32,0,0,1847,1862,3,264, - 132,6,1848,1849,10,4,0,0,1849,1850,5,511,0,0,1850,1862,3,264,132, - 5,1851,1852,10,3,0,0,1852,1853,5,512,0,0,1853,1862,3,264,132,4,1854, - 1855,10,2,0,0,1855,1856,5,510,0,0,1856,1862,3,264,132,3,1857,1858, - 10,1,0,0,1858,1859,3,344,172,0,1859,1860,3,264,132,2,1860,1862,1, - 0,0,0,1861,1842,1,0,0,0,1861,1845,1,0,0,0,1861,1848,1,0,0,0,1861, - 1851,1,0,0,0,1861,1854,1,0,0,0,1861,1857,1,0,0,0,1862,1865,1,0,0, - 0,1863,1861,1,0,0,0,1863,1864,1,0,0,0,1864,265,1,0,0,0,1865,1863, - 1,0,0,0,1866,1867,6,133,-1,0,1867,1869,5,40,0,0,1868,1870,3,308, - 154,0,1869,1868,1,0,0,0,1870,1871,1,0,0,0,1871,1869,1,0,0,0,1871, - 1872,1,0,0,0,1872,1875,1,0,0,0,1873,1874,5,120,0,0,1874,1876,3,256, - 128,0,1875,1873,1,0,0,0,1875,1876,1,0,0,0,1876,1877,1,0,0,0,1877, - 1878,5,122,0,0,1878,1959,1,0,0,0,1879,1880,5,40,0,0,1880,1882,3, - 256,128,0,1881,1883,3,308,154,0,1882,1881,1,0,0,0,1883,1884,1,0, - 0,0,1884,1882,1,0,0,0,1884,1885,1,0,0,0,1885,1888,1,0,0,0,1886,1887, - 5,120,0,0,1887,1889,3,256,128,0,1888,1886,1,0,0,0,1888,1889,1,0, - 0,0,1889,1890,1,0,0,0,1890,1891,5,122,0,0,1891,1959,1,0,0,0,1892, - 1893,5,41,0,0,1893,1894,5,516,0,0,1894,1895,3,256,128,0,1895,1896, - 5,17,0,0,1896,1897,3,56,28,0,1897,1898,5,517,0,0,1898,1959,1,0,0, - 0,1899,1900,5,457,0,0,1900,1901,5,516,0,0,1901,1904,3,256,128,0, - 1902,1903,5,461,0,0,1903,1905,5,476,0,0,1904,1902,1,0,0,0,1904,1905, - 1,0,0,0,1905,1906,1,0,0,0,1906,1907,5,517,0,0,1907,1959,1,0,0,0, - 1908,1909,5,467,0,0,1909,1910,5,516,0,0,1910,1913,3,256,128,0,1911, - 1912,5,461,0,0,1912,1914,5,476,0,0,1913,1911,1,0,0,0,1913,1914,1, - 0,0,0,1914,1915,1,0,0,0,1915,1916,5,517,0,0,1916,1959,1,0,0,0,1917, - 1918,5,281,0,0,1918,1919,5,516,0,0,1919,1920,3,264,132,0,1920,1921, - 5,170,0,0,1921,1922,3,264,132,0,1922,1923,5,517,0,0,1923,1959,1, - 0,0,0,1924,1959,3,352,176,0,1925,1959,5,527,0,0,1926,1927,3,326, - 163,0,1927,1928,5,513,0,0,1928,1929,5,527,0,0,1929,1959,1,0,0,0, - 1930,1931,5,516,0,0,1931,1932,3,156,78,0,1932,1933,5,517,0,0,1933, - 1959,1,0,0,0,1934,1935,3,270,135,0,1935,1947,5,516,0,0,1936,1938, - 3,362,181,0,1937,1936,1,0,0,0,1937,1938,1,0,0,0,1938,1939,1,0,0, - 0,1939,1944,3,272,136,0,1940,1941,5,520,0,0,1941,1943,3,272,136, - 0,1942,1940,1,0,0,0,1943,1946,1,0,0,0,1944,1942,1,0,0,0,1944,1945, - 1,0,0,0,1945,1948,1,0,0,0,1946,1944,1,0,0,0,1947,1937,1,0,0,0,1947, - 1948,1,0,0,0,1948,1949,1,0,0,0,1949,1950,5,517,0,0,1950,1959,1,0, - 0,0,1951,1959,3,302,151,0,1952,1959,3,274,137,0,1953,1954,5,516, - 0,0,1954,1955,3,256,128,0,1955,1956,5,517,0,0,1956,1959,1,0,0,0, - 1957,1959,5,85,0,0,1958,1866,1,0,0,0,1958,1879,1,0,0,0,1958,1892, - 1,0,0,0,1958,1899,1,0,0,0,1958,1908,1,0,0,0,1958,1917,1,0,0,0,1958, - 1924,1,0,0,0,1958,1925,1,0,0,0,1958,1926,1,0,0,0,1958,1930,1,0,0, - 0,1958,1934,1,0,0,0,1958,1951,1,0,0,0,1958,1952,1,0,0,0,1958,1953, - 1,0,0,0,1958,1957,1,0,0,0,1959,1967,1,0,0,0,1960,1961,10,5,0,0,1961, - 1962,5,514,0,0,1962,1963,3,264,132,0,1963,1964,5,515,0,0,1964,1966, - 1,0,0,0,1965,1960,1,0,0,0,1966,1969,1,0,0,0,1967,1965,1,0,0,0,1967, - 1968,1,0,0,0,1968,267,1,0,0,0,1969,1967,1,0,0,0,1970,1971,3,326, - 163,0,1971,269,1,0,0,0,1972,1975,3,370,185,0,1973,1975,3,326,163, - 0,1974,1972,1,0,0,0,1974,1973,1,0,0,0,1975,271,1,0,0,0,1976,1981, - 3,368,184,0,1977,1981,3,366,183,0,1978,1981,3,364,182,0,1979,1981, - 3,256,128,0,1980,1976,1,0,0,0,1980,1977,1,0,0,0,1980,1978,1,0,0, - 0,1980,1979,1,0,0,0,1981,273,1,0,0,0,1982,1983,3,326,163,0,1983, - 275,1,0,0,0,1984,1985,3,302,151,0,1985,277,1,0,0,0,1986,1989,3,302, - 151,0,1987,1989,3,274,137,0,1988,1986,1,0,0,0,1988,1987,1,0,0,0, - 1989,279,1,0,0,0,1990,1993,5,182,0,0,1991,1994,3,282,141,0,1992, - 1994,3,286,143,0,1993,1991,1,0,0,0,1993,1992,1,0,0,0,1993,1994,1, - 0,0,0,1994,281,1,0,0,0,1995,1997,3,284,142,0,1996,1998,3,288,144, - 0,1997,1996,1,0,0,0,1997,1998,1,0,0,0,1998,283,1,0,0,0,1999,2000, - 3,290,145,0,2000,2001,3,366,183,0,2001,2003,1,0,0,0,2002,1999,1, - 0,0,0,2003,2004,1,0,0,0,2004,2002,1,0,0,0,2004,2005,1,0,0,0,2005, - 285,1,0,0,0,2006,2009,3,288,144,0,2007,2010,3,284,142,0,2008,2010, - 3,288,144,0,2009,2007,1,0,0,0,2009,2008,1,0,0,0,2009,2010,1,0,0, - 0,2010,287,1,0,0,0,2011,2012,3,290,145,0,2012,2013,3,366,183,0,2013, - 2014,5,388,0,0,2014,2015,3,366,183,0,2015,289,1,0,0,0,2016,2018, - 7,33,0,0,2017,2016,1,0,0,0,2017,2018,1,0,0,0,2018,2019,1,0,0,0,2019, - 2022,7,34,0,0,2020,2022,5,537,0,0,2021,2017,1,0,0,0,2021,2020,1, - 0,0,0,2022,291,1,0,0,0,2023,2025,5,17,0,0,2024,2023,1,0,0,0,2024, - 2025,1,0,0,0,2025,2026,1,0,0,0,2026,2028,3,302,151,0,2027,2029,3, - 298,149,0,2028,2027,1,0,0,0,2028,2029,1,0,0,0,2029,293,1,0,0,0,2030, - 2031,3,302,151,0,2031,2032,3,296,148,0,2032,295,1,0,0,0,2033,2034, - 5,221,0,0,2034,2036,3,302,151,0,2035,2033,1,0,0,0,2036,2037,1,0, - 0,0,2037,2035,1,0,0,0,2037,2038,1,0,0,0,2038,2041,1,0,0,0,2039,2041, - 1,0,0,0,2040,2035,1,0,0,0,2040,2039,1,0,0,0,2041,297,1,0,0,0,2042, - 2043,5,516,0,0,2043,2044,3,300,150,0,2044,2045,5,517,0,0,2045,299, - 1,0,0,0,2046,2051,3,302,151,0,2047,2048,5,520,0,0,2048,2050,3,302, - 151,0,2049,2047,1,0,0,0,2050,2053,1,0,0,0,2051,2049,1,0,0,0,2051, - 2052,1,0,0,0,2052,301,1,0,0,0,2053,2051,1,0,0,0,2054,2058,3,304, - 152,0,2055,2058,3,306,153,0,2056,2058,3,372,186,0,2057,2054,1,0, - 0,0,2057,2055,1,0,0,0,2057,2056,1,0,0,0,2058,303,1,0,0,0,2059,2060, - 7,35,0,0,2060,305,1,0,0,0,2061,2062,5,537,0,0,2062,307,1,0,0,0,2063, - 2064,5,428,0,0,2064,2065,3,256,128,0,2065,2066,5,376,0,0,2066,2067, - 3,256,128,0,2067,309,1,0,0,0,2068,2069,3,302,151,0,2069,311,1,0, - 0,0,2070,2071,3,302,151,0,2071,313,1,0,0,0,2072,2075,3,302,151,0, - 2073,2074,5,513,0,0,2074,2076,3,302,151,0,2075,2073,1,0,0,0,2075, - 2076,1,0,0,0,2076,315,1,0,0,0,2077,2080,3,302,151,0,2078,2079,5, - 513,0,0,2079,2081,3,302,151,0,2080,2078,1,0,0,0,2080,2081,1,0,0, - 0,2081,317,1,0,0,0,2082,2085,3,302,151,0,2083,2084,5,513,0,0,2084, - 2086,3,302,151,0,2085,2083,1,0,0,0,2085,2086,1,0,0,0,2086,2095,1, - 0,0,0,2087,2088,3,302,151,0,2088,2089,5,513,0,0,2089,2092,3,302, - 151,0,2090,2091,5,513,0,0,2091,2093,3,302,151,0,2092,2090,1,0,0, - 0,2092,2093,1,0,0,0,2093,2095,1,0,0,0,2094,2082,1,0,0,0,2094,2087, - 1,0,0,0,2095,319,1,0,0,0,2096,2099,3,302,151,0,2097,2098,5,513,0, - 0,2098,2100,3,302,151,0,2099,2097,1,0,0,0,2099,2100,1,0,0,0,2100, - 2109,1,0,0,0,2101,2102,3,302,151,0,2102,2103,5,513,0,0,2103,2106, - 3,302,151,0,2104,2105,5,513,0,0,2105,2107,3,302,151,0,2106,2104, - 1,0,0,0,2106,2107,1,0,0,0,2107,2109,1,0,0,0,2108,2096,1,0,0,0,2108, - 2101,1,0,0,0,2109,321,1,0,0,0,2110,2113,3,302,151,0,2111,2112,5, - 513,0,0,2112,2114,3,302,151,0,2113,2111,1,0,0,0,2113,2114,1,0,0, - 0,2114,2123,1,0,0,0,2115,2116,3,302,151,0,2116,2117,5,513,0,0,2117, - 2120,3,302,151,0,2118,2119,5,513,0,0,2119,2121,3,302,151,0,2120, - 2118,1,0,0,0,2120,2121,1,0,0,0,2121,2123,1,0,0,0,2122,2110,1,0,0, - 0,2122,2115,1,0,0,0,2123,323,1,0,0,0,2124,2127,3,302,151,0,2125, - 2126,5,513,0,0,2126,2128,3,302,151,0,2127,2125,1,0,0,0,2127,2128, - 1,0,0,0,2128,2137,1,0,0,0,2129,2130,3,302,151,0,2130,2131,5,513, - 0,0,2131,2134,3,302,151,0,2132,2133,5,513,0,0,2133,2135,3,302,151, - 0,2134,2132,1,0,0,0,2134,2135,1,0,0,0,2135,2137,1,0,0,0,2136,2124, - 1,0,0,0,2136,2129,1,0,0,0,2137,325,1,0,0,0,2138,2143,3,302,151,0, - 2139,2140,5,513,0,0,2140,2142,3,302,151,0,2141,2139,1,0,0,0,2142, - 2145,1,0,0,0,2143,2144,1,0,0,0,2143,2141,1,0,0,0,2144,327,1,0,0, - 0,2145,2143,1,0,0,0,2146,2147,5,433,0,0,2147,2148,3,334,167,0,2148, - 329,1,0,0,0,2149,2150,5,167,0,0,2150,2151,5,241,0,0,2151,2152,5, - 133,0,0,2152,331,1,0,0,0,2153,2154,5,167,0,0,2154,2155,5,133,0,0, - 2155,333,1,0,0,0,2156,2157,5,516,0,0,2157,2162,3,336,168,0,2158, - 2159,5,520,0,0,2159,2161,3,336,168,0,2160,2158,1,0,0,0,2161,2164, - 1,0,0,0,2162,2160,1,0,0,0,2162,2163,1,0,0,0,2163,2165,1,0,0,0,2164, - 2162,1,0,0,0,2165,2166,5,517,0,0,2166,335,1,0,0,0,2167,2172,3,338, - 169,0,2168,2170,5,505,0,0,2169,2168,1,0,0,0,2169,2170,1,0,0,0,2170, - 2171,1,0,0,0,2171,2173,3,340,170,0,2172,2169,1,0,0,0,2172,2173,1, - 0,0,0,2173,337,1,0,0,0,2174,2178,3,302,151,0,2175,2178,3,274,137, - 0,2176,2178,5,537,0,0,2177,2174,1,0,0,0,2177,2175,1,0,0,0,2177,2176, - 1,0,0,0,2178,339,1,0,0,0,2179,2184,5,538,0,0,2180,2184,5,539,0,0, - 2181,2184,3,360,180,0,2182,2184,5,537,0,0,2183,2179,1,0,0,0,2183, - 2180,1,0,0,0,2183,2181,1,0,0,0,2183,2182,1,0,0,0,2184,341,1,0,0, - 0,2185,2192,5,10,0,0,2186,2187,5,511,0,0,2187,2192,5,511,0,0,2188, - 2192,5,257,0,0,2189,2190,5,510,0,0,2190,2192,5,510,0,0,2191,2185, - 1,0,0,0,2191,2186,1,0,0,0,2191,2188,1,0,0,0,2191,2189,1,0,0,0,2192, - 343,1,0,0,0,2193,2208,5,505,0,0,2194,2208,5,506,0,0,2195,2208,5, - 507,0,0,2196,2197,5,507,0,0,2197,2208,5,505,0,0,2198,2199,5,506, - 0,0,2199,2208,5,505,0,0,2200,2201,5,507,0,0,2201,2208,5,506,0,0, - 2202,2203,5,508,0,0,2203,2208,5,505,0,0,2204,2205,5,507,0,0,2205, - 2206,5,505,0,0,2206,2208,5,506,0,0,2207,2193,1,0,0,0,2207,2194,1, - 0,0,0,2207,2195,1,0,0,0,2207,2196,1,0,0,0,2207,2198,1,0,0,0,2207, - 2200,1,0,0,0,2207,2202,1,0,0,0,2207,2204,1,0,0,0,2208,345,1,0,0, - 0,2209,2210,5,507,0,0,2210,2217,5,507,0,0,2211,2212,5,506,0,0,2212, - 2217,5,506,0,0,2213,2217,5,511,0,0,2214,2217,5,512,0,0,2215,2217, - 5,510,0,0,2216,2209,1,0,0,0,2216,2211,1,0,0,0,2216,2213,1,0,0,0, - 2216,2214,1,0,0,0,2216,2215,1,0,0,0,2217,347,1,0,0,0,2218,2219,7, - 36,0,0,2219,349,1,0,0,0,2220,2221,7,37,0,0,2221,351,1,0,0,0,2222, - 2237,3,280,140,0,2223,2237,3,354,177,0,2224,2237,3,356,178,0,2225, - 2227,5,529,0,0,2226,2225,1,0,0,0,2226,2227,1,0,0,0,2227,2228,1,0, - 0,0,2228,2237,3,358,179,0,2229,2237,3,360,180,0,2230,2237,5,539, - 0,0,2231,2237,5,540,0,0,2232,2234,5,241,0,0,2233,2232,1,0,0,0,2233, - 2234,1,0,0,0,2234,2235,1,0,0,0,2235,2237,5,244,0,0,2236,2222,1,0, - 0,0,2236,2223,1,0,0,0,2236,2224,1,0,0,0,2236,2226,1,0,0,0,2236,2229, - 1,0,0,0,2236,2230,1,0,0,0,2236,2231,1,0,0,0,2236,2233,1,0,0,0,2237, - 353,1,0,0,0,2238,2239,3,364,182,0,2239,2240,3,356,178,0,2240,355, - 1,0,0,0,2241,2242,5,537,0,0,2242,357,1,0,0,0,2243,2244,5,538,0,0, - 2244,359,1,0,0,0,2245,2246,7,38,0,0,2246,361,1,0,0,0,2247,2248,7, - 39,0,0,2248,363,1,0,0,0,2249,2250,7,40,0,0,2250,365,1,0,0,0,2251, - 2252,7,41,0,0,2252,367,1,0,0,0,2253,2254,7,42,0,0,2254,369,1,0,0, - 0,2255,2256,7,43,0,0,2256,371,1,0,0,0,2257,2258,7,44,0,0,2258,373, - 1,0,0,0,266,377,384,387,401,419,423,432,437,444,455,464,476,479, - 486,489,497,501,506,509,516,524,528,540,548,552,584,587,592,596, - 600,604,613,618,622,626,631,634,638,643,649,654,659,663,667,671, - 679,687,691,695,699,703,707,711,715,719,721,731,739,763,770,776, - 779,782,789,792,801,813,837,849,854,858,866,870,876,886,891,897, - 901,905,909,918,922,929,932,942,950,958,962,977,996,1007,1011,1018, - 1023,1029,1033,1040,1044,1048,1052,1060,1064,1069,1075,1081,1084, - 1088,1099,1108,1122,1134,1149,1152,1156,1159,1161,1166,1170,1173, - 1177,1186,1195,1205,1210,1221,1224,1227,1230,1233,1239,1243,1251, - 1254,1259,1262,1266,1269,1271,1285,1296,1301,1309,1312,1315,1320, - 1322,1324,1329,1332,1336,1340,1352,1359,1370,1397,1419,1432,1444, - 1457,1469,1481,1487,1514,1522,1526,1529,1532,1539,1542,1545,1548, - 1551,1554,1559,1562,1571,1576,1580,1585,1594,1613,1621,1629,1633, - 1637,1647,1673,1681,1693,1715,1717,1728,1731,1733,1737,1741,1748, - 1757,1763,1776,1783,1788,1794,1801,1803,1806,1818,1823,1826,1832, - 1834,1840,1861,1863,1871,1875,1884,1888,1904,1913,1937,1944,1947, - 1958,1967,1974,1980,1988,1993,1997,2004,2009,2017,2021,2024,2028, - 2037,2040,2051,2057,2075,2080,2085,2092,2094,2099,2106,2108,2113, - 2120,2122,2127,2134,2136,2143,2162,2169,2172,2177,2183,2191,2207, - 2216,2226,2233,2236 + 7,186,2,187,7,187,1,0,5,0,378,8,0,10,0,12,0,381,9,0,1,0,1,0,1,1, + 1,1,3,1,387,8,1,1,1,3,1,390,8,1,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2, + 1,2,1,2,1,2,1,2,3,2,404,8,2,1,3,1,3,1,4,1,4,1,4,1,4,1,4,1,4,1,4, + 1,4,1,4,1,4,1,4,1,4,1,4,1,4,3,4,422,8,4,1,5,1,5,3,5,426,8,5,1,6, + 1,6,1,6,1,7,1,7,1,7,1,7,3,7,435,8,7,1,7,1,7,1,7,3,7,440,8,7,1,8, + 1,8,1,8,5,8,445,8,8,10,8,12,8,448,9,8,1,9,1,9,1,10,1,10,1,10,1,10, + 1,10,1,10,3,10,458,8,10,1,11,1,11,1,11,1,11,1,11,5,11,465,8,11,10, + 11,12,11,468,9,11,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,3, + 12,479,8,12,1,12,3,12,482,8,12,1,12,1,12,1,12,1,12,1,12,3,12,489, + 8,12,1,12,3,12,492,8,12,1,12,1,12,1,12,1,12,1,12,1,12,3,12,500,8, + 12,1,12,1,12,3,12,504,8,12,1,12,1,12,1,12,3,12,509,8,12,1,12,3,12, + 512,8,12,1,13,1,13,1,13,1,13,1,13,3,13,519,8,13,1,14,1,14,1,14,1, + 14,1,15,1,15,3,15,527,8,15,1,16,1,16,3,16,531,8,16,1,17,1,17,1,17, + 1,17,1,18,1,18,1,18,1,18,1,18,1,18,3,18,543,8,18,1,18,1,18,1,18, + 1,18,1,18,1,18,3,18,551,8,18,1,18,1,18,3,18,555,8,18,1,18,1,18,1, + 18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1, + 18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1, + 18,1,18,3,18,587,8,18,1,19,3,19,590,8,19,1,19,4,19,593,8,19,11,19, + 12,19,594,1,20,1,20,3,20,599,8,20,1,21,1,21,3,21,603,8,21,1,21,1, + 21,3,21,607,8,21,1,21,1,21,1,21,1,21,1,21,5,21,614,8,21,10,21,12, + 21,617,9,21,1,21,1,21,3,21,621,8,21,1,21,1,21,3,21,625,8,21,1,21, + 1,21,3,21,629,8,21,1,21,1,21,1,21,3,21,634,8,21,1,21,3,21,637,8, + 21,1,21,1,21,3,21,641,8,21,1,22,1,22,1,22,3,22,646,8,22,1,22,1,22, + 1,22,1,22,3,22,652,8,22,1,23,1,23,1,23,3,23,657,8,23,1,24,1,24,1, + 24,3,24,662,8,24,1,24,1,24,3,24,666,8,24,1,25,1,25,3,25,670,8,25, + 1,26,1,26,3,26,674,8,26,1,27,1,27,1,28,1,28,1,28,1,28,5,28,682,8, + 28,10,28,12,28,685,9,28,1,28,1,28,1,29,1,29,1,29,3,29,692,8,29,1, + 29,1,29,3,29,696,8,29,1,29,1,29,3,29,700,8,29,1,29,1,29,3,29,704, + 8,29,1,29,1,29,3,29,708,8,29,1,29,1,29,3,29,712,8,29,1,29,1,29,3, + 29,716,8,29,1,29,1,29,3,29,720,8,29,1,29,1,29,3,29,724,8,29,3,29, + 726,8,29,1,30,1,30,1,30,1,30,1,31,1,31,1,31,1,31,3,31,736,8,31,1, + 31,1,31,1,32,1,32,1,32,1,32,3,32,744,8,32,1,32,1,32,1,33,1,33,1, + 33,1,33,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,35,1,35,1,35,1,35,1, + 35,1,35,1,35,5,35,766,8,35,10,35,12,35,769,9,35,1,35,1,35,1,36,1, + 36,3,36,775,8,36,1,36,1,36,1,36,1,36,3,36,781,8,36,1,36,3,36,784, + 8,36,1,36,3,36,787,8,36,1,37,1,37,1,37,1,37,1,37,3,37,794,8,37,1, + 37,3,37,797,8,37,1,38,1,38,1,39,1,39,1,39,1,39,1,39,3,39,806,8,39, + 1,40,1,40,1,41,1,41,1,41,1,41,1,41,1,41,1,42,1,42,3,42,818,8,42, + 1,42,1,42,1,42,1,42,1,42,1,42,1,43,1,43,1,44,1,44,1,44,1,44,1,45, + 1,45,1,45,1,45,1,46,1,46,1,46,1,46,5,46,840,8,46,10,46,12,46,843, + 9,46,1,46,1,46,1,47,1,47,1,47,1,47,1,47,5,47,852,8,47,10,47,12,47, + 855,9,47,1,47,1,47,3,47,859,8,47,1,48,1,48,3,48,863,8,48,1,49,1, + 49,1,49,1,49,5,49,869,8,49,10,49,12,49,872,9,49,1,49,3,49,875,8, + 49,1,50,1,50,1,50,1,50,3,50,881,8,50,1,51,1,51,1,51,1,51,1,51,1, + 52,1,52,1,52,3,52,891,8,52,1,52,1,52,1,52,3,52,896,8,52,1,52,1,52, + 1,53,1,53,3,53,902,8,53,1,53,1,53,3,53,906,8,53,1,53,1,53,3,53,910, + 8,53,1,53,1,53,3,53,914,8,53,1,53,1,53,1,53,1,54,1,54,1,54,1,54, + 3,54,923,8,54,1,54,1,54,3,54,927,8,54,1,54,1,54,1,54,1,54,1,54,3, + 54,934,8,54,1,54,3,54,937,8,54,1,55,1,55,1,55,1,55,1,55,1,55,5,55, + 945,8,55,10,55,12,55,948,9,55,1,56,1,56,1,57,1,57,1,57,3,57,955, + 8,57,1,57,1,57,1,57,1,57,1,57,1,57,3,57,963,8,57,1,58,1,58,3,58, + 967,8,58,1,58,1,58,1,58,1,59,1,59,1,59,1,60,1,60,1,60,1,60,1,60, + 1,60,1,60,3,60,982,8,60,1,61,1,61,1,61,1,61,1,62,1,62,1,62,1,62, + 1,63,1,63,1,63,1,64,1,64,1,64,1,64,1,64,1,64,3,64,1001,8,64,1,65, + 1,65,1,65,1,65,1,65,1,66,1,66,1,66,1,66,3,66,1012,8,66,1,66,1,66, + 3,66,1016,8,66,1,66,1,66,1,66,1,66,1,66,3,66,1023,8,66,1,67,1,67, + 1,67,3,67,1028,8,67,1,67,1,67,1,68,1,68,3,68,1034,8,68,1,68,1,68, + 3,68,1038,8,68,1,68,1,68,1,69,1,69,1,69,3,69,1045,8,69,1,69,1,69, + 3,69,1049,8,69,1,70,1,70,3,70,1053,8,70,1,70,1,70,3,70,1057,8,70, + 1,70,1,70,1,71,1,71,1,71,1,71,3,71,1065,8,71,1,71,1,71,3,71,1069, + 8,71,1,71,1,71,1,72,3,72,1074,8,72,1,72,1,72,1,72,1,72,3,72,1080, + 8,72,1,73,1,73,1,73,1,73,3,73,1086,8,73,1,73,3,73,1089,8,73,1,73, + 1,73,3,73,1093,8,73,1,74,1,74,1,74,1,75,1,75,1,75,1,75,5,75,1102, + 8,75,10,75,12,75,1105,9,75,1,76,1,76,1,76,1,76,5,76,1111,8,76,10, + 76,12,76,1114,9,76,1,76,1,76,1,77,1,77,1,77,1,77,1,77,1,77,1,77, + 4,77,1125,8,77,11,77,12,77,1126,1,77,1,77,1,78,1,78,1,78,1,78,1, + 78,1,78,4,78,1137,8,78,11,78,12,78,1138,1,78,1,78,1,79,1,79,1,79, + 1,79,1,79,1,79,1,79,1,79,1,79,1,79,1,79,3,79,1154,8,79,1,79,3,79, + 1157,8,79,1,79,1,79,3,79,1161,8,79,1,79,3,79,1164,8,79,3,79,1166, + 8,79,1,79,1,79,1,79,3,79,1171,8,79,1,79,1,79,3,79,1175,8,79,1,79, + 3,79,1178,8,79,5,79,1180,8,79,10,79,12,79,1183,9,79,1,80,1,80,1, + 80,1,80,5,80,1189,8,80,10,80,12,80,1192,9,80,1,81,1,81,1,81,1,81, + 5,81,1198,8,81,10,81,12,81,1201,9,81,1,82,1,82,1,82,1,82,1,82,5, + 82,1208,8,82,10,82,12,82,1211,9,82,1,82,1,82,3,82,1215,8,82,1,82, + 1,82,1,82,1,82,1,82,1,83,1,83,1,84,1,84,3,84,1226,8,84,1,84,3,84, + 1229,8,84,1,84,3,84,1232,8,84,1,84,3,84,1235,8,84,1,84,3,84,1238, + 8,84,1,84,1,84,1,84,1,84,3,84,1244,8,84,1,85,1,85,3,85,1248,8,85, + 1,85,1,85,1,85,1,85,5,85,1254,8,85,10,85,12,85,1257,9,85,3,85,1259, + 8,85,1,86,1,86,1,86,3,86,1264,8,86,1,86,3,86,1267,8,86,1,86,1,86, + 3,86,1271,8,86,1,86,3,86,1274,8,86,3,86,1276,8,86,1,87,1,87,1,87, + 1,87,1,87,1,87,1,87,1,87,1,87,1,87,1,87,1,87,3,87,1290,8,87,1,88, + 1,88,1,88,1,89,1,89,1,89,1,89,5,89,1299,8,89,10,89,12,89,1302,9, + 89,1,89,1,89,3,89,1306,8,89,1,89,1,89,1,89,1,89,1,89,1,89,3,89,1314, + 8,89,1,89,3,89,1317,8,89,1,89,3,89,1320,8,89,1,89,1,89,1,89,3,89, + 1325,8,89,5,89,1327,8,89,10,89,12,89,1330,9,89,1,90,1,90,3,90,1334, + 8,90,1,91,3,91,1337,8,91,1,91,1,91,3,91,1341,8,91,1,91,1,91,3,91, + 1345,8,91,1,91,1,91,1,91,1,91,1,91,1,91,1,91,1,91,5,91,1355,8,91, + 10,91,12,91,1358,9,91,1,91,1,91,1,91,1,91,3,91,1364,8,91,1,91,1, + 91,1,91,1,91,1,91,1,91,1,91,1,91,1,91,3,91,1375,8,91,1,92,1,92,1, + 92,1,92,1,92,1,92,1,93,1,93,1,94,1,94,1,94,1,94,1,94,1,95,1,95,1, + 95,1,95,1,95,1,96,1,96,1,96,1,96,1,96,5,96,1400,8,96,10,96,12,96, + 1403,9,96,1,96,1,96,1,97,1,97,1,98,1,98,1,98,1,98,1,98,1,98,1,98, + 1,98,1,98,1,98,1,98,1,98,1,98,1,98,1,98,3,98,1424,8,98,1,99,1,99, + 1,100,1,100,1,100,1,100,1,100,1,101,1,101,1,101,1,101,3,101,1437, + 8,101,1,102,1,102,1,102,1,103,1,103,1,103,1,103,1,103,5,103,1447, + 8,103,10,103,12,103,1450,9,103,1,104,1,104,1,104,1,104,1,104,1,104, + 1,104,1,104,5,104,1460,8,104,10,104,12,104,1463,9,104,1,104,1,104, + 1,104,1,104,1,104,1,104,1,104,5,104,1472,8,104,10,104,12,104,1475, + 9,104,1,104,1,104,1,104,1,104,1,104,1,104,1,104,5,104,1484,8,104, + 10,104,12,104,1487,9,104,1,104,1,104,1,104,3,104,1492,8,104,1,105, + 1,105,1,105,1,106,1,106,1,107,1,107,1,107,1,107,1,107,1,107,1,107, + 1,108,1,108,1,109,1,109,1,110,1,110,1,110,1,111,1,111,1,111,1,111, + 5,111,1517,8,111,10,111,12,111,1520,9,111,1,112,1,112,1,112,1,112, + 1,113,3,113,1527,8,113,1,113,1,113,3,113,1531,8,113,1,113,3,113, + 1534,8,113,1,113,3,113,1537,8,113,1,113,1,113,1,114,1,114,1,114, + 3,114,1544,8,114,1,114,3,114,1547,8,114,1,114,3,114,1550,8,114,1, + 114,3,114,1553,8,114,1,114,3,114,1556,8,114,1,114,3,114,1559,8,114, + 1,114,1,114,1,114,3,114,1564,8,114,1,114,3,114,1567,8,114,1,115, + 1,115,1,115,1,115,1,115,5,115,1574,8,115,10,115,12,115,1577,9,115, + 1,116,1,116,3,116,1581,8,116,1,116,1,116,3,116,1585,8,116,1,117, + 1,117,1,117,3,117,1590,8,117,1,118,1,118,1,118,1,118,1,118,5,118, + 1597,8,118,10,118,12,118,1600,9,118,1,119,1,119,1,119,1,119,1,119, + 1,119,1,119,1,119,1,119,1,119,1,119,1,119,1,119,1,119,1,119,1,119, + 3,119,1618,8,119,1,120,1,120,1,120,1,120,5,120,1624,8,120,10,120, + 12,120,1627,9,120,1,121,1,121,1,121,4,121,1632,8,121,11,121,12,121, + 1633,1,121,1,121,3,121,1638,8,121,1,122,1,122,3,122,1642,8,122,1, + 123,1,123,1,123,1,123,1,123,1,123,1,123,1,123,3,123,1652,8,123,1, + 124,1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124, + 1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124, + 1,124,1,124,3,124,1678,8,124,1,125,1,125,1,125,1,125,5,125,1684, + 8,125,10,125,12,125,1687,9,125,1,126,1,126,1,126,1,126,1,126,1,126, + 1,126,1,126,1,126,3,126,1698,8,126,1,127,1,127,1,127,1,127,1,127, + 1,128,1,128,1,128,1,129,1,129,1,130,1,130,1,130,1,130,1,130,1,130, + 1,130,1,130,1,130,1,130,3,130,1720,8,130,3,130,1722,8,130,1,130, + 1,130,1,130,1,130,1,130,1,130,1,130,1,130,1,130,3,130,1733,8,130, + 1,130,5,130,1736,8,130,10,130,12,130,1739,9,130,1,131,3,131,1742, + 8,131,1,131,1,131,3,131,1746,8,131,1,131,1,131,1,131,1,131,1,131, + 3,131,1753,8,131,1,131,1,131,1,131,1,131,1,131,5,131,1760,8,131, + 10,131,12,131,1763,9,131,1,131,1,131,1,131,3,131,1768,8,131,1,131, + 1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131,3,131, + 1781,8,131,1,131,1,131,1,131,1,131,1,131,3,131,1788,8,131,1,131, + 1,131,1,131,3,131,1793,8,131,1,131,1,131,1,131,1,131,3,131,1799, + 8,131,1,131,1,131,1,131,1,131,1,131,3,131,1806,8,131,3,131,1808, + 8,131,1,132,3,132,1811,8,132,1,132,1,132,1,132,1,132,1,132,1,132, + 1,132,1,132,5,132,1821,8,132,10,132,12,132,1824,9,132,1,132,1,132, + 3,132,1828,8,132,1,132,3,132,1831,8,132,1,132,1,132,1,132,1,132, + 3,132,1837,8,132,3,132,1839,8,132,1,133,1,133,1,133,1,133,3,133, + 1845,8,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133, + 1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,5,133, + 1866,8,133,10,133,12,133,1869,9,133,1,134,1,134,1,134,4,134,1874, + 8,134,11,134,12,134,1875,1,134,1,134,3,134,1880,8,134,1,134,1,134, + 1,134,1,134,1,134,4,134,1887,8,134,11,134,12,134,1888,1,134,1,134, + 3,134,1893,8,134,1,134,1,134,1,134,1,134,1,134,1,134,1,134,1,134, + 1,134,1,134,1,134,1,134,1,134,1,134,3,134,1909,8,134,1,134,1,134, + 1,134,1,134,1,134,1,134,1,134,3,134,1918,8,134,1,134,1,134,1,134, + 1,134,1,134,1,134,1,134,1,134,1,134,1,134,1,134,1,134,1,134,1,134, + 1,134,1,134,1,134,1,134,1,134,1,134,1,134,1,134,3,134,1942,8,134, + 1,134,1,134,1,134,5,134,1947,8,134,10,134,12,134,1950,9,134,3,134, + 1952,8,134,1,134,1,134,1,134,1,134,1,134,1,134,1,134,1,134,1,134, + 3,134,1963,8,134,1,134,1,134,1,134,1,134,1,134,5,134,1970,8,134, + 10,134,12,134,1973,9,134,1,135,1,135,1,136,1,136,3,136,1979,8,136, + 1,137,1,137,1,137,1,137,3,137,1985,8,137,1,138,1,138,1,139,1,139, + 1,140,1,140,3,140,1993,8,140,1,141,1,141,1,141,3,141,1998,8,141, + 1,142,1,142,3,142,2002,8,142,1,143,1,143,1,143,4,143,2007,8,143, + 11,143,12,143,2008,1,144,1,144,1,144,3,144,2014,8,144,1,145,1,145, + 1,145,1,145,1,145,1,146,3,146,2022,8,146,1,146,1,146,3,146,2026, + 8,146,1,147,3,147,2029,8,147,1,147,1,147,3,147,2033,8,147,1,148, + 1,148,1,148,1,149,1,149,4,149,2040,8,149,11,149,12,149,2041,1,149, + 3,149,2045,8,149,1,150,1,150,1,150,1,150,1,151,1,151,1,151,5,151, + 2054,8,151,10,151,12,151,2057,9,151,1,152,1,152,1,152,3,152,2062, + 8,152,1,153,1,153,1,154,1,154,1,155,1,155,1,155,1,155,1,155,1,156, + 1,156,1,157,1,157,1,158,1,158,1,158,3,158,2080,8,158,1,159,1,159, + 1,159,3,159,2085,8,159,1,160,1,160,1,160,3,160,2090,8,160,1,160, + 1,160,1,160,1,160,1,160,3,160,2097,8,160,3,160,2099,8,160,1,161, + 1,161,1,161,3,161,2104,8,161,1,161,1,161,1,161,1,161,1,161,3,161, + 2111,8,161,3,161,2113,8,161,1,162,1,162,1,162,3,162,2118,8,162,1, + 162,1,162,1,162,1,162,1,162,3,162,2125,8,162,3,162,2127,8,162,1, + 163,1,163,1,163,3,163,2132,8,163,1,163,1,163,1,163,1,163,1,163,3, + 163,2139,8,163,3,163,2141,8,163,1,164,1,164,1,164,5,164,2146,8,164, + 10,164,12,164,2149,9,164,1,165,1,165,1,165,1,166,1,166,1,166,1,166, + 1,167,1,167,1,167,1,168,1,168,1,168,1,168,5,168,2165,8,168,10,168, + 12,168,2168,9,168,1,168,1,168,1,169,1,169,3,169,2174,8,169,1,169, + 3,169,2177,8,169,1,170,1,170,1,170,3,170,2182,8,170,1,171,1,171, + 1,171,1,171,3,171,2188,8,171,1,172,1,172,1,172,1,172,1,172,1,172, + 3,172,2196,8,172,1,173,1,173,1,173,1,173,1,173,1,173,1,173,1,173, + 1,173,1,173,1,173,1,173,1,173,1,173,3,173,2212,8,173,1,174,1,174, + 1,174,1,174,1,174,1,174,1,174,3,174,2221,8,174,1,175,1,175,1,176, + 1,176,1,177,1,177,1,177,1,177,3,177,2231,8,177,1,177,1,177,1,177, + 1,177,1,177,3,177,2238,8,177,1,177,3,177,2241,8,177,1,178,1,178, + 1,178,1,179,1,179,1,180,1,180,1,181,1,181,1,182,1,182,1,183,1,183, + 1,184,1,184,1,185,1,185,1,186,1,186,1,187,1,187,1,187,1,2147,5,158, + 178,260,266,268,188,0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32, + 34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76, + 78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114, + 116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146, + 148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178, + 180,182,184,186,188,190,192,194,196,198,200,202,204,206,208,210, + 212,214,216,218,220,222,224,226,228,230,232,234,236,238,240,242, + 244,246,248,250,252,254,256,258,260,262,264,266,268,270,272,274, + 276,278,280,282,284,286,288,290,292,294,296,298,300,302,304,306, + 308,310,312,314,316,318,320,322,324,326,328,330,332,334,336,338, + 340,342,344,346,348,350,352,354,356,358,360,362,364,366,368,370, + 372,374,0,45,2,0,109,109,450,450,3,0,45,45,128,128,188,188,4,0,42, + 42,90,90,422,422,464,464,2,0,441,441,447,447,2,0,151,151,170,170, + 2,0,437,437,489,489,2,0,482,485,487,487,3,0,32,32,91,91,244,244, + 11,0,28,29,35,35,46,46,92,92,178,179,344,344,360,360,378,378,381, + 381,387,387,416,417,2,0,433,433,435,435,4,0,101,102,115,115,144, + 144,246,246,2,0,13,13,231,231,2,0,455,455,462,462,3,0,5,5,270,270, + 444,444,3,0,266,266,455,455,462,462,3,0,425,425,458,458,477,477, + 3,0,330,330,465,465,481,481,2,0,440,440,490,490,2,0,183,183,265, + 265,3,0,130,130,180,180,402,402,4,0,152,152,174,174,201,201,317, + 317,3,0,445,445,459,459,499,499,4,0,250,250,446,446,494,496,498, + 498,2,0,74,74,320,320,3,0,459,459,492,492,499,499,2,0,439,439,450, + 450,2,0,457,457,467,467,4,0,140,140,244,244,397,397,404,404,2,0, + 19,19,369,369,2,0,5,5,11,11,2,0,509,509,529,530,4,0,452,452,527, + 527,531,531,534,534,2,0,529,530,532,532,1,0,529,530,1,0,538,539, + 2,0,538,538,541,541,4,0,452,452,527,527,529,531,533,534,3,0,241, + 241,508,509,529,530,2,0,140,140,397,397,2,0,5,5,113,113,10,0,97, + 97,165,165,222,222,229,229,334,334,436,436,470,470,472,472,488,488, + 502,502,15,0,97,97,165,165,222,222,229,229,334,334,427,427,436,436, + 442,442,448,449,454,454,460,460,470,475,488,488,491,491,502,503, + 11,0,5,5,13,13,33,33,78,78,84,85,113,113,200,200,207,208,389,389, + 413,413,527,527,55,0,4,4,13,13,23,23,38,38,41,41,43,44,54,54,56, + 56,69,69,75,75,78,78,84,85,91,91,98,99,107,107,119,119,134,134,139, + 139,143,143,145,145,160,160,165,165,167,167,194,194,197,197,199, + 199,201,201,205,205,207,209,214,214,220,220,222,223,229,229,243, + 243,245,245,264,264,276,276,281,281,283,283,293,293,317,317,321, + 323,334,334,357,358,364,364,367,367,378,380,395,395,398,399,408, + 408,419,420,436,436,469,469,488,488,502,502,1,0,437,504,2463,0,379, + 1,0,0,0,2,389,1,0,0,0,4,403,1,0,0,0,6,405,1,0,0,0,8,421,1,0,0,0, + 10,425,1,0,0,0,12,427,1,0,0,0,14,430,1,0,0,0,16,441,1,0,0,0,18,449, + 1,0,0,0,20,457,1,0,0,0,22,459,1,0,0,0,24,511,1,0,0,0,26,513,1,0, + 0,0,28,520,1,0,0,0,30,524,1,0,0,0,32,528,1,0,0,0,34,532,1,0,0,0, + 36,586,1,0,0,0,38,592,1,0,0,0,40,598,1,0,0,0,42,600,1,0,0,0,44,642, + 1,0,0,0,46,656,1,0,0,0,48,658,1,0,0,0,50,669,1,0,0,0,52,673,1,0, + 0,0,54,675,1,0,0,0,56,677,1,0,0,0,58,725,1,0,0,0,60,727,1,0,0,0, + 62,731,1,0,0,0,64,739,1,0,0,0,66,747,1,0,0,0,68,751,1,0,0,0,70,758, + 1,0,0,0,72,786,1,0,0,0,74,788,1,0,0,0,76,798,1,0,0,0,78,800,1,0, + 0,0,80,807,1,0,0,0,82,809,1,0,0,0,84,817,1,0,0,0,86,825,1,0,0,0, + 88,827,1,0,0,0,90,831,1,0,0,0,92,835,1,0,0,0,94,858,1,0,0,0,96,862, + 1,0,0,0,98,864,1,0,0,0,100,880,1,0,0,0,102,882,1,0,0,0,104,887,1, + 0,0,0,106,899,1,0,0,0,108,918,1,0,0,0,110,938,1,0,0,0,112,949,1, + 0,0,0,114,951,1,0,0,0,116,964,1,0,0,0,118,971,1,0,0,0,120,974,1, + 0,0,0,122,983,1,0,0,0,124,987,1,0,0,0,126,991,1,0,0,0,128,994,1, + 0,0,0,130,1002,1,0,0,0,132,1007,1,0,0,0,134,1024,1,0,0,0,136,1031, + 1,0,0,0,138,1041,1,0,0,0,140,1050,1,0,0,0,142,1060,1,0,0,0,144,1079, + 1,0,0,0,146,1081,1,0,0,0,148,1094,1,0,0,0,150,1097,1,0,0,0,152,1106, + 1,0,0,0,154,1117,1,0,0,0,156,1130,1,0,0,0,158,1165,1,0,0,0,160,1184, + 1,0,0,0,162,1193,1,0,0,0,164,1202,1,0,0,0,166,1221,1,0,0,0,168,1243, + 1,0,0,0,170,1245,1,0,0,0,172,1275,1,0,0,0,174,1289,1,0,0,0,176,1291, + 1,0,0,0,178,1305,1,0,0,0,180,1331,1,0,0,0,182,1374,1,0,0,0,184,1376, + 1,0,0,0,186,1382,1,0,0,0,188,1384,1,0,0,0,190,1389,1,0,0,0,192,1394, + 1,0,0,0,194,1406,1,0,0,0,196,1423,1,0,0,0,198,1425,1,0,0,0,200,1427, + 1,0,0,0,202,1436,1,0,0,0,204,1438,1,0,0,0,206,1441,1,0,0,0,208,1491, + 1,0,0,0,210,1493,1,0,0,0,212,1496,1,0,0,0,214,1498,1,0,0,0,216,1505, + 1,0,0,0,218,1507,1,0,0,0,220,1509,1,0,0,0,222,1512,1,0,0,0,224,1521, + 1,0,0,0,226,1526,1,0,0,0,228,1540,1,0,0,0,230,1568,1,0,0,0,232,1578, + 1,0,0,0,234,1586,1,0,0,0,236,1591,1,0,0,0,238,1617,1,0,0,0,240,1619, + 1,0,0,0,242,1628,1,0,0,0,244,1639,1,0,0,0,246,1651,1,0,0,0,248,1677, + 1,0,0,0,250,1679,1,0,0,0,252,1697,1,0,0,0,254,1699,1,0,0,0,256,1704, + 1,0,0,0,258,1707,1,0,0,0,260,1721,1,0,0,0,262,1807,1,0,0,0,264,1838, + 1,0,0,0,266,1844,1,0,0,0,268,1962,1,0,0,0,270,1974,1,0,0,0,272,1978, + 1,0,0,0,274,1984,1,0,0,0,276,1986,1,0,0,0,278,1988,1,0,0,0,280,1992, + 1,0,0,0,282,1994,1,0,0,0,284,1999,1,0,0,0,286,2006,1,0,0,0,288,2010, + 1,0,0,0,290,2015,1,0,0,0,292,2025,1,0,0,0,294,2028,1,0,0,0,296,2034, + 1,0,0,0,298,2044,1,0,0,0,300,2046,1,0,0,0,302,2050,1,0,0,0,304,2061, + 1,0,0,0,306,2063,1,0,0,0,308,2065,1,0,0,0,310,2067,1,0,0,0,312,2072, + 1,0,0,0,314,2074,1,0,0,0,316,2076,1,0,0,0,318,2081,1,0,0,0,320,2098, + 1,0,0,0,322,2112,1,0,0,0,324,2126,1,0,0,0,326,2140,1,0,0,0,328,2142, + 1,0,0,0,330,2150,1,0,0,0,332,2153,1,0,0,0,334,2157,1,0,0,0,336,2160, + 1,0,0,0,338,2171,1,0,0,0,340,2181,1,0,0,0,342,2187,1,0,0,0,344,2195, + 1,0,0,0,346,2211,1,0,0,0,348,2220,1,0,0,0,350,2222,1,0,0,0,352,2224, + 1,0,0,0,354,2240,1,0,0,0,356,2242,1,0,0,0,358,2245,1,0,0,0,360,2247, + 1,0,0,0,362,2249,1,0,0,0,364,2251,1,0,0,0,366,2253,1,0,0,0,368,2255, + 1,0,0,0,370,2257,1,0,0,0,372,2259,1,0,0,0,374,2261,1,0,0,0,376,378, + 3,2,1,0,377,376,1,0,0,0,378,381,1,0,0,0,379,377,1,0,0,0,379,380, + 1,0,0,0,380,382,1,0,0,0,381,379,1,0,0,0,382,383,5,0,0,1,383,1,1, + 0,0,0,384,386,3,4,2,0,385,387,5,521,0,0,386,385,1,0,0,0,386,387, + 1,0,0,0,387,390,1,0,0,0,388,390,3,6,3,0,389,384,1,0,0,0,389,388, + 1,0,0,0,390,3,1,0,0,0,391,404,3,8,4,0,392,404,3,10,5,0,393,404,3, + 12,6,0,394,404,3,14,7,0,395,404,3,20,10,0,396,404,3,24,12,0,397, + 404,3,26,13,0,398,404,3,28,14,0,399,404,3,30,15,0,400,404,3,32,16, + 0,401,404,3,34,17,0,402,404,3,36,18,0,403,391,1,0,0,0,403,392,1, + 0,0,0,403,393,1,0,0,0,403,394,1,0,0,0,403,395,1,0,0,0,403,396,1, + 0,0,0,403,397,1,0,0,0,403,398,1,0,0,0,403,399,1,0,0,0,403,400,1, + 0,0,0,403,401,1,0,0,0,403,402,1,0,0,0,404,5,1,0,0,0,405,406,5,521, + 0,0,406,7,1,0,0,0,407,422,3,40,20,0,408,422,3,104,52,0,409,422,3, + 106,53,0,410,422,3,108,54,0,411,422,3,102,51,0,412,422,3,114,57, + 0,413,422,3,128,64,0,414,422,3,130,65,0,415,422,3,132,66,0,416,422, + 3,134,67,0,417,422,3,136,68,0,418,422,3,138,69,0,419,422,3,140,70, + 0,420,422,3,142,71,0,421,407,1,0,0,0,421,408,1,0,0,0,421,409,1,0, + 0,0,421,410,1,0,0,0,421,411,1,0,0,0,421,412,1,0,0,0,421,413,1,0, + 0,0,421,414,1,0,0,0,421,415,1,0,0,0,421,416,1,0,0,0,421,417,1,0, + 0,0,421,418,1,0,0,0,421,419,1,0,0,0,421,420,1,0,0,0,422,9,1,0,0, + 0,423,426,3,158,79,0,424,426,3,144,72,0,425,423,1,0,0,0,425,424, + 1,0,0,0,426,11,1,0,0,0,427,428,7,0,0,0,428,429,3,322,161,0,429,13, + 1,0,0,0,430,434,5,135,0,0,431,435,3,16,8,0,432,433,5,479,0,0,433, + 435,5,146,0,0,434,431,1,0,0,0,434,432,1,0,0,0,434,435,1,0,0,0,435, + 439,1,0,0,0,436,440,3,10,5,0,437,440,3,146,73,0,438,440,3,156,78, + 0,439,436,1,0,0,0,439,437,1,0,0,0,439,438,1,0,0,0,440,15,1,0,0,0, + 441,446,3,18,9,0,442,443,5,520,0,0,443,445,3,18,9,0,444,442,1,0, + 0,0,445,448,1,0,0,0,446,444,1,0,0,0,446,447,1,0,0,0,447,17,1,0,0, + 0,448,446,1,0,0,0,449,450,7,1,0,0,450,19,1,0,0,0,451,452,5,410,0, + 0,452,453,5,441,0,0,453,458,3,312,156,0,454,455,5,410,0,0,455,458, + 3,316,158,0,456,458,3,22,11,0,457,451,1,0,0,0,457,454,1,0,0,0,457, + 456,1,0,0,0,458,21,1,0,0,0,459,460,5,410,0,0,460,461,5,227,0,0,461, + 466,3,328,164,0,462,463,5,520,0,0,463,465,3,328,164,0,464,462,1, + 0,0,0,465,468,1,0,0,0,466,464,1,0,0,0,466,467,1,0,0,0,467,23,1,0, + 0,0,468,466,1,0,0,0,469,470,5,341,0,0,470,512,7,2,0,0,471,472,5, + 341,0,0,472,473,5,76,0,0,473,512,7,3,0,0,474,475,5,341,0,0,475,478, + 5,374,0,0,476,477,7,4,0,0,477,479,3,316,158,0,478,476,1,0,0,0,478, + 479,1,0,0,0,479,481,1,0,0,0,480,482,3,264,132,0,481,480,1,0,0,0, + 481,482,1,0,0,0,482,512,1,0,0,0,483,484,5,341,0,0,484,485,5,58,0, + 0,485,488,7,4,0,0,486,489,3,324,162,0,487,489,3,322,161,0,488,486, + 1,0,0,0,488,487,1,0,0,0,489,491,1,0,0,0,490,492,3,264,132,0,491, + 490,1,0,0,0,491,492,1,0,0,0,492,512,1,0,0,0,493,494,5,341,0,0,494, + 499,5,72,0,0,495,496,5,373,0,0,496,500,3,322,161,0,497,498,5,501, + 0,0,498,500,3,324,162,0,499,495,1,0,0,0,499,497,1,0,0,0,500,512, + 1,0,0,0,501,503,5,341,0,0,502,504,5,411,0,0,503,502,1,0,0,0,503, + 504,1,0,0,0,504,505,1,0,0,0,505,512,5,154,0,0,506,508,5,341,0,0, + 507,509,5,152,0,0,508,507,1,0,0,0,508,509,1,0,0,0,509,510,1,0,0, + 0,510,512,5,227,0,0,511,469,1,0,0,0,511,471,1,0,0,0,511,474,1,0, + 0,0,511,483,1,0,0,0,511,493,1,0,0,0,511,501,1,0,0,0,511,506,1,0, + 0,0,512,25,1,0,0,0,513,514,5,468,0,0,514,515,5,226,0,0,515,518,3, + 328,164,0,516,517,5,433,0,0,517,519,3,336,168,0,518,516,1,0,0,0, + 518,519,1,0,0,0,519,27,1,0,0,0,520,521,5,500,0,0,521,522,5,226,0, + 0,522,523,3,328,164,0,523,29,1,0,0,0,524,526,5,340,0,0,525,527,3, + 338,169,0,526,525,1,0,0,0,526,527,1,0,0,0,527,31,1,0,0,0,528,530, + 5,312,0,0,529,531,3,340,170,0,530,529,1,0,0,0,530,531,1,0,0,0,531, + 33,1,0,0,0,532,533,7,5,0,0,533,534,5,463,0,0,534,535,3,112,56,0, + 535,35,1,0,0,0,536,537,5,437,0,0,537,538,5,463,0,0,538,539,5,433, + 0,0,539,542,3,38,19,0,540,541,5,17,0,0,541,543,3,328,164,0,542,540, + 1,0,0,0,542,543,1,0,0,0,543,587,1,0,0,0,544,545,5,437,0,0,545,546, + 5,456,0,0,546,547,5,433,0,0,547,550,3,38,19,0,548,549,5,17,0,0,549, + 551,3,328,164,0,550,548,1,0,0,0,550,551,1,0,0,0,551,554,1,0,0,0, + 552,553,5,311,0,0,553,555,3,328,164,0,554,552,1,0,0,0,554,555,1, + 0,0,0,555,587,1,0,0,0,556,557,5,437,0,0,557,558,7,6,0,0,558,559, + 5,433,0,0,559,560,3,38,19,0,560,561,5,311,0,0,561,562,3,328,164, + 0,562,587,1,0,0,0,563,564,5,437,0,0,564,565,5,486,0,0,565,587,3, + 38,19,0,566,567,5,437,0,0,567,568,5,453,0,0,568,569,5,456,0,0,569, + 570,5,433,0,0,570,571,3,38,19,0,571,572,5,311,0,0,572,573,3,328, + 164,0,573,574,5,466,0,0,574,575,3,328,164,0,575,587,1,0,0,0,576, + 577,5,437,0,0,577,578,5,443,0,0,578,579,5,456,0,0,579,580,5,433, + 0,0,580,581,3,38,19,0,581,582,5,146,0,0,582,583,3,328,164,0,583, + 584,5,17,0,0,584,585,3,328,164,0,585,587,1,0,0,0,586,536,1,0,0,0, + 586,544,1,0,0,0,586,556,1,0,0,0,586,563,1,0,0,0,586,566,1,0,0,0, + 586,576,1,0,0,0,587,37,1,0,0,0,588,590,5,534,0,0,589,588,1,0,0,0, + 589,590,1,0,0,0,590,591,1,0,0,0,591,593,3,328,164,0,592,589,1,0, + 0,0,593,594,1,0,0,0,594,592,1,0,0,0,594,595,1,0,0,0,595,39,1,0,0, + 0,596,599,3,42,21,0,597,599,3,44,22,0,598,596,1,0,0,0,598,597,1, + 0,0,0,599,41,1,0,0,0,600,602,5,72,0,0,601,603,5,497,0,0,602,601, + 1,0,0,0,602,603,1,0,0,0,603,604,1,0,0,0,604,606,5,373,0,0,605,607, + 3,332,166,0,606,605,1,0,0,0,606,607,1,0,0,0,607,608,1,0,0,0,608, + 609,3,320,160,0,609,610,5,516,0,0,610,615,3,46,23,0,611,612,5,520, + 0,0,612,614,3,46,23,0,613,611,1,0,0,0,614,617,1,0,0,0,615,613,1, + 0,0,0,615,616,1,0,0,0,616,620,1,0,0,0,617,615,1,0,0,0,618,619,5, + 520,0,0,619,621,3,82,41,0,620,618,1,0,0,0,620,621,1,0,0,0,621,624, + 1,0,0,0,622,623,5,520,0,0,623,625,3,84,42,0,624,622,1,0,0,0,624, + 625,1,0,0,0,625,628,1,0,0,0,626,627,5,520,0,0,627,629,3,88,44,0, + 628,626,1,0,0,0,628,629,1,0,0,0,629,630,1,0,0,0,630,633,5,517,0, + 0,631,632,5,59,0,0,632,634,5,537,0,0,633,631,1,0,0,0,633,634,1,0, + 0,0,634,636,1,0,0,0,635,637,3,90,45,0,636,635,1,0,0,0,636,637,1, + 0,0,0,637,638,1,0,0,0,638,640,3,330,165,0,639,641,3,98,49,0,640, + 639,1,0,0,0,640,641,1,0,0,0,641,43,1,0,0,0,642,643,5,72,0,0,643, + 645,5,373,0,0,644,646,3,332,166,0,645,644,1,0,0,0,645,646,1,0,0, + 0,646,647,1,0,0,0,647,648,3,320,160,0,648,651,3,330,165,0,649,650, + 5,17,0,0,650,652,3,158,79,0,651,649,1,0,0,0,651,652,1,0,0,0,652, + 45,1,0,0,0,653,657,3,48,24,0,654,657,3,74,37,0,655,657,3,78,39,0, + 656,653,1,0,0,0,656,654,1,0,0,0,656,655,1,0,0,0,657,47,1,0,0,0,658, + 659,3,50,25,0,659,661,3,58,29,0,660,662,3,72,36,0,661,660,1,0,0, + 0,661,662,1,0,0,0,662,665,1,0,0,0,663,664,5,59,0,0,664,666,5,537, + 0,0,665,663,1,0,0,0,665,666,1,0,0,0,666,49,1,0,0,0,667,670,3,328, + 164,0,668,670,3,258,129,0,669,667,1,0,0,0,669,668,1,0,0,0,670,51, + 1,0,0,0,671,674,3,328,164,0,672,674,4,26,0,0,673,671,1,0,0,0,673, + 672,1,0,0,0,674,53,1,0,0,0,675,676,3,328,164,0,676,55,1,0,0,0,677, + 678,5,516,0,0,678,683,3,52,26,0,679,680,5,520,0,0,680,682,3,52,26, + 0,681,679,1,0,0,0,682,685,1,0,0,0,683,681,1,0,0,0,683,684,1,0,0, + 0,684,686,1,0,0,0,685,683,1,0,0,0,686,687,5,517,0,0,687,57,1,0,0, + 0,688,726,7,7,0,0,689,691,7,8,0,0,690,692,3,60,30,0,691,690,1,0, + 0,0,691,692,1,0,0,0,692,726,1,0,0,0,693,695,5,379,0,0,694,696,3, + 60,30,0,695,694,1,0,0,0,695,696,1,0,0,0,696,703,1,0,0,0,697,699, + 7,9,0,0,698,700,5,206,0,0,699,698,1,0,0,0,699,700,1,0,0,0,700,701, + 1,0,0,0,701,702,5,378,0,0,702,704,5,504,0,0,703,697,1,0,0,0,703, + 704,1,0,0,0,704,726,1,0,0,0,705,707,7,10,0,0,706,708,3,62,31,0,707, + 706,1,0,0,0,707,708,1,0,0,0,708,726,1,0,0,0,709,711,7,11,0,0,710, + 712,3,66,33,0,711,710,1,0,0,0,711,712,1,0,0,0,712,726,1,0,0,0,713, + 715,5,469,0,0,714,716,3,68,34,0,715,714,1,0,0,0,715,716,1,0,0,0, + 716,726,1,0,0,0,717,719,5,321,0,0,718,720,3,70,35,0,719,718,1,0, + 0,0,719,720,1,0,0,0,720,726,1,0,0,0,721,723,5,294,0,0,722,724,3, + 64,32,0,723,722,1,0,0,0,723,724,1,0,0,0,724,726,1,0,0,0,725,688, + 1,0,0,0,725,689,1,0,0,0,725,693,1,0,0,0,725,705,1,0,0,0,725,709, + 1,0,0,0,725,713,1,0,0,0,725,717,1,0,0,0,725,721,1,0,0,0,726,59,1, + 0,0,0,727,728,5,516,0,0,728,729,3,360,180,0,729,730,5,517,0,0,730, + 61,1,0,0,0,731,732,5,516,0,0,732,735,3,360,180,0,733,734,5,520,0, + 0,734,736,3,360,180,0,735,733,1,0,0,0,735,736,1,0,0,0,736,737,1, + 0,0,0,737,738,5,517,0,0,738,63,1,0,0,0,739,740,5,516,0,0,740,743, + 3,358,179,0,741,742,5,520,0,0,742,744,3,358,179,0,743,741,1,0,0, + 0,743,744,1,0,0,0,744,745,1,0,0,0,745,746,5,517,0,0,746,65,1,0,0, + 0,747,748,5,507,0,0,748,749,3,58,29,0,749,750,5,506,0,0,750,67,1, + 0,0,0,751,752,5,507,0,0,752,753,3,58,29,0,753,754,5,520,0,0,754, + 755,3,58,29,0,755,756,1,0,0,0,756,757,5,506,0,0,757,69,1,0,0,0,758, + 759,5,507,0,0,759,760,3,52,26,0,760,767,3,58,29,0,761,762,5,520, + 0,0,762,763,3,52,26,0,763,764,3,58,29,0,764,766,1,0,0,0,765,761, + 1,0,0,0,766,769,1,0,0,0,767,765,1,0,0,0,767,768,1,0,0,0,768,770, + 1,0,0,0,769,767,1,0,0,0,770,771,5,506,0,0,771,71,1,0,0,0,772,773, + 5,64,0,0,773,775,3,86,43,0,774,772,1,0,0,0,774,775,1,0,0,0,775,776, + 1,0,0,0,776,777,5,288,0,0,777,780,5,466,0,0,778,779,5,241,0,0,779, + 781,5,125,0,0,780,778,1,0,0,0,780,781,1,0,0,0,781,787,1,0,0,0,782, + 784,5,241,0,0,783,782,1,0,0,0,783,784,1,0,0,0,784,785,1,0,0,0,785, + 787,5,244,0,0,786,774,1,0,0,0,786,783,1,0,0,0,787,73,1,0,0,0,788, + 789,3,50,25,0,789,790,3,58,29,0,790,793,5,218,0,0,791,792,5,151, + 0,0,792,794,3,76,38,0,793,791,1,0,0,0,793,794,1,0,0,0,794,796,1, + 0,0,0,795,797,5,423,0,0,796,795,1,0,0,0,796,797,1,0,0,0,797,75,1, + 0,0,0,798,799,5,537,0,0,799,77,1,0,0,0,800,801,3,50,25,0,801,802, + 5,17,0,0,802,805,3,80,40,0,803,804,5,59,0,0,804,806,5,537,0,0,805, + 803,1,0,0,0,805,806,1,0,0,0,806,79,1,0,0,0,807,808,3,258,129,0,808, + 81,1,0,0,0,809,810,5,424,0,0,810,811,5,146,0,0,811,812,3,52,26,0, + 812,813,5,17,0,0,813,814,3,258,129,0,814,83,1,0,0,0,815,816,5,64, + 0,0,816,818,3,86,43,0,817,815,1,0,0,0,817,818,1,0,0,0,818,819,1, + 0,0,0,819,820,5,288,0,0,820,821,5,466,0,0,821,822,3,56,28,0,822, + 823,5,241,0,0,823,824,5,125,0,0,824,85,1,0,0,0,825,826,3,304,152, + 0,826,87,1,0,0,0,827,828,5,277,0,0,828,829,5,146,0,0,829,830,5,371, + 0,0,830,89,1,0,0,0,831,832,5,269,0,0,832,833,5,34,0,0,833,834,3, + 92,46,0,834,91,1,0,0,0,835,836,5,516,0,0,836,841,3,94,47,0,837,838, + 5,520,0,0,838,840,3,94,47,0,839,837,1,0,0,0,840,843,1,0,0,0,841, + 839,1,0,0,0,841,842,1,0,0,0,842,844,1,0,0,0,843,841,1,0,0,0,844, + 845,5,517,0,0,845,93,1,0,0,0,846,859,3,52,26,0,847,848,5,516,0,0, + 848,853,3,96,48,0,849,850,5,520,0,0,850,852,3,96,48,0,851,849,1, + 0,0,0,852,855,1,0,0,0,853,851,1,0,0,0,853,854,1,0,0,0,854,856,1, + 0,0,0,855,853,1,0,0,0,856,857,5,517,0,0,857,859,1,0,0,0,858,846, + 1,0,0,0,858,847,1,0,0,0,859,95,1,0,0,0,860,863,3,280,140,0,861,863, + 3,354,177,0,862,860,1,0,0,0,862,861,1,0,0,0,863,97,1,0,0,0,864,865, + 5,202,0,0,865,874,3,322,161,0,866,870,5,516,0,0,867,869,3,100,50, + 0,868,867,1,0,0,0,869,872,1,0,0,0,870,868,1,0,0,0,870,871,1,0,0, + 0,871,873,1,0,0,0,872,870,1,0,0,0,873,875,5,517,0,0,874,866,1,0, + 0,0,874,875,1,0,0,0,875,99,1,0,0,0,876,877,7,12,0,0,877,881,7,13, + 0,0,878,879,7,14,0,0,879,881,7,15,0,0,880,876,1,0,0,0,880,878,1, + 0,0,0,881,101,1,0,0,0,882,883,5,72,0,0,883,884,5,441,0,0,884,885, + 3,314,157,0,885,886,3,330,165,0,886,103,1,0,0,0,887,888,5,72,0,0, + 888,890,5,447,0,0,889,891,3,332,166,0,890,889,1,0,0,0,890,891,1, + 0,0,0,891,892,1,0,0,0,892,895,3,318,159,0,893,894,5,59,0,0,894,896, + 5,537,0,0,895,893,1,0,0,0,895,896,1,0,0,0,896,897,1,0,0,0,897,898, + 3,330,165,0,898,105,1,0,0,0,899,901,5,72,0,0,900,902,5,497,0,0,901, + 900,1,0,0,0,901,902,1,0,0,0,902,903,1,0,0,0,903,905,5,501,0,0,904, + 906,3,332,166,0,905,904,1,0,0,0,905,906,1,0,0,0,906,907,1,0,0,0, + 907,909,3,326,163,0,908,910,3,56,28,0,909,908,1,0,0,0,909,910,1, + 0,0,0,910,913,1,0,0,0,911,912,5,59,0,0,912,914,5,537,0,0,913,911, + 1,0,0,0,913,914,1,0,0,0,914,915,1,0,0,0,915,916,5,17,0,0,916,917, + 3,158,79,0,917,107,1,0,0,0,918,922,5,72,0,0,919,923,5,497,0,0,920, + 921,5,497,0,0,921,923,5,370,0,0,922,919,1,0,0,0,922,920,1,0,0,0, + 922,923,1,0,0,0,923,924,1,0,0,0,924,926,5,153,0,0,925,927,3,332, + 166,0,926,925,1,0,0,0,926,927,1,0,0,0,927,928,1,0,0,0,928,929,3, + 270,135,0,929,930,5,17,0,0,930,933,3,304,152,0,931,932,5,195,0,0, + 932,934,7,16,0,0,933,931,1,0,0,0,933,934,1,0,0,0,934,936,1,0,0,0, + 935,937,3,110,55,0,936,935,1,0,0,0,936,937,1,0,0,0,937,109,1,0,0, + 0,938,939,5,412,0,0,939,940,5,463,0,0,940,946,3,112,56,0,941,942, + 5,520,0,0,942,943,5,463,0,0,943,945,3,112,56,0,944,941,1,0,0,0,945, + 948,1,0,0,0,946,944,1,0,0,0,946,947,1,0,0,0,947,111,1,0,0,0,948, + 946,1,0,0,0,949,950,5,537,0,0,950,113,1,0,0,0,951,952,5,8,0,0,952, + 954,5,373,0,0,953,955,3,334,167,0,954,953,1,0,0,0,954,955,1,0,0, + 0,955,956,1,0,0,0,956,962,3,322,161,0,957,963,3,116,58,0,958,963, + 3,118,59,0,959,963,3,120,60,0,960,963,3,122,61,0,961,963,3,124,62, + 0,962,957,1,0,0,0,962,958,1,0,0,0,962,959,1,0,0,0,962,960,1,0,0, + 0,962,961,1,0,0,0,963,115,1,0,0,0,964,966,5,311,0,0,965,967,3,328, + 164,0,966,965,1,0,0,0,966,967,1,0,0,0,967,968,1,0,0,0,968,969,5, + 388,0,0,969,970,3,328,164,0,970,117,1,0,0,0,971,972,5,340,0,0,972, + 973,3,336,168,0,973,119,1,0,0,0,974,975,5,437,0,0,975,976,5,64,0, + 0,976,977,3,86,43,0,977,978,5,288,0,0,978,979,5,466,0,0,979,981, + 3,56,28,0,980,982,3,126,63,0,981,980,1,0,0,0,981,982,1,0,0,0,982, + 121,1,0,0,0,983,984,5,116,0,0,984,985,5,64,0,0,985,986,3,86,43,0, + 986,123,1,0,0,0,987,988,5,437,0,0,988,989,5,403,0,0,989,990,3,56, + 28,0,990,125,1,0,0,0,991,992,5,241,0,0,992,993,5,125,0,0,993,127, + 1,0,0,0,994,995,5,8,0,0,995,996,5,501,0,0,996,1000,3,324,162,0,997, + 1001,3,116,58,0,998,999,5,17,0,0,999,1001,3,158,79,0,1000,997,1, + 0,0,0,1000,998,1,0,0,0,1001,129,1,0,0,0,1002,1003,5,8,0,0,1003,1004, + 5,447,0,0,1004,1005,3,316,158,0,1005,1006,3,118,59,0,1006,131,1, + 0,0,0,1007,1011,5,8,0,0,1008,1012,5,497,0,0,1009,1010,5,497,0,0, + 1010,1012,5,370,0,0,1011,1008,1,0,0,0,1011,1009,1,0,0,0,1011,1012, + 1,0,0,0,1012,1013,1,0,0,0,1013,1015,5,153,0,0,1014,1016,3,334,167, + 0,1015,1014,1,0,0,0,1015,1016,1,0,0,0,1016,1017,1,0,0,0,1017,1018, + 3,272,136,0,1018,1019,5,17,0,0,1019,1022,3,304,152,0,1020,1021,5, + 195,0,0,1021,1023,7,16,0,0,1022,1020,1,0,0,0,1022,1023,1,0,0,0,1023, + 133,1,0,0,0,1024,1025,5,116,0,0,1025,1027,5,441,0,0,1026,1028,3, + 334,167,0,1027,1026,1,0,0,0,1027,1028,1,0,0,0,1028,1029,1,0,0,0, + 1029,1030,3,312,156,0,1030,135,1,0,0,0,1031,1033,5,116,0,0,1032, + 1034,5,497,0,0,1033,1032,1,0,0,0,1033,1034,1,0,0,0,1034,1035,1,0, + 0,0,1035,1037,5,373,0,0,1036,1038,3,334,167,0,1037,1036,1,0,0,0, + 1037,1038,1,0,0,0,1038,1039,1,0,0,0,1039,1040,3,322,161,0,1040,137, + 1,0,0,0,1041,1042,5,116,0,0,1042,1044,5,447,0,0,1043,1045,3,334, + 167,0,1044,1043,1,0,0,0,1044,1045,1,0,0,0,1045,1046,1,0,0,0,1046, + 1048,3,316,158,0,1047,1049,7,17,0,0,1048,1047,1,0,0,0,1048,1049, + 1,0,0,0,1049,139,1,0,0,0,1050,1052,5,116,0,0,1051,1053,5,497,0,0, + 1052,1051,1,0,0,0,1052,1053,1,0,0,0,1053,1054,1,0,0,0,1054,1056, + 5,501,0,0,1055,1057,3,334,167,0,1056,1055,1,0,0,0,1056,1057,1,0, + 0,0,1057,1058,1,0,0,0,1058,1059,3,324,162,0,1059,141,1,0,0,0,1060, + 1064,5,116,0,0,1061,1065,5,497,0,0,1062,1063,5,497,0,0,1063,1065, + 5,370,0,0,1064,1061,1,0,0,0,1064,1062,1,0,0,0,1064,1065,1,0,0,0, + 1065,1066,1,0,0,0,1066,1068,5,153,0,0,1067,1069,3,334,167,0,1068, + 1067,1,0,0,0,1068,1069,1,0,0,0,1069,1070,1,0,0,0,1070,1071,3,272, + 136,0,1071,143,1,0,0,0,1072,1074,5,132,0,0,1073,1072,1,0,0,0,1073, + 1074,1,0,0,0,1074,1075,1,0,0,0,1075,1080,3,146,73,0,1076,1080,3, + 154,77,0,1077,1078,5,132,0,0,1078,1080,3,156,78,0,1079,1073,1,0, + 0,0,1079,1076,1,0,0,0,1079,1077,1,0,0,0,1080,145,1,0,0,0,1081,1082, + 5,177,0,0,1082,1083,7,18,0,0,1083,1092,3,322,161,0,1084,1086,3,148, + 74,0,1085,1084,1,0,0,0,1085,1086,1,0,0,0,1086,1088,1,0,0,0,1087, + 1089,3,56,28,0,1088,1087,1,0,0,0,1088,1089,1,0,0,0,1089,1090,1,0, + 0,0,1090,1093,3,158,79,0,1091,1093,3,150,75,0,1092,1085,1,0,0,0, + 1092,1091,1,0,0,0,1093,147,1,0,0,0,1094,1095,5,268,0,0,1095,1096, + 3,336,168,0,1096,149,1,0,0,0,1097,1098,5,414,0,0,1098,1103,3,152, + 76,0,1099,1100,5,520,0,0,1100,1102,3,152,76,0,1101,1099,1,0,0,0, + 1102,1105,1,0,0,0,1103,1101,1,0,0,0,1103,1104,1,0,0,0,1104,151,1, + 0,0,0,1105,1103,1,0,0,0,1106,1107,5,516,0,0,1107,1112,3,354,177, + 0,1108,1109,5,520,0,0,1109,1111,3,354,177,0,1110,1108,1,0,0,0,1111, + 1114,1,0,0,0,1112,1110,1,0,0,0,1112,1113,1,0,0,0,1113,1115,1,0,0, + 0,1114,1112,1,0,0,0,1115,1116,5,517,0,0,1116,153,1,0,0,0,1117,1118, + 5,24,0,0,1118,1119,5,354,0,0,1119,1120,5,340,0,0,1120,1124,5,521, + 0,0,1121,1122,3,146,73,0,1122,1123,5,521,0,0,1123,1125,1,0,0,0,1124, + 1121,1,0,0,0,1125,1126,1,0,0,0,1126,1124,1,0,0,0,1126,1127,1,0,0, + 0,1127,1128,1,0,0,0,1128,1129,5,122,0,0,1129,155,1,0,0,0,1130,1131, + 5,354,0,0,1131,1132,5,340,0,0,1132,1136,5,24,0,0,1133,1134,3,146, + 73,0,1134,1135,5,521,0,0,1135,1137,1,0,0,0,1136,1133,1,0,0,0,1137, + 1138,1,0,0,0,1138,1136,1,0,0,0,1138,1139,1,0,0,0,1139,1140,1,0,0, + 0,1140,1141,5,122,0,0,1141,157,1,0,0,0,1142,1143,6,79,-1,0,1143, + 1166,3,160,80,0,1144,1145,3,162,81,0,1145,1146,3,158,79,5,1146,1166, + 1,0,0,0,1147,1148,5,516,0,0,1148,1149,3,158,79,0,1149,1150,5,517, + 0,0,1150,1166,1,0,0,0,1151,1153,3,170,85,0,1152,1154,3,230,115,0, + 1153,1152,1,0,0,0,1153,1154,1,0,0,0,1154,1156,1,0,0,0,1155,1157, + 3,234,117,0,1156,1155,1,0,0,0,1156,1157,1,0,0,0,1157,1166,1,0,0, + 0,1158,1160,3,168,84,0,1159,1161,3,230,115,0,1160,1159,1,0,0,0,1160, + 1161,1,0,0,0,1161,1163,1,0,0,0,1162,1164,3,234,117,0,1163,1162,1, + 0,0,0,1163,1164,1,0,0,0,1164,1166,1,0,0,0,1165,1142,1,0,0,0,1165, + 1144,1,0,0,0,1165,1147,1,0,0,0,1165,1151,1,0,0,0,1165,1158,1,0,0, + 0,1166,1181,1,0,0,0,1167,1168,10,3,0,0,1168,1170,7,19,0,0,1169,1171, + 5,5,0,0,1170,1169,1,0,0,0,1170,1171,1,0,0,0,1171,1172,1,0,0,0,1172, + 1174,3,158,79,0,1173,1175,3,230,115,0,1174,1173,1,0,0,0,1174,1175, + 1,0,0,0,1175,1177,1,0,0,0,1176,1178,3,234,117,0,1177,1176,1,0,0, + 0,1177,1178,1,0,0,0,1178,1180,1,0,0,0,1179,1167,1,0,0,0,1180,1183, + 1,0,0,0,1181,1179,1,0,0,0,1181,1182,1,0,0,0,1182,159,1,0,0,0,1183, + 1181,1,0,0,0,1184,1185,5,414,0,0,1185,1190,3,258,129,0,1186,1187, + 5,520,0,0,1187,1189,3,258,129,0,1188,1186,1,0,0,0,1189,1192,1,0, + 0,0,1190,1188,1,0,0,0,1190,1191,1,0,0,0,1191,161,1,0,0,0,1192,1190, + 1,0,0,0,1193,1194,5,433,0,0,1194,1199,3,164,82,0,1195,1196,5,520, + 0,0,1196,1198,3,164,82,0,1197,1195,1,0,0,0,1198,1201,1,0,0,0,1199, + 1197,1,0,0,0,1199,1200,1,0,0,0,1200,163,1,0,0,0,1201,1199,1,0,0, + 0,1202,1214,3,166,83,0,1203,1204,5,516,0,0,1204,1209,3,52,26,0,1205, + 1206,5,520,0,0,1206,1208,3,52,26,0,1207,1205,1,0,0,0,1208,1211,1, + 0,0,0,1209,1207,1,0,0,0,1209,1210,1,0,0,0,1210,1212,1,0,0,0,1211, + 1209,1,0,0,0,1212,1213,5,517,0,0,1213,1215,1,0,0,0,1214,1203,1,0, + 0,0,1214,1215,1,0,0,0,1215,1216,1,0,0,0,1216,1217,5,17,0,0,1217, + 1218,5,516,0,0,1218,1219,3,158,79,0,1219,1220,5,517,0,0,1220,165, + 1,0,0,0,1221,1222,3,304,152,0,1222,167,1,0,0,0,1223,1225,3,170,85, + 0,1224,1226,3,176,88,0,1225,1224,1,0,0,0,1225,1226,1,0,0,0,1226, + 1228,1,0,0,0,1227,1229,3,204,102,0,1228,1227,1,0,0,0,1228,1229,1, + 0,0,0,1229,1231,1,0,0,0,1230,1232,3,206,103,0,1231,1230,1,0,0,0, + 1231,1232,1,0,0,0,1232,1234,1,0,0,0,1233,1235,3,220,110,0,1234,1233, + 1,0,0,0,1234,1235,1,0,0,0,1235,1237,1,0,0,0,1236,1238,3,222,111, + 0,1237,1236,1,0,0,0,1237,1238,1,0,0,0,1238,1244,1,0,0,0,1239,1240, + 3,170,85,0,1240,1241,3,176,88,0,1241,1242,3,228,114,0,1242,1244, + 1,0,0,0,1243,1223,1,0,0,0,1243,1239,1,0,0,0,1244,169,1,0,0,0,1245, + 1247,5,336,0,0,1246,1248,3,364,182,0,1247,1246,1,0,0,0,1247,1248, + 1,0,0,0,1248,1258,1,0,0,0,1249,1259,5,527,0,0,1250,1255,3,172,86, + 0,1251,1252,5,520,0,0,1252,1254,3,172,86,0,1253,1251,1,0,0,0,1254, + 1257,1,0,0,0,1255,1253,1,0,0,0,1255,1256,1,0,0,0,1256,1259,1,0,0, + 0,1257,1255,1,0,0,0,1258,1249,1,0,0,0,1258,1250,1,0,0,0,1259,171, + 1,0,0,0,1260,1276,3,174,87,0,1261,1266,3,52,26,0,1262,1264,5,17, + 0,0,1263,1262,1,0,0,0,1263,1264,1,0,0,0,1264,1265,1,0,0,0,1265,1267, + 3,258,129,0,1266,1263,1,0,0,0,1266,1267,1,0,0,0,1267,1276,1,0,0, + 0,1268,1273,3,258,129,0,1269,1271,5,17,0,0,1270,1269,1,0,0,0,1270, + 1271,1,0,0,0,1271,1272,1,0,0,0,1272,1274,3,52,26,0,1273,1270,1,0, + 0,0,1273,1274,1,0,0,0,1274,1276,1,0,0,0,1275,1260,1,0,0,0,1275,1261, + 1,0,0,0,1275,1268,1,0,0,0,1276,173,1,0,0,0,1277,1278,3,268,134,0, + 1278,1279,5,262,0,0,1279,1280,3,226,113,0,1280,1281,5,17,0,0,1281, + 1282,3,304,152,0,1282,1290,1,0,0,0,1283,1284,3,268,134,0,1284,1285, + 5,262,0,0,1285,1286,3,296,148,0,1286,1287,5,17,0,0,1287,1288,3,304, + 152,0,1288,1290,1,0,0,0,1289,1277,1,0,0,0,1289,1283,1,0,0,0,1290, + 175,1,0,0,0,1291,1292,5,151,0,0,1292,1293,3,178,89,0,1293,177,1, + 0,0,0,1294,1295,6,89,-1,0,1295,1300,3,180,90,0,1296,1297,5,520,0, + 0,1297,1299,3,180,90,0,1298,1296,1,0,0,0,1299,1302,1,0,0,0,1300, + 1298,1,0,0,0,1300,1301,1,0,0,0,1301,1306,1,0,0,0,1302,1300,1,0,0, + 0,1303,1306,3,188,94,0,1304,1306,3,190,95,0,1305,1294,1,0,0,0,1305, + 1303,1,0,0,0,1305,1304,1,0,0,0,1306,1328,1,0,0,0,1307,1308,10,3, + 0,0,1308,1309,5,73,0,0,1309,1310,5,185,0,0,1310,1327,3,178,89,4, + 1311,1313,10,4,0,0,1312,1314,5,233,0,0,1313,1312,1,0,0,0,1313,1314, + 1,0,0,0,1314,1316,1,0,0,0,1315,1317,7,20,0,0,1316,1315,1,0,0,0,1316, + 1317,1,0,0,0,1317,1319,1,0,0,0,1318,1320,5,261,0,0,1319,1318,1,0, + 0,0,1319,1320,1,0,0,0,1320,1321,1,0,0,0,1321,1322,5,185,0,0,1322, + 1324,3,178,89,0,1323,1325,3,202,101,0,1324,1323,1,0,0,0,1324,1325, + 1,0,0,0,1325,1327,1,0,0,0,1326,1307,1,0,0,0,1326,1311,1,0,0,0,1327, + 1330,1,0,0,0,1328,1326,1,0,0,0,1328,1329,1,0,0,0,1329,179,1,0,0, + 0,1330,1328,1,0,0,0,1331,1333,3,182,91,0,1332,1334,3,294,147,0,1333, + 1332,1,0,0,0,1333,1334,1,0,0,0,1334,181,1,0,0,0,1335,1337,5,373, + 0,0,1336,1335,1,0,0,0,1336,1337,1,0,0,0,1337,1338,1,0,0,0,1338,1340, + 3,322,161,0,1339,1341,3,184,92,0,1340,1339,1,0,0,0,1340,1341,1,0, + 0,0,1341,1375,1,0,0,0,1342,1344,3,324,162,0,1343,1345,3,184,92,0, + 1344,1343,1,0,0,0,1344,1345,1,0,0,0,1345,1375,1,0,0,0,1346,1347, + 5,198,0,0,1347,1348,5,373,0,0,1348,1349,5,516,0,0,1349,1350,3,272, + 136,0,1350,1351,5,516,0,0,1351,1356,3,274,137,0,1352,1353,5,520, + 0,0,1353,1355,3,274,137,0,1354,1352,1,0,0,0,1355,1358,1,0,0,0,1356, + 1354,1,0,0,0,1356,1357,1,0,0,0,1357,1359,1,0,0,0,1358,1356,1,0,0, + 0,1359,1360,5,517,0,0,1360,1361,5,517,0,0,1361,1375,1,0,0,0,1362, + 1364,5,198,0,0,1363,1362,1,0,0,0,1363,1364,1,0,0,0,1364,1365,1,0, + 0,0,1365,1366,5,516,0,0,1366,1367,3,158,79,0,1367,1368,5,517,0,0, + 1368,1375,1,0,0,0,1369,1370,5,405,0,0,1370,1371,5,516,0,0,1371,1372, + 3,258,129,0,1372,1373,5,517,0,0,1373,1375,1,0,0,0,1374,1336,1,0, + 0,0,1374,1342,1,0,0,0,1374,1346,1,0,0,0,1374,1363,1,0,0,0,1374,1369, + 1,0,0,0,1375,183,1,0,0,0,1376,1377,5,146,0,0,1377,1378,5,371,0,0, + 1378,1379,5,17,0,0,1379,1380,5,249,0,0,1380,1381,3,186,93,0,1381, + 185,1,0,0,0,1382,1383,3,258,129,0,1383,187,1,0,0,0,1384,1385,5,516, + 0,0,1385,1386,3,150,75,0,1386,1387,5,517,0,0,1387,1388,3,294,147, + 0,1388,189,1,0,0,0,1389,1390,5,373,0,0,1390,1391,5,516,0,0,1391, + 1392,3,192,96,0,1392,1393,5,517,0,0,1393,191,1,0,0,0,1394,1395,3, + 194,97,0,1395,1396,5,516,0,0,1396,1401,3,196,98,0,1397,1398,5,520, + 0,0,1398,1400,3,196,98,0,1399,1397,1,0,0,0,1400,1403,1,0,0,0,1401, + 1399,1,0,0,0,1401,1402,1,0,0,0,1402,1404,1,0,0,0,1403,1401,1,0,0, + 0,1404,1405,5,517,0,0,1405,193,1,0,0,0,1406,1407,7,21,0,0,1407,195, + 1,0,0,0,1408,1409,5,373,0,0,1409,1424,3,218,109,0,1410,1424,3,200, + 100,0,1411,1424,3,282,141,0,1412,1413,5,446,0,0,1413,1414,5,536, + 0,0,1414,1415,5,373,0,0,1415,1424,3,218,109,0,1416,1417,5,498,0, + 0,1417,1418,5,536,0,0,1418,1424,3,200,100,0,1419,1420,3,198,99,0, + 1420,1421,5,536,0,0,1421,1422,3,282,141,0,1422,1424,1,0,0,0,1423, + 1408,1,0,0,0,1423,1410,1,0,0,0,1423,1411,1,0,0,0,1423,1412,1,0,0, + 0,1423,1416,1,0,0,0,1423,1419,1,0,0,0,1424,197,1,0,0,0,1425,1426, + 7,22,0,0,1426,199,1,0,0,0,1427,1428,5,451,0,0,1428,1429,5,516,0, + 0,1429,1430,3,52,26,0,1430,1431,5,517,0,0,1431,201,1,0,0,0,1432, + 1433,5,253,0,0,1433,1437,3,260,130,0,1434,1435,5,412,0,0,1435,1437, + 3,56,28,0,1436,1432,1,0,0,0,1436,1434,1,0,0,0,1437,203,1,0,0,0,1438, + 1439,5,430,0,0,1439,1440,3,260,130,0,1440,205,1,0,0,0,1441,1442, + 5,159,0,0,1442,1443,5,34,0,0,1443,1448,3,208,104,0,1444,1445,5,520, + 0,0,1445,1447,3,208,104,0,1446,1444,1,0,0,0,1447,1450,1,0,0,0,1448, + 1446,1,0,0,0,1448,1449,1,0,0,0,1449,207,1,0,0,0,1450,1448,1,0,0, + 0,1451,1492,3,52,26,0,1452,1492,3,214,107,0,1453,1454,5,516,0,0, + 1454,1492,5,517,0,0,1455,1456,5,516,0,0,1456,1461,3,258,129,0,1457, + 1458,5,520,0,0,1458,1460,3,258,129,0,1459,1457,1,0,0,0,1460,1463, + 1,0,0,0,1461,1459,1,0,0,0,1461,1462,1,0,0,0,1462,1464,1,0,0,0,1463, + 1461,1,0,0,0,1464,1465,5,517,0,0,1465,1492,1,0,0,0,1466,1467,3,212, + 106,0,1467,1468,5,516,0,0,1468,1473,3,258,129,0,1469,1470,5,520, + 0,0,1470,1472,3,258,129,0,1471,1469,1,0,0,0,1472,1475,1,0,0,0,1473, + 1471,1,0,0,0,1473,1474,1,0,0,0,1474,1476,1,0,0,0,1475,1473,1,0,0, + 0,1476,1477,5,517,0,0,1477,1492,1,0,0,0,1478,1479,3,210,105,0,1479, + 1480,5,516,0,0,1480,1485,3,208,104,0,1481,1482,5,520,0,0,1482,1484, + 3,208,104,0,1483,1481,1,0,0,0,1484,1487,1,0,0,0,1485,1483,1,0,0, + 0,1485,1486,1,0,0,0,1486,1488,1,0,0,0,1487,1485,1,0,0,0,1488,1489, + 5,517,0,0,1489,1492,1,0,0,0,1490,1492,3,258,129,0,1491,1451,1,0, + 0,0,1491,1452,1,0,0,0,1491,1453,1,0,0,0,1491,1455,1,0,0,0,1491,1466, + 1,0,0,0,1491,1478,1,0,0,0,1491,1490,1,0,0,0,1492,209,1,0,0,0,1493, + 1494,5,160,0,0,1494,1495,5,493,0,0,1495,211,1,0,0,0,1496,1497,7, + 23,0,0,1497,213,1,0,0,0,1498,1499,3,216,108,0,1499,1500,5,516,0, + 0,1500,1501,3,218,109,0,1501,1502,5,520,0,0,1502,1503,3,282,141, + 0,1503,1504,5,517,0,0,1504,215,1,0,0,0,1505,1506,7,24,0,0,1506,217, + 1,0,0,0,1507,1508,3,328,164,0,1508,219,1,0,0,0,1509,1510,5,163,0, + 0,1510,1511,3,260,130,0,1511,221,1,0,0,0,1512,1513,5,432,0,0,1513, + 1518,3,224,112,0,1514,1515,5,520,0,0,1515,1517,3,224,112,0,1516, + 1514,1,0,0,0,1517,1520,1,0,0,0,1518,1516,1,0,0,0,1518,1519,1,0,0, + 0,1519,223,1,0,0,0,1520,1518,1,0,0,0,1521,1522,3,296,148,0,1522, + 1523,5,17,0,0,1523,1524,3,226,113,0,1524,225,1,0,0,0,1525,1527,3, + 296,148,0,1526,1525,1,0,0,0,1526,1527,1,0,0,0,1527,1528,1,0,0,0, + 1528,1530,5,516,0,0,1529,1531,3,236,118,0,1530,1529,1,0,0,0,1530, + 1531,1,0,0,0,1531,1533,1,0,0,0,1532,1534,3,230,115,0,1533,1532,1, + 0,0,0,1533,1534,1,0,0,0,1534,1536,1,0,0,0,1535,1537,3,252,126,0, + 1536,1535,1,0,0,0,1536,1537,1,0,0,0,1537,1538,1,0,0,0,1538,1539, + 5,517,0,0,1539,227,1,0,0,0,1540,1541,5,213,0,0,1541,1543,5,516,0, + 0,1542,1544,3,236,118,0,1543,1542,1,0,0,0,1543,1544,1,0,0,0,1544, + 1546,1,0,0,0,1545,1547,3,230,115,0,1546,1545,1,0,0,0,1546,1547,1, + 0,0,0,1547,1549,1,0,0,0,1548,1550,3,240,120,0,1549,1548,1,0,0,0, + 1549,1550,1,0,0,0,1550,1552,1,0,0,0,1551,1553,3,246,123,0,1552,1551, + 1,0,0,0,1552,1553,1,0,0,0,1553,1555,1,0,0,0,1554,1556,3,248,124, + 0,1555,1554,1,0,0,0,1555,1556,1,0,0,0,1556,1558,1,0,0,0,1557,1559, + 3,242,121,0,1558,1557,1,0,0,0,1558,1559,1,0,0,0,1559,1560,1,0,0, + 0,1560,1561,3,250,125,0,1561,1566,5,517,0,0,1562,1564,5,17,0,0,1563, + 1562,1,0,0,0,1563,1564,1,0,0,0,1564,1565,1,0,0,0,1565,1567,3,304, + 152,0,1566,1563,1,0,0,0,1566,1567,1,0,0,0,1567,229,1,0,0,0,1568, + 1569,5,258,0,0,1569,1570,5,34,0,0,1570,1575,3,232,116,0,1571,1572, + 5,520,0,0,1572,1574,3,232,116,0,1573,1571,1,0,0,0,1574,1577,1,0, + 0,0,1575,1573,1,0,0,0,1575,1576,1,0,0,0,1576,231,1,0,0,0,1577,1575, + 1,0,0,0,1578,1580,3,52,26,0,1579,1581,7,25,0,0,1580,1579,1,0,0,0, + 1580,1581,1,0,0,0,1581,1584,1,0,0,0,1582,1583,5,476,0,0,1583,1585, + 7,26,0,0,1584,1582,1,0,0,0,1584,1585,1,0,0,0,1585,233,1,0,0,0,1586, + 1589,5,204,0,0,1587,1590,5,5,0,0,1588,1590,3,258,129,0,1589,1587, + 1,0,0,0,1589,1588,1,0,0,0,1590,235,1,0,0,0,1591,1592,5,268,0,0,1592, + 1593,5,34,0,0,1593,1598,3,52,26,0,1594,1595,5,520,0,0,1595,1597, + 3,52,26,0,1596,1594,1,0,0,0,1597,1600,1,0,0,0,1598,1596,1,0,0,0, + 1598,1599,1,0,0,0,1599,237,1,0,0,0,1600,1598,1,0,0,0,1601,1618,5, + 527,0,0,1602,1618,5,530,0,0,1603,1618,5,535,0,0,1604,1605,5,518, + 0,0,1605,1606,5,538,0,0,1606,1607,5,520,0,0,1607,1608,5,538,0,0, + 1608,1618,5,519,0,0,1609,1610,5,518,0,0,1610,1611,5,538,0,0,1611, + 1612,5,520,0,0,1612,1618,5,519,0,0,1613,1614,5,518,0,0,1614,1615, + 5,520,0,0,1615,1616,5,538,0,0,1616,1618,5,519,0,0,1617,1601,1,0, + 0,0,1617,1602,1,0,0,0,1617,1603,1,0,0,0,1617,1604,1,0,0,0,1617,1609, + 1,0,0,0,1617,1613,1,0,0,0,1618,239,1,0,0,0,1619,1620,5,215,0,0,1620, + 1625,3,172,86,0,1621,1622,5,520,0,0,1622,1624,3,172,86,0,1623,1621, + 1,0,0,0,1624,1627,1,0,0,0,1625,1623,1,0,0,0,1625,1626,1,0,0,0,1626, + 241,1,0,0,0,1627,1625,1,0,0,0,1628,1629,5,271,0,0,1629,1631,5,516, + 0,0,1630,1632,3,244,122,0,1631,1630,1,0,0,0,1632,1633,1,0,0,0,1633, + 1631,1,0,0,0,1633,1634,1,0,0,0,1634,1635,1,0,0,0,1635,1637,5,517, + 0,0,1636,1638,3,256,128,0,1637,1636,1,0,0,0,1637,1638,1,0,0,0,1638, + 243,1,0,0,0,1639,1641,3,306,153,0,1640,1642,3,238,119,0,1641,1640, + 1,0,0,0,1641,1642,1,0,0,0,1642,245,1,0,0,0,1643,1644,5,5,0,0,1644, + 1645,5,322,0,0,1645,1646,5,272,0,0,1646,1652,5,210,0,0,1647,1648, + 5,254,0,0,1648,1649,5,321,0,0,1649,1650,5,272,0,0,1650,1652,5,210, + 0,0,1651,1643,1,0,0,0,1651,1647,1,0,0,0,1652,247,1,0,0,0,1653,1654, + 5,438,0,0,1654,1655,5,210,0,0,1655,1656,5,343,0,0,1656,1657,5,478, + 0,0,1657,1658,5,467,0,0,1658,1678,5,321,0,0,1659,1660,5,438,0,0, + 1660,1661,5,210,0,0,1661,1662,5,343,0,0,1662,1663,5,388,0,0,1663, + 1664,5,237,0,0,1664,1678,5,321,0,0,1665,1666,5,438,0,0,1666,1667, + 5,210,0,0,1667,1668,5,343,0,0,1668,1669,5,388,0,0,1669,1670,5,467, + 0,0,1670,1678,3,306,153,0,1671,1672,5,438,0,0,1672,1673,5,210,0, + 0,1673,1674,5,343,0,0,1674,1675,5,388,0,0,1675,1676,5,457,0,0,1676, + 1678,3,306,153,0,1677,1653,1,0,0,0,1677,1659,1,0,0,0,1677,1665,1, + 0,0,0,1677,1671,1,0,0,0,1678,249,1,0,0,0,1679,1680,5,105,0,0,1680, + 1685,3,172,86,0,1681,1682,5,520,0,0,1682,1684,3,172,86,0,1683,1681, + 1,0,0,0,1684,1687,1,0,0,0,1685,1683,1,0,0,0,1685,1686,1,0,0,0,1686, + 251,1,0,0,0,1687,1685,1,0,0,0,1688,1689,5,292,0,0,1689,1690,5,27, + 0,0,1690,1691,3,282,141,0,1691,1692,3,254,127,0,1692,1698,1,0,0, + 0,1693,1694,5,322,0,0,1694,1695,5,27,0,0,1695,1696,5,538,0,0,1696, + 1698,3,254,127,0,1697,1688,1,0,0,0,1697,1693,1,0,0,0,1698,253,1, + 0,0,0,1699,1700,5,480,0,0,1700,1701,5,10,0,0,1701,1702,5,76,0,0, + 1702,1703,5,321,0,0,1703,255,1,0,0,0,1704,1705,5,434,0,0,1705,1706, + 3,282,141,0,1706,257,1,0,0,0,1707,1708,3,260,130,0,1708,259,1,0, + 0,0,1709,1710,6,130,-1,0,1710,1711,5,241,0,0,1711,1722,3,260,130, + 6,1712,1713,5,133,0,0,1713,1714,5,516,0,0,1714,1715,3,158,79,0,1715, + 1716,5,517,0,0,1716,1722,1,0,0,0,1717,1719,3,266,133,0,1718,1720, + 3,262,131,0,1719,1718,1,0,0,0,1719,1720,1,0,0,0,1720,1722,1,0,0, + 0,1721,1709,1,0,0,0,1721,1712,1,0,0,0,1721,1717,1,0,0,0,1722,1737, + 1,0,0,0,1723,1724,10,3,0,0,1724,1725,5,10,0,0,1725,1736,3,260,130, + 4,1726,1727,10,2,0,0,1727,1728,5,257,0,0,1728,1736,3,260,130,3,1729, + 1730,10,1,0,0,1730,1732,5,184,0,0,1731,1733,5,241,0,0,1732,1731, + 1,0,0,0,1732,1733,1,0,0,0,1733,1734,1,0,0,0,1734,1736,7,27,0,0,1735, + 1723,1,0,0,0,1735,1726,1,0,0,0,1735,1729,1,0,0,0,1736,1739,1,0,0, + 0,1737,1735,1,0,0,0,1737,1738,1,0,0,0,1738,261,1,0,0,0,1739,1737, + 1,0,0,0,1740,1742,5,241,0,0,1741,1740,1,0,0,0,1741,1742,1,0,0,0, + 1742,1743,1,0,0,0,1743,1745,5,27,0,0,1744,1746,7,28,0,0,1745,1744, + 1,0,0,0,1745,1746,1,0,0,0,1746,1747,1,0,0,0,1747,1748,3,266,133, + 0,1748,1749,5,10,0,0,1749,1750,3,266,133,0,1750,1808,1,0,0,0,1751, + 1753,5,241,0,0,1752,1751,1,0,0,0,1752,1753,1,0,0,0,1753,1754,1,0, + 0,0,1754,1755,5,170,0,0,1755,1756,5,516,0,0,1756,1761,3,258,129, + 0,1757,1758,5,520,0,0,1758,1760,3,258,129,0,1759,1757,1,0,0,0,1760, + 1763,1,0,0,0,1761,1759,1,0,0,0,1761,1762,1,0,0,0,1762,1764,1,0,0, + 0,1763,1761,1,0,0,0,1764,1765,5,517,0,0,1765,1808,1,0,0,0,1766,1768, + 5,241,0,0,1767,1766,1,0,0,0,1767,1768,1,0,0,0,1768,1769,1,0,0,0, + 1769,1770,5,170,0,0,1770,1771,5,516,0,0,1771,1772,3,158,79,0,1772, + 1773,5,517,0,0,1773,1808,1,0,0,0,1774,1775,5,133,0,0,1775,1776,5, + 516,0,0,1776,1777,3,158,79,0,1777,1778,5,517,0,0,1778,1808,1,0,0, + 0,1779,1781,5,241,0,0,1780,1779,1,0,0,0,1780,1781,1,0,0,0,1781,1782, + 1,0,0,0,1782,1783,5,318,0,0,1783,1808,3,266,133,0,1784,1808,3,264, + 132,0,1785,1787,5,184,0,0,1786,1788,5,241,0,0,1787,1786,1,0,0,0, + 1787,1788,1,0,0,0,1788,1789,1,0,0,0,1789,1808,7,27,0,0,1790,1792, + 5,184,0,0,1791,1793,5,241,0,0,1792,1791,1,0,0,0,1792,1793,1,0,0, + 0,1793,1794,1,0,0,0,1794,1795,5,113,0,0,1795,1796,5,151,0,0,1796, + 1808,3,266,133,0,1797,1799,5,241,0,0,1798,1797,1,0,0,0,1798,1799, + 1,0,0,0,1799,1800,1,0,0,0,1800,1801,5,342,0,0,1801,1802,5,388,0, + 0,1802,1805,3,266,133,0,1803,1804,5,127,0,0,1804,1806,3,358,179, + 0,1805,1803,1,0,0,0,1805,1806,1,0,0,0,1806,1808,1,0,0,0,1807,1741, + 1,0,0,0,1807,1752,1,0,0,0,1807,1767,1,0,0,0,1807,1774,1,0,0,0,1807, + 1780,1,0,0,0,1807,1784,1,0,0,0,1807,1785,1,0,0,0,1807,1790,1,0,0, + 0,1807,1798,1,0,0,0,1808,263,1,0,0,0,1809,1811,5,241,0,0,1810,1809, + 1,0,0,0,1810,1811,1,0,0,0,1811,1812,1,0,0,0,1812,1813,5,202,0,0, + 1813,1827,7,29,0,0,1814,1815,5,516,0,0,1815,1828,5,517,0,0,1816, + 1817,5,516,0,0,1817,1822,3,258,129,0,1818,1819,5,520,0,0,1819,1821, + 3,258,129,0,1820,1818,1,0,0,0,1821,1824,1,0,0,0,1822,1820,1,0,0, + 0,1822,1823,1,0,0,0,1823,1825,1,0,0,0,1824,1822,1,0,0,0,1825,1826, + 5,517,0,0,1826,1828,1,0,0,0,1827,1814,1,0,0,0,1827,1816,1,0,0,0, + 1828,1839,1,0,0,0,1829,1831,5,241,0,0,1830,1829,1,0,0,0,1830,1831, + 1,0,0,0,1831,1832,1,0,0,0,1832,1833,5,202,0,0,1833,1836,3,266,133, + 0,1834,1835,5,127,0,0,1835,1837,3,358,179,0,1836,1834,1,0,0,0,1836, + 1837,1,0,0,0,1837,1839,1,0,0,0,1838,1810,1,0,0,0,1838,1830,1,0,0, + 0,1839,265,1,0,0,0,1840,1841,6,133,-1,0,1841,1845,3,268,134,0,1842, + 1843,7,30,0,0,1843,1845,3,266,133,7,1844,1840,1,0,0,0,1844,1842, + 1,0,0,0,1845,1867,1,0,0,0,1846,1847,10,6,0,0,1847,1848,7,31,0,0, + 1848,1866,3,266,133,7,1849,1850,10,5,0,0,1850,1851,7,32,0,0,1851, + 1866,3,266,133,6,1852,1853,10,4,0,0,1853,1854,5,511,0,0,1854,1866, + 3,266,133,5,1855,1856,10,3,0,0,1856,1857,5,512,0,0,1857,1866,3,266, + 133,4,1858,1859,10,2,0,0,1859,1860,5,510,0,0,1860,1866,3,266,133, + 3,1861,1862,10,1,0,0,1862,1863,3,346,173,0,1863,1864,3,266,133,2, + 1864,1866,1,0,0,0,1865,1846,1,0,0,0,1865,1849,1,0,0,0,1865,1852, + 1,0,0,0,1865,1855,1,0,0,0,1865,1858,1,0,0,0,1865,1861,1,0,0,0,1866, + 1869,1,0,0,0,1867,1865,1,0,0,0,1867,1868,1,0,0,0,1868,267,1,0,0, + 0,1869,1867,1,0,0,0,1870,1871,6,134,-1,0,1871,1873,5,40,0,0,1872, + 1874,3,310,155,0,1873,1872,1,0,0,0,1874,1875,1,0,0,0,1875,1873,1, + 0,0,0,1875,1876,1,0,0,0,1876,1879,1,0,0,0,1877,1878,5,120,0,0,1878, + 1880,3,258,129,0,1879,1877,1,0,0,0,1879,1880,1,0,0,0,1880,1881,1, + 0,0,0,1881,1882,5,122,0,0,1882,1963,1,0,0,0,1883,1884,5,40,0,0,1884, + 1886,3,258,129,0,1885,1887,3,310,155,0,1886,1885,1,0,0,0,1887,1888, + 1,0,0,0,1888,1886,1,0,0,0,1888,1889,1,0,0,0,1889,1892,1,0,0,0,1890, + 1891,5,120,0,0,1891,1893,3,258,129,0,1892,1890,1,0,0,0,1892,1893, + 1,0,0,0,1893,1894,1,0,0,0,1894,1895,5,122,0,0,1895,1963,1,0,0,0, + 1896,1897,5,41,0,0,1897,1898,5,516,0,0,1898,1899,3,258,129,0,1899, + 1900,5,17,0,0,1900,1901,3,58,29,0,1901,1902,5,517,0,0,1902,1963, + 1,0,0,0,1903,1904,5,457,0,0,1904,1905,5,516,0,0,1905,1908,3,258, + 129,0,1906,1907,5,461,0,0,1907,1909,5,476,0,0,1908,1906,1,0,0,0, + 1908,1909,1,0,0,0,1909,1910,1,0,0,0,1910,1911,5,517,0,0,1911,1963, + 1,0,0,0,1912,1913,5,467,0,0,1913,1914,5,516,0,0,1914,1917,3,258, + 129,0,1915,1916,5,461,0,0,1916,1918,5,476,0,0,1917,1915,1,0,0,0, + 1917,1918,1,0,0,0,1918,1919,1,0,0,0,1919,1920,5,517,0,0,1920,1963, + 1,0,0,0,1921,1922,5,281,0,0,1922,1923,5,516,0,0,1923,1924,3,266, + 133,0,1924,1925,5,170,0,0,1925,1926,3,266,133,0,1926,1927,5,517, + 0,0,1927,1963,1,0,0,0,1928,1963,3,354,177,0,1929,1963,5,527,0,0, + 1930,1931,3,328,164,0,1931,1932,5,513,0,0,1932,1933,5,527,0,0,1933, + 1963,1,0,0,0,1934,1935,5,516,0,0,1935,1936,3,158,79,0,1936,1937, + 5,517,0,0,1937,1963,1,0,0,0,1938,1939,3,272,136,0,1939,1951,5,516, + 0,0,1940,1942,3,364,182,0,1941,1940,1,0,0,0,1941,1942,1,0,0,0,1942, + 1943,1,0,0,0,1943,1948,3,274,137,0,1944,1945,5,520,0,0,1945,1947, + 3,274,137,0,1946,1944,1,0,0,0,1947,1950,1,0,0,0,1948,1946,1,0,0, + 0,1948,1949,1,0,0,0,1949,1952,1,0,0,0,1950,1948,1,0,0,0,1951,1941, + 1,0,0,0,1951,1952,1,0,0,0,1952,1953,1,0,0,0,1953,1954,5,517,0,0, + 1954,1963,1,0,0,0,1955,1963,3,54,27,0,1956,1963,3,276,138,0,1957, + 1958,5,516,0,0,1958,1959,3,258,129,0,1959,1960,5,517,0,0,1960,1963, + 1,0,0,0,1961,1963,5,85,0,0,1962,1870,1,0,0,0,1962,1883,1,0,0,0,1962, + 1896,1,0,0,0,1962,1903,1,0,0,0,1962,1912,1,0,0,0,1962,1921,1,0,0, + 0,1962,1928,1,0,0,0,1962,1929,1,0,0,0,1962,1930,1,0,0,0,1962,1934, + 1,0,0,0,1962,1938,1,0,0,0,1962,1955,1,0,0,0,1962,1956,1,0,0,0,1962, + 1957,1,0,0,0,1962,1961,1,0,0,0,1963,1971,1,0,0,0,1964,1965,10,5, + 0,0,1965,1966,5,514,0,0,1966,1967,3,266,133,0,1967,1968,5,515,0, + 0,1968,1970,1,0,0,0,1969,1964,1,0,0,0,1970,1973,1,0,0,0,1971,1969, + 1,0,0,0,1971,1972,1,0,0,0,1972,269,1,0,0,0,1973,1971,1,0,0,0,1974, + 1975,3,328,164,0,1975,271,1,0,0,0,1976,1979,3,372,186,0,1977,1979, + 3,328,164,0,1978,1976,1,0,0,0,1978,1977,1,0,0,0,1979,273,1,0,0,0, + 1980,1985,3,370,185,0,1981,1985,3,368,184,0,1982,1985,3,366,183, + 0,1983,1985,3,258,129,0,1984,1980,1,0,0,0,1984,1981,1,0,0,0,1984, + 1982,1,0,0,0,1984,1983,1,0,0,0,1985,275,1,0,0,0,1986,1987,3,328, + 164,0,1987,277,1,0,0,0,1988,1989,3,304,152,0,1989,279,1,0,0,0,1990, + 1993,3,304,152,0,1991,1993,3,276,138,0,1992,1990,1,0,0,0,1992,1991, + 1,0,0,0,1993,281,1,0,0,0,1994,1997,5,182,0,0,1995,1998,3,284,142, + 0,1996,1998,3,288,144,0,1997,1995,1,0,0,0,1997,1996,1,0,0,0,1997, + 1998,1,0,0,0,1998,283,1,0,0,0,1999,2001,3,286,143,0,2000,2002,3, + 290,145,0,2001,2000,1,0,0,0,2001,2002,1,0,0,0,2002,285,1,0,0,0,2003, + 2004,3,292,146,0,2004,2005,3,368,184,0,2005,2007,1,0,0,0,2006,2003, + 1,0,0,0,2007,2008,1,0,0,0,2008,2006,1,0,0,0,2008,2009,1,0,0,0,2009, + 287,1,0,0,0,2010,2013,3,290,145,0,2011,2014,3,286,143,0,2012,2014, + 3,290,145,0,2013,2011,1,0,0,0,2013,2012,1,0,0,0,2013,2014,1,0,0, + 0,2014,289,1,0,0,0,2015,2016,3,292,146,0,2016,2017,3,368,184,0,2017, + 2018,5,388,0,0,2018,2019,3,368,184,0,2019,291,1,0,0,0,2020,2022, + 7,33,0,0,2021,2020,1,0,0,0,2021,2022,1,0,0,0,2022,2023,1,0,0,0,2023, + 2026,7,34,0,0,2024,2026,5,537,0,0,2025,2021,1,0,0,0,2025,2024,1, + 0,0,0,2026,293,1,0,0,0,2027,2029,5,17,0,0,2028,2027,1,0,0,0,2028, + 2029,1,0,0,0,2029,2030,1,0,0,0,2030,2032,3,304,152,0,2031,2033,3, + 300,150,0,2032,2031,1,0,0,0,2032,2033,1,0,0,0,2033,295,1,0,0,0,2034, + 2035,3,304,152,0,2035,2036,3,298,149,0,2036,297,1,0,0,0,2037,2038, + 5,221,0,0,2038,2040,3,304,152,0,2039,2037,1,0,0,0,2040,2041,1,0, + 0,0,2041,2039,1,0,0,0,2041,2042,1,0,0,0,2042,2045,1,0,0,0,2043,2045, + 1,0,0,0,2044,2039,1,0,0,0,2044,2043,1,0,0,0,2045,299,1,0,0,0,2046, + 2047,5,516,0,0,2047,2048,3,302,151,0,2048,2049,5,517,0,0,2049,301, + 1,0,0,0,2050,2055,3,304,152,0,2051,2052,5,520,0,0,2052,2054,3,304, + 152,0,2053,2051,1,0,0,0,2054,2057,1,0,0,0,2055,2053,1,0,0,0,2055, + 2056,1,0,0,0,2056,303,1,0,0,0,2057,2055,1,0,0,0,2058,2062,3,306, + 153,0,2059,2062,3,308,154,0,2060,2062,3,374,187,0,2061,2058,1,0, + 0,0,2061,2059,1,0,0,0,2061,2060,1,0,0,0,2062,305,1,0,0,0,2063,2064, + 7,35,0,0,2064,307,1,0,0,0,2065,2066,5,537,0,0,2066,309,1,0,0,0,2067, + 2068,5,428,0,0,2068,2069,3,258,129,0,2069,2070,5,376,0,0,2070,2071, + 3,258,129,0,2071,311,1,0,0,0,2072,2073,3,304,152,0,2073,313,1,0, + 0,0,2074,2075,3,304,152,0,2075,315,1,0,0,0,2076,2079,3,304,152,0, + 2077,2078,5,513,0,0,2078,2080,3,304,152,0,2079,2077,1,0,0,0,2079, + 2080,1,0,0,0,2080,317,1,0,0,0,2081,2084,3,304,152,0,2082,2083,5, + 513,0,0,2083,2085,3,304,152,0,2084,2082,1,0,0,0,2084,2085,1,0,0, + 0,2085,319,1,0,0,0,2086,2089,3,304,152,0,2087,2088,5,513,0,0,2088, + 2090,3,304,152,0,2089,2087,1,0,0,0,2089,2090,1,0,0,0,2090,2099,1, + 0,0,0,2091,2092,3,304,152,0,2092,2093,5,513,0,0,2093,2096,3,304, + 152,0,2094,2095,5,513,0,0,2095,2097,3,304,152,0,2096,2094,1,0,0, + 0,2096,2097,1,0,0,0,2097,2099,1,0,0,0,2098,2086,1,0,0,0,2098,2091, + 1,0,0,0,2099,321,1,0,0,0,2100,2103,3,304,152,0,2101,2102,5,513,0, + 0,2102,2104,3,304,152,0,2103,2101,1,0,0,0,2103,2104,1,0,0,0,2104, + 2113,1,0,0,0,2105,2106,3,304,152,0,2106,2107,5,513,0,0,2107,2110, + 3,304,152,0,2108,2109,5,513,0,0,2109,2111,3,304,152,0,2110,2108, + 1,0,0,0,2110,2111,1,0,0,0,2111,2113,1,0,0,0,2112,2100,1,0,0,0,2112, + 2105,1,0,0,0,2113,323,1,0,0,0,2114,2117,3,304,152,0,2115,2116,5, + 513,0,0,2116,2118,3,304,152,0,2117,2115,1,0,0,0,2117,2118,1,0,0, + 0,2118,2127,1,0,0,0,2119,2120,3,304,152,0,2120,2121,5,513,0,0,2121, + 2124,3,304,152,0,2122,2123,5,513,0,0,2123,2125,3,304,152,0,2124, + 2122,1,0,0,0,2124,2125,1,0,0,0,2125,2127,1,0,0,0,2126,2114,1,0,0, + 0,2126,2119,1,0,0,0,2127,325,1,0,0,0,2128,2131,3,304,152,0,2129, + 2130,5,513,0,0,2130,2132,3,304,152,0,2131,2129,1,0,0,0,2131,2132, + 1,0,0,0,2132,2141,1,0,0,0,2133,2134,3,304,152,0,2134,2135,5,513, + 0,0,2135,2138,3,304,152,0,2136,2137,5,513,0,0,2137,2139,3,304,152, + 0,2138,2136,1,0,0,0,2138,2139,1,0,0,0,2139,2141,1,0,0,0,2140,2128, + 1,0,0,0,2140,2133,1,0,0,0,2141,327,1,0,0,0,2142,2147,3,304,152,0, + 2143,2144,5,513,0,0,2144,2146,3,304,152,0,2145,2143,1,0,0,0,2146, + 2149,1,0,0,0,2147,2148,1,0,0,0,2147,2145,1,0,0,0,2148,329,1,0,0, + 0,2149,2147,1,0,0,0,2150,2151,5,433,0,0,2151,2152,3,336,168,0,2152, + 331,1,0,0,0,2153,2154,5,167,0,0,2154,2155,5,241,0,0,2155,2156,5, + 133,0,0,2156,333,1,0,0,0,2157,2158,5,167,0,0,2158,2159,5,133,0,0, + 2159,335,1,0,0,0,2160,2161,5,516,0,0,2161,2166,3,338,169,0,2162, + 2163,5,520,0,0,2163,2165,3,338,169,0,2164,2162,1,0,0,0,2165,2168, + 1,0,0,0,2166,2164,1,0,0,0,2166,2167,1,0,0,0,2167,2169,1,0,0,0,2168, + 2166,1,0,0,0,2169,2170,5,517,0,0,2170,337,1,0,0,0,2171,2176,3,340, + 170,0,2172,2174,5,505,0,0,2173,2172,1,0,0,0,2173,2174,1,0,0,0,2174, + 2175,1,0,0,0,2175,2177,3,342,171,0,2176,2173,1,0,0,0,2176,2177,1, + 0,0,0,2177,339,1,0,0,0,2178,2182,3,304,152,0,2179,2182,3,276,138, + 0,2180,2182,5,537,0,0,2181,2178,1,0,0,0,2181,2179,1,0,0,0,2181,2180, + 1,0,0,0,2182,341,1,0,0,0,2183,2188,5,538,0,0,2184,2188,5,539,0,0, + 2185,2188,3,362,181,0,2186,2188,5,537,0,0,2187,2183,1,0,0,0,2187, + 2184,1,0,0,0,2187,2185,1,0,0,0,2187,2186,1,0,0,0,2188,343,1,0,0, + 0,2189,2196,5,10,0,0,2190,2191,5,511,0,0,2191,2196,5,511,0,0,2192, + 2196,5,257,0,0,2193,2194,5,510,0,0,2194,2196,5,510,0,0,2195,2189, + 1,0,0,0,2195,2190,1,0,0,0,2195,2192,1,0,0,0,2195,2193,1,0,0,0,2196, + 345,1,0,0,0,2197,2212,5,505,0,0,2198,2212,5,506,0,0,2199,2212,5, + 507,0,0,2200,2201,5,507,0,0,2201,2212,5,505,0,0,2202,2203,5,506, + 0,0,2203,2212,5,505,0,0,2204,2205,5,507,0,0,2205,2212,5,506,0,0, + 2206,2207,5,508,0,0,2207,2212,5,505,0,0,2208,2209,5,507,0,0,2209, + 2210,5,505,0,0,2210,2212,5,506,0,0,2211,2197,1,0,0,0,2211,2198,1, + 0,0,0,2211,2199,1,0,0,0,2211,2200,1,0,0,0,2211,2202,1,0,0,0,2211, + 2204,1,0,0,0,2211,2206,1,0,0,0,2211,2208,1,0,0,0,2212,347,1,0,0, + 0,2213,2214,5,507,0,0,2214,2221,5,507,0,0,2215,2216,5,506,0,0,2216, + 2221,5,506,0,0,2217,2221,5,511,0,0,2218,2221,5,512,0,0,2219,2221, + 5,510,0,0,2220,2213,1,0,0,0,2220,2215,1,0,0,0,2220,2217,1,0,0,0, + 2220,2218,1,0,0,0,2220,2219,1,0,0,0,2221,349,1,0,0,0,2222,2223,7, + 36,0,0,2223,351,1,0,0,0,2224,2225,7,37,0,0,2225,353,1,0,0,0,2226, + 2241,3,282,141,0,2227,2241,3,356,178,0,2228,2241,3,358,179,0,2229, + 2231,5,529,0,0,2230,2229,1,0,0,0,2230,2231,1,0,0,0,2231,2232,1,0, + 0,0,2232,2241,3,360,180,0,2233,2241,3,362,181,0,2234,2241,5,539, + 0,0,2235,2241,5,540,0,0,2236,2238,5,241,0,0,2237,2236,1,0,0,0,2237, + 2238,1,0,0,0,2238,2239,1,0,0,0,2239,2241,5,244,0,0,2240,2226,1,0, + 0,0,2240,2227,1,0,0,0,2240,2228,1,0,0,0,2240,2230,1,0,0,0,2240,2233, + 1,0,0,0,2240,2234,1,0,0,0,2240,2235,1,0,0,0,2240,2237,1,0,0,0,2241, + 355,1,0,0,0,2242,2243,3,366,183,0,2243,2244,3,358,179,0,2244,357, + 1,0,0,0,2245,2246,5,537,0,0,2246,359,1,0,0,0,2247,2248,5,538,0,0, + 2248,361,1,0,0,0,2249,2250,7,38,0,0,2250,363,1,0,0,0,2251,2252,7, + 39,0,0,2252,365,1,0,0,0,2253,2254,7,40,0,0,2254,367,1,0,0,0,2255, + 2256,7,41,0,0,2256,369,1,0,0,0,2257,2258,7,42,0,0,2258,371,1,0,0, + 0,2259,2260,7,43,0,0,2260,373,1,0,0,0,2261,2262,7,44,0,0,2262,375, + 1,0,0,0,266,379,386,389,403,421,425,434,439,446,457,466,478,481, + 488,491,499,503,508,511,518,526,530,542,550,554,586,589,594,598, + 602,606,615,620,624,628,633,636,640,645,651,656,661,665,669,673, + 683,691,695,699,703,707,711,715,719,723,725,735,743,767,774,780, + 783,786,793,796,805,817,841,853,858,862,870,874,880,890,895,901, + 905,909,913,922,926,933,936,946,954,962,966,981,1000,1011,1015,1022, + 1027,1033,1037,1044,1048,1052,1056,1064,1068,1073,1079,1085,1088, + 1092,1103,1112,1126,1138,1153,1156,1160,1163,1165,1170,1174,1177, + 1181,1190,1199,1209,1214,1225,1228,1231,1234,1237,1243,1247,1255, + 1258,1263,1266,1270,1273,1275,1289,1300,1305,1313,1316,1319,1324, + 1326,1328,1333,1336,1340,1344,1356,1363,1374,1401,1423,1436,1448, + 1461,1473,1485,1491,1518,1526,1530,1533,1536,1543,1546,1549,1552, + 1555,1558,1563,1566,1575,1580,1584,1589,1598,1617,1625,1633,1637, + 1641,1651,1677,1685,1697,1719,1721,1732,1735,1737,1741,1745,1752, + 1761,1767,1780,1787,1792,1798,1805,1807,1810,1822,1827,1830,1836, + 1838,1844,1865,1867,1875,1879,1888,1892,1908,1917,1941,1948,1951, + 1962,1971,1978,1984,1992,1997,2001,2008,2013,2021,2025,2028,2032, + 2041,2044,2055,2061,2079,2084,2089,2096,2098,2103,2110,2112,2117, + 2124,2126,2131,2138,2140,2147,2166,2173,2176,2181,2187,2195,2211, + 2220,2230,2237,2240 ]; private static __ATN: antlr.ATN; @@ -13777,6 +13803,36 @@ export class ColumnNameContext extends antlr.ParserRuleContext { } +export class ColumnNamePathContext extends antlr.ParserRuleContext { + public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { + super(parent, invokingState); + } + public uid(): UidContext { + return this.getRuleContext(0, UidContext)!; + } + public override get ruleIndex(): number { + return FlinkSqlParser.RULE_columnNamePath; + } + public override enterRule(listener: FlinkSqlParserListener): void { + if(listener.enterColumnNamePath) { + listener.enterColumnNamePath(this); + } + } + public override exitRule(listener: FlinkSqlParserListener): void { + if(listener.exitColumnNamePath) { + listener.exitColumnNamePath(this); + } + } + public override accept(visitor: FlinkSqlParserVisitor): Result | null { + if (visitor.visitColumnNamePath) { + return visitor.visitColumnNamePath(this); + } else { + return visitor.visitChildren(this); + } + } +} + + export class ColumnNameListContext extends antlr.ParserRuleContext { public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { super(parent, invokingState); @@ -16206,8 +16262,8 @@ export class QueryStatementContext extends antlr.ParserRuleContext { public selectClause(): SelectClauseContext | null { return this.getRuleContext(0, SelectClauseContext); } - public orderByCaluse(): OrderByCaluseContext | null { - return this.getRuleContext(0, OrderByCaluseContext); + public orderByClause(): OrderByClauseContext | null { + return this.getRuleContext(0, OrderByClauseContext); } public limitClause(): LimitClauseContext | null { return this.getRuleContext(0, LimitClauseContext); @@ -17756,8 +17812,8 @@ export class WindowSpecContext extends antlr.ParserRuleContext { public partitionByClause(): PartitionByClauseContext | null { return this.getRuleContext(0, PartitionByClauseContext); } - public orderByCaluse(): OrderByCaluseContext | null { - return this.getRuleContext(0, OrderByCaluseContext); + public orderByClause(): OrderByClauseContext | null { + return this.getRuleContext(0, OrderByClauseContext); } public windowFrame(): WindowFrameContext | null { return this.getRuleContext(0, WindowFrameContext); @@ -17807,8 +17863,8 @@ export class MatchRecognizeClauseContext extends antlr.ParserRuleContext { public partitionByClause(): PartitionByClauseContext | null { return this.getRuleContext(0, PartitionByClauseContext); } - public orderByCaluse(): OrderByCaluseContext | null { - return this.getRuleContext(0, OrderByCaluseContext); + public orderByClause(): OrderByClauseContext | null { + return this.getRuleContext(0, OrderByClauseContext); } public measuresClause(): MeasuresClauseContext | null { return this.getRuleContext(0, MeasuresClauseContext); @@ -17851,7 +17907,7 @@ export class MatchRecognizeClauseContext extends antlr.ParserRuleContext { } -export class OrderByCaluseContext extends antlr.ParserRuleContext { +export class OrderByClauseContext extends antlr.ParserRuleContext { public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { super(parent, invokingState); } @@ -17880,21 +17936,21 @@ export class OrderByCaluseContext extends antlr.ParserRuleContext { } } public override get ruleIndex(): number { - return FlinkSqlParser.RULE_orderByCaluse; + return FlinkSqlParser.RULE_orderByClause; } public override enterRule(listener: FlinkSqlParserListener): void { - if(listener.enterOrderByCaluse) { - listener.enterOrderByCaluse(this); + if(listener.enterOrderByClause) { + listener.enterOrderByClause(this); } } public override exitRule(listener: FlinkSqlParserListener): void { - if(listener.exitOrderByCaluse) { - listener.exitOrderByCaluse(this); + if(listener.exitOrderByClause) { + listener.exitOrderByClause(this); } } public override accept(visitor: FlinkSqlParserVisitor): Result | null { - if (visitor.visitOrderByCaluse) { - return visitor.visitOrderByCaluse(this); + if (visitor.visitOrderByClause) { + return visitor.visitOrderByClause(this); } else { return visitor.visitChildren(this); } @@ -19183,8 +19239,8 @@ export class ColumnReferenceContext extends PrimaryExpressionContext { super(ctx.parent, ctx.invokingState); super.copyFrom(ctx); } - public identifier(): IdentifierContext { - return this.getRuleContext(0, IdentifierContext)!; + public columnNamePath(): ColumnNamePathContext { + return this.getRuleContext(0, ColumnNamePathContext)!; } public override enterRule(listener: FlinkSqlParserListener): void { if(listener.enterColumnReference) { diff --git a/src/lib/flink/FlinkSqlParserListener.ts b/src/lib/flink/FlinkSqlParserListener.ts index d348207e..f23e6efb 100644 --- a/src/lib/flink/FlinkSqlParserListener.ts +++ b/src/lib/flink/FlinkSqlParserListener.ts @@ -35,6 +35,7 @@ import { ColumnOptionDefinitionContext } from "./FlinkSqlParser.js"; import { PhysicalColumnDefinitionContext } from "./FlinkSqlParser.js"; import { ColumnNameCreateContext } from "./FlinkSqlParser.js"; import { ColumnNameContext } from "./FlinkSqlParser.js"; +import { ColumnNamePathContext } from "./FlinkSqlParser.js"; import { ColumnNameListContext } from "./FlinkSqlParser.js"; import { ColumnTypeContext } from "./FlinkSqlParser.js"; import { LengthOneDimensionContext } from "./FlinkSqlParser.js"; @@ -123,7 +124,7 @@ import { WindowClauseContext } from "./FlinkSqlParser.js"; import { NamedWindowContext } from "./FlinkSqlParser.js"; import { WindowSpecContext } from "./FlinkSqlParser.js"; import { MatchRecognizeClauseContext } from "./FlinkSqlParser.js"; -import { OrderByCaluseContext } from "./FlinkSqlParser.js"; +import { OrderByClauseContext } from "./FlinkSqlParser.js"; import { OrderItemDefitionContext } from "./FlinkSqlParser.js"; import { LimitClauseContext } from "./FlinkSqlParser.js"; import { PartitionByClauseContext } from "./FlinkSqlParser.js"; @@ -497,6 +498,16 @@ export class FlinkSqlParserListener implements ParseTreeListener { * @param ctx the parse tree */ exitColumnName?: (ctx: ColumnNameContext) => void; + /** + * Enter a parse tree produced by `FlinkSqlParser.columnNamePath`. + * @param ctx the parse tree + */ + enterColumnNamePath?: (ctx: ColumnNamePathContext) => void; + /** + * Exit a parse tree produced by `FlinkSqlParser.columnNamePath`. + * @param ctx the parse tree + */ + exitColumnNamePath?: (ctx: ColumnNamePathContext) => void; /** * Enter a parse tree produced by `FlinkSqlParser.columnNameList`. * @param ctx the parse tree @@ -1382,15 +1393,15 @@ export class FlinkSqlParserListener implements ParseTreeListener { */ exitMatchRecognizeClause?: (ctx: MatchRecognizeClauseContext) => void; /** - * Enter a parse tree produced by `FlinkSqlParser.orderByCaluse`. + * Enter a parse tree produced by `FlinkSqlParser.orderByClause`. * @param ctx the parse tree */ - enterOrderByCaluse?: (ctx: OrderByCaluseContext) => void; + enterOrderByClause?: (ctx: OrderByClauseContext) => void; /** - * Exit a parse tree produced by `FlinkSqlParser.orderByCaluse`. + * Exit a parse tree produced by `FlinkSqlParser.orderByClause`. * @param ctx the parse tree */ - exitOrderByCaluse?: (ctx: OrderByCaluseContext) => void; + exitOrderByClause?: (ctx: OrderByClauseContext) => void; /** * Enter a parse tree produced by `FlinkSqlParser.orderItemDefition`. * @param ctx the parse tree diff --git a/src/lib/flink/FlinkSqlParserVisitor.ts b/src/lib/flink/FlinkSqlParserVisitor.ts index d8064813..fd80ee90 100644 --- a/src/lib/flink/FlinkSqlParserVisitor.ts +++ b/src/lib/flink/FlinkSqlParserVisitor.ts @@ -35,6 +35,7 @@ import { ColumnOptionDefinitionContext } from "./FlinkSqlParser.js"; import { PhysicalColumnDefinitionContext } from "./FlinkSqlParser.js"; import { ColumnNameCreateContext } from "./FlinkSqlParser.js"; import { ColumnNameContext } from "./FlinkSqlParser.js"; +import { ColumnNamePathContext } from "./FlinkSqlParser.js"; import { ColumnNameListContext } from "./FlinkSqlParser.js"; import { ColumnTypeContext } from "./FlinkSqlParser.js"; import { LengthOneDimensionContext } from "./FlinkSqlParser.js"; @@ -123,7 +124,7 @@ import { WindowClauseContext } from "./FlinkSqlParser.js"; import { NamedWindowContext } from "./FlinkSqlParser.js"; import { WindowSpecContext } from "./FlinkSqlParser.js"; import { MatchRecognizeClauseContext } from "./FlinkSqlParser.js"; -import { OrderByCaluseContext } from "./FlinkSqlParser.js"; +import { OrderByClauseContext } from "./FlinkSqlParser.js"; import { OrderItemDefitionContext } from "./FlinkSqlParser.js"; import { LimitClauseContext } from "./FlinkSqlParser.js"; import { PartitionByClauseContext } from "./FlinkSqlParser.js"; @@ -392,6 +393,12 @@ export class FlinkSqlParserVisitor extends AbstractParseTreeVisitor Result; + /** + * Visit a parse tree produced by `FlinkSqlParser.columnNamePath`. + * @param ctx the parse tree + * @return the visitor result + */ + visitColumnNamePath?: (ctx: ColumnNamePathContext) => Result; /** * Visit a parse tree produced by `FlinkSqlParser.columnNameList`. * @param ctx the parse tree @@ -923,11 +930,11 @@ export class FlinkSqlParserVisitor extends AbstractParseTreeVisitor Result; /** - * Visit a parse tree produced by `FlinkSqlParser.orderByCaluse`. + * Visit a parse tree produced by `FlinkSqlParser.orderByClause`. * @param ctx the parse tree * @return the visitor result */ - visitOrderByCaluse?: (ctx: OrderByCaluseContext) => Result; + visitOrderByClause?: (ctx: OrderByClauseContext) => Result; /** * Visit a parse tree produced by `FlinkSqlParser.orderItemDefition`. * @param ctx the parse tree diff --git a/src/parser/flink/flinkErrorListener.ts b/src/parser/flink/flinkErrorListener.ts index 61a8a157..2d3896c8 100644 --- a/src/parser/flink/flinkErrorListener.ts +++ b/src/parser/flink/flinkErrorListener.ts @@ -19,6 +19,7 @@ export class FlinkErrorListener extends ParseErrorListener { [FlinkSqlParser.RULE_functionName, 'function'], [FlinkSqlParser.RULE_functionNameCreate, 'function'], [FlinkSqlParser.RULE_columnName, 'column'], + [FlinkSqlParser.RULE_columnNamePath, 'column'], [FlinkSqlParser.RULE_columnNameCreate, 'column'], ]); @@ -51,6 +52,7 @@ export class FlinkErrorListener extends ParseErrorListener { case FlinkSqlParser.RULE_viewPath: case FlinkSqlParser.RULE_functionName: case FlinkSqlParser.RULE_columnName: + case FlinkSqlParser.RULE_columnNamePath: case FlinkSqlParser.RULE_catalogPath: { result.push(`{existing}${name}`); break; diff --git a/src/parser/flink/index.ts b/src/parser/flink/index.ts index 61d19d22..2b00534b 100644 --- a/src/parser/flink/index.ts +++ b/src/parser/flink/index.ts @@ -32,6 +32,7 @@ export class FlinkSQL extends BasicSQL { const flink = new FlinkSQL(); @@ -64,6 +65,14 @@ describe('FlinkSQL validate invalid sql and test msg', () => { ); }); + test('validate unComplete sql7', () => { + const errors = flink.validate(sql7); + expect(errors.length).toBe(1); + expect(errors[0].message).toBe( + `Statement is incomplete, expecting an existing function or an existing column or a keyword` + ); + }); + test('validate random text cn', () => { flink.locale = 'zh_CN'; const errors = flink.validate(randomText); @@ -97,4 +106,12 @@ describe('FlinkSQL validate invalid sql and test msg', () => { expect(errors.length).toBe(1); expect(errors[0].message).toBe(`'aaa' 在此位置无效,期望一个存在的column或者一个关键字`); }); + + test('validate unComplete sql7 cn', () => { + const errors = flink.validate(sql7); + expect(errors.length).toBe(1); + expect(errors[0].message).toBe( + `语句不完整,期望一个存在的function或者一个存在的column或者一个关键字` + ); + }); }); diff --git a/test/parser/flink/suggestion/fixtures/syntaxSuggestion.sql b/test/parser/flink/suggestion/fixtures/syntaxSuggestion.sql index 04658029..74cbb786 100644 --- a/test/parser/flink/suggestion/fixtures/syntaxSuggestion.sql +++ b/test/parser/flink/suggestion/fixtures/syntaxSuggestion.sql @@ -38,4 +38,10 @@ INSERT INTO tb (col, tb.c ); CREATE TABLE yourTable (ts TIMESTAMP(3), WATERMARK FOR ); -CREATE TABLE newTable ( ); \ No newline at end of file +CREATE TABLE newTable ( ); + +SELECT SUM(amount) FROM Orders GROUP BY length(users) HAVING SUM(amount) > 50; + +SELECT * FROM Orders ORDER BY orderTime LIMIT length(order_id); + +SELECT age CASE WHEN age < 18 THEN 1 ELSE 0 END AS is_minor FROM dt_catalog.dt_db.subscriptions; \ No newline at end of file diff --git a/test/parser/flink/suggestion/syntaxSuggestion.test.ts b/test/parser/flink/suggestion/syntaxSuggestion.test.ts index a017c641..9f6eb5cd 100644 --- a/test/parser/flink/suggestion/syntaxSuggestion.test.ts +++ b/test/parser/flink/suggestion/syntaxSuggestion.test.ts @@ -374,4 +374,89 @@ describe('Flink SQL Syntax Suggestion', () => { expect(suggestion).not.toBeUndefined(); expect(suggestion?.wordRanges.map((token) => token.text)).toEqual([]); }); + + test('Select expression column', () => { + const pos: CaretPosition = { + lineNumber: 43, + column: 18, + }; + const syntaxes = flink.getSuggestionAtCaretPosition( + commentOtherLine(syntaxSql, pos.lineNumber), + pos + )?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.COLUMN + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['amount']); + }); + + test('Group by expression column', () => { + const pos: CaretPosition = { + lineNumber: 43, + column: 53, + }; + const syntaxes = flink.getSuggestionAtCaretPosition( + commentOtherLine(syntaxSql, pos.lineNumber), + pos + )?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.COLUMN + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['users']); + }); + + test('Having expression column', () => { + const pos: CaretPosition = { + lineNumber: 43, + column: 72, + }; + const syntaxes = flink.getSuggestionAtCaretPosition( + commentOtherLine(syntaxSql, pos.lineNumber), + pos + )?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.COLUMN + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['amount']); + }); + + test('Limit by expression column', () => { + const pos: CaretPosition = { + lineNumber: 45, + column: 62, + }; + const syntaxes = flink.getSuggestionAtCaretPosition( + commentOtherLine(syntaxSql, pos.lineNumber), + pos + )?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.COLUMN + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['order_id']); + }); + + test('When by expression column', () => { + const pos: CaretPosition = { + lineNumber: 47, + column: 25, + }; + const syntaxes = flink.getSuggestionAtCaretPosition( + commentOtherLine(syntaxSql, pos.lineNumber), + pos + )?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.COLUMN + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['age']); + }); });