From 350c1d3c5ef971424fd1d2723eb83d08d0e02a1e Mon Sep 17 00:00:00 2001 From: Nikita Shkaruba Date: Fri, 22 Nov 2024 12:17:44 +0100 Subject: [PATCH] feat: upgrade trino autocomplete (#247) * feat: upgrade trino autocomplete * feat: force to include parents in schemaIdentifier, tableIdentifier; fix tests * fix: update gitignore * feat: forbid multi-queries in trino * refactor: make identifier recursive --- .gitignore | 5 +- .../trino/generated/TrinoParser.interp | 14 +- .../databases/trino/generated/TrinoParser.ts | 9387 +++++++++-------- .../trino/generated/TrinoParserVisitor.ts | 84 +- .../databases/trino/grammar/TrinoParser.g4 | 215 +- .../trino/tests/alter/alter-schema.test.ts | 5 +- .../databases/trino/tests/alter/alter.test.ts | 12 +- .../trino/tests/comment/comment-table.test.ts | 2 +- .../tests/create/create-function.test.ts | 2 +- .../trino/tests/create/create-schema.test.ts | 2 +- .../trino/tests/create/create-table.test.ts | 15 +- .../trino/tests/delete/delete.test.ts | 10 +- .../trino/tests/drop/drop-catalog.test.ts | 5 +- .../trino/tests/drop/drop-role.test.ts | 2 +- .../trino/tests/drop/drop-schema.test.ts | 5 +- .../databases/trino/tests/drop/drop.test.ts | 18 +- .../tests/extract-statement-positions.test.ts | 297 +- .../trino/tests/insert/insert.test.ts | 33 +- .../trino/tests/multiple-statements.test.ts | 3 +- .../tests/select/group-by-clause.test.ts | 26 +- .../trino/tests/select/join-clause.test.ts | 42 +- .../tests/select/nested-statements.test.ts | 4 +- .../tests/select/order-by-clause.test.ts | 30 +- .../trino/tests/select/select.test.ts | 70 +- .../trino/tests/select/where-clause.test.ts | 40 +- .../trino/tests/update/update.test.ts | 45 +- .../databases/trino/trino-autocomplete.ts | 24 +- 27 files changed, 5359 insertions(+), 5038 deletions(-) diff --git a/.gitignore b/.gitignore index 75c30d744..7da49fa9c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,7 @@ dist-types .ds_store -.antlr \ No newline at end of file +.antlr + +# Intellij IDES add weird token files that we don't use +**/grammar/*.tokens \ No newline at end of file diff --git a/src/autocomplete/databases/trino/generated/TrinoParser.interp b/src/autocomplete/databases/trino/generated/TrinoParser.interp index 150e8539a..390d5bbbc 100644 --- a/src/autocomplete/databases/trino/generated/TrinoParser.interp +++ b/src/autocomplete/databases/trino/generated/TrinoParser.interp @@ -686,7 +686,6 @@ UNRECOGNIZED_ rule names: parse -statements statement rootQuery withFunction @@ -800,12 +799,21 @@ queryPeriod rangeType grantor principal -roles +roleIdentifierList identifier +catalogIdentifier +schemaIdentifier +tableIdentifier +viewIdentifier +newSchemaIdentifier +newTableIdentifier +newViewIdentifier +roleIdentifier +connectorIdentifier number authorizationUser nonReserved atn: -[4, 1, 340, 3244, 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, 1, 0, 3, 0, 242, 8, 0, 1, 0, 1, 0, 1, 1, 1, 1, 3, 1, 248, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 254, 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, 1, 2, 3, 2, 269, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 276, 8, 2, 1, 2, 1, 2, 3, 2, 280, 8, 2, 1, 2, 1, 2, 3, 2, 284, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 290, 8, 2, 1, 2, 1, 2, 3, 2, 294, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 301, 8, 2, 1, 2, 1, 2, 1, 2, 3, 2, 306, 8, 2, 1, 2, 1, 2, 3, 2, 310, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 316, 8, 2, 1, 2, 1, 2, 3, 2, 320, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 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, 339, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 345, 8, 2, 1, 2, 1, 2, 3, 2, 349, 8, 2, 1, 2, 1, 2, 3, 2, 353, 8, 2, 1, 2, 1, 2, 3, 2, 357, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 365, 8, 2, 1, 2, 1, 2, 3, 2, 369, 8, 2, 1, 2, 3, 2, 372, 8, 2, 1, 2, 1, 2, 1, 2, 3, 2, 377, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 383, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 5, 2, 390, 8, 2, 10, 2, 12, 2, 393, 9, 2, 1, 2, 1, 2, 1, 2, 3, 2, 398, 8, 2, 1, 2, 1, 2, 3, 2, 402, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 408, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 415, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 424, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 436, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 445, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 454, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 460, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 471, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 479, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 487, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 494, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 504, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 511, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 519, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 5, 2, 553, 8, 2, 10, 2, 12, 2, 556, 9, 2, 3, 2, 558, 8, 2, 1, 2, 3, 2, 561, 8, 2, 1, 2, 1, 2, 3, 2, 565, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 571, 8, 2, 1, 2, 1, 2, 1, 2, 3, 2, 576, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 583, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 589, 8, 2, 1, 2, 1, 2, 3, 2, 593, 8, 2, 1, 2, 1, 2, 3, 2, 597, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 605, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 611, 8, 2, 1, 2, 1, 2, 3, 2, 615, 8, 2, 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, 629, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 637, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 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, 656, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 5, 2, 679, 8, 2, 10, 2, 12, 2, 682, 9, 2, 3, 2, 684, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 691, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 698, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 707, 8, 2, 1, 2, 1, 2, 3, 2, 711, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 718, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 5, 2, 726, 8, 2, 10, 2, 12, 2, 729, 9, 2, 1, 2, 1, 2, 1, 2, 3, 2, 734, 8, 2, 1, 2, 1, 2, 1, 2, 3, 2, 739, 8, 2, 1, 2, 1, 2, 3, 2, 743, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 749, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 5, 2, 756, 8, 2, 10, 2, 12, 2, 759, 9, 2, 1, 2, 1, 2, 1, 2, 3, 2, 764, 8, 2, 1, 2, 1, 2, 3, 2, 768, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 775, 8, 2, 1, 2, 1, 2, 3, 2, 779, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 5, 2, 785, 8, 2, 10, 2, 12, 2, 788, 9, 2, 1, 2, 1, 2, 3, 2, 792, 8, 2, 1, 2, 1, 2, 3, 2, 796, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 804, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 5, 2, 810, 8, 2, 10, 2, 12, 2, 813, 9, 2, 1, 2, 1, 2, 3, 2, 817, 8, 2, 1, 2, 1, 2, 3, 2, 821, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 831, 8, 2, 1, 2, 1, 2, 1, 2, 5, 2, 836, 8, 2, 10, 2, 12, 2, 839, 9, 2, 1, 2, 1, 2, 3, 2, 843, 8, 2, 1, 2, 1, 2, 3, 2, 847, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 857, 8, 2, 1, 2, 3, 2, 860, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 5, 2, 867, 8, 2, 10, 2, 12, 2, 870, 9, 2, 1, 2, 1, 2, 3, 2, 874, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 880, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 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, 904, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 910, 8, 2, 3, 2, 912, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 918, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 924, 8, 2, 3, 2, 926, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 934, 8, 2, 3, 2, 936, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 942, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 948, 8, 2, 3, 2, 950, 8, 2, 1, 2, 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, 965, 8, 2, 1, 2, 1, 2, 1, 2, 3, 2, 970, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 977, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 987, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 993, 8, 2, 3, 2, 995, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 1003, 8, 2, 3, 2, 1005, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 5, 2, 1028, 8, 2, 10, 2, 12, 2, 1031, 9, 2, 3, 2, 1033, 8, 2, 1, 2, 1, 2, 3, 2, 1037, 8, 2, 1, 2, 1, 2, 3, 2, 1041, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 5, 2, 1057, 8, 2, 10, 2, 12, 2, 1060, 9, 2, 3, 2, 1062, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 5, 2, 1071, 8, 2, 10, 2, 12, 2, 1074, 9, 2, 3, 2, 1076, 8, 2, 1, 2, 1, 2, 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, 1092, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 5, 2, 1100, 8, 2, 10, 2, 12, 2, 1103, 9, 2, 1, 2, 1, 2, 3, 2, 1107, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 1113, 8, 2, 1, 2, 3, 2, 1116, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 4, 2, 1123, 8, 2, 11, 2, 12, 2, 1124, 3, 2, 1127, 8, 2, 1, 3, 3, 3, 1130, 8, 3, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 5, 4, 1138, 8, 4, 10, 4, 12, 4, 1141, 9, 4, 1, 5, 3, 5, 1144, 8, 5, 1, 5, 1, 5, 1, 6, 1, 6, 3, 6, 1150, 8, 6, 1, 6, 1, 6, 1, 6, 5, 6, 1155, 8, 6, 10, 6, 12, 6, 1158, 9, 6, 1, 7, 1, 7, 3, 7, 1162, 8, 7, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1168, 8, 8, 1, 8, 1, 8, 3, 8, 1172, 8, 8, 1, 8, 1, 8, 3, 8, 1176, 8, 8, 1, 9, 1, 9, 1, 9, 1, 9, 3, 9, 1182, 8, 9, 1, 10, 1, 10, 1, 10, 1, 10, 1, 11, 1, 11, 1, 11, 5, 11, 1191, 8, 11, 10, 11, 12, 11, 1194, 9, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 13, 1, 13, 3, 13, 1202, 8, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 5, 14, 1210, 8, 14, 10, 14, 12, 14, 1213, 9, 14, 3, 14, 1215, 8, 14, 1, 14, 1, 14, 1, 14, 3, 14, 1220, 8, 14, 3, 14, 1222, 8, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 3, 14, 1229, 8, 14, 1, 14, 1, 14, 1, 14, 1, 14, 3, 14, 1235, 8, 14, 3, 14, 1237, 8, 14, 1, 15, 1, 15, 3, 15, 1241, 8, 15, 1, 16, 1, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 3, 17, 1251, 8, 17, 1, 17, 1, 17, 1, 17, 1, 17, 3, 17, 1257, 8, 17, 1, 17, 5, 17, 1260, 8, 17, 10, 17, 12, 17, 1263, 9, 17, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 5, 18, 1272, 8, 18, 10, 18, 12, 18, 1275, 9, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 1281, 8, 18, 1, 19, 1, 19, 3, 19, 1285, 8, 19, 1, 19, 1, 19, 3, 19, 1289, 8, 19, 1, 20, 1, 20, 3, 20, 1293, 8, 20, 1, 20, 1, 20, 1, 20, 5, 20, 1298, 8, 20, 10, 20, 12, 20, 1301, 9, 20, 1, 20, 1, 20, 1, 20, 1, 20, 5, 20, 1307, 8, 20, 10, 20, 12, 20, 1310, 9, 20, 3, 20, 1312, 8, 20, 1, 20, 1, 20, 3, 20, 1316, 8, 20, 1, 20, 1, 20, 1, 20, 3, 20, 1321, 8, 20, 1, 20, 1, 20, 3, 20, 1325, 8, 20, 1, 20, 1, 20, 1, 20, 1, 20, 5, 20, 1331, 8, 20, 10, 20, 12, 20, 1334, 9, 20, 3, 20, 1336, 8, 20, 1, 21, 3, 21, 1339, 8, 21, 1, 21, 1, 21, 1, 21, 5, 21, 1344, 8, 21, 10, 21, 12, 21, 1347, 9, 21, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 5, 22, 1355, 8, 22, 10, 22, 12, 22, 1358, 9, 22, 3, 22, 1360, 8, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 5, 22, 1368, 8, 22, 10, 22, 12, 22, 1371, 9, 22, 3, 22, 1373, 8, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 5, 22, 1382, 8, 22, 10, 22, 12, 22, 1385, 9, 22, 1, 22, 1, 22, 3, 22, 1389, 8, 22, 1, 23, 1, 23, 1, 23, 1, 23, 5, 23, 1395, 8, 23, 10, 23, 12, 23, 1398, 9, 23, 3, 23, 1400, 8, 23, 1, 23, 1, 23, 3, 23, 1404, 8, 23, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 25, 3, 25, 1413, 8, 25, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 5, 25, 1420, 8, 25, 10, 25, 12, 25, 1423, 9, 25, 3, 25, 1425, 8, 25, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 5, 25, 1432, 8, 25, 10, 25, 12, 25, 1435, 9, 25, 3, 25, 1437, 8, 25, 1, 25, 3, 25, 1440, 8, 25, 1, 26, 1, 26, 3, 26, 1444, 8, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 27, 1, 27, 1, 28, 1, 28, 3, 28, 1455, 8, 28, 1, 28, 3, 28, 1458, 8, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 3, 28, 1465, 8, 28, 1, 28, 3, 28, 1468, 8, 28, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 3, 29, 1487, 8, 29, 5, 29, 1489, 8, 29, 10, 29, 12, 29, 1492, 9, 29, 1, 30, 3, 30, 1495, 8, 30, 1, 30, 1, 30, 3, 30, 1499, 8, 30, 3, 30, 1501, 8, 30, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 5, 31, 1510, 8, 31, 10, 31, 12, 31, 1513, 9, 31, 1, 31, 1, 31, 3, 31, 1517, 8, 31, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 3, 32, 1526, 8, 32, 1, 33, 1, 33, 1, 34, 1, 34, 1, 35, 1, 35, 1, 35, 3, 35, 1535, 8, 35, 1, 35, 3, 35, 1538, 8, 35, 1, 36, 1, 36, 1, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 5, 37, 1551, 8, 37, 10, 37, 12, 37, 1554, 9, 37, 3, 37, 1556, 8, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 5, 37, 1563, 8, 37, 10, 37, 12, 37, 1566, 9, 37, 3, 37, 1568, 8, 37, 1, 37, 1, 37, 1, 37, 1, 37, 5, 37, 1574, 8, 37, 10, 37, 12, 37, 1577, 9, 37, 3, 37, 1579, 8, 37, 1, 37, 3, 37, 1582, 8, 37, 1, 37, 1, 37, 1, 37, 3, 37, 1587, 8, 37, 1, 37, 3, 37, 1590, 8, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 5, 37, 1600, 8, 37, 10, 37, 12, 37, 1603, 9, 37, 3, 37, 1605, 8, 37, 1, 37, 1, 37, 1, 37, 1, 37, 5, 37, 1611, 8, 37, 10, 37, 12, 37, 1614, 9, 37, 1, 37, 1, 37, 3, 37, 1618, 8, 37, 1, 37, 1, 37, 3, 37, 1622, 8, 37, 3, 37, 1624, 8, 37, 3, 37, 1626, 8, 37, 1, 38, 1, 38, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 3, 39, 1641, 8, 39, 3, 39, 1643, 8, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 3, 40, 1654, 8, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 3, 41, 1661, 8, 41, 1, 41, 3, 41, 1664, 8, 41, 1, 41, 1, 41, 1, 41, 3, 41, 1669, 8, 41, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 5, 42, 1677, 8, 42, 10, 42, 12, 42, 1680, 9, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 44, 1, 44, 3, 44, 1690, 8, 44, 1, 44, 1, 44, 3, 44, 1694, 8, 44, 3, 44, 1696, 8, 44, 1, 45, 1, 45, 1, 45, 1, 45, 5, 45, 1702, 8, 45, 10, 45, 12, 45, 1705, 9, 45, 1, 45, 1, 45, 1, 46, 1, 46, 3, 46, 1711, 8, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 5, 46, 1722, 8, 46, 10, 46, 12, 46, 1725, 9, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1730, 8, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1746, 8, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 5, 47, 1753, 8, 47, 10, 47, 12, 47, 1756, 9, 47, 3, 47, 1758, 8, 47, 1, 47, 1, 47, 1, 47, 1, 47, 5, 47, 1764, 8, 47, 10, 47, 12, 47, 1767, 9, 47, 3, 47, 1769, 8, 47, 1, 47, 1, 47, 1, 48, 1, 48, 1, 48, 3, 48, 1776, 8, 48, 1, 48, 1, 48, 1, 48, 3, 48, 1781, 8, 48, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 5, 49, 1790, 8, 49, 10, 49, 12, 49, 1793, 9, 49, 3, 49, 1795, 8, 49, 1, 49, 1, 49, 3, 49, 1799, 8, 49, 3, 49, 1801, 8, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 3, 49, 1809, 8, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 5, 49, 1817, 8, 49, 10, 49, 12, 49, 1820, 9, 49, 1, 49, 1, 49, 1, 49, 3, 49, 1825, 8, 49, 3, 49, 1827, 8, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 3, 50, 1834, 8, 50, 1, 50, 1, 50, 3, 50, 1838, 8, 50, 3, 50, 1840, 8, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 3, 50, 1847, 8, 50, 1, 50, 1, 50, 3, 50, 1851, 8, 50, 3, 50, 1853, 8, 50, 3, 50, 1855, 8, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 5, 51, 1862, 8, 51, 10, 51, 12, 51, 1865, 9, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 3, 51, 1875, 8, 51, 1, 52, 1, 52, 3, 52, 1879, 8, 52, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 5, 53, 1887, 8, 53, 10, 53, 12, 53, 1890, 9, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 55, 1, 55, 1, 55, 3, 55, 1899, 8, 55, 1, 55, 1, 55, 3, 55, 1903, 8, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 1911, 8, 55, 10, 55, 12, 55, 1914, 9, 55, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1926, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1934, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 5, 56, 1941, 8, 56, 10, 56, 12, 56, 1944, 9, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1949, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1957, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1963, 8, 56, 1, 56, 1, 56, 3, 56, 1967, 8, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1972, 8, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1977, 8, 56, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 1983, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 1997, 8, 57, 10, 57, 12, 57, 2000, 9, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 4, 58, 2027, 8, 58, 11, 58, 12, 58, 2028, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2038, 8, 58, 10, 58, 12, 58, 2041, 9, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2048, 8, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2053, 8, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2058, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2069, 8, 58, 10, 58, 12, 58, 2072, 9, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2077, 8, 58, 1, 58, 3, 58, 2080, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2087, 8, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2092, 8, 58, 1, 58, 3, 58, 2095, 8, 58, 1, 58, 3, 58, 2098, 8, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2103, 8, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2108, 8, 58, 10, 58, 12, 58, 2111, 9, 58, 3, 58, 2113, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2120, 8, 58, 10, 58, 12, 58, 2123, 9, 58, 3, 58, 2125, 8, 58, 1, 58, 1, 58, 3, 58, 2129, 8, 58, 1, 58, 3, 58, 2132, 8, 58, 1, 58, 3, 58, 2135, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2148, 8, 58, 10, 58, 12, 58, 2151, 9, 58, 3, 58, 2153, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 4, 58, 2170, 8, 58, 11, 58, 12, 58, 2171, 1, 58, 1, 58, 3, 58, 2176, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 4, 58, 2182, 8, 58, 11, 58, 12, 58, 2183, 1, 58, 1, 58, 3, 58, 2188, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2211, 8, 58, 10, 58, 12, 58, 2214, 9, 58, 3, 58, 2216, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2225, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2231, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2237, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2243, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2252, 8, 58, 1, 58, 3, 58, 2255, 8, 58, 1, 58, 3, 58, 2258, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2277, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2286, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2306, 8, 58, 10, 58, 12, 58, 2309, 9, 58, 3, 58, 2311, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2321, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2330, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2336, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2342, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2353, 8, 58, 3, 58, 2355, 8, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2360, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2367, 8, 58, 3, 58, 2369, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2375, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2381, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2390, 8, 58, 10, 58, 12, 58, 2393, 9, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2401, 8, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2406, 8, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2411, 8, 58, 3, 58, 2413, 8, 58, 3, 58, 2415, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2421, 8, 58, 3, 58, 2423, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2431, 8, 58, 10, 58, 12, 58, 2434, 9, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2442, 8, 58, 3, 58, 2444, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2450, 8, 58, 3, 58, 2452, 8, 58, 1, 58, 3, 58, 2455, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2465, 8, 58, 10, 58, 12, 58, 2468, 9, 58, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 5, 59, 2477, 8, 59, 10, 59, 12, 59, 2480, 9, 59, 3, 59, 2482, 8, 59, 1, 60, 1, 60, 1, 60, 3, 60, 2487, 8, 60, 1, 61, 1, 61, 1, 61, 3, 61, 2492, 8, 61, 1, 62, 1, 62, 1, 62, 1, 62, 1, 63, 1, 63, 1, 64, 1, 64, 1, 64, 1, 64, 3, 64, 2504, 8, 64, 1, 65, 1, 65, 3, 65, 2508, 8, 65, 1, 65, 1, 65, 3, 65, 2512, 8, 65, 1, 65, 3, 65, 2515, 8, 65, 3, 65, 2517, 8, 65, 1, 66, 1, 66, 1, 66, 1, 66, 3, 66, 2523, 8, 66, 1, 67, 3, 67, 2526, 8, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 3, 67, 2536, 8, 67, 1, 68, 1, 68, 1, 69, 1, 69, 1, 69, 1, 69, 3, 69, 2544, 8, 69, 1, 70, 1, 70, 1, 70, 1, 70, 3, 70, 2550, 8, 70, 3, 70, 2552, 8, 70, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 3, 71, 2560, 8, 71, 1, 72, 1, 72, 1, 73, 1, 73, 1, 74, 1, 74, 1, 75, 1, 75, 3, 75, 2570, 8, 75, 1, 75, 1, 75, 1, 75, 1, 75, 3, 75, 2576, 8, 75, 1, 76, 1, 76, 1, 77, 1, 77, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 5, 78, 2588, 8, 78, 10, 78, 12, 78, 2591, 9, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 3, 78, 2599, 8, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 3, 78, 2606, 8, 78, 1, 78, 1, 78, 1, 78, 3, 78, 2611, 8, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 3, 78, 2618, 8, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 3, 78, 2628, 8, 78, 1, 78, 1, 78, 1, 78, 3, 78, 2633, 8, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 3, 78, 2640, 8, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 5, 78, 2664, 8, 78, 10, 78, 12, 78, 2667, 9, 78, 1, 78, 1, 78, 3, 78, 2671, 8, 78, 3, 78, 2673, 8, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 3, 78, 2680, 8, 78, 5, 78, 2682, 8, 78, 10, 78, 12, 78, 2685, 9, 78, 1, 79, 1, 79, 1, 79, 1, 79, 3, 79, 2691, 8, 79, 1, 80, 1, 80, 3, 80, 2695, 8, 80, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 83, 1, 83, 1, 83, 1, 83, 3, 83, 2712, 8, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 5, 83, 2725, 8, 83, 10, 83, 12, 83, 2728, 9, 83, 1, 83, 1, 83, 1, 83, 1, 83, 3, 83, 2734, 8, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 3, 83, 2743, 8, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 5, 83, 2751, 8, 83, 10, 83, 12, 83, 2754, 9, 83, 1, 83, 1, 83, 3, 83, 2758, 8, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 5, 83, 2765, 8, 83, 10, 83, 12, 83, 2768, 9, 83, 1, 83, 1, 83, 3, 83, 2772, 8, 83, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 3, 84, 2780, 8, 84, 1, 85, 1, 85, 1, 85, 1, 85, 5, 85, 2786, 8, 85, 10, 85, 12, 85, 2789, 9, 85, 3, 85, 2791, 8, 85, 1, 85, 1, 85, 1, 85, 1, 85, 3, 85, 2797, 8, 85, 1, 85, 3, 85, 2800, 8, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 3, 85, 2807, 8, 85, 1, 85, 1, 85, 1, 85, 1, 85, 5, 85, 2813, 8, 85, 10, 85, 12, 85, 2816, 9, 85, 3, 85, 2818, 8, 85, 1, 85, 1, 85, 1, 85, 1, 85, 5, 85, 2824, 8, 85, 10, 85, 12, 85, 2827, 9, 85, 3, 85, 2829, 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, 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, 2855, 8, 86, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 3, 87, 2866, 8, 87, 1, 88, 1, 88, 1, 88, 3, 88, 2871, 8, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 5, 88, 2878, 8, 88, 10, 88, 12, 88, 2881, 9, 88, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 5, 89, 2891, 8, 89, 10, 89, 12, 89, 2894, 9, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 3, 89, 2908, 8, 89, 1, 90, 1, 90, 3, 90, 2912, 8, 90, 1, 90, 1, 90, 3, 90, 2916, 8, 90, 1, 90, 1, 90, 3, 90, 2920, 8, 90, 1, 90, 1, 90, 1, 90, 1, 90, 3, 90, 2926, 8, 90, 1, 90, 1, 90, 3, 90, 2930, 8, 90, 1, 90, 1, 90, 3, 90, 2934, 8, 90, 1, 90, 1, 90, 3, 90, 2938, 8, 90, 3, 90, 2940, 8, 90, 1, 91, 1, 91, 1, 91, 1, 91, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 2950, 8, 92, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 3, 93, 2957, 8, 93, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 3, 94, 2966, 8, 94, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 3, 95, 2973, 8, 95, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 3, 96, 2980, 8, 96, 1, 97, 1, 97, 1, 97, 5, 97, 2985, 8, 97, 10, 97, 12, 97, 2988, 9, 97, 1, 98, 1, 98, 1, 98, 1, 98, 5, 98, 2994, 8, 98, 10, 98, 12, 98, 2997, 9, 98, 1, 98, 1, 98, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 5, 99, 3006, 8, 99, 10, 99, 12, 99, 3009, 9, 99, 3, 99, 3011, 8, 99, 1, 99, 1, 99, 1, 100, 3, 100, 3016, 8, 100, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 1, 102, 1, 102, 1, 102, 3, 102, 3026, 8, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 3, 102, 3042, 8, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 4, 103, 3054, 8, 103, 11, 103, 12, 103, 3055, 1, 103, 3, 103, 3059, 8, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 4, 103, 3066, 8, 103, 11, 103, 12, 103, 3067, 1, 103, 3, 103, 3071, 8, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 5, 103, 3081, 8, 103, 10, 103, 12, 103, 3084, 9, 103, 1, 103, 3, 103, 3087, 8, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 5, 103, 3100, 8, 103, 10, 103, 12, 103, 3103, 9, 103, 1, 103, 3, 103, 3106, 8, 103, 1, 103, 1, 103, 1, 103, 1, 103, 3, 103, 3112, 8, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 3, 103, 3122, 8, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 3, 103, 3134, 8, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 3, 103, 3143, 8, 103, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 106, 1, 106, 1, 106, 1, 107, 1, 107, 1, 107, 1, 107, 5, 107, 3162, 8, 107, 10, 107, 12, 107, 3165, 9, 107, 1, 107, 1, 107, 1, 107, 3, 107, 3170, 8, 107, 1, 108, 1, 108, 1, 108, 4, 108, 3175, 8, 108, 11, 108, 12, 108, 3176, 1, 109, 1, 109, 1, 110, 1, 110, 1, 110, 5, 110, 3184, 8, 110, 10, 110, 12, 110, 3187, 9, 110, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 112, 1, 112, 1, 113, 1, 113, 1, 113, 3, 113, 3200, 8, 113, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 3, 114, 3207, 8, 114, 1, 115, 1, 115, 1, 115, 5, 115, 3212, 8, 115, 10, 115, 12, 115, 3215, 9, 115, 1, 116, 1, 116, 1, 116, 1, 116, 1, 116, 3, 116, 3222, 8, 116, 1, 117, 3, 117, 3225, 8, 117, 1, 117, 1, 117, 3, 117, 3229, 8, 117, 1, 117, 1, 117, 3, 117, 3233, 8, 117, 1, 117, 3, 117, 3236, 8, 117, 1, 118, 1, 118, 3, 118, 3240, 8, 118, 1, 119, 1, 119, 1, 119, 0, 7, 34, 58, 110, 114, 116, 156, 176, 120, 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, 0, 37, 2, 0, 22, 22, 212, 212, 2, 0, 55, 55, 114, 114, 2, 0, 226, 226, 244, 244, 2, 0, 88, 88, 105, 105, 2, 0, 75, 75, 106, 106, 1, 0, 222, 223, 2, 0, 84, 84, 157, 157, 2, 0, 308, 308, 330, 330, 2, 0, 74, 74, 265, 265, 2, 0, 12, 12, 58, 58, 2, 0, 84, 84, 131, 131, 2, 0, 5, 5, 62, 62, 3, 0, 89, 89, 135, 135, 217, 217, 2, 0, 16, 16, 243, 243, 3, 0, 18, 18, 133, 133, 254, 254, 2, 0, 288, 288, 290, 290, 2, 0, 107, 107, 230, 230, 1, 0, 302, 303, 1, 0, 304, 306, 2, 0, 127, 127, 172, 172, 1, 0, 275, 277, 4, 0, 72, 72, 80, 80, 257, 257, 267, 267, 2, 0, 32, 32, 264, 264, 2, 0, 10, 10, 169, 169, 2, 0, 83, 83, 224, 224, 1, 0, 296, 301, 3, 0, 5, 5, 9, 9, 238, 238, 2, 0, 80, 80, 257, 257, 5, 0, 50, 50, 101, 101, 153, 154, 228, 228, 294, 294, 1, 0, 158, 161, 2, 0, 85, 85, 195, 195, 3, 0, 96, 96, 120, 120, 247, 247, 4, 0, 63, 63, 115, 115, 143, 143, 278, 278, 2, 0, 175, 175, 293, 293, 5, 0, 36, 36, 56, 56, 110, 110, 231, 231, 271, 271, 2, 0, 252, 252, 282, 282, 55, 0, 1, 5, 7, 7, 9, 10, 12, 16, 18, 18, 20, 22, 25, 32, 34, 35, 39, 39, 48, 50, 52, 55, 57, 58, 60, 61, 63, 65, 68, 70, 72, 72, 75, 75, 78, 78, 81, 85, 87, 87, 90, 96, 99, 99, 101, 104, 106, 107, 109, 109, 112, 112, 114, 115, 117, 118, 120, 120, 127, 134, 136, 136, 138, 138, 140, 140, 143, 154, 156, 163, 167, 172, 174, 176, 179, 179, 181, 196, 198, 203, 205, 216, 218, 220, 222, 230, 232, 236, 238, 243, 245, 248, 250, 255, 258, 260, 262, 264, 266, 268, 270, 273, 275, 279, 281, 283, 286, 287, 289, 295, 3755, 0, 241, 1, 0, 0, 0, 2, 253, 1, 0, 0, 0, 4, 1126, 1, 0, 0, 0, 6, 1129, 1, 0, 0, 0, 8, 1133, 1, 0, 0, 0, 10, 1143, 1, 0, 0, 0, 12, 1147, 1, 0, 0, 0, 14, 1161, 1, 0, 0, 0, 16, 1163, 1, 0, 0, 0, 18, 1177, 1, 0, 0, 0, 20, 1183, 1, 0, 0, 0, 22, 1187, 1, 0, 0, 0, 24, 1195, 1, 0, 0, 0, 26, 1201, 1, 0, 0, 0, 28, 1203, 1, 0, 0, 0, 30, 1240, 1, 0, 0, 0, 32, 1242, 1, 0, 0, 0, 34, 1244, 1, 0, 0, 0, 36, 1280, 1, 0, 0, 0, 38, 1282, 1, 0, 0, 0, 40, 1290, 1, 0, 0, 0, 42, 1338, 1, 0, 0, 0, 44, 1388, 1, 0, 0, 0, 46, 1403, 1, 0, 0, 0, 48, 1405, 1, 0, 0, 0, 50, 1412, 1, 0, 0, 0, 52, 1441, 1, 0, 0, 0, 54, 1450, 1, 0, 0, 0, 56, 1467, 1, 0, 0, 0, 58, 1469, 1, 0, 0, 0, 60, 1500, 1, 0, 0, 0, 62, 1516, 1, 0, 0, 0, 64, 1518, 1, 0, 0, 0, 66, 1527, 1, 0, 0, 0, 68, 1529, 1, 0, 0, 0, 70, 1537, 1, 0, 0, 0, 72, 1539, 1, 0, 0, 0, 74, 1542, 1, 0, 0, 0, 76, 1627, 1, 0, 0, 0, 78, 1642, 1, 0, 0, 0, 80, 1653, 1, 0, 0, 0, 82, 1655, 1, 0, 0, 0, 84, 1670, 1, 0, 0, 0, 86, 1683, 1, 0, 0, 0, 88, 1687, 1, 0, 0, 0, 90, 1697, 1, 0, 0, 0, 92, 1745, 1, 0, 0, 0, 94, 1747, 1, 0, 0, 0, 96, 1775, 1, 0, 0, 0, 98, 1782, 1, 0, 0, 0, 100, 1854, 1, 0, 0, 0, 102, 1874, 1, 0, 0, 0, 104, 1876, 1, 0, 0, 0, 106, 1880, 1, 0, 0, 0, 108, 1893, 1, 0, 0, 0, 110, 1902, 1, 0, 0, 0, 112, 1976, 1, 0, 0, 0, 114, 1982, 1, 0, 0, 0, 116, 2454, 1, 0, 0, 0, 118, 2469, 1, 0, 0, 0, 120, 2483, 1, 0, 0, 0, 122, 2488, 1, 0, 0, 0, 124, 2493, 1, 0, 0, 0, 126, 2497, 1, 0, 0, 0, 128, 2503, 1, 0, 0, 0, 130, 2516, 1, 0, 0, 0, 132, 2522, 1, 0, 0, 0, 134, 2535, 1, 0, 0, 0, 136, 2537, 1, 0, 0, 0, 138, 2543, 1, 0, 0, 0, 140, 2551, 1, 0, 0, 0, 142, 2559, 1, 0, 0, 0, 144, 2561, 1, 0, 0, 0, 146, 2563, 1, 0, 0, 0, 148, 2565, 1, 0, 0, 0, 150, 2567, 1, 0, 0, 0, 152, 2577, 1, 0, 0, 0, 154, 2579, 1, 0, 0, 0, 156, 2672, 1, 0, 0, 0, 158, 2690, 1, 0, 0, 0, 160, 2694, 1, 0, 0, 0, 162, 2696, 1, 0, 0, 0, 164, 2701, 1, 0, 0, 0, 166, 2771, 1, 0, 0, 0, 168, 2773, 1, 0, 0, 0, 170, 2790, 1, 0, 0, 0, 172, 2854, 1, 0, 0, 0, 174, 2865, 1, 0, 0, 0, 176, 2867, 1, 0, 0, 0, 178, 2907, 1, 0, 0, 0, 180, 2939, 1, 0, 0, 0, 182, 2941, 1, 0, 0, 0, 184, 2949, 1, 0, 0, 0, 186, 2956, 1, 0, 0, 0, 188, 2965, 1, 0, 0, 0, 190, 2972, 1, 0, 0, 0, 192, 2979, 1, 0, 0, 0, 194, 2981, 1, 0, 0, 0, 196, 2989, 1, 0, 0, 0, 198, 3000, 1, 0, 0, 0, 200, 3015, 1, 0, 0, 0, 202, 3019, 1, 0, 0, 0, 204, 3041, 1, 0, 0, 0, 206, 3142, 1, 0, 0, 0, 208, 3144, 1, 0, 0, 0, 210, 3149, 1, 0, 0, 0, 212, 3154, 1, 0, 0, 0, 214, 3157, 1, 0, 0, 0, 216, 3174, 1, 0, 0, 0, 218, 3178, 1, 0, 0, 0, 220, 3180, 1, 0, 0, 0, 222, 3188, 1, 0, 0, 0, 224, 3194, 1, 0, 0, 0, 226, 3199, 1, 0, 0, 0, 228, 3206, 1, 0, 0, 0, 230, 3208, 1, 0, 0, 0, 232, 3221, 1, 0, 0, 0, 234, 3235, 1, 0, 0, 0, 236, 3239, 1, 0, 0, 0, 238, 3241, 1, 0, 0, 0, 240, 242, 3, 2, 1, 0, 241, 240, 1, 0, 0, 0, 241, 242, 1, 0, 0, 0, 242, 243, 1, 0, 0, 0, 243, 244, 5, 0, 0, 1, 244, 1, 1, 0, 0, 0, 245, 247, 3, 4, 2, 0, 246, 248, 5, 309, 0, 0, 247, 246, 1, 0, 0, 0, 247, 248, 1, 0, 0, 0, 248, 254, 1, 0, 0, 0, 249, 250, 3, 4, 2, 0, 250, 251, 5, 309, 0, 0, 251, 252, 3, 2, 1, 0, 252, 254, 1, 0, 0, 0, 253, 245, 1, 0, 0, 0, 253, 249, 1, 0, 0, 0, 254, 3, 1, 0, 0, 0, 255, 1127, 3, 6, 3, 0, 256, 257, 5, 272, 0, 0, 257, 1127, 3, 232, 116, 0, 258, 259, 5, 272, 0, 0, 259, 260, 3, 232, 116, 0, 260, 261, 5, 310, 0, 0, 261, 262, 3, 232, 116, 0, 262, 1127, 1, 0, 0, 0, 263, 264, 5, 36, 0, 0, 264, 268, 5, 25, 0, 0, 265, 266, 5, 102, 0, 0, 266, 267, 5, 165, 0, 0, 267, 269, 5, 77, 0, 0, 268, 265, 1, 0, 0, 0, 268, 269, 1, 0, 0, 0, 269, 270, 1, 0, 0, 0, 270, 271, 3, 232, 116, 0, 271, 272, 5, 274, 0, 0, 272, 275, 3, 232, 116, 0, 273, 274, 5, 29, 0, 0, 274, 276, 3, 140, 70, 0, 275, 273, 1, 0, 0, 0, 275, 276, 1, 0, 0, 0, 276, 279, 1, 0, 0, 0, 277, 278, 5, 14, 0, 0, 278, 280, 3, 228, 114, 0, 279, 277, 1, 0, 0, 0, 279, 280, 1, 0, 0, 0, 280, 283, 1, 0, 0, 0, 281, 282, 5, 288, 0, 0, 282, 284, 3, 20, 10, 0, 283, 281, 1, 0, 0, 0, 283, 284, 1, 0, 0, 0, 284, 1127, 1, 0, 0, 0, 285, 286, 5, 66, 0, 0, 286, 289, 5, 25, 0, 0, 287, 288, 5, 102, 0, 0, 288, 290, 5, 77, 0, 0, 289, 287, 1, 0, 0, 0, 289, 290, 1, 0, 0, 0, 290, 291, 1, 0, 0, 0, 291, 293, 3, 232, 116, 0, 292, 294, 7, 0, 0, 0, 293, 292, 1, 0, 0, 0, 293, 294, 1, 0, 0, 0, 294, 1127, 1, 0, 0, 0, 295, 296, 5, 36, 0, 0, 296, 300, 5, 226, 0, 0, 297, 298, 5, 102, 0, 0, 298, 299, 5, 165, 0, 0, 299, 301, 5, 77, 0, 0, 300, 297, 1, 0, 0, 0, 300, 301, 1, 0, 0, 0, 301, 302, 1, 0, 0, 0, 302, 305, 3, 220, 110, 0, 303, 304, 5, 14, 0, 0, 304, 306, 3, 228, 114, 0, 305, 303, 1, 0, 0, 0, 305, 306, 1, 0, 0, 0, 306, 309, 1, 0, 0, 0, 307, 308, 5, 288, 0, 0, 308, 310, 3, 20, 10, 0, 309, 307, 1, 0, 0, 0, 309, 310, 1, 0, 0, 0, 310, 1127, 1, 0, 0, 0, 311, 312, 5, 66, 0, 0, 312, 315, 5, 226, 0, 0, 313, 314, 5, 102, 0, 0, 314, 316, 5, 77, 0, 0, 315, 313, 1, 0, 0, 0, 315, 316, 1, 0, 0, 0, 316, 317, 1, 0, 0, 0, 317, 319, 3, 220, 110, 0, 318, 320, 7, 0, 0, 0, 319, 318, 1, 0, 0, 0, 319, 320, 1, 0, 0, 0, 320, 1127, 1, 0, 0, 0, 321, 322, 5, 6, 0, 0, 322, 323, 5, 226, 0, 0, 323, 324, 3, 220, 110, 0, 324, 325, 5, 206, 0, 0, 325, 326, 5, 253, 0, 0, 326, 327, 3, 232, 116, 0, 327, 1127, 1, 0, 0, 0, 328, 329, 5, 6, 0, 0, 329, 330, 5, 226, 0, 0, 330, 331, 3, 220, 110, 0, 331, 332, 5, 234, 0, 0, 332, 333, 5, 14, 0, 0, 333, 334, 3, 228, 114, 0, 334, 1127, 1, 0, 0, 0, 335, 338, 5, 36, 0, 0, 336, 337, 5, 177, 0, 0, 337, 339, 5, 209, 0, 0, 338, 336, 1, 0, 0, 0, 338, 339, 1, 0, 0, 0, 339, 340, 1, 0, 0, 0, 340, 344, 5, 244, 0, 0, 341, 342, 5, 102, 0, 0, 342, 343, 5, 165, 0, 0, 343, 345, 5, 77, 0, 0, 344, 341, 1, 0, 0, 0, 344, 345, 1, 0, 0, 0, 345, 346, 1, 0, 0, 0, 346, 348, 3, 220, 110, 0, 347, 349, 3, 90, 45, 0, 348, 347, 1, 0, 0, 0, 348, 349, 1, 0, 0, 0, 349, 352, 1, 0, 0, 0, 350, 351, 5, 29, 0, 0, 351, 353, 3, 140, 70, 0, 352, 350, 1, 0, 0, 0, 352, 353, 1, 0, 0, 0, 353, 356, 1, 0, 0, 0, 354, 355, 5, 288, 0, 0, 355, 357, 3, 20, 10, 0, 356, 354, 1, 0, 0, 0, 356, 357, 1, 0, 0, 0, 357, 358, 1, 0, 0, 0, 358, 364, 5, 11, 0, 0, 359, 365, 3, 6, 3, 0, 360, 361, 5, 313, 0, 0, 361, 362, 3, 6, 3, 0, 362, 363, 5, 314, 0, 0, 363, 365, 1, 0, 0, 0, 364, 359, 1, 0, 0, 0, 364, 360, 1, 0, 0, 0, 365, 371, 1, 0, 0, 0, 366, 368, 5, 288, 0, 0, 367, 369, 5, 162, 0, 0, 368, 367, 1, 0, 0, 0, 368, 369, 1, 0, 0, 0, 369, 370, 1, 0, 0, 0, 370, 372, 5, 48, 0, 0, 371, 366, 1, 0, 0, 0, 371, 372, 1, 0, 0, 0, 372, 1127, 1, 0, 0, 0, 373, 376, 5, 36, 0, 0, 374, 375, 5, 177, 0, 0, 375, 377, 5, 209, 0, 0, 376, 374, 1, 0, 0, 0, 376, 377, 1, 0, 0, 0, 377, 378, 1, 0, 0, 0, 378, 382, 5, 244, 0, 0, 379, 380, 5, 102, 0, 0, 380, 381, 5, 165, 0, 0, 381, 383, 5, 77, 0, 0, 382, 379, 1, 0, 0, 0, 382, 383, 1, 0, 0, 0, 383, 384, 1, 0, 0, 0, 384, 385, 3, 220, 110, 0, 385, 386, 5, 313, 0, 0, 386, 391, 3, 14, 7, 0, 387, 388, 5, 312, 0, 0, 388, 390, 3, 14, 7, 0, 389, 387, 1, 0, 0, 0, 390, 393, 1, 0, 0, 0, 391, 389, 1, 0, 0, 0, 391, 392, 1, 0, 0, 0, 392, 394, 1, 0, 0, 0, 393, 391, 1, 0, 0, 0, 394, 397, 5, 314, 0, 0, 395, 396, 5, 29, 0, 0, 396, 398, 3, 140, 70, 0, 397, 395, 1, 0, 0, 0, 397, 398, 1, 0, 0, 0, 398, 401, 1, 0, 0, 0, 399, 400, 5, 288, 0, 0, 400, 402, 3, 20, 10, 0, 401, 399, 1, 0, 0, 0, 401, 402, 1, 0, 0, 0, 402, 1127, 1, 0, 0, 0, 403, 404, 5, 66, 0, 0, 404, 407, 5, 244, 0, 0, 405, 406, 5, 102, 0, 0, 406, 408, 5, 77, 0, 0, 407, 405, 1, 0, 0, 0, 407, 408, 1, 0, 0, 0, 408, 409, 1, 0, 0, 0, 409, 1127, 3, 220, 110, 0, 410, 411, 5, 110, 0, 0, 411, 412, 5, 113, 0, 0, 412, 414, 3, 220, 110, 0, 413, 415, 3, 90, 45, 0, 414, 413, 1, 0, 0, 0, 414, 415, 1, 0, 0, 0, 415, 416, 1, 0, 0, 0, 416, 417, 3, 6, 3, 0, 417, 1127, 1, 0, 0, 0, 418, 419, 5, 56, 0, 0, 419, 420, 5, 88, 0, 0, 420, 423, 3, 220, 110, 0, 421, 422, 5, 285, 0, 0, 422, 424, 3, 110, 55, 0, 423, 421, 1, 0, 0, 0, 423, 424, 1, 0, 0, 0, 424, 1127, 1, 0, 0, 0, 425, 426, 5, 258, 0, 0, 426, 427, 5, 244, 0, 0, 427, 1127, 3, 220, 110, 0, 428, 429, 5, 29, 0, 0, 429, 430, 5, 173, 0, 0, 430, 431, 5, 244, 0, 0, 431, 432, 3, 220, 110, 0, 432, 435, 5, 116, 0, 0, 433, 436, 3, 140, 70, 0, 434, 436, 5, 166, 0, 0, 435, 433, 1, 0, 0, 0, 435, 434, 1, 0, 0, 0, 436, 1127, 1, 0, 0, 0, 437, 438, 5, 29, 0, 0, 438, 439, 5, 173, 0, 0, 439, 440, 5, 283, 0, 0, 440, 441, 3, 220, 110, 0, 441, 444, 5, 116, 0, 0, 442, 445, 3, 140, 70, 0, 443, 445, 5, 166, 0, 0, 444, 442, 1, 0, 0, 0, 444, 443, 1, 0, 0, 0, 445, 1127, 1, 0, 0, 0, 446, 447, 5, 29, 0, 0, 447, 448, 5, 173, 0, 0, 448, 449, 5, 27, 0, 0, 449, 450, 3, 220, 110, 0, 450, 453, 5, 116, 0, 0, 451, 454, 3, 140, 70, 0, 452, 454, 5, 166, 0, 0, 453, 451, 1, 0, 0, 0, 453, 452, 1, 0, 0, 0, 454, 1127, 1, 0, 0, 0, 455, 456, 5, 6, 0, 0, 456, 459, 5, 244, 0, 0, 457, 458, 5, 102, 0, 0, 458, 460, 5, 77, 0, 0, 459, 457, 1, 0, 0, 0, 459, 460, 1, 0, 0, 0, 460, 461, 1, 0, 0, 0, 461, 462, 3, 220, 110, 0, 462, 463, 5, 206, 0, 0, 463, 464, 5, 253, 0, 0, 464, 465, 3, 220, 110, 0, 465, 1127, 1, 0, 0, 0, 466, 467, 5, 6, 0, 0, 467, 470, 5, 244, 0, 0, 468, 469, 5, 102, 0, 0, 469, 471, 5, 77, 0, 0, 470, 468, 1, 0, 0, 0, 470, 471, 1, 0, 0, 0, 471, 472, 1, 0, 0, 0, 472, 473, 3, 220, 110, 0, 473, 474, 5, 2, 0, 0, 474, 478, 5, 27, 0, 0, 475, 476, 5, 102, 0, 0, 476, 477, 5, 165, 0, 0, 477, 479, 5, 77, 0, 0, 478, 475, 1, 0, 0, 0, 478, 479, 1, 0, 0, 0, 479, 480, 1, 0, 0, 0, 480, 481, 3, 16, 8, 0, 481, 1127, 1, 0, 0, 0, 482, 483, 5, 6, 0, 0, 483, 486, 5, 244, 0, 0, 484, 485, 5, 102, 0, 0, 485, 487, 5, 77, 0, 0, 486, 484, 1, 0, 0, 0, 486, 487, 1, 0, 0, 0, 487, 488, 1, 0, 0, 0, 488, 489, 3, 220, 110, 0, 489, 490, 5, 206, 0, 0, 490, 493, 5, 27, 0, 0, 491, 492, 5, 102, 0, 0, 492, 494, 5, 77, 0, 0, 493, 491, 1, 0, 0, 0, 493, 494, 1, 0, 0, 0, 494, 495, 1, 0, 0, 0, 495, 496, 3, 220, 110, 0, 496, 497, 5, 253, 0, 0, 497, 498, 3, 232, 116, 0, 498, 1127, 1, 0, 0, 0, 499, 500, 5, 6, 0, 0, 500, 503, 5, 244, 0, 0, 501, 502, 5, 102, 0, 0, 502, 504, 5, 77, 0, 0, 503, 501, 1, 0, 0, 0, 503, 504, 1, 0, 0, 0, 504, 505, 1, 0, 0, 0, 505, 506, 3, 220, 110, 0, 506, 507, 5, 66, 0, 0, 507, 510, 5, 27, 0, 0, 508, 509, 5, 102, 0, 0, 509, 511, 5, 77, 0, 0, 510, 508, 1, 0, 0, 0, 510, 511, 1, 0, 0, 0, 511, 512, 1, 0, 0, 0, 512, 513, 3, 220, 110, 0, 513, 1127, 1, 0, 0, 0, 514, 515, 5, 6, 0, 0, 515, 518, 5, 244, 0, 0, 516, 517, 5, 102, 0, 0, 517, 519, 5, 77, 0, 0, 518, 516, 1, 0, 0, 0, 518, 519, 1, 0, 0, 0, 519, 520, 1, 0, 0, 0, 520, 521, 3, 220, 110, 0, 521, 522, 5, 6, 0, 0, 522, 523, 5, 27, 0, 0, 523, 524, 3, 220, 110, 0, 524, 525, 5, 234, 0, 0, 525, 526, 5, 48, 0, 0, 526, 527, 5, 260, 0, 0, 527, 528, 3, 156, 78, 0, 528, 1127, 1, 0, 0, 0, 529, 530, 5, 6, 0, 0, 530, 531, 5, 244, 0, 0, 531, 532, 3, 220, 110, 0, 532, 533, 5, 234, 0, 0, 533, 534, 5, 14, 0, 0, 534, 535, 3, 228, 114, 0, 535, 1127, 1, 0, 0, 0, 536, 537, 5, 6, 0, 0, 537, 538, 5, 244, 0, 0, 538, 539, 3, 220, 110, 0, 539, 540, 5, 234, 0, 0, 540, 541, 5, 199, 0, 0, 541, 542, 3, 22, 11, 0, 542, 1127, 1, 0, 0, 0, 543, 544, 5, 6, 0, 0, 544, 545, 5, 244, 0, 0, 545, 546, 3, 220, 110, 0, 546, 547, 5, 76, 0, 0, 547, 560, 3, 232, 116, 0, 548, 557, 5, 313, 0, 0, 549, 554, 3, 190, 95, 0, 550, 551, 5, 312, 0, 0, 551, 553, 3, 190, 95, 0, 552, 550, 1, 0, 0, 0, 553, 556, 1, 0, 0, 0, 554, 552, 1, 0, 0, 0, 554, 555, 1, 0, 0, 0, 555, 558, 1, 0, 0, 0, 556, 554, 1, 0, 0, 0, 557, 549, 1, 0, 0, 0, 557, 558, 1, 0, 0, 0, 558, 559, 1, 0, 0, 0, 559, 561, 5, 314, 0, 0, 560, 548, 1, 0, 0, 0, 560, 561, 1, 0, 0, 0, 561, 564, 1, 0, 0, 0, 562, 563, 5, 285, 0, 0, 563, 565, 3, 110, 55, 0, 564, 562, 1, 0, 0, 0, 564, 565, 1, 0, 0, 0, 565, 1127, 1, 0, 0, 0, 566, 567, 5, 7, 0, 0, 567, 570, 3, 220, 110, 0, 568, 569, 5, 288, 0, 0, 569, 571, 3, 20, 10, 0, 570, 568, 1, 0, 0, 0, 570, 571, 1, 0, 0, 0, 571, 1127, 1, 0, 0, 0, 572, 575, 5, 36, 0, 0, 573, 574, 5, 177, 0, 0, 574, 576, 5, 209, 0, 0, 575, 573, 1, 0, 0, 0, 575, 576, 1, 0, 0, 0, 576, 577, 1, 0, 0, 0, 577, 578, 5, 150, 0, 0, 578, 582, 5, 283, 0, 0, 579, 580, 5, 102, 0, 0, 580, 581, 5, 165, 0, 0, 581, 583, 5, 77, 0, 0, 582, 579, 1, 0, 0, 0, 582, 583, 1, 0, 0, 0, 583, 584, 1, 0, 0, 0, 584, 588, 3, 220, 110, 0, 585, 586, 5, 92, 0, 0, 586, 587, 5, 191, 0, 0, 587, 589, 3, 150, 75, 0, 588, 585, 1, 0, 0, 0, 588, 589, 1, 0, 0, 0, 589, 592, 1, 0, 0, 0, 590, 591, 5, 29, 0, 0, 591, 593, 3, 140, 70, 0, 592, 590, 1, 0, 0, 0, 592, 593, 1, 0, 0, 0, 593, 596, 1, 0, 0, 0, 594, 595, 5, 288, 0, 0, 595, 597, 3, 20, 10, 0, 596, 594, 1, 0, 0, 0, 596, 597, 1, 0, 0, 0, 597, 598, 1, 0, 0, 0, 598, 599, 5, 11, 0, 0, 599, 600, 3, 6, 3, 0, 600, 1127, 1, 0, 0, 0, 601, 604, 5, 36, 0, 0, 602, 603, 5, 177, 0, 0, 603, 605, 5, 209, 0, 0, 604, 602, 1, 0, 0, 0, 604, 605, 1, 0, 0, 0, 605, 606, 1, 0, 0, 0, 606, 607, 5, 283, 0, 0, 607, 610, 3, 220, 110, 0, 608, 609, 5, 29, 0, 0, 609, 611, 3, 140, 70, 0, 610, 608, 1, 0, 0, 0, 610, 611, 1, 0, 0, 0, 611, 614, 1, 0, 0, 0, 612, 613, 5, 229, 0, 0, 613, 615, 7, 1, 0, 0, 614, 612, 1, 0, 0, 0, 614, 615, 1, 0, 0, 0, 615, 616, 1, 0, 0, 0, 616, 617, 5, 11, 0, 0, 617, 618, 3, 6, 3, 0, 618, 1127, 1, 0, 0, 0, 619, 620, 5, 205, 0, 0, 620, 621, 5, 150, 0, 0, 621, 622, 5, 283, 0, 0, 622, 1127, 3, 220, 110, 0, 623, 624, 5, 66, 0, 0, 624, 625, 5, 150, 0, 0, 625, 628, 5, 283, 0, 0, 626, 627, 5, 102, 0, 0, 627, 629, 5, 77, 0, 0, 628, 626, 1, 0, 0, 0, 628, 629, 1, 0, 0, 0, 629, 630, 1, 0, 0, 0, 630, 1127, 3, 220, 110, 0, 631, 632, 5, 6, 0, 0, 632, 633, 5, 150, 0, 0, 633, 636, 5, 283, 0, 0, 634, 635, 5, 102, 0, 0, 635, 637, 5, 77, 0, 0, 636, 634, 1, 0, 0, 0, 636, 637, 1, 0, 0, 0, 637, 638, 1, 0, 0, 0, 638, 639, 3, 220, 110, 0, 639, 640, 5, 206, 0, 0, 640, 641, 5, 253, 0, 0, 641, 642, 3, 220, 110, 0, 642, 1127, 1, 0, 0, 0, 643, 644, 5, 6, 0, 0, 644, 645, 5, 150, 0, 0, 645, 646, 5, 283, 0, 0, 646, 647, 3, 220, 110, 0, 647, 648, 5, 234, 0, 0, 648, 649, 5, 199, 0, 0, 649, 650, 3, 22, 11, 0, 650, 1127, 1, 0, 0, 0, 651, 652, 5, 66, 0, 0, 652, 655, 5, 283, 0, 0, 653, 654, 5, 102, 0, 0, 654, 656, 5, 77, 0, 0, 655, 653, 1, 0, 0, 0, 655, 656, 1, 0, 0, 0, 656, 657, 1, 0, 0, 0, 657, 1127, 3, 220, 110, 0, 658, 659, 5, 6, 0, 0, 659, 660, 5, 283, 0, 0, 660, 661, 3, 220, 110, 0, 661, 662, 5, 206, 0, 0, 662, 663, 5, 253, 0, 0, 663, 664, 3, 220, 110, 0, 664, 1127, 1, 0, 0, 0, 665, 666, 5, 6, 0, 0, 666, 667, 5, 283, 0, 0, 667, 668, 3, 220, 110, 0, 668, 669, 5, 234, 0, 0, 669, 670, 5, 14, 0, 0, 670, 671, 3, 228, 114, 0, 671, 1127, 1, 0, 0, 0, 672, 673, 5, 20, 0, 0, 673, 674, 3, 220, 110, 0, 674, 683, 5, 313, 0, 0, 675, 680, 3, 190, 95, 0, 676, 677, 5, 312, 0, 0, 677, 679, 3, 190, 95, 0, 678, 676, 1, 0, 0, 0, 679, 682, 1, 0, 0, 0, 680, 678, 1, 0, 0, 0, 680, 681, 1, 0, 0, 0, 681, 684, 1, 0, 0, 0, 682, 680, 1, 0, 0, 0, 683, 675, 1, 0, 0, 0, 683, 684, 1, 0, 0, 0, 684, 685, 1, 0, 0, 0, 685, 686, 5, 314, 0, 0, 686, 1127, 1, 0, 0, 0, 687, 690, 5, 36, 0, 0, 688, 689, 5, 177, 0, 0, 689, 691, 5, 209, 0, 0, 690, 688, 1, 0, 0, 0, 690, 691, 1, 0, 0, 0, 691, 692, 1, 0, 0, 0, 692, 1127, 3, 196, 98, 0, 693, 694, 5, 66, 0, 0, 694, 697, 5, 90, 0, 0, 695, 696, 5, 102, 0, 0, 696, 698, 5, 77, 0, 0, 697, 695, 1, 0, 0, 0, 697, 698, 1, 0, 0, 0, 698, 699, 1, 0, 0, 0, 699, 1127, 3, 198, 99, 0, 700, 701, 5, 36, 0, 0, 701, 702, 5, 218, 0, 0, 702, 706, 3, 232, 116, 0, 703, 704, 5, 288, 0, 0, 704, 705, 5, 3, 0, 0, 705, 707, 3, 226, 113, 0, 706, 703, 1, 0, 0, 0, 706, 707, 1, 0, 0, 0, 707, 710, 1, 0, 0, 0, 708, 709, 5, 105, 0, 0, 709, 711, 3, 232, 116, 0, 710, 708, 1, 0, 0, 0, 710, 711, 1, 0, 0, 0, 711, 1127, 1, 0, 0, 0, 712, 713, 5, 66, 0, 0, 713, 714, 5, 218, 0, 0, 714, 717, 3, 232, 116, 0, 715, 716, 5, 105, 0, 0, 716, 718, 3, 232, 116, 0, 717, 715, 1, 0, 0, 0, 717, 718, 1, 0, 0, 0, 718, 1127, 1, 0, 0, 0, 719, 720, 5, 93, 0, 0, 720, 721, 3, 230, 115, 0, 721, 722, 5, 253, 0, 0, 722, 727, 3, 228, 114, 0, 723, 724, 5, 312, 0, 0, 724, 726, 3, 228, 114, 0, 725, 723, 1, 0, 0, 0, 726, 729, 1, 0, 0, 0, 727, 725, 1, 0, 0, 0, 727, 728, 1, 0, 0, 0, 728, 733, 1, 0, 0, 0, 729, 727, 1, 0, 0, 0, 730, 731, 5, 288, 0, 0, 731, 732, 5, 3, 0, 0, 732, 734, 5, 176, 0, 0, 733, 730, 1, 0, 0, 0, 733, 734, 1, 0, 0, 0, 734, 738, 1, 0, 0, 0, 735, 736, 5, 94, 0, 0, 736, 737, 5, 19, 0, 0, 737, 739, 3, 226, 113, 0, 738, 735, 1, 0, 0, 0, 738, 739, 1, 0, 0, 0, 739, 742, 1, 0, 0, 0, 740, 741, 5, 105, 0, 0, 741, 743, 3, 232, 116, 0, 742, 740, 1, 0, 0, 0, 742, 743, 1, 0, 0, 0, 743, 1127, 1, 0, 0, 0, 744, 748, 5, 216, 0, 0, 745, 746, 5, 3, 0, 0, 746, 747, 5, 176, 0, 0, 747, 749, 5, 86, 0, 0, 748, 745, 1, 0, 0, 0, 748, 749, 1, 0, 0, 0, 749, 750, 1, 0, 0, 0, 750, 751, 3, 230, 115, 0, 751, 752, 5, 88, 0, 0, 752, 757, 3, 228, 114, 0, 753, 754, 5, 312, 0, 0, 754, 756, 3, 228, 114, 0, 755, 753, 1, 0, 0, 0, 756, 759, 1, 0, 0, 0, 757, 755, 1, 0, 0, 0, 757, 758, 1, 0, 0, 0, 758, 763, 1, 0, 0, 0, 759, 757, 1, 0, 0, 0, 760, 761, 5, 94, 0, 0, 761, 762, 5, 19, 0, 0, 762, 764, 3, 226, 113, 0, 763, 760, 1, 0, 0, 0, 763, 764, 1, 0, 0, 0, 764, 767, 1, 0, 0, 0, 765, 766, 5, 105, 0, 0, 766, 768, 3, 232, 116, 0, 767, 765, 1, 0, 0, 0, 767, 768, 1, 0, 0, 0, 768, 1127, 1, 0, 0, 0, 769, 770, 5, 234, 0, 0, 770, 774, 5, 218, 0, 0, 771, 775, 5, 5, 0, 0, 772, 775, 5, 163, 0, 0, 773, 775, 3, 232, 116, 0, 774, 771, 1, 0, 0, 0, 774, 772, 1, 0, 0, 0, 774, 773, 1, 0, 0, 0, 775, 778, 1, 0, 0, 0, 776, 777, 5, 105, 0, 0, 777, 779, 3, 232, 116, 0, 778, 776, 1, 0, 0, 0, 778, 779, 1, 0, 0, 0, 779, 1127, 1, 0, 0, 0, 780, 791, 5, 93, 0, 0, 781, 786, 3, 218, 109, 0, 782, 783, 5, 312, 0, 0, 783, 785, 3, 218, 109, 0, 784, 782, 1, 0, 0, 0, 785, 788, 1, 0, 0, 0, 786, 784, 1, 0, 0, 0, 786, 787, 1, 0, 0, 0, 787, 792, 1, 0, 0, 0, 788, 786, 1, 0, 0, 0, 789, 790, 5, 5, 0, 0, 790, 792, 5, 198, 0, 0, 791, 781, 1, 0, 0, 0, 791, 789, 1, 0, 0, 0, 792, 793, 1, 0, 0, 0, 793, 795, 5, 173, 0, 0, 794, 796, 7, 2, 0, 0, 795, 794, 1, 0, 0, 0, 795, 796, 1, 0, 0, 0, 796, 797, 1, 0, 0, 0, 797, 798, 3, 220, 110, 0, 798, 799, 5, 253, 0, 0, 799, 803, 3, 228, 114, 0, 800, 801, 5, 288, 0, 0, 801, 802, 5, 93, 0, 0, 802, 804, 5, 176, 0, 0, 803, 800, 1, 0, 0, 0, 803, 804, 1, 0, 0, 0, 804, 1127, 1, 0, 0, 0, 805, 816, 5, 57, 0, 0, 806, 811, 3, 218, 109, 0, 807, 808, 5, 312, 0, 0, 808, 810, 3, 218, 109, 0, 809, 807, 1, 0, 0, 0, 810, 813, 1, 0, 0, 0, 811, 809, 1, 0, 0, 0, 811, 812, 1, 0, 0, 0, 812, 817, 1, 0, 0, 0, 813, 811, 1, 0, 0, 0, 814, 815, 5, 5, 0, 0, 815, 817, 5, 198, 0, 0, 816, 806, 1, 0, 0, 0, 816, 814, 1, 0, 0, 0, 817, 818, 1, 0, 0, 0, 818, 820, 5, 173, 0, 0, 819, 821, 7, 2, 0, 0, 820, 819, 1, 0, 0, 0, 820, 821, 1, 0, 0, 0, 821, 822, 1, 0, 0, 0, 822, 823, 3, 220, 110, 0, 823, 824, 5, 253, 0, 0, 824, 825, 3, 228, 114, 0, 825, 1127, 1, 0, 0, 0, 826, 830, 5, 216, 0, 0, 827, 828, 5, 93, 0, 0, 828, 829, 5, 176, 0, 0, 829, 831, 5, 86, 0, 0, 830, 827, 1, 0, 0, 0, 830, 831, 1, 0, 0, 0, 831, 842, 1, 0, 0, 0, 832, 837, 3, 218, 109, 0, 833, 834, 5, 312, 0, 0, 834, 836, 3, 218, 109, 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, 843, 1, 0, 0, 0, 839, 837, 1, 0, 0, 0, 840, 841, 5, 5, 0, 0, 841, 843, 5, 198, 0, 0, 842, 832, 1, 0, 0, 0, 842, 840, 1, 0, 0, 0, 843, 844, 1, 0, 0, 0, 844, 846, 5, 173, 0, 0, 845, 847, 7, 2, 0, 0, 846, 845, 1, 0, 0, 0, 846, 847, 1, 0, 0, 0, 847, 848, 1, 0, 0, 0, 848, 849, 3, 220, 110, 0, 849, 850, 5, 88, 0, 0, 850, 851, 3, 228, 114, 0, 851, 1127, 1, 0, 0, 0, 852, 853, 5, 236, 0, 0, 853, 859, 5, 95, 0, 0, 854, 856, 5, 173, 0, 0, 855, 857, 5, 244, 0, 0, 856, 855, 1, 0, 0, 0, 856, 857, 1, 0, 0, 0, 857, 858, 1, 0, 0, 0, 858, 860, 3, 220, 110, 0, 859, 854, 1, 0, 0, 0, 859, 860, 1, 0, 0, 0, 860, 1127, 1, 0, 0, 0, 861, 873, 5, 78, 0, 0, 862, 863, 5, 313, 0, 0, 863, 868, 3, 184, 92, 0, 864, 865, 5, 312, 0, 0, 865, 867, 3, 184, 92, 0, 866, 864, 1, 0, 0, 0, 867, 870, 1, 0, 0, 0, 868, 866, 1, 0, 0, 0, 868, 869, 1, 0, 0, 0, 869, 871, 1, 0, 0, 0, 870, 868, 1, 0, 0, 0, 871, 872, 5, 314, 0, 0, 872, 874, 1, 0, 0, 0, 873, 862, 1, 0, 0, 0, 873, 874, 1, 0, 0, 0, 874, 875, 1, 0, 0, 0, 875, 1127, 3, 4, 2, 0, 876, 877, 5, 78, 0, 0, 877, 879, 5, 7, 0, 0, 878, 880, 5, 281, 0, 0, 879, 878, 1, 0, 0, 0, 879, 880, 1, 0, 0, 0, 880, 881, 1, 0, 0, 0, 881, 1127, 3, 4, 2, 0, 882, 883, 5, 236, 0, 0, 883, 884, 5, 36, 0, 0, 884, 885, 5, 244, 0, 0, 885, 1127, 3, 220, 110, 0, 886, 887, 5, 236, 0, 0, 887, 888, 5, 36, 0, 0, 888, 889, 5, 226, 0, 0, 889, 1127, 3, 220, 110, 0, 890, 891, 5, 236, 0, 0, 891, 892, 5, 36, 0, 0, 892, 893, 5, 283, 0, 0, 893, 1127, 3, 220, 110, 0, 894, 895, 5, 236, 0, 0, 895, 896, 5, 36, 0, 0, 896, 897, 5, 150, 0, 0, 897, 898, 5, 283, 0, 0, 898, 1127, 3, 220, 110, 0, 899, 900, 5, 236, 0, 0, 900, 903, 5, 245, 0, 0, 901, 902, 7, 3, 0, 0, 902, 904, 3, 220, 110, 0, 903, 901, 1, 0, 0, 0, 903, 904, 1, 0, 0, 0, 904, 911, 1, 0, 0, 0, 905, 906, 5, 137, 0, 0, 906, 909, 3, 140, 70, 0, 907, 908, 5, 73, 0, 0, 908, 910, 3, 140, 70, 0, 909, 907, 1, 0, 0, 0, 909, 910, 1, 0, 0, 0, 910, 912, 1, 0, 0, 0, 911, 905, 1, 0, 0, 0, 911, 912, 1, 0, 0, 0, 912, 1127, 1, 0, 0, 0, 913, 914, 5, 236, 0, 0, 914, 917, 5, 227, 0, 0, 915, 916, 7, 3, 0, 0, 916, 918, 3, 232, 116, 0, 917, 915, 1, 0, 0, 0, 917, 918, 1, 0, 0, 0, 918, 925, 1, 0, 0, 0, 919, 920, 5, 137, 0, 0, 920, 923, 3, 140, 70, 0, 921, 922, 5, 73, 0, 0, 922, 924, 3, 140, 70, 0, 923, 921, 1, 0, 0, 0, 923, 924, 1, 0, 0, 0, 924, 926, 1, 0, 0, 0, 925, 919, 1, 0, 0, 0, 925, 926, 1, 0, 0, 0, 926, 1127, 1, 0, 0, 0, 927, 928, 5, 236, 0, 0, 928, 935, 5, 26, 0, 0, 929, 930, 5, 137, 0, 0, 930, 933, 3, 140, 70, 0, 931, 932, 5, 73, 0, 0, 932, 934, 3, 140, 70, 0, 933, 931, 1, 0, 0, 0, 933, 934, 1, 0, 0, 0, 934, 936, 1, 0, 0, 0, 935, 929, 1, 0, 0, 0, 935, 936, 1, 0, 0, 0, 936, 1127, 1, 0, 0, 0, 937, 938, 5, 236, 0, 0, 938, 939, 5, 28, 0, 0, 939, 941, 7, 3, 0, 0, 940, 942, 3, 220, 110, 0, 941, 940, 1, 0, 0, 0, 941, 942, 1, 0, 0, 0, 942, 949, 1, 0, 0, 0, 943, 944, 5, 137, 0, 0, 944, 947, 3, 140, 70, 0, 945, 946, 5, 73, 0, 0, 946, 948, 3, 140, 70, 0, 947, 945, 1, 0, 0, 0, 947, 948, 1, 0, 0, 0, 948, 950, 1, 0, 0, 0, 949, 943, 1, 0, 0, 0, 949, 950, 1, 0, 0, 0, 950, 1127, 1, 0, 0, 0, 951, 952, 5, 236, 0, 0, 952, 953, 5, 240, 0, 0, 953, 954, 5, 86, 0, 0, 954, 1127, 3, 220, 110, 0, 955, 956, 5, 236, 0, 0, 956, 957, 5, 240, 0, 0, 957, 958, 5, 86, 0, 0, 958, 959, 5, 313, 0, 0, 959, 960, 3, 6, 3, 0, 960, 961, 5, 314, 0, 0, 961, 1127, 1, 0, 0, 0, 962, 964, 5, 236, 0, 0, 963, 965, 5, 39, 0, 0, 964, 963, 1, 0, 0, 0, 964, 965, 1, 0, 0, 0, 965, 966, 1, 0, 0, 0, 966, 969, 5, 219, 0, 0, 967, 968, 7, 3, 0, 0, 968, 970, 3, 232, 116, 0, 969, 967, 1, 0, 0, 0, 969, 970, 1, 0, 0, 0, 970, 1127, 1, 0, 0, 0, 971, 972, 5, 236, 0, 0, 972, 973, 5, 218, 0, 0, 973, 976, 5, 95, 0, 0, 974, 975, 7, 3, 0, 0, 975, 977, 3, 232, 116, 0, 976, 974, 1, 0, 0, 0, 976, 977, 1, 0, 0, 0, 977, 1127, 1, 0, 0, 0, 978, 979, 5, 59, 0, 0, 979, 1127, 3, 220, 110, 0, 980, 981, 5, 58, 0, 0, 981, 1127, 3, 220, 110, 0, 982, 983, 5, 236, 0, 0, 983, 986, 5, 91, 0, 0, 984, 985, 7, 3, 0, 0, 985, 987, 3, 220, 110, 0, 986, 984, 1, 0, 0, 0, 986, 987, 1, 0, 0, 0, 987, 994, 1, 0, 0, 0, 988, 989, 5, 137, 0, 0, 989, 992, 3, 140, 70, 0, 990, 991, 5, 73, 0, 0, 991, 993, 3, 140, 70, 0, 992, 990, 1, 0, 0, 0, 992, 993, 1, 0, 0, 0, 993, 995, 1, 0, 0, 0, 994, 988, 1, 0, 0, 0, 994, 995, 1, 0, 0, 0, 995, 1127, 1, 0, 0, 0, 996, 997, 5, 236, 0, 0, 997, 1004, 5, 233, 0, 0, 998, 999, 5, 137, 0, 0, 999, 1002, 3, 140, 70, 0, 1000, 1001, 5, 73, 0, 0, 1001, 1003, 3, 140, 70, 0, 1002, 1000, 1, 0, 0, 0, 1002, 1003, 1, 0, 0, 0, 1003, 1005, 1, 0, 0, 0, 1004, 998, 1, 0, 0, 0, 1004, 1005, 1, 0, 0, 0, 1005, 1127, 1, 0, 0, 0, 1006, 1007, 5, 234, 0, 0, 1007, 1008, 5, 233, 0, 0, 1008, 1009, 5, 14, 0, 0, 1009, 1127, 3, 236, 118, 0, 1010, 1011, 5, 210, 0, 0, 1011, 1012, 5, 233, 0, 0, 1012, 1127, 5, 14, 0, 0, 1013, 1014, 5, 234, 0, 0, 1014, 1015, 5, 233, 0, 0, 1015, 1016, 3, 220, 110, 0, 1016, 1017, 5, 296, 0, 0, 1017, 1018, 3, 108, 54, 0, 1018, 1127, 1, 0, 0, 0, 1019, 1020, 5, 210, 0, 0, 1020, 1021, 5, 233, 0, 0, 1021, 1127, 3, 220, 110, 0, 1022, 1023, 5, 239, 0, 0, 1023, 1032, 5, 255, 0, 0, 1024, 1029, 3, 186, 93, 0, 1025, 1026, 5, 312, 0, 0, 1026, 1028, 3, 186, 93, 0, 1027, 1025, 1, 0, 0, 0, 1028, 1031, 1, 0, 0, 0, 1029, 1027, 1, 0, 0, 0, 1029, 1030, 1, 0, 0, 0, 1030, 1033, 1, 0, 0, 0, 1031, 1029, 1, 0, 0, 0, 1032, 1024, 1, 0, 0, 0, 1032, 1033, 1, 0, 0, 0, 1033, 1127, 1, 0, 0, 0, 1034, 1036, 5, 30, 0, 0, 1035, 1037, 5, 291, 0, 0, 1036, 1035, 1, 0, 0, 0, 1036, 1037, 1, 0, 0, 0, 1037, 1127, 1, 0, 0, 0, 1038, 1040, 5, 220, 0, 0, 1039, 1041, 5, 291, 0, 0, 1040, 1039, 1, 0, 0, 0, 1040, 1041, 1, 0, 0, 0, 1041, 1127, 1, 0, 0, 0, 1042, 1043, 5, 197, 0, 0, 1043, 1044, 3, 232, 116, 0, 1044, 1045, 5, 88, 0, 0, 1045, 1046, 3, 4, 2, 0, 1046, 1127, 1, 0, 0, 0, 1047, 1048, 5, 51, 0, 0, 1048, 1049, 5, 197, 0, 0, 1049, 1127, 3, 232, 116, 0, 1050, 1051, 5, 76, 0, 0, 1051, 1061, 3, 232, 116, 0, 1052, 1053, 5, 274, 0, 0, 1053, 1058, 3, 108, 54, 0, 1054, 1055, 5, 312, 0, 0, 1055, 1057, 3, 108, 54, 0, 1056, 1054, 1, 0, 0, 0, 1057, 1060, 1, 0, 0, 0, 1058, 1056, 1, 0, 0, 0, 1058, 1059, 1, 0, 0, 0, 1059, 1062, 1, 0, 0, 0, 1060, 1058, 1, 0, 0, 0, 1061, 1052, 1, 0, 0, 0, 1061, 1062, 1, 0, 0, 0, 1062, 1127, 1, 0, 0, 0, 1063, 1064, 5, 76, 0, 0, 1064, 1065, 5, 104, 0, 0, 1065, 1075, 3, 140, 70, 0, 1066, 1067, 5, 274, 0, 0, 1067, 1072, 3, 108, 54, 0, 1068, 1069, 5, 312, 0, 0, 1069, 1071, 3, 108, 54, 0, 1070, 1068, 1, 0, 0, 0, 1071, 1074, 1, 0, 0, 0, 1072, 1070, 1, 0, 0, 0, 1072, 1073, 1, 0, 0, 0, 1073, 1076, 1, 0, 0, 0, 1074, 1072, 1, 0, 0, 0, 1075, 1066, 1, 0, 0, 0, 1075, 1076, 1, 0, 0, 0, 1076, 1127, 1, 0, 0, 0, 1077, 1078, 5, 59, 0, 0, 1078, 1079, 5, 109, 0, 0, 1079, 1127, 3, 232, 116, 0, 1080, 1081, 5, 59, 0, 0, 1081, 1082, 5, 181, 0, 0, 1082, 1127, 3, 232, 116, 0, 1083, 1084, 5, 234, 0, 0, 1084, 1085, 5, 188, 0, 0, 1085, 1127, 3, 194, 97, 0, 1086, 1087, 5, 234, 0, 0, 1087, 1088, 5, 251, 0, 0, 1088, 1091, 5, 295, 0, 0, 1089, 1092, 5, 140, 0, 0, 1090, 1092, 3, 108, 54, 0, 1091, 1089, 1, 0, 0, 0, 1091, 1090, 1, 0, 0, 0, 1092, 1127, 1, 0, 0, 0, 1093, 1094, 5, 271, 0, 0, 1094, 1095, 3, 220, 110, 0, 1095, 1096, 5, 234, 0, 0, 1096, 1101, 3, 182, 91, 0, 1097, 1098, 5, 312, 0, 0, 1098, 1100, 3, 182, 91, 0, 1099, 1097, 1, 0, 0, 0, 1100, 1103, 1, 0, 0, 0, 1101, 1099, 1, 0, 0, 0, 1101, 1102, 1, 0, 0, 0, 1102, 1106, 1, 0, 0, 0, 1103, 1101, 1, 0, 0, 0, 1104, 1105, 5, 285, 0, 0, 1105, 1107, 3, 110, 55, 0, 1106, 1104, 1, 0, 0, 0, 1106, 1107, 1, 0, 0, 0, 1107, 1127, 1, 0, 0, 0, 1108, 1109, 5, 152, 0, 0, 1109, 1110, 5, 113, 0, 0, 1110, 1115, 3, 220, 110, 0, 1111, 1113, 5, 11, 0, 0, 1112, 1111, 1, 0, 0, 0, 1112, 1113, 1, 0, 0, 0, 1113, 1114, 1, 0, 0, 0, 1114, 1116, 3, 232, 116, 0, 1115, 1112, 1, 0, 0, 0, 1115, 1116, 1, 0, 0, 0, 1116, 1117, 1, 0, 0, 0, 1117, 1118, 5, 274, 0, 0, 1118, 1119, 3, 58, 29, 0, 1119, 1120, 5, 173, 0, 0, 1120, 1122, 3, 108, 54, 0, 1121, 1123, 3, 166, 83, 0, 1122, 1121, 1, 0, 0, 0, 1123, 1124, 1, 0, 0, 0, 1124, 1122, 1, 0, 0, 0, 1124, 1125, 1, 0, 0, 0, 1125, 1127, 1, 0, 0, 0, 1126, 255, 1, 0, 0, 0, 1126, 256, 1, 0, 0, 0, 1126, 258, 1, 0, 0, 0, 1126, 263, 1, 0, 0, 0, 1126, 285, 1, 0, 0, 0, 1126, 295, 1, 0, 0, 0, 1126, 311, 1, 0, 0, 0, 1126, 321, 1, 0, 0, 0, 1126, 328, 1, 0, 0, 0, 1126, 335, 1, 0, 0, 0, 1126, 373, 1, 0, 0, 0, 1126, 403, 1, 0, 0, 0, 1126, 410, 1, 0, 0, 0, 1126, 418, 1, 0, 0, 0, 1126, 425, 1, 0, 0, 0, 1126, 428, 1, 0, 0, 0, 1126, 437, 1, 0, 0, 0, 1126, 446, 1, 0, 0, 0, 1126, 455, 1, 0, 0, 0, 1126, 466, 1, 0, 0, 0, 1126, 482, 1, 0, 0, 0, 1126, 499, 1, 0, 0, 0, 1126, 514, 1, 0, 0, 0, 1126, 529, 1, 0, 0, 0, 1126, 536, 1, 0, 0, 0, 1126, 543, 1, 0, 0, 0, 1126, 566, 1, 0, 0, 0, 1126, 572, 1, 0, 0, 0, 1126, 601, 1, 0, 0, 0, 1126, 619, 1, 0, 0, 0, 1126, 623, 1, 0, 0, 0, 1126, 631, 1, 0, 0, 0, 1126, 643, 1, 0, 0, 0, 1126, 651, 1, 0, 0, 0, 1126, 658, 1, 0, 0, 0, 1126, 665, 1, 0, 0, 0, 1126, 672, 1, 0, 0, 0, 1126, 687, 1, 0, 0, 0, 1126, 693, 1, 0, 0, 0, 1126, 700, 1, 0, 0, 0, 1126, 712, 1, 0, 0, 0, 1126, 719, 1, 0, 0, 0, 1126, 744, 1, 0, 0, 0, 1126, 769, 1, 0, 0, 0, 1126, 780, 1, 0, 0, 0, 1126, 805, 1, 0, 0, 0, 1126, 826, 1, 0, 0, 0, 1126, 852, 1, 0, 0, 0, 1126, 861, 1, 0, 0, 0, 1126, 876, 1, 0, 0, 0, 1126, 882, 1, 0, 0, 0, 1126, 886, 1, 0, 0, 0, 1126, 890, 1, 0, 0, 0, 1126, 894, 1, 0, 0, 0, 1126, 899, 1, 0, 0, 0, 1126, 913, 1, 0, 0, 0, 1126, 927, 1, 0, 0, 0, 1126, 937, 1, 0, 0, 0, 1126, 951, 1, 0, 0, 0, 1126, 955, 1, 0, 0, 0, 1126, 962, 1, 0, 0, 0, 1126, 971, 1, 0, 0, 0, 1126, 978, 1, 0, 0, 0, 1126, 980, 1, 0, 0, 0, 1126, 982, 1, 0, 0, 0, 1126, 996, 1, 0, 0, 0, 1126, 1006, 1, 0, 0, 0, 1126, 1010, 1, 0, 0, 0, 1126, 1013, 1, 0, 0, 0, 1126, 1019, 1, 0, 0, 0, 1126, 1022, 1, 0, 0, 0, 1126, 1034, 1, 0, 0, 0, 1126, 1038, 1, 0, 0, 0, 1126, 1042, 1, 0, 0, 0, 1126, 1047, 1, 0, 0, 0, 1126, 1050, 1, 0, 0, 0, 1126, 1063, 1, 0, 0, 0, 1126, 1077, 1, 0, 0, 0, 1126, 1080, 1, 0, 0, 0, 1126, 1083, 1, 0, 0, 0, 1126, 1086, 1, 0, 0, 0, 1126, 1093, 1, 0, 0, 0, 1126, 1108, 1, 0, 0, 0, 1127, 5, 1, 0, 0, 0, 1128, 1130, 3, 8, 4, 0, 1129, 1128, 1, 0, 0, 0, 1129, 1130, 1, 0, 0, 0, 1130, 1131, 1, 0, 0, 0, 1131, 1132, 3, 10, 5, 0, 1132, 7, 1, 0, 0, 0, 1133, 1134, 5, 288, 0, 0, 1134, 1139, 3, 196, 98, 0, 1135, 1136, 5, 312, 0, 0, 1136, 1138, 3, 196, 98, 0, 1137, 1135, 1, 0, 0, 0, 1138, 1141, 1, 0, 0, 0, 1139, 1137, 1, 0, 0, 0, 1139, 1140, 1, 0, 0, 0, 1140, 9, 1, 0, 0, 0, 1141, 1139, 1, 0, 0, 0, 1142, 1144, 3, 12, 6, 0, 1143, 1142, 1, 0, 0, 0, 1143, 1144, 1, 0, 0, 0, 1144, 1145, 1, 0, 0, 0, 1145, 1146, 3, 28, 14, 0, 1146, 11, 1, 0, 0, 0, 1147, 1149, 5, 288, 0, 0, 1148, 1150, 5, 204, 0, 0, 1149, 1148, 1, 0, 0, 0, 1149, 1150, 1, 0, 0, 0, 1150, 1151, 1, 0, 0, 0, 1151, 1156, 3, 52, 26, 0, 1152, 1153, 5, 312, 0, 0, 1153, 1155, 3, 52, 26, 0, 1154, 1152, 1, 0, 0, 0, 1155, 1158, 1, 0, 0, 0, 1156, 1154, 1, 0, 0, 0, 1156, 1157, 1, 0, 0, 0, 1157, 13, 1, 0, 0, 0, 1158, 1156, 1, 0, 0, 0, 1159, 1162, 3, 16, 8, 0, 1160, 1162, 3, 18, 9, 0, 1161, 1159, 1, 0, 0, 0, 1161, 1160, 1, 0, 0, 0, 1162, 15, 1, 0, 0, 0, 1163, 1164, 3, 232, 116, 0, 1164, 1167, 3, 156, 78, 0, 1165, 1166, 5, 165, 0, 0, 1166, 1168, 5, 166, 0, 0, 1167, 1165, 1, 0, 0, 0, 1167, 1168, 1, 0, 0, 0, 1168, 1171, 1, 0, 0, 0, 1169, 1170, 5, 29, 0, 0, 1170, 1172, 3, 140, 70, 0, 1171, 1169, 1, 0, 0, 0, 1171, 1172, 1, 0, 0, 0, 1172, 1175, 1, 0, 0, 0, 1173, 1174, 5, 288, 0, 0, 1174, 1176, 3, 20, 10, 0, 1175, 1173, 1, 0, 0, 0, 1175, 1176, 1, 0, 0, 0, 1176, 17, 1, 0, 0, 0, 1177, 1178, 5, 137, 0, 0, 1178, 1181, 3, 220, 110, 0, 1179, 1180, 7, 4, 0, 0, 1180, 1182, 5, 199, 0, 0, 1181, 1179, 1, 0, 0, 0, 1181, 1182, 1, 0, 0, 0, 1182, 19, 1, 0, 0, 0, 1183, 1184, 5, 313, 0, 0, 1184, 1185, 3, 22, 11, 0, 1185, 1186, 5, 314, 0, 0, 1186, 21, 1, 0, 0, 0, 1187, 1192, 3, 24, 12, 0, 1188, 1189, 5, 312, 0, 0, 1189, 1191, 3, 24, 12, 0, 1190, 1188, 1, 0, 0, 0, 1191, 1194, 1, 0, 0, 0, 1192, 1190, 1, 0, 0, 0, 1192, 1193, 1, 0, 0, 0, 1193, 23, 1, 0, 0, 0, 1194, 1192, 1, 0, 0, 0, 1195, 1196, 3, 232, 116, 0, 1196, 1197, 5, 296, 0, 0, 1197, 1198, 3, 26, 13, 0, 1198, 25, 1, 0, 0, 0, 1199, 1202, 5, 53, 0, 0, 1200, 1202, 3, 108, 54, 0, 1201, 1199, 1, 0, 0, 0, 1201, 1200, 1, 0, 0, 0, 1202, 27, 1, 0, 0, 0, 1203, 1214, 3, 34, 17, 0, 1204, 1205, 5, 178, 0, 0, 1205, 1206, 5, 19, 0, 0, 1206, 1211, 3, 38, 19, 0, 1207, 1208, 5, 312, 0, 0, 1208, 1210, 3, 38, 19, 0, 1209, 1207, 1, 0, 0, 0, 1210, 1213, 1, 0, 0, 0, 1211, 1209, 1, 0, 0, 0, 1211, 1212, 1, 0, 0, 0, 1212, 1215, 1, 0, 0, 0, 1213, 1211, 1, 0, 0, 0, 1214, 1204, 1, 0, 0, 0, 1214, 1215, 1, 0, 0, 0, 1215, 1221, 1, 0, 0, 0, 1216, 1217, 5, 171, 0, 0, 1217, 1219, 3, 32, 16, 0, 1218, 1220, 7, 5, 0, 0, 1219, 1218, 1, 0, 0, 0, 1219, 1220, 1, 0, 0, 0, 1220, 1222, 1, 0, 0, 0, 1221, 1216, 1, 0, 0, 0, 1221, 1222, 1, 0, 0, 0, 1222, 1236, 1, 0, 0, 0, 1223, 1224, 5, 138, 0, 0, 1224, 1237, 3, 30, 15, 0, 1225, 1226, 5, 81, 0, 0, 1226, 1228, 7, 6, 0, 0, 1227, 1229, 3, 32, 16, 0, 1228, 1227, 1, 0, 0, 0, 1228, 1229, 1, 0, 0, 0, 1229, 1230, 1, 0, 0, 0, 1230, 1234, 7, 5, 0, 0, 1231, 1235, 5, 175, 0, 0, 1232, 1233, 5, 288, 0, 0, 1233, 1235, 5, 250, 0, 0, 1234, 1231, 1, 0, 0, 0, 1234, 1232, 1, 0, 0, 0, 1235, 1237, 1, 0, 0, 0, 1236, 1223, 1, 0, 0, 0, 1236, 1225, 1, 0, 0, 0, 1236, 1237, 1, 0, 0, 0, 1237, 29, 1, 0, 0, 0, 1238, 1241, 5, 5, 0, 0, 1239, 1241, 3, 32, 16, 0, 1240, 1238, 1, 0, 0, 0, 1240, 1239, 1, 0, 0, 0, 1241, 31, 1, 0, 0, 0, 1242, 1243, 7, 7, 0, 0, 1243, 33, 1, 0, 0, 0, 1244, 1245, 6, 17, -1, 0, 1245, 1246, 3, 36, 18, 0, 1246, 1261, 1, 0, 0, 0, 1247, 1248, 10, 2, 0, 0, 1248, 1250, 5, 111, 0, 0, 1249, 1251, 3, 54, 27, 0, 1250, 1249, 1, 0, 0, 0, 1250, 1251, 1, 0, 0, 0, 1251, 1252, 1, 0, 0, 0, 1252, 1260, 3, 34, 17, 3, 1253, 1254, 10, 1, 0, 0, 1254, 1256, 7, 8, 0, 0, 1255, 1257, 3, 54, 27, 0, 1256, 1255, 1, 0, 0, 0, 1256, 1257, 1, 0, 0, 0, 1257, 1258, 1, 0, 0, 0, 1258, 1260, 3, 34, 17, 2, 1259, 1247, 1, 0, 0, 0, 1259, 1253, 1, 0, 0, 0, 1260, 1263, 1, 0, 0, 0, 1261, 1259, 1, 0, 0, 0, 1261, 1262, 1, 0, 0, 0, 1262, 35, 1, 0, 0, 0, 1263, 1261, 1, 0, 0, 0, 1264, 1281, 3, 40, 20, 0, 1265, 1266, 5, 244, 0, 0, 1266, 1281, 3, 220, 110, 0, 1267, 1268, 5, 280, 0, 0, 1268, 1273, 3, 108, 54, 0, 1269, 1270, 5, 312, 0, 0, 1270, 1272, 3, 108, 54, 0, 1271, 1269, 1, 0, 0, 0, 1272, 1275, 1, 0, 0, 0, 1273, 1271, 1, 0, 0, 0, 1273, 1274, 1, 0, 0, 0, 1274, 1281, 1, 0, 0, 0, 1275, 1273, 1, 0, 0, 0, 1276, 1277, 5, 313, 0, 0, 1277, 1278, 3, 28, 14, 0, 1278, 1279, 5, 314, 0, 0, 1279, 1281, 1, 0, 0, 0, 1280, 1264, 1, 0, 0, 0, 1280, 1265, 1, 0, 0, 0, 1280, 1267, 1, 0, 0, 0, 1280, 1276, 1, 0, 0, 0, 1281, 37, 1, 0, 0, 0, 1282, 1284, 3, 108, 54, 0, 1283, 1285, 7, 9, 0, 0, 1284, 1283, 1, 0, 0, 0, 1284, 1285, 1, 0, 0, 0, 1285, 1288, 1, 0, 0, 0, 1286, 1287, 5, 168, 0, 0, 1287, 1289, 7, 10, 0, 0, 1288, 1286, 1, 0, 0, 0, 1288, 1289, 1, 0, 0, 0, 1289, 39, 1, 0, 0, 0, 1290, 1292, 5, 231, 0, 0, 1291, 1293, 3, 54, 27, 0, 1292, 1291, 1, 0, 0, 0, 1292, 1293, 1, 0, 0, 0, 1293, 1294, 1, 0, 0, 0, 1294, 1299, 3, 56, 28, 0, 1295, 1296, 5, 312, 0, 0, 1296, 1298, 3, 56, 28, 0, 1297, 1295, 1, 0, 0, 0, 1298, 1301, 1, 0, 0, 0, 1299, 1297, 1, 0, 0, 0, 1299, 1300, 1, 0, 0, 0, 1300, 1311, 1, 0, 0, 0, 1301, 1299, 1, 0, 0, 0, 1302, 1303, 5, 88, 0, 0, 1303, 1308, 3, 58, 29, 0, 1304, 1305, 5, 312, 0, 0, 1305, 1307, 3, 58, 29, 0, 1306, 1304, 1, 0, 0, 0, 1307, 1310, 1, 0, 0, 0, 1308, 1306, 1, 0, 0, 0, 1308, 1309, 1, 0, 0, 0, 1309, 1312, 1, 0, 0, 0, 1310, 1308, 1, 0, 0, 0, 1311, 1302, 1, 0, 0, 0, 1311, 1312, 1, 0, 0, 0, 1312, 1315, 1, 0, 0, 0, 1313, 1314, 5, 285, 0, 0, 1314, 1316, 3, 110, 55, 0, 1315, 1313, 1, 0, 0, 0, 1315, 1316, 1, 0, 0, 0, 1316, 1320, 1, 0, 0, 0, 1317, 1318, 5, 97, 0, 0, 1318, 1319, 5, 19, 0, 0, 1319, 1321, 3, 42, 21, 0, 1320, 1317, 1, 0, 0, 0, 1320, 1321, 1, 0, 0, 0, 1321, 1324, 1, 0, 0, 0, 1322, 1323, 5, 100, 0, 0, 1323, 1325, 3, 110, 55, 0, 1324, 1322, 1, 0, 0, 0, 1324, 1325, 1, 0, 0, 0, 1325, 1335, 1, 0, 0, 0, 1326, 1327, 5, 287, 0, 0, 1327, 1332, 3, 48, 24, 0, 1328, 1329, 5, 312, 0, 0, 1329, 1331, 3, 48, 24, 0, 1330, 1328, 1, 0, 0, 0, 1331, 1334, 1, 0, 0, 0, 1332, 1330, 1, 0, 0, 0, 1332, 1333, 1, 0, 0, 0, 1333, 1336, 1, 0, 0, 0, 1334, 1332, 1, 0, 0, 0, 1335, 1326, 1, 0, 0, 0, 1335, 1336, 1, 0, 0, 0, 1336, 41, 1, 0, 0, 0, 1337, 1339, 3, 54, 27, 0, 1338, 1337, 1, 0, 0, 0, 1338, 1339, 1, 0, 0, 0, 1339, 1340, 1, 0, 0, 0, 1340, 1345, 3, 44, 22, 0, 1341, 1342, 5, 312, 0, 0, 1342, 1344, 3, 44, 22, 0, 1343, 1341, 1, 0, 0, 0, 1344, 1347, 1, 0, 0, 0, 1345, 1343, 1, 0, 0, 0, 1345, 1346, 1, 0, 0, 0, 1346, 43, 1, 0, 0, 0, 1347, 1345, 1, 0, 0, 0, 1348, 1389, 3, 46, 23, 0, 1349, 1350, 5, 221, 0, 0, 1350, 1359, 5, 313, 0, 0, 1351, 1356, 3, 108, 54, 0, 1352, 1353, 5, 312, 0, 0, 1353, 1355, 3, 108, 54, 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, 1360, 1, 0, 0, 0, 1358, 1356, 1, 0, 0, 0, 1359, 1351, 1, 0, 0, 0, 1359, 1360, 1, 0, 0, 0, 1360, 1361, 1, 0, 0, 0, 1361, 1389, 5, 314, 0, 0, 1362, 1363, 5, 38, 0, 0, 1363, 1372, 5, 313, 0, 0, 1364, 1369, 3, 108, 54, 0, 1365, 1366, 5, 312, 0, 0, 1366, 1368, 3, 108, 54, 0, 1367, 1365, 1, 0, 0, 0, 1368, 1371, 1, 0, 0, 0, 1369, 1367, 1, 0, 0, 0, 1369, 1370, 1, 0, 0, 0, 1370, 1373, 1, 0, 0, 0, 1371, 1369, 1, 0, 0, 0, 1372, 1364, 1, 0, 0, 0, 1372, 1373, 1, 0, 0, 0, 1373, 1374, 1, 0, 0, 0, 1374, 1389, 5, 314, 0, 0, 1375, 1376, 5, 98, 0, 0, 1376, 1377, 5, 235, 0, 0, 1377, 1378, 5, 313, 0, 0, 1378, 1383, 3, 46, 23, 0, 1379, 1380, 5, 312, 0, 0, 1380, 1382, 3, 46, 23, 0, 1381, 1379, 1, 0, 0, 0, 1382, 1385, 1, 0, 0, 0, 1383, 1381, 1, 0, 0, 0, 1383, 1384, 1, 0, 0, 0, 1384, 1386, 1, 0, 0, 0, 1385, 1383, 1, 0, 0, 0, 1386, 1387, 5, 314, 0, 0, 1387, 1389, 1, 0, 0, 0, 1388, 1348, 1, 0, 0, 0, 1388, 1349, 1, 0, 0, 0, 1388, 1362, 1, 0, 0, 0, 1388, 1375, 1, 0, 0, 0, 1389, 45, 1, 0, 0, 0, 1390, 1399, 5, 313, 0, 0, 1391, 1396, 3, 108, 54, 0, 1392, 1393, 5, 312, 0, 0, 1393, 1395, 3, 108, 54, 0, 1394, 1392, 1, 0, 0, 0, 1395, 1398, 1, 0, 0, 0, 1396, 1394, 1, 0, 0, 0, 1396, 1397, 1, 0, 0, 0, 1397, 1400, 1, 0, 0, 0, 1398, 1396, 1, 0, 0, 0, 1399, 1391, 1, 0, 0, 0, 1399, 1400, 1, 0, 0, 0, 1400, 1401, 1, 0, 0, 0, 1401, 1404, 5, 314, 0, 0, 1402, 1404, 3, 108, 54, 0, 1403, 1390, 1, 0, 0, 0, 1403, 1402, 1, 0, 0, 0, 1404, 47, 1, 0, 0, 0, 1405, 1406, 3, 232, 116, 0, 1406, 1407, 5, 11, 0, 0, 1407, 1408, 5, 313, 0, 0, 1408, 1409, 3, 50, 25, 0, 1409, 1410, 5, 314, 0, 0, 1410, 49, 1, 0, 0, 0, 1411, 1413, 3, 232, 116, 0, 1412, 1411, 1, 0, 0, 0, 1412, 1413, 1, 0, 0, 0, 1413, 1424, 1, 0, 0, 0, 1414, 1415, 5, 184, 0, 0, 1415, 1416, 5, 19, 0, 0, 1416, 1421, 3, 108, 54, 0, 1417, 1418, 5, 312, 0, 0, 1418, 1420, 3, 108, 54, 0, 1419, 1417, 1, 0, 0, 0, 1420, 1423, 1, 0, 0, 0, 1421, 1419, 1, 0, 0, 0, 1421, 1422, 1, 0, 0, 0, 1422, 1425, 1, 0, 0, 0, 1423, 1421, 1, 0, 0, 0, 1424, 1414, 1, 0, 0, 0, 1424, 1425, 1, 0, 0, 0, 1425, 1436, 1, 0, 0, 0, 1426, 1427, 5, 178, 0, 0, 1427, 1428, 5, 19, 0, 0, 1428, 1433, 3, 38, 19, 0, 1429, 1430, 5, 312, 0, 0, 1430, 1432, 3, 38, 19, 0, 1431, 1429, 1, 0, 0, 0, 1432, 1435, 1, 0, 0, 0, 1433, 1431, 1, 0, 0, 0, 1433, 1434, 1, 0, 0, 0, 1434, 1437, 1, 0, 0, 0, 1435, 1433, 1, 0, 0, 0, 1436, 1426, 1, 0, 0, 0, 1436, 1437, 1, 0, 0, 0, 1437, 1439, 1, 0, 0, 0, 1438, 1440, 3, 170, 85, 0, 1439, 1438, 1, 0, 0, 0, 1439, 1440, 1, 0, 0, 0, 1440, 51, 1, 0, 0, 0, 1441, 1443, 3, 232, 116, 0, 1442, 1444, 3, 90, 45, 0, 1443, 1442, 1, 0, 0, 0, 1443, 1444, 1, 0, 0, 0, 1444, 1445, 1, 0, 0, 0, 1445, 1446, 5, 11, 0, 0, 1446, 1447, 5, 313, 0, 0, 1447, 1448, 3, 10, 5, 0, 1448, 1449, 5, 314, 0, 0, 1449, 53, 1, 0, 0, 0, 1450, 1451, 7, 11, 0, 0, 1451, 55, 1, 0, 0, 0, 1452, 1457, 3, 108, 54, 0, 1453, 1455, 5, 11, 0, 0, 1454, 1453, 1, 0, 0, 0, 1454, 1455, 1, 0, 0, 0, 1455, 1456, 1, 0, 0, 0, 1456, 1458, 3, 232, 116, 0, 1457, 1454, 1, 0, 0, 0, 1457, 1458, 1, 0, 0, 0, 1458, 1468, 1, 0, 0, 0, 1459, 1460, 3, 116, 58, 0, 1460, 1461, 5, 310, 0, 0, 1461, 1464, 5, 304, 0, 0, 1462, 1463, 5, 11, 0, 0, 1463, 1465, 3, 90, 45, 0, 1464, 1462, 1, 0, 0, 0, 1464, 1465, 1, 0, 0, 0, 1465, 1468, 1, 0, 0, 0, 1466, 1468, 5, 304, 0, 0, 1467, 1452, 1, 0, 0, 0, 1467, 1459, 1, 0, 0, 0, 1467, 1466, 1, 0, 0, 0, 1468, 57, 1, 0, 0, 0, 1469, 1470, 6, 29, -1, 0, 1470, 1471, 3, 64, 32, 0, 1471, 1490, 1, 0, 0, 0, 1472, 1486, 10, 2, 0, 0, 1473, 1474, 5, 37, 0, 0, 1474, 1475, 5, 119, 0, 0, 1475, 1487, 3, 64, 32, 0, 1476, 1477, 3, 60, 30, 0, 1477, 1478, 5, 119, 0, 0, 1478, 1479, 3, 58, 29, 0, 1479, 1480, 3, 62, 31, 0, 1480, 1487, 1, 0, 0, 0, 1481, 1482, 5, 155, 0, 0, 1482, 1483, 3, 60, 30, 0, 1483, 1484, 5, 119, 0, 0, 1484, 1485, 3, 64, 32, 0, 1485, 1487, 1, 0, 0, 0, 1486, 1473, 1, 0, 0, 0, 1486, 1476, 1, 0, 0, 0, 1486, 1481, 1, 0, 0, 0, 1487, 1489, 1, 0, 0, 0, 1488, 1472, 1, 0, 0, 0, 1489, 1492, 1, 0, 0, 0, 1490, 1488, 1, 0, 0, 0, 1490, 1491, 1, 0, 0, 0, 1491, 59, 1, 0, 0, 0, 1492, 1490, 1, 0, 0, 0, 1493, 1495, 5, 108, 0, 0, 1494, 1493, 1, 0, 0, 0, 1494, 1495, 1, 0, 0, 0, 1495, 1501, 1, 0, 0, 0, 1496, 1498, 7, 12, 0, 0, 1497, 1499, 5, 180, 0, 0, 1498, 1497, 1, 0, 0, 0, 1498, 1499, 1, 0, 0, 0, 1499, 1501, 1, 0, 0, 0, 1500, 1494, 1, 0, 0, 0, 1500, 1496, 1, 0, 0, 0, 1501, 61, 1, 0, 0, 0, 1502, 1503, 5, 173, 0, 0, 1503, 1517, 3, 110, 55, 0, 1504, 1505, 5, 274, 0, 0, 1505, 1506, 5, 313, 0, 0, 1506, 1511, 3, 232, 116, 0, 1507, 1508, 5, 312, 0, 0, 1508, 1510, 3, 232, 116, 0, 1509, 1507, 1, 0, 0, 0, 1510, 1513, 1, 0, 0, 0, 1511, 1509, 1, 0, 0, 0, 1511, 1512, 1, 0, 0, 0, 1512, 1514, 1, 0, 0, 0, 1513, 1511, 1, 0, 0, 0, 1514, 1515, 5, 314, 0, 0, 1515, 1517, 1, 0, 0, 0, 1516, 1502, 1, 0, 0, 0, 1516, 1504, 1, 0, 0, 0, 1517, 63, 1, 0, 0, 0, 1518, 1525, 3, 74, 37, 0, 1519, 1520, 5, 246, 0, 0, 1520, 1521, 3, 66, 33, 0, 1521, 1522, 5, 313, 0, 0, 1522, 1523, 3, 108, 54, 0, 1523, 1524, 5, 314, 0, 0, 1524, 1526, 1, 0, 0, 0, 1525, 1519, 1, 0, 0, 0, 1525, 1526, 1, 0, 0, 0, 1526, 65, 1, 0, 0, 0, 1527, 1528, 7, 13, 0, 0, 1528, 67, 1, 0, 0, 0, 1529, 1530, 7, 14, 0, 0, 1530, 69, 1, 0, 0, 0, 1531, 1538, 5, 72, 0, 0, 1532, 1534, 5, 258, 0, 0, 1533, 1535, 3, 140, 70, 0, 1534, 1533, 1, 0, 0, 0, 1534, 1535, 1, 0, 0, 0, 1535, 1536, 1, 0, 0, 0, 1536, 1538, 3, 72, 36, 0, 1537, 1531, 1, 0, 0, 0, 1537, 1532, 1, 0, 0, 0, 1538, 71, 1, 0, 0, 0, 1539, 1540, 7, 15, 0, 0, 1540, 1541, 5, 34, 0, 0, 1541, 73, 1, 0, 0, 0, 1542, 1625, 3, 88, 44, 0, 1543, 1544, 5, 149, 0, 0, 1544, 1555, 5, 313, 0, 0, 1545, 1546, 5, 184, 0, 0, 1546, 1547, 5, 19, 0, 0, 1547, 1552, 3, 108, 54, 0, 1548, 1549, 5, 312, 0, 0, 1549, 1551, 3, 108, 54, 0, 1550, 1548, 1, 0, 0, 0, 1551, 1554, 1, 0, 0, 0, 1552, 1550, 1, 0, 0, 0, 1552, 1553, 1, 0, 0, 0, 1553, 1556, 1, 0, 0, 0, 1554, 1552, 1, 0, 0, 0, 1555, 1545, 1, 0, 0, 0, 1555, 1556, 1, 0, 0, 0, 1556, 1567, 1, 0, 0, 0, 1557, 1558, 5, 178, 0, 0, 1558, 1559, 5, 19, 0, 0, 1559, 1564, 3, 38, 19, 0, 1560, 1561, 5, 312, 0, 0, 1561, 1563, 3, 38, 19, 0, 1562, 1560, 1, 0, 0, 0, 1563, 1566, 1, 0, 0, 0, 1564, 1562, 1, 0, 0, 0, 1564, 1565, 1, 0, 0, 0, 1565, 1568, 1, 0, 0, 0, 1566, 1564, 1, 0, 0, 0, 1567, 1557, 1, 0, 0, 0, 1567, 1568, 1, 0, 0, 0, 1568, 1578, 1, 0, 0, 0, 1569, 1570, 5, 151, 0, 0, 1570, 1575, 3, 76, 38, 0, 1571, 1572, 5, 312, 0, 0, 1572, 1574, 3, 76, 38, 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, 1579, 1, 0, 0, 0, 1577, 1575, 1, 0, 0, 0, 1578, 1569, 1, 0, 0, 0, 1578, 1579, 1, 0, 0, 0, 1579, 1581, 1, 0, 0, 0, 1580, 1582, 3, 78, 39, 0, 1581, 1580, 1, 0, 0, 0, 1581, 1582, 1, 0, 0, 0, 1582, 1586, 1, 0, 0, 0, 1583, 1584, 5, 4, 0, 0, 1584, 1585, 5, 146, 0, 0, 1585, 1587, 3, 82, 41, 0, 1586, 1583, 1, 0, 0, 0, 1586, 1587, 1, 0, 0, 0, 1587, 1589, 1, 0, 0, 0, 1588, 1590, 7, 16, 0, 0, 1589, 1588, 1, 0, 0, 0, 1589, 1590, 1, 0, 0, 0, 1590, 1591, 1, 0, 0, 0, 1591, 1592, 5, 189, 0, 0, 1592, 1593, 5, 313, 0, 0, 1593, 1594, 3, 176, 88, 0, 1594, 1604, 5, 314, 0, 0, 1595, 1596, 5, 241, 0, 0, 1596, 1601, 3, 84, 42, 0, 1597, 1598, 5, 312, 0, 0, 1598, 1600, 3, 84, 42, 0, 1599, 1597, 1, 0, 0, 0, 1600, 1603, 1, 0, 0, 0, 1601, 1599, 1, 0, 0, 0, 1601, 1602, 1, 0, 0, 0, 1602, 1605, 1, 0, 0, 0, 1603, 1601, 1, 0, 0, 0, 1604, 1595, 1, 0, 0, 0, 1604, 1605, 1, 0, 0, 0, 1605, 1606, 1, 0, 0, 0, 1606, 1607, 5, 54, 0, 0, 1607, 1612, 3, 86, 43, 0, 1608, 1609, 5, 312, 0, 0, 1609, 1611, 3, 86, 43, 0, 1610, 1608, 1, 0, 0, 0, 1611, 1614, 1, 0, 0, 0, 1612, 1610, 1, 0, 0, 0, 1612, 1613, 1, 0, 0, 0, 1613, 1615, 1, 0, 0, 0, 1614, 1612, 1, 0, 0, 0, 1615, 1623, 5, 314, 0, 0, 1616, 1618, 5, 11, 0, 0, 1617, 1616, 1, 0, 0, 0, 1617, 1618, 1, 0, 0, 0, 1618, 1619, 1, 0, 0, 0, 1619, 1621, 3, 232, 116, 0, 1620, 1622, 3, 90, 45, 0, 1621, 1620, 1, 0, 0, 0, 1621, 1622, 1, 0, 0, 0, 1622, 1624, 1, 0, 0, 0, 1623, 1617, 1, 0, 0, 0, 1623, 1624, 1, 0, 0, 0, 1624, 1626, 1, 0, 0, 0, 1625, 1543, 1, 0, 0, 0, 1625, 1626, 1, 0, 0, 0, 1626, 75, 1, 0, 0, 0, 1627, 1628, 3, 108, 54, 0, 1628, 1629, 5, 11, 0, 0, 1629, 1630, 3, 232, 116, 0, 1630, 77, 1, 0, 0, 0, 1631, 1632, 5, 174, 0, 0, 1632, 1633, 5, 222, 0, 0, 1633, 1634, 5, 190, 0, 0, 1634, 1643, 5, 146, 0, 0, 1635, 1636, 5, 5, 0, 0, 1636, 1637, 5, 223, 0, 0, 1637, 1638, 5, 190, 0, 0, 1638, 1640, 5, 146, 0, 0, 1639, 1641, 3, 80, 40, 0, 1640, 1639, 1, 0, 0, 0, 1640, 1641, 1, 0, 0, 0, 1641, 1643, 1, 0, 0, 0, 1642, 1631, 1, 0, 0, 0, 1642, 1635, 1, 0, 0, 0, 1643, 79, 1, 0, 0, 0, 1644, 1645, 5, 236, 0, 0, 1645, 1646, 5, 68, 0, 0, 1646, 1654, 5, 148, 0, 0, 1647, 1648, 5, 172, 0, 0, 1648, 1649, 5, 68, 0, 0, 1649, 1654, 5, 148, 0, 0, 1650, 1651, 5, 288, 0, 0, 1651, 1652, 5, 268, 0, 0, 1652, 1654, 5, 223, 0, 0, 1653, 1644, 1, 0, 0, 0, 1653, 1647, 1, 0, 0, 0, 1653, 1650, 1, 0, 0, 0, 1654, 81, 1, 0, 0, 0, 1655, 1668, 5, 237, 0, 0, 1656, 1663, 5, 253, 0, 0, 1657, 1658, 5, 157, 0, 0, 1658, 1664, 5, 222, 0, 0, 1659, 1661, 7, 10, 0, 0, 1660, 1659, 1, 0, 0, 0, 1660, 1661, 1, 0, 0, 0, 1661, 1662, 1, 0, 0, 0, 1662, 1664, 3, 232, 116, 0, 1663, 1657, 1, 0, 0, 0, 1663, 1660, 1, 0, 0, 0, 1664, 1669, 1, 0, 0, 0, 1665, 1666, 5, 187, 0, 0, 1666, 1667, 5, 131, 0, 0, 1667, 1669, 5, 222, 0, 0, 1668, 1656, 1, 0, 0, 0, 1668, 1665, 1, 0, 0, 0, 1669, 83, 1, 0, 0, 0, 1670, 1671, 3, 232, 116, 0, 1671, 1672, 5, 296, 0, 0, 1672, 1673, 5, 313, 0, 0, 1673, 1678, 3, 232, 116, 0, 1674, 1675, 5, 312, 0, 0, 1675, 1677, 3, 232, 116, 0, 1676, 1674, 1, 0, 0, 0, 1677, 1680, 1, 0, 0, 0, 1678, 1676, 1, 0, 0, 0, 1678, 1679, 1, 0, 0, 0, 1679, 1681, 1, 0, 0, 0, 1680, 1678, 1, 0, 0, 0, 1681, 1682, 5, 314, 0, 0, 1682, 85, 1, 0, 0, 0, 1683, 1684, 3, 232, 116, 0, 1684, 1685, 5, 11, 0, 0, 1685, 1686, 3, 108, 54, 0, 1686, 87, 1, 0, 0, 0, 1687, 1695, 3, 92, 46, 0, 1688, 1690, 5, 11, 0, 0, 1689, 1688, 1, 0, 0, 0, 1689, 1690, 1, 0, 0, 0, 1690, 1691, 1, 0, 0, 0, 1691, 1693, 3, 232, 116, 0, 1692, 1694, 3, 90, 45, 0, 1693, 1692, 1, 0, 0, 0, 1693, 1694, 1, 0, 0, 0, 1694, 1696, 1, 0, 0, 0, 1695, 1689, 1, 0, 0, 0, 1695, 1696, 1, 0, 0, 0, 1696, 89, 1, 0, 0, 0, 1697, 1698, 5, 313, 0, 0, 1698, 1703, 3, 232, 116, 0, 1699, 1700, 5, 312, 0, 0, 1700, 1702, 3, 232, 116, 0, 1701, 1699, 1, 0, 0, 0, 1702, 1705, 1, 0, 0, 0, 1703, 1701, 1, 0, 0, 0, 1703, 1704, 1, 0, 0, 0, 1704, 1706, 1, 0, 0, 0, 1705, 1703, 1, 0, 0, 0, 1706, 1707, 5, 314, 0, 0, 1707, 91, 1, 0, 0, 0, 1708, 1710, 3, 220, 110, 0, 1709, 1711, 3, 222, 111, 0, 1710, 1709, 1, 0, 0, 0, 1710, 1711, 1, 0, 0, 0, 1711, 1746, 1, 0, 0, 0, 1712, 1713, 5, 313, 0, 0, 1713, 1714, 3, 10, 5, 0, 1714, 1715, 5, 314, 0, 0, 1715, 1746, 1, 0, 0, 0, 1716, 1717, 5, 269, 0, 0, 1717, 1718, 5, 313, 0, 0, 1718, 1723, 3, 108, 54, 0, 1719, 1720, 5, 312, 0, 0, 1720, 1722, 3, 108, 54, 0, 1721, 1719, 1, 0, 0, 0, 1722, 1725, 1, 0, 0, 0, 1723, 1721, 1, 0, 0, 0, 1723, 1724, 1, 0, 0, 0, 1724, 1726, 1, 0, 0, 0, 1725, 1723, 1, 0, 0, 0, 1726, 1729, 5, 314, 0, 0, 1727, 1728, 5, 288, 0, 0, 1728, 1730, 5, 179, 0, 0, 1729, 1727, 1, 0, 0, 0, 1729, 1730, 1, 0, 0, 0, 1730, 1746, 1, 0, 0, 0, 1731, 1732, 5, 132, 0, 0, 1732, 1733, 5, 313, 0, 0, 1733, 1734, 3, 10, 5, 0, 1734, 1735, 5, 314, 0, 0, 1735, 1746, 1, 0, 0, 0, 1736, 1737, 5, 244, 0, 0, 1737, 1738, 5, 313, 0, 0, 1738, 1739, 3, 94, 47, 0, 1739, 1740, 5, 314, 0, 0, 1740, 1746, 1, 0, 0, 0, 1741, 1742, 5, 313, 0, 0, 1742, 1743, 3, 58, 29, 0, 1743, 1744, 5, 314, 0, 0, 1744, 1746, 1, 0, 0, 0, 1745, 1708, 1, 0, 0, 0, 1745, 1712, 1, 0, 0, 0, 1745, 1716, 1, 0, 0, 0, 1745, 1731, 1, 0, 0, 0, 1745, 1736, 1, 0, 0, 0, 1745, 1741, 1, 0, 0, 0, 1746, 93, 1, 0, 0, 0, 1747, 1748, 3, 220, 110, 0, 1748, 1757, 5, 313, 0, 0, 1749, 1754, 3, 96, 48, 0, 1750, 1751, 5, 312, 0, 0, 1751, 1753, 3, 96, 48, 0, 1752, 1750, 1, 0, 0, 0, 1753, 1756, 1, 0, 0, 0, 1754, 1752, 1, 0, 0, 0, 1754, 1755, 1, 0, 0, 0, 1755, 1758, 1, 0, 0, 0, 1756, 1754, 1, 0, 0, 0, 1757, 1749, 1, 0, 0, 0, 1757, 1758, 1, 0, 0, 0, 1758, 1768, 1, 0, 0, 0, 1759, 1760, 5, 35, 0, 0, 1760, 1765, 3, 106, 53, 0, 1761, 1762, 5, 312, 0, 0, 1762, 1764, 3, 106, 53, 0, 1763, 1761, 1, 0, 0, 0, 1764, 1767, 1, 0, 0, 0, 1765, 1763, 1, 0, 0, 0, 1765, 1766, 1, 0, 0, 0, 1766, 1769, 1, 0, 0, 0, 1767, 1765, 1, 0, 0, 0, 1768, 1759, 1, 0, 0, 0, 1768, 1769, 1, 0, 0, 0, 1769, 1770, 1, 0, 0, 0, 1770, 1771, 5, 314, 0, 0, 1771, 95, 1, 0, 0, 0, 1772, 1773, 3, 232, 116, 0, 1773, 1774, 5, 323, 0, 0, 1774, 1776, 1, 0, 0, 0, 1775, 1772, 1, 0, 0, 0, 1775, 1776, 1, 0, 0, 0, 1776, 1780, 1, 0, 0, 0, 1777, 1781, 3, 98, 49, 0, 1778, 1781, 3, 102, 51, 0, 1779, 1781, 3, 108, 54, 0, 1780, 1777, 1, 0, 0, 0, 1780, 1778, 1, 0, 0, 0, 1780, 1779, 1, 0, 0, 0, 1781, 97, 1, 0, 0, 0, 1782, 1800, 3, 100, 50, 0, 1783, 1784, 5, 184, 0, 0, 1784, 1798, 5, 19, 0, 0, 1785, 1794, 5, 313, 0, 0, 1786, 1791, 3, 108, 54, 0, 1787, 1788, 5, 312, 0, 0, 1788, 1790, 3, 108, 54, 0, 1789, 1787, 1, 0, 0, 0, 1790, 1793, 1, 0, 0, 0, 1791, 1789, 1, 0, 0, 0, 1791, 1792, 1, 0, 0, 0, 1792, 1795, 1, 0, 0, 0, 1793, 1791, 1, 0, 0, 0, 1794, 1786, 1, 0, 0, 0, 1794, 1795, 1, 0, 0, 0, 1795, 1796, 1, 0, 0, 0, 1796, 1799, 5, 314, 0, 0, 1797, 1799, 3, 108, 54, 0, 1798, 1785, 1, 0, 0, 0, 1798, 1797, 1, 0, 0, 0, 1799, 1801, 1, 0, 0, 0, 1800, 1783, 1, 0, 0, 0, 1800, 1801, 1, 0, 0, 0, 1801, 1808, 1, 0, 0, 0, 1802, 1803, 5, 200, 0, 0, 1803, 1804, 5, 284, 0, 0, 1804, 1809, 5, 68, 0, 0, 1805, 1806, 5, 127, 0, 0, 1806, 1807, 5, 284, 0, 0, 1807, 1809, 5, 68, 0, 0, 1808, 1802, 1, 0, 0, 0, 1808, 1805, 1, 0, 0, 0, 1808, 1809, 1, 0, 0, 0, 1809, 1826, 1, 0, 0, 0, 1810, 1811, 5, 178, 0, 0, 1811, 1824, 5, 19, 0, 0, 1812, 1813, 5, 313, 0, 0, 1813, 1818, 3, 38, 19, 0, 1814, 1815, 5, 312, 0, 0, 1815, 1817, 3, 38, 19, 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, 314, 0, 0, 1822, 1825, 1, 0, 0, 0, 1823, 1825, 3, 38, 19, 0, 1824, 1812, 1, 0, 0, 0, 1824, 1823, 1, 0, 0, 0, 1825, 1827, 1, 0, 0, 0, 1826, 1810, 1, 0, 0, 0, 1826, 1827, 1, 0, 0, 0, 1827, 99, 1, 0, 0, 0, 1828, 1829, 5, 244, 0, 0, 1829, 1830, 5, 313, 0, 0, 1830, 1831, 3, 220, 110, 0, 1831, 1839, 5, 314, 0, 0, 1832, 1834, 5, 11, 0, 0, 1833, 1832, 1, 0, 0, 0, 1833, 1834, 1, 0, 0, 0, 1834, 1835, 1, 0, 0, 0, 1835, 1837, 3, 232, 116, 0, 1836, 1838, 3, 90, 45, 0, 1837, 1836, 1, 0, 0, 0, 1837, 1838, 1, 0, 0, 0, 1838, 1840, 1, 0, 0, 0, 1839, 1833, 1, 0, 0, 0, 1839, 1840, 1, 0, 0, 0, 1840, 1855, 1, 0, 0, 0, 1841, 1842, 5, 244, 0, 0, 1842, 1843, 5, 313, 0, 0, 1843, 1844, 3, 10, 5, 0, 1844, 1852, 5, 314, 0, 0, 1845, 1847, 5, 11, 0, 0, 1846, 1845, 1, 0, 0, 0, 1846, 1847, 1, 0, 0, 0, 1847, 1848, 1, 0, 0, 0, 1848, 1850, 3, 232, 116, 0, 1849, 1851, 3, 90, 45, 0, 1850, 1849, 1, 0, 0, 0, 1850, 1851, 1, 0, 0, 0, 1851, 1853, 1, 0, 0, 0, 1852, 1846, 1, 0, 0, 0, 1852, 1853, 1, 0, 0, 0, 1853, 1855, 1, 0, 0, 0, 1854, 1828, 1, 0, 0, 0, 1854, 1841, 1, 0, 0, 0, 1855, 101, 1, 0, 0, 0, 1856, 1857, 5, 60, 0, 0, 1857, 1858, 5, 313, 0, 0, 1858, 1863, 3, 104, 52, 0, 1859, 1860, 5, 312, 0, 0, 1860, 1862, 3, 104, 52, 0, 1861, 1859, 1, 0, 0, 0, 1862, 1865, 1, 0, 0, 0, 1863, 1861, 1, 0, 0, 0, 1863, 1864, 1, 0, 0, 0, 1864, 1866, 1, 0, 0, 0, 1865, 1863, 1, 0, 0, 0, 1866, 1867, 5, 314, 0, 0, 1867, 1875, 1, 0, 0, 0, 1868, 1869, 5, 24, 0, 0, 1869, 1870, 5, 313, 0, 0, 1870, 1871, 5, 166, 0, 0, 1871, 1872, 5, 11, 0, 0, 1872, 1873, 5, 60, 0, 0, 1873, 1875, 5, 314, 0, 0, 1874, 1856, 1, 0, 0, 0, 1874, 1868, 1, 0, 0, 0, 1875, 103, 1, 0, 0, 0, 1876, 1878, 3, 232, 116, 0, 1877, 1879, 3, 156, 78, 0, 1878, 1877, 1, 0, 0, 0, 1878, 1879, 1, 0, 0, 0, 1879, 105, 1, 0, 0, 0, 1880, 1881, 5, 313, 0, 0, 1881, 1882, 3, 220, 110, 0, 1882, 1883, 5, 312, 0, 0, 1883, 1888, 3, 220, 110, 0, 1884, 1885, 5, 312, 0, 0, 1885, 1887, 3, 220, 110, 0, 1886, 1884, 1, 0, 0, 0, 1887, 1890, 1, 0, 0, 0, 1888, 1886, 1, 0, 0, 0, 1888, 1889, 1, 0, 0, 0, 1889, 1891, 1, 0, 0, 0, 1890, 1888, 1, 0, 0, 0, 1891, 1892, 5, 314, 0, 0, 1892, 107, 1, 0, 0, 0, 1893, 1894, 3, 110, 55, 0, 1894, 109, 1, 0, 0, 0, 1895, 1896, 6, 55, -1, 0, 1896, 1898, 3, 114, 57, 0, 1897, 1899, 3, 112, 56, 0, 1898, 1897, 1, 0, 0, 0, 1898, 1899, 1, 0, 0, 0, 1899, 1903, 1, 0, 0, 0, 1900, 1901, 5, 165, 0, 0, 1901, 1903, 3, 110, 55, 3, 1902, 1895, 1, 0, 0, 0, 1902, 1900, 1, 0, 0, 0, 1903, 1912, 1, 0, 0, 0, 1904, 1905, 10, 2, 0, 0, 1905, 1906, 5, 8, 0, 0, 1906, 1911, 3, 110, 55, 3, 1907, 1908, 10, 1, 0, 0, 1908, 1909, 5, 177, 0, 0, 1909, 1911, 3, 110, 55, 2, 1910, 1904, 1, 0, 0, 0, 1910, 1907, 1, 0, 0, 0, 1911, 1914, 1, 0, 0, 0, 1912, 1910, 1, 0, 0, 0, 1912, 1913, 1, 0, 0, 0, 1913, 111, 1, 0, 0, 0, 1914, 1912, 1, 0, 0, 0, 1915, 1916, 3, 144, 72, 0, 1916, 1917, 3, 114, 57, 0, 1917, 1977, 1, 0, 0, 0, 1918, 1919, 3, 144, 72, 0, 1919, 1920, 3, 146, 73, 0, 1920, 1921, 5, 313, 0, 0, 1921, 1922, 3, 10, 5, 0, 1922, 1923, 5, 314, 0, 0, 1923, 1977, 1, 0, 0, 0, 1924, 1926, 5, 165, 0, 0, 1925, 1924, 1, 0, 0, 0, 1925, 1926, 1, 0, 0, 0, 1926, 1927, 1, 0, 0, 0, 1927, 1928, 5, 17, 0, 0, 1928, 1929, 3, 114, 57, 0, 1929, 1930, 5, 8, 0, 0, 1930, 1931, 3, 114, 57, 0, 1931, 1977, 1, 0, 0, 0, 1932, 1934, 5, 165, 0, 0, 1933, 1932, 1, 0, 0, 0, 1933, 1934, 1, 0, 0, 0, 1934, 1935, 1, 0, 0, 0, 1935, 1936, 5, 105, 0, 0, 1936, 1937, 5, 313, 0, 0, 1937, 1942, 3, 108, 54, 0, 1938, 1939, 5, 312, 0, 0, 1939, 1941, 3, 108, 54, 0, 1940, 1938, 1, 0, 0, 0, 1941, 1944, 1, 0, 0, 0, 1942, 1940, 1, 0, 0, 0, 1942, 1943, 1, 0, 0, 0, 1943, 1945, 1, 0, 0, 0, 1944, 1942, 1, 0, 0, 0, 1945, 1946, 5, 314, 0, 0, 1946, 1977, 1, 0, 0, 0, 1947, 1949, 5, 165, 0, 0, 1948, 1947, 1, 0, 0, 0, 1948, 1949, 1, 0, 0, 0, 1949, 1950, 1, 0, 0, 0, 1950, 1951, 5, 105, 0, 0, 1951, 1952, 5, 313, 0, 0, 1952, 1953, 3, 10, 5, 0, 1953, 1954, 5, 314, 0, 0, 1954, 1977, 1, 0, 0, 0, 1955, 1957, 5, 165, 0, 0, 1956, 1955, 1, 0, 0, 0, 1956, 1957, 1, 0, 0, 0, 1957, 1958, 1, 0, 0, 0, 1958, 1959, 5, 137, 0, 0, 1959, 1962, 3, 114, 57, 0, 1960, 1961, 5, 73, 0, 0, 1961, 1963, 3, 114, 57, 0, 1962, 1960, 1, 0, 0, 0, 1962, 1963, 1, 0, 0, 0, 1963, 1977, 1, 0, 0, 0, 1964, 1966, 5, 116, 0, 0, 1965, 1967, 5, 165, 0, 0, 1966, 1965, 1, 0, 0, 0, 1966, 1967, 1, 0, 0, 0, 1967, 1968, 1, 0, 0, 0, 1968, 1977, 5, 166, 0, 0, 1969, 1971, 5, 116, 0, 0, 1970, 1972, 5, 165, 0, 0, 1971, 1970, 1, 0, 0, 0, 1971, 1972, 1, 0, 0, 0, 1972, 1973, 1, 0, 0, 0, 1973, 1974, 5, 62, 0, 0, 1974, 1975, 5, 88, 0, 0, 1975, 1977, 3, 114, 57, 0, 1976, 1915, 1, 0, 0, 0, 1976, 1918, 1, 0, 0, 0, 1976, 1925, 1, 0, 0, 0, 1976, 1933, 1, 0, 0, 0, 1976, 1948, 1, 0, 0, 0, 1976, 1956, 1, 0, 0, 0, 1976, 1964, 1, 0, 0, 0, 1976, 1969, 1, 0, 0, 0, 1977, 113, 1, 0, 0, 0, 1978, 1979, 6, 57, -1, 0, 1979, 1983, 3, 116, 58, 0, 1980, 1981, 7, 17, 0, 0, 1981, 1983, 3, 114, 57, 4, 1982, 1978, 1, 0, 0, 0, 1982, 1980, 1, 0, 0, 0, 1983, 1998, 1, 0, 0, 0, 1984, 1985, 10, 3, 0, 0, 1985, 1986, 7, 18, 0, 0, 1986, 1997, 3, 114, 57, 4, 1987, 1988, 10, 2, 0, 0, 1988, 1989, 7, 17, 0, 0, 1989, 1997, 3, 114, 57, 3, 1990, 1991, 10, 1, 0, 0, 1991, 1992, 5, 307, 0, 0, 1992, 1997, 3, 114, 57, 2, 1993, 1994, 10, 5, 0, 0, 1994, 1995, 5, 13, 0, 0, 1995, 1997, 3, 142, 71, 0, 1996, 1984, 1, 0, 0, 0, 1996, 1987, 1, 0, 0, 0, 1996, 1990, 1, 0, 0, 0, 1996, 1993, 1, 0, 0, 0, 1997, 2000, 1, 0, 0, 0, 1998, 1996, 1, 0, 0, 0, 1998, 1999, 1, 0, 0, 0, 1999, 115, 1, 0, 0, 0, 2000, 1998, 1, 0, 0, 0, 2001, 2002, 6, 58, -1, 0, 2002, 2455, 5, 166, 0, 0, 2003, 2455, 3, 150, 75, 0, 2004, 2005, 3, 232, 116, 0, 2005, 2006, 3, 140, 70, 0, 2006, 2455, 1, 0, 0, 0, 2007, 2008, 5, 65, 0, 0, 2008, 2009, 5, 196, 0, 0, 2009, 2455, 3, 140, 70, 0, 2010, 2455, 3, 234, 117, 0, 2011, 2455, 3, 148, 74, 0, 2012, 2455, 3, 140, 70, 0, 2013, 2455, 5, 329, 0, 0, 2014, 2455, 5, 308, 0, 0, 2015, 2016, 5, 194, 0, 0, 2016, 2017, 5, 313, 0, 0, 2017, 2018, 3, 114, 57, 0, 2018, 2019, 5, 105, 0, 0, 2019, 2020, 3, 114, 57, 0, 2020, 2021, 5, 314, 0, 0, 2021, 2455, 1, 0, 0, 0, 2022, 2023, 5, 313, 0, 0, 2023, 2026, 3, 108, 54, 0, 2024, 2025, 5, 312, 0, 0, 2025, 2027, 3, 108, 54, 0, 2026, 2024, 1, 0, 0, 0, 2027, 2028, 1, 0, 0, 0, 2028, 2026, 1, 0, 0, 0, 2028, 2029, 1, 0, 0, 0, 2029, 2030, 1, 0, 0, 0, 2030, 2031, 5, 314, 0, 0, 2031, 2455, 1, 0, 0, 0, 2032, 2033, 5, 222, 0, 0, 2033, 2034, 5, 313, 0, 0, 2034, 2039, 3, 108, 54, 0, 2035, 2036, 5, 312, 0, 0, 2036, 2038, 3, 108, 54, 0, 2037, 2035, 1, 0, 0, 0, 2038, 2041, 1, 0, 0, 0, 2039, 2037, 1, 0, 0, 0, 2039, 2040, 1, 0, 0, 0, 2040, 2042, 1, 0, 0, 0, 2041, 2039, 1, 0, 0, 0, 2042, 2043, 5, 314, 0, 0, 2043, 2455, 1, 0, 0, 0, 2044, 2045, 5, 139, 0, 0, 2045, 2047, 5, 313, 0, 0, 2046, 2048, 3, 54, 27, 0, 2047, 2046, 1, 0, 0, 0, 2047, 2048, 1, 0, 0, 0, 2048, 2049, 1, 0, 0, 0, 2049, 2052, 3, 108, 54, 0, 2050, 2051, 5, 312, 0, 0, 2051, 2053, 3, 140, 70, 0, 2052, 2050, 1, 0, 0, 0, 2052, 2053, 1, 0, 0, 0, 2053, 2057, 1, 0, 0, 0, 2054, 2055, 5, 173, 0, 0, 2055, 2056, 5, 183, 0, 0, 2056, 2058, 3, 70, 35, 0, 2057, 2054, 1, 0, 0, 0, 2057, 2058, 1, 0, 0, 0, 2058, 2059, 1, 0, 0, 0, 2059, 2060, 5, 314, 0, 0, 2060, 2061, 5, 289, 0, 0, 2061, 2062, 5, 97, 0, 0, 2062, 2063, 5, 313, 0, 0, 2063, 2064, 5, 178, 0, 0, 2064, 2065, 5, 19, 0, 0, 2065, 2070, 3, 38, 19, 0, 2066, 2067, 5, 312, 0, 0, 2067, 2069, 3, 38, 19, 0, 2068, 2066, 1, 0, 0, 0, 2069, 2072, 1, 0, 0, 0, 2070, 2068, 1, 0, 0, 0, 2070, 2071, 1, 0, 0, 0, 2071, 2073, 1, 0, 0, 0, 2072, 2070, 1, 0, 0, 0, 2073, 2074, 5, 314, 0, 0, 2074, 2076, 1, 0, 0, 0, 2075, 2077, 3, 164, 82, 0, 2076, 2075, 1, 0, 0, 0, 2076, 2077, 1, 0, 0, 0, 2077, 2455, 1, 0, 0, 0, 2078, 2080, 3, 136, 68, 0, 2079, 2078, 1, 0, 0, 0, 2079, 2080, 1, 0, 0, 0, 2080, 2081, 1, 0, 0, 0, 2081, 2082, 3, 220, 110, 0, 2082, 2086, 5, 313, 0, 0, 2083, 2084, 3, 232, 116, 0, 2084, 2085, 5, 310, 0, 0, 2085, 2087, 1, 0, 0, 0, 2086, 2083, 1, 0, 0, 0, 2086, 2087, 1, 0, 0, 0, 2087, 2088, 1, 0, 0, 0, 2088, 2089, 5, 304, 0, 0, 2089, 2091, 5, 314, 0, 0, 2090, 2092, 3, 164, 82, 0, 2091, 2090, 1, 0, 0, 0, 2091, 2092, 1, 0, 0, 0, 2092, 2094, 1, 0, 0, 0, 2093, 2095, 3, 168, 84, 0, 2094, 2093, 1, 0, 0, 0, 2094, 2095, 1, 0, 0, 0, 2095, 2455, 1, 0, 0, 0, 2096, 2098, 3, 136, 68, 0, 2097, 2096, 1, 0, 0, 0, 2097, 2098, 1, 0, 0, 0, 2098, 2099, 1, 0, 0, 0, 2099, 2100, 3, 220, 110, 0, 2100, 2112, 5, 313, 0, 0, 2101, 2103, 3, 54, 27, 0, 2102, 2101, 1, 0, 0, 0, 2102, 2103, 1, 0, 0, 0, 2103, 2104, 1, 0, 0, 0, 2104, 2109, 3, 108, 54, 0, 2105, 2106, 5, 312, 0, 0, 2106, 2108, 3, 108, 54, 0, 2107, 2105, 1, 0, 0, 0, 2108, 2111, 1, 0, 0, 0, 2109, 2107, 1, 0, 0, 0, 2109, 2110, 1, 0, 0, 0, 2110, 2113, 1, 0, 0, 0, 2111, 2109, 1, 0, 0, 0, 2112, 2102, 1, 0, 0, 0, 2112, 2113, 1, 0, 0, 0, 2113, 2124, 1, 0, 0, 0, 2114, 2115, 5, 178, 0, 0, 2115, 2116, 5, 19, 0, 0, 2116, 2121, 3, 38, 19, 0, 2117, 2118, 5, 312, 0, 0, 2118, 2120, 3, 38, 19, 0, 2119, 2117, 1, 0, 0, 0, 2120, 2123, 1, 0, 0, 0, 2121, 2119, 1, 0, 0, 0, 2121, 2122, 1, 0, 0, 0, 2122, 2125, 1, 0, 0, 0, 2123, 2121, 1, 0, 0, 0, 2124, 2114, 1, 0, 0, 0, 2124, 2125, 1, 0, 0, 0, 2125, 2126, 1, 0, 0, 0, 2126, 2128, 5, 314, 0, 0, 2127, 2129, 3, 164, 82, 0, 2128, 2127, 1, 0, 0, 0, 2128, 2129, 1, 0, 0, 0, 2129, 2134, 1, 0, 0, 0, 2130, 2132, 3, 138, 69, 0, 2131, 2130, 1, 0, 0, 0, 2131, 2132, 1, 0, 0, 0, 2132, 2133, 1, 0, 0, 0, 2133, 2135, 3, 168, 84, 0, 2134, 2131, 1, 0, 0, 0, 2134, 2135, 1, 0, 0, 0, 2135, 2455, 1, 0, 0, 0, 2136, 2137, 3, 232, 116, 0, 2137, 2138, 3, 168, 84, 0, 2138, 2455, 1, 0, 0, 0, 2139, 2140, 3, 232, 116, 0, 2140, 2141, 5, 322, 0, 0, 2141, 2142, 3, 108, 54, 0, 2142, 2455, 1, 0, 0, 0, 2143, 2152, 5, 313, 0, 0, 2144, 2149, 3, 232, 116, 0, 2145, 2146, 5, 312, 0, 0, 2146, 2148, 3, 232, 116, 0, 2147, 2145, 1, 0, 0, 0, 2148, 2151, 1, 0, 0, 0, 2149, 2147, 1, 0, 0, 0, 2149, 2150, 1, 0, 0, 0, 2150, 2153, 1, 0, 0, 0, 2151, 2149, 1, 0, 0, 0, 2152, 2144, 1, 0, 0, 0, 2152, 2153, 1, 0, 0, 0, 2153, 2154, 1, 0, 0, 0, 2154, 2155, 5, 314, 0, 0, 2155, 2156, 5, 322, 0, 0, 2156, 2455, 3, 108, 54, 0, 2157, 2158, 5, 313, 0, 0, 2158, 2159, 3, 10, 5, 0, 2159, 2160, 5, 314, 0, 0, 2160, 2455, 1, 0, 0, 0, 2161, 2162, 5, 77, 0, 0, 2162, 2163, 5, 313, 0, 0, 2163, 2164, 3, 10, 5, 0, 2164, 2165, 5, 314, 0, 0, 2165, 2455, 1, 0, 0, 0, 2166, 2167, 5, 23, 0, 0, 2167, 2169, 3, 108, 54, 0, 2168, 2170, 3, 162, 81, 0, 2169, 2168, 1, 0, 0, 0, 2170, 2171, 1, 0, 0, 0, 2171, 2169, 1, 0, 0, 0, 2171, 2172, 1, 0, 0, 0, 2172, 2175, 1, 0, 0, 0, 2173, 2174, 5, 67, 0, 0, 2174, 2176, 3, 108, 54, 0, 2175, 2173, 1, 0, 0, 0, 2175, 2176, 1, 0, 0, 0, 2176, 2177, 1, 0, 0, 0, 2177, 2178, 5, 71, 0, 0, 2178, 2455, 1, 0, 0, 0, 2179, 2181, 5, 23, 0, 0, 2180, 2182, 3, 162, 81, 0, 2181, 2180, 1, 0, 0, 0, 2182, 2183, 1, 0, 0, 0, 2183, 2181, 1, 0, 0, 0, 2183, 2184, 1, 0, 0, 0, 2184, 2187, 1, 0, 0, 0, 2185, 2186, 5, 67, 0, 0, 2186, 2188, 3, 108, 54, 0, 2187, 2185, 1, 0, 0, 0, 2187, 2188, 1, 0, 0, 0, 2188, 2189, 1, 0, 0, 0, 2189, 2190, 5, 71, 0, 0, 2190, 2455, 1, 0, 0, 0, 2191, 2192, 5, 24, 0, 0, 2192, 2193, 5, 313, 0, 0, 2193, 2194, 3, 108, 54, 0, 2194, 2195, 5, 11, 0, 0, 2195, 2196, 3, 156, 78, 0, 2196, 2197, 5, 314, 0, 0, 2197, 2455, 1, 0, 0, 0, 2198, 2199, 5, 259, 0, 0, 2199, 2200, 5, 313, 0, 0, 2200, 2201, 3, 108, 54, 0, 2201, 2202, 5, 11, 0, 0, 2202, 2203, 3, 156, 78, 0, 2203, 2204, 5, 314, 0, 0, 2204, 2455, 1, 0, 0, 0, 2205, 2206, 5, 10, 0, 0, 2206, 2215, 5, 315, 0, 0, 2207, 2212, 3, 108, 54, 0, 2208, 2209, 5, 312, 0, 0, 2209, 2211, 3, 108, 54, 0, 2210, 2208, 1, 0, 0, 0, 2211, 2214, 1, 0, 0, 0, 2212, 2210, 1, 0, 0, 0, 2212, 2213, 1, 0, 0, 0, 2213, 2216, 1, 0, 0, 0, 2214, 2212, 1, 0, 0, 0, 2215, 2207, 1, 0, 0, 0, 2215, 2216, 1, 0, 0, 0, 2216, 2217, 1, 0, 0, 0, 2217, 2455, 5, 316, 0, 0, 2218, 2455, 3, 232, 116, 0, 2219, 2455, 5, 41, 0, 0, 2220, 2224, 5, 45, 0, 0, 2221, 2222, 5, 313, 0, 0, 2222, 2223, 5, 330, 0, 0, 2223, 2225, 5, 314, 0, 0, 2224, 2221, 1, 0, 0, 0, 2224, 2225, 1, 0, 0, 0, 2225, 2455, 1, 0, 0, 0, 2226, 2230, 5, 46, 0, 0, 2227, 2228, 5, 313, 0, 0, 2228, 2229, 5, 330, 0, 0, 2229, 2231, 5, 314, 0, 0, 2230, 2227, 1, 0, 0, 0, 2230, 2231, 1, 0, 0, 0, 2231, 2455, 1, 0, 0, 0, 2232, 2236, 5, 141, 0, 0, 2233, 2234, 5, 313, 0, 0, 2234, 2235, 5, 330, 0, 0, 2235, 2237, 5, 314, 0, 0, 2236, 2233, 1, 0, 0, 0, 2236, 2237, 1, 0, 0, 0, 2237, 2455, 1, 0, 0, 0, 2238, 2242, 5, 142, 0, 0, 2239, 2240, 5, 313, 0, 0, 2240, 2241, 5, 330, 0, 0, 2241, 2243, 5, 314, 0, 0, 2242, 2239, 1, 0, 0, 0, 2242, 2243, 1, 0, 0, 0, 2243, 2455, 1, 0, 0, 0, 2244, 2455, 5, 47, 0, 0, 2245, 2455, 5, 40, 0, 0, 2246, 2455, 5, 44, 0, 0, 2247, 2455, 5, 42, 0, 0, 2248, 2249, 5, 256, 0, 0, 2249, 2257, 5, 313, 0, 0, 2250, 2252, 3, 68, 34, 0, 2251, 2250, 1, 0, 0, 0, 2251, 2252, 1, 0, 0, 0, 2252, 2254, 1, 0, 0, 0, 2253, 2255, 3, 114, 57, 0, 2254, 2253, 1, 0, 0, 0, 2254, 2255, 1, 0, 0, 0, 2255, 2256, 1, 0, 0, 0, 2256, 2258, 5, 88, 0, 0, 2257, 2251, 1, 0, 0, 0, 2257, 2258, 1, 0, 0, 0, 2258, 2259, 1, 0, 0, 0, 2259, 2260, 3, 114, 57, 0, 2260, 2261, 5, 314, 0, 0, 2261, 2455, 1, 0, 0, 0, 2262, 2263, 5, 256, 0, 0, 2263, 2264, 5, 313, 0, 0, 2264, 2265, 3, 114, 57, 0, 2265, 2266, 5, 312, 0, 0, 2266, 2267, 3, 114, 57, 0, 2267, 2268, 5, 314, 0, 0, 2268, 2455, 1, 0, 0, 0, 2269, 2270, 5, 242, 0, 0, 2270, 2271, 5, 313, 0, 0, 2271, 2272, 3, 114, 57, 0, 2272, 2273, 5, 88, 0, 0, 2273, 2276, 3, 114, 57, 0, 2274, 2275, 5, 86, 0, 0, 2275, 2277, 3, 114, 57, 0, 2276, 2274, 1, 0, 0, 0, 2276, 2277, 1, 0, 0, 0, 2277, 2278, 1, 0, 0, 0, 2278, 2279, 5, 314, 0, 0, 2279, 2455, 1, 0, 0, 0, 2280, 2281, 5, 164, 0, 0, 2281, 2282, 5, 313, 0, 0, 2282, 2285, 3, 114, 57, 0, 2283, 2284, 5, 312, 0, 0, 2284, 2286, 3, 154, 77, 0, 2285, 2283, 1, 0, 0, 0, 2285, 2286, 1, 0, 0, 0, 2286, 2287, 1, 0, 0, 0, 2287, 2288, 5, 314, 0, 0, 2288, 2455, 1, 0, 0, 0, 2289, 2290, 5, 79, 0, 0, 2290, 2291, 5, 313, 0, 0, 2291, 2292, 3, 232, 116, 0, 2292, 2293, 5, 88, 0, 0, 2293, 2294, 3, 114, 57, 0, 2294, 2295, 5, 314, 0, 0, 2295, 2455, 1, 0, 0, 0, 2296, 2297, 5, 313, 0, 0, 2297, 2298, 3, 108, 54, 0, 2298, 2299, 5, 314, 0, 0, 2299, 2455, 1, 0, 0, 0, 2300, 2301, 5, 98, 0, 0, 2301, 2310, 5, 313, 0, 0, 2302, 2307, 3, 220, 110, 0, 2303, 2304, 5, 312, 0, 0, 2304, 2306, 3, 220, 110, 0, 2305, 2303, 1, 0, 0, 0, 2306, 2309, 1, 0, 0, 0, 2307, 2305, 1, 0, 0, 0, 2307, 2308, 1, 0, 0, 0, 2308, 2311, 1, 0, 0, 0, 2309, 2307, 1, 0, 0, 0, 2310, 2302, 1, 0, 0, 0, 2310, 2311, 1, 0, 0, 0, 2311, 2312, 1, 0, 0, 0, 2312, 2455, 5, 314, 0, 0, 2313, 2314, 5, 122, 0, 0, 2314, 2315, 5, 313, 0, 0, 2315, 2320, 3, 118, 59, 0, 2316, 2317, 3, 126, 63, 0, 2317, 2318, 5, 173, 0, 0, 2318, 2319, 5, 72, 0, 0, 2319, 2321, 1, 0, 0, 0, 2320, 2316, 1, 0, 0, 0, 2320, 2321, 1, 0, 0, 0, 2321, 2322, 1, 0, 0, 0, 2322, 2323, 5, 314, 0, 0, 2323, 2455, 1, 0, 0, 0, 2324, 2325, 5, 126, 0, 0, 2325, 2326, 5, 313, 0, 0, 2326, 2329, 3, 118, 59, 0, 2327, 2328, 5, 214, 0, 0, 2328, 2330, 3, 156, 78, 0, 2329, 2327, 1, 0, 0, 0, 2329, 2330, 1, 0, 0, 0, 2330, 2335, 1, 0, 0, 0, 2331, 2332, 3, 128, 64, 0, 2332, 2333, 5, 173, 0, 0, 2333, 2334, 5, 68, 0, 0, 2334, 2336, 1, 0, 0, 0, 2335, 2331, 1, 0, 0, 0, 2335, 2336, 1, 0, 0, 0, 2336, 2341, 1, 0, 0, 0, 2337, 2338, 3, 128, 64, 0, 2338, 2339, 5, 173, 0, 0, 2339, 2340, 5, 72, 0, 0, 2340, 2342, 1, 0, 0, 0, 2341, 2337, 1, 0, 0, 0, 2341, 2342, 1, 0, 0, 0, 2342, 2343, 1, 0, 0, 0, 2343, 2344, 5, 314, 0, 0, 2344, 2455, 1, 0, 0, 0, 2345, 2346, 5, 124, 0, 0, 2346, 2347, 5, 313, 0, 0, 2347, 2354, 3, 118, 59, 0, 2348, 2349, 5, 214, 0, 0, 2349, 2352, 3, 156, 78, 0, 2350, 2351, 5, 87, 0, 0, 2351, 2353, 3, 122, 61, 0, 2352, 2350, 1, 0, 0, 0, 2352, 2353, 1, 0, 0, 0, 2353, 2355, 1, 0, 0, 0, 2354, 2348, 1, 0, 0, 0, 2354, 2355, 1, 0, 0, 0, 2355, 2359, 1, 0, 0, 0, 2356, 2357, 3, 130, 65, 0, 2357, 2358, 5, 292, 0, 0, 2358, 2360, 1, 0, 0, 0, 2359, 2356, 1, 0, 0, 0, 2359, 2360, 1, 0, 0, 0, 2360, 2368, 1, 0, 0, 0, 2361, 2362, 7, 19, 0, 0, 2362, 2366, 5, 201, 0, 0, 2363, 2364, 5, 173, 0, 0, 2364, 2365, 5, 225, 0, 0, 2365, 2367, 5, 248, 0, 0, 2366, 2363, 1, 0, 0, 0, 2366, 2367, 1, 0, 0, 0, 2367, 2369, 1, 0, 0, 0, 2368, 2361, 1, 0, 0, 0, 2368, 2369, 1, 0, 0, 0, 2369, 2374, 1, 0, 0, 0, 2370, 2371, 3, 132, 66, 0, 2371, 2372, 5, 173, 0, 0, 2372, 2373, 5, 68, 0, 0, 2373, 2375, 1, 0, 0, 0, 2374, 2370, 1, 0, 0, 0, 2374, 2375, 1, 0, 0, 0, 2375, 2380, 1, 0, 0, 0, 2376, 2377, 3, 132, 66, 0, 2377, 2378, 5, 173, 0, 0, 2378, 2379, 5, 72, 0, 0, 2379, 2381, 1, 0, 0, 0, 2380, 2376, 1, 0, 0, 0, 2380, 2381, 1, 0, 0, 0, 2381, 2382, 1, 0, 0, 0, 2382, 2383, 5, 314, 0, 0, 2383, 2455, 1, 0, 0, 0, 2384, 2385, 5, 123, 0, 0, 2385, 2414, 5, 313, 0, 0, 2386, 2391, 3, 134, 67, 0, 2387, 2388, 5, 312, 0, 0, 2388, 2390, 3, 134, 67, 0, 2389, 2387, 1, 0, 0, 0, 2390, 2393, 1, 0, 0, 0, 2391, 2389, 1, 0, 0, 0, 2391, 2392, 1, 0, 0, 0, 2392, 2400, 1, 0, 0, 0, 2393, 2391, 1, 0, 0, 0, 2394, 2395, 5, 166, 0, 0, 2395, 2396, 5, 173, 0, 0, 2396, 2401, 5, 166, 0, 0, 2397, 2398, 5, 1, 0, 0, 2398, 2399, 5, 173, 0, 0, 2399, 2401, 5, 166, 0, 0, 2400, 2394, 1, 0, 0, 0, 2400, 2397, 1, 0, 0, 0, 2400, 2401, 1, 0, 0, 0, 2401, 2412, 1, 0, 0, 0, 2402, 2403, 5, 288, 0, 0, 2403, 2405, 5, 266, 0, 0, 2404, 2406, 5, 129, 0, 0, 2405, 2404, 1, 0, 0, 0, 2405, 2406, 1, 0, 0, 0, 2406, 2413, 1, 0, 0, 0, 2407, 2408, 5, 290, 0, 0, 2408, 2410, 5, 266, 0, 0, 2409, 2411, 5, 129, 0, 0, 2410, 2409, 1, 0, 0, 0, 2410, 2411, 1, 0, 0, 0, 2411, 2413, 1, 0, 0, 0, 2412, 2402, 1, 0, 0, 0, 2412, 2407, 1, 0, 0, 0, 2412, 2413, 1, 0, 0, 0, 2413, 2415, 1, 0, 0, 0, 2414, 2386, 1, 0, 0, 0, 2414, 2415, 1, 0, 0, 0, 2415, 2422, 1, 0, 0, 0, 2416, 2417, 5, 214, 0, 0, 2417, 2420, 3, 156, 78, 0, 2418, 2419, 5, 87, 0, 0, 2419, 2421, 3, 122, 61, 0, 2420, 2418, 1, 0, 0, 0, 2420, 2421, 1, 0, 0, 0, 2421, 2423, 1, 0, 0, 0, 2422, 2416, 1, 0, 0, 0, 2422, 2423, 1, 0, 0, 0, 2423, 2424, 1, 0, 0, 0, 2424, 2455, 5, 314, 0, 0, 2425, 2426, 5, 121, 0, 0, 2426, 2443, 5, 313, 0, 0, 2427, 2432, 3, 120, 60, 0, 2428, 2429, 5, 312, 0, 0, 2429, 2431, 3, 120, 60, 0, 2430, 2428, 1, 0, 0, 0, 2431, 2434, 1, 0, 0, 0, 2432, 2430, 1, 0, 0, 0, 2432, 2433, 1, 0, 0, 0, 2433, 2441, 1, 0, 0, 0, 2434, 2432, 1, 0, 0, 0, 2435, 2436, 5, 166, 0, 0, 2436, 2437, 5, 173, 0, 0, 2437, 2442, 5, 166, 0, 0, 2438, 2439, 5, 1, 0, 0, 2439, 2440, 5, 173, 0, 0, 2440, 2442, 5, 166, 0, 0, 2441, 2435, 1, 0, 0, 0, 2441, 2438, 1, 0, 0, 0, 2441, 2442, 1, 0, 0, 0, 2442, 2444, 1, 0, 0, 0, 2443, 2427, 1, 0, 0, 0, 2443, 2444, 1, 0, 0, 0, 2444, 2451, 1, 0, 0, 0, 2445, 2446, 5, 214, 0, 0, 2446, 2449, 3, 156, 78, 0, 2447, 2448, 5, 87, 0, 0, 2448, 2450, 3, 122, 61, 0, 2449, 2447, 1, 0, 0, 0, 2449, 2450, 1, 0, 0, 0, 2450, 2452, 1, 0, 0, 0, 2451, 2445, 1, 0, 0, 0, 2451, 2452, 1, 0, 0, 0, 2452, 2453, 1, 0, 0, 0, 2453, 2455, 5, 314, 0, 0, 2454, 2001, 1, 0, 0, 0, 2454, 2003, 1, 0, 0, 0, 2454, 2004, 1, 0, 0, 0, 2454, 2007, 1, 0, 0, 0, 2454, 2010, 1, 0, 0, 0, 2454, 2011, 1, 0, 0, 0, 2454, 2012, 1, 0, 0, 0, 2454, 2013, 1, 0, 0, 0, 2454, 2014, 1, 0, 0, 0, 2454, 2015, 1, 0, 0, 0, 2454, 2022, 1, 0, 0, 0, 2454, 2032, 1, 0, 0, 0, 2454, 2044, 1, 0, 0, 0, 2454, 2079, 1, 0, 0, 0, 2454, 2097, 1, 0, 0, 0, 2454, 2136, 1, 0, 0, 0, 2454, 2139, 1, 0, 0, 0, 2454, 2143, 1, 0, 0, 0, 2454, 2157, 1, 0, 0, 0, 2454, 2161, 1, 0, 0, 0, 2454, 2166, 1, 0, 0, 0, 2454, 2179, 1, 0, 0, 0, 2454, 2191, 1, 0, 0, 0, 2454, 2198, 1, 0, 0, 0, 2454, 2205, 1, 0, 0, 0, 2454, 2218, 1, 0, 0, 0, 2454, 2219, 1, 0, 0, 0, 2454, 2220, 1, 0, 0, 0, 2454, 2226, 1, 0, 0, 0, 2454, 2232, 1, 0, 0, 0, 2454, 2238, 1, 0, 0, 0, 2454, 2244, 1, 0, 0, 0, 2454, 2245, 1, 0, 0, 0, 2454, 2246, 1, 0, 0, 0, 2454, 2247, 1, 0, 0, 0, 2454, 2248, 1, 0, 0, 0, 2454, 2262, 1, 0, 0, 0, 2454, 2269, 1, 0, 0, 0, 2454, 2280, 1, 0, 0, 0, 2454, 2289, 1, 0, 0, 0, 2454, 2296, 1, 0, 0, 0, 2454, 2300, 1, 0, 0, 0, 2454, 2313, 1, 0, 0, 0, 2454, 2324, 1, 0, 0, 0, 2454, 2345, 1, 0, 0, 0, 2454, 2384, 1, 0, 0, 0, 2454, 2425, 1, 0, 0, 0, 2455, 2466, 1, 0, 0, 0, 2456, 2457, 10, 24, 0, 0, 2457, 2458, 5, 315, 0, 0, 2458, 2459, 3, 114, 57, 0, 2459, 2460, 5, 316, 0, 0, 2460, 2465, 1, 0, 0, 0, 2461, 2462, 10, 22, 0, 0, 2462, 2463, 5, 310, 0, 0, 2463, 2465, 3, 232, 116, 0, 2464, 2456, 1, 0, 0, 0, 2464, 2461, 1, 0, 0, 0, 2465, 2468, 1, 0, 0, 0, 2466, 2464, 1, 0, 0, 0, 2466, 2467, 1, 0, 0, 0, 2467, 117, 1, 0, 0, 0, 2468, 2466, 1, 0, 0, 0, 2469, 2470, 3, 120, 60, 0, 2470, 2471, 5, 312, 0, 0, 2471, 2481, 3, 140, 70, 0, 2472, 2473, 5, 186, 0, 0, 2473, 2478, 3, 124, 62, 0, 2474, 2475, 5, 312, 0, 0, 2475, 2477, 3, 124, 62, 0, 2476, 2474, 1, 0, 0, 0, 2477, 2480, 1, 0, 0, 0, 2478, 2476, 1, 0, 0, 0, 2478, 2479, 1, 0, 0, 0, 2479, 2482, 1, 0, 0, 0, 2480, 2478, 1, 0, 0, 0, 2481, 2472, 1, 0, 0, 0, 2481, 2482, 1, 0, 0, 0, 2482, 119, 1, 0, 0, 0, 2483, 2486, 3, 108, 54, 0, 2484, 2485, 5, 87, 0, 0, 2485, 2487, 3, 122, 61, 0, 2486, 2484, 1, 0, 0, 0, 2486, 2487, 1, 0, 0, 0, 2487, 121, 1, 0, 0, 0, 2488, 2491, 5, 120, 0, 0, 2489, 2490, 5, 70, 0, 0, 2490, 2492, 7, 20, 0, 0, 2491, 2489, 1, 0, 0, 0, 2491, 2492, 1, 0, 0, 0, 2492, 123, 1, 0, 0, 0, 2493, 2494, 3, 120, 60, 0, 2494, 2495, 5, 11, 0, 0, 2495, 2496, 3, 232, 116, 0, 2496, 125, 1, 0, 0, 0, 2497, 2498, 7, 21, 0, 0, 2498, 127, 1, 0, 0, 0, 2499, 2504, 5, 72, 0, 0, 2500, 2504, 5, 166, 0, 0, 2501, 2502, 5, 53, 0, 0, 2502, 2504, 3, 108, 54, 0, 2503, 2499, 1, 0, 0, 0, 2503, 2500, 1, 0, 0, 0, 2503, 2501, 1, 0, 0, 0, 2504, 129, 1, 0, 0, 0, 2505, 2507, 5, 290, 0, 0, 2506, 2508, 5, 10, 0, 0, 2507, 2506, 1, 0, 0, 0, 2507, 2508, 1, 0, 0, 0, 2508, 2517, 1, 0, 0, 0, 2509, 2511, 5, 288, 0, 0, 2510, 2512, 7, 22, 0, 0, 2511, 2510, 1, 0, 0, 0, 2511, 2512, 1, 0, 0, 0, 2512, 2514, 1, 0, 0, 0, 2513, 2515, 5, 10, 0, 0, 2514, 2513, 1, 0, 0, 0, 2514, 2515, 1, 0, 0, 0, 2515, 2517, 1, 0, 0, 0, 2516, 2505, 1, 0, 0, 0, 2516, 2509, 1, 0, 0, 0, 2517, 131, 1, 0, 0, 0, 2518, 2523, 5, 72, 0, 0, 2519, 2523, 5, 166, 0, 0, 2520, 2521, 5, 68, 0, 0, 2521, 2523, 7, 23, 0, 0, 2522, 2518, 1, 0, 0, 0, 2522, 2519, 1, 0, 0, 0, 2522, 2520, 1, 0, 0, 0, 2523, 133, 1, 0, 0, 0, 2524, 2526, 5, 128, 0, 0, 2525, 2524, 1, 0, 0, 0, 2525, 2526, 1, 0, 0, 0, 2526, 2527, 1, 0, 0, 0, 2527, 2528, 3, 108, 54, 0, 2528, 2529, 5, 279, 0, 0, 2529, 2530, 3, 120, 60, 0, 2530, 2536, 1, 0, 0, 0, 2531, 2532, 3, 108, 54, 0, 2532, 2533, 5, 311, 0, 0, 2533, 2534, 3, 120, 60, 0, 2534, 2536, 1, 0, 0, 0, 2535, 2525, 1, 0, 0, 0, 2535, 2531, 1, 0, 0, 0, 2536, 135, 1, 0, 0, 0, 2537, 2538, 7, 24, 0, 0, 2538, 137, 1, 0, 0, 0, 2539, 2540, 5, 103, 0, 0, 2540, 2544, 5, 168, 0, 0, 2541, 2542, 5, 211, 0, 0, 2542, 2544, 5, 168, 0, 0, 2543, 2539, 1, 0, 0, 0, 2543, 2541, 1, 0, 0, 0, 2544, 139, 1, 0, 0, 0, 2545, 2552, 5, 327, 0, 0, 2546, 2549, 5, 328, 0, 0, 2547, 2548, 5, 261, 0, 0, 2548, 2550, 5, 327, 0, 0, 2549, 2547, 1, 0, 0, 0, 2549, 2550, 1, 0, 0, 0, 2550, 2552, 1, 0, 0, 0, 2551, 2545, 1, 0, 0, 0, 2551, 2546, 1, 0, 0, 0, 2552, 141, 1, 0, 0, 0, 2553, 2554, 5, 251, 0, 0, 2554, 2555, 5, 295, 0, 0, 2555, 2560, 3, 150, 75, 0, 2556, 2557, 5, 251, 0, 0, 2557, 2558, 5, 295, 0, 0, 2558, 2560, 3, 140, 70, 0, 2559, 2553, 1, 0, 0, 0, 2559, 2556, 1, 0, 0, 0, 2560, 143, 1, 0, 0, 0, 2561, 2562, 7, 25, 0, 0, 2562, 145, 1, 0, 0, 0, 2563, 2564, 7, 26, 0, 0, 2564, 147, 1, 0, 0, 0, 2565, 2566, 7, 27, 0, 0, 2566, 149, 1, 0, 0, 0, 2567, 2569, 5, 112, 0, 0, 2568, 2570, 7, 17, 0, 0, 2569, 2568, 1, 0, 0, 0, 2569, 2570, 1, 0, 0, 0, 2570, 2571, 1, 0, 0, 0, 2571, 2572, 3, 140, 70, 0, 2572, 2575, 3, 152, 76, 0, 2573, 2574, 5, 253, 0, 0, 2574, 2576, 3, 152, 76, 0, 2575, 2573, 1, 0, 0, 0, 2575, 2576, 1, 0, 0, 0, 2576, 151, 1, 0, 0, 0, 2577, 2578, 7, 28, 0, 0, 2578, 153, 1, 0, 0, 0, 2579, 2580, 7, 29, 0, 0, 2580, 155, 1, 0, 0, 0, 2581, 2582, 6, 78, -1, 0, 2582, 2583, 5, 222, 0, 0, 2583, 2584, 5, 313, 0, 0, 2584, 2589, 3, 158, 79, 0, 2585, 2586, 5, 312, 0, 0, 2586, 2588, 3, 158, 79, 0, 2587, 2585, 1, 0, 0, 0, 2588, 2591, 1, 0, 0, 0, 2589, 2587, 1, 0, 0, 0, 2589, 2590, 1, 0, 0, 0, 2590, 2592, 1, 0, 0, 0, 2591, 2589, 1, 0, 0, 0, 2592, 2593, 5, 314, 0, 0, 2593, 2673, 1, 0, 0, 0, 2594, 2595, 5, 112, 0, 0, 2595, 2598, 3, 152, 76, 0, 2596, 2597, 5, 253, 0, 0, 2597, 2599, 3, 152, 76, 0, 2598, 2596, 1, 0, 0, 0, 2598, 2599, 1, 0, 0, 0, 2599, 2673, 1, 0, 0, 0, 2600, 2605, 5, 252, 0, 0, 2601, 2602, 5, 313, 0, 0, 2602, 2603, 3, 160, 80, 0, 2603, 2604, 5, 314, 0, 0, 2604, 2606, 1, 0, 0, 0, 2605, 2601, 1, 0, 0, 0, 2605, 2606, 1, 0, 0, 0, 2606, 2610, 1, 0, 0, 0, 2607, 2608, 5, 290, 0, 0, 2608, 2609, 5, 251, 0, 0, 2609, 2611, 5, 295, 0, 0, 2610, 2607, 1, 0, 0, 0, 2610, 2611, 1, 0, 0, 0, 2611, 2673, 1, 0, 0, 0, 2612, 2617, 5, 252, 0, 0, 2613, 2614, 5, 313, 0, 0, 2614, 2615, 3, 160, 80, 0, 2615, 2616, 5, 314, 0, 0, 2616, 2618, 1, 0, 0, 0, 2617, 2613, 1, 0, 0, 0, 2617, 2618, 1, 0, 0, 0, 2618, 2619, 1, 0, 0, 0, 2619, 2620, 5, 288, 0, 0, 2620, 2621, 5, 251, 0, 0, 2621, 2673, 5, 295, 0, 0, 2622, 2627, 5, 251, 0, 0, 2623, 2624, 5, 313, 0, 0, 2624, 2625, 3, 160, 80, 0, 2625, 2626, 5, 314, 0, 0, 2626, 2628, 1, 0, 0, 0, 2627, 2623, 1, 0, 0, 0, 2627, 2628, 1, 0, 0, 0, 2628, 2632, 1, 0, 0, 0, 2629, 2630, 5, 290, 0, 0, 2630, 2631, 5, 251, 0, 0, 2631, 2633, 5, 295, 0, 0, 2632, 2629, 1, 0, 0, 0, 2632, 2633, 1, 0, 0, 0, 2633, 2673, 1, 0, 0, 0, 2634, 2639, 5, 251, 0, 0, 2635, 2636, 5, 313, 0, 0, 2636, 2637, 3, 160, 80, 0, 2637, 2638, 5, 314, 0, 0, 2638, 2640, 1, 0, 0, 0, 2639, 2635, 1, 0, 0, 0, 2639, 2640, 1, 0, 0, 0, 2640, 2641, 1, 0, 0, 0, 2641, 2642, 5, 288, 0, 0, 2642, 2643, 5, 251, 0, 0, 2643, 2673, 5, 295, 0, 0, 2644, 2645, 5, 65, 0, 0, 2645, 2673, 5, 196, 0, 0, 2646, 2647, 5, 10, 0, 0, 2647, 2648, 5, 298, 0, 0, 2648, 2649, 3, 156, 78, 0, 2649, 2650, 5, 300, 0, 0, 2650, 2673, 1, 0, 0, 0, 2651, 2652, 5, 145, 0, 0, 2652, 2653, 5, 298, 0, 0, 2653, 2654, 3, 156, 78, 0, 2654, 2655, 5, 312, 0, 0, 2655, 2656, 3, 156, 78, 0, 2656, 2657, 5, 300, 0, 0, 2657, 2673, 1, 0, 0, 0, 2658, 2670, 3, 232, 116, 0, 2659, 2660, 5, 313, 0, 0, 2660, 2665, 3, 160, 80, 0, 2661, 2662, 5, 312, 0, 0, 2662, 2664, 3, 160, 80, 0, 2663, 2661, 1, 0, 0, 0, 2664, 2667, 1, 0, 0, 0, 2665, 2663, 1, 0, 0, 0, 2665, 2666, 1, 0, 0, 0, 2666, 2668, 1, 0, 0, 0, 2667, 2665, 1, 0, 0, 0, 2668, 2669, 5, 314, 0, 0, 2669, 2671, 1, 0, 0, 0, 2670, 2659, 1, 0, 0, 0, 2670, 2671, 1, 0, 0, 0, 2671, 2673, 1, 0, 0, 0, 2672, 2581, 1, 0, 0, 0, 2672, 2594, 1, 0, 0, 0, 2672, 2600, 1, 0, 0, 0, 2672, 2612, 1, 0, 0, 0, 2672, 2622, 1, 0, 0, 0, 2672, 2634, 1, 0, 0, 0, 2672, 2644, 1, 0, 0, 0, 2672, 2646, 1, 0, 0, 0, 2672, 2651, 1, 0, 0, 0, 2672, 2658, 1, 0, 0, 0, 2673, 2683, 1, 0, 0, 0, 2674, 2675, 10, 2, 0, 0, 2675, 2679, 5, 10, 0, 0, 2676, 2677, 5, 315, 0, 0, 2677, 2678, 5, 330, 0, 0, 2678, 2680, 5, 316, 0, 0, 2679, 2676, 1, 0, 0, 0, 2679, 2680, 1, 0, 0, 0, 2680, 2682, 1, 0, 0, 0, 2681, 2674, 1, 0, 0, 0, 2682, 2685, 1, 0, 0, 0, 2683, 2681, 1, 0, 0, 0, 2683, 2684, 1, 0, 0, 0, 2684, 157, 1, 0, 0, 0, 2685, 2683, 1, 0, 0, 0, 2686, 2691, 3, 156, 78, 0, 2687, 2688, 3, 232, 116, 0, 2688, 2689, 3, 156, 78, 0, 2689, 2691, 1, 0, 0, 0, 2690, 2686, 1, 0, 0, 0, 2690, 2687, 1, 0, 0, 0, 2691, 159, 1, 0, 0, 0, 2692, 2695, 5, 330, 0, 0, 2693, 2695, 3, 156, 78, 0, 2694, 2692, 1, 0, 0, 0, 2694, 2693, 1, 0, 0, 0, 2695, 161, 1, 0, 0, 0, 2696, 2697, 5, 284, 0, 0, 2697, 2698, 3, 108, 54, 0, 2698, 2699, 5, 249, 0, 0, 2699, 2700, 3, 108, 54, 0, 2700, 163, 1, 0, 0, 0, 2701, 2702, 5, 82, 0, 0, 2702, 2703, 5, 313, 0, 0, 2703, 2704, 5, 285, 0, 0, 2704, 2705, 3, 110, 55, 0, 2705, 2706, 5, 314, 0, 0, 2706, 165, 1, 0, 0, 0, 2707, 2708, 5, 284, 0, 0, 2708, 2711, 5, 147, 0, 0, 2709, 2710, 5, 8, 0, 0, 2710, 2712, 3, 108, 54, 0, 2711, 2709, 1, 0, 0, 0, 2711, 2712, 1, 0, 0, 0, 2712, 2713, 1, 0, 0, 0, 2713, 2714, 5, 249, 0, 0, 2714, 2715, 5, 271, 0, 0, 2715, 2716, 5, 234, 0, 0, 2716, 2717, 3, 232, 116, 0, 2717, 2718, 5, 296, 0, 0, 2718, 2726, 3, 108, 54, 0, 2719, 2720, 5, 312, 0, 0, 2720, 2721, 3, 232, 116, 0, 2721, 2722, 5, 296, 0, 0, 2722, 2723, 3, 108, 54, 0, 2723, 2725, 1, 0, 0, 0, 2724, 2719, 1, 0, 0, 0, 2725, 2728, 1, 0, 0, 0, 2726, 2724, 1, 0, 0, 0, 2726, 2727, 1, 0, 0, 0, 2727, 2772, 1, 0, 0, 0, 2728, 2726, 1, 0, 0, 0, 2729, 2730, 5, 284, 0, 0, 2730, 2733, 5, 147, 0, 0, 2731, 2732, 5, 8, 0, 0, 2732, 2734, 3, 108, 54, 0, 2733, 2731, 1, 0, 0, 0, 2733, 2734, 1, 0, 0, 0, 2734, 2735, 1, 0, 0, 0, 2735, 2736, 5, 249, 0, 0, 2736, 2772, 5, 56, 0, 0, 2737, 2738, 5, 284, 0, 0, 2738, 2739, 5, 165, 0, 0, 2739, 2742, 5, 147, 0, 0, 2740, 2741, 5, 8, 0, 0, 2741, 2743, 3, 108, 54, 0, 2742, 2740, 1, 0, 0, 0, 2742, 2743, 1, 0, 0, 0, 2743, 2744, 1, 0, 0, 0, 2744, 2745, 5, 249, 0, 0, 2745, 2757, 5, 110, 0, 0, 2746, 2747, 5, 313, 0, 0, 2747, 2752, 3, 232, 116, 0, 2748, 2749, 5, 312, 0, 0, 2749, 2751, 3, 232, 116, 0, 2750, 2748, 1, 0, 0, 0, 2751, 2754, 1, 0, 0, 0, 2752, 2750, 1, 0, 0, 0, 2752, 2753, 1, 0, 0, 0, 2753, 2755, 1, 0, 0, 0, 2754, 2752, 1, 0, 0, 0, 2755, 2756, 5, 314, 0, 0, 2756, 2758, 1, 0, 0, 0, 2757, 2746, 1, 0, 0, 0, 2757, 2758, 1, 0, 0, 0, 2758, 2759, 1, 0, 0, 0, 2759, 2760, 5, 280, 0, 0, 2760, 2761, 5, 313, 0, 0, 2761, 2766, 3, 108, 54, 0, 2762, 2763, 5, 312, 0, 0, 2763, 2765, 3, 108, 54, 0, 2764, 2762, 1, 0, 0, 0, 2765, 2768, 1, 0, 0, 0, 2766, 2764, 1, 0, 0, 0, 2766, 2767, 1, 0, 0, 0, 2767, 2769, 1, 0, 0, 0, 2768, 2766, 1, 0, 0, 0, 2769, 2770, 5, 314, 0, 0, 2770, 2772, 1, 0, 0, 0, 2771, 2707, 1, 0, 0, 0, 2771, 2729, 1, 0, 0, 0, 2771, 2737, 1, 0, 0, 0, 2772, 167, 1, 0, 0, 0, 2773, 2779, 5, 182, 0, 0, 2774, 2780, 3, 232, 116, 0, 2775, 2776, 5, 313, 0, 0, 2776, 2777, 3, 50, 25, 0, 2777, 2778, 5, 314, 0, 0, 2778, 2780, 1, 0, 0, 0, 2779, 2774, 1, 0, 0, 0, 2779, 2775, 1, 0, 0, 0, 2780, 169, 1, 0, 0, 0, 2781, 2782, 5, 151, 0, 0, 2782, 2787, 3, 76, 38, 0, 2783, 2784, 5, 312, 0, 0, 2784, 2786, 3, 76, 38, 0, 2785, 2783, 1, 0, 0, 0, 2786, 2789, 1, 0, 0, 0, 2787, 2785, 1, 0, 0, 0, 2787, 2788, 1, 0, 0, 0, 2788, 2791, 1, 0, 0, 0, 2789, 2787, 1, 0, 0, 0, 2790, 2781, 1, 0, 0, 0, 2790, 2791, 1, 0, 0, 0, 2791, 2792, 1, 0, 0, 0, 2792, 2796, 3, 172, 86, 0, 2793, 2794, 5, 4, 0, 0, 2794, 2795, 5, 146, 0, 0, 2795, 2797, 3, 82, 41, 0, 2796, 2793, 1, 0, 0, 0, 2796, 2797, 1, 0, 0, 0, 2797, 2799, 1, 0, 0, 0, 2798, 2800, 7, 16, 0, 0, 2799, 2798, 1, 0, 0, 0, 2799, 2800, 1, 0, 0, 0, 2800, 2806, 1, 0, 0, 0, 2801, 2802, 5, 189, 0, 0, 2802, 2803, 5, 313, 0, 0, 2803, 2804, 3, 176, 88, 0, 2804, 2805, 5, 314, 0, 0, 2805, 2807, 1, 0, 0, 0, 2806, 2801, 1, 0, 0, 0, 2806, 2807, 1, 0, 0, 0, 2807, 2817, 1, 0, 0, 0, 2808, 2809, 5, 241, 0, 0, 2809, 2814, 3, 84, 42, 0, 2810, 2811, 5, 312, 0, 0, 2811, 2813, 3, 84, 42, 0, 2812, 2810, 1, 0, 0, 0, 2813, 2816, 1, 0, 0, 0, 2814, 2812, 1, 0, 0, 0, 2814, 2815, 1, 0, 0, 0, 2815, 2818, 1, 0, 0, 0, 2816, 2814, 1, 0, 0, 0, 2817, 2808, 1, 0, 0, 0, 2817, 2818, 1, 0, 0, 0, 2818, 2828, 1, 0, 0, 0, 2819, 2820, 5, 54, 0, 0, 2820, 2825, 3, 86, 43, 0, 2821, 2822, 5, 312, 0, 0, 2822, 2824, 3, 86, 43, 0, 2823, 2821, 1, 0, 0, 0, 2824, 2827, 1, 0, 0, 0, 2825, 2823, 1, 0, 0, 0, 2825, 2826, 1, 0, 0, 0, 2826, 2829, 1, 0, 0, 0, 2827, 2825, 1, 0, 0, 0, 2828, 2819, 1, 0, 0, 0, 2828, 2829, 1, 0, 0, 0, 2829, 171, 1, 0, 0, 0, 2830, 2831, 5, 202, 0, 0, 2831, 2855, 3, 174, 87, 0, 2832, 2833, 5, 223, 0, 0, 2833, 2855, 3, 174, 87, 0, 2834, 2835, 5, 99, 0, 0, 2835, 2855, 3, 174, 87, 0, 2836, 2837, 5, 202, 0, 0, 2837, 2838, 5, 17, 0, 0, 2838, 2839, 3, 174, 87, 0, 2839, 2840, 5, 8, 0, 0, 2840, 2841, 3, 174, 87, 0, 2841, 2855, 1, 0, 0, 0, 2842, 2843, 5, 223, 0, 0, 2843, 2844, 5, 17, 0, 0, 2844, 2845, 3, 174, 87, 0, 2845, 2846, 5, 8, 0, 0, 2846, 2847, 3, 174, 87, 0, 2847, 2855, 1, 0, 0, 0, 2848, 2849, 5, 99, 0, 0, 2849, 2850, 5, 17, 0, 0, 2850, 2851, 3, 174, 87, 0, 2851, 2852, 5, 8, 0, 0, 2852, 2853, 3, 174, 87, 0, 2853, 2855, 1, 0, 0, 0, 2854, 2830, 1, 0, 0, 0, 2854, 2832, 1, 0, 0, 0, 2854, 2834, 1, 0, 0, 0, 2854, 2836, 1, 0, 0, 0, 2854, 2842, 1, 0, 0, 0, 2854, 2848, 1, 0, 0, 0, 2855, 173, 1, 0, 0, 0, 2856, 2857, 5, 262, 0, 0, 2857, 2866, 5, 195, 0, 0, 2858, 2859, 5, 262, 0, 0, 2859, 2866, 5, 85, 0, 0, 2860, 2861, 5, 39, 0, 0, 2861, 2866, 5, 222, 0, 0, 2862, 2863, 3, 108, 54, 0, 2863, 2864, 7, 30, 0, 0, 2864, 2866, 1, 0, 0, 0, 2865, 2856, 1, 0, 0, 0, 2865, 2858, 1, 0, 0, 0, 2865, 2860, 1, 0, 0, 0, 2865, 2862, 1, 0, 0, 0, 2866, 175, 1, 0, 0, 0, 2867, 2868, 6, 88, -1, 0, 2868, 2870, 3, 178, 89, 0, 2869, 2871, 3, 180, 90, 0, 2870, 2869, 1, 0, 0, 0, 2870, 2871, 1, 0, 0, 0, 2871, 2879, 1, 0, 0, 0, 2872, 2873, 10, 2, 0, 0, 2873, 2878, 3, 176, 88, 3, 2874, 2875, 10, 1, 0, 0, 2875, 2876, 5, 324, 0, 0, 2876, 2878, 3, 176, 88, 2, 2877, 2872, 1, 0, 0, 0, 2877, 2874, 1, 0, 0, 0, 2878, 2881, 1, 0, 0, 0, 2879, 2877, 1, 0, 0, 0, 2879, 2880, 1, 0, 0, 0, 2880, 177, 1, 0, 0, 0, 2881, 2879, 1, 0, 0, 0, 2882, 2908, 3, 232, 116, 0, 2883, 2884, 5, 313, 0, 0, 2884, 2908, 5, 314, 0, 0, 2885, 2886, 5, 192, 0, 0, 2886, 2887, 5, 313, 0, 0, 2887, 2892, 3, 176, 88, 0, 2888, 2889, 5, 312, 0, 0, 2889, 2891, 3, 176, 88, 0, 2890, 2888, 1, 0, 0, 0, 2891, 2894, 1, 0, 0, 0, 2892, 2890, 1, 0, 0, 0, 2892, 2893, 1, 0, 0, 0, 2893, 2895, 1, 0, 0, 0, 2894, 2892, 1, 0, 0, 0, 2895, 2896, 5, 314, 0, 0, 2896, 2908, 1, 0, 0, 0, 2897, 2898, 5, 313, 0, 0, 2898, 2899, 3, 176, 88, 0, 2899, 2900, 5, 314, 0, 0, 2900, 2908, 1, 0, 0, 0, 2901, 2908, 5, 326, 0, 0, 2902, 2908, 5, 325, 0, 0, 2903, 2904, 5, 319, 0, 0, 2904, 2905, 3, 176, 88, 0, 2905, 2906, 5, 320, 0, 0, 2906, 2908, 1, 0, 0, 0, 2907, 2882, 1, 0, 0, 0, 2907, 2883, 1, 0, 0, 0, 2907, 2885, 1, 0, 0, 0, 2907, 2897, 1, 0, 0, 0, 2907, 2901, 1, 0, 0, 0, 2907, 2902, 1, 0, 0, 0, 2907, 2903, 1, 0, 0, 0, 2908, 179, 1, 0, 0, 0, 2909, 2911, 5, 304, 0, 0, 2910, 2912, 5, 308, 0, 0, 2911, 2910, 1, 0, 0, 0, 2911, 2912, 1, 0, 0, 0, 2912, 2940, 1, 0, 0, 0, 2913, 2915, 5, 302, 0, 0, 2914, 2916, 5, 308, 0, 0, 2915, 2914, 1, 0, 0, 0, 2915, 2916, 1, 0, 0, 0, 2916, 2940, 1, 0, 0, 0, 2917, 2919, 5, 308, 0, 0, 2918, 2920, 5, 308, 0, 0, 2919, 2918, 1, 0, 0, 0, 2919, 2920, 1, 0, 0, 0, 2920, 2940, 1, 0, 0, 0, 2921, 2922, 5, 317, 0, 0, 2922, 2923, 5, 330, 0, 0, 2923, 2925, 5, 318, 0, 0, 2924, 2926, 5, 308, 0, 0, 2925, 2924, 1, 0, 0, 0, 2925, 2926, 1, 0, 0, 0, 2926, 2940, 1, 0, 0, 0, 2927, 2929, 5, 317, 0, 0, 2928, 2930, 5, 330, 0, 0, 2929, 2928, 1, 0, 0, 0, 2929, 2930, 1, 0, 0, 0, 2930, 2931, 1, 0, 0, 0, 2931, 2933, 5, 312, 0, 0, 2932, 2934, 5, 330, 0, 0, 2933, 2932, 1, 0, 0, 0, 2933, 2934, 1, 0, 0, 0, 2934, 2935, 1, 0, 0, 0, 2935, 2937, 5, 318, 0, 0, 2936, 2938, 5, 308, 0, 0, 2937, 2936, 1, 0, 0, 0, 2937, 2938, 1, 0, 0, 0, 2938, 2940, 1, 0, 0, 0, 2939, 2909, 1, 0, 0, 0, 2939, 2913, 1, 0, 0, 0, 2939, 2917, 1, 0, 0, 0, 2939, 2921, 1, 0, 0, 0, 2939, 2927, 1, 0, 0, 0, 2940, 181, 1, 0, 0, 0, 2941, 2942, 3, 232, 116, 0, 2942, 2943, 5, 296, 0, 0, 2943, 2944, 3, 108, 54, 0, 2944, 183, 1, 0, 0, 0, 2945, 2946, 5, 87, 0, 0, 2946, 2950, 7, 31, 0, 0, 2947, 2948, 5, 260, 0, 0, 2948, 2950, 7, 32, 0, 0, 2949, 2945, 1, 0, 0, 0, 2949, 2947, 1, 0, 0, 0, 2950, 185, 1, 0, 0, 0, 2951, 2952, 5, 117, 0, 0, 2952, 2953, 5, 136, 0, 0, 2953, 2957, 3, 188, 94, 0, 2954, 2955, 5, 203, 0, 0, 2955, 2957, 7, 33, 0, 0, 2956, 2951, 1, 0, 0, 0, 2956, 2954, 1, 0, 0, 0, 2957, 187, 1, 0, 0, 0, 2958, 2959, 5, 203, 0, 0, 2959, 2966, 5, 263, 0, 0, 2960, 2961, 5, 203, 0, 0, 2961, 2966, 5, 31, 0, 0, 2962, 2963, 5, 208, 0, 0, 2963, 2966, 5, 203, 0, 0, 2964, 2966, 5, 232, 0, 0, 2965, 2958, 1, 0, 0, 0, 2965, 2960, 1, 0, 0, 0, 2965, 2962, 1, 0, 0, 0, 2965, 2964, 1, 0, 0, 0, 2966, 189, 1, 0, 0, 0, 2967, 2973, 3, 108, 54, 0, 2968, 2969, 3, 232, 116, 0, 2969, 2970, 5, 323, 0, 0, 2970, 2971, 3, 108, 54, 0, 2971, 2973, 1, 0, 0, 0, 2972, 2967, 1, 0, 0, 0, 2972, 2968, 1, 0, 0, 0, 2973, 191, 1, 0, 0, 0, 2974, 2975, 3, 232, 116, 0, 2975, 2976, 5, 310, 0, 0, 2976, 2977, 3, 232, 116, 0, 2977, 2980, 1, 0, 0, 0, 2978, 2980, 3, 232, 116, 0, 2979, 2974, 1, 0, 0, 0, 2979, 2978, 1, 0, 0, 0, 2980, 193, 1, 0, 0, 0, 2981, 2986, 3, 192, 96, 0, 2982, 2983, 5, 312, 0, 0, 2983, 2985, 3, 192, 96, 0, 2984, 2982, 1, 0, 0, 0, 2985, 2988, 1, 0, 0, 0, 2986, 2984, 1, 0, 0, 0, 2986, 2987, 1, 0, 0, 0, 2987, 195, 1, 0, 0, 0, 2988, 2986, 1, 0, 0, 0, 2989, 2990, 5, 90, 0, 0, 2990, 2991, 3, 198, 99, 0, 2991, 2995, 3, 202, 101, 0, 2992, 2994, 3, 204, 102, 0, 2993, 2992, 1, 0, 0, 0, 2994, 2997, 1, 0, 0, 0, 2995, 2993, 1, 0, 0, 0, 2995, 2996, 1, 0, 0, 0, 2996, 2998, 1, 0, 0, 0, 2997, 2995, 1, 0, 0, 0, 2998, 2999, 3, 206, 103, 0, 2999, 197, 1, 0, 0, 0, 3000, 3001, 3, 220, 110, 0, 3001, 3010, 5, 313, 0, 0, 3002, 3007, 3, 200, 100, 0, 3003, 3004, 5, 312, 0, 0, 3004, 3006, 3, 200, 100, 0, 3005, 3003, 1, 0, 0, 0, 3006, 3009, 1, 0, 0, 0, 3007, 3005, 1, 0, 0, 0, 3007, 3008, 1, 0, 0, 0, 3008, 3011, 1, 0, 0, 0, 3009, 3007, 1, 0, 0, 0, 3010, 3002, 1, 0, 0, 0, 3010, 3011, 1, 0, 0, 0, 3011, 3012, 1, 0, 0, 0, 3012, 3013, 5, 314, 0, 0, 3013, 199, 1, 0, 0, 0, 3014, 3016, 3, 232, 116, 0, 3015, 3014, 1, 0, 0, 0, 3015, 3016, 1, 0, 0, 0, 3016, 3017, 1, 0, 0, 0, 3017, 3018, 3, 156, 78, 0, 3018, 201, 1, 0, 0, 0, 3019, 3020, 5, 215, 0, 0, 3020, 3021, 3, 156, 78, 0, 3021, 203, 1, 0, 0, 0, 3022, 3023, 5, 130, 0, 0, 3023, 3042, 3, 232, 116, 0, 3024, 3026, 5, 165, 0, 0, 3025, 3024, 1, 0, 0, 0, 3025, 3026, 1, 0, 0, 0, 3026, 3027, 1, 0, 0, 0, 3027, 3042, 5, 61, 0, 0, 3028, 3029, 5, 215, 0, 0, 3029, 3030, 5, 166, 0, 0, 3030, 3031, 5, 173, 0, 0, 3031, 3032, 5, 166, 0, 0, 3032, 3042, 5, 109, 0, 0, 3033, 3034, 5, 21, 0, 0, 3034, 3035, 5, 173, 0, 0, 3035, 3036, 5, 166, 0, 0, 3036, 3042, 5, 109, 0, 0, 3037, 3038, 5, 229, 0, 0, 3038, 3042, 7, 1, 0, 0, 3039, 3040, 5, 29, 0, 0, 3040, 3042, 3, 140, 70, 0, 3041, 3022, 1, 0, 0, 0, 3041, 3025, 1, 0, 0, 0, 3041, 3028, 1, 0, 0, 0, 3041, 3033, 1, 0, 0, 0, 3041, 3037, 1, 0, 0, 0, 3041, 3039, 1, 0, 0, 0, 3042, 205, 1, 0, 0, 0, 3043, 3044, 5, 213, 0, 0, 3044, 3143, 3, 114, 57, 0, 3045, 3046, 5, 234, 0, 0, 3046, 3047, 3, 232, 116, 0, 3047, 3048, 5, 296, 0, 0, 3048, 3049, 3, 108, 54, 0, 3049, 3143, 1, 0, 0, 0, 3050, 3051, 5, 23, 0, 0, 3051, 3053, 3, 108, 54, 0, 3052, 3054, 3, 208, 104, 0, 3053, 3052, 1, 0, 0, 0, 3054, 3055, 1, 0, 0, 0, 3055, 3053, 1, 0, 0, 0, 3055, 3056, 1, 0, 0, 0, 3056, 3058, 1, 0, 0, 0, 3057, 3059, 3, 212, 106, 0, 3058, 3057, 1, 0, 0, 0, 3058, 3059, 1, 0, 0, 0, 3059, 3060, 1, 0, 0, 0, 3060, 3061, 5, 71, 0, 0, 3061, 3062, 5, 23, 0, 0, 3062, 3143, 1, 0, 0, 0, 3063, 3065, 5, 23, 0, 0, 3064, 3066, 3, 208, 104, 0, 3065, 3064, 1, 0, 0, 0, 3066, 3067, 1, 0, 0, 0, 3067, 3065, 1, 0, 0, 0, 3067, 3068, 1, 0, 0, 0, 3068, 3070, 1, 0, 0, 0, 3069, 3071, 3, 212, 106, 0, 3070, 3069, 1, 0, 0, 0, 3070, 3071, 1, 0, 0, 0, 3071, 3072, 1, 0, 0, 0, 3072, 3073, 5, 71, 0, 0, 3073, 3074, 5, 23, 0, 0, 3074, 3143, 1, 0, 0, 0, 3075, 3076, 5, 102, 0, 0, 3076, 3077, 3, 108, 54, 0, 3077, 3078, 5, 249, 0, 0, 3078, 3082, 3, 216, 108, 0, 3079, 3081, 3, 210, 105, 0, 3080, 3079, 1, 0, 0, 0, 3081, 3084, 1, 0, 0, 0, 3082, 3080, 1, 0, 0, 0, 3082, 3083, 1, 0, 0, 0, 3083, 3086, 1, 0, 0, 0, 3084, 3082, 1, 0, 0, 0, 3085, 3087, 3, 212, 106, 0, 3086, 3085, 1, 0, 0, 0, 3086, 3087, 1, 0, 0, 0, 3087, 3088, 1, 0, 0, 0, 3088, 3089, 5, 71, 0, 0, 3089, 3090, 5, 102, 0, 0, 3090, 3143, 1, 0, 0, 0, 3091, 3092, 5, 118, 0, 0, 3092, 3143, 3, 232, 116, 0, 3093, 3094, 5, 134, 0, 0, 3094, 3143, 3, 232, 116, 0, 3095, 3101, 5, 15, 0, 0, 3096, 3097, 3, 214, 107, 0, 3097, 3098, 5, 309, 0, 0, 3098, 3100, 1, 0, 0, 0, 3099, 3096, 1, 0, 0, 0, 3100, 3103, 1, 0, 0, 0, 3101, 3099, 1, 0, 0, 0, 3101, 3102, 1, 0, 0, 0, 3102, 3105, 1, 0, 0, 0, 3103, 3101, 1, 0, 0, 0, 3104, 3106, 3, 216, 108, 0, 3105, 3104, 1, 0, 0, 0, 3105, 3106, 1, 0, 0, 0, 3106, 3107, 1, 0, 0, 0, 3107, 3143, 5, 71, 0, 0, 3108, 3109, 3, 232, 116, 0, 3109, 3110, 5, 311, 0, 0, 3110, 3112, 1, 0, 0, 0, 3111, 3108, 1, 0, 0, 0, 3111, 3112, 1, 0, 0, 0, 3112, 3113, 1, 0, 0, 0, 3113, 3114, 5, 144, 0, 0, 3114, 3115, 3, 216, 108, 0, 3115, 3116, 5, 71, 0, 0, 3116, 3117, 5, 144, 0, 0, 3117, 3143, 1, 0, 0, 0, 3118, 3119, 3, 232, 116, 0, 3119, 3120, 5, 311, 0, 0, 3120, 3122, 1, 0, 0, 0, 3121, 3118, 1, 0, 0, 0, 3121, 3122, 1, 0, 0, 0, 3122, 3123, 1, 0, 0, 0, 3123, 3124, 5, 286, 0, 0, 3124, 3125, 3, 108, 54, 0, 3125, 3126, 5, 64, 0, 0, 3126, 3127, 3, 216, 108, 0, 3127, 3128, 5, 71, 0, 0, 3128, 3129, 5, 286, 0, 0, 3129, 3143, 1, 0, 0, 0, 3130, 3131, 3, 232, 116, 0, 3131, 3132, 5, 311, 0, 0, 3132, 3134, 1, 0, 0, 0, 3133, 3130, 1, 0, 0, 0, 3133, 3134, 1, 0, 0, 0, 3134, 3135, 1, 0, 0, 0, 3135, 3136, 5, 207, 0, 0, 3136, 3137, 3, 216, 108, 0, 3137, 3138, 5, 270, 0, 0, 3138, 3139, 3, 108, 54, 0, 3139, 3140, 5, 71, 0, 0, 3140, 3141, 5, 207, 0, 0, 3141, 3143, 1, 0, 0, 0, 3142, 3043, 1, 0, 0, 0, 3142, 3045, 1, 0, 0, 0, 3142, 3050, 1, 0, 0, 0, 3142, 3063, 1, 0, 0, 0, 3142, 3075, 1, 0, 0, 0, 3142, 3091, 1, 0, 0, 0, 3142, 3093, 1, 0, 0, 0, 3142, 3095, 1, 0, 0, 0, 3142, 3111, 1, 0, 0, 0, 3142, 3121, 1, 0, 0, 0, 3142, 3133, 1, 0, 0, 0, 3143, 207, 1, 0, 0, 0, 3144, 3145, 5, 284, 0, 0, 3145, 3146, 3, 108, 54, 0, 3146, 3147, 5, 249, 0, 0, 3147, 3148, 3, 216, 108, 0, 3148, 209, 1, 0, 0, 0, 3149, 3150, 5, 69, 0, 0, 3150, 3151, 3, 108, 54, 0, 3151, 3152, 5, 249, 0, 0, 3152, 3153, 3, 216, 108, 0, 3153, 211, 1, 0, 0, 0, 3154, 3155, 5, 67, 0, 0, 3155, 3156, 3, 216, 108, 0, 3156, 213, 1, 0, 0, 0, 3157, 3158, 5, 52, 0, 0, 3158, 3163, 3, 232, 116, 0, 3159, 3160, 5, 312, 0, 0, 3160, 3162, 3, 232, 116, 0, 3161, 3159, 1, 0, 0, 0, 3162, 3165, 1, 0, 0, 0, 3163, 3161, 1, 0, 0, 0, 3163, 3164, 1, 0, 0, 0, 3164, 3166, 1, 0, 0, 0, 3165, 3163, 1, 0, 0, 0, 3166, 3169, 3, 156, 78, 0, 3167, 3168, 5, 53, 0, 0, 3168, 3170, 3, 114, 57, 0, 3169, 3167, 1, 0, 0, 0, 3169, 3170, 1, 0, 0, 0, 3170, 215, 1, 0, 0, 0, 3171, 3172, 3, 206, 103, 0, 3172, 3173, 5, 309, 0, 0, 3173, 3175, 1, 0, 0, 0, 3174, 3171, 1, 0, 0, 0, 3175, 3176, 1, 0, 0, 0, 3176, 3174, 1, 0, 0, 0, 3176, 3177, 1, 0, 0, 0, 3177, 217, 1, 0, 0, 0, 3178, 3179, 7, 34, 0, 0, 3179, 219, 1, 0, 0, 0, 3180, 3185, 3, 232, 116, 0, 3181, 3182, 5, 310, 0, 0, 3182, 3184, 3, 232, 116, 0, 3183, 3181, 1, 0, 0, 0, 3184, 3187, 1, 0, 0, 0, 3185, 3183, 1, 0, 0, 0, 3185, 3186, 1, 0, 0, 0, 3186, 221, 1, 0, 0, 0, 3187, 3185, 1, 0, 0, 0, 3188, 3189, 5, 86, 0, 0, 3189, 3190, 3, 224, 112, 0, 3190, 3191, 5, 11, 0, 0, 3191, 3192, 5, 170, 0, 0, 3192, 3193, 3, 114, 57, 0, 3193, 223, 1, 0, 0, 0, 3194, 3195, 7, 35, 0, 0, 3195, 225, 1, 0, 0, 0, 3196, 3200, 3, 228, 114, 0, 3197, 3200, 5, 47, 0, 0, 3198, 3200, 5, 43, 0, 0, 3199, 3196, 1, 0, 0, 0, 3199, 3197, 1, 0, 0, 0, 3199, 3198, 1, 0, 0, 0, 3200, 227, 1, 0, 0, 0, 3201, 3207, 3, 232, 116, 0, 3202, 3203, 5, 273, 0, 0, 3203, 3207, 3, 232, 116, 0, 3204, 3205, 5, 218, 0, 0, 3205, 3207, 3, 232, 116, 0, 3206, 3201, 1, 0, 0, 0, 3206, 3202, 1, 0, 0, 0, 3206, 3204, 1, 0, 0, 0, 3207, 229, 1, 0, 0, 0, 3208, 3213, 3, 232, 116, 0, 3209, 3210, 5, 312, 0, 0, 3210, 3212, 3, 232, 116, 0, 3211, 3209, 1, 0, 0, 0, 3212, 3215, 1, 0, 0, 0, 3213, 3211, 1, 0, 0, 0, 3213, 3214, 1, 0, 0, 0, 3214, 231, 1, 0, 0, 0, 3215, 3213, 1, 0, 0, 0, 3216, 3222, 5, 333, 0, 0, 3217, 3222, 5, 335, 0, 0, 3218, 3222, 3, 238, 119, 0, 3219, 3222, 5, 336, 0, 0, 3220, 3222, 5, 334, 0, 0, 3221, 3216, 1, 0, 0, 0, 3221, 3217, 1, 0, 0, 0, 3221, 3218, 1, 0, 0, 0, 3221, 3219, 1, 0, 0, 0, 3221, 3220, 1, 0, 0, 0, 3222, 233, 1, 0, 0, 0, 3223, 3225, 5, 303, 0, 0, 3224, 3223, 1, 0, 0, 0, 3224, 3225, 1, 0, 0, 0, 3225, 3226, 1, 0, 0, 0, 3226, 3236, 5, 331, 0, 0, 3227, 3229, 5, 303, 0, 0, 3228, 3227, 1, 0, 0, 0, 3228, 3229, 1, 0, 0, 0, 3229, 3230, 1, 0, 0, 0, 3230, 3236, 5, 332, 0, 0, 3231, 3233, 5, 303, 0, 0, 3232, 3231, 1, 0, 0, 0, 3232, 3233, 1, 0, 0, 0, 3233, 3234, 1, 0, 0, 0, 3234, 3236, 5, 330, 0, 0, 3235, 3224, 1, 0, 0, 0, 3235, 3228, 1, 0, 0, 0, 3235, 3232, 1, 0, 0, 0, 3236, 235, 1, 0, 0, 0, 3237, 3240, 3, 232, 116, 0, 3238, 3240, 3, 140, 70, 0, 3239, 3237, 1, 0, 0, 0, 3239, 3238, 1, 0, 0, 0, 3240, 237, 1, 0, 0, 0, 3241, 3242, 7, 36, 0, 0, 3242, 239, 1, 0, 0, 0, 434, 241, 247, 253, 268, 275, 279, 283, 289, 293, 300, 305, 309, 315, 319, 338, 344, 348, 352, 356, 364, 368, 371, 376, 382, 391, 397, 401, 407, 414, 423, 435, 444, 453, 459, 470, 478, 486, 493, 503, 510, 518, 554, 557, 560, 564, 570, 575, 582, 588, 592, 596, 604, 610, 614, 628, 636, 655, 680, 683, 690, 697, 706, 710, 717, 727, 733, 738, 742, 748, 757, 763, 767, 774, 778, 786, 791, 795, 803, 811, 816, 820, 830, 837, 842, 846, 856, 859, 868, 873, 879, 903, 909, 911, 917, 923, 925, 933, 935, 941, 947, 949, 964, 969, 976, 986, 992, 994, 1002, 1004, 1029, 1032, 1036, 1040, 1058, 1061, 1072, 1075, 1091, 1101, 1106, 1112, 1115, 1124, 1126, 1129, 1139, 1143, 1149, 1156, 1161, 1167, 1171, 1175, 1181, 1192, 1201, 1211, 1214, 1219, 1221, 1228, 1234, 1236, 1240, 1250, 1256, 1259, 1261, 1273, 1280, 1284, 1288, 1292, 1299, 1308, 1311, 1315, 1320, 1324, 1332, 1335, 1338, 1345, 1356, 1359, 1369, 1372, 1383, 1388, 1396, 1399, 1403, 1412, 1421, 1424, 1433, 1436, 1439, 1443, 1454, 1457, 1464, 1467, 1486, 1490, 1494, 1498, 1500, 1511, 1516, 1525, 1534, 1537, 1552, 1555, 1564, 1567, 1575, 1578, 1581, 1586, 1589, 1601, 1604, 1612, 1617, 1621, 1623, 1625, 1640, 1642, 1653, 1660, 1663, 1668, 1678, 1689, 1693, 1695, 1703, 1710, 1723, 1729, 1745, 1754, 1757, 1765, 1768, 1775, 1780, 1791, 1794, 1798, 1800, 1808, 1818, 1824, 1826, 1833, 1837, 1839, 1846, 1850, 1852, 1854, 1863, 1874, 1878, 1888, 1898, 1902, 1910, 1912, 1925, 1933, 1942, 1948, 1956, 1962, 1966, 1971, 1976, 1982, 1996, 1998, 2028, 2039, 2047, 2052, 2057, 2070, 2076, 2079, 2086, 2091, 2094, 2097, 2102, 2109, 2112, 2121, 2124, 2128, 2131, 2134, 2149, 2152, 2171, 2175, 2183, 2187, 2212, 2215, 2224, 2230, 2236, 2242, 2251, 2254, 2257, 2276, 2285, 2307, 2310, 2320, 2329, 2335, 2341, 2352, 2354, 2359, 2366, 2368, 2374, 2380, 2391, 2400, 2405, 2410, 2412, 2414, 2420, 2422, 2432, 2441, 2443, 2449, 2451, 2454, 2464, 2466, 2478, 2481, 2486, 2491, 2503, 2507, 2511, 2514, 2516, 2522, 2525, 2535, 2543, 2549, 2551, 2559, 2569, 2575, 2589, 2598, 2605, 2610, 2617, 2627, 2632, 2639, 2665, 2670, 2672, 2679, 2683, 2690, 2694, 2711, 2726, 2733, 2742, 2752, 2757, 2766, 2771, 2779, 2787, 2790, 2796, 2799, 2806, 2814, 2817, 2825, 2828, 2854, 2865, 2870, 2877, 2879, 2892, 2907, 2911, 2915, 2919, 2925, 2929, 2933, 2937, 2939, 2949, 2956, 2965, 2972, 2979, 2986, 2995, 3007, 3010, 3015, 3025, 3041, 3055, 3058, 3067, 3070, 3082, 3086, 3101, 3105, 3111, 3121, 3133, 3142, 3163, 3169, 3176, 3185, 3199, 3206, 3213, 3221, 3224, 3228, 3232, 3235, 3239] \ No newline at end of file +[4, 1, 340, 3294, 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, 1, 0, 3, 0, 258, 8, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 272, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 279, 8, 1, 1, 1, 1, 1, 3, 1, 283, 8, 1, 1, 1, 1, 1, 3, 1, 287, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 293, 8, 1, 1, 1, 1, 1, 3, 1, 297, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 304, 8, 1, 1, 1, 1, 1, 1, 1, 3, 1, 309, 8, 1, 1, 1, 1, 1, 3, 1, 313, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 319, 8, 1, 1, 1, 1, 1, 3, 1, 323, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 342, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 348, 8, 1, 1, 1, 1, 1, 3, 1, 352, 8, 1, 1, 1, 1, 1, 3, 1, 356, 8, 1, 1, 1, 1, 1, 3, 1, 360, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 368, 8, 1, 1, 1, 1, 1, 3, 1, 372, 8, 1, 1, 1, 3, 1, 375, 8, 1, 1, 1, 1, 1, 1, 1, 3, 1, 380, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 386, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 393, 8, 1, 10, 1, 12, 1, 396, 9, 1, 1, 1, 1, 1, 1, 1, 3, 1, 401, 8, 1, 1, 1, 1, 1, 3, 1, 405, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 411, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 418, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 427, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 439, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 448, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 457, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 463, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 474, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 482, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 490, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 497, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 507, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 514, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 522, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 556, 8, 1, 10, 1, 12, 1, 559, 9, 1, 3, 1, 561, 8, 1, 1, 1, 3, 1, 564, 8, 1, 1, 1, 1, 1, 3, 1, 568, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 574, 8, 1, 1, 1, 1, 1, 1, 1, 3, 1, 579, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 586, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 592, 8, 1, 1, 1, 1, 1, 3, 1, 596, 8, 1, 1, 1, 1, 1, 3, 1, 600, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 608, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 614, 8, 1, 1, 1, 1, 1, 3, 1, 618, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 632, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 640, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 659, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 682, 8, 1, 10, 1, 12, 1, 685, 9, 1, 3, 1, 687, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 694, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 701, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 710, 8, 1, 1, 1, 1, 1, 3, 1, 714, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 721, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 729, 8, 1, 10, 1, 12, 1, 732, 9, 1, 1, 1, 1, 1, 1, 1, 3, 1, 737, 8, 1, 1, 1, 1, 1, 1, 1, 3, 1, 742, 8, 1, 1, 1, 1, 1, 3, 1, 746, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 752, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 759, 8, 1, 10, 1, 12, 1, 762, 9, 1, 1, 1, 1, 1, 1, 1, 3, 1, 767, 8, 1, 1, 1, 1, 1, 3, 1, 771, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 778, 8, 1, 1, 1, 1, 1, 3, 1, 782, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 788, 8, 1, 10, 1, 12, 1, 791, 9, 1, 1, 1, 1, 1, 3, 1, 795, 8, 1, 1, 1, 1, 1, 3, 1, 799, 8, 1, 1, 1, 1, 1, 3, 1, 803, 8, 1, 1, 1, 3, 1, 806, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 813, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 819, 8, 1, 10, 1, 12, 1, 822, 9, 1, 1, 1, 1, 1, 3, 1, 826, 8, 1, 1, 1, 1, 1, 3, 1, 830, 8, 1, 1, 1, 1, 1, 3, 1, 834, 8, 1, 1, 1, 3, 1, 837, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 846, 8, 1, 1, 1, 1, 1, 1, 1, 5, 1, 851, 8, 1, 10, 1, 12, 1, 854, 9, 1, 1, 1, 1, 1, 3, 1, 858, 8, 1, 1, 1, 1, 1, 3, 1, 862, 8, 1, 1, 1, 1, 1, 3, 1, 866, 8, 1, 1, 1, 3, 1, 869, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 878, 8, 1, 1, 1, 3, 1, 881, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 888, 8, 1, 10, 1, 12, 1, 891, 9, 1, 1, 1, 1, 1, 3, 1, 895, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 901, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 925, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 931, 8, 1, 3, 1, 933, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 939, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 945, 8, 1, 3, 1, 947, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 955, 8, 1, 3, 1, 957, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 963, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 969, 8, 1, 3, 1, 971, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 986, 8, 1, 1, 1, 1, 1, 1, 1, 3, 1, 991, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 998, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1008, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1014, 8, 1, 3, 1, 1016, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1024, 8, 1, 3, 1, 1026, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1049, 8, 1, 10, 1, 12, 1, 1052, 9, 1, 3, 1, 1054, 8, 1, 1, 1, 1, 1, 3, 1, 1058, 8, 1, 1, 1, 1, 1, 3, 1, 1062, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1078, 8, 1, 10, 1, 12, 1, 1081, 9, 1, 3, 1, 1083, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1092, 8, 1, 10, 1, 12, 1, 1095, 9, 1, 3, 1, 1097, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1113, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1121, 8, 1, 10, 1, 12, 1, 1124, 9, 1, 1, 1, 1, 1, 3, 1, 1128, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1134, 8, 1, 1, 1, 3, 1, 1137, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1144, 8, 1, 11, 1, 12, 1, 1145, 3, 1, 1148, 8, 1, 1, 2, 3, 2, 1151, 8, 2, 1, 2, 1, 2, 1, 3, 1, 3, 1, 3, 1, 3, 5, 3, 1159, 8, 3, 10, 3, 12, 3, 1162, 9, 3, 1, 4, 3, 4, 1165, 8, 4, 1, 4, 1, 4, 1, 5, 1, 5, 3, 5, 1171, 8, 5, 1, 5, 1, 5, 1, 5, 5, 5, 1176, 8, 5, 10, 5, 12, 5, 1179, 9, 5, 1, 6, 1, 6, 3, 6, 1183, 8, 6, 1, 7, 1, 7, 1, 7, 1, 7, 3, 7, 1189, 8, 7, 1, 7, 1, 7, 3, 7, 1193, 8, 7, 1, 7, 1, 7, 3, 7, 1197, 8, 7, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1203, 8, 8, 1, 9, 1, 9, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 5, 10, 1212, 8, 10, 10, 10, 12, 10, 1215, 9, 10, 1, 11, 1, 11, 1, 11, 1, 11, 1, 12, 1, 12, 3, 12, 1223, 8, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 5, 13, 1231, 8, 13, 10, 13, 12, 13, 1234, 9, 13, 3, 13, 1236, 8, 13, 1, 13, 1, 13, 1, 13, 3, 13, 1241, 8, 13, 3, 13, 1243, 8, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 1250, 8, 13, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 1256, 8, 13, 3, 13, 1258, 8, 13, 1, 14, 1, 14, 3, 14, 1262, 8, 14, 1, 15, 1, 15, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 3, 16, 1272, 8, 16, 1, 16, 1, 16, 1, 16, 1, 16, 3, 16, 1278, 8, 16, 1, 16, 5, 16, 1281, 8, 16, 10, 16, 12, 16, 1284, 9, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 5, 17, 1293, 8, 17, 10, 17, 12, 17, 1296, 9, 17, 1, 17, 1, 17, 1, 17, 1, 17, 3, 17, 1302, 8, 17, 1, 18, 1, 18, 3, 18, 1306, 8, 18, 1, 18, 1, 18, 3, 18, 1310, 8, 18, 1, 19, 1, 19, 3, 19, 1314, 8, 19, 1, 19, 1, 19, 1, 19, 5, 19, 1319, 8, 19, 10, 19, 12, 19, 1322, 9, 19, 1, 19, 1, 19, 1, 19, 1, 19, 5, 19, 1328, 8, 19, 10, 19, 12, 19, 1331, 9, 19, 3, 19, 1333, 8, 19, 1, 19, 1, 19, 3, 19, 1337, 8, 19, 1, 19, 1, 19, 1, 19, 3, 19, 1342, 8, 19, 1, 19, 1, 19, 3, 19, 1346, 8, 19, 1, 19, 1, 19, 1, 19, 1, 19, 5, 19, 1352, 8, 19, 10, 19, 12, 19, 1355, 9, 19, 3, 19, 1357, 8, 19, 1, 20, 3, 20, 1360, 8, 20, 1, 20, 1, 20, 1, 20, 5, 20, 1365, 8, 20, 10, 20, 12, 20, 1368, 9, 20, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 5, 21, 1376, 8, 21, 10, 21, 12, 21, 1379, 9, 21, 3, 21, 1381, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 5, 21, 1389, 8, 21, 10, 21, 12, 21, 1392, 9, 21, 3, 21, 1394, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 5, 21, 1403, 8, 21, 10, 21, 12, 21, 1406, 9, 21, 1, 21, 1, 21, 3, 21, 1410, 8, 21, 1, 22, 1, 22, 1, 22, 1, 22, 5, 22, 1416, 8, 22, 10, 22, 12, 22, 1419, 9, 22, 3, 22, 1421, 8, 22, 1, 22, 1, 22, 3, 22, 1425, 8, 22, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 24, 3, 24, 1434, 8, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 5, 24, 1441, 8, 24, 10, 24, 12, 24, 1444, 9, 24, 3, 24, 1446, 8, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 5, 24, 1453, 8, 24, 10, 24, 12, 24, 1456, 9, 24, 3, 24, 1458, 8, 24, 1, 24, 3, 24, 1461, 8, 24, 1, 25, 1, 25, 3, 25, 1465, 8, 25, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 1, 26, 1, 26, 1, 27, 1, 27, 3, 27, 1476, 8, 27, 1, 27, 3, 27, 1479, 8, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 3, 27, 1486, 8, 27, 1, 27, 3, 27, 1489, 8, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 3, 28, 1508, 8, 28, 5, 28, 1510, 8, 28, 10, 28, 12, 28, 1513, 9, 28, 1, 29, 3, 29, 1516, 8, 29, 1, 29, 1, 29, 3, 29, 1520, 8, 29, 3, 29, 1522, 8, 29, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 5, 30, 1531, 8, 30, 10, 30, 12, 30, 1534, 9, 30, 1, 30, 1, 30, 3, 30, 1538, 8, 30, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 3, 31, 1547, 8, 31, 1, 31, 3, 31, 1550, 8, 31, 1, 32, 1, 32, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 3, 34, 1559, 8, 34, 1, 34, 3, 34, 1562, 8, 34, 1, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 5, 36, 1575, 8, 36, 10, 36, 12, 36, 1578, 9, 36, 3, 36, 1580, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 5, 36, 1587, 8, 36, 10, 36, 12, 36, 1590, 9, 36, 3, 36, 1592, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 5, 36, 1598, 8, 36, 10, 36, 12, 36, 1601, 9, 36, 3, 36, 1603, 8, 36, 1, 36, 3, 36, 1606, 8, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1611, 8, 36, 1, 36, 3, 36, 1614, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 5, 36, 1624, 8, 36, 10, 36, 12, 36, 1627, 9, 36, 3, 36, 1629, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 5, 36, 1635, 8, 36, 10, 36, 12, 36, 1638, 9, 36, 1, 36, 1, 36, 3, 36, 1642, 8, 36, 1, 36, 1, 36, 3, 36, 1646, 8, 36, 3, 36, 1648, 8, 36, 3, 36, 1650, 8, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1665, 8, 38, 3, 38, 1667, 8, 38, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 3, 39, 1678, 8, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 3, 40, 1685, 8, 40, 1, 40, 3, 40, 1688, 8, 40, 1, 40, 1, 40, 1, 40, 3, 40, 1693, 8, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 5, 41, 1701, 8, 41, 10, 41, 12, 41, 1704, 9, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 1, 42, 1, 43, 1, 43, 3, 43, 1714, 8, 43, 1, 43, 1, 43, 3, 43, 1718, 8, 43, 3, 43, 1720, 8, 43, 1, 44, 1, 44, 1, 44, 1, 44, 5, 44, 1726, 8, 44, 10, 44, 12, 44, 1729, 9, 44, 1, 44, 1, 44, 1, 45, 1, 45, 3, 45, 1735, 8, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 5, 45, 1746, 8, 45, 10, 45, 12, 45, 1749, 9, 45, 1, 45, 1, 45, 1, 45, 3, 45, 1754, 8, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 3, 45, 1770, 8, 45, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 5, 46, 1777, 8, 46, 10, 46, 12, 46, 1780, 9, 46, 3, 46, 1782, 8, 46, 1, 46, 1, 46, 1, 46, 1, 46, 5, 46, 1788, 8, 46, 10, 46, 12, 46, 1791, 9, 46, 3, 46, 1793, 8, 46, 1, 46, 1, 46, 1, 47, 1, 47, 1, 47, 3, 47, 1800, 8, 47, 1, 47, 1, 47, 1, 47, 3, 47, 1805, 8, 47, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 5, 48, 1814, 8, 48, 10, 48, 12, 48, 1817, 9, 48, 3, 48, 1819, 8, 48, 1, 48, 1, 48, 3, 48, 1823, 8, 48, 3, 48, 1825, 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 1833, 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 5, 48, 1841, 8, 48, 10, 48, 12, 48, 1844, 9, 48, 1, 48, 1, 48, 1, 48, 3, 48, 1849, 8, 48, 3, 48, 1851, 8, 48, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 3, 49, 1858, 8, 49, 1, 49, 1, 49, 3, 49, 1862, 8, 49, 3, 49, 1864, 8, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 3, 49, 1871, 8, 49, 1, 49, 1, 49, 3, 49, 1875, 8, 49, 3, 49, 1877, 8, 49, 3, 49, 1879, 8, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 5, 50, 1886, 8, 50, 10, 50, 12, 50, 1889, 9, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 3, 50, 1899, 8, 50, 1, 51, 1, 51, 3, 51, 1903, 8, 51, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 5, 52, 1911, 8, 52, 10, 52, 12, 52, 1914, 9, 52, 1, 52, 1, 52, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 3, 54, 1923, 8, 54, 1, 54, 1, 54, 3, 54, 1927, 8, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 5, 54, 1935, 8, 54, 10, 54, 12, 54, 1938, 9, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 3, 55, 1950, 8, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 3, 55, 1958, 8, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 1965, 8, 55, 10, 55, 12, 55, 1968, 9, 55, 1, 55, 1, 55, 1, 55, 3, 55, 1973, 8, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 3, 55, 1981, 8, 55, 1, 55, 1, 55, 1, 55, 1, 55, 3, 55, 1987, 8, 55, 1, 55, 1, 55, 3, 55, 1991, 8, 55, 1, 55, 1, 55, 1, 55, 3, 55, 1996, 8, 55, 1, 55, 1, 55, 1, 55, 3, 55, 2001, 8, 55, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 2007, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 5, 56, 2021, 8, 56, 10, 56, 12, 56, 2024, 9, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 4, 57, 2051, 8, 57, 11, 57, 12, 57, 2052, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2062, 8, 57, 10, 57, 12, 57, 2065, 9, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2072, 8, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2077, 8, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2082, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2093, 8, 57, 10, 57, 12, 57, 2096, 9, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2101, 8, 57, 1, 57, 3, 57, 2104, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2111, 8, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2116, 8, 57, 1, 57, 3, 57, 2119, 8, 57, 1, 57, 3, 57, 2122, 8, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2127, 8, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2132, 8, 57, 10, 57, 12, 57, 2135, 9, 57, 3, 57, 2137, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2144, 8, 57, 10, 57, 12, 57, 2147, 9, 57, 3, 57, 2149, 8, 57, 1, 57, 1, 57, 3, 57, 2153, 8, 57, 1, 57, 3, 57, 2156, 8, 57, 1, 57, 3, 57, 2159, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2172, 8, 57, 10, 57, 12, 57, 2175, 9, 57, 3, 57, 2177, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 4, 57, 2194, 8, 57, 11, 57, 12, 57, 2195, 1, 57, 1, 57, 3, 57, 2200, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 4, 57, 2206, 8, 57, 11, 57, 12, 57, 2207, 1, 57, 1, 57, 3, 57, 2212, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2235, 8, 57, 10, 57, 12, 57, 2238, 9, 57, 3, 57, 2240, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2249, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2255, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2261, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2267, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2276, 8, 57, 1, 57, 3, 57, 2279, 8, 57, 1, 57, 3, 57, 2282, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2301, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2310, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2330, 8, 57, 10, 57, 12, 57, 2333, 9, 57, 3, 57, 2335, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2345, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2354, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2360, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2366, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2377, 8, 57, 3, 57, 2379, 8, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2384, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2391, 8, 57, 3, 57, 2393, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2399, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2405, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2414, 8, 57, 10, 57, 12, 57, 2417, 9, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2425, 8, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2430, 8, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2435, 8, 57, 3, 57, 2437, 8, 57, 3, 57, 2439, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2445, 8, 57, 3, 57, 2447, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2455, 8, 57, 10, 57, 12, 57, 2458, 9, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2466, 8, 57, 3, 57, 2468, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2474, 8, 57, 3, 57, 2476, 8, 57, 1, 57, 3, 57, 2479, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2489, 8, 57, 10, 57, 12, 57, 2492, 9, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2501, 8, 58, 10, 58, 12, 58, 2504, 9, 58, 3, 58, 2506, 8, 58, 1, 59, 1, 59, 1, 59, 3, 59, 2511, 8, 59, 1, 60, 1, 60, 1, 60, 3, 60, 2516, 8, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 1, 63, 3, 63, 2528, 8, 63, 1, 64, 1, 64, 3, 64, 2532, 8, 64, 1, 64, 1, 64, 3, 64, 2536, 8, 64, 1, 64, 3, 64, 2539, 8, 64, 3, 64, 2541, 8, 64, 1, 65, 1, 65, 1, 65, 1, 65, 3, 65, 2547, 8, 65, 1, 66, 3, 66, 2550, 8, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 3, 66, 2560, 8, 66, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 1, 68, 3, 68, 2568, 8, 68, 1, 69, 1, 69, 1, 69, 1, 69, 3, 69, 2574, 8, 69, 3, 69, 2576, 8, 69, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 3, 70, 2584, 8, 70, 1, 71, 1, 71, 1, 72, 1, 72, 1, 73, 1, 73, 1, 74, 1, 74, 3, 74, 2594, 8, 74, 1, 74, 1, 74, 1, 74, 1, 74, 3, 74, 2600, 8, 74, 1, 75, 1, 75, 1, 76, 1, 76, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 5, 77, 2612, 8, 77, 10, 77, 12, 77, 2615, 9, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2623, 8, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2630, 8, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2635, 8, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2642, 8, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2652, 8, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2657, 8, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2664, 8, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 5, 77, 2688, 8, 77, 10, 77, 12, 77, 2691, 9, 77, 1, 77, 1, 77, 3, 77, 2695, 8, 77, 3, 77, 2697, 8, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2704, 8, 77, 5, 77, 2706, 8, 77, 10, 77, 12, 77, 2709, 9, 77, 1, 78, 1, 78, 1, 78, 1, 78, 3, 78, 2715, 8, 78, 1, 79, 1, 79, 3, 79, 2719, 8, 79, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 82, 1, 82, 1, 82, 1, 82, 3, 82, 2736, 8, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 5, 82, 2749, 8, 82, 10, 82, 12, 82, 2752, 9, 82, 1, 82, 1, 82, 1, 82, 1, 82, 3, 82, 2758, 8, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 3, 82, 2767, 8, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 5, 82, 2775, 8, 82, 10, 82, 12, 82, 2778, 9, 82, 1, 82, 1, 82, 3, 82, 2782, 8, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 5, 82, 2789, 8, 82, 10, 82, 12, 82, 2792, 9, 82, 1, 82, 1, 82, 3, 82, 2796, 8, 82, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 3, 83, 2804, 8, 83, 1, 84, 1, 84, 1, 84, 1, 84, 5, 84, 2810, 8, 84, 10, 84, 12, 84, 2813, 9, 84, 3, 84, 2815, 8, 84, 1, 84, 1, 84, 1, 84, 1, 84, 3, 84, 2821, 8, 84, 1, 84, 3, 84, 2824, 8, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 3, 84, 2831, 8, 84, 1, 84, 1, 84, 1, 84, 1, 84, 5, 84, 2837, 8, 84, 10, 84, 12, 84, 2840, 9, 84, 3, 84, 2842, 8, 84, 1, 84, 1, 84, 1, 84, 1, 84, 5, 84, 2848, 8, 84, 10, 84, 12, 84, 2851, 9, 84, 3, 84, 2853, 8, 84, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 3, 85, 2879, 8, 85, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 3, 86, 2890, 8, 86, 1, 87, 1, 87, 1, 87, 3, 87, 2895, 8, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 5, 87, 2902, 8, 87, 10, 87, 12, 87, 2905, 9, 87, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 5, 88, 2915, 8, 88, 10, 88, 12, 88, 2918, 9, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 3, 88, 2932, 8, 88, 1, 89, 1, 89, 3, 89, 2936, 8, 89, 1, 89, 1, 89, 3, 89, 2940, 8, 89, 1, 89, 1, 89, 3, 89, 2944, 8, 89, 1, 89, 1, 89, 1, 89, 1, 89, 3, 89, 2950, 8, 89, 1, 89, 1, 89, 3, 89, 2954, 8, 89, 1, 89, 1, 89, 3, 89, 2958, 8, 89, 1, 89, 1, 89, 3, 89, 2962, 8, 89, 3, 89, 2964, 8, 89, 1, 90, 1, 90, 1, 90, 1, 90, 1, 91, 1, 91, 1, 91, 1, 91, 3, 91, 2974, 8, 91, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 2981, 8, 92, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 3, 93, 2990, 8, 93, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 3, 94, 2997, 8, 94, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 3, 95, 3004, 8, 95, 1, 96, 1, 96, 1, 96, 5, 96, 3009, 8, 96, 10, 96, 12, 96, 3012, 9, 96, 1, 97, 1, 97, 1, 97, 1, 97, 5, 97, 3018, 8, 97, 10, 97, 12, 97, 3021, 9, 97, 1, 97, 1, 97, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 5, 98, 3030, 8, 98, 10, 98, 12, 98, 3033, 9, 98, 3, 98, 3035, 8, 98, 1, 98, 1, 98, 1, 99, 3, 99, 3040, 8, 99, 1, 99, 1, 99, 1, 100, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 3, 101, 3050, 8, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 3, 101, 3066, 8, 101, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 4, 102, 3078, 8, 102, 11, 102, 12, 102, 3079, 1, 102, 3, 102, 3083, 8, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 4, 102, 3090, 8, 102, 11, 102, 12, 102, 3091, 1, 102, 3, 102, 3095, 8, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 5, 102, 3105, 8, 102, 10, 102, 12, 102, 3108, 9, 102, 1, 102, 3, 102, 3111, 8, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 5, 102, 3124, 8, 102, 10, 102, 12, 102, 3127, 9, 102, 1, 102, 3, 102, 3130, 8, 102, 1, 102, 1, 102, 1, 102, 1, 102, 3, 102, 3136, 8, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 3, 102, 3146, 8, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 3, 102, 3158, 8, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 3, 102, 3167, 8, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 105, 1, 105, 1, 105, 1, 106, 1, 106, 1, 106, 1, 106, 5, 106, 3186, 8, 106, 10, 106, 12, 106, 3189, 9, 106, 1, 106, 1, 106, 1, 106, 3, 106, 3194, 8, 106, 1, 107, 1, 107, 1, 107, 4, 107, 3199, 8, 107, 11, 107, 12, 107, 3200, 1, 108, 1, 108, 1, 109, 1, 109, 1, 109, 5, 109, 3208, 8, 109, 10, 109, 12, 109, 3211, 9, 109, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 111, 1, 111, 1, 112, 1, 112, 1, 112, 3, 112, 3224, 8, 112, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 3, 113, 3231, 8, 113, 1, 114, 1, 114, 1, 114, 5, 114, 3236, 8, 114, 10, 114, 12, 114, 3239, 9, 114, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 3, 115, 3246, 8, 115, 1, 116, 1, 116, 1, 117, 1, 117, 1, 117, 1, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 119, 1, 119, 1, 120, 1, 120, 1, 120, 1, 120, 1, 121, 1, 121, 1, 121, 1, 121, 1, 122, 1, 122, 1, 123, 1, 123, 1, 124, 1, 124, 1, 125, 3, 125, 3275, 8, 125, 1, 125, 1, 125, 3, 125, 3279, 8, 125, 1, 125, 1, 125, 3, 125, 3283, 8, 125, 1, 125, 3, 125, 3286, 8, 125, 1, 126, 1, 126, 3, 126, 3290, 8, 126, 1, 127, 1, 127, 1, 127, 0, 7, 32, 56, 108, 112, 114, 154, 174, 128, 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, 0, 36, 2, 0, 22, 22, 212, 212, 2, 0, 55, 55, 114, 114, 2, 0, 88, 88, 105, 105, 2, 0, 75, 75, 106, 106, 1, 0, 222, 223, 2, 0, 84, 84, 157, 157, 2, 0, 308, 308, 330, 330, 2, 0, 74, 74, 265, 265, 2, 0, 12, 12, 58, 58, 2, 0, 84, 84, 131, 131, 2, 0, 5, 5, 62, 62, 3, 0, 89, 89, 135, 135, 217, 217, 2, 0, 16, 16, 243, 243, 3, 0, 18, 18, 133, 133, 254, 254, 2, 0, 288, 288, 290, 290, 2, 0, 107, 107, 230, 230, 1, 0, 302, 303, 1, 0, 304, 306, 2, 0, 127, 127, 172, 172, 1, 0, 275, 277, 4, 0, 72, 72, 80, 80, 257, 257, 267, 267, 2, 0, 32, 32, 264, 264, 2, 0, 10, 10, 169, 169, 2, 0, 83, 83, 224, 224, 1, 0, 296, 301, 3, 0, 5, 5, 9, 9, 238, 238, 2, 0, 80, 80, 257, 257, 5, 0, 50, 50, 101, 101, 153, 154, 228, 228, 294, 294, 1, 0, 158, 161, 2, 0, 85, 85, 195, 195, 3, 0, 96, 96, 120, 120, 247, 247, 4, 0, 63, 63, 115, 115, 143, 143, 278, 278, 2, 0, 175, 175, 293, 293, 5, 0, 36, 36, 56, 56, 110, 110, 231, 231, 271, 271, 2, 0, 252, 252, 282, 282, 55, 0, 1, 5, 7, 7, 9, 10, 12, 16, 18, 18, 20, 22, 25, 32, 34, 35, 39, 39, 48, 50, 52, 55, 57, 58, 60, 61, 63, 65, 68, 70, 72, 72, 75, 75, 78, 78, 81, 85, 87, 87, 90, 96, 99, 99, 101, 104, 106, 107, 109, 109, 112, 112, 114, 115, 117, 118, 120, 120, 127, 134, 136, 136, 138, 138, 140, 140, 143, 154, 156, 163, 167, 172, 174, 176, 179, 179, 181, 196, 198, 203, 205, 216, 218, 220, 222, 230, 232, 236, 238, 243, 245, 248, 250, 255, 258, 260, 262, 264, 266, 268, 270, 273, 275, 279, 281, 283, 286, 287, 289, 295, 3802, 0, 257, 1, 0, 0, 0, 2, 1147, 1, 0, 0, 0, 4, 1150, 1, 0, 0, 0, 6, 1154, 1, 0, 0, 0, 8, 1164, 1, 0, 0, 0, 10, 1168, 1, 0, 0, 0, 12, 1182, 1, 0, 0, 0, 14, 1184, 1, 0, 0, 0, 16, 1198, 1, 0, 0, 0, 18, 1204, 1, 0, 0, 0, 20, 1208, 1, 0, 0, 0, 22, 1216, 1, 0, 0, 0, 24, 1222, 1, 0, 0, 0, 26, 1224, 1, 0, 0, 0, 28, 1261, 1, 0, 0, 0, 30, 1263, 1, 0, 0, 0, 32, 1265, 1, 0, 0, 0, 34, 1301, 1, 0, 0, 0, 36, 1303, 1, 0, 0, 0, 38, 1311, 1, 0, 0, 0, 40, 1359, 1, 0, 0, 0, 42, 1409, 1, 0, 0, 0, 44, 1424, 1, 0, 0, 0, 46, 1426, 1, 0, 0, 0, 48, 1433, 1, 0, 0, 0, 50, 1462, 1, 0, 0, 0, 52, 1471, 1, 0, 0, 0, 54, 1488, 1, 0, 0, 0, 56, 1490, 1, 0, 0, 0, 58, 1521, 1, 0, 0, 0, 60, 1537, 1, 0, 0, 0, 62, 1549, 1, 0, 0, 0, 64, 1551, 1, 0, 0, 0, 66, 1553, 1, 0, 0, 0, 68, 1561, 1, 0, 0, 0, 70, 1563, 1, 0, 0, 0, 72, 1566, 1, 0, 0, 0, 74, 1651, 1, 0, 0, 0, 76, 1666, 1, 0, 0, 0, 78, 1677, 1, 0, 0, 0, 80, 1679, 1, 0, 0, 0, 82, 1694, 1, 0, 0, 0, 84, 1707, 1, 0, 0, 0, 86, 1711, 1, 0, 0, 0, 88, 1721, 1, 0, 0, 0, 90, 1769, 1, 0, 0, 0, 92, 1771, 1, 0, 0, 0, 94, 1799, 1, 0, 0, 0, 96, 1806, 1, 0, 0, 0, 98, 1878, 1, 0, 0, 0, 100, 1898, 1, 0, 0, 0, 102, 1900, 1, 0, 0, 0, 104, 1904, 1, 0, 0, 0, 106, 1917, 1, 0, 0, 0, 108, 1926, 1, 0, 0, 0, 110, 2000, 1, 0, 0, 0, 112, 2006, 1, 0, 0, 0, 114, 2478, 1, 0, 0, 0, 116, 2493, 1, 0, 0, 0, 118, 2507, 1, 0, 0, 0, 120, 2512, 1, 0, 0, 0, 122, 2517, 1, 0, 0, 0, 124, 2521, 1, 0, 0, 0, 126, 2527, 1, 0, 0, 0, 128, 2540, 1, 0, 0, 0, 130, 2546, 1, 0, 0, 0, 132, 2559, 1, 0, 0, 0, 134, 2561, 1, 0, 0, 0, 136, 2567, 1, 0, 0, 0, 138, 2575, 1, 0, 0, 0, 140, 2583, 1, 0, 0, 0, 142, 2585, 1, 0, 0, 0, 144, 2587, 1, 0, 0, 0, 146, 2589, 1, 0, 0, 0, 148, 2591, 1, 0, 0, 0, 150, 2601, 1, 0, 0, 0, 152, 2603, 1, 0, 0, 0, 154, 2696, 1, 0, 0, 0, 156, 2714, 1, 0, 0, 0, 158, 2718, 1, 0, 0, 0, 160, 2720, 1, 0, 0, 0, 162, 2725, 1, 0, 0, 0, 164, 2795, 1, 0, 0, 0, 166, 2797, 1, 0, 0, 0, 168, 2814, 1, 0, 0, 0, 170, 2878, 1, 0, 0, 0, 172, 2889, 1, 0, 0, 0, 174, 2891, 1, 0, 0, 0, 176, 2931, 1, 0, 0, 0, 178, 2963, 1, 0, 0, 0, 180, 2965, 1, 0, 0, 0, 182, 2973, 1, 0, 0, 0, 184, 2980, 1, 0, 0, 0, 186, 2989, 1, 0, 0, 0, 188, 2996, 1, 0, 0, 0, 190, 3003, 1, 0, 0, 0, 192, 3005, 1, 0, 0, 0, 194, 3013, 1, 0, 0, 0, 196, 3024, 1, 0, 0, 0, 198, 3039, 1, 0, 0, 0, 200, 3043, 1, 0, 0, 0, 202, 3065, 1, 0, 0, 0, 204, 3166, 1, 0, 0, 0, 206, 3168, 1, 0, 0, 0, 208, 3173, 1, 0, 0, 0, 210, 3178, 1, 0, 0, 0, 212, 3181, 1, 0, 0, 0, 214, 3198, 1, 0, 0, 0, 216, 3202, 1, 0, 0, 0, 218, 3204, 1, 0, 0, 0, 220, 3212, 1, 0, 0, 0, 222, 3218, 1, 0, 0, 0, 224, 3223, 1, 0, 0, 0, 226, 3230, 1, 0, 0, 0, 228, 3232, 1, 0, 0, 0, 230, 3245, 1, 0, 0, 0, 232, 3247, 1, 0, 0, 0, 234, 3249, 1, 0, 0, 0, 236, 3253, 1, 0, 0, 0, 238, 3257, 1, 0, 0, 0, 240, 3259, 1, 0, 0, 0, 242, 3263, 1, 0, 0, 0, 244, 3267, 1, 0, 0, 0, 246, 3269, 1, 0, 0, 0, 248, 3271, 1, 0, 0, 0, 250, 3285, 1, 0, 0, 0, 252, 3289, 1, 0, 0, 0, 254, 3291, 1, 0, 0, 0, 256, 258, 3, 2, 1, 0, 257, 256, 1, 0, 0, 0, 257, 258, 1, 0, 0, 0, 258, 259, 1, 0, 0, 0, 259, 260, 5, 0, 0, 1, 260, 1, 1, 0, 0, 0, 261, 1148, 3, 4, 2, 0, 262, 263, 5, 272, 0, 0, 263, 1148, 3, 234, 117, 0, 264, 265, 5, 272, 0, 0, 265, 1148, 3, 232, 116, 0, 266, 267, 5, 36, 0, 0, 267, 271, 5, 25, 0, 0, 268, 269, 5, 102, 0, 0, 269, 270, 5, 165, 0, 0, 270, 272, 5, 77, 0, 0, 271, 268, 1, 0, 0, 0, 271, 272, 1, 0, 0, 0, 272, 273, 1, 0, 0, 0, 273, 274, 3, 230, 115, 0, 274, 275, 5, 274, 0, 0, 275, 278, 3, 248, 124, 0, 276, 277, 5, 29, 0, 0, 277, 279, 3, 138, 69, 0, 278, 276, 1, 0, 0, 0, 278, 279, 1, 0, 0, 0, 279, 282, 1, 0, 0, 0, 280, 281, 5, 14, 0, 0, 281, 283, 3, 226, 113, 0, 282, 280, 1, 0, 0, 0, 282, 283, 1, 0, 0, 0, 283, 286, 1, 0, 0, 0, 284, 285, 5, 288, 0, 0, 285, 287, 3, 18, 9, 0, 286, 284, 1, 0, 0, 0, 286, 287, 1, 0, 0, 0, 287, 1148, 1, 0, 0, 0, 288, 289, 5, 66, 0, 0, 289, 292, 5, 25, 0, 0, 290, 291, 5, 102, 0, 0, 291, 293, 5, 77, 0, 0, 292, 290, 1, 0, 0, 0, 292, 293, 1, 0, 0, 0, 293, 294, 1, 0, 0, 0, 294, 296, 3, 232, 116, 0, 295, 297, 7, 0, 0, 0, 296, 295, 1, 0, 0, 0, 296, 297, 1, 0, 0, 0, 297, 1148, 1, 0, 0, 0, 298, 299, 5, 36, 0, 0, 299, 303, 5, 226, 0, 0, 300, 301, 5, 102, 0, 0, 301, 302, 5, 165, 0, 0, 302, 304, 5, 77, 0, 0, 303, 300, 1, 0, 0, 0, 303, 304, 1, 0, 0, 0, 304, 305, 1, 0, 0, 0, 305, 308, 3, 240, 120, 0, 306, 307, 5, 14, 0, 0, 307, 309, 3, 226, 113, 0, 308, 306, 1, 0, 0, 0, 308, 309, 1, 0, 0, 0, 309, 312, 1, 0, 0, 0, 310, 311, 5, 288, 0, 0, 311, 313, 3, 18, 9, 0, 312, 310, 1, 0, 0, 0, 312, 313, 1, 0, 0, 0, 313, 1148, 1, 0, 0, 0, 314, 315, 5, 66, 0, 0, 315, 318, 5, 226, 0, 0, 316, 317, 5, 102, 0, 0, 317, 319, 5, 77, 0, 0, 318, 316, 1, 0, 0, 0, 318, 319, 1, 0, 0, 0, 319, 320, 1, 0, 0, 0, 320, 322, 3, 234, 117, 0, 321, 323, 7, 0, 0, 0, 322, 321, 1, 0, 0, 0, 322, 323, 1, 0, 0, 0, 323, 1148, 1, 0, 0, 0, 324, 325, 5, 6, 0, 0, 325, 326, 5, 226, 0, 0, 326, 327, 3, 234, 117, 0, 327, 328, 5, 206, 0, 0, 328, 329, 5, 253, 0, 0, 329, 330, 3, 230, 115, 0, 330, 1148, 1, 0, 0, 0, 331, 332, 5, 6, 0, 0, 332, 333, 5, 226, 0, 0, 333, 334, 3, 234, 117, 0, 334, 335, 5, 234, 0, 0, 335, 336, 5, 14, 0, 0, 336, 337, 3, 226, 113, 0, 337, 1148, 1, 0, 0, 0, 338, 341, 5, 36, 0, 0, 339, 340, 5, 177, 0, 0, 340, 342, 5, 209, 0, 0, 341, 339, 1, 0, 0, 0, 341, 342, 1, 0, 0, 0, 342, 343, 1, 0, 0, 0, 343, 347, 5, 244, 0, 0, 344, 345, 5, 102, 0, 0, 345, 346, 5, 165, 0, 0, 346, 348, 5, 77, 0, 0, 347, 344, 1, 0, 0, 0, 347, 348, 1, 0, 0, 0, 348, 349, 1, 0, 0, 0, 349, 351, 3, 242, 121, 0, 350, 352, 3, 88, 44, 0, 351, 350, 1, 0, 0, 0, 351, 352, 1, 0, 0, 0, 352, 355, 1, 0, 0, 0, 353, 354, 5, 29, 0, 0, 354, 356, 3, 138, 69, 0, 355, 353, 1, 0, 0, 0, 355, 356, 1, 0, 0, 0, 356, 359, 1, 0, 0, 0, 357, 358, 5, 288, 0, 0, 358, 360, 3, 18, 9, 0, 359, 357, 1, 0, 0, 0, 359, 360, 1, 0, 0, 0, 360, 361, 1, 0, 0, 0, 361, 367, 5, 11, 0, 0, 362, 368, 3, 4, 2, 0, 363, 364, 5, 313, 0, 0, 364, 365, 3, 4, 2, 0, 365, 366, 5, 314, 0, 0, 366, 368, 1, 0, 0, 0, 367, 362, 1, 0, 0, 0, 367, 363, 1, 0, 0, 0, 368, 374, 1, 0, 0, 0, 369, 371, 5, 288, 0, 0, 370, 372, 5, 162, 0, 0, 371, 370, 1, 0, 0, 0, 371, 372, 1, 0, 0, 0, 372, 373, 1, 0, 0, 0, 373, 375, 5, 48, 0, 0, 374, 369, 1, 0, 0, 0, 374, 375, 1, 0, 0, 0, 375, 1148, 1, 0, 0, 0, 376, 379, 5, 36, 0, 0, 377, 378, 5, 177, 0, 0, 378, 380, 5, 209, 0, 0, 379, 377, 1, 0, 0, 0, 379, 380, 1, 0, 0, 0, 380, 381, 1, 0, 0, 0, 381, 385, 5, 244, 0, 0, 382, 383, 5, 102, 0, 0, 383, 384, 5, 165, 0, 0, 384, 386, 5, 77, 0, 0, 385, 382, 1, 0, 0, 0, 385, 386, 1, 0, 0, 0, 386, 387, 1, 0, 0, 0, 387, 388, 3, 242, 121, 0, 388, 389, 5, 313, 0, 0, 389, 394, 3, 12, 6, 0, 390, 391, 5, 312, 0, 0, 391, 393, 3, 12, 6, 0, 392, 390, 1, 0, 0, 0, 393, 396, 1, 0, 0, 0, 394, 392, 1, 0, 0, 0, 394, 395, 1, 0, 0, 0, 395, 397, 1, 0, 0, 0, 396, 394, 1, 0, 0, 0, 397, 400, 5, 314, 0, 0, 398, 399, 5, 29, 0, 0, 399, 401, 3, 138, 69, 0, 400, 398, 1, 0, 0, 0, 400, 401, 1, 0, 0, 0, 401, 404, 1, 0, 0, 0, 402, 403, 5, 288, 0, 0, 403, 405, 3, 18, 9, 0, 404, 402, 1, 0, 0, 0, 404, 405, 1, 0, 0, 0, 405, 1148, 1, 0, 0, 0, 406, 407, 5, 66, 0, 0, 407, 410, 5, 244, 0, 0, 408, 409, 5, 102, 0, 0, 409, 411, 5, 77, 0, 0, 410, 408, 1, 0, 0, 0, 410, 411, 1, 0, 0, 0, 411, 412, 1, 0, 0, 0, 412, 1148, 3, 236, 118, 0, 413, 414, 5, 110, 0, 0, 414, 415, 5, 113, 0, 0, 415, 417, 3, 236, 118, 0, 416, 418, 3, 88, 44, 0, 417, 416, 1, 0, 0, 0, 417, 418, 1, 0, 0, 0, 418, 419, 1, 0, 0, 0, 419, 420, 3, 4, 2, 0, 420, 1148, 1, 0, 0, 0, 421, 422, 5, 56, 0, 0, 422, 423, 5, 88, 0, 0, 423, 426, 3, 236, 118, 0, 424, 425, 5, 285, 0, 0, 425, 427, 3, 108, 54, 0, 426, 424, 1, 0, 0, 0, 426, 427, 1, 0, 0, 0, 427, 1148, 1, 0, 0, 0, 428, 429, 5, 258, 0, 0, 429, 430, 5, 244, 0, 0, 430, 1148, 3, 236, 118, 0, 431, 432, 5, 29, 0, 0, 432, 433, 5, 173, 0, 0, 433, 434, 5, 244, 0, 0, 434, 435, 3, 236, 118, 0, 435, 438, 5, 116, 0, 0, 436, 439, 3, 138, 69, 0, 437, 439, 5, 166, 0, 0, 438, 436, 1, 0, 0, 0, 438, 437, 1, 0, 0, 0, 439, 1148, 1, 0, 0, 0, 440, 441, 5, 29, 0, 0, 441, 442, 5, 173, 0, 0, 442, 443, 5, 283, 0, 0, 443, 444, 3, 238, 119, 0, 444, 447, 5, 116, 0, 0, 445, 448, 3, 138, 69, 0, 446, 448, 5, 166, 0, 0, 447, 445, 1, 0, 0, 0, 447, 446, 1, 0, 0, 0, 448, 1148, 1, 0, 0, 0, 449, 450, 5, 29, 0, 0, 450, 451, 5, 173, 0, 0, 451, 452, 5, 27, 0, 0, 452, 453, 3, 218, 109, 0, 453, 456, 5, 116, 0, 0, 454, 457, 3, 138, 69, 0, 455, 457, 5, 166, 0, 0, 456, 454, 1, 0, 0, 0, 456, 455, 1, 0, 0, 0, 457, 1148, 1, 0, 0, 0, 458, 459, 5, 6, 0, 0, 459, 462, 5, 244, 0, 0, 460, 461, 5, 102, 0, 0, 461, 463, 5, 77, 0, 0, 462, 460, 1, 0, 0, 0, 462, 463, 1, 0, 0, 0, 463, 464, 1, 0, 0, 0, 464, 465, 3, 236, 118, 0, 465, 466, 5, 206, 0, 0, 466, 467, 5, 253, 0, 0, 467, 468, 3, 218, 109, 0, 468, 1148, 1, 0, 0, 0, 469, 470, 5, 6, 0, 0, 470, 473, 5, 244, 0, 0, 471, 472, 5, 102, 0, 0, 472, 474, 5, 77, 0, 0, 473, 471, 1, 0, 0, 0, 473, 474, 1, 0, 0, 0, 474, 475, 1, 0, 0, 0, 475, 476, 3, 236, 118, 0, 476, 477, 5, 2, 0, 0, 477, 481, 5, 27, 0, 0, 478, 479, 5, 102, 0, 0, 479, 480, 5, 165, 0, 0, 480, 482, 5, 77, 0, 0, 481, 478, 1, 0, 0, 0, 481, 482, 1, 0, 0, 0, 482, 483, 1, 0, 0, 0, 483, 484, 3, 14, 7, 0, 484, 1148, 1, 0, 0, 0, 485, 486, 5, 6, 0, 0, 486, 489, 5, 244, 0, 0, 487, 488, 5, 102, 0, 0, 488, 490, 5, 77, 0, 0, 489, 487, 1, 0, 0, 0, 489, 490, 1, 0, 0, 0, 490, 491, 1, 0, 0, 0, 491, 492, 3, 236, 118, 0, 492, 493, 5, 206, 0, 0, 493, 496, 5, 27, 0, 0, 494, 495, 5, 102, 0, 0, 495, 497, 5, 77, 0, 0, 496, 494, 1, 0, 0, 0, 496, 497, 1, 0, 0, 0, 497, 498, 1, 0, 0, 0, 498, 499, 3, 218, 109, 0, 499, 500, 5, 253, 0, 0, 500, 501, 3, 230, 115, 0, 501, 1148, 1, 0, 0, 0, 502, 503, 5, 6, 0, 0, 503, 506, 5, 244, 0, 0, 504, 505, 5, 102, 0, 0, 505, 507, 5, 77, 0, 0, 506, 504, 1, 0, 0, 0, 506, 507, 1, 0, 0, 0, 507, 508, 1, 0, 0, 0, 508, 509, 3, 236, 118, 0, 509, 510, 5, 66, 0, 0, 510, 513, 5, 27, 0, 0, 511, 512, 5, 102, 0, 0, 512, 514, 5, 77, 0, 0, 513, 511, 1, 0, 0, 0, 513, 514, 1, 0, 0, 0, 514, 515, 1, 0, 0, 0, 515, 516, 3, 218, 109, 0, 516, 1148, 1, 0, 0, 0, 517, 518, 5, 6, 0, 0, 518, 521, 5, 244, 0, 0, 519, 520, 5, 102, 0, 0, 520, 522, 5, 77, 0, 0, 521, 519, 1, 0, 0, 0, 521, 522, 1, 0, 0, 0, 522, 523, 1, 0, 0, 0, 523, 524, 3, 236, 118, 0, 524, 525, 5, 6, 0, 0, 525, 526, 5, 27, 0, 0, 526, 527, 3, 218, 109, 0, 527, 528, 5, 234, 0, 0, 528, 529, 5, 48, 0, 0, 529, 530, 5, 260, 0, 0, 530, 531, 3, 154, 77, 0, 531, 1148, 1, 0, 0, 0, 532, 533, 5, 6, 0, 0, 533, 534, 5, 244, 0, 0, 534, 535, 3, 236, 118, 0, 535, 536, 5, 234, 0, 0, 536, 537, 5, 14, 0, 0, 537, 538, 3, 226, 113, 0, 538, 1148, 1, 0, 0, 0, 539, 540, 5, 6, 0, 0, 540, 541, 5, 244, 0, 0, 541, 542, 3, 236, 118, 0, 542, 543, 5, 234, 0, 0, 543, 544, 5, 199, 0, 0, 544, 545, 3, 20, 10, 0, 545, 1148, 1, 0, 0, 0, 546, 547, 5, 6, 0, 0, 547, 548, 5, 244, 0, 0, 548, 549, 3, 236, 118, 0, 549, 550, 5, 76, 0, 0, 550, 563, 3, 230, 115, 0, 551, 560, 5, 313, 0, 0, 552, 557, 3, 188, 94, 0, 553, 554, 5, 312, 0, 0, 554, 556, 3, 188, 94, 0, 555, 553, 1, 0, 0, 0, 556, 559, 1, 0, 0, 0, 557, 555, 1, 0, 0, 0, 557, 558, 1, 0, 0, 0, 558, 561, 1, 0, 0, 0, 559, 557, 1, 0, 0, 0, 560, 552, 1, 0, 0, 0, 560, 561, 1, 0, 0, 0, 561, 562, 1, 0, 0, 0, 562, 564, 5, 314, 0, 0, 563, 551, 1, 0, 0, 0, 563, 564, 1, 0, 0, 0, 564, 567, 1, 0, 0, 0, 565, 566, 5, 285, 0, 0, 566, 568, 3, 108, 54, 0, 567, 565, 1, 0, 0, 0, 567, 568, 1, 0, 0, 0, 568, 1148, 1, 0, 0, 0, 569, 570, 5, 7, 0, 0, 570, 573, 3, 236, 118, 0, 571, 572, 5, 288, 0, 0, 572, 574, 3, 18, 9, 0, 573, 571, 1, 0, 0, 0, 573, 574, 1, 0, 0, 0, 574, 1148, 1, 0, 0, 0, 575, 578, 5, 36, 0, 0, 576, 577, 5, 177, 0, 0, 577, 579, 5, 209, 0, 0, 578, 576, 1, 0, 0, 0, 578, 579, 1, 0, 0, 0, 579, 580, 1, 0, 0, 0, 580, 581, 5, 150, 0, 0, 581, 585, 5, 283, 0, 0, 582, 583, 5, 102, 0, 0, 583, 584, 5, 165, 0, 0, 584, 586, 5, 77, 0, 0, 585, 582, 1, 0, 0, 0, 585, 586, 1, 0, 0, 0, 586, 587, 1, 0, 0, 0, 587, 591, 3, 244, 122, 0, 588, 589, 5, 92, 0, 0, 589, 590, 5, 191, 0, 0, 590, 592, 3, 148, 74, 0, 591, 588, 1, 0, 0, 0, 591, 592, 1, 0, 0, 0, 592, 595, 1, 0, 0, 0, 593, 594, 5, 29, 0, 0, 594, 596, 3, 138, 69, 0, 595, 593, 1, 0, 0, 0, 595, 596, 1, 0, 0, 0, 596, 599, 1, 0, 0, 0, 597, 598, 5, 288, 0, 0, 598, 600, 3, 18, 9, 0, 599, 597, 1, 0, 0, 0, 599, 600, 1, 0, 0, 0, 600, 601, 1, 0, 0, 0, 601, 602, 5, 11, 0, 0, 602, 603, 3, 4, 2, 0, 603, 1148, 1, 0, 0, 0, 604, 607, 5, 36, 0, 0, 605, 606, 5, 177, 0, 0, 606, 608, 5, 209, 0, 0, 607, 605, 1, 0, 0, 0, 607, 608, 1, 0, 0, 0, 608, 609, 1, 0, 0, 0, 609, 610, 5, 283, 0, 0, 610, 613, 3, 244, 122, 0, 611, 612, 5, 29, 0, 0, 612, 614, 3, 138, 69, 0, 613, 611, 1, 0, 0, 0, 613, 614, 1, 0, 0, 0, 614, 617, 1, 0, 0, 0, 615, 616, 5, 229, 0, 0, 616, 618, 7, 1, 0, 0, 617, 615, 1, 0, 0, 0, 617, 618, 1, 0, 0, 0, 618, 619, 1, 0, 0, 0, 619, 620, 5, 11, 0, 0, 620, 621, 3, 4, 2, 0, 621, 1148, 1, 0, 0, 0, 622, 623, 5, 205, 0, 0, 623, 624, 5, 150, 0, 0, 624, 625, 5, 283, 0, 0, 625, 1148, 3, 238, 119, 0, 626, 627, 5, 66, 0, 0, 627, 628, 5, 150, 0, 0, 628, 631, 5, 283, 0, 0, 629, 630, 5, 102, 0, 0, 630, 632, 5, 77, 0, 0, 631, 629, 1, 0, 0, 0, 631, 632, 1, 0, 0, 0, 632, 633, 1, 0, 0, 0, 633, 1148, 3, 238, 119, 0, 634, 635, 5, 6, 0, 0, 635, 636, 5, 150, 0, 0, 636, 639, 5, 283, 0, 0, 637, 638, 5, 102, 0, 0, 638, 640, 5, 77, 0, 0, 639, 637, 1, 0, 0, 0, 639, 640, 1, 0, 0, 0, 640, 641, 1, 0, 0, 0, 641, 642, 3, 238, 119, 0, 642, 643, 5, 206, 0, 0, 643, 644, 5, 253, 0, 0, 644, 645, 3, 218, 109, 0, 645, 1148, 1, 0, 0, 0, 646, 647, 5, 6, 0, 0, 647, 648, 5, 150, 0, 0, 648, 649, 5, 283, 0, 0, 649, 650, 3, 238, 119, 0, 650, 651, 5, 234, 0, 0, 651, 652, 5, 199, 0, 0, 652, 653, 3, 20, 10, 0, 653, 1148, 1, 0, 0, 0, 654, 655, 5, 66, 0, 0, 655, 658, 5, 283, 0, 0, 656, 657, 5, 102, 0, 0, 657, 659, 5, 77, 0, 0, 658, 656, 1, 0, 0, 0, 658, 659, 1, 0, 0, 0, 659, 660, 1, 0, 0, 0, 660, 1148, 3, 238, 119, 0, 661, 662, 5, 6, 0, 0, 662, 663, 5, 283, 0, 0, 663, 664, 3, 238, 119, 0, 664, 665, 5, 206, 0, 0, 665, 666, 5, 253, 0, 0, 666, 667, 3, 218, 109, 0, 667, 1148, 1, 0, 0, 0, 668, 669, 5, 6, 0, 0, 669, 670, 5, 283, 0, 0, 670, 671, 3, 238, 119, 0, 671, 672, 5, 234, 0, 0, 672, 673, 5, 14, 0, 0, 673, 674, 3, 226, 113, 0, 674, 1148, 1, 0, 0, 0, 675, 676, 5, 20, 0, 0, 676, 677, 3, 218, 109, 0, 677, 686, 5, 313, 0, 0, 678, 683, 3, 188, 94, 0, 679, 680, 5, 312, 0, 0, 680, 682, 3, 188, 94, 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, 687, 1, 0, 0, 0, 685, 683, 1, 0, 0, 0, 686, 678, 1, 0, 0, 0, 686, 687, 1, 0, 0, 0, 687, 688, 1, 0, 0, 0, 688, 689, 5, 314, 0, 0, 689, 1148, 1, 0, 0, 0, 690, 693, 5, 36, 0, 0, 691, 692, 5, 177, 0, 0, 692, 694, 5, 209, 0, 0, 693, 691, 1, 0, 0, 0, 693, 694, 1, 0, 0, 0, 694, 695, 1, 0, 0, 0, 695, 1148, 3, 194, 97, 0, 696, 697, 5, 66, 0, 0, 697, 700, 5, 90, 0, 0, 698, 699, 5, 102, 0, 0, 699, 701, 5, 77, 0, 0, 700, 698, 1, 0, 0, 0, 700, 701, 1, 0, 0, 0, 701, 702, 1, 0, 0, 0, 702, 1148, 3, 196, 98, 0, 703, 704, 5, 36, 0, 0, 704, 705, 5, 218, 0, 0, 705, 709, 3, 230, 115, 0, 706, 707, 5, 288, 0, 0, 707, 708, 5, 3, 0, 0, 708, 710, 3, 224, 112, 0, 709, 706, 1, 0, 0, 0, 709, 710, 1, 0, 0, 0, 710, 713, 1, 0, 0, 0, 711, 712, 5, 105, 0, 0, 712, 714, 3, 232, 116, 0, 713, 711, 1, 0, 0, 0, 713, 714, 1, 0, 0, 0, 714, 1148, 1, 0, 0, 0, 715, 716, 5, 66, 0, 0, 716, 717, 5, 218, 0, 0, 717, 720, 3, 246, 123, 0, 718, 719, 5, 105, 0, 0, 719, 721, 3, 232, 116, 0, 720, 718, 1, 0, 0, 0, 720, 721, 1, 0, 0, 0, 721, 1148, 1, 0, 0, 0, 722, 723, 5, 93, 0, 0, 723, 724, 3, 228, 114, 0, 724, 725, 5, 253, 0, 0, 725, 730, 3, 226, 113, 0, 726, 727, 5, 312, 0, 0, 727, 729, 3, 226, 113, 0, 728, 726, 1, 0, 0, 0, 729, 732, 1, 0, 0, 0, 730, 728, 1, 0, 0, 0, 730, 731, 1, 0, 0, 0, 731, 736, 1, 0, 0, 0, 732, 730, 1, 0, 0, 0, 733, 734, 5, 288, 0, 0, 734, 735, 5, 3, 0, 0, 735, 737, 5, 176, 0, 0, 736, 733, 1, 0, 0, 0, 736, 737, 1, 0, 0, 0, 737, 741, 1, 0, 0, 0, 738, 739, 5, 94, 0, 0, 739, 740, 5, 19, 0, 0, 740, 742, 3, 224, 112, 0, 741, 738, 1, 0, 0, 0, 741, 742, 1, 0, 0, 0, 742, 745, 1, 0, 0, 0, 743, 744, 5, 105, 0, 0, 744, 746, 3, 232, 116, 0, 745, 743, 1, 0, 0, 0, 745, 746, 1, 0, 0, 0, 746, 1148, 1, 0, 0, 0, 747, 751, 5, 216, 0, 0, 748, 749, 5, 3, 0, 0, 749, 750, 5, 176, 0, 0, 750, 752, 5, 86, 0, 0, 751, 748, 1, 0, 0, 0, 751, 752, 1, 0, 0, 0, 752, 753, 1, 0, 0, 0, 753, 754, 3, 228, 114, 0, 754, 755, 5, 88, 0, 0, 755, 760, 3, 226, 113, 0, 756, 757, 5, 312, 0, 0, 757, 759, 3, 226, 113, 0, 758, 756, 1, 0, 0, 0, 759, 762, 1, 0, 0, 0, 760, 758, 1, 0, 0, 0, 760, 761, 1, 0, 0, 0, 761, 766, 1, 0, 0, 0, 762, 760, 1, 0, 0, 0, 763, 764, 5, 94, 0, 0, 764, 765, 5, 19, 0, 0, 765, 767, 3, 224, 112, 0, 766, 763, 1, 0, 0, 0, 766, 767, 1, 0, 0, 0, 767, 770, 1, 0, 0, 0, 768, 769, 5, 105, 0, 0, 769, 771, 3, 232, 116, 0, 770, 768, 1, 0, 0, 0, 770, 771, 1, 0, 0, 0, 771, 1148, 1, 0, 0, 0, 772, 773, 5, 234, 0, 0, 773, 777, 5, 218, 0, 0, 774, 778, 5, 5, 0, 0, 775, 778, 5, 163, 0, 0, 776, 778, 3, 246, 123, 0, 777, 774, 1, 0, 0, 0, 777, 775, 1, 0, 0, 0, 777, 776, 1, 0, 0, 0, 778, 781, 1, 0, 0, 0, 779, 780, 5, 105, 0, 0, 780, 782, 3, 232, 116, 0, 781, 779, 1, 0, 0, 0, 781, 782, 1, 0, 0, 0, 782, 1148, 1, 0, 0, 0, 783, 794, 5, 93, 0, 0, 784, 789, 3, 216, 108, 0, 785, 786, 5, 312, 0, 0, 786, 788, 3, 216, 108, 0, 787, 785, 1, 0, 0, 0, 788, 791, 1, 0, 0, 0, 789, 787, 1, 0, 0, 0, 789, 790, 1, 0, 0, 0, 790, 795, 1, 0, 0, 0, 791, 789, 1, 0, 0, 0, 792, 793, 5, 5, 0, 0, 793, 795, 5, 198, 0, 0, 794, 784, 1, 0, 0, 0, 794, 792, 1, 0, 0, 0, 795, 796, 1, 0, 0, 0, 796, 805, 5, 173, 0, 0, 797, 799, 5, 226, 0, 0, 798, 797, 1, 0, 0, 0, 798, 799, 1, 0, 0, 0, 799, 800, 1, 0, 0, 0, 800, 806, 3, 234, 117, 0, 801, 803, 5, 244, 0, 0, 802, 801, 1, 0, 0, 0, 802, 803, 1, 0, 0, 0, 803, 804, 1, 0, 0, 0, 804, 806, 3, 236, 118, 0, 805, 798, 1, 0, 0, 0, 805, 802, 1, 0, 0, 0, 806, 807, 1, 0, 0, 0, 807, 808, 5, 253, 0, 0, 808, 812, 3, 226, 113, 0, 809, 810, 5, 288, 0, 0, 810, 811, 5, 93, 0, 0, 811, 813, 5, 176, 0, 0, 812, 809, 1, 0, 0, 0, 812, 813, 1, 0, 0, 0, 813, 1148, 1, 0, 0, 0, 814, 825, 5, 57, 0, 0, 815, 820, 3, 216, 108, 0, 816, 817, 5, 312, 0, 0, 817, 819, 3, 216, 108, 0, 818, 816, 1, 0, 0, 0, 819, 822, 1, 0, 0, 0, 820, 818, 1, 0, 0, 0, 820, 821, 1, 0, 0, 0, 821, 826, 1, 0, 0, 0, 822, 820, 1, 0, 0, 0, 823, 824, 5, 5, 0, 0, 824, 826, 5, 198, 0, 0, 825, 815, 1, 0, 0, 0, 825, 823, 1, 0, 0, 0, 826, 827, 1, 0, 0, 0, 827, 836, 5, 173, 0, 0, 828, 830, 5, 226, 0, 0, 829, 828, 1, 0, 0, 0, 829, 830, 1, 0, 0, 0, 830, 831, 1, 0, 0, 0, 831, 837, 3, 234, 117, 0, 832, 834, 5, 244, 0, 0, 833, 832, 1, 0, 0, 0, 833, 834, 1, 0, 0, 0, 834, 835, 1, 0, 0, 0, 835, 837, 3, 236, 118, 0, 836, 829, 1, 0, 0, 0, 836, 833, 1, 0, 0, 0, 837, 838, 1, 0, 0, 0, 838, 839, 5, 253, 0, 0, 839, 840, 3, 226, 113, 0, 840, 1148, 1, 0, 0, 0, 841, 845, 5, 216, 0, 0, 842, 843, 5, 93, 0, 0, 843, 844, 5, 176, 0, 0, 844, 846, 5, 86, 0, 0, 845, 842, 1, 0, 0, 0, 845, 846, 1, 0, 0, 0, 846, 857, 1, 0, 0, 0, 847, 852, 3, 216, 108, 0, 848, 849, 5, 312, 0, 0, 849, 851, 3, 216, 108, 0, 850, 848, 1, 0, 0, 0, 851, 854, 1, 0, 0, 0, 852, 850, 1, 0, 0, 0, 852, 853, 1, 0, 0, 0, 853, 858, 1, 0, 0, 0, 854, 852, 1, 0, 0, 0, 855, 856, 5, 5, 0, 0, 856, 858, 5, 198, 0, 0, 857, 847, 1, 0, 0, 0, 857, 855, 1, 0, 0, 0, 858, 859, 1, 0, 0, 0, 859, 868, 5, 173, 0, 0, 860, 862, 5, 226, 0, 0, 861, 860, 1, 0, 0, 0, 861, 862, 1, 0, 0, 0, 862, 863, 1, 0, 0, 0, 863, 869, 3, 234, 117, 0, 864, 866, 5, 244, 0, 0, 865, 864, 1, 0, 0, 0, 865, 866, 1, 0, 0, 0, 866, 867, 1, 0, 0, 0, 867, 869, 3, 236, 118, 0, 868, 861, 1, 0, 0, 0, 868, 865, 1, 0, 0, 0, 869, 870, 1, 0, 0, 0, 870, 871, 5, 88, 0, 0, 871, 872, 3, 226, 113, 0, 872, 1148, 1, 0, 0, 0, 873, 874, 5, 236, 0, 0, 874, 880, 5, 95, 0, 0, 875, 877, 5, 173, 0, 0, 876, 878, 5, 244, 0, 0, 877, 876, 1, 0, 0, 0, 877, 878, 1, 0, 0, 0, 878, 879, 1, 0, 0, 0, 879, 881, 3, 236, 118, 0, 880, 875, 1, 0, 0, 0, 880, 881, 1, 0, 0, 0, 881, 1148, 1, 0, 0, 0, 882, 894, 5, 78, 0, 0, 883, 884, 5, 313, 0, 0, 884, 889, 3, 182, 91, 0, 885, 886, 5, 312, 0, 0, 886, 888, 3, 182, 91, 0, 887, 885, 1, 0, 0, 0, 888, 891, 1, 0, 0, 0, 889, 887, 1, 0, 0, 0, 889, 890, 1, 0, 0, 0, 890, 892, 1, 0, 0, 0, 891, 889, 1, 0, 0, 0, 892, 893, 5, 314, 0, 0, 893, 895, 1, 0, 0, 0, 894, 883, 1, 0, 0, 0, 894, 895, 1, 0, 0, 0, 895, 896, 1, 0, 0, 0, 896, 1148, 3, 2, 1, 0, 897, 898, 5, 78, 0, 0, 898, 900, 5, 7, 0, 0, 899, 901, 5, 281, 0, 0, 900, 899, 1, 0, 0, 0, 900, 901, 1, 0, 0, 0, 901, 902, 1, 0, 0, 0, 902, 1148, 3, 2, 1, 0, 903, 904, 5, 236, 0, 0, 904, 905, 5, 36, 0, 0, 905, 906, 5, 244, 0, 0, 906, 1148, 3, 236, 118, 0, 907, 908, 5, 236, 0, 0, 908, 909, 5, 36, 0, 0, 909, 910, 5, 226, 0, 0, 910, 1148, 3, 234, 117, 0, 911, 912, 5, 236, 0, 0, 912, 913, 5, 36, 0, 0, 913, 914, 5, 283, 0, 0, 914, 1148, 3, 238, 119, 0, 915, 916, 5, 236, 0, 0, 916, 917, 5, 36, 0, 0, 917, 918, 5, 150, 0, 0, 918, 919, 5, 283, 0, 0, 919, 1148, 3, 238, 119, 0, 920, 921, 5, 236, 0, 0, 921, 924, 5, 245, 0, 0, 922, 923, 7, 2, 0, 0, 923, 925, 3, 234, 117, 0, 924, 922, 1, 0, 0, 0, 924, 925, 1, 0, 0, 0, 925, 932, 1, 0, 0, 0, 926, 927, 5, 137, 0, 0, 927, 930, 3, 138, 69, 0, 928, 929, 5, 73, 0, 0, 929, 931, 3, 138, 69, 0, 930, 928, 1, 0, 0, 0, 930, 931, 1, 0, 0, 0, 931, 933, 1, 0, 0, 0, 932, 926, 1, 0, 0, 0, 932, 933, 1, 0, 0, 0, 933, 1148, 1, 0, 0, 0, 934, 935, 5, 236, 0, 0, 935, 938, 5, 227, 0, 0, 936, 937, 7, 2, 0, 0, 937, 939, 3, 232, 116, 0, 938, 936, 1, 0, 0, 0, 938, 939, 1, 0, 0, 0, 939, 946, 1, 0, 0, 0, 940, 941, 5, 137, 0, 0, 941, 944, 3, 138, 69, 0, 942, 943, 5, 73, 0, 0, 943, 945, 3, 138, 69, 0, 944, 942, 1, 0, 0, 0, 944, 945, 1, 0, 0, 0, 945, 947, 1, 0, 0, 0, 946, 940, 1, 0, 0, 0, 946, 947, 1, 0, 0, 0, 947, 1148, 1, 0, 0, 0, 948, 949, 5, 236, 0, 0, 949, 956, 5, 26, 0, 0, 950, 951, 5, 137, 0, 0, 951, 954, 3, 138, 69, 0, 952, 953, 5, 73, 0, 0, 953, 955, 3, 138, 69, 0, 954, 952, 1, 0, 0, 0, 954, 955, 1, 0, 0, 0, 955, 957, 1, 0, 0, 0, 956, 950, 1, 0, 0, 0, 956, 957, 1, 0, 0, 0, 957, 1148, 1, 0, 0, 0, 958, 959, 5, 236, 0, 0, 959, 960, 5, 28, 0, 0, 960, 962, 7, 2, 0, 0, 961, 963, 3, 236, 118, 0, 962, 961, 1, 0, 0, 0, 962, 963, 1, 0, 0, 0, 963, 970, 1, 0, 0, 0, 964, 965, 5, 137, 0, 0, 965, 968, 3, 138, 69, 0, 966, 967, 5, 73, 0, 0, 967, 969, 3, 138, 69, 0, 968, 966, 1, 0, 0, 0, 968, 969, 1, 0, 0, 0, 969, 971, 1, 0, 0, 0, 970, 964, 1, 0, 0, 0, 970, 971, 1, 0, 0, 0, 971, 1148, 1, 0, 0, 0, 972, 973, 5, 236, 0, 0, 973, 974, 5, 240, 0, 0, 974, 975, 5, 86, 0, 0, 975, 1148, 3, 236, 118, 0, 976, 977, 5, 236, 0, 0, 977, 978, 5, 240, 0, 0, 978, 979, 5, 86, 0, 0, 979, 980, 5, 313, 0, 0, 980, 981, 3, 4, 2, 0, 981, 982, 5, 314, 0, 0, 982, 1148, 1, 0, 0, 0, 983, 985, 5, 236, 0, 0, 984, 986, 5, 39, 0, 0, 985, 984, 1, 0, 0, 0, 985, 986, 1, 0, 0, 0, 986, 987, 1, 0, 0, 0, 987, 990, 5, 219, 0, 0, 988, 989, 7, 2, 0, 0, 989, 991, 3, 232, 116, 0, 990, 988, 1, 0, 0, 0, 990, 991, 1, 0, 0, 0, 991, 1148, 1, 0, 0, 0, 992, 993, 5, 236, 0, 0, 993, 994, 5, 218, 0, 0, 994, 997, 5, 95, 0, 0, 995, 996, 7, 2, 0, 0, 996, 998, 3, 232, 116, 0, 997, 995, 1, 0, 0, 0, 997, 998, 1, 0, 0, 0, 998, 1148, 1, 0, 0, 0, 999, 1000, 5, 59, 0, 0, 1000, 1148, 3, 236, 118, 0, 1001, 1002, 5, 58, 0, 0, 1002, 1148, 3, 236, 118, 0, 1003, 1004, 5, 236, 0, 0, 1004, 1007, 5, 91, 0, 0, 1005, 1006, 7, 2, 0, 0, 1006, 1008, 3, 234, 117, 0, 1007, 1005, 1, 0, 0, 0, 1007, 1008, 1, 0, 0, 0, 1008, 1015, 1, 0, 0, 0, 1009, 1010, 5, 137, 0, 0, 1010, 1013, 3, 138, 69, 0, 1011, 1012, 5, 73, 0, 0, 1012, 1014, 3, 138, 69, 0, 1013, 1011, 1, 0, 0, 0, 1013, 1014, 1, 0, 0, 0, 1014, 1016, 1, 0, 0, 0, 1015, 1009, 1, 0, 0, 0, 1015, 1016, 1, 0, 0, 0, 1016, 1148, 1, 0, 0, 0, 1017, 1018, 5, 236, 0, 0, 1018, 1025, 5, 233, 0, 0, 1019, 1020, 5, 137, 0, 0, 1020, 1023, 3, 138, 69, 0, 1021, 1022, 5, 73, 0, 0, 1022, 1024, 3, 138, 69, 0, 1023, 1021, 1, 0, 0, 0, 1023, 1024, 1, 0, 0, 0, 1024, 1026, 1, 0, 0, 0, 1025, 1019, 1, 0, 0, 0, 1025, 1026, 1, 0, 0, 0, 1026, 1148, 1, 0, 0, 0, 1027, 1028, 5, 234, 0, 0, 1028, 1029, 5, 233, 0, 0, 1029, 1030, 5, 14, 0, 0, 1030, 1148, 3, 252, 126, 0, 1031, 1032, 5, 210, 0, 0, 1032, 1033, 5, 233, 0, 0, 1033, 1148, 5, 14, 0, 0, 1034, 1035, 5, 234, 0, 0, 1035, 1036, 5, 233, 0, 0, 1036, 1037, 3, 218, 109, 0, 1037, 1038, 5, 296, 0, 0, 1038, 1039, 3, 106, 53, 0, 1039, 1148, 1, 0, 0, 0, 1040, 1041, 5, 210, 0, 0, 1041, 1042, 5, 233, 0, 0, 1042, 1148, 3, 218, 109, 0, 1043, 1044, 5, 239, 0, 0, 1044, 1053, 5, 255, 0, 0, 1045, 1050, 3, 184, 92, 0, 1046, 1047, 5, 312, 0, 0, 1047, 1049, 3, 184, 92, 0, 1048, 1046, 1, 0, 0, 0, 1049, 1052, 1, 0, 0, 0, 1050, 1048, 1, 0, 0, 0, 1050, 1051, 1, 0, 0, 0, 1051, 1054, 1, 0, 0, 0, 1052, 1050, 1, 0, 0, 0, 1053, 1045, 1, 0, 0, 0, 1053, 1054, 1, 0, 0, 0, 1054, 1148, 1, 0, 0, 0, 1055, 1057, 5, 30, 0, 0, 1056, 1058, 5, 291, 0, 0, 1057, 1056, 1, 0, 0, 0, 1057, 1058, 1, 0, 0, 0, 1058, 1148, 1, 0, 0, 0, 1059, 1061, 5, 220, 0, 0, 1060, 1062, 5, 291, 0, 0, 1061, 1060, 1, 0, 0, 0, 1061, 1062, 1, 0, 0, 0, 1062, 1148, 1, 0, 0, 0, 1063, 1064, 5, 197, 0, 0, 1064, 1065, 3, 230, 115, 0, 1065, 1066, 5, 88, 0, 0, 1066, 1067, 3, 2, 1, 0, 1067, 1148, 1, 0, 0, 0, 1068, 1069, 5, 51, 0, 0, 1069, 1070, 5, 197, 0, 0, 1070, 1148, 3, 230, 115, 0, 1071, 1072, 5, 76, 0, 0, 1072, 1082, 3, 230, 115, 0, 1073, 1074, 5, 274, 0, 0, 1074, 1079, 3, 106, 53, 0, 1075, 1076, 5, 312, 0, 0, 1076, 1078, 3, 106, 53, 0, 1077, 1075, 1, 0, 0, 0, 1078, 1081, 1, 0, 0, 0, 1079, 1077, 1, 0, 0, 0, 1079, 1080, 1, 0, 0, 0, 1080, 1083, 1, 0, 0, 0, 1081, 1079, 1, 0, 0, 0, 1082, 1073, 1, 0, 0, 0, 1082, 1083, 1, 0, 0, 0, 1083, 1148, 1, 0, 0, 0, 1084, 1085, 5, 76, 0, 0, 1085, 1086, 5, 104, 0, 0, 1086, 1096, 3, 138, 69, 0, 1087, 1088, 5, 274, 0, 0, 1088, 1093, 3, 106, 53, 0, 1089, 1090, 5, 312, 0, 0, 1090, 1092, 3, 106, 53, 0, 1091, 1089, 1, 0, 0, 0, 1092, 1095, 1, 0, 0, 0, 1093, 1091, 1, 0, 0, 0, 1093, 1094, 1, 0, 0, 0, 1094, 1097, 1, 0, 0, 0, 1095, 1093, 1, 0, 0, 0, 1096, 1087, 1, 0, 0, 0, 1096, 1097, 1, 0, 0, 0, 1097, 1148, 1, 0, 0, 0, 1098, 1099, 5, 59, 0, 0, 1099, 1100, 5, 109, 0, 0, 1100, 1148, 3, 230, 115, 0, 1101, 1102, 5, 59, 0, 0, 1102, 1103, 5, 181, 0, 0, 1103, 1148, 3, 230, 115, 0, 1104, 1105, 5, 234, 0, 0, 1105, 1106, 5, 188, 0, 0, 1106, 1148, 3, 192, 96, 0, 1107, 1108, 5, 234, 0, 0, 1108, 1109, 5, 251, 0, 0, 1109, 1112, 5, 295, 0, 0, 1110, 1113, 5, 140, 0, 0, 1111, 1113, 3, 106, 53, 0, 1112, 1110, 1, 0, 0, 0, 1112, 1111, 1, 0, 0, 0, 1113, 1148, 1, 0, 0, 0, 1114, 1115, 5, 271, 0, 0, 1115, 1116, 3, 236, 118, 0, 1116, 1117, 5, 234, 0, 0, 1117, 1122, 3, 180, 90, 0, 1118, 1119, 5, 312, 0, 0, 1119, 1121, 3, 180, 90, 0, 1120, 1118, 1, 0, 0, 0, 1121, 1124, 1, 0, 0, 0, 1122, 1120, 1, 0, 0, 0, 1122, 1123, 1, 0, 0, 0, 1123, 1127, 1, 0, 0, 0, 1124, 1122, 1, 0, 0, 0, 1125, 1126, 5, 285, 0, 0, 1126, 1128, 3, 108, 54, 0, 1127, 1125, 1, 0, 0, 0, 1127, 1128, 1, 0, 0, 0, 1128, 1148, 1, 0, 0, 0, 1129, 1130, 5, 152, 0, 0, 1130, 1131, 5, 113, 0, 0, 1131, 1136, 3, 236, 118, 0, 1132, 1134, 5, 11, 0, 0, 1133, 1132, 1, 0, 0, 0, 1133, 1134, 1, 0, 0, 0, 1134, 1135, 1, 0, 0, 0, 1135, 1137, 3, 230, 115, 0, 1136, 1133, 1, 0, 0, 0, 1136, 1137, 1, 0, 0, 0, 1137, 1138, 1, 0, 0, 0, 1138, 1139, 5, 274, 0, 0, 1139, 1140, 3, 56, 28, 0, 1140, 1141, 5, 173, 0, 0, 1141, 1143, 3, 106, 53, 0, 1142, 1144, 3, 164, 82, 0, 1143, 1142, 1, 0, 0, 0, 1144, 1145, 1, 0, 0, 0, 1145, 1143, 1, 0, 0, 0, 1145, 1146, 1, 0, 0, 0, 1146, 1148, 1, 0, 0, 0, 1147, 261, 1, 0, 0, 0, 1147, 262, 1, 0, 0, 0, 1147, 264, 1, 0, 0, 0, 1147, 266, 1, 0, 0, 0, 1147, 288, 1, 0, 0, 0, 1147, 298, 1, 0, 0, 0, 1147, 314, 1, 0, 0, 0, 1147, 324, 1, 0, 0, 0, 1147, 331, 1, 0, 0, 0, 1147, 338, 1, 0, 0, 0, 1147, 376, 1, 0, 0, 0, 1147, 406, 1, 0, 0, 0, 1147, 413, 1, 0, 0, 0, 1147, 421, 1, 0, 0, 0, 1147, 428, 1, 0, 0, 0, 1147, 431, 1, 0, 0, 0, 1147, 440, 1, 0, 0, 0, 1147, 449, 1, 0, 0, 0, 1147, 458, 1, 0, 0, 0, 1147, 469, 1, 0, 0, 0, 1147, 485, 1, 0, 0, 0, 1147, 502, 1, 0, 0, 0, 1147, 517, 1, 0, 0, 0, 1147, 532, 1, 0, 0, 0, 1147, 539, 1, 0, 0, 0, 1147, 546, 1, 0, 0, 0, 1147, 569, 1, 0, 0, 0, 1147, 575, 1, 0, 0, 0, 1147, 604, 1, 0, 0, 0, 1147, 622, 1, 0, 0, 0, 1147, 626, 1, 0, 0, 0, 1147, 634, 1, 0, 0, 0, 1147, 646, 1, 0, 0, 0, 1147, 654, 1, 0, 0, 0, 1147, 661, 1, 0, 0, 0, 1147, 668, 1, 0, 0, 0, 1147, 675, 1, 0, 0, 0, 1147, 690, 1, 0, 0, 0, 1147, 696, 1, 0, 0, 0, 1147, 703, 1, 0, 0, 0, 1147, 715, 1, 0, 0, 0, 1147, 722, 1, 0, 0, 0, 1147, 747, 1, 0, 0, 0, 1147, 772, 1, 0, 0, 0, 1147, 783, 1, 0, 0, 0, 1147, 814, 1, 0, 0, 0, 1147, 841, 1, 0, 0, 0, 1147, 873, 1, 0, 0, 0, 1147, 882, 1, 0, 0, 0, 1147, 897, 1, 0, 0, 0, 1147, 903, 1, 0, 0, 0, 1147, 907, 1, 0, 0, 0, 1147, 911, 1, 0, 0, 0, 1147, 915, 1, 0, 0, 0, 1147, 920, 1, 0, 0, 0, 1147, 934, 1, 0, 0, 0, 1147, 948, 1, 0, 0, 0, 1147, 958, 1, 0, 0, 0, 1147, 972, 1, 0, 0, 0, 1147, 976, 1, 0, 0, 0, 1147, 983, 1, 0, 0, 0, 1147, 992, 1, 0, 0, 0, 1147, 999, 1, 0, 0, 0, 1147, 1001, 1, 0, 0, 0, 1147, 1003, 1, 0, 0, 0, 1147, 1017, 1, 0, 0, 0, 1147, 1027, 1, 0, 0, 0, 1147, 1031, 1, 0, 0, 0, 1147, 1034, 1, 0, 0, 0, 1147, 1040, 1, 0, 0, 0, 1147, 1043, 1, 0, 0, 0, 1147, 1055, 1, 0, 0, 0, 1147, 1059, 1, 0, 0, 0, 1147, 1063, 1, 0, 0, 0, 1147, 1068, 1, 0, 0, 0, 1147, 1071, 1, 0, 0, 0, 1147, 1084, 1, 0, 0, 0, 1147, 1098, 1, 0, 0, 0, 1147, 1101, 1, 0, 0, 0, 1147, 1104, 1, 0, 0, 0, 1147, 1107, 1, 0, 0, 0, 1147, 1114, 1, 0, 0, 0, 1147, 1129, 1, 0, 0, 0, 1148, 3, 1, 0, 0, 0, 1149, 1151, 3, 6, 3, 0, 1150, 1149, 1, 0, 0, 0, 1150, 1151, 1, 0, 0, 0, 1151, 1152, 1, 0, 0, 0, 1152, 1153, 3, 8, 4, 0, 1153, 5, 1, 0, 0, 0, 1154, 1155, 5, 288, 0, 0, 1155, 1160, 3, 194, 97, 0, 1156, 1157, 5, 312, 0, 0, 1157, 1159, 3, 194, 97, 0, 1158, 1156, 1, 0, 0, 0, 1159, 1162, 1, 0, 0, 0, 1160, 1158, 1, 0, 0, 0, 1160, 1161, 1, 0, 0, 0, 1161, 7, 1, 0, 0, 0, 1162, 1160, 1, 0, 0, 0, 1163, 1165, 3, 10, 5, 0, 1164, 1163, 1, 0, 0, 0, 1164, 1165, 1, 0, 0, 0, 1165, 1166, 1, 0, 0, 0, 1166, 1167, 3, 26, 13, 0, 1167, 9, 1, 0, 0, 0, 1168, 1170, 5, 288, 0, 0, 1169, 1171, 5, 204, 0, 0, 1170, 1169, 1, 0, 0, 0, 1170, 1171, 1, 0, 0, 0, 1171, 1172, 1, 0, 0, 0, 1172, 1177, 3, 50, 25, 0, 1173, 1174, 5, 312, 0, 0, 1174, 1176, 3, 50, 25, 0, 1175, 1173, 1, 0, 0, 0, 1176, 1179, 1, 0, 0, 0, 1177, 1175, 1, 0, 0, 0, 1177, 1178, 1, 0, 0, 0, 1178, 11, 1, 0, 0, 0, 1179, 1177, 1, 0, 0, 0, 1180, 1183, 3, 14, 7, 0, 1181, 1183, 3, 16, 8, 0, 1182, 1180, 1, 0, 0, 0, 1182, 1181, 1, 0, 0, 0, 1183, 13, 1, 0, 0, 0, 1184, 1185, 3, 230, 115, 0, 1185, 1188, 3, 154, 77, 0, 1186, 1187, 5, 165, 0, 0, 1187, 1189, 5, 166, 0, 0, 1188, 1186, 1, 0, 0, 0, 1188, 1189, 1, 0, 0, 0, 1189, 1192, 1, 0, 0, 0, 1190, 1191, 5, 29, 0, 0, 1191, 1193, 3, 138, 69, 0, 1192, 1190, 1, 0, 0, 0, 1192, 1193, 1, 0, 0, 0, 1193, 1196, 1, 0, 0, 0, 1194, 1195, 5, 288, 0, 0, 1195, 1197, 3, 18, 9, 0, 1196, 1194, 1, 0, 0, 0, 1196, 1197, 1, 0, 0, 0, 1197, 15, 1, 0, 0, 0, 1198, 1199, 5, 137, 0, 0, 1199, 1202, 3, 218, 109, 0, 1200, 1201, 7, 3, 0, 0, 1201, 1203, 5, 199, 0, 0, 1202, 1200, 1, 0, 0, 0, 1202, 1203, 1, 0, 0, 0, 1203, 17, 1, 0, 0, 0, 1204, 1205, 5, 313, 0, 0, 1205, 1206, 3, 20, 10, 0, 1206, 1207, 5, 314, 0, 0, 1207, 19, 1, 0, 0, 0, 1208, 1213, 3, 22, 11, 0, 1209, 1210, 5, 312, 0, 0, 1210, 1212, 3, 22, 11, 0, 1211, 1209, 1, 0, 0, 0, 1212, 1215, 1, 0, 0, 0, 1213, 1211, 1, 0, 0, 0, 1213, 1214, 1, 0, 0, 0, 1214, 21, 1, 0, 0, 0, 1215, 1213, 1, 0, 0, 0, 1216, 1217, 3, 230, 115, 0, 1217, 1218, 5, 296, 0, 0, 1218, 1219, 3, 24, 12, 0, 1219, 23, 1, 0, 0, 0, 1220, 1223, 5, 53, 0, 0, 1221, 1223, 3, 106, 53, 0, 1222, 1220, 1, 0, 0, 0, 1222, 1221, 1, 0, 0, 0, 1223, 25, 1, 0, 0, 0, 1224, 1235, 3, 32, 16, 0, 1225, 1226, 5, 178, 0, 0, 1226, 1227, 5, 19, 0, 0, 1227, 1232, 3, 36, 18, 0, 1228, 1229, 5, 312, 0, 0, 1229, 1231, 3, 36, 18, 0, 1230, 1228, 1, 0, 0, 0, 1231, 1234, 1, 0, 0, 0, 1232, 1230, 1, 0, 0, 0, 1232, 1233, 1, 0, 0, 0, 1233, 1236, 1, 0, 0, 0, 1234, 1232, 1, 0, 0, 0, 1235, 1225, 1, 0, 0, 0, 1235, 1236, 1, 0, 0, 0, 1236, 1242, 1, 0, 0, 0, 1237, 1238, 5, 171, 0, 0, 1238, 1240, 3, 30, 15, 0, 1239, 1241, 7, 4, 0, 0, 1240, 1239, 1, 0, 0, 0, 1240, 1241, 1, 0, 0, 0, 1241, 1243, 1, 0, 0, 0, 1242, 1237, 1, 0, 0, 0, 1242, 1243, 1, 0, 0, 0, 1243, 1257, 1, 0, 0, 0, 1244, 1245, 5, 138, 0, 0, 1245, 1258, 3, 28, 14, 0, 1246, 1247, 5, 81, 0, 0, 1247, 1249, 7, 5, 0, 0, 1248, 1250, 3, 30, 15, 0, 1249, 1248, 1, 0, 0, 0, 1249, 1250, 1, 0, 0, 0, 1250, 1251, 1, 0, 0, 0, 1251, 1255, 7, 4, 0, 0, 1252, 1256, 5, 175, 0, 0, 1253, 1254, 5, 288, 0, 0, 1254, 1256, 5, 250, 0, 0, 1255, 1252, 1, 0, 0, 0, 1255, 1253, 1, 0, 0, 0, 1256, 1258, 1, 0, 0, 0, 1257, 1244, 1, 0, 0, 0, 1257, 1246, 1, 0, 0, 0, 1257, 1258, 1, 0, 0, 0, 1258, 27, 1, 0, 0, 0, 1259, 1262, 5, 5, 0, 0, 1260, 1262, 3, 30, 15, 0, 1261, 1259, 1, 0, 0, 0, 1261, 1260, 1, 0, 0, 0, 1262, 29, 1, 0, 0, 0, 1263, 1264, 7, 6, 0, 0, 1264, 31, 1, 0, 0, 0, 1265, 1266, 6, 16, -1, 0, 1266, 1267, 3, 34, 17, 0, 1267, 1282, 1, 0, 0, 0, 1268, 1269, 10, 2, 0, 0, 1269, 1271, 5, 111, 0, 0, 1270, 1272, 3, 52, 26, 0, 1271, 1270, 1, 0, 0, 0, 1271, 1272, 1, 0, 0, 0, 1272, 1273, 1, 0, 0, 0, 1273, 1281, 3, 32, 16, 3, 1274, 1275, 10, 1, 0, 0, 1275, 1277, 7, 7, 0, 0, 1276, 1278, 3, 52, 26, 0, 1277, 1276, 1, 0, 0, 0, 1277, 1278, 1, 0, 0, 0, 1278, 1279, 1, 0, 0, 0, 1279, 1281, 3, 32, 16, 2, 1280, 1268, 1, 0, 0, 0, 1280, 1274, 1, 0, 0, 0, 1281, 1284, 1, 0, 0, 0, 1282, 1280, 1, 0, 0, 0, 1282, 1283, 1, 0, 0, 0, 1283, 33, 1, 0, 0, 0, 1284, 1282, 1, 0, 0, 0, 1285, 1302, 3, 38, 19, 0, 1286, 1287, 5, 244, 0, 0, 1287, 1302, 3, 218, 109, 0, 1288, 1289, 5, 280, 0, 0, 1289, 1294, 3, 106, 53, 0, 1290, 1291, 5, 312, 0, 0, 1291, 1293, 3, 106, 53, 0, 1292, 1290, 1, 0, 0, 0, 1293, 1296, 1, 0, 0, 0, 1294, 1292, 1, 0, 0, 0, 1294, 1295, 1, 0, 0, 0, 1295, 1302, 1, 0, 0, 0, 1296, 1294, 1, 0, 0, 0, 1297, 1298, 5, 313, 0, 0, 1298, 1299, 3, 26, 13, 0, 1299, 1300, 5, 314, 0, 0, 1300, 1302, 1, 0, 0, 0, 1301, 1285, 1, 0, 0, 0, 1301, 1286, 1, 0, 0, 0, 1301, 1288, 1, 0, 0, 0, 1301, 1297, 1, 0, 0, 0, 1302, 35, 1, 0, 0, 0, 1303, 1305, 3, 106, 53, 0, 1304, 1306, 7, 8, 0, 0, 1305, 1304, 1, 0, 0, 0, 1305, 1306, 1, 0, 0, 0, 1306, 1309, 1, 0, 0, 0, 1307, 1308, 5, 168, 0, 0, 1308, 1310, 7, 9, 0, 0, 1309, 1307, 1, 0, 0, 0, 1309, 1310, 1, 0, 0, 0, 1310, 37, 1, 0, 0, 0, 1311, 1313, 5, 231, 0, 0, 1312, 1314, 3, 52, 26, 0, 1313, 1312, 1, 0, 0, 0, 1313, 1314, 1, 0, 0, 0, 1314, 1315, 1, 0, 0, 0, 1315, 1320, 3, 54, 27, 0, 1316, 1317, 5, 312, 0, 0, 1317, 1319, 3, 54, 27, 0, 1318, 1316, 1, 0, 0, 0, 1319, 1322, 1, 0, 0, 0, 1320, 1318, 1, 0, 0, 0, 1320, 1321, 1, 0, 0, 0, 1321, 1332, 1, 0, 0, 0, 1322, 1320, 1, 0, 0, 0, 1323, 1324, 5, 88, 0, 0, 1324, 1329, 3, 56, 28, 0, 1325, 1326, 5, 312, 0, 0, 1326, 1328, 3, 56, 28, 0, 1327, 1325, 1, 0, 0, 0, 1328, 1331, 1, 0, 0, 0, 1329, 1327, 1, 0, 0, 0, 1329, 1330, 1, 0, 0, 0, 1330, 1333, 1, 0, 0, 0, 1331, 1329, 1, 0, 0, 0, 1332, 1323, 1, 0, 0, 0, 1332, 1333, 1, 0, 0, 0, 1333, 1336, 1, 0, 0, 0, 1334, 1335, 5, 285, 0, 0, 1335, 1337, 3, 108, 54, 0, 1336, 1334, 1, 0, 0, 0, 1336, 1337, 1, 0, 0, 0, 1337, 1341, 1, 0, 0, 0, 1338, 1339, 5, 97, 0, 0, 1339, 1340, 5, 19, 0, 0, 1340, 1342, 3, 40, 20, 0, 1341, 1338, 1, 0, 0, 0, 1341, 1342, 1, 0, 0, 0, 1342, 1345, 1, 0, 0, 0, 1343, 1344, 5, 100, 0, 0, 1344, 1346, 3, 108, 54, 0, 1345, 1343, 1, 0, 0, 0, 1345, 1346, 1, 0, 0, 0, 1346, 1356, 1, 0, 0, 0, 1347, 1348, 5, 287, 0, 0, 1348, 1353, 3, 46, 23, 0, 1349, 1350, 5, 312, 0, 0, 1350, 1352, 3, 46, 23, 0, 1351, 1349, 1, 0, 0, 0, 1352, 1355, 1, 0, 0, 0, 1353, 1351, 1, 0, 0, 0, 1353, 1354, 1, 0, 0, 0, 1354, 1357, 1, 0, 0, 0, 1355, 1353, 1, 0, 0, 0, 1356, 1347, 1, 0, 0, 0, 1356, 1357, 1, 0, 0, 0, 1357, 39, 1, 0, 0, 0, 1358, 1360, 3, 52, 26, 0, 1359, 1358, 1, 0, 0, 0, 1359, 1360, 1, 0, 0, 0, 1360, 1361, 1, 0, 0, 0, 1361, 1366, 3, 42, 21, 0, 1362, 1363, 5, 312, 0, 0, 1363, 1365, 3, 42, 21, 0, 1364, 1362, 1, 0, 0, 0, 1365, 1368, 1, 0, 0, 0, 1366, 1364, 1, 0, 0, 0, 1366, 1367, 1, 0, 0, 0, 1367, 41, 1, 0, 0, 0, 1368, 1366, 1, 0, 0, 0, 1369, 1410, 3, 44, 22, 0, 1370, 1371, 5, 221, 0, 0, 1371, 1380, 5, 313, 0, 0, 1372, 1377, 3, 106, 53, 0, 1373, 1374, 5, 312, 0, 0, 1374, 1376, 3, 106, 53, 0, 1375, 1373, 1, 0, 0, 0, 1376, 1379, 1, 0, 0, 0, 1377, 1375, 1, 0, 0, 0, 1377, 1378, 1, 0, 0, 0, 1378, 1381, 1, 0, 0, 0, 1379, 1377, 1, 0, 0, 0, 1380, 1372, 1, 0, 0, 0, 1380, 1381, 1, 0, 0, 0, 1381, 1382, 1, 0, 0, 0, 1382, 1410, 5, 314, 0, 0, 1383, 1384, 5, 38, 0, 0, 1384, 1393, 5, 313, 0, 0, 1385, 1390, 3, 106, 53, 0, 1386, 1387, 5, 312, 0, 0, 1387, 1389, 3, 106, 53, 0, 1388, 1386, 1, 0, 0, 0, 1389, 1392, 1, 0, 0, 0, 1390, 1388, 1, 0, 0, 0, 1390, 1391, 1, 0, 0, 0, 1391, 1394, 1, 0, 0, 0, 1392, 1390, 1, 0, 0, 0, 1393, 1385, 1, 0, 0, 0, 1393, 1394, 1, 0, 0, 0, 1394, 1395, 1, 0, 0, 0, 1395, 1410, 5, 314, 0, 0, 1396, 1397, 5, 98, 0, 0, 1397, 1398, 5, 235, 0, 0, 1398, 1399, 5, 313, 0, 0, 1399, 1404, 3, 44, 22, 0, 1400, 1401, 5, 312, 0, 0, 1401, 1403, 3, 44, 22, 0, 1402, 1400, 1, 0, 0, 0, 1403, 1406, 1, 0, 0, 0, 1404, 1402, 1, 0, 0, 0, 1404, 1405, 1, 0, 0, 0, 1405, 1407, 1, 0, 0, 0, 1406, 1404, 1, 0, 0, 0, 1407, 1408, 5, 314, 0, 0, 1408, 1410, 1, 0, 0, 0, 1409, 1369, 1, 0, 0, 0, 1409, 1370, 1, 0, 0, 0, 1409, 1383, 1, 0, 0, 0, 1409, 1396, 1, 0, 0, 0, 1410, 43, 1, 0, 0, 0, 1411, 1420, 5, 313, 0, 0, 1412, 1417, 3, 106, 53, 0, 1413, 1414, 5, 312, 0, 0, 1414, 1416, 3, 106, 53, 0, 1415, 1413, 1, 0, 0, 0, 1416, 1419, 1, 0, 0, 0, 1417, 1415, 1, 0, 0, 0, 1417, 1418, 1, 0, 0, 0, 1418, 1421, 1, 0, 0, 0, 1419, 1417, 1, 0, 0, 0, 1420, 1412, 1, 0, 0, 0, 1420, 1421, 1, 0, 0, 0, 1421, 1422, 1, 0, 0, 0, 1422, 1425, 5, 314, 0, 0, 1423, 1425, 3, 106, 53, 0, 1424, 1411, 1, 0, 0, 0, 1424, 1423, 1, 0, 0, 0, 1425, 45, 1, 0, 0, 0, 1426, 1427, 3, 230, 115, 0, 1427, 1428, 5, 11, 0, 0, 1428, 1429, 5, 313, 0, 0, 1429, 1430, 3, 48, 24, 0, 1430, 1431, 5, 314, 0, 0, 1431, 47, 1, 0, 0, 0, 1432, 1434, 3, 230, 115, 0, 1433, 1432, 1, 0, 0, 0, 1433, 1434, 1, 0, 0, 0, 1434, 1445, 1, 0, 0, 0, 1435, 1436, 5, 184, 0, 0, 1436, 1437, 5, 19, 0, 0, 1437, 1442, 3, 106, 53, 0, 1438, 1439, 5, 312, 0, 0, 1439, 1441, 3, 106, 53, 0, 1440, 1438, 1, 0, 0, 0, 1441, 1444, 1, 0, 0, 0, 1442, 1440, 1, 0, 0, 0, 1442, 1443, 1, 0, 0, 0, 1443, 1446, 1, 0, 0, 0, 1444, 1442, 1, 0, 0, 0, 1445, 1435, 1, 0, 0, 0, 1445, 1446, 1, 0, 0, 0, 1446, 1457, 1, 0, 0, 0, 1447, 1448, 5, 178, 0, 0, 1448, 1449, 5, 19, 0, 0, 1449, 1454, 3, 36, 18, 0, 1450, 1451, 5, 312, 0, 0, 1451, 1453, 3, 36, 18, 0, 1452, 1450, 1, 0, 0, 0, 1453, 1456, 1, 0, 0, 0, 1454, 1452, 1, 0, 0, 0, 1454, 1455, 1, 0, 0, 0, 1455, 1458, 1, 0, 0, 0, 1456, 1454, 1, 0, 0, 0, 1457, 1447, 1, 0, 0, 0, 1457, 1458, 1, 0, 0, 0, 1458, 1460, 1, 0, 0, 0, 1459, 1461, 3, 168, 84, 0, 1460, 1459, 1, 0, 0, 0, 1460, 1461, 1, 0, 0, 0, 1461, 49, 1, 0, 0, 0, 1462, 1464, 3, 230, 115, 0, 1463, 1465, 3, 88, 44, 0, 1464, 1463, 1, 0, 0, 0, 1464, 1465, 1, 0, 0, 0, 1465, 1466, 1, 0, 0, 0, 1466, 1467, 5, 11, 0, 0, 1467, 1468, 5, 313, 0, 0, 1468, 1469, 3, 8, 4, 0, 1469, 1470, 5, 314, 0, 0, 1470, 51, 1, 0, 0, 0, 1471, 1472, 7, 10, 0, 0, 1472, 53, 1, 0, 0, 0, 1473, 1478, 3, 106, 53, 0, 1474, 1476, 5, 11, 0, 0, 1475, 1474, 1, 0, 0, 0, 1475, 1476, 1, 0, 0, 0, 1476, 1477, 1, 0, 0, 0, 1477, 1479, 3, 230, 115, 0, 1478, 1475, 1, 0, 0, 0, 1478, 1479, 1, 0, 0, 0, 1479, 1489, 1, 0, 0, 0, 1480, 1481, 3, 114, 57, 0, 1481, 1482, 5, 310, 0, 0, 1482, 1485, 5, 304, 0, 0, 1483, 1484, 5, 11, 0, 0, 1484, 1486, 3, 88, 44, 0, 1485, 1483, 1, 0, 0, 0, 1485, 1486, 1, 0, 0, 0, 1486, 1489, 1, 0, 0, 0, 1487, 1489, 5, 304, 0, 0, 1488, 1473, 1, 0, 0, 0, 1488, 1480, 1, 0, 0, 0, 1488, 1487, 1, 0, 0, 0, 1489, 55, 1, 0, 0, 0, 1490, 1491, 6, 28, -1, 0, 1491, 1492, 3, 62, 31, 0, 1492, 1511, 1, 0, 0, 0, 1493, 1507, 10, 2, 0, 0, 1494, 1495, 5, 37, 0, 0, 1495, 1496, 5, 119, 0, 0, 1496, 1508, 3, 62, 31, 0, 1497, 1498, 3, 58, 29, 0, 1498, 1499, 5, 119, 0, 0, 1499, 1500, 3, 56, 28, 0, 1500, 1501, 3, 60, 30, 0, 1501, 1508, 1, 0, 0, 0, 1502, 1503, 5, 155, 0, 0, 1503, 1504, 3, 58, 29, 0, 1504, 1505, 5, 119, 0, 0, 1505, 1506, 3, 62, 31, 0, 1506, 1508, 1, 0, 0, 0, 1507, 1494, 1, 0, 0, 0, 1507, 1497, 1, 0, 0, 0, 1507, 1502, 1, 0, 0, 0, 1508, 1510, 1, 0, 0, 0, 1509, 1493, 1, 0, 0, 0, 1510, 1513, 1, 0, 0, 0, 1511, 1509, 1, 0, 0, 0, 1511, 1512, 1, 0, 0, 0, 1512, 57, 1, 0, 0, 0, 1513, 1511, 1, 0, 0, 0, 1514, 1516, 5, 108, 0, 0, 1515, 1514, 1, 0, 0, 0, 1515, 1516, 1, 0, 0, 0, 1516, 1522, 1, 0, 0, 0, 1517, 1519, 7, 11, 0, 0, 1518, 1520, 5, 180, 0, 0, 1519, 1518, 1, 0, 0, 0, 1519, 1520, 1, 0, 0, 0, 1520, 1522, 1, 0, 0, 0, 1521, 1515, 1, 0, 0, 0, 1521, 1517, 1, 0, 0, 0, 1522, 59, 1, 0, 0, 0, 1523, 1524, 5, 173, 0, 0, 1524, 1538, 3, 108, 54, 0, 1525, 1526, 5, 274, 0, 0, 1526, 1527, 5, 313, 0, 0, 1527, 1532, 3, 236, 118, 0, 1528, 1529, 5, 312, 0, 0, 1529, 1531, 3, 236, 118, 0, 1530, 1528, 1, 0, 0, 0, 1531, 1534, 1, 0, 0, 0, 1532, 1530, 1, 0, 0, 0, 1532, 1533, 1, 0, 0, 0, 1533, 1535, 1, 0, 0, 0, 1534, 1532, 1, 0, 0, 0, 1535, 1536, 5, 314, 0, 0, 1536, 1538, 1, 0, 0, 0, 1537, 1523, 1, 0, 0, 0, 1537, 1525, 1, 0, 0, 0, 1538, 61, 1, 0, 0, 0, 1539, 1546, 3, 72, 36, 0, 1540, 1541, 5, 246, 0, 0, 1541, 1542, 3, 64, 32, 0, 1542, 1543, 5, 313, 0, 0, 1543, 1544, 3, 106, 53, 0, 1544, 1545, 5, 314, 0, 0, 1545, 1547, 1, 0, 0, 0, 1546, 1540, 1, 0, 0, 0, 1546, 1547, 1, 0, 0, 0, 1547, 1550, 1, 0, 0, 0, 1548, 1550, 3, 236, 118, 0, 1549, 1539, 1, 0, 0, 0, 1549, 1548, 1, 0, 0, 0, 1550, 63, 1, 0, 0, 0, 1551, 1552, 7, 12, 0, 0, 1552, 65, 1, 0, 0, 0, 1553, 1554, 7, 13, 0, 0, 1554, 67, 1, 0, 0, 0, 1555, 1562, 5, 72, 0, 0, 1556, 1558, 5, 258, 0, 0, 1557, 1559, 3, 138, 69, 0, 1558, 1557, 1, 0, 0, 0, 1558, 1559, 1, 0, 0, 0, 1559, 1560, 1, 0, 0, 0, 1560, 1562, 3, 70, 35, 0, 1561, 1555, 1, 0, 0, 0, 1561, 1556, 1, 0, 0, 0, 1562, 69, 1, 0, 0, 0, 1563, 1564, 7, 14, 0, 0, 1564, 1565, 5, 34, 0, 0, 1565, 71, 1, 0, 0, 0, 1566, 1649, 3, 86, 43, 0, 1567, 1568, 5, 149, 0, 0, 1568, 1579, 5, 313, 0, 0, 1569, 1570, 5, 184, 0, 0, 1570, 1571, 5, 19, 0, 0, 1571, 1576, 3, 106, 53, 0, 1572, 1573, 5, 312, 0, 0, 1573, 1575, 3, 106, 53, 0, 1574, 1572, 1, 0, 0, 0, 1575, 1578, 1, 0, 0, 0, 1576, 1574, 1, 0, 0, 0, 1576, 1577, 1, 0, 0, 0, 1577, 1580, 1, 0, 0, 0, 1578, 1576, 1, 0, 0, 0, 1579, 1569, 1, 0, 0, 0, 1579, 1580, 1, 0, 0, 0, 1580, 1591, 1, 0, 0, 0, 1581, 1582, 5, 178, 0, 0, 1582, 1583, 5, 19, 0, 0, 1583, 1588, 3, 36, 18, 0, 1584, 1585, 5, 312, 0, 0, 1585, 1587, 3, 36, 18, 0, 1586, 1584, 1, 0, 0, 0, 1587, 1590, 1, 0, 0, 0, 1588, 1586, 1, 0, 0, 0, 1588, 1589, 1, 0, 0, 0, 1589, 1592, 1, 0, 0, 0, 1590, 1588, 1, 0, 0, 0, 1591, 1581, 1, 0, 0, 0, 1591, 1592, 1, 0, 0, 0, 1592, 1602, 1, 0, 0, 0, 1593, 1594, 5, 151, 0, 0, 1594, 1599, 3, 74, 37, 0, 1595, 1596, 5, 312, 0, 0, 1596, 1598, 3, 74, 37, 0, 1597, 1595, 1, 0, 0, 0, 1598, 1601, 1, 0, 0, 0, 1599, 1597, 1, 0, 0, 0, 1599, 1600, 1, 0, 0, 0, 1600, 1603, 1, 0, 0, 0, 1601, 1599, 1, 0, 0, 0, 1602, 1593, 1, 0, 0, 0, 1602, 1603, 1, 0, 0, 0, 1603, 1605, 1, 0, 0, 0, 1604, 1606, 3, 76, 38, 0, 1605, 1604, 1, 0, 0, 0, 1605, 1606, 1, 0, 0, 0, 1606, 1610, 1, 0, 0, 0, 1607, 1608, 5, 4, 0, 0, 1608, 1609, 5, 146, 0, 0, 1609, 1611, 3, 80, 40, 0, 1610, 1607, 1, 0, 0, 0, 1610, 1611, 1, 0, 0, 0, 1611, 1613, 1, 0, 0, 0, 1612, 1614, 7, 15, 0, 0, 1613, 1612, 1, 0, 0, 0, 1613, 1614, 1, 0, 0, 0, 1614, 1615, 1, 0, 0, 0, 1615, 1616, 5, 189, 0, 0, 1616, 1617, 5, 313, 0, 0, 1617, 1618, 3, 174, 87, 0, 1618, 1628, 5, 314, 0, 0, 1619, 1620, 5, 241, 0, 0, 1620, 1625, 3, 82, 41, 0, 1621, 1622, 5, 312, 0, 0, 1622, 1624, 3, 82, 41, 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, 1629, 1, 0, 0, 0, 1627, 1625, 1, 0, 0, 0, 1628, 1619, 1, 0, 0, 0, 1628, 1629, 1, 0, 0, 0, 1629, 1630, 1, 0, 0, 0, 1630, 1631, 5, 54, 0, 0, 1631, 1636, 3, 84, 42, 0, 1632, 1633, 5, 312, 0, 0, 1633, 1635, 3, 84, 42, 0, 1634, 1632, 1, 0, 0, 0, 1635, 1638, 1, 0, 0, 0, 1636, 1634, 1, 0, 0, 0, 1636, 1637, 1, 0, 0, 0, 1637, 1639, 1, 0, 0, 0, 1638, 1636, 1, 0, 0, 0, 1639, 1647, 5, 314, 0, 0, 1640, 1642, 5, 11, 0, 0, 1641, 1640, 1, 0, 0, 0, 1641, 1642, 1, 0, 0, 0, 1642, 1643, 1, 0, 0, 0, 1643, 1645, 3, 230, 115, 0, 1644, 1646, 3, 88, 44, 0, 1645, 1644, 1, 0, 0, 0, 1645, 1646, 1, 0, 0, 0, 1646, 1648, 1, 0, 0, 0, 1647, 1641, 1, 0, 0, 0, 1647, 1648, 1, 0, 0, 0, 1648, 1650, 1, 0, 0, 0, 1649, 1567, 1, 0, 0, 0, 1649, 1650, 1, 0, 0, 0, 1650, 73, 1, 0, 0, 0, 1651, 1652, 3, 106, 53, 0, 1652, 1653, 5, 11, 0, 0, 1653, 1654, 3, 230, 115, 0, 1654, 75, 1, 0, 0, 0, 1655, 1656, 5, 174, 0, 0, 1656, 1657, 5, 222, 0, 0, 1657, 1658, 5, 190, 0, 0, 1658, 1667, 5, 146, 0, 0, 1659, 1660, 5, 5, 0, 0, 1660, 1661, 5, 223, 0, 0, 1661, 1662, 5, 190, 0, 0, 1662, 1664, 5, 146, 0, 0, 1663, 1665, 3, 78, 39, 0, 1664, 1663, 1, 0, 0, 0, 1664, 1665, 1, 0, 0, 0, 1665, 1667, 1, 0, 0, 0, 1666, 1655, 1, 0, 0, 0, 1666, 1659, 1, 0, 0, 0, 1667, 77, 1, 0, 0, 0, 1668, 1669, 5, 236, 0, 0, 1669, 1670, 5, 68, 0, 0, 1670, 1678, 5, 148, 0, 0, 1671, 1672, 5, 172, 0, 0, 1672, 1673, 5, 68, 0, 0, 1673, 1678, 5, 148, 0, 0, 1674, 1675, 5, 288, 0, 0, 1675, 1676, 5, 268, 0, 0, 1676, 1678, 5, 223, 0, 0, 1677, 1668, 1, 0, 0, 0, 1677, 1671, 1, 0, 0, 0, 1677, 1674, 1, 0, 0, 0, 1678, 79, 1, 0, 0, 0, 1679, 1692, 5, 237, 0, 0, 1680, 1687, 5, 253, 0, 0, 1681, 1682, 5, 157, 0, 0, 1682, 1688, 5, 222, 0, 0, 1683, 1685, 7, 9, 0, 0, 1684, 1683, 1, 0, 0, 0, 1684, 1685, 1, 0, 0, 0, 1685, 1686, 1, 0, 0, 0, 1686, 1688, 3, 230, 115, 0, 1687, 1681, 1, 0, 0, 0, 1687, 1684, 1, 0, 0, 0, 1688, 1693, 1, 0, 0, 0, 1689, 1690, 5, 187, 0, 0, 1690, 1691, 5, 131, 0, 0, 1691, 1693, 5, 222, 0, 0, 1692, 1680, 1, 0, 0, 0, 1692, 1689, 1, 0, 0, 0, 1693, 81, 1, 0, 0, 0, 1694, 1695, 3, 230, 115, 0, 1695, 1696, 5, 296, 0, 0, 1696, 1697, 5, 313, 0, 0, 1697, 1702, 3, 230, 115, 0, 1698, 1699, 5, 312, 0, 0, 1699, 1701, 3, 230, 115, 0, 1700, 1698, 1, 0, 0, 0, 1701, 1704, 1, 0, 0, 0, 1702, 1700, 1, 0, 0, 0, 1702, 1703, 1, 0, 0, 0, 1703, 1705, 1, 0, 0, 0, 1704, 1702, 1, 0, 0, 0, 1705, 1706, 5, 314, 0, 0, 1706, 83, 1, 0, 0, 0, 1707, 1708, 3, 230, 115, 0, 1708, 1709, 5, 11, 0, 0, 1709, 1710, 3, 106, 53, 0, 1710, 85, 1, 0, 0, 0, 1711, 1719, 3, 90, 45, 0, 1712, 1714, 5, 11, 0, 0, 1713, 1712, 1, 0, 0, 0, 1713, 1714, 1, 0, 0, 0, 1714, 1715, 1, 0, 0, 0, 1715, 1717, 3, 230, 115, 0, 1716, 1718, 3, 88, 44, 0, 1717, 1716, 1, 0, 0, 0, 1717, 1718, 1, 0, 0, 0, 1718, 1720, 1, 0, 0, 0, 1719, 1713, 1, 0, 0, 0, 1719, 1720, 1, 0, 0, 0, 1720, 87, 1, 0, 0, 0, 1721, 1722, 5, 313, 0, 0, 1722, 1727, 3, 230, 115, 0, 1723, 1724, 5, 312, 0, 0, 1724, 1726, 3, 230, 115, 0, 1725, 1723, 1, 0, 0, 0, 1726, 1729, 1, 0, 0, 0, 1727, 1725, 1, 0, 0, 0, 1727, 1728, 1, 0, 0, 0, 1728, 1730, 1, 0, 0, 0, 1729, 1727, 1, 0, 0, 0, 1730, 1731, 5, 314, 0, 0, 1731, 89, 1, 0, 0, 0, 1732, 1734, 3, 218, 109, 0, 1733, 1735, 3, 220, 110, 0, 1734, 1733, 1, 0, 0, 0, 1734, 1735, 1, 0, 0, 0, 1735, 1770, 1, 0, 0, 0, 1736, 1737, 5, 313, 0, 0, 1737, 1738, 3, 8, 4, 0, 1738, 1739, 5, 314, 0, 0, 1739, 1770, 1, 0, 0, 0, 1740, 1741, 5, 269, 0, 0, 1741, 1742, 5, 313, 0, 0, 1742, 1747, 3, 106, 53, 0, 1743, 1744, 5, 312, 0, 0, 1744, 1746, 3, 106, 53, 0, 1745, 1743, 1, 0, 0, 0, 1746, 1749, 1, 0, 0, 0, 1747, 1745, 1, 0, 0, 0, 1747, 1748, 1, 0, 0, 0, 1748, 1750, 1, 0, 0, 0, 1749, 1747, 1, 0, 0, 0, 1750, 1753, 5, 314, 0, 0, 1751, 1752, 5, 288, 0, 0, 1752, 1754, 5, 179, 0, 0, 1753, 1751, 1, 0, 0, 0, 1753, 1754, 1, 0, 0, 0, 1754, 1770, 1, 0, 0, 0, 1755, 1756, 5, 132, 0, 0, 1756, 1757, 5, 313, 0, 0, 1757, 1758, 3, 8, 4, 0, 1758, 1759, 5, 314, 0, 0, 1759, 1770, 1, 0, 0, 0, 1760, 1761, 5, 244, 0, 0, 1761, 1762, 5, 313, 0, 0, 1762, 1763, 3, 92, 46, 0, 1763, 1764, 5, 314, 0, 0, 1764, 1770, 1, 0, 0, 0, 1765, 1766, 5, 313, 0, 0, 1766, 1767, 3, 56, 28, 0, 1767, 1768, 5, 314, 0, 0, 1768, 1770, 1, 0, 0, 0, 1769, 1732, 1, 0, 0, 0, 1769, 1736, 1, 0, 0, 0, 1769, 1740, 1, 0, 0, 0, 1769, 1755, 1, 0, 0, 0, 1769, 1760, 1, 0, 0, 0, 1769, 1765, 1, 0, 0, 0, 1770, 91, 1, 0, 0, 0, 1771, 1772, 3, 218, 109, 0, 1772, 1781, 5, 313, 0, 0, 1773, 1778, 3, 94, 47, 0, 1774, 1775, 5, 312, 0, 0, 1775, 1777, 3, 94, 47, 0, 1776, 1774, 1, 0, 0, 0, 1777, 1780, 1, 0, 0, 0, 1778, 1776, 1, 0, 0, 0, 1778, 1779, 1, 0, 0, 0, 1779, 1782, 1, 0, 0, 0, 1780, 1778, 1, 0, 0, 0, 1781, 1773, 1, 0, 0, 0, 1781, 1782, 1, 0, 0, 0, 1782, 1792, 1, 0, 0, 0, 1783, 1784, 5, 35, 0, 0, 1784, 1789, 3, 104, 52, 0, 1785, 1786, 5, 312, 0, 0, 1786, 1788, 3, 104, 52, 0, 1787, 1785, 1, 0, 0, 0, 1788, 1791, 1, 0, 0, 0, 1789, 1787, 1, 0, 0, 0, 1789, 1790, 1, 0, 0, 0, 1790, 1793, 1, 0, 0, 0, 1791, 1789, 1, 0, 0, 0, 1792, 1783, 1, 0, 0, 0, 1792, 1793, 1, 0, 0, 0, 1793, 1794, 1, 0, 0, 0, 1794, 1795, 5, 314, 0, 0, 1795, 93, 1, 0, 0, 0, 1796, 1797, 3, 230, 115, 0, 1797, 1798, 5, 323, 0, 0, 1798, 1800, 1, 0, 0, 0, 1799, 1796, 1, 0, 0, 0, 1799, 1800, 1, 0, 0, 0, 1800, 1804, 1, 0, 0, 0, 1801, 1805, 3, 96, 48, 0, 1802, 1805, 3, 100, 50, 0, 1803, 1805, 3, 106, 53, 0, 1804, 1801, 1, 0, 0, 0, 1804, 1802, 1, 0, 0, 0, 1804, 1803, 1, 0, 0, 0, 1805, 95, 1, 0, 0, 0, 1806, 1824, 3, 98, 49, 0, 1807, 1808, 5, 184, 0, 0, 1808, 1822, 5, 19, 0, 0, 1809, 1818, 5, 313, 0, 0, 1810, 1815, 3, 106, 53, 0, 1811, 1812, 5, 312, 0, 0, 1812, 1814, 3, 106, 53, 0, 1813, 1811, 1, 0, 0, 0, 1814, 1817, 1, 0, 0, 0, 1815, 1813, 1, 0, 0, 0, 1815, 1816, 1, 0, 0, 0, 1816, 1819, 1, 0, 0, 0, 1817, 1815, 1, 0, 0, 0, 1818, 1810, 1, 0, 0, 0, 1818, 1819, 1, 0, 0, 0, 1819, 1820, 1, 0, 0, 0, 1820, 1823, 5, 314, 0, 0, 1821, 1823, 3, 106, 53, 0, 1822, 1809, 1, 0, 0, 0, 1822, 1821, 1, 0, 0, 0, 1823, 1825, 1, 0, 0, 0, 1824, 1807, 1, 0, 0, 0, 1824, 1825, 1, 0, 0, 0, 1825, 1832, 1, 0, 0, 0, 1826, 1827, 5, 200, 0, 0, 1827, 1828, 5, 284, 0, 0, 1828, 1833, 5, 68, 0, 0, 1829, 1830, 5, 127, 0, 0, 1830, 1831, 5, 284, 0, 0, 1831, 1833, 5, 68, 0, 0, 1832, 1826, 1, 0, 0, 0, 1832, 1829, 1, 0, 0, 0, 1832, 1833, 1, 0, 0, 0, 1833, 1850, 1, 0, 0, 0, 1834, 1835, 5, 178, 0, 0, 1835, 1848, 5, 19, 0, 0, 1836, 1837, 5, 313, 0, 0, 1837, 1842, 3, 36, 18, 0, 1838, 1839, 5, 312, 0, 0, 1839, 1841, 3, 36, 18, 0, 1840, 1838, 1, 0, 0, 0, 1841, 1844, 1, 0, 0, 0, 1842, 1840, 1, 0, 0, 0, 1842, 1843, 1, 0, 0, 0, 1843, 1845, 1, 0, 0, 0, 1844, 1842, 1, 0, 0, 0, 1845, 1846, 5, 314, 0, 0, 1846, 1849, 1, 0, 0, 0, 1847, 1849, 3, 36, 18, 0, 1848, 1836, 1, 0, 0, 0, 1848, 1847, 1, 0, 0, 0, 1849, 1851, 1, 0, 0, 0, 1850, 1834, 1, 0, 0, 0, 1850, 1851, 1, 0, 0, 0, 1851, 97, 1, 0, 0, 0, 1852, 1853, 5, 244, 0, 0, 1853, 1854, 5, 313, 0, 0, 1854, 1855, 3, 236, 118, 0, 1855, 1863, 5, 314, 0, 0, 1856, 1858, 5, 11, 0, 0, 1857, 1856, 1, 0, 0, 0, 1857, 1858, 1, 0, 0, 0, 1858, 1859, 1, 0, 0, 0, 1859, 1861, 3, 230, 115, 0, 1860, 1862, 3, 88, 44, 0, 1861, 1860, 1, 0, 0, 0, 1861, 1862, 1, 0, 0, 0, 1862, 1864, 1, 0, 0, 0, 1863, 1857, 1, 0, 0, 0, 1863, 1864, 1, 0, 0, 0, 1864, 1879, 1, 0, 0, 0, 1865, 1866, 5, 244, 0, 0, 1866, 1867, 5, 313, 0, 0, 1867, 1868, 3, 8, 4, 0, 1868, 1876, 5, 314, 0, 0, 1869, 1871, 5, 11, 0, 0, 1870, 1869, 1, 0, 0, 0, 1870, 1871, 1, 0, 0, 0, 1871, 1872, 1, 0, 0, 0, 1872, 1874, 3, 230, 115, 0, 1873, 1875, 3, 88, 44, 0, 1874, 1873, 1, 0, 0, 0, 1874, 1875, 1, 0, 0, 0, 1875, 1877, 1, 0, 0, 0, 1876, 1870, 1, 0, 0, 0, 1876, 1877, 1, 0, 0, 0, 1877, 1879, 1, 0, 0, 0, 1878, 1852, 1, 0, 0, 0, 1878, 1865, 1, 0, 0, 0, 1879, 99, 1, 0, 0, 0, 1880, 1881, 5, 60, 0, 0, 1881, 1882, 5, 313, 0, 0, 1882, 1887, 3, 102, 51, 0, 1883, 1884, 5, 312, 0, 0, 1884, 1886, 3, 102, 51, 0, 1885, 1883, 1, 0, 0, 0, 1886, 1889, 1, 0, 0, 0, 1887, 1885, 1, 0, 0, 0, 1887, 1888, 1, 0, 0, 0, 1888, 1890, 1, 0, 0, 0, 1889, 1887, 1, 0, 0, 0, 1890, 1891, 5, 314, 0, 0, 1891, 1899, 1, 0, 0, 0, 1892, 1893, 5, 24, 0, 0, 1893, 1894, 5, 313, 0, 0, 1894, 1895, 5, 166, 0, 0, 1895, 1896, 5, 11, 0, 0, 1896, 1897, 5, 60, 0, 0, 1897, 1899, 5, 314, 0, 0, 1898, 1880, 1, 0, 0, 0, 1898, 1892, 1, 0, 0, 0, 1899, 101, 1, 0, 0, 0, 1900, 1902, 3, 230, 115, 0, 1901, 1903, 3, 154, 77, 0, 1902, 1901, 1, 0, 0, 0, 1902, 1903, 1, 0, 0, 0, 1903, 103, 1, 0, 0, 0, 1904, 1905, 5, 313, 0, 0, 1905, 1906, 3, 218, 109, 0, 1906, 1907, 5, 312, 0, 0, 1907, 1912, 3, 218, 109, 0, 1908, 1909, 5, 312, 0, 0, 1909, 1911, 3, 218, 109, 0, 1910, 1908, 1, 0, 0, 0, 1911, 1914, 1, 0, 0, 0, 1912, 1910, 1, 0, 0, 0, 1912, 1913, 1, 0, 0, 0, 1913, 1915, 1, 0, 0, 0, 1914, 1912, 1, 0, 0, 0, 1915, 1916, 5, 314, 0, 0, 1916, 105, 1, 0, 0, 0, 1917, 1918, 3, 108, 54, 0, 1918, 107, 1, 0, 0, 0, 1919, 1920, 6, 54, -1, 0, 1920, 1922, 3, 112, 56, 0, 1921, 1923, 3, 110, 55, 0, 1922, 1921, 1, 0, 0, 0, 1922, 1923, 1, 0, 0, 0, 1923, 1927, 1, 0, 0, 0, 1924, 1925, 5, 165, 0, 0, 1925, 1927, 3, 108, 54, 3, 1926, 1919, 1, 0, 0, 0, 1926, 1924, 1, 0, 0, 0, 1927, 1936, 1, 0, 0, 0, 1928, 1929, 10, 2, 0, 0, 1929, 1930, 5, 8, 0, 0, 1930, 1935, 3, 108, 54, 3, 1931, 1932, 10, 1, 0, 0, 1932, 1933, 5, 177, 0, 0, 1933, 1935, 3, 108, 54, 2, 1934, 1928, 1, 0, 0, 0, 1934, 1931, 1, 0, 0, 0, 1935, 1938, 1, 0, 0, 0, 1936, 1934, 1, 0, 0, 0, 1936, 1937, 1, 0, 0, 0, 1937, 109, 1, 0, 0, 0, 1938, 1936, 1, 0, 0, 0, 1939, 1940, 3, 142, 71, 0, 1940, 1941, 3, 112, 56, 0, 1941, 2001, 1, 0, 0, 0, 1942, 1943, 3, 142, 71, 0, 1943, 1944, 3, 144, 72, 0, 1944, 1945, 5, 313, 0, 0, 1945, 1946, 3, 8, 4, 0, 1946, 1947, 5, 314, 0, 0, 1947, 2001, 1, 0, 0, 0, 1948, 1950, 5, 165, 0, 0, 1949, 1948, 1, 0, 0, 0, 1949, 1950, 1, 0, 0, 0, 1950, 1951, 1, 0, 0, 0, 1951, 1952, 5, 17, 0, 0, 1952, 1953, 3, 112, 56, 0, 1953, 1954, 5, 8, 0, 0, 1954, 1955, 3, 112, 56, 0, 1955, 2001, 1, 0, 0, 0, 1956, 1958, 5, 165, 0, 0, 1957, 1956, 1, 0, 0, 0, 1957, 1958, 1, 0, 0, 0, 1958, 1959, 1, 0, 0, 0, 1959, 1960, 5, 105, 0, 0, 1960, 1961, 5, 313, 0, 0, 1961, 1966, 3, 106, 53, 0, 1962, 1963, 5, 312, 0, 0, 1963, 1965, 3, 106, 53, 0, 1964, 1962, 1, 0, 0, 0, 1965, 1968, 1, 0, 0, 0, 1966, 1964, 1, 0, 0, 0, 1966, 1967, 1, 0, 0, 0, 1967, 1969, 1, 0, 0, 0, 1968, 1966, 1, 0, 0, 0, 1969, 1970, 5, 314, 0, 0, 1970, 2001, 1, 0, 0, 0, 1971, 1973, 5, 165, 0, 0, 1972, 1971, 1, 0, 0, 0, 1972, 1973, 1, 0, 0, 0, 1973, 1974, 1, 0, 0, 0, 1974, 1975, 5, 105, 0, 0, 1975, 1976, 5, 313, 0, 0, 1976, 1977, 3, 8, 4, 0, 1977, 1978, 5, 314, 0, 0, 1978, 2001, 1, 0, 0, 0, 1979, 1981, 5, 165, 0, 0, 1980, 1979, 1, 0, 0, 0, 1980, 1981, 1, 0, 0, 0, 1981, 1982, 1, 0, 0, 0, 1982, 1983, 5, 137, 0, 0, 1983, 1986, 3, 112, 56, 0, 1984, 1985, 5, 73, 0, 0, 1985, 1987, 3, 112, 56, 0, 1986, 1984, 1, 0, 0, 0, 1986, 1987, 1, 0, 0, 0, 1987, 2001, 1, 0, 0, 0, 1988, 1990, 5, 116, 0, 0, 1989, 1991, 5, 165, 0, 0, 1990, 1989, 1, 0, 0, 0, 1990, 1991, 1, 0, 0, 0, 1991, 1992, 1, 0, 0, 0, 1992, 2001, 5, 166, 0, 0, 1993, 1995, 5, 116, 0, 0, 1994, 1996, 5, 165, 0, 0, 1995, 1994, 1, 0, 0, 0, 1995, 1996, 1, 0, 0, 0, 1996, 1997, 1, 0, 0, 0, 1997, 1998, 5, 62, 0, 0, 1998, 1999, 5, 88, 0, 0, 1999, 2001, 3, 112, 56, 0, 2000, 1939, 1, 0, 0, 0, 2000, 1942, 1, 0, 0, 0, 2000, 1949, 1, 0, 0, 0, 2000, 1957, 1, 0, 0, 0, 2000, 1972, 1, 0, 0, 0, 2000, 1980, 1, 0, 0, 0, 2000, 1988, 1, 0, 0, 0, 2000, 1993, 1, 0, 0, 0, 2001, 111, 1, 0, 0, 0, 2002, 2003, 6, 56, -1, 0, 2003, 2007, 3, 114, 57, 0, 2004, 2005, 7, 16, 0, 0, 2005, 2007, 3, 112, 56, 4, 2006, 2002, 1, 0, 0, 0, 2006, 2004, 1, 0, 0, 0, 2007, 2022, 1, 0, 0, 0, 2008, 2009, 10, 3, 0, 0, 2009, 2010, 7, 17, 0, 0, 2010, 2021, 3, 112, 56, 4, 2011, 2012, 10, 2, 0, 0, 2012, 2013, 7, 16, 0, 0, 2013, 2021, 3, 112, 56, 3, 2014, 2015, 10, 1, 0, 0, 2015, 2016, 5, 307, 0, 0, 2016, 2021, 3, 112, 56, 2, 2017, 2018, 10, 5, 0, 0, 2018, 2019, 5, 13, 0, 0, 2019, 2021, 3, 140, 70, 0, 2020, 2008, 1, 0, 0, 0, 2020, 2011, 1, 0, 0, 0, 2020, 2014, 1, 0, 0, 0, 2020, 2017, 1, 0, 0, 0, 2021, 2024, 1, 0, 0, 0, 2022, 2020, 1, 0, 0, 0, 2022, 2023, 1, 0, 0, 0, 2023, 113, 1, 0, 0, 0, 2024, 2022, 1, 0, 0, 0, 2025, 2026, 6, 57, -1, 0, 2026, 2479, 5, 166, 0, 0, 2027, 2479, 3, 148, 74, 0, 2028, 2029, 3, 230, 115, 0, 2029, 2030, 3, 138, 69, 0, 2030, 2479, 1, 0, 0, 0, 2031, 2032, 5, 65, 0, 0, 2032, 2033, 5, 196, 0, 0, 2033, 2479, 3, 138, 69, 0, 2034, 2479, 3, 250, 125, 0, 2035, 2479, 3, 146, 73, 0, 2036, 2479, 3, 138, 69, 0, 2037, 2479, 5, 329, 0, 0, 2038, 2479, 5, 308, 0, 0, 2039, 2040, 5, 194, 0, 0, 2040, 2041, 5, 313, 0, 0, 2041, 2042, 3, 112, 56, 0, 2042, 2043, 5, 105, 0, 0, 2043, 2044, 3, 112, 56, 0, 2044, 2045, 5, 314, 0, 0, 2045, 2479, 1, 0, 0, 0, 2046, 2047, 5, 313, 0, 0, 2047, 2050, 3, 106, 53, 0, 2048, 2049, 5, 312, 0, 0, 2049, 2051, 3, 106, 53, 0, 2050, 2048, 1, 0, 0, 0, 2051, 2052, 1, 0, 0, 0, 2052, 2050, 1, 0, 0, 0, 2052, 2053, 1, 0, 0, 0, 2053, 2054, 1, 0, 0, 0, 2054, 2055, 5, 314, 0, 0, 2055, 2479, 1, 0, 0, 0, 2056, 2057, 5, 222, 0, 0, 2057, 2058, 5, 313, 0, 0, 2058, 2063, 3, 106, 53, 0, 2059, 2060, 5, 312, 0, 0, 2060, 2062, 3, 106, 53, 0, 2061, 2059, 1, 0, 0, 0, 2062, 2065, 1, 0, 0, 0, 2063, 2061, 1, 0, 0, 0, 2063, 2064, 1, 0, 0, 0, 2064, 2066, 1, 0, 0, 0, 2065, 2063, 1, 0, 0, 0, 2066, 2067, 5, 314, 0, 0, 2067, 2479, 1, 0, 0, 0, 2068, 2069, 5, 139, 0, 0, 2069, 2071, 5, 313, 0, 0, 2070, 2072, 3, 52, 26, 0, 2071, 2070, 1, 0, 0, 0, 2071, 2072, 1, 0, 0, 0, 2072, 2073, 1, 0, 0, 0, 2073, 2076, 3, 106, 53, 0, 2074, 2075, 5, 312, 0, 0, 2075, 2077, 3, 138, 69, 0, 2076, 2074, 1, 0, 0, 0, 2076, 2077, 1, 0, 0, 0, 2077, 2081, 1, 0, 0, 0, 2078, 2079, 5, 173, 0, 0, 2079, 2080, 5, 183, 0, 0, 2080, 2082, 3, 68, 34, 0, 2081, 2078, 1, 0, 0, 0, 2081, 2082, 1, 0, 0, 0, 2082, 2083, 1, 0, 0, 0, 2083, 2084, 5, 314, 0, 0, 2084, 2085, 5, 289, 0, 0, 2085, 2086, 5, 97, 0, 0, 2086, 2087, 5, 313, 0, 0, 2087, 2088, 5, 178, 0, 0, 2088, 2089, 5, 19, 0, 0, 2089, 2094, 3, 36, 18, 0, 2090, 2091, 5, 312, 0, 0, 2091, 2093, 3, 36, 18, 0, 2092, 2090, 1, 0, 0, 0, 2093, 2096, 1, 0, 0, 0, 2094, 2092, 1, 0, 0, 0, 2094, 2095, 1, 0, 0, 0, 2095, 2097, 1, 0, 0, 0, 2096, 2094, 1, 0, 0, 0, 2097, 2098, 5, 314, 0, 0, 2098, 2100, 1, 0, 0, 0, 2099, 2101, 3, 162, 81, 0, 2100, 2099, 1, 0, 0, 0, 2100, 2101, 1, 0, 0, 0, 2101, 2479, 1, 0, 0, 0, 2102, 2104, 3, 134, 67, 0, 2103, 2102, 1, 0, 0, 0, 2103, 2104, 1, 0, 0, 0, 2104, 2105, 1, 0, 0, 0, 2105, 2106, 3, 218, 109, 0, 2106, 2110, 5, 313, 0, 0, 2107, 2108, 3, 230, 115, 0, 2108, 2109, 5, 310, 0, 0, 2109, 2111, 1, 0, 0, 0, 2110, 2107, 1, 0, 0, 0, 2110, 2111, 1, 0, 0, 0, 2111, 2112, 1, 0, 0, 0, 2112, 2113, 5, 304, 0, 0, 2113, 2115, 5, 314, 0, 0, 2114, 2116, 3, 162, 81, 0, 2115, 2114, 1, 0, 0, 0, 2115, 2116, 1, 0, 0, 0, 2116, 2118, 1, 0, 0, 0, 2117, 2119, 3, 166, 83, 0, 2118, 2117, 1, 0, 0, 0, 2118, 2119, 1, 0, 0, 0, 2119, 2479, 1, 0, 0, 0, 2120, 2122, 3, 134, 67, 0, 2121, 2120, 1, 0, 0, 0, 2121, 2122, 1, 0, 0, 0, 2122, 2123, 1, 0, 0, 0, 2123, 2124, 3, 218, 109, 0, 2124, 2136, 5, 313, 0, 0, 2125, 2127, 3, 52, 26, 0, 2126, 2125, 1, 0, 0, 0, 2126, 2127, 1, 0, 0, 0, 2127, 2128, 1, 0, 0, 0, 2128, 2133, 3, 106, 53, 0, 2129, 2130, 5, 312, 0, 0, 2130, 2132, 3, 106, 53, 0, 2131, 2129, 1, 0, 0, 0, 2132, 2135, 1, 0, 0, 0, 2133, 2131, 1, 0, 0, 0, 2133, 2134, 1, 0, 0, 0, 2134, 2137, 1, 0, 0, 0, 2135, 2133, 1, 0, 0, 0, 2136, 2126, 1, 0, 0, 0, 2136, 2137, 1, 0, 0, 0, 2137, 2148, 1, 0, 0, 0, 2138, 2139, 5, 178, 0, 0, 2139, 2140, 5, 19, 0, 0, 2140, 2145, 3, 36, 18, 0, 2141, 2142, 5, 312, 0, 0, 2142, 2144, 3, 36, 18, 0, 2143, 2141, 1, 0, 0, 0, 2144, 2147, 1, 0, 0, 0, 2145, 2143, 1, 0, 0, 0, 2145, 2146, 1, 0, 0, 0, 2146, 2149, 1, 0, 0, 0, 2147, 2145, 1, 0, 0, 0, 2148, 2138, 1, 0, 0, 0, 2148, 2149, 1, 0, 0, 0, 2149, 2150, 1, 0, 0, 0, 2150, 2152, 5, 314, 0, 0, 2151, 2153, 3, 162, 81, 0, 2152, 2151, 1, 0, 0, 0, 2152, 2153, 1, 0, 0, 0, 2153, 2158, 1, 0, 0, 0, 2154, 2156, 3, 136, 68, 0, 2155, 2154, 1, 0, 0, 0, 2155, 2156, 1, 0, 0, 0, 2156, 2157, 1, 0, 0, 0, 2157, 2159, 3, 166, 83, 0, 2158, 2155, 1, 0, 0, 0, 2158, 2159, 1, 0, 0, 0, 2159, 2479, 1, 0, 0, 0, 2160, 2161, 3, 230, 115, 0, 2161, 2162, 3, 166, 83, 0, 2162, 2479, 1, 0, 0, 0, 2163, 2164, 3, 230, 115, 0, 2164, 2165, 5, 322, 0, 0, 2165, 2166, 3, 106, 53, 0, 2166, 2479, 1, 0, 0, 0, 2167, 2176, 5, 313, 0, 0, 2168, 2173, 3, 230, 115, 0, 2169, 2170, 5, 312, 0, 0, 2170, 2172, 3, 230, 115, 0, 2171, 2169, 1, 0, 0, 0, 2172, 2175, 1, 0, 0, 0, 2173, 2171, 1, 0, 0, 0, 2173, 2174, 1, 0, 0, 0, 2174, 2177, 1, 0, 0, 0, 2175, 2173, 1, 0, 0, 0, 2176, 2168, 1, 0, 0, 0, 2176, 2177, 1, 0, 0, 0, 2177, 2178, 1, 0, 0, 0, 2178, 2179, 5, 314, 0, 0, 2179, 2180, 5, 322, 0, 0, 2180, 2479, 3, 106, 53, 0, 2181, 2182, 5, 313, 0, 0, 2182, 2183, 3, 8, 4, 0, 2183, 2184, 5, 314, 0, 0, 2184, 2479, 1, 0, 0, 0, 2185, 2186, 5, 77, 0, 0, 2186, 2187, 5, 313, 0, 0, 2187, 2188, 3, 8, 4, 0, 2188, 2189, 5, 314, 0, 0, 2189, 2479, 1, 0, 0, 0, 2190, 2191, 5, 23, 0, 0, 2191, 2193, 3, 106, 53, 0, 2192, 2194, 3, 160, 80, 0, 2193, 2192, 1, 0, 0, 0, 2194, 2195, 1, 0, 0, 0, 2195, 2193, 1, 0, 0, 0, 2195, 2196, 1, 0, 0, 0, 2196, 2199, 1, 0, 0, 0, 2197, 2198, 5, 67, 0, 0, 2198, 2200, 3, 106, 53, 0, 2199, 2197, 1, 0, 0, 0, 2199, 2200, 1, 0, 0, 0, 2200, 2201, 1, 0, 0, 0, 2201, 2202, 5, 71, 0, 0, 2202, 2479, 1, 0, 0, 0, 2203, 2205, 5, 23, 0, 0, 2204, 2206, 3, 160, 80, 0, 2205, 2204, 1, 0, 0, 0, 2206, 2207, 1, 0, 0, 0, 2207, 2205, 1, 0, 0, 0, 2207, 2208, 1, 0, 0, 0, 2208, 2211, 1, 0, 0, 0, 2209, 2210, 5, 67, 0, 0, 2210, 2212, 3, 106, 53, 0, 2211, 2209, 1, 0, 0, 0, 2211, 2212, 1, 0, 0, 0, 2212, 2213, 1, 0, 0, 0, 2213, 2214, 5, 71, 0, 0, 2214, 2479, 1, 0, 0, 0, 2215, 2216, 5, 24, 0, 0, 2216, 2217, 5, 313, 0, 0, 2217, 2218, 3, 106, 53, 0, 2218, 2219, 5, 11, 0, 0, 2219, 2220, 3, 154, 77, 0, 2220, 2221, 5, 314, 0, 0, 2221, 2479, 1, 0, 0, 0, 2222, 2223, 5, 259, 0, 0, 2223, 2224, 5, 313, 0, 0, 2224, 2225, 3, 106, 53, 0, 2225, 2226, 5, 11, 0, 0, 2226, 2227, 3, 154, 77, 0, 2227, 2228, 5, 314, 0, 0, 2228, 2479, 1, 0, 0, 0, 2229, 2230, 5, 10, 0, 0, 2230, 2239, 5, 315, 0, 0, 2231, 2236, 3, 106, 53, 0, 2232, 2233, 5, 312, 0, 0, 2233, 2235, 3, 106, 53, 0, 2234, 2232, 1, 0, 0, 0, 2235, 2238, 1, 0, 0, 0, 2236, 2234, 1, 0, 0, 0, 2236, 2237, 1, 0, 0, 0, 2237, 2240, 1, 0, 0, 0, 2238, 2236, 1, 0, 0, 0, 2239, 2231, 1, 0, 0, 0, 2239, 2240, 1, 0, 0, 0, 2240, 2241, 1, 0, 0, 0, 2241, 2479, 5, 316, 0, 0, 2242, 2479, 3, 230, 115, 0, 2243, 2479, 5, 41, 0, 0, 2244, 2248, 5, 45, 0, 0, 2245, 2246, 5, 313, 0, 0, 2246, 2247, 5, 330, 0, 0, 2247, 2249, 5, 314, 0, 0, 2248, 2245, 1, 0, 0, 0, 2248, 2249, 1, 0, 0, 0, 2249, 2479, 1, 0, 0, 0, 2250, 2254, 5, 46, 0, 0, 2251, 2252, 5, 313, 0, 0, 2252, 2253, 5, 330, 0, 0, 2253, 2255, 5, 314, 0, 0, 2254, 2251, 1, 0, 0, 0, 2254, 2255, 1, 0, 0, 0, 2255, 2479, 1, 0, 0, 0, 2256, 2260, 5, 141, 0, 0, 2257, 2258, 5, 313, 0, 0, 2258, 2259, 5, 330, 0, 0, 2259, 2261, 5, 314, 0, 0, 2260, 2257, 1, 0, 0, 0, 2260, 2261, 1, 0, 0, 0, 2261, 2479, 1, 0, 0, 0, 2262, 2266, 5, 142, 0, 0, 2263, 2264, 5, 313, 0, 0, 2264, 2265, 5, 330, 0, 0, 2265, 2267, 5, 314, 0, 0, 2266, 2263, 1, 0, 0, 0, 2266, 2267, 1, 0, 0, 0, 2267, 2479, 1, 0, 0, 0, 2268, 2479, 5, 47, 0, 0, 2269, 2479, 5, 40, 0, 0, 2270, 2479, 5, 44, 0, 0, 2271, 2479, 5, 42, 0, 0, 2272, 2273, 5, 256, 0, 0, 2273, 2281, 5, 313, 0, 0, 2274, 2276, 3, 66, 33, 0, 2275, 2274, 1, 0, 0, 0, 2275, 2276, 1, 0, 0, 0, 2276, 2278, 1, 0, 0, 0, 2277, 2279, 3, 112, 56, 0, 2278, 2277, 1, 0, 0, 0, 2278, 2279, 1, 0, 0, 0, 2279, 2280, 1, 0, 0, 0, 2280, 2282, 5, 88, 0, 0, 2281, 2275, 1, 0, 0, 0, 2281, 2282, 1, 0, 0, 0, 2282, 2283, 1, 0, 0, 0, 2283, 2284, 3, 112, 56, 0, 2284, 2285, 5, 314, 0, 0, 2285, 2479, 1, 0, 0, 0, 2286, 2287, 5, 256, 0, 0, 2287, 2288, 5, 313, 0, 0, 2288, 2289, 3, 112, 56, 0, 2289, 2290, 5, 312, 0, 0, 2290, 2291, 3, 112, 56, 0, 2291, 2292, 5, 314, 0, 0, 2292, 2479, 1, 0, 0, 0, 2293, 2294, 5, 242, 0, 0, 2294, 2295, 5, 313, 0, 0, 2295, 2296, 3, 112, 56, 0, 2296, 2297, 5, 88, 0, 0, 2297, 2300, 3, 112, 56, 0, 2298, 2299, 5, 86, 0, 0, 2299, 2301, 3, 112, 56, 0, 2300, 2298, 1, 0, 0, 0, 2300, 2301, 1, 0, 0, 0, 2301, 2302, 1, 0, 0, 0, 2302, 2303, 5, 314, 0, 0, 2303, 2479, 1, 0, 0, 0, 2304, 2305, 5, 164, 0, 0, 2305, 2306, 5, 313, 0, 0, 2306, 2309, 3, 112, 56, 0, 2307, 2308, 5, 312, 0, 0, 2308, 2310, 3, 152, 76, 0, 2309, 2307, 1, 0, 0, 0, 2309, 2310, 1, 0, 0, 0, 2310, 2311, 1, 0, 0, 0, 2311, 2312, 5, 314, 0, 0, 2312, 2479, 1, 0, 0, 0, 2313, 2314, 5, 79, 0, 0, 2314, 2315, 5, 313, 0, 0, 2315, 2316, 3, 230, 115, 0, 2316, 2317, 5, 88, 0, 0, 2317, 2318, 3, 112, 56, 0, 2318, 2319, 5, 314, 0, 0, 2319, 2479, 1, 0, 0, 0, 2320, 2321, 5, 313, 0, 0, 2321, 2322, 3, 106, 53, 0, 2322, 2323, 5, 314, 0, 0, 2323, 2479, 1, 0, 0, 0, 2324, 2325, 5, 98, 0, 0, 2325, 2334, 5, 313, 0, 0, 2326, 2331, 3, 218, 109, 0, 2327, 2328, 5, 312, 0, 0, 2328, 2330, 3, 218, 109, 0, 2329, 2327, 1, 0, 0, 0, 2330, 2333, 1, 0, 0, 0, 2331, 2329, 1, 0, 0, 0, 2331, 2332, 1, 0, 0, 0, 2332, 2335, 1, 0, 0, 0, 2333, 2331, 1, 0, 0, 0, 2334, 2326, 1, 0, 0, 0, 2334, 2335, 1, 0, 0, 0, 2335, 2336, 1, 0, 0, 0, 2336, 2479, 5, 314, 0, 0, 2337, 2338, 5, 122, 0, 0, 2338, 2339, 5, 313, 0, 0, 2339, 2344, 3, 116, 58, 0, 2340, 2341, 3, 124, 62, 0, 2341, 2342, 5, 173, 0, 0, 2342, 2343, 5, 72, 0, 0, 2343, 2345, 1, 0, 0, 0, 2344, 2340, 1, 0, 0, 0, 2344, 2345, 1, 0, 0, 0, 2345, 2346, 1, 0, 0, 0, 2346, 2347, 5, 314, 0, 0, 2347, 2479, 1, 0, 0, 0, 2348, 2349, 5, 126, 0, 0, 2349, 2350, 5, 313, 0, 0, 2350, 2353, 3, 116, 58, 0, 2351, 2352, 5, 214, 0, 0, 2352, 2354, 3, 154, 77, 0, 2353, 2351, 1, 0, 0, 0, 2353, 2354, 1, 0, 0, 0, 2354, 2359, 1, 0, 0, 0, 2355, 2356, 3, 126, 63, 0, 2356, 2357, 5, 173, 0, 0, 2357, 2358, 5, 68, 0, 0, 2358, 2360, 1, 0, 0, 0, 2359, 2355, 1, 0, 0, 0, 2359, 2360, 1, 0, 0, 0, 2360, 2365, 1, 0, 0, 0, 2361, 2362, 3, 126, 63, 0, 2362, 2363, 5, 173, 0, 0, 2363, 2364, 5, 72, 0, 0, 2364, 2366, 1, 0, 0, 0, 2365, 2361, 1, 0, 0, 0, 2365, 2366, 1, 0, 0, 0, 2366, 2367, 1, 0, 0, 0, 2367, 2368, 5, 314, 0, 0, 2368, 2479, 1, 0, 0, 0, 2369, 2370, 5, 124, 0, 0, 2370, 2371, 5, 313, 0, 0, 2371, 2378, 3, 116, 58, 0, 2372, 2373, 5, 214, 0, 0, 2373, 2376, 3, 154, 77, 0, 2374, 2375, 5, 87, 0, 0, 2375, 2377, 3, 120, 60, 0, 2376, 2374, 1, 0, 0, 0, 2376, 2377, 1, 0, 0, 0, 2377, 2379, 1, 0, 0, 0, 2378, 2372, 1, 0, 0, 0, 2378, 2379, 1, 0, 0, 0, 2379, 2383, 1, 0, 0, 0, 2380, 2381, 3, 128, 64, 0, 2381, 2382, 5, 292, 0, 0, 2382, 2384, 1, 0, 0, 0, 2383, 2380, 1, 0, 0, 0, 2383, 2384, 1, 0, 0, 0, 2384, 2392, 1, 0, 0, 0, 2385, 2386, 7, 18, 0, 0, 2386, 2390, 5, 201, 0, 0, 2387, 2388, 5, 173, 0, 0, 2388, 2389, 5, 225, 0, 0, 2389, 2391, 5, 248, 0, 0, 2390, 2387, 1, 0, 0, 0, 2390, 2391, 1, 0, 0, 0, 2391, 2393, 1, 0, 0, 0, 2392, 2385, 1, 0, 0, 0, 2392, 2393, 1, 0, 0, 0, 2393, 2398, 1, 0, 0, 0, 2394, 2395, 3, 130, 65, 0, 2395, 2396, 5, 173, 0, 0, 2396, 2397, 5, 68, 0, 0, 2397, 2399, 1, 0, 0, 0, 2398, 2394, 1, 0, 0, 0, 2398, 2399, 1, 0, 0, 0, 2399, 2404, 1, 0, 0, 0, 2400, 2401, 3, 130, 65, 0, 2401, 2402, 5, 173, 0, 0, 2402, 2403, 5, 72, 0, 0, 2403, 2405, 1, 0, 0, 0, 2404, 2400, 1, 0, 0, 0, 2404, 2405, 1, 0, 0, 0, 2405, 2406, 1, 0, 0, 0, 2406, 2407, 5, 314, 0, 0, 2407, 2479, 1, 0, 0, 0, 2408, 2409, 5, 123, 0, 0, 2409, 2438, 5, 313, 0, 0, 2410, 2415, 3, 132, 66, 0, 2411, 2412, 5, 312, 0, 0, 2412, 2414, 3, 132, 66, 0, 2413, 2411, 1, 0, 0, 0, 2414, 2417, 1, 0, 0, 0, 2415, 2413, 1, 0, 0, 0, 2415, 2416, 1, 0, 0, 0, 2416, 2424, 1, 0, 0, 0, 2417, 2415, 1, 0, 0, 0, 2418, 2419, 5, 166, 0, 0, 2419, 2420, 5, 173, 0, 0, 2420, 2425, 5, 166, 0, 0, 2421, 2422, 5, 1, 0, 0, 2422, 2423, 5, 173, 0, 0, 2423, 2425, 5, 166, 0, 0, 2424, 2418, 1, 0, 0, 0, 2424, 2421, 1, 0, 0, 0, 2424, 2425, 1, 0, 0, 0, 2425, 2436, 1, 0, 0, 0, 2426, 2427, 5, 288, 0, 0, 2427, 2429, 5, 266, 0, 0, 2428, 2430, 5, 129, 0, 0, 2429, 2428, 1, 0, 0, 0, 2429, 2430, 1, 0, 0, 0, 2430, 2437, 1, 0, 0, 0, 2431, 2432, 5, 290, 0, 0, 2432, 2434, 5, 266, 0, 0, 2433, 2435, 5, 129, 0, 0, 2434, 2433, 1, 0, 0, 0, 2434, 2435, 1, 0, 0, 0, 2435, 2437, 1, 0, 0, 0, 2436, 2426, 1, 0, 0, 0, 2436, 2431, 1, 0, 0, 0, 2436, 2437, 1, 0, 0, 0, 2437, 2439, 1, 0, 0, 0, 2438, 2410, 1, 0, 0, 0, 2438, 2439, 1, 0, 0, 0, 2439, 2446, 1, 0, 0, 0, 2440, 2441, 5, 214, 0, 0, 2441, 2444, 3, 154, 77, 0, 2442, 2443, 5, 87, 0, 0, 2443, 2445, 3, 120, 60, 0, 2444, 2442, 1, 0, 0, 0, 2444, 2445, 1, 0, 0, 0, 2445, 2447, 1, 0, 0, 0, 2446, 2440, 1, 0, 0, 0, 2446, 2447, 1, 0, 0, 0, 2447, 2448, 1, 0, 0, 0, 2448, 2479, 5, 314, 0, 0, 2449, 2450, 5, 121, 0, 0, 2450, 2467, 5, 313, 0, 0, 2451, 2456, 3, 118, 59, 0, 2452, 2453, 5, 312, 0, 0, 2453, 2455, 3, 118, 59, 0, 2454, 2452, 1, 0, 0, 0, 2455, 2458, 1, 0, 0, 0, 2456, 2454, 1, 0, 0, 0, 2456, 2457, 1, 0, 0, 0, 2457, 2465, 1, 0, 0, 0, 2458, 2456, 1, 0, 0, 0, 2459, 2460, 5, 166, 0, 0, 2460, 2461, 5, 173, 0, 0, 2461, 2466, 5, 166, 0, 0, 2462, 2463, 5, 1, 0, 0, 2463, 2464, 5, 173, 0, 0, 2464, 2466, 5, 166, 0, 0, 2465, 2459, 1, 0, 0, 0, 2465, 2462, 1, 0, 0, 0, 2465, 2466, 1, 0, 0, 0, 2466, 2468, 1, 0, 0, 0, 2467, 2451, 1, 0, 0, 0, 2467, 2468, 1, 0, 0, 0, 2468, 2475, 1, 0, 0, 0, 2469, 2470, 5, 214, 0, 0, 2470, 2473, 3, 154, 77, 0, 2471, 2472, 5, 87, 0, 0, 2472, 2474, 3, 120, 60, 0, 2473, 2471, 1, 0, 0, 0, 2473, 2474, 1, 0, 0, 0, 2474, 2476, 1, 0, 0, 0, 2475, 2469, 1, 0, 0, 0, 2475, 2476, 1, 0, 0, 0, 2476, 2477, 1, 0, 0, 0, 2477, 2479, 5, 314, 0, 0, 2478, 2025, 1, 0, 0, 0, 2478, 2027, 1, 0, 0, 0, 2478, 2028, 1, 0, 0, 0, 2478, 2031, 1, 0, 0, 0, 2478, 2034, 1, 0, 0, 0, 2478, 2035, 1, 0, 0, 0, 2478, 2036, 1, 0, 0, 0, 2478, 2037, 1, 0, 0, 0, 2478, 2038, 1, 0, 0, 0, 2478, 2039, 1, 0, 0, 0, 2478, 2046, 1, 0, 0, 0, 2478, 2056, 1, 0, 0, 0, 2478, 2068, 1, 0, 0, 0, 2478, 2103, 1, 0, 0, 0, 2478, 2121, 1, 0, 0, 0, 2478, 2160, 1, 0, 0, 0, 2478, 2163, 1, 0, 0, 0, 2478, 2167, 1, 0, 0, 0, 2478, 2181, 1, 0, 0, 0, 2478, 2185, 1, 0, 0, 0, 2478, 2190, 1, 0, 0, 0, 2478, 2203, 1, 0, 0, 0, 2478, 2215, 1, 0, 0, 0, 2478, 2222, 1, 0, 0, 0, 2478, 2229, 1, 0, 0, 0, 2478, 2242, 1, 0, 0, 0, 2478, 2243, 1, 0, 0, 0, 2478, 2244, 1, 0, 0, 0, 2478, 2250, 1, 0, 0, 0, 2478, 2256, 1, 0, 0, 0, 2478, 2262, 1, 0, 0, 0, 2478, 2268, 1, 0, 0, 0, 2478, 2269, 1, 0, 0, 0, 2478, 2270, 1, 0, 0, 0, 2478, 2271, 1, 0, 0, 0, 2478, 2272, 1, 0, 0, 0, 2478, 2286, 1, 0, 0, 0, 2478, 2293, 1, 0, 0, 0, 2478, 2304, 1, 0, 0, 0, 2478, 2313, 1, 0, 0, 0, 2478, 2320, 1, 0, 0, 0, 2478, 2324, 1, 0, 0, 0, 2478, 2337, 1, 0, 0, 0, 2478, 2348, 1, 0, 0, 0, 2478, 2369, 1, 0, 0, 0, 2478, 2408, 1, 0, 0, 0, 2478, 2449, 1, 0, 0, 0, 2479, 2490, 1, 0, 0, 0, 2480, 2481, 10, 24, 0, 0, 2481, 2482, 5, 315, 0, 0, 2482, 2483, 3, 112, 56, 0, 2483, 2484, 5, 316, 0, 0, 2484, 2489, 1, 0, 0, 0, 2485, 2486, 10, 22, 0, 0, 2486, 2487, 5, 310, 0, 0, 2487, 2489, 3, 230, 115, 0, 2488, 2480, 1, 0, 0, 0, 2488, 2485, 1, 0, 0, 0, 2489, 2492, 1, 0, 0, 0, 2490, 2488, 1, 0, 0, 0, 2490, 2491, 1, 0, 0, 0, 2491, 115, 1, 0, 0, 0, 2492, 2490, 1, 0, 0, 0, 2493, 2494, 3, 118, 59, 0, 2494, 2495, 5, 312, 0, 0, 2495, 2505, 3, 138, 69, 0, 2496, 2497, 5, 186, 0, 0, 2497, 2502, 3, 122, 61, 0, 2498, 2499, 5, 312, 0, 0, 2499, 2501, 3, 122, 61, 0, 2500, 2498, 1, 0, 0, 0, 2501, 2504, 1, 0, 0, 0, 2502, 2500, 1, 0, 0, 0, 2502, 2503, 1, 0, 0, 0, 2503, 2506, 1, 0, 0, 0, 2504, 2502, 1, 0, 0, 0, 2505, 2496, 1, 0, 0, 0, 2505, 2506, 1, 0, 0, 0, 2506, 117, 1, 0, 0, 0, 2507, 2510, 3, 106, 53, 0, 2508, 2509, 5, 87, 0, 0, 2509, 2511, 3, 120, 60, 0, 2510, 2508, 1, 0, 0, 0, 2510, 2511, 1, 0, 0, 0, 2511, 119, 1, 0, 0, 0, 2512, 2515, 5, 120, 0, 0, 2513, 2514, 5, 70, 0, 0, 2514, 2516, 7, 19, 0, 0, 2515, 2513, 1, 0, 0, 0, 2515, 2516, 1, 0, 0, 0, 2516, 121, 1, 0, 0, 0, 2517, 2518, 3, 118, 59, 0, 2518, 2519, 5, 11, 0, 0, 2519, 2520, 3, 230, 115, 0, 2520, 123, 1, 0, 0, 0, 2521, 2522, 7, 20, 0, 0, 2522, 125, 1, 0, 0, 0, 2523, 2528, 5, 72, 0, 0, 2524, 2528, 5, 166, 0, 0, 2525, 2526, 5, 53, 0, 0, 2526, 2528, 3, 106, 53, 0, 2527, 2523, 1, 0, 0, 0, 2527, 2524, 1, 0, 0, 0, 2527, 2525, 1, 0, 0, 0, 2528, 127, 1, 0, 0, 0, 2529, 2531, 5, 290, 0, 0, 2530, 2532, 5, 10, 0, 0, 2531, 2530, 1, 0, 0, 0, 2531, 2532, 1, 0, 0, 0, 2532, 2541, 1, 0, 0, 0, 2533, 2535, 5, 288, 0, 0, 2534, 2536, 7, 21, 0, 0, 2535, 2534, 1, 0, 0, 0, 2535, 2536, 1, 0, 0, 0, 2536, 2538, 1, 0, 0, 0, 2537, 2539, 5, 10, 0, 0, 2538, 2537, 1, 0, 0, 0, 2538, 2539, 1, 0, 0, 0, 2539, 2541, 1, 0, 0, 0, 2540, 2529, 1, 0, 0, 0, 2540, 2533, 1, 0, 0, 0, 2541, 129, 1, 0, 0, 0, 2542, 2547, 5, 72, 0, 0, 2543, 2547, 5, 166, 0, 0, 2544, 2545, 5, 68, 0, 0, 2545, 2547, 7, 22, 0, 0, 2546, 2542, 1, 0, 0, 0, 2546, 2543, 1, 0, 0, 0, 2546, 2544, 1, 0, 0, 0, 2547, 131, 1, 0, 0, 0, 2548, 2550, 5, 128, 0, 0, 2549, 2548, 1, 0, 0, 0, 2549, 2550, 1, 0, 0, 0, 2550, 2551, 1, 0, 0, 0, 2551, 2552, 3, 106, 53, 0, 2552, 2553, 5, 279, 0, 0, 2553, 2554, 3, 118, 59, 0, 2554, 2560, 1, 0, 0, 0, 2555, 2556, 3, 106, 53, 0, 2556, 2557, 5, 311, 0, 0, 2557, 2558, 3, 118, 59, 0, 2558, 2560, 1, 0, 0, 0, 2559, 2549, 1, 0, 0, 0, 2559, 2555, 1, 0, 0, 0, 2560, 133, 1, 0, 0, 0, 2561, 2562, 7, 23, 0, 0, 2562, 135, 1, 0, 0, 0, 2563, 2564, 5, 103, 0, 0, 2564, 2568, 5, 168, 0, 0, 2565, 2566, 5, 211, 0, 0, 2566, 2568, 5, 168, 0, 0, 2567, 2563, 1, 0, 0, 0, 2567, 2565, 1, 0, 0, 0, 2568, 137, 1, 0, 0, 0, 2569, 2576, 5, 327, 0, 0, 2570, 2573, 5, 328, 0, 0, 2571, 2572, 5, 261, 0, 0, 2572, 2574, 5, 327, 0, 0, 2573, 2571, 1, 0, 0, 0, 2573, 2574, 1, 0, 0, 0, 2574, 2576, 1, 0, 0, 0, 2575, 2569, 1, 0, 0, 0, 2575, 2570, 1, 0, 0, 0, 2576, 139, 1, 0, 0, 0, 2577, 2578, 5, 251, 0, 0, 2578, 2579, 5, 295, 0, 0, 2579, 2584, 3, 148, 74, 0, 2580, 2581, 5, 251, 0, 0, 2581, 2582, 5, 295, 0, 0, 2582, 2584, 3, 138, 69, 0, 2583, 2577, 1, 0, 0, 0, 2583, 2580, 1, 0, 0, 0, 2584, 141, 1, 0, 0, 0, 2585, 2586, 7, 24, 0, 0, 2586, 143, 1, 0, 0, 0, 2587, 2588, 7, 25, 0, 0, 2588, 145, 1, 0, 0, 0, 2589, 2590, 7, 26, 0, 0, 2590, 147, 1, 0, 0, 0, 2591, 2593, 5, 112, 0, 0, 2592, 2594, 7, 16, 0, 0, 2593, 2592, 1, 0, 0, 0, 2593, 2594, 1, 0, 0, 0, 2594, 2595, 1, 0, 0, 0, 2595, 2596, 3, 138, 69, 0, 2596, 2599, 3, 150, 75, 0, 2597, 2598, 5, 253, 0, 0, 2598, 2600, 3, 150, 75, 0, 2599, 2597, 1, 0, 0, 0, 2599, 2600, 1, 0, 0, 0, 2600, 149, 1, 0, 0, 0, 2601, 2602, 7, 27, 0, 0, 2602, 151, 1, 0, 0, 0, 2603, 2604, 7, 28, 0, 0, 2604, 153, 1, 0, 0, 0, 2605, 2606, 6, 77, -1, 0, 2606, 2607, 5, 222, 0, 0, 2607, 2608, 5, 313, 0, 0, 2608, 2613, 3, 156, 78, 0, 2609, 2610, 5, 312, 0, 0, 2610, 2612, 3, 156, 78, 0, 2611, 2609, 1, 0, 0, 0, 2612, 2615, 1, 0, 0, 0, 2613, 2611, 1, 0, 0, 0, 2613, 2614, 1, 0, 0, 0, 2614, 2616, 1, 0, 0, 0, 2615, 2613, 1, 0, 0, 0, 2616, 2617, 5, 314, 0, 0, 2617, 2697, 1, 0, 0, 0, 2618, 2619, 5, 112, 0, 0, 2619, 2622, 3, 150, 75, 0, 2620, 2621, 5, 253, 0, 0, 2621, 2623, 3, 150, 75, 0, 2622, 2620, 1, 0, 0, 0, 2622, 2623, 1, 0, 0, 0, 2623, 2697, 1, 0, 0, 0, 2624, 2629, 5, 252, 0, 0, 2625, 2626, 5, 313, 0, 0, 2626, 2627, 3, 158, 79, 0, 2627, 2628, 5, 314, 0, 0, 2628, 2630, 1, 0, 0, 0, 2629, 2625, 1, 0, 0, 0, 2629, 2630, 1, 0, 0, 0, 2630, 2634, 1, 0, 0, 0, 2631, 2632, 5, 290, 0, 0, 2632, 2633, 5, 251, 0, 0, 2633, 2635, 5, 295, 0, 0, 2634, 2631, 1, 0, 0, 0, 2634, 2635, 1, 0, 0, 0, 2635, 2697, 1, 0, 0, 0, 2636, 2641, 5, 252, 0, 0, 2637, 2638, 5, 313, 0, 0, 2638, 2639, 3, 158, 79, 0, 2639, 2640, 5, 314, 0, 0, 2640, 2642, 1, 0, 0, 0, 2641, 2637, 1, 0, 0, 0, 2641, 2642, 1, 0, 0, 0, 2642, 2643, 1, 0, 0, 0, 2643, 2644, 5, 288, 0, 0, 2644, 2645, 5, 251, 0, 0, 2645, 2697, 5, 295, 0, 0, 2646, 2651, 5, 251, 0, 0, 2647, 2648, 5, 313, 0, 0, 2648, 2649, 3, 158, 79, 0, 2649, 2650, 5, 314, 0, 0, 2650, 2652, 1, 0, 0, 0, 2651, 2647, 1, 0, 0, 0, 2651, 2652, 1, 0, 0, 0, 2652, 2656, 1, 0, 0, 0, 2653, 2654, 5, 290, 0, 0, 2654, 2655, 5, 251, 0, 0, 2655, 2657, 5, 295, 0, 0, 2656, 2653, 1, 0, 0, 0, 2656, 2657, 1, 0, 0, 0, 2657, 2697, 1, 0, 0, 0, 2658, 2663, 5, 251, 0, 0, 2659, 2660, 5, 313, 0, 0, 2660, 2661, 3, 158, 79, 0, 2661, 2662, 5, 314, 0, 0, 2662, 2664, 1, 0, 0, 0, 2663, 2659, 1, 0, 0, 0, 2663, 2664, 1, 0, 0, 0, 2664, 2665, 1, 0, 0, 0, 2665, 2666, 5, 288, 0, 0, 2666, 2667, 5, 251, 0, 0, 2667, 2697, 5, 295, 0, 0, 2668, 2669, 5, 65, 0, 0, 2669, 2697, 5, 196, 0, 0, 2670, 2671, 5, 10, 0, 0, 2671, 2672, 5, 298, 0, 0, 2672, 2673, 3, 154, 77, 0, 2673, 2674, 5, 300, 0, 0, 2674, 2697, 1, 0, 0, 0, 2675, 2676, 5, 145, 0, 0, 2676, 2677, 5, 298, 0, 0, 2677, 2678, 3, 154, 77, 0, 2678, 2679, 5, 312, 0, 0, 2679, 2680, 3, 154, 77, 0, 2680, 2681, 5, 300, 0, 0, 2681, 2697, 1, 0, 0, 0, 2682, 2694, 3, 230, 115, 0, 2683, 2684, 5, 313, 0, 0, 2684, 2689, 3, 158, 79, 0, 2685, 2686, 5, 312, 0, 0, 2686, 2688, 3, 158, 79, 0, 2687, 2685, 1, 0, 0, 0, 2688, 2691, 1, 0, 0, 0, 2689, 2687, 1, 0, 0, 0, 2689, 2690, 1, 0, 0, 0, 2690, 2692, 1, 0, 0, 0, 2691, 2689, 1, 0, 0, 0, 2692, 2693, 5, 314, 0, 0, 2693, 2695, 1, 0, 0, 0, 2694, 2683, 1, 0, 0, 0, 2694, 2695, 1, 0, 0, 0, 2695, 2697, 1, 0, 0, 0, 2696, 2605, 1, 0, 0, 0, 2696, 2618, 1, 0, 0, 0, 2696, 2624, 1, 0, 0, 0, 2696, 2636, 1, 0, 0, 0, 2696, 2646, 1, 0, 0, 0, 2696, 2658, 1, 0, 0, 0, 2696, 2668, 1, 0, 0, 0, 2696, 2670, 1, 0, 0, 0, 2696, 2675, 1, 0, 0, 0, 2696, 2682, 1, 0, 0, 0, 2697, 2707, 1, 0, 0, 0, 2698, 2699, 10, 2, 0, 0, 2699, 2703, 5, 10, 0, 0, 2700, 2701, 5, 315, 0, 0, 2701, 2702, 5, 330, 0, 0, 2702, 2704, 5, 316, 0, 0, 2703, 2700, 1, 0, 0, 0, 2703, 2704, 1, 0, 0, 0, 2704, 2706, 1, 0, 0, 0, 2705, 2698, 1, 0, 0, 0, 2706, 2709, 1, 0, 0, 0, 2707, 2705, 1, 0, 0, 0, 2707, 2708, 1, 0, 0, 0, 2708, 155, 1, 0, 0, 0, 2709, 2707, 1, 0, 0, 0, 2710, 2715, 3, 154, 77, 0, 2711, 2712, 3, 230, 115, 0, 2712, 2713, 3, 154, 77, 0, 2713, 2715, 1, 0, 0, 0, 2714, 2710, 1, 0, 0, 0, 2714, 2711, 1, 0, 0, 0, 2715, 157, 1, 0, 0, 0, 2716, 2719, 5, 330, 0, 0, 2717, 2719, 3, 154, 77, 0, 2718, 2716, 1, 0, 0, 0, 2718, 2717, 1, 0, 0, 0, 2719, 159, 1, 0, 0, 0, 2720, 2721, 5, 284, 0, 0, 2721, 2722, 3, 106, 53, 0, 2722, 2723, 5, 249, 0, 0, 2723, 2724, 3, 106, 53, 0, 2724, 161, 1, 0, 0, 0, 2725, 2726, 5, 82, 0, 0, 2726, 2727, 5, 313, 0, 0, 2727, 2728, 5, 285, 0, 0, 2728, 2729, 3, 108, 54, 0, 2729, 2730, 5, 314, 0, 0, 2730, 163, 1, 0, 0, 0, 2731, 2732, 5, 284, 0, 0, 2732, 2735, 5, 147, 0, 0, 2733, 2734, 5, 8, 0, 0, 2734, 2736, 3, 106, 53, 0, 2735, 2733, 1, 0, 0, 0, 2735, 2736, 1, 0, 0, 0, 2736, 2737, 1, 0, 0, 0, 2737, 2738, 5, 249, 0, 0, 2738, 2739, 5, 271, 0, 0, 2739, 2740, 5, 234, 0, 0, 2740, 2741, 3, 230, 115, 0, 2741, 2742, 5, 296, 0, 0, 2742, 2750, 3, 106, 53, 0, 2743, 2744, 5, 312, 0, 0, 2744, 2745, 3, 230, 115, 0, 2745, 2746, 5, 296, 0, 0, 2746, 2747, 3, 106, 53, 0, 2747, 2749, 1, 0, 0, 0, 2748, 2743, 1, 0, 0, 0, 2749, 2752, 1, 0, 0, 0, 2750, 2748, 1, 0, 0, 0, 2750, 2751, 1, 0, 0, 0, 2751, 2796, 1, 0, 0, 0, 2752, 2750, 1, 0, 0, 0, 2753, 2754, 5, 284, 0, 0, 2754, 2757, 5, 147, 0, 0, 2755, 2756, 5, 8, 0, 0, 2756, 2758, 3, 106, 53, 0, 2757, 2755, 1, 0, 0, 0, 2757, 2758, 1, 0, 0, 0, 2758, 2759, 1, 0, 0, 0, 2759, 2760, 5, 249, 0, 0, 2760, 2796, 5, 56, 0, 0, 2761, 2762, 5, 284, 0, 0, 2762, 2763, 5, 165, 0, 0, 2763, 2766, 5, 147, 0, 0, 2764, 2765, 5, 8, 0, 0, 2765, 2767, 3, 106, 53, 0, 2766, 2764, 1, 0, 0, 0, 2766, 2767, 1, 0, 0, 0, 2767, 2768, 1, 0, 0, 0, 2768, 2769, 5, 249, 0, 0, 2769, 2781, 5, 110, 0, 0, 2770, 2771, 5, 313, 0, 0, 2771, 2776, 3, 230, 115, 0, 2772, 2773, 5, 312, 0, 0, 2773, 2775, 3, 230, 115, 0, 2774, 2772, 1, 0, 0, 0, 2775, 2778, 1, 0, 0, 0, 2776, 2774, 1, 0, 0, 0, 2776, 2777, 1, 0, 0, 0, 2777, 2779, 1, 0, 0, 0, 2778, 2776, 1, 0, 0, 0, 2779, 2780, 5, 314, 0, 0, 2780, 2782, 1, 0, 0, 0, 2781, 2770, 1, 0, 0, 0, 2781, 2782, 1, 0, 0, 0, 2782, 2783, 1, 0, 0, 0, 2783, 2784, 5, 280, 0, 0, 2784, 2785, 5, 313, 0, 0, 2785, 2790, 3, 106, 53, 0, 2786, 2787, 5, 312, 0, 0, 2787, 2789, 3, 106, 53, 0, 2788, 2786, 1, 0, 0, 0, 2789, 2792, 1, 0, 0, 0, 2790, 2788, 1, 0, 0, 0, 2790, 2791, 1, 0, 0, 0, 2791, 2793, 1, 0, 0, 0, 2792, 2790, 1, 0, 0, 0, 2793, 2794, 5, 314, 0, 0, 2794, 2796, 1, 0, 0, 0, 2795, 2731, 1, 0, 0, 0, 2795, 2753, 1, 0, 0, 0, 2795, 2761, 1, 0, 0, 0, 2796, 165, 1, 0, 0, 0, 2797, 2803, 5, 182, 0, 0, 2798, 2804, 3, 230, 115, 0, 2799, 2800, 5, 313, 0, 0, 2800, 2801, 3, 48, 24, 0, 2801, 2802, 5, 314, 0, 0, 2802, 2804, 1, 0, 0, 0, 2803, 2798, 1, 0, 0, 0, 2803, 2799, 1, 0, 0, 0, 2804, 167, 1, 0, 0, 0, 2805, 2806, 5, 151, 0, 0, 2806, 2811, 3, 74, 37, 0, 2807, 2808, 5, 312, 0, 0, 2808, 2810, 3, 74, 37, 0, 2809, 2807, 1, 0, 0, 0, 2810, 2813, 1, 0, 0, 0, 2811, 2809, 1, 0, 0, 0, 2811, 2812, 1, 0, 0, 0, 2812, 2815, 1, 0, 0, 0, 2813, 2811, 1, 0, 0, 0, 2814, 2805, 1, 0, 0, 0, 2814, 2815, 1, 0, 0, 0, 2815, 2816, 1, 0, 0, 0, 2816, 2820, 3, 170, 85, 0, 2817, 2818, 5, 4, 0, 0, 2818, 2819, 5, 146, 0, 0, 2819, 2821, 3, 80, 40, 0, 2820, 2817, 1, 0, 0, 0, 2820, 2821, 1, 0, 0, 0, 2821, 2823, 1, 0, 0, 0, 2822, 2824, 7, 15, 0, 0, 2823, 2822, 1, 0, 0, 0, 2823, 2824, 1, 0, 0, 0, 2824, 2830, 1, 0, 0, 0, 2825, 2826, 5, 189, 0, 0, 2826, 2827, 5, 313, 0, 0, 2827, 2828, 3, 174, 87, 0, 2828, 2829, 5, 314, 0, 0, 2829, 2831, 1, 0, 0, 0, 2830, 2825, 1, 0, 0, 0, 2830, 2831, 1, 0, 0, 0, 2831, 2841, 1, 0, 0, 0, 2832, 2833, 5, 241, 0, 0, 2833, 2838, 3, 82, 41, 0, 2834, 2835, 5, 312, 0, 0, 2835, 2837, 3, 82, 41, 0, 2836, 2834, 1, 0, 0, 0, 2837, 2840, 1, 0, 0, 0, 2838, 2836, 1, 0, 0, 0, 2838, 2839, 1, 0, 0, 0, 2839, 2842, 1, 0, 0, 0, 2840, 2838, 1, 0, 0, 0, 2841, 2832, 1, 0, 0, 0, 2841, 2842, 1, 0, 0, 0, 2842, 2852, 1, 0, 0, 0, 2843, 2844, 5, 54, 0, 0, 2844, 2849, 3, 84, 42, 0, 2845, 2846, 5, 312, 0, 0, 2846, 2848, 3, 84, 42, 0, 2847, 2845, 1, 0, 0, 0, 2848, 2851, 1, 0, 0, 0, 2849, 2847, 1, 0, 0, 0, 2849, 2850, 1, 0, 0, 0, 2850, 2853, 1, 0, 0, 0, 2851, 2849, 1, 0, 0, 0, 2852, 2843, 1, 0, 0, 0, 2852, 2853, 1, 0, 0, 0, 2853, 169, 1, 0, 0, 0, 2854, 2855, 5, 202, 0, 0, 2855, 2879, 3, 172, 86, 0, 2856, 2857, 5, 223, 0, 0, 2857, 2879, 3, 172, 86, 0, 2858, 2859, 5, 99, 0, 0, 2859, 2879, 3, 172, 86, 0, 2860, 2861, 5, 202, 0, 0, 2861, 2862, 5, 17, 0, 0, 2862, 2863, 3, 172, 86, 0, 2863, 2864, 5, 8, 0, 0, 2864, 2865, 3, 172, 86, 0, 2865, 2879, 1, 0, 0, 0, 2866, 2867, 5, 223, 0, 0, 2867, 2868, 5, 17, 0, 0, 2868, 2869, 3, 172, 86, 0, 2869, 2870, 5, 8, 0, 0, 2870, 2871, 3, 172, 86, 0, 2871, 2879, 1, 0, 0, 0, 2872, 2873, 5, 99, 0, 0, 2873, 2874, 5, 17, 0, 0, 2874, 2875, 3, 172, 86, 0, 2875, 2876, 5, 8, 0, 0, 2876, 2877, 3, 172, 86, 0, 2877, 2879, 1, 0, 0, 0, 2878, 2854, 1, 0, 0, 0, 2878, 2856, 1, 0, 0, 0, 2878, 2858, 1, 0, 0, 0, 2878, 2860, 1, 0, 0, 0, 2878, 2866, 1, 0, 0, 0, 2878, 2872, 1, 0, 0, 0, 2879, 171, 1, 0, 0, 0, 2880, 2881, 5, 262, 0, 0, 2881, 2890, 5, 195, 0, 0, 2882, 2883, 5, 262, 0, 0, 2883, 2890, 5, 85, 0, 0, 2884, 2885, 5, 39, 0, 0, 2885, 2890, 5, 222, 0, 0, 2886, 2887, 3, 106, 53, 0, 2887, 2888, 7, 29, 0, 0, 2888, 2890, 1, 0, 0, 0, 2889, 2880, 1, 0, 0, 0, 2889, 2882, 1, 0, 0, 0, 2889, 2884, 1, 0, 0, 0, 2889, 2886, 1, 0, 0, 0, 2890, 173, 1, 0, 0, 0, 2891, 2892, 6, 87, -1, 0, 2892, 2894, 3, 176, 88, 0, 2893, 2895, 3, 178, 89, 0, 2894, 2893, 1, 0, 0, 0, 2894, 2895, 1, 0, 0, 0, 2895, 2903, 1, 0, 0, 0, 2896, 2897, 10, 2, 0, 0, 2897, 2902, 3, 174, 87, 3, 2898, 2899, 10, 1, 0, 0, 2899, 2900, 5, 324, 0, 0, 2900, 2902, 3, 174, 87, 2, 2901, 2896, 1, 0, 0, 0, 2901, 2898, 1, 0, 0, 0, 2902, 2905, 1, 0, 0, 0, 2903, 2901, 1, 0, 0, 0, 2903, 2904, 1, 0, 0, 0, 2904, 175, 1, 0, 0, 0, 2905, 2903, 1, 0, 0, 0, 2906, 2932, 3, 230, 115, 0, 2907, 2908, 5, 313, 0, 0, 2908, 2932, 5, 314, 0, 0, 2909, 2910, 5, 192, 0, 0, 2910, 2911, 5, 313, 0, 0, 2911, 2916, 3, 174, 87, 0, 2912, 2913, 5, 312, 0, 0, 2913, 2915, 3, 174, 87, 0, 2914, 2912, 1, 0, 0, 0, 2915, 2918, 1, 0, 0, 0, 2916, 2914, 1, 0, 0, 0, 2916, 2917, 1, 0, 0, 0, 2917, 2919, 1, 0, 0, 0, 2918, 2916, 1, 0, 0, 0, 2919, 2920, 5, 314, 0, 0, 2920, 2932, 1, 0, 0, 0, 2921, 2922, 5, 313, 0, 0, 2922, 2923, 3, 174, 87, 0, 2923, 2924, 5, 314, 0, 0, 2924, 2932, 1, 0, 0, 0, 2925, 2932, 5, 326, 0, 0, 2926, 2932, 5, 325, 0, 0, 2927, 2928, 5, 319, 0, 0, 2928, 2929, 3, 174, 87, 0, 2929, 2930, 5, 320, 0, 0, 2930, 2932, 1, 0, 0, 0, 2931, 2906, 1, 0, 0, 0, 2931, 2907, 1, 0, 0, 0, 2931, 2909, 1, 0, 0, 0, 2931, 2921, 1, 0, 0, 0, 2931, 2925, 1, 0, 0, 0, 2931, 2926, 1, 0, 0, 0, 2931, 2927, 1, 0, 0, 0, 2932, 177, 1, 0, 0, 0, 2933, 2935, 5, 304, 0, 0, 2934, 2936, 5, 308, 0, 0, 2935, 2934, 1, 0, 0, 0, 2935, 2936, 1, 0, 0, 0, 2936, 2964, 1, 0, 0, 0, 2937, 2939, 5, 302, 0, 0, 2938, 2940, 5, 308, 0, 0, 2939, 2938, 1, 0, 0, 0, 2939, 2940, 1, 0, 0, 0, 2940, 2964, 1, 0, 0, 0, 2941, 2943, 5, 308, 0, 0, 2942, 2944, 5, 308, 0, 0, 2943, 2942, 1, 0, 0, 0, 2943, 2944, 1, 0, 0, 0, 2944, 2964, 1, 0, 0, 0, 2945, 2946, 5, 317, 0, 0, 2946, 2947, 5, 330, 0, 0, 2947, 2949, 5, 318, 0, 0, 2948, 2950, 5, 308, 0, 0, 2949, 2948, 1, 0, 0, 0, 2949, 2950, 1, 0, 0, 0, 2950, 2964, 1, 0, 0, 0, 2951, 2953, 5, 317, 0, 0, 2952, 2954, 5, 330, 0, 0, 2953, 2952, 1, 0, 0, 0, 2953, 2954, 1, 0, 0, 0, 2954, 2955, 1, 0, 0, 0, 2955, 2957, 5, 312, 0, 0, 2956, 2958, 5, 330, 0, 0, 2957, 2956, 1, 0, 0, 0, 2957, 2958, 1, 0, 0, 0, 2958, 2959, 1, 0, 0, 0, 2959, 2961, 5, 318, 0, 0, 2960, 2962, 5, 308, 0, 0, 2961, 2960, 1, 0, 0, 0, 2961, 2962, 1, 0, 0, 0, 2962, 2964, 1, 0, 0, 0, 2963, 2933, 1, 0, 0, 0, 2963, 2937, 1, 0, 0, 0, 2963, 2941, 1, 0, 0, 0, 2963, 2945, 1, 0, 0, 0, 2963, 2951, 1, 0, 0, 0, 2964, 179, 1, 0, 0, 0, 2965, 2966, 3, 230, 115, 0, 2966, 2967, 5, 296, 0, 0, 2967, 2968, 3, 106, 53, 0, 2968, 181, 1, 0, 0, 0, 2969, 2970, 5, 87, 0, 0, 2970, 2974, 7, 30, 0, 0, 2971, 2972, 5, 260, 0, 0, 2972, 2974, 7, 31, 0, 0, 2973, 2969, 1, 0, 0, 0, 2973, 2971, 1, 0, 0, 0, 2974, 183, 1, 0, 0, 0, 2975, 2976, 5, 117, 0, 0, 2976, 2977, 5, 136, 0, 0, 2977, 2981, 3, 186, 93, 0, 2978, 2979, 5, 203, 0, 0, 2979, 2981, 7, 32, 0, 0, 2980, 2975, 1, 0, 0, 0, 2980, 2978, 1, 0, 0, 0, 2981, 185, 1, 0, 0, 0, 2982, 2983, 5, 203, 0, 0, 2983, 2990, 5, 263, 0, 0, 2984, 2985, 5, 203, 0, 0, 2985, 2990, 5, 31, 0, 0, 2986, 2987, 5, 208, 0, 0, 2987, 2990, 5, 203, 0, 0, 2988, 2990, 5, 232, 0, 0, 2989, 2982, 1, 0, 0, 0, 2989, 2984, 1, 0, 0, 0, 2989, 2986, 1, 0, 0, 0, 2989, 2988, 1, 0, 0, 0, 2990, 187, 1, 0, 0, 0, 2991, 2997, 3, 106, 53, 0, 2992, 2993, 3, 230, 115, 0, 2993, 2994, 5, 323, 0, 0, 2994, 2995, 3, 106, 53, 0, 2995, 2997, 1, 0, 0, 0, 2996, 2991, 1, 0, 0, 0, 2996, 2992, 1, 0, 0, 0, 2997, 189, 1, 0, 0, 0, 2998, 2999, 3, 230, 115, 0, 2999, 3000, 5, 310, 0, 0, 3000, 3001, 3, 230, 115, 0, 3001, 3004, 1, 0, 0, 0, 3002, 3004, 3, 230, 115, 0, 3003, 2998, 1, 0, 0, 0, 3003, 3002, 1, 0, 0, 0, 3004, 191, 1, 0, 0, 0, 3005, 3010, 3, 190, 95, 0, 3006, 3007, 5, 312, 0, 0, 3007, 3009, 3, 190, 95, 0, 3008, 3006, 1, 0, 0, 0, 3009, 3012, 1, 0, 0, 0, 3010, 3008, 1, 0, 0, 0, 3010, 3011, 1, 0, 0, 0, 3011, 193, 1, 0, 0, 0, 3012, 3010, 1, 0, 0, 0, 3013, 3014, 5, 90, 0, 0, 3014, 3015, 3, 196, 98, 0, 3015, 3019, 3, 200, 100, 0, 3016, 3018, 3, 202, 101, 0, 3017, 3016, 1, 0, 0, 0, 3018, 3021, 1, 0, 0, 0, 3019, 3017, 1, 0, 0, 0, 3019, 3020, 1, 0, 0, 0, 3020, 3022, 1, 0, 0, 0, 3021, 3019, 1, 0, 0, 0, 3022, 3023, 3, 204, 102, 0, 3023, 195, 1, 0, 0, 0, 3024, 3025, 3, 218, 109, 0, 3025, 3034, 5, 313, 0, 0, 3026, 3031, 3, 198, 99, 0, 3027, 3028, 5, 312, 0, 0, 3028, 3030, 3, 198, 99, 0, 3029, 3027, 1, 0, 0, 0, 3030, 3033, 1, 0, 0, 0, 3031, 3029, 1, 0, 0, 0, 3031, 3032, 1, 0, 0, 0, 3032, 3035, 1, 0, 0, 0, 3033, 3031, 1, 0, 0, 0, 3034, 3026, 1, 0, 0, 0, 3034, 3035, 1, 0, 0, 0, 3035, 3036, 1, 0, 0, 0, 3036, 3037, 5, 314, 0, 0, 3037, 197, 1, 0, 0, 0, 3038, 3040, 3, 230, 115, 0, 3039, 3038, 1, 0, 0, 0, 3039, 3040, 1, 0, 0, 0, 3040, 3041, 1, 0, 0, 0, 3041, 3042, 3, 154, 77, 0, 3042, 199, 1, 0, 0, 0, 3043, 3044, 5, 215, 0, 0, 3044, 3045, 3, 154, 77, 0, 3045, 201, 1, 0, 0, 0, 3046, 3047, 5, 130, 0, 0, 3047, 3066, 3, 230, 115, 0, 3048, 3050, 5, 165, 0, 0, 3049, 3048, 1, 0, 0, 0, 3049, 3050, 1, 0, 0, 0, 3050, 3051, 1, 0, 0, 0, 3051, 3066, 5, 61, 0, 0, 3052, 3053, 5, 215, 0, 0, 3053, 3054, 5, 166, 0, 0, 3054, 3055, 5, 173, 0, 0, 3055, 3056, 5, 166, 0, 0, 3056, 3066, 5, 109, 0, 0, 3057, 3058, 5, 21, 0, 0, 3058, 3059, 5, 173, 0, 0, 3059, 3060, 5, 166, 0, 0, 3060, 3066, 5, 109, 0, 0, 3061, 3062, 5, 229, 0, 0, 3062, 3066, 7, 1, 0, 0, 3063, 3064, 5, 29, 0, 0, 3064, 3066, 3, 138, 69, 0, 3065, 3046, 1, 0, 0, 0, 3065, 3049, 1, 0, 0, 0, 3065, 3052, 1, 0, 0, 0, 3065, 3057, 1, 0, 0, 0, 3065, 3061, 1, 0, 0, 0, 3065, 3063, 1, 0, 0, 0, 3066, 203, 1, 0, 0, 0, 3067, 3068, 5, 213, 0, 0, 3068, 3167, 3, 112, 56, 0, 3069, 3070, 5, 234, 0, 0, 3070, 3071, 3, 230, 115, 0, 3071, 3072, 5, 296, 0, 0, 3072, 3073, 3, 106, 53, 0, 3073, 3167, 1, 0, 0, 0, 3074, 3075, 5, 23, 0, 0, 3075, 3077, 3, 106, 53, 0, 3076, 3078, 3, 206, 103, 0, 3077, 3076, 1, 0, 0, 0, 3078, 3079, 1, 0, 0, 0, 3079, 3077, 1, 0, 0, 0, 3079, 3080, 1, 0, 0, 0, 3080, 3082, 1, 0, 0, 0, 3081, 3083, 3, 210, 105, 0, 3082, 3081, 1, 0, 0, 0, 3082, 3083, 1, 0, 0, 0, 3083, 3084, 1, 0, 0, 0, 3084, 3085, 5, 71, 0, 0, 3085, 3086, 5, 23, 0, 0, 3086, 3167, 1, 0, 0, 0, 3087, 3089, 5, 23, 0, 0, 3088, 3090, 3, 206, 103, 0, 3089, 3088, 1, 0, 0, 0, 3090, 3091, 1, 0, 0, 0, 3091, 3089, 1, 0, 0, 0, 3091, 3092, 1, 0, 0, 0, 3092, 3094, 1, 0, 0, 0, 3093, 3095, 3, 210, 105, 0, 3094, 3093, 1, 0, 0, 0, 3094, 3095, 1, 0, 0, 0, 3095, 3096, 1, 0, 0, 0, 3096, 3097, 5, 71, 0, 0, 3097, 3098, 5, 23, 0, 0, 3098, 3167, 1, 0, 0, 0, 3099, 3100, 5, 102, 0, 0, 3100, 3101, 3, 106, 53, 0, 3101, 3102, 5, 249, 0, 0, 3102, 3106, 3, 214, 107, 0, 3103, 3105, 3, 208, 104, 0, 3104, 3103, 1, 0, 0, 0, 3105, 3108, 1, 0, 0, 0, 3106, 3104, 1, 0, 0, 0, 3106, 3107, 1, 0, 0, 0, 3107, 3110, 1, 0, 0, 0, 3108, 3106, 1, 0, 0, 0, 3109, 3111, 3, 210, 105, 0, 3110, 3109, 1, 0, 0, 0, 3110, 3111, 1, 0, 0, 0, 3111, 3112, 1, 0, 0, 0, 3112, 3113, 5, 71, 0, 0, 3113, 3114, 5, 102, 0, 0, 3114, 3167, 1, 0, 0, 0, 3115, 3116, 5, 118, 0, 0, 3116, 3167, 3, 230, 115, 0, 3117, 3118, 5, 134, 0, 0, 3118, 3167, 3, 230, 115, 0, 3119, 3125, 5, 15, 0, 0, 3120, 3121, 3, 212, 106, 0, 3121, 3122, 5, 309, 0, 0, 3122, 3124, 1, 0, 0, 0, 3123, 3120, 1, 0, 0, 0, 3124, 3127, 1, 0, 0, 0, 3125, 3123, 1, 0, 0, 0, 3125, 3126, 1, 0, 0, 0, 3126, 3129, 1, 0, 0, 0, 3127, 3125, 1, 0, 0, 0, 3128, 3130, 3, 214, 107, 0, 3129, 3128, 1, 0, 0, 0, 3129, 3130, 1, 0, 0, 0, 3130, 3131, 1, 0, 0, 0, 3131, 3167, 5, 71, 0, 0, 3132, 3133, 3, 230, 115, 0, 3133, 3134, 5, 311, 0, 0, 3134, 3136, 1, 0, 0, 0, 3135, 3132, 1, 0, 0, 0, 3135, 3136, 1, 0, 0, 0, 3136, 3137, 1, 0, 0, 0, 3137, 3138, 5, 144, 0, 0, 3138, 3139, 3, 214, 107, 0, 3139, 3140, 5, 71, 0, 0, 3140, 3141, 5, 144, 0, 0, 3141, 3167, 1, 0, 0, 0, 3142, 3143, 3, 230, 115, 0, 3143, 3144, 5, 311, 0, 0, 3144, 3146, 1, 0, 0, 0, 3145, 3142, 1, 0, 0, 0, 3145, 3146, 1, 0, 0, 0, 3146, 3147, 1, 0, 0, 0, 3147, 3148, 5, 286, 0, 0, 3148, 3149, 3, 106, 53, 0, 3149, 3150, 5, 64, 0, 0, 3150, 3151, 3, 214, 107, 0, 3151, 3152, 5, 71, 0, 0, 3152, 3153, 5, 286, 0, 0, 3153, 3167, 1, 0, 0, 0, 3154, 3155, 3, 230, 115, 0, 3155, 3156, 5, 311, 0, 0, 3156, 3158, 1, 0, 0, 0, 3157, 3154, 1, 0, 0, 0, 3157, 3158, 1, 0, 0, 0, 3158, 3159, 1, 0, 0, 0, 3159, 3160, 5, 207, 0, 0, 3160, 3161, 3, 214, 107, 0, 3161, 3162, 5, 270, 0, 0, 3162, 3163, 3, 106, 53, 0, 3163, 3164, 5, 71, 0, 0, 3164, 3165, 5, 207, 0, 0, 3165, 3167, 1, 0, 0, 0, 3166, 3067, 1, 0, 0, 0, 3166, 3069, 1, 0, 0, 0, 3166, 3074, 1, 0, 0, 0, 3166, 3087, 1, 0, 0, 0, 3166, 3099, 1, 0, 0, 0, 3166, 3115, 1, 0, 0, 0, 3166, 3117, 1, 0, 0, 0, 3166, 3119, 1, 0, 0, 0, 3166, 3135, 1, 0, 0, 0, 3166, 3145, 1, 0, 0, 0, 3166, 3157, 1, 0, 0, 0, 3167, 205, 1, 0, 0, 0, 3168, 3169, 5, 284, 0, 0, 3169, 3170, 3, 106, 53, 0, 3170, 3171, 5, 249, 0, 0, 3171, 3172, 3, 214, 107, 0, 3172, 207, 1, 0, 0, 0, 3173, 3174, 5, 69, 0, 0, 3174, 3175, 3, 106, 53, 0, 3175, 3176, 5, 249, 0, 0, 3176, 3177, 3, 214, 107, 0, 3177, 209, 1, 0, 0, 0, 3178, 3179, 5, 67, 0, 0, 3179, 3180, 3, 214, 107, 0, 3180, 211, 1, 0, 0, 0, 3181, 3182, 5, 52, 0, 0, 3182, 3187, 3, 230, 115, 0, 3183, 3184, 5, 312, 0, 0, 3184, 3186, 3, 230, 115, 0, 3185, 3183, 1, 0, 0, 0, 3186, 3189, 1, 0, 0, 0, 3187, 3185, 1, 0, 0, 0, 3187, 3188, 1, 0, 0, 0, 3188, 3190, 1, 0, 0, 0, 3189, 3187, 1, 0, 0, 0, 3190, 3193, 3, 154, 77, 0, 3191, 3192, 5, 53, 0, 0, 3192, 3194, 3, 112, 56, 0, 3193, 3191, 1, 0, 0, 0, 3193, 3194, 1, 0, 0, 0, 3194, 213, 1, 0, 0, 0, 3195, 3196, 3, 204, 102, 0, 3196, 3197, 5, 309, 0, 0, 3197, 3199, 1, 0, 0, 0, 3198, 3195, 1, 0, 0, 0, 3199, 3200, 1, 0, 0, 0, 3200, 3198, 1, 0, 0, 0, 3200, 3201, 1, 0, 0, 0, 3201, 215, 1, 0, 0, 0, 3202, 3203, 7, 33, 0, 0, 3203, 217, 1, 0, 0, 0, 3204, 3209, 3, 230, 115, 0, 3205, 3206, 5, 310, 0, 0, 3206, 3208, 3, 230, 115, 0, 3207, 3205, 1, 0, 0, 0, 3208, 3211, 1, 0, 0, 0, 3209, 3207, 1, 0, 0, 0, 3209, 3210, 1, 0, 0, 0, 3210, 219, 1, 0, 0, 0, 3211, 3209, 1, 0, 0, 0, 3212, 3213, 5, 86, 0, 0, 3213, 3214, 3, 222, 111, 0, 3214, 3215, 5, 11, 0, 0, 3215, 3216, 5, 170, 0, 0, 3216, 3217, 3, 112, 56, 0, 3217, 221, 1, 0, 0, 0, 3218, 3219, 7, 34, 0, 0, 3219, 223, 1, 0, 0, 0, 3220, 3224, 3, 226, 113, 0, 3221, 3224, 5, 47, 0, 0, 3222, 3224, 5, 43, 0, 0, 3223, 3220, 1, 0, 0, 0, 3223, 3221, 1, 0, 0, 0, 3223, 3222, 1, 0, 0, 0, 3224, 225, 1, 0, 0, 0, 3225, 3231, 3, 230, 115, 0, 3226, 3227, 5, 273, 0, 0, 3227, 3231, 3, 230, 115, 0, 3228, 3229, 5, 218, 0, 0, 3229, 3231, 3, 230, 115, 0, 3230, 3225, 1, 0, 0, 0, 3230, 3226, 1, 0, 0, 0, 3230, 3228, 1, 0, 0, 0, 3231, 227, 1, 0, 0, 0, 3232, 3237, 3, 246, 123, 0, 3233, 3234, 5, 312, 0, 0, 3234, 3236, 3, 246, 123, 0, 3235, 3233, 1, 0, 0, 0, 3236, 3239, 1, 0, 0, 0, 3237, 3235, 1, 0, 0, 0, 3237, 3238, 1, 0, 0, 0, 3238, 229, 1, 0, 0, 0, 3239, 3237, 1, 0, 0, 0, 3240, 3246, 5, 333, 0, 0, 3241, 3246, 5, 335, 0, 0, 3242, 3246, 3, 254, 127, 0, 3243, 3246, 5, 336, 0, 0, 3244, 3246, 5, 334, 0, 0, 3245, 3240, 1, 0, 0, 0, 3245, 3241, 1, 0, 0, 0, 3245, 3242, 1, 0, 0, 0, 3245, 3243, 1, 0, 0, 0, 3245, 3244, 1, 0, 0, 0, 3246, 231, 1, 0, 0, 0, 3247, 3248, 3, 230, 115, 0, 3248, 233, 1, 0, 0, 0, 3249, 3250, 3, 232, 116, 0, 3250, 3251, 5, 310, 0, 0, 3251, 3252, 3, 230, 115, 0, 3252, 235, 1, 0, 0, 0, 3253, 3254, 3, 234, 117, 0, 3254, 3255, 5, 310, 0, 0, 3255, 3256, 3, 230, 115, 0, 3256, 237, 1, 0, 0, 0, 3257, 3258, 3, 236, 118, 0, 3258, 239, 1, 0, 0, 0, 3259, 3260, 3, 230, 115, 0, 3260, 3261, 5, 310, 0, 0, 3261, 3262, 3, 230, 115, 0, 3262, 241, 1, 0, 0, 0, 3263, 3264, 3, 240, 120, 0, 3264, 3265, 5, 310, 0, 0, 3265, 3266, 3, 230, 115, 0, 3266, 243, 1, 0, 0, 0, 3267, 3268, 3, 242, 121, 0, 3268, 245, 1, 0, 0, 0, 3269, 3270, 3, 230, 115, 0, 3270, 247, 1, 0, 0, 0, 3271, 3272, 3, 230, 115, 0, 3272, 249, 1, 0, 0, 0, 3273, 3275, 5, 303, 0, 0, 3274, 3273, 1, 0, 0, 0, 3274, 3275, 1, 0, 0, 0, 3275, 3276, 1, 0, 0, 0, 3276, 3286, 5, 331, 0, 0, 3277, 3279, 5, 303, 0, 0, 3278, 3277, 1, 0, 0, 0, 3278, 3279, 1, 0, 0, 0, 3279, 3280, 1, 0, 0, 0, 3280, 3286, 5, 332, 0, 0, 3281, 3283, 5, 303, 0, 0, 3282, 3281, 1, 0, 0, 0, 3282, 3283, 1, 0, 0, 0, 3283, 3284, 1, 0, 0, 0, 3284, 3286, 5, 330, 0, 0, 3285, 3274, 1, 0, 0, 0, 3285, 3278, 1, 0, 0, 0, 3285, 3282, 1, 0, 0, 0, 3286, 251, 1, 0, 0, 0, 3287, 3290, 3, 230, 115, 0, 3288, 3290, 3, 138, 69, 0, 3289, 3287, 1, 0, 0, 0, 3289, 3288, 1, 0, 0, 0, 3290, 253, 1, 0, 0, 0, 3291, 3292, 7, 35, 0, 0, 3292, 255, 1, 0, 0, 0, 439, 257, 271, 278, 282, 286, 292, 296, 303, 308, 312, 318, 322, 341, 347, 351, 355, 359, 367, 371, 374, 379, 385, 394, 400, 404, 410, 417, 426, 438, 447, 456, 462, 473, 481, 489, 496, 506, 513, 521, 557, 560, 563, 567, 573, 578, 585, 591, 595, 599, 607, 613, 617, 631, 639, 658, 683, 686, 693, 700, 709, 713, 720, 730, 736, 741, 745, 751, 760, 766, 770, 777, 781, 789, 794, 798, 802, 805, 812, 820, 825, 829, 833, 836, 845, 852, 857, 861, 865, 868, 877, 880, 889, 894, 900, 924, 930, 932, 938, 944, 946, 954, 956, 962, 968, 970, 985, 990, 997, 1007, 1013, 1015, 1023, 1025, 1050, 1053, 1057, 1061, 1079, 1082, 1093, 1096, 1112, 1122, 1127, 1133, 1136, 1145, 1147, 1150, 1160, 1164, 1170, 1177, 1182, 1188, 1192, 1196, 1202, 1213, 1222, 1232, 1235, 1240, 1242, 1249, 1255, 1257, 1261, 1271, 1277, 1280, 1282, 1294, 1301, 1305, 1309, 1313, 1320, 1329, 1332, 1336, 1341, 1345, 1353, 1356, 1359, 1366, 1377, 1380, 1390, 1393, 1404, 1409, 1417, 1420, 1424, 1433, 1442, 1445, 1454, 1457, 1460, 1464, 1475, 1478, 1485, 1488, 1507, 1511, 1515, 1519, 1521, 1532, 1537, 1546, 1549, 1558, 1561, 1576, 1579, 1588, 1591, 1599, 1602, 1605, 1610, 1613, 1625, 1628, 1636, 1641, 1645, 1647, 1649, 1664, 1666, 1677, 1684, 1687, 1692, 1702, 1713, 1717, 1719, 1727, 1734, 1747, 1753, 1769, 1778, 1781, 1789, 1792, 1799, 1804, 1815, 1818, 1822, 1824, 1832, 1842, 1848, 1850, 1857, 1861, 1863, 1870, 1874, 1876, 1878, 1887, 1898, 1902, 1912, 1922, 1926, 1934, 1936, 1949, 1957, 1966, 1972, 1980, 1986, 1990, 1995, 2000, 2006, 2020, 2022, 2052, 2063, 2071, 2076, 2081, 2094, 2100, 2103, 2110, 2115, 2118, 2121, 2126, 2133, 2136, 2145, 2148, 2152, 2155, 2158, 2173, 2176, 2195, 2199, 2207, 2211, 2236, 2239, 2248, 2254, 2260, 2266, 2275, 2278, 2281, 2300, 2309, 2331, 2334, 2344, 2353, 2359, 2365, 2376, 2378, 2383, 2390, 2392, 2398, 2404, 2415, 2424, 2429, 2434, 2436, 2438, 2444, 2446, 2456, 2465, 2467, 2473, 2475, 2478, 2488, 2490, 2502, 2505, 2510, 2515, 2527, 2531, 2535, 2538, 2540, 2546, 2549, 2559, 2567, 2573, 2575, 2583, 2593, 2599, 2613, 2622, 2629, 2634, 2641, 2651, 2656, 2663, 2689, 2694, 2696, 2703, 2707, 2714, 2718, 2735, 2750, 2757, 2766, 2776, 2781, 2790, 2795, 2803, 2811, 2814, 2820, 2823, 2830, 2838, 2841, 2849, 2852, 2878, 2889, 2894, 2901, 2903, 2916, 2931, 2935, 2939, 2943, 2949, 2953, 2957, 2961, 2963, 2973, 2980, 2989, 2996, 3003, 3010, 3019, 3031, 3034, 3039, 3049, 3065, 3079, 3082, 3091, 3094, 3106, 3110, 3125, 3129, 3135, 3145, 3157, 3166, 3187, 3193, 3200, 3209, 3223, 3230, 3237, 3245, 3274, 3278, 3282, 3285, 3289] \ No newline at end of file diff --git a/src/autocomplete/databases/trino/generated/TrinoParser.ts b/src/autocomplete/databases/trino/generated/TrinoParser.ts index ebd6c8237..953a16eac 100644 --- a/src/autocomplete/databases/trino/generated/TrinoParser.ts +++ b/src/autocomplete/databases/trino/generated/TrinoParser.ts @@ -361,125 +361,133 @@ export class TrinoParser extends antlr.Parser { public static readonly WS_ = 339; public static readonly UNRECOGNIZED_ = 340; public static readonly RULE_parse = 0; - public static readonly RULE_statements = 1; - public static readonly RULE_statement = 2; - public static readonly RULE_rootQuery = 3; - public static readonly RULE_withFunction = 4; - public static readonly RULE_query = 5; - public static readonly RULE_with = 6; - public static readonly RULE_tableElement = 7; - public static readonly RULE_columnDefinition = 8; - public static readonly RULE_likeClause = 9; - public static readonly RULE_properties = 10; - public static readonly RULE_propertyAssignments = 11; - public static readonly RULE_property = 12; - public static readonly RULE_propertyValue = 13; - public static readonly RULE_queryNoWith = 14; - public static readonly RULE_limitRowCount = 15; - public static readonly RULE_rowCount = 16; - public static readonly RULE_queryTerm = 17; - public static readonly RULE_queryPrimary = 18; - public static readonly RULE_sortItem = 19; - public static readonly RULE_querySpecification = 20; - public static readonly RULE_groupBy = 21; - public static readonly RULE_groupingElement = 22; - public static readonly RULE_groupingSet = 23; - public static readonly RULE_windowDefinition = 24; - public static readonly RULE_windowSpecification = 25; - public static readonly RULE_namedQuery = 26; - public static readonly RULE_setQuantifier = 27; - public static readonly RULE_selectItem = 28; - public static readonly RULE_relation = 29; - public static readonly RULE_joinType = 30; - public static readonly RULE_joinCriteria = 31; - public static readonly RULE_sampledRelation = 32; - public static readonly RULE_sampleType = 33; - public static readonly RULE_trimsSpecification = 34; - public static readonly RULE_listAggOverflowBehavior = 35; - public static readonly RULE_listaggCountIndication = 36; - public static readonly RULE_patternRecognition = 37; - public static readonly RULE_measureDefinition = 38; - public static readonly RULE_rowsPerMatch = 39; - public static readonly RULE_emptyMatchHandling = 40; - public static readonly RULE_skipTo = 41; - public static readonly RULE_subsetDefinition = 42; - public static readonly RULE_variableDefinition = 43; - public static readonly RULE_aliasedRelation = 44; - public static readonly RULE_columnAliases = 45; - public static readonly RULE_relationPrimary = 46; - public static readonly RULE_tableFunctionCall = 47; - public static readonly RULE_tableFunctionArgument = 48; - public static readonly RULE_tableArgument = 49; - public static readonly RULE_tableArgumentRelation = 50; - public static readonly RULE_descriptorArgument = 51; - public static readonly RULE_descriptorField = 52; - public static readonly RULE_copartitionTables = 53; - public static readonly RULE_expression = 54; - public static readonly RULE_booleanExpression = 55; - public static readonly RULE_predicate_ = 56; - public static readonly RULE_valueExpression = 57; - public static readonly RULE_primaryExpression = 58; - public static readonly RULE_jsonPathInvocation = 59; - public static readonly RULE_jsonValueExpression = 60; - public static readonly RULE_jsonRepresentation = 61; - public static readonly RULE_jsonArgument = 62; - public static readonly RULE_jsonExistsErrorBehavior = 63; - public static readonly RULE_jsonValueBehavior = 64; - public static readonly RULE_jsonQueryWrapperBehavior = 65; - public static readonly RULE_jsonQueryBehavior = 66; - public static readonly RULE_jsonObjectMember = 67; - public static readonly RULE_processingMode = 68; - public static readonly RULE_nullTreatment = 69; - public static readonly RULE_string_ = 70; - public static readonly RULE_timeZoneSpecifier = 71; - public static readonly RULE_comparisonOperator = 72; - public static readonly RULE_comparisonQuantifier = 73; - public static readonly RULE_booleanValue = 74; - public static readonly RULE_interval = 75; - public static readonly RULE_intervalField = 76; - public static readonly RULE_normalForm = 77; - public static readonly RULE_type = 78; - public static readonly RULE_rowField = 79; - public static readonly RULE_typeParameter = 80; - public static readonly RULE_whenClause = 81; - public static readonly RULE_filter = 82; - public static readonly RULE_mergeCase = 83; - public static readonly RULE_over = 84; - public static readonly RULE_windowFrame = 85; - public static readonly RULE_frameExtent = 86; - public static readonly RULE_frameBound = 87; - public static readonly RULE_rowPattern = 88; - public static readonly RULE_patternPrimary = 89; - public static readonly RULE_patternQuantifier = 90; - public static readonly RULE_updateAssignment = 91; - public static readonly RULE_explainOption = 92; - public static readonly RULE_transactionMode = 93; - public static readonly RULE_levelOfIsolation = 94; - public static readonly RULE_callArgument = 95; - public static readonly RULE_pathElement = 96; - public static readonly RULE_pathSpecification = 97; - public static readonly RULE_functionSpecification = 98; - public static readonly RULE_functionDeclaration = 99; - public static readonly RULE_parameterDeclaration = 100; - public static readonly RULE_returnsClause = 101; - public static readonly RULE_routineCharacteristic = 102; - public static readonly RULE_controlStatement = 103; - public static readonly RULE_caseStatementWhenClause = 104; - public static readonly RULE_elseIfClause = 105; - public static readonly RULE_elseClause = 106; - public static readonly RULE_variableDeclaration = 107; - public static readonly RULE_sqlStatementList = 108; - public static readonly RULE_privilege = 109; - public static readonly RULE_qualifiedName = 110; - public static readonly RULE_queryPeriod = 111; - public static readonly RULE_rangeType = 112; - public static readonly RULE_grantor = 113; - public static readonly RULE_principal = 114; - public static readonly RULE_roles = 115; - public static readonly RULE_identifier = 116; - public static readonly RULE_number = 117; - public static readonly RULE_authorizationUser = 118; - public static readonly RULE_nonReserved = 119; + public static readonly RULE_statement = 1; + public static readonly RULE_rootQuery = 2; + public static readonly RULE_withFunction = 3; + public static readonly RULE_query = 4; + public static readonly RULE_with = 5; + public static readonly RULE_tableElement = 6; + public static readonly RULE_columnDefinition = 7; + public static readonly RULE_likeClause = 8; + public static readonly RULE_properties = 9; + public static readonly RULE_propertyAssignments = 10; + public static readonly RULE_property = 11; + public static readonly RULE_propertyValue = 12; + public static readonly RULE_queryNoWith = 13; + public static readonly RULE_limitRowCount = 14; + public static readonly RULE_rowCount = 15; + public static readonly RULE_queryTerm = 16; + public static readonly RULE_queryPrimary = 17; + public static readonly RULE_sortItem = 18; + public static readonly RULE_querySpecification = 19; + public static readonly RULE_groupBy = 20; + public static readonly RULE_groupingElement = 21; + public static readonly RULE_groupingSet = 22; + public static readonly RULE_windowDefinition = 23; + public static readonly RULE_windowSpecification = 24; + public static readonly RULE_namedQuery = 25; + public static readonly RULE_setQuantifier = 26; + public static readonly RULE_selectItem = 27; + public static readonly RULE_relation = 28; + public static readonly RULE_joinType = 29; + public static readonly RULE_joinCriteria = 30; + public static readonly RULE_sampledRelation = 31; + public static readonly RULE_sampleType = 32; + public static readonly RULE_trimsSpecification = 33; + public static readonly RULE_listAggOverflowBehavior = 34; + public static readonly RULE_listaggCountIndication = 35; + public static readonly RULE_patternRecognition = 36; + public static readonly RULE_measureDefinition = 37; + public static readonly RULE_rowsPerMatch = 38; + public static readonly RULE_emptyMatchHandling = 39; + public static readonly RULE_skipTo = 40; + public static readonly RULE_subsetDefinition = 41; + public static readonly RULE_variableDefinition = 42; + public static readonly RULE_aliasedRelation = 43; + public static readonly RULE_columnAliases = 44; + public static readonly RULE_relationPrimary = 45; + public static readonly RULE_tableFunctionCall = 46; + public static readonly RULE_tableFunctionArgument = 47; + public static readonly RULE_tableArgument = 48; + public static readonly RULE_tableArgumentRelation = 49; + public static readonly RULE_descriptorArgument = 50; + public static readonly RULE_descriptorField = 51; + public static readonly RULE_copartitionTables = 52; + public static readonly RULE_expression = 53; + public static readonly RULE_booleanExpression = 54; + public static readonly RULE_predicate_ = 55; + public static readonly RULE_valueExpression = 56; + public static readonly RULE_primaryExpression = 57; + public static readonly RULE_jsonPathInvocation = 58; + public static readonly RULE_jsonValueExpression = 59; + public static readonly RULE_jsonRepresentation = 60; + public static readonly RULE_jsonArgument = 61; + public static readonly RULE_jsonExistsErrorBehavior = 62; + public static readonly RULE_jsonValueBehavior = 63; + public static readonly RULE_jsonQueryWrapperBehavior = 64; + public static readonly RULE_jsonQueryBehavior = 65; + public static readonly RULE_jsonObjectMember = 66; + public static readonly RULE_processingMode = 67; + public static readonly RULE_nullTreatment = 68; + public static readonly RULE_string_ = 69; + public static readonly RULE_timeZoneSpecifier = 70; + public static readonly RULE_comparisonOperator = 71; + public static readonly RULE_comparisonQuantifier = 72; + public static readonly RULE_booleanValue = 73; + public static readonly RULE_interval = 74; + public static readonly RULE_intervalField = 75; + public static readonly RULE_normalForm = 76; + public static readonly RULE_type = 77; + public static readonly RULE_rowField = 78; + public static readonly RULE_typeParameter = 79; + public static readonly RULE_whenClause = 80; + public static readonly RULE_filter = 81; + public static readonly RULE_mergeCase = 82; + public static readonly RULE_over = 83; + public static readonly RULE_windowFrame = 84; + public static readonly RULE_frameExtent = 85; + public static readonly RULE_frameBound = 86; + public static readonly RULE_rowPattern = 87; + public static readonly RULE_patternPrimary = 88; + public static readonly RULE_patternQuantifier = 89; + public static readonly RULE_updateAssignment = 90; + public static readonly RULE_explainOption = 91; + public static readonly RULE_transactionMode = 92; + public static readonly RULE_levelOfIsolation = 93; + public static readonly RULE_callArgument = 94; + public static readonly RULE_pathElement = 95; + public static readonly RULE_pathSpecification = 96; + public static readonly RULE_functionSpecification = 97; + public static readonly RULE_functionDeclaration = 98; + public static readonly RULE_parameterDeclaration = 99; + public static readonly RULE_returnsClause = 100; + public static readonly RULE_routineCharacteristic = 101; + public static readonly RULE_controlStatement = 102; + public static readonly RULE_caseStatementWhenClause = 103; + public static readonly RULE_elseIfClause = 104; + public static readonly RULE_elseClause = 105; + public static readonly RULE_variableDeclaration = 106; + public static readonly RULE_sqlStatementList = 107; + public static readonly RULE_privilege = 108; + public static readonly RULE_qualifiedName = 109; + public static readonly RULE_queryPeriod = 110; + public static readonly RULE_rangeType = 111; + public static readonly RULE_grantor = 112; + public static readonly RULE_principal = 113; + public static readonly RULE_roleIdentifierList = 114; + public static readonly RULE_identifier = 115; + public static readonly RULE_catalogIdentifier = 116; + public static readonly RULE_schemaIdentifier = 117; + public static readonly RULE_tableIdentifier = 118; + public static readonly RULE_viewIdentifier = 119; + public static readonly RULE_newSchemaIdentifier = 120; + public static readonly RULE_newTableIdentifier = 121; + public static readonly RULE_newViewIdentifier = 122; + public static readonly RULE_roleIdentifier = 123; + public static readonly RULE_connectorIdentifier = 124; + public static readonly RULE_number = 125; + public static readonly RULE_authorizationUser = 126; + public static readonly RULE_nonReserved = 127; public static readonly literalNames = [ null, "'ABSENT'", "'ADD'", "'ADMIN'", "'AFTER'", "'ALL'", "'ALTER'", @@ -599,35 +607,37 @@ export class TrinoParser extends antlr.Parser { "SIMPLE_COMMENT_", "BRACKETED_COMMENT_", "WS_", "UNRECOGNIZED_" ]; public static readonly ruleNames = [ - "parse", "statements", "statement", "rootQuery", "withFunction", - "query", "with", "tableElement", "columnDefinition", "likeClause", - "properties", "propertyAssignments", "property", "propertyValue", - "queryNoWith", "limitRowCount", "rowCount", "queryTerm", "queryPrimary", - "sortItem", "querySpecification", "groupBy", "groupingElement", - "groupingSet", "windowDefinition", "windowSpecification", "namedQuery", - "setQuantifier", "selectItem", "relation", "joinType", "joinCriteria", - "sampledRelation", "sampleType", "trimsSpecification", "listAggOverflowBehavior", - "listaggCountIndication", "patternRecognition", "measureDefinition", - "rowsPerMatch", "emptyMatchHandling", "skipTo", "subsetDefinition", - "variableDefinition", "aliasedRelation", "columnAliases", "relationPrimary", - "tableFunctionCall", "tableFunctionArgument", "tableArgument", "tableArgumentRelation", - "descriptorArgument", "descriptorField", "copartitionTables", "expression", - "booleanExpression", "predicate_", "valueExpression", "primaryExpression", - "jsonPathInvocation", "jsonValueExpression", "jsonRepresentation", - "jsonArgument", "jsonExistsErrorBehavior", "jsonValueBehavior", - "jsonQueryWrapperBehavior", "jsonQueryBehavior", "jsonObjectMember", - "processingMode", "nullTreatment", "string_", "timeZoneSpecifier", - "comparisonOperator", "comparisonQuantifier", "booleanValue", "interval", - "intervalField", "normalForm", "type", "rowField", "typeParameter", - "whenClause", "filter", "mergeCase", "over", "windowFrame", "frameExtent", - "frameBound", "rowPattern", "patternPrimary", "patternQuantifier", - "updateAssignment", "explainOption", "transactionMode", "levelOfIsolation", - "callArgument", "pathElement", "pathSpecification", "functionSpecification", - "functionDeclaration", "parameterDeclaration", "returnsClause", - "routineCharacteristic", "controlStatement", "caseStatementWhenClause", - "elseIfClause", "elseClause", "variableDeclaration", "sqlStatementList", - "privilege", "qualifiedName", "queryPeriod", "rangeType", "grantor", - "principal", "roles", "identifier", "number", "authorizationUser", + "parse", "statement", "rootQuery", "withFunction", "query", "with", + "tableElement", "columnDefinition", "likeClause", "properties", + "propertyAssignments", "property", "propertyValue", "queryNoWith", + "limitRowCount", "rowCount", "queryTerm", "queryPrimary", "sortItem", + "querySpecification", "groupBy", "groupingElement", "groupingSet", + "windowDefinition", "windowSpecification", "namedQuery", "setQuantifier", + "selectItem", "relation", "joinType", "joinCriteria", "sampledRelation", + "sampleType", "trimsSpecification", "listAggOverflowBehavior", "listaggCountIndication", + "patternRecognition", "measureDefinition", "rowsPerMatch", "emptyMatchHandling", + "skipTo", "subsetDefinition", "variableDefinition", "aliasedRelation", + "columnAliases", "relationPrimary", "tableFunctionCall", "tableFunctionArgument", + "tableArgument", "tableArgumentRelation", "descriptorArgument", + "descriptorField", "copartitionTables", "expression", "booleanExpression", + "predicate_", "valueExpression", "primaryExpression", "jsonPathInvocation", + "jsonValueExpression", "jsonRepresentation", "jsonArgument", "jsonExistsErrorBehavior", + "jsonValueBehavior", "jsonQueryWrapperBehavior", "jsonQueryBehavior", + "jsonObjectMember", "processingMode", "nullTreatment", "string_", + "timeZoneSpecifier", "comparisonOperator", "comparisonQuantifier", + "booleanValue", "interval", "intervalField", "normalForm", "type", + "rowField", "typeParameter", "whenClause", "filter", "mergeCase", + "over", "windowFrame", "frameExtent", "frameBound", "rowPattern", + "patternPrimary", "patternQuantifier", "updateAssignment", "explainOption", + "transactionMode", "levelOfIsolation", "callArgument", "pathElement", + "pathSpecification", "functionSpecification", "functionDeclaration", + "parameterDeclaration", "returnsClause", "routineCharacteristic", + "controlStatement", "caseStatementWhenClause", "elseIfClause", "elseClause", + "variableDeclaration", "sqlStatementList", "privilege", "qualifiedName", + "queryPeriod", "rangeType", "grantor", "principal", "roleIdentifierList", + "identifier", "catalogIdentifier", "schemaIdentifier", "tableIdentifier", + "viewIdentifier", "newSchemaIdentifier", "newTableIdentifier", "newViewIdentifier", + "roleIdentifier", "connectorIdentifier", "number", "authorizationUser", "nonReserved", ]; @@ -652,17 +662,17 @@ export class TrinoParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 241; + this.state = 257; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 6)) & ~0x1F) === 0 && ((1 << (_la - 6)) & 1098924035) !== 0) || ((((_la - 51)) & ~0x1F) === 0 && ((1 << (_la - 51)) & 167805409) !== 0) || _la === 93 || _la === 110 || _la === 152 || ((((_la - 197)) & ~0x1F) === 0 && ((1 << (_la - 197)) & 8921345) !== 0) || ((((_la - 231)) & ~0x1F) === 0 && ((1 << (_la - 231)) & 134226217) !== 0) || ((((_la - 271)) & ~0x1F) === 0 && ((1 << (_la - 271)) & 131587) !== 0) || _la === 313) { { - this.state = 240; - this.statements(); + this.state = 256; + this.statement(); } } - this.state = 243; + this.state = 259; this.match(TrinoParser.EOF); } } @@ -679,70 +689,19 @@ export class TrinoParser extends antlr.Parser { } return localContext; } - public statements(): StatementsContext { - let localContext = new StatementsContext(this.context, this.state); - this.enterRule(localContext, 2, TrinoParser.RULE_statements); - let _la: number; - try { - this.state = 253; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 2, this.context) ) { - case 1: - this.enterOuterAlt(localContext, 1); - { - this.state = 245; - this.statement(); - this.state = 247; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 309) { - { - this.state = 246; - this.match(TrinoParser.SEMICOLON_); - } - } - - } - break; - case 2: - this.enterOuterAlt(localContext, 2); - { - this.state = 249; - this.statement(); - this.state = 250; - this.match(TrinoParser.SEMICOLON_); - this.state = 251; - this.statements(); - } - break; - } - } - catch (re) { - if (re instanceof antlr.RecognitionException) { - this.errorHandler.reportError(this, re); - this.errorHandler.recover(this, re); - } else { - throw re; - } - } - finally { - this.exitRule(); - } - return localContext; - } public statement(): StatementContext { let localContext = new StatementContext(this.context, this.state); - this.enterRule(localContext, 4, TrinoParser.RULE_statement); + this.enterRule(localContext, 2, TrinoParser.RULE_statement); let _la: number; try { - this.state = 1126; + this.state = 1147; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 123, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 127, this.context) ) { case 1: localContext = new StatementDefaultContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 255; + this.state = 261; this.rootQuery(); } break; @@ -750,86 +709,82 @@ export class TrinoParser extends antlr.Parser { localContext = new UseContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 256; + this.state = 262; this.match(TrinoParser.USE_); - this.state = 257; - (localContext as UseContext)._schema = this.identifier(); + this.state = 263; + this.schemaIdentifier(); } break; case 3: - localContext = new UseContext(localContext); + localContext = new UseCatalogContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 258; + this.state = 264; this.match(TrinoParser.USE_); - this.state = 259; - (localContext as UseContext)._catalog = this.identifier(); - this.state = 260; - this.match(TrinoParser.DOT_); - this.state = 261; - (localContext as UseContext)._schema = this.identifier(); + this.state = 265; + this.catalogIdentifier(); } break; case 4: localContext = new CreateCatalogContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 263; + this.state = 266; this.match(TrinoParser.CREATE_); - this.state = 264; + this.state = 267; this.match(TrinoParser.CATALOG_); - this.state = 268; + this.state = 271; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 3, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1, this.context) ) { case 1: { - this.state = 265; + this.state = 268; this.match(TrinoParser.IF_); - this.state = 266; + this.state = 269; this.match(TrinoParser.NOT_); - this.state = 267; + this.state = 270; this.match(TrinoParser.EXISTS_); } break; } - this.state = 270; + this.state = 273; (localContext as CreateCatalogContext)._catalog = this.identifier(); - this.state = 271; + this.state = 274; this.match(TrinoParser.USING_); - this.state = 272; - (localContext as CreateCatalogContext)._connectorName = this.identifier(); this.state = 275; + this.connectorIdentifier(); + this.state = 278; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 29) { { - this.state = 273; + this.state = 276; this.match(TrinoParser.COMMENT_); - this.state = 274; + this.state = 277; this.string_(); } } - this.state = 279; + this.state = 282; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 14) { { - this.state = 277; + this.state = 280; this.match(TrinoParser.AUTHORIZATION_); - this.state = 278; + this.state = 281; this.principal(); } } - this.state = 283; + this.state = 286; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 288) { { - this.state = 281; + this.state = 284; this.match(TrinoParser.WITH_); - this.state = 282; + this.state = 285; this.properties(); } } @@ -840,30 +795,30 @@ export class TrinoParser extends antlr.Parser { localContext = new DropCatalogContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 285; + this.state = 288; this.match(TrinoParser.DROP_); - this.state = 286; - this.match(TrinoParser.CATALOG_); this.state = 289; + this.match(TrinoParser.CATALOG_); + this.state = 292; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 7, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 5, this.context) ) { case 1: { - this.state = 287; + this.state = 290; this.match(TrinoParser.IF_); - this.state = 288; + this.state = 291; this.match(TrinoParser.EXISTS_); } break; } - this.state = 291; - (localContext as DropCatalogContext)._catalog = this.identifier(); - this.state = 293; + this.state = 294; + this.catalogIdentifier(); + this.state = 296; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 22 || _la === 212) { { - this.state = 292; + this.state = 295; _la = this.tokenStream.LA(1); if(!(_la === 22 || _la === 212)) { this.errorHandler.recoverInline(this); @@ -881,46 +836,46 @@ export class TrinoParser extends antlr.Parser { localContext = new CreateSchemaContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 295; + this.state = 298; this.match(TrinoParser.CREATE_); - this.state = 296; + this.state = 299; this.match(TrinoParser.SCHEMA_); - this.state = 300; + this.state = 303; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 9, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 7, this.context) ) { case 1: { - this.state = 297; + this.state = 300; this.match(TrinoParser.IF_); - this.state = 298; + this.state = 301; this.match(TrinoParser.NOT_); - this.state = 299; + this.state = 302; this.match(TrinoParser.EXISTS_); } break; } - this.state = 302; - this.qualifiedName(); this.state = 305; + this.newSchemaIdentifier(); + this.state = 308; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 14) { { - this.state = 303; + this.state = 306; this.match(TrinoParser.AUTHORIZATION_); - this.state = 304; + this.state = 307; this.principal(); } } - this.state = 309; + this.state = 312; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 288) { { - this.state = 307; + this.state = 310; this.match(TrinoParser.WITH_); - this.state = 308; + this.state = 311; this.properties(); } } @@ -931,30 +886,30 @@ export class TrinoParser extends antlr.Parser { localContext = new DropSchemaContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 311; + this.state = 314; this.match(TrinoParser.DROP_); - this.state = 312; - this.match(TrinoParser.SCHEMA_); this.state = 315; + this.match(TrinoParser.SCHEMA_); + this.state = 318; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 12, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 10, this.context) ) { case 1: { - this.state = 313; + this.state = 316; this.match(TrinoParser.IF_); - this.state = 314; + this.state = 317; this.match(TrinoParser.EXISTS_); } break; } - this.state = 317; - this.qualifiedName(); - this.state = 319; + this.state = 320; + this.schemaIdentifier(); + this.state = 322; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 22 || _la === 212) { { - this.state = 318; + this.state = 321; _la = this.tokenStream.LA(1); if(!(_la === 22 || _la === 212)) { this.errorHandler.recoverInline(this); @@ -972,17 +927,17 @@ export class TrinoParser extends antlr.Parser { localContext = new RenameSchemaContext(localContext); this.enterOuterAlt(localContext, 8); { - this.state = 321; + this.state = 324; this.match(TrinoParser.ALTER_); - this.state = 322; + this.state = 325; this.match(TrinoParser.SCHEMA_); - this.state = 323; - this.qualifiedName(); - this.state = 324; + this.state = 326; + this.schemaIdentifier(); + this.state = 327; this.match(TrinoParser.RENAME_); - this.state = 325; + this.state = 328; this.match(TrinoParser.TO_); - this.state = 326; + this.state = 329; this.identifier(); } break; @@ -990,17 +945,17 @@ export class TrinoParser extends antlr.Parser { localContext = new SetSchemaAuthorizationContext(localContext); this.enterOuterAlt(localContext, 9); { - this.state = 328; + this.state = 331; this.match(TrinoParser.ALTER_); - this.state = 329; + this.state = 332; this.match(TrinoParser.SCHEMA_); - this.state = 330; - this.qualifiedName(); - this.state = 331; + this.state = 333; + this.schemaIdentifier(); + this.state = 334; this.match(TrinoParser.SET_); - this.state = 332; + this.state = 335; this.match(TrinoParser.AUTHORIZATION_); - this.state = 333; + this.state = 336; this.principal(); } break; @@ -1008,112 +963,112 @@ export class TrinoParser extends antlr.Parser { localContext = new CreateTableAsSelectContext(localContext); this.enterOuterAlt(localContext, 10); { - this.state = 335; - this.match(TrinoParser.CREATE_); this.state = 338; + this.match(TrinoParser.CREATE_); + this.state = 341; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 177) { { - this.state = 336; + this.state = 339; this.match(TrinoParser.OR_); - this.state = 337; + this.state = 340; this.match(TrinoParser.REPLACE_); } } - this.state = 340; + this.state = 343; this.match(TrinoParser.TABLE_); - this.state = 344; + this.state = 347; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 15, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 13, this.context) ) { case 1: { - this.state = 341; + this.state = 344; this.match(TrinoParser.IF_); - this.state = 342; + this.state = 345; this.match(TrinoParser.NOT_); - this.state = 343; + this.state = 346; this.match(TrinoParser.EXISTS_); } break; } - this.state = 346; - this.qualifiedName(); - this.state = 348; + this.state = 349; + this.newTableIdentifier(); + this.state = 351; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 313) { { - this.state = 347; + this.state = 350; this.columnAliases(); } } - this.state = 352; + this.state = 355; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 29) { { - this.state = 350; + this.state = 353; this.match(TrinoParser.COMMENT_); - this.state = 351; + this.state = 354; this.string_(); } } - this.state = 356; + this.state = 359; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 288) { { - this.state = 354; + this.state = 357; this.match(TrinoParser.WITH_); - this.state = 355; + this.state = 358; this.properties(); } } - this.state = 358; + this.state = 361; this.match(TrinoParser.AS_); - this.state = 364; + this.state = 367; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 19, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 17, this.context) ) { case 1: { - this.state = 359; + this.state = 362; this.rootQuery(); } break; case 2: { - this.state = 360; + this.state = 363; this.match(TrinoParser.LPAREN_); - this.state = 361; + this.state = 364; this.rootQuery(); - this.state = 362; + this.state = 365; this.match(TrinoParser.RPAREN_); } break; } - this.state = 371; + this.state = 374; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 288) { { - this.state = 366; + this.state = 369; this.match(TrinoParser.WITH_); - this.state = 368; + this.state = 371; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 162) { { - this.state = 367; + this.state = 370; this.match(TrinoParser.NO_); } } - this.state = 370; + this.state = 373; this.match(TrinoParser.DATA_); } } @@ -1124,80 +1079,80 @@ export class TrinoParser extends antlr.Parser { localContext = new CreateTableContext(localContext); this.enterOuterAlt(localContext, 11); { - this.state = 373; - this.match(TrinoParser.CREATE_); this.state = 376; + this.match(TrinoParser.CREATE_); + this.state = 379; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 177) { { - this.state = 374; + this.state = 377; this.match(TrinoParser.OR_); - this.state = 375; + this.state = 378; this.match(TrinoParser.REPLACE_); } } - this.state = 378; + this.state = 381; this.match(TrinoParser.TABLE_); - this.state = 382; + this.state = 385; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 23, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 21, this.context) ) { case 1: { - this.state = 379; + this.state = 382; this.match(TrinoParser.IF_); - this.state = 380; + this.state = 383; this.match(TrinoParser.NOT_); - this.state = 381; + this.state = 384; this.match(TrinoParser.EXISTS_); } break; } - this.state = 384; - this.qualifiedName(); - this.state = 385; + this.state = 387; + this.newTableIdentifier(); + this.state = 388; this.match(TrinoParser.LPAREN_); - this.state = 386; + this.state = 389; this.tableElement(); - this.state = 391; + this.state = 394; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 387; + this.state = 390; this.match(TrinoParser.COMMA_); - this.state = 388; + this.state = 391; this.tableElement(); } } - this.state = 393; + this.state = 396; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 394; - this.match(TrinoParser.RPAREN_); this.state = 397; + this.match(TrinoParser.RPAREN_); + this.state = 400; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 29) { { - this.state = 395; + this.state = 398; this.match(TrinoParser.COMMENT_); - this.state = 396; + this.state = 399; this.string_(); } } - this.state = 401; + this.state = 404; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 288) { { - this.state = 399; + this.state = 402; this.match(TrinoParser.WITH_); - this.state = 400; + this.state = 403; this.properties(); } } @@ -1208,47 +1163,47 @@ export class TrinoParser extends antlr.Parser { localContext = new DropTableContext(localContext); this.enterOuterAlt(localContext, 12); { - this.state = 403; + this.state = 406; this.match(TrinoParser.DROP_); - this.state = 404; - this.match(TrinoParser.TABLE_); this.state = 407; + this.match(TrinoParser.TABLE_); + this.state = 410; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 27, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 25, this.context) ) { case 1: { - this.state = 405; + this.state = 408; this.match(TrinoParser.IF_); - this.state = 406; + this.state = 409; this.match(TrinoParser.EXISTS_); } break; } - this.state = 409; - this.qualifiedName(); + this.state = 412; + this.tableIdentifier(); } break; case 13: localContext = new InsertIntoContext(localContext); this.enterOuterAlt(localContext, 13); { - this.state = 410; + this.state = 413; this.match(TrinoParser.INSERT_); - this.state = 411; - this.match(TrinoParser.INTO_); - this.state = 412; - this.qualifiedName(); this.state = 414; + this.match(TrinoParser.INTO_); + this.state = 415; + this.tableIdentifier(); + this.state = 417; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 28, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 26, this.context) ) { case 1: { - this.state = 413; + this.state = 416; this.columnAliases(); } break; } - this.state = 416; + this.state = 419; this.rootQuery(); } break; @@ -1256,20 +1211,20 @@ export class TrinoParser extends antlr.Parser { localContext = new DeleteContext(localContext); this.enterOuterAlt(localContext, 14); { - this.state = 418; + this.state = 421; this.match(TrinoParser.DELETE_); - this.state = 419; + this.state = 422; this.match(TrinoParser.FROM_); - this.state = 420; - this.qualifiedName(); this.state = 423; + this.tableIdentifier(); + this.state = 426; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 285) { { - this.state = 421; + this.state = 424; this.match(TrinoParser.WHERE_); - this.state = 422; + this.state = 425; this.booleanExpression(0); } } @@ -1280,41 +1235,41 @@ export class TrinoParser extends antlr.Parser { localContext = new TruncateTableContext(localContext); this.enterOuterAlt(localContext, 15); { - this.state = 425; + this.state = 428; this.match(TrinoParser.TRUNCATE_); - this.state = 426; + this.state = 429; this.match(TrinoParser.TABLE_); - this.state = 427; - this.qualifiedName(); + this.state = 430; + this.tableIdentifier(); } break; case 16: localContext = new CommentTableContext(localContext); this.enterOuterAlt(localContext, 16); { - this.state = 428; + this.state = 431; this.match(TrinoParser.COMMENT_); - this.state = 429; + this.state = 432; this.match(TrinoParser.ON_); - this.state = 430; + this.state = 433; this.match(TrinoParser.TABLE_); - this.state = 431; - this.qualifiedName(); - this.state = 432; - this.match(TrinoParser.IS_); + this.state = 434; + this.tableIdentifier(); this.state = 435; + this.match(TrinoParser.IS_); + this.state = 438; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.STRING_: case TrinoParser.UNICODE_STRING_: { - this.state = 433; + this.state = 436; this.string_(); } break; case TrinoParser.NULL_: { - this.state = 434; + this.state = 437; this.match(TrinoParser.NULL_); } break; @@ -1327,29 +1282,29 @@ export class TrinoParser extends antlr.Parser { localContext = new CommentViewContext(localContext); this.enterOuterAlt(localContext, 17); { - this.state = 437; + this.state = 440; this.match(TrinoParser.COMMENT_); - this.state = 438; + this.state = 441; this.match(TrinoParser.ON_); - this.state = 439; + this.state = 442; this.match(TrinoParser.VIEW_); - this.state = 440; - this.qualifiedName(); - this.state = 441; - this.match(TrinoParser.IS_); + this.state = 443; + this.viewIdentifier(); this.state = 444; + this.match(TrinoParser.IS_); + this.state = 447; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.STRING_: case TrinoParser.UNICODE_STRING_: { - this.state = 442; + this.state = 445; this.string_(); } break; case TrinoParser.NULL_: { - this.state = 443; + this.state = 446; this.match(TrinoParser.NULL_); } break; @@ -1362,29 +1317,29 @@ export class TrinoParser extends antlr.Parser { localContext = new CommentColumnContext(localContext); this.enterOuterAlt(localContext, 18); { - this.state = 446; + this.state = 449; this.match(TrinoParser.COMMENT_); - this.state = 447; + this.state = 450; this.match(TrinoParser.ON_); - this.state = 448; + this.state = 451; this.match(TrinoParser.COLUMN_); - this.state = 449; + this.state = 452; this.qualifiedName(); - this.state = 450; - this.match(TrinoParser.IS_); this.state = 453; + this.match(TrinoParser.IS_); + this.state = 456; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.STRING_: case TrinoParser.UNICODE_STRING_: { - this.state = 451; + this.state = 454; this.string_(); } break; case TrinoParser.NULL_: { - this.state = 452; + this.state = 455; this.match(TrinoParser.NULL_); } break; @@ -1397,29 +1352,29 @@ export class TrinoParser extends antlr.Parser { localContext = new RenameTableContext(localContext); this.enterOuterAlt(localContext, 19); { - this.state = 455; + this.state = 458; this.match(TrinoParser.ALTER_); - this.state = 456; - this.match(TrinoParser.TABLE_); this.state = 459; + this.match(TrinoParser.TABLE_); + this.state = 462; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 33, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 31, this.context) ) { case 1: { - this.state = 457; + this.state = 460; this.match(TrinoParser.IF_); - this.state = 458; + this.state = 461; this.match(TrinoParser.EXISTS_); } break; } - this.state = 461; - (localContext as RenameTableContext)._from_ = this.qualifiedName(); - this.state = 462; + this.state = 464; + this.tableIdentifier(); + this.state = 465; this.match(TrinoParser.RENAME_); - this.state = 463; + this.state = 466; this.match(TrinoParser.TO_); - this.state = 464; + this.state = 467; (localContext as RenameTableContext)._to = this.qualifiedName(); } break; @@ -1427,43 +1382,43 @@ export class TrinoParser extends antlr.Parser { localContext = new AddColumnContext(localContext); this.enterOuterAlt(localContext, 20); { - this.state = 466; + this.state = 469; this.match(TrinoParser.ALTER_); - this.state = 467; - this.match(TrinoParser.TABLE_); this.state = 470; + this.match(TrinoParser.TABLE_); + this.state = 473; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 34, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 32, this.context) ) { case 1: { - this.state = 468; + this.state = 471; this.match(TrinoParser.IF_); - this.state = 469; + this.state = 472; this.match(TrinoParser.EXISTS_); } break; } - this.state = 472; - (localContext as AddColumnContext)._tableName = this.qualifiedName(); - this.state = 473; + this.state = 475; + this.tableIdentifier(); + this.state = 476; this.match(TrinoParser.ADD_); - this.state = 474; + this.state = 477; this.match(TrinoParser.COLUMN_); - this.state = 478; + this.state = 481; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 35, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 33, this.context) ) { case 1: { - this.state = 475; + this.state = 478; this.match(TrinoParser.IF_); - this.state = 476; + this.state = 479; this.match(TrinoParser.NOT_); - this.state = 477; + this.state = 480; this.match(TrinoParser.EXISTS_); } break; } - this.state = 480; + this.state = 483; (localContext as AddColumnContext)._column = this.columnDefinition(); } break; @@ -1471,45 +1426,45 @@ export class TrinoParser extends antlr.Parser { localContext = new RenameColumnContext(localContext); this.enterOuterAlt(localContext, 21); { - this.state = 482; + this.state = 485; this.match(TrinoParser.ALTER_); - this.state = 483; - this.match(TrinoParser.TABLE_); this.state = 486; + this.match(TrinoParser.TABLE_); + this.state = 489; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 36, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 34, this.context) ) { case 1: { - this.state = 484; + this.state = 487; this.match(TrinoParser.IF_); - this.state = 485; + this.state = 488; this.match(TrinoParser.EXISTS_); } break; } - this.state = 488; - (localContext as RenameColumnContext)._tableName = this.qualifiedName(); - this.state = 489; + this.state = 491; + this.tableIdentifier(); + this.state = 492; this.match(TrinoParser.RENAME_); - this.state = 490; - this.match(TrinoParser.COLUMN_); this.state = 493; + this.match(TrinoParser.COLUMN_); + this.state = 496; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 37, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 35, this.context) ) { case 1: { - this.state = 491; + this.state = 494; this.match(TrinoParser.IF_); - this.state = 492; + this.state = 495; this.match(TrinoParser.EXISTS_); } break; } - this.state = 495; + this.state = 498; (localContext as RenameColumnContext)._from_ = this.qualifiedName(); - this.state = 496; + this.state = 499; this.match(TrinoParser.TO_); - this.state = 497; + this.state = 500; (localContext as RenameColumnContext)._to = this.identifier(); } break; @@ -1517,41 +1472,41 @@ export class TrinoParser extends antlr.Parser { localContext = new DropColumnContext(localContext); this.enterOuterAlt(localContext, 22); { - this.state = 499; + this.state = 502; this.match(TrinoParser.ALTER_); - this.state = 500; - this.match(TrinoParser.TABLE_); this.state = 503; + this.match(TrinoParser.TABLE_); + this.state = 506; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 38, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 36, this.context) ) { case 1: { - this.state = 501; + this.state = 504; this.match(TrinoParser.IF_); - this.state = 502; + this.state = 505; this.match(TrinoParser.EXISTS_); } break; } - this.state = 505; - (localContext as DropColumnContext)._tableName = this.qualifiedName(); - this.state = 506; + this.state = 508; + this.tableIdentifier(); + this.state = 509; this.match(TrinoParser.DROP_); - this.state = 507; - this.match(TrinoParser.COLUMN_); this.state = 510; + this.match(TrinoParser.COLUMN_); + this.state = 513; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 39, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 37, this.context) ) { case 1: { - this.state = 508; + this.state = 511; this.match(TrinoParser.IF_); - this.state = 509; + this.state = 512; this.match(TrinoParser.EXISTS_); } break; } - this.state = 512; + this.state = 515; (localContext as DropColumnContext)._column = this.qualifiedName(); } break; @@ -1559,37 +1514,37 @@ export class TrinoParser extends antlr.Parser { localContext = new SetColumnTypeContext(localContext); this.enterOuterAlt(localContext, 23); { - this.state = 514; + this.state = 517; this.match(TrinoParser.ALTER_); - this.state = 515; - this.match(TrinoParser.TABLE_); this.state = 518; + this.match(TrinoParser.TABLE_); + this.state = 521; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 40, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 38, this.context) ) { case 1: { - this.state = 516; + this.state = 519; this.match(TrinoParser.IF_); - this.state = 517; + this.state = 520; this.match(TrinoParser.EXISTS_); } break; } - this.state = 520; - (localContext as SetColumnTypeContext)._tableName = this.qualifiedName(); - this.state = 521; + this.state = 523; + this.tableIdentifier(); + this.state = 524; this.match(TrinoParser.ALTER_); - this.state = 522; + this.state = 525; this.match(TrinoParser.COLUMN_); - this.state = 523; + this.state = 526; (localContext as SetColumnTypeContext)._columnName = this.qualifiedName(); - this.state = 524; + this.state = 527; this.match(TrinoParser.SET_); - this.state = 525; + this.state = 528; this.match(TrinoParser.DATA_); - this.state = 526; + this.state = 529; this.match(TrinoParser.TYPE_); - this.state = 527; + this.state = 530; this.type_(0); } break; @@ -1597,17 +1552,17 @@ export class TrinoParser extends antlr.Parser { localContext = new SetTableAuthorizationContext(localContext); this.enterOuterAlt(localContext, 24); { - this.state = 529; + this.state = 532; this.match(TrinoParser.ALTER_); - this.state = 530; + this.state = 533; this.match(TrinoParser.TABLE_); - this.state = 531; - (localContext as SetTableAuthorizationContext)._tableName = this.qualifiedName(); - this.state = 532; + this.state = 534; + this.tableIdentifier(); + this.state = 535; this.match(TrinoParser.SET_); - this.state = 533; + this.state = 536; this.match(TrinoParser.AUTHORIZATION_); - this.state = 534; + this.state = 537; this.principal(); } break; @@ -1615,17 +1570,17 @@ export class TrinoParser extends antlr.Parser { localContext = new SetTablePropertiesContext(localContext); this.enterOuterAlt(localContext, 25); { - this.state = 536; + this.state = 539; this.match(TrinoParser.ALTER_); - this.state = 537; + this.state = 540; this.match(TrinoParser.TABLE_); - this.state = 538; - (localContext as SetTablePropertiesContext)._tableName = this.qualifiedName(); - this.state = 539; + this.state = 541; + this.tableIdentifier(); + this.state = 542; this.match(TrinoParser.SET_); - this.state = 540; + this.state = 543; this.match(TrinoParser.PROPERTIES_); - this.state = 541; + this.state = 544; this.propertyAssignments(); } break; @@ -1633,62 +1588,62 @@ export class TrinoParser extends antlr.Parser { localContext = new TableExecuteContext(localContext); this.enterOuterAlt(localContext, 26); { - this.state = 543; + this.state = 546; this.match(TrinoParser.ALTER_); - this.state = 544; + this.state = 547; this.match(TrinoParser.TABLE_); - this.state = 545; - (localContext as TableExecuteContext)._tableName = this.qualifiedName(); - this.state = 546; + this.state = 548; + this.tableIdentifier(); + this.state = 549; this.match(TrinoParser.EXECUTE_); - this.state = 547; + this.state = 550; (localContext as TableExecuteContext)._procedureName = this.identifier(); - this.state = 560; + this.state = 563; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 313) { { - this.state = 548; + this.state = 551; this.match(TrinoParser.LPAREN_); - this.state = 557; + this.state = 560; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 4294309566) !== 0) || ((((_la - 32)) & ~0x1F) === 0 && ((1 << (_la - 32)) & 3069704077) !== 0) || ((((_la - 64)) & ~0x1F) === 0 && ((1 << (_la - 64)) & 4240435571) !== 0) || ((((_la - 96)) & ~0x1F) === 0 && ((1 << (_la - 96)) & 3748474349) !== 0) || ((((_la - 128)) & ~0x1F) === 0 && ((1 << (_la - 128)) & 4160748927) !== 0) || ((((_la - 160)) & ~0x1F) === 0 && ((1 << (_la - 160)) & 4293517311) !== 0) || ((((_la - 192)) & ~0x1F) === 0 && ((1 << (_la - 192)) & 3724537823) !== 0) || ((((_la - 224)) & ~0x1F) === 0 && ((1 << (_la - 224)) & 4260355967) !== 0) || ((((_la - 256)) & ~0x1F) === 0 && ((1 << (_la - 256)) & 3472612831) !== 0) || ((((_la - 289)) & ~0x1F) === 0 && ((1 << (_la - 289)) & 17326207) !== 0) || ((((_la - 327)) & ~0x1F) === 0 && ((1 << (_la - 327)) & 1023) !== 0)) { { - this.state = 549; + this.state = 552; this.callArgument(); - this.state = 554; + this.state = 557; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 550; + this.state = 553; this.match(TrinoParser.COMMA_); - this.state = 551; + this.state = 554; this.callArgument(); } } - this.state = 556; + this.state = 559; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 559; + this.state = 562; this.match(TrinoParser.RPAREN_); } } - this.state = 564; + this.state = 567; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 285) { { - this.state = 562; + this.state = 565; this.match(TrinoParser.WHERE_); - this.state = 563; + this.state = 566; (localContext as TableExecuteContext)._where = this.booleanExpression(0); } } @@ -1699,18 +1654,18 @@ export class TrinoParser extends antlr.Parser { localContext = new AnalyzeContext(localContext); this.enterOuterAlt(localContext, 27); { - this.state = 566; + this.state = 569; this.match(TrinoParser.ANALYZE_); - this.state = 567; - this.qualifiedName(); this.state = 570; + this.tableIdentifier(); + this.state = 573; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 288) { { - this.state = 568; + this.state = 571; this.match(TrinoParser.WITH_); - this.state = 569; + this.state = 572; this.properties(); } } @@ -1721,81 +1676,81 @@ export class TrinoParser extends antlr.Parser { localContext = new CreateMaterializedViewContext(localContext); this.enterOuterAlt(localContext, 28); { - this.state = 572; - this.match(TrinoParser.CREATE_); this.state = 575; + this.match(TrinoParser.CREATE_); + this.state = 578; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 177) { { - this.state = 573; + this.state = 576; this.match(TrinoParser.OR_); - this.state = 574; + this.state = 577; this.match(TrinoParser.REPLACE_); } } - this.state = 577; + this.state = 580; this.match(TrinoParser.MATERIALIZED_); - this.state = 578; + this.state = 581; this.match(TrinoParser.VIEW_); - this.state = 582; + this.state = 585; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 47, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 45, this.context) ) { case 1: { - this.state = 579; + this.state = 582; this.match(TrinoParser.IF_); - this.state = 580; + this.state = 583; this.match(TrinoParser.NOT_); - this.state = 581; + this.state = 584; this.match(TrinoParser.EXISTS_); } break; } - this.state = 584; - this.qualifiedName(); - this.state = 588; + this.state = 587; + this.newViewIdentifier(); + this.state = 591; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 92) { { - this.state = 585; + this.state = 588; this.match(TrinoParser.GRACE_); - this.state = 586; + this.state = 589; this.match(TrinoParser.PERIOD_); - this.state = 587; + this.state = 590; this.interval(); } } - this.state = 592; + this.state = 595; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 29) { { - this.state = 590; + this.state = 593; this.match(TrinoParser.COMMENT_); - this.state = 591; + this.state = 594; this.string_(); } } - this.state = 596; + this.state = 599; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 288) { { - this.state = 594; + this.state = 597; this.match(TrinoParser.WITH_); - this.state = 595; + this.state = 598; this.properties(); } } - this.state = 598; + this.state = 601; this.match(TrinoParser.AS_); - this.state = 599; + this.state = 602; this.rootQuery(); } break; @@ -1803,44 +1758,44 @@ export class TrinoParser extends antlr.Parser { localContext = new CreateViewContext(localContext); this.enterOuterAlt(localContext, 29); { - this.state = 601; - this.match(TrinoParser.CREATE_); this.state = 604; + this.match(TrinoParser.CREATE_); + this.state = 607; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 177) { { - this.state = 602; + this.state = 605; this.match(TrinoParser.OR_); - this.state = 603; + this.state = 606; this.match(TrinoParser.REPLACE_); } } - this.state = 606; + this.state = 609; this.match(TrinoParser.VIEW_); - this.state = 607; - this.qualifiedName(); this.state = 610; + this.newViewIdentifier(); + this.state = 613; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 29) { { - this.state = 608; + this.state = 611; this.match(TrinoParser.COMMENT_); - this.state = 609; + this.state = 612; this.string_(); } } - this.state = 614; + this.state = 617; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 229) { { - this.state = 612; + this.state = 615; this.match(TrinoParser.SECURITY_); - this.state = 613; + this.state = 616; _la = this.tokenStream.LA(1); if(!(_la === 55 || _la === 114)) { this.errorHandler.recoverInline(this); @@ -1852,9 +1807,9 @@ export class TrinoParser extends antlr.Parser { } } - this.state = 616; + this.state = 619; this.match(TrinoParser.AS_); - this.state = 617; + this.state = 620; this.rootQuery(); } break; @@ -1862,71 +1817,71 @@ export class TrinoParser extends antlr.Parser { localContext = new RefreshMaterializedViewContext(localContext); this.enterOuterAlt(localContext, 30); { - this.state = 619; + this.state = 622; this.match(TrinoParser.REFRESH_); - this.state = 620; + this.state = 623; this.match(TrinoParser.MATERIALIZED_); - this.state = 621; + this.state = 624; this.match(TrinoParser.VIEW_); - this.state = 622; - this.qualifiedName(); + this.state = 625; + this.viewIdentifier(); } break; case 31: localContext = new DropMaterializedViewContext(localContext); this.enterOuterAlt(localContext, 31); { - this.state = 623; + this.state = 626; this.match(TrinoParser.DROP_); - this.state = 624; + this.state = 627; this.match(TrinoParser.MATERIALIZED_); - this.state = 625; - this.match(TrinoParser.VIEW_); this.state = 628; + this.match(TrinoParser.VIEW_); + this.state = 631; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 54, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 52, this.context) ) { case 1: { - this.state = 626; + this.state = 629; this.match(TrinoParser.IF_); - this.state = 627; + this.state = 630; this.match(TrinoParser.EXISTS_); } break; } - this.state = 630; - this.qualifiedName(); + this.state = 633; + this.viewIdentifier(); } break; case 32: localContext = new RenameMaterializedViewContext(localContext); this.enterOuterAlt(localContext, 32); { - this.state = 631; + this.state = 634; this.match(TrinoParser.ALTER_); - this.state = 632; + this.state = 635; this.match(TrinoParser.MATERIALIZED_); - this.state = 633; - this.match(TrinoParser.VIEW_); this.state = 636; + this.match(TrinoParser.VIEW_); + this.state = 639; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 55, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 53, this.context) ) { case 1: { - this.state = 634; + this.state = 637; this.match(TrinoParser.IF_); - this.state = 635; + this.state = 638; this.match(TrinoParser.EXISTS_); } break; } - this.state = 638; - (localContext as RenameMaterializedViewContext)._from_ = this.qualifiedName(); - this.state = 639; + this.state = 641; + this.viewIdentifier(); + this.state = 642; this.match(TrinoParser.RENAME_); - this.state = 640; + this.state = 643; this.match(TrinoParser.TO_); - this.state = 641; + this.state = 644; (localContext as RenameMaterializedViewContext)._to = this.qualifiedName(); } break; @@ -1934,19 +1889,19 @@ export class TrinoParser extends antlr.Parser { localContext = new SetMaterializedViewPropertiesContext(localContext); this.enterOuterAlt(localContext, 33); { - this.state = 643; + this.state = 646; this.match(TrinoParser.ALTER_); - this.state = 644; + this.state = 647; this.match(TrinoParser.MATERIALIZED_); - this.state = 645; + this.state = 648; this.match(TrinoParser.VIEW_); - this.state = 646; - this.qualifiedName(); - this.state = 647; + this.state = 649; + this.viewIdentifier(); + this.state = 650; this.match(TrinoParser.SET_); - this.state = 648; + this.state = 651; this.match(TrinoParser.PROPERTIES_); - this.state = 649; + this.state = 652; this.propertyAssignments(); } break; @@ -1954,41 +1909,41 @@ export class TrinoParser extends antlr.Parser { localContext = new DropViewContext(localContext); this.enterOuterAlt(localContext, 34); { - this.state = 651; + this.state = 654; this.match(TrinoParser.DROP_); - this.state = 652; - this.match(TrinoParser.VIEW_); this.state = 655; + this.match(TrinoParser.VIEW_); + this.state = 658; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 56, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 54, this.context) ) { case 1: { - this.state = 653; + this.state = 656; this.match(TrinoParser.IF_); - this.state = 654; + this.state = 657; this.match(TrinoParser.EXISTS_); } break; } - this.state = 657; - this.qualifiedName(); + this.state = 660; + this.viewIdentifier(); } break; case 35: localContext = new RenameViewContext(localContext); this.enterOuterAlt(localContext, 35); { - this.state = 658; + this.state = 661; this.match(TrinoParser.ALTER_); - this.state = 659; + this.state = 662; this.match(TrinoParser.VIEW_); - this.state = 660; - (localContext as RenameViewContext)._from_ = this.qualifiedName(); - this.state = 661; + this.state = 663; + this.viewIdentifier(); + this.state = 664; this.match(TrinoParser.RENAME_); - this.state = 662; + this.state = 665; this.match(TrinoParser.TO_); - this.state = 663; + this.state = 666; (localContext as RenameViewContext)._to = this.qualifiedName(); } break; @@ -1996,17 +1951,17 @@ export class TrinoParser extends antlr.Parser { localContext = new SetViewAuthorizationContext(localContext); this.enterOuterAlt(localContext, 36); { - this.state = 665; + this.state = 668; this.match(TrinoParser.ALTER_); - this.state = 666; + this.state = 669; this.match(TrinoParser.VIEW_); - this.state = 667; - (localContext as SetViewAuthorizationContext)._from_ = this.qualifiedName(); - this.state = 668; + this.state = 670; + this.viewIdentifier(); + this.state = 671; this.match(TrinoParser.SET_); - this.state = 669; + this.state = 672; this.match(TrinoParser.AUTHORIZATION_); - this.state = 670; + this.state = 673; this.principal(); } break; @@ -2014,39 +1969,39 @@ export class TrinoParser extends antlr.Parser { localContext = new CallContext(localContext); this.enterOuterAlt(localContext, 37); { - this.state = 672; + this.state = 675; this.match(TrinoParser.CALL_); - this.state = 673; + this.state = 676; this.qualifiedName(); - this.state = 674; + this.state = 677; this.match(TrinoParser.LPAREN_); - this.state = 683; + this.state = 686; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 4294309566) !== 0) || ((((_la - 32)) & ~0x1F) === 0 && ((1 << (_la - 32)) & 3069704077) !== 0) || ((((_la - 64)) & ~0x1F) === 0 && ((1 << (_la - 64)) & 4240435571) !== 0) || ((((_la - 96)) & ~0x1F) === 0 && ((1 << (_la - 96)) & 3748474349) !== 0) || ((((_la - 128)) & ~0x1F) === 0 && ((1 << (_la - 128)) & 4160748927) !== 0) || ((((_la - 160)) & ~0x1F) === 0 && ((1 << (_la - 160)) & 4293517311) !== 0) || ((((_la - 192)) & ~0x1F) === 0 && ((1 << (_la - 192)) & 3724537823) !== 0) || ((((_la - 224)) & ~0x1F) === 0 && ((1 << (_la - 224)) & 4260355967) !== 0) || ((((_la - 256)) & ~0x1F) === 0 && ((1 << (_la - 256)) & 3472612831) !== 0) || ((((_la - 289)) & ~0x1F) === 0 && ((1 << (_la - 289)) & 17326207) !== 0) || ((((_la - 327)) & ~0x1F) === 0 && ((1 << (_la - 327)) & 1023) !== 0)) { { - this.state = 675; + this.state = 678; this.callArgument(); - this.state = 680; + this.state = 683; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 676; + this.state = 679; this.match(TrinoParser.COMMA_); - this.state = 677; + this.state = 680; this.callArgument(); } } - this.state = 682; + this.state = 685; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 685; + this.state = 688; this.match(TrinoParser.RPAREN_); } break; @@ -2054,21 +2009,21 @@ export class TrinoParser extends antlr.Parser { localContext = new CreateFunctionContext(localContext); this.enterOuterAlt(localContext, 38); { - this.state = 687; - this.match(TrinoParser.CREATE_); this.state = 690; + this.match(TrinoParser.CREATE_); + this.state = 693; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 177) { { - this.state = 688; + this.state = 691; this.match(TrinoParser.OR_); - this.state = 689; + this.state = 692; this.match(TrinoParser.REPLACE_); } } - this.state = 692; + this.state = 695; this.functionSpecification(); } break; @@ -2076,23 +2031,23 @@ export class TrinoParser extends antlr.Parser { localContext = new DropFunctionContext(localContext); this.enterOuterAlt(localContext, 39); { - this.state = 693; + this.state = 696; this.match(TrinoParser.DROP_); - this.state = 694; - this.match(TrinoParser.FUNCTION_); this.state = 697; + this.match(TrinoParser.FUNCTION_); + this.state = 700; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 60, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 58, this.context) ) { case 1: { - this.state = 695; + this.state = 698; this.match(TrinoParser.IF_); - this.state = 696; + this.state = 699; this.match(TrinoParser.EXISTS_); } break; } - this.state = 699; + this.state = 702; this.functionDeclaration(); } break; @@ -2100,35 +2055,35 @@ export class TrinoParser extends antlr.Parser { localContext = new CreateRoleContext(localContext); this.enterOuterAlt(localContext, 40); { - this.state = 700; + this.state = 703; this.match(TrinoParser.CREATE_); - this.state = 701; + this.state = 704; this.match(TrinoParser.ROLE_); - this.state = 702; - (localContext as CreateRoleContext)._name = this.identifier(); - this.state = 706; + this.state = 705; + this.identifier(); + this.state = 709; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 288) { { - this.state = 703; + this.state = 706; this.match(TrinoParser.WITH_); - this.state = 704; + this.state = 707; this.match(TrinoParser.ADMIN_); - this.state = 705; + this.state = 708; this.grantor(); } } - this.state = 710; + this.state = 713; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 708; + this.state = 711; this.match(TrinoParser.IN_); - this.state = 709; - (localContext as CreateRoleContext)._catalog = this.identifier(); + this.state = 712; + (localContext as CreateRoleContext)._catalog = this.catalogIdentifier(); } } @@ -2138,21 +2093,21 @@ export class TrinoParser extends antlr.Parser { localContext = new DropRoleContext(localContext); this.enterOuterAlt(localContext, 41); { - this.state = 712; + this.state = 715; this.match(TrinoParser.DROP_); - this.state = 713; + this.state = 716; this.match(TrinoParser.ROLE_); - this.state = 714; - (localContext as DropRoleContext)._name = this.identifier(); this.state = 717; + this.roleIdentifier(); + this.state = 720; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 715; + this.state = 718; this.match(TrinoParser.IN_); - this.state = 716; - (localContext as DropRoleContext)._catalog = this.identifier(); + this.state = 719; + (localContext as DropRoleContext)._catalog = this.catalogIdentifier(); } } @@ -2162,67 +2117,67 @@ export class TrinoParser extends antlr.Parser { localContext = new GrantRolesContext(localContext); this.enterOuterAlt(localContext, 42); { - this.state = 719; + this.state = 722; this.match(TrinoParser.GRANT_); - this.state = 720; - this.roles(); - this.state = 721; + this.state = 723; + this.roleIdentifierList(); + this.state = 724; this.match(TrinoParser.TO_); - this.state = 722; + this.state = 725; this.principal(); - this.state = 727; + this.state = 730; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 723; + this.state = 726; this.match(TrinoParser.COMMA_); - this.state = 724; + this.state = 727; this.principal(); } } - this.state = 729; + this.state = 732; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 733; + this.state = 736; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 288) { { - this.state = 730; + this.state = 733; this.match(TrinoParser.WITH_); - this.state = 731; + this.state = 734; this.match(TrinoParser.ADMIN_); - this.state = 732; + this.state = 735; this.match(TrinoParser.OPTION_); } } - this.state = 738; + this.state = 741; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 94) { { - this.state = 735; + this.state = 738; this.match(TrinoParser.GRANTED_); - this.state = 736; + this.state = 739; this.match(TrinoParser.BY_); - this.state = 737; + this.state = 740; this.grantor(); } } - this.state = 742; + this.state = 745; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 740; + this.state = 743; this.match(TrinoParser.IN_); - this.state = 741; - (localContext as GrantRolesContext)._catalog = this.identifier(); + this.state = 744; + (localContext as GrantRolesContext)._catalog = this.catalogIdentifier(); } } @@ -2232,67 +2187,67 @@ export class TrinoParser extends antlr.Parser { localContext = new RevokeRolesContext(localContext); this.enterOuterAlt(localContext, 43); { - this.state = 744; + this.state = 747; this.match(TrinoParser.REVOKE_); - this.state = 748; + this.state = 751; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 68, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 66, this.context) ) { case 1: { - this.state = 745; + this.state = 748; this.match(TrinoParser.ADMIN_); - this.state = 746; + this.state = 749; this.match(TrinoParser.OPTION_); - this.state = 747; + this.state = 750; this.match(TrinoParser.FOR_); } break; } - this.state = 750; - this.roles(); - this.state = 751; + this.state = 753; + this.roleIdentifierList(); + this.state = 754; this.match(TrinoParser.FROM_); - this.state = 752; + this.state = 755; this.principal(); - this.state = 757; + this.state = 760; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 753; + this.state = 756; this.match(TrinoParser.COMMA_); - this.state = 754; + this.state = 757; this.principal(); } } - this.state = 759; + this.state = 762; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 763; + this.state = 766; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 94) { { - this.state = 760; + this.state = 763; this.match(TrinoParser.GRANTED_); - this.state = 761; + this.state = 764; this.match(TrinoParser.BY_); - this.state = 762; + this.state = 765; this.grantor(); } } - this.state = 767; + this.state = 770; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 765; + this.state = 768; this.match(TrinoParser.IN_); - this.state = 766; - (localContext as RevokeRolesContext)._catalog = this.identifier(); + this.state = 769; + (localContext as RevokeRolesContext)._catalog = this.catalogIdentifier(); } } @@ -2302,41 +2257,41 @@ export class TrinoParser extends antlr.Parser { localContext = new SetRoleContext(localContext); this.enterOuterAlt(localContext, 44); { - this.state = 769; + this.state = 772; this.match(TrinoParser.SET_); - this.state = 770; + this.state = 773; this.match(TrinoParser.ROLE_); - this.state = 774; + this.state = 777; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 72, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 70, this.context) ) { case 1: { - this.state = 771; + this.state = 774; this.match(TrinoParser.ALL_); } break; case 2: { - this.state = 772; + this.state = 775; this.match(TrinoParser.NONE_); } break; case 3: { - this.state = 773; - (localContext as SetRoleContext)._role = this.identifier(); + this.state = 776; + this.roleIdentifier(); } break; } - this.state = 778; + this.state = 781; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 776; + this.state = 779; this.match(TrinoParser.IN_); - this.state = 777; - (localContext as SetRoleContext)._catalog = this.identifier(); + this.state = 780; + (localContext as SetRoleContext)._catalog = this.catalogIdentifier(); } } @@ -2346,9 +2301,9 @@ export class TrinoParser extends antlr.Parser { localContext = new GrantContext(localContext); this.enterOuterAlt(localContext, 45); { - this.state = 780; + this.state = 783; this.match(TrinoParser.GRANT_); - this.state = 791; + this.state = 794; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.CREATE_: @@ -2357,21 +2312,21 @@ export class TrinoParser extends antlr.Parser { case TrinoParser.SELECT_: case TrinoParser.UPDATE_: { - this.state = 781; + this.state = 784; this.privilege(); - this.state = 786; + this.state = 789; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 782; + this.state = 785; this.match(TrinoParser.COMMA_); - this.state = 783; + this.state = 786; this.privilege(); } } - this.state = 788; + this.state = 791; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -2379,50 +2334,67 @@ export class TrinoParser extends antlr.Parser { break; case TrinoParser.ALL_: { - this.state = 789; + this.state = 792; this.match(TrinoParser.ALL_); - this.state = 790; + this.state = 793; this.match(TrinoParser.PRIVILEGES_); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 793; + this.state = 796; this.match(TrinoParser.ON_); - this.state = 795; + this.state = 805; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 76, this.context) ) { case 1: { - this.state = 794; - _la = this.tokenStream.LA(1); - if(!(_la === 226 || _la === 244)) { - this.errorHandler.recoverInline(this); + this.state = 798; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 74, this.context) ) { + case 1: + { + this.state = 797; + this.match(TrinoParser.SCHEMA_); + } + break; } - else { - this.errorHandler.reportMatch(this); - this.consume(); + this.state = 800; + this.schemaIdentifier(); + } + break; + case 2: + { + this.state = 802; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 244) { + { + this.state = 801; + this.match(TrinoParser.TABLE_); + } } + + this.state = 804; + this.tableIdentifier(); } break; } - this.state = 797; - this.qualifiedName(); - this.state = 798; + this.state = 807; this.match(TrinoParser.TO_); - this.state = 799; + this.state = 808; (localContext as GrantContext)._grantee = this.principal(); - this.state = 803; + this.state = 812; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 288) { { - this.state = 800; + this.state = 809; this.match(TrinoParser.WITH_); - this.state = 801; + this.state = 810; this.match(TrinoParser.GRANT_); - this.state = 802; + this.state = 811; this.match(TrinoParser.OPTION_); } } @@ -2433,9 +2405,9 @@ export class TrinoParser extends antlr.Parser { localContext = new DenyContext(localContext); this.enterOuterAlt(localContext, 46); { - this.state = 805; + this.state = 814; this.match(TrinoParser.DENY_); - this.state = 816; + this.state = 825; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.CREATE_: @@ -2444,21 +2416,21 @@ export class TrinoParser extends antlr.Parser { case TrinoParser.SELECT_: case TrinoParser.UPDATE_: { - this.state = 806; + this.state = 815; this.privilege(); - this.state = 811; + this.state = 820; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 807; + this.state = 816; this.match(TrinoParser.COMMA_); - this.state = 808; + this.state = 817; this.privilege(); } } - this.state = 813; + this.state = 822; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -2466,39 +2438,56 @@ export class TrinoParser extends antlr.Parser { break; case TrinoParser.ALL_: { - this.state = 814; + this.state = 823; this.match(TrinoParser.ALL_); - this.state = 815; + this.state = 824; this.match(TrinoParser.PRIVILEGES_); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 818; + this.state = 827; this.match(TrinoParser.ON_); - this.state = 820; + this.state = 836; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 80, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 82, this.context) ) { case 1: { - this.state = 819; - _la = this.tokenStream.LA(1); - if(!(_la === 226 || _la === 244)) { - this.errorHandler.recoverInline(this); + this.state = 829; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 80, this.context) ) { + case 1: + { + this.state = 828; + this.match(TrinoParser.SCHEMA_); + } + break; } - else { - this.errorHandler.reportMatch(this); - this.consume(); + this.state = 831; + this.schemaIdentifier(); + } + break; + case 2: + { + this.state = 833; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 244) { + { + this.state = 832; + this.match(TrinoParser.TABLE_); + } } + + this.state = 835; + this.tableIdentifier(); } break; } - this.state = 822; - this.qualifiedName(); - this.state = 823; + this.state = 838; this.match(TrinoParser.TO_); - this.state = 824; + this.state = 839; (localContext as DenyContext)._grantee = this.principal(); } break; @@ -2506,23 +2495,23 @@ export class TrinoParser extends antlr.Parser { localContext = new RevokeContext(localContext); this.enterOuterAlt(localContext, 47); { - this.state = 826; + this.state = 841; this.match(TrinoParser.REVOKE_); - this.state = 830; + this.state = 845; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 93) { { - this.state = 827; + this.state = 842; this.match(TrinoParser.GRANT_); - this.state = 828; + this.state = 843; this.match(TrinoParser.OPTION_); - this.state = 829; + this.state = 844; this.match(TrinoParser.FOR_); } } - this.state = 842; + this.state = 857; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.CREATE_: @@ -2531,21 +2520,21 @@ export class TrinoParser extends antlr.Parser { case TrinoParser.SELECT_: case TrinoParser.UPDATE_: { - this.state = 832; + this.state = 847; this.privilege(); - this.state = 837; + this.state = 852; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 833; + this.state = 848; this.match(TrinoParser.COMMA_); - this.state = 834; + this.state = 849; this.privilege(); } } - this.state = 839; + this.state = 854; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -2553,39 +2542,56 @@ export class TrinoParser extends antlr.Parser { break; case TrinoParser.ALL_: { - this.state = 840; + this.state = 855; this.match(TrinoParser.ALL_); - this.state = 841; + this.state = 856; this.match(TrinoParser.PRIVILEGES_); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 844; + this.state = 859; this.match(TrinoParser.ON_); - this.state = 846; + this.state = 868; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 84, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 88, this.context) ) { case 1: { - this.state = 845; - _la = this.tokenStream.LA(1); - if(!(_la === 226 || _la === 244)) { - this.errorHandler.recoverInline(this); + this.state = 861; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 86, this.context) ) { + case 1: + { + this.state = 860; + this.match(TrinoParser.SCHEMA_); + } + break; } - else { - this.errorHandler.reportMatch(this); - this.consume(); + this.state = 863; + this.schemaIdentifier(); + } + break; + case 2: + { + this.state = 865; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 244) { + { + this.state = 864; + this.match(TrinoParser.TABLE_); + } } + + this.state = 867; + this.tableIdentifier(); } break; } - this.state = 848; - this.qualifiedName(); - this.state = 849; + this.state = 870; this.match(TrinoParser.FROM_); - this.state = 850; + this.state = 871; (localContext as RevokeContext)._grantee = this.principal(); } break; @@ -2593,29 +2599,29 @@ export class TrinoParser extends antlr.Parser { localContext = new ShowGrantsContext(localContext); this.enterOuterAlt(localContext, 48); { - this.state = 852; + this.state = 873; this.match(TrinoParser.SHOW_); - this.state = 853; + this.state = 874; this.match(TrinoParser.GRANTS_); - this.state = 859; + this.state = 880; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 173) { { - this.state = 854; + this.state = 875; this.match(TrinoParser.ON_); - this.state = 856; + this.state = 877; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 244) { { - this.state = 855; + this.state = 876; this.match(TrinoParser.TABLE_); } } - this.state = 858; - this.qualifiedName(); + this.state = 879; + this.tableIdentifier(); } } @@ -2625,39 +2631,39 @@ export class TrinoParser extends antlr.Parser { localContext = new ExplainContext(localContext); this.enterOuterAlt(localContext, 49); { - this.state = 861; + this.state = 882; this.match(TrinoParser.EXPLAIN_); - this.state = 873; + this.state = 894; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 88, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 92, this.context) ) { case 1: { - this.state = 862; + this.state = 883; this.match(TrinoParser.LPAREN_); - this.state = 863; + this.state = 884; this.explainOption(); - this.state = 868; + this.state = 889; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 864; + this.state = 885; this.match(TrinoParser.COMMA_); - this.state = 865; + this.state = 886; this.explainOption(); } } - this.state = 870; + this.state = 891; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 871; + this.state = 892; this.match(TrinoParser.RPAREN_); } break; } - this.state = 875; + this.state = 896; this.statement(); } break; @@ -2665,21 +2671,21 @@ export class TrinoParser extends antlr.Parser { localContext = new ExplainAnalyzeContext(localContext); this.enterOuterAlt(localContext, 50); { - this.state = 876; + this.state = 897; this.match(TrinoParser.EXPLAIN_); - this.state = 877; + this.state = 898; this.match(TrinoParser.ANALYZE_); - this.state = 879; + this.state = 900; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 281) { { - this.state = 878; + this.state = 899; this.match(TrinoParser.VERBOSE_); } } - this.state = 881; + this.state = 902; this.statement(); } break; @@ -2687,74 +2693,74 @@ export class TrinoParser extends antlr.Parser { localContext = new ShowCreateTableContext(localContext); this.enterOuterAlt(localContext, 51); { - this.state = 882; + this.state = 903; this.match(TrinoParser.SHOW_); - this.state = 883; + this.state = 904; this.match(TrinoParser.CREATE_); - this.state = 884; + this.state = 905; this.match(TrinoParser.TABLE_); - this.state = 885; - this.qualifiedName(); + this.state = 906; + this.tableIdentifier(); } break; case 52: localContext = new ShowCreateSchemaContext(localContext); this.enterOuterAlt(localContext, 52); { - this.state = 886; + this.state = 907; this.match(TrinoParser.SHOW_); - this.state = 887; + this.state = 908; this.match(TrinoParser.CREATE_); - this.state = 888; + this.state = 909; this.match(TrinoParser.SCHEMA_); - this.state = 889; - this.qualifiedName(); + this.state = 910; + this.schemaIdentifier(); } break; case 53: localContext = new ShowCreateViewContext(localContext); this.enterOuterAlt(localContext, 53); { - this.state = 890; + this.state = 911; this.match(TrinoParser.SHOW_); - this.state = 891; + this.state = 912; this.match(TrinoParser.CREATE_); - this.state = 892; + this.state = 913; this.match(TrinoParser.VIEW_); - this.state = 893; - this.qualifiedName(); + this.state = 914; + this.viewIdentifier(); } break; case 54: localContext = new ShowCreateMaterializedViewContext(localContext); this.enterOuterAlt(localContext, 54); { - this.state = 894; + this.state = 915; this.match(TrinoParser.SHOW_); - this.state = 895; + this.state = 916; this.match(TrinoParser.CREATE_); - this.state = 896; + this.state = 917; this.match(TrinoParser.MATERIALIZED_); - this.state = 897; + this.state = 918; this.match(TrinoParser.VIEW_); - this.state = 898; - this.qualifiedName(); + this.state = 919; + this.viewIdentifier(); } break; case 55: localContext = new ShowTablesContext(localContext); this.enterOuterAlt(localContext, 55); { - this.state = 899; + this.state = 920; this.match(TrinoParser.SHOW_); - this.state = 900; + this.state = 921; this.match(TrinoParser.TABLES_); - this.state = 903; + this.state = 924; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 88 || _la === 105) { { - this.state = 901; + this.state = 922; _la = this.tokenStream.LA(1); if(!(_la === 88 || _la === 105)) { this.errorHandler.recoverInline(this); @@ -2763,28 +2769,28 @@ export class TrinoParser extends antlr.Parser { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 902; - this.qualifiedName(); + this.state = 923; + this.schemaIdentifier(); } } - this.state = 911; + this.state = 932; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 137) { { - this.state = 905; + this.state = 926; this.match(TrinoParser.LIKE_); - this.state = 906; + this.state = 927; (localContext as ShowTablesContext)._pattern = this.string_(); - this.state = 909; + this.state = 930; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 73) { { - this.state = 907; + this.state = 928; this.match(TrinoParser.ESCAPE_); - this.state = 908; + this.state = 929; (localContext as ShowTablesContext)._escape = this.string_(); } } @@ -2798,16 +2804,16 @@ export class TrinoParser extends antlr.Parser { localContext = new ShowSchemasContext(localContext); this.enterOuterAlt(localContext, 56); { - this.state = 913; + this.state = 934; this.match(TrinoParser.SHOW_); - this.state = 914; + this.state = 935; this.match(TrinoParser.SCHEMAS_); - this.state = 917; + this.state = 938; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 88 || _la === 105) { { - this.state = 915; + this.state = 936; _la = this.tokenStream.LA(1); if(!(_la === 88 || _la === 105)) { this.errorHandler.recoverInline(this); @@ -2816,28 +2822,28 @@ export class TrinoParser extends antlr.Parser { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 916; - this.identifier(); + this.state = 937; + this.catalogIdentifier(); } } - this.state = 925; + this.state = 946; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 137) { { - this.state = 919; + this.state = 940; this.match(TrinoParser.LIKE_); - this.state = 920; + this.state = 941; (localContext as ShowSchemasContext)._pattern = this.string_(); - this.state = 923; + this.state = 944; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 73) { { - this.state = 921; + this.state = 942; this.match(TrinoParser.ESCAPE_); - this.state = 922; + this.state = 943; (localContext as ShowSchemasContext)._escape = this.string_(); } } @@ -2851,27 +2857,27 @@ export class TrinoParser extends antlr.Parser { localContext = new ShowCatalogsContext(localContext); this.enterOuterAlt(localContext, 57); { - this.state = 927; + this.state = 948; this.match(TrinoParser.SHOW_); - this.state = 928; + this.state = 949; this.match(TrinoParser.CATALOGS_); - this.state = 935; + this.state = 956; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 137) { { - this.state = 929; + this.state = 950; this.match(TrinoParser.LIKE_); - this.state = 930; + this.state = 951; (localContext as ShowCatalogsContext)._pattern = this.string_(); - this.state = 933; + this.state = 954; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 73) { { - this.state = 931; + this.state = 952; this.match(TrinoParser.ESCAPE_); - this.state = 932; + this.state = 953; (localContext as ShowCatalogsContext)._escape = this.string_(); } } @@ -2885,11 +2891,11 @@ export class TrinoParser extends antlr.Parser { localContext = new ShowColumnsContext(localContext); this.enterOuterAlt(localContext, 58); { - this.state = 937; + this.state = 958; this.match(TrinoParser.SHOW_); - this.state = 938; + this.state = 959; this.match(TrinoParser.COLUMNS_); - this.state = 939; + this.state = 960; _la = this.tokenStream.LA(1); if(!(_la === 88 || _la === 105)) { this.errorHandler.recoverInline(this); @@ -2898,33 +2904,33 @@ export class TrinoParser extends antlr.Parser { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 941; + this.state = 962; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 1)) & ~0x1F) === 0 && ((1 << (_la - 1)) & 4282055519) !== 0) || ((((_la - 34)) & ~0x1F) === 0 && ((1 << (_la - 34)) & 3988635683) !== 0) || ((((_la - 68)) & ~0x1F) === 0 && ((1 << (_la - 68)) & 2680939671) !== 0) || ((((_la - 101)) & ~0x1F) === 0 && ((1 << (_la - 101)) & 4228606319) !== 0) || ((((_la - 133)) & ~0x1F) === 0 && ((1 << (_la - 133)) & 2143288491) !== 0) || ((((_la - 167)) & ~0x1F) === 0 && ((1 << (_la - 167)) & 3221214143) !== 0) || ((((_la - 199)) & ~0x1F) === 0 && ((1 << (_la - 199)) & 4290510815) !== 0) || ((((_la - 232)) & ~0x1F) === 0 && ((1 << (_la - 232)) & 3707629535) !== 0) || ((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 4274977757) !== 0) || ((((_la - 333)) & ~0x1F) === 0 && ((1 << (_la - 333)) & 15) !== 0)) { { - this.state = 940; - this.qualifiedName(); + this.state = 961; + this.tableIdentifier(); } } - this.state = 949; + this.state = 970; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 137) { { - this.state = 943; + this.state = 964; this.match(TrinoParser.LIKE_); - this.state = 944; + this.state = 965; (localContext as ShowColumnsContext)._pattern = this.string_(); - this.state = 947; + this.state = 968; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 73) { { - this.state = 945; + this.state = 966; this.match(TrinoParser.ESCAPE_); - this.state = 946; + this.state = 967; (localContext as ShowColumnsContext)._escape = this.string_(); } } @@ -2938,31 +2944,31 @@ export class TrinoParser extends antlr.Parser { localContext = new ShowStatsContext(localContext); this.enterOuterAlt(localContext, 59); { - this.state = 951; + this.state = 972; this.match(TrinoParser.SHOW_); - this.state = 952; + this.state = 973; this.match(TrinoParser.STATS_); - this.state = 953; + this.state = 974; this.match(TrinoParser.FOR_); - this.state = 954; - this.qualifiedName(); + this.state = 975; + this.tableIdentifier(); } break; case 60: localContext = new ShowStatsForQueryContext(localContext); this.enterOuterAlt(localContext, 60); { - this.state = 955; + this.state = 976; this.match(TrinoParser.SHOW_); - this.state = 956; + this.state = 977; this.match(TrinoParser.STATS_); - this.state = 957; + this.state = 978; this.match(TrinoParser.FOR_); - this.state = 958; + this.state = 979; this.match(TrinoParser.LPAREN_); - this.state = 959; + this.state = 980; this.rootQuery(); - this.state = 960; + this.state = 981; this.match(TrinoParser.RPAREN_); } break; @@ -2970,26 +2976,26 @@ export class TrinoParser extends antlr.Parser { localContext = new ShowRolesContext(localContext); this.enterOuterAlt(localContext, 61); { - this.state = 962; + this.state = 983; this.match(TrinoParser.SHOW_); - this.state = 964; + this.state = 985; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 39) { { - this.state = 963; + this.state = 984; this.match(TrinoParser.CURRENT_); } } - this.state = 966; + this.state = 987; this.match(TrinoParser.ROLES_); - this.state = 969; + this.state = 990; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 88 || _la === 105) { { - this.state = 967; + this.state = 988; _la = this.tokenStream.LA(1); if(!(_la === 88 || _la === 105)) { this.errorHandler.recoverInline(this); @@ -2998,8 +3004,8 @@ export class TrinoParser extends antlr.Parser { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 968; - this.identifier(); + this.state = 989; + this.catalogIdentifier(); } } @@ -3009,18 +3015,18 @@ export class TrinoParser extends antlr.Parser { localContext = new ShowRoleGrantsContext(localContext); this.enterOuterAlt(localContext, 62); { - this.state = 971; + this.state = 992; this.match(TrinoParser.SHOW_); - this.state = 972; + this.state = 993; this.match(TrinoParser.ROLE_); - this.state = 973; + this.state = 994; this.match(TrinoParser.GRANTS_); - this.state = 976; + this.state = 997; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 88 || _la === 105) { { - this.state = 974; + this.state = 995; _la = this.tokenStream.LA(1); if(!(_la === 88 || _la === 105)) { this.errorHandler.recoverInline(this); @@ -3029,8 +3035,8 @@ export class TrinoParser extends antlr.Parser { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 975; - this.identifier(); + this.state = 996; + this.catalogIdentifier(); } } @@ -3040,36 +3046,36 @@ export class TrinoParser extends antlr.Parser { localContext = new ShowColumnsContext(localContext); this.enterOuterAlt(localContext, 63); { - this.state = 978; + this.state = 999; this.match(TrinoParser.DESCRIBE_); - this.state = 979; - this.qualifiedName(); + this.state = 1000; + this.tableIdentifier(); } break; case 64: localContext = new ShowColumnsContext(localContext); this.enterOuterAlt(localContext, 64); { - this.state = 980; + this.state = 1001; this.match(TrinoParser.DESC_); - this.state = 981; - this.qualifiedName(); + this.state = 1002; + this.tableIdentifier(); } break; case 65: localContext = new ShowFunctionsContext(localContext); this.enterOuterAlt(localContext, 65); { - this.state = 982; + this.state = 1003; this.match(TrinoParser.SHOW_); - this.state = 983; + this.state = 1004; this.match(TrinoParser.FUNCTIONS_); - this.state = 986; + this.state = 1007; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 88 || _la === 105) { { - this.state = 984; + this.state = 1005; _la = this.tokenStream.LA(1); if(!(_la === 88 || _la === 105)) { this.errorHandler.recoverInline(this); @@ -3078,28 +3084,28 @@ export class TrinoParser extends antlr.Parser { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 985; - this.qualifiedName(); + this.state = 1006; + this.schemaIdentifier(); } } - this.state = 994; + this.state = 1015; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 137) { { - this.state = 988; + this.state = 1009; this.match(TrinoParser.LIKE_); - this.state = 989; + this.state = 1010; (localContext as ShowFunctionsContext)._pattern = this.string_(); - this.state = 992; + this.state = 1013; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 73) { { - this.state = 990; + this.state = 1011; this.match(TrinoParser.ESCAPE_); - this.state = 991; + this.state = 1012; (localContext as ShowFunctionsContext)._escape = this.string_(); } } @@ -3113,27 +3119,27 @@ export class TrinoParser extends antlr.Parser { localContext = new ShowSessionContext(localContext); this.enterOuterAlt(localContext, 66); { - this.state = 996; + this.state = 1017; this.match(TrinoParser.SHOW_); - this.state = 997; + this.state = 1018; this.match(TrinoParser.SESSION_); - this.state = 1004; + this.state = 1025; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 137) { { - this.state = 998; + this.state = 1019; this.match(TrinoParser.LIKE_); - this.state = 999; + this.state = 1020; (localContext as ShowSessionContext)._pattern = this.string_(); - this.state = 1002; + this.state = 1023; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 73) { { - this.state = 1000; + this.state = 1021; this.match(TrinoParser.ESCAPE_); - this.state = 1001; + this.state = 1022; (localContext as ShowSessionContext)._escape = this.string_(); } } @@ -3147,13 +3153,13 @@ export class TrinoParser extends antlr.Parser { localContext = new SetSessionAuthorizationContext(localContext); this.enterOuterAlt(localContext, 67); { - this.state = 1006; + this.state = 1027; this.match(TrinoParser.SET_); - this.state = 1007; + this.state = 1028; this.match(TrinoParser.SESSION_); - this.state = 1008; + this.state = 1029; this.match(TrinoParser.AUTHORIZATION_); - this.state = 1009; + this.state = 1030; this.authorizationUser(); } break; @@ -3161,11 +3167,11 @@ export class TrinoParser extends antlr.Parser { localContext = new ResetSessionAuthorizationContext(localContext); this.enterOuterAlt(localContext, 68); { - this.state = 1010; + this.state = 1031; this.match(TrinoParser.RESET_); - this.state = 1011; + this.state = 1032; this.match(TrinoParser.SESSION_); - this.state = 1012; + this.state = 1033; this.match(TrinoParser.AUTHORIZATION_); } break; @@ -3173,15 +3179,15 @@ export class TrinoParser extends antlr.Parser { localContext = new SetSessionContext(localContext); this.enterOuterAlt(localContext, 69); { - this.state = 1013; + this.state = 1034; this.match(TrinoParser.SET_); - this.state = 1014; + this.state = 1035; this.match(TrinoParser.SESSION_); - this.state = 1015; + this.state = 1036; this.qualifiedName(); - this.state = 1016; + this.state = 1037; this.match(TrinoParser.EQ_); - this.state = 1017; + this.state = 1038; this.expression(); } break; @@ -3189,11 +3195,11 @@ export class TrinoParser extends antlr.Parser { localContext = new ResetSessionContext(localContext); this.enterOuterAlt(localContext, 70); { - this.state = 1019; + this.state = 1040; this.match(TrinoParser.RESET_); - this.state = 1020; + this.state = 1041; this.match(TrinoParser.SESSION_); - this.state = 1021; + this.state = 1042; this.qualifiedName(); } break; @@ -3201,30 +3207,30 @@ export class TrinoParser extends antlr.Parser { localContext = new StartTransactionContext(localContext); this.enterOuterAlt(localContext, 71); { - this.state = 1022; + this.state = 1043; this.match(TrinoParser.START_); - this.state = 1023; + this.state = 1044; this.match(TrinoParser.TRANSACTION_); - this.state = 1032; + this.state = 1053; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 117 || _la === 203) { { - this.state = 1024; + this.state = 1045; this.transactionMode(); - this.state = 1029; + this.state = 1050; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1025; + this.state = 1046; this.match(TrinoParser.COMMA_); - this.state = 1026; + this.state = 1047; this.transactionMode(); } } - this.state = 1031; + this.state = 1052; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -3237,14 +3243,14 @@ export class TrinoParser extends antlr.Parser { localContext = new CommitContext(localContext); this.enterOuterAlt(localContext, 72); { - this.state = 1034; + this.state = 1055; this.match(TrinoParser.COMMIT_); - this.state = 1036; + this.state = 1057; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 291) { { - this.state = 1035; + this.state = 1056; this.match(TrinoParser.WORK_); } } @@ -3255,14 +3261,14 @@ export class TrinoParser extends antlr.Parser { localContext = new RollbackContext(localContext); this.enterOuterAlt(localContext, 73); { - this.state = 1038; + this.state = 1059; this.match(TrinoParser.ROLLBACK_); - this.state = 1040; + this.state = 1061; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 291) { { - this.state = 1039; + this.state = 1060; this.match(TrinoParser.WORK_); } } @@ -3273,13 +3279,13 @@ export class TrinoParser extends antlr.Parser { localContext = new PrepareContext(localContext); this.enterOuterAlt(localContext, 74); { - this.state = 1042; + this.state = 1063; this.match(TrinoParser.PREPARE_); - this.state = 1043; + this.state = 1064; this.identifier(); - this.state = 1044; + this.state = 1065; this.match(TrinoParser.FROM_); - this.state = 1045; + this.state = 1066; this.statement(); } break; @@ -3287,11 +3293,11 @@ export class TrinoParser extends antlr.Parser { localContext = new DeallocateContext(localContext); this.enterOuterAlt(localContext, 75); { - this.state = 1047; + this.state = 1068; this.match(TrinoParser.DEALLOCATE_); - this.state = 1048; + this.state = 1069; this.match(TrinoParser.PREPARE_); - this.state = 1049; + this.state = 1070; this.identifier(); } break; @@ -3299,32 +3305,32 @@ export class TrinoParser extends antlr.Parser { localContext = new ExecuteContext(localContext); this.enterOuterAlt(localContext, 76); { - this.state = 1050; + this.state = 1071; this.match(TrinoParser.EXECUTE_); - this.state = 1051; + this.state = 1072; this.identifier(); - this.state = 1061; + this.state = 1082; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 274) { { - this.state = 1052; + this.state = 1073; this.match(TrinoParser.USING_); - this.state = 1053; + this.state = 1074; this.expression(); - this.state = 1058; + this.state = 1079; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1054; + this.state = 1075; this.match(TrinoParser.COMMA_); - this.state = 1055; + this.state = 1076; this.expression(); } } - this.state = 1060; + this.state = 1081; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -3337,34 +3343,34 @@ export class TrinoParser extends antlr.Parser { localContext = new ExecuteImmediateContext(localContext); this.enterOuterAlt(localContext, 77); { - this.state = 1063; + this.state = 1084; this.match(TrinoParser.EXECUTE_); - this.state = 1064; + this.state = 1085; this.match(TrinoParser.IMMEDIATE_); - this.state = 1065; + this.state = 1086; this.string_(); - this.state = 1075; + this.state = 1096; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 274) { { - this.state = 1066; + this.state = 1087; this.match(TrinoParser.USING_); - this.state = 1067; + this.state = 1088; this.expression(); - this.state = 1072; + this.state = 1093; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1068; + this.state = 1089; this.match(TrinoParser.COMMA_); - this.state = 1069; + this.state = 1090; this.expression(); } } - this.state = 1074; + this.state = 1095; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -3377,11 +3383,11 @@ export class TrinoParser extends antlr.Parser { localContext = new DescribeInputContext(localContext); this.enterOuterAlt(localContext, 78); { - this.state = 1077; + this.state = 1098; this.match(TrinoParser.DESCRIBE_); - this.state = 1078; + this.state = 1099; this.match(TrinoParser.INPUT_); - this.state = 1079; + this.state = 1100; this.identifier(); } break; @@ -3389,11 +3395,11 @@ export class TrinoParser extends antlr.Parser { localContext = new DescribeOutputContext(localContext); this.enterOuterAlt(localContext, 79); { - this.state = 1080; + this.state = 1101; this.match(TrinoParser.DESCRIBE_); - this.state = 1081; + this.state = 1102; this.match(TrinoParser.OUTPUT_); - this.state = 1082; + this.state = 1103; this.identifier(); } break; @@ -3401,11 +3407,11 @@ export class TrinoParser extends antlr.Parser { localContext = new SetPathContext(localContext); this.enterOuterAlt(localContext, 80); { - this.state = 1083; + this.state = 1104; this.match(TrinoParser.SET_); - this.state = 1084; + this.state = 1105; this.match(TrinoParser.PATH_); - this.state = 1085; + this.state = 1106; this.pathSpecification(); } break; @@ -3413,24 +3419,24 @@ export class TrinoParser extends antlr.Parser { localContext = new SetTimeZoneContext(localContext); this.enterOuterAlt(localContext, 81); { - this.state = 1086; + this.state = 1107; this.match(TrinoParser.SET_); - this.state = 1087; + this.state = 1108; this.match(TrinoParser.TIME_); - this.state = 1088; + this.state = 1109; this.match(TrinoParser.ZONE_); - this.state = 1091; + this.state = 1112; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 117, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 121, this.context) ) { case 1: { - this.state = 1089; + this.state = 1110; this.match(TrinoParser.LOCAL_); } break; case 2: { - this.state = 1090; + this.state = 1111; this.expression(); } break; @@ -3441,38 +3447,38 @@ export class TrinoParser extends antlr.Parser { localContext = new UpdateContext(localContext); this.enterOuterAlt(localContext, 82); { - this.state = 1093; + this.state = 1114; this.match(TrinoParser.UPDATE_); - this.state = 1094; - this.qualifiedName(); - this.state = 1095; + this.state = 1115; + this.tableIdentifier(); + this.state = 1116; this.match(TrinoParser.SET_); - this.state = 1096; + this.state = 1117; this.updateAssignment(); - this.state = 1101; + this.state = 1122; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1097; + this.state = 1118; this.match(TrinoParser.COMMA_); - this.state = 1098; + this.state = 1119; this.updateAssignment(); } } - this.state = 1103; + this.state = 1124; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1106; + this.state = 1127; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 285) { { - this.state = 1104; + this.state = 1125; this.match(TrinoParser.WHERE_); - this.state = 1105; + this.state = 1126; (localContext as UpdateContext)._where = this.booleanExpression(0); } } @@ -3483,51 +3489,51 @@ export class TrinoParser extends antlr.Parser { localContext = new MergeContext(localContext); this.enterOuterAlt(localContext, 83); { - this.state = 1108; + this.state = 1129; this.match(TrinoParser.MERGE_); - this.state = 1109; + this.state = 1130; this.match(TrinoParser.INTO_); - this.state = 1110; - this.qualifiedName(); - this.state = 1115; + this.state = 1131; + this.tableIdentifier(); + this.state = 1136; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 1)) & ~0x1F) === 0 && ((1 << (_la - 1)) & 4282056543) !== 0) || ((((_la - 34)) & ~0x1F) === 0 && ((1 << (_la - 34)) & 3988635683) !== 0) || ((((_la - 68)) & ~0x1F) === 0 && ((1 << (_la - 68)) & 2680939671) !== 0) || ((((_la - 101)) & ~0x1F) === 0 && ((1 << (_la - 101)) & 4228606319) !== 0) || ((((_la - 133)) & ~0x1F) === 0 && ((1 << (_la - 133)) & 2143288491) !== 0) || ((((_la - 167)) & ~0x1F) === 0 && ((1 << (_la - 167)) & 3221214143) !== 0) || ((((_la - 199)) & ~0x1F) === 0 && ((1 << (_la - 199)) & 4290510815) !== 0) || ((((_la - 232)) & ~0x1F) === 0 && ((1 << (_la - 232)) & 3707629535) !== 0) || ((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 4274977757) !== 0) || ((((_la - 333)) & ~0x1F) === 0 && ((1 << (_la - 333)) & 15) !== 0)) { { - this.state = 1112; + this.state = 1133; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 1111; + this.state = 1132; this.match(TrinoParser.AS_); } } - this.state = 1114; + this.state = 1135; this.identifier(); } } - this.state = 1117; + this.state = 1138; this.match(TrinoParser.USING_); - this.state = 1118; + this.state = 1139; this.relation(0); - this.state = 1119; + this.state = 1140; this.match(TrinoParser.ON_); - this.state = 1120; + this.state = 1141; this.expression(); - this.state = 1122; + this.state = 1143; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 1121; + this.state = 1142; this.mergeCase(); } } - this.state = 1124; + this.state = 1145; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 284); @@ -3550,21 +3556,21 @@ export class TrinoParser extends antlr.Parser { } public rootQuery(): RootQueryContext { let localContext = new RootQueryContext(this.context, this.state); - this.enterRule(localContext, 6, TrinoParser.RULE_rootQuery); + this.enterRule(localContext, 4, TrinoParser.RULE_rootQuery); try { this.enterOuterAlt(localContext, 1); { - this.state = 1129; + this.state = 1150; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 124, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 128, this.context) ) { case 1: { - this.state = 1128; + this.state = 1149; this.withFunction(); } break; } - this.state = 1131; + this.state = 1152; this.query(); } } @@ -3583,28 +3589,28 @@ export class TrinoParser extends antlr.Parser { } public withFunction(): WithFunctionContext { let localContext = new WithFunctionContext(this.context, this.state); - this.enterRule(localContext, 8, TrinoParser.RULE_withFunction); + this.enterRule(localContext, 6, TrinoParser.RULE_withFunction); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1133; + this.state = 1154; this.match(TrinoParser.WITH_); - this.state = 1134; + this.state = 1155; this.functionSpecification(); - this.state = 1139; + this.state = 1160; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1135; + this.state = 1156; this.match(TrinoParser.COMMA_); - this.state = 1136; + this.state = 1157; this.functionSpecification(); } } - this.state = 1141; + this.state = 1162; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -3625,22 +3631,22 @@ export class TrinoParser extends antlr.Parser { } public query(): QueryContext { let localContext = new QueryContext(this.context, this.state); - this.enterRule(localContext, 10, TrinoParser.RULE_query); + this.enterRule(localContext, 8, TrinoParser.RULE_query); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1143; + this.state = 1164; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 288) { { - this.state = 1142; + this.state = 1163; this.with_(); } } - this.state = 1145; + this.state = 1166; this.queryNoWith(); } } @@ -3659,38 +3665,38 @@ export class TrinoParser extends antlr.Parser { } public with_(): WithContext { let localContext = new WithContext(this.context, this.state); - this.enterRule(localContext, 12, TrinoParser.RULE_with); + this.enterRule(localContext, 10, TrinoParser.RULE_with); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1147; + this.state = 1168; this.match(TrinoParser.WITH_); - this.state = 1149; + this.state = 1170; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 204) { { - this.state = 1148; + this.state = 1169; this.match(TrinoParser.RECURSIVE_); } } - this.state = 1151; + this.state = 1172; this.namedQuery(); - this.state = 1156; + this.state = 1177; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1152; + this.state = 1173; this.match(TrinoParser.COMMA_); - this.state = 1153; + this.state = 1174; this.namedQuery(); } } - this.state = 1158; + this.state = 1179; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -3711,9 +3717,9 @@ export class TrinoParser extends antlr.Parser { } public tableElement(): TableElementContext { let localContext = new TableElementContext(this.context, this.state); - this.enterRule(localContext, 14, TrinoParser.RULE_tableElement); + this.enterRule(localContext, 12, TrinoParser.RULE_tableElement); try { - this.state = 1161; + this.state = 1182; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.ABSENT_: @@ -3935,14 +3941,14 @@ export class TrinoParser extends antlr.Parser { case TrinoParser.BACKQUOTED_IDENTIFIER_: this.enterOuterAlt(localContext, 1); { - this.state = 1159; + this.state = 1180; this.columnDefinition(); } break; case TrinoParser.LIKE_: this.enterOuterAlt(localContext, 2); { - this.state = 1160; + this.state = 1181; this.likeClause(); } break; @@ -3965,47 +3971,47 @@ export class TrinoParser extends antlr.Parser { } public columnDefinition(): ColumnDefinitionContext { let localContext = new ColumnDefinitionContext(this.context, this.state); - this.enterRule(localContext, 16, TrinoParser.RULE_columnDefinition); + this.enterRule(localContext, 14, TrinoParser.RULE_columnDefinition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1163; + this.state = 1184; this.identifier(); - this.state = 1164; + this.state = 1185; this.type_(0); - this.state = 1167; + this.state = 1188; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 165) { { - this.state = 1165; + this.state = 1186; this.match(TrinoParser.NOT_); - this.state = 1166; + this.state = 1187; this.match(TrinoParser.NULL_); } } - this.state = 1171; + this.state = 1192; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 29) { { - this.state = 1169; + this.state = 1190; this.match(TrinoParser.COMMENT_); - this.state = 1170; + this.state = 1191; this.string_(); } } - this.state = 1175; + this.state = 1196; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 288) { { - this.state = 1173; + this.state = 1194; this.match(TrinoParser.WITH_); - this.state = 1174; + this.state = 1195; this.properties(); } } @@ -4027,21 +4033,21 @@ export class TrinoParser extends antlr.Parser { } public likeClause(): LikeClauseContext { let localContext = new LikeClauseContext(this.context, this.state); - this.enterRule(localContext, 18, TrinoParser.RULE_likeClause); + this.enterRule(localContext, 16, TrinoParser.RULE_likeClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1177; + this.state = 1198; this.match(TrinoParser.LIKE_); - this.state = 1178; + this.state = 1199; this.qualifiedName(); - this.state = 1181; + this.state = 1202; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 75 || _la === 106) { { - this.state = 1179; + this.state = 1200; localContext._optionType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 75 || _la === 106)) { @@ -4051,7 +4057,7 @@ export class TrinoParser extends antlr.Parser { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1180; + this.state = 1201; this.match(TrinoParser.PROPERTIES_); } } @@ -4073,15 +4079,15 @@ export class TrinoParser extends antlr.Parser { } public properties(): PropertiesContext { let localContext = new PropertiesContext(this.context, this.state); - this.enterRule(localContext, 20, TrinoParser.RULE_properties); + this.enterRule(localContext, 18, TrinoParser.RULE_properties); try { this.enterOuterAlt(localContext, 1); { - this.state = 1183; + this.state = 1204; this.match(TrinoParser.LPAREN_); - this.state = 1184; + this.state = 1205; this.propertyAssignments(); - this.state = 1185; + this.state = 1206; this.match(TrinoParser.RPAREN_); } } @@ -4100,26 +4106,26 @@ export class TrinoParser extends antlr.Parser { } public propertyAssignments(): PropertyAssignmentsContext { let localContext = new PropertyAssignmentsContext(this.context, this.state); - this.enterRule(localContext, 22, TrinoParser.RULE_propertyAssignments); + this.enterRule(localContext, 20, TrinoParser.RULE_propertyAssignments); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1187; + this.state = 1208; this.property(); - this.state = 1192; + this.state = 1213; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1188; + this.state = 1209; this.match(TrinoParser.COMMA_); - this.state = 1189; + this.state = 1210; this.property(); } } - this.state = 1194; + this.state = 1215; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -4140,15 +4146,15 @@ export class TrinoParser extends antlr.Parser { } public property(): PropertyContext { let localContext = new PropertyContext(this.context, this.state); - this.enterRule(localContext, 24, TrinoParser.RULE_property); + this.enterRule(localContext, 22, TrinoParser.RULE_property); try { this.enterOuterAlt(localContext, 1); { - this.state = 1195; + this.state = 1216; this.identifier(); - this.state = 1196; + this.state = 1217; this.match(TrinoParser.EQ_); - this.state = 1197; + this.state = 1218; this.propertyValue(); } } @@ -4167,16 +4173,16 @@ export class TrinoParser extends antlr.Parser { } public propertyValue(): PropertyValueContext { let localContext = new PropertyValueContext(this.context, this.state); - this.enterRule(localContext, 26, TrinoParser.RULE_propertyValue); + this.enterRule(localContext, 24, TrinoParser.RULE_propertyValue); try { - this.state = 1201; + this.state = 1222; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 135, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 139, this.context) ) { case 1: localContext = new DefaultPropertyValueContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 1199; + this.state = 1220; this.match(TrinoParser.DEFAULT_); } break; @@ -4184,7 +4190,7 @@ export class TrinoParser extends antlr.Parser { localContext = new NonDefaultPropertyValueContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 1200; + this.state = 1221; this.expression(); } break; @@ -4205,58 +4211,58 @@ export class TrinoParser extends antlr.Parser { } public queryNoWith(): QueryNoWithContext { let localContext = new QueryNoWithContext(this.context, this.state); - this.enterRule(localContext, 28, TrinoParser.RULE_queryNoWith); + this.enterRule(localContext, 26, TrinoParser.RULE_queryNoWith); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1203; + this.state = 1224; this.queryTerm(0); - this.state = 1214; + this.state = 1235; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 178) { { - this.state = 1204; + this.state = 1225; this.match(TrinoParser.ORDER_); - this.state = 1205; + this.state = 1226; this.match(TrinoParser.BY_); - this.state = 1206; + this.state = 1227; this.sortItem(); - this.state = 1211; + this.state = 1232; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1207; + this.state = 1228; this.match(TrinoParser.COMMA_); - this.state = 1208; + this.state = 1229; this.sortItem(); } } - this.state = 1213; + this.state = 1234; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1221; + this.state = 1242; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 171) { { - this.state = 1216; + this.state = 1237; this.match(TrinoParser.OFFSET_); - this.state = 1217; + this.state = 1238; localContext._offset = this.rowCount(); - this.state = 1219; + this.state = 1240; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 222 || _la === 223) { { - this.state = 1218; + this.state = 1239; _la = this.tokenStream.LA(1); if(!(_la === 222 || _la === 223)) { this.errorHandler.recoverInline(this); @@ -4271,22 +4277,22 @@ export class TrinoParser extends antlr.Parser { } } - this.state = 1236; + this.state = 1257; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.LIMIT_: { - this.state = 1223; + this.state = 1244; this.match(TrinoParser.LIMIT_); - this.state = 1224; + this.state = 1245; localContext._limit = this.limitRowCount(); } break; case TrinoParser.FETCH_: { - this.state = 1225; + this.state = 1246; this.match(TrinoParser.FETCH_); - this.state = 1226; + this.state = 1247; _la = this.tokenStream.LA(1); if(!(_la === 84 || _la === 157)) { this.errorHandler.recoverInline(this); @@ -4295,17 +4301,17 @@ export class TrinoParser extends antlr.Parser { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1228; + this.state = 1249; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 308 || _la === 330) { { - this.state = 1227; + this.state = 1248; localContext._fetchFirst = this.rowCount(); } } - this.state = 1230; + this.state = 1251; _la = this.tokenStream.LA(1); if(!(_la === 222 || _la === 223)) { this.errorHandler.recoverInline(this); @@ -4314,20 +4320,20 @@ export class TrinoParser extends antlr.Parser { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1234; + this.state = 1255; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.ONLY_: { - this.state = 1231; + this.state = 1252; this.match(TrinoParser.ONLY_); } break; case TrinoParser.WITH_: { - this.state = 1232; + this.state = 1253; this.match(TrinoParser.WITH_); - this.state = 1233; + this.state = 1254; this.match(TrinoParser.TIES_); } break; @@ -4338,7 +4344,6 @@ export class TrinoParser extends antlr.Parser { break; case TrinoParser.EOF: case TrinoParser.WITH_: - case TrinoParser.SEMICOLON_: case TrinoParser.RPAREN_: break; default: @@ -4361,15 +4366,15 @@ export class TrinoParser extends antlr.Parser { } public limitRowCount(): LimitRowCountContext { let localContext = new LimitRowCountContext(this.context, this.state); - this.enterRule(localContext, 30, TrinoParser.RULE_limitRowCount); + this.enterRule(localContext, 28, TrinoParser.RULE_limitRowCount); try { - this.state = 1240; + this.state = 1261; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.ALL_: this.enterOuterAlt(localContext, 1); { - this.state = 1238; + this.state = 1259; this.match(TrinoParser.ALL_); } break; @@ -4377,7 +4382,7 @@ export class TrinoParser extends antlr.Parser { case TrinoParser.INTEGER_VALUE_: this.enterOuterAlt(localContext, 2); { - this.state = 1239; + this.state = 1260; this.rowCount(); } break; @@ -4400,12 +4405,12 @@ export class TrinoParser extends antlr.Parser { } public rowCount(): RowCountContext { let localContext = new RowCountContext(this.context, this.state); - this.enterRule(localContext, 32, TrinoParser.RULE_rowCount); + this.enterRule(localContext, 30, TrinoParser.RULE_rowCount); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1242; + this.state = 1263; _la = this.tokenStream.LA(1); if(!(_la === 308 || _la === 330)) { this.errorHandler.recoverInline(this); @@ -4441,8 +4446,8 @@ export class TrinoParser extends antlr.Parser { let parentState = this.state; let localContext = new QueryTermContext(this.context, parentState); let previousContext = localContext; - let _startState = 34; - this.enterRecursionRule(localContext, 34, TrinoParser.RULE_queryTerm, _p); + let _startState = 32; + this.enterRecursionRule(localContext, 32, TrinoParser.RULE_queryTerm, _p); let _la: number; try { let alternative: number; @@ -4453,13 +4458,13 @@ export class TrinoParser extends antlr.Parser { this.context = localContext; previousContext = localContext; - this.state = 1245; + this.state = 1266; this.queryPrimary(); } this.context!.stop = this.tokenStream.LT(-1); - this.state = 1261; + this.state = 1282; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 147, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 151, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this.parseListeners != null) { @@ -4467,31 +4472,31 @@ export class TrinoParser extends antlr.Parser { } previousContext = localContext; { - this.state = 1259; + this.state = 1280; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 146, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 150, this.context) ) { case 1: { localContext = new SetOperationContext(new QueryTermContext(parentContext, parentState)); (localContext as SetOperationContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, TrinoParser.RULE_queryTerm); - this.state = 1247; + this.state = 1268; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 1248; + this.state = 1269; (localContext as SetOperationContext)._operator = this.match(TrinoParser.INTERSECT_); - this.state = 1250; + this.state = 1271; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 5 || _la === 62) { { - this.state = 1249; + this.state = 1270; this.setQuantifier(); } } - this.state = 1252; + this.state = 1273; (localContext as SetOperationContext)._right = this.queryTerm(3); } break; @@ -4500,11 +4505,11 @@ export class TrinoParser extends antlr.Parser { localContext = new SetOperationContext(new QueryTermContext(parentContext, parentState)); (localContext as SetOperationContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, TrinoParser.RULE_queryTerm); - this.state = 1253; + this.state = 1274; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 1254; + this.state = 1275; (localContext as SetOperationContext)._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 74 || _la === 265)) { @@ -4514,26 +4519,26 @@ export class TrinoParser extends antlr.Parser { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1256; + this.state = 1277; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 5 || _la === 62) { { - this.state = 1255; + this.state = 1276; this.setQuantifier(); } } - this.state = 1258; + this.state = 1279; (localContext as SetOperationContext)._right = this.queryTerm(2); } break; } } } - this.state = 1263; + this.state = 1284; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 147, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 151, this.context); } } } @@ -4552,17 +4557,17 @@ export class TrinoParser extends antlr.Parser { } public queryPrimary(): QueryPrimaryContext { let localContext = new QueryPrimaryContext(this.context, this.state); - this.enterRule(localContext, 36, TrinoParser.RULE_queryPrimary); + this.enterRule(localContext, 34, TrinoParser.RULE_queryPrimary); try { let alternative: number; - this.state = 1280; + this.state = 1301; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.SELECT_: localContext = new QueryPrimaryDefaultContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 1264; + this.state = 1285; this.querySpecification(); } break; @@ -4570,9 +4575,9 @@ export class TrinoParser extends antlr.Parser { localContext = new TableContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 1265; + this.state = 1286; this.match(TrinoParser.TABLE_); - this.state = 1266; + this.state = 1287; this.qualifiedName(); } break; @@ -4580,27 +4585,27 @@ export class TrinoParser extends antlr.Parser { localContext = new InlineTableContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 1267; + this.state = 1288; this.match(TrinoParser.VALUES_); - this.state = 1268; + this.state = 1289; this.expression(); - this.state = 1273; + this.state = 1294; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 148, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 152, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1269; + this.state = 1290; this.match(TrinoParser.COMMA_); - this.state = 1270; + this.state = 1291; this.expression(); } } } - this.state = 1275; + this.state = 1296; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 148, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 152, this.context); } } break; @@ -4608,11 +4613,11 @@ export class TrinoParser extends antlr.Parser { localContext = new SubqueryContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 1276; + this.state = 1297; this.match(TrinoParser.LPAREN_); - this.state = 1277; + this.state = 1298; this.queryNoWith(); - this.state = 1278; + this.state = 1299; this.match(TrinoParser.RPAREN_); } break; @@ -4635,19 +4640,19 @@ export class TrinoParser extends antlr.Parser { } public sortItem(): SortItemContext { let localContext = new SortItemContext(this.context, this.state); - this.enterRule(localContext, 38, TrinoParser.RULE_sortItem); + this.enterRule(localContext, 36, TrinoParser.RULE_sortItem); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1282; + this.state = 1303; this.expression(); - this.state = 1284; + this.state = 1305; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 12 || _la === 58) { { - this.state = 1283; + this.state = 1304; localContext._ordering = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 12 || _la === 58)) { @@ -4660,14 +4665,14 @@ export class TrinoParser extends antlr.Parser { } } - this.state = 1288; + this.state = 1309; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 168) { { - this.state = 1286; + this.state = 1307; this.match(TrinoParser.NULLS_); - this.state = 1287; + this.state = 1308; localContext._nullOrdering = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 84 || _la === 131)) { @@ -4697,137 +4702,137 @@ export class TrinoParser extends antlr.Parser { } public querySpecification(): QuerySpecificationContext { let localContext = new QuerySpecificationContext(this.context, this.state); - this.enterRule(localContext, 40, TrinoParser.RULE_querySpecification); + this.enterRule(localContext, 38, TrinoParser.RULE_querySpecification); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1290; + this.state = 1311; this.match(TrinoParser.SELECT_); - this.state = 1292; + this.state = 1313; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 152, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 156, this.context) ) { case 1: { - this.state = 1291; + this.state = 1312; this.setQuantifier(); } break; } - this.state = 1294; + this.state = 1315; this.selectItem(); - this.state = 1299; + this.state = 1320; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 153, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 157, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1295; + this.state = 1316; this.match(TrinoParser.COMMA_); - this.state = 1296; + this.state = 1317; this.selectItem(); } } } - this.state = 1301; + this.state = 1322; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 153, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 157, this.context); } - this.state = 1311; + this.state = 1332; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 155, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 159, this.context) ) { case 1: { - this.state = 1302; + this.state = 1323; this.match(TrinoParser.FROM_); - this.state = 1303; + this.state = 1324; this.relation(0); - this.state = 1308; + this.state = 1329; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 154, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 158, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1304; + this.state = 1325; this.match(TrinoParser.COMMA_); - this.state = 1305; + this.state = 1326; this.relation(0); } } } - this.state = 1310; + this.state = 1331; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 154, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 158, this.context); } } break; } - this.state = 1315; + this.state = 1336; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 156, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 160, this.context) ) { case 1: { - this.state = 1313; + this.state = 1334; this.match(TrinoParser.WHERE_); - this.state = 1314; + this.state = 1335; localContext._where = this.booleanExpression(0); } break; } - this.state = 1320; + this.state = 1341; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 157, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 161, this.context) ) { case 1: { - this.state = 1317; + this.state = 1338; this.match(TrinoParser.GROUP_); - this.state = 1318; + this.state = 1339; this.match(TrinoParser.BY_); - this.state = 1319; + this.state = 1340; this.groupBy(); } break; } - this.state = 1324; + this.state = 1345; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 158, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 162, this.context) ) { case 1: { - this.state = 1322; + this.state = 1343; this.match(TrinoParser.HAVING_); - this.state = 1323; + this.state = 1344; localContext._having = this.booleanExpression(0); } break; } - this.state = 1335; + this.state = 1356; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 160, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 164, this.context) ) { case 1: { - this.state = 1326; + this.state = 1347; this.match(TrinoParser.WINDOW_); - this.state = 1327; + this.state = 1348; this.windowDefinition(); - this.state = 1332; + this.state = 1353; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 159, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 163, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1328; + this.state = 1349; this.match(TrinoParser.COMMA_); - this.state = 1329; + this.state = 1350; this.windowDefinition(); } } } - this.state = 1334; + this.state = 1355; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 159, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 163, this.context); } } break; @@ -4849,40 +4854,40 @@ export class TrinoParser extends antlr.Parser { } public groupBy(): GroupByContext { let localContext = new GroupByContext(this.context, this.state); - this.enterRule(localContext, 42, TrinoParser.RULE_groupBy); + this.enterRule(localContext, 40, TrinoParser.RULE_groupBy); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1338; + this.state = 1359; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 161, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 165, this.context) ) { case 1: { - this.state = 1337; + this.state = 1358; this.setQuantifier(); } break; } - this.state = 1340; + this.state = 1361; this.groupingElement(); - this.state = 1345; + this.state = 1366; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 162, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 166, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1341; + this.state = 1362; this.match(TrinoParser.COMMA_); - this.state = 1342; + this.state = 1363; this.groupingElement(); } } } - this.state = 1347; + this.state = 1368; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 162, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 166, this.context); } } } @@ -4901,17 +4906,17 @@ export class TrinoParser extends antlr.Parser { } public groupingElement(): GroupingElementContext { let localContext = new GroupingElementContext(this.context, this.state); - this.enterRule(localContext, 44, TrinoParser.RULE_groupingElement); + this.enterRule(localContext, 42, TrinoParser.RULE_groupingElement); let _la: number; try { - this.state = 1388; + this.state = 1409; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 168, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 172, this.context) ) { case 1: localContext = new SingleGroupingSetContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 1348; + this.state = 1369; this.groupingSet(); } break; @@ -4919,37 +4924,37 @@ export class TrinoParser extends antlr.Parser { localContext = new RollupContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 1349; + this.state = 1370; this.match(TrinoParser.ROLLUP_); - this.state = 1350; + this.state = 1371; this.match(TrinoParser.LPAREN_); - this.state = 1359; + this.state = 1380; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 4294309566) !== 0) || ((((_la - 32)) & ~0x1F) === 0 && ((1 << (_la - 32)) & 3069704077) !== 0) || ((((_la - 64)) & ~0x1F) === 0 && ((1 << (_la - 64)) & 4240435571) !== 0) || ((((_la - 96)) & ~0x1F) === 0 && ((1 << (_la - 96)) & 3748474349) !== 0) || ((((_la - 128)) & ~0x1F) === 0 && ((1 << (_la - 128)) & 4160748927) !== 0) || ((((_la - 160)) & ~0x1F) === 0 && ((1 << (_la - 160)) & 4293517311) !== 0) || ((((_la - 192)) & ~0x1F) === 0 && ((1 << (_la - 192)) & 3724537823) !== 0) || ((((_la - 224)) & ~0x1F) === 0 && ((1 << (_la - 224)) & 4260355967) !== 0) || ((((_la - 256)) & ~0x1F) === 0 && ((1 << (_la - 256)) & 3472612831) !== 0) || ((((_la - 289)) & ~0x1F) === 0 && ((1 << (_la - 289)) & 17326207) !== 0) || ((((_la - 327)) & ~0x1F) === 0 && ((1 << (_la - 327)) & 1023) !== 0)) { { - this.state = 1351; + this.state = 1372; this.expression(); - this.state = 1356; + this.state = 1377; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1352; + this.state = 1373; this.match(TrinoParser.COMMA_); - this.state = 1353; + this.state = 1374; this.expression(); } } - this.state = 1358; + this.state = 1379; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1361; + this.state = 1382; this.match(TrinoParser.RPAREN_); } break; @@ -4957,37 +4962,37 @@ export class TrinoParser extends antlr.Parser { localContext = new CubeContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 1362; + this.state = 1383; this.match(TrinoParser.CUBE_); - this.state = 1363; + this.state = 1384; this.match(TrinoParser.LPAREN_); - this.state = 1372; + this.state = 1393; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 4294309566) !== 0) || ((((_la - 32)) & ~0x1F) === 0 && ((1 << (_la - 32)) & 3069704077) !== 0) || ((((_la - 64)) & ~0x1F) === 0 && ((1 << (_la - 64)) & 4240435571) !== 0) || ((((_la - 96)) & ~0x1F) === 0 && ((1 << (_la - 96)) & 3748474349) !== 0) || ((((_la - 128)) & ~0x1F) === 0 && ((1 << (_la - 128)) & 4160748927) !== 0) || ((((_la - 160)) & ~0x1F) === 0 && ((1 << (_la - 160)) & 4293517311) !== 0) || ((((_la - 192)) & ~0x1F) === 0 && ((1 << (_la - 192)) & 3724537823) !== 0) || ((((_la - 224)) & ~0x1F) === 0 && ((1 << (_la - 224)) & 4260355967) !== 0) || ((((_la - 256)) & ~0x1F) === 0 && ((1 << (_la - 256)) & 3472612831) !== 0) || ((((_la - 289)) & ~0x1F) === 0 && ((1 << (_la - 289)) & 17326207) !== 0) || ((((_la - 327)) & ~0x1F) === 0 && ((1 << (_la - 327)) & 1023) !== 0)) { { - this.state = 1364; + this.state = 1385; this.expression(); - this.state = 1369; + this.state = 1390; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1365; + this.state = 1386; this.match(TrinoParser.COMMA_); - this.state = 1366; + this.state = 1387; this.expression(); } } - this.state = 1371; + this.state = 1392; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1374; + this.state = 1395; this.match(TrinoParser.RPAREN_); } break; @@ -4995,31 +5000,31 @@ export class TrinoParser extends antlr.Parser { localContext = new MultipleGroupingSetsContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 1375; + this.state = 1396; this.match(TrinoParser.GROUPING_); - this.state = 1376; + this.state = 1397; this.match(TrinoParser.SETS_); - this.state = 1377; + this.state = 1398; this.match(TrinoParser.LPAREN_); - this.state = 1378; + this.state = 1399; this.groupingSet(); - this.state = 1383; + this.state = 1404; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1379; + this.state = 1400; this.match(TrinoParser.COMMA_); - this.state = 1380; + this.state = 1401; this.groupingSet(); } } - this.state = 1385; + this.state = 1406; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1386; + this.state = 1407; this.match(TrinoParser.RPAREN_); } break; @@ -5040,51 +5045,51 @@ export class TrinoParser extends antlr.Parser { } public groupingSet(): GroupingSetContext { let localContext = new GroupingSetContext(this.context, this.state); - this.enterRule(localContext, 46, TrinoParser.RULE_groupingSet); + this.enterRule(localContext, 44, TrinoParser.RULE_groupingSet); let _la: number; try { - this.state = 1403; + this.state = 1424; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 171, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 175, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1390; + this.state = 1411; this.match(TrinoParser.LPAREN_); - this.state = 1399; + this.state = 1420; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 4294309566) !== 0) || ((((_la - 32)) & ~0x1F) === 0 && ((1 << (_la - 32)) & 3069704077) !== 0) || ((((_la - 64)) & ~0x1F) === 0 && ((1 << (_la - 64)) & 4240435571) !== 0) || ((((_la - 96)) & ~0x1F) === 0 && ((1 << (_la - 96)) & 3748474349) !== 0) || ((((_la - 128)) & ~0x1F) === 0 && ((1 << (_la - 128)) & 4160748927) !== 0) || ((((_la - 160)) & ~0x1F) === 0 && ((1 << (_la - 160)) & 4293517311) !== 0) || ((((_la - 192)) & ~0x1F) === 0 && ((1 << (_la - 192)) & 3724537823) !== 0) || ((((_la - 224)) & ~0x1F) === 0 && ((1 << (_la - 224)) & 4260355967) !== 0) || ((((_la - 256)) & ~0x1F) === 0 && ((1 << (_la - 256)) & 3472612831) !== 0) || ((((_la - 289)) & ~0x1F) === 0 && ((1 << (_la - 289)) & 17326207) !== 0) || ((((_la - 327)) & ~0x1F) === 0 && ((1 << (_la - 327)) & 1023) !== 0)) { { - this.state = 1391; + this.state = 1412; this.expression(); - this.state = 1396; + this.state = 1417; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1392; + this.state = 1413; this.match(TrinoParser.COMMA_); - this.state = 1393; + this.state = 1414; this.expression(); } } - this.state = 1398; + this.state = 1419; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1401; + this.state = 1422; this.match(TrinoParser.RPAREN_); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1402; + this.state = 1423; this.expression(); } break; @@ -5105,19 +5110,19 @@ export class TrinoParser extends antlr.Parser { } public windowDefinition(): WindowDefinitionContext { let localContext = new WindowDefinitionContext(this.context, this.state); - this.enterRule(localContext, 48, TrinoParser.RULE_windowDefinition); + this.enterRule(localContext, 46, TrinoParser.RULE_windowDefinition); try { this.enterOuterAlt(localContext, 1); { - this.state = 1405; + this.state = 1426; localContext._name = this.identifier(); - this.state = 1406; + this.state = 1427; this.match(TrinoParser.AS_); - this.state = 1407; + this.state = 1428; this.match(TrinoParser.LPAREN_); - this.state = 1408; + this.state = 1429; this.windowSpecification(); - this.state = 1409; + this.state = 1430; this.match(TrinoParser.RPAREN_); } } @@ -5136,89 +5141,89 @@ export class TrinoParser extends antlr.Parser { } public windowSpecification(): WindowSpecificationContext { let localContext = new WindowSpecificationContext(this.context, this.state); - this.enterRule(localContext, 50, TrinoParser.RULE_windowSpecification); + this.enterRule(localContext, 48, TrinoParser.RULE_windowSpecification); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1412; + this.state = 1433; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 172, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 176, this.context) ) { case 1: { - this.state = 1411; + this.state = 1432; localContext._existingWindowName = this.identifier(); } break; } - this.state = 1424; + this.state = 1445; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 184) { { - this.state = 1414; + this.state = 1435; this.match(TrinoParser.PARTITION_); - this.state = 1415; + this.state = 1436; this.match(TrinoParser.BY_); - this.state = 1416; + this.state = 1437; localContext._expression = this.expression(); localContext._partition.push(localContext._expression!); - this.state = 1421; + this.state = 1442; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1417; + this.state = 1438; this.match(TrinoParser.COMMA_); - this.state = 1418; + this.state = 1439; localContext._expression = this.expression(); localContext._partition.push(localContext._expression!); } } - this.state = 1423; + this.state = 1444; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1436; + this.state = 1457; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 178) { { - this.state = 1426; + this.state = 1447; this.match(TrinoParser.ORDER_); - this.state = 1427; + this.state = 1448; this.match(TrinoParser.BY_); - this.state = 1428; + this.state = 1449; this.sortItem(); - this.state = 1433; + this.state = 1454; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1429; + this.state = 1450; this.match(TrinoParser.COMMA_); - this.state = 1430; + this.state = 1451; this.sortItem(); } } - this.state = 1435; + this.state = 1456; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1439; + this.state = 1460; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 99 || _la === 151 || _la === 202 || _la === 223) { { - this.state = 1438; + this.state = 1459; this.windowFrame(); } } @@ -5240,30 +5245,30 @@ export class TrinoParser extends antlr.Parser { } public namedQuery(): NamedQueryContext { let localContext = new NamedQueryContext(this.context, this.state); - this.enterRule(localContext, 52, TrinoParser.RULE_namedQuery); + this.enterRule(localContext, 50, TrinoParser.RULE_namedQuery); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1441; + this.state = 1462; localContext._name = this.identifier(); - this.state = 1443; + this.state = 1464; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 313) { { - this.state = 1442; + this.state = 1463; this.columnAliases(); } } - this.state = 1445; + this.state = 1466; this.match(TrinoParser.AS_); - this.state = 1446; + this.state = 1467; this.match(TrinoParser.LPAREN_); - this.state = 1447; + this.state = 1468; this.query(); - this.state = 1448; + this.state = 1469; this.match(TrinoParser.RPAREN_); } } @@ -5282,12 +5287,12 @@ export class TrinoParser extends antlr.Parser { } public setQuantifier(): SetQuantifierContext { let localContext = new SetQuantifierContext(this.context, this.state); - this.enterRule(localContext, 54, TrinoParser.RULE_setQuantifier); + this.enterRule(localContext, 52, TrinoParser.RULE_setQuantifier); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1450; + this.state = 1471; _la = this.tokenStream.LA(1); if(!(_la === 5 || _la === 62)) { this.errorHandler.recoverInline(this); @@ -5313,34 +5318,34 @@ export class TrinoParser extends antlr.Parser { } public selectItem(): SelectItemContext { let localContext = new SelectItemContext(this.context, this.state); - this.enterRule(localContext, 56, TrinoParser.RULE_selectItem); + this.enterRule(localContext, 54, TrinoParser.RULE_selectItem); let _la: number; try { - this.state = 1467; + this.state = 1488; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 182, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 186, this.context) ) { case 1: localContext = new SelectSingleContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 1452; + this.state = 1473; this.expression(); - this.state = 1457; + this.state = 1478; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 180, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 184, this.context) ) { case 1: { - this.state = 1454; + this.state = 1475; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 1453; + this.state = 1474; this.match(TrinoParser.AS_); } } - this.state = 1456; + this.state = 1477; this.identifier(); } break; @@ -5351,20 +5356,20 @@ export class TrinoParser extends antlr.Parser { localContext = new SelectAllContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 1459; + this.state = 1480; this.primaryExpression(0); - this.state = 1460; + this.state = 1481; this.match(TrinoParser.DOT_); - this.state = 1461; + this.state = 1482; this.match(TrinoParser.ASTERISK_); - this.state = 1464; + this.state = 1485; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 181, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 185, this.context) ) { case 1: { - this.state = 1462; + this.state = 1483; this.match(TrinoParser.AS_); - this.state = 1463; + this.state = 1484; this.columnAliases(); } break; @@ -5375,7 +5380,7 @@ export class TrinoParser extends antlr.Parser { localContext = new SelectAllContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 1466; + this.state = 1487; this.match(TrinoParser.ASTERISK_); } break; @@ -5406,8 +5411,8 @@ export class TrinoParser extends antlr.Parser { let parentState = this.state; let localContext = new RelationContext(this.context, parentState); let previousContext = localContext; - let _startState = 58; - this.enterRecursionRule(localContext, 58, TrinoParser.RULE_relation, _p); + let _startState = 56; + this.enterRecursionRule(localContext, 56, TrinoParser.RULE_relation, _p); try { let alternative: number; this.enterOuterAlt(localContext, 1); @@ -5417,13 +5422,13 @@ export class TrinoParser extends antlr.Parser { this.context = localContext; previousContext = localContext; - this.state = 1470; + this.state = 1491; this.sampledRelation(); } this.context!.stop = this.tokenStream.LT(-1); - this.state = 1490; + this.state = 1511; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 184, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 188, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this.parseListeners != null) { @@ -5435,20 +5440,20 @@ export class TrinoParser extends antlr.Parser { localContext = new JoinRelationContext(new RelationContext(parentContext, parentState)); (localContext as JoinRelationContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, TrinoParser.RULE_relation); - this.state = 1472; + this.state = 1493; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 1486; + this.state = 1507; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.CROSS_: { - this.state = 1473; + this.state = 1494; this.match(TrinoParser.CROSS_); - this.state = 1474; + this.state = 1495; this.match(TrinoParser.JOIN_); - this.state = 1475; + this.state = 1496; (localContext as JoinRelationContext)._right = this.sampledRelation(); } break; @@ -5458,25 +5463,25 @@ export class TrinoParser extends antlr.Parser { case TrinoParser.LEFT_: case TrinoParser.RIGHT_: { - this.state = 1476; + this.state = 1497; this.joinType(); - this.state = 1477; + this.state = 1498; this.match(TrinoParser.JOIN_); - this.state = 1478; + this.state = 1499; (localContext as JoinRelationContext)._rightRelation = this.relation(0); - this.state = 1479; + this.state = 1500; this.joinCriteria(); } break; case TrinoParser.NATURAL_: { - this.state = 1481; + this.state = 1502; this.match(TrinoParser.NATURAL_); - this.state = 1482; + this.state = 1503; this.joinType(); - this.state = 1483; + this.state = 1504; this.match(TrinoParser.JOIN_); - this.state = 1484; + this.state = 1505; (localContext as JoinRelationContext)._right = this.sampledRelation(); } break; @@ -5486,9 +5491,9 @@ export class TrinoParser extends antlr.Parser { } } } - this.state = 1492; + this.state = 1513; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 184, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 188, this.context); } } } @@ -5507,22 +5512,22 @@ export class TrinoParser extends antlr.Parser { } public joinType(): JoinTypeContext { let localContext = new JoinTypeContext(this.context, this.state); - this.enterRule(localContext, 60, TrinoParser.RULE_joinType); + this.enterRule(localContext, 58, TrinoParser.RULE_joinType); let _la: number; try { - this.state = 1500; + this.state = 1521; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.INNER_: case TrinoParser.JOIN_: this.enterOuterAlt(localContext, 1); { - this.state = 1494; + this.state = 1515; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 108) { { - this.state = 1493; + this.state = 1514; this.match(TrinoParser.INNER_); } } @@ -5534,7 +5539,7 @@ export class TrinoParser extends antlr.Parser { case TrinoParser.RIGHT_: this.enterOuterAlt(localContext, 2); { - this.state = 1496; + this.state = 1517; _la = this.tokenStream.LA(1); if(!(_la === 89 || _la === 135 || _la === 217)) { this.errorHandler.recoverInline(this); @@ -5543,12 +5548,12 @@ export class TrinoParser extends antlr.Parser { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1498; + this.state = 1519; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 180) { { - this.state = 1497; + this.state = 1518; this.match(TrinoParser.OUTER_); } } @@ -5574,47 +5579,47 @@ export class TrinoParser extends antlr.Parser { } public joinCriteria(): JoinCriteriaContext { let localContext = new JoinCriteriaContext(this.context, this.state); - this.enterRule(localContext, 62, TrinoParser.RULE_joinCriteria); + this.enterRule(localContext, 60, TrinoParser.RULE_joinCriteria); let _la: number; try { - this.state = 1516; + this.state = 1537; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.ON_: this.enterOuterAlt(localContext, 1); { - this.state = 1502; + this.state = 1523; this.match(TrinoParser.ON_); - this.state = 1503; + this.state = 1524; this.booleanExpression(0); } break; case TrinoParser.USING_: this.enterOuterAlt(localContext, 2); { - this.state = 1504; + this.state = 1525; this.match(TrinoParser.USING_); - this.state = 1505; + this.state = 1526; this.match(TrinoParser.LPAREN_); - this.state = 1506; - this.identifier(); - this.state = 1511; + this.state = 1527; + this.tableIdentifier(); + this.state = 1532; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1507; + this.state = 1528; this.match(TrinoParser.COMMA_); - this.state = 1508; - this.identifier(); + this.state = 1529; + this.tableIdentifier(); } } - this.state = 1513; + this.state = 1534; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1514; + this.state = 1535; this.match(TrinoParser.RPAREN_); } break; @@ -5637,30 +5642,43 @@ export class TrinoParser extends antlr.Parser { } public sampledRelation(): SampledRelationContext { let localContext = new SampledRelationContext(this.context, this.state); - this.enterRule(localContext, 64, TrinoParser.RULE_sampledRelation); + this.enterRule(localContext, 62, TrinoParser.RULE_sampledRelation); try { - this.enterOuterAlt(localContext, 1); - { - this.state = 1518; - this.patternRecognition(); - this.state = 1525; + this.state = 1549; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 190, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 195, this.context) ) { case 1: + this.enterOuterAlt(localContext, 1); { - this.state = 1519; - this.match(TrinoParser.TABLESAMPLE_); - this.state = 1520; - this.sampleType(); - this.state = 1521; - this.match(TrinoParser.LPAREN_); - this.state = 1522; - localContext._percentage = this.expression(); - this.state = 1523; - this.match(TrinoParser.RPAREN_); + this.state = 1539; + this.patternRecognition(); + this.state = 1546; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 194, this.context) ) { + case 1: + { + this.state = 1540; + this.match(TrinoParser.TABLESAMPLE_); + this.state = 1541; + this.sampleType(); + this.state = 1542; + this.match(TrinoParser.LPAREN_); + this.state = 1543; + localContext._percentage = this.expression(); + this.state = 1544; + this.match(TrinoParser.RPAREN_); + } + break; + } + } + break; + case 2: + this.enterOuterAlt(localContext, 2); + { + this.state = 1548; + this.tableIdentifier(); } break; - } } } catch (re) { @@ -5678,12 +5696,12 @@ export class TrinoParser extends antlr.Parser { } public sampleType(): SampleTypeContext { let localContext = new SampleTypeContext(this.context, this.state); - this.enterRule(localContext, 66, TrinoParser.RULE_sampleType); + this.enterRule(localContext, 64, TrinoParser.RULE_sampleType); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1527; + this.state = 1551; _la = this.tokenStream.LA(1); if(!(_la === 16 || _la === 243)) { this.errorHandler.recoverInline(this); @@ -5709,12 +5727,12 @@ export class TrinoParser extends antlr.Parser { } public trimsSpecification(): TrimsSpecificationContext { let localContext = new TrimsSpecificationContext(this.context, this.state); - this.enterRule(localContext, 68, TrinoParser.RULE_trimsSpecification); + this.enterRule(localContext, 66, TrinoParser.RULE_trimsSpecification); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1529; + this.state = 1553; _la = this.tokenStream.LA(1); if(!(_la === 18 || _la === 133 || _la === 254)) { this.errorHandler.recoverInline(this); @@ -5740,35 +5758,35 @@ export class TrinoParser extends antlr.Parser { } public listAggOverflowBehavior(): ListAggOverflowBehaviorContext { let localContext = new ListAggOverflowBehaviorContext(this.context, this.state); - this.enterRule(localContext, 70, TrinoParser.RULE_listAggOverflowBehavior); + this.enterRule(localContext, 68, TrinoParser.RULE_listAggOverflowBehavior); let _la: number; try { - this.state = 1537; + this.state = 1561; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.ERROR_: this.enterOuterAlt(localContext, 1); { - this.state = 1531; + this.state = 1555; this.match(TrinoParser.ERROR_); } break; case TrinoParser.TRUNCATE_: this.enterOuterAlt(localContext, 2); { - this.state = 1532; + this.state = 1556; this.match(TrinoParser.TRUNCATE_); - this.state = 1534; + this.state = 1558; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 327 || _la === 328) { { - this.state = 1533; + this.state = 1557; this.string_(); } } - this.state = 1536; + this.state = 1560; this.listaggCountIndication(); } break; @@ -5791,12 +5809,12 @@ export class TrinoParser extends antlr.Parser { } public listaggCountIndication(): ListaggCountIndicationContext { let localContext = new ListaggCountIndicationContext(this.context, this.state); - this.enterRule(localContext, 72, TrinoParser.RULE_listaggCountIndication); + this.enterRule(localContext, 70, TrinoParser.RULE_listaggCountIndication); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1539; + this.state = 1563; _la = this.tokenStream.LA(1); if(!(_la === 288 || _la === 290)) { this.errorHandler.recoverInline(this); @@ -5805,7 +5823,7 @@ export class TrinoParser extends antlr.Parser { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1540; + this.state = 1564; this.match(TrinoParser.COUNT_); } } @@ -5824,142 +5842,142 @@ export class TrinoParser extends antlr.Parser { } public patternRecognition(): PatternRecognitionContext { let localContext = new PatternRecognitionContext(this.context, this.state); - this.enterRule(localContext, 74, TrinoParser.RULE_patternRecognition); + this.enterRule(localContext, 72, TrinoParser.RULE_patternRecognition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1542; + this.state = 1566; this.aliasedRelation(); - this.state = 1625; + this.state = 1649; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 208, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 213, this.context) ) { case 1: { - this.state = 1543; + this.state = 1567; this.match(TrinoParser.MATCH_RECOGNIZE_); - this.state = 1544; + this.state = 1568; this.match(TrinoParser.LPAREN_); - this.state = 1555; + this.state = 1579; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 184) { { - this.state = 1545; + this.state = 1569; this.match(TrinoParser.PARTITION_); - this.state = 1546; + this.state = 1570; this.match(TrinoParser.BY_); - this.state = 1547; + this.state = 1571; localContext._expression = this.expression(); localContext._partition.push(localContext._expression!); - this.state = 1552; + this.state = 1576; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1548; + this.state = 1572; this.match(TrinoParser.COMMA_); - this.state = 1549; + this.state = 1573; localContext._expression = this.expression(); localContext._partition.push(localContext._expression!); } } - this.state = 1554; + this.state = 1578; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1567; + this.state = 1591; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 178) { { - this.state = 1557; + this.state = 1581; this.match(TrinoParser.ORDER_); - this.state = 1558; + this.state = 1582; this.match(TrinoParser.BY_); - this.state = 1559; + this.state = 1583; this.sortItem(); - this.state = 1564; + this.state = 1588; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1560; + this.state = 1584; this.match(TrinoParser.COMMA_); - this.state = 1561; + this.state = 1585; this.sortItem(); } } - this.state = 1566; + this.state = 1590; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1578; + this.state = 1602; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 1569; + this.state = 1593; this.match(TrinoParser.MEASURES_); - this.state = 1570; + this.state = 1594; this.measureDefinition(); - this.state = 1575; + this.state = 1599; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1571; + this.state = 1595; this.match(TrinoParser.COMMA_); - this.state = 1572; + this.state = 1596; this.measureDefinition(); } } - this.state = 1577; + this.state = 1601; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1581; + this.state = 1605; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 5 || _la === 174) { { - this.state = 1580; + this.state = 1604; this.rowsPerMatch(); } } - this.state = 1586; + this.state = 1610; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 4) { { - this.state = 1583; + this.state = 1607; this.match(TrinoParser.AFTER_); - this.state = 1584; + this.state = 1608; this.match(TrinoParser.MATCH_); - this.state = 1585; + this.state = 1609; this.skipTo(); } } - this.state = 1589; + this.state = 1613; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 107 || _la === 230) { { - this.state = 1588; + this.state = 1612; _la = this.tokenStream.LA(1); if(!(_la === 107 || _la === 230)) { this.errorHandler.recoverInline(this); @@ -5971,87 +5989,87 @@ export class TrinoParser extends antlr.Parser { } } - this.state = 1591; + this.state = 1615; this.match(TrinoParser.PATTERN_); - this.state = 1592; + this.state = 1616; this.match(TrinoParser.LPAREN_); - this.state = 1593; + this.state = 1617; this.rowPattern(0); - this.state = 1594; + this.state = 1618; this.match(TrinoParser.RPAREN_); - this.state = 1604; + this.state = 1628; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 241) { { - this.state = 1595; + this.state = 1619; this.match(TrinoParser.SUBSET_); - this.state = 1596; + this.state = 1620; this.subsetDefinition(); - this.state = 1601; + this.state = 1625; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1597; + this.state = 1621; this.match(TrinoParser.COMMA_); - this.state = 1598; + this.state = 1622; this.subsetDefinition(); } } - this.state = 1603; + this.state = 1627; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1606; + this.state = 1630; this.match(TrinoParser.DEFINE_); - this.state = 1607; + this.state = 1631; this.variableDefinition(); - this.state = 1612; + this.state = 1636; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1608; + this.state = 1632; this.match(TrinoParser.COMMA_); - this.state = 1609; + this.state = 1633; this.variableDefinition(); } } - this.state = 1614; + this.state = 1638; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1615; + this.state = 1639; this.match(TrinoParser.RPAREN_); - this.state = 1623; + this.state = 1647; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 207, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 212, this.context) ) { case 1: { - this.state = 1617; + this.state = 1641; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 1616; + this.state = 1640; this.match(TrinoParser.AS_); } } - this.state = 1619; + this.state = 1643; this.identifier(); - this.state = 1621; + this.state = 1645; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 206, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 211, this.context) ) { case 1: { - this.state = 1620; + this.state = 1644; this.columnAliases(); } break; @@ -6079,15 +6097,15 @@ export class TrinoParser extends antlr.Parser { } public measureDefinition(): MeasureDefinitionContext { let localContext = new MeasureDefinitionContext(this.context, this.state); - this.enterRule(localContext, 76, TrinoParser.RULE_measureDefinition); + this.enterRule(localContext, 74, TrinoParser.RULE_measureDefinition); try { this.enterOuterAlt(localContext, 1); { - this.state = 1627; + this.state = 1651; this.expression(); - this.state = 1628; + this.state = 1652; this.match(TrinoParser.AS_); - this.state = 1629; + this.state = 1653; this.identifier(); } } @@ -6106,42 +6124,42 @@ export class TrinoParser extends antlr.Parser { } public rowsPerMatch(): RowsPerMatchContext { let localContext = new RowsPerMatchContext(this.context, this.state); - this.enterRule(localContext, 78, TrinoParser.RULE_rowsPerMatch); + this.enterRule(localContext, 76, TrinoParser.RULE_rowsPerMatch); let _la: number; try { - this.state = 1642; + this.state = 1666; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.ONE_: this.enterOuterAlt(localContext, 1); { - this.state = 1631; + this.state = 1655; this.match(TrinoParser.ONE_); - this.state = 1632; + this.state = 1656; this.match(TrinoParser.ROW_); - this.state = 1633; + this.state = 1657; this.match(TrinoParser.PER_); - this.state = 1634; + this.state = 1658; this.match(TrinoParser.MATCH_); } break; case TrinoParser.ALL_: this.enterOuterAlt(localContext, 2); { - this.state = 1635; + this.state = 1659; this.match(TrinoParser.ALL_); - this.state = 1636; + this.state = 1660; this.match(TrinoParser.ROWS_); - this.state = 1637; + this.state = 1661; this.match(TrinoParser.PER_); - this.state = 1638; + this.state = 1662; this.match(TrinoParser.MATCH_); - this.state = 1640; + this.state = 1664; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 172 || _la === 236 || _la === 288) { { - this.state = 1639; + this.state = 1663; this.emptyMatchHandling(); } } @@ -6167,41 +6185,41 @@ export class TrinoParser extends antlr.Parser { } public emptyMatchHandling(): EmptyMatchHandlingContext { let localContext = new EmptyMatchHandlingContext(this.context, this.state); - this.enterRule(localContext, 80, TrinoParser.RULE_emptyMatchHandling); + this.enterRule(localContext, 78, TrinoParser.RULE_emptyMatchHandling); try { - this.state = 1653; + this.state = 1677; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.SHOW_: this.enterOuterAlt(localContext, 1); { - this.state = 1644; + this.state = 1668; this.match(TrinoParser.SHOW_); - this.state = 1645; + this.state = 1669; this.match(TrinoParser.EMPTY_); - this.state = 1646; + this.state = 1670; this.match(TrinoParser.MATCHES_); } break; case TrinoParser.OMIT_: this.enterOuterAlt(localContext, 2); { - this.state = 1647; + this.state = 1671; this.match(TrinoParser.OMIT_); - this.state = 1648; + this.state = 1672; this.match(TrinoParser.EMPTY_); - this.state = 1649; + this.state = 1673; this.match(TrinoParser.MATCHES_); } break; case TrinoParser.WITH_: this.enterOuterAlt(localContext, 3); { - this.state = 1650; + this.state = 1674; this.match(TrinoParser.WITH_); - this.state = 1651; + this.state = 1675; this.match(TrinoParser.UNMATCHED_); - this.state = 1652; + this.state = 1676; this.match(TrinoParser.ROWS_); } break; @@ -6224,39 +6242,39 @@ export class TrinoParser extends antlr.Parser { } public skipTo(): SkipToContext { let localContext = new SkipToContext(this.context, this.state); - this.enterRule(localContext, 82, TrinoParser.RULE_skipTo); + this.enterRule(localContext, 80, TrinoParser.RULE_skipTo); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1655; + this.state = 1679; this.match(TrinoParser.SKIP_); - this.state = 1668; + this.state = 1692; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.TO_: { - this.state = 1656; + this.state = 1680; this.match(TrinoParser.TO_); - this.state = 1663; + this.state = 1687; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 213, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 218, this.context) ) { case 1: { - this.state = 1657; + this.state = 1681; this.match(TrinoParser.NEXT_); - this.state = 1658; + this.state = 1682; this.match(TrinoParser.ROW_); } break; case 2: { - this.state = 1660; + this.state = 1684; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 212, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 217, this.context) ) { case 1: { - this.state = 1659; + this.state = 1683; _la = this.tokenStream.LA(1); if(!(_la === 84 || _la === 131)) { this.errorHandler.recoverInline(this); @@ -6268,7 +6286,7 @@ export class TrinoParser extends antlr.Parser { } break; } - this.state = 1662; + this.state = 1686; this.identifier(); } break; @@ -6277,11 +6295,11 @@ export class TrinoParser extends antlr.Parser { break; case TrinoParser.PAST_: { - this.state = 1665; + this.state = 1689; this.match(TrinoParser.PAST_); - this.state = 1666; + this.state = 1690; this.match(TrinoParser.LAST_); - this.state = 1667; + this.state = 1691; this.match(TrinoParser.ROW_); } break; @@ -6305,38 +6323,38 @@ export class TrinoParser extends antlr.Parser { } public subsetDefinition(): SubsetDefinitionContext { let localContext = new SubsetDefinitionContext(this.context, this.state); - this.enterRule(localContext, 84, TrinoParser.RULE_subsetDefinition); + this.enterRule(localContext, 82, TrinoParser.RULE_subsetDefinition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1670; + this.state = 1694; localContext._name = this.identifier(); - this.state = 1671; + this.state = 1695; this.match(TrinoParser.EQ_); - this.state = 1672; + this.state = 1696; this.match(TrinoParser.LPAREN_); - this.state = 1673; + this.state = 1697; localContext._identifier = this.identifier(); localContext._union.push(localContext._identifier!); - this.state = 1678; + this.state = 1702; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1674; + this.state = 1698; this.match(TrinoParser.COMMA_); - this.state = 1675; + this.state = 1699; localContext._identifier = this.identifier(); localContext._union.push(localContext._identifier!); } } - this.state = 1680; + this.state = 1704; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1681; + this.state = 1705; this.match(TrinoParser.RPAREN_); } } @@ -6355,15 +6373,15 @@ export class TrinoParser extends antlr.Parser { } public variableDefinition(): VariableDefinitionContext { let localContext = new VariableDefinitionContext(this.context, this.state); - this.enterRule(localContext, 86, TrinoParser.RULE_variableDefinition); + this.enterRule(localContext, 84, TrinoParser.RULE_variableDefinition); try { this.enterOuterAlt(localContext, 1); { - this.state = 1683; + this.state = 1707; this.identifier(); - this.state = 1684; + this.state = 1708; this.match(TrinoParser.AS_); - this.state = 1685; + this.state = 1709; this.expression(); } } @@ -6382,36 +6400,36 @@ export class TrinoParser extends antlr.Parser { } public aliasedRelation(): AliasedRelationContext { let localContext = new AliasedRelationContext(this.context, this.state); - this.enterRule(localContext, 88, TrinoParser.RULE_aliasedRelation); + this.enterRule(localContext, 86, TrinoParser.RULE_aliasedRelation); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1687; + this.state = 1711; this.relationPrimary(); - this.state = 1695; + this.state = 1719; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 218, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 223, this.context) ) { case 1: { - this.state = 1689; + this.state = 1713; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 1688; + this.state = 1712; this.match(TrinoParser.AS_); } } - this.state = 1691; + this.state = 1715; this.identifier(); - this.state = 1693; + this.state = 1717; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 217, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 222, this.context) ) { case 1: { - this.state = 1692; + this.state = 1716; this.columnAliases(); } break; @@ -6436,32 +6454,32 @@ export class TrinoParser extends antlr.Parser { } public columnAliases(): ColumnAliasesContext { let localContext = new ColumnAliasesContext(this.context, this.state); - this.enterRule(localContext, 90, TrinoParser.RULE_columnAliases); + this.enterRule(localContext, 88, TrinoParser.RULE_columnAliases); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1697; + this.state = 1721; this.match(TrinoParser.LPAREN_); - this.state = 1698; + this.state = 1722; this.identifier(); - this.state = 1703; + this.state = 1727; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1699; + this.state = 1723; this.match(TrinoParser.COMMA_); - this.state = 1700; + this.state = 1724; this.identifier(); } } - this.state = 1705; + this.state = 1729; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1706; + this.state = 1730; this.match(TrinoParser.RPAREN_); } } @@ -6480,24 +6498,24 @@ export class TrinoParser extends antlr.Parser { } public relationPrimary(): RelationPrimaryContext { let localContext = new RelationPrimaryContext(this.context, this.state); - this.enterRule(localContext, 92, TrinoParser.RULE_relationPrimary); + this.enterRule(localContext, 90, TrinoParser.RULE_relationPrimary); let _la: number; try { - this.state = 1745; + this.state = 1769; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 223, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 228, this.context) ) { case 1: localContext = new TableNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 1708; + this.state = 1732; this.qualifiedName(); - this.state = 1710; + this.state = 1734; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 220, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 225, this.context) ) { case 1: { - this.state = 1709; + this.state = 1733; this.queryPeriod(); } break; @@ -6508,11 +6526,11 @@ export class TrinoParser extends antlr.Parser { localContext = new SubqueryRelationContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 1712; + this.state = 1736; this.match(TrinoParser.LPAREN_); - this.state = 1713; + this.state = 1737; this.query(); - this.state = 1714; + this.state = 1738; this.match(TrinoParser.RPAREN_); } break; @@ -6520,38 +6538,38 @@ export class TrinoParser extends antlr.Parser { localContext = new UnnestContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 1716; + this.state = 1740; this.match(TrinoParser.UNNEST_); - this.state = 1717; + this.state = 1741; this.match(TrinoParser.LPAREN_); - this.state = 1718; + this.state = 1742; this.expression(); - this.state = 1723; + this.state = 1747; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1719; + this.state = 1743; this.match(TrinoParser.COMMA_); - this.state = 1720; + this.state = 1744; this.expression(); } } - this.state = 1725; + this.state = 1749; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1726; + this.state = 1750; this.match(TrinoParser.RPAREN_); - this.state = 1729; + this.state = 1753; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 222, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 227, this.context) ) { case 1: { - this.state = 1727; + this.state = 1751; this.match(TrinoParser.WITH_); - this.state = 1728; + this.state = 1752; this.match(TrinoParser.ORDINALITY_); } break; @@ -6562,13 +6580,13 @@ export class TrinoParser extends antlr.Parser { localContext = new LateralContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 1731; + this.state = 1755; this.match(TrinoParser.LATERAL_); - this.state = 1732; + this.state = 1756; this.match(TrinoParser.LPAREN_); - this.state = 1733; + this.state = 1757; this.query(); - this.state = 1734; + this.state = 1758; this.match(TrinoParser.RPAREN_); } break; @@ -6576,13 +6594,13 @@ export class TrinoParser extends antlr.Parser { localContext = new TableFunctionInvocationContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 1736; + this.state = 1760; this.match(TrinoParser.TABLE_); - this.state = 1737; + this.state = 1761; this.match(TrinoParser.LPAREN_); - this.state = 1738; + this.state = 1762; this.tableFunctionCall(); - this.state = 1739; + this.state = 1763; this.match(TrinoParser.RPAREN_); } break; @@ -6590,11 +6608,11 @@ export class TrinoParser extends antlr.Parser { localContext = new ParenthesizedRelationContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 1741; + this.state = 1765; this.match(TrinoParser.LPAREN_); - this.state = 1742; + this.state = 1766; this.relation(0); - this.state = 1743; + this.state = 1767; this.match(TrinoParser.RPAREN_); } break; @@ -6615,70 +6633,70 @@ export class TrinoParser extends antlr.Parser { } public tableFunctionCall(): TableFunctionCallContext { let localContext = new TableFunctionCallContext(this.context, this.state); - this.enterRule(localContext, 94, TrinoParser.RULE_tableFunctionCall); + this.enterRule(localContext, 92, TrinoParser.RULE_tableFunctionCall); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1747; + this.state = 1771; this.qualifiedName(); - this.state = 1748; + this.state = 1772; this.match(TrinoParser.LPAREN_); - this.state = 1757; + this.state = 1781; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 225, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 230, this.context) ) { case 1: { - this.state = 1749; + this.state = 1773; this.tableFunctionArgument(); - this.state = 1754; + this.state = 1778; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1750; + this.state = 1774; this.match(TrinoParser.COMMA_); - this.state = 1751; + this.state = 1775; this.tableFunctionArgument(); } } - this.state = 1756; + this.state = 1780; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } break; } - this.state = 1768; + this.state = 1792; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 35) { { - this.state = 1759; + this.state = 1783; this.match(TrinoParser.COPARTITION_); - this.state = 1760; + this.state = 1784; this.copartitionTables(); - this.state = 1765; + this.state = 1789; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1761; + this.state = 1785; this.match(TrinoParser.COMMA_); - this.state = 1762; + this.state = 1786; this.copartitionTables(); } } - this.state = 1767; + this.state = 1791; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1770; + this.state = 1794; this.match(TrinoParser.RPAREN_); } } @@ -6697,40 +6715,40 @@ export class TrinoParser extends antlr.Parser { } public tableFunctionArgument(): TableFunctionArgumentContext { let localContext = new TableFunctionArgumentContext(this.context, this.state); - this.enterRule(localContext, 96, TrinoParser.RULE_tableFunctionArgument); + this.enterRule(localContext, 94, TrinoParser.RULE_tableFunctionArgument); try { this.enterOuterAlt(localContext, 1); { - this.state = 1775; + this.state = 1799; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 228, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 233, this.context) ) { case 1: { - this.state = 1772; + this.state = 1796; this.identifier(); - this.state = 1773; + this.state = 1797; this.match(TrinoParser.RDOUBLEARROW_); } break; } - this.state = 1780; + this.state = 1804; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 229, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 234, this.context) ) { case 1: { - this.state = 1777; + this.state = 1801; this.tableArgument(); } break; case 2: { - this.state = 1778; + this.state = 1802; this.descriptorArgument(); } break; case 3: { - this.state = 1779; + this.state = 1803; this.expression(); } break; @@ -6752,62 +6770,62 @@ export class TrinoParser extends antlr.Parser { } public tableArgument(): TableArgumentContext { let localContext = new TableArgumentContext(this.context, this.state); - this.enterRule(localContext, 98, TrinoParser.RULE_tableArgument); + this.enterRule(localContext, 96, TrinoParser.RULE_tableArgument); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1782; + this.state = 1806; this.tableArgumentRelation(); - this.state = 1800; + this.state = 1824; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 184) { { - this.state = 1783; + this.state = 1807; this.match(TrinoParser.PARTITION_); - this.state = 1784; + this.state = 1808; this.match(TrinoParser.BY_); - this.state = 1798; + this.state = 1822; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 232, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 237, this.context) ) { case 1: { - this.state = 1785; + this.state = 1809; this.match(TrinoParser.LPAREN_); - this.state = 1794; + this.state = 1818; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 4294309566) !== 0) || ((((_la - 32)) & ~0x1F) === 0 && ((1 << (_la - 32)) & 3069704077) !== 0) || ((((_la - 64)) & ~0x1F) === 0 && ((1 << (_la - 64)) & 4240435571) !== 0) || ((((_la - 96)) & ~0x1F) === 0 && ((1 << (_la - 96)) & 3748474349) !== 0) || ((((_la - 128)) & ~0x1F) === 0 && ((1 << (_la - 128)) & 4160748927) !== 0) || ((((_la - 160)) & ~0x1F) === 0 && ((1 << (_la - 160)) & 4293517311) !== 0) || ((((_la - 192)) & ~0x1F) === 0 && ((1 << (_la - 192)) & 3724537823) !== 0) || ((((_la - 224)) & ~0x1F) === 0 && ((1 << (_la - 224)) & 4260355967) !== 0) || ((((_la - 256)) & ~0x1F) === 0 && ((1 << (_la - 256)) & 3472612831) !== 0) || ((((_la - 289)) & ~0x1F) === 0 && ((1 << (_la - 289)) & 17326207) !== 0) || ((((_la - 327)) & ~0x1F) === 0 && ((1 << (_la - 327)) & 1023) !== 0)) { { - this.state = 1786; + this.state = 1810; this.expression(); - this.state = 1791; + this.state = 1815; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1787; + this.state = 1811; this.match(TrinoParser.COMMA_); - this.state = 1788; + this.state = 1812; this.expression(); } } - this.state = 1793; + this.state = 1817; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1796; + this.state = 1820; this.match(TrinoParser.RPAREN_); } break; case 2: { - this.state = 1797; + this.state = 1821; this.expression(); } break; @@ -6815,26 +6833,26 @@ export class TrinoParser extends antlr.Parser { } } - this.state = 1808; + this.state = 1832; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.PRUNE_: { - this.state = 1802; + this.state = 1826; this.match(TrinoParser.PRUNE_); - this.state = 1803; + this.state = 1827; this.match(TrinoParser.WHEN_); - this.state = 1804; + this.state = 1828; this.match(TrinoParser.EMPTY_); } break; case TrinoParser.KEEP_: { - this.state = 1805; + this.state = 1829; this.match(TrinoParser.KEEP_); - this.state = 1806; + this.state = 1830; this.match(TrinoParser.WHEN_); - this.state = 1807; + this.state = 1831; this.match(TrinoParser.EMPTY_); } break; @@ -6846,47 +6864,47 @@ export class TrinoParser extends antlr.Parser { default: break; } - this.state = 1826; + this.state = 1850; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 178) { { - this.state = 1810; + this.state = 1834; this.match(TrinoParser.ORDER_); - this.state = 1811; + this.state = 1835; this.match(TrinoParser.BY_); - this.state = 1824; + this.state = 1848; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 236, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 241, this.context) ) { case 1: { - this.state = 1812; + this.state = 1836; this.match(TrinoParser.LPAREN_); - this.state = 1813; + this.state = 1837; this.sortItem(); - this.state = 1818; + this.state = 1842; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1814; + this.state = 1838; this.match(TrinoParser.COMMA_); - this.state = 1815; + this.state = 1839; this.sortItem(); } } - this.state = 1820; + this.state = 1844; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1821; + this.state = 1845; this.match(TrinoParser.RPAREN_); } break; case 2: { - this.state = 1823; + this.state = 1847; this.sortItem(); } break; @@ -6911,47 +6929,47 @@ export class TrinoParser extends antlr.Parser { } public tableArgumentRelation(): TableArgumentRelationContext { let localContext = new TableArgumentRelationContext(this.context, this.state); - this.enterRule(localContext, 100, TrinoParser.RULE_tableArgumentRelation); + this.enterRule(localContext, 98, TrinoParser.RULE_tableArgumentRelation); let _la: number; try { - this.state = 1854; + this.state = 1878; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 244, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 249, this.context) ) { case 1: localContext = new TableArgumentTableContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 1828; + this.state = 1852; this.match(TrinoParser.TABLE_); - this.state = 1829; + this.state = 1853; this.match(TrinoParser.LPAREN_); - this.state = 1830; - this.qualifiedName(); - this.state = 1831; + this.state = 1854; + this.tableIdentifier(); + this.state = 1855; this.match(TrinoParser.RPAREN_); - this.state = 1839; + this.state = 1863; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 240, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 245, this.context) ) { case 1: { - this.state = 1833; + this.state = 1857; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 1832; + this.state = 1856; this.match(TrinoParser.AS_); } } - this.state = 1835; + this.state = 1859; this.identifier(); - this.state = 1837; + this.state = 1861; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 313) { { - this.state = 1836; + this.state = 1860; this.columnAliases(); } } @@ -6965,37 +6983,37 @@ export class TrinoParser extends antlr.Parser { localContext = new TableArgumentQueryContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 1841; + this.state = 1865; this.match(TrinoParser.TABLE_); - this.state = 1842; + this.state = 1866; this.match(TrinoParser.LPAREN_); - this.state = 1843; + this.state = 1867; this.query(); - this.state = 1844; + this.state = 1868; this.match(TrinoParser.RPAREN_); - this.state = 1852; + this.state = 1876; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 243, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 248, this.context) ) { case 1: { - this.state = 1846; + this.state = 1870; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 1845; + this.state = 1869; this.match(TrinoParser.AS_); } } - this.state = 1848; + this.state = 1872; this.identifier(); - this.state = 1850; + this.state = 1874; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 313) { { - this.state = 1849; + this.state = 1873; this.columnAliases(); } } @@ -7022,55 +7040,55 @@ export class TrinoParser extends antlr.Parser { } public descriptorArgument(): DescriptorArgumentContext { let localContext = new DescriptorArgumentContext(this.context, this.state); - this.enterRule(localContext, 102, TrinoParser.RULE_descriptorArgument); + this.enterRule(localContext, 100, TrinoParser.RULE_descriptorArgument); let _la: number; try { - this.state = 1874; + this.state = 1898; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.DESCRIPTOR_: this.enterOuterAlt(localContext, 1); { - this.state = 1856; + this.state = 1880; this.match(TrinoParser.DESCRIPTOR_); - this.state = 1857; + this.state = 1881; this.match(TrinoParser.LPAREN_); - this.state = 1858; + this.state = 1882; this.descriptorField(); - this.state = 1863; + this.state = 1887; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1859; + this.state = 1883; this.match(TrinoParser.COMMA_); - this.state = 1860; + this.state = 1884; this.descriptorField(); } } - this.state = 1865; + this.state = 1889; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1866; + this.state = 1890; this.match(TrinoParser.RPAREN_); } break; case TrinoParser.CAST_: this.enterOuterAlt(localContext, 2); { - this.state = 1868; + this.state = 1892; this.match(TrinoParser.CAST_); - this.state = 1869; + this.state = 1893; this.match(TrinoParser.LPAREN_); - this.state = 1870; + this.state = 1894; this.match(TrinoParser.NULL_); - this.state = 1871; + this.state = 1895; this.match(TrinoParser.AS_); - this.state = 1872; + this.state = 1896; this.match(TrinoParser.DESCRIPTOR_); - this.state = 1873; + this.state = 1897; this.match(TrinoParser.RPAREN_); } break; @@ -7093,19 +7111,19 @@ export class TrinoParser extends antlr.Parser { } public descriptorField(): DescriptorFieldContext { let localContext = new DescriptorFieldContext(this.context, this.state); - this.enterRule(localContext, 104, TrinoParser.RULE_descriptorField); + this.enterRule(localContext, 102, TrinoParser.RULE_descriptorField); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1876; + this.state = 1900; this.identifier(); - this.state = 1878; + this.state = 1902; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 1)) & ~0x1F) === 0 && ((1 << (_la - 1)) & 4282055519) !== 0) || ((((_la - 34)) & ~0x1F) === 0 && ((1 << (_la - 34)) & 3988635683) !== 0) || ((((_la - 68)) & ~0x1F) === 0 && ((1 << (_la - 68)) & 2680939671) !== 0) || ((((_la - 101)) & ~0x1F) === 0 && ((1 << (_la - 101)) & 4228606319) !== 0) || ((((_la - 133)) & ~0x1F) === 0 && ((1 << (_la - 133)) & 2143288491) !== 0) || ((((_la - 167)) & ~0x1F) === 0 && ((1 << (_la - 167)) & 3221214143) !== 0) || ((((_la - 199)) & ~0x1F) === 0 && ((1 << (_la - 199)) & 4290510815) !== 0) || ((((_la - 232)) & ~0x1F) === 0 && ((1 << (_la - 232)) & 3707629535) !== 0) || ((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 4274977757) !== 0) || ((((_la - 333)) & ~0x1F) === 0 && ((1 << (_la - 333)) & 15) !== 0)) { { - this.state = 1877; + this.state = 1901; this.type_(0); } } @@ -7127,36 +7145,36 @@ export class TrinoParser extends antlr.Parser { } public copartitionTables(): CopartitionTablesContext { let localContext = new CopartitionTablesContext(this.context, this.state); - this.enterRule(localContext, 106, TrinoParser.RULE_copartitionTables); + this.enterRule(localContext, 104, TrinoParser.RULE_copartitionTables); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1880; + this.state = 1904; this.match(TrinoParser.LPAREN_); - this.state = 1881; + this.state = 1905; this.qualifiedName(); - this.state = 1882; + this.state = 1906; this.match(TrinoParser.COMMA_); - this.state = 1883; + this.state = 1907; this.qualifiedName(); - this.state = 1888; + this.state = 1912; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1884; + this.state = 1908; this.match(TrinoParser.COMMA_); - this.state = 1885; + this.state = 1909; this.qualifiedName(); } } - this.state = 1890; + this.state = 1914; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1891; + this.state = 1915; this.match(TrinoParser.RPAREN_); } } @@ -7175,11 +7193,11 @@ export class TrinoParser extends antlr.Parser { } public expression(): ExpressionContext { let localContext = new ExpressionContext(this.context, this.state); - this.enterRule(localContext, 108, TrinoParser.RULE_expression); + this.enterRule(localContext, 106, TrinoParser.RULE_expression); try { this.enterOuterAlt(localContext, 1); { - this.state = 1893; + this.state = 1917; this.booleanExpression(0); } } @@ -7208,13 +7226,13 @@ export class TrinoParser extends antlr.Parser { let parentState = this.state; let localContext = new BooleanExpressionContext(this.context, parentState); let previousContext = localContext; - let _startState = 110; - this.enterRecursionRule(localContext, 110, TrinoParser.RULE_booleanExpression, _p); + let _startState = 108; + this.enterRecursionRule(localContext, 108, TrinoParser.RULE_booleanExpression, _p); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1902; + this.state = 1926; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.ABSENT_: @@ -7474,14 +7492,14 @@ export class TrinoParser extends antlr.Parser { this.context = localContext; previousContext = localContext; - this.state = 1896; + this.state = 1920; this.valueExpression(0); - this.state = 1898; + this.state = 1922; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 249, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 254, this.context) ) { case 1: { - this.state = 1897; + this.state = 1921; this.predicate_(); } break; @@ -7493,9 +7511,9 @@ export class TrinoParser extends antlr.Parser { localContext = new LogicalNotContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1900; + this.state = 1924; this.match(TrinoParser.NOT_); - this.state = 1901; + this.state = 1925; this.booleanExpression(3); } break; @@ -7503,9 +7521,9 @@ export class TrinoParser extends antlr.Parser { throw new antlr.NoViableAltException(this); } this.context!.stop = this.tokenStream.LT(-1); - this.state = 1912; + this.state = 1936; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 252, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 257, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this.parseListeners != null) { @@ -7513,20 +7531,20 @@ export class TrinoParser extends antlr.Parser { } previousContext = localContext; { - this.state = 1910; + this.state = 1934; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 251, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 256, this.context) ) { case 1: { localContext = new AndContext(new BooleanExpressionContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, TrinoParser.RULE_booleanExpression); - this.state = 1904; + this.state = 1928; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 1905; + this.state = 1929; this.match(TrinoParser.AND_); - this.state = 1906; + this.state = 1930; this.booleanExpression(3); } break; @@ -7534,22 +7552,22 @@ export class TrinoParser extends antlr.Parser { { localContext = new OrContext(new BooleanExpressionContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, TrinoParser.RULE_booleanExpression); - this.state = 1907; + this.state = 1931; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 1908; + this.state = 1932; this.match(TrinoParser.OR_); - this.state = 1909; + this.state = 1933; this.booleanExpression(2); } break; } } } - this.state = 1914; + this.state = 1938; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 252, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 257, this.context); } } } @@ -7568,19 +7586,19 @@ export class TrinoParser extends antlr.Parser { } public predicate_(): Predicate_Context { let localContext = new Predicate_Context(this.context, this.state); - this.enterRule(localContext, 112, TrinoParser.RULE_predicate_); + this.enterRule(localContext, 110, TrinoParser.RULE_predicate_); let _la: number; try { - this.state = 1976; + this.state = 2000; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 261, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 266, this.context) ) { case 1: localContext = new ComparisonContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 1915; + this.state = 1939; this.comparisonOperator(); - this.state = 1916; + this.state = 1940; (localContext as ComparisonContext)._right = this.valueExpression(0); } break; @@ -7588,15 +7606,15 @@ export class TrinoParser extends antlr.Parser { localContext = new QuantifiedComparisonContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 1918; + this.state = 1942; this.comparisonOperator(); - this.state = 1919; + this.state = 1943; this.comparisonQuantifier(); - this.state = 1920; + this.state = 1944; this.match(TrinoParser.LPAREN_); - this.state = 1921; + this.state = 1945; this.query(); - this.state = 1922; + this.state = 1946; this.match(TrinoParser.RPAREN_); } break; @@ -7604,23 +7622,23 @@ export class TrinoParser extends antlr.Parser { localContext = new BetweenContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 1925; + this.state = 1949; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 165) { { - this.state = 1924; + this.state = 1948; this.match(TrinoParser.NOT_); } } - this.state = 1927; + this.state = 1951; this.match(TrinoParser.BETWEEN_); - this.state = 1928; + this.state = 1952; (localContext as BetweenContext)._lower = this.valueExpression(0); - this.state = 1929; + this.state = 1953; this.match(TrinoParser.AND_); - this.state = 1930; + this.state = 1954; (localContext as BetweenContext)._upper = this.valueExpression(0); } break; @@ -7628,39 +7646,39 @@ export class TrinoParser extends antlr.Parser { localContext = new InListContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 1933; + this.state = 1957; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 165) { { - this.state = 1932; + this.state = 1956; this.match(TrinoParser.NOT_); } } - this.state = 1935; + this.state = 1959; this.match(TrinoParser.IN_); - this.state = 1936; + this.state = 1960; this.match(TrinoParser.LPAREN_); - this.state = 1937; + this.state = 1961; this.expression(); - this.state = 1942; + this.state = 1966; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 1938; + this.state = 1962; this.match(TrinoParser.COMMA_); - this.state = 1939; + this.state = 1963; this.expression(); } } - this.state = 1944; + this.state = 1968; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1945; + this.state = 1969; this.match(TrinoParser.RPAREN_); } break; @@ -7668,23 +7686,23 @@ export class TrinoParser extends antlr.Parser { localContext = new InSubqueryContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 1948; + this.state = 1972; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 165) { { - this.state = 1947; + this.state = 1971; this.match(TrinoParser.NOT_); } } - this.state = 1950; + this.state = 1974; this.match(TrinoParser.IN_); - this.state = 1951; + this.state = 1975; this.match(TrinoParser.LPAREN_); - this.state = 1952; + this.state = 1976; this.query(); - this.state = 1953; + this.state = 1977; this.match(TrinoParser.RPAREN_); } break; @@ -7692,28 +7710,28 @@ export class TrinoParser extends antlr.Parser { localContext = new LikeContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 1956; + this.state = 1980; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 165) { { - this.state = 1955; + this.state = 1979; this.match(TrinoParser.NOT_); } } - this.state = 1958; + this.state = 1982; this.match(TrinoParser.LIKE_); - this.state = 1959; + this.state = 1983; (localContext as LikeContext)._pattern = this.valueExpression(0); - this.state = 1962; + this.state = 1986; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 258, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 263, this.context) ) { case 1: { - this.state = 1960; + this.state = 1984; this.match(TrinoParser.ESCAPE_); - this.state = 1961; + this.state = 1985; (localContext as LikeContext)._escape = this.valueExpression(0); } break; @@ -7724,19 +7742,19 @@ export class TrinoParser extends antlr.Parser { localContext = new NullPredicateContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 1964; + this.state = 1988; this.match(TrinoParser.IS_); - this.state = 1966; + this.state = 1990; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 165) { { - this.state = 1965; + this.state = 1989; this.match(TrinoParser.NOT_); } } - this.state = 1968; + this.state = 1992; this.match(TrinoParser.NULL_); } break; @@ -7744,23 +7762,23 @@ export class TrinoParser extends antlr.Parser { localContext = new DistinctFromContext(localContext); this.enterOuterAlt(localContext, 8); { - this.state = 1969; + this.state = 1993; this.match(TrinoParser.IS_); - this.state = 1971; + this.state = 1995; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 165) { { - this.state = 1970; + this.state = 1994; this.match(TrinoParser.NOT_); } } - this.state = 1973; + this.state = 1997; this.match(TrinoParser.DISTINCT_); - this.state = 1974; + this.state = 1998; this.match(TrinoParser.FROM_); - this.state = 1975; + this.state = 1999; (localContext as DistinctFromContext)._right = this.valueExpression(0); } break; @@ -7791,23 +7809,23 @@ export class TrinoParser extends antlr.Parser { let parentState = this.state; let localContext = new ValueExpressionContext(this.context, parentState); let previousContext = localContext; - let _startState = 114; - this.enterRecursionRule(localContext, 114, TrinoParser.RULE_valueExpression, _p); + let _startState = 112; + this.enterRecursionRule(localContext, 112, TrinoParser.RULE_valueExpression, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1982; + this.state = 2006; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 262, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 267, this.context) ) { case 1: { localContext = new ValueExpressionDefaultContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1979; + this.state = 2003; this.primaryExpression(0); } break; @@ -7816,7 +7834,7 @@ export class TrinoParser extends antlr.Parser { localContext = new ArithmeticUnaryContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1980; + this.state = 2004; (localContext as ArithmeticUnaryContext)._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 302 || _la === 303)) { @@ -7826,15 +7844,15 @@ export class TrinoParser extends antlr.Parser { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1981; + this.state = 2005; this.valueExpression(4); } break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 1998; + this.state = 2022; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 264, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 269, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this.parseListeners != null) { @@ -7842,19 +7860,19 @@ export class TrinoParser extends antlr.Parser { } previousContext = localContext; { - this.state = 1996; + this.state = 2020; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 263, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 268, this.context) ) { case 1: { localContext = new ArithmeticBinaryContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ArithmeticBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, TrinoParser.RULE_valueExpression); - this.state = 1984; + this.state = 2008; if (!(this.precpred(this.context, 3))) { throw this.createFailedPredicateException("this.precpred(this.context, 3)"); } - this.state = 1985; + this.state = 2009; (localContext as ArithmeticBinaryContext)._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 304)) & ~0x1F) === 0 && ((1 << (_la - 304)) & 7) !== 0))) { @@ -7864,7 +7882,7 @@ export class TrinoParser extends antlr.Parser { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1986; + this.state = 2010; (localContext as ArithmeticBinaryContext)._right = this.valueExpression(4); } break; @@ -7873,11 +7891,11 @@ export class TrinoParser extends antlr.Parser { localContext = new ArithmeticBinaryContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ArithmeticBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, TrinoParser.RULE_valueExpression); - this.state = 1987; + this.state = 2011; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 1988; + this.state = 2012; (localContext as ArithmeticBinaryContext)._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 302 || _la === 303)) { @@ -7887,7 +7905,7 @@ export class TrinoParser extends antlr.Parser { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1989; + this.state = 2013; (localContext as ArithmeticBinaryContext)._right = this.valueExpression(3); } break; @@ -7896,13 +7914,13 @@ export class TrinoParser extends antlr.Parser { localContext = new ConcatenationContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ConcatenationContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, TrinoParser.RULE_valueExpression); - this.state = 1990; + this.state = 2014; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 1991; + this.state = 2015; this.match(TrinoParser.CONCAT_); - this.state = 1992; + this.state = 2016; (localContext as ConcatenationContext)._right = this.valueExpression(2); } break; @@ -7910,22 +7928,22 @@ export class TrinoParser extends antlr.Parser { { localContext = new AtTimeZoneContext(new ValueExpressionContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, TrinoParser.RULE_valueExpression); - this.state = 1993; + this.state = 2017; if (!(this.precpred(this.context, 5))) { throw this.createFailedPredicateException("this.precpred(this.context, 5)"); } - this.state = 1994; + this.state = 2018; this.match(TrinoParser.AT_); - this.state = 1995; + this.state = 2019; this.timeZoneSpecifier(); } break; } } } - this.state = 2000; + this.state = 2024; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 264, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 269, this.context); } } } @@ -7954,23 +7972,23 @@ export class TrinoParser extends antlr.Parser { let parentState = this.state; let localContext = new PrimaryExpressionContext(this.context, parentState); let previousContext = localContext; - let _startState = 116; - this.enterRecursionRule(localContext, 116, TrinoParser.RULE_primaryExpression, _p); + let _startState = 114; + this.enterRecursionRule(localContext, 114, TrinoParser.RULE_primaryExpression, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2454; + this.state = 2478; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 328, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 333, this.context) ) { case 1: { localContext = new NullLiteralContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2002; + this.state = 2026; this.match(TrinoParser.NULL_); } break; @@ -7979,7 +7997,7 @@ export class TrinoParser extends antlr.Parser { localContext = new IntervalLiteralContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2003; + this.state = 2027; this.interval(); } break; @@ -7988,9 +8006,9 @@ export class TrinoParser extends antlr.Parser { localContext = new TypeConstructorContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2004; + this.state = 2028; this.identifier(); - this.state = 2005; + this.state = 2029; this.string_(); } break; @@ -7999,11 +8017,11 @@ export class TrinoParser extends antlr.Parser { localContext = new TypeConstructorContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2007; + this.state = 2031; this.match(TrinoParser.DOUBLE_); - this.state = 2008; + this.state = 2032; this.match(TrinoParser.PRECISION_); - this.state = 2009; + this.state = 2033; this.string_(); } break; @@ -8012,7 +8030,7 @@ export class TrinoParser extends antlr.Parser { localContext = new NumericLiteralContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2010; + this.state = 2034; this.number_(); } break; @@ -8021,7 +8039,7 @@ export class TrinoParser extends antlr.Parser { localContext = new BooleanLiteralContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2011; + this.state = 2035; this.booleanValue(); } break; @@ -8030,7 +8048,7 @@ export class TrinoParser extends antlr.Parser { localContext = new StringLiteralContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2012; + this.state = 2036; this.string_(); } break; @@ -8039,7 +8057,7 @@ export class TrinoParser extends antlr.Parser { localContext = new BinaryLiteralContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2013; + this.state = 2037; this.match(TrinoParser.BINARY_LITERAL_); } break; @@ -8048,7 +8066,7 @@ export class TrinoParser extends antlr.Parser { localContext = new ParameterContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2014; + this.state = 2038; this.match(TrinoParser.QUESTION_MARK_); } break; @@ -8057,17 +8075,17 @@ export class TrinoParser extends antlr.Parser { localContext = new PositionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2015; + this.state = 2039; this.match(TrinoParser.POSITION_); - this.state = 2016; + this.state = 2040; this.match(TrinoParser.LPAREN_); - this.state = 2017; + this.state = 2041; this.valueExpression(0); - this.state = 2018; + this.state = 2042; this.match(TrinoParser.IN_); - this.state = 2019; + this.state = 2043; this.valueExpression(0); - this.state = 2020; + this.state = 2044; this.match(TrinoParser.RPAREN_); } break; @@ -8076,27 +8094,27 @@ export class TrinoParser extends antlr.Parser { localContext = new RowConstructorContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2022; + this.state = 2046; this.match(TrinoParser.LPAREN_); - this.state = 2023; + this.state = 2047; this.expression(); - this.state = 2026; + this.state = 2050; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 2024; + this.state = 2048; this.match(TrinoParser.COMMA_); - this.state = 2025; + this.state = 2049; this.expression(); } } - this.state = 2028; + this.state = 2052; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 312); - this.state = 2030; + this.state = 2054; this.match(TrinoParser.RPAREN_); } break; @@ -8105,29 +8123,29 @@ export class TrinoParser extends antlr.Parser { localContext = new RowConstructorContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2032; + this.state = 2056; this.match(TrinoParser.ROW_); - this.state = 2033; + this.state = 2057; this.match(TrinoParser.LPAREN_); - this.state = 2034; + this.state = 2058; this.expression(); - this.state = 2039; + this.state = 2063; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 2035; + this.state = 2059; this.match(TrinoParser.COMMA_); - this.state = 2036; + this.state = 2060; this.expression(); } } - this.state = 2041; + this.state = 2065; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2042; + this.state = 2066; this.match(TrinoParser.RPAREN_); } break; @@ -8136,88 +8154,88 @@ export class TrinoParser extends antlr.Parser { localContext = new ListaggContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2044; + this.state = 2068; (localContext as ListaggContext)._name = this.match(TrinoParser.LISTAGG_); - this.state = 2045; + this.state = 2069; this.match(TrinoParser.LPAREN_); - this.state = 2047; + this.state = 2071; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 267, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 272, this.context) ) { case 1: { - this.state = 2046; + this.state = 2070; this.setQuantifier(); } break; } - this.state = 2049; + this.state = 2073; this.expression(); - this.state = 2052; + this.state = 2076; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 312) { { - this.state = 2050; + this.state = 2074; this.match(TrinoParser.COMMA_); - this.state = 2051; + this.state = 2075; this.string_(); } } - this.state = 2057; + this.state = 2081; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 173) { { - this.state = 2054; + this.state = 2078; this.match(TrinoParser.ON_); - this.state = 2055; + this.state = 2079; this.match(TrinoParser.OVERFLOW_); - this.state = 2056; + this.state = 2080; this.listAggOverflowBehavior(); } } - this.state = 2059; + this.state = 2083; this.match(TrinoParser.RPAREN_); { - this.state = 2060; + this.state = 2084; this.match(TrinoParser.WITHIN_); - this.state = 2061; + this.state = 2085; this.match(TrinoParser.GROUP_); - this.state = 2062; + this.state = 2086; this.match(TrinoParser.LPAREN_); - this.state = 2063; + this.state = 2087; this.match(TrinoParser.ORDER_); - this.state = 2064; + this.state = 2088; this.match(TrinoParser.BY_); - this.state = 2065; + this.state = 2089; this.sortItem(); - this.state = 2070; + this.state = 2094; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 2066; + this.state = 2090; this.match(TrinoParser.COMMA_); - this.state = 2067; + this.state = 2091; this.sortItem(); } } - this.state = 2072; + this.state = 2096; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2073; + this.state = 2097; this.match(TrinoParser.RPAREN_); } - this.state = 2076; + this.state = 2100; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 271, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 276, this.context) ) { case 1: { - this.state = 2075; + this.state = 2099; this.filter(); } break; @@ -8229,52 +8247,52 @@ export class TrinoParser extends antlr.Parser { localContext = new FunctionCallContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2079; + this.state = 2103; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 272, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 277, this.context) ) { case 1: { - this.state = 2078; + this.state = 2102; this.processingMode(); } break; } - this.state = 2081; + this.state = 2105; this.qualifiedName(); - this.state = 2082; + this.state = 2106; this.match(TrinoParser.LPAREN_); - this.state = 2086; + this.state = 2110; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 1)) & ~0x1F) === 0 && ((1 << (_la - 1)) & 4282055519) !== 0) || ((((_la - 34)) & ~0x1F) === 0 && ((1 << (_la - 34)) & 3988635683) !== 0) || ((((_la - 68)) & ~0x1F) === 0 && ((1 << (_la - 68)) & 2680939671) !== 0) || ((((_la - 101)) & ~0x1F) === 0 && ((1 << (_la - 101)) & 4228606319) !== 0) || ((((_la - 133)) & ~0x1F) === 0 && ((1 << (_la - 133)) & 2143288491) !== 0) || ((((_la - 167)) & ~0x1F) === 0 && ((1 << (_la - 167)) & 3221214143) !== 0) || ((((_la - 199)) & ~0x1F) === 0 && ((1 << (_la - 199)) & 4290510815) !== 0) || ((((_la - 232)) & ~0x1F) === 0 && ((1 << (_la - 232)) & 3707629535) !== 0) || ((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 4274977757) !== 0) || ((((_la - 333)) & ~0x1F) === 0 && ((1 << (_la - 333)) & 15) !== 0)) { { - this.state = 2083; + this.state = 2107; (localContext as FunctionCallContext)._label = this.identifier(); - this.state = 2084; + this.state = 2108; this.match(TrinoParser.DOT_); } } - this.state = 2088; + this.state = 2112; this.match(TrinoParser.ASTERISK_); - this.state = 2089; + this.state = 2113; this.match(TrinoParser.RPAREN_); - this.state = 2091; + this.state = 2115; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 274, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 279, this.context) ) { case 1: { - this.state = 2090; + this.state = 2114; this.filter(); } break; } - this.state = 2094; + this.state = 2118; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 275, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 280, this.context) ) { case 1: { - this.state = 2093; + this.state = 2117; this.over(); } break; @@ -8286,114 +8304,114 @@ export class TrinoParser extends antlr.Parser { localContext = new FunctionCallContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2097; + this.state = 2121; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 276, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 281, this.context) ) { case 1: { - this.state = 2096; + this.state = 2120; this.processingMode(); } break; } - this.state = 2099; + this.state = 2123; this.qualifiedName(); - this.state = 2100; + this.state = 2124; this.match(TrinoParser.LPAREN_); - this.state = 2112; + this.state = 2136; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 4294309566) !== 0) || ((((_la - 32)) & ~0x1F) === 0 && ((1 << (_la - 32)) & 4143445901) !== 0) || ((((_la - 64)) & ~0x1F) === 0 && ((1 << (_la - 64)) & 4240435571) !== 0) || ((((_la - 96)) & ~0x1F) === 0 && ((1 << (_la - 96)) & 3748474349) !== 0) || ((((_la - 128)) & ~0x1F) === 0 && ((1 << (_la - 128)) & 4160748927) !== 0) || ((((_la - 160)) & ~0x1F) === 0 && ((1 << (_la - 160)) & 4293517311) !== 0) || ((((_la - 192)) & ~0x1F) === 0 && ((1 << (_la - 192)) & 3724537823) !== 0) || ((((_la - 224)) & ~0x1F) === 0 && ((1 << (_la - 224)) & 4260355967) !== 0) || ((((_la - 256)) & ~0x1F) === 0 && ((1 << (_la - 256)) & 3472612831) !== 0) || ((((_la - 289)) & ~0x1F) === 0 && ((1 << (_la - 289)) & 17326207) !== 0) || ((((_la - 327)) & ~0x1F) === 0 && ((1 << (_la - 327)) & 1023) !== 0)) { { - this.state = 2102; + this.state = 2126; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 277, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 282, this.context) ) { case 1: { - this.state = 2101; + this.state = 2125; this.setQuantifier(); } break; } - this.state = 2104; + this.state = 2128; this.expression(); - this.state = 2109; + this.state = 2133; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 2105; + this.state = 2129; this.match(TrinoParser.COMMA_); - this.state = 2106; + this.state = 2130; this.expression(); } } - this.state = 2111; + this.state = 2135; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 2124; + this.state = 2148; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 178) { { - this.state = 2114; + this.state = 2138; this.match(TrinoParser.ORDER_); - this.state = 2115; + this.state = 2139; this.match(TrinoParser.BY_); - this.state = 2116; + this.state = 2140; this.sortItem(); - this.state = 2121; + this.state = 2145; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 2117; + this.state = 2141; this.match(TrinoParser.COMMA_); - this.state = 2118; + this.state = 2142; this.sortItem(); } } - this.state = 2123; + this.state = 2147; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 2126; + this.state = 2150; this.match(TrinoParser.RPAREN_); - this.state = 2128; + this.state = 2152; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 282, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 287, this.context) ) { case 1: { - this.state = 2127; + this.state = 2151; this.filter(); } break; } - this.state = 2134; + this.state = 2158; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 284, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 289, this.context) ) { case 1: { - this.state = 2131; + this.state = 2155; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103 || _la === 211) { { - this.state = 2130; + this.state = 2154; this.nullTreatment(); } } - this.state = 2133; + this.state = 2157; this.over(); } break; @@ -8405,9 +8423,9 @@ export class TrinoParser extends antlr.Parser { localContext = new MeasureContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2136; + this.state = 2160; this.identifier(); - this.state = 2137; + this.state = 2161; this.over(); } break; @@ -8416,11 +8434,11 @@ export class TrinoParser extends antlr.Parser { localContext = new LambdaContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2139; + this.state = 2163; this.identifier(); - this.state = 2140; + this.state = 2164; this.match(TrinoParser.RARROW_); - this.state = 2141; + this.state = 2165; this.expression(); } break; @@ -8429,39 +8447,39 @@ export class TrinoParser extends antlr.Parser { localContext = new LambdaContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2143; + this.state = 2167; this.match(TrinoParser.LPAREN_); - this.state = 2152; + this.state = 2176; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 1)) & ~0x1F) === 0 && ((1 << (_la - 1)) & 4282055519) !== 0) || ((((_la - 34)) & ~0x1F) === 0 && ((1 << (_la - 34)) & 3988635683) !== 0) || ((((_la - 68)) & ~0x1F) === 0 && ((1 << (_la - 68)) & 2680939671) !== 0) || ((((_la - 101)) & ~0x1F) === 0 && ((1 << (_la - 101)) & 4228606319) !== 0) || ((((_la - 133)) & ~0x1F) === 0 && ((1 << (_la - 133)) & 2143288491) !== 0) || ((((_la - 167)) & ~0x1F) === 0 && ((1 << (_la - 167)) & 3221214143) !== 0) || ((((_la - 199)) & ~0x1F) === 0 && ((1 << (_la - 199)) & 4290510815) !== 0) || ((((_la - 232)) & ~0x1F) === 0 && ((1 << (_la - 232)) & 3707629535) !== 0) || ((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 4274977757) !== 0) || ((((_la - 333)) & ~0x1F) === 0 && ((1 << (_la - 333)) & 15) !== 0)) { { - this.state = 2144; + this.state = 2168; this.identifier(); - this.state = 2149; + this.state = 2173; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 2145; + this.state = 2169; this.match(TrinoParser.COMMA_); - this.state = 2146; + this.state = 2170; this.identifier(); } } - this.state = 2151; + this.state = 2175; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 2154; + this.state = 2178; this.match(TrinoParser.RPAREN_); - this.state = 2155; + this.state = 2179; this.match(TrinoParser.RARROW_); - this.state = 2156; + this.state = 2180; this.expression(); } break; @@ -8470,11 +8488,11 @@ export class TrinoParser extends antlr.Parser { localContext = new SubqueryExpressionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2157; + this.state = 2181; this.match(TrinoParser.LPAREN_); - this.state = 2158; + this.state = 2182; this.query(); - this.state = 2159; + this.state = 2183; this.match(TrinoParser.RPAREN_); } break; @@ -8483,13 +8501,13 @@ export class TrinoParser extends antlr.Parser { localContext = new ExistsContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2161; + this.state = 2185; this.match(TrinoParser.EXISTS_); - this.state = 2162; + this.state = 2186; this.match(TrinoParser.LPAREN_); - this.state = 2163; + this.state = 2187; this.query(); - this.state = 2164; + this.state = 2188; this.match(TrinoParser.RPAREN_); } break; @@ -8498,37 +8516,37 @@ export class TrinoParser extends antlr.Parser { localContext = new SimpleCaseContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2166; + this.state = 2190; this.match(TrinoParser.CASE_); - this.state = 2167; + this.state = 2191; (localContext as SimpleCaseContext)._operand = this.expression(); - this.state = 2169; + this.state = 2193; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 2168; + this.state = 2192; this.whenClause(); } } - this.state = 2171; + this.state = 2195; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 284); - this.state = 2175; + this.state = 2199; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 67) { { - this.state = 2173; + this.state = 2197; this.match(TrinoParser.ELSE_); - this.state = 2174; + this.state = 2198; (localContext as SimpleCaseContext)._elseExpression = this.expression(); } } - this.state = 2177; + this.state = 2201; this.match(TrinoParser.END_); } break; @@ -8537,35 +8555,35 @@ export class TrinoParser extends antlr.Parser { localContext = new SearchedCaseContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2179; + this.state = 2203; this.match(TrinoParser.CASE_); - this.state = 2181; + this.state = 2205; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 2180; + this.state = 2204; this.whenClause(); } } - this.state = 2183; + this.state = 2207; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 284); - this.state = 2187; + this.state = 2211; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 67) { { - this.state = 2185; + this.state = 2209; this.match(TrinoParser.ELSE_); - this.state = 2186; + this.state = 2210; (localContext as SearchedCaseContext)._elseExpression = this.expression(); } } - this.state = 2189; + this.state = 2213; this.match(TrinoParser.END_); } break; @@ -8574,17 +8592,17 @@ export class TrinoParser extends antlr.Parser { localContext = new CastContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2191; + this.state = 2215; this.match(TrinoParser.CAST_); - this.state = 2192; + this.state = 2216; this.match(TrinoParser.LPAREN_); - this.state = 2193; + this.state = 2217; this.expression(); - this.state = 2194; + this.state = 2218; this.match(TrinoParser.AS_); - this.state = 2195; + this.state = 2219; this.type_(0); - this.state = 2196; + this.state = 2220; this.match(TrinoParser.RPAREN_); } break; @@ -8593,17 +8611,17 @@ export class TrinoParser extends antlr.Parser { localContext = new CastContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2198; + this.state = 2222; this.match(TrinoParser.TRY_CAST_); - this.state = 2199; + this.state = 2223; this.match(TrinoParser.LPAREN_); - this.state = 2200; + this.state = 2224; this.expression(); - this.state = 2201; + this.state = 2225; this.match(TrinoParser.AS_); - this.state = 2202; + this.state = 2226; this.type_(0); - this.state = 2203; + this.state = 2227; this.match(TrinoParser.RPAREN_); } break; @@ -8612,37 +8630,37 @@ export class TrinoParser extends antlr.Parser { localContext = new ArrayConstructorContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2205; + this.state = 2229; this.match(TrinoParser.ARRAY_); - this.state = 2206; + this.state = 2230; this.match(TrinoParser.LSQUARE_); - this.state = 2215; + this.state = 2239; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 4294309566) !== 0) || ((((_la - 32)) & ~0x1F) === 0 && ((1 << (_la - 32)) & 3069704077) !== 0) || ((((_la - 64)) & ~0x1F) === 0 && ((1 << (_la - 64)) & 4240435571) !== 0) || ((((_la - 96)) & ~0x1F) === 0 && ((1 << (_la - 96)) & 3748474349) !== 0) || ((((_la - 128)) & ~0x1F) === 0 && ((1 << (_la - 128)) & 4160748927) !== 0) || ((((_la - 160)) & ~0x1F) === 0 && ((1 << (_la - 160)) & 4293517311) !== 0) || ((((_la - 192)) & ~0x1F) === 0 && ((1 << (_la - 192)) & 3724537823) !== 0) || ((((_la - 224)) & ~0x1F) === 0 && ((1 << (_la - 224)) & 4260355967) !== 0) || ((((_la - 256)) & ~0x1F) === 0 && ((1 << (_la - 256)) & 3472612831) !== 0) || ((((_la - 289)) & ~0x1F) === 0 && ((1 << (_la - 289)) & 17326207) !== 0) || ((((_la - 327)) & ~0x1F) === 0 && ((1 << (_la - 327)) & 1023) !== 0)) { { - this.state = 2207; + this.state = 2231; this.expression(); - this.state = 2212; + this.state = 2236; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 2208; + this.state = 2232; this.match(TrinoParser.COMMA_); - this.state = 2209; + this.state = 2233; this.expression(); } } - this.state = 2214; + this.state = 2238; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 2217; + this.state = 2241; this.match(TrinoParser.RSQUARE_); } break; @@ -8651,7 +8669,7 @@ export class TrinoParser extends antlr.Parser { localContext = new ColumnReferenceContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2218; + this.state = 2242; this.identifier(); } break; @@ -8660,7 +8678,7 @@ export class TrinoParser extends antlr.Parser { localContext = new SpecialDateTimeFunctionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2219; + this.state = 2243; (localContext as SpecialDateTimeFunctionContext)._name = this.match(TrinoParser.CURRENT_DATE_); } break; @@ -8669,18 +8687,18 @@ export class TrinoParser extends antlr.Parser { localContext = new SpecialDateTimeFunctionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2220; + this.state = 2244; (localContext as SpecialDateTimeFunctionContext)._name = this.match(TrinoParser.CURRENT_TIME_); - this.state = 2224; + this.state = 2248; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 293, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 298, this.context) ) { case 1: { - this.state = 2221; + this.state = 2245; this.match(TrinoParser.LPAREN_); - this.state = 2222; + this.state = 2246; (localContext as SpecialDateTimeFunctionContext)._precision = this.match(TrinoParser.INTEGER_VALUE_); - this.state = 2223; + this.state = 2247; this.match(TrinoParser.RPAREN_); } break; @@ -8692,18 +8710,18 @@ export class TrinoParser extends antlr.Parser { localContext = new SpecialDateTimeFunctionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2226; + this.state = 2250; (localContext as SpecialDateTimeFunctionContext)._name = this.match(TrinoParser.CURRENT_TIMESTAMP_); - this.state = 2230; + this.state = 2254; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 294, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 299, this.context) ) { case 1: { - this.state = 2227; + this.state = 2251; this.match(TrinoParser.LPAREN_); - this.state = 2228; + this.state = 2252; (localContext as SpecialDateTimeFunctionContext)._precision = this.match(TrinoParser.INTEGER_VALUE_); - this.state = 2229; + this.state = 2253; this.match(TrinoParser.RPAREN_); } break; @@ -8715,18 +8733,18 @@ export class TrinoParser extends antlr.Parser { localContext = new SpecialDateTimeFunctionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2232; + this.state = 2256; (localContext as SpecialDateTimeFunctionContext)._name = this.match(TrinoParser.LOCALTIME_); - this.state = 2236; + this.state = 2260; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 295, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 300, this.context) ) { case 1: { - this.state = 2233; + this.state = 2257; this.match(TrinoParser.LPAREN_); - this.state = 2234; + this.state = 2258; (localContext as SpecialDateTimeFunctionContext)._precision = this.match(TrinoParser.INTEGER_VALUE_); - this.state = 2235; + this.state = 2259; this.match(TrinoParser.RPAREN_); } break; @@ -8738,18 +8756,18 @@ export class TrinoParser extends antlr.Parser { localContext = new SpecialDateTimeFunctionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2238; + this.state = 2262; (localContext as SpecialDateTimeFunctionContext)._name = this.match(TrinoParser.LOCALTIMESTAMP_); - this.state = 2242; + this.state = 2266; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 296, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 301, this.context) ) { case 1: { - this.state = 2239; + this.state = 2263; this.match(TrinoParser.LPAREN_); - this.state = 2240; + this.state = 2264; (localContext as SpecialDateTimeFunctionContext)._precision = this.match(TrinoParser.INTEGER_VALUE_); - this.state = 2241; + this.state = 2265; this.match(TrinoParser.RPAREN_); } break; @@ -8761,7 +8779,7 @@ export class TrinoParser extends antlr.Parser { localContext = new CurrentUserContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2244; + this.state = 2268; (localContext as CurrentUserContext)._name = this.match(TrinoParser.CURRENT_USER_); } break; @@ -8770,7 +8788,7 @@ export class TrinoParser extends antlr.Parser { localContext = new CurrentCatalogContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2245; + this.state = 2269; (localContext as CurrentCatalogContext)._name = this.match(TrinoParser.CURRENT_CATALOG_); } break; @@ -8779,7 +8797,7 @@ export class TrinoParser extends antlr.Parser { localContext = new CurrentSchemaContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2246; + this.state = 2270; (localContext as CurrentSchemaContext)._name = this.match(TrinoParser.CURRENT_SCHEMA_); } break; @@ -8788,7 +8806,7 @@ export class TrinoParser extends antlr.Parser { localContext = new CurrentPathContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2247; + this.state = 2271; (localContext as CurrentPathContext)._name = this.match(TrinoParser.CURRENT_PATH_); } break; @@ -8797,43 +8815,43 @@ export class TrinoParser extends antlr.Parser { localContext = new TrimContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2248; + this.state = 2272; this.match(TrinoParser.TRIM_); - this.state = 2249; + this.state = 2273; this.match(TrinoParser.LPAREN_); - this.state = 2257; + this.state = 2281; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 299, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 304, this.context) ) { case 1: { - this.state = 2251; + this.state = 2275; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 297, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 302, this.context) ) { case 1: { - this.state = 2250; + this.state = 2274; this.trimsSpecification(); } break; } - this.state = 2254; + this.state = 2278; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 4294309566) !== 0) || ((((_la - 32)) & ~0x1F) === 0 && ((1 << (_la - 32)) & 3069704077) !== 0) || ((((_la - 64)) & ~0x1F) === 0 && ((1 << (_la - 64)) & 4240435571) !== 0) || ((((_la - 96)) & ~0x1F) === 0 && ((1 << (_la - 96)) & 3748474349) !== 0) || ((((_la - 128)) & ~0x1F) === 0 && ((1 << (_la - 128)) & 4160748927) !== 0) || ((((_la - 160)) & ~0x1F) === 0 && ((1 << (_la - 160)) & 4293517279) !== 0) || ((((_la - 192)) & ~0x1F) === 0 && ((1 << (_la - 192)) & 3724537823) !== 0) || ((((_la - 224)) & ~0x1F) === 0 && ((1 << (_la - 224)) & 4260355967) !== 0) || ((((_la - 256)) & ~0x1F) === 0 && ((1 << (_la - 256)) & 3472612831) !== 0) || ((((_la - 289)) & ~0x1F) === 0 && ((1 << (_la - 289)) & 17326207) !== 0) || ((((_la - 327)) & ~0x1F) === 0 && ((1 << (_la - 327)) & 1023) !== 0)) { { - this.state = 2253; + this.state = 2277; (localContext as TrimContext)._trimChar = this.valueExpression(0); } } - this.state = 2256; + this.state = 2280; this.match(TrinoParser.FROM_); } break; } - this.state = 2259; + this.state = 2283; (localContext as TrimContext)._trimSource = this.valueExpression(0); - this.state = 2260; + this.state = 2284; this.match(TrinoParser.RPAREN_); } break; @@ -8842,17 +8860,17 @@ export class TrinoParser extends antlr.Parser { localContext = new TrimContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2262; + this.state = 2286; this.match(TrinoParser.TRIM_); - this.state = 2263; + this.state = 2287; this.match(TrinoParser.LPAREN_); - this.state = 2264; + this.state = 2288; (localContext as TrimContext)._trimSource = this.valueExpression(0); - this.state = 2265; + this.state = 2289; this.match(TrinoParser.COMMA_); - this.state = 2266; + this.state = 2290; (localContext as TrimContext)._trimChar = this.valueExpression(0); - this.state = 2267; + this.state = 2291; this.match(TrinoParser.RPAREN_); } break; @@ -8861,29 +8879,29 @@ export class TrinoParser extends antlr.Parser { localContext = new SubstringContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2269; + this.state = 2293; this.match(TrinoParser.SUBSTRING_); - this.state = 2270; + this.state = 2294; this.match(TrinoParser.LPAREN_); - this.state = 2271; + this.state = 2295; this.valueExpression(0); - this.state = 2272; + this.state = 2296; this.match(TrinoParser.FROM_); - this.state = 2273; + this.state = 2297; this.valueExpression(0); - this.state = 2276; + this.state = 2300; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 86) { { - this.state = 2274; + this.state = 2298; this.match(TrinoParser.FOR_); - this.state = 2275; + this.state = 2299; this.valueExpression(0); } } - this.state = 2278; + this.state = 2302; this.match(TrinoParser.RPAREN_); } break; @@ -8892,25 +8910,25 @@ export class TrinoParser extends antlr.Parser { localContext = new NormalizeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2280; + this.state = 2304; this.match(TrinoParser.NORMALIZE_); - this.state = 2281; + this.state = 2305; this.match(TrinoParser.LPAREN_); - this.state = 2282; + this.state = 2306; this.valueExpression(0); - this.state = 2285; + this.state = 2309; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 312) { { - this.state = 2283; + this.state = 2307; this.match(TrinoParser.COMMA_); - this.state = 2284; + this.state = 2308; this.normalForm(); } } - this.state = 2287; + this.state = 2311; this.match(TrinoParser.RPAREN_); } break; @@ -8919,17 +8937,17 @@ export class TrinoParser extends antlr.Parser { localContext = new ExtractContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2289; + this.state = 2313; this.match(TrinoParser.EXTRACT_); - this.state = 2290; + this.state = 2314; this.match(TrinoParser.LPAREN_); - this.state = 2291; + this.state = 2315; this.identifier(); - this.state = 2292; + this.state = 2316; this.match(TrinoParser.FROM_); - this.state = 2293; + this.state = 2317; this.valueExpression(0); - this.state = 2294; + this.state = 2318; this.match(TrinoParser.RPAREN_); } break; @@ -8938,11 +8956,11 @@ export class TrinoParser extends antlr.Parser { localContext = new ParenthesizedExpressionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2296; + this.state = 2320; this.match(TrinoParser.LPAREN_); - this.state = 2297; + this.state = 2321; this.expression(); - this.state = 2298; + this.state = 2322; this.match(TrinoParser.RPAREN_); } break; @@ -8951,37 +8969,37 @@ export class TrinoParser extends antlr.Parser { localContext = new GroupingOperationContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2300; + this.state = 2324; this.match(TrinoParser.GROUPING_); - this.state = 2301; + this.state = 2325; this.match(TrinoParser.LPAREN_); - this.state = 2310; + this.state = 2334; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 1)) & ~0x1F) === 0 && ((1 << (_la - 1)) & 4282055519) !== 0) || ((((_la - 34)) & ~0x1F) === 0 && ((1 << (_la - 34)) & 3988635683) !== 0) || ((((_la - 68)) & ~0x1F) === 0 && ((1 << (_la - 68)) & 2680939671) !== 0) || ((((_la - 101)) & ~0x1F) === 0 && ((1 << (_la - 101)) & 4228606319) !== 0) || ((((_la - 133)) & ~0x1F) === 0 && ((1 << (_la - 133)) & 2143288491) !== 0) || ((((_la - 167)) & ~0x1F) === 0 && ((1 << (_la - 167)) & 3221214143) !== 0) || ((((_la - 199)) & ~0x1F) === 0 && ((1 << (_la - 199)) & 4290510815) !== 0) || ((((_la - 232)) & ~0x1F) === 0 && ((1 << (_la - 232)) & 3707629535) !== 0) || ((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 4274977757) !== 0) || ((((_la - 333)) & ~0x1F) === 0 && ((1 << (_la - 333)) & 15) !== 0)) { { - this.state = 2302; + this.state = 2326; this.qualifiedName(); - this.state = 2307; + this.state = 2331; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 2303; + this.state = 2327; this.match(TrinoParser.COMMA_); - this.state = 2304; + this.state = 2328; this.qualifiedName(); } } - this.state = 2309; + this.state = 2333; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 2312; + this.state = 2336; this.match(TrinoParser.RPAREN_); } break; @@ -8990,27 +9008,27 @@ export class TrinoParser extends antlr.Parser { localContext = new JsonExistsContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2313; + this.state = 2337; this.match(TrinoParser.JSON_EXISTS_); - this.state = 2314; + this.state = 2338; this.match(TrinoParser.LPAREN_); - this.state = 2315; + this.state = 2339; this.jsonPathInvocation(); - this.state = 2320; + this.state = 2344; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 72 || _la === 80 || _la === 257 || _la === 267) { { - this.state = 2316; + this.state = 2340; this.jsonExistsErrorBehavior(); - this.state = 2317; + this.state = 2341; this.match(TrinoParser.ON_); - this.state = 2318; + this.state = 2342; this.match(TrinoParser.ERROR_); } } - this.state = 2322; + this.state = 2346; this.match(TrinoParser.RPAREN_); } break; @@ -9019,53 +9037,53 @@ export class TrinoParser extends antlr.Parser { localContext = new JsonValueContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2324; + this.state = 2348; this.match(TrinoParser.JSON_VALUE_); - this.state = 2325; + this.state = 2349; this.match(TrinoParser.LPAREN_); - this.state = 2326; + this.state = 2350; this.jsonPathInvocation(); - this.state = 2329; + this.state = 2353; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 214) { { - this.state = 2327; + this.state = 2351; this.match(TrinoParser.RETURNING_); - this.state = 2328; + this.state = 2352; this.type_(0); } } - this.state = 2335; + this.state = 2359; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 306, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 311, this.context) ) { case 1: { - this.state = 2331; + this.state = 2355; (localContext as JsonValueContext)._emptyBehavior = this.jsonValueBehavior(); - this.state = 2332; + this.state = 2356; this.match(TrinoParser.ON_); - this.state = 2333; + this.state = 2357; this.match(TrinoParser.EMPTY_); } break; } - this.state = 2341; + this.state = 2365; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53 || _la === 72 || _la === 166) { { - this.state = 2337; + this.state = 2361; (localContext as JsonValueContext)._errorBehavior = this.jsonValueBehavior(); - this.state = 2338; + this.state = 2362; this.match(TrinoParser.ON_); - this.state = 2339; + this.state = 2363; this.match(TrinoParser.ERROR_); } } - this.state = 2343; + this.state = 2367; this.match(TrinoParser.RPAREN_); } break; @@ -9074,29 +9092,29 @@ export class TrinoParser extends antlr.Parser { localContext = new JsonQueryContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2345; + this.state = 2369; this.match(TrinoParser.JSON_QUERY_); - this.state = 2346; + this.state = 2370; this.match(TrinoParser.LPAREN_); - this.state = 2347; + this.state = 2371; this.jsonPathInvocation(); - this.state = 2354; + this.state = 2378; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 214) { { - this.state = 2348; + this.state = 2372; this.match(TrinoParser.RETURNING_); - this.state = 2349; + this.state = 2373; this.type_(0); - this.state = 2352; + this.state = 2376; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 87) { { - this.state = 2350; + this.state = 2374; this.match(TrinoParser.FORMAT_); - this.state = 2351; + this.state = 2375; this.jsonRepresentation(); } } @@ -9104,24 +9122,24 @@ export class TrinoParser extends antlr.Parser { } } - this.state = 2359; + this.state = 2383; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 288 || _la === 290) { { - this.state = 2356; + this.state = 2380; this.jsonQueryWrapperBehavior(); - this.state = 2357; + this.state = 2381; this.match(TrinoParser.WRAPPER_); } } - this.state = 2368; + this.state = 2392; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 127 || _la === 172) { { - this.state = 2361; + this.state = 2385; _la = this.tokenStream.LA(1); if(!(_la === 127 || _la === 172)) { this.errorHandler.recoverInline(this); @@ -9130,18 +9148,18 @@ export class TrinoParser extends antlr.Parser { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2362; + this.state = 2386; this.match(TrinoParser.QUOTES_); - this.state = 2366; + this.state = 2390; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 173) { { - this.state = 2363; + this.state = 2387; this.match(TrinoParser.ON_); - this.state = 2364; + this.state = 2388; this.match(TrinoParser.SCALAR_); - this.state = 2365; + this.state = 2389; this.match(TrinoParser.TEXT_STRING_); } } @@ -9149,35 +9167,35 @@ export class TrinoParser extends antlr.Parser { } } - this.state = 2374; + this.state = 2398; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 313, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 318, this.context) ) { case 1: { - this.state = 2370; + this.state = 2394; (localContext as JsonQueryContext)._emptyBehavior = this.jsonQueryBehavior(); - this.state = 2371; + this.state = 2395; this.match(TrinoParser.ON_); - this.state = 2372; + this.state = 2396; this.match(TrinoParser.EMPTY_); } break; } - this.state = 2380; + this.state = 2404; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 68 || _la === 72 || _la === 166) { { - this.state = 2376; + this.state = 2400; (localContext as JsonQueryContext)._errorBehavior = this.jsonQueryBehavior(); - this.state = 2377; + this.state = 2401; this.match(TrinoParser.ON_); - this.state = 2378; + this.state = 2402; this.match(TrinoParser.ERROR_); } } - this.state = 2382; + this.state = 2406; this.match(TrinoParser.RPAREN_); } break; @@ -9186,53 +9204,53 @@ export class TrinoParser extends antlr.Parser { localContext = new JsonObjectContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2384; + this.state = 2408; this.match(TrinoParser.JSON_OBJECT_); - this.state = 2385; + this.state = 2409; this.match(TrinoParser.LPAREN_); - this.state = 2414; + this.state = 2438; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 320, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 325, this.context) ) { case 1: { - this.state = 2386; + this.state = 2410; this.jsonObjectMember(); - this.state = 2391; + this.state = 2415; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 2387; + this.state = 2411; this.match(TrinoParser.COMMA_); - this.state = 2388; + this.state = 2412; this.jsonObjectMember(); } } - this.state = 2393; + this.state = 2417; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2400; + this.state = 2424; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.NULL_: { - this.state = 2394; + this.state = 2418; this.match(TrinoParser.NULL_); - this.state = 2395; + this.state = 2419; this.match(TrinoParser.ON_); - this.state = 2396; + this.state = 2420; this.match(TrinoParser.NULL_); } break; case TrinoParser.ABSENT_: { - this.state = 2397; + this.state = 2421; this.match(TrinoParser.ABSENT_); - this.state = 2398; + this.state = 2422; this.match(TrinoParser.ON_); - this.state = 2399; + this.state = 2423; this.match(TrinoParser.NULL_); } break; @@ -9244,21 +9262,21 @@ export class TrinoParser extends antlr.Parser { default: break; } - this.state = 2412; + this.state = 2436; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.WITH_: { - this.state = 2402; + this.state = 2426; this.match(TrinoParser.WITH_); - this.state = 2403; + this.state = 2427; this.match(TrinoParser.UNIQUE_); - this.state = 2405; + this.state = 2429; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 129) { { - this.state = 2404; + this.state = 2428; this.match(TrinoParser.KEYS_); } } @@ -9267,16 +9285,16 @@ export class TrinoParser extends antlr.Parser { break; case TrinoParser.WITHOUT_: { - this.state = 2407; + this.state = 2431; this.match(TrinoParser.WITHOUT_); - this.state = 2408; + this.state = 2432; this.match(TrinoParser.UNIQUE_); - this.state = 2410; + this.state = 2434; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 129) { { - this.state = 2409; + this.state = 2433; this.match(TrinoParser.KEYS_); } } @@ -9292,23 +9310,23 @@ export class TrinoParser extends antlr.Parser { } break; } - this.state = 2422; + this.state = 2446; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 214) { { - this.state = 2416; + this.state = 2440; this.match(TrinoParser.RETURNING_); - this.state = 2417; + this.state = 2441; this.type_(0); - this.state = 2420; + this.state = 2444; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 87) { { - this.state = 2418; + this.state = 2442; this.match(TrinoParser.FORMAT_); - this.state = 2419; + this.state = 2443; this.jsonRepresentation(); } } @@ -9316,7 +9334,7 @@ export class TrinoParser extends antlr.Parser { } } - this.state = 2424; + this.state = 2448; this.match(TrinoParser.RPAREN_); } break; @@ -9325,53 +9343,53 @@ export class TrinoParser extends antlr.Parser { localContext = new JsonArrayContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2425; + this.state = 2449; this.match(TrinoParser.JSON_ARRAY_); - this.state = 2426; + this.state = 2450; this.match(TrinoParser.LPAREN_); - this.state = 2443; + this.state = 2467; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 325, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 330, this.context) ) { case 1: { - this.state = 2427; + this.state = 2451; this.jsonValueExpression(); - this.state = 2432; + this.state = 2456; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 2428; + this.state = 2452; this.match(TrinoParser.COMMA_); - this.state = 2429; + this.state = 2453; this.jsonValueExpression(); } } - this.state = 2434; + this.state = 2458; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2441; + this.state = 2465; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.NULL_: { - this.state = 2435; + this.state = 2459; this.match(TrinoParser.NULL_); - this.state = 2436; + this.state = 2460; this.match(TrinoParser.ON_); - this.state = 2437; + this.state = 2461; this.match(TrinoParser.NULL_); } break; case TrinoParser.ABSENT_: { - this.state = 2438; + this.state = 2462; this.match(TrinoParser.ABSENT_); - this.state = 2439; + this.state = 2463; this.match(TrinoParser.ON_); - this.state = 2440; + this.state = 2464; this.match(TrinoParser.NULL_); } break; @@ -9384,23 +9402,23 @@ export class TrinoParser extends antlr.Parser { } break; } - this.state = 2451; + this.state = 2475; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 214) { { - this.state = 2445; + this.state = 2469; this.match(TrinoParser.RETURNING_); - this.state = 2446; + this.state = 2470; this.type_(0); - this.state = 2449; + this.state = 2473; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 87) { { - this.state = 2447; + this.state = 2471; this.match(TrinoParser.FORMAT_); - this.state = 2448; + this.state = 2472; this.jsonRepresentation(); } } @@ -9408,15 +9426,15 @@ export class TrinoParser extends antlr.Parser { } } - this.state = 2453; + this.state = 2477; this.match(TrinoParser.RPAREN_); } break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 2466; + this.state = 2490; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 330, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 335, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this.parseListeners != null) { @@ -9424,23 +9442,23 @@ export class TrinoParser extends antlr.Parser { } previousContext = localContext; { - this.state = 2464; + this.state = 2488; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 329, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 334, this.context) ) { case 1: { localContext = new SubscriptContext(new PrimaryExpressionContext(parentContext, parentState)); (localContext as SubscriptContext)._value = previousContext; this.pushNewRecursionContext(localContext, _startState, TrinoParser.RULE_primaryExpression); - this.state = 2456; + this.state = 2480; if (!(this.precpred(this.context, 24))) { throw this.createFailedPredicateException("this.precpred(this.context, 24)"); } - this.state = 2457; + this.state = 2481; this.match(TrinoParser.LSQUARE_); - this.state = 2458; + this.state = 2482; (localContext as SubscriptContext)._index = this.valueExpression(0); - this.state = 2459; + this.state = 2483; this.match(TrinoParser.RSQUARE_); } break; @@ -9449,22 +9467,22 @@ export class TrinoParser extends antlr.Parser { localContext = new DereferenceContext(new PrimaryExpressionContext(parentContext, parentState)); (localContext as DereferenceContext)._base_ = previousContext; this.pushNewRecursionContext(localContext, _startState, TrinoParser.RULE_primaryExpression); - this.state = 2461; + this.state = 2485; if (!(this.precpred(this.context, 22))) { throw this.createFailedPredicateException("this.precpred(this.context, 22)"); } - this.state = 2462; + this.state = 2486; this.match(TrinoParser.DOT_); - this.state = 2463; + this.state = 2487; (localContext as DereferenceContext)._fieldName = this.identifier(); } break; } } } - this.state = 2468; + this.state = 2492; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 330, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 335, this.context); } } } @@ -9483,39 +9501,39 @@ export class TrinoParser extends antlr.Parser { } public jsonPathInvocation(): JsonPathInvocationContext { let localContext = new JsonPathInvocationContext(this.context, this.state); - this.enterRule(localContext, 118, TrinoParser.RULE_jsonPathInvocation); + this.enterRule(localContext, 116, TrinoParser.RULE_jsonPathInvocation); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2469; + this.state = 2493; this.jsonValueExpression(); - this.state = 2470; + this.state = 2494; this.match(TrinoParser.COMMA_); - this.state = 2471; + this.state = 2495; localContext._path = this.string_(); - this.state = 2481; + this.state = 2505; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 186) { { - this.state = 2472; + this.state = 2496; this.match(TrinoParser.PASSING_); - this.state = 2473; + this.state = 2497; this.jsonArgument(); - this.state = 2478; + this.state = 2502; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 2474; + this.state = 2498; this.match(TrinoParser.COMMA_); - this.state = 2475; + this.state = 2499; this.jsonArgument(); } } - this.state = 2480; + this.state = 2504; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -9539,21 +9557,21 @@ export class TrinoParser extends antlr.Parser { } public jsonValueExpression(): JsonValueExpressionContext { let localContext = new JsonValueExpressionContext(this.context, this.state); - this.enterRule(localContext, 120, TrinoParser.RULE_jsonValueExpression); + this.enterRule(localContext, 118, TrinoParser.RULE_jsonValueExpression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2483; + this.state = 2507; this.expression(); - this.state = 2486; + this.state = 2510; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 87) { { - this.state = 2484; + this.state = 2508; this.match(TrinoParser.FORMAT_); - this.state = 2485; + this.state = 2509; this.jsonRepresentation(); } } @@ -9575,21 +9593,21 @@ export class TrinoParser extends antlr.Parser { } public jsonRepresentation(): JsonRepresentationContext { let localContext = new JsonRepresentationContext(this.context, this.state); - this.enterRule(localContext, 122, TrinoParser.RULE_jsonRepresentation); + this.enterRule(localContext, 120, TrinoParser.RULE_jsonRepresentation); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2488; + this.state = 2512; this.match(TrinoParser.JSON_); - this.state = 2491; + this.state = 2515; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 70) { { - this.state = 2489; + this.state = 2513; this.match(TrinoParser.ENCODING_); - this.state = 2490; + this.state = 2514; _la = this.tokenStream.LA(1); if(!(((((_la - 275)) & ~0x1F) === 0 && ((1 << (_la - 275)) & 7) !== 0))) { this.errorHandler.recoverInline(this); @@ -9618,15 +9636,15 @@ export class TrinoParser extends antlr.Parser { } public jsonArgument(): JsonArgumentContext { let localContext = new JsonArgumentContext(this.context, this.state); - this.enterRule(localContext, 124, TrinoParser.RULE_jsonArgument); + this.enterRule(localContext, 122, TrinoParser.RULE_jsonArgument); try { this.enterOuterAlt(localContext, 1); { - this.state = 2493; + this.state = 2517; this.jsonValueExpression(); - this.state = 2494; + this.state = 2518; this.match(TrinoParser.AS_); - this.state = 2495; + this.state = 2519; this.identifier(); } } @@ -9645,12 +9663,12 @@ export class TrinoParser extends antlr.Parser { } public jsonExistsErrorBehavior(): JsonExistsErrorBehaviorContext { let localContext = new JsonExistsErrorBehaviorContext(this.context, this.state); - this.enterRule(localContext, 126, TrinoParser.RULE_jsonExistsErrorBehavior); + this.enterRule(localContext, 124, TrinoParser.RULE_jsonExistsErrorBehavior); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2497; + this.state = 2521; _la = this.tokenStream.LA(1); if(!(_la === 72 || _la === 80 || _la === 257 || _la === 267)) { this.errorHandler.recoverInline(this); @@ -9676,31 +9694,31 @@ export class TrinoParser extends antlr.Parser { } public jsonValueBehavior(): JsonValueBehaviorContext { let localContext = new JsonValueBehaviorContext(this.context, this.state); - this.enterRule(localContext, 128, TrinoParser.RULE_jsonValueBehavior); + this.enterRule(localContext, 126, TrinoParser.RULE_jsonValueBehavior); try { - this.state = 2503; + this.state = 2527; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.ERROR_: this.enterOuterAlt(localContext, 1); { - this.state = 2499; + this.state = 2523; this.match(TrinoParser.ERROR_); } break; case TrinoParser.NULL_: this.enterOuterAlt(localContext, 2); { - this.state = 2500; + this.state = 2524; this.match(TrinoParser.NULL_); } break; case TrinoParser.DEFAULT_: this.enterOuterAlt(localContext, 3); { - this.state = 2501; + this.state = 2525; this.match(TrinoParser.DEFAULT_); - this.state = 2502; + this.state = 2526; this.expression(); } break; @@ -9723,23 +9741,23 @@ export class TrinoParser extends antlr.Parser { } public jsonQueryWrapperBehavior(): JsonQueryWrapperBehaviorContext { let localContext = new JsonQueryWrapperBehaviorContext(this.context, this.state); - this.enterRule(localContext, 130, TrinoParser.RULE_jsonQueryWrapperBehavior); + this.enterRule(localContext, 128, TrinoParser.RULE_jsonQueryWrapperBehavior); let _la: number; try { - this.state = 2516; + this.state = 2540; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.WITHOUT_: this.enterOuterAlt(localContext, 1); { - this.state = 2505; + this.state = 2529; this.match(TrinoParser.WITHOUT_); - this.state = 2507; + this.state = 2531; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 10) { { - this.state = 2506; + this.state = 2530; this.match(TrinoParser.ARRAY_); } } @@ -9749,14 +9767,14 @@ export class TrinoParser extends antlr.Parser { case TrinoParser.WITH_: this.enterOuterAlt(localContext, 2); { - this.state = 2509; + this.state = 2533; this.match(TrinoParser.WITH_); - this.state = 2511; + this.state = 2535; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 32 || _la === 264) { { - this.state = 2510; + this.state = 2534; _la = this.tokenStream.LA(1); if(!(_la === 32 || _la === 264)) { this.errorHandler.recoverInline(this); @@ -9768,12 +9786,12 @@ export class TrinoParser extends antlr.Parser { } } - this.state = 2514; + this.state = 2538; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 10) { { - this.state = 2513; + this.state = 2537; this.match(TrinoParser.ARRAY_); } } @@ -9799,32 +9817,32 @@ export class TrinoParser extends antlr.Parser { } public jsonQueryBehavior(): JsonQueryBehaviorContext { let localContext = new JsonQueryBehaviorContext(this.context, this.state); - this.enterRule(localContext, 132, TrinoParser.RULE_jsonQueryBehavior); + this.enterRule(localContext, 130, TrinoParser.RULE_jsonQueryBehavior); let _la: number; try { - this.state = 2522; + this.state = 2546; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.ERROR_: this.enterOuterAlt(localContext, 1); { - this.state = 2518; + this.state = 2542; this.match(TrinoParser.ERROR_); } break; case TrinoParser.NULL_: this.enterOuterAlt(localContext, 2); { - this.state = 2519; + this.state = 2543; this.match(TrinoParser.NULL_); } break; case TrinoParser.EMPTY_: this.enterOuterAlt(localContext, 3); { - this.state = 2520; + this.state = 2544; this.match(TrinoParser.EMPTY_); - this.state = 2521; + this.state = 2545; _la = this.tokenStream.LA(1); if(!(_la === 10 || _la === 169)) { this.errorHandler.recoverInline(this); @@ -9854,40 +9872,40 @@ export class TrinoParser extends antlr.Parser { } public jsonObjectMember(): JsonObjectMemberContext { let localContext = new JsonObjectMemberContext(this.context, this.state); - this.enterRule(localContext, 134, TrinoParser.RULE_jsonObjectMember); + this.enterRule(localContext, 132, TrinoParser.RULE_jsonObjectMember); try { - this.state = 2535; + this.state = 2559; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 342, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 347, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2525; + this.state = 2549; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 341, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 346, this.context) ) { case 1: { - this.state = 2524; + this.state = 2548; this.match(TrinoParser.KEY_); } break; } - this.state = 2527; + this.state = 2551; this.expression(); - this.state = 2528; + this.state = 2552; this.match(TrinoParser.VALUE_); - this.state = 2529; + this.state = 2553; this.jsonValueExpression(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2531; + this.state = 2555; this.expression(); - this.state = 2532; + this.state = 2556; this.match(TrinoParser.COLON_); - this.state = 2533; + this.state = 2557; this.jsonValueExpression(); } break; @@ -9908,12 +9926,12 @@ export class TrinoParser extends antlr.Parser { } public processingMode(): ProcessingModeContext { let localContext = new ProcessingModeContext(this.context, this.state); - this.enterRule(localContext, 136, TrinoParser.RULE_processingMode); + this.enterRule(localContext, 134, TrinoParser.RULE_processingMode); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2537; + this.state = 2561; _la = this.tokenStream.LA(1); if(!(_la === 83 || _la === 224)) { this.errorHandler.recoverInline(this); @@ -9939,26 +9957,26 @@ export class TrinoParser extends antlr.Parser { } public nullTreatment(): NullTreatmentContext { let localContext = new NullTreatmentContext(this.context, this.state); - this.enterRule(localContext, 138, TrinoParser.RULE_nullTreatment); + this.enterRule(localContext, 136, TrinoParser.RULE_nullTreatment); try { - this.state = 2543; + this.state = 2567; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.IGNORE_: this.enterOuterAlt(localContext, 1); { - this.state = 2539; + this.state = 2563; this.match(TrinoParser.IGNORE_); - this.state = 2540; + this.state = 2564; this.match(TrinoParser.NULLS_); } break; case TrinoParser.RESPECT_: this.enterOuterAlt(localContext, 2); { - this.state = 2541; + this.state = 2565; this.match(TrinoParser.RESPECT_); - this.state = 2542; + this.state = 2566; this.match(TrinoParser.NULLS_); } break; @@ -9981,16 +9999,16 @@ export class TrinoParser extends antlr.Parser { } public string_(): String_Context { let localContext = new String_Context(this.context, this.state); - this.enterRule(localContext, 140, TrinoParser.RULE_string_); + this.enterRule(localContext, 138, TrinoParser.RULE_string_); try { - this.state = 2551; + this.state = 2575; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.STRING_: localContext = new BasicStringLiteralContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2545; + this.state = 2569; this.match(TrinoParser.STRING_); } break; @@ -9998,16 +10016,16 @@ export class TrinoParser extends antlr.Parser { localContext = new UnicodeStringLiteralContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2546; + this.state = 2570; this.match(TrinoParser.UNICODE_STRING_); - this.state = 2549; + this.state = 2573; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 344, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 349, this.context) ) { case 1: { - this.state = 2547; + this.state = 2571; this.match(TrinoParser.UESCAPE_); - this.state = 2548; + this.state = 2572; this.match(TrinoParser.STRING_); } break; @@ -10033,20 +10051,20 @@ export class TrinoParser extends antlr.Parser { } public timeZoneSpecifier(): TimeZoneSpecifierContext { let localContext = new TimeZoneSpecifierContext(this.context, this.state); - this.enterRule(localContext, 142, TrinoParser.RULE_timeZoneSpecifier); + this.enterRule(localContext, 140, TrinoParser.RULE_timeZoneSpecifier); try { - this.state = 2559; + this.state = 2583; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 346, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 351, this.context) ) { case 1: localContext = new TimeZoneIntervalContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2553; + this.state = 2577; this.match(TrinoParser.TIME_); - this.state = 2554; + this.state = 2578; this.match(TrinoParser.ZONE_); - this.state = 2555; + this.state = 2579; this.interval(); } break; @@ -10054,11 +10072,11 @@ export class TrinoParser extends antlr.Parser { localContext = new TimeZoneStringContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2556; + this.state = 2580; this.match(TrinoParser.TIME_); - this.state = 2557; + this.state = 2581; this.match(TrinoParser.ZONE_); - this.state = 2558; + this.state = 2582; this.string_(); } break; @@ -10079,12 +10097,12 @@ export class TrinoParser extends antlr.Parser { } public comparisonOperator(): ComparisonOperatorContext { let localContext = new ComparisonOperatorContext(this.context, this.state); - this.enterRule(localContext, 144, TrinoParser.RULE_comparisonOperator); + this.enterRule(localContext, 142, TrinoParser.RULE_comparisonOperator); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2561; + this.state = 2585; _la = this.tokenStream.LA(1); if(!(((((_la - 296)) & ~0x1F) === 0 && ((1 << (_la - 296)) & 63) !== 0))) { this.errorHandler.recoverInline(this); @@ -10110,12 +10128,12 @@ export class TrinoParser extends antlr.Parser { } public comparisonQuantifier(): ComparisonQuantifierContext { let localContext = new ComparisonQuantifierContext(this.context, this.state); - this.enterRule(localContext, 146, TrinoParser.RULE_comparisonQuantifier); + this.enterRule(localContext, 144, TrinoParser.RULE_comparisonQuantifier); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2563; + this.state = 2587; _la = this.tokenStream.LA(1); if(!(_la === 5 || _la === 9 || _la === 238)) { this.errorHandler.recoverInline(this); @@ -10141,12 +10159,12 @@ export class TrinoParser extends antlr.Parser { } public booleanValue(): BooleanValueContext { let localContext = new BooleanValueContext(this.context, this.state); - this.enterRule(localContext, 148, TrinoParser.RULE_booleanValue); + this.enterRule(localContext, 146, TrinoParser.RULE_booleanValue); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2565; + this.state = 2589; _la = this.tokenStream.LA(1); if(!(_la === 80 || _la === 257)) { this.errorHandler.recoverInline(this); @@ -10172,19 +10190,19 @@ export class TrinoParser extends antlr.Parser { } public interval(): IntervalContext { let localContext = new IntervalContext(this.context, this.state); - this.enterRule(localContext, 150, TrinoParser.RULE_interval); + this.enterRule(localContext, 148, TrinoParser.RULE_interval); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2567; + this.state = 2591; this.match(TrinoParser.INTERVAL_); - this.state = 2569; + this.state = 2593; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 302 || _la === 303) { { - this.state = 2568; + this.state = 2592; localContext._sign = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 302 || _la === 303)) { @@ -10197,18 +10215,18 @@ export class TrinoParser extends antlr.Parser { } } - this.state = 2571; + this.state = 2595; this.string_(); - this.state = 2572; + this.state = 2596; localContext._from_ = this.intervalField(); - this.state = 2575; + this.state = 2599; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 348, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 353, this.context) ) { case 1: { - this.state = 2573; + this.state = 2597; this.match(TrinoParser.TO_); - this.state = 2574; + this.state = 2598; localContext._to = this.intervalField(); } break; @@ -10230,12 +10248,12 @@ export class TrinoParser extends antlr.Parser { } public intervalField(): IntervalFieldContext { let localContext = new IntervalFieldContext(this.context, this.state); - this.enterRule(localContext, 152, TrinoParser.RULE_intervalField); + this.enterRule(localContext, 150, TrinoParser.RULE_intervalField); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2577; + this.state = 2601; _la = this.tokenStream.LA(1); if(!(_la === 50 || _la === 101 || _la === 153 || _la === 154 || _la === 228 || _la === 294)) { this.errorHandler.recoverInline(this); @@ -10261,12 +10279,12 @@ export class TrinoParser extends antlr.Parser { } public normalForm(): NormalFormContext { let localContext = new NormalFormContext(this.context, this.state); - this.enterRule(localContext, 154, TrinoParser.RULE_normalForm); + this.enterRule(localContext, 152, TrinoParser.RULE_normalForm); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2579; + this.state = 2603; _la = this.tokenStream.LA(1); if(!(((((_la - 158)) & ~0x1F) === 0 && ((1 << (_la - 158)) & 15) !== 0))) { this.errorHandler.recoverInline(this); @@ -10302,45 +10320,45 @@ export class TrinoParser extends antlr.Parser { let parentState = this.state; let localContext = new TypeContext(this.context, parentState); let previousContext = localContext; - let _startState = 156; - this.enterRecursionRule(localContext, 156, TrinoParser.RULE_type, _p); + let _startState = 154; + this.enterRecursionRule(localContext, 154, TrinoParser.RULE_type, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2672; + this.state = 2696; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 359, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 364, this.context) ) { case 1: { localContext = new RowTypeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2582; + this.state = 2606; this.match(TrinoParser.ROW_); - this.state = 2583; + this.state = 2607; this.match(TrinoParser.LPAREN_); - this.state = 2584; + this.state = 2608; this.rowField(); - this.state = 2589; + this.state = 2613; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 2585; + this.state = 2609; this.match(TrinoParser.COMMA_); - this.state = 2586; + this.state = 2610; this.rowField(); } } - this.state = 2591; + this.state = 2615; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2592; + this.state = 2616; this.match(TrinoParser.RPAREN_); } break; @@ -10349,18 +10367,18 @@ export class TrinoParser extends antlr.Parser { localContext = new IntervalTypeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2594; + this.state = 2618; this.match(TrinoParser.INTERVAL_); - this.state = 2595; + this.state = 2619; (localContext as IntervalTypeContext)._from_ = this.intervalField(); - this.state = 2598; + this.state = 2622; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 350, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 355, this.context) ) { case 1: { - this.state = 2596; + this.state = 2620; this.match(TrinoParser.TO_); - this.state = 2597; + this.state = 2621; (localContext as IntervalTypeContext)._to = this.intervalField(); } break; @@ -10372,32 +10390,32 @@ export class TrinoParser extends antlr.Parser { localContext = new DateTimeTypeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2600; + this.state = 2624; (localContext as DateTimeTypeContext)._base_ = this.match(TrinoParser.TIMESTAMP_); - this.state = 2605; + this.state = 2629; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 351, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 356, this.context) ) { case 1: { - this.state = 2601; + this.state = 2625; this.match(TrinoParser.LPAREN_); - this.state = 2602; + this.state = 2626; (localContext as DateTimeTypeContext)._precision = this.typeParameter(); - this.state = 2603; + this.state = 2627; this.match(TrinoParser.RPAREN_); } break; } - this.state = 2610; + this.state = 2634; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 352, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 357, this.context) ) { case 1: { - this.state = 2607; + this.state = 2631; this.match(TrinoParser.WITHOUT_); - this.state = 2608; + this.state = 2632; this.match(TrinoParser.TIME_); - this.state = 2609; + this.state = 2633; this.match(TrinoParser.ZONE_); } break; @@ -10409,27 +10427,27 @@ export class TrinoParser extends antlr.Parser { localContext = new DateTimeTypeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2612; + this.state = 2636; (localContext as DateTimeTypeContext)._base_ = this.match(TrinoParser.TIMESTAMP_); - this.state = 2617; + this.state = 2641; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 313) { { - this.state = 2613; + this.state = 2637; this.match(TrinoParser.LPAREN_); - this.state = 2614; + this.state = 2638; (localContext as DateTimeTypeContext)._precision = this.typeParameter(); - this.state = 2615; + this.state = 2639; this.match(TrinoParser.RPAREN_); } } - this.state = 2619; + this.state = 2643; this.match(TrinoParser.WITH_); - this.state = 2620; + this.state = 2644; this.match(TrinoParser.TIME_); - this.state = 2621; + this.state = 2645; this.match(TrinoParser.ZONE_); } break; @@ -10438,32 +10456,32 @@ export class TrinoParser extends antlr.Parser { localContext = new DateTimeTypeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2622; + this.state = 2646; (localContext as DateTimeTypeContext)._base_ = this.match(TrinoParser.TIME_); - this.state = 2627; + this.state = 2651; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 354, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 359, this.context) ) { case 1: { - this.state = 2623; + this.state = 2647; this.match(TrinoParser.LPAREN_); - this.state = 2624; + this.state = 2648; (localContext as DateTimeTypeContext)._precision = this.typeParameter(); - this.state = 2625; + this.state = 2649; this.match(TrinoParser.RPAREN_); } break; } - this.state = 2632; + this.state = 2656; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 355, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 360, this.context) ) { case 1: { - this.state = 2629; + this.state = 2653; this.match(TrinoParser.WITHOUT_); - this.state = 2630; + this.state = 2654; this.match(TrinoParser.TIME_); - this.state = 2631; + this.state = 2655; this.match(TrinoParser.ZONE_); } break; @@ -10475,27 +10493,27 @@ export class TrinoParser extends antlr.Parser { localContext = new DateTimeTypeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2634; + this.state = 2658; (localContext as DateTimeTypeContext)._base_ = this.match(TrinoParser.TIME_); - this.state = 2639; + this.state = 2663; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 313) { { - this.state = 2635; + this.state = 2659; this.match(TrinoParser.LPAREN_); - this.state = 2636; + this.state = 2660; (localContext as DateTimeTypeContext)._precision = this.typeParameter(); - this.state = 2637; + this.state = 2661; this.match(TrinoParser.RPAREN_); } } - this.state = 2641; + this.state = 2665; this.match(TrinoParser.WITH_); - this.state = 2642; + this.state = 2666; this.match(TrinoParser.TIME_); - this.state = 2643; + this.state = 2667; this.match(TrinoParser.ZONE_); } break; @@ -10504,9 +10522,9 @@ export class TrinoParser extends antlr.Parser { localContext = new DoublePrecisionTypeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2644; + this.state = 2668; this.match(TrinoParser.DOUBLE_); - this.state = 2645; + this.state = 2669; this.match(TrinoParser.PRECISION_); } break; @@ -10515,13 +10533,13 @@ export class TrinoParser extends antlr.Parser { localContext = new LegacyArrayTypeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2646; + this.state = 2670; this.match(TrinoParser.ARRAY_); - this.state = 2647; + this.state = 2671; this.match(TrinoParser.LT_); - this.state = 2648; + this.state = 2672; this.type_(0); - this.state = 2649; + this.state = 2673; this.match(TrinoParser.GT_); } break; @@ -10530,17 +10548,17 @@ export class TrinoParser extends antlr.Parser { localContext = new LegacyMapTypeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2651; + this.state = 2675; this.match(TrinoParser.MAP_); - this.state = 2652; + this.state = 2676; this.match(TrinoParser.LT_); - this.state = 2653; + this.state = 2677; (localContext as LegacyMapTypeContext)._keyType = this.type_(0); - this.state = 2654; + this.state = 2678; this.match(TrinoParser.COMMA_); - this.state = 2655; + this.state = 2679; (localContext as LegacyMapTypeContext)._valueType = this.type_(0); - this.state = 2656; + this.state = 2680; this.match(TrinoParser.GT_); } break; @@ -10549,34 +10567,34 @@ export class TrinoParser extends antlr.Parser { localContext = new GenericTypeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2658; + this.state = 2682; this.identifier(); - this.state = 2670; + this.state = 2694; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 358, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 363, this.context) ) { case 1: { - this.state = 2659; + this.state = 2683; this.match(TrinoParser.LPAREN_); - this.state = 2660; + this.state = 2684; this.typeParameter(); - this.state = 2665; + this.state = 2689; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 2661; + this.state = 2685; this.match(TrinoParser.COMMA_); - this.state = 2662; + this.state = 2686; this.typeParameter(); } } - this.state = 2667; + this.state = 2691; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2668; + this.state = 2692; this.match(TrinoParser.RPAREN_); } break; @@ -10585,9 +10603,9 @@ export class TrinoParser extends antlr.Parser { break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 2683; + this.state = 2707; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 361, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 366, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this.parseListeners != null) { @@ -10598,22 +10616,22 @@ export class TrinoParser extends antlr.Parser { { localContext = new ArrayTypeContext(new TypeContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, TrinoParser.RULE_type); - this.state = 2674; + this.state = 2698; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 2675; + this.state = 2699; this.match(TrinoParser.ARRAY_); - this.state = 2679; + this.state = 2703; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 360, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 365, this.context) ) { case 1: { - this.state = 2676; + this.state = 2700; this.match(TrinoParser.LSQUARE_); - this.state = 2677; + this.state = 2701; this.match(TrinoParser.INTEGER_VALUE_); - this.state = 2678; + this.state = 2702; this.match(TrinoParser.RSQUARE_); } break; @@ -10621,9 +10639,9 @@ export class TrinoParser extends antlr.Parser { } } } - this.state = 2685; + this.state = 2709; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 361, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 366, this.context); } } } @@ -10642,24 +10660,24 @@ export class TrinoParser extends antlr.Parser { } public rowField(): RowFieldContext { let localContext = new RowFieldContext(this.context, this.state); - this.enterRule(localContext, 158, TrinoParser.RULE_rowField); + this.enterRule(localContext, 156, TrinoParser.RULE_rowField); try { - this.state = 2690; + this.state = 2714; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 362, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 367, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2686; + this.state = 2710; this.type_(0); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2687; + this.state = 2711; this.identifier(); - this.state = 2688; + this.state = 2712; this.type_(0); } break; @@ -10680,15 +10698,15 @@ export class TrinoParser extends antlr.Parser { } public typeParameter(): TypeParameterContext { let localContext = new TypeParameterContext(this.context, this.state); - this.enterRule(localContext, 160, TrinoParser.RULE_typeParameter); + this.enterRule(localContext, 158, TrinoParser.RULE_typeParameter); try { - this.state = 2694; + this.state = 2718; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.INTEGER_VALUE_: this.enterOuterAlt(localContext, 1); { - this.state = 2692; + this.state = 2716; this.match(TrinoParser.INTEGER_VALUE_); } break; @@ -10911,7 +10929,7 @@ export class TrinoParser extends antlr.Parser { case TrinoParser.BACKQUOTED_IDENTIFIER_: this.enterOuterAlt(localContext, 2); { - this.state = 2693; + this.state = 2717; this.type_(0); } break; @@ -10934,17 +10952,17 @@ export class TrinoParser extends antlr.Parser { } public whenClause(): WhenClauseContext { let localContext = new WhenClauseContext(this.context, this.state); - this.enterRule(localContext, 162, TrinoParser.RULE_whenClause); + this.enterRule(localContext, 160, TrinoParser.RULE_whenClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 2696; + this.state = 2720; this.match(TrinoParser.WHEN_); - this.state = 2697; + this.state = 2721; localContext._condition = this.expression(); - this.state = 2698; + this.state = 2722; this.match(TrinoParser.THEN_); - this.state = 2699; + this.state = 2723; localContext._result = this.expression(); } } @@ -10963,19 +10981,19 @@ export class TrinoParser extends antlr.Parser { } public filter(): FilterContext { let localContext = new FilterContext(this.context, this.state); - this.enterRule(localContext, 164, TrinoParser.RULE_filter); + this.enterRule(localContext, 162, TrinoParser.RULE_filter); try { this.enterOuterAlt(localContext, 1); { - this.state = 2701; + this.state = 2725; this.match(TrinoParser.FILTER_); - this.state = 2702; + this.state = 2726; this.match(TrinoParser.LPAREN_); - this.state = 2703; + this.state = 2727; this.match(TrinoParser.WHERE_); - this.state = 2704; + this.state = 2728; this.booleanExpression(0); - this.state = 2705; + this.state = 2729; this.match(TrinoParser.RPAREN_); } } @@ -10994,65 +11012,65 @@ export class TrinoParser extends antlr.Parser { } public mergeCase(): MergeCaseContext { let localContext = new MergeCaseContext(this.context, this.state); - this.enterRule(localContext, 166, TrinoParser.RULE_mergeCase); + this.enterRule(localContext, 164, TrinoParser.RULE_mergeCase); let _la: number; try { - this.state = 2771; + this.state = 2795; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 371, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 376, this.context) ) { case 1: localContext = new MergeUpdateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2707; + this.state = 2731; this.match(TrinoParser.WHEN_); - this.state = 2708; + this.state = 2732; this.match(TrinoParser.MATCHED_); - this.state = 2711; + this.state = 2735; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 8) { { - this.state = 2709; + this.state = 2733; this.match(TrinoParser.AND_); - this.state = 2710; + this.state = 2734; (localContext as MergeUpdateContext)._condition = this.expression(); } } - this.state = 2713; + this.state = 2737; this.match(TrinoParser.THEN_); - this.state = 2714; + this.state = 2738; this.match(TrinoParser.UPDATE_); - this.state = 2715; + this.state = 2739; this.match(TrinoParser.SET_); - this.state = 2716; + this.state = 2740; (localContext as MergeUpdateContext)._identifier = this.identifier(); (localContext as MergeUpdateContext)._targets.push((localContext as MergeUpdateContext)._identifier!); - this.state = 2717; + this.state = 2741; this.match(TrinoParser.EQ_); - this.state = 2718; + this.state = 2742; (localContext as MergeUpdateContext)._expression = this.expression(); (localContext as MergeUpdateContext)._values.push((localContext as MergeUpdateContext)._expression!); - this.state = 2726; + this.state = 2750; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 2719; + this.state = 2743; this.match(TrinoParser.COMMA_); - this.state = 2720; + this.state = 2744; (localContext as MergeUpdateContext)._identifier = this.identifier(); (localContext as MergeUpdateContext)._targets.push((localContext as MergeUpdateContext)._identifier!); - this.state = 2721; + this.state = 2745; this.match(TrinoParser.EQ_); - this.state = 2722; + this.state = 2746; (localContext as MergeUpdateContext)._expression = this.expression(); (localContext as MergeUpdateContext)._values.push((localContext as MergeUpdateContext)._expression!); } } - this.state = 2728; + this.state = 2752; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -11062,25 +11080,25 @@ export class TrinoParser extends antlr.Parser { localContext = new MergeDeleteContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2729; + this.state = 2753; this.match(TrinoParser.WHEN_); - this.state = 2730; + this.state = 2754; this.match(TrinoParser.MATCHED_); - this.state = 2733; + this.state = 2757; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 8) { { - this.state = 2731; + this.state = 2755; this.match(TrinoParser.AND_); - this.state = 2732; + this.state = 2756; (localContext as MergeDeleteContext)._condition = this.expression(); } } - this.state = 2735; + this.state = 2759; this.match(TrinoParser.THEN_); - this.state = 2736; + this.state = 2760; this.match(TrinoParser.DELETE_); } break; @@ -11088,85 +11106,85 @@ export class TrinoParser extends antlr.Parser { localContext = new MergeInsertContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 2737; + this.state = 2761; this.match(TrinoParser.WHEN_); - this.state = 2738; + this.state = 2762; this.match(TrinoParser.NOT_); - this.state = 2739; + this.state = 2763; this.match(TrinoParser.MATCHED_); - this.state = 2742; + this.state = 2766; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 8) { { - this.state = 2740; + this.state = 2764; this.match(TrinoParser.AND_); - this.state = 2741; + this.state = 2765; (localContext as MergeInsertContext)._condition = this.expression(); } } - this.state = 2744; + this.state = 2768; this.match(TrinoParser.THEN_); - this.state = 2745; + this.state = 2769; this.match(TrinoParser.INSERT_); - this.state = 2757; + this.state = 2781; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 313) { { - this.state = 2746; + this.state = 2770; this.match(TrinoParser.LPAREN_); - this.state = 2747; + this.state = 2771; (localContext as MergeInsertContext)._identifier = this.identifier(); (localContext as MergeInsertContext)._targets.push((localContext as MergeInsertContext)._identifier!); - this.state = 2752; + this.state = 2776; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 2748; + this.state = 2772; this.match(TrinoParser.COMMA_); - this.state = 2749; + this.state = 2773; (localContext as MergeInsertContext)._identifier = this.identifier(); (localContext as MergeInsertContext)._targets.push((localContext as MergeInsertContext)._identifier!); } } - this.state = 2754; + this.state = 2778; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2755; + this.state = 2779; this.match(TrinoParser.RPAREN_); } } - this.state = 2759; + this.state = 2783; this.match(TrinoParser.VALUES_); - this.state = 2760; + this.state = 2784; this.match(TrinoParser.LPAREN_); - this.state = 2761; + this.state = 2785; (localContext as MergeInsertContext)._expression = this.expression(); (localContext as MergeInsertContext)._values.push((localContext as MergeInsertContext)._expression!); - this.state = 2766; + this.state = 2790; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 2762; + this.state = 2786; this.match(TrinoParser.COMMA_); - this.state = 2763; + this.state = 2787; (localContext as MergeInsertContext)._expression = this.expression(); (localContext as MergeInsertContext)._values.push((localContext as MergeInsertContext)._expression!); } } - this.state = 2768; + this.state = 2792; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2769; + this.state = 2793; this.match(TrinoParser.RPAREN_); } break; @@ -11187,13 +11205,13 @@ export class TrinoParser extends antlr.Parser { } public over(): OverContext { let localContext = new OverContext(this.context, this.state); - this.enterRule(localContext, 168, TrinoParser.RULE_over); + this.enterRule(localContext, 166, TrinoParser.RULE_over); try { this.enterOuterAlt(localContext, 1); { - this.state = 2773; + this.state = 2797; this.match(TrinoParser.OVER_); - this.state = 2779; + this.state = 2803; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.ABSENT_: @@ -11414,17 +11432,17 @@ export class TrinoParser extends antlr.Parser { case TrinoParser.QUOTED_IDENTIFIER_: case TrinoParser.BACKQUOTED_IDENTIFIER_: { - this.state = 2774; + this.state = 2798; localContext._windowName = this.identifier(); } break; case TrinoParser.LPAREN_: { - this.state = 2775; + this.state = 2799; this.match(TrinoParser.LPAREN_); - this.state = 2776; + this.state = 2800; this.windowSpecification(); - this.state = 2777; + this.state = 2801; this.match(TrinoParser.RPAREN_); } break; @@ -11448,61 +11466,61 @@ export class TrinoParser extends antlr.Parser { } public windowFrame(): WindowFrameContext { let localContext = new WindowFrameContext(this.context, this.state); - this.enterRule(localContext, 170, TrinoParser.RULE_windowFrame); + this.enterRule(localContext, 168, TrinoParser.RULE_windowFrame); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2790; + this.state = 2814; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 2781; + this.state = 2805; this.match(TrinoParser.MEASURES_); - this.state = 2782; + this.state = 2806; this.measureDefinition(); - this.state = 2787; + this.state = 2811; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 2783; + this.state = 2807; this.match(TrinoParser.COMMA_); - this.state = 2784; + this.state = 2808; this.measureDefinition(); } } - this.state = 2789; + this.state = 2813; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 2792; + this.state = 2816; this.frameExtent(); - this.state = 2796; + this.state = 2820; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 4) { { - this.state = 2793; + this.state = 2817; this.match(TrinoParser.AFTER_); - this.state = 2794; + this.state = 2818; this.match(TrinoParser.MATCH_); - this.state = 2795; + this.state = 2819; this.skipTo(); } } - this.state = 2799; + this.state = 2823; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 107 || _la === 230) { { - this.state = 2798; + this.state = 2822; _la = this.tokenStream.LA(1); if(!(_la === 107 || _la === 230)) { this.errorHandler.recoverInline(this); @@ -11514,72 +11532,72 @@ export class TrinoParser extends antlr.Parser { } } - this.state = 2806; + this.state = 2830; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 189) { { - this.state = 2801; + this.state = 2825; this.match(TrinoParser.PATTERN_); - this.state = 2802; + this.state = 2826; this.match(TrinoParser.LPAREN_); - this.state = 2803; + this.state = 2827; this.rowPattern(0); - this.state = 2804; + this.state = 2828; this.match(TrinoParser.RPAREN_); } } - this.state = 2817; + this.state = 2841; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 241) { { - this.state = 2808; + this.state = 2832; this.match(TrinoParser.SUBSET_); - this.state = 2809; + this.state = 2833; this.subsetDefinition(); - this.state = 2814; + this.state = 2838; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 2810; + this.state = 2834; this.match(TrinoParser.COMMA_); - this.state = 2811; + this.state = 2835; this.subsetDefinition(); } } - this.state = 2816; + this.state = 2840; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 2828; + this.state = 2852; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 54) { { - this.state = 2819; + this.state = 2843; this.match(TrinoParser.DEFINE_); - this.state = 2820; + this.state = 2844; this.variableDefinition(); - this.state = 2825; + this.state = 2849; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 2821; + this.state = 2845; this.match(TrinoParser.COMMA_); - this.state = 2822; + this.state = 2846; this.variableDefinition(); } } - this.state = 2827; + this.state = 2851; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -11603,80 +11621,80 @@ export class TrinoParser extends antlr.Parser { } public frameExtent(): FrameExtentContext { let localContext = new FrameExtentContext(this.context, this.state); - this.enterRule(localContext, 172, TrinoParser.RULE_frameExtent); + this.enterRule(localContext, 170, TrinoParser.RULE_frameExtent); try { - this.state = 2854; + this.state = 2878; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 382, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 387, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2830; + this.state = 2854; localContext._frameType = this.match(TrinoParser.RANGE_); - this.state = 2831; + this.state = 2855; localContext._start_ = this.frameBound(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2832; + this.state = 2856; localContext._frameType = this.match(TrinoParser.ROWS_); - this.state = 2833; + this.state = 2857; localContext._start_ = this.frameBound(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2834; + this.state = 2858; localContext._frameType = this.match(TrinoParser.GROUPS_); - this.state = 2835; + this.state = 2859; localContext._start_ = this.frameBound(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2836; + this.state = 2860; localContext._frameType = this.match(TrinoParser.RANGE_); - this.state = 2837; + this.state = 2861; this.match(TrinoParser.BETWEEN_); - this.state = 2838; + this.state = 2862; localContext._start_ = this.frameBound(); - this.state = 2839; + this.state = 2863; this.match(TrinoParser.AND_); - this.state = 2840; + this.state = 2864; localContext._end_ = this.frameBound(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2842; + this.state = 2866; localContext._frameType = this.match(TrinoParser.ROWS_); - this.state = 2843; + this.state = 2867; this.match(TrinoParser.BETWEEN_); - this.state = 2844; + this.state = 2868; localContext._start_ = this.frameBound(); - this.state = 2845; + this.state = 2869; this.match(TrinoParser.AND_); - this.state = 2846; + this.state = 2870; localContext._end_ = this.frameBound(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2848; + this.state = 2872; localContext._frameType = this.match(TrinoParser.GROUPS_); - this.state = 2849; + this.state = 2873; this.match(TrinoParser.BETWEEN_); - this.state = 2850; + this.state = 2874; localContext._start_ = this.frameBound(); - this.state = 2851; + this.state = 2875; this.match(TrinoParser.AND_); - this.state = 2852; + this.state = 2876; localContext._end_ = this.frameBound(); } break; @@ -11697,19 +11715,19 @@ export class TrinoParser extends antlr.Parser { } public frameBound(): FrameBoundContext { let localContext = new FrameBoundContext(this.context, this.state); - this.enterRule(localContext, 174, TrinoParser.RULE_frameBound); + this.enterRule(localContext, 172, TrinoParser.RULE_frameBound); let _la: number; try { - this.state = 2865; + this.state = 2889; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 383, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 388, this.context) ) { case 1: localContext = new UnboundedFrameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2856; + this.state = 2880; this.match(TrinoParser.UNBOUNDED_); - this.state = 2857; + this.state = 2881; (localContext as UnboundedFrameContext)._boundType = this.match(TrinoParser.PRECEDING_); } break; @@ -11717,9 +11735,9 @@ export class TrinoParser extends antlr.Parser { localContext = new UnboundedFrameContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2858; + this.state = 2882; this.match(TrinoParser.UNBOUNDED_); - this.state = 2859; + this.state = 2883; (localContext as UnboundedFrameContext)._boundType = this.match(TrinoParser.FOLLOWING_); } break; @@ -11727,9 +11745,9 @@ export class TrinoParser extends antlr.Parser { localContext = new CurrentRowBoundContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 2860; + this.state = 2884; this.match(TrinoParser.CURRENT_); - this.state = 2861; + this.state = 2885; this.match(TrinoParser.ROW_); } break; @@ -11737,9 +11755,9 @@ export class TrinoParser extends antlr.Parser { localContext = new BoundedFrameContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 2862; + this.state = 2886; this.expression(); - this.state = 2863; + this.state = 2887; (localContext as BoundedFrameContext)._boundType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 85 || _la === 195)) { @@ -11778,8 +11796,8 @@ export class TrinoParser extends antlr.Parser { let parentState = this.state; let localContext = new RowPatternContext(this.context, parentState); let previousContext = localContext; - let _startState = 176; - this.enterRecursionRule(localContext, 176, TrinoParser.RULE_rowPattern, _p); + let _startState = 174; + this.enterRecursionRule(localContext, 174, TrinoParser.RULE_rowPattern, _p); try { let alternative: number; this.enterOuterAlt(localContext, 1); @@ -11789,23 +11807,23 @@ export class TrinoParser extends antlr.Parser { this.context = localContext; previousContext = localContext; - this.state = 2868; + this.state = 2892; this.patternPrimary(); - this.state = 2870; + this.state = 2894; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 384, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 389, this.context) ) { case 1: { - this.state = 2869; + this.state = 2893; this.patternQuantifier(); } break; } } this.context!.stop = this.tokenStream.LT(-1); - this.state = 2879; + this.state = 2903; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 386, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 391, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this.parseListeners != null) { @@ -11813,18 +11831,18 @@ export class TrinoParser extends antlr.Parser { } previousContext = localContext; { - this.state = 2877; + this.state = 2901; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 385, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 390, this.context) ) { case 1: { localContext = new PatternConcatenationContext(new RowPatternContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, TrinoParser.RULE_rowPattern); - this.state = 2872; + this.state = 2896; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 2873; + this.state = 2897; this.rowPattern(3); } break; @@ -11832,22 +11850,22 @@ export class TrinoParser extends antlr.Parser { { localContext = new PatternAlternationContext(new RowPatternContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, TrinoParser.RULE_rowPattern); - this.state = 2874; + this.state = 2898; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 2875; + this.state = 2899; this.match(TrinoParser.VBAR_); - this.state = 2876; + this.state = 2900; this.rowPattern(2); } break; } } } - this.state = 2881; + this.state = 2905; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 386, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 391, this.context); } } } @@ -11866,17 +11884,17 @@ export class TrinoParser extends antlr.Parser { } public patternPrimary(): PatternPrimaryContext { let localContext = new PatternPrimaryContext(this.context, this.state); - this.enterRule(localContext, 178, TrinoParser.RULE_patternPrimary); + this.enterRule(localContext, 176, TrinoParser.RULE_patternPrimary); let _la: number; try { - this.state = 2907; + this.state = 2931; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 388, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 393, this.context) ) { case 1: localContext = new PatternVariableContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2882; + this.state = 2906; this.identifier(); } break; @@ -11884,9 +11902,9 @@ export class TrinoParser extends antlr.Parser { localContext = new EmptyPatternContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2883; + this.state = 2907; this.match(TrinoParser.LPAREN_); - this.state = 2884; + this.state = 2908; this.match(TrinoParser.RPAREN_); } break; @@ -11894,29 +11912,29 @@ export class TrinoParser extends antlr.Parser { localContext = new PatternPermutationContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 2885; + this.state = 2909; this.match(TrinoParser.PERMUTE_); - this.state = 2886; + this.state = 2910; this.match(TrinoParser.LPAREN_); - this.state = 2887; + this.state = 2911; this.rowPattern(0); - this.state = 2892; + this.state = 2916; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 2888; + this.state = 2912; this.match(TrinoParser.COMMA_); - this.state = 2889; + this.state = 2913; this.rowPattern(0); } } - this.state = 2894; + this.state = 2918; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2895; + this.state = 2919; this.match(TrinoParser.RPAREN_); } break; @@ -11924,11 +11942,11 @@ export class TrinoParser extends antlr.Parser { localContext = new GroupedPatternContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 2897; + this.state = 2921; this.match(TrinoParser.LPAREN_); - this.state = 2898; + this.state = 2922; this.rowPattern(0); - this.state = 2899; + this.state = 2923; this.match(TrinoParser.RPAREN_); } break; @@ -11936,7 +11954,7 @@ export class TrinoParser extends antlr.Parser { localContext = new PartitionStartAnchorContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 2901; + this.state = 2925; this.match(TrinoParser.CARET_); } break; @@ -11944,7 +11962,7 @@ export class TrinoParser extends antlr.Parser { localContext = new PartitionEndAnchorContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 2902; + this.state = 2926; this.match(TrinoParser.DOLLAR_); } break; @@ -11952,11 +11970,11 @@ export class TrinoParser extends antlr.Parser { localContext = new ExcludedPatternContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 2903; + this.state = 2927; this.match(TrinoParser.LCURLYHYPHEN_); - this.state = 2904; + this.state = 2928; this.rowPattern(0); - this.state = 2905; + this.state = 2929; this.match(TrinoParser.RCURLYHYPHEN_); } break; @@ -11977,24 +11995,24 @@ export class TrinoParser extends antlr.Parser { } public patternQuantifier(): PatternQuantifierContext { let localContext = new PatternQuantifierContext(this.context, this.state); - this.enterRule(localContext, 180, TrinoParser.RULE_patternQuantifier); + this.enterRule(localContext, 178, TrinoParser.RULE_patternQuantifier); let _la: number; try { - this.state = 2939; + this.state = 2963; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 396, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 401, this.context) ) { case 1: localContext = new ZeroOrMoreQuantifierContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2909; + this.state = 2933; this.match(TrinoParser.ASTERISK_); - this.state = 2911; + this.state = 2935; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 389, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 394, this.context) ) { case 1: { - this.state = 2910; + this.state = 2934; (localContext as ZeroOrMoreQuantifierContext)._reluctant = this.match(TrinoParser.QUESTION_MARK_); } break; @@ -12005,14 +12023,14 @@ export class TrinoParser extends antlr.Parser { localContext = new OneOrMoreQuantifierContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2913; + this.state = 2937; this.match(TrinoParser.PLUS_); - this.state = 2915; + this.state = 2939; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 390, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 395, this.context) ) { case 1: { - this.state = 2914; + this.state = 2938; (localContext as OneOrMoreQuantifierContext)._reluctant = this.match(TrinoParser.QUESTION_MARK_); } break; @@ -12023,14 +12041,14 @@ export class TrinoParser extends antlr.Parser { localContext = new ZeroOrOneQuantifierContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 2917; + this.state = 2941; this.match(TrinoParser.QUESTION_MARK_); - this.state = 2919; + this.state = 2943; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 391, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 396, this.context) ) { case 1: { - this.state = 2918; + this.state = 2942; (localContext as ZeroOrOneQuantifierContext)._reluctant = this.match(TrinoParser.QUESTION_MARK_); } break; @@ -12041,18 +12059,18 @@ export class TrinoParser extends antlr.Parser { localContext = new RangeQuantifierContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 2921; + this.state = 2945; this.match(TrinoParser.LCURLY_); - this.state = 2922; + this.state = 2946; (localContext as RangeQuantifierContext)._exactly = this.match(TrinoParser.INTEGER_VALUE_); - this.state = 2923; + this.state = 2947; this.match(TrinoParser.RCURLY_); - this.state = 2925; + this.state = 2949; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 392, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 397, this.context) ) { case 1: { - this.state = 2924; + this.state = 2948; (localContext as RangeQuantifierContext)._reluctant = this.match(TrinoParser.QUESTION_MARK_); } break; @@ -12063,38 +12081,38 @@ export class TrinoParser extends antlr.Parser { localContext = new RangeQuantifierContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 2927; + this.state = 2951; this.match(TrinoParser.LCURLY_); - this.state = 2929; + this.state = 2953; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 330) { { - this.state = 2928; + this.state = 2952; (localContext as RangeQuantifierContext)._atLeast = this.match(TrinoParser.INTEGER_VALUE_); } } - this.state = 2931; + this.state = 2955; this.match(TrinoParser.COMMA_); - this.state = 2933; + this.state = 2957; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 330) { { - this.state = 2932; + this.state = 2956; (localContext as RangeQuantifierContext)._atMost = this.match(TrinoParser.INTEGER_VALUE_); } } - this.state = 2935; + this.state = 2959; this.match(TrinoParser.RCURLY_); - this.state = 2937; + this.state = 2961; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 395, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 400, this.context) ) { case 1: { - this.state = 2936; + this.state = 2960; (localContext as RangeQuantifierContext)._reluctant = this.match(TrinoParser.QUESTION_MARK_); } break; @@ -12118,15 +12136,15 @@ export class TrinoParser extends antlr.Parser { } public updateAssignment(): UpdateAssignmentContext { let localContext = new UpdateAssignmentContext(this.context, this.state); - this.enterRule(localContext, 182, TrinoParser.RULE_updateAssignment); + this.enterRule(localContext, 180, TrinoParser.RULE_updateAssignment); try { this.enterOuterAlt(localContext, 1); { - this.state = 2941; + this.state = 2965; this.identifier(); - this.state = 2942; + this.state = 2966; this.match(TrinoParser.EQ_); - this.state = 2943; + this.state = 2967; this.expression(); } } @@ -12145,19 +12163,19 @@ export class TrinoParser extends antlr.Parser { } public explainOption(): ExplainOptionContext { let localContext = new ExplainOptionContext(this.context, this.state); - this.enterRule(localContext, 184, TrinoParser.RULE_explainOption); + this.enterRule(localContext, 182, TrinoParser.RULE_explainOption); let _la: number; try { - this.state = 2949; + this.state = 2973; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.FORMAT_: localContext = new ExplainFormatContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2945; + this.state = 2969; this.match(TrinoParser.FORMAT_); - this.state = 2946; + this.state = 2970; (localContext as ExplainFormatContext)._value = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 96 || _la === 120 || _la === 247)) { @@ -12173,9 +12191,9 @@ export class TrinoParser extends antlr.Parser { localContext = new ExplainTypeContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2947; + this.state = 2971; this.match(TrinoParser.TYPE_); - this.state = 2948; + this.state = 2972; (localContext as ExplainTypeContext)._value = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 63 || _la === 115 || _la === 143 || _la === 278)) { @@ -12206,21 +12224,21 @@ export class TrinoParser extends antlr.Parser { } public transactionMode(): TransactionModeContext { let localContext = new TransactionModeContext(this.context, this.state); - this.enterRule(localContext, 186, TrinoParser.RULE_transactionMode); + this.enterRule(localContext, 184, TrinoParser.RULE_transactionMode); let _la: number; try { - this.state = 2956; + this.state = 2980; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.ISOLATION_: localContext = new IsolationLevelContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2951; + this.state = 2975; this.match(TrinoParser.ISOLATION_); - this.state = 2952; + this.state = 2976; this.match(TrinoParser.LEVEL_); - this.state = 2953; + this.state = 2977; this.levelOfIsolation(); } break; @@ -12228,9 +12246,9 @@ export class TrinoParser extends antlr.Parser { localContext = new TransactionAccessModeContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2954; + this.state = 2978; this.match(TrinoParser.READ_); - this.state = 2955; + this.state = 2979; (localContext as TransactionAccessModeContext)._accessMode = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 175 || _la === 293)) { @@ -12261,18 +12279,18 @@ export class TrinoParser extends antlr.Parser { } public levelOfIsolation(): LevelOfIsolationContext { let localContext = new LevelOfIsolationContext(this.context, this.state); - this.enterRule(localContext, 188, TrinoParser.RULE_levelOfIsolation); + this.enterRule(localContext, 186, TrinoParser.RULE_levelOfIsolation); try { - this.state = 2965; + this.state = 2989; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 399, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 404, this.context) ) { case 1: localContext = new ReadUncommittedContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2958; + this.state = 2982; this.match(TrinoParser.READ_); - this.state = 2959; + this.state = 2983; this.match(TrinoParser.UNCOMMITTED_); } break; @@ -12280,9 +12298,9 @@ export class TrinoParser extends antlr.Parser { localContext = new ReadCommittedContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2960; + this.state = 2984; this.match(TrinoParser.READ_); - this.state = 2961; + this.state = 2985; this.match(TrinoParser.COMMITTED_); } break; @@ -12290,9 +12308,9 @@ export class TrinoParser extends antlr.Parser { localContext = new RepeatableReadContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 2962; + this.state = 2986; this.match(TrinoParser.REPEATABLE_); - this.state = 2963; + this.state = 2987; this.match(TrinoParser.READ_); } break; @@ -12300,7 +12318,7 @@ export class TrinoParser extends antlr.Parser { localContext = new SerializableContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 2964; + this.state = 2988; this.match(TrinoParser.SERIALIZABLE_); } break; @@ -12321,16 +12339,16 @@ export class TrinoParser extends antlr.Parser { } public callArgument(): CallArgumentContext { let localContext = new CallArgumentContext(this.context, this.state); - this.enterRule(localContext, 190, TrinoParser.RULE_callArgument); + this.enterRule(localContext, 188, TrinoParser.RULE_callArgument); try { - this.state = 2972; + this.state = 2996; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 400, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 405, this.context) ) { case 1: localContext = new PositionalArgumentContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2967; + this.state = 2991; this.expression(); } break; @@ -12338,11 +12356,11 @@ export class TrinoParser extends antlr.Parser { localContext = new NamedArgumentContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2968; + this.state = 2992; this.identifier(); - this.state = 2969; + this.state = 2993; this.match(TrinoParser.RDOUBLEARROW_); - this.state = 2970; + this.state = 2994; this.expression(); } break; @@ -12363,20 +12381,20 @@ export class TrinoParser extends antlr.Parser { } public pathElement(): PathElementContext { let localContext = new PathElementContext(this.context, this.state); - this.enterRule(localContext, 192, TrinoParser.RULE_pathElement); + this.enterRule(localContext, 190, TrinoParser.RULE_pathElement); try { - this.state = 2979; + this.state = 3003; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 401, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 406, this.context) ) { case 1: localContext = new QualifiedArgumentContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2974; + this.state = 2998; this.identifier(); - this.state = 2975; + this.state = 2999; this.match(TrinoParser.DOT_); - this.state = 2976; + this.state = 3000; this.identifier(); } break; @@ -12384,7 +12402,7 @@ export class TrinoParser extends antlr.Parser { localContext = new UnqualifiedArgumentContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2978; + this.state = 3002; this.identifier(); } break; @@ -12405,26 +12423,26 @@ export class TrinoParser extends antlr.Parser { } public pathSpecification(): PathSpecificationContext { let localContext = new PathSpecificationContext(this.context, this.state); - this.enterRule(localContext, 194, TrinoParser.RULE_pathSpecification); + this.enterRule(localContext, 192, TrinoParser.RULE_pathSpecification); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2981; + this.state = 3005; this.pathElement(); - this.state = 2986; + this.state = 3010; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 2982; + this.state = 3006; this.match(TrinoParser.COMMA_); - this.state = 2983; + this.state = 3007; this.pathElement(); } } - this.state = 2988; + this.state = 3012; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -12445,34 +12463,34 @@ export class TrinoParser extends antlr.Parser { } public functionSpecification(): FunctionSpecificationContext { let localContext = new FunctionSpecificationContext(this.context, this.state); - this.enterRule(localContext, 196, TrinoParser.RULE_functionSpecification); + this.enterRule(localContext, 194, TrinoParser.RULE_functionSpecification); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2989; + this.state = 3013; this.match(TrinoParser.FUNCTION_); - this.state = 2990; + this.state = 3014; this.functionDeclaration(); - this.state = 2991; + this.state = 3015; this.returnsClause(); - this.state = 2995; + this.state = 3019; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 403, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 408, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 2992; + this.state = 3016; this.routineCharacteristic(); } } } - this.state = 2997; + this.state = 3021; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 403, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 408, this.context); } - this.state = 2998; + this.state = 3022; this.controlStatement(); } } @@ -12491,42 +12509,42 @@ export class TrinoParser extends antlr.Parser { } public functionDeclaration(): FunctionDeclarationContext { let localContext = new FunctionDeclarationContext(this.context, this.state); - this.enterRule(localContext, 198, TrinoParser.RULE_functionDeclaration); + this.enterRule(localContext, 196, TrinoParser.RULE_functionDeclaration); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3000; + this.state = 3024; this.qualifiedName(); - this.state = 3001; + this.state = 3025; this.match(TrinoParser.LPAREN_); - this.state = 3010; + this.state = 3034; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 1)) & ~0x1F) === 0 && ((1 << (_la - 1)) & 4282055519) !== 0) || ((((_la - 34)) & ~0x1F) === 0 && ((1 << (_la - 34)) & 3988635683) !== 0) || ((((_la - 68)) & ~0x1F) === 0 && ((1 << (_la - 68)) & 2680939671) !== 0) || ((((_la - 101)) & ~0x1F) === 0 && ((1 << (_la - 101)) & 4228606319) !== 0) || ((((_la - 133)) & ~0x1F) === 0 && ((1 << (_la - 133)) & 2143288491) !== 0) || ((((_la - 167)) & ~0x1F) === 0 && ((1 << (_la - 167)) & 3221214143) !== 0) || ((((_la - 199)) & ~0x1F) === 0 && ((1 << (_la - 199)) & 4290510815) !== 0) || ((((_la - 232)) & ~0x1F) === 0 && ((1 << (_la - 232)) & 3707629535) !== 0) || ((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 4274977757) !== 0) || ((((_la - 333)) & ~0x1F) === 0 && ((1 << (_la - 333)) & 15) !== 0)) { { - this.state = 3002; + this.state = 3026; this.parameterDeclaration(); - this.state = 3007; + this.state = 3031; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 3003; + this.state = 3027; this.match(TrinoParser.COMMA_); - this.state = 3004; + this.state = 3028; this.parameterDeclaration(); } } - this.state = 3009; + this.state = 3033; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 3012; + this.state = 3036; this.match(TrinoParser.RPAREN_); } } @@ -12545,21 +12563,21 @@ export class TrinoParser extends antlr.Parser { } public parameterDeclaration(): ParameterDeclarationContext { let localContext = new ParameterDeclarationContext(this.context, this.state); - this.enterRule(localContext, 200, TrinoParser.RULE_parameterDeclaration); + this.enterRule(localContext, 198, TrinoParser.RULE_parameterDeclaration); try { this.enterOuterAlt(localContext, 1); { - this.state = 3015; + this.state = 3039; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 406, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 411, this.context) ) { case 1: { - this.state = 3014; + this.state = 3038; this.identifier(); } break; } - this.state = 3017; + this.state = 3041; this.type_(0); } } @@ -12578,13 +12596,13 @@ export class TrinoParser extends antlr.Parser { } public returnsClause(): ReturnsClauseContext { let localContext = new ReturnsClauseContext(this.context, this.state); - this.enterRule(localContext, 202, TrinoParser.RULE_returnsClause); + this.enterRule(localContext, 200, TrinoParser.RULE_returnsClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 3019; + this.state = 3043; this.match(TrinoParser.RETURNS_); - this.state = 3020; + this.state = 3044; this.type_(0); } } @@ -12603,19 +12621,19 @@ export class TrinoParser extends antlr.Parser { } public routineCharacteristic(): RoutineCharacteristicContext { let localContext = new RoutineCharacteristicContext(this.context, this.state); - this.enterRule(localContext, 204, TrinoParser.RULE_routineCharacteristic); + this.enterRule(localContext, 202, TrinoParser.RULE_routineCharacteristic); let _la: number; try { - this.state = 3041; + this.state = 3065; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.LANGUAGE_: localContext = new LanguageCharacteristicContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3022; + this.state = 3046; this.match(TrinoParser.LANGUAGE_); - this.state = 3023; + this.state = 3047; this.identifier(); } break; @@ -12624,17 +12642,17 @@ export class TrinoParser extends antlr.Parser { localContext = new DeterministicCharacteristicContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3025; + this.state = 3049; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 165) { { - this.state = 3024; + this.state = 3048; this.match(TrinoParser.NOT_); } } - this.state = 3027; + this.state = 3051; this.match(TrinoParser.DETERMINISTIC_); } break; @@ -12642,15 +12660,15 @@ export class TrinoParser extends antlr.Parser { localContext = new ReturnsNullOnNullInputCharacteristicContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 3028; + this.state = 3052; this.match(TrinoParser.RETURNS_); - this.state = 3029; + this.state = 3053; this.match(TrinoParser.NULL_); - this.state = 3030; + this.state = 3054; this.match(TrinoParser.ON_); - this.state = 3031; + this.state = 3055; this.match(TrinoParser.NULL_); - this.state = 3032; + this.state = 3056; this.match(TrinoParser.INPUT_); } break; @@ -12658,13 +12676,13 @@ export class TrinoParser extends antlr.Parser { localContext = new CalledOnNullInputCharacteristicContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 3033; + this.state = 3057; this.match(TrinoParser.CALLED_); - this.state = 3034; + this.state = 3058; this.match(TrinoParser.ON_); - this.state = 3035; + this.state = 3059; this.match(TrinoParser.NULL_); - this.state = 3036; + this.state = 3060; this.match(TrinoParser.INPUT_); } break; @@ -12672,9 +12690,9 @@ export class TrinoParser extends antlr.Parser { localContext = new SecurityCharacteristicContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 3037; + this.state = 3061; this.match(TrinoParser.SECURITY_); - this.state = 3038; + this.state = 3062; _la = this.tokenStream.LA(1); if(!(_la === 55 || _la === 114)) { this.errorHandler.recoverInline(this); @@ -12689,9 +12707,9 @@ export class TrinoParser extends antlr.Parser { localContext = new CommentCharacteristicContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 3039; + this.state = 3063; this.match(TrinoParser.COMMENT_); - this.state = 3040; + this.state = 3064; this.string_(); } break; @@ -12714,20 +12732,20 @@ export class TrinoParser extends antlr.Parser { } public controlStatement(): ControlStatementContext { let localContext = new ControlStatementContext(this.context, this.state); - this.enterRule(localContext, 206, TrinoParser.RULE_controlStatement); + this.enterRule(localContext, 204, TrinoParser.RULE_controlStatement); let _la: number; try { let alternative: number; - this.state = 3142; + this.state = 3166; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 420, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 425, this.context) ) { case 1: localContext = new ReturnStatementContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3043; + this.state = 3067; this.match(TrinoParser.RETURN_); - this.state = 3044; + this.state = 3068; this.valueExpression(0); } break; @@ -12735,13 +12753,13 @@ export class TrinoParser extends antlr.Parser { localContext = new AssignmentStatementContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3045; + this.state = 3069; this.match(TrinoParser.SET_); - this.state = 3046; + this.state = 3070; this.identifier(); - this.state = 3047; + this.state = 3071; this.match(TrinoParser.EQ_); - this.state = 3048; + this.state = 3072; this.expression(); } break; @@ -12749,37 +12767,37 @@ export class TrinoParser extends antlr.Parser { localContext = new SimpleCaseStatementContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 3050; + this.state = 3074; this.match(TrinoParser.CASE_); - this.state = 3051; + this.state = 3075; this.expression(); - this.state = 3053; + this.state = 3077; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 3052; + this.state = 3076; this.caseStatementWhenClause(); } } - this.state = 3055; + this.state = 3079; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 284); - this.state = 3058; + this.state = 3082; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 67) { { - this.state = 3057; + this.state = 3081; this.elseClause(); } } - this.state = 3060; + this.state = 3084; this.match(TrinoParser.END_); - this.state = 3061; + this.state = 3085; this.match(TrinoParser.CASE_); } break; @@ -12787,35 +12805,35 @@ export class TrinoParser extends antlr.Parser { localContext = new SearchedCaseStatementContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 3063; + this.state = 3087; this.match(TrinoParser.CASE_); - this.state = 3065; + this.state = 3089; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 3064; + this.state = 3088; this.caseStatementWhenClause(); } } - this.state = 3067; + this.state = 3091; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 284); - this.state = 3070; + this.state = 3094; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 67) { { - this.state = 3069; + this.state = 3093; this.elseClause(); } } - this.state = 3072; + this.state = 3096; this.match(TrinoParser.END_); - this.state = 3073; + this.state = 3097; this.match(TrinoParser.CASE_); } break; @@ -12823,41 +12841,41 @@ export class TrinoParser extends antlr.Parser { localContext = new IfStatementContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 3075; + this.state = 3099; this.match(TrinoParser.IF_); - this.state = 3076; + this.state = 3100; this.expression(); - this.state = 3077; + this.state = 3101; this.match(TrinoParser.THEN_); - this.state = 3078; + this.state = 3102; this.sqlStatementList(); - this.state = 3082; + this.state = 3106; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 69) { { { - this.state = 3079; + this.state = 3103; this.elseIfClause(); } } - this.state = 3084; + this.state = 3108; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3086; + this.state = 3110; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 67) { { - this.state = 3085; + this.state = 3109; this.elseClause(); } } - this.state = 3088; + this.state = 3112; this.match(TrinoParser.END_); - this.state = 3089; + this.state = 3113; this.match(TrinoParser.IF_); } break; @@ -12865,9 +12883,9 @@ export class TrinoParser extends antlr.Parser { localContext = new IterateStatementContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 3091; + this.state = 3115; this.match(TrinoParser.ITERATE_); - this.state = 3092; + this.state = 3116; this.identifier(); } break; @@ -12875,9 +12893,9 @@ export class TrinoParser extends antlr.Parser { localContext = new LeaveStatementContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 3093; + this.state = 3117; this.match(TrinoParser.LEAVE_); - this.state = 3094; + this.state = 3118; this.identifier(); } break; @@ -12885,37 +12903,37 @@ export class TrinoParser extends antlr.Parser { localContext = new CompoundStatementContext(localContext); this.enterOuterAlt(localContext, 8); { - this.state = 3095; + this.state = 3119; this.match(TrinoParser.BEGIN_); - this.state = 3101; + this.state = 3125; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 415, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 420, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3096; + this.state = 3120; this.variableDeclaration(); - this.state = 3097; + this.state = 3121; this.match(TrinoParser.SEMICOLON_); } } } - this.state = 3103; + this.state = 3127; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 415, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 420, this.context); } - this.state = 3105; + this.state = 3129; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 1)) & ~0x1F) === 0 && ((1 << (_la - 1)) & 4286249823) !== 0) || ((((_la - 34)) & ~0x1F) === 0 && ((1 << (_la - 34)) & 3988635683) !== 0) || ((((_la - 68)) & ~0x1F) === 0 && ((1 << (_la - 68)) & 2680939671) !== 0) || ((((_la - 101)) & ~0x1F) === 0 && ((1 << (_la - 101)) & 4228606319) !== 0) || ((((_la - 133)) & ~0x1F) === 0 && ((1 << (_la - 133)) & 2143288491) !== 0) || ((((_la - 167)) & ~0x1F) === 0 && ((1 << (_la - 167)) & 3221214143) !== 0) || ((((_la - 199)) & ~0x1F) === 0 && ((1 << (_la - 199)) & 4290510815) !== 0) || ((((_la - 232)) & ~0x1F) === 0 && ((1 << (_la - 232)) & 3707629535) !== 0) || ((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 4274977757) !== 0) || ((((_la - 333)) & ~0x1F) === 0 && ((1 << (_la - 333)) & 15) !== 0)) { { - this.state = 3104; + this.state = 3128; this.sqlStatementList(); } } - this.state = 3107; + this.state = 3131; this.match(TrinoParser.END_); } break; @@ -12923,25 +12941,25 @@ export class TrinoParser extends antlr.Parser { localContext = new LoopStatementContext(localContext); this.enterOuterAlt(localContext, 9); { - this.state = 3111; + this.state = 3135; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 417, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 422, this.context) ) { case 1: { - this.state = 3108; + this.state = 3132; (localContext as LoopStatementContext)._label = this.identifier(); - this.state = 3109; + this.state = 3133; this.match(TrinoParser.COLON_); } break; } - this.state = 3113; + this.state = 3137; this.match(TrinoParser.LOOP_); - this.state = 3114; + this.state = 3138; this.sqlStatementList(); - this.state = 3115; + this.state = 3139; this.match(TrinoParser.END_); - this.state = 3116; + this.state = 3140; this.match(TrinoParser.LOOP_); } break; @@ -12949,29 +12967,29 @@ export class TrinoParser extends antlr.Parser { localContext = new WhileStatementContext(localContext); this.enterOuterAlt(localContext, 10); { - this.state = 3121; + this.state = 3145; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 418, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 423, this.context) ) { case 1: { - this.state = 3118; + this.state = 3142; (localContext as WhileStatementContext)._label = this.identifier(); - this.state = 3119; + this.state = 3143; this.match(TrinoParser.COLON_); } break; } - this.state = 3123; + this.state = 3147; this.match(TrinoParser.WHILE_); - this.state = 3124; + this.state = 3148; this.expression(); - this.state = 3125; + this.state = 3149; this.match(TrinoParser.DO_); - this.state = 3126; + this.state = 3150; this.sqlStatementList(); - this.state = 3127; + this.state = 3151; this.match(TrinoParser.END_); - this.state = 3128; + this.state = 3152; this.match(TrinoParser.WHILE_); } break; @@ -12979,29 +12997,29 @@ export class TrinoParser extends antlr.Parser { localContext = new RepeatStatementContext(localContext); this.enterOuterAlt(localContext, 11); { - this.state = 3133; + this.state = 3157; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 419, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 424, this.context) ) { case 1: { - this.state = 3130; + this.state = 3154; (localContext as RepeatStatementContext)._label = this.identifier(); - this.state = 3131; + this.state = 3155; this.match(TrinoParser.COLON_); } break; } - this.state = 3135; + this.state = 3159; this.match(TrinoParser.REPEAT_); - this.state = 3136; + this.state = 3160; this.sqlStatementList(); - this.state = 3137; + this.state = 3161; this.match(TrinoParser.UNTIL_); - this.state = 3138; + this.state = 3162; this.expression(); - this.state = 3139; + this.state = 3163; this.match(TrinoParser.END_); - this.state = 3140; + this.state = 3164; this.match(TrinoParser.REPEAT_); } break; @@ -13022,17 +13040,17 @@ export class TrinoParser extends antlr.Parser { } public caseStatementWhenClause(): CaseStatementWhenClauseContext { let localContext = new CaseStatementWhenClauseContext(this.context, this.state); - this.enterRule(localContext, 208, TrinoParser.RULE_caseStatementWhenClause); + this.enterRule(localContext, 206, TrinoParser.RULE_caseStatementWhenClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 3144; + this.state = 3168; this.match(TrinoParser.WHEN_); - this.state = 3145; + this.state = 3169; this.expression(); - this.state = 3146; + this.state = 3170; this.match(TrinoParser.THEN_); - this.state = 3147; + this.state = 3171; this.sqlStatementList(); } } @@ -13051,17 +13069,17 @@ export class TrinoParser extends antlr.Parser { } public elseIfClause(): ElseIfClauseContext { let localContext = new ElseIfClauseContext(this.context, this.state); - this.enterRule(localContext, 210, TrinoParser.RULE_elseIfClause); + this.enterRule(localContext, 208, TrinoParser.RULE_elseIfClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 3149; + this.state = 3173; this.match(TrinoParser.ELSEIF_); - this.state = 3150; + this.state = 3174; this.expression(); - this.state = 3151; + this.state = 3175; this.match(TrinoParser.THEN_); - this.state = 3152; + this.state = 3176; this.sqlStatementList(); } } @@ -13080,13 +13098,13 @@ export class TrinoParser extends antlr.Parser { } public elseClause(): ElseClauseContext { let localContext = new ElseClauseContext(this.context, this.state); - this.enterRule(localContext, 212, TrinoParser.RULE_elseClause); + this.enterRule(localContext, 210, TrinoParser.RULE_elseClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 3154; + this.state = 3178; this.match(TrinoParser.ELSE_); - this.state = 3155; + this.state = 3179; this.sqlStatementList(); } } @@ -13105,41 +13123,41 @@ export class TrinoParser extends antlr.Parser { } public variableDeclaration(): VariableDeclarationContext { let localContext = new VariableDeclarationContext(this.context, this.state); - this.enterRule(localContext, 214, TrinoParser.RULE_variableDeclaration); + this.enterRule(localContext, 212, TrinoParser.RULE_variableDeclaration); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3157; + this.state = 3181; this.match(TrinoParser.DECLARE_); - this.state = 3158; + this.state = 3182; this.identifier(); - this.state = 3163; + this.state = 3187; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 3159; + this.state = 3183; this.match(TrinoParser.COMMA_); - this.state = 3160; + this.state = 3184; this.identifier(); } } - this.state = 3165; + this.state = 3189; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3166; + this.state = 3190; this.type_(0); - this.state = 3169; + this.state = 3193; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53) { { - this.state = 3167; + this.state = 3191; this.match(TrinoParser.DEFAULT_); - this.state = 3168; + this.state = 3192; this.valueExpression(0); } } @@ -13161,12 +13179,12 @@ export class TrinoParser extends antlr.Parser { } public sqlStatementList(): SqlStatementListContext { let localContext = new SqlStatementListContext(this.context, this.state); - this.enterRule(localContext, 216, TrinoParser.RULE_sqlStatementList); + this.enterRule(localContext, 214, TrinoParser.RULE_sqlStatementList); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3174; + this.state = 3198; this.errorHandler.sync(this); alternative = 1; do { @@ -13174,9 +13192,9 @@ export class TrinoParser extends antlr.Parser { case 1: { { - this.state = 3171; + this.state = 3195; this.controlStatement(); - this.state = 3172; + this.state = 3196; this.match(TrinoParser.SEMICOLON_); } } @@ -13184,9 +13202,9 @@ export class TrinoParser extends antlr.Parser { default: throw new antlr.NoViableAltException(this); } - this.state = 3176; + this.state = 3200; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 423, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 428, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -13205,12 +13223,12 @@ export class TrinoParser extends antlr.Parser { } public privilege(): PrivilegeContext { let localContext = new PrivilegeContext(this.context, this.state); - this.enterRule(localContext, 218, TrinoParser.RULE_privilege); + this.enterRule(localContext, 216, TrinoParser.RULE_privilege); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3178; + this.state = 3202; _la = this.tokenStream.LA(1); if(!(_la === 36 || _la === 56 || _la === 110 || _la === 231 || _la === 271)) { this.errorHandler.recoverInline(this); @@ -13236,30 +13254,30 @@ export class TrinoParser extends antlr.Parser { } public qualifiedName(): QualifiedNameContext { let localContext = new QualifiedNameContext(this.context, this.state); - this.enterRule(localContext, 220, TrinoParser.RULE_qualifiedName); + this.enterRule(localContext, 218, TrinoParser.RULE_qualifiedName); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3180; + this.state = 3204; this.identifier(); - this.state = 3185; + this.state = 3209; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 424, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 429, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3181; + this.state = 3205; this.match(TrinoParser.DOT_); - this.state = 3182; + this.state = 3206; this.identifier(); } } } - this.state = 3187; + this.state = 3211; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 424, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 429, this.context); } } } @@ -13278,19 +13296,19 @@ export class TrinoParser extends antlr.Parser { } public queryPeriod(): QueryPeriodContext { let localContext = new QueryPeriodContext(this.context, this.state); - this.enterRule(localContext, 222, TrinoParser.RULE_queryPeriod); + this.enterRule(localContext, 220, TrinoParser.RULE_queryPeriod); try { this.enterOuterAlt(localContext, 1); { - this.state = 3188; + this.state = 3212; this.match(TrinoParser.FOR_); - this.state = 3189; + this.state = 3213; this.rangeType(); - this.state = 3190; + this.state = 3214; this.match(TrinoParser.AS_); - this.state = 3191; + this.state = 3215; this.match(TrinoParser.OF_); - this.state = 3192; + this.state = 3216; localContext._end = this.valueExpression(0); } } @@ -13309,12 +13327,12 @@ export class TrinoParser extends antlr.Parser { } public rangeType(): RangeTypeContext { let localContext = new RangeTypeContext(this.context, this.state); - this.enterRule(localContext, 224, TrinoParser.RULE_rangeType); + this.enterRule(localContext, 222, TrinoParser.RULE_rangeType); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3194; + this.state = 3218; _la = this.tokenStream.LA(1); if(!(_la === 252 || _la === 282)) { this.errorHandler.recoverInline(this); @@ -13340,9 +13358,9 @@ export class TrinoParser extends antlr.Parser { } public grantor(): GrantorContext { let localContext = new GrantorContext(this.context, this.state); - this.enterRule(localContext, 226, TrinoParser.RULE_grantor); + this.enterRule(localContext, 224, TrinoParser.RULE_grantor); try { - this.state = 3199; + this.state = 3223; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.ABSENT_: @@ -13565,7 +13583,7 @@ export class TrinoParser extends antlr.Parser { localContext = new SpecifiedPrincipalContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3196; + this.state = 3220; this.principal(); } break; @@ -13573,7 +13591,7 @@ export class TrinoParser extends antlr.Parser { localContext = new CurrentUserGrantorContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3197; + this.state = 3221; this.match(TrinoParser.CURRENT_USER_); } break; @@ -13581,7 +13599,7 @@ export class TrinoParser extends antlr.Parser { localContext = new CurrentRoleGrantorContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 3198; + this.state = 3222; this.match(TrinoParser.CURRENT_ROLE_); } break; @@ -13604,16 +13622,16 @@ export class TrinoParser extends antlr.Parser { } public principal(): PrincipalContext { let localContext = new PrincipalContext(this.context, this.state); - this.enterRule(localContext, 228, TrinoParser.RULE_principal); + this.enterRule(localContext, 226, TrinoParser.RULE_principal); try { - this.state = 3206; + this.state = 3230; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 426, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 431, this.context) ) { case 1: localContext = new UnspecifiedPrincipalContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3201; + this.state = 3225; this.identifier(); } break; @@ -13621,9 +13639,9 @@ export class TrinoParser extends antlr.Parser { localContext = new UserPrincipalContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3202; + this.state = 3226; this.match(TrinoParser.USER_); - this.state = 3203; + this.state = 3227; this.identifier(); } break; @@ -13631,9 +13649,9 @@ export class TrinoParser extends antlr.Parser { localContext = new RolePrincipalContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 3204; + this.state = 3228; this.match(TrinoParser.ROLE_); - this.state = 3205; + this.state = 3229; this.identifier(); } break; @@ -13652,28 +13670,28 @@ export class TrinoParser extends antlr.Parser { } return localContext; } - public roles(): RolesContext { - let localContext = new RolesContext(this.context, this.state); - this.enterRule(localContext, 230, TrinoParser.RULE_roles); + public roleIdentifierList(): RoleIdentifierListContext { + let localContext = new RoleIdentifierListContext(this.context, this.state); + this.enterRule(localContext, 228, TrinoParser.RULE_roleIdentifierList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3208; - this.identifier(); - this.state = 3213; + this.state = 3232; + this.roleIdentifier(); + this.state = 3237; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 312) { { { - this.state = 3209; + this.state = 3233; this.match(TrinoParser.COMMA_); - this.state = 3210; - this.identifier(); + this.state = 3234; + this.roleIdentifier(); } } - this.state = 3215; + this.state = 3239; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -13694,16 +13712,16 @@ export class TrinoParser extends antlr.Parser { } public identifier(): IdentifierContext { let localContext = new IdentifierContext(this.context, this.state); - this.enterRule(localContext, 232, TrinoParser.RULE_identifier); + this.enterRule(localContext, 230, TrinoParser.RULE_identifier); try { - this.state = 3221; + this.state = 3245; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.IDENTIFIER_: localContext = new UnquotedIdentifierContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3216; + this.state = 3240; this.match(TrinoParser.IDENTIFIER_); } break; @@ -13711,7 +13729,7 @@ export class TrinoParser extends antlr.Parser { localContext = new QuotedIdentifierContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3217; + this.state = 3241; this.match(TrinoParser.QUOTED_IDENTIFIER_); } break; @@ -13931,7 +13949,7 @@ export class TrinoParser extends antlr.Parser { localContext = new UnquotedIdentifierContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 3218; + this.state = 3242; this.nonReserved(); } break; @@ -13939,7 +13957,7 @@ export class TrinoParser extends antlr.Parser { localContext = new BackQuotedIdentifierContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 3219; + this.state = 3243; this.match(TrinoParser.BACKQUOTED_IDENTIFIER_); } break; @@ -13947,7 +13965,7 @@ export class TrinoParser extends antlr.Parser { localContext = new DigitIdentifierContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 3220; + this.state = 3244; this.match(TrinoParser.DIGIT_IDENTIFIER_); } break; @@ -13968,29 +13986,252 @@ export class TrinoParser extends antlr.Parser { } return localContext; } + public catalogIdentifier(): CatalogIdentifierContext { + let localContext = new CatalogIdentifierContext(this.context, this.state); + this.enterRule(localContext, 232, TrinoParser.RULE_catalogIdentifier); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 3247; + this.identifier(); + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } + public schemaIdentifier(): SchemaIdentifierContext { + let localContext = new SchemaIdentifierContext(this.context, this.state); + this.enterRule(localContext, 234, TrinoParser.RULE_schemaIdentifier); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 3249; + this.catalogIdentifier(); + this.state = 3250; + this.match(TrinoParser.DOT_); + this.state = 3251; + this.identifier(); + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } + public tableIdentifier(): TableIdentifierContext { + let localContext = new TableIdentifierContext(this.context, this.state); + this.enterRule(localContext, 236, TrinoParser.RULE_tableIdentifier); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 3253; + this.schemaIdentifier(); + this.state = 3254; + this.match(TrinoParser.DOT_); + this.state = 3255; + this.identifier(); + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } + public viewIdentifier(): ViewIdentifierContext { + let localContext = new ViewIdentifierContext(this.context, this.state); + this.enterRule(localContext, 238, TrinoParser.RULE_viewIdentifier); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 3257; + this.tableIdentifier(); + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } + public newSchemaIdentifier(): NewSchemaIdentifierContext { + let localContext = new NewSchemaIdentifierContext(this.context, this.state); + this.enterRule(localContext, 240, TrinoParser.RULE_newSchemaIdentifier); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 3259; + this.identifier(); + this.state = 3260; + this.match(TrinoParser.DOT_); + this.state = 3261; + this.identifier(); + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } + public newTableIdentifier(): NewTableIdentifierContext { + let localContext = new NewTableIdentifierContext(this.context, this.state); + this.enterRule(localContext, 242, TrinoParser.RULE_newTableIdentifier); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 3263; + this.newSchemaIdentifier(); + this.state = 3264; + this.match(TrinoParser.DOT_); + this.state = 3265; + this.identifier(); + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } + public newViewIdentifier(): NewViewIdentifierContext { + let localContext = new NewViewIdentifierContext(this.context, this.state); + this.enterRule(localContext, 244, TrinoParser.RULE_newViewIdentifier); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 3267; + this.newTableIdentifier(); + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } + public roleIdentifier(): RoleIdentifierContext { + let localContext = new RoleIdentifierContext(this.context, this.state); + this.enterRule(localContext, 246, TrinoParser.RULE_roleIdentifier); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 3269; + this.identifier(); + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } + public connectorIdentifier(): ConnectorIdentifierContext { + let localContext = new ConnectorIdentifierContext(this.context, this.state); + this.enterRule(localContext, 248, TrinoParser.RULE_connectorIdentifier); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 3271; + this.identifier(); + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } public number_(): NumberContext { let localContext = new NumberContext(this.context, this.state); - this.enterRule(localContext, 234, TrinoParser.RULE_number); + this.enterRule(localContext, 250, TrinoParser.RULE_number); let _la: number; try { - this.state = 3235; + this.state = 3285; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 432, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 437, this.context) ) { case 1: localContext = new DecimalLiteralContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3224; + this.state = 3274; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 303) { { - this.state = 3223; + this.state = 3273; this.match(TrinoParser.MINUS_); } } - this.state = 3226; + this.state = 3276; this.match(TrinoParser.DECIMAL_VALUE_); } break; @@ -13998,17 +14239,17 @@ export class TrinoParser extends antlr.Parser { localContext = new DoubleLiteralContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3228; + this.state = 3278; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 303) { { - this.state = 3227; + this.state = 3277; this.match(TrinoParser.MINUS_); } } - this.state = 3230; + this.state = 3280; this.match(TrinoParser.DOUBLE_VALUE_); } break; @@ -14016,17 +14257,17 @@ export class TrinoParser extends antlr.Parser { localContext = new IntegerLiteralContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 3232; + this.state = 3282; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 303) { { - this.state = 3231; + this.state = 3281; this.match(TrinoParser.MINUS_); } } - this.state = 3234; + this.state = 3284; this.match(TrinoParser.INTEGER_VALUE_); } break; @@ -14047,9 +14288,9 @@ export class TrinoParser extends antlr.Parser { } public authorizationUser(): AuthorizationUserContext { let localContext = new AuthorizationUserContext(this.context, this.state); - this.enterRule(localContext, 236, TrinoParser.RULE_authorizationUser); + this.enterRule(localContext, 252, TrinoParser.RULE_authorizationUser); try { - this.state = 3239; + this.state = 3289; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoParser.ABSENT_: @@ -14272,7 +14513,7 @@ export class TrinoParser extends antlr.Parser { localContext = new IdentifierUserContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3237; + this.state = 3287; this.identifier(); } break; @@ -14281,7 +14522,7 @@ export class TrinoParser extends antlr.Parser { localContext = new StringUserContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3238; + this.state = 3288; this.string_(); } break; @@ -14304,12 +14545,12 @@ export class TrinoParser extends antlr.Parser { } public nonReserved(): NonReservedContext { let localContext = new NonReservedContext(this.context, this.state); - this.enterRule(localContext, 238, TrinoParser.RULE_nonReserved); + this.enterRule(localContext, 254, TrinoParser.RULE_nonReserved); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3241; + this.state = 3291; _la = this.tokenStream.LA(1); if(!(((((_la - 1)) & ~0x1F) === 0 && ((1 << (_la - 1)) & 4282055519) !== 0) || ((((_la - 34)) & ~0x1F) === 0 && ((1 << (_la - 34)) & 3988635683) !== 0) || ((((_la - 68)) & ~0x1F) === 0 && ((1 << (_la - 68)) & 2680939671) !== 0) || ((((_la - 101)) & ~0x1F) === 0 && ((1 << (_la - 101)) & 4228606319) !== 0) || ((((_la - 133)) & ~0x1F) === 0 && ((1 << (_la - 133)) & 2143288491) !== 0) || ((((_la - 167)) & ~0x1F) === 0 && ((1 << (_la - 167)) & 3221214143) !== 0) || ((((_la - 199)) & ~0x1F) === 0 && ((1 << (_la - 199)) & 4290510815) !== 0) || ((((_la - 232)) & ~0x1F) === 0 && ((1 << (_la - 232)) & 3707629535) !== 0) || ((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 4274977757) !== 0))) { this.errorHandler.recoverInline(this); @@ -14336,19 +14577,19 @@ export class TrinoParser extends antlr.Parser { public override sempred(localContext: antlr.ParserRuleContext | null, ruleIndex: number, predIndex: number): boolean { switch (ruleIndex) { - case 17: + case 16: return this.queryTerm_sempred(localContext as QueryTermContext, predIndex); - case 29: + case 28: return this.relation_sempred(localContext as RelationContext, predIndex); - case 55: + case 54: return this.booleanExpression_sempred(localContext as BooleanExpressionContext, predIndex); - case 57: + case 56: return this.valueExpression_sempred(localContext as ValueExpressionContext, predIndex); - case 58: + case 57: return this.primaryExpression_sempred(localContext as PrimaryExpressionContext, predIndex); - case 78: + case 77: return this.type_sempred(localContext as TypeContext, predIndex); - case 88: + case 87: return this.rowPattern_sempred(localContext as RowPatternContext, predIndex); } return true; @@ -14418,7 +14659,7 @@ export class TrinoParser extends antlr.Parser { } public static readonly _serializedATN: number[] = [ - 4,1,340,3244,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,340,3294,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, @@ -14436,1383 +14677,1402 @@ export class TrinoParser extends antlr.Parser { 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,1,0, - 3,0,242,8,0,1,0,1,0,1,1,1,1,3,1,248,8,1,1,1,1,1,1,1,1,1,3,1,254, - 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,1,2,3,2,269, - 8,2,1,2,1,2,1,2,1,2,1,2,3,2,276,8,2,1,2,1,2,3,2,280,8,2,1,2,1,2, - 3,2,284,8,2,1,2,1,2,1,2,1,2,3,2,290,8,2,1,2,1,2,3,2,294,8,2,1,2, - 1,2,1,2,1,2,1,2,3,2,301,8,2,1,2,1,2,1,2,3,2,306,8,2,1,2,1,2,3,2, - 310,8,2,1,2,1,2,1,2,1,2,3,2,316,8,2,1,2,1,2,3,2,320,8,2,1,2,1,2, - 1,2,1,2,1,2,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, - 339,8,2,1,2,1,2,1,2,1,2,3,2,345,8,2,1,2,1,2,3,2,349,8,2,1,2,1,2, - 3,2,353,8,2,1,2,1,2,3,2,357,8,2,1,2,1,2,1,2,1,2,1,2,1,2,3,2,365, - 8,2,1,2,1,2,3,2,369,8,2,1,2,3,2,372,8,2,1,2,1,2,1,2,3,2,377,8,2, - 1,2,1,2,1,2,1,2,3,2,383,8,2,1,2,1,2,1,2,1,2,1,2,5,2,390,8,2,10,2, - 12,2,393,9,2,1,2,1,2,1,2,3,2,398,8,2,1,2,1,2,3,2,402,8,2,1,2,1,2, - 1,2,1,2,3,2,408,8,2,1,2,1,2,1,2,1,2,1,2,3,2,415,8,2,1,2,1,2,1,2, - 1,2,1,2,1,2,1,2,3,2,424,8,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2, - 1,2,3,2,436,8,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,3,2,445,8,2,1,2,1,2, - 1,2,1,2,1,2,1,2,1,2,3,2,454,8,2,1,2,1,2,1,2,1,2,3,2,460,8,2,1,2, - 1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,3,2,471,8,2,1,2,1,2,1,2,1,2,1,2, - 1,2,3,2,479,8,2,1,2,1,2,1,2,1,2,1,2,1,2,3,2,487,8,2,1,2,1,2,1,2, - 1,2,1,2,3,2,494,8,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,3,2,504,8,2, - 1,2,1,2,1,2,1,2,1,2,3,2,511,8,2,1,2,1,2,1,2,1,2,1,2,1,2,3,2,519, - 8,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2, - 1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2, - 1,2,5,2,553,8,2,10,2,12,2,556,9,2,3,2,558,8,2,1,2,3,2,561,8,2,1, - 2,1,2,3,2,565,8,2,1,2,1,2,1,2,1,2,3,2,571,8,2,1,2,1,2,1,2,3,2,576, - 8,2,1,2,1,2,1,2,1,2,1,2,3,2,583,8,2,1,2,1,2,1,2,1,2,3,2,589,8,2, - 1,2,1,2,3,2,593,8,2,1,2,1,2,3,2,597,8,2,1,2,1,2,1,2,1,2,1,2,1,2, - 3,2,605,8,2,1,2,1,2,1,2,1,2,3,2,611,8,2,1,2,1,2,3,2,615,8,2,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,629,8,2,1,2,1,2, - 1,2,1,2,1,2,1,2,3,2,637,8,2,1,2,1,2,1,2,1,2,1,2,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,656,8,2,1,2,1,2,1,2,1,2,1,2, - 1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2, - 5,2,679,8,2,10,2,12,2,682,9,2,3,2,684,8,2,1,2,1,2,1,2,1,2,1,2,3, - 2,691,8,2,1,2,1,2,1,2,1,2,1,2,3,2,698,8,2,1,2,1,2,1,2,1,2,1,2,1, - 2,1,2,3,2,707,8,2,1,2,1,2,3,2,711,8,2,1,2,1,2,1,2,1,2,1,2,3,2,718, - 8,2,1,2,1,2,1,2,1,2,1,2,1,2,5,2,726,8,2,10,2,12,2,729,9,2,1,2,1, - 2,1,2,3,2,734,8,2,1,2,1,2,1,2,3,2,739,8,2,1,2,1,2,3,2,743,8,2,1, - 2,1,2,1,2,1,2,3,2,749,8,2,1,2,1,2,1,2,1,2,1,2,5,2,756,8,2,10,2,12, - 2,759,9,2,1,2,1,2,1,2,3,2,764,8,2,1,2,1,2,3,2,768,8,2,1,2,1,2,1, - 2,1,2,1,2,3,2,775,8,2,1,2,1,2,3,2,779,8,2,1,2,1,2,1,2,1,2,5,2,785, - 8,2,10,2,12,2,788,9,2,1,2,1,2,3,2,792,8,2,1,2,1,2,3,2,796,8,2,1, - 2,1,2,1,2,1,2,1,2,1,2,3,2,804,8,2,1,2,1,2,1,2,1,2,5,2,810,8,2,10, - 2,12,2,813,9,2,1,2,1,2,3,2,817,8,2,1,2,1,2,3,2,821,8,2,1,2,1,2,1, - 2,1,2,1,2,1,2,1,2,1,2,3,2,831,8,2,1,2,1,2,1,2,5,2,836,8,2,10,2,12, - 2,839,9,2,1,2,1,2,3,2,843,8,2,1,2,1,2,3,2,847,8,2,1,2,1,2,1,2,1, - 2,1,2,1,2,1,2,1,2,3,2,857,8,2,1,2,3,2,860,8,2,1,2,1,2,1,2,1,2,1, - 2,5,2,867,8,2,10,2,12,2,870,9,2,1,2,1,2,3,2,874,8,2,1,2,1,2,1,2, - 1,2,3,2,880,8,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,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,904,8,2,1,2,1,2,1,2, - 1,2,3,2,910,8,2,3,2,912,8,2,1,2,1,2,1,2,1,2,3,2,918,8,2,1,2,1,2, - 1,2,1,2,3,2,924,8,2,3,2,926,8,2,1,2,1,2,1,2,1,2,1,2,1,2,3,2,934, - 8,2,3,2,936,8,2,1,2,1,2,1,2,1,2,3,2,942,8,2,1,2,1,2,1,2,1,2,3,2, - 948,8,2,3,2,950,8,2,1,2,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,965,8,2,1,2,1,2,1,2,3,2,970,8,2,1,2,1,2,1,2,1,2,1,2, - 3,2,977,8,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,3,2,987,8,2,1,2,1,2, - 1,2,1,2,3,2,993,8,2,3,2,995,8,2,1,2,1,2,1,2,1,2,1,2,1,2,3,2,1003, - 8,2,3,2,1005,8,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2, - 1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,5,2,1028,8,2,10,2,12,2,1031, - 9,2,3,2,1033,8,2,1,2,1,2,3,2,1037,8,2,1,2,1,2,3,2,1041,8,2,1,2,1, - 2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,5,2,1057,8,2,10, - 2,12,2,1060,9,2,3,2,1062,8,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,5,2,1071, - 8,2,10,2,12,2,1074,9,2,3,2,1076,8,2,1,2,1,2,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,1092,8,2,1,2,1,2,1,2,1,2,1,2,1,2, - 5,2,1100,8,2,10,2,12,2,1103,9,2,1,2,1,2,3,2,1107,8,2,1,2,1,2,1,2, - 1,2,3,2,1113,8,2,1,2,3,2,1116,8,2,1,2,1,2,1,2,1,2,1,2,4,2,1123,8, - 2,11,2,12,2,1124,3,2,1127,8,2,1,3,3,3,1130,8,3,1,3,1,3,1,4,1,4,1, - 4,1,4,5,4,1138,8,4,10,4,12,4,1141,9,4,1,5,3,5,1144,8,5,1,5,1,5,1, - 6,1,6,3,6,1150,8,6,1,6,1,6,1,6,5,6,1155,8,6,10,6,12,6,1158,9,6,1, - 7,1,7,3,7,1162,8,7,1,8,1,8,1,8,1,8,3,8,1168,8,8,1,8,1,8,3,8,1172, - 8,8,1,8,1,8,3,8,1176,8,8,1,9,1,9,1,9,1,9,3,9,1182,8,9,1,10,1,10, - 1,10,1,10,1,11,1,11,1,11,5,11,1191,8,11,10,11,12,11,1194,9,11,1, - 12,1,12,1,12,1,12,1,13,1,13,3,13,1202,8,13,1,14,1,14,1,14,1,14,1, - 14,1,14,5,14,1210,8,14,10,14,12,14,1213,9,14,3,14,1215,8,14,1,14, - 1,14,1,14,3,14,1220,8,14,3,14,1222,8,14,1,14,1,14,1,14,1,14,1,14, - 3,14,1229,8,14,1,14,1,14,1,14,1,14,3,14,1235,8,14,3,14,1237,8,14, - 1,15,1,15,3,15,1241,8,15,1,16,1,16,1,17,1,17,1,17,1,17,1,17,1,17, - 3,17,1251,8,17,1,17,1,17,1,17,1,17,3,17,1257,8,17,1,17,5,17,1260, - 8,17,10,17,12,17,1263,9,17,1,18,1,18,1,18,1,18,1,18,1,18,1,18,5, - 18,1272,8,18,10,18,12,18,1275,9,18,1,18,1,18,1,18,1,18,3,18,1281, - 8,18,1,19,1,19,3,19,1285,8,19,1,19,1,19,3,19,1289,8,19,1,20,1,20, - 3,20,1293,8,20,1,20,1,20,1,20,5,20,1298,8,20,10,20,12,20,1301,9, - 20,1,20,1,20,1,20,1,20,5,20,1307,8,20,10,20,12,20,1310,9,20,3,20, - 1312,8,20,1,20,1,20,3,20,1316,8,20,1,20,1,20,1,20,3,20,1321,8,20, - 1,20,1,20,3,20,1325,8,20,1,20,1,20,1,20,1,20,5,20,1331,8,20,10,20, - 12,20,1334,9,20,3,20,1336,8,20,1,21,3,21,1339,8,21,1,21,1,21,1,21, - 5,21,1344,8,21,10,21,12,21,1347,9,21,1,22,1,22,1,22,1,22,1,22,1, - 22,5,22,1355,8,22,10,22,12,22,1358,9,22,3,22,1360,8,22,1,22,1,22, - 1,22,1,22,1,22,1,22,5,22,1368,8,22,10,22,12,22,1371,9,22,3,22,1373, - 8,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,5,22,1382,8,22,10,22,12, - 22,1385,9,22,1,22,1,22,3,22,1389,8,22,1,23,1,23,1,23,1,23,5,23,1395, - 8,23,10,23,12,23,1398,9,23,3,23,1400,8,23,1,23,1,23,3,23,1404,8, - 23,1,24,1,24,1,24,1,24,1,24,1,24,1,25,3,25,1413,8,25,1,25,1,25,1, - 25,1,25,1,25,5,25,1420,8,25,10,25,12,25,1423,9,25,3,25,1425,8,25, - 1,25,1,25,1,25,1,25,1,25,5,25,1432,8,25,10,25,12,25,1435,9,25,3, - 25,1437,8,25,1,25,3,25,1440,8,25,1,26,1,26,3,26,1444,8,26,1,26,1, - 26,1,26,1,26,1,26,1,27,1,27,1,28,1,28,3,28,1455,8,28,1,28,3,28,1458, - 8,28,1,28,1,28,1,28,1,28,1,28,3,28,1465,8,28,1,28,3,28,1468,8,28, - 1,29,1,29,1,29,1,29,1,29,1,29,1,29,1,29,1,29,1,29,1,29,1,29,1,29, - 1,29,1,29,1,29,1,29,3,29,1487,8,29,5,29,1489,8,29,10,29,12,29,1492, - 9,29,1,30,3,30,1495,8,30,1,30,1,30,3,30,1499,8,30,3,30,1501,8,30, - 1,31,1,31,1,31,1,31,1,31,1,31,1,31,5,31,1510,8,31,10,31,12,31,1513, - 9,31,1,31,1,31,3,31,1517,8,31,1,32,1,32,1,32,1,32,1,32,1,32,1,32, - 3,32,1526,8,32,1,33,1,33,1,34,1,34,1,35,1,35,1,35,3,35,1535,8,35, - 1,35,3,35,1538,8,35,1,36,1,36,1,36,1,37,1,37,1,37,1,37,1,37,1,37, - 1,37,1,37,5,37,1551,8,37,10,37,12,37,1554,9,37,3,37,1556,8,37,1, - 37,1,37,1,37,1,37,1,37,5,37,1563,8,37,10,37,12,37,1566,9,37,3,37, - 1568,8,37,1,37,1,37,1,37,1,37,5,37,1574,8,37,10,37,12,37,1577,9, - 37,3,37,1579,8,37,1,37,3,37,1582,8,37,1,37,1,37,1,37,3,37,1587,8, - 37,1,37,3,37,1590,8,37,1,37,1,37,1,37,1,37,1,37,1,37,1,37,1,37,5, - 37,1600,8,37,10,37,12,37,1603,9,37,3,37,1605,8,37,1,37,1,37,1,37, - 1,37,5,37,1611,8,37,10,37,12,37,1614,9,37,1,37,1,37,3,37,1618,8, - 37,1,37,1,37,3,37,1622,8,37,3,37,1624,8,37,3,37,1626,8,37,1,38,1, - 38,1,38,1,38,1,39,1,39,1,39,1,39,1,39,1,39,1,39,1,39,1,39,3,39,1641, - 8,39,3,39,1643,8,39,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40, - 3,40,1654,8,40,1,41,1,41,1,41,1,41,1,41,3,41,1661,8,41,1,41,3,41, - 1664,8,41,1,41,1,41,1,41,3,41,1669,8,41,1,42,1,42,1,42,1,42,1,42, - 1,42,5,42,1677,8,42,10,42,12,42,1680,9,42,1,42,1,42,1,43,1,43,1, - 43,1,43,1,44,1,44,3,44,1690,8,44,1,44,1,44,3,44,1694,8,44,3,44,1696, - 8,44,1,45,1,45,1,45,1,45,5,45,1702,8,45,10,45,12,45,1705,9,45,1, - 45,1,45,1,46,1,46,3,46,1711,8,46,1,46,1,46,1,46,1,46,1,46,1,46,1, - 46,1,46,1,46,5,46,1722,8,46,10,46,12,46,1725,9,46,1,46,1,46,1,46, - 3,46,1730,8,46,1,46,1,46,1,46,1,46,1,46,1,46,1,46,1,46,1,46,1,46, - 1,46,1,46,1,46,1,46,3,46,1746,8,46,1,47,1,47,1,47,1,47,1,47,5,47, - 1753,8,47,10,47,12,47,1756,9,47,3,47,1758,8,47,1,47,1,47,1,47,1, - 47,5,47,1764,8,47,10,47,12,47,1767,9,47,3,47,1769,8,47,1,47,1,47, - 1,48,1,48,1,48,3,48,1776,8,48,1,48,1,48,1,48,3,48,1781,8,48,1,49, - 1,49,1,49,1,49,1,49,1,49,1,49,5,49,1790,8,49,10,49,12,49,1793,9, - 49,3,49,1795,8,49,1,49,1,49,3,49,1799,8,49,3,49,1801,8,49,1,49,1, - 49,1,49,1,49,1,49,1,49,3,49,1809,8,49,1,49,1,49,1,49,1,49,1,49,1, - 49,5,49,1817,8,49,10,49,12,49,1820,9,49,1,49,1,49,1,49,3,49,1825, - 8,49,3,49,1827,8,49,1,50,1,50,1,50,1,50,1,50,3,50,1834,8,50,1,50, - 1,50,3,50,1838,8,50,3,50,1840,8,50,1,50,1,50,1,50,1,50,1,50,3,50, - 1847,8,50,1,50,1,50,3,50,1851,8,50,3,50,1853,8,50,3,50,1855,8,50, - 1,51,1,51,1,51,1,51,1,51,5,51,1862,8,51,10,51,12,51,1865,9,51,1, - 51,1,51,1,51,1,51,1,51,1,51,1,51,1,51,3,51,1875,8,51,1,52,1,52,3, - 52,1879,8,52,1,53,1,53,1,53,1,53,1,53,1,53,5,53,1887,8,53,10,53, - 12,53,1890,9,53,1,53,1,53,1,54,1,54,1,55,1,55,1,55,3,55,1899,8,55, - 1,55,1,55,3,55,1903,8,55,1,55,1,55,1,55,1,55,1,55,1,55,5,55,1911, - 8,55,10,55,12,55,1914,9,55,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1, - 56,1,56,1,56,3,56,1926,8,56,1,56,1,56,1,56,1,56,1,56,1,56,3,56,1934, - 8,56,1,56,1,56,1,56,1,56,1,56,5,56,1941,8,56,10,56,12,56,1944,9, - 56,1,56,1,56,1,56,3,56,1949,8,56,1,56,1,56,1,56,1,56,1,56,1,56,3, - 56,1957,8,56,1,56,1,56,1,56,1,56,3,56,1963,8,56,1,56,1,56,3,56,1967, - 8,56,1,56,1,56,1,56,3,56,1972,8,56,1,56,1,56,1,56,3,56,1977,8,56, - 1,57,1,57,1,57,1,57,3,57,1983,8,57,1,57,1,57,1,57,1,57,1,57,1,57, - 1,57,1,57,1,57,1,57,1,57,1,57,5,57,1997,8,57,10,57,12,57,2000,9, - 57,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1, - 58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,4, - 58,2027,8,58,11,58,12,58,2028,1,58,1,58,1,58,1,58,1,58,1,58,1,58, - 5,58,2038,8,58,10,58,12,58,2041,9,58,1,58,1,58,1,58,1,58,1,58,3, - 58,2048,8,58,1,58,1,58,1,58,3,58,2053,8,58,1,58,1,58,1,58,3,58,2058, - 8,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,5,58,2069,8,58, - 10,58,12,58,2072,9,58,1,58,1,58,1,58,3,58,2077,8,58,1,58,3,58,2080, - 8,58,1,58,1,58,1,58,1,58,1,58,3,58,2087,8,58,1,58,1,58,1,58,3,58, - 2092,8,58,1,58,3,58,2095,8,58,1,58,3,58,2098,8,58,1,58,1,58,1,58, - 3,58,2103,8,58,1,58,1,58,1,58,5,58,2108,8,58,10,58,12,58,2111,9, - 58,3,58,2113,8,58,1,58,1,58,1,58,1,58,1,58,5,58,2120,8,58,10,58, - 12,58,2123,9,58,3,58,2125,8,58,1,58,1,58,3,58,2129,8,58,1,58,3,58, - 2132,8,58,1,58,3,58,2135,8,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58, - 1,58,1,58,1,58,1,58,5,58,2148,8,58,10,58,12,58,2151,9,58,3,58,2153, - 8,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58, - 1,58,1,58,1,58,4,58,2170,8,58,11,58,12,58,2171,1,58,1,58,3,58,2176, - 8,58,1,58,1,58,1,58,1,58,4,58,2182,8,58,11,58,12,58,2183,1,58,1, - 58,3,58,2188,8,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1, - 58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,5,58,2211, - 8,58,10,58,12,58,2214,9,58,3,58,2216,8,58,1,58,1,58,1,58,1,58,1, - 58,1,58,1,58,3,58,2225,8,58,1,58,1,58,1,58,1,58,3,58,2231,8,58,1, - 58,1,58,1,58,1,58,3,58,2237,8,58,1,58,1,58,1,58,1,58,3,58,2243,8, - 58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,3,58,2252,8,58,1,58,3,58,2255, - 8,58,1,58,3,58,2258,8,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58, - 1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,3,58,2277,8,58,1,58, - 1,58,1,58,1,58,1,58,1,58,1,58,3,58,2286,8,58,1,58,1,58,1,58,1,58, - 1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58, - 1,58,5,58,2306,8,58,10,58,12,58,2309,9,58,3,58,2311,8,58,1,58,1, - 58,1,58,1,58,1,58,1,58,1,58,1,58,3,58,2321,8,58,1,58,1,58,1,58,1, - 58,1,58,1,58,1,58,3,58,2330,8,58,1,58,1,58,1,58,1,58,3,58,2336,8, - 58,1,58,1,58,1,58,1,58,3,58,2342,8,58,1,58,1,58,1,58,1,58,1,58,1, - 58,1,58,1,58,1,58,3,58,2353,8,58,3,58,2355,8,58,1,58,1,58,1,58,3, - 58,2360,8,58,1,58,1,58,1,58,1,58,1,58,3,58,2367,8,58,3,58,2369,8, - 58,1,58,1,58,1,58,1,58,3,58,2375,8,58,1,58,1,58,1,58,1,58,3,58,2381, - 8,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,5,58,2390,8,58,10,58,12, - 58,2393,9,58,1,58,1,58,1,58,1,58,1,58,1,58,3,58,2401,8,58,1,58,1, - 58,1,58,3,58,2406,8,58,1,58,1,58,1,58,3,58,2411,8,58,3,58,2413,8, - 58,3,58,2415,8,58,1,58,1,58,1,58,1,58,3,58,2421,8,58,3,58,2423,8, - 58,1,58,1,58,1,58,1,58,1,58,1,58,5,58,2431,8,58,10,58,12,58,2434, - 9,58,1,58,1,58,1,58,1,58,1,58,1,58,3,58,2442,8,58,3,58,2444,8,58, - 1,58,1,58,1,58,1,58,3,58,2450,8,58,3,58,2452,8,58,1,58,3,58,2455, - 8,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,5,58,2465,8,58,10,58, - 12,58,2468,9,58,1,59,1,59,1,59,1,59,1,59,1,59,1,59,5,59,2477,8,59, - 10,59,12,59,2480,9,59,3,59,2482,8,59,1,60,1,60,1,60,3,60,2487,8, - 60,1,61,1,61,1,61,3,61,2492,8,61,1,62,1,62,1,62,1,62,1,63,1,63,1, - 64,1,64,1,64,1,64,3,64,2504,8,64,1,65,1,65,3,65,2508,8,65,1,65,1, - 65,3,65,2512,8,65,1,65,3,65,2515,8,65,3,65,2517,8,65,1,66,1,66,1, - 66,1,66,3,66,2523,8,66,1,67,3,67,2526,8,67,1,67,1,67,1,67,1,67,1, - 67,1,67,1,67,1,67,3,67,2536,8,67,1,68,1,68,1,69,1,69,1,69,1,69,3, - 69,2544,8,69,1,70,1,70,1,70,1,70,3,70,2550,8,70,3,70,2552,8,70,1, - 71,1,71,1,71,1,71,1,71,1,71,3,71,2560,8,71,1,72,1,72,1,73,1,73,1, - 74,1,74,1,75,1,75,3,75,2570,8,75,1,75,1,75,1,75,1,75,3,75,2576,8, - 75,1,76,1,76,1,77,1,77,1,78,1,78,1,78,1,78,1,78,1,78,5,78,2588,8, - 78,10,78,12,78,2591,9,78,1,78,1,78,1,78,1,78,1,78,1,78,3,78,2599, - 8,78,1,78,1,78,1,78,1,78,1,78,3,78,2606,8,78,1,78,1,78,1,78,3,78, - 2611,8,78,1,78,1,78,1,78,1,78,1,78,3,78,2618,8,78,1,78,1,78,1,78, - 1,78,1,78,1,78,1,78,1,78,3,78,2628,8,78,1,78,1,78,1,78,3,78,2633, - 8,78,1,78,1,78,1,78,1,78,1,78,3,78,2640,8,78,1,78,1,78,1,78,1,78, - 1,78,1,78,1,78,1,78,1,78,1,78,1,78,1,78,1,78,1,78,1,78,1,78,1,78, - 1,78,1,78,1,78,1,78,1,78,5,78,2664,8,78,10,78,12,78,2667,9,78,1, - 78,1,78,3,78,2671,8,78,3,78,2673,8,78,1,78,1,78,1,78,1,78,1,78,3, - 78,2680,8,78,5,78,2682,8,78,10,78,12,78,2685,9,78,1,79,1,79,1,79, - 1,79,3,79,2691,8,79,1,80,1,80,3,80,2695,8,80,1,81,1,81,1,81,1,81, - 1,81,1,82,1,82,1,82,1,82,1,82,1,82,1,83,1,83,1,83,1,83,3,83,2712, - 8,83,1,83,1,83,1,83,1,83,1,83,1,83,1,83,1,83,1,83,1,83,1,83,5,83, - 2725,8,83,10,83,12,83,2728,9,83,1,83,1,83,1,83,1,83,3,83,2734,8, - 83,1,83,1,83,1,83,1,83,1,83,1,83,1,83,3,83,2743,8,83,1,83,1,83,1, - 83,1,83,1,83,1,83,5,83,2751,8,83,10,83,12,83,2754,9,83,1,83,1,83, - 3,83,2758,8,83,1,83,1,83,1,83,1,83,1,83,5,83,2765,8,83,10,83,12, - 83,2768,9,83,1,83,1,83,3,83,2772,8,83,1,84,1,84,1,84,1,84,1,84,1, - 84,3,84,2780,8,84,1,85,1,85,1,85,1,85,5,85,2786,8,85,10,85,12,85, - 2789,9,85,3,85,2791,8,85,1,85,1,85,1,85,1,85,3,85,2797,8,85,1,85, - 3,85,2800,8,85,1,85,1,85,1,85,1,85,1,85,3,85,2807,8,85,1,85,1,85, - 1,85,1,85,5,85,2813,8,85,10,85,12,85,2816,9,85,3,85,2818,8,85,1, - 85,1,85,1,85,1,85,5,85,2824,8,85,10,85,12,85,2827,9,85,3,85,2829, - 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, - 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, - 2855,8,86,1,87,1,87,1,87,1,87,1,87,1,87,1,87,1,87,1,87,3,87,2866, - 8,87,1,88,1,88,1,88,3,88,2871,8,88,1,88,1,88,1,88,1,88,1,88,5,88, - 2878,8,88,10,88,12,88,2881,9,88,1,89,1,89,1,89,1,89,1,89,1,89,1, - 89,1,89,5,89,2891,8,89,10,89,12,89,2894,9,89,1,89,1,89,1,89,1,89, - 1,89,1,89,1,89,1,89,1,89,1,89,1,89,1,89,3,89,2908,8,89,1,90,1,90, - 3,90,2912,8,90,1,90,1,90,3,90,2916,8,90,1,90,1,90,3,90,2920,8,90, - 1,90,1,90,1,90,1,90,3,90,2926,8,90,1,90,1,90,3,90,2930,8,90,1,90, - 1,90,3,90,2934,8,90,1,90,1,90,3,90,2938,8,90,3,90,2940,8,90,1,91, - 1,91,1,91,1,91,1,92,1,92,1,92,1,92,3,92,2950,8,92,1,93,1,93,1,93, - 1,93,1,93,3,93,2957,8,93,1,94,1,94,1,94,1,94,1,94,1,94,1,94,3,94, - 2966,8,94,1,95,1,95,1,95,1,95,1,95,3,95,2973,8,95,1,96,1,96,1,96, - 1,96,1,96,3,96,2980,8,96,1,97,1,97,1,97,5,97,2985,8,97,10,97,12, - 97,2988,9,97,1,98,1,98,1,98,1,98,5,98,2994,8,98,10,98,12,98,2997, - 9,98,1,98,1,98,1,99,1,99,1,99,1,99,1,99,5,99,3006,8,99,10,99,12, - 99,3009,9,99,3,99,3011,8,99,1,99,1,99,1,100,3,100,3016,8,100,1,100, - 1,100,1,101,1,101,1,101,1,102,1,102,1,102,3,102,3026,8,102,1,102, + 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,1,0,3,0,258,8,0,1,0,1,0,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,3,1,272,8,1,1,1,1,1,1,1,1,1,1,1,3,1,279, + 8,1,1,1,1,1,3,1,283,8,1,1,1,1,1,3,1,287,8,1,1,1,1,1,1,1,1,1,3,1, + 293,8,1,1,1,1,1,3,1,297,8,1,1,1,1,1,1,1,1,1,1,1,3,1,304,8,1,1,1, + 1,1,1,1,3,1,309,8,1,1,1,1,1,3,1,313,8,1,1,1,1,1,1,1,1,1,3,1,319, + 8,1,1,1,1,1,3,1,323,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,342,8,1,1,1,1,1,1,1,1,1,3,1,348, + 8,1,1,1,1,1,3,1,352,8,1,1,1,1,1,3,1,356,8,1,1,1,1,1,3,1,360,8,1, + 1,1,1,1,1,1,1,1,1,1,1,1,3,1,368,8,1,1,1,1,1,3,1,372,8,1,1,1,3,1, + 375,8,1,1,1,1,1,1,1,3,1,380,8,1,1,1,1,1,1,1,1,1,3,1,386,8,1,1,1, + 1,1,1,1,1,1,1,1,5,1,393,8,1,10,1,12,1,396,9,1,1,1,1,1,1,1,3,1,401, + 8,1,1,1,1,1,3,1,405,8,1,1,1,1,1,1,1,1,1,3,1,411,8,1,1,1,1,1,1,1, + 1,1,1,1,3,1,418,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,427,8,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,439,8,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,3,1,448,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,457,8,1, + 1,1,1,1,1,1,1,1,3,1,463,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 3,1,474,8,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,482,8,1,1,1,1,1,1,1,1,1, + 1,1,1,1,3,1,490,8,1,1,1,1,1,1,1,1,1,1,1,3,1,497,8,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,3,1,507,8,1,1,1,1,1,1,1,1,1,1,1,3,1,514,8,1, + 1,1,1,1,1,1,1,1,1,1,1,1,3,1,522,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,1,556,8,1,10,1,12,1,559,9, + 1,3,1,561,8,1,1,1,3,1,564,8,1,1,1,1,1,3,1,568,8,1,1,1,1,1,1,1,1, + 1,3,1,574,8,1,1,1,1,1,1,1,3,1,579,8,1,1,1,1,1,1,1,1,1,1,1,3,1,586, + 8,1,1,1,1,1,1,1,1,1,3,1,592,8,1,1,1,1,1,3,1,596,8,1,1,1,1,1,3,1, + 600,8,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,608,8,1,1,1,1,1,1,1,1,1,3,1, + 614,8,1,1,1,1,1,3,1,618,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,3,1,632,8,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,640,8,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 3,1,659,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,1,682,8,1,10,1,12,1,685,9,1,3, + 1,687,8,1,1,1,1,1,1,1,1,1,1,1,3,1,694,8,1,1,1,1,1,1,1,1,1,1,1,3, + 1,701,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,710,8,1,1,1,1,1,3,1,714, + 8,1,1,1,1,1,1,1,1,1,1,1,3,1,721,8,1,1,1,1,1,1,1,1,1,1,1,1,1,5,1, + 729,8,1,10,1,12,1,732,9,1,1,1,1,1,1,1,3,1,737,8,1,1,1,1,1,1,1,3, + 1,742,8,1,1,1,1,1,3,1,746,8,1,1,1,1,1,1,1,1,1,3,1,752,8,1,1,1,1, + 1,1,1,1,1,1,1,5,1,759,8,1,10,1,12,1,762,9,1,1,1,1,1,1,1,3,1,767, + 8,1,1,1,1,1,3,1,771,8,1,1,1,1,1,1,1,1,1,1,1,3,1,778,8,1,1,1,1,1, + 3,1,782,8,1,1,1,1,1,1,1,1,1,5,1,788,8,1,10,1,12,1,791,9,1,1,1,1, + 1,3,1,795,8,1,1,1,1,1,3,1,799,8,1,1,1,1,1,3,1,803,8,1,1,1,3,1,806, + 8,1,1,1,1,1,1,1,1,1,1,1,3,1,813,8,1,1,1,1,1,1,1,1,1,5,1,819,8,1, + 10,1,12,1,822,9,1,1,1,1,1,3,1,826,8,1,1,1,1,1,3,1,830,8,1,1,1,1, + 1,3,1,834,8,1,1,1,3,1,837,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,846, + 8,1,1,1,1,1,1,1,5,1,851,8,1,10,1,12,1,854,9,1,1,1,1,1,3,1,858,8, + 1,1,1,1,1,3,1,862,8,1,1,1,1,1,3,1,866,8,1,1,1,3,1,869,8,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,3,1,878,8,1,1,1,3,1,881,8,1,1,1,1,1,1,1,1, + 1,1,1,5,1,888,8,1,10,1,12,1,891,9,1,1,1,1,1,3,1,895,8,1,1,1,1,1, + 1,1,1,1,3,1,901,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,925,8,1,1,1,1,1, + 1,1,1,1,3,1,931,8,1,3,1,933,8,1,1,1,1,1,1,1,1,1,3,1,939,8,1,1,1, + 1,1,1,1,1,1,3,1,945,8,1,3,1,947,8,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1, + 955,8,1,3,1,957,8,1,1,1,1,1,1,1,1,1,3,1,963,8,1,1,1,1,1,1,1,1,1, + 3,1,969,8,1,3,1,971,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,3,1,986,8,1,1,1,1,1,1,1,3,1,991,8,1,1,1,1,1,1,1,1,1, + 1,1,3,1,998,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,1008,8,1,1,1, + 1,1,1,1,1,1,3,1,1014,8,1,3,1,1016,8,1,1,1,1,1,1,1,1,1,1,1,1,1,3, + 1,1024,8,1,3,1,1026,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,1,1049,8,1,10,1,12, + 1,1052,9,1,3,1,1054,8,1,1,1,1,1,3,1,1058,8,1,1,1,1,1,3,1,1062,8, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,1,1078, + 8,1,10,1,12,1,1081,9,1,3,1,1083,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 5,1,1092,8,1,10,1,12,1,1095,9,1,3,1,1097,8,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,1113,8,1,1,1,1,1,1,1,1,1, + 1,1,1,1,5,1,1121,8,1,10,1,12,1,1124,9,1,1,1,1,1,3,1,1128,8,1,1,1, + 1,1,1,1,1,1,3,1,1134,8,1,1,1,3,1,1137,8,1,1,1,1,1,1,1,1,1,1,1,4, + 1,1144,8,1,11,1,12,1,1145,3,1,1148,8,1,1,2,3,2,1151,8,2,1,2,1,2, + 1,3,1,3,1,3,1,3,5,3,1159,8,3,10,3,12,3,1162,9,3,1,4,3,4,1165,8,4, + 1,4,1,4,1,5,1,5,3,5,1171,8,5,1,5,1,5,1,5,5,5,1176,8,5,10,5,12,5, + 1179,9,5,1,6,1,6,3,6,1183,8,6,1,7,1,7,1,7,1,7,3,7,1189,8,7,1,7,1, + 7,3,7,1193,8,7,1,7,1,7,3,7,1197,8,7,1,8,1,8,1,8,1,8,3,8,1203,8,8, + 1,9,1,9,1,9,1,9,1,10,1,10,1,10,5,10,1212,8,10,10,10,12,10,1215,9, + 10,1,11,1,11,1,11,1,11,1,12,1,12,3,12,1223,8,12,1,13,1,13,1,13,1, + 13,1,13,1,13,5,13,1231,8,13,10,13,12,13,1234,9,13,3,13,1236,8,13, + 1,13,1,13,1,13,3,13,1241,8,13,3,13,1243,8,13,1,13,1,13,1,13,1,13, + 1,13,3,13,1250,8,13,1,13,1,13,1,13,1,13,3,13,1256,8,13,3,13,1258, + 8,13,1,14,1,14,3,14,1262,8,14,1,15,1,15,1,16,1,16,1,16,1,16,1,16, + 1,16,3,16,1272,8,16,1,16,1,16,1,16,1,16,3,16,1278,8,16,1,16,5,16, + 1281,8,16,10,16,12,16,1284,9,16,1,17,1,17,1,17,1,17,1,17,1,17,1, + 17,5,17,1293,8,17,10,17,12,17,1296,9,17,1,17,1,17,1,17,1,17,3,17, + 1302,8,17,1,18,1,18,3,18,1306,8,18,1,18,1,18,3,18,1310,8,18,1,19, + 1,19,3,19,1314,8,19,1,19,1,19,1,19,5,19,1319,8,19,10,19,12,19,1322, + 9,19,1,19,1,19,1,19,1,19,5,19,1328,8,19,10,19,12,19,1331,9,19,3, + 19,1333,8,19,1,19,1,19,3,19,1337,8,19,1,19,1,19,1,19,3,19,1342,8, + 19,1,19,1,19,3,19,1346,8,19,1,19,1,19,1,19,1,19,5,19,1352,8,19,10, + 19,12,19,1355,9,19,3,19,1357,8,19,1,20,3,20,1360,8,20,1,20,1,20, + 1,20,5,20,1365,8,20,10,20,12,20,1368,9,20,1,21,1,21,1,21,1,21,1, + 21,1,21,5,21,1376,8,21,10,21,12,21,1379,9,21,3,21,1381,8,21,1,21, + 1,21,1,21,1,21,1,21,1,21,5,21,1389,8,21,10,21,12,21,1392,9,21,3, + 21,1394,8,21,1,21,1,21,1,21,1,21,1,21,1,21,1,21,5,21,1403,8,21,10, + 21,12,21,1406,9,21,1,21,1,21,3,21,1410,8,21,1,22,1,22,1,22,1,22, + 5,22,1416,8,22,10,22,12,22,1419,9,22,3,22,1421,8,22,1,22,1,22,3, + 22,1425,8,22,1,23,1,23,1,23,1,23,1,23,1,23,1,24,3,24,1434,8,24,1, + 24,1,24,1,24,1,24,1,24,5,24,1441,8,24,10,24,12,24,1444,9,24,3,24, + 1446,8,24,1,24,1,24,1,24,1,24,1,24,5,24,1453,8,24,10,24,12,24,1456, + 9,24,3,24,1458,8,24,1,24,3,24,1461,8,24,1,25,1,25,3,25,1465,8,25, + 1,25,1,25,1,25,1,25,1,25,1,26,1,26,1,27,1,27,3,27,1476,8,27,1,27, + 3,27,1479,8,27,1,27,1,27,1,27,1,27,1,27,3,27,1486,8,27,1,27,3,27, + 1489,8,27,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28, + 1,28,1,28,1,28,1,28,1,28,1,28,3,28,1508,8,28,5,28,1510,8,28,10,28, + 12,28,1513,9,28,1,29,3,29,1516,8,29,1,29,1,29,3,29,1520,8,29,3,29, + 1522,8,29,1,30,1,30,1,30,1,30,1,30,1,30,1,30,5,30,1531,8,30,10,30, + 12,30,1534,9,30,1,30,1,30,3,30,1538,8,30,1,31,1,31,1,31,1,31,1,31, + 1,31,1,31,3,31,1547,8,31,1,31,3,31,1550,8,31,1,32,1,32,1,33,1,33, + 1,34,1,34,1,34,3,34,1559,8,34,1,34,3,34,1562,8,34,1,35,1,35,1,35, + 1,36,1,36,1,36,1,36,1,36,1,36,1,36,1,36,5,36,1575,8,36,10,36,12, + 36,1578,9,36,3,36,1580,8,36,1,36,1,36,1,36,1,36,1,36,5,36,1587,8, + 36,10,36,12,36,1590,9,36,3,36,1592,8,36,1,36,1,36,1,36,1,36,5,36, + 1598,8,36,10,36,12,36,1601,9,36,3,36,1603,8,36,1,36,3,36,1606,8, + 36,1,36,1,36,1,36,3,36,1611,8,36,1,36,3,36,1614,8,36,1,36,1,36,1, + 36,1,36,1,36,1,36,1,36,1,36,5,36,1624,8,36,10,36,12,36,1627,9,36, + 3,36,1629,8,36,1,36,1,36,1,36,1,36,5,36,1635,8,36,10,36,12,36,1638, + 9,36,1,36,1,36,3,36,1642,8,36,1,36,1,36,3,36,1646,8,36,3,36,1648, + 8,36,3,36,1650,8,36,1,37,1,37,1,37,1,37,1,38,1,38,1,38,1,38,1,38, + 1,38,1,38,1,38,1,38,3,38,1665,8,38,3,38,1667,8,38,1,39,1,39,1,39, + 1,39,1,39,1,39,1,39,1,39,1,39,3,39,1678,8,39,1,40,1,40,1,40,1,40, + 1,40,3,40,1685,8,40,1,40,3,40,1688,8,40,1,40,1,40,1,40,3,40,1693, + 8,40,1,41,1,41,1,41,1,41,1,41,1,41,5,41,1701,8,41,10,41,12,41,1704, + 9,41,1,41,1,41,1,42,1,42,1,42,1,42,1,43,1,43,3,43,1714,8,43,1,43, + 1,43,3,43,1718,8,43,3,43,1720,8,43,1,44,1,44,1,44,1,44,5,44,1726, + 8,44,10,44,12,44,1729,9,44,1,44,1,44,1,45,1,45,3,45,1735,8,45,1, + 45,1,45,1,45,1,45,1,45,1,45,1,45,1,45,1,45,5,45,1746,8,45,10,45, + 12,45,1749,9,45,1,45,1,45,1,45,3,45,1754,8,45,1,45,1,45,1,45,1,45, + 1,45,1,45,1,45,1,45,1,45,1,45,1,45,1,45,1,45,1,45,3,45,1770,8,45, + 1,46,1,46,1,46,1,46,1,46,5,46,1777,8,46,10,46,12,46,1780,9,46,3, + 46,1782,8,46,1,46,1,46,1,46,1,46,5,46,1788,8,46,10,46,12,46,1791, + 9,46,3,46,1793,8,46,1,46,1,46,1,47,1,47,1,47,3,47,1800,8,47,1,47, + 1,47,1,47,3,47,1805,8,47,1,48,1,48,1,48,1,48,1,48,1,48,1,48,5,48, + 1814,8,48,10,48,12,48,1817,9,48,3,48,1819,8,48,1,48,1,48,3,48,1823, + 8,48,3,48,1825,8,48,1,48,1,48,1,48,1,48,1,48,1,48,3,48,1833,8,48, + 1,48,1,48,1,48,1,48,1,48,1,48,5,48,1841,8,48,10,48,12,48,1844,9, + 48,1,48,1,48,1,48,3,48,1849,8,48,3,48,1851,8,48,1,49,1,49,1,49,1, + 49,1,49,3,49,1858,8,49,1,49,1,49,3,49,1862,8,49,3,49,1864,8,49,1, + 49,1,49,1,49,1,49,1,49,3,49,1871,8,49,1,49,1,49,3,49,1875,8,49,3, + 49,1877,8,49,3,49,1879,8,49,1,50,1,50,1,50,1,50,1,50,5,50,1886,8, + 50,10,50,12,50,1889,9,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50, + 3,50,1899,8,50,1,51,1,51,3,51,1903,8,51,1,52,1,52,1,52,1,52,1,52, + 1,52,5,52,1911,8,52,10,52,12,52,1914,9,52,1,52,1,52,1,53,1,53,1, + 54,1,54,1,54,3,54,1923,8,54,1,54,1,54,3,54,1927,8,54,1,54,1,54,1, + 54,1,54,1,54,1,54,5,54,1935,8,54,10,54,12,54,1938,9,54,1,55,1,55, + 1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,3,55,1950,8,55,1,55,1,55, + 1,55,1,55,1,55,1,55,3,55,1958,8,55,1,55,1,55,1,55,1,55,1,55,5,55, + 1965,8,55,10,55,12,55,1968,9,55,1,55,1,55,1,55,3,55,1973,8,55,1, + 55,1,55,1,55,1,55,1,55,1,55,3,55,1981,8,55,1,55,1,55,1,55,1,55,3, + 55,1987,8,55,1,55,1,55,3,55,1991,8,55,1,55,1,55,1,55,3,55,1996,8, + 55,1,55,1,55,1,55,3,55,2001,8,55,1,56,1,56,1,56,1,56,3,56,2007,8, + 56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,5, + 56,2021,8,56,10,56,12,56,2024,9,56,1,57,1,57,1,57,1,57,1,57,1,57, + 1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57, + 1,57,1,57,1,57,1,57,1,57,1,57,4,57,2051,8,57,11,57,12,57,2052,1, + 57,1,57,1,57,1,57,1,57,1,57,1,57,5,57,2062,8,57,10,57,12,57,2065, + 9,57,1,57,1,57,1,57,1,57,1,57,3,57,2072,8,57,1,57,1,57,1,57,3,57, + 2077,8,57,1,57,1,57,1,57,3,57,2082,8,57,1,57,1,57,1,57,1,57,1,57, + 1,57,1,57,1,57,1,57,5,57,2093,8,57,10,57,12,57,2096,9,57,1,57,1, + 57,1,57,3,57,2101,8,57,1,57,3,57,2104,8,57,1,57,1,57,1,57,1,57,1, + 57,3,57,2111,8,57,1,57,1,57,1,57,3,57,2116,8,57,1,57,3,57,2119,8, + 57,1,57,3,57,2122,8,57,1,57,1,57,1,57,3,57,2127,8,57,1,57,1,57,1, + 57,5,57,2132,8,57,10,57,12,57,2135,9,57,3,57,2137,8,57,1,57,1,57, + 1,57,1,57,1,57,5,57,2144,8,57,10,57,12,57,2147,9,57,3,57,2149,8, + 57,1,57,1,57,3,57,2153,8,57,1,57,3,57,2156,8,57,1,57,3,57,2159,8, + 57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,5,57,2172, + 8,57,10,57,12,57,2175,9,57,3,57,2177,8,57,1,57,1,57,1,57,1,57,1, + 57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,4,57,2194,8, + 57,11,57,12,57,2195,1,57,1,57,3,57,2200,8,57,1,57,1,57,1,57,1,57, + 4,57,2206,8,57,11,57,12,57,2207,1,57,1,57,3,57,2212,8,57,1,57,1, + 57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1, + 57,1,57,1,57,1,57,1,57,1,57,1,57,5,57,2235,8,57,10,57,12,57,2238, + 9,57,3,57,2240,8,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,3,57,2249, + 8,57,1,57,1,57,1,57,1,57,3,57,2255,8,57,1,57,1,57,1,57,1,57,3,57, + 2261,8,57,1,57,1,57,1,57,1,57,3,57,2267,8,57,1,57,1,57,1,57,1,57, + 1,57,1,57,1,57,3,57,2276,8,57,1,57,3,57,2279,8,57,1,57,3,57,2282, + 8,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57, + 1,57,1,57,1,57,1,57,1,57,3,57,2301,8,57,1,57,1,57,1,57,1,57,1,57, + 1,57,1,57,3,57,2310,8,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57, + 1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,5,57,2330,8,57, + 10,57,12,57,2333,9,57,3,57,2335,8,57,1,57,1,57,1,57,1,57,1,57,1, + 57,1,57,1,57,3,57,2345,8,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,3, + 57,2354,8,57,1,57,1,57,1,57,1,57,3,57,2360,8,57,1,57,1,57,1,57,1, + 57,3,57,2366,8,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,3, + 57,2377,8,57,3,57,2379,8,57,1,57,1,57,1,57,3,57,2384,8,57,1,57,1, + 57,1,57,1,57,1,57,3,57,2391,8,57,3,57,2393,8,57,1,57,1,57,1,57,1, + 57,3,57,2399,8,57,1,57,1,57,1,57,1,57,3,57,2405,8,57,1,57,1,57,1, + 57,1,57,1,57,1,57,1,57,5,57,2414,8,57,10,57,12,57,2417,9,57,1,57, + 1,57,1,57,1,57,1,57,1,57,3,57,2425,8,57,1,57,1,57,1,57,3,57,2430, + 8,57,1,57,1,57,1,57,3,57,2435,8,57,3,57,2437,8,57,3,57,2439,8,57, + 1,57,1,57,1,57,1,57,3,57,2445,8,57,3,57,2447,8,57,1,57,1,57,1,57, + 1,57,1,57,1,57,5,57,2455,8,57,10,57,12,57,2458,9,57,1,57,1,57,1, + 57,1,57,1,57,1,57,3,57,2466,8,57,3,57,2468,8,57,1,57,1,57,1,57,1, + 57,3,57,2474,8,57,3,57,2476,8,57,1,57,3,57,2479,8,57,1,57,1,57,1, + 57,1,57,1,57,1,57,1,57,1,57,5,57,2489,8,57,10,57,12,57,2492,9,57, + 1,58,1,58,1,58,1,58,1,58,1,58,1,58,5,58,2501,8,58,10,58,12,58,2504, + 9,58,3,58,2506,8,58,1,59,1,59,1,59,3,59,2511,8,59,1,60,1,60,1,60, + 3,60,2516,8,60,1,61,1,61,1,61,1,61,1,62,1,62,1,63,1,63,1,63,1,63, + 3,63,2528,8,63,1,64,1,64,3,64,2532,8,64,1,64,1,64,3,64,2536,8,64, + 1,64,3,64,2539,8,64,3,64,2541,8,64,1,65,1,65,1,65,1,65,3,65,2547, + 8,65,1,66,3,66,2550,8,66,1,66,1,66,1,66,1,66,1,66,1,66,1,66,1,66, + 3,66,2560,8,66,1,67,1,67,1,68,1,68,1,68,1,68,3,68,2568,8,68,1,69, + 1,69,1,69,1,69,3,69,2574,8,69,3,69,2576,8,69,1,70,1,70,1,70,1,70, + 1,70,1,70,3,70,2584,8,70,1,71,1,71,1,72,1,72,1,73,1,73,1,74,1,74, + 3,74,2594,8,74,1,74,1,74,1,74,1,74,3,74,2600,8,74,1,75,1,75,1,76, + 1,76,1,77,1,77,1,77,1,77,1,77,1,77,5,77,2612,8,77,10,77,12,77,2615, + 9,77,1,77,1,77,1,77,1,77,1,77,1,77,3,77,2623,8,77,1,77,1,77,1,77, + 1,77,1,77,3,77,2630,8,77,1,77,1,77,1,77,3,77,2635,8,77,1,77,1,77, + 1,77,1,77,1,77,3,77,2642,8,77,1,77,1,77,1,77,1,77,1,77,1,77,1,77, + 1,77,3,77,2652,8,77,1,77,1,77,1,77,3,77,2657,8,77,1,77,1,77,1,77, + 1,77,1,77,3,77,2664,8,77,1,77,1,77,1,77,1,77,1,77,1,77,1,77,1,77, + 1,77,1,77,1,77,1,77,1,77,1,77,1,77,1,77,1,77,1,77,1,77,1,77,1,77, + 1,77,5,77,2688,8,77,10,77,12,77,2691,9,77,1,77,1,77,3,77,2695,8, + 77,3,77,2697,8,77,1,77,1,77,1,77,1,77,1,77,3,77,2704,8,77,5,77,2706, + 8,77,10,77,12,77,2709,9,77,1,78,1,78,1,78,1,78,3,78,2715,8,78,1, + 79,1,79,3,79,2719,8,79,1,80,1,80,1,80,1,80,1,80,1,81,1,81,1,81,1, + 81,1,81,1,81,1,82,1,82,1,82,1,82,3,82,2736,8,82,1,82,1,82,1,82,1, + 82,1,82,1,82,1,82,1,82,1,82,1,82,1,82,5,82,2749,8,82,10,82,12,82, + 2752,9,82,1,82,1,82,1,82,1,82,3,82,2758,8,82,1,82,1,82,1,82,1,82, + 1,82,1,82,1,82,3,82,2767,8,82,1,82,1,82,1,82,1,82,1,82,1,82,5,82, + 2775,8,82,10,82,12,82,2778,9,82,1,82,1,82,3,82,2782,8,82,1,82,1, + 82,1,82,1,82,1,82,5,82,2789,8,82,10,82,12,82,2792,9,82,1,82,1,82, + 3,82,2796,8,82,1,83,1,83,1,83,1,83,1,83,1,83,3,83,2804,8,83,1,84, + 1,84,1,84,1,84,5,84,2810,8,84,10,84,12,84,2813,9,84,3,84,2815,8, + 84,1,84,1,84,1,84,1,84,3,84,2821,8,84,1,84,3,84,2824,8,84,1,84,1, + 84,1,84,1,84,1,84,3,84,2831,8,84,1,84,1,84,1,84,1,84,5,84,2837,8, + 84,10,84,12,84,2840,9,84,3,84,2842,8,84,1,84,1,84,1,84,1,84,5,84, + 2848,8,84,10,84,12,84,2851,9,84,3,84,2853,8,84,1,85,1,85,1,85,1, + 85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1, + 85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,3,85,2879,8,85,1,86,1,86,1, + 86,1,86,1,86,1,86,1,86,1,86,1,86,3,86,2890,8,86,1,87,1,87,1,87,3, + 87,2895,8,87,1,87,1,87,1,87,1,87,1,87,5,87,2902,8,87,10,87,12,87, + 2905,9,87,1,88,1,88,1,88,1,88,1,88,1,88,1,88,1,88,5,88,2915,8,88, + 10,88,12,88,2918,9,88,1,88,1,88,1,88,1,88,1,88,1,88,1,88,1,88,1, + 88,1,88,1,88,1,88,3,88,2932,8,88,1,89,1,89,3,89,2936,8,89,1,89,1, + 89,3,89,2940,8,89,1,89,1,89,3,89,2944,8,89,1,89,1,89,1,89,1,89,3, + 89,2950,8,89,1,89,1,89,3,89,2954,8,89,1,89,1,89,3,89,2958,8,89,1, + 89,1,89,3,89,2962,8,89,3,89,2964,8,89,1,90,1,90,1,90,1,90,1,91,1, + 91,1,91,1,91,3,91,2974,8,91,1,92,1,92,1,92,1,92,1,92,3,92,2981,8, + 92,1,93,1,93,1,93,1,93,1,93,1,93,1,93,3,93,2990,8,93,1,94,1,94,1, + 94,1,94,1,94,3,94,2997,8,94,1,95,1,95,1,95,1,95,1,95,3,95,3004,8, + 95,1,96,1,96,1,96,5,96,3009,8,96,10,96,12,96,3012,9,96,1,97,1,97, + 1,97,1,97,5,97,3018,8,97,10,97,12,97,3021,9,97,1,97,1,97,1,98,1, + 98,1,98,1,98,1,98,5,98,3030,8,98,10,98,12,98,3033,9,98,3,98,3035, + 8,98,1,98,1,98,1,99,3,99,3040,8,99,1,99,1,99,1,100,1,100,1,100,1, + 101,1,101,1,101,3,101,3050,8,101,1,101,1,101,1,101,1,101,1,101,1, + 101,1,101,1,101,1,101,1,101,1,101,1,101,1,101,1,101,3,101,3066,8, + 101,1,102,1,102,1,102,1,102,1,102,1,102,1,102,1,102,1,102,1,102, + 4,102,3078,8,102,11,102,12,102,3079,1,102,3,102,3083,8,102,1,102, + 1,102,1,102,1,102,1,102,4,102,3090,8,102,11,102,12,102,3091,1,102, + 3,102,3095,8,102,1,102,1,102,1,102,1,102,1,102,1,102,1,102,1,102, + 5,102,3105,8,102,10,102,12,102,3108,9,102,1,102,3,102,3111,8,102, 1,102,1,102,1,102,1,102,1,102,1,102,1,102,1,102,1,102,1,102,1,102, - 1,102,1,102,3,102,3042,8,102,1,103,1,103,1,103,1,103,1,103,1,103, - 1,103,1,103,1,103,1,103,4,103,3054,8,103,11,103,12,103,3055,1,103, - 3,103,3059,8,103,1,103,1,103,1,103,1,103,1,103,4,103,3066,8,103, - 11,103,12,103,3067,1,103,3,103,3071,8,103,1,103,1,103,1,103,1,103, - 1,103,1,103,1,103,1,103,5,103,3081,8,103,10,103,12,103,3084,9,103, - 1,103,3,103,3087,8,103,1,103,1,103,1,103,1,103,1,103,1,103,1,103, - 1,103,1,103,1,103,1,103,5,103,3100,8,103,10,103,12,103,3103,9,103, - 1,103,3,103,3106,8,103,1,103,1,103,1,103,1,103,3,103,3112,8,103, - 1,103,1,103,1,103,1,103,1,103,1,103,1,103,1,103,3,103,3122,8,103, - 1,103,1,103,1,103,1,103,1,103,1,103,1,103,1,103,1,103,1,103,3,103, - 3134,8,103,1,103,1,103,1,103,1,103,1,103,1,103,1,103,3,103,3143, - 8,103,1,104,1,104,1,104,1,104,1,104,1,105,1,105,1,105,1,105,1,105, - 1,106,1,106,1,106,1,107,1,107,1,107,1,107,5,107,3162,8,107,10,107, - 12,107,3165,9,107,1,107,1,107,1,107,3,107,3170,8,107,1,108,1,108, - 1,108,4,108,3175,8,108,11,108,12,108,3176,1,109,1,109,1,110,1,110, - 1,110,5,110,3184,8,110,10,110,12,110,3187,9,110,1,111,1,111,1,111, - 1,111,1,111,1,111,1,112,1,112,1,113,1,113,1,113,3,113,3200,8,113, - 1,114,1,114,1,114,1,114,1,114,3,114,3207,8,114,1,115,1,115,1,115, - 5,115,3212,8,115,10,115,12,115,3215,9,115,1,116,1,116,1,116,1,116, - 1,116,3,116,3222,8,116,1,117,3,117,3225,8,117,1,117,1,117,3,117, - 3229,8,117,1,117,1,117,3,117,3233,8,117,1,117,3,117,3236,8,117,1, - 118,1,118,3,118,3240,8,118,1,119,1,119,1,119,0,7,34,58,110,114,116, - 156,176,120,0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36, + 5,102,3124,8,102,10,102,12,102,3127,9,102,1,102,3,102,3130,8,102, + 1,102,1,102,1,102,1,102,3,102,3136,8,102,1,102,1,102,1,102,1,102, + 1,102,1,102,1,102,1,102,3,102,3146,8,102,1,102,1,102,1,102,1,102, + 1,102,1,102,1,102,1,102,1,102,1,102,3,102,3158,8,102,1,102,1,102, + 1,102,1,102,1,102,1,102,1,102,3,102,3167,8,102,1,103,1,103,1,103, + 1,103,1,103,1,104,1,104,1,104,1,104,1,104,1,105,1,105,1,105,1,106, + 1,106,1,106,1,106,5,106,3186,8,106,10,106,12,106,3189,9,106,1,106, + 1,106,1,106,3,106,3194,8,106,1,107,1,107,1,107,4,107,3199,8,107, + 11,107,12,107,3200,1,108,1,108,1,109,1,109,1,109,5,109,3208,8,109, + 10,109,12,109,3211,9,109,1,110,1,110,1,110,1,110,1,110,1,110,1,111, + 1,111,1,112,1,112,1,112,3,112,3224,8,112,1,113,1,113,1,113,1,113, + 1,113,3,113,3231,8,113,1,114,1,114,1,114,5,114,3236,8,114,10,114, + 12,114,3239,9,114,1,115,1,115,1,115,1,115,1,115,3,115,3246,8,115, + 1,116,1,116,1,117,1,117,1,117,1,117,1,118,1,118,1,118,1,118,1,119, + 1,119,1,120,1,120,1,120,1,120,1,121,1,121,1,121,1,121,1,122,1,122, + 1,123,1,123,1,124,1,124,1,125,3,125,3275,8,125,1,125,1,125,3,125, + 3279,8,125,1,125,1,125,3,125,3283,8,125,1,125,3,125,3286,8,125,1, + 126,1,126,3,126,3290,8,126,1,127,1,127,1,127,0,7,32,56,108,112,114, + 154,174,128,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,0,37,2,0,22,22,212, - 212,2,0,55,55,114,114,2,0,226,226,244,244,2,0,88,88,105,105,2,0, - 75,75,106,106,1,0,222,223,2,0,84,84,157,157,2,0,308,308,330,330, - 2,0,74,74,265,265,2,0,12,12,58,58,2,0,84,84,131,131,2,0,5,5,62,62, - 3,0,89,89,135,135,217,217,2,0,16,16,243,243,3,0,18,18,133,133,254, - 254,2,0,288,288,290,290,2,0,107,107,230,230,1,0,302,303,1,0,304, - 306,2,0,127,127,172,172,1,0,275,277,4,0,72,72,80,80,257,257,267, - 267,2,0,32,32,264,264,2,0,10,10,169,169,2,0,83,83,224,224,1,0,296, - 301,3,0,5,5,9,9,238,238,2,0,80,80,257,257,5,0,50,50,101,101,153, - 154,228,228,294,294,1,0,158,161,2,0,85,85,195,195,3,0,96,96,120, - 120,247,247,4,0,63,63,115,115,143,143,278,278,2,0,175,175,293,293, - 5,0,36,36,56,56,110,110,231,231,271,271,2,0,252,252,282,282,55,0, - 1,5,7,7,9,10,12,16,18,18,20,22,25,32,34,35,39,39,48,50,52,55,57, - 58,60,61,63,65,68,70,72,72,75,75,78,78,81,85,87,87,90,96,99,99,101, - 104,106,107,109,109,112,112,114,115,117,118,120,120,127,134,136, - 136,138,138,140,140,143,154,156,163,167,172,174,176,179,179,181, - 196,198,203,205,216,218,220,222,230,232,236,238,243,245,248,250, - 255,258,260,262,264,266,268,270,273,275,279,281,283,286,287,289, - 295,3755,0,241,1,0,0,0,2,253,1,0,0,0,4,1126,1,0,0,0,6,1129,1,0,0, - 0,8,1133,1,0,0,0,10,1143,1,0,0,0,12,1147,1,0,0,0,14,1161,1,0,0,0, - 16,1163,1,0,0,0,18,1177,1,0,0,0,20,1183,1,0,0,0,22,1187,1,0,0,0, - 24,1195,1,0,0,0,26,1201,1,0,0,0,28,1203,1,0,0,0,30,1240,1,0,0,0, - 32,1242,1,0,0,0,34,1244,1,0,0,0,36,1280,1,0,0,0,38,1282,1,0,0,0, - 40,1290,1,0,0,0,42,1338,1,0,0,0,44,1388,1,0,0,0,46,1403,1,0,0,0, - 48,1405,1,0,0,0,50,1412,1,0,0,0,52,1441,1,0,0,0,54,1450,1,0,0,0, - 56,1467,1,0,0,0,58,1469,1,0,0,0,60,1500,1,0,0,0,62,1516,1,0,0,0, - 64,1518,1,0,0,0,66,1527,1,0,0,0,68,1529,1,0,0,0,70,1537,1,0,0,0, - 72,1539,1,0,0,0,74,1542,1,0,0,0,76,1627,1,0,0,0,78,1642,1,0,0,0, - 80,1653,1,0,0,0,82,1655,1,0,0,0,84,1670,1,0,0,0,86,1683,1,0,0,0, - 88,1687,1,0,0,0,90,1697,1,0,0,0,92,1745,1,0,0,0,94,1747,1,0,0,0, - 96,1775,1,0,0,0,98,1782,1,0,0,0,100,1854,1,0,0,0,102,1874,1,0,0, - 0,104,1876,1,0,0,0,106,1880,1,0,0,0,108,1893,1,0,0,0,110,1902,1, - 0,0,0,112,1976,1,0,0,0,114,1982,1,0,0,0,116,2454,1,0,0,0,118,2469, - 1,0,0,0,120,2483,1,0,0,0,122,2488,1,0,0,0,124,2493,1,0,0,0,126,2497, - 1,0,0,0,128,2503,1,0,0,0,130,2516,1,0,0,0,132,2522,1,0,0,0,134,2535, - 1,0,0,0,136,2537,1,0,0,0,138,2543,1,0,0,0,140,2551,1,0,0,0,142,2559, - 1,0,0,0,144,2561,1,0,0,0,146,2563,1,0,0,0,148,2565,1,0,0,0,150,2567, - 1,0,0,0,152,2577,1,0,0,0,154,2579,1,0,0,0,156,2672,1,0,0,0,158,2690, - 1,0,0,0,160,2694,1,0,0,0,162,2696,1,0,0,0,164,2701,1,0,0,0,166,2771, - 1,0,0,0,168,2773,1,0,0,0,170,2790,1,0,0,0,172,2854,1,0,0,0,174,2865, - 1,0,0,0,176,2867,1,0,0,0,178,2907,1,0,0,0,180,2939,1,0,0,0,182,2941, - 1,0,0,0,184,2949,1,0,0,0,186,2956,1,0,0,0,188,2965,1,0,0,0,190,2972, - 1,0,0,0,192,2979,1,0,0,0,194,2981,1,0,0,0,196,2989,1,0,0,0,198,3000, - 1,0,0,0,200,3015,1,0,0,0,202,3019,1,0,0,0,204,3041,1,0,0,0,206,3142, - 1,0,0,0,208,3144,1,0,0,0,210,3149,1,0,0,0,212,3154,1,0,0,0,214,3157, - 1,0,0,0,216,3174,1,0,0,0,218,3178,1,0,0,0,220,3180,1,0,0,0,222,3188, - 1,0,0,0,224,3194,1,0,0,0,226,3199,1,0,0,0,228,3206,1,0,0,0,230,3208, - 1,0,0,0,232,3221,1,0,0,0,234,3235,1,0,0,0,236,3239,1,0,0,0,238,3241, - 1,0,0,0,240,242,3,2,1,0,241,240,1,0,0,0,241,242,1,0,0,0,242,243, - 1,0,0,0,243,244,5,0,0,1,244,1,1,0,0,0,245,247,3,4,2,0,246,248,5, - 309,0,0,247,246,1,0,0,0,247,248,1,0,0,0,248,254,1,0,0,0,249,250, - 3,4,2,0,250,251,5,309,0,0,251,252,3,2,1,0,252,254,1,0,0,0,253,245, - 1,0,0,0,253,249,1,0,0,0,254,3,1,0,0,0,255,1127,3,6,3,0,256,257,5, - 272,0,0,257,1127,3,232,116,0,258,259,5,272,0,0,259,260,3,232,116, - 0,260,261,5,310,0,0,261,262,3,232,116,0,262,1127,1,0,0,0,263,264, - 5,36,0,0,264,268,5,25,0,0,265,266,5,102,0,0,266,267,5,165,0,0,267, - 269,5,77,0,0,268,265,1,0,0,0,268,269,1,0,0,0,269,270,1,0,0,0,270, - 271,3,232,116,0,271,272,5,274,0,0,272,275,3,232,116,0,273,274,5, - 29,0,0,274,276,3,140,70,0,275,273,1,0,0,0,275,276,1,0,0,0,276,279, - 1,0,0,0,277,278,5,14,0,0,278,280,3,228,114,0,279,277,1,0,0,0,279, - 280,1,0,0,0,280,283,1,0,0,0,281,282,5,288,0,0,282,284,3,20,10,0, - 283,281,1,0,0,0,283,284,1,0,0,0,284,1127,1,0,0,0,285,286,5,66,0, - 0,286,289,5,25,0,0,287,288,5,102,0,0,288,290,5,77,0,0,289,287,1, - 0,0,0,289,290,1,0,0,0,290,291,1,0,0,0,291,293,3,232,116,0,292,294, - 7,0,0,0,293,292,1,0,0,0,293,294,1,0,0,0,294,1127,1,0,0,0,295,296, - 5,36,0,0,296,300,5,226,0,0,297,298,5,102,0,0,298,299,5,165,0,0,299, - 301,5,77,0,0,300,297,1,0,0,0,300,301,1,0,0,0,301,302,1,0,0,0,302, - 305,3,220,110,0,303,304,5,14,0,0,304,306,3,228,114,0,305,303,1,0, - 0,0,305,306,1,0,0,0,306,309,1,0,0,0,307,308,5,288,0,0,308,310,3, - 20,10,0,309,307,1,0,0,0,309,310,1,0,0,0,310,1127,1,0,0,0,311,312, - 5,66,0,0,312,315,5,226,0,0,313,314,5,102,0,0,314,316,5,77,0,0,315, - 313,1,0,0,0,315,316,1,0,0,0,316,317,1,0,0,0,317,319,3,220,110,0, - 318,320,7,0,0,0,319,318,1,0,0,0,319,320,1,0,0,0,320,1127,1,0,0,0, - 321,322,5,6,0,0,322,323,5,226,0,0,323,324,3,220,110,0,324,325,5, - 206,0,0,325,326,5,253,0,0,326,327,3,232,116,0,327,1127,1,0,0,0,328, - 329,5,6,0,0,329,330,5,226,0,0,330,331,3,220,110,0,331,332,5,234, - 0,0,332,333,5,14,0,0,333,334,3,228,114,0,334,1127,1,0,0,0,335,338, - 5,36,0,0,336,337,5,177,0,0,337,339,5,209,0,0,338,336,1,0,0,0,338, - 339,1,0,0,0,339,340,1,0,0,0,340,344,5,244,0,0,341,342,5,102,0,0, - 342,343,5,165,0,0,343,345,5,77,0,0,344,341,1,0,0,0,344,345,1,0,0, - 0,345,346,1,0,0,0,346,348,3,220,110,0,347,349,3,90,45,0,348,347, - 1,0,0,0,348,349,1,0,0,0,349,352,1,0,0,0,350,351,5,29,0,0,351,353, - 3,140,70,0,352,350,1,0,0,0,352,353,1,0,0,0,353,356,1,0,0,0,354,355, - 5,288,0,0,355,357,3,20,10,0,356,354,1,0,0,0,356,357,1,0,0,0,357, - 358,1,0,0,0,358,364,5,11,0,0,359,365,3,6,3,0,360,361,5,313,0,0,361, - 362,3,6,3,0,362,363,5,314,0,0,363,365,1,0,0,0,364,359,1,0,0,0,364, - 360,1,0,0,0,365,371,1,0,0,0,366,368,5,288,0,0,367,369,5,162,0,0, - 368,367,1,0,0,0,368,369,1,0,0,0,369,370,1,0,0,0,370,372,5,48,0,0, - 371,366,1,0,0,0,371,372,1,0,0,0,372,1127,1,0,0,0,373,376,5,36,0, - 0,374,375,5,177,0,0,375,377,5,209,0,0,376,374,1,0,0,0,376,377,1, - 0,0,0,377,378,1,0,0,0,378,382,5,244,0,0,379,380,5,102,0,0,380,381, - 5,165,0,0,381,383,5,77,0,0,382,379,1,0,0,0,382,383,1,0,0,0,383,384, - 1,0,0,0,384,385,3,220,110,0,385,386,5,313,0,0,386,391,3,14,7,0,387, - 388,5,312,0,0,388,390,3,14,7,0,389,387,1,0,0,0,390,393,1,0,0,0,391, - 389,1,0,0,0,391,392,1,0,0,0,392,394,1,0,0,0,393,391,1,0,0,0,394, - 397,5,314,0,0,395,396,5,29,0,0,396,398,3,140,70,0,397,395,1,0,0, - 0,397,398,1,0,0,0,398,401,1,0,0,0,399,400,5,288,0,0,400,402,3,20, - 10,0,401,399,1,0,0,0,401,402,1,0,0,0,402,1127,1,0,0,0,403,404,5, - 66,0,0,404,407,5,244,0,0,405,406,5,102,0,0,406,408,5,77,0,0,407, - 405,1,0,0,0,407,408,1,0,0,0,408,409,1,0,0,0,409,1127,3,220,110,0, - 410,411,5,110,0,0,411,412,5,113,0,0,412,414,3,220,110,0,413,415, - 3,90,45,0,414,413,1,0,0,0,414,415,1,0,0,0,415,416,1,0,0,0,416,417, - 3,6,3,0,417,1127,1,0,0,0,418,419,5,56,0,0,419,420,5,88,0,0,420,423, - 3,220,110,0,421,422,5,285,0,0,422,424,3,110,55,0,423,421,1,0,0,0, - 423,424,1,0,0,0,424,1127,1,0,0,0,425,426,5,258,0,0,426,427,5,244, - 0,0,427,1127,3,220,110,0,428,429,5,29,0,0,429,430,5,173,0,0,430, - 431,5,244,0,0,431,432,3,220,110,0,432,435,5,116,0,0,433,436,3,140, - 70,0,434,436,5,166,0,0,435,433,1,0,0,0,435,434,1,0,0,0,436,1127, - 1,0,0,0,437,438,5,29,0,0,438,439,5,173,0,0,439,440,5,283,0,0,440, - 441,3,220,110,0,441,444,5,116,0,0,442,445,3,140,70,0,443,445,5,166, - 0,0,444,442,1,0,0,0,444,443,1,0,0,0,445,1127,1,0,0,0,446,447,5,29, - 0,0,447,448,5,173,0,0,448,449,5,27,0,0,449,450,3,220,110,0,450,453, - 5,116,0,0,451,454,3,140,70,0,452,454,5,166,0,0,453,451,1,0,0,0,453, - 452,1,0,0,0,454,1127,1,0,0,0,455,456,5,6,0,0,456,459,5,244,0,0,457, - 458,5,102,0,0,458,460,5,77,0,0,459,457,1,0,0,0,459,460,1,0,0,0,460, - 461,1,0,0,0,461,462,3,220,110,0,462,463,5,206,0,0,463,464,5,253, - 0,0,464,465,3,220,110,0,465,1127,1,0,0,0,466,467,5,6,0,0,467,470, - 5,244,0,0,468,469,5,102,0,0,469,471,5,77,0,0,470,468,1,0,0,0,470, - 471,1,0,0,0,471,472,1,0,0,0,472,473,3,220,110,0,473,474,5,2,0,0, - 474,478,5,27,0,0,475,476,5,102,0,0,476,477,5,165,0,0,477,479,5,77, - 0,0,478,475,1,0,0,0,478,479,1,0,0,0,479,480,1,0,0,0,480,481,3,16, - 8,0,481,1127,1,0,0,0,482,483,5,6,0,0,483,486,5,244,0,0,484,485,5, - 102,0,0,485,487,5,77,0,0,486,484,1,0,0,0,486,487,1,0,0,0,487,488, - 1,0,0,0,488,489,3,220,110,0,489,490,5,206,0,0,490,493,5,27,0,0,491, - 492,5,102,0,0,492,494,5,77,0,0,493,491,1,0,0,0,493,494,1,0,0,0,494, - 495,1,0,0,0,495,496,3,220,110,0,496,497,5,253,0,0,497,498,3,232, - 116,0,498,1127,1,0,0,0,499,500,5,6,0,0,500,503,5,244,0,0,501,502, - 5,102,0,0,502,504,5,77,0,0,503,501,1,0,0,0,503,504,1,0,0,0,504,505, - 1,0,0,0,505,506,3,220,110,0,506,507,5,66,0,0,507,510,5,27,0,0,508, - 509,5,102,0,0,509,511,5,77,0,0,510,508,1,0,0,0,510,511,1,0,0,0,511, - 512,1,0,0,0,512,513,3,220,110,0,513,1127,1,0,0,0,514,515,5,6,0,0, - 515,518,5,244,0,0,516,517,5,102,0,0,517,519,5,77,0,0,518,516,1,0, - 0,0,518,519,1,0,0,0,519,520,1,0,0,0,520,521,3,220,110,0,521,522, - 5,6,0,0,522,523,5,27,0,0,523,524,3,220,110,0,524,525,5,234,0,0,525, - 526,5,48,0,0,526,527,5,260,0,0,527,528,3,156,78,0,528,1127,1,0,0, - 0,529,530,5,6,0,0,530,531,5,244,0,0,531,532,3,220,110,0,532,533, - 5,234,0,0,533,534,5,14,0,0,534,535,3,228,114,0,535,1127,1,0,0,0, - 536,537,5,6,0,0,537,538,5,244,0,0,538,539,3,220,110,0,539,540,5, - 234,0,0,540,541,5,199,0,0,541,542,3,22,11,0,542,1127,1,0,0,0,543, - 544,5,6,0,0,544,545,5,244,0,0,545,546,3,220,110,0,546,547,5,76,0, - 0,547,560,3,232,116,0,548,557,5,313,0,0,549,554,3,190,95,0,550,551, - 5,312,0,0,551,553,3,190,95,0,552,550,1,0,0,0,553,556,1,0,0,0,554, - 552,1,0,0,0,554,555,1,0,0,0,555,558,1,0,0,0,556,554,1,0,0,0,557, - 549,1,0,0,0,557,558,1,0,0,0,558,559,1,0,0,0,559,561,5,314,0,0,560, - 548,1,0,0,0,560,561,1,0,0,0,561,564,1,0,0,0,562,563,5,285,0,0,563, - 565,3,110,55,0,564,562,1,0,0,0,564,565,1,0,0,0,565,1127,1,0,0,0, - 566,567,5,7,0,0,567,570,3,220,110,0,568,569,5,288,0,0,569,571,3, - 20,10,0,570,568,1,0,0,0,570,571,1,0,0,0,571,1127,1,0,0,0,572,575, - 5,36,0,0,573,574,5,177,0,0,574,576,5,209,0,0,575,573,1,0,0,0,575, - 576,1,0,0,0,576,577,1,0,0,0,577,578,5,150,0,0,578,582,5,283,0,0, - 579,580,5,102,0,0,580,581,5,165,0,0,581,583,5,77,0,0,582,579,1,0, - 0,0,582,583,1,0,0,0,583,584,1,0,0,0,584,588,3,220,110,0,585,586, - 5,92,0,0,586,587,5,191,0,0,587,589,3,150,75,0,588,585,1,0,0,0,588, - 589,1,0,0,0,589,592,1,0,0,0,590,591,5,29,0,0,591,593,3,140,70,0, - 592,590,1,0,0,0,592,593,1,0,0,0,593,596,1,0,0,0,594,595,5,288,0, - 0,595,597,3,20,10,0,596,594,1,0,0,0,596,597,1,0,0,0,597,598,1,0, - 0,0,598,599,5,11,0,0,599,600,3,6,3,0,600,1127,1,0,0,0,601,604,5, - 36,0,0,602,603,5,177,0,0,603,605,5,209,0,0,604,602,1,0,0,0,604,605, - 1,0,0,0,605,606,1,0,0,0,606,607,5,283,0,0,607,610,3,220,110,0,608, - 609,5,29,0,0,609,611,3,140,70,0,610,608,1,0,0,0,610,611,1,0,0,0, - 611,614,1,0,0,0,612,613,5,229,0,0,613,615,7,1,0,0,614,612,1,0,0, - 0,614,615,1,0,0,0,615,616,1,0,0,0,616,617,5,11,0,0,617,618,3,6,3, - 0,618,1127,1,0,0,0,619,620,5,205,0,0,620,621,5,150,0,0,621,622,5, - 283,0,0,622,1127,3,220,110,0,623,624,5,66,0,0,624,625,5,150,0,0, - 625,628,5,283,0,0,626,627,5,102,0,0,627,629,5,77,0,0,628,626,1,0, - 0,0,628,629,1,0,0,0,629,630,1,0,0,0,630,1127,3,220,110,0,631,632, - 5,6,0,0,632,633,5,150,0,0,633,636,5,283,0,0,634,635,5,102,0,0,635, - 637,5,77,0,0,636,634,1,0,0,0,636,637,1,0,0,0,637,638,1,0,0,0,638, - 639,3,220,110,0,639,640,5,206,0,0,640,641,5,253,0,0,641,642,3,220, - 110,0,642,1127,1,0,0,0,643,644,5,6,0,0,644,645,5,150,0,0,645,646, - 5,283,0,0,646,647,3,220,110,0,647,648,5,234,0,0,648,649,5,199,0, - 0,649,650,3,22,11,0,650,1127,1,0,0,0,651,652,5,66,0,0,652,655,5, - 283,0,0,653,654,5,102,0,0,654,656,5,77,0,0,655,653,1,0,0,0,655,656, - 1,0,0,0,656,657,1,0,0,0,657,1127,3,220,110,0,658,659,5,6,0,0,659, - 660,5,283,0,0,660,661,3,220,110,0,661,662,5,206,0,0,662,663,5,253, - 0,0,663,664,3,220,110,0,664,1127,1,0,0,0,665,666,5,6,0,0,666,667, - 5,283,0,0,667,668,3,220,110,0,668,669,5,234,0,0,669,670,5,14,0,0, - 670,671,3,228,114,0,671,1127,1,0,0,0,672,673,5,20,0,0,673,674,3, - 220,110,0,674,683,5,313,0,0,675,680,3,190,95,0,676,677,5,312,0,0, - 677,679,3,190,95,0,678,676,1,0,0,0,679,682,1,0,0,0,680,678,1,0,0, - 0,680,681,1,0,0,0,681,684,1,0,0,0,682,680,1,0,0,0,683,675,1,0,0, - 0,683,684,1,0,0,0,684,685,1,0,0,0,685,686,5,314,0,0,686,1127,1,0, - 0,0,687,690,5,36,0,0,688,689,5,177,0,0,689,691,5,209,0,0,690,688, - 1,0,0,0,690,691,1,0,0,0,691,692,1,0,0,0,692,1127,3,196,98,0,693, - 694,5,66,0,0,694,697,5,90,0,0,695,696,5,102,0,0,696,698,5,77,0,0, - 697,695,1,0,0,0,697,698,1,0,0,0,698,699,1,0,0,0,699,1127,3,198,99, - 0,700,701,5,36,0,0,701,702,5,218,0,0,702,706,3,232,116,0,703,704, - 5,288,0,0,704,705,5,3,0,0,705,707,3,226,113,0,706,703,1,0,0,0,706, - 707,1,0,0,0,707,710,1,0,0,0,708,709,5,105,0,0,709,711,3,232,116, - 0,710,708,1,0,0,0,710,711,1,0,0,0,711,1127,1,0,0,0,712,713,5,66, - 0,0,713,714,5,218,0,0,714,717,3,232,116,0,715,716,5,105,0,0,716, - 718,3,232,116,0,717,715,1,0,0,0,717,718,1,0,0,0,718,1127,1,0,0,0, - 719,720,5,93,0,0,720,721,3,230,115,0,721,722,5,253,0,0,722,727,3, - 228,114,0,723,724,5,312,0,0,724,726,3,228,114,0,725,723,1,0,0,0, - 726,729,1,0,0,0,727,725,1,0,0,0,727,728,1,0,0,0,728,733,1,0,0,0, - 729,727,1,0,0,0,730,731,5,288,0,0,731,732,5,3,0,0,732,734,5,176, - 0,0,733,730,1,0,0,0,733,734,1,0,0,0,734,738,1,0,0,0,735,736,5,94, - 0,0,736,737,5,19,0,0,737,739,3,226,113,0,738,735,1,0,0,0,738,739, - 1,0,0,0,739,742,1,0,0,0,740,741,5,105,0,0,741,743,3,232,116,0,742, - 740,1,0,0,0,742,743,1,0,0,0,743,1127,1,0,0,0,744,748,5,216,0,0,745, - 746,5,3,0,0,746,747,5,176,0,0,747,749,5,86,0,0,748,745,1,0,0,0,748, - 749,1,0,0,0,749,750,1,0,0,0,750,751,3,230,115,0,751,752,5,88,0,0, - 752,757,3,228,114,0,753,754,5,312,0,0,754,756,3,228,114,0,755,753, - 1,0,0,0,756,759,1,0,0,0,757,755,1,0,0,0,757,758,1,0,0,0,758,763, - 1,0,0,0,759,757,1,0,0,0,760,761,5,94,0,0,761,762,5,19,0,0,762,764, - 3,226,113,0,763,760,1,0,0,0,763,764,1,0,0,0,764,767,1,0,0,0,765, - 766,5,105,0,0,766,768,3,232,116,0,767,765,1,0,0,0,767,768,1,0,0, - 0,768,1127,1,0,0,0,769,770,5,234,0,0,770,774,5,218,0,0,771,775,5, - 5,0,0,772,775,5,163,0,0,773,775,3,232,116,0,774,771,1,0,0,0,774, - 772,1,0,0,0,774,773,1,0,0,0,775,778,1,0,0,0,776,777,5,105,0,0,777, - 779,3,232,116,0,778,776,1,0,0,0,778,779,1,0,0,0,779,1127,1,0,0,0, - 780,791,5,93,0,0,781,786,3,218,109,0,782,783,5,312,0,0,783,785,3, - 218,109,0,784,782,1,0,0,0,785,788,1,0,0,0,786,784,1,0,0,0,786,787, - 1,0,0,0,787,792,1,0,0,0,788,786,1,0,0,0,789,790,5,5,0,0,790,792, - 5,198,0,0,791,781,1,0,0,0,791,789,1,0,0,0,792,793,1,0,0,0,793,795, - 5,173,0,0,794,796,7,2,0,0,795,794,1,0,0,0,795,796,1,0,0,0,796,797, - 1,0,0,0,797,798,3,220,110,0,798,799,5,253,0,0,799,803,3,228,114, - 0,800,801,5,288,0,0,801,802,5,93,0,0,802,804,5,176,0,0,803,800,1, - 0,0,0,803,804,1,0,0,0,804,1127,1,0,0,0,805,816,5,57,0,0,806,811, - 3,218,109,0,807,808,5,312,0,0,808,810,3,218,109,0,809,807,1,0,0, - 0,810,813,1,0,0,0,811,809,1,0,0,0,811,812,1,0,0,0,812,817,1,0,0, - 0,813,811,1,0,0,0,814,815,5,5,0,0,815,817,5,198,0,0,816,806,1,0, - 0,0,816,814,1,0,0,0,817,818,1,0,0,0,818,820,5,173,0,0,819,821,7, - 2,0,0,820,819,1,0,0,0,820,821,1,0,0,0,821,822,1,0,0,0,822,823,3, - 220,110,0,823,824,5,253,0,0,824,825,3,228,114,0,825,1127,1,0,0,0, - 826,830,5,216,0,0,827,828,5,93,0,0,828,829,5,176,0,0,829,831,5,86, - 0,0,830,827,1,0,0,0,830,831,1,0,0,0,831,842,1,0,0,0,832,837,3,218, - 109,0,833,834,5,312,0,0,834,836,3,218,109,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,843,1,0,0,0,839, - 837,1,0,0,0,840,841,5,5,0,0,841,843,5,198,0,0,842,832,1,0,0,0,842, - 840,1,0,0,0,843,844,1,0,0,0,844,846,5,173,0,0,845,847,7,2,0,0,846, - 845,1,0,0,0,846,847,1,0,0,0,847,848,1,0,0,0,848,849,3,220,110,0, - 849,850,5,88,0,0,850,851,3,228,114,0,851,1127,1,0,0,0,852,853,5, - 236,0,0,853,859,5,95,0,0,854,856,5,173,0,0,855,857,5,244,0,0,856, - 855,1,0,0,0,856,857,1,0,0,0,857,858,1,0,0,0,858,860,3,220,110,0, - 859,854,1,0,0,0,859,860,1,0,0,0,860,1127,1,0,0,0,861,873,5,78,0, - 0,862,863,5,313,0,0,863,868,3,184,92,0,864,865,5,312,0,0,865,867, - 3,184,92,0,866,864,1,0,0,0,867,870,1,0,0,0,868,866,1,0,0,0,868,869, - 1,0,0,0,869,871,1,0,0,0,870,868,1,0,0,0,871,872,5,314,0,0,872,874, - 1,0,0,0,873,862,1,0,0,0,873,874,1,0,0,0,874,875,1,0,0,0,875,1127, - 3,4,2,0,876,877,5,78,0,0,877,879,5,7,0,0,878,880,5,281,0,0,879,878, - 1,0,0,0,879,880,1,0,0,0,880,881,1,0,0,0,881,1127,3,4,2,0,882,883, - 5,236,0,0,883,884,5,36,0,0,884,885,5,244,0,0,885,1127,3,220,110, - 0,886,887,5,236,0,0,887,888,5,36,0,0,888,889,5,226,0,0,889,1127, - 3,220,110,0,890,891,5,236,0,0,891,892,5,36,0,0,892,893,5,283,0,0, - 893,1127,3,220,110,0,894,895,5,236,0,0,895,896,5,36,0,0,896,897, - 5,150,0,0,897,898,5,283,0,0,898,1127,3,220,110,0,899,900,5,236,0, - 0,900,903,5,245,0,0,901,902,7,3,0,0,902,904,3,220,110,0,903,901, - 1,0,0,0,903,904,1,0,0,0,904,911,1,0,0,0,905,906,5,137,0,0,906,909, - 3,140,70,0,907,908,5,73,0,0,908,910,3,140,70,0,909,907,1,0,0,0,909, - 910,1,0,0,0,910,912,1,0,0,0,911,905,1,0,0,0,911,912,1,0,0,0,912, - 1127,1,0,0,0,913,914,5,236,0,0,914,917,5,227,0,0,915,916,7,3,0,0, - 916,918,3,232,116,0,917,915,1,0,0,0,917,918,1,0,0,0,918,925,1,0, - 0,0,919,920,5,137,0,0,920,923,3,140,70,0,921,922,5,73,0,0,922,924, - 3,140,70,0,923,921,1,0,0,0,923,924,1,0,0,0,924,926,1,0,0,0,925,919, - 1,0,0,0,925,926,1,0,0,0,926,1127,1,0,0,0,927,928,5,236,0,0,928,935, - 5,26,0,0,929,930,5,137,0,0,930,933,3,140,70,0,931,932,5,73,0,0,932, - 934,3,140,70,0,933,931,1,0,0,0,933,934,1,0,0,0,934,936,1,0,0,0,935, - 929,1,0,0,0,935,936,1,0,0,0,936,1127,1,0,0,0,937,938,5,236,0,0,938, - 939,5,28,0,0,939,941,7,3,0,0,940,942,3,220,110,0,941,940,1,0,0,0, - 941,942,1,0,0,0,942,949,1,0,0,0,943,944,5,137,0,0,944,947,3,140, - 70,0,945,946,5,73,0,0,946,948,3,140,70,0,947,945,1,0,0,0,947,948, - 1,0,0,0,948,950,1,0,0,0,949,943,1,0,0,0,949,950,1,0,0,0,950,1127, - 1,0,0,0,951,952,5,236,0,0,952,953,5,240,0,0,953,954,5,86,0,0,954, - 1127,3,220,110,0,955,956,5,236,0,0,956,957,5,240,0,0,957,958,5,86, - 0,0,958,959,5,313,0,0,959,960,3,6,3,0,960,961,5,314,0,0,961,1127, - 1,0,0,0,962,964,5,236,0,0,963,965,5,39,0,0,964,963,1,0,0,0,964,965, - 1,0,0,0,965,966,1,0,0,0,966,969,5,219,0,0,967,968,7,3,0,0,968,970, - 3,232,116,0,969,967,1,0,0,0,969,970,1,0,0,0,970,1127,1,0,0,0,971, - 972,5,236,0,0,972,973,5,218,0,0,973,976,5,95,0,0,974,975,7,3,0,0, - 975,977,3,232,116,0,976,974,1,0,0,0,976,977,1,0,0,0,977,1127,1,0, - 0,0,978,979,5,59,0,0,979,1127,3,220,110,0,980,981,5,58,0,0,981,1127, - 3,220,110,0,982,983,5,236,0,0,983,986,5,91,0,0,984,985,7,3,0,0,985, - 987,3,220,110,0,986,984,1,0,0,0,986,987,1,0,0,0,987,994,1,0,0,0, - 988,989,5,137,0,0,989,992,3,140,70,0,990,991,5,73,0,0,991,993,3, - 140,70,0,992,990,1,0,0,0,992,993,1,0,0,0,993,995,1,0,0,0,994,988, - 1,0,0,0,994,995,1,0,0,0,995,1127,1,0,0,0,996,997,5,236,0,0,997,1004, - 5,233,0,0,998,999,5,137,0,0,999,1002,3,140,70,0,1000,1001,5,73,0, - 0,1001,1003,3,140,70,0,1002,1000,1,0,0,0,1002,1003,1,0,0,0,1003, - 1005,1,0,0,0,1004,998,1,0,0,0,1004,1005,1,0,0,0,1005,1127,1,0,0, - 0,1006,1007,5,234,0,0,1007,1008,5,233,0,0,1008,1009,5,14,0,0,1009, - 1127,3,236,118,0,1010,1011,5,210,0,0,1011,1012,5,233,0,0,1012,1127, - 5,14,0,0,1013,1014,5,234,0,0,1014,1015,5,233,0,0,1015,1016,3,220, - 110,0,1016,1017,5,296,0,0,1017,1018,3,108,54,0,1018,1127,1,0,0,0, - 1019,1020,5,210,0,0,1020,1021,5,233,0,0,1021,1127,3,220,110,0,1022, - 1023,5,239,0,0,1023,1032,5,255,0,0,1024,1029,3,186,93,0,1025,1026, - 5,312,0,0,1026,1028,3,186,93,0,1027,1025,1,0,0,0,1028,1031,1,0,0, - 0,1029,1027,1,0,0,0,1029,1030,1,0,0,0,1030,1033,1,0,0,0,1031,1029, - 1,0,0,0,1032,1024,1,0,0,0,1032,1033,1,0,0,0,1033,1127,1,0,0,0,1034, - 1036,5,30,0,0,1035,1037,5,291,0,0,1036,1035,1,0,0,0,1036,1037,1, - 0,0,0,1037,1127,1,0,0,0,1038,1040,5,220,0,0,1039,1041,5,291,0,0, - 1040,1039,1,0,0,0,1040,1041,1,0,0,0,1041,1127,1,0,0,0,1042,1043, - 5,197,0,0,1043,1044,3,232,116,0,1044,1045,5,88,0,0,1045,1046,3,4, - 2,0,1046,1127,1,0,0,0,1047,1048,5,51,0,0,1048,1049,5,197,0,0,1049, - 1127,3,232,116,0,1050,1051,5,76,0,0,1051,1061,3,232,116,0,1052,1053, - 5,274,0,0,1053,1058,3,108,54,0,1054,1055,5,312,0,0,1055,1057,3,108, - 54,0,1056,1054,1,0,0,0,1057,1060,1,0,0,0,1058,1056,1,0,0,0,1058, - 1059,1,0,0,0,1059,1062,1,0,0,0,1060,1058,1,0,0,0,1061,1052,1,0,0, - 0,1061,1062,1,0,0,0,1062,1127,1,0,0,0,1063,1064,5,76,0,0,1064,1065, - 5,104,0,0,1065,1075,3,140,70,0,1066,1067,5,274,0,0,1067,1072,3,108, - 54,0,1068,1069,5,312,0,0,1069,1071,3,108,54,0,1070,1068,1,0,0,0, - 1071,1074,1,0,0,0,1072,1070,1,0,0,0,1072,1073,1,0,0,0,1073,1076, - 1,0,0,0,1074,1072,1,0,0,0,1075,1066,1,0,0,0,1075,1076,1,0,0,0,1076, - 1127,1,0,0,0,1077,1078,5,59,0,0,1078,1079,5,109,0,0,1079,1127,3, - 232,116,0,1080,1081,5,59,0,0,1081,1082,5,181,0,0,1082,1127,3,232, - 116,0,1083,1084,5,234,0,0,1084,1085,5,188,0,0,1085,1127,3,194,97, - 0,1086,1087,5,234,0,0,1087,1088,5,251,0,0,1088,1091,5,295,0,0,1089, - 1092,5,140,0,0,1090,1092,3,108,54,0,1091,1089,1,0,0,0,1091,1090, - 1,0,0,0,1092,1127,1,0,0,0,1093,1094,5,271,0,0,1094,1095,3,220,110, - 0,1095,1096,5,234,0,0,1096,1101,3,182,91,0,1097,1098,5,312,0,0,1098, - 1100,3,182,91,0,1099,1097,1,0,0,0,1100,1103,1,0,0,0,1101,1099,1, - 0,0,0,1101,1102,1,0,0,0,1102,1106,1,0,0,0,1103,1101,1,0,0,0,1104, - 1105,5,285,0,0,1105,1107,3,110,55,0,1106,1104,1,0,0,0,1106,1107, - 1,0,0,0,1107,1127,1,0,0,0,1108,1109,5,152,0,0,1109,1110,5,113,0, - 0,1110,1115,3,220,110,0,1111,1113,5,11,0,0,1112,1111,1,0,0,0,1112, - 1113,1,0,0,0,1113,1114,1,0,0,0,1114,1116,3,232,116,0,1115,1112,1, - 0,0,0,1115,1116,1,0,0,0,1116,1117,1,0,0,0,1117,1118,5,274,0,0,1118, - 1119,3,58,29,0,1119,1120,5,173,0,0,1120,1122,3,108,54,0,1121,1123, - 3,166,83,0,1122,1121,1,0,0,0,1123,1124,1,0,0,0,1124,1122,1,0,0,0, - 1124,1125,1,0,0,0,1125,1127,1,0,0,0,1126,255,1,0,0,0,1126,256,1, - 0,0,0,1126,258,1,0,0,0,1126,263,1,0,0,0,1126,285,1,0,0,0,1126,295, - 1,0,0,0,1126,311,1,0,0,0,1126,321,1,0,0,0,1126,328,1,0,0,0,1126, - 335,1,0,0,0,1126,373,1,0,0,0,1126,403,1,0,0,0,1126,410,1,0,0,0,1126, - 418,1,0,0,0,1126,425,1,0,0,0,1126,428,1,0,0,0,1126,437,1,0,0,0,1126, - 446,1,0,0,0,1126,455,1,0,0,0,1126,466,1,0,0,0,1126,482,1,0,0,0,1126, - 499,1,0,0,0,1126,514,1,0,0,0,1126,529,1,0,0,0,1126,536,1,0,0,0,1126, - 543,1,0,0,0,1126,566,1,0,0,0,1126,572,1,0,0,0,1126,601,1,0,0,0,1126, - 619,1,0,0,0,1126,623,1,0,0,0,1126,631,1,0,0,0,1126,643,1,0,0,0,1126, - 651,1,0,0,0,1126,658,1,0,0,0,1126,665,1,0,0,0,1126,672,1,0,0,0,1126, - 687,1,0,0,0,1126,693,1,0,0,0,1126,700,1,0,0,0,1126,712,1,0,0,0,1126, - 719,1,0,0,0,1126,744,1,0,0,0,1126,769,1,0,0,0,1126,780,1,0,0,0,1126, - 805,1,0,0,0,1126,826,1,0,0,0,1126,852,1,0,0,0,1126,861,1,0,0,0,1126, - 876,1,0,0,0,1126,882,1,0,0,0,1126,886,1,0,0,0,1126,890,1,0,0,0,1126, - 894,1,0,0,0,1126,899,1,0,0,0,1126,913,1,0,0,0,1126,927,1,0,0,0,1126, - 937,1,0,0,0,1126,951,1,0,0,0,1126,955,1,0,0,0,1126,962,1,0,0,0,1126, - 971,1,0,0,0,1126,978,1,0,0,0,1126,980,1,0,0,0,1126,982,1,0,0,0,1126, - 996,1,0,0,0,1126,1006,1,0,0,0,1126,1010,1,0,0,0,1126,1013,1,0,0, - 0,1126,1019,1,0,0,0,1126,1022,1,0,0,0,1126,1034,1,0,0,0,1126,1038, - 1,0,0,0,1126,1042,1,0,0,0,1126,1047,1,0,0,0,1126,1050,1,0,0,0,1126, - 1063,1,0,0,0,1126,1077,1,0,0,0,1126,1080,1,0,0,0,1126,1083,1,0,0, - 0,1126,1086,1,0,0,0,1126,1093,1,0,0,0,1126,1108,1,0,0,0,1127,5,1, - 0,0,0,1128,1130,3,8,4,0,1129,1128,1,0,0,0,1129,1130,1,0,0,0,1130, - 1131,1,0,0,0,1131,1132,3,10,5,0,1132,7,1,0,0,0,1133,1134,5,288,0, - 0,1134,1139,3,196,98,0,1135,1136,5,312,0,0,1136,1138,3,196,98,0, - 1137,1135,1,0,0,0,1138,1141,1,0,0,0,1139,1137,1,0,0,0,1139,1140, - 1,0,0,0,1140,9,1,0,0,0,1141,1139,1,0,0,0,1142,1144,3,12,6,0,1143, - 1142,1,0,0,0,1143,1144,1,0,0,0,1144,1145,1,0,0,0,1145,1146,3,28, - 14,0,1146,11,1,0,0,0,1147,1149,5,288,0,0,1148,1150,5,204,0,0,1149, - 1148,1,0,0,0,1149,1150,1,0,0,0,1150,1151,1,0,0,0,1151,1156,3,52, - 26,0,1152,1153,5,312,0,0,1153,1155,3,52,26,0,1154,1152,1,0,0,0,1155, - 1158,1,0,0,0,1156,1154,1,0,0,0,1156,1157,1,0,0,0,1157,13,1,0,0,0, - 1158,1156,1,0,0,0,1159,1162,3,16,8,0,1160,1162,3,18,9,0,1161,1159, - 1,0,0,0,1161,1160,1,0,0,0,1162,15,1,0,0,0,1163,1164,3,232,116,0, - 1164,1167,3,156,78,0,1165,1166,5,165,0,0,1166,1168,5,166,0,0,1167, - 1165,1,0,0,0,1167,1168,1,0,0,0,1168,1171,1,0,0,0,1169,1170,5,29, - 0,0,1170,1172,3,140,70,0,1171,1169,1,0,0,0,1171,1172,1,0,0,0,1172, - 1175,1,0,0,0,1173,1174,5,288,0,0,1174,1176,3,20,10,0,1175,1173,1, - 0,0,0,1175,1176,1,0,0,0,1176,17,1,0,0,0,1177,1178,5,137,0,0,1178, - 1181,3,220,110,0,1179,1180,7,4,0,0,1180,1182,5,199,0,0,1181,1179, - 1,0,0,0,1181,1182,1,0,0,0,1182,19,1,0,0,0,1183,1184,5,313,0,0,1184, - 1185,3,22,11,0,1185,1186,5,314,0,0,1186,21,1,0,0,0,1187,1192,3,24, - 12,0,1188,1189,5,312,0,0,1189,1191,3,24,12,0,1190,1188,1,0,0,0,1191, - 1194,1,0,0,0,1192,1190,1,0,0,0,1192,1193,1,0,0,0,1193,23,1,0,0,0, - 1194,1192,1,0,0,0,1195,1196,3,232,116,0,1196,1197,5,296,0,0,1197, - 1198,3,26,13,0,1198,25,1,0,0,0,1199,1202,5,53,0,0,1200,1202,3,108, - 54,0,1201,1199,1,0,0,0,1201,1200,1,0,0,0,1202,27,1,0,0,0,1203,1214, - 3,34,17,0,1204,1205,5,178,0,0,1205,1206,5,19,0,0,1206,1211,3,38, - 19,0,1207,1208,5,312,0,0,1208,1210,3,38,19,0,1209,1207,1,0,0,0,1210, - 1213,1,0,0,0,1211,1209,1,0,0,0,1211,1212,1,0,0,0,1212,1215,1,0,0, - 0,1213,1211,1,0,0,0,1214,1204,1,0,0,0,1214,1215,1,0,0,0,1215,1221, - 1,0,0,0,1216,1217,5,171,0,0,1217,1219,3,32,16,0,1218,1220,7,5,0, - 0,1219,1218,1,0,0,0,1219,1220,1,0,0,0,1220,1222,1,0,0,0,1221,1216, - 1,0,0,0,1221,1222,1,0,0,0,1222,1236,1,0,0,0,1223,1224,5,138,0,0, - 1224,1237,3,30,15,0,1225,1226,5,81,0,0,1226,1228,7,6,0,0,1227,1229, - 3,32,16,0,1228,1227,1,0,0,0,1228,1229,1,0,0,0,1229,1230,1,0,0,0, - 1230,1234,7,5,0,0,1231,1235,5,175,0,0,1232,1233,5,288,0,0,1233,1235, - 5,250,0,0,1234,1231,1,0,0,0,1234,1232,1,0,0,0,1235,1237,1,0,0,0, - 1236,1223,1,0,0,0,1236,1225,1,0,0,0,1236,1237,1,0,0,0,1237,29,1, - 0,0,0,1238,1241,5,5,0,0,1239,1241,3,32,16,0,1240,1238,1,0,0,0,1240, - 1239,1,0,0,0,1241,31,1,0,0,0,1242,1243,7,7,0,0,1243,33,1,0,0,0,1244, - 1245,6,17,-1,0,1245,1246,3,36,18,0,1246,1261,1,0,0,0,1247,1248,10, - 2,0,0,1248,1250,5,111,0,0,1249,1251,3,54,27,0,1250,1249,1,0,0,0, - 1250,1251,1,0,0,0,1251,1252,1,0,0,0,1252,1260,3,34,17,3,1253,1254, - 10,1,0,0,1254,1256,7,8,0,0,1255,1257,3,54,27,0,1256,1255,1,0,0,0, - 1256,1257,1,0,0,0,1257,1258,1,0,0,0,1258,1260,3,34,17,2,1259,1247, - 1,0,0,0,1259,1253,1,0,0,0,1260,1263,1,0,0,0,1261,1259,1,0,0,0,1261, - 1262,1,0,0,0,1262,35,1,0,0,0,1263,1261,1,0,0,0,1264,1281,3,40,20, - 0,1265,1266,5,244,0,0,1266,1281,3,220,110,0,1267,1268,5,280,0,0, - 1268,1273,3,108,54,0,1269,1270,5,312,0,0,1270,1272,3,108,54,0,1271, - 1269,1,0,0,0,1272,1275,1,0,0,0,1273,1271,1,0,0,0,1273,1274,1,0,0, - 0,1274,1281,1,0,0,0,1275,1273,1,0,0,0,1276,1277,5,313,0,0,1277,1278, - 3,28,14,0,1278,1279,5,314,0,0,1279,1281,1,0,0,0,1280,1264,1,0,0, - 0,1280,1265,1,0,0,0,1280,1267,1,0,0,0,1280,1276,1,0,0,0,1281,37, - 1,0,0,0,1282,1284,3,108,54,0,1283,1285,7,9,0,0,1284,1283,1,0,0,0, - 1284,1285,1,0,0,0,1285,1288,1,0,0,0,1286,1287,5,168,0,0,1287,1289, - 7,10,0,0,1288,1286,1,0,0,0,1288,1289,1,0,0,0,1289,39,1,0,0,0,1290, - 1292,5,231,0,0,1291,1293,3,54,27,0,1292,1291,1,0,0,0,1292,1293,1, - 0,0,0,1293,1294,1,0,0,0,1294,1299,3,56,28,0,1295,1296,5,312,0,0, - 1296,1298,3,56,28,0,1297,1295,1,0,0,0,1298,1301,1,0,0,0,1299,1297, - 1,0,0,0,1299,1300,1,0,0,0,1300,1311,1,0,0,0,1301,1299,1,0,0,0,1302, - 1303,5,88,0,0,1303,1308,3,58,29,0,1304,1305,5,312,0,0,1305,1307, - 3,58,29,0,1306,1304,1,0,0,0,1307,1310,1,0,0,0,1308,1306,1,0,0,0, - 1308,1309,1,0,0,0,1309,1312,1,0,0,0,1310,1308,1,0,0,0,1311,1302, - 1,0,0,0,1311,1312,1,0,0,0,1312,1315,1,0,0,0,1313,1314,5,285,0,0, - 1314,1316,3,110,55,0,1315,1313,1,0,0,0,1315,1316,1,0,0,0,1316,1320, - 1,0,0,0,1317,1318,5,97,0,0,1318,1319,5,19,0,0,1319,1321,3,42,21, - 0,1320,1317,1,0,0,0,1320,1321,1,0,0,0,1321,1324,1,0,0,0,1322,1323, - 5,100,0,0,1323,1325,3,110,55,0,1324,1322,1,0,0,0,1324,1325,1,0,0, - 0,1325,1335,1,0,0,0,1326,1327,5,287,0,0,1327,1332,3,48,24,0,1328, - 1329,5,312,0,0,1329,1331,3,48,24,0,1330,1328,1,0,0,0,1331,1334,1, - 0,0,0,1332,1330,1,0,0,0,1332,1333,1,0,0,0,1333,1336,1,0,0,0,1334, - 1332,1,0,0,0,1335,1326,1,0,0,0,1335,1336,1,0,0,0,1336,41,1,0,0,0, - 1337,1339,3,54,27,0,1338,1337,1,0,0,0,1338,1339,1,0,0,0,1339,1340, - 1,0,0,0,1340,1345,3,44,22,0,1341,1342,5,312,0,0,1342,1344,3,44,22, - 0,1343,1341,1,0,0,0,1344,1347,1,0,0,0,1345,1343,1,0,0,0,1345,1346, - 1,0,0,0,1346,43,1,0,0,0,1347,1345,1,0,0,0,1348,1389,3,46,23,0,1349, - 1350,5,221,0,0,1350,1359,5,313,0,0,1351,1356,3,108,54,0,1352,1353, - 5,312,0,0,1353,1355,3,108,54,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,1360,1,0,0,0,1358,1356, - 1,0,0,0,1359,1351,1,0,0,0,1359,1360,1,0,0,0,1360,1361,1,0,0,0,1361, - 1389,5,314,0,0,1362,1363,5,38,0,0,1363,1372,5,313,0,0,1364,1369, - 3,108,54,0,1365,1366,5,312,0,0,1366,1368,3,108,54,0,1367,1365,1, - 0,0,0,1368,1371,1,0,0,0,1369,1367,1,0,0,0,1369,1370,1,0,0,0,1370, - 1373,1,0,0,0,1371,1369,1,0,0,0,1372,1364,1,0,0,0,1372,1373,1,0,0, - 0,1373,1374,1,0,0,0,1374,1389,5,314,0,0,1375,1376,5,98,0,0,1376, - 1377,5,235,0,0,1377,1378,5,313,0,0,1378,1383,3,46,23,0,1379,1380, - 5,312,0,0,1380,1382,3,46,23,0,1381,1379,1,0,0,0,1382,1385,1,0,0, - 0,1383,1381,1,0,0,0,1383,1384,1,0,0,0,1384,1386,1,0,0,0,1385,1383, - 1,0,0,0,1386,1387,5,314,0,0,1387,1389,1,0,0,0,1388,1348,1,0,0,0, - 1388,1349,1,0,0,0,1388,1362,1,0,0,0,1388,1375,1,0,0,0,1389,45,1, - 0,0,0,1390,1399,5,313,0,0,1391,1396,3,108,54,0,1392,1393,5,312,0, - 0,1393,1395,3,108,54,0,1394,1392,1,0,0,0,1395,1398,1,0,0,0,1396, - 1394,1,0,0,0,1396,1397,1,0,0,0,1397,1400,1,0,0,0,1398,1396,1,0,0, - 0,1399,1391,1,0,0,0,1399,1400,1,0,0,0,1400,1401,1,0,0,0,1401,1404, - 5,314,0,0,1402,1404,3,108,54,0,1403,1390,1,0,0,0,1403,1402,1,0,0, - 0,1404,47,1,0,0,0,1405,1406,3,232,116,0,1406,1407,5,11,0,0,1407, - 1408,5,313,0,0,1408,1409,3,50,25,0,1409,1410,5,314,0,0,1410,49,1, - 0,0,0,1411,1413,3,232,116,0,1412,1411,1,0,0,0,1412,1413,1,0,0,0, - 1413,1424,1,0,0,0,1414,1415,5,184,0,0,1415,1416,5,19,0,0,1416,1421, - 3,108,54,0,1417,1418,5,312,0,0,1418,1420,3,108,54,0,1419,1417,1, - 0,0,0,1420,1423,1,0,0,0,1421,1419,1,0,0,0,1421,1422,1,0,0,0,1422, - 1425,1,0,0,0,1423,1421,1,0,0,0,1424,1414,1,0,0,0,1424,1425,1,0,0, - 0,1425,1436,1,0,0,0,1426,1427,5,178,0,0,1427,1428,5,19,0,0,1428, - 1433,3,38,19,0,1429,1430,5,312,0,0,1430,1432,3,38,19,0,1431,1429, - 1,0,0,0,1432,1435,1,0,0,0,1433,1431,1,0,0,0,1433,1434,1,0,0,0,1434, - 1437,1,0,0,0,1435,1433,1,0,0,0,1436,1426,1,0,0,0,1436,1437,1,0,0, - 0,1437,1439,1,0,0,0,1438,1440,3,170,85,0,1439,1438,1,0,0,0,1439, - 1440,1,0,0,0,1440,51,1,0,0,0,1441,1443,3,232,116,0,1442,1444,3,90, - 45,0,1443,1442,1,0,0,0,1443,1444,1,0,0,0,1444,1445,1,0,0,0,1445, - 1446,5,11,0,0,1446,1447,5,313,0,0,1447,1448,3,10,5,0,1448,1449,5, - 314,0,0,1449,53,1,0,0,0,1450,1451,7,11,0,0,1451,55,1,0,0,0,1452, - 1457,3,108,54,0,1453,1455,5,11,0,0,1454,1453,1,0,0,0,1454,1455,1, - 0,0,0,1455,1456,1,0,0,0,1456,1458,3,232,116,0,1457,1454,1,0,0,0, - 1457,1458,1,0,0,0,1458,1468,1,0,0,0,1459,1460,3,116,58,0,1460,1461, - 5,310,0,0,1461,1464,5,304,0,0,1462,1463,5,11,0,0,1463,1465,3,90, - 45,0,1464,1462,1,0,0,0,1464,1465,1,0,0,0,1465,1468,1,0,0,0,1466, - 1468,5,304,0,0,1467,1452,1,0,0,0,1467,1459,1,0,0,0,1467,1466,1,0, - 0,0,1468,57,1,0,0,0,1469,1470,6,29,-1,0,1470,1471,3,64,32,0,1471, - 1490,1,0,0,0,1472,1486,10,2,0,0,1473,1474,5,37,0,0,1474,1475,5,119, - 0,0,1475,1487,3,64,32,0,1476,1477,3,60,30,0,1477,1478,5,119,0,0, - 1478,1479,3,58,29,0,1479,1480,3,62,31,0,1480,1487,1,0,0,0,1481,1482, - 5,155,0,0,1482,1483,3,60,30,0,1483,1484,5,119,0,0,1484,1485,3,64, - 32,0,1485,1487,1,0,0,0,1486,1473,1,0,0,0,1486,1476,1,0,0,0,1486, - 1481,1,0,0,0,1487,1489,1,0,0,0,1488,1472,1,0,0,0,1489,1492,1,0,0, - 0,1490,1488,1,0,0,0,1490,1491,1,0,0,0,1491,59,1,0,0,0,1492,1490, - 1,0,0,0,1493,1495,5,108,0,0,1494,1493,1,0,0,0,1494,1495,1,0,0,0, - 1495,1501,1,0,0,0,1496,1498,7,12,0,0,1497,1499,5,180,0,0,1498,1497, - 1,0,0,0,1498,1499,1,0,0,0,1499,1501,1,0,0,0,1500,1494,1,0,0,0,1500, - 1496,1,0,0,0,1501,61,1,0,0,0,1502,1503,5,173,0,0,1503,1517,3,110, - 55,0,1504,1505,5,274,0,0,1505,1506,5,313,0,0,1506,1511,3,232,116, - 0,1507,1508,5,312,0,0,1508,1510,3,232,116,0,1509,1507,1,0,0,0,1510, - 1513,1,0,0,0,1511,1509,1,0,0,0,1511,1512,1,0,0,0,1512,1514,1,0,0, - 0,1513,1511,1,0,0,0,1514,1515,5,314,0,0,1515,1517,1,0,0,0,1516,1502, - 1,0,0,0,1516,1504,1,0,0,0,1517,63,1,0,0,0,1518,1525,3,74,37,0,1519, - 1520,5,246,0,0,1520,1521,3,66,33,0,1521,1522,5,313,0,0,1522,1523, - 3,108,54,0,1523,1524,5,314,0,0,1524,1526,1,0,0,0,1525,1519,1,0,0, - 0,1525,1526,1,0,0,0,1526,65,1,0,0,0,1527,1528,7,13,0,0,1528,67,1, - 0,0,0,1529,1530,7,14,0,0,1530,69,1,0,0,0,1531,1538,5,72,0,0,1532, - 1534,5,258,0,0,1533,1535,3,140,70,0,1534,1533,1,0,0,0,1534,1535, - 1,0,0,0,1535,1536,1,0,0,0,1536,1538,3,72,36,0,1537,1531,1,0,0,0, - 1537,1532,1,0,0,0,1538,71,1,0,0,0,1539,1540,7,15,0,0,1540,1541,5, - 34,0,0,1541,73,1,0,0,0,1542,1625,3,88,44,0,1543,1544,5,149,0,0,1544, - 1555,5,313,0,0,1545,1546,5,184,0,0,1546,1547,5,19,0,0,1547,1552, - 3,108,54,0,1548,1549,5,312,0,0,1549,1551,3,108,54,0,1550,1548,1, - 0,0,0,1551,1554,1,0,0,0,1552,1550,1,0,0,0,1552,1553,1,0,0,0,1553, - 1556,1,0,0,0,1554,1552,1,0,0,0,1555,1545,1,0,0,0,1555,1556,1,0,0, - 0,1556,1567,1,0,0,0,1557,1558,5,178,0,0,1558,1559,5,19,0,0,1559, - 1564,3,38,19,0,1560,1561,5,312,0,0,1561,1563,3,38,19,0,1562,1560, - 1,0,0,0,1563,1566,1,0,0,0,1564,1562,1,0,0,0,1564,1565,1,0,0,0,1565, - 1568,1,0,0,0,1566,1564,1,0,0,0,1567,1557,1,0,0,0,1567,1568,1,0,0, - 0,1568,1578,1,0,0,0,1569,1570,5,151,0,0,1570,1575,3,76,38,0,1571, - 1572,5,312,0,0,1572,1574,3,76,38,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,1579,1,0,0,0,1577, - 1575,1,0,0,0,1578,1569,1,0,0,0,1578,1579,1,0,0,0,1579,1581,1,0,0, - 0,1580,1582,3,78,39,0,1581,1580,1,0,0,0,1581,1582,1,0,0,0,1582,1586, - 1,0,0,0,1583,1584,5,4,0,0,1584,1585,5,146,0,0,1585,1587,3,82,41, - 0,1586,1583,1,0,0,0,1586,1587,1,0,0,0,1587,1589,1,0,0,0,1588,1590, - 7,16,0,0,1589,1588,1,0,0,0,1589,1590,1,0,0,0,1590,1591,1,0,0,0,1591, - 1592,5,189,0,0,1592,1593,5,313,0,0,1593,1594,3,176,88,0,1594,1604, - 5,314,0,0,1595,1596,5,241,0,0,1596,1601,3,84,42,0,1597,1598,5,312, - 0,0,1598,1600,3,84,42,0,1599,1597,1,0,0,0,1600,1603,1,0,0,0,1601, - 1599,1,0,0,0,1601,1602,1,0,0,0,1602,1605,1,0,0,0,1603,1601,1,0,0, - 0,1604,1595,1,0,0,0,1604,1605,1,0,0,0,1605,1606,1,0,0,0,1606,1607, - 5,54,0,0,1607,1612,3,86,43,0,1608,1609,5,312,0,0,1609,1611,3,86, - 43,0,1610,1608,1,0,0,0,1611,1614,1,0,0,0,1612,1610,1,0,0,0,1612, - 1613,1,0,0,0,1613,1615,1,0,0,0,1614,1612,1,0,0,0,1615,1623,5,314, - 0,0,1616,1618,5,11,0,0,1617,1616,1,0,0,0,1617,1618,1,0,0,0,1618, - 1619,1,0,0,0,1619,1621,3,232,116,0,1620,1622,3,90,45,0,1621,1620, - 1,0,0,0,1621,1622,1,0,0,0,1622,1624,1,0,0,0,1623,1617,1,0,0,0,1623, - 1624,1,0,0,0,1624,1626,1,0,0,0,1625,1543,1,0,0,0,1625,1626,1,0,0, - 0,1626,75,1,0,0,0,1627,1628,3,108,54,0,1628,1629,5,11,0,0,1629,1630, - 3,232,116,0,1630,77,1,0,0,0,1631,1632,5,174,0,0,1632,1633,5,222, - 0,0,1633,1634,5,190,0,0,1634,1643,5,146,0,0,1635,1636,5,5,0,0,1636, - 1637,5,223,0,0,1637,1638,5,190,0,0,1638,1640,5,146,0,0,1639,1641, - 3,80,40,0,1640,1639,1,0,0,0,1640,1641,1,0,0,0,1641,1643,1,0,0,0, - 1642,1631,1,0,0,0,1642,1635,1,0,0,0,1643,79,1,0,0,0,1644,1645,5, - 236,0,0,1645,1646,5,68,0,0,1646,1654,5,148,0,0,1647,1648,5,172,0, - 0,1648,1649,5,68,0,0,1649,1654,5,148,0,0,1650,1651,5,288,0,0,1651, - 1652,5,268,0,0,1652,1654,5,223,0,0,1653,1644,1,0,0,0,1653,1647,1, - 0,0,0,1653,1650,1,0,0,0,1654,81,1,0,0,0,1655,1668,5,237,0,0,1656, - 1663,5,253,0,0,1657,1658,5,157,0,0,1658,1664,5,222,0,0,1659,1661, - 7,10,0,0,1660,1659,1,0,0,0,1660,1661,1,0,0,0,1661,1662,1,0,0,0,1662, - 1664,3,232,116,0,1663,1657,1,0,0,0,1663,1660,1,0,0,0,1664,1669,1, - 0,0,0,1665,1666,5,187,0,0,1666,1667,5,131,0,0,1667,1669,5,222,0, - 0,1668,1656,1,0,0,0,1668,1665,1,0,0,0,1669,83,1,0,0,0,1670,1671, - 3,232,116,0,1671,1672,5,296,0,0,1672,1673,5,313,0,0,1673,1678,3, - 232,116,0,1674,1675,5,312,0,0,1675,1677,3,232,116,0,1676,1674,1, - 0,0,0,1677,1680,1,0,0,0,1678,1676,1,0,0,0,1678,1679,1,0,0,0,1679, - 1681,1,0,0,0,1680,1678,1,0,0,0,1681,1682,5,314,0,0,1682,85,1,0,0, - 0,1683,1684,3,232,116,0,1684,1685,5,11,0,0,1685,1686,3,108,54,0, - 1686,87,1,0,0,0,1687,1695,3,92,46,0,1688,1690,5,11,0,0,1689,1688, - 1,0,0,0,1689,1690,1,0,0,0,1690,1691,1,0,0,0,1691,1693,3,232,116, - 0,1692,1694,3,90,45,0,1693,1692,1,0,0,0,1693,1694,1,0,0,0,1694,1696, - 1,0,0,0,1695,1689,1,0,0,0,1695,1696,1,0,0,0,1696,89,1,0,0,0,1697, - 1698,5,313,0,0,1698,1703,3,232,116,0,1699,1700,5,312,0,0,1700,1702, - 3,232,116,0,1701,1699,1,0,0,0,1702,1705,1,0,0,0,1703,1701,1,0,0, - 0,1703,1704,1,0,0,0,1704,1706,1,0,0,0,1705,1703,1,0,0,0,1706,1707, - 5,314,0,0,1707,91,1,0,0,0,1708,1710,3,220,110,0,1709,1711,3,222, - 111,0,1710,1709,1,0,0,0,1710,1711,1,0,0,0,1711,1746,1,0,0,0,1712, - 1713,5,313,0,0,1713,1714,3,10,5,0,1714,1715,5,314,0,0,1715,1746, - 1,0,0,0,1716,1717,5,269,0,0,1717,1718,5,313,0,0,1718,1723,3,108, - 54,0,1719,1720,5,312,0,0,1720,1722,3,108,54,0,1721,1719,1,0,0,0, - 1722,1725,1,0,0,0,1723,1721,1,0,0,0,1723,1724,1,0,0,0,1724,1726, - 1,0,0,0,1725,1723,1,0,0,0,1726,1729,5,314,0,0,1727,1728,5,288,0, - 0,1728,1730,5,179,0,0,1729,1727,1,0,0,0,1729,1730,1,0,0,0,1730,1746, - 1,0,0,0,1731,1732,5,132,0,0,1732,1733,5,313,0,0,1733,1734,3,10,5, - 0,1734,1735,5,314,0,0,1735,1746,1,0,0,0,1736,1737,5,244,0,0,1737, - 1738,5,313,0,0,1738,1739,3,94,47,0,1739,1740,5,314,0,0,1740,1746, - 1,0,0,0,1741,1742,5,313,0,0,1742,1743,3,58,29,0,1743,1744,5,314, - 0,0,1744,1746,1,0,0,0,1745,1708,1,0,0,0,1745,1712,1,0,0,0,1745,1716, - 1,0,0,0,1745,1731,1,0,0,0,1745,1736,1,0,0,0,1745,1741,1,0,0,0,1746, - 93,1,0,0,0,1747,1748,3,220,110,0,1748,1757,5,313,0,0,1749,1754,3, - 96,48,0,1750,1751,5,312,0,0,1751,1753,3,96,48,0,1752,1750,1,0,0, - 0,1753,1756,1,0,0,0,1754,1752,1,0,0,0,1754,1755,1,0,0,0,1755,1758, - 1,0,0,0,1756,1754,1,0,0,0,1757,1749,1,0,0,0,1757,1758,1,0,0,0,1758, - 1768,1,0,0,0,1759,1760,5,35,0,0,1760,1765,3,106,53,0,1761,1762,5, - 312,0,0,1762,1764,3,106,53,0,1763,1761,1,0,0,0,1764,1767,1,0,0,0, - 1765,1763,1,0,0,0,1765,1766,1,0,0,0,1766,1769,1,0,0,0,1767,1765, - 1,0,0,0,1768,1759,1,0,0,0,1768,1769,1,0,0,0,1769,1770,1,0,0,0,1770, - 1771,5,314,0,0,1771,95,1,0,0,0,1772,1773,3,232,116,0,1773,1774,5, - 323,0,0,1774,1776,1,0,0,0,1775,1772,1,0,0,0,1775,1776,1,0,0,0,1776, - 1780,1,0,0,0,1777,1781,3,98,49,0,1778,1781,3,102,51,0,1779,1781, - 3,108,54,0,1780,1777,1,0,0,0,1780,1778,1,0,0,0,1780,1779,1,0,0,0, - 1781,97,1,0,0,0,1782,1800,3,100,50,0,1783,1784,5,184,0,0,1784,1798, - 5,19,0,0,1785,1794,5,313,0,0,1786,1791,3,108,54,0,1787,1788,5,312, - 0,0,1788,1790,3,108,54,0,1789,1787,1,0,0,0,1790,1793,1,0,0,0,1791, - 1789,1,0,0,0,1791,1792,1,0,0,0,1792,1795,1,0,0,0,1793,1791,1,0,0, - 0,1794,1786,1,0,0,0,1794,1795,1,0,0,0,1795,1796,1,0,0,0,1796,1799, - 5,314,0,0,1797,1799,3,108,54,0,1798,1785,1,0,0,0,1798,1797,1,0,0, - 0,1799,1801,1,0,0,0,1800,1783,1,0,0,0,1800,1801,1,0,0,0,1801,1808, - 1,0,0,0,1802,1803,5,200,0,0,1803,1804,5,284,0,0,1804,1809,5,68,0, - 0,1805,1806,5,127,0,0,1806,1807,5,284,0,0,1807,1809,5,68,0,0,1808, - 1802,1,0,0,0,1808,1805,1,0,0,0,1808,1809,1,0,0,0,1809,1826,1,0,0, - 0,1810,1811,5,178,0,0,1811,1824,5,19,0,0,1812,1813,5,313,0,0,1813, - 1818,3,38,19,0,1814,1815,5,312,0,0,1815,1817,3,38,19,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,314,0,0,1822,1825,1,0, - 0,0,1823,1825,3,38,19,0,1824,1812,1,0,0,0,1824,1823,1,0,0,0,1825, - 1827,1,0,0,0,1826,1810,1,0,0,0,1826,1827,1,0,0,0,1827,99,1,0,0,0, - 1828,1829,5,244,0,0,1829,1830,5,313,0,0,1830,1831,3,220,110,0,1831, - 1839,5,314,0,0,1832,1834,5,11,0,0,1833,1832,1,0,0,0,1833,1834,1, - 0,0,0,1834,1835,1,0,0,0,1835,1837,3,232,116,0,1836,1838,3,90,45, - 0,1837,1836,1,0,0,0,1837,1838,1,0,0,0,1838,1840,1,0,0,0,1839,1833, - 1,0,0,0,1839,1840,1,0,0,0,1840,1855,1,0,0,0,1841,1842,5,244,0,0, - 1842,1843,5,313,0,0,1843,1844,3,10,5,0,1844,1852,5,314,0,0,1845, - 1847,5,11,0,0,1846,1845,1,0,0,0,1846,1847,1,0,0,0,1847,1848,1,0, - 0,0,1848,1850,3,232,116,0,1849,1851,3,90,45,0,1850,1849,1,0,0,0, - 1850,1851,1,0,0,0,1851,1853,1,0,0,0,1852,1846,1,0,0,0,1852,1853, - 1,0,0,0,1853,1855,1,0,0,0,1854,1828,1,0,0,0,1854,1841,1,0,0,0,1855, - 101,1,0,0,0,1856,1857,5,60,0,0,1857,1858,5,313,0,0,1858,1863,3,104, - 52,0,1859,1860,5,312,0,0,1860,1862,3,104,52,0,1861,1859,1,0,0,0, - 1862,1865,1,0,0,0,1863,1861,1,0,0,0,1863,1864,1,0,0,0,1864,1866, - 1,0,0,0,1865,1863,1,0,0,0,1866,1867,5,314,0,0,1867,1875,1,0,0,0, - 1868,1869,5,24,0,0,1869,1870,5,313,0,0,1870,1871,5,166,0,0,1871, - 1872,5,11,0,0,1872,1873,5,60,0,0,1873,1875,5,314,0,0,1874,1856,1, - 0,0,0,1874,1868,1,0,0,0,1875,103,1,0,0,0,1876,1878,3,232,116,0,1877, - 1879,3,156,78,0,1878,1877,1,0,0,0,1878,1879,1,0,0,0,1879,105,1,0, - 0,0,1880,1881,5,313,0,0,1881,1882,3,220,110,0,1882,1883,5,312,0, - 0,1883,1888,3,220,110,0,1884,1885,5,312,0,0,1885,1887,3,220,110, - 0,1886,1884,1,0,0,0,1887,1890,1,0,0,0,1888,1886,1,0,0,0,1888,1889, - 1,0,0,0,1889,1891,1,0,0,0,1890,1888,1,0,0,0,1891,1892,5,314,0,0, - 1892,107,1,0,0,0,1893,1894,3,110,55,0,1894,109,1,0,0,0,1895,1896, - 6,55,-1,0,1896,1898,3,114,57,0,1897,1899,3,112,56,0,1898,1897,1, - 0,0,0,1898,1899,1,0,0,0,1899,1903,1,0,0,0,1900,1901,5,165,0,0,1901, - 1903,3,110,55,3,1902,1895,1,0,0,0,1902,1900,1,0,0,0,1903,1912,1, - 0,0,0,1904,1905,10,2,0,0,1905,1906,5,8,0,0,1906,1911,3,110,55,3, - 1907,1908,10,1,0,0,1908,1909,5,177,0,0,1909,1911,3,110,55,2,1910, - 1904,1,0,0,0,1910,1907,1,0,0,0,1911,1914,1,0,0,0,1912,1910,1,0,0, - 0,1912,1913,1,0,0,0,1913,111,1,0,0,0,1914,1912,1,0,0,0,1915,1916, - 3,144,72,0,1916,1917,3,114,57,0,1917,1977,1,0,0,0,1918,1919,3,144, - 72,0,1919,1920,3,146,73,0,1920,1921,5,313,0,0,1921,1922,3,10,5,0, - 1922,1923,5,314,0,0,1923,1977,1,0,0,0,1924,1926,5,165,0,0,1925,1924, - 1,0,0,0,1925,1926,1,0,0,0,1926,1927,1,0,0,0,1927,1928,5,17,0,0,1928, - 1929,3,114,57,0,1929,1930,5,8,0,0,1930,1931,3,114,57,0,1931,1977, - 1,0,0,0,1932,1934,5,165,0,0,1933,1932,1,0,0,0,1933,1934,1,0,0,0, - 1934,1935,1,0,0,0,1935,1936,5,105,0,0,1936,1937,5,313,0,0,1937,1942, - 3,108,54,0,1938,1939,5,312,0,0,1939,1941,3,108,54,0,1940,1938,1, - 0,0,0,1941,1944,1,0,0,0,1942,1940,1,0,0,0,1942,1943,1,0,0,0,1943, - 1945,1,0,0,0,1944,1942,1,0,0,0,1945,1946,5,314,0,0,1946,1977,1,0, - 0,0,1947,1949,5,165,0,0,1948,1947,1,0,0,0,1948,1949,1,0,0,0,1949, - 1950,1,0,0,0,1950,1951,5,105,0,0,1951,1952,5,313,0,0,1952,1953,3, - 10,5,0,1953,1954,5,314,0,0,1954,1977,1,0,0,0,1955,1957,5,165,0,0, - 1956,1955,1,0,0,0,1956,1957,1,0,0,0,1957,1958,1,0,0,0,1958,1959, - 5,137,0,0,1959,1962,3,114,57,0,1960,1961,5,73,0,0,1961,1963,3,114, - 57,0,1962,1960,1,0,0,0,1962,1963,1,0,0,0,1963,1977,1,0,0,0,1964, - 1966,5,116,0,0,1965,1967,5,165,0,0,1966,1965,1,0,0,0,1966,1967,1, - 0,0,0,1967,1968,1,0,0,0,1968,1977,5,166,0,0,1969,1971,5,116,0,0, - 1970,1972,5,165,0,0,1971,1970,1,0,0,0,1971,1972,1,0,0,0,1972,1973, - 1,0,0,0,1973,1974,5,62,0,0,1974,1975,5,88,0,0,1975,1977,3,114,57, - 0,1976,1915,1,0,0,0,1976,1918,1,0,0,0,1976,1925,1,0,0,0,1976,1933, - 1,0,0,0,1976,1948,1,0,0,0,1976,1956,1,0,0,0,1976,1964,1,0,0,0,1976, - 1969,1,0,0,0,1977,113,1,0,0,0,1978,1979,6,57,-1,0,1979,1983,3,116, - 58,0,1980,1981,7,17,0,0,1981,1983,3,114,57,4,1982,1978,1,0,0,0,1982, - 1980,1,0,0,0,1983,1998,1,0,0,0,1984,1985,10,3,0,0,1985,1986,7,18, - 0,0,1986,1997,3,114,57,4,1987,1988,10,2,0,0,1988,1989,7,17,0,0,1989, - 1997,3,114,57,3,1990,1991,10,1,0,0,1991,1992,5,307,0,0,1992,1997, - 3,114,57,2,1993,1994,10,5,0,0,1994,1995,5,13,0,0,1995,1997,3,142, - 71,0,1996,1984,1,0,0,0,1996,1987,1,0,0,0,1996,1990,1,0,0,0,1996, - 1993,1,0,0,0,1997,2000,1,0,0,0,1998,1996,1,0,0,0,1998,1999,1,0,0, - 0,1999,115,1,0,0,0,2000,1998,1,0,0,0,2001,2002,6,58,-1,0,2002,2455, - 5,166,0,0,2003,2455,3,150,75,0,2004,2005,3,232,116,0,2005,2006,3, - 140,70,0,2006,2455,1,0,0,0,2007,2008,5,65,0,0,2008,2009,5,196,0, - 0,2009,2455,3,140,70,0,2010,2455,3,234,117,0,2011,2455,3,148,74, - 0,2012,2455,3,140,70,0,2013,2455,5,329,0,0,2014,2455,5,308,0,0,2015, - 2016,5,194,0,0,2016,2017,5,313,0,0,2017,2018,3,114,57,0,2018,2019, - 5,105,0,0,2019,2020,3,114,57,0,2020,2021,5,314,0,0,2021,2455,1,0, - 0,0,2022,2023,5,313,0,0,2023,2026,3,108,54,0,2024,2025,5,312,0,0, - 2025,2027,3,108,54,0,2026,2024,1,0,0,0,2027,2028,1,0,0,0,2028,2026, - 1,0,0,0,2028,2029,1,0,0,0,2029,2030,1,0,0,0,2030,2031,5,314,0,0, - 2031,2455,1,0,0,0,2032,2033,5,222,0,0,2033,2034,5,313,0,0,2034,2039, - 3,108,54,0,2035,2036,5,312,0,0,2036,2038,3,108,54,0,2037,2035,1, - 0,0,0,2038,2041,1,0,0,0,2039,2037,1,0,0,0,2039,2040,1,0,0,0,2040, - 2042,1,0,0,0,2041,2039,1,0,0,0,2042,2043,5,314,0,0,2043,2455,1,0, - 0,0,2044,2045,5,139,0,0,2045,2047,5,313,0,0,2046,2048,3,54,27,0, - 2047,2046,1,0,0,0,2047,2048,1,0,0,0,2048,2049,1,0,0,0,2049,2052, - 3,108,54,0,2050,2051,5,312,0,0,2051,2053,3,140,70,0,2052,2050,1, - 0,0,0,2052,2053,1,0,0,0,2053,2057,1,0,0,0,2054,2055,5,173,0,0,2055, - 2056,5,183,0,0,2056,2058,3,70,35,0,2057,2054,1,0,0,0,2057,2058,1, - 0,0,0,2058,2059,1,0,0,0,2059,2060,5,314,0,0,2060,2061,5,289,0,0, - 2061,2062,5,97,0,0,2062,2063,5,313,0,0,2063,2064,5,178,0,0,2064, - 2065,5,19,0,0,2065,2070,3,38,19,0,2066,2067,5,312,0,0,2067,2069, - 3,38,19,0,2068,2066,1,0,0,0,2069,2072,1,0,0,0,2070,2068,1,0,0,0, - 2070,2071,1,0,0,0,2071,2073,1,0,0,0,2072,2070,1,0,0,0,2073,2074, - 5,314,0,0,2074,2076,1,0,0,0,2075,2077,3,164,82,0,2076,2075,1,0,0, - 0,2076,2077,1,0,0,0,2077,2455,1,0,0,0,2078,2080,3,136,68,0,2079, - 2078,1,0,0,0,2079,2080,1,0,0,0,2080,2081,1,0,0,0,2081,2082,3,220, - 110,0,2082,2086,5,313,0,0,2083,2084,3,232,116,0,2084,2085,5,310, - 0,0,2085,2087,1,0,0,0,2086,2083,1,0,0,0,2086,2087,1,0,0,0,2087,2088, - 1,0,0,0,2088,2089,5,304,0,0,2089,2091,5,314,0,0,2090,2092,3,164, - 82,0,2091,2090,1,0,0,0,2091,2092,1,0,0,0,2092,2094,1,0,0,0,2093, - 2095,3,168,84,0,2094,2093,1,0,0,0,2094,2095,1,0,0,0,2095,2455,1, - 0,0,0,2096,2098,3,136,68,0,2097,2096,1,0,0,0,2097,2098,1,0,0,0,2098, - 2099,1,0,0,0,2099,2100,3,220,110,0,2100,2112,5,313,0,0,2101,2103, - 3,54,27,0,2102,2101,1,0,0,0,2102,2103,1,0,0,0,2103,2104,1,0,0,0, - 2104,2109,3,108,54,0,2105,2106,5,312,0,0,2106,2108,3,108,54,0,2107, - 2105,1,0,0,0,2108,2111,1,0,0,0,2109,2107,1,0,0,0,2109,2110,1,0,0, - 0,2110,2113,1,0,0,0,2111,2109,1,0,0,0,2112,2102,1,0,0,0,2112,2113, - 1,0,0,0,2113,2124,1,0,0,0,2114,2115,5,178,0,0,2115,2116,5,19,0,0, - 2116,2121,3,38,19,0,2117,2118,5,312,0,0,2118,2120,3,38,19,0,2119, - 2117,1,0,0,0,2120,2123,1,0,0,0,2121,2119,1,0,0,0,2121,2122,1,0,0, - 0,2122,2125,1,0,0,0,2123,2121,1,0,0,0,2124,2114,1,0,0,0,2124,2125, - 1,0,0,0,2125,2126,1,0,0,0,2126,2128,5,314,0,0,2127,2129,3,164,82, - 0,2128,2127,1,0,0,0,2128,2129,1,0,0,0,2129,2134,1,0,0,0,2130,2132, - 3,138,69,0,2131,2130,1,0,0,0,2131,2132,1,0,0,0,2132,2133,1,0,0,0, - 2133,2135,3,168,84,0,2134,2131,1,0,0,0,2134,2135,1,0,0,0,2135,2455, - 1,0,0,0,2136,2137,3,232,116,0,2137,2138,3,168,84,0,2138,2455,1,0, - 0,0,2139,2140,3,232,116,0,2140,2141,5,322,0,0,2141,2142,3,108,54, - 0,2142,2455,1,0,0,0,2143,2152,5,313,0,0,2144,2149,3,232,116,0,2145, - 2146,5,312,0,0,2146,2148,3,232,116,0,2147,2145,1,0,0,0,2148,2151, - 1,0,0,0,2149,2147,1,0,0,0,2149,2150,1,0,0,0,2150,2153,1,0,0,0,2151, - 2149,1,0,0,0,2152,2144,1,0,0,0,2152,2153,1,0,0,0,2153,2154,1,0,0, - 0,2154,2155,5,314,0,0,2155,2156,5,322,0,0,2156,2455,3,108,54,0,2157, - 2158,5,313,0,0,2158,2159,3,10,5,0,2159,2160,5,314,0,0,2160,2455, - 1,0,0,0,2161,2162,5,77,0,0,2162,2163,5,313,0,0,2163,2164,3,10,5, - 0,2164,2165,5,314,0,0,2165,2455,1,0,0,0,2166,2167,5,23,0,0,2167, - 2169,3,108,54,0,2168,2170,3,162,81,0,2169,2168,1,0,0,0,2170,2171, - 1,0,0,0,2171,2169,1,0,0,0,2171,2172,1,0,0,0,2172,2175,1,0,0,0,2173, - 2174,5,67,0,0,2174,2176,3,108,54,0,2175,2173,1,0,0,0,2175,2176,1, - 0,0,0,2176,2177,1,0,0,0,2177,2178,5,71,0,0,2178,2455,1,0,0,0,2179, - 2181,5,23,0,0,2180,2182,3,162,81,0,2181,2180,1,0,0,0,2182,2183,1, - 0,0,0,2183,2181,1,0,0,0,2183,2184,1,0,0,0,2184,2187,1,0,0,0,2185, - 2186,5,67,0,0,2186,2188,3,108,54,0,2187,2185,1,0,0,0,2187,2188,1, - 0,0,0,2188,2189,1,0,0,0,2189,2190,5,71,0,0,2190,2455,1,0,0,0,2191, - 2192,5,24,0,0,2192,2193,5,313,0,0,2193,2194,3,108,54,0,2194,2195, - 5,11,0,0,2195,2196,3,156,78,0,2196,2197,5,314,0,0,2197,2455,1,0, - 0,0,2198,2199,5,259,0,0,2199,2200,5,313,0,0,2200,2201,3,108,54,0, - 2201,2202,5,11,0,0,2202,2203,3,156,78,0,2203,2204,5,314,0,0,2204, - 2455,1,0,0,0,2205,2206,5,10,0,0,2206,2215,5,315,0,0,2207,2212,3, - 108,54,0,2208,2209,5,312,0,0,2209,2211,3,108,54,0,2210,2208,1,0, - 0,0,2211,2214,1,0,0,0,2212,2210,1,0,0,0,2212,2213,1,0,0,0,2213,2216, - 1,0,0,0,2214,2212,1,0,0,0,2215,2207,1,0,0,0,2215,2216,1,0,0,0,2216, - 2217,1,0,0,0,2217,2455,5,316,0,0,2218,2455,3,232,116,0,2219,2455, - 5,41,0,0,2220,2224,5,45,0,0,2221,2222,5,313,0,0,2222,2223,5,330, - 0,0,2223,2225,5,314,0,0,2224,2221,1,0,0,0,2224,2225,1,0,0,0,2225, - 2455,1,0,0,0,2226,2230,5,46,0,0,2227,2228,5,313,0,0,2228,2229,5, - 330,0,0,2229,2231,5,314,0,0,2230,2227,1,0,0,0,2230,2231,1,0,0,0, - 2231,2455,1,0,0,0,2232,2236,5,141,0,0,2233,2234,5,313,0,0,2234,2235, - 5,330,0,0,2235,2237,5,314,0,0,2236,2233,1,0,0,0,2236,2237,1,0,0, - 0,2237,2455,1,0,0,0,2238,2242,5,142,0,0,2239,2240,5,313,0,0,2240, - 2241,5,330,0,0,2241,2243,5,314,0,0,2242,2239,1,0,0,0,2242,2243,1, - 0,0,0,2243,2455,1,0,0,0,2244,2455,5,47,0,0,2245,2455,5,40,0,0,2246, - 2455,5,44,0,0,2247,2455,5,42,0,0,2248,2249,5,256,0,0,2249,2257,5, - 313,0,0,2250,2252,3,68,34,0,2251,2250,1,0,0,0,2251,2252,1,0,0,0, - 2252,2254,1,0,0,0,2253,2255,3,114,57,0,2254,2253,1,0,0,0,2254,2255, - 1,0,0,0,2255,2256,1,0,0,0,2256,2258,5,88,0,0,2257,2251,1,0,0,0,2257, - 2258,1,0,0,0,2258,2259,1,0,0,0,2259,2260,3,114,57,0,2260,2261,5, - 314,0,0,2261,2455,1,0,0,0,2262,2263,5,256,0,0,2263,2264,5,313,0, - 0,2264,2265,3,114,57,0,2265,2266,5,312,0,0,2266,2267,3,114,57,0, - 2267,2268,5,314,0,0,2268,2455,1,0,0,0,2269,2270,5,242,0,0,2270,2271, - 5,313,0,0,2271,2272,3,114,57,0,2272,2273,5,88,0,0,2273,2276,3,114, - 57,0,2274,2275,5,86,0,0,2275,2277,3,114,57,0,2276,2274,1,0,0,0,2276, - 2277,1,0,0,0,2277,2278,1,0,0,0,2278,2279,5,314,0,0,2279,2455,1,0, - 0,0,2280,2281,5,164,0,0,2281,2282,5,313,0,0,2282,2285,3,114,57,0, - 2283,2284,5,312,0,0,2284,2286,3,154,77,0,2285,2283,1,0,0,0,2285, - 2286,1,0,0,0,2286,2287,1,0,0,0,2287,2288,5,314,0,0,2288,2455,1,0, - 0,0,2289,2290,5,79,0,0,2290,2291,5,313,0,0,2291,2292,3,232,116,0, - 2292,2293,5,88,0,0,2293,2294,3,114,57,0,2294,2295,5,314,0,0,2295, - 2455,1,0,0,0,2296,2297,5,313,0,0,2297,2298,3,108,54,0,2298,2299, - 5,314,0,0,2299,2455,1,0,0,0,2300,2301,5,98,0,0,2301,2310,5,313,0, - 0,2302,2307,3,220,110,0,2303,2304,5,312,0,0,2304,2306,3,220,110, - 0,2305,2303,1,0,0,0,2306,2309,1,0,0,0,2307,2305,1,0,0,0,2307,2308, - 1,0,0,0,2308,2311,1,0,0,0,2309,2307,1,0,0,0,2310,2302,1,0,0,0,2310, - 2311,1,0,0,0,2311,2312,1,0,0,0,2312,2455,5,314,0,0,2313,2314,5,122, - 0,0,2314,2315,5,313,0,0,2315,2320,3,118,59,0,2316,2317,3,126,63, - 0,2317,2318,5,173,0,0,2318,2319,5,72,0,0,2319,2321,1,0,0,0,2320, - 2316,1,0,0,0,2320,2321,1,0,0,0,2321,2322,1,0,0,0,2322,2323,5,314, - 0,0,2323,2455,1,0,0,0,2324,2325,5,126,0,0,2325,2326,5,313,0,0,2326, - 2329,3,118,59,0,2327,2328,5,214,0,0,2328,2330,3,156,78,0,2329,2327, - 1,0,0,0,2329,2330,1,0,0,0,2330,2335,1,0,0,0,2331,2332,3,128,64,0, - 2332,2333,5,173,0,0,2333,2334,5,68,0,0,2334,2336,1,0,0,0,2335,2331, - 1,0,0,0,2335,2336,1,0,0,0,2336,2341,1,0,0,0,2337,2338,3,128,64,0, - 2338,2339,5,173,0,0,2339,2340,5,72,0,0,2340,2342,1,0,0,0,2341,2337, - 1,0,0,0,2341,2342,1,0,0,0,2342,2343,1,0,0,0,2343,2344,5,314,0,0, - 2344,2455,1,0,0,0,2345,2346,5,124,0,0,2346,2347,5,313,0,0,2347,2354, - 3,118,59,0,2348,2349,5,214,0,0,2349,2352,3,156,78,0,2350,2351,5, - 87,0,0,2351,2353,3,122,61,0,2352,2350,1,0,0,0,2352,2353,1,0,0,0, - 2353,2355,1,0,0,0,2354,2348,1,0,0,0,2354,2355,1,0,0,0,2355,2359, - 1,0,0,0,2356,2357,3,130,65,0,2357,2358,5,292,0,0,2358,2360,1,0,0, - 0,2359,2356,1,0,0,0,2359,2360,1,0,0,0,2360,2368,1,0,0,0,2361,2362, - 7,19,0,0,2362,2366,5,201,0,0,2363,2364,5,173,0,0,2364,2365,5,225, - 0,0,2365,2367,5,248,0,0,2366,2363,1,0,0,0,2366,2367,1,0,0,0,2367, - 2369,1,0,0,0,2368,2361,1,0,0,0,2368,2369,1,0,0,0,2369,2374,1,0,0, - 0,2370,2371,3,132,66,0,2371,2372,5,173,0,0,2372,2373,5,68,0,0,2373, - 2375,1,0,0,0,2374,2370,1,0,0,0,2374,2375,1,0,0,0,2375,2380,1,0,0, - 0,2376,2377,3,132,66,0,2377,2378,5,173,0,0,2378,2379,5,72,0,0,2379, - 2381,1,0,0,0,2380,2376,1,0,0,0,2380,2381,1,0,0,0,2381,2382,1,0,0, - 0,2382,2383,5,314,0,0,2383,2455,1,0,0,0,2384,2385,5,123,0,0,2385, - 2414,5,313,0,0,2386,2391,3,134,67,0,2387,2388,5,312,0,0,2388,2390, - 3,134,67,0,2389,2387,1,0,0,0,2390,2393,1,0,0,0,2391,2389,1,0,0,0, - 2391,2392,1,0,0,0,2392,2400,1,0,0,0,2393,2391,1,0,0,0,2394,2395, - 5,166,0,0,2395,2396,5,173,0,0,2396,2401,5,166,0,0,2397,2398,5,1, - 0,0,2398,2399,5,173,0,0,2399,2401,5,166,0,0,2400,2394,1,0,0,0,2400, - 2397,1,0,0,0,2400,2401,1,0,0,0,2401,2412,1,0,0,0,2402,2403,5,288, - 0,0,2403,2405,5,266,0,0,2404,2406,5,129,0,0,2405,2404,1,0,0,0,2405, - 2406,1,0,0,0,2406,2413,1,0,0,0,2407,2408,5,290,0,0,2408,2410,5,266, - 0,0,2409,2411,5,129,0,0,2410,2409,1,0,0,0,2410,2411,1,0,0,0,2411, - 2413,1,0,0,0,2412,2402,1,0,0,0,2412,2407,1,0,0,0,2412,2413,1,0,0, - 0,2413,2415,1,0,0,0,2414,2386,1,0,0,0,2414,2415,1,0,0,0,2415,2422, - 1,0,0,0,2416,2417,5,214,0,0,2417,2420,3,156,78,0,2418,2419,5,87, - 0,0,2419,2421,3,122,61,0,2420,2418,1,0,0,0,2420,2421,1,0,0,0,2421, - 2423,1,0,0,0,2422,2416,1,0,0,0,2422,2423,1,0,0,0,2423,2424,1,0,0, - 0,2424,2455,5,314,0,0,2425,2426,5,121,0,0,2426,2443,5,313,0,0,2427, - 2432,3,120,60,0,2428,2429,5,312,0,0,2429,2431,3,120,60,0,2430,2428, - 1,0,0,0,2431,2434,1,0,0,0,2432,2430,1,0,0,0,2432,2433,1,0,0,0,2433, - 2441,1,0,0,0,2434,2432,1,0,0,0,2435,2436,5,166,0,0,2436,2437,5,173, - 0,0,2437,2442,5,166,0,0,2438,2439,5,1,0,0,2439,2440,5,173,0,0,2440, - 2442,5,166,0,0,2441,2435,1,0,0,0,2441,2438,1,0,0,0,2441,2442,1,0, - 0,0,2442,2444,1,0,0,0,2443,2427,1,0,0,0,2443,2444,1,0,0,0,2444,2451, - 1,0,0,0,2445,2446,5,214,0,0,2446,2449,3,156,78,0,2447,2448,5,87, - 0,0,2448,2450,3,122,61,0,2449,2447,1,0,0,0,2449,2450,1,0,0,0,2450, - 2452,1,0,0,0,2451,2445,1,0,0,0,2451,2452,1,0,0,0,2452,2453,1,0,0, - 0,2453,2455,5,314,0,0,2454,2001,1,0,0,0,2454,2003,1,0,0,0,2454,2004, - 1,0,0,0,2454,2007,1,0,0,0,2454,2010,1,0,0,0,2454,2011,1,0,0,0,2454, - 2012,1,0,0,0,2454,2013,1,0,0,0,2454,2014,1,0,0,0,2454,2015,1,0,0, - 0,2454,2022,1,0,0,0,2454,2032,1,0,0,0,2454,2044,1,0,0,0,2454,2079, - 1,0,0,0,2454,2097,1,0,0,0,2454,2136,1,0,0,0,2454,2139,1,0,0,0,2454, - 2143,1,0,0,0,2454,2157,1,0,0,0,2454,2161,1,0,0,0,2454,2166,1,0,0, - 0,2454,2179,1,0,0,0,2454,2191,1,0,0,0,2454,2198,1,0,0,0,2454,2205, - 1,0,0,0,2454,2218,1,0,0,0,2454,2219,1,0,0,0,2454,2220,1,0,0,0,2454, - 2226,1,0,0,0,2454,2232,1,0,0,0,2454,2238,1,0,0,0,2454,2244,1,0,0, - 0,2454,2245,1,0,0,0,2454,2246,1,0,0,0,2454,2247,1,0,0,0,2454,2248, - 1,0,0,0,2454,2262,1,0,0,0,2454,2269,1,0,0,0,2454,2280,1,0,0,0,2454, - 2289,1,0,0,0,2454,2296,1,0,0,0,2454,2300,1,0,0,0,2454,2313,1,0,0, - 0,2454,2324,1,0,0,0,2454,2345,1,0,0,0,2454,2384,1,0,0,0,2454,2425, - 1,0,0,0,2455,2466,1,0,0,0,2456,2457,10,24,0,0,2457,2458,5,315,0, - 0,2458,2459,3,114,57,0,2459,2460,5,316,0,0,2460,2465,1,0,0,0,2461, - 2462,10,22,0,0,2462,2463,5,310,0,0,2463,2465,3,232,116,0,2464,2456, - 1,0,0,0,2464,2461,1,0,0,0,2465,2468,1,0,0,0,2466,2464,1,0,0,0,2466, - 2467,1,0,0,0,2467,117,1,0,0,0,2468,2466,1,0,0,0,2469,2470,3,120, - 60,0,2470,2471,5,312,0,0,2471,2481,3,140,70,0,2472,2473,5,186,0, - 0,2473,2478,3,124,62,0,2474,2475,5,312,0,0,2475,2477,3,124,62,0, - 2476,2474,1,0,0,0,2477,2480,1,0,0,0,2478,2476,1,0,0,0,2478,2479, - 1,0,0,0,2479,2482,1,0,0,0,2480,2478,1,0,0,0,2481,2472,1,0,0,0,2481, - 2482,1,0,0,0,2482,119,1,0,0,0,2483,2486,3,108,54,0,2484,2485,5,87, - 0,0,2485,2487,3,122,61,0,2486,2484,1,0,0,0,2486,2487,1,0,0,0,2487, - 121,1,0,0,0,2488,2491,5,120,0,0,2489,2490,5,70,0,0,2490,2492,7,20, - 0,0,2491,2489,1,0,0,0,2491,2492,1,0,0,0,2492,123,1,0,0,0,2493,2494, - 3,120,60,0,2494,2495,5,11,0,0,2495,2496,3,232,116,0,2496,125,1,0, - 0,0,2497,2498,7,21,0,0,2498,127,1,0,0,0,2499,2504,5,72,0,0,2500, - 2504,5,166,0,0,2501,2502,5,53,0,0,2502,2504,3,108,54,0,2503,2499, - 1,0,0,0,2503,2500,1,0,0,0,2503,2501,1,0,0,0,2504,129,1,0,0,0,2505, - 2507,5,290,0,0,2506,2508,5,10,0,0,2507,2506,1,0,0,0,2507,2508,1, - 0,0,0,2508,2517,1,0,0,0,2509,2511,5,288,0,0,2510,2512,7,22,0,0,2511, - 2510,1,0,0,0,2511,2512,1,0,0,0,2512,2514,1,0,0,0,2513,2515,5,10, - 0,0,2514,2513,1,0,0,0,2514,2515,1,0,0,0,2515,2517,1,0,0,0,2516,2505, - 1,0,0,0,2516,2509,1,0,0,0,2517,131,1,0,0,0,2518,2523,5,72,0,0,2519, - 2523,5,166,0,0,2520,2521,5,68,0,0,2521,2523,7,23,0,0,2522,2518,1, - 0,0,0,2522,2519,1,0,0,0,2522,2520,1,0,0,0,2523,133,1,0,0,0,2524, - 2526,5,128,0,0,2525,2524,1,0,0,0,2525,2526,1,0,0,0,2526,2527,1,0, - 0,0,2527,2528,3,108,54,0,2528,2529,5,279,0,0,2529,2530,3,120,60, - 0,2530,2536,1,0,0,0,2531,2532,3,108,54,0,2532,2533,5,311,0,0,2533, - 2534,3,120,60,0,2534,2536,1,0,0,0,2535,2525,1,0,0,0,2535,2531,1, - 0,0,0,2536,135,1,0,0,0,2537,2538,7,24,0,0,2538,137,1,0,0,0,2539, - 2540,5,103,0,0,2540,2544,5,168,0,0,2541,2542,5,211,0,0,2542,2544, - 5,168,0,0,2543,2539,1,0,0,0,2543,2541,1,0,0,0,2544,139,1,0,0,0,2545, - 2552,5,327,0,0,2546,2549,5,328,0,0,2547,2548,5,261,0,0,2548,2550, - 5,327,0,0,2549,2547,1,0,0,0,2549,2550,1,0,0,0,2550,2552,1,0,0,0, - 2551,2545,1,0,0,0,2551,2546,1,0,0,0,2552,141,1,0,0,0,2553,2554,5, - 251,0,0,2554,2555,5,295,0,0,2555,2560,3,150,75,0,2556,2557,5,251, - 0,0,2557,2558,5,295,0,0,2558,2560,3,140,70,0,2559,2553,1,0,0,0,2559, - 2556,1,0,0,0,2560,143,1,0,0,0,2561,2562,7,25,0,0,2562,145,1,0,0, - 0,2563,2564,7,26,0,0,2564,147,1,0,0,0,2565,2566,7,27,0,0,2566,149, - 1,0,0,0,2567,2569,5,112,0,0,2568,2570,7,17,0,0,2569,2568,1,0,0,0, - 2569,2570,1,0,0,0,2570,2571,1,0,0,0,2571,2572,3,140,70,0,2572,2575, - 3,152,76,0,2573,2574,5,253,0,0,2574,2576,3,152,76,0,2575,2573,1, - 0,0,0,2575,2576,1,0,0,0,2576,151,1,0,0,0,2577,2578,7,28,0,0,2578, - 153,1,0,0,0,2579,2580,7,29,0,0,2580,155,1,0,0,0,2581,2582,6,78,-1, - 0,2582,2583,5,222,0,0,2583,2584,5,313,0,0,2584,2589,3,158,79,0,2585, - 2586,5,312,0,0,2586,2588,3,158,79,0,2587,2585,1,0,0,0,2588,2591, - 1,0,0,0,2589,2587,1,0,0,0,2589,2590,1,0,0,0,2590,2592,1,0,0,0,2591, - 2589,1,0,0,0,2592,2593,5,314,0,0,2593,2673,1,0,0,0,2594,2595,5,112, - 0,0,2595,2598,3,152,76,0,2596,2597,5,253,0,0,2597,2599,3,152,76, - 0,2598,2596,1,0,0,0,2598,2599,1,0,0,0,2599,2673,1,0,0,0,2600,2605, - 5,252,0,0,2601,2602,5,313,0,0,2602,2603,3,160,80,0,2603,2604,5,314, - 0,0,2604,2606,1,0,0,0,2605,2601,1,0,0,0,2605,2606,1,0,0,0,2606,2610, - 1,0,0,0,2607,2608,5,290,0,0,2608,2609,5,251,0,0,2609,2611,5,295, - 0,0,2610,2607,1,0,0,0,2610,2611,1,0,0,0,2611,2673,1,0,0,0,2612,2617, - 5,252,0,0,2613,2614,5,313,0,0,2614,2615,3,160,80,0,2615,2616,5,314, - 0,0,2616,2618,1,0,0,0,2617,2613,1,0,0,0,2617,2618,1,0,0,0,2618,2619, - 1,0,0,0,2619,2620,5,288,0,0,2620,2621,5,251,0,0,2621,2673,5,295, - 0,0,2622,2627,5,251,0,0,2623,2624,5,313,0,0,2624,2625,3,160,80,0, - 2625,2626,5,314,0,0,2626,2628,1,0,0,0,2627,2623,1,0,0,0,2627,2628, - 1,0,0,0,2628,2632,1,0,0,0,2629,2630,5,290,0,0,2630,2631,5,251,0, - 0,2631,2633,5,295,0,0,2632,2629,1,0,0,0,2632,2633,1,0,0,0,2633,2673, - 1,0,0,0,2634,2639,5,251,0,0,2635,2636,5,313,0,0,2636,2637,3,160, - 80,0,2637,2638,5,314,0,0,2638,2640,1,0,0,0,2639,2635,1,0,0,0,2639, - 2640,1,0,0,0,2640,2641,1,0,0,0,2641,2642,5,288,0,0,2642,2643,5,251, - 0,0,2643,2673,5,295,0,0,2644,2645,5,65,0,0,2645,2673,5,196,0,0,2646, - 2647,5,10,0,0,2647,2648,5,298,0,0,2648,2649,3,156,78,0,2649,2650, - 5,300,0,0,2650,2673,1,0,0,0,2651,2652,5,145,0,0,2652,2653,5,298, - 0,0,2653,2654,3,156,78,0,2654,2655,5,312,0,0,2655,2656,3,156,78, - 0,2656,2657,5,300,0,0,2657,2673,1,0,0,0,2658,2670,3,232,116,0,2659, - 2660,5,313,0,0,2660,2665,3,160,80,0,2661,2662,5,312,0,0,2662,2664, - 3,160,80,0,2663,2661,1,0,0,0,2664,2667,1,0,0,0,2665,2663,1,0,0,0, - 2665,2666,1,0,0,0,2666,2668,1,0,0,0,2667,2665,1,0,0,0,2668,2669, - 5,314,0,0,2669,2671,1,0,0,0,2670,2659,1,0,0,0,2670,2671,1,0,0,0, - 2671,2673,1,0,0,0,2672,2581,1,0,0,0,2672,2594,1,0,0,0,2672,2600, - 1,0,0,0,2672,2612,1,0,0,0,2672,2622,1,0,0,0,2672,2634,1,0,0,0,2672, - 2644,1,0,0,0,2672,2646,1,0,0,0,2672,2651,1,0,0,0,2672,2658,1,0,0, - 0,2673,2683,1,0,0,0,2674,2675,10,2,0,0,2675,2679,5,10,0,0,2676,2677, - 5,315,0,0,2677,2678,5,330,0,0,2678,2680,5,316,0,0,2679,2676,1,0, - 0,0,2679,2680,1,0,0,0,2680,2682,1,0,0,0,2681,2674,1,0,0,0,2682,2685, - 1,0,0,0,2683,2681,1,0,0,0,2683,2684,1,0,0,0,2684,157,1,0,0,0,2685, - 2683,1,0,0,0,2686,2691,3,156,78,0,2687,2688,3,232,116,0,2688,2689, - 3,156,78,0,2689,2691,1,0,0,0,2690,2686,1,0,0,0,2690,2687,1,0,0,0, - 2691,159,1,0,0,0,2692,2695,5,330,0,0,2693,2695,3,156,78,0,2694,2692, - 1,0,0,0,2694,2693,1,0,0,0,2695,161,1,0,0,0,2696,2697,5,284,0,0,2697, - 2698,3,108,54,0,2698,2699,5,249,0,0,2699,2700,3,108,54,0,2700,163, - 1,0,0,0,2701,2702,5,82,0,0,2702,2703,5,313,0,0,2703,2704,5,285,0, - 0,2704,2705,3,110,55,0,2705,2706,5,314,0,0,2706,165,1,0,0,0,2707, - 2708,5,284,0,0,2708,2711,5,147,0,0,2709,2710,5,8,0,0,2710,2712,3, - 108,54,0,2711,2709,1,0,0,0,2711,2712,1,0,0,0,2712,2713,1,0,0,0,2713, - 2714,5,249,0,0,2714,2715,5,271,0,0,2715,2716,5,234,0,0,2716,2717, - 3,232,116,0,2717,2718,5,296,0,0,2718,2726,3,108,54,0,2719,2720,5, - 312,0,0,2720,2721,3,232,116,0,2721,2722,5,296,0,0,2722,2723,3,108, - 54,0,2723,2725,1,0,0,0,2724,2719,1,0,0,0,2725,2728,1,0,0,0,2726, - 2724,1,0,0,0,2726,2727,1,0,0,0,2727,2772,1,0,0,0,2728,2726,1,0,0, - 0,2729,2730,5,284,0,0,2730,2733,5,147,0,0,2731,2732,5,8,0,0,2732, - 2734,3,108,54,0,2733,2731,1,0,0,0,2733,2734,1,0,0,0,2734,2735,1, - 0,0,0,2735,2736,5,249,0,0,2736,2772,5,56,0,0,2737,2738,5,284,0,0, - 2738,2739,5,165,0,0,2739,2742,5,147,0,0,2740,2741,5,8,0,0,2741,2743, - 3,108,54,0,2742,2740,1,0,0,0,2742,2743,1,0,0,0,2743,2744,1,0,0,0, - 2744,2745,5,249,0,0,2745,2757,5,110,0,0,2746,2747,5,313,0,0,2747, - 2752,3,232,116,0,2748,2749,5,312,0,0,2749,2751,3,232,116,0,2750, - 2748,1,0,0,0,2751,2754,1,0,0,0,2752,2750,1,0,0,0,2752,2753,1,0,0, - 0,2753,2755,1,0,0,0,2754,2752,1,0,0,0,2755,2756,5,314,0,0,2756,2758, - 1,0,0,0,2757,2746,1,0,0,0,2757,2758,1,0,0,0,2758,2759,1,0,0,0,2759, - 2760,5,280,0,0,2760,2761,5,313,0,0,2761,2766,3,108,54,0,2762,2763, - 5,312,0,0,2763,2765,3,108,54,0,2764,2762,1,0,0,0,2765,2768,1,0,0, - 0,2766,2764,1,0,0,0,2766,2767,1,0,0,0,2767,2769,1,0,0,0,2768,2766, - 1,0,0,0,2769,2770,5,314,0,0,2770,2772,1,0,0,0,2771,2707,1,0,0,0, - 2771,2729,1,0,0,0,2771,2737,1,0,0,0,2772,167,1,0,0,0,2773,2779,5, - 182,0,0,2774,2780,3,232,116,0,2775,2776,5,313,0,0,2776,2777,3,50, - 25,0,2777,2778,5,314,0,0,2778,2780,1,0,0,0,2779,2774,1,0,0,0,2779, - 2775,1,0,0,0,2780,169,1,0,0,0,2781,2782,5,151,0,0,2782,2787,3,76, - 38,0,2783,2784,5,312,0,0,2784,2786,3,76,38,0,2785,2783,1,0,0,0,2786, - 2789,1,0,0,0,2787,2785,1,0,0,0,2787,2788,1,0,0,0,2788,2791,1,0,0, - 0,2789,2787,1,0,0,0,2790,2781,1,0,0,0,2790,2791,1,0,0,0,2791,2792, - 1,0,0,0,2792,2796,3,172,86,0,2793,2794,5,4,0,0,2794,2795,5,146,0, - 0,2795,2797,3,82,41,0,2796,2793,1,0,0,0,2796,2797,1,0,0,0,2797,2799, - 1,0,0,0,2798,2800,7,16,0,0,2799,2798,1,0,0,0,2799,2800,1,0,0,0,2800, - 2806,1,0,0,0,2801,2802,5,189,0,0,2802,2803,5,313,0,0,2803,2804,3, - 176,88,0,2804,2805,5,314,0,0,2805,2807,1,0,0,0,2806,2801,1,0,0,0, - 2806,2807,1,0,0,0,2807,2817,1,0,0,0,2808,2809,5,241,0,0,2809,2814, - 3,84,42,0,2810,2811,5,312,0,0,2811,2813,3,84,42,0,2812,2810,1,0, - 0,0,2813,2816,1,0,0,0,2814,2812,1,0,0,0,2814,2815,1,0,0,0,2815,2818, - 1,0,0,0,2816,2814,1,0,0,0,2817,2808,1,0,0,0,2817,2818,1,0,0,0,2818, - 2828,1,0,0,0,2819,2820,5,54,0,0,2820,2825,3,86,43,0,2821,2822,5, - 312,0,0,2822,2824,3,86,43,0,2823,2821,1,0,0,0,2824,2827,1,0,0,0, - 2825,2823,1,0,0,0,2825,2826,1,0,0,0,2826,2829,1,0,0,0,2827,2825, - 1,0,0,0,2828,2819,1,0,0,0,2828,2829,1,0,0,0,2829,171,1,0,0,0,2830, - 2831,5,202,0,0,2831,2855,3,174,87,0,2832,2833,5,223,0,0,2833,2855, - 3,174,87,0,2834,2835,5,99,0,0,2835,2855,3,174,87,0,2836,2837,5,202, - 0,0,2837,2838,5,17,0,0,2838,2839,3,174,87,0,2839,2840,5,8,0,0,2840, - 2841,3,174,87,0,2841,2855,1,0,0,0,2842,2843,5,223,0,0,2843,2844, - 5,17,0,0,2844,2845,3,174,87,0,2845,2846,5,8,0,0,2846,2847,3,174, - 87,0,2847,2855,1,0,0,0,2848,2849,5,99,0,0,2849,2850,5,17,0,0,2850, - 2851,3,174,87,0,2851,2852,5,8,0,0,2852,2853,3,174,87,0,2853,2855, - 1,0,0,0,2854,2830,1,0,0,0,2854,2832,1,0,0,0,2854,2834,1,0,0,0,2854, - 2836,1,0,0,0,2854,2842,1,0,0,0,2854,2848,1,0,0,0,2855,173,1,0,0, - 0,2856,2857,5,262,0,0,2857,2866,5,195,0,0,2858,2859,5,262,0,0,2859, - 2866,5,85,0,0,2860,2861,5,39,0,0,2861,2866,5,222,0,0,2862,2863,3, - 108,54,0,2863,2864,7,30,0,0,2864,2866,1,0,0,0,2865,2856,1,0,0,0, - 2865,2858,1,0,0,0,2865,2860,1,0,0,0,2865,2862,1,0,0,0,2866,175,1, - 0,0,0,2867,2868,6,88,-1,0,2868,2870,3,178,89,0,2869,2871,3,180,90, - 0,2870,2869,1,0,0,0,2870,2871,1,0,0,0,2871,2879,1,0,0,0,2872,2873, - 10,2,0,0,2873,2878,3,176,88,3,2874,2875,10,1,0,0,2875,2876,5,324, - 0,0,2876,2878,3,176,88,2,2877,2872,1,0,0,0,2877,2874,1,0,0,0,2878, - 2881,1,0,0,0,2879,2877,1,0,0,0,2879,2880,1,0,0,0,2880,177,1,0,0, - 0,2881,2879,1,0,0,0,2882,2908,3,232,116,0,2883,2884,5,313,0,0,2884, - 2908,5,314,0,0,2885,2886,5,192,0,0,2886,2887,5,313,0,0,2887,2892, - 3,176,88,0,2888,2889,5,312,0,0,2889,2891,3,176,88,0,2890,2888,1, - 0,0,0,2891,2894,1,0,0,0,2892,2890,1,0,0,0,2892,2893,1,0,0,0,2893, - 2895,1,0,0,0,2894,2892,1,0,0,0,2895,2896,5,314,0,0,2896,2908,1,0, - 0,0,2897,2898,5,313,0,0,2898,2899,3,176,88,0,2899,2900,5,314,0,0, - 2900,2908,1,0,0,0,2901,2908,5,326,0,0,2902,2908,5,325,0,0,2903,2904, - 5,319,0,0,2904,2905,3,176,88,0,2905,2906,5,320,0,0,2906,2908,1,0, - 0,0,2907,2882,1,0,0,0,2907,2883,1,0,0,0,2907,2885,1,0,0,0,2907,2897, - 1,0,0,0,2907,2901,1,0,0,0,2907,2902,1,0,0,0,2907,2903,1,0,0,0,2908, - 179,1,0,0,0,2909,2911,5,304,0,0,2910,2912,5,308,0,0,2911,2910,1, - 0,0,0,2911,2912,1,0,0,0,2912,2940,1,0,0,0,2913,2915,5,302,0,0,2914, - 2916,5,308,0,0,2915,2914,1,0,0,0,2915,2916,1,0,0,0,2916,2940,1,0, - 0,0,2917,2919,5,308,0,0,2918,2920,5,308,0,0,2919,2918,1,0,0,0,2919, - 2920,1,0,0,0,2920,2940,1,0,0,0,2921,2922,5,317,0,0,2922,2923,5,330, - 0,0,2923,2925,5,318,0,0,2924,2926,5,308,0,0,2925,2924,1,0,0,0,2925, - 2926,1,0,0,0,2926,2940,1,0,0,0,2927,2929,5,317,0,0,2928,2930,5,330, - 0,0,2929,2928,1,0,0,0,2929,2930,1,0,0,0,2930,2931,1,0,0,0,2931,2933, - 5,312,0,0,2932,2934,5,330,0,0,2933,2932,1,0,0,0,2933,2934,1,0,0, - 0,2934,2935,1,0,0,0,2935,2937,5,318,0,0,2936,2938,5,308,0,0,2937, - 2936,1,0,0,0,2937,2938,1,0,0,0,2938,2940,1,0,0,0,2939,2909,1,0,0, - 0,2939,2913,1,0,0,0,2939,2917,1,0,0,0,2939,2921,1,0,0,0,2939,2927, - 1,0,0,0,2940,181,1,0,0,0,2941,2942,3,232,116,0,2942,2943,5,296,0, - 0,2943,2944,3,108,54,0,2944,183,1,0,0,0,2945,2946,5,87,0,0,2946, - 2950,7,31,0,0,2947,2948,5,260,0,0,2948,2950,7,32,0,0,2949,2945,1, - 0,0,0,2949,2947,1,0,0,0,2950,185,1,0,0,0,2951,2952,5,117,0,0,2952, - 2953,5,136,0,0,2953,2957,3,188,94,0,2954,2955,5,203,0,0,2955,2957, - 7,33,0,0,2956,2951,1,0,0,0,2956,2954,1,0,0,0,2957,187,1,0,0,0,2958, - 2959,5,203,0,0,2959,2966,5,263,0,0,2960,2961,5,203,0,0,2961,2966, - 5,31,0,0,2962,2963,5,208,0,0,2963,2966,5,203,0,0,2964,2966,5,232, - 0,0,2965,2958,1,0,0,0,2965,2960,1,0,0,0,2965,2962,1,0,0,0,2965,2964, - 1,0,0,0,2966,189,1,0,0,0,2967,2973,3,108,54,0,2968,2969,3,232,116, - 0,2969,2970,5,323,0,0,2970,2971,3,108,54,0,2971,2973,1,0,0,0,2972, - 2967,1,0,0,0,2972,2968,1,0,0,0,2973,191,1,0,0,0,2974,2975,3,232, - 116,0,2975,2976,5,310,0,0,2976,2977,3,232,116,0,2977,2980,1,0,0, - 0,2978,2980,3,232,116,0,2979,2974,1,0,0,0,2979,2978,1,0,0,0,2980, - 193,1,0,0,0,2981,2986,3,192,96,0,2982,2983,5,312,0,0,2983,2985,3, - 192,96,0,2984,2982,1,0,0,0,2985,2988,1,0,0,0,2986,2984,1,0,0,0,2986, - 2987,1,0,0,0,2987,195,1,0,0,0,2988,2986,1,0,0,0,2989,2990,5,90,0, - 0,2990,2991,3,198,99,0,2991,2995,3,202,101,0,2992,2994,3,204,102, - 0,2993,2992,1,0,0,0,2994,2997,1,0,0,0,2995,2993,1,0,0,0,2995,2996, - 1,0,0,0,2996,2998,1,0,0,0,2997,2995,1,0,0,0,2998,2999,3,206,103, - 0,2999,197,1,0,0,0,3000,3001,3,220,110,0,3001,3010,5,313,0,0,3002, - 3007,3,200,100,0,3003,3004,5,312,0,0,3004,3006,3,200,100,0,3005, - 3003,1,0,0,0,3006,3009,1,0,0,0,3007,3005,1,0,0,0,3007,3008,1,0,0, - 0,3008,3011,1,0,0,0,3009,3007,1,0,0,0,3010,3002,1,0,0,0,3010,3011, - 1,0,0,0,3011,3012,1,0,0,0,3012,3013,5,314,0,0,3013,199,1,0,0,0,3014, - 3016,3,232,116,0,3015,3014,1,0,0,0,3015,3016,1,0,0,0,3016,3017,1, - 0,0,0,3017,3018,3,156,78,0,3018,201,1,0,0,0,3019,3020,5,215,0,0, - 3020,3021,3,156,78,0,3021,203,1,0,0,0,3022,3023,5,130,0,0,3023,3042, - 3,232,116,0,3024,3026,5,165,0,0,3025,3024,1,0,0,0,3025,3026,1,0, - 0,0,3026,3027,1,0,0,0,3027,3042,5,61,0,0,3028,3029,5,215,0,0,3029, - 3030,5,166,0,0,3030,3031,5,173,0,0,3031,3032,5,166,0,0,3032,3042, - 5,109,0,0,3033,3034,5,21,0,0,3034,3035,5,173,0,0,3035,3036,5,166, - 0,0,3036,3042,5,109,0,0,3037,3038,5,229,0,0,3038,3042,7,1,0,0,3039, - 3040,5,29,0,0,3040,3042,3,140,70,0,3041,3022,1,0,0,0,3041,3025,1, - 0,0,0,3041,3028,1,0,0,0,3041,3033,1,0,0,0,3041,3037,1,0,0,0,3041, - 3039,1,0,0,0,3042,205,1,0,0,0,3043,3044,5,213,0,0,3044,3143,3,114, - 57,0,3045,3046,5,234,0,0,3046,3047,3,232,116,0,3047,3048,5,296,0, - 0,3048,3049,3,108,54,0,3049,3143,1,0,0,0,3050,3051,5,23,0,0,3051, - 3053,3,108,54,0,3052,3054,3,208,104,0,3053,3052,1,0,0,0,3054,3055, - 1,0,0,0,3055,3053,1,0,0,0,3055,3056,1,0,0,0,3056,3058,1,0,0,0,3057, - 3059,3,212,106,0,3058,3057,1,0,0,0,3058,3059,1,0,0,0,3059,3060,1, - 0,0,0,3060,3061,5,71,0,0,3061,3062,5,23,0,0,3062,3143,1,0,0,0,3063, - 3065,5,23,0,0,3064,3066,3,208,104,0,3065,3064,1,0,0,0,3066,3067, - 1,0,0,0,3067,3065,1,0,0,0,3067,3068,1,0,0,0,3068,3070,1,0,0,0,3069, - 3071,3,212,106,0,3070,3069,1,0,0,0,3070,3071,1,0,0,0,3071,3072,1, - 0,0,0,3072,3073,5,71,0,0,3073,3074,5,23,0,0,3074,3143,1,0,0,0,3075, - 3076,5,102,0,0,3076,3077,3,108,54,0,3077,3078,5,249,0,0,3078,3082, - 3,216,108,0,3079,3081,3,210,105,0,3080,3079,1,0,0,0,3081,3084,1, - 0,0,0,3082,3080,1,0,0,0,3082,3083,1,0,0,0,3083,3086,1,0,0,0,3084, - 3082,1,0,0,0,3085,3087,3,212,106,0,3086,3085,1,0,0,0,3086,3087,1, - 0,0,0,3087,3088,1,0,0,0,3088,3089,5,71,0,0,3089,3090,5,102,0,0,3090, - 3143,1,0,0,0,3091,3092,5,118,0,0,3092,3143,3,232,116,0,3093,3094, - 5,134,0,0,3094,3143,3,232,116,0,3095,3101,5,15,0,0,3096,3097,3,214, - 107,0,3097,3098,5,309,0,0,3098,3100,1,0,0,0,3099,3096,1,0,0,0,3100, - 3103,1,0,0,0,3101,3099,1,0,0,0,3101,3102,1,0,0,0,3102,3105,1,0,0, - 0,3103,3101,1,0,0,0,3104,3106,3,216,108,0,3105,3104,1,0,0,0,3105, - 3106,1,0,0,0,3106,3107,1,0,0,0,3107,3143,5,71,0,0,3108,3109,3,232, - 116,0,3109,3110,5,311,0,0,3110,3112,1,0,0,0,3111,3108,1,0,0,0,3111, - 3112,1,0,0,0,3112,3113,1,0,0,0,3113,3114,5,144,0,0,3114,3115,3,216, - 108,0,3115,3116,5,71,0,0,3116,3117,5,144,0,0,3117,3143,1,0,0,0,3118, - 3119,3,232,116,0,3119,3120,5,311,0,0,3120,3122,1,0,0,0,3121,3118, - 1,0,0,0,3121,3122,1,0,0,0,3122,3123,1,0,0,0,3123,3124,5,286,0,0, - 3124,3125,3,108,54,0,3125,3126,5,64,0,0,3126,3127,3,216,108,0,3127, - 3128,5,71,0,0,3128,3129,5,286,0,0,3129,3143,1,0,0,0,3130,3131,3, - 232,116,0,3131,3132,5,311,0,0,3132,3134,1,0,0,0,3133,3130,1,0,0, - 0,3133,3134,1,0,0,0,3134,3135,1,0,0,0,3135,3136,5,207,0,0,3136,3137, - 3,216,108,0,3137,3138,5,270,0,0,3138,3139,3,108,54,0,3139,3140,5, - 71,0,0,3140,3141,5,207,0,0,3141,3143,1,0,0,0,3142,3043,1,0,0,0,3142, - 3045,1,0,0,0,3142,3050,1,0,0,0,3142,3063,1,0,0,0,3142,3075,1,0,0, - 0,3142,3091,1,0,0,0,3142,3093,1,0,0,0,3142,3095,1,0,0,0,3142,3111, - 1,0,0,0,3142,3121,1,0,0,0,3142,3133,1,0,0,0,3143,207,1,0,0,0,3144, - 3145,5,284,0,0,3145,3146,3,108,54,0,3146,3147,5,249,0,0,3147,3148, - 3,216,108,0,3148,209,1,0,0,0,3149,3150,5,69,0,0,3150,3151,3,108, - 54,0,3151,3152,5,249,0,0,3152,3153,3,216,108,0,3153,211,1,0,0,0, - 3154,3155,5,67,0,0,3155,3156,3,216,108,0,3156,213,1,0,0,0,3157,3158, - 5,52,0,0,3158,3163,3,232,116,0,3159,3160,5,312,0,0,3160,3162,3,232, - 116,0,3161,3159,1,0,0,0,3162,3165,1,0,0,0,3163,3161,1,0,0,0,3163, - 3164,1,0,0,0,3164,3166,1,0,0,0,3165,3163,1,0,0,0,3166,3169,3,156, - 78,0,3167,3168,5,53,0,0,3168,3170,3,114,57,0,3169,3167,1,0,0,0,3169, - 3170,1,0,0,0,3170,215,1,0,0,0,3171,3172,3,206,103,0,3172,3173,5, - 309,0,0,3173,3175,1,0,0,0,3174,3171,1,0,0,0,3175,3176,1,0,0,0,3176, - 3174,1,0,0,0,3176,3177,1,0,0,0,3177,217,1,0,0,0,3178,3179,7,34,0, - 0,3179,219,1,0,0,0,3180,3185,3,232,116,0,3181,3182,5,310,0,0,3182, - 3184,3,232,116,0,3183,3181,1,0,0,0,3184,3187,1,0,0,0,3185,3183,1, - 0,0,0,3185,3186,1,0,0,0,3186,221,1,0,0,0,3187,3185,1,0,0,0,3188, - 3189,5,86,0,0,3189,3190,3,224,112,0,3190,3191,5,11,0,0,3191,3192, - 5,170,0,0,3192,3193,3,114,57,0,3193,223,1,0,0,0,3194,3195,7,35,0, - 0,3195,225,1,0,0,0,3196,3200,3,228,114,0,3197,3200,5,47,0,0,3198, - 3200,5,43,0,0,3199,3196,1,0,0,0,3199,3197,1,0,0,0,3199,3198,1,0, - 0,0,3200,227,1,0,0,0,3201,3207,3,232,116,0,3202,3203,5,273,0,0,3203, - 3207,3,232,116,0,3204,3205,5,218,0,0,3205,3207,3,232,116,0,3206, - 3201,1,0,0,0,3206,3202,1,0,0,0,3206,3204,1,0,0,0,3207,229,1,0,0, - 0,3208,3213,3,232,116,0,3209,3210,5,312,0,0,3210,3212,3,232,116, - 0,3211,3209,1,0,0,0,3212,3215,1,0,0,0,3213,3211,1,0,0,0,3213,3214, - 1,0,0,0,3214,231,1,0,0,0,3215,3213,1,0,0,0,3216,3222,5,333,0,0,3217, - 3222,5,335,0,0,3218,3222,3,238,119,0,3219,3222,5,336,0,0,3220,3222, - 5,334,0,0,3221,3216,1,0,0,0,3221,3217,1,0,0,0,3221,3218,1,0,0,0, - 3221,3219,1,0,0,0,3221,3220,1,0,0,0,3222,233,1,0,0,0,3223,3225,5, - 303,0,0,3224,3223,1,0,0,0,3224,3225,1,0,0,0,3225,3226,1,0,0,0,3226, - 3236,5,331,0,0,3227,3229,5,303,0,0,3228,3227,1,0,0,0,3228,3229,1, - 0,0,0,3229,3230,1,0,0,0,3230,3236,5,332,0,0,3231,3233,5,303,0,0, - 3232,3231,1,0,0,0,3232,3233,1,0,0,0,3233,3234,1,0,0,0,3234,3236, - 5,330,0,0,3235,3224,1,0,0,0,3235,3228,1,0,0,0,3235,3232,1,0,0,0, - 3236,235,1,0,0,0,3237,3240,3,232,116,0,3238,3240,3,140,70,0,3239, - 3237,1,0,0,0,3239,3238,1,0,0,0,3240,237,1,0,0,0,3241,3242,7,36,0, - 0,3242,239,1,0,0,0,434,241,247,253,268,275,279,283,289,293,300,305, - 309,315,319,338,344,348,352,356,364,368,371,376,382,391,397,401, - 407,414,423,435,444,453,459,470,478,486,493,503,510,518,554,557, - 560,564,570,575,582,588,592,596,604,610,614,628,636,655,680,683, - 690,697,706,710,717,727,733,738,742,748,757,763,767,774,778,786, - 791,795,803,811,816,820,830,837,842,846,856,859,868,873,879,903, - 909,911,917,923,925,933,935,941,947,949,964,969,976,986,992,994, - 1002,1004,1029,1032,1036,1040,1058,1061,1072,1075,1091,1101,1106, - 1112,1115,1124,1126,1129,1139,1143,1149,1156,1161,1167,1171,1175, - 1181,1192,1201,1211,1214,1219,1221,1228,1234,1236,1240,1250,1256, - 1259,1261,1273,1280,1284,1288,1292,1299,1308,1311,1315,1320,1324, - 1332,1335,1338,1345,1356,1359,1369,1372,1383,1388,1396,1399,1403, - 1412,1421,1424,1433,1436,1439,1443,1454,1457,1464,1467,1486,1490, - 1494,1498,1500,1511,1516,1525,1534,1537,1552,1555,1564,1567,1575, - 1578,1581,1586,1589,1601,1604,1612,1617,1621,1623,1625,1640,1642, - 1653,1660,1663,1668,1678,1689,1693,1695,1703,1710,1723,1729,1745, - 1754,1757,1765,1768,1775,1780,1791,1794,1798,1800,1808,1818,1824, - 1826,1833,1837,1839,1846,1850,1852,1854,1863,1874,1878,1888,1898, - 1902,1910,1912,1925,1933,1942,1948,1956,1962,1966,1971,1976,1982, - 1996,1998,2028,2039,2047,2052,2057,2070,2076,2079,2086,2091,2094, - 2097,2102,2109,2112,2121,2124,2128,2131,2134,2149,2152,2171,2175, - 2183,2187,2212,2215,2224,2230,2236,2242,2251,2254,2257,2276,2285, - 2307,2310,2320,2329,2335,2341,2352,2354,2359,2366,2368,2374,2380, - 2391,2400,2405,2410,2412,2414,2420,2422,2432,2441,2443,2449,2451, - 2454,2464,2466,2478,2481,2486,2491,2503,2507,2511,2514,2516,2522, - 2525,2535,2543,2549,2551,2559,2569,2575,2589,2598,2605,2610,2617, - 2627,2632,2639,2665,2670,2672,2679,2683,2690,2694,2711,2726,2733, - 2742,2752,2757,2766,2771,2779,2787,2790,2796,2799,2806,2814,2817, - 2825,2828,2854,2865,2870,2877,2879,2892,2907,2911,2915,2919,2925, - 2929,2933,2937,2939,2949,2956,2965,2972,2979,2986,2995,3007,3010, - 3015,3025,3041,3055,3058,3067,3070,3082,3086,3101,3105,3111,3121, - 3133,3142,3163,3169,3176,3185,3199,3206,3213,3221,3224,3228,3232, - 3235,3239 + 216,218,220,222,224,226,228,230,232,234,236,238,240,242,244,246, + 248,250,252,254,0,36,2,0,22,22,212,212,2,0,55,55,114,114,2,0,88, + 88,105,105,2,0,75,75,106,106,1,0,222,223,2,0,84,84,157,157,2,0,308, + 308,330,330,2,0,74,74,265,265,2,0,12,12,58,58,2,0,84,84,131,131, + 2,0,5,5,62,62,3,0,89,89,135,135,217,217,2,0,16,16,243,243,3,0,18, + 18,133,133,254,254,2,0,288,288,290,290,2,0,107,107,230,230,1,0,302, + 303,1,0,304,306,2,0,127,127,172,172,1,0,275,277,4,0,72,72,80,80, + 257,257,267,267,2,0,32,32,264,264,2,0,10,10,169,169,2,0,83,83,224, + 224,1,0,296,301,3,0,5,5,9,9,238,238,2,0,80,80,257,257,5,0,50,50, + 101,101,153,154,228,228,294,294,1,0,158,161,2,0,85,85,195,195,3, + 0,96,96,120,120,247,247,4,0,63,63,115,115,143,143,278,278,2,0,175, + 175,293,293,5,0,36,36,56,56,110,110,231,231,271,271,2,0,252,252, + 282,282,55,0,1,5,7,7,9,10,12,16,18,18,20,22,25,32,34,35,39,39,48, + 50,52,55,57,58,60,61,63,65,68,70,72,72,75,75,78,78,81,85,87,87,90, + 96,99,99,101,104,106,107,109,109,112,112,114,115,117,118,120,120, + 127,134,136,136,138,138,140,140,143,154,156,163,167,172,174,176, + 179,179,181,196,198,203,205,216,218,220,222,230,232,236,238,243, + 245,248,250,255,258,260,262,264,266,268,270,273,275,279,281,283, + 286,287,289,295,3802,0,257,1,0,0,0,2,1147,1,0,0,0,4,1150,1,0,0,0, + 6,1154,1,0,0,0,8,1164,1,0,0,0,10,1168,1,0,0,0,12,1182,1,0,0,0,14, + 1184,1,0,0,0,16,1198,1,0,0,0,18,1204,1,0,0,0,20,1208,1,0,0,0,22, + 1216,1,0,0,0,24,1222,1,0,0,0,26,1224,1,0,0,0,28,1261,1,0,0,0,30, + 1263,1,0,0,0,32,1265,1,0,0,0,34,1301,1,0,0,0,36,1303,1,0,0,0,38, + 1311,1,0,0,0,40,1359,1,0,0,0,42,1409,1,0,0,0,44,1424,1,0,0,0,46, + 1426,1,0,0,0,48,1433,1,0,0,0,50,1462,1,0,0,0,52,1471,1,0,0,0,54, + 1488,1,0,0,0,56,1490,1,0,0,0,58,1521,1,0,0,0,60,1537,1,0,0,0,62, + 1549,1,0,0,0,64,1551,1,0,0,0,66,1553,1,0,0,0,68,1561,1,0,0,0,70, + 1563,1,0,0,0,72,1566,1,0,0,0,74,1651,1,0,0,0,76,1666,1,0,0,0,78, + 1677,1,0,0,0,80,1679,1,0,0,0,82,1694,1,0,0,0,84,1707,1,0,0,0,86, + 1711,1,0,0,0,88,1721,1,0,0,0,90,1769,1,0,0,0,92,1771,1,0,0,0,94, + 1799,1,0,0,0,96,1806,1,0,0,0,98,1878,1,0,0,0,100,1898,1,0,0,0,102, + 1900,1,0,0,0,104,1904,1,0,0,0,106,1917,1,0,0,0,108,1926,1,0,0,0, + 110,2000,1,0,0,0,112,2006,1,0,0,0,114,2478,1,0,0,0,116,2493,1,0, + 0,0,118,2507,1,0,0,0,120,2512,1,0,0,0,122,2517,1,0,0,0,124,2521, + 1,0,0,0,126,2527,1,0,0,0,128,2540,1,0,0,0,130,2546,1,0,0,0,132,2559, + 1,0,0,0,134,2561,1,0,0,0,136,2567,1,0,0,0,138,2575,1,0,0,0,140,2583, + 1,0,0,0,142,2585,1,0,0,0,144,2587,1,0,0,0,146,2589,1,0,0,0,148,2591, + 1,0,0,0,150,2601,1,0,0,0,152,2603,1,0,0,0,154,2696,1,0,0,0,156,2714, + 1,0,0,0,158,2718,1,0,0,0,160,2720,1,0,0,0,162,2725,1,0,0,0,164,2795, + 1,0,0,0,166,2797,1,0,0,0,168,2814,1,0,0,0,170,2878,1,0,0,0,172,2889, + 1,0,0,0,174,2891,1,0,0,0,176,2931,1,0,0,0,178,2963,1,0,0,0,180,2965, + 1,0,0,0,182,2973,1,0,0,0,184,2980,1,0,0,0,186,2989,1,0,0,0,188,2996, + 1,0,0,0,190,3003,1,0,0,0,192,3005,1,0,0,0,194,3013,1,0,0,0,196,3024, + 1,0,0,0,198,3039,1,0,0,0,200,3043,1,0,0,0,202,3065,1,0,0,0,204,3166, + 1,0,0,0,206,3168,1,0,0,0,208,3173,1,0,0,0,210,3178,1,0,0,0,212,3181, + 1,0,0,0,214,3198,1,0,0,0,216,3202,1,0,0,0,218,3204,1,0,0,0,220,3212, + 1,0,0,0,222,3218,1,0,0,0,224,3223,1,0,0,0,226,3230,1,0,0,0,228,3232, + 1,0,0,0,230,3245,1,0,0,0,232,3247,1,0,0,0,234,3249,1,0,0,0,236,3253, + 1,0,0,0,238,3257,1,0,0,0,240,3259,1,0,0,0,242,3263,1,0,0,0,244,3267, + 1,0,0,0,246,3269,1,0,0,0,248,3271,1,0,0,0,250,3285,1,0,0,0,252,3289, + 1,0,0,0,254,3291,1,0,0,0,256,258,3,2,1,0,257,256,1,0,0,0,257,258, + 1,0,0,0,258,259,1,0,0,0,259,260,5,0,0,1,260,1,1,0,0,0,261,1148,3, + 4,2,0,262,263,5,272,0,0,263,1148,3,234,117,0,264,265,5,272,0,0,265, + 1148,3,232,116,0,266,267,5,36,0,0,267,271,5,25,0,0,268,269,5,102, + 0,0,269,270,5,165,0,0,270,272,5,77,0,0,271,268,1,0,0,0,271,272,1, + 0,0,0,272,273,1,0,0,0,273,274,3,230,115,0,274,275,5,274,0,0,275, + 278,3,248,124,0,276,277,5,29,0,0,277,279,3,138,69,0,278,276,1,0, + 0,0,278,279,1,0,0,0,279,282,1,0,0,0,280,281,5,14,0,0,281,283,3,226, + 113,0,282,280,1,0,0,0,282,283,1,0,0,0,283,286,1,0,0,0,284,285,5, + 288,0,0,285,287,3,18,9,0,286,284,1,0,0,0,286,287,1,0,0,0,287,1148, + 1,0,0,0,288,289,5,66,0,0,289,292,5,25,0,0,290,291,5,102,0,0,291, + 293,5,77,0,0,292,290,1,0,0,0,292,293,1,0,0,0,293,294,1,0,0,0,294, + 296,3,232,116,0,295,297,7,0,0,0,296,295,1,0,0,0,296,297,1,0,0,0, + 297,1148,1,0,0,0,298,299,5,36,0,0,299,303,5,226,0,0,300,301,5,102, + 0,0,301,302,5,165,0,0,302,304,5,77,0,0,303,300,1,0,0,0,303,304,1, + 0,0,0,304,305,1,0,0,0,305,308,3,240,120,0,306,307,5,14,0,0,307,309, + 3,226,113,0,308,306,1,0,0,0,308,309,1,0,0,0,309,312,1,0,0,0,310, + 311,5,288,0,0,311,313,3,18,9,0,312,310,1,0,0,0,312,313,1,0,0,0,313, + 1148,1,0,0,0,314,315,5,66,0,0,315,318,5,226,0,0,316,317,5,102,0, + 0,317,319,5,77,0,0,318,316,1,0,0,0,318,319,1,0,0,0,319,320,1,0,0, + 0,320,322,3,234,117,0,321,323,7,0,0,0,322,321,1,0,0,0,322,323,1, + 0,0,0,323,1148,1,0,0,0,324,325,5,6,0,0,325,326,5,226,0,0,326,327, + 3,234,117,0,327,328,5,206,0,0,328,329,5,253,0,0,329,330,3,230,115, + 0,330,1148,1,0,0,0,331,332,5,6,0,0,332,333,5,226,0,0,333,334,3,234, + 117,0,334,335,5,234,0,0,335,336,5,14,0,0,336,337,3,226,113,0,337, + 1148,1,0,0,0,338,341,5,36,0,0,339,340,5,177,0,0,340,342,5,209,0, + 0,341,339,1,0,0,0,341,342,1,0,0,0,342,343,1,0,0,0,343,347,5,244, + 0,0,344,345,5,102,0,0,345,346,5,165,0,0,346,348,5,77,0,0,347,344, + 1,0,0,0,347,348,1,0,0,0,348,349,1,0,0,0,349,351,3,242,121,0,350, + 352,3,88,44,0,351,350,1,0,0,0,351,352,1,0,0,0,352,355,1,0,0,0,353, + 354,5,29,0,0,354,356,3,138,69,0,355,353,1,0,0,0,355,356,1,0,0,0, + 356,359,1,0,0,0,357,358,5,288,0,0,358,360,3,18,9,0,359,357,1,0,0, + 0,359,360,1,0,0,0,360,361,1,0,0,0,361,367,5,11,0,0,362,368,3,4,2, + 0,363,364,5,313,0,0,364,365,3,4,2,0,365,366,5,314,0,0,366,368,1, + 0,0,0,367,362,1,0,0,0,367,363,1,0,0,0,368,374,1,0,0,0,369,371,5, + 288,0,0,370,372,5,162,0,0,371,370,1,0,0,0,371,372,1,0,0,0,372,373, + 1,0,0,0,373,375,5,48,0,0,374,369,1,0,0,0,374,375,1,0,0,0,375,1148, + 1,0,0,0,376,379,5,36,0,0,377,378,5,177,0,0,378,380,5,209,0,0,379, + 377,1,0,0,0,379,380,1,0,0,0,380,381,1,0,0,0,381,385,5,244,0,0,382, + 383,5,102,0,0,383,384,5,165,0,0,384,386,5,77,0,0,385,382,1,0,0,0, + 385,386,1,0,0,0,386,387,1,0,0,0,387,388,3,242,121,0,388,389,5,313, + 0,0,389,394,3,12,6,0,390,391,5,312,0,0,391,393,3,12,6,0,392,390, + 1,0,0,0,393,396,1,0,0,0,394,392,1,0,0,0,394,395,1,0,0,0,395,397, + 1,0,0,0,396,394,1,0,0,0,397,400,5,314,0,0,398,399,5,29,0,0,399,401, + 3,138,69,0,400,398,1,0,0,0,400,401,1,0,0,0,401,404,1,0,0,0,402,403, + 5,288,0,0,403,405,3,18,9,0,404,402,1,0,0,0,404,405,1,0,0,0,405,1148, + 1,0,0,0,406,407,5,66,0,0,407,410,5,244,0,0,408,409,5,102,0,0,409, + 411,5,77,0,0,410,408,1,0,0,0,410,411,1,0,0,0,411,412,1,0,0,0,412, + 1148,3,236,118,0,413,414,5,110,0,0,414,415,5,113,0,0,415,417,3,236, + 118,0,416,418,3,88,44,0,417,416,1,0,0,0,417,418,1,0,0,0,418,419, + 1,0,0,0,419,420,3,4,2,0,420,1148,1,0,0,0,421,422,5,56,0,0,422,423, + 5,88,0,0,423,426,3,236,118,0,424,425,5,285,0,0,425,427,3,108,54, + 0,426,424,1,0,0,0,426,427,1,0,0,0,427,1148,1,0,0,0,428,429,5,258, + 0,0,429,430,5,244,0,0,430,1148,3,236,118,0,431,432,5,29,0,0,432, + 433,5,173,0,0,433,434,5,244,0,0,434,435,3,236,118,0,435,438,5,116, + 0,0,436,439,3,138,69,0,437,439,5,166,0,0,438,436,1,0,0,0,438,437, + 1,0,0,0,439,1148,1,0,0,0,440,441,5,29,0,0,441,442,5,173,0,0,442, + 443,5,283,0,0,443,444,3,238,119,0,444,447,5,116,0,0,445,448,3,138, + 69,0,446,448,5,166,0,0,447,445,1,0,0,0,447,446,1,0,0,0,448,1148, + 1,0,0,0,449,450,5,29,0,0,450,451,5,173,0,0,451,452,5,27,0,0,452, + 453,3,218,109,0,453,456,5,116,0,0,454,457,3,138,69,0,455,457,5,166, + 0,0,456,454,1,0,0,0,456,455,1,0,0,0,457,1148,1,0,0,0,458,459,5,6, + 0,0,459,462,5,244,0,0,460,461,5,102,0,0,461,463,5,77,0,0,462,460, + 1,0,0,0,462,463,1,0,0,0,463,464,1,0,0,0,464,465,3,236,118,0,465, + 466,5,206,0,0,466,467,5,253,0,0,467,468,3,218,109,0,468,1148,1,0, + 0,0,469,470,5,6,0,0,470,473,5,244,0,0,471,472,5,102,0,0,472,474, + 5,77,0,0,473,471,1,0,0,0,473,474,1,0,0,0,474,475,1,0,0,0,475,476, + 3,236,118,0,476,477,5,2,0,0,477,481,5,27,0,0,478,479,5,102,0,0,479, + 480,5,165,0,0,480,482,5,77,0,0,481,478,1,0,0,0,481,482,1,0,0,0,482, + 483,1,0,0,0,483,484,3,14,7,0,484,1148,1,0,0,0,485,486,5,6,0,0,486, + 489,5,244,0,0,487,488,5,102,0,0,488,490,5,77,0,0,489,487,1,0,0,0, + 489,490,1,0,0,0,490,491,1,0,0,0,491,492,3,236,118,0,492,493,5,206, + 0,0,493,496,5,27,0,0,494,495,5,102,0,0,495,497,5,77,0,0,496,494, + 1,0,0,0,496,497,1,0,0,0,497,498,1,0,0,0,498,499,3,218,109,0,499, + 500,5,253,0,0,500,501,3,230,115,0,501,1148,1,0,0,0,502,503,5,6,0, + 0,503,506,5,244,0,0,504,505,5,102,0,0,505,507,5,77,0,0,506,504,1, + 0,0,0,506,507,1,0,0,0,507,508,1,0,0,0,508,509,3,236,118,0,509,510, + 5,66,0,0,510,513,5,27,0,0,511,512,5,102,0,0,512,514,5,77,0,0,513, + 511,1,0,0,0,513,514,1,0,0,0,514,515,1,0,0,0,515,516,3,218,109,0, + 516,1148,1,0,0,0,517,518,5,6,0,0,518,521,5,244,0,0,519,520,5,102, + 0,0,520,522,5,77,0,0,521,519,1,0,0,0,521,522,1,0,0,0,522,523,1,0, + 0,0,523,524,3,236,118,0,524,525,5,6,0,0,525,526,5,27,0,0,526,527, + 3,218,109,0,527,528,5,234,0,0,528,529,5,48,0,0,529,530,5,260,0,0, + 530,531,3,154,77,0,531,1148,1,0,0,0,532,533,5,6,0,0,533,534,5,244, + 0,0,534,535,3,236,118,0,535,536,5,234,0,0,536,537,5,14,0,0,537,538, + 3,226,113,0,538,1148,1,0,0,0,539,540,5,6,0,0,540,541,5,244,0,0,541, + 542,3,236,118,0,542,543,5,234,0,0,543,544,5,199,0,0,544,545,3,20, + 10,0,545,1148,1,0,0,0,546,547,5,6,0,0,547,548,5,244,0,0,548,549, + 3,236,118,0,549,550,5,76,0,0,550,563,3,230,115,0,551,560,5,313,0, + 0,552,557,3,188,94,0,553,554,5,312,0,0,554,556,3,188,94,0,555,553, + 1,0,0,0,556,559,1,0,0,0,557,555,1,0,0,0,557,558,1,0,0,0,558,561, + 1,0,0,0,559,557,1,0,0,0,560,552,1,0,0,0,560,561,1,0,0,0,561,562, + 1,0,0,0,562,564,5,314,0,0,563,551,1,0,0,0,563,564,1,0,0,0,564,567, + 1,0,0,0,565,566,5,285,0,0,566,568,3,108,54,0,567,565,1,0,0,0,567, + 568,1,0,0,0,568,1148,1,0,0,0,569,570,5,7,0,0,570,573,3,236,118,0, + 571,572,5,288,0,0,572,574,3,18,9,0,573,571,1,0,0,0,573,574,1,0,0, + 0,574,1148,1,0,0,0,575,578,5,36,0,0,576,577,5,177,0,0,577,579,5, + 209,0,0,578,576,1,0,0,0,578,579,1,0,0,0,579,580,1,0,0,0,580,581, + 5,150,0,0,581,585,5,283,0,0,582,583,5,102,0,0,583,584,5,165,0,0, + 584,586,5,77,0,0,585,582,1,0,0,0,585,586,1,0,0,0,586,587,1,0,0,0, + 587,591,3,244,122,0,588,589,5,92,0,0,589,590,5,191,0,0,590,592,3, + 148,74,0,591,588,1,0,0,0,591,592,1,0,0,0,592,595,1,0,0,0,593,594, + 5,29,0,0,594,596,3,138,69,0,595,593,1,0,0,0,595,596,1,0,0,0,596, + 599,1,0,0,0,597,598,5,288,0,0,598,600,3,18,9,0,599,597,1,0,0,0,599, + 600,1,0,0,0,600,601,1,0,0,0,601,602,5,11,0,0,602,603,3,4,2,0,603, + 1148,1,0,0,0,604,607,5,36,0,0,605,606,5,177,0,0,606,608,5,209,0, + 0,607,605,1,0,0,0,607,608,1,0,0,0,608,609,1,0,0,0,609,610,5,283, + 0,0,610,613,3,244,122,0,611,612,5,29,0,0,612,614,3,138,69,0,613, + 611,1,0,0,0,613,614,1,0,0,0,614,617,1,0,0,0,615,616,5,229,0,0,616, + 618,7,1,0,0,617,615,1,0,0,0,617,618,1,0,0,0,618,619,1,0,0,0,619, + 620,5,11,0,0,620,621,3,4,2,0,621,1148,1,0,0,0,622,623,5,205,0,0, + 623,624,5,150,0,0,624,625,5,283,0,0,625,1148,3,238,119,0,626,627, + 5,66,0,0,627,628,5,150,0,0,628,631,5,283,0,0,629,630,5,102,0,0,630, + 632,5,77,0,0,631,629,1,0,0,0,631,632,1,0,0,0,632,633,1,0,0,0,633, + 1148,3,238,119,0,634,635,5,6,0,0,635,636,5,150,0,0,636,639,5,283, + 0,0,637,638,5,102,0,0,638,640,5,77,0,0,639,637,1,0,0,0,639,640,1, + 0,0,0,640,641,1,0,0,0,641,642,3,238,119,0,642,643,5,206,0,0,643, + 644,5,253,0,0,644,645,3,218,109,0,645,1148,1,0,0,0,646,647,5,6,0, + 0,647,648,5,150,0,0,648,649,5,283,0,0,649,650,3,238,119,0,650,651, + 5,234,0,0,651,652,5,199,0,0,652,653,3,20,10,0,653,1148,1,0,0,0,654, + 655,5,66,0,0,655,658,5,283,0,0,656,657,5,102,0,0,657,659,5,77,0, + 0,658,656,1,0,0,0,658,659,1,0,0,0,659,660,1,0,0,0,660,1148,3,238, + 119,0,661,662,5,6,0,0,662,663,5,283,0,0,663,664,3,238,119,0,664, + 665,5,206,0,0,665,666,5,253,0,0,666,667,3,218,109,0,667,1148,1,0, + 0,0,668,669,5,6,0,0,669,670,5,283,0,0,670,671,3,238,119,0,671,672, + 5,234,0,0,672,673,5,14,0,0,673,674,3,226,113,0,674,1148,1,0,0,0, + 675,676,5,20,0,0,676,677,3,218,109,0,677,686,5,313,0,0,678,683,3, + 188,94,0,679,680,5,312,0,0,680,682,3,188,94,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,687,1,0,0,0,685, + 683,1,0,0,0,686,678,1,0,0,0,686,687,1,0,0,0,687,688,1,0,0,0,688, + 689,5,314,0,0,689,1148,1,0,0,0,690,693,5,36,0,0,691,692,5,177,0, + 0,692,694,5,209,0,0,693,691,1,0,0,0,693,694,1,0,0,0,694,695,1,0, + 0,0,695,1148,3,194,97,0,696,697,5,66,0,0,697,700,5,90,0,0,698,699, + 5,102,0,0,699,701,5,77,0,0,700,698,1,0,0,0,700,701,1,0,0,0,701,702, + 1,0,0,0,702,1148,3,196,98,0,703,704,5,36,0,0,704,705,5,218,0,0,705, + 709,3,230,115,0,706,707,5,288,0,0,707,708,5,3,0,0,708,710,3,224, + 112,0,709,706,1,0,0,0,709,710,1,0,0,0,710,713,1,0,0,0,711,712,5, + 105,0,0,712,714,3,232,116,0,713,711,1,0,0,0,713,714,1,0,0,0,714, + 1148,1,0,0,0,715,716,5,66,0,0,716,717,5,218,0,0,717,720,3,246,123, + 0,718,719,5,105,0,0,719,721,3,232,116,0,720,718,1,0,0,0,720,721, + 1,0,0,0,721,1148,1,0,0,0,722,723,5,93,0,0,723,724,3,228,114,0,724, + 725,5,253,0,0,725,730,3,226,113,0,726,727,5,312,0,0,727,729,3,226, + 113,0,728,726,1,0,0,0,729,732,1,0,0,0,730,728,1,0,0,0,730,731,1, + 0,0,0,731,736,1,0,0,0,732,730,1,0,0,0,733,734,5,288,0,0,734,735, + 5,3,0,0,735,737,5,176,0,0,736,733,1,0,0,0,736,737,1,0,0,0,737,741, + 1,0,0,0,738,739,5,94,0,0,739,740,5,19,0,0,740,742,3,224,112,0,741, + 738,1,0,0,0,741,742,1,0,0,0,742,745,1,0,0,0,743,744,5,105,0,0,744, + 746,3,232,116,0,745,743,1,0,0,0,745,746,1,0,0,0,746,1148,1,0,0,0, + 747,751,5,216,0,0,748,749,5,3,0,0,749,750,5,176,0,0,750,752,5,86, + 0,0,751,748,1,0,0,0,751,752,1,0,0,0,752,753,1,0,0,0,753,754,3,228, + 114,0,754,755,5,88,0,0,755,760,3,226,113,0,756,757,5,312,0,0,757, + 759,3,226,113,0,758,756,1,0,0,0,759,762,1,0,0,0,760,758,1,0,0,0, + 760,761,1,0,0,0,761,766,1,0,0,0,762,760,1,0,0,0,763,764,5,94,0,0, + 764,765,5,19,0,0,765,767,3,224,112,0,766,763,1,0,0,0,766,767,1,0, + 0,0,767,770,1,0,0,0,768,769,5,105,0,0,769,771,3,232,116,0,770,768, + 1,0,0,0,770,771,1,0,0,0,771,1148,1,0,0,0,772,773,5,234,0,0,773,777, + 5,218,0,0,774,778,5,5,0,0,775,778,5,163,0,0,776,778,3,246,123,0, + 777,774,1,0,0,0,777,775,1,0,0,0,777,776,1,0,0,0,778,781,1,0,0,0, + 779,780,5,105,0,0,780,782,3,232,116,0,781,779,1,0,0,0,781,782,1, + 0,0,0,782,1148,1,0,0,0,783,794,5,93,0,0,784,789,3,216,108,0,785, + 786,5,312,0,0,786,788,3,216,108,0,787,785,1,0,0,0,788,791,1,0,0, + 0,789,787,1,0,0,0,789,790,1,0,0,0,790,795,1,0,0,0,791,789,1,0,0, + 0,792,793,5,5,0,0,793,795,5,198,0,0,794,784,1,0,0,0,794,792,1,0, + 0,0,795,796,1,0,0,0,796,805,5,173,0,0,797,799,5,226,0,0,798,797, + 1,0,0,0,798,799,1,0,0,0,799,800,1,0,0,0,800,806,3,234,117,0,801, + 803,5,244,0,0,802,801,1,0,0,0,802,803,1,0,0,0,803,804,1,0,0,0,804, + 806,3,236,118,0,805,798,1,0,0,0,805,802,1,0,0,0,806,807,1,0,0,0, + 807,808,5,253,0,0,808,812,3,226,113,0,809,810,5,288,0,0,810,811, + 5,93,0,0,811,813,5,176,0,0,812,809,1,0,0,0,812,813,1,0,0,0,813,1148, + 1,0,0,0,814,825,5,57,0,0,815,820,3,216,108,0,816,817,5,312,0,0,817, + 819,3,216,108,0,818,816,1,0,0,0,819,822,1,0,0,0,820,818,1,0,0,0, + 820,821,1,0,0,0,821,826,1,0,0,0,822,820,1,0,0,0,823,824,5,5,0,0, + 824,826,5,198,0,0,825,815,1,0,0,0,825,823,1,0,0,0,826,827,1,0,0, + 0,827,836,5,173,0,0,828,830,5,226,0,0,829,828,1,0,0,0,829,830,1, + 0,0,0,830,831,1,0,0,0,831,837,3,234,117,0,832,834,5,244,0,0,833, + 832,1,0,0,0,833,834,1,0,0,0,834,835,1,0,0,0,835,837,3,236,118,0, + 836,829,1,0,0,0,836,833,1,0,0,0,837,838,1,0,0,0,838,839,5,253,0, + 0,839,840,3,226,113,0,840,1148,1,0,0,0,841,845,5,216,0,0,842,843, + 5,93,0,0,843,844,5,176,0,0,844,846,5,86,0,0,845,842,1,0,0,0,845, + 846,1,0,0,0,846,857,1,0,0,0,847,852,3,216,108,0,848,849,5,312,0, + 0,849,851,3,216,108,0,850,848,1,0,0,0,851,854,1,0,0,0,852,850,1, + 0,0,0,852,853,1,0,0,0,853,858,1,0,0,0,854,852,1,0,0,0,855,856,5, + 5,0,0,856,858,5,198,0,0,857,847,1,0,0,0,857,855,1,0,0,0,858,859, + 1,0,0,0,859,868,5,173,0,0,860,862,5,226,0,0,861,860,1,0,0,0,861, + 862,1,0,0,0,862,863,1,0,0,0,863,869,3,234,117,0,864,866,5,244,0, + 0,865,864,1,0,0,0,865,866,1,0,0,0,866,867,1,0,0,0,867,869,3,236, + 118,0,868,861,1,0,0,0,868,865,1,0,0,0,869,870,1,0,0,0,870,871,5, + 88,0,0,871,872,3,226,113,0,872,1148,1,0,0,0,873,874,5,236,0,0,874, + 880,5,95,0,0,875,877,5,173,0,0,876,878,5,244,0,0,877,876,1,0,0,0, + 877,878,1,0,0,0,878,879,1,0,0,0,879,881,3,236,118,0,880,875,1,0, + 0,0,880,881,1,0,0,0,881,1148,1,0,0,0,882,894,5,78,0,0,883,884,5, + 313,0,0,884,889,3,182,91,0,885,886,5,312,0,0,886,888,3,182,91,0, + 887,885,1,0,0,0,888,891,1,0,0,0,889,887,1,0,0,0,889,890,1,0,0,0, + 890,892,1,0,0,0,891,889,1,0,0,0,892,893,5,314,0,0,893,895,1,0,0, + 0,894,883,1,0,0,0,894,895,1,0,0,0,895,896,1,0,0,0,896,1148,3,2,1, + 0,897,898,5,78,0,0,898,900,5,7,0,0,899,901,5,281,0,0,900,899,1,0, + 0,0,900,901,1,0,0,0,901,902,1,0,0,0,902,1148,3,2,1,0,903,904,5,236, + 0,0,904,905,5,36,0,0,905,906,5,244,0,0,906,1148,3,236,118,0,907, + 908,5,236,0,0,908,909,5,36,0,0,909,910,5,226,0,0,910,1148,3,234, + 117,0,911,912,5,236,0,0,912,913,5,36,0,0,913,914,5,283,0,0,914,1148, + 3,238,119,0,915,916,5,236,0,0,916,917,5,36,0,0,917,918,5,150,0,0, + 918,919,5,283,0,0,919,1148,3,238,119,0,920,921,5,236,0,0,921,924, + 5,245,0,0,922,923,7,2,0,0,923,925,3,234,117,0,924,922,1,0,0,0,924, + 925,1,0,0,0,925,932,1,0,0,0,926,927,5,137,0,0,927,930,3,138,69,0, + 928,929,5,73,0,0,929,931,3,138,69,0,930,928,1,0,0,0,930,931,1,0, + 0,0,931,933,1,0,0,0,932,926,1,0,0,0,932,933,1,0,0,0,933,1148,1,0, + 0,0,934,935,5,236,0,0,935,938,5,227,0,0,936,937,7,2,0,0,937,939, + 3,232,116,0,938,936,1,0,0,0,938,939,1,0,0,0,939,946,1,0,0,0,940, + 941,5,137,0,0,941,944,3,138,69,0,942,943,5,73,0,0,943,945,3,138, + 69,0,944,942,1,0,0,0,944,945,1,0,0,0,945,947,1,0,0,0,946,940,1,0, + 0,0,946,947,1,0,0,0,947,1148,1,0,0,0,948,949,5,236,0,0,949,956,5, + 26,0,0,950,951,5,137,0,0,951,954,3,138,69,0,952,953,5,73,0,0,953, + 955,3,138,69,0,954,952,1,0,0,0,954,955,1,0,0,0,955,957,1,0,0,0,956, + 950,1,0,0,0,956,957,1,0,0,0,957,1148,1,0,0,0,958,959,5,236,0,0,959, + 960,5,28,0,0,960,962,7,2,0,0,961,963,3,236,118,0,962,961,1,0,0,0, + 962,963,1,0,0,0,963,970,1,0,0,0,964,965,5,137,0,0,965,968,3,138, + 69,0,966,967,5,73,0,0,967,969,3,138,69,0,968,966,1,0,0,0,968,969, + 1,0,0,0,969,971,1,0,0,0,970,964,1,0,0,0,970,971,1,0,0,0,971,1148, + 1,0,0,0,972,973,5,236,0,0,973,974,5,240,0,0,974,975,5,86,0,0,975, + 1148,3,236,118,0,976,977,5,236,0,0,977,978,5,240,0,0,978,979,5,86, + 0,0,979,980,5,313,0,0,980,981,3,4,2,0,981,982,5,314,0,0,982,1148, + 1,0,0,0,983,985,5,236,0,0,984,986,5,39,0,0,985,984,1,0,0,0,985,986, + 1,0,0,0,986,987,1,0,0,0,987,990,5,219,0,0,988,989,7,2,0,0,989,991, + 3,232,116,0,990,988,1,0,0,0,990,991,1,0,0,0,991,1148,1,0,0,0,992, + 993,5,236,0,0,993,994,5,218,0,0,994,997,5,95,0,0,995,996,7,2,0,0, + 996,998,3,232,116,0,997,995,1,0,0,0,997,998,1,0,0,0,998,1148,1,0, + 0,0,999,1000,5,59,0,0,1000,1148,3,236,118,0,1001,1002,5,58,0,0,1002, + 1148,3,236,118,0,1003,1004,5,236,0,0,1004,1007,5,91,0,0,1005,1006, + 7,2,0,0,1006,1008,3,234,117,0,1007,1005,1,0,0,0,1007,1008,1,0,0, + 0,1008,1015,1,0,0,0,1009,1010,5,137,0,0,1010,1013,3,138,69,0,1011, + 1012,5,73,0,0,1012,1014,3,138,69,0,1013,1011,1,0,0,0,1013,1014,1, + 0,0,0,1014,1016,1,0,0,0,1015,1009,1,0,0,0,1015,1016,1,0,0,0,1016, + 1148,1,0,0,0,1017,1018,5,236,0,0,1018,1025,5,233,0,0,1019,1020,5, + 137,0,0,1020,1023,3,138,69,0,1021,1022,5,73,0,0,1022,1024,3,138, + 69,0,1023,1021,1,0,0,0,1023,1024,1,0,0,0,1024,1026,1,0,0,0,1025, + 1019,1,0,0,0,1025,1026,1,0,0,0,1026,1148,1,0,0,0,1027,1028,5,234, + 0,0,1028,1029,5,233,0,0,1029,1030,5,14,0,0,1030,1148,3,252,126,0, + 1031,1032,5,210,0,0,1032,1033,5,233,0,0,1033,1148,5,14,0,0,1034, + 1035,5,234,0,0,1035,1036,5,233,0,0,1036,1037,3,218,109,0,1037,1038, + 5,296,0,0,1038,1039,3,106,53,0,1039,1148,1,0,0,0,1040,1041,5,210, + 0,0,1041,1042,5,233,0,0,1042,1148,3,218,109,0,1043,1044,5,239,0, + 0,1044,1053,5,255,0,0,1045,1050,3,184,92,0,1046,1047,5,312,0,0,1047, + 1049,3,184,92,0,1048,1046,1,0,0,0,1049,1052,1,0,0,0,1050,1048,1, + 0,0,0,1050,1051,1,0,0,0,1051,1054,1,0,0,0,1052,1050,1,0,0,0,1053, + 1045,1,0,0,0,1053,1054,1,0,0,0,1054,1148,1,0,0,0,1055,1057,5,30, + 0,0,1056,1058,5,291,0,0,1057,1056,1,0,0,0,1057,1058,1,0,0,0,1058, + 1148,1,0,0,0,1059,1061,5,220,0,0,1060,1062,5,291,0,0,1061,1060,1, + 0,0,0,1061,1062,1,0,0,0,1062,1148,1,0,0,0,1063,1064,5,197,0,0,1064, + 1065,3,230,115,0,1065,1066,5,88,0,0,1066,1067,3,2,1,0,1067,1148, + 1,0,0,0,1068,1069,5,51,0,0,1069,1070,5,197,0,0,1070,1148,3,230,115, + 0,1071,1072,5,76,0,0,1072,1082,3,230,115,0,1073,1074,5,274,0,0,1074, + 1079,3,106,53,0,1075,1076,5,312,0,0,1076,1078,3,106,53,0,1077,1075, + 1,0,0,0,1078,1081,1,0,0,0,1079,1077,1,0,0,0,1079,1080,1,0,0,0,1080, + 1083,1,0,0,0,1081,1079,1,0,0,0,1082,1073,1,0,0,0,1082,1083,1,0,0, + 0,1083,1148,1,0,0,0,1084,1085,5,76,0,0,1085,1086,5,104,0,0,1086, + 1096,3,138,69,0,1087,1088,5,274,0,0,1088,1093,3,106,53,0,1089,1090, + 5,312,0,0,1090,1092,3,106,53,0,1091,1089,1,0,0,0,1092,1095,1,0,0, + 0,1093,1091,1,0,0,0,1093,1094,1,0,0,0,1094,1097,1,0,0,0,1095,1093, + 1,0,0,0,1096,1087,1,0,0,0,1096,1097,1,0,0,0,1097,1148,1,0,0,0,1098, + 1099,5,59,0,0,1099,1100,5,109,0,0,1100,1148,3,230,115,0,1101,1102, + 5,59,0,0,1102,1103,5,181,0,0,1103,1148,3,230,115,0,1104,1105,5,234, + 0,0,1105,1106,5,188,0,0,1106,1148,3,192,96,0,1107,1108,5,234,0,0, + 1108,1109,5,251,0,0,1109,1112,5,295,0,0,1110,1113,5,140,0,0,1111, + 1113,3,106,53,0,1112,1110,1,0,0,0,1112,1111,1,0,0,0,1113,1148,1, + 0,0,0,1114,1115,5,271,0,0,1115,1116,3,236,118,0,1116,1117,5,234, + 0,0,1117,1122,3,180,90,0,1118,1119,5,312,0,0,1119,1121,3,180,90, + 0,1120,1118,1,0,0,0,1121,1124,1,0,0,0,1122,1120,1,0,0,0,1122,1123, + 1,0,0,0,1123,1127,1,0,0,0,1124,1122,1,0,0,0,1125,1126,5,285,0,0, + 1126,1128,3,108,54,0,1127,1125,1,0,0,0,1127,1128,1,0,0,0,1128,1148, + 1,0,0,0,1129,1130,5,152,0,0,1130,1131,5,113,0,0,1131,1136,3,236, + 118,0,1132,1134,5,11,0,0,1133,1132,1,0,0,0,1133,1134,1,0,0,0,1134, + 1135,1,0,0,0,1135,1137,3,230,115,0,1136,1133,1,0,0,0,1136,1137,1, + 0,0,0,1137,1138,1,0,0,0,1138,1139,5,274,0,0,1139,1140,3,56,28,0, + 1140,1141,5,173,0,0,1141,1143,3,106,53,0,1142,1144,3,164,82,0,1143, + 1142,1,0,0,0,1144,1145,1,0,0,0,1145,1143,1,0,0,0,1145,1146,1,0,0, + 0,1146,1148,1,0,0,0,1147,261,1,0,0,0,1147,262,1,0,0,0,1147,264,1, + 0,0,0,1147,266,1,0,0,0,1147,288,1,0,0,0,1147,298,1,0,0,0,1147,314, + 1,0,0,0,1147,324,1,0,0,0,1147,331,1,0,0,0,1147,338,1,0,0,0,1147, + 376,1,0,0,0,1147,406,1,0,0,0,1147,413,1,0,0,0,1147,421,1,0,0,0,1147, + 428,1,0,0,0,1147,431,1,0,0,0,1147,440,1,0,0,0,1147,449,1,0,0,0,1147, + 458,1,0,0,0,1147,469,1,0,0,0,1147,485,1,0,0,0,1147,502,1,0,0,0,1147, + 517,1,0,0,0,1147,532,1,0,0,0,1147,539,1,0,0,0,1147,546,1,0,0,0,1147, + 569,1,0,0,0,1147,575,1,0,0,0,1147,604,1,0,0,0,1147,622,1,0,0,0,1147, + 626,1,0,0,0,1147,634,1,0,0,0,1147,646,1,0,0,0,1147,654,1,0,0,0,1147, + 661,1,0,0,0,1147,668,1,0,0,0,1147,675,1,0,0,0,1147,690,1,0,0,0,1147, + 696,1,0,0,0,1147,703,1,0,0,0,1147,715,1,0,0,0,1147,722,1,0,0,0,1147, + 747,1,0,0,0,1147,772,1,0,0,0,1147,783,1,0,0,0,1147,814,1,0,0,0,1147, + 841,1,0,0,0,1147,873,1,0,0,0,1147,882,1,0,0,0,1147,897,1,0,0,0,1147, + 903,1,0,0,0,1147,907,1,0,0,0,1147,911,1,0,0,0,1147,915,1,0,0,0,1147, + 920,1,0,0,0,1147,934,1,0,0,0,1147,948,1,0,0,0,1147,958,1,0,0,0,1147, + 972,1,0,0,0,1147,976,1,0,0,0,1147,983,1,0,0,0,1147,992,1,0,0,0,1147, + 999,1,0,0,0,1147,1001,1,0,0,0,1147,1003,1,0,0,0,1147,1017,1,0,0, + 0,1147,1027,1,0,0,0,1147,1031,1,0,0,0,1147,1034,1,0,0,0,1147,1040, + 1,0,0,0,1147,1043,1,0,0,0,1147,1055,1,0,0,0,1147,1059,1,0,0,0,1147, + 1063,1,0,0,0,1147,1068,1,0,0,0,1147,1071,1,0,0,0,1147,1084,1,0,0, + 0,1147,1098,1,0,0,0,1147,1101,1,0,0,0,1147,1104,1,0,0,0,1147,1107, + 1,0,0,0,1147,1114,1,0,0,0,1147,1129,1,0,0,0,1148,3,1,0,0,0,1149, + 1151,3,6,3,0,1150,1149,1,0,0,0,1150,1151,1,0,0,0,1151,1152,1,0,0, + 0,1152,1153,3,8,4,0,1153,5,1,0,0,0,1154,1155,5,288,0,0,1155,1160, + 3,194,97,0,1156,1157,5,312,0,0,1157,1159,3,194,97,0,1158,1156,1, + 0,0,0,1159,1162,1,0,0,0,1160,1158,1,0,0,0,1160,1161,1,0,0,0,1161, + 7,1,0,0,0,1162,1160,1,0,0,0,1163,1165,3,10,5,0,1164,1163,1,0,0,0, + 1164,1165,1,0,0,0,1165,1166,1,0,0,0,1166,1167,3,26,13,0,1167,9,1, + 0,0,0,1168,1170,5,288,0,0,1169,1171,5,204,0,0,1170,1169,1,0,0,0, + 1170,1171,1,0,0,0,1171,1172,1,0,0,0,1172,1177,3,50,25,0,1173,1174, + 5,312,0,0,1174,1176,3,50,25,0,1175,1173,1,0,0,0,1176,1179,1,0,0, + 0,1177,1175,1,0,0,0,1177,1178,1,0,0,0,1178,11,1,0,0,0,1179,1177, + 1,0,0,0,1180,1183,3,14,7,0,1181,1183,3,16,8,0,1182,1180,1,0,0,0, + 1182,1181,1,0,0,0,1183,13,1,0,0,0,1184,1185,3,230,115,0,1185,1188, + 3,154,77,0,1186,1187,5,165,0,0,1187,1189,5,166,0,0,1188,1186,1,0, + 0,0,1188,1189,1,0,0,0,1189,1192,1,0,0,0,1190,1191,5,29,0,0,1191, + 1193,3,138,69,0,1192,1190,1,0,0,0,1192,1193,1,0,0,0,1193,1196,1, + 0,0,0,1194,1195,5,288,0,0,1195,1197,3,18,9,0,1196,1194,1,0,0,0,1196, + 1197,1,0,0,0,1197,15,1,0,0,0,1198,1199,5,137,0,0,1199,1202,3,218, + 109,0,1200,1201,7,3,0,0,1201,1203,5,199,0,0,1202,1200,1,0,0,0,1202, + 1203,1,0,0,0,1203,17,1,0,0,0,1204,1205,5,313,0,0,1205,1206,3,20, + 10,0,1206,1207,5,314,0,0,1207,19,1,0,0,0,1208,1213,3,22,11,0,1209, + 1210,5,312,0,0,1210,1212,3,22,11,0,1211,1209,1,0,0,0,1212,1215,1, + 0,0,0,1213,1211,1,0,0,0,1213,1214,1,0,0,0,1214,21,1,0,0,0,1215,1213, + 1,0,0,0,1216,1217,3,230,115,0,1217,1218,5,296,0,0,1218,1219,3,24, + 12,0,1219,23,1,0,0,0,1220,1223,5,53,0,0,1221,1223,3,106,53,0,1222, + 1220,1,0,0,0,1222,1221,1,0,0,0,1223,25,1,0,0,0,1224,1235,3,32,16, + 0,1225,1226,5,178,0,0,1226,1227,5,19,0,0,1227,1232,3,36,18,0,1228, + 1229,5,312,0,0,1229,1231,3,36,18,0,1230,1228,1,0,0,0,1231,1234,1, + 0,0,0,1232,1230,1,0,0,0,1232,1233,1,0,0,0,1233,1236,1,0,0,0,1234, + 1232,1,0,0,0,1235,1225,1,0,0,0,1235,1236,1,0,0,0,1236,1242,1,0,0, + 0,1237,1238,5,171,0,0,1238,1240,3,30,15,0,1239,1241,7,4,0,0,1240, + 1239,1,0,0,0,1240,1241,1,0,0,0,1241,1243,1,0,0,0,1242,1237,1,0,0, + 0,1242,1243,1,0,0,0,1243,1257,1,0,0,0,1244,1245,5,138,0,0,1245,1258, + 3,28,14,0,1246,1247,5,81,0,0,1247,1249,7,5,0,0,1248,1250,3,30,15, + 0,1249,1248,1,0,0,0,1249,1250,1,0,0,0,1250,1251,1,0,0,0,1251,1255, + 7,4,0,0,1252,1256,5,175,0,0,1253,1254,5,288,0,0,1254,1256,5,250, + 0,0,1255,1252,1,0,0,0,1255,1253,1,0,0,0,1256,1258,1,0,0,0,1257,1244, + 1,0,0,0,1257,1246,1,0,0,0,1257,1258,1,0,0,0,1258,27,1,0,0,0,1259, + 1262,5,5,0,0,1260,1262,3,30,15,0,1261,1259,1,0,0,0,1261,1260,1,0, + 0,0,1262,29,1,0,0,0,1263,1264,7,6,0,0,1264,31,1,0,0,0,1265,1266, + 6,16,-1,0,1266,1267,3,34,17,0,1267,1282,1,0,0,0,1268,1269,10,2,0, + 0,1269,1271,5,111,0,0,1270,1272,3,52,26,0,1271,1270,1,0,0,0,1271, + 1272,1,0,0,0,1272,1273,1,0,0,0,1273,1281,3,32,16,3,1274,1275,10, + 1,0,0,1275,1277,7,7,0,0,1276,1278,3,52,26,0,1277,1276,1,0,0,0,1277, + 1278,1,0,0,0,1278,1279,1,0,0,0,1279,1281,3,32,16,2,1280,1268,1,0, + 0,0,1280,1274,1,0,0,0,1281,1284,1,0,0,0,1282,1280,1,0,0,0,1282,1283, + 1,0,0,0,1283,33,1,0,0,0,1284,1282,1,0,0,0,1285,1302,3,38,19,0,1286, + 1287,5,244,0,0,1287,1302,3,218,109,0,1288,1289,5,280,0,0,1289,1294, + 3,106,53,0,1290,1291,5,312,0,0,1291,1293,3,106,53,0,1292,1290,1, + 0,0,0,1293,1296,1,0,0,0,1294,1292,1,0,0,0,1294,1295,1,0,0,0,1295, + 1302,1,0,0,0,1296,1294,1,0,0,0,1297,1298,5,313,0,0,1298,1299,3,26, + 13,0,1299,1300,5,314,0,0,1300,1302,1,0,0,0,1301,1285,1,0,0,0,1301, + 1286,1,0,0,0,1301,1288,1,0,0,0,1301,1297,1,0,0,0,1302,35,1,0,0,0, + 1303,1305,3,106,53,0,1304,1306,7,8,0,0,1305,1304,1,0,0,0,1305,1306, + 1,0,0,0,1306,1309,1,0,0,0,1307,1308,5,168,0,0,1308,1310,7,9,0,0, + 1309,1307,1,0,0,0,1309,1310,1,0,0,0,1310,37,1,0,0,0,1311,1313,5, + 231,0,0,1312,1314,3,52,26,0,1313,1312,1,0,0,0,1313,1314,1,0,0,0, + 1314,1315,1,0,0,0,1315,1320,3,54,27,0,1316,1317,5,312,0,0,1317,1319, + 3,54,27,0,1318,1316,1,0,0,0,1319,1322,1,0,0,0,1320,1318,1,0,0,0, + 1320,1321,1,0,0,0,1321,1332,1,0,0,0,1322,1320,1,0,0,0,1323,1324, + 5,88,0,0,1324,1329,3,56,28,0,1325,1326,5,312,0,0,1326,1328,3,56, + 28,0,1327,1325,1,0,0,0,1328,1331,1,0,0,0,1329,1327,1,0,0,0,1329, + 1330,1,0,0,0,1330,1333,1,0,0,0,1331,1329,1,0,0,0,1332,1323,1,0,0, + 0,1332,1333,1,0,0,0,1333,1336,1,0,0,0,1334,1335,5,285,0,0,1335,1337, + 3,108,54,0,1336,1334,1,0,0,0,1336,1337,1,0,0,0,1337,1341,1,0,0,0, + 1338,1339,5,97,0,0,1339,1340,5,19,0,0,1340,1342,3,40,20,0,1341,1338, + 1,0,0,0,1341,1342,1,0,0,0,1342,1345,1,0,0,0,1343,1344,5,100,0,0, + 1344,1346,3,108,54,0,1345,1343,1,0,0,0,1345,1346,1,0,0,0,1346,1356, + 1,0,0,0,1347,1348,5,287,0,0,1348,1353,3,46,23,0,1349,1350,5,312, + 0,0,1350,1352,3,46,23,0,1351,1349,1,0,0,0,1352,1355,1,0,0,0,1353, + 1351,1,0,0,0,1353,1354,1,0,0,0,1354,1357,1,0,0,0,1355,1353,1,0,0, + 0,1356,1347,1,0,0,0,1356,1357,1,0,0,0,1357,39,1,0,0,0,1358,1360, + 3,52,26,0,1359,1358,1,0,0,0,1359,1360,1,0,0,0,1360,1361,1,0,0,0, + 1361,1366,3,42,21,0,1362,1363,5,312,0,0,1363,1365,3,42,21,0,1364, + 1362,1,0,0,0,1365,1368,1,0,0,0,1366,1364,1,0,0,0,1366,1367,1,0,0, + 0,1367,41,1,0,0,0,1368,1366,1,0,0,0,1369,1410,3,44,22,0,1370,1371, + 5,221,0,0,1371,1380,5,313,0,0,1372,1377,3,106,53,0,1373,1374,5,312, + 0,0,1374,1376,3,106,53,0,1375,1373,1,0,0,0,1376,1379,1,0,0,0,1377, + 1375,1,0,0,0,1377,1378,1,0,0,0,1378,1381,1,0,0,0,1379,1377,1,0,0, + 0,1380,1372,1,0,0,0,1380,1381,1,0,0,0,1381,1382,1,0,0,0,1382,1410, + 5,314,0,0,1383,1384,5,38,0,0,1384,1393,5,313,0,0,1385,1390,3,106, + 53,0,1386,1387,5,312,0,0,1387,1389,3,106,53,0,1388,1386,1,0,0,0, + 1389,1392,1,0,0,0,1390,1388,1,0,0,0,1390,1391,1,0,0,0,1391,1394, + 1,0,0,0,1392,1390,1,0,0,0,1393,1385,1,0,0,0,1393,1394,1,0,0,0,1394, + 1395,1,0,0,0,1395,1410,5,314,0,0,1396,1397,5,98,0,0,1397,1398,5, + 235,0,0,1398,1399,5,313,0,0,1399,1404,3,44,22,0,1400,1401,5,312, + 0,0,1401,1403,3,44,22,0,1402,1400,1,0,0,0,1403,1406,1,0,0,0,1404, + 1402,1,0,0,0,1404,1405,1,0,0,0,1405,1407,1,0,0,0,1406,1404,1,0,0, + 0,1407,1408,5,314,0,0,1408,1410,1,0,0,0,1409,1369,1,0,0,0,1409,1370, + 1,0,0,0,1409,1383,1,0,0,0,1409,1396,1,0,0,0,1410,43,1,0,0,0,1411, + 1420,5,313,0,0,1412,1417,3,106,53,0,1413,1414,5,312,0,0,1414,1416, + 3,106,53,0,1415,1413,1,0,0,0,1416,1419,1,0,0,0,1417,1415,1,0,0,0, + 1417,1418,1,0,0,0,1418,1421,1,0,0,0,1419,1417,1,0,0,0,1420,1412, + 1,0,0,0,1420,1421,1,0,0,0,1421,1422,1,0,0,0,1422,1425,5,314,0,0, + 1423,1425,3,106,53,0,1424,1411,1,0,0,0,1424,1423,1,0,0,0,1425,45, + 1,0,0,0,1426,1427,3,230,115,0,1427,1428,5,11,0,0,1428,1429,5,313, + 0,0,1429,1430,3,48,24,0,1430,1431,5,314,0,0,1431,47,1,0,0,0,1432, + 1434,3,230,115,0,1433,1432,1,0,0,0,1433,1434,1,0,0,0,1434,1445,1, + 0,0,0,1435,1436,5,184,0,0,1436,1437,5,19,0,0,1437,1442,3,106,53, + 0,1438,1439,5,312,0,0,1439,1441,3,106,53,0,1440,1438,1,0,0,0,1441, + 1444,1,0,0,0,1442,1440,1,0,0,0,1442,1443,1,0,0,0,1443,1446,1,0,0, + 0,1444,1442,1,0,0,0,1445,1435,1,0,0,0,1445,1446,1,0,0,0,1446,1457, + 1,0,0,0,1447,1448,5,178,0,0,1448,1449,5,19,0,0,1449,1454,3,36,18, + 0,1450,1451,5,312,0,0,1451,1453,3,36,18,0,1452,1450,1,0,0,0,1453, + 1456,1,0,0,0,1454,1452,1,0,0,0,1454,1455,1,0,0,0,1455,1458,1,0,0, + 0,1456,1454,1,0,0,0,1457,1447,1,0,0,0,1457,1458,1,0,0,0,1458,1460, + 1,0,0,0,1459,1461,3,168,84,0,1460,1459,1,0,0,0,1460,1461,1,0,0,0, + 1461,49,1,0,0,0,1462,1464,3,230,115,0,1463,1465,3,88,44,0,1464,1463, + 1,0,0,0,1464,1465,1,0,0,0,1465,1466,1,0,0,0,1466,1467,5,11,0,0,1467, + 1468,5,313,0,0,1468,1469,3,8,4,0,1469,1470,5,314,0,0,1470,51,1,0, + 0,0,1471,1472,7,10,0,0,1472,53,1,0,0,0,1473,1478,3,106,53,0,1474, + 1476,5,11,0,0,1475,1474,1,0,0,0,1475,1476,1,0,0,0,1476,1477,1,0, + 0,0,1477,1479,3,230,115,0,1478,1475,1,0,0,0,1478,1479,1,0,0,0,1479, + 1489,1,0,0,0,1480,1481,3,114,57,0,1481,1482,5,310,0,0,1482,1485, + 5,304,0,0,1483,1484,5,11,0,0,1484,1486,3,88,44,0,1485,1483,1,0,0, + 0,1485,1486,1,0,0,0,1486,1489,1,0,0,0,1487,1489,5,304,0,0,1488,1473, + 1,0,0,0,1488,1480,1,0,0,0,1488,1487,1,0,0,0,1489,55,1,0,0,0,1490, + 1491,6,28,-1,0,1491,1492,3,62,31,0,1492,1511,1,0,0,0,1493,1507,10, + 2,0,0,1494,1495,5,37,0,0,1495,1496,5,119,0,0,1496,1508,3,62,31,0, + 1497,1498,3,58,29,0,1498,1499,5,119,0,0,1499,1500,3,56,28,0,1500, + 1501,3,60,30,0,1501,1508,1,0,0,0,1502,1503,5,155,0,0,1503,1504,3, + 58,29,0,1504,1505,5,119,0,0,1505,1506,3,62,31,0,1506,1508,1,0,0, + 0,1507,1494,1,0,0,0,1507,1497,1,0,0,0,1507,1502,1,0,0,0,1508,1510, + 1,0,0,0,1509,1493,1,0,0,0,1510,1513,1,0,0,0,1511,1509,1,0,0,0,1511, + 1512,1,0,0,0,1512,57,1,0,0,0,1513,1511,1,0,0,0,1514,1516,5,108,0, + 0,1515,1514,1,0,0,0,1515,1516,1,0,0,0,1516,1522,1,0,0,0,1517,1519, + 7,11,0,0,1518,1520,5,180,0,0,1519,1518,1,0,0,0,1519,1520,1,0,0,0, + 1520,1522,1,0,0,0,1521,1515,1,0,0,0,1521,1517,1,0,0,0,1522,59,1, + 0,0,0,1523,1524,5,173,0,0,1524,1538,3,108,54,0,1525,1526,5,274,0, + 0,1526,1527,5,313,0,0,1527,1532,3,236,118,0,1528,1529,5,312,0,0, + 1529,1531,3,236,118,0,1530,1528,1,0,0,0,1531,1534,1,0,0,0,1532,1530, + 1,0,0,0,1532,1533,1,0,0,0,1533,1535,1,0,0,0,1534,1532,1,0,0,0,1535, + 1536,5,314,0,0,1536,1538,1,0,0,0,1537,1523,1,0,0,0,1537,1525,1,0, + 0,0,1538,61,1,0,0,0,1539,1546,3,72,36,0,1540,1541,5,246,0,0,1541, + 1542,3,64,32,0,1542,1543,5,313,0,0,1543,1544,3,106,53,0,1544,1545, + 5,314,0,0,1545,1547,1,0,0,0,1546,1540,1,0,0,0,1546,1547,1,0,0,0, + 1547,1550,1,0,0,0,1548,1550,3,236,118,0,1549,1539,1,0,0,0,1549,1548, + 1,0,0,0,1550,63,1,0,0,0,1551,1552,7,12,0,0,1552,65,1,0,0,0,1553, + 1554,7,13,0,0,1554,67,1,0,0,0,1555,1562,5,72,0,0,1556,1558,5,258, + 0,0,1557,1559,3,138,69,0,1558,1557,1,0,0,0,1558,1559,1,0,0,0,1559, + 1560,1,0,0,0,1560,1562,3,70,35,0,1561,1555,1,0,0,0,1561,1556,1,0, + 0,0,1562,69,1,0,0,0,1563,1564,7,14,0,0,1564,1565,5,34,0,0,1565,71, + 1,0,0,0,1566,1649,3,86,43,0,1567,1568,5,149,0,0,1568,1579,5,313, + 0,0,1569,1570,5,184,0,0,1570,1571,5,19,0,0,1571,1576,3,106,53,0, + 1572,1573,5,312,0,0,1573,1575,3,106,53,0,1574,1572,1,0,0,0,1575, + 1578,1,0,0,0,1576,1574,1,0,0,0,1576,1577,1,0,0,0,1577,1580,1,0,0, + 0,1578,1576,1,0,0,0,1579,1569,1,0,0,0,1579,1580,1,0,0,0,1580,1591, + 1,0,0,0,1581,1582,5,178,0,0,1582,1583,5,19,0,0,1583,1588,3,36,18, + 0,1584,1585,5,312,0,0,1585,1587,3,36,18,0,1586,1584,1,0,0,0,1587, + 1590,1,0,0,0,1588,1586,1,0,0,0,1588,1589,1,0,0,0,1589,1592,1,0,0, + 0,1590,1588,1,0,0,0,1591,1581,1,0,0,0,1591,1592,1,0,0,0,1592,1602, + 1,0,0,0,1593,1594,5,151,0,0,1594,1599,3,74,37,0,1595,1596,5,312, + 0,0,1596,1598,3,74,37,0,1597,1595,1,0,0,0,1598,1601,1,0,0,0,1599, + 1597,1,0,0,0,1599,1600,1,0,0,0,1600,1603,1,0,0,0,1601,1599,1,0,0, + 0,1602,1593,1,0,0,0,1602,1603,1,0,0,0,1603,1605,1,0,0,0,1604,1606, + 3,76,38,0,1605,1604,1,0,0,0,1605,1606,1,0,0,0,1606,1610,1,0,0,0, + 1607,1608,5,4,0,0,1608,1609,5,146,0,0,1609,1611,3,80,40,0,1610,1607, + 1,0,0,0,1610,1611,1,0,0,0,1611,1613,1,0,0,0,1612,1614,7,15,0,0,1613, + 1612,1,0,0,0,1613,1614,1,0,0,0,1614,1615,1,0,0,0,1615,1616,5,189, + 0,0,1616,1617,5,313,0,0,1617,1618,3,174,87,0,1618,1628,5,314,0,0, + 1619,1620,5,241,0,0,1620,1625,3,82,41,0,1621,1622,5,312,0,0,1622, + 1624,3,82,41,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,1629,1,0,0,0,1627,1625,1,0,0,0,1628,1619, + 1,0,0,0,1628,1629,1,0,0,0,1629,1630,1,0,0,0,1630,1631,5,54,0,0,1631, + 1636,3,84,42,0,1632,1633,5,312,0,0,1633,1635,3,84,42,0,1634,1632, + 1,0,0,0,1635,1638,1,0,0,0,1636,1634,1,0,0,0,1636,1637,1,0,0,0,1637, + 1639,1,0,0,0,1638,1636,1,0,0,0,1639,1647,5,314,0,0,1640,1642,5,11, + 0,0,1641,1640,1,0,0,0,1641,1642,1,0,0,0,1642,1643,1,0,0,0,1643,1645, + 3,230,115,0,1644,1646,3,88,44,0,1645,1644,1,0,0,0,1645,1646,1,0, + 0,0,1646,1648,1,0,0,0,1647,1641,1,0,0,0,1647,1648,1,0,0,0,1648,1650, + 1,0,0,0,1649,1567,1,0,0,0,1649,1650,1,0,0,0,1650,73,1,0,0,0,1651, + 1652,3,106,53,0,1652,1653,5,11,0,0,1653,1654,3,230,115,0,1654,75, + 1,0,0,0,1655,1656,5,174,0,0,1656,1657,5,222,0,0,1657,1658,5,190, + 0,0,1658,1667,5,146,0,0,1659,1660,5,5,0,0,1660,1661,5,223,0,0,1661, + 1662,5,190,0,0,1662,1664,5,146,0,0,1663,1665,3,78,39,0,1664,1663, + 1,0,0,0,1664,1665,1,0,0,0,1665,1667,1,0,0,0,1666,1655,1,0,0,0,1666, + 1659,1,0,0,0,1667,77,1,0,0,0,1668,1669,5,236,0,0,1669,1670,5,68, + 0,0,1670,1678,5,148,0,0,1671,1672,5,172,0,0,1672,1673,5,68,0,0,1673, + 1678,5,148,0,0,1674,1675,5,288,0,0,1675,1676,5,268,0,0,1676,1678, + 5,223,0,0,1677,1668,1,0,0,0,1677,1671,1,0,0,0,1677,1674,1,0,0,0, + 1678,79,1,0,0,0,1679,1692,5,237,0,0,1680,1687,5,253,0,0,1681,1682, + 5,157,0,0,1682,1688,5,222,0,0,1683,1685,7,9,0,0,1684,1683,1,0,0, + 0,1684,1685,1,0,0,0,1685,1686,1,0,0,0,1686,1688,3,230,115,0,1687, + 1681,1,0,0,0,1687,1684,1,0,0,0,1688,1693,1,0,0,0,1689,1690,5,187, + 0,0,1690,1691,5,131,0,0,1691,1693,5,222,0,0,1692,1680,1,0,0,0,1692, + 1689,1,0,0,0,1693,81,1,0,0,0,1694,1695,3,230,115,0,1695,1696,5,296, + 0,0,1696,1697,5,313,0,0,1697,1702,3,230,115,0,1698,1699,5,312,0, + 0,1699,1701,3,230,115,0,1700,1698,1,0,0,0,1701,1704,1,0,0,0,1702, + 1700,1,0,0,0,1702,1703,1,0,0,0,1703,1705,1,0,0,0,1704,1702,1,0,0, + 0,1705,1706,5,314,0,0,1706,83,1,0,0,0,1707,1708,3,230,115,0,1708, + 1709,5,11,0,0,1709,1710,3,106,53,0,1710,85,1,0,0,0,1711,1719,3,90, + 45,0,1712,1714,5,11,0,0,1713,1712,1,0,0,0,1713,1714,1,0,0,0,1714, + 1715,1,0,0,0,1715,1717,3,230,115,0,1716,1718,3,88,44,0,1717,1716, + 1,0,0,0,1717,1718,1,0,0,0,1718,1720,1,0,0,0,1719,1713,1,0,0,0,1719, + 1720,1,0,0,0,1720,87,1,0,0,0,1721,1722,5,313,0,0,1722,1727,3,230, + 115,0,1723,1724,5,312,0,0,1724,1726,3,230,115,0,1725,1723,1,0,0, + 0,1726,1729,1,0,0,0,1727,1725,1,0,0,0,1727,1728,1,0,0,0,1728,1730, + 1,0,0,0,1729,1727,1,0,0,0,1730,1731,5,314,0,0,1731,89,1,0,0,0,1732, + 1734,3,218,109,0,1733,1735,3,220,110,0,1734,1733,1,0,0,0,1734,1735, + 1,0,0,0,1735,1770,1,0,0,0,1736,1737,5,313,0,0,1737,1738,3,8,4,0, + 1738,1739,5,314,0,0,1739,1770,1,0,0,0,1740,1741,5,269,0,0,1741,1742, + 5,313,0,0,1742,1747,3,106,53,0,1743,1744,5,312,0,0,1744,1746,3,106, + 53,0,1745,1743,1,0,0,0,1746,1749,1,0,0,0,1747,1745,1,0,0,0,1747, + 1748,1,0,0,0,1748,1750,1,0,0,0,1749,1747,1,0,0,0,1750,1753,5,314, + 0,0,1751,1752,5,288,0,0,1752,1754,5,179,0,0,1753,1751,1,0,0,0,1753, + 1754,1,0,0,0,1754,1770,1,0,0,0,1755,1756,5,132,0,0,1756,1757,5,313, + 0,0,1757,1758,3,8,4,0,1758,1759,5,314,0,0,1759,1770,1,0,0,0,1760, + 1761,5,244,0,0,1761,1762,5,313,0,0,1762,1763,3,92,46,0,1763,1764, + 5,314,0,0,1764,1770,1,0,0,0,1765,1766,5,313,0,0,1766,1767,3,56,28, + 0,1767,1768,5,314,0,0,1768,1770,1,0,0,0,1769,1732,1,0,0,0,1769,1736, + 1,0,0,0,1769,1740,1,0,0,0,1769,1755,1,0,0,0,1769,1760,1,0,0,0,1769, + 1765,1,0,0,0,1770,91,1,0,0,0,1771,1772,3,218,109,0,1772,1781,5,313, + 0,0,1773,1778,3,94,47,0,1774,1775,5,312,0,0,1775,1777,3,94,47,0, + 1776,1774,1,0,0,0,1777,1780,1,0,0,0,1778,1776,1,0,0,0,1778,1779, + 1,0,0,0,1779,1782,1,0,0,0,1780,1778,1,0,0,0,1781,1773,1,0,0,0,1781, + 1782,1,0,0,0,1782,1792,1,0,0,0,1783,1784,5,35,0,0,1784,1789,3,104, + 52,0,1785,1786,5,312,0,0,1786,1788,3,104,52,0,1787,1785,1,0,0,0, + 1788,1791,1,0,0,0,1789,1787,1,0,0,0,1789,1790,1,0,0,0,1790,1793, + 1,0,0,0,1791,1789,1,0,0,0,1792,1783,1,0,0,0,1792,1793,1,0,0,0,1793, + 1794,1,0,0,0,1794,1795,5,314,0,0,1795,93,1,0,0,0,1796,1797,3,230, + 115,0,1797,1798,5,323,0,0,1798,1800,1,0,0,0,1799,1796,1,0,0,0,1799, + 1800,1,0,0,0,1800,1804,1,0,0,0,1801,1805,3,96,48,0,1802,1805,3,100, + 50,0,1803,1805,3,106,53,0,1804,1801,1,0,0,0,1804,1802,1,0,0,0,1804, + 1803,1,0,0,0,1805,95,1,0,0,0,1806,1824,3,98,49,0,1807,1808,5,184, + 0,0,1808,1822,5,19,0,0,1809,1818,5,313,0,0,1810,1815,3,106,53,0, + 1811,1812,5,312,0,0,1812,1814,3,106,53,0,1813,1811,1,0,0,0,1814, + 1817,1,0,0,0,1815,1813,1,0,0,0,1815,1816,1,0,0,0,1816,1819,1,0,0, + 0,1817,1815,1,0,0,0,1818,1810,1,0,0,0,1818,1819,1,0,0,0,1819,1820, + 1,0,0,0,1820,1823,5,314,0,0,1821,1823,3,106,53,0,1822,1809,1,0,0, + 0,1822,1821,1,0,0,0,1823,1825,1,0,0,0,1824,1807,1,0,0,0,1824,1825, + 1,0,0,0,1825,1832,1,0,0,0,1826,1827,5,200,0,0,1827,1828,5,284,0, + 0,1828,1833,5,68,0,0,1829,1830,5,127,0,0,1830,1831,5,284,0,0,1831, + 1833,5,68,0,0,1832,1826,1,0,0,0,1832,1829,1,0,0,0,1832,1833,1,0, + 0,0,1833,1850,1,0,0,0,1834,1835,5,178,0,0,1835,1848,5,19,0,0,1836, + 1837,5,313,0,0,1837,1842,3,36,18,0,1838,1839,5,312,0,0,1839,1841, + 3,36,18,0,1840,1838,1,0,0,0,1841,1844,1,0,0,0,1842,1840,1,0,0,0, + 1842,1843,1,0,0,0,1843,1845,1,0,0,0,1844,1842,1,0,0,0,1845,1846, + 5,314,0,0,1846,1849,1,0,0,0,1847,1849,3,36,18,0,1848,1836,1,0,0, + 0,1848,1847,1,0,0,0,1849,1851,1,0,0,0,1850,1834,1,0,0,0,1850,1851, + 1,0,0,0,1851,97,1,0,0,0,1852,1853,5,244,0,0,1853,1854,5,313,0,0, + 1854,1855,3,236,118,0,1855,1863,5,314,0,0,1856,1858,5,11,0,0,1857, + 1856,1,0,0,0,1857,1858,1,0,0,0,1858,1859,1,0,0,0,1859,1861,3,230, + 115,0,1860,1862,3,88,44,0,1861,1860,1,0,0,0,1861,1862,1,0,0,0,1862, + 1864,1,0,0,0,1863,1857,1,0,0,0,1863,1864,1,0,0,0,1864,1879,1,0,0, + 0,1865,1866,5,244,0,0,1866,1867,5,313,0,0,1867,1868,3,8,4,0,1868, + 1876,5,314,0,0,1869,1871,5,11,0,0,1870,1869,1,0,0,0,1870,1871,1, + 0,0,0,1871,1872,1,0,0,0,1872,1874,3,230,115,0,1873,1875,3,88,44, + 0,1874,1873,1,0,0,0,1874,1875,1,0,0,0,1875,1877,1,0,0,0,1876,1870, + 1,0,0,0,1876,1877,1,0,0,0,1877,1879,1,0,0,0,1878,1852,1,0,0,0,1878, + 1865,1,0,0,0,1879,99,1,0,0,0,1880,1881,5,60,0,0,1881,1882,5,313, + 0,0,1882,1887,3,102,51,0,1883,1884,5,312,0,0,1884,1886,3,102,51, + 0,1885,1883,1,0,0,0,1886,1889,1,0,0,0,1887,1885,1,0,0,0,1887,1888, + 1,0,0,0,1888,1890,1,0,0,0,1889,1887,1,0,0,0,1890,1891,5,314,0,0, + 1891,1899,1,0,0,0,1892,1893,5,24,0,0,1893,1894,5,313,0,0,1894,1895, + 5,166,0,0,1895,1896,5,11,0,0,1896,1897,5,60,0,0,1897,1899,5,314, + 0,0,1898,1880,1,0,0,0,1898,1892,1,0,0,0,1899,101,1,0,0,0,1900,1902, + 3,230,115,0,1901,1903,3,154,77,0,1902,1901,1,0,0,0,1902,1903,1,0, + 0,0,1903,103,1,0,0,0,1904,1905,5,313,0,0,1905,1906,3,218,109,0,1906, + 1907,5,312,0,0,1907,1912,3,218,109,0,1908,1909,5,312,0,0,1909,1911, + 3,218,109,0,1910,1908,1,0,0,0,1911,1914,1,0,0,0,1912,1910,1,0,0, + 0,1912,1913,1,0,0,0,1913,1915,1,0,0,0,1914,1912,1,0,0,0,1915,1916, + 5,314,0,0,1916,105,1,0,0,0,1917,1918,3,108,54,0,1918,107,1,0,0,0, + 1919,1920,6,54,-1,0,1920,1922,3,112,56,0,1921,1923,3,110,55,0,1922, + 1921,1,0,0,0,1922,1923,1,0,0,0,1923,1927,1,0,0,0,1924,1925,5,165, + 0,0,1925,1927,3,108,54,3,1926,1919,1,0,0,0,1926,1924,1,0,0,0,1927, + 1936,1,0,0,0,1928,1929,10,2,0,0,1929,1930,5,8,0,0,1930,1935,3,108, + 54,3,1931,1932,10,1,0,0,1932,1933,5,177,0,0,1933,1935,3,108,54,2, + 1934,1928,1,0,0,0,1934,1931,1,0,0,0,1935,1938,1,0,0,0,1936,1934, + 1,0,0,0,1936,1937,1,0,0,0,1937,109,1,0,0,0,1938,1936,1,0,0,0,1939, + 1940,3,142,71,0,1940,1941,3,112,56,0,1941,2001,1,0,0,0,1942,1943, + 3,142,71,0,1943,1944,3,144,72,0,1944,1945,5,313,0,0,1945,1946,3, + 8,4,0,1946,1947,5,314,0,0,1947,2001,1,0,0,0,1948,1950,5,165,0,0, + 1949,1948,1,0,0,0,1949,1950,1,0,0,0,1950,1951,1,0,0,0,1951,1952, + 5,17,0,0,1952,1953,3,112,56,0,1953,1954,5,8,0,0,1954,1955,3,112, + 56,0,1955,2001,1,0,0,0,1956,1958,5,165,0,0,1957,1956,1,0,0,0,1957, + 1958,1,0,0,0,1958,1959,1,0,0,0,1959,1960,5,105,0,0,1960,1961,5,313, + 0,0,1961,1966,3,106,53,0,1962,1963,5,312,0,0,1963,1965,3,106,53, + 0,1964,1962,1,0,0,0,1965,1968,1,0,0,0,1966,1964,1,0,0,0,1966,1967, + 1,0,0,0,1967,1969,1,0,0,0,1968,1966,1,0,0,0,1969,1970,5,314,0,0, + 1970,2001,1,0,0,0,1971,1973,5,165,0,0,1972,1971,1,0,0,0,1972,1973, + 1,0,0,0,1973,1974,1,0,0,0,1974,1975,5,105,0,0,1975,1976,5,313,0, + 0,1976,1977,3,8,4,0,1977,1978,5,314,0,0,1978,2001,1,0,0,0,1979,1981, + 5,165,0,0,1980,1979,1,0,0,0,1980,1981,1,0,0,0,1981,1982,1,0,0,0, + 1982,1983,5,137,0,0,1983,1986,3,112,56,0,1984,1985,5,73,0,0,1985, + 1987,3,112,56,0,1986,1984,1,0,0,0,1986,1987,1,0,0,0,1987,2001,1, + 0,0,0,1988,1990,5,116,0,0,1989,1991,5,165,0,0,1990,1989,1,0,0,0, + 1990,1991,1,0,0,0,1991,1992,1,0,0,0,1992,2001,5,166,0,0,1993,1995, + 5,116,0,0,1994,1996,5,165,0,0,1995,1994,1,0,0,0,1995,1996,1,0,0, + 0,1996,1997,1,0,0,0,1997,1998,5,62,0,0,1998,1999,5,88,0,0,1999,2001, + 3,112,56,0,2000,1939,1,0,0,0,2000,1942,1,0,0,0,2000,1949,1,0,0,0, + 2000,1957,1,0,0,0,2000,1972,1,0,0,0,2000,1980,1,0,0,0,2000,1988, + 1,0,0,0,2000,1993,1,0,0,0,2001,111,1,0,0,0,2002,2003,6,56,-1,0,2003, + 2007,3,114,57,0,2004,2005,7,16,0,0,2005,2007,3,112,56,4,2006,2002, + 1,0,0,0,2006,2004,1,0,0,0,2007,2022,1,0,0,0,2008,2009,10,3,0,0,2009, + 2010,7,17,0,0,2010,2021,3,112,56,4,2011,2012,10,2,0,0,2012,2013, + 7,16,0,0,2013,2021,3,112,56,3,2014,2015,10,1,0,0,2015,2016,5,307, + 0,0,2016,2021,3,112,56,2,2017,2018,10,5,0,0,2018,2019,5,13,0,0,2019, + 2021,3,140,70,0,2020,2008,1,0,0,0,2020,2011,1,0,0,0,2020,2014,1, + 0,0,0,2020,2017,1,0,0,0,2021,2024,1,0,0,0,2022,2020,1,0,0,0,2022, + 2023,1,0,0,0,2023,113,1,0,0,0,2024,2022,1,0,0,0,2025,2026,6,57,-1, + 0,2026,2479,5,166,0,0,2027,2479,3,148,74,0,2028,2029,3,230,115,0, + 2029,2030,3,138,69,0,2030,2479,1,0,0,0,2031,2032,5,65,0,0,2032,2033, + 5,196,0,0,2033,2479,3,138,69,0,2034,2479,3,250,125,0,2035,2479,3, + 146,73,0,2036,2479,3,138,69,0,2037,2479,5,329,0,0,2038,2479,5,308, + 0,0,2039,2040,5,194,0,0,2040,2041,5,313,0,0,2041,2042,3,112,56,0, + 2042,2043,5,105,0,0,2043,2044,3,112,56,0,2044,2045,5,314,0,0,2045, + 2479,1,0,0,0,2046,2047,5,313,0,0,2047,2050,3,106,53,0,2048,2049, + 5,312,0,0,2049,2051,3,106,53,0,2050,2048,1,0,0,0,2051,2052,1,0,0, + 0,2052,2050,1,0,0,0,2052,2053,1,0,0,0,2053,2054,1,0,0,0,2054,2055, + 5,314,0,0,2055,2479,1,0,0,0,2056,2057,5,222,0,0,2057,2058,5,313, + 0,0,2058,2063,3,106,53,0,2059,2060,5,312,0,0,2060,2062,3,106,53, + 0,2061,2059,1,0,0,0,2062,2065,1,0,0,0,2063,2061,1,0,0,0,2063,2064, + 1,0,0,0,2064,2066,1,0,0,0,2065,2063,1,0,0,0,2066,2067,5,314,0,0, + 2067,2479,1,0,0,0,2068,2069,5,139,0,0,2069,2071,5,313,0,0,2070,2072, + 3,52,26,0,2071,2070,1,0,0,0,2071,2072,1,0,0,0,2072,2073,1,0,0,0, + 2073,2076,3,106,53,0,2074,2075,5,312,0,0,2075,2077,3,138,69,0,2076, + 2074,1,0,0,0,2076,2077,1,0,0,0,2077,2081,1,0,0,0,2078,2079,5,173, + 0,0,2079,2080,5,183,0,0,2080,2082,3,68,34,0,2081,2078,1,0,0,0,2081, + 2082,1,0,0,0,2082,2083,1,0,0,0,2083,2084,5,314,0,0,2084,2085,5,289, + 0,0,2085,2086,5,97,0,0,2086,2087,5,313,0,0,2087,2088,5,178,0,0,2088, + 2089,5,19,0,0,2089,2094,3,36,18,0,2090,2091,5,312,0,0,2091,2093, + 3,36,18,0,2092,2090,1,0,0,0,2093,2096,1,0,0,0,2094,2092,1,0,0,0, + 2094,2095,1,0,0,0,2095,2097,1,0,0,0,2096,2094,1,0,0,0,2097,2098, + 5,314,0,0,2098,2100,1,0,0,0,2099,2101,3,162,81,0,2100,2099,1,0,0, + 0,2100,2101,1,0,0,0,2101,2479,1,0,0,0,2102,2104,3,134,67,0,2103, + 2102,1,0,0,0,2103,2104,1,0,0,0,2104,2105,1,0,0,0,2105,2106,3,218, + 109,0,2106,2110,5,313,0,0,2107,2108,3,230,115,0,2108,2109,5,310, + 0,0,2109,2111,1,0,0,0,2110,2107,1,0,0,0,2110,2111,1,0,0,0,2111,2112, + 1,0,0,0,2112,2113,5,304,0,0,2113,2115,5,314,0,0,2114,2116,3,162, + 81,0,2115,2114,1,0,0,0,2115,2116,1,0,0,0,2116,2118,1,0,0,0,2117, + 2119,3,166,83,0,2118,2117,1,0,0,0,2118,2119,1,0,0,0,2119,2479,1, + 0,0,0,2120,2122,3,134,67,0,2121,2120,1,0,0,0,2121,2122,1,0,0,0,2122, + 2123,1,0,0,0,2123,2124,3,218,109,0,2124,2136,5,313,0,0,2125,2127, + 3,52,26,0,2126,2125,1,0,0,0,2126,2127,1,0,0,0,2127,2128,1,0,0,0, + 2128,2133,3,106,53,0,2129,2130,5,312,0,0,2130,2132,3,106,53,0,2131, + 2129,1,0,0,0,2132,2135,1,0,0,0,2133,2131,1,0,0,0,2133,2134,1,0,0, + 0,2134,2137,1,0,0,0,2135,2133,1,0,0,0,2136,2126,1,0,0,0,2136,2137, + 1,0,0,0,2137,2148,1,0,0,0,2138,2139,5,178,0,0,2139,2140,5,19,0,0, + 2140,2145,3,36,18,0,2141,2142,5,312,0,0,2142,2144,3,36,18,0,2143, + 2141,1,0,0,0,2144,2147,1,0,0,0,2145,2143,1,0,0,0,2145,2146,1,0,0, + 0,2146,2149,1,0,0,0,2147,2145,1,0,0,0,2148,2138,1,0,0,0,2148,2149, + 1,0,0,0,2149,2150,1,0,0,0,2150,2152,5,314,0,0,2151,2153,3,162,81, + 0,2152,2151,1,0,0,0,2152,2153,1,0,0,0,2153,2158,1,0,0,0,2154,2156, + 3,136,68,0,2155,2154,1,0,0,0,2155,2156,1,0,0,0,2156,2157,1,0,0,0, + 2157,2159,3,166,83,0,2158,2155,1,0,0,0,2158,2159,1,0,0,0,2159,2479, + 1,0,0,0,2160,2161,3,230,115,0,2161,2162,3,166,83,0,2162,2479,1,0, + 0,0,2163,2164,3,230,115,0,2164,2165,5,322,0,0,2165,2166,3,106,53, + 0,2166,2479,1,0,0,0,2167,2176,5,313,0,0,2168,2173,3,230,115,0,2169, + 2170,5,312,0,0,2170,2172,3,230,115,0,2171,2169,1,0,0,0,2172,2175, + 1,0,0,0,2173,2171,1,0,0,0,2173,2174,1,0,0,0,2174,2177,1,0,0,0,2175, + 2173,1,0,0,0,2176,2168,1,0,0,0,2176,2177,1,0,0,0,2177,2178,1,0,0, + 0,2178,2179,5,314,0,0,2179,2180,5,322,0,0,2180,2479,3,106,53,0,2181, + 2182,5,313,0,0,2182,2183,3,8,4,0,2183,2184,5,314,0,0,2184,2479,1, + 0,0,0,2185,2186,5,77,0,0,2186,2187,5,313,0,0,2187,2188,3,8,4,0,2188, + 2189,5,314,0,0,2189,2479,1,0,0,0,2190,2191,5,23,0,0,2191,2193,3, + 106,53,0,2192,2194,3,160,80,0,2193,2192,1,0,0,0,2194,2195,1,0,0, + 0,2195,2193,1,0,0,0,2195,2196,1,0,0,0,2196,2199,1,0,0,0,2197,2198, + 5,67,0,0,2198,2200,3,106,53,0,2199,2197,1,0,0,0,2199,2200,1,0,0, + 0,2200,2201,1,0,0,0,2201,2202,5,71,0,0,2202,2479,1,0,0,0,2203,2205, + 5,23,0,0,2204,2206,3,160,80,0,2205,2204,1,0,0,0,2206,2207,1,0,0, + 0,2207,2205,1,0,0,0,2207,2208,1,0,0,0,2208,2211,1,0,0,0,2209,2210, + 5,67,0,0,2210,2212,3,106,53,0,2211,2209,1,0,0,0,2211,2212,1,0,0, + 0,2212,2213,1,0,0,0,2213,2214,5,71,0,0,2214,2479,1,0,0,0,2215,2216, + 5,24,0,0,2216,2217,5,313,0,0,2217,2218,3,106,53,0,2218,2219,5,11, + 0,0,2219,2220,3,154,77,0,2220,2221,5,314,0,0,2221,2479,1,0,0,0,2222, + 2223,5,259,0,0,2223,2224,5,313,0,0,2224,2225,3,106,53,0,2225,2226, + 5,11,0,0,2226,2227,3,154,77,0,2227,2228,5,314,0,0,2228,2479,1,0, + 0,0,2229,2230,5,10,0,0,2230,2239,5,315,0,0,2231,2236,3,106,53,0, + 2232,2233,5,312,0,0,2233,2235,3,106,53,0,2234,2232,1,0,0,0,2235, + 2238,1,0,0,0,2236,2234,1,0,0,0,2236,2237,1,0,0,0,2237,2240,1,0,0, + 0,2238,2236,1,0,0,0,2239,2231,1,0,0,0,2239,2240,1,0,0,0,2240,2241, + 1,0,0,0,2241,2479,5,316,0,0,2242,2479,3,230,115,0,2243,2479,5,41, + 0,0,2244,2248,5,45,0,0,2245,2246,5,313,0,0,2246,2247,5,330,0,0,2247, + 2249,5,314,0,0,2248,2245,1,0,0,0,2248,2249,1,0,0,0,2249,2479,1,0, + 0,0,2250,2254,5,46,0,0,2251,2252,5,313,0,0,2252,2253,5,330,0,0,2253, + 2255,5,314,0,0,2254,2251,1,0,0,0,2254,2255,1,0,0,0,2255,2479,1,0, + 0,0,2256,2260,5,141,0,0,2257,2258,5,313,0,0,2258,2259,5,330,0,0, + 2259,2261,5,314,0,0,2260,2257,1,0,0,0,2260,2261,1,0,0,0,2261,2479, + 1,0,0,0,2262,2266,5,142,0,0,2263,2264,5,313,0,0,2264,2265,5,330, + 0,0,2265,2267,5,314,0,0,2266,2263,1,0,0,0,2266,2267,1,0,0,0,2267, + 2479,1,0,0,0,2268,2479,5,47,0,0,2269,2479,5,40,0,0,2270,2479,5,44, + 0,0,2271,2479,5,42,0,0,2272,2273,5,256,0,0,2273,2281,5,313,0,0,2274, + 2276,3,66,33,0,2275,2274,1,0,0,0,2275,2276,1,0,0,0,2276,2278,1,0, + 0,0,2277,2279,3,112,56,0,2278,2277,1,0,0,0,2278,2279,1,0,0,0,2279, + 2280,1,0,0,0,2280,2282,5,88,0,0,2281,2275,1,0,0,0,2281,2282,1,0, + 0,0,2282,2283,1,0,0,0,2283,2284,3,112,56,0,2284,2285,5,314,0,0,2285, + 2479,1,0,0,0,2286,2287,5,256,0,0,2287,2288,5,313,0,0,2288,2289,3, + 112,56,0,2289,2290,5,312,0,0,2290,2291,3,112,56,0,2291,2292,5,314, + 0,0,2292,2479,1,0,0,0,2293,2294,5,242,0,0,2294,2295,5,313,0,0,2295, + 2296,3,112,56,0,2296,2297,5,88,0,0,2297,2300,3,112,56,0,2298,2299, + 5,86,0,0,2299,2301,3,112,56,0,2300,2298,1,0,0,0,2300,2301,1,0,0, + 0,2301,2302,1,0,0,0,2302,2303,5,314,0,0,2303,2479,1,0,0,0,2304,2305, + 5,164,0,0,2305,2306,5,313,0,0,2306,2309,3,112,56,0,2307,2308,5,312, + 0,0,2308,2310,3,152,76,0,2309,2307,1,0,0,0,2309,2310,1,0,0,0,2310, + 2311,1,0,0,0,2311,2312,5,314,0,0,2312,2479,1,0,0,0,2313,2314,5,79, + 0,0,2314,2315,5,313,0,0,2315,2316,3,230,115,0,2316,2317,5,88,0,0, + 2317,2318,3,112,56,0,2318,2319,5,314,0,0,2319,2479,1,0,0,0,2320, + 2321,5,313,0,0,2321,2322,3,106,53,0,2322,2323,5,314,0,0,2323,2479, + 1,0,0,0,2324,2325,5,98,0,0,2325,2334,5,313,0,0,2326,2331,3,218,109, + 0,2327,2328,5,312,0,0,2328,2330,3,218,109,0,2329,2327,1,0,0,0,2330, + 2333,1,0,0,0,2331,2329,1,0,0,0,2331,2332,1,0,0,0,2332,2335,1,0,0, + 0,2333,2331,1,0,0,0,2334,2326,1,0,0,0,2334,2335,1,0,0,0,2335,2336, + 1,0,0,0,2336,2479,5,314,0,0,2337,2338,5,122,0,0,2338,2339,5,313, + 0,0,2339,2344,3,116,58,0,2340,2341,3,124,62,0,2341,2342,5,173,0, + 0,2342,2343,5,72,0,0,2343,2345,1,0,0,0,2344,2340,1,0,0,0,2344,2345, + 1,0,0,0,2345,2346,1,0,0,0,2346,2347,5,314,0,0,2347,2479,1,0,0,0, + 2348,2349,5,126,0,0,2349,2350,5,313,0,0,2350,2353,3,116,58,0,2351, + 2352,5,214,0,0,2352,2354,3,154,77,0,2353,2351,1,0,0,0,2353,2354, + 1,0,0,0,2354,2359,1,0,0,0,2355,2356,3,126,63,0,2356,2357,5,173,0, + 0,2357,2358,5,68,0,0,2358,2360,1,0,0,0,2359,2355,1,0,0,0,2359,2360, + 1,0,0,0,2360,2365,1,0,0,0,2361,2362,3,126,63,0,2362,2363,5,173,0, + 0,2363,2364,5,72,0,0,2364,2366,1,0,0,0,2365,2361,1,0,0,0,2365,2366, + 1,0,0,0,2366,2367,1,0,0,0,2367,2368,5,314,0,0,2368,2479,1,0,0,0, + 2369,2370,5,124,0,0,2370,2371,5,313,0,0,2371,2378,3,116,58,0,2372, + 2373,5,214,0,0,2373,2376,3,154,77,0,2374,2375,5,87,0,0,2375,2377, + 3,120,60,0,2376,2374,1,0,0,0,2376,2377,1,0,0,0,2377,2379,1,0,0,0, + 2378,2372,1,0,0,0,2378,2379,1,0,0,0,2379,2383,1,0,0,0,2380,2381, + 3,128,64,0,2381,2382,5,292,0,0,2382,2384,1,0,0,0,2383,2380,1,0,0, + 0,2383,2384,1,0,0,0,2384,2392,1,0,0,0,2385,2386,7,18,0,0,2386,2390, + 5,201,0,0,2387,2388,5,173,0,0,2388,2389,5,225,0,0,2389,2391,5,248, + 0,0,2390,2387,1,0,0,0,2390,2391,1,0,0,0,2391,2393,1,0,0,0,2392,2385, + 1,0,0,0,2392,2393,1,0,0,0,2393,2398,1,0,0,0,2394,2395,3,130,65,0, + 2395,2396,5,173,0,0,2396,2397,5,68,0,0,2397,2399,1,0,0,0,2398,2394, + 1,0,0,0,2398,2399,1,0,0,0,2399,2404,1,0,0,0,2400,2401,3,130,65,0, + 2401,2402,5,173,0,0,2402,2403,5,72,0,0,2403,2405,1,0,0,0,2404,2400, + 1,0,0,0,2404,2405,1,0,0,0,2405,2406,1,0,0,0,2406,2407,5,314,0,0, + 2407,2479,1,0,0,0,2408,2409,5,123,0,0,2409,2438,5,313,0,0,2410,2415, + 3,132,66,0,2411,2412,5,312,0,0,2412,2414,3,132,66,0,2413,2411,1, + 0,0,0,2414,2417,1,0,0,0,2415,2413,1,0,0,0,2415,2416,1,0,0,0,2416, + 2424,1,0,0,0,2417,2415,1,0,0,0,2418,2419,5,166,0,0,2419,2420,5,173, + 0,0,2420,2425,5,166,0,0,2421,2422,5,1,0,0,2422,2423,5,173,0,0,2423, + 2425,5,166,0,0,2424,2418,1,0,0,0,2424,2421,1,0,0,0,2424,2425,1,0, + 0,0,2425,2436,1,0,0,0,2426,2427,5,288,0,0,2427,2429,5,266,0,0,2428, + 2430,5,129,0,0,2429,2428,1,0,0,0,2429,2430,1,0,0,0,2430,2437,1,0, + 0,0,2431,2432,5,290,0,0,2432,2434,5,266,0,0,2433,2435,5,129,0,0, + 2434,2433,1,0,0,0,2434,2435,1,0,0,0,2435,2437,1,0,0,0,2436,2426, + 1,0,0,0,2436,2431,1,0,0,0,2436,2437,1,0,0,0,2437,2439,1,0,0,0,2438, + 2410,1,0,0,0,2438,2439,1,0,0,0,2439,2446,1,0,0,0,2440,2441,5,214, + 0,0,2441,2444,3,154,77,0,2442,2443,5,87,0,0,2443,2445,3,120,60,0, + 2444,2442,1,0,0,0,2444,2445,1,0,0,0,2445,2447,1,0,0,0,2446,2440, + 1,0,0,0,2446,2447,1,0,0,0,2447,2448,1,0,0,0,2448,2479,5,314,0,0, + 2449,2450,5,121,0,0,2450,2467,5,313,0,0,2451,2456,3,118,59,0,2452, + 2453,5,312,0,0,2453,2455,3,118,59,0,2454,2452,1,0,0,0,2455,2458, + 1,0,0,0,2456,2454,1,0,0,0,2456,2457,1,0,0,0,2457,2465,1,0,0,0,2458, + 2456,1,0,0,0,2459,2460,5,166,0,0,2460,2461,5,173,0,0,2461,2466,5, + 166,0,0,2462,2463,5,1,0,0,2463,2464,5,173,0,0,2464,2466,5,166,0, + 0,2465,2459,1,0,0,0,2465,2462,1,0,0,0,2465,2466,1,0,0,0,2466,2468, + 1,0,0,0,2467,2451,1,0,0,0,2467,2468,1,0,0,0,2468,2475,1,0,0,0,2469, + 2470,5,214,0,0,2470,2473,3,154,77,0,2471,2472,5,87,0,0,2472,2474, + 3,120,60,0,2473,2471,1,0,0,0,2473,2474,1,0,0,0,2474,2476,1,0,0,0, + 2475,2469,1,0,0,0,2475,2476,1,0,0,0,2476,2477,1,0,0,0,2477,2479, + 5,314,0,0,2478,2025,1,0,0,0,2478,2027,1,0,0,0,2478,2028,1,0,0,0, + 2478,2031,1,0,0,0,2478,2034,1,0,0,0,2478,2035,1,0,0,0,2478,2036, + 1,0,0,0,2478,2037,1,0,0,0,2478,2038,1,0,0,0,2478,2039,1,0,0,0,2478, + 2046,1,0,0,0,2478,2056,1,0,0,0,2478,2068,1,0,0,0,2478,2103,1,0,0, + 0,2478,2121,1,0,0,0,2478,2160,1,0,0,0,2478,2163,1,0,0,0,2478,2167, + 1,0,0,0,2478,2181,1,0,0,0,2478,2185,1,0,0,0,2478,2190,1,0,0,0,2478, + 2203,1,0,0,0,2478,2215,1,0,0,0,2478,2222,1,0,0,0,2478,2229,1,0,0, + 0,2478,2242,1,0,0,0,2478,2243,1,0,0,0,2478,2244,1,0,0,0,2478,2250, + 1,0,0,0,2478,2256,1,0,0,0,2478,2262,1,0,0,0,2478,2268,1,0,0,0,2478, + 2269,1,0,0,0,2478,2270,1,0,0,0,2478,2271,1,0,0,0,2478,2272,1,0,0, + 0,2478,2286,1,0,0,0,2478,2293,1,0,0,0,2478,2304,1,0,0,0,2478,2313, + 1,0,0,0,2478,2320,1,0,0,0,2478,2324,1,0,0,0,2478,2337,1,0,0,0,2478, + 2348,1,0,0,0,2478,2369,1,0,0,0,2478,2408,1,0,0,0,2478,2449,1,0,0, + 0,2479,2490,1,0,0,0,2480,2481,10,24,0,0,2481,2482,5,315,0,0,2482, + 2483,3,112,56,0,2483,2484,5,316,0,0,2484,2489,1,0,0,0,2485,2486, + 10,22,0,0,2486,2487,5,310,0,0,2487,2489,3,230,115,0,2488,2480,1, + 0,0,0,2488,2485,1,0,0,0,2489,2492,1,0,0,0,2490,2488,1,0,0,0,2490, + 2491,1,0,0,0,2491,115,1,0,0,0,2492,2490,1,0,0,0,2493,2494,3,118, + 59,0,2494,2495,5,312,0,0,2495,2505,3,138,69,0,2496,2497,5,186,0, + 0,2497,2502,3,122,61,0,2498,2499,5,312,0,0,2499,2501,3,122,61,0, + 2500,2498,1,0,0,0,2501,2504,1,0,0,0,2502,2500,1,0,0,0,2502,2503, + 1,0,0,0,2503,2506,1,0,0,0,2504,2502,1,0,0,0,2505,2496,1,0,0,0,2505, + 2506,1,0,0,0,2506,117,1,0,0,0,2507,2510,3,106,53,0,2508,2509,5,87, + 0,0,2509,2511,3,120,60,0,2510,2508,1,0,0,0,2510,2511,1,0,0,0,2511, + 119,1,0,0,0,2512,2515,5,120,0,0,2513,2514,5,70,0,0,2514,2516,7,19, + 0,0,2515,2513,1,0,0,0,2515,2516,1,0,0,0,2516,121,1,0,0,0,2517,2518, + 3,118,59,0,2518,2519,5,11,0,0,2519,2520,3,230,115,0,2520,123,1,0, + 0,0,2521,2522,7,20,0,0,2522,125,1,0,0,0,2523,2528,5,72,0,0,2524, + 2528,5,166,0,0,2525,2526,5,53,0,0,2526,2528,3,106,53,0,2527,2523, + 1,0,0,0,2527,2524,1,0,0,0,2527,2525,1,0,0,0,2528,127,1,0,0,0,2529, + 2531,5,290,0,0,2530,2532,5,10,0,0,2531,2530,1,0,0,0,2531,2532,1, + 0,0,0,2532,2541,1,0,0,0,2533,2535,5,288,0,0,2534,2536,7,21,0,0,2535, + 2534,1,0,0,0,2535,2536,1,0,0,0,2536,2538,1,0,0,0,2537,2539,5,10, + 0,0,2538,2537,1,0,0,0,2538,2539,1,0,0,0,2539,2541,1,0,0,0,2540,2529, + 1,0,0,0,2540,2533,1,0,0,0,2541,129,1,0,0,0,2542,2547,5,72,0,0,2543, + 2547,5,166,0,0,2544,2545,5,68,0,0,2545,2547,7,22,0,0,2546,2542,1, + 0,0,0,2546,2543,1,0,0,0,2546,2544,1,0,0,0,2547,131,1,0,0,0,2548, + 2550,5,128,0,0,2549,2548,1,0,0,0,2549,2550,1,0,0,0,2550,2551,1,0, + 0,0,2551,2552,3,106,53,0,2552,2553,5,279,0,0,2553,2554,3,118,59, + 0,2554,2560,1,0,0,0,2555,2556,3,106,53,0,2556,2557,5,311,0,0,2557, + 2558,3,118,59,0,2558,2560,1,0,0,0,2559,2549,1,0,0,0,2559,2555,1, + 0,0,0,2560,133,1,0,0,0,2561,2562,7,23,0,0,2562,135,1,0,0,0,2563, + 2564,5,103,0,0,2564,2568,5,168,0,0,2565,2566,5,211,0,0,2566,2568, + 5,168,0,0,2567,2563,1,0,0,0,2567,2565,1,0,0,0,2568,137,1,0,0,0,2569, + 2576,5,327,0,0,2570,2573,5,328,0,0,2571,2572,5,261,0,0,2572,2574, + 5,327,0,0,2573,2571,1,0,0,0,2573,2574,1,0,0,0,2574,2576,1,0,0,0, + 2575,2569,1,0,0,0,2575,2570,1,0,0,0,2576,139,1,0,0,0,2577,2578,5, + 251,0,0,2578,2579,5,295,0,0,2579,2584,3,148,74,0,2580,2581,5,251, + 0,0,2581,2582,5,295,0,0,2582,2584,3,138,69,0,2583,2577,1,0,0,0,2583, + 2580,1,0,0,0,2584,141,1,0,0,0,2585,2586,7,24,0,0,2586,143,1,0,0, + 0,2587,2588,7,25,0,0,2588,145,1,0,0,0,2589,2590,7,26,0,0,2590,147, + 1,0,0,0,2591,2593,5,112,0,0,2592,2594,7,16,0,0,2593,2592,1,0,0,0, + 2593,2594,1,0,0,0,2594,2595,1,0,0,0,2595,2596,3,138,69,0,2596,2599, + 3,150,75,0,2597,2598,5,253,0,0,2598,2600,3,150,75,0,2599,2597,1, + 0,0,0,2599,2600,1,0,0,0,2600,149,1,0,0,0,2601,2602,7,27,0,0,2602, + 151,1,0,0,0,2603,2604,7,28,0,0,2604,153,1,0,0,0,2605,2606,6,77,-1, + 0,2606,2607,5,222,0,0,2607,2608,5,313,0,0,2608,2613,3,156,78,0,2609, + 2610,5,312,0,0,2610,2612,3,156,78,0,2611,2609,1,0,0,0,2612,2615, + 1,0,0,0,2613,2611,1,0,0,0,2613,2614,1,0,0,0,2614,2616,1,0,0,0,2615, + 2613,1,0,0,0,2616,2617,5,314,0,0,2617,2697,1,0,0,0,2618,2619,5,112, + 0,0,2619,2622,3,150,75,0,2620,2621,5,253,0,0,2621,2623,3,150,75, + 0,2622,2620,1,0,0,0,2622,2623,1,0,0,0,2623,2697,1,0,0,0,2624,2629, + 5,252,0,0,2625,2626,5,313,0,0,2626,2627,3,158,79,0,2627,2628,5,314, + 0,0,2628,2630,1,0,0,0,2629,2625,1,0,0,0,2629,2630,1,0,0,0,2630,2634, + 1,0,0,0,2631,2632,5,290,0,0,2632,2633,5,251,0,0,2633,2635,5,295, + 0,0,2634,2631,1,0,0,0,2634,2635,1,0,0,0,2635,2697,1,0,0,0,2636,2641, + 5,252,0,0,2637,2638,5,313,0,0,2638,2639,3,158,79,0,2639,2640,5,314, + 0,0,2640,2642,1,0,0,0,2641,2637,1,0,0,0,2641,2642,1,0,0,0,2642,2643, + 1,0,0,0,2643,2644,5,288,0,0,2644,2645,5,251,0,0,2645,2697,5,295, + 0,0,2646,2651,5,251,0,0,2647,2648,5,313,0,0,2648,2649,3,158,79,0, + 2649,2650,5,314,0,0,2650,2652,1,0,0,0,2651,2647,1,0,0,0,2651,2652, + 1,0,0,0,2652,2656,1,0,0,0,2653,2654,5,290,0,0,2654,2655,5,251,0, + 0,2655,2657,5,295,0,0,2656,2653,1,0,0,0,2656,2657,1,0,0,0,2657,2697, + 1,0,0,0,2658,2663,5,251,0,0,2659,2660,5,313,0,0,2660,2661,3,158, + 79,0,2661,2662,5,314,0,0,2662,2664,1,0,0,0,2663,2659,1,0,0,0,2663, + 2664,1,0,0,0,2664,2665,1,0,0,0,2665,2666,5,288,0,0,2666,2667,5,251, + 0,0,2667,2697,5,295,0,0,2668,2669,5,65,0,0,2669,2697,5,196,0,0,2670, + 2671,5,10,0,0,2671,2672,5,298,0,0,2672,2673,3,154,77,0,2673,2674, + 5,300,0,0,2674,2697,1,0,0,0,2675,2676,5,145,0,0,2676,2677,5,298, + 0,0,2677,2678,3,154,77,0,2678,2679,5,312,0,0,2679,2680,3,154,77, + 0,2680,2681,5,300,0,0,2681,2697,1,0,0,0,2682,2694,3,230,115,0,2683, + 2684,5,313,0,0,2684,2689,3,158,79,0,2685,2686,5,312,0,0,2686,2688, + 3,158,79,0,2687,2685,1,0,0,0,2688,2691,1,0,0,0,2689,2687,1,0,0,0, + 2689,2690,1,0,0,0,2690,2692,1,0,0,0,2691,2689,1,0,0,0,2692,2693, + 5,314,0,0,2693,2695,1,0,0,0,2694,2683,1,0,0,0,2694,2695,1,0,0,0, + 2695,2697,1,0,0,0,2696,2605,1,0,0,0,2696,2618,1,0,0,0,2696,2624, + 1,0,0,0,2696,2636,1,0,0,0,2696,2646,1,0,0,0,2696,2658,1,0,0,0,2696, + 2668,1,0,0,0,2696,2670,1,0,0,0,2696,2675,1,0,0,0,2696,2682,1,0,0, + 0,2697,2707,1,0,0,0,2698,2699,10,2,0,0,2699,2703,5,10,0,0,2700,2701, + 5,315,0,0,2701,2702,5,330,0,0,2702,2704,5,316,0,0,2703,2700,1,0, + 0,0,2703,2704,1,0,0,0,2704,2706,1,0,0,0,2705,2698,1,0,0,0,2706,2709, + 1,0,0,0,2707,2705,1,0,0,0,2707,2708,1,0,0,0,2708,155,1,0,0,0,2709, + 2707,1,0,0,0,2710,2715,3,154,77,0,2711,2712,3,230,115,0,2712,2713, + 3,154,77,0,2713,2715,1,0,0,0,2714,2710,1,0,0,0,2714,2711,1,0,0,0, + 2715,157,1,0,0,0,2716,2719,5,330,0,0,2717,2719,3,154,77,0,2718,2716, + 1,0,0,0,2718,2717,1,0,0,0,2719,159,1,0,0,0,2720,2721,5,284,0,0,2721, + 2722,3,106,53,0,2722,2723,5,249,0,0,2723,2724,3,106,53,0,2724,161, + 1,0,0,0,2725,2726,5,82,0,0,2726,2727,5,313,0,0,2727,2728,5,285,0, + 0,2728,2729,3,108,54,0,2729,2730,5,314,0,0,2730,163,1,0,0,0,2731, + 2732,5,284,0,0,2732,2735,5,147,0,0,2733,2734,5,8,0,0,2734,2736,3, + 106,53,0,2735,2733,1,0,0,0,2735,2736,1,0,0,0,2736,2737,1,0,0,0,2737, + 2738,5,249,0,0,2738,2739,5,271,0,0,2739,2740,5,234,0,0,2740,2741, + 3,230,115,0,2741,2742,5,296,0,0,2742,2750,3,106,53,0,2743,2744,5, + 312,0,0,2744,2745,3,230,115,0,2745,2746,5,296,0,0,2746,2747,3,106, + 53,0,2747,2749,1,0,0,0,2748,2743,1,0,0,0,2749,2752,1,0,0,0,2750, + 2748,1,0,0,0,2750,2751,1,0,0,0,2751,2796,1,0,0,0,2752,2750,1,0,0, + 0,2753,2754,5,284,0,0,2754,2757,5,147,0,0,2755,2756,5,8,0,0,2756, + 2758,3,106,53,0,2757,2755,1,0,0,0,2757,2758,1,0,0,0,2758,2759,1, + 0,0,0,2759,2760,5,249,0,0,2760,2796,5,56,0,0,2761,2762,5,284,0,0, + 2762,2763,5,165,0,0,2763,2766,5,147,0,0,2764,2765,5,8,0,0,2765,2767, + 3,106,53,0,2766,2764,1,0,0,0,2766,2767,1,0,0,0,2767,2768,1,0,0,0, + 2768,2769,5,249,0,0,2769,2781,5,110,0,0,2770,2771,5,313,0,0,2771, + 2776,3,230,115,0,2772,2773,5,312,0,0,2773,2775,3,230,115,0,2774, + 2772,1,0,0,0,2775,2778,1,0,0,0,2776,2774,1,0,0,0,2776,2777,1,0,0, + 0,2777,2779,1,0,0,0,2778,2776,1,0,0,0,2779,2780,5,314,0,0,2780,2782, + 1,0,0,0,2781,2770,1,0,0,0,2781,2782,1,0,0,0,2782,2783,1,0,0,0,2783, + 2784,5,280,0,0,2784,2785,5,313,0,0,2785,2790,3,106,53,0,2786,2787, + 5,312,0,0,2787,2789,3,106,53,0,2788,2786,1,0,0,0,2789,2792,1,0,0, + 0,2790,2788,1,0,0,0,2790,2791,1,0,0,0,2791,2793,1,0,0,0,2792,2790, + 1,0,0,0,2793,2794,5,314,0,0,2794,2796,1,0,0,0,2795,2731,1,0,0,0, + 2795,2753,1,0,0,0,2795,2761,1,0,0,0,2796,165,1,0,0,0,2797,2803,5, + 182,0,0,2798,2804,3,230,115,0,2799,2800,5,313,0,0,2800,2801,3,48, + 24,0,2801,2802,5,314,0,0,2802,2804,1,0,0,0,2803,2798,1,0,0,0,2803, + 2799,1,0,0,0,2804,167,1,0,0,0,2805,2806,5,151,0,0,2806,2811,3,74, + 37,0,2807,2808,5,312,0,0,2808,2810,3,74,37,0,2809,2807,1,0,0,0,2810, + 2813,1,0,0,0,2811,2809,1,0,0,0,2811,2812,1,0,0,0,2812,2815,1,0,0, + 0,2813,2811,1,0,0,0,2814,2805,1,0,0,0,2814,2815,1,0,0,0,2815,2816, + 1,0,0,0,2816,2820,3,170,85,0,2817,2818,5,4,0,0,2818,2819,5,146,0, + 0,2819,2821,3,80,40,0,2820,2817,1,0,0,0,2820,2821,1,0,0,0,2821,2823, + 1,0,0,0,2822,2824,7,15,0,0,2823,2822,1,0,0,0,2823,2824,1,0,0,0,2824, + 2830,1,0,0,0,2825,2826,5,189,0,0,2826,2827,5,313,0,0,2827,2828,3, + 174,87,0,2828,2829,5,314,0,0,2829,2831,1,0,0,0,2830,2825,1,0,0,0, + 2830,2831,1,0,0,0,2831,2841,1,0,0,0,2832,2833,5,241,0,0,2833,2838, + 3,82,41,0,2834,2835,5,312,0,0,2835,2837,3,82,41,0,2836,2834,1,0, + 0,0,2837,2840,1,0,0,0,2838,2836,1,0,0,0,2838,2839,1,0,0,0,2839,2842, + 1,0,0,0,2840,2838,1,0,0,0,2841,2832,1,0,0,0,2841,2842,1,0,0,0,2842, + 2852,1,0,0,0,2843,2844,5,54,0,0,2844,2849,3,84,42,0,2845,2846,5, + 312,0,0,2846,2848,3,84,42,0,2847,2845,1,0,0,0,2848,2851,1,0,0,0, + 2849,2847,1,0,0,0,2849,2850,1,0,0,0,2850,2853,1,0,0,0,2851,2849, + 1,0,0,0,2852,2843,1,0,0,0,2852,2853,1,0,0,0,2853,169,1,0,0,0,2854, + 2855,5,202,0,0,2855,2879,3,172,86,0,2856,2857,5,223,0,0,2857,2879, + 3,172,86,0,2858,2859,5,99,0,0,2859,2879,3,172,86,0,2860,2861,5,202, + 0,0,2861,2862,5,17,0,0,2862,2863,3,172,86,0,2863,2864,5,8,0,0,2864, + 2865,3,172,86,0,2865,2879,1,0,0,0,2866,2867,5,223,0,0,2867,2868, + 5,17,0,0,2868,2869,3,172,86,0,2869,2870,5,8,0,0,2870,2871,3,172, + 86,0,2871,2879,1,0,0,0,2872,2873,5,99,0,0,2873,2874,5,17,0,0,2874, + 2875,3,172,86,0,2875,2876,5,8,0,0,2876,2877,3,172,86,0,2877,2879, + 1,0,0,0,2878,2854,1,0,0,0,2878,2856,1,0,0,0,2878,2858,1,0,0,0,2878, + 2860,1,0,0,0,2878,2866,1,0,0,0,2878,2872,1,0,0,0,2879,171,1,0,0, + 0,2880,2881,5,262,0,0,2881,2890,5,195,0,0,2882,2883,5,262,0,0,2883, + 2890,5,85,0,0,2884,2885,5,39,0,0,2885,2890,5,222,0,0,2886,2887,3, + 106,53,0,2887,2888,7,29,0,0,2888,2890,1,0,0,0,2889,2880,1,0,0,0, + 2889,2882,1,0,0,0,2889,2884,1,0,0,0,2889,2886,1,0,0,0,2890,173,1, + 0,0,0,2891,2892,6,87,-1,0,2892,2894,3,176,88,0,2893,2895,3,178,89, + 0,2894,2893,1,0,0,0,2894,2895,1,0,0,0,2895,2903,1,0,0,0,2896,2897, + 10,2,0,0,2897,2902,3,174,87,3,2898,2899,10,1,0,0,2899,2900,5,324, + 0,0,2900,2902,3,174,87,2,2901,2896,1,0,0,0,2901,2898,1,0,0,0,2902, + 2905,1,0,0,0,2903,2901,1,0,0,0,2903,2904,1,0,0,0,2904,175,1,0,0, + 0,2905,2903,1,0,0,0,2906,2932,3,230,115,0,2907,2908,5,313,0,0,2908, + 2932,5,314,0,0,2909,2910,5,192,0,0,2910,2911,5,313,0,0,2911,2916, + 3,174,87,0,2912,2913,5,312,0,0,2913,2915,3,174,87,0,2914,2912,1, + 0,0,0,2915,2918,1,0,0,0,2916,2914,1,0,0,0,2916,2917,1,0,0,0,2917, + 2919,1,0,0,0,2918,2916,1,0,0,0,2919,2920,5,314,0,0,2920,2932,1,0, + 0,0,2921,2922,5,313,0,0,2922,2923,3,174,87,0,2923,2924,5,314,0,0, + 2924,2932,1,0,0,0,2925,2932,5,326,0,0,2926,2932,5,325,0,0,2927,2928, + 5,319,0,0,2928,2929,3,174,87,0,2929,2930,5,320,0,0,2930,2932,1,0, + 0,0,2931,2906,1,0,0,0,2931,2907,1,0,0,0,2931,2909,1,0,0,0,2931,2921, + 1,0,0,0,2931,2925,1,0,0,0,2931,2926,1,0,0,0,2931,2927,1,0,0,0,2932, + 177,1,0,0,0,2933,2935,5,304,0,0,2934,2936,5,308,0,0,2935,2934,1, + 0,0,0,2935,2936,1,0,0,0,2936,2964,1,0,0,0,2937,2939,5,302,0,0,2938, + 2940,5,308,0,0,2939,2938,1,0,0,0,2939,2940,1,0,0,0,2940,2964,1,0, + 0,0,2941,2943,5,308,0,0,2942,2944,5,308,0,0,2943,2942,1,0,0,0,2943, + 2944,1,0,0,0,2944,2964,1,0,0,0,2945,2946,5,317,0,0,2946,2947,5,330, + 0,0,2947,2949,5,318,0,0,2948,2950,5,308,0,0,2949,2948,1,0,0,0,2949, + 2950,1,0,0,0,2950,2964,1,0,0,0,2951,2953,5,317,0,0,2952,2954,5,330, + 0,0,2953,2952,1,0,0,0,2953,2954,1,0,0,0,2954,2955,1,0,0,0,2955,2957, + 5,312,0,0,2956,2958,5,330,0,0,2957,2956,1,0,0,0,2957,2958,1,0,0, + 0,2958,2959,1,0,0,0,2959,2961,5,318,0,0,2960,2962,5,308,0,0,2961, + 2960,1,0,0,0,2961,2962,1,0,0,0,2962,2964,1,0,0,0,2963,2933,1,0,0, + 0,2963,2937,1,0,0,0,2963,2941,1,0,0,0,2963,2945,1,0,0,0,2963,2951, + 1,0,0,0,2964,179,1,0,0,0,2965,2966,3,230,115,0,2966,2967,5,296,0, + 0,2967,2968,3,106,53,0,2968,181,1,0,0,0,2969,2970,5,87,0,0,2970, + 2974,7,30,0,0,2971,2972,5,260,0,0,2972,2974,7,31,0,0,2973,2969,1, + 0,0,0,2973,2971,1,0,0,0,2974,183,1,0,0,0,2975,2976,5,117,0,0,2976, + 2977,5,136,0,0,2977,2981,3,186,93,0,2978,2979,5,203,0,0,2979,2981, + 7,32,0,0,2980,2975,1,0,0,0,2980,2978,1,0,0,0,2981,185,1,0,0,0,2982, + 2983,5,203,0,0,2983,2990,5,263,0,0,2984,2985,5,203,0,0,2985,2990, + 5,31,0,0,2986,2987,5,208,0,0,2987,2990,5,203,0,0,2988,2990,5,232, + 0,0,2989,2982,1,0,0,0,2989,2984,1,0,0,0,2989,2986,1,0,0,0,2989,2988, + 1,0,0,0,2990,187,1,0,0,0,2991,2997,3,106,53,0,2992,2993,3,230,115, + 0,2993,2994,5,323,0,0,2994,2995,3,106,53,0,2995,2997,1,0,0,0,2996, + 2991,1,0,0,0,2996,2992,1,0,0,0,2997,189,1,0,0,0,2998,2999,3,230, + 115,0,2999,3000,5,310,0,0,3000,3001,3,230,115,0,3001,3004,1,0,0, + 0,3002,3004,3,230,115,0,3003,2998,1,0,0,0,3003,3002,1,0,0,0,3004, + 191,1,0,0,0,3005,3010,3,190,95,0,3006,3007,5,312,0,0,3007,3009,3, + 190,95,0,3008,3006,1,0,0,0,3009,3012,1,0,0,0,3010,3008,1,0,0,0,3010, + 3011,1,0,0,0,3011,193,1,0,0,0,3012,3010,1,0,0,0,3013,3014,5,90,0, + 0,3014,3015,3,196,98,0,3015,3019,3,200,100,0,3016,3018,3,202,101, + 0,3017,3016,1,0,0,0,3018,3021,1,0,0,0,3019,3017,1,0,0,0,3019,3020, + 1,0,0,0,3020,3022,1,0,0,0,3021,3019,1,0,0,0,3022,3023,3,204,102, + 0,3023,195,1,0,0,0,3024,3025,3,218,109,0,3025,3034,5,313,0,0,3026, + 3031,3,198,99,0,3027,3028,5,312,0,0,3028,3030,3,198,99,0,3029,3027, + 1,0,0,0,3030,3033,1,0,0,0,3031,3029,1,0,0,0,3031,3032,1,0,0,0,3032, + 3035,1,0,0,0,3033,3031,1,0,0,0,3034,3026,1,0,0,0,3034,3035,1,0,0, + 0,3035,3036,1,0,0,0,3036,3037,5,314,0,0,3037,197,1,0,0,0,3038,3040, + 3,230,115,0,3039,3038,1,0,0,0,3039,3040,1,0,0,0,3040,3041,1,0,0, + 0,3041,3042,3,154,77,0,3042,199,1,0,0,0,3043,3044,5,215,0,0,3044, + 3045,3,154,77,0,3045,201,1,0,0,0,3046,3047,5,130,0,0,3047,3066,3, + 230,115,0,3048,3050,5,165,0,0,3049,3048,1,0,0,0,3049,3050,1,0,0, + 0,3050,3051,1,0,0,0,3051,3066,5,61,0,0,3052,3053,5,215,0,0,3053, + 3054,5,166,0,0,3054,3055,5,173,0,0,3055,3056,5,166,0,0,3056,3066, + 5,109,0,0,3057,3058,5,21,0,0,3058,3059,5,173,0,0,3059,3060,5,166, + 0,0,3060,3066,5,109,0,0,3061,3062,5,229,0,0,3062,3066,7,1,0,0,3063, + 3064,5,29,0,0,3064,3066,3,138,69,0,3065,3046,1,0,0,0,3065,3049,1, + 0,0,0,3065,3052,1,0,0,0,3065,3057,1,0,0,0,3065,3061,1,0,0,0,3065, + 3063,1,0,0,0,3066,203,1,0,0,0,3067,3068,5,213,0,0,3068,3167,3,112, + 56,0,3069,3070,5,234,0,0,3070,3071,3,230,115,0,3071,3072,5,296,0, + 0,3072,3073,3,106,53,0,3073,3167,1,0,0,0,3074,3075,5,23,0,0,3075, + 3077,3,106,53,0,3076,3078,3,206,103,0,3077,3076,1,0,0,0,3078,3079, + 1,0,0,0,3079,3077,1,0,0,0,3079,3080,1,0,0,0,3080,3082,1,0,0,0,3081, + 3083,3,210,105,0,3082,3081,1,0,0,0,3082,3083,1,0,0,0,3083,3084,1, + 0,0,0,3084,3085,5,71,0,0,3085,3086,5,23,0,0,3086,3167,1,0,0,0,3087, + 3089,5,23,0,0,3088,3090,3,206,103,0,3089,3088,1,0,0,0,3090,3091, + 1,0,0,0,3091,3089,1,0,0,0,3091,3092,1,0,0,0,3092,3094,1,0,0,0,3093, + 3095,3,210,105,0,3094,3093,1,0,0,0,3094,3095,1,0,0,0,3095,3096,1, + 0,0,0,3096,3097,5,71,0,0,3097,3098,5,23,0,0,3098,3167,1,0,0,0,3099, + 3100,5,102,0,0,3100,3101,3,106,53,0,3101,3102,5,249,0,0,3102,3106, + 3,214,107,0,3103,3105,3,208,104,0,3104,3103,1,0,0,0,3105,3108,1, + 0,0,0,3106,3104,1,0,0,0,3106,3107,1,0,0,0,3107,3110,1,0,0,0,3108, + 3106,1,0,0,0,3109,3111,3,210,105,0,3110,3109,1,0,0,0,3110,3111,1, + 0,0,0,3111,3112,1,0,0,0,3112,3113,5,71,0,0,3113,3114,5,102,0,0,3114, + 3167,1,0,0,0,3115,3116,5,118,0,0,3116,3167,3,230,115,0,3117,3118, + 5,134,0,0,3118,3167,3,230,115,0,3119,3125,5,15,0,0,3120,3121,3,212, + 106,0,3121,3122,5,309,0,0,3122,3124,1,0,0,0,3123,3120,1,0,0,0,3124, + 3127,1,0,0,0,3125,3123,1,0,0,0,3125,3126,1,0,0,0,3126,3129,1,0,0, + 0,3127,3125,1,0,0,0,3128,3130,3,214,107,0,3129,3128,1,0,0,0,3129, + 3130,1,0,0,0,3130,3131,1,0,0,0,3131,3167,5,71,0,0,3132,3133,3,230, + 115,0,3133,3134,5,311,0,0,3134,3136,1,0,0,0,3135,3132,1,0,0,0,3135, + 3136,1,0,0,0,3136,3137,1,0,0,0,3137,3138,5,144,0,0,3138,3139,3,214, + 107,0,3139,3140,5,71,0,0,3140,3141,5,144,0,0,3141,3167,1,0,0,0,3142, + 3143,3,230,115,0,3143,3144,5,311,0,0,3144,3146,1,0,0,0,3145,3142, + 1,0,0,0,3145,3146,1,0,0,0,3146,3147,1,0,0,0,3147,3148,5,286,0,0, + 3148,3149,3,106,53,0,3149,3150,5,64,0,0,3150,3151,3,214,107,0,3151, + 3152,5,71,0,0,3152,3153,5,286,0,0,3153,3167,1,0,0,0,3154,3155,3, + 230,115,0,3155,3156,5,311,0,0,3156,3158,1,0,0,0,3157,3154,1,0,0, + 0,3157,3158,1,0,0,0,3158,3159,1,0,0,0,3159,3160,5,207,0,0,3160,3161, + 3,214,107,0,3161,3162,5,270,0,0,3162,3163,3,106,53,0,3163,3164,5, + 71,0,0,3164,3165,5,207,0,0,3165,3167,1,0,0,0,3166,3067,1,0,0,0,3166, + 3069,1,0,0,0,3166,3074,1,0,0,0,3166,3087,1,0,0,0,3166,3099,1,0,0, + 0,3166,3115,1,0,0,0,3166,3117,1,0,0,0,3166,3119,1,0,0,0,3166,3135, + 1,0,0,0,3166,3145,1,0,0,0,3166,3157,1,0,0,0,3167,205,1,0,0,0,3168, + 3169,5,284,0,0,3169,3170,3,106,53,0,3170,3171,5,249,0,0,3171,3172, + 3,214,107,0,3172,207,1,0,0,0,3173,3174,5,69,0,0,3174,3175,3,106, + 53,0,3175,3176,5,249,0,0,3176,3177,3,214,107,0,3177,209,1,0,0,0, + 3178,3179,5,67,0,0,3179,3180,3,214,107,0,3180,211,1,0,0,0,3181,3182, + 5,52,0,0,3182,3187,3,230,115,0,3183,3184,5,312,0,0,3184,3186,3,230, + 115,0,3185,3183,1,0,0,0,3186,3189,1,0,0,0,3187,3185,1,0,0,0,3187, + 3188,1,0,0,0,3188,3190,1,0,0,0,3189,3187,1,0,0,0,3190,3193,3,154, + 77,0,3191,3192,5,53,0,0,3192,3194,3,112,56,0,3193,3191,1,0,0,0,3193, + 3194,1,0,0,0,3194,213,1,0,0,0,3195,3196,3,204,102,0,3196,3197,5, + 309,0,0,3197,3199,1,0,0,0,3198,3195,1,0,0,0,3199,3200,1,0,0,0,3200, + 3198,1,0,0,0,3200,3201,1,0,0,0,3201,215,1,0,0,0,3202,3203,7,33,0, + 0,3203,217,1,0,0,0,3204,3209,3,230,115,0,3205,3206,5,310,0,0,3206, + 3208,3,230,115,0,3207,3205,1,0,0,0,3208,3211,1,0,0,0,3209,3207,1, + 0,0,0,3209,3210,1,0,0,0,3210,219,1,0,0,0,3211,3209,1,0,0,0,3212, + 3213,5,86,0,0,3213,3214,3,222,111,0,3214,3215,5,11,0,0,3215,3216, + 5,170,0,0,3216,3217,3,112,56,0,3217,221,1,0,0,0,3218,3219,7,34,0, + 0,3219,223,1,0,0,0,3220,3224,3,226,113,0,3221,3224,5,47,0,0,3222, + 3224,5,43,0,0,3223,3220,1,0,0,0,3223,3221,1,0,0,0,3223,3222,1,0, + 0,0,3224,225,1,0,0,0,3225,3231,3,230,115,0,3226,3227,5,273,0,0,3227, + 3231,3,230,115,0,3228,3229,5,218,0,0,3229,3231,3,230,115,0,3230, + 3225,1,0,0,0,3230,3226,1,0,0,0,3230,3228,1,0,0,0,3231,227,1,0,0, + 0,3232,3237,3,246,123,0,3233,3234,5,312,0,0,3234,3236,3,246,123, + 0,3235,3233,1,0,0,0,3236,3239,1,0,0,0,3237,3235,1,0,0,0,3237,3238, + 1,0,0,0,3238,229,1,0,0,0,3239,3237,1,0,0,0,3240,3246,5,333,0,0,3241, + 3246,5,335,0,0,3242,3246,3,254,127,0,3243,3246,5,336,0,0,3244,3246, + 5,334,0,0,3245,3240,1,0,0,0,3245,3241,1,0,0,0,3245,3242,1,0,0,0, + 3245,3243,1,0,0,0,3245,3244,1,0,0,0,3246,231,1,0,0,0,3247,3248,3, + 230,115,0,3248,233,1,0,0,0,3249,3250,3,232,116,0,3250,3251,5,310, + 0,0,3251,3252,3,230,115,0,3252,235,1,0,0,0,3253,3254,3,234,117,0, + 3254,3255,5,310,0,0,3255,3256,3,230,115,0,3256,237,1,0,0,0,3257, + 3258,3,236,118,0,3258,239,1,0,0,0,3259,3260,3,230,115,0,3260,3261, + 5,310,0,0,3261,3262,3,230,115,0,3262,241,1,0,0,0,3263,3264,3,240, + 120,0,3264,3265,5,310,0,0,3265,3266,3,230,115,0,3266,243,1,0,0,0, + 3267,3268,3,242,121,0,3268,245,1,0,0,0,3269,3270,3,230,115,0,3270, + 247,1,0,0,0,3271,3272,3,230,115,0,3272,249,1,0,0,0,3273,3275,5,303, + 0,0,3274,3273,1,0,0,0,3274,3275,1,0,0,0,3275,3276,1,0,0,0,3276,3286, + 5,331,0,0,3277,3279,5,303,0,0,3278,3277,1,0,0,0,3278,3279,1,0,0, + 0,3279,3280,1,0,0,0,3280,3286,5,332,0,0,3281,3283,5,303,0,0,3282, + 3281,1,0,0,0,3282,3283,1,0,0,0,3283,3284,1,0,0,0,3284,3286,5,330, + 0,0,3285,3274,1,0,0,0,3285,3278,1,0,0,0,3285,3282,1,0,0,0,3286,251, + 1,0,0,0,3287,3290,3,230,115,0,3288,3290,3,138,69,0,3289,3287,1,0, + 0,0,3289,3288,1,0,0,0,3290,253,1,0,0,0,3291,3292,7,35,0,0,3292,255, + 1,0,0,0,439,257,271,278,282,286,292,296,303,308,312,318,322,341, + 347,351,355,359,367,371,374,379,385,394,400,404,410,417,426,438, + 447,456,462,473,481,489,496,506,513,521,557,560,563,567,573,578, + 585,591,595,599,607,613,617,631,639,658,683,686,693,700,709,713, + 720,730,736,741,745,751,760,766,770,777,781,789,794,798,802,805, + 812,820,825,829,833,836,845,852,857,861,865,868,877,880,889,894, + 900,924,930,932,938,944,946,954,956,962,968,970,985,990,997,1007, + 1013,1015,1023,1025,1050,1053,1057,1061,1079,1082,1093,1096,1112, + 1122,1127,1133,1136,1145,1147,1150,1160,1164,1170,1177,1182,1188, + 1192,1196,1202,1213,1222,1232,1235,1240,1242,1249,1255,1257,1261, + 1271,1277,1280,1282,1294,1301,1305,1309,1313,1320,1329,1332,1336, + 1341,1345,1353,1356,1359,1366,1377,1380,1390,1393,1404,1409,1417, + 1420,1424,1433,1442,1445,1454,1457,1460,1464,1475,1478,1485,1488, + 1507,1511,1515,1519,1521,1532,1537,1546,1549,1558,1561,1576,1579, + 1588,1591,1599,1602,1605,1610,1613,1625,1628,1636,1641,1645,1647, + 1649,1664,1666,1677,1684,1687,1692,1702,1713,1717,1719,1727,1734, + 1747,1753,1769,1778,1781,1789,1792,1799,1804,1815,1818,1822,1824, + 1832,1842,1848,1850,1857,1861,1863,1870,1874,1876,1878,1887,1898, + 1902,1912,1922,1926,1934,1936,1949,1957,1966,1972,1980,1986,1990, + 1995,2000,2006,2020,2022,2052,2063,2071,2076,2081,2094,2100,2103, + 2110,2115,2118,2121,2126,2133,2136,2145,2148,2152,2155,2158,2173, + 2176,2195,2199,2207,2211,2236,2239,2248,2254,2260,2266,2275,2278, + 2281,2300,2309,2331,2334,2344,2353,2359,2365,2376,2378,2383,2390, + 2392,2398,2404,2415,2424,2429,2434,2436,2438,2444,2446,2456,2465, + 2467,2473,2475,2478,2488,2490,2502,2505,2510,2515,2527,2531,2535, + 2538,2540,2546,2549,2559,2567,2573,2575,2583,2593,2599,2613,2622, + 2629,2634,2641,2651,2656,2663,2689,2694,2696,2703,2707,2714,2718, + 2735,2750,2757,2766,2776,2781,2790,2795,2803,2811,2814,2820,2823, + 2830,2838,2841,2849,2852,2878,2889,2894,2901,2903,2916,2931,2935, + 2939,2943,2949,2953,2957,2961,2963,2973,2980,2989,2996,3003,3010, + 3019,3031,3034,3039,3049,3065,3079,3082,3091,3094,3106,3110,3125, + 3129,3135,3145,3157,3166,3187,3193,3200,3209,3223,3230,3237,3245, + 3274,3278,3282,3285,3289 ]; private static __ATN: antlr.ATN; @@ -15841,8 +16101,8 @@ export class ParseContext extends antlr.ParserRuleContext { public EOF(): antlr.TerminalNode { return this.getToken(TrinoParser.EOF, 0)!; } - public statements(): StatementsContext | null { - return this.getRuleContext(0, StatementsContext); + public statement(): StatementContext | null { + return this.getRuleContext(0, StatementContext); } public override get ruleIndex(): number { return TrinoParser.RULE_parse; @@ -15857,32 +16117,6 @@ export class ParseContext extends antlr.ParserRuleContext { } -export class StatementsContext extends antlr.ParserRuleContext { - public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { - super(parent, invokingState); - } - public statement(): StatementContext { - return this.getRuleContext(0, StatementContext)!; - } - public SEMICOLON_(): antlr.TerminalNode | null { - return this.getToken(TrinoParser.SEMICOLON_, 0); - } - public statements(): StatementsContext | null { - return this.getRuleContext(0, StatementsContext); - } - public override get ruleIndex(): number { - return TrinoParser.RULE_statements; - } - public override accept(visitor: TrinoParserVisitor): Result | null { - if (visitor.visitStatements) { - return visitor.visitStatements(this); - } else { - return visitor.visitChildren(this); - } - } -} - - export class StatementContext extends antlr.ParserRuleContext { public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { super(parent, invokingState); @@ -15976,8 +16210,8 @@ export class DropMaterializedViewContext extends StatementContext { public VIEW_(): antlr.TerminalNode { return this.getToken(TrinoParser.VIEW_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public viewIdentifier(): ViewIdentifierContext { + return this.getRuleContext(0, ViewIdentifierContext)!; } public IF_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.IF_, 0); @@ -16007,8 +16241,8 @@ export class SetMaterializedViewPropertiesContext extends StatementContext { public VIEW_(): antlr.TerminalNode { return this.getToken(TrinoParser.VIEW_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public viewIdentifier(): ViewIdentifierContext { + return this.getRuleContext(0, ViewIdentifierContext)!; } public SET_(): antlr.TerminalNode { return this.getToken(TrinoParser.SET_, 0)!; @@ -16028,8 +16262,6 @@ export class SetMaterializedViewPropertiesContext extends StatementContext { } } export class UseContext extends StatementContext { - public _schema?: IdentifierContext; - public _catalog?: IdentifierContext; public constructor(ctx: StatementContext) { super(ctx.parent, ctx.invokingState); super.copyFrom(ctx); @@ -16037,17 +16269,8 @@ export class UseContext extends StatementContext { public USE_(): antlr.TerminalNode { return this.getToken(TrinoParser.USE_, 0)!; } - public identifier(): IdentifierContext[]; - public identifier(i: number): IdentifierContext | null; - public identifier(i?: number): IdentifierContext[] | IdentifierContext | null { - if (i === undefined) { - return this.getRuleContexts(IdentifierContext); - } - - return this.getRuleContext(i, IdentifierContext); - } - public DOT_(): antlr.TerminalNode | null { - return this.getToken(TrinoParser.DOT_, 0); + public schemaIdentifier(): SchemaIdentifierContext { + return this.getRuleContext(0, SchemaIdentifierContext)!; } public override accept(visitor: TrinoParserVisitor): Result | null { if (visitor.visitUse) { @@ -16080,7 +16303,6 @@ export class DeallocateContext extends StatementContext { } } export class RenameTableContext extends StatementContext { - public _from_?: QualifiedNameContext; public _to?: QualifiedNameContext; public constructor(ctx: StatementContext) { super(ctx.parent, ctx.invokingState); @@ -16092,20 +16314,17 @@ export class RenameTableContext extends StatementContext { public TABLE_(): antlr.TerminalNode { return this.getToken(TrinoParser.TABLE_, 0)!; } + public tableIdentifier(): TableIdentifierContext { + return this.getRuleContext(0, TableIdentifierContext)!; + } public RENAME_(): antlr.TerminalNode { return this.getToken(TrinoParser.RENAME_, 0)!; } public TO_(): antlr.TerminalNode { return this.getToken(TrinoParser.TO_, 0)!; } - public qualifiedName(): QualifiedNameContext[]; - public qualifiedName(i: number): QualifiedNameContext | null; - public qualifiedName(i?: number): QualifiedNameContext[] | QualifiedNameContext | null { - if (i === undefined) { - return this.getRuleContexts(QualifiedNameContext); - } - - return this.getRuleContext(i, QualifiedNameContext); + public qualifiedName(): QualifiedNameContext { + return this.getRuleContext(0, QualifiedNameContext)!; } public IF_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.IF_, 0); @@ -16141,8 +16360,7 @@ export class CommitContext extends StatementContext { } } export class CreateRoleContext extends StatementContext { - public _name?: IdentifierContext; - public _catalog?: IdentifierContext; + public _catalog?: CatalogIdentifierContext; public constructor(ctx: StatementContext) { super(ctx.parent, ctx.invokingState); super.copyFrom(ctx); @@ -16153,14 +16371,8 @@ export class CreateRoleContext extends StatementContext { public ROLE_(): antlr.TerminalNode { return this.getToken(TrinoParser.ROLE_, 0)!; } - public identifier(): IdentifierContext[]; - public identifier(i: number): IdentifierContext | null; - public identifier(i?: number): IdentifierContext[] | IdentifierContext | null { - if (i === undefined) { - return this.getRuleContexts(IdentifierContext); - } - - return this.getRuleContext(i, IdentifierContext); + public identifier(): IdentifierContext { + return this.getRuleContext(0, IdentifierContext)!; } public WITH_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.WITH_, 0); @@ -16174,6 +16386,9 @@ export class CreateRoleContext extends StatementContext { public IN_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.IN_, 0); } + public catalogIdentifier(): CatalogIdentifierContext | null { + return this.getRuleContext(0, CatalogIdentifierContext); + } public override accept(visitor: TrinoParserVisitor): Result | null { if (visitor.visitCreateRole) { return visitor.visitCreateRole(this); @@ -16183,7 +16398,6 @@ export class CreateRoleContext extends StatementContext { } } export class DropColumnContext extends StatementContext { - public _tableName?: QualifiedNameContext; public _column?: QualifiedNameContext; public constructor(ctx: StatementContext) { super(ctx.parent, ctx.invokingState); @@ -16195,20 +16409,17 @@ export class DropColumnContext extends StatementContext { public TABLE_(): antlr.TerminalNode { return this.getToken(TrinoParser.TABLE_, 0)!; } + public tableIdentifier(): TableIdentifierContext { + return this.getRuleContext(0, TableIdentifierContext)!; + } public DROP_(): antlr.TerminalNode { return this.getToken(TrinoParser.DROP_, 0)!; } public COLUMN_(): antlr.TerminalNode { return this.getToken(TrinoParser.COLUMN_, 0)!; } - public qualifiedName(): QualifiedNameContext[]; - public qualifiedName(i: number): QualifiedNameContext | null; - public qualifiedName(i?: number): QualifiedNameContext[] | QualifiedNameContext | null { - if (i === undefined) { - return this.getRuleContexts(QualifiedNameContext); - } - - return this.getRuleContext(i, QualifiedNameContext); + public qualifiedName(): QualifiedNameContext { + return this.getRuleContext(0, QualifiedNameContext)!; } public IF_(): antlr.TerminalNode[]; public IF_(i: number): antlr.TerminalNode | null; @@ -16247,8 +16458,8 @@ export class DropViewContext extends StatementContext { public VIEW_(): antlr.TerminalNode { return this.getToken(TrinoParser.VIEW_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public viewIdentifier(): ViewIdentifierContext { + return this.getRuleContext(0, ViewIdentifierContext)!; } public IF_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.IF_, 0); @@ -16277,8 +16488,8 @@ export class ShowTablesContext extends StatementContext { public TABLES_(): antlr.TerminalNode { return this.getToken(TrinoParser.TABLES_, 0)!; } - public qualifiedName(): QualifiedNameContext | null { - return this.getRuleContext(0, QualifiedNameContext); + public schemaIdentifier(): SchemaIdentifierContext | null { + return this.getRuleContext(0, SchemaIdentifierContext); } public LIKE_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.LIKE_, 0); @@ -16310,7 +16521,6 @@ export class ShowTablesContext extends StatementContext { } } export class SetViewAuthorizationContext extends StatementContext { - public _from_?: QualifiedNameContext; public constructor(ctx: StatementContext) { super(ctx.parent, ctx.invokingState); super.copyFrom(ctx); @@ -16321,6 +16531,9 @@ export class SetViewAuthorizationContext extends StatementContext { public VIEW_(): antlr.TerminalNode { return this.getToken(TrinoParser.VIEW_, 0)!; } + public viewIdentifier(): ViewIdentifierContext { + return this.getRuleContext(0, ViewIdentifierContext)!; + } public SET_(): antlr.TerminalNode { return this.getToken(TrinoParser.SET_, 0)!; } @@ -16330,9 +16543,6 @@ export class SetViewAuthorizationContext extends StatementContext { public principal(): PrincipalContext { return this.getRuleContext(0, PrincipalContext)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; - } public override accept(visitor: TrinoParserVisitor): Result | null { if (visitor.visitSetViewAuthorization) { return visitor.visitSetViewAuthorization(this); @@ -16391,8 +16601,8 @@ export class ShowRolesContext extends StatementContext { public CURRENT_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.CURRENT_, 0); } - public identifier(): IdentifierContext | null { - return this.getRuleContext(0, IdentifierContext); + public catalogIdentifier(): CatalogIdentifierContext | null { + return this.getRuleContext(0, CatalogIdentifierContext); } public FROM_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.FROM_, 0); @@ -16419,8 +16629,8 @@ export class MergeContext extends StatementContext { public INTO_(): antlr.TerminalNode { return this.getToken(TrinoParser.INTO_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public tableIdentifier(): TableIdentifierContext { + return this.getRuleContext(0, TableIdentifierContext)!; } public USING_(): antlr.TerminalNode { return this.getToken(TrinoParser.USING_, 0)!; @@ -16458,7 +16668,6 @@ export class MergeContext extends StatementContext { } } export class RenameColumnContext extends StatementContext { - public _tableName?: QualifiedNameContext; public _from_?: QualifiedNameContext; public _to?: IdentifierContext; public constructor(ctx: StatementContext) { @@ -16471,6 +16680,9 @@ export class RenameColumnContext extends StatementContext { public TABLE_(): antlr.TerminalNode { return this.getToken(TrinoParser.TABLE_, 0)!; } + public tableIdentifier(): TableIdentifierContext { + return this.getRuleContext(0, TableIdentifierContext)!; + } public RENAME_(): antlr.TerminalNode { return this.getToken(TrinoParser.RENAME_, 0)!; } @@ -16480,14 +16692,8 @@ export class RenameColumnContext extends StatementContext { public TO_(): antlr.TerminalNode { return this.getToken(TrinoParser.TO_, 0)!; } - public qualifiedName(): QualifiedNameContext[]; - public qualifiedName(i: number): QualifiedNameContext | null; - public qualifiedName(i?: number): QualifiedNameContext[] | QualifiedNameContext | null { - if (i === undefined) { - return this.getRuleContexts(QualifiedNameContext); - } - - return this.getRuleContext(i, QualifiedNameContext); + public qualifiedName(): QualifiedNameContext { + return this.getRuleContext(0, QualifiedNameContext)!; } public identifier(): IdentifierContext { return this.getRuleContext(0, IdentifierContext)!; @@ -16553,7 +16759,7 @@ export class CommentColumnContext extends StatementContext { } } export class RevokeRolesContext extends StatementContext { - public _catalog?: IdentifierContext; + public _catalog?: CatalogIdentifierContext; public constructor(ctx: StatementContext) { super(ctx.parent, ctx.invokingState); super.copyFrom(ctx); @@ -16561,8 +16767,8 @@ export class RevokeRolesContext extends StatementContext { public REVOKE_(): antlr.TerminalNode { return this.getToken(TrinoParser.REVOKE_, 0)!; } - public roles(): RolesContext { - return this.getRuleContext(0, RolesContext)!; + public roleIdentifierList(): RoleIdentifierListContext { + return this.getRuleContext(0, RoleIdentifierListContext)!; } public FROM_(): antlr.TerminalNode { return this.getToken(TrinoParser.FROM_, 0)!; @@ -16606,8 +16812,8 @@ export class RevokeRolesContext extends StatementContext { public IN_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.IN_, 0); } - public identifier(): IdentifierContext | null { - return this.getRuleContext(0, IdentifierContext); + public catalogIdentifier(): CatalogIdentifierContext | null { + return this.getRuleContext(0, CatalogIdentifierContext); } public override accept(visitor: TrinoParserVisitor): Result | null { if (visitor.visitRevokeRoles) { @@ -16631,8 +16837,8 @@ export class ShowCreateTableContext extends StatementContext { public TABLE_(): antlr.TerminalNode { return this.getToken(TrinoParser.TABLE_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public tableIdentifier(): TableIdentifierContext { + return this.getRuleContext(0, TableIdentifierContext)!; } public override accept(visitor: TrinoParserVisitor): Result | null { if (visitor.visitShowCreateTable) { @@ -16661,8 +16867,8 @@ export class ShowColumnsContext extends StatementContext { public IN_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.IN_, 0); } - public qualifiedName(): QualifiedNameContext | null { - return this.getRuleContext(0, QualifiedNameContext); + public tableIdentifier(): TableIdentifierContext | null { + return this.getRuleContext(0, TableIdentifierContext); } public LIKE_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.LIKE_, 0); @@ -16707,8 +16913,8 @@ export class ShowRoleGrantsContext extends StatementContext { public GRANTS_(): antlr.TerminalNode { return this.getToken(TrinoParser.GRANTS_, 0)!; } - public identifier(): IdentifierContext | null { - return this.getRuleContext(0, IdentifierContext); + public catalogIdentifier(): CatalogIdentifierContext | null { + return this.getRuleContext(0, CatalogIdentifierContext); } public FROM_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.FROM_, 0); @@ -16725,7 +16931,6 @@ export class ShowRoleGrantsContext extends StatementContext { } } export class AddColumnContext extends StatementContext { - public _tableName?: QualifiedNameContext; public _column?: ColumnDefinitionContext; public constructor(ctx: StatementContext) { super(ctx.parent, ctx.invokingState); @@ -16737,15 +16942,15 @@ export class AddColumnContext extends StatementContext { public TABLE_(): antlr.TerminalNode { return this.getToken(TrinoParser.TABLE_, 0)!; } + public tableIdentifier(): TableIdentifierContext { + return this.getRuleContext(0, TableIdentifierContext)!; + } public ADD_(): antlr.TerminalNode { return this.getToken(TrinoParser.ADD_, 0)!; } public COLUMN_(): antlr.TerminalNode { return this.getToken(TrinoParser.COLUMN_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; - } public columnDefinition(): ColumnDefinitionContext { return this.getRuleContext(0, ColumnDefinitionContext)!; } @@ -16790,9 +16995,6 @@ export class DenyContext extends StatementContext { public ON_(): antlr.TerminalNode { return this.getToken(TrinoParser.ON_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; - } public TO_(): antlr.TerminalNode { return this.getToken(TrinoParser.TO_, 0)!; } @@ -16814,11 +17016,11 @@ export class DenyContext extends StatementContext { public PRIVILEGES_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.PRIVILEGES_, 0); } - public SCHEMA_(): antlr.TerminalNode | null { - return this.getToken(TrinoParser.SCHEMA_, 0); + public schemaIdentifier(): SchemaIdentifierContext | null { + return this.getRuleContext(0, SchemaIdentifierContext); } - public TABLE_(): antlr.TerminalNode | null { - return this.getToken(TrinoParser.TABLE_, 0); + public tableIdentifier(): TableIdentifierContext | null { + return this.getRuleContext(0, TableIdentifierContext); } public COMMA_(): antlr.TerminalNode[]; public COMMA_(i: number): antlr.TerminalNode | null; @@ -16829,6 +17031,12 @@ export class DenyContext extends StatementContext { return this.getToken(TrinoParser.COMMA_, i); } } + public SCHEMA_(): antlr.TerminalNode | null { + return this.getToken(TrinoParser.SCHEMA_, 0); + } + public TABLE_(): antlr.TerminalNode | null { + return this.getToken(TrinoParser.TABLE_, 0); + } public override accept(visitor: TrinoParserVisitor): Result | null { if (visitor.visitDeny) { return visitor.visitDeny(this); @@ -16870,8 +17078,8 @@ export class InsertIntoContext extends StatementContext { public INTO_(): antlr.TerminalNode { return this.getToken(TrinoParser.INTO_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public tableIdentifier(): TableIdentifierContext { + return this.getRuleContext(0, TableIdentifierContext)!; } public rootQuery(): RootQueryContext { return this.getRuleContext(0, RootQueryContext)!; @@ -16934,8 +17142,8 @@ export class CreateSchemaContext extends StatementContext { public SCHEMA_(): antlr.TerminalNode { return this.getToken(TrinoParser.SCHEMA_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public newSchemaIdentifier(): NewSchemaIdentifierContext { + return this.getRuleContext(0, NewSchemaIdentifierContext)!; } public IF_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.IF_, 0); @@ -17067,8 +17275,8 @@ export class RenameSchemaContext extends StatementContext { public SCHEMA_(): antlr.TerminalNode { return this.getToken(TrinoParser.SCHEMA_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public schemaIdentifier(): SchemaIdentifierContext { + return this.getRuleContext(0, SchemaIdentifierContext)!; } public RENAME_(): antlr.TerminalNode { return this.getToken(TrinoParser.RENAME_, 0)!; @@ -17088,8 +17296,7 @@ export class RenameSchemaContext extends StatementContext { } } export class DropRoleContext extends StatementContext { - public _name?: IdentifierContext; - public _catalog?: IdentifierContext; + public _catalog?: CatalogIdentifierContext; public constructor(ctx: StatementContext) { super(ctx.parent, ctx.invokingState); super.copyFrom(ctx); @@ -17100,18 +17307,15 @@ export class DropRoleContext extends StatementContext { public ROLE_(): antlr.TerminalNode { return this.getToken(TrinoParser.ROLE_, 0)!; } - public identifier(): IdentifierContext[]; - public identifier(i: number): IdentifierContext | null; - public identifier(i?: number): IdentifierContext[] | IdentifierContext | null { - if (i === undefined) { - return this.getRuleContexts(IdentifierContext); - } - - return this.getRuleContext(i, IdentifierContext); + public roleIdentifier(): RoleIdentifierContext { + return this.getRuleContext(0, RoleIdentifierContext)!; } public IN_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.IN_, 0); } + public catalogIdentifier(): CatalogIdentifierContext | null { + return this.getRuleContext(0, CatalogIdentifierContext); + } public override accept(visitor: TrinoParserVisitor): Result | null { if (visitor.visitDropRole) { return visitor.visitDropRole(this); @@ -17128,8 +17332,8 @@ export class AnalyzeContext extends StatementContext { public ANALYZE_(): antlr.TerminalNode { return this.getToken(TrinoParser.ANALYZE_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public tableIdentifier(): TableIdentifierContext { + return this.getRuleContext(0, TableIdentifierContext)!; } public WITH_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.WITH_, 0); @@ -17146,8 +17350,7 @@ export class AnalyzeContext extends StatementContext { } } export class SetRoleContext extends StatementContext { - public _role?: IdentifierContext; - public _catalog?: IdentifierContext; + public _catalog?: CatalogIdentifierContext; public constructor(ctx: StatementContext) { super(ctx.parent, ctx.invokingState); super.copyFrom(ctx); @@ -17164,18 +17367,15 @@ export class SetRoleContext extends StatementContext { public NONE_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.NONE_, 0); } - public identifier(): IdentifierContext[]; - public identifier(i: number): IdentifierContext | null; - public identifier(i?: number): IdentifierContext[] | IdentifierContext | null { - if (i === undefined) { - return this.getRuleContexts(IdentifierContext); - } - - return this.getRuleContext(i, IdentifierContext); + public roleIdentifier(): RoleIdentifierContext | null { + return this.getRuleContext(0, RoleIdentifierContext); } public IN_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.IN_, 0); } + public catalogIdentifier(): CatalogIdentifierContext | null { + return this.getRuleContext(0, CatalogIdentifierContext); + } public override accept(visitor: TrinoParserVisitor): Result | null { if (visitor.visitSetRole) { return visitor.visitSetRole(this); @@ -17210,7 +17410,6 @@ export class CreateFunctionContext extends StatementContext { } } export class DropCatalogContext extends StatementContext { - public _catalog?: IdentifierContext; public constructor(ctx: StatementContext) { super(ctx.parent, ctx.invokingState); super.copyFrom(ctx); @@ -17221,8 +17420,8 @@ export class DropCatalogContext extends StatementContext { public CATALOG_(): antlr.TerminalNode { return this.getToken(TrinoParser.CATALOG_, 0)!; } - public identifier(): IdentifierContext { - return this.getRuleContext(0, IdentifierContext)!; + public catalogIdentifier(): CatalogIdentifierContext { + return this.getRuleContext(0, CatalogIdentifierContext)!; } public IF_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.IF_, 0); @@ -17258,8 +17457,8 @@ export class ShowGrantsContext extends StatementContext { public ON_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.ON_, 0); } - public qualifiedName(): QualifiedNameContext | null { - return this.getRuleContext(0, QualifiedNameContext); + public tableIdentifier(): TableIdentifierContext | null { + return this.getRuleContext(0, TableIdentifierContext); } public TABLE_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.TABLE_, 0); @@ -17283,8 +17482,8 @@ export class DropSchemaContext extends StatementContext { public SCHEMA_(): antlr.TerminalNode { return this.getToken(TrinoParser.SCHEMA_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public schemaIdentifier(): SchemaIdentifierContext { + return this.getRuleContext(0, SchemaIdentifierContext)!; } public IF_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.IF_, 0); @@ -17329,7 +17528,6 @@ export class ResetSessionAuthorizationContext extends StatementContext { } } export class SetTableAuthorizationContext extends StatementContext { - public _tableName?: QualifiedNameContext; public constructor(ctx: StatementContext) { super(ctx.parent, ctx.invokingState); super.copyFrom(ctx); @@ -17340,6 +17538,9 @@ export class SetTableAuthorizationContext extends StatementContext { public TABLE_(): antlr.TerminalNode { return this.getToken(TrinoParser.TABLE_, 0)!; } + public tableIdentifier(): TableIdentifierContext { + return this.getRuleContext(0, TableIdentifierContext)!; + } public SET_(): antlr.TerminalNode { return this.getToken(TrinoParser.SET_, 0)!; } @@ -17349,9 +17550,6 @@ export class SetTableAuthorizationContext extends StatementContext { public principal(): PrincipalContext { return this.getRuleContext(0, PrincipalContext)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; - } public override accept(visitor: TrinoParserVisitor): Result | null { if (visitor.visitSetTableAuthorization) { return visitor.visitSetTableAuthorization(this); @@ -17374,8 +17572,8 @@ export class ShowCreateViewContext extends StatementContext { public VIEW_(): antlr.TerminalNode { return this.getToken(TrinoParser.VIEW_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public viewIdentifier(): ViewIdentifierContext { + return this.getRuleContext(0, ViewIdentifierContext)!; } public override accept(visitor: TrinoParserVisitor): Result | null { if (visitor.visitShowCreateView) { @@ -17396,8 +17594,8 @@ export class CreateTableContext extends StatementContext { public TABLE_(): antlr.TerminalNode { return this.getToken(TrinoParser.TABLE_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public newTableIdentifier(): NewTableIdentifierContext { + return this.getRuleContext(0, NewTableIdentifierContext)!; } public LPAREN_(): antlr.TerminalNode { return this.getToken(TrinoParser.LPAREN_, 0)!; @@ -17506,8 +17704,8 @@ export class CreateTableAsSelectContext extends StatementContext { public TABLE_(): antlr.TerminalNode { return this.getToken(TrinoParser.TABLE_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public newTableIdentifier(): NewTableIdentifierContext { + return this.getRuleContext(0, NewTableIdentifierContext)!; } public AS_(): antlr.TerminalNode { return this.getToken(TrinoParser.AS_, 0)!; @@ -17585,8 +17783,8 @@ export class CommentViewContext extends StatementContext { public VIEW_(): antlr.TerminalNode { return this.getToken(TrinoParser.VIEW_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public viewIdentifier(): ViewIdentifierContext { + return this.getRuleContext(0, ViewIdentifierContext)!; } public IS_(): antlr.TerminalNode { return this.getToken(TrinoParser.IS_, 0)!; @@ -17619,8 +17817,8 @@ export class ShowStatsContext extends StatementContext { public FOR_(): antlr.TerminalNode { return this.getToken(TrinoParser.FOR_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public tableIdentifier(): TableIdentifierContext { + return this.getRuleContext(0, TableIdentifierContext)!; } public override accept(visitor: TrinoParserVisitor): Result | null { if (visitor.visitShowStats) { @@ -17644,8 +17842,8 @@ export class ShowCreateSchemaContext extends StatementContext { public SCHEMA_(): antlr.TerminalNode { return this.getToken(TrinoParser.SCHEMA_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public schemaIdentifier(): SchemaIdentifierContext { + return this.getRuleContext(0, SchemaIdentifierContext)!; } public override accept(visitor: TrinoParserVisitor): Result | null { if (visitor.visitShowCreateSchema) { @@ -17695,9 +17893,6 @@ export class RevokeContext extends StatementContext { public ON_(): antlr.TerminalNode { return this.getToken(TrinoParser.ON_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; - } public FROM_(): antlr.TerminalNode { return this.getToken(TrinoParser.FROM_, 0)!; } @@ -17719,6 +17914,12 @@ export class RevokeContext extends StatementContext { public PRIVILEGES_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.PRIVILEGES_, 0); } + public schemaIdentifier(): SchemaIdentifierContext | null { + return this.getRuleContext(0, SchemaIdentifierContext); + } + public tableIdentifier(): TableIdentifierContext | null { + return this.getRuleContext(0, TableIdentifierContext); + } public GRANT_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.GRANT_, 0); } @@ -17728,12 +17929,6 @@ export class RevokeContext extends StatementContext { public FOR_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.FOR_, 0); } - public SCHEMA_(): antlr.TerminalNode | null { - return this.getToken(TrinoParser.SCHEMA_, 0); - } - public TABLE_(): antlr.TerminalNode | null { - return this.getToken(TrinoParser.TABLE_, 0); - } public COMMA_(): antlr.TerminalNode[]; public COMMA_(i: number): antlr.TerminalNode | null; public COMMA_(i?: number): antlr.TerminalNode | null | antlr.TerminalNode[] { @@ -17743,6 +17938,12 @@ export class RevokeContext extends StatementContext { return this.getToken(TrinoParser.COMMA_, i); } } + public SCHEMA_(): antlr.TerminalNode | null { + return this.getToken(TrinoParser.SCHEMA_, 0); + } + public TABLE_(): antlr.TerminalNode | null { + return this.getToken(TrinoParser.TABLE_, 0); + } public override accept(visitor: TrinoParserVisitor): Result | null { if (visitor.visitRevoke) { return visitor.visitRevoke(this); @@ -17760,8 +17961,8 @@ export class UpdateContext extends StatementContext { public UPDATE_(): antlr.TerminalNode { return this.getToken(TrinoParser.UPDATE_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public tableIdentifier(): TableIdentifierContext { + return this.getRuleContext(0, TableIdentifierContext)!; } public SET_(): antlr.TerminalNode { return this.getToken(TrinoParser.SET_, 0)!; @@ -17799,7 +18000,6 @@ export class UpdateContext extends StatementContext { } } export class TableExecuteContext extends StatementContext { - public _tableName?: QualifiedNameContext; public _procedureName?: IdentifierContext; public _where?: BooleanExpressionContext; public constructor(ctx: StatementContext) { @@ -17812,12 +18012,12 @@ export class TableExecuteContext extends StatementContext { public TABLE_(): antlr.TerminalNode { return this.getToken(TrinoParser.TABLE_, 0)!; } + public tableIdentifier(): TableIdentifierContext { + return this.getRuleContext(0, TableIdentifierContext)!; + } public EXECUTE_(): antlr.TerminalNode { return this.getToken(TrinoParser.EXECUTE_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; - } public identifier(): IdentifierContext { return this.getRuleContext(0, IdentifierContext)!; } @@ -17870,8 +18070,8 @@ export class DeleteContext extends StatementContext { public FROM_(): antlr.TerminalNode { return this.getToken(TrinoParser.FROM_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public tableIdentifier(): TableIdentifierContext { + return this.getRuleContext(0, TableIdentifierContext)!; } public WHERE_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.WHERE_, 0); @@ -17941,7 +18141,6 @@ export class ShowStatsForQueryContext extends StatementContext { } } export class SetColumnTypeContext extends StatementContext { - public _tableName?: QualifiedNameContext; public _columnName?: QualifiedNameContext; public constructor(ctx: StatementContext) { super(ctx.parent, ctx.invokingState); @@ -17959,6 +18158,9 @@ export class SetColumnTypeContext extends StatementContext { public TABLE_(): antlr.TerminalNode { return this.getToken(TrinoParser.TABLE_, 0)!; } + public tableIdentifier(): TableIdentifierContext { + return this.getRuleContext(0, TableIdentifierContext)!; + } public COLUMN_(): antlr.TerminalNode { return this.getToken(TrinoParser.COLUMN_, 0)!; } @@ -17974,14 +18176,8 @@ export class SetColumnTypeContext extends StatementContext { public type(): TypeContext { return this.getRuleContext(0, TypeContext)!; } - public qualifiedName(): QualifiedNameContext[]; - public qualifiedName(i: number): QualifiedNameContext | null; - public qualifiedName(i?: number): QualifiedNameContext[] | QualifiedNameContext | null { - if (i === undefined) { - return this.getRuleContexts(QualifiedNameContext); - } - - return this.getRuleContext(i, QualifiedNameContext); + public qualifiedName(): QualifiedNameContext { + return this.getRuleContext(0, QualifiedNameContext)!; } public IF_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.IF_, 0); @@ -18052,8 +18248,8 @@ export class TruncateTableContext extends StatementContext { public TABLE_(): antlr.TerminalNode { return this.getToken(TrinoParser.TABLE_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public tableIdentifier(): TableIdentifierContext { + return this.getRuleContext(0, TableIdentifierContext)!; } public override accept(visitor: TrinoParserVisitor): Result | null { if (visitor.visitTruncateTable) { @@ -18077,8 +18273,8 @@ export class CreateMaterializedViewContext extends StatementContext { public VIEW_(): antlr.TerminalNode { return this.getToken(TrinoParser.VIEW_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public newViewIdentifier(): NewViewIdentifierContext { + return this.getRuleContext(0, NewViewIdentifierContext)!; } public AS_(): antlr.TerminalNode { return this.getToken(TrinoParser.AS_, 0)!; @@ -18169,8 +18365,8 @@ export class CreateViewContext extends StatementContext { public VIEW_(): antlr.TerminalNode { return this.getToken(TrinoParser.VIEW_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public newViewIdentifier(): NewViewIdentifierContext { + return this.getRuleContext(0, NewViewIdentifierContext)!; } public AS_(): antlr.TerminalNode { return this.getToken(TrinoParser.AS_, 0)!; @@ -18208,7 +18404,6 @@ export class CreateViewContext extends StatementContext { } } export class RenameMaterializedViewContext extends StatementContext { - public _from_?: QualifiedNameContext; public _to?: QualifiedNameContext; public constructor(ctx: StatementContext) { super(ctx.parent, ctx.invokingState); @@ -18223,20 +18418,17 @@ export class RenameMaterializedViewContext extends StatementContext { public VIEW_(): antlr.TerminalNode { return this.getToken(TrinoParser.VIEW_, 0)!; } - public RENAME_(): antlr.TerminalNode { - return this.getToken(TrinoParser.RENAME_, 0)!; - } - public TO_(): antlr.TerminalNode { - return this.getToken(TrinoParser.TO_, 0)!; + public viewIdentifier(): ViewIdentifierContext { + return this.getRuleContext(0, ViewIdentifierContext)!; } - public qualifiedName(): QualifiedNameContext[]; - public qualifiedName(i: number): QualifiedNameContext | null; - public qualifiedName(i?: number): QualifiedNameContext[] | QualifiedNameContext | null { - if (i === undefined) { - return this.getRuleContexts(QualifiedNameContext); - } - - return this.getRuleContext(i, QualifiedNameContext); + public RENAME_(): antlr.TerminalNode { + return this.getToken(TrinoParser.RENAME_, 0)!; + } + public TO_(): antlr.TerminalNode { + return this.getToken(TrinoParser.TO_, 0)!; + } + public qualifiedName(): QualifiedNameContext { + return this.getRuleContext(0, QualifiedNameContext)!; } public IF_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.IF_, 0); @@ -18265,8 +18457,8 @@ export class ShowSchemasContext extends StatementContext { public SCHEMAS_(): antlr.TerminalNode { return this.getToken(TrinoParser.SCHEMAS_, 0)!; } - public identifier(): IdentifierContext | null { - return this.getRuleContext(0, IdentifierContext); + public catalogIdentifier(): CatalogIdentifierContext | null { + return this.getRuleContext(0, CatalogIdentifierContext); } public LIKE_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.LIKE_, 0); @@ -18308,8 +18500,8 @@ export class DropTableContext extends StatementContext { public TABLE_(): antlr.TerminalNode { return this.getToken(TrinoParser.TABLE_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public tableIdentifier(): TableIdentifierContext { + return this.getRuleContext(0, TableIdentifierContext)!; } public IF_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.IF_, 0); @@ -18336,8 +18528,8 @@ export class SetSchemaAuthorizationContext extends StatementContext { public SCHEMA_(): antlr.TerminalNode { return this.getToken(TrinoParser.SCHEMA_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public schemaIdentifier(): SchemaIdentifierContext { + return this.getRuleContext(0, SchemaIdentifierContext)!; } public SET_(): antlr.TerminalNode { return this.getToken(TrinoParser.SET_, 0)!; @@ -18389,8 +18581,8 @@ export class CommentTableContext extends StatementContext { public TABLE_(): antlr.TerminalNode { return this.getToken(TrinoParser.TABLE_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public tableIdentifier(): TableIdentifierContext { + return this.getRuleContext(0, TableIdentifierContext)!; } public IS_(): antlr.TerminalNode { return this.getToken(TrinoParser.IS_, 0)!; @@ -18453,7 +18645,6 @@ export class ExecuteImmediateContext extends StatementContext { } } export class RenameViewContext extends StatementContext { - public _from_?: QualifiedNameContext; public _to?: QualifiedNameContext; public constructor(ctx: StatementContext) { super(ctx.parent, ctx.invokingState); @@ -18465,20 +18656,17 @@ export class RenameViewContext extends StatementContext { public VIEW_(): antlr.TerminalNode { return this.getToken(TrinoParser.VIEW_, 0)!; } + public viewIdentifier(): ViewIdentifierContext { + return this.getRuleContext(0, ViewIdentifierContext)!; + } public RENAME_(): antlr.TerminalNode { return this.getToken(TrinoParser.RENAME_, 0)!; } public TO_(): antlr.TerminalNode { return this.getToken(TrinoParser.TO_, 0)!; } - public qualifiedName(): QualifiedNameContext[]; - public qualifiedName(i: number): QualifiedNameContext | null; - public qualifiedName(i?: number): QualifiedNameContext[] | QualifiedNameContext | null { - if (i === undefined) { - return this.getRuleContexts(QualifiedNameContext); - } - - return this.getRuleContext(i, QualifiedNameContext); + public qualifiedName(): QualifiedNameContext { + return this.getRuleContext(0, QualifiedNameContext)!; } public override accept(visitor: TrinoParserVisitor): Result | null { if (visitor.visitRenameView) { @@ -18511,7 +18699,7 @@ export class SetPathContext extends StatementContext { } } export class GrantRolesContext extends StatementContext { - public _catalog?: IdentifierContext; + public _catalog?: CatalogIdentifierContext; public constructor(ctx: StatementContext) { super(ctx.parent, ctx.invokingState); super.copyFrom(ctx); @@ -18519,8 +18707,8 @@ export class GrantRolesContext extends StatementContext { public GRANT_(): antlr.TerminalNode { return this.getToken(TrinoParser.GRANT_, 0)!; } - public roles(): RolesContext { - return this.getRuleContext(0, RolesContext)!; + public roleIdentifierList(): RoleIdentifierListContext { + return this.getRuleContext(0, RoleIdentifierListContext)!; } public TO_(): antlr.TerminalNode { return this.getToken(TrinoParser.TO_, 0)!; @@ -18564,8 +18752,8 @@ export class GrantRolesContext extends StatementContext { public IN_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.IN_, 0); } - public identifier(): IdentifierContext | null { - return this.getRuleContext(0, IdentifierContext); + public catalogIdentifier(): CatalogIdentifierContext | null { + return this.getRuleContext(0, CatalogIdentifierContext); } public override accept(visitor: TrinoParserVisitor): Result | null { if (visitor.visitGrantRoles) { @@ -18575,6 +18763,25 @@ export class GrantRolesContext extends StatementContext { } } } +export class UseCatalogContext extends StatementContext { + public constructor(ctx: StatementContext) { + super(ctx.parent, ctx.invokingState); + super.copyFrom(ctx); + } + public USE_(): antlr.TerminalNode { + return this.getToken(TrinoParser.USE_, 0)!; + } + public catalogIdentifier(): CatalogIdentifierContext { + return this.getRuleContext(0, CatalogIdentifierContext)!; + } + public override accept(visitor: TrinoParserVisitor): Result | null { + if (visitor.visitUseCatalog) { + return visitor.visitUseCatalog(this); + } else { + return visitor.visitChildren(this); + } + } +} export class CallContext extends StatementContext { public constructor(ctx: StatementContext) { super(ctx.parent, ctx.invokingState); @@ -18632,8 +18839,8 @@ export class RefreshMaterializedViewContext extends StatementContext { public VIEW_(): antlr.TerminalNode { return this.getToken(TrinoParser.VIEW_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public viewIdentifier(): ViewIdentifierContext { + return this.getRuleContext(0, ViewIdentifierContext)!; } public override accept(visitor: TrinoParserVisitor): Result | null { if (visitor.visitRefreshMaterializedView) { @@ -18660,8 +18867,8 @@ export class ShowCreateMaterializedViewContext extends StatementContext { public VIEW_(): antlr.TerminalNode { return this.getToken(TrinoParser.VIEW_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public viewIdentifier(): ViewIdentifierContext { + return this.getRuleContext(0, ViewIdentifierContext)!; } public override accept(visitor: TrinoParserVisitor): Result | null { if (visitor.visitShowCreateMaterializedView) { @@ -18673,7 +18880,6 @@ export class ShowCreateMaterializedViewContext extends StatementContext { } export class CreateCatalogContext extends StatementContext { public _catalog?: IdentifierContext; - public _connectorName?: IdentifierContext; public constructor(ctx: StatementContext) { super(ctx.parent, ctx.invokingState); super.copyFrom(ctx); @@ -18687,14 +18893,11 @@ export class CreateCatalogContext extends StatementContext { public USING_(): antlr.TerminalNode { return this.getToken(TrinoParser.USING_, 0)!; } - public identifier(): IdentifierContext[]; - public identifier(i: number): IdentifierContext | null; - public identifier(i?: number): IdentifierContext[] | IdentifierContext | null { - if (i === undefined) { - return this.getRuleContexts(IdentifierContext); - } - - return this.getRuleContext(i, IdentifierContext); + public connectorIdentifier(): ConnectorIdentifierContext { + return this.getRuleContext(0, ConnectorIdentifierContext)!; + } + public identifier(): IdentifierContext { + return this.getRuleContext(0, IdentifierContext)!; } public IF_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.IF_, 0); @@ -18744,8 +18947,8 @@ export class ShowFunctionsContext extends StatementContext { public FUNCTIONS_(): antlr.TerminalNode { return this.getToken(TrinoParser.FUNCTIONS_, 0)!; } - public qualifiedName(): QualifiedNameContext | null { - return this.getRuleContext(0, QualifiedNameContext); + public schemaIdentifier(): SchemaIdentifierContext | null { + return this.getRuleContext(0, SchemaIdentifierContext); } public LIKE_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.LIKE_, 0); @@ -18816,9 +19019,6 @@ export class GrantContext extends StatementContext { public ON_(): antlr.TerminalNode { return this.getToken(TrinoParser.ON_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; - } public TO_(): antlr.TerminalNode { return this.getToken(TrinoParser.TO_, 0)!; } @@ -18840,18 +19040,18 @@ export class GrantContext extends StatementContext { public PRIVILEGES_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.PRIVILEGES_, 0); } + public schemaIdentifier(): SchemaIdentifierContext | null { + return this.getRuleContext(0, SchemaIdentifierContext); + } + public tableIdentifier(): TableIdentifierContext | null { + return this.getRuleContext(0, TableIdentifierContext); + } public WITH_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.WITH_, 0); } public OPTION_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.OPTION_, 0); } - public SCHEMA_(): antlr.TerminalNode | null { - return this.getToken(TrinoParser.SCHEMA_, 0); - } - public TABLE_(): antlr.TerminalNode | null { - return this.getToken(TrinoParser.TABLE_, 0); - } public COMMA_(): antlr.TerminalNode[]; public COMMA_(i: number): antlr.TerminalNode | null; public COMMA_(i?: number): antlr.TerminalNode | null | antlr.TerminalNode[] { @@ -18861,6 +19061,12 @@ export class GrantContext extends StatementContext { return this.getToken(TrinoParser.COMMA_, i); } } + public SCHEMA_(): antlr.TerminalNode | null { + return this.getToken(TrinoParser.SCHEMA_, 0); + } + public TABLE_(): antlr.TerminalNode | null { + return this.getToken(TrinoParser.TABLE_, 0); + } public override accept(visitor: TrinoParserVisitor): Result | null { if (visitor.visitGrant) { return visitor.visitGrant(this); @@ -18870,7 +19076,6 @@ export class GrantContext extends StatementContext { } } export class SetTablePropertiesContext extends StatementContext { - public _tableName?: QualifiedNameContext; public constructor(ctx: StatementContext) { super(ctx.parent, ctx.invokingState); super.copyFrom(ctx); @@ -18881,6 +19086,9 @@ export class SetTablePropertiesContext extends StatementContext { public TABLE_(): antlr.TerminalNode { return this.getToken(TrinoParser.TABLE_, 0)!; } + public tableIdentifier(): TableIdentifierContext { + return this.getRuleContext(0, TableIdentifierContext)!; + } public SET_(): antlr.TerminalNode { return this.getToken(TrinoParser.SET_, 0)!; } @@ -18890,9 +19098,6 @@ export class SetTablePropertiesContext extends StatementContext { public propertyAssignments(): PropertyAssignmentsContext { return this.getRuleContext(0, PropertyAssignmentsContext)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; - } public override accept(visitor: TrinoParserVisitor): Result | null { if (visitor.visitSetTableProperties) { return visitor.visitSetTableProperties(this); @@ -20276,14 +20481,14 @@ export class JoinCriteriaContext extends antlr.ParserRuleContext { public LPAREN_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.LPAREN_, 0); } - public identifier(): IdentifierContext[]; - public identifier(i: number): IdentifierContext | null; - public identifier(i?: number): IdentifierContext[] | IdentifierContext | null { + public tableIdentifier(): TableIdentifierContext[]; + public tableIdentifier(i: number): TableIdentifierContext | null; + public tableIdentifier(i?: number): TableIdentifierContext[] | TableIdentifierContext | null { if (i === undefined) { - return this.getRuleContexts(IdentifierContext); + return this.getRuleContexts(TableIdentifierContext); } - return this.getRuleContext(i, IdentifierContext); + return this.getRuleContext(i, TableIdentifierContext); } public RPAREN_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.RPAREN_, 0); @@ -20315,8 +20520,8 @@ export class SampledRelationContext extends antlr.ParserRuleContext { public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { super(parent, invokingState); } - public patternRecognition(): PatternRecognitionContext { - return this.getRuleContext(0, PatternRecognitionContext)!; + public patternRecognition(): PatternRecognitionContext | null { + return this.getRuleContext(0, PatternRecognitionContext); } public TABLESAMPLE_(): antlr.TerminalNode | null { return this.getToken(TrinoParser.TABLESAMPLE_, 0); @@ -20333,6 +20538,9 @@ export class SampledRelationContext extends antlr.ParserRuleContext { public expression(): ExpressionContext | null { return this.getRuleContext(0, ExpressionContext); } + public tableIdentifier(): TableIdentifierContext | null { + return this.getRuleContext(0, TableIdentifierContext); + } public override get ruleIndex(): number { return TrinoParser.RULE_sampledRelation; } @@ -21298,8 +21506,8 @@ export class TableArgumentTableContext extends TableArgumentRelationContext { public LPAREN_(): antlr.TerminalNode { return this.getToken(TrinoParser.LPAREN_, 0)!; } - public qualifiedName(): QualifiedNameContext { - return this.getRuleContext(0, QualifiedNameContext)!; + public tableIdentifier(): TableIdentifierContext { + return this.getRuleContext(0, TableIdentifierContext)!; } public RPAREN_(): antlr.TerminalNode { return this.getToken(TrinoParser.RPAREN_, 0)!; @@ -26567,18 +26775,18 @@ export class RolePrincipalContext extends PrincipalContext { } -export class RolesContext extends antlr.ParserRuleContext { +export class RoleIdentifierListContext extends antlr.ParserRuleContext { public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { super(parent, invokingState); } - public identifier(): IdentifierContext[]; - public identifier(i: number): IdentifierContext | null; - public identifier(i?: number): IdentifierContext[] | IdentifierContext | null { + public roleIdentifier(): RoleIdentifierContext[]; + public roleIdentifier(i: number): RoleIdentifierContext | null; + public roleIdentifier(i?: number): RoleIdentifierContext[] | RoleIdentifierContext | null { if (i === undefined) { - return this.getRuleContexts(IdentifierContext); + return this.getRuleContexts(RoleIdentifierContext); } - return this.getRuleContext(i, IdentifierContext); + return this.getRuleContext(i, RoleIdentifierContext); } public COMMA_(): antlr.TerminalNode[]; public COMMA_(i: number): antlr.TerminalNode | null; @@ -26590,11 +26798,11 @@ export class RolesContext extends antlr.ParserRuleContext { } } public override get ruleIndex(): number { - return TrinoParser.RULE_roles; + return TrinoParser.RULE_roleIdentifierList; } public override accept(visitor: TrinoParserVisitor): Result | null { - if (visitor.visitRoles) { - return visitor.visitRoles(this); + if (visitor.visitRoleIdentifierList) { + return visitor.visitRoleIdentifierList(this); } else { return visitor.visitChildren(this); } @@ -26682,6 +26890,213 @@ export class UnquotedIdentifierContext extends IdentifierContext { } +export class CatalogIdentifierContext extends antlr.ParserRuleContext { + public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { + super(parent, invokingState); + } + public identifier(): IdentifierContext { + return this.getRuleContext(0, IdentifierContext)!; + } + public override get ruleIndex(): number { + return TrinoParser.RULE_catalogIdentifier; + } + public override accept(visitor: TrinoParserVisitor): Result | null { + if (visitor.visitCatalogIdentifier) { + return visitor.visitCatalogIdentifier(this); + } else { + return visitor.visitChildren(this); + } + } +} + + +export class SchemaIdentifierContext extends antlr.ParserRuleContext { + public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { + super(parent, invokingState); + } + public catalogIdentifier(): CatalogIdentifierContext { + return this.getRuleContext(0, CatalogIdentifierContext)!; + } + public DOT_(): antlr.TerminalNode { + return this.getToken(TrinoParser.DOT_, 0)!; + } + public identifier(): IdentifierContext { + return this.getRuleContext(0, IdentifierContext)!; + } + public override get ruleIndex(): number { + return TrinoParser.RULE_schemaIdentifier; + } + public override accept(visitor: TrinoParserVisitor): Result | null { + if (visitor.visitSchemaIdentifier) { + return visitor.visitSchemaIdentifier(this); + } else { + return visitor.visitChildren(this); + } + } +} + + +export class TableIdentifierContext extends antlr.ParserRuleContext { + public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { + super(parent, invokingState); + } + public schemaIdentifier(): SchemaIdentifierContext { + return this.getRuleContext(0, SchemaIdentifierContext)!; + } + public DOT_(): antlr.TerminalNode { + return this.getToken(TrinoParser.DOT_, 0)!; + } + public identifier(): IdentifierContext { + return this.getRuleContext(0, IdentifierContext)!; + } + public override get ruleIndex(): number { + return TrinoParser.RULE_tableIdentifier; + } + public override accept(visitor: TrinoParserVisitor): Result | null { + if (visitor.visitTableIdentifier) { + return visitor.visitTableIdentifier(this); + } else { + return visitor.visitChildren(this); + } + } +} + + +export class ViewIdentifierContext extends antlr.ParserRuleContext { + public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { + super(parent, invokingState); + } + public tableIdentifier(): TableIdentifierContext { + return this.getRuleContext(0, TableIdentifierContext)!; + } + public override get ruleIndex(): number { + return TrinoParser.RULE_viewIdentifier; + } + public override accept(visitor: TrinoParserVisitor): Result | null { + if (visitor.visitViewIdentifier) { + return visitor.visitViewIdentifier(this); + } else { + return visitor.visitChildren(this); + } + } +} + + +export class NewSchemaIdentifierContext extends antlr.ParserRuleContext { + public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { + super(parent, invokingState); + } + public identifier(): IdentifierContext[]; + public identifier(i: number): IdentifierContext | null; + public identifier(i?: number): IdentifierContext[] | IdentifierContext | null { + if (i === undefined) { + return this.getRuleContexts(IdentifierContext); + } + + return this.getRuleContext(i, IdentifierContext); + } + public DOT_(): antlr.TerminalNode { + return this.getToken(TrinoParser.DOT_, 0)!; + } + public override get ruleIndex(): number { + return TrinoParser.RULE_newSchemaIdentifier; + } + public override accept(visitor: TrinoParserVisitor): Result | null { + if (visitor.visitNewSchemaIdentifier) { + return visitor.visitNewSchemaIdentifier(this); + } else { + return visitor.visitChildren(this); + } + } +} + + +export class NewTableIdentifierContext extends antlr.ParserRuleContext { + public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { + super(parent, invokingState); + } + public newSchemaIdentifier(): NewSchemaIdentifierContext { + return this.getRuleContext(0, NewSchemaIdentifierContext)!; + } + public DOT_(): antlr.TerminalNode { + return this.getToken(TrinoParser.DOT_, 0)!; + } + public identifier(): IdentifierContext { + return this.getRuleContext(0, IdentifierContext)!; + } + public override get ruleIndex(): number { + return TrinoParser.RULE_newTableIdentifier; + } + public override accept(visitor: TrinoParserVisitor): Result | null { + if (visitor.visitNewTableIdentifier) { + return visitor.visitNewTableIdentifier(this); + } else { + return visitor.visitChildren(this); + } + } +} + + +export class NewViewIdentifierContext extends antlr.ParserRuleContext { + public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { + super(parent, invokingState); + } + public newTableIdentifier(): NewTableIdentifierContext { + return this.getRuleContext(0, NewTableIdentifierContext)!; + } + public override get ruleIndex(): number { + return TrinoParser.RULE_newViewIdentifier; + } + public override accept(visitor: TrinoParserVisitor): Result | null { + if (visitor.visitNewViewIdentifier) { + return visitor.visitNewViewIdentifier(this); + } else { + return visitor.visitChildren(this); + } + } +} + + +export class RoleIdentifierContext extends antlr.ParserRuleContext { + public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { + super(parent, invokingState); + } + public identifier(): IdentifierContext { + return this.getRuleContext(0, IdentifierContext)!; + } + public override get ruleIndex(): number { + return TrinoParser.RULE_roleIdentifier; + } + public override accept(visitor: TrinoParserVisitor): Result | null { + if (visitor.visitRoleIdentifier) { + return visitor.visitRoleIdentifier(this); + } else { + return visitor.visitChildren(this); + } + } +} + + +export class ConnectorIdentifierContext extends antlr.ParserRuleContext { + public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { + super(parent, invokingState); + } + public identifier(): IdentifierContext { + return this.getRuleContext(0, IdentifierContext)!; + } + public override get ruleIndex(): number { + return TrinoParser.RULE_connectorIdentifier; + } + public override accept(visitor: TrinoParserVisitor): Result | null { + if (visitor.visitConnectorIdentifier) { + return visitor.visitConnectorIdentifier(this); + } else { + return visitor.visitChildren(this); + } + } +} + + export class NumberContext extends antlr.ParserRuleContext { public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { super(parent, invokingState); diff --git a/src/autocomplete/databases/trino/generated/TrinoParserVisitor.ts b/src/autocomplete/databases/trino/generated/TrinoParserVisitor.ts index 14c7943a9..c8010fe27 100644 --- a/src/autocomplete/databases/trino/generated/TrinoParserVisitor.ts +++ b/src/autocomplete/databases/trino/generated/TrinoParserVisitor.ts @@ -13,9 +13,9 @@ import { AbstractParseTreeVisitor } from "antlr4ng"; import { ParseContext } from "./TrinoParser.js"; -import { StatementsContext } from "./TrinoParser.js"; import { StatementDefaultContext } from "./TrinoParser.js"; import { UseContext } from "./TrinoParser.js"; +import { UseCatalogContext } from "./TrinoParser.js"; import { CreateCatalogContext } from "./TrinoParser.js"; import { DropCatalogContext } from "./TrinoParser.js"; import { CreateSchemaContext } from "./TrinoParser.js"; @@ -324,11 +324,20 @@ import { CurrentRoleGrantorContext } from "./TrinoParser.js"; import { UnspecifiedPrincipalContext } from "./TrinoParser.js"; import { UserPrincipalContext } from "./TrinoParser.js"; import { RolePrincipalContext } from "./TrinoParser.js"; -import { RolesContext } from "./TrinoParser.js"; +import { RoleIdentifierListContext } from "./TrinoParser.js"; import { UnquotedIdentifierContext } from "./TrinoParser.js"; import { QuotedIdentifierContext } from "./TrinoParser.js"; import { BackQuotedIdentifierContext } from "./TrinoParser.js"; import { DigitIdentifierContext } from "./TrinoParser.js"; +import { CatalogIdentifierContext } from "./TrinoParser.js"; +import { SchemaIdentifierContext } from "./TrinoParser.js"; +import { TableIdentifierContext } from "./TrinoParser.js"; +import { ViewIdentifierContext } from "./TrinoParser.js"; +import { NewSchemaIdentifierContext } from "./TrinoParser.js"; +import { NewTableIdentifierContext } from "./TrinoParser.js"; +import { NewViewIdentifierContext } from "./TrinoParser.js"; +import { RoleIdentifierContext } from "./TrinoParser.js"; +import { ConnectorIdentifierContext } from "./TrinoParser.js"; import { DecimalLiteralContext } from "./TrinoParser.js"; import { DoubleLiteralContext } from "./TrinoParser.js"; import { IntegerLiteralContext } from "./TrinoParser.js"; @@ -351,12 +360,6 @@ export class TrinoParserVisitor extends AbstractParseTreeVisitor * @return the visitor result */ visitParse?: (ctx: ParseContext) => Result; - /** - * Visit a parse tree produced by `TrinoParser.statements`. - * @param ctx the parse tree - * @return the visitor result - */ - visitStatements?: (ctx: StatementsContext) => Result; /** * Visit a parse tree produced by the `statementDefault` * labeled alternative in `TrinoParser.statement`. @@ -371,6 +374,13 @@ export class TrinoParserVisitor extends AbstractParseTreeVisitor * @return the visitor result */ visitUse?: (ctx: UseContext) => Result; + /** + * Visit a parse tree produced by the `useCatalog` + * labeled alternative in `TrinoParser.statement`. + * @param ctx the parse tree + * @return the visitor result + */ + visitUseCatalog?: (ctx: UseCatalogContext) => Result; /** * Visit a parse tree produced by the `createCatalog` * labeled alternative in `TrinoParser.statement`. @@ -2445,11 +2455,11 @@ export class TrinoParserVisitor extends AbstractParseTreeVisitor */ visitRolePrincipal?: (ctx: RolePrincipalContext) => Result; /** - * Visit a parse tree produced by `TrinoParser.roles`. + * Visit a parse tree produced by `TrinoParser.roleIdentifierList`. * @param ctx the parse tree * @return the visitor result */ - visitRoles?: (ctx: RolesContext) => Result; + visitRoleIdentifierList?: (ctx: RoleIdentifierListContext) => Result; /** * Visit a parse tree produced by the `unquotedIdentifier` * labeled alternative in `TrinoParser.identifier`. @@ -2478,6 +2488,60 @@ export class TrinoParserVisitor extends AbstractParseTreeVisitor * @return the visitor result */ visitDigitIdentifier?: (ctx: DigitIdentifierContext) => Result; + /** + * Visit a parse tree produced by `TrinoParser.catalogIdentifier`. + * @param ctx the parse tree + * @return the visitor result + */ + visitCatalogIdentifier?: (ctx: CatalogIdentifierContext) => Result; + /** + * Visit a parse tree produced by `TrinoParser.schemaIdentifier`. + * @param ctx the parse tree + * @return the visitor result + */ + visitSchemaIdentifier?: (ctx: SchemaIdentifierContext) => Result; + /** + * Visit a parse tree produced by `TrinoParser.tableIdentifier`. + * @param ctx the parse tree + * @return the visitor result + */ + visitTableIdentifier?: (ctx: TableIdentifierContext) => Result; + /** + * Visit a parse tree produced by `TrinoParser.viewIdentifier`. + * @param ctx the parse tree + * @return the visitor result + */ + visitViewIdentifier?: (ctx: ViewIdentifierContext) => Result; + /** + * Visit a parse tree produced by `TrinoParser.newSchemaIdentifier`. + * @param ctx the parse tree + * @return the visitor result + */ + visitNewSchemaIdentifier?: (ctx: NewSchemaIdentifierContext) => Result; + /** + * Visit a parse tree produced by `TrinoParser.newTableIdentifier`. + * @param ctx the parse tree + * @return the visitor result + */ + visitNewTableIdentifier?: (ctx: NewTableIdentifierContext) => Result; + /** + * Visit a parse tree produced by `TrinoParser.newViewIdentifier`. + * @param ctx the parse tree + * @return the visitor result + */ + visitNewViewIdentifier?: (ctx: NewViewIdentifierContext) => Result; + /** + * Visit a parse tree produced by `TrinoParser.roleIdentifier`. + * @param ctx the parse tree + * @return the visitor result + */ + visitRoleIdentifier?: (ctx: RoleIdentifierContext) => Result; + /** + * Visit a parse tree produced by `TrinoParser.connectorIdentifier`. + * @param ctx the parse tree + * @return the visitor result + */ + visitConnectorIdentifier?: (ctx: ConnectorIdentifierContext) => Result; /** * Visit a parse tree produced by the `decimalLiteral` * labeled alternative in `TrinoParser.number`. diff --git a/src/autocomplete/databases/trino/grammar/TrinoParser.g4 b/src/autocomplete/databases/trino/grammar/TrinoParser.g4 index a3845d01d..f6dacc7df 100644 --- a/src/autocomplete/databases/trino/grammar/TrinoParser.g4 +++ b/src/autocomplete/databases/trino/grammar/TrinoParser.g4 @@ -7,110 +7,110 @@ options { tokenVocab = TrinoLexer; } +// TODO-TRINO: support multi-queries parse - : statements? EOF - ; - -statements - : statement SEMICOLON_? - | statement SEMICOLON_ statements + : statement? EOF ; statement - : rootQuery # statementDefault - | USE_ schema = identifier # use - | USE_ catalog = identifier DOT_ schema = identifier # use - | CREATE_ CATALOG_ (IF_ NOT_ EXISTS_)? catalog = identifier USING_ connectorName = identifier ( + : rootQuery # statementDefault + | USE_ schemaIdentifier # use + | USE_ catalogIdentifier # useCatalog + | CREATE_ CATALOG_ (IF_ NOT_ EXISTS_)? catalog = identifier USING_ connectorIdentifier ( COMMENT_ string_ - )? (AUTHORIZATION_ principal)? (WITH_ properties)? # createCatalog - | DROP_ CATALOG_ (IF_ EXISTS_)? catalog = identifier (CASCADE_ | RESTRICT_)? # dropCatalog - | CREATE_ SCHEMA_ (IF_ NOT_ EXISTS_)? qualifiedName (AUTHORIZATION_ principal)? ( + )? (AUTHORIZATION_ principal)? (WITH_ properties)? # createCatalog + | DROP_ CATALOG_ (IF_ EXISTS_)? catalogIdentifier (CASCADE_ | RESTRICT_)? # dropCatalog + | CREATE_ SCHEMA_ (IF_ NOT_ EXISTS_)? newSchemaIdentifier (AUTHORIZATION_ principal)? ( WITH_ properties - )? # createSchema - | DROP_ SCHEMA_ (IF_ EXISTS_)? qualifiedName (CASCADE_ | RESTRICT_)? # dropSchema - | ALTER_ SCHEMA_ qualifiedName RENAME_ TO_ identifier # renameSchema - | ALTER_ SCHEMA_ qualifiedName SET_ AUTHORIZATION_ principal # setSchemaAuthorization - | CREATE_ (OR_ REPLACE_)? TABLE_ (IF_ NOT_ EXISTS_)? qualifiedName columnAliases? ( + )? # createSchema + | DROP_ SCHEMA_ (IF_ EXISTS_)? schemaIdentifier (CASCADE_ | RESTRICT_)? # dropSchema + | ALTER_ SCHEMA_ schemaIdentifier RENAME_ TO_ identifier # renameSchema + | ALTER_ SCHEMA_ schemaIdentifier SET_ AUTHORIZATION_ principal # setSchemaAuthorization + | CREATE_ (OR_ REPLACE_)? TABLE_ (IF_ NOT_ EXISTS_)? newTableIdentifier columnAliases? ( COMMENT_ string_ )? (WITH_ properties)? AS_ (rootQuery | LPAREN_ rootQuery RPAREN_) (WITH_ (NO_)? DATA_)? # createTableAsSelect - | CREATE_ (OR_ REPLACE_)? TABLE_ (IF_ NOT_ EXISTS_)? qualifiedName LPAREN_ tableElement ( + | CREATE_ (OR_ REPLACE_)? TABLE_ (IF_ NOT_ EXISTS_)? newTableIdentifier LPAREN_ tableElement ( COMMA_ tableElement - )* RPAREN_ (COMMENT_ string_)? (WITH_ properties)? # createTable - | DROP_ TABLE_ (IF_ EXISTS_)? qualifiedName # dropTable - | INSERT_ INTO_ qualifiedName columnAliases? rootQuery # insertInto - | DELETE_ FROM_ qualifiedName (WHERE_ booleanExpression)? # delete - | TRUNCATE_ TABLE_ qualifiedName # truncateTable - | COMMENT_ ON_ TABLE_ qualifiedName IS_ (string_ | NULL_) # commentTable - | COMMENT_ ON_ VIEW_ qualifiedName IS_ (string_ | NULL_) # commentView - | COMMENT_ ON_ COLUMN_ qualifiedName IS_ (string_ | NULL_) # commentColumn - | ALTER_ TABLE_ (IF_ EXISTS_)? from = qualifiedName RENAME_ TO_ to = qualifiedName # renameTable - | ALTER_ TABLE_ (IF_ EXISTS_)? tableName = qualifiedName ADD_ COLUMN_ (IF_ NOT_ EXISTS_)? column = columnDefinition # addColumn - | ALTER_ TABLE_ (IF_ EXISTS_)? tableName = qualifiedName RENAME_ COLUMN_ (IF_ EXISTS_)? from = qualifiedName TO_ to = identifier # renameColumn - | ALTER_ TABLE_ (IF_ EXISTS_)? tableName = qualifiedName DROP_ COLUMN_ (IF_ EXISTS_)? column = qualifiedName # dropColumn - | ALTER_ TABLE_ (IF_ EXISTS_)? tableName = qualifiedName ALTER_ COLUMN_ columnName = qualifiedName SET_ DATA_ TYPE_ type # setColumnType - | ALTER_ TABLE_ tableName = qualifiedName SET_ AUTHORIZATION_ principal # setTableAuthorization - | ALTER_ TABLE_ tableName = qualifiedName SET_ PROPERTIES_ propertyAssignments # setTableProperties - | ALTER_ TABLE_ tableName = qualifiedName EXECUTE_ procedureName = identifier ( + )* RPAREN_ (COMMENT_ string_)? (WITH_ properties)? # createTable + | DROP_ TABLE_ (IF_ EXISTS_)? tableIdentifier # dropTable + | INSERT_ INTO_ tableIdentifier columnAliases? rootQuery # insertInto + | DELETE_ FROM_ tableIdentifier (WHERE_ booleanExpression)? # delete + | TRUNCATE_ TABLE_ tableIdentifier # truncateTable + | COMMENT_ ON_ TABLE_ tableIdentifier IS_ (string_ | NULL_) # commentTable + | COMMENT_ ON_ VIEW_ viewIdentifier IS_ (string_ | NULL_) # commentView + | COMMENT_ ON_ COLUMN_ qualifiedName IS_ (string_ | NULL_) # commentColumn + | ALTER_ TABLE_ (IF_ EXISTS_)? tableIdentifier RENAME_ TO_ to = qualifiedName # renameTable + | ALTER_ TABLE_ (IF_ EXISTS_)? tableIdentifier ADD_ COLUMN_ (IF_ NOT_ EXISTS_)? column = columnDefinition # addColumn + | ALTER_ TABLE_ (IF_ EXISTS_)? tableIdentifier RENAME_ COLUMN_ (IF_ EXISTS_)? from = qualifiedName TO_ to = identifier # renameColumn + | ALTER_ TABLE_ (IF_ EXISTS_)? tableIdentifier DROP_ COLUMN_ (IF_ EXISTS_)? column = qualifiedName # dropColumn + | ALTER_ TABLE_ (IF_ EXISTS_)? tableIdentifier ALTER_ COLUMN_ columnName = qualifiedName SET_ DATA_ TYPE_ type # setColumnType + | ALTER_ TABLE_ tableIdentifier SET_ AUTHORIZATION_ principal # setTableAuthorization + | ALTER_ TABLE_ tableIdentifier SET_ PROPERTIES_ propertyAssignments # setTableProperties + | ALTER_ TABLE_ tableIdentifier EXECUTE_ procedureName = identifier ( LPAREN_ (callArgument (COMMA_ callArgument)*)? RPAREN_ - )? (WHERE_ where = booleanExpression)? # tableExecute - | ANALYZE_ qualifiedName (WITH_ properties)? # analyze - | CREATE_ (OR_ REPLACE_)? MATERIALIZED_ VIEW_ (IF_ NOT_ EXISTS_)? qualifiedName ( + )? (WHERE_ where = booleanExpression)? # tableExecute + | ANALYZE_ tableIdentifier (WITH_ properties)? # analyze + | CREATE_ (OR_ REPLACE_)? MATERIALIZED_ VIEW_ (IF_ NOT_ EXISTS_)? newViewIdentifier ( GRACE_ PERIOD_ interval )? (COMMENT_ string_)? (WITH_ properties)? AS_ rootQuery # createMaterializedView - | CREATE_ (OR_ REPLACE_)? VIEW_ qualifiedName (COMMENT_ string_)? ( + | CREATE_ (OR_ REPLACE_)? VIEW_ newViewIdentifier (COMMENT_ string_)? ( SECURITY_ (DEFINER_ | INVOKER_) - )? AS_ rootQuery # createView - | REFRESH_ MATERIALIZED_ VIEW_ qualifiedName # refreshMaterializedView - | DROP_ MATERIALIZED_ VIEW_ (IF_ EXISTS_)? qualifiedName # dropMaterializedView - | ALTER_ MATERIALIZED_ VIEW_ (IF_ EXISTS_)? from = qualifiedName RENAME_ TO_ to = qualifiedName # renameMaterializedView - | ALTER_ MATERIALIZED_ VIEW_ qualifiedName SET_ PROPERTIES_ propertyAssignments # setMaterializedViewProperties - | DROP_ VIEW_ (IF_ EXISTS_)? qualifiedName # dropView - | ALTER_ VIEW_ from = qualifiedName RENAME_ TO_ to = qualifiedName # renameView - | ALTER_ VIEW_ from = qualifiedName SET_ AUTHORIZATION_ principal # setViewAuthorization - | CALL_ qualifiedName LPAREN_ (callArgument (COMMA_ callArgument)*)? RPAREN_ # call - | CREATE_ (OR_ REPLACE_)? functionSpecification # createFunction - | DROP_ FUNCTION_ (IF_ EXISTS_)? functionDeclaration # dropFunction - | CREATE_ ROLE_ name = identifier (WITH_ ADMIN_ grantor)? (IN_ catalog = identifier)? # createRole - | DROP_ ROLE_ name = identifier (IN_ catalog = identifier)? # dropRole - | GRANT_ roles TO_ principal (COMMA_ principal)* (WITH_ ADMIN_ OPTION_)? (GRANTED_ BY_ grantor)? ( - IN_ catalog = identifier - )? # grantRoles - | REVOKE_ (ADMIN_ OPTION_ FOR_)? roles FROM_ principal (COMMA_ principal)* ( + )? AS_ rootQuery # createView + | REFRESH_ MATERIALIZED_ VIEW_ viewIdentifier # refreshMaterializedView + | DROP_ MATERIALIZED_ VIEW_ (IF_ EXISTS_)? viewIdentifier # dropMaterializedView + | ALTER_ MATERIALIZED_ VIEW_ (IF_ EXISTS_)? viewIdentifier RENAME_ TO_ to = qualifiedName # renameMaterializedView + | ALTER_ MATERIALIZED_ VIEW_ viewIdentifier SET_ PROPERTIES_ propertyAssignments # setMaterializedViewProperties + | DROP_ VIEW_ (IF_ EXISTS_)? viewIdentifier # dropView + | ALTER_ VIEW_ viewIdentifier RENAME_ TO_ to = qualifiedName # renameView + | ALTER_ VIEW_ viewIdentifier SET_ AUTHORIZATION_ principal # setViewAuthorization + | CALL_ qualifiedName LPAREN_ (callArgument (COMMA_ callArgument)*)? RPAREN_ # call + | CREATE_ (OR_ REPLACE_)? functionSpecification # createFunction + | DROP_ FUNCTION_ (IF_ EXISTS_)? functionDeclaration # dropFunction + | CREATE_ ROLE_ identifier (WITH_ ADMIN_ grantor)? (IN_ catalog = catalogIdentifier)? # createRole + | DROP_ ROLE_ roleIdentifier (IN_ catalog = catalogIdentifier)? # dropRole + | GRANT_ roleIdentifierList TO_ principal (COMMA_ principal)* (WITH_ ADMIN_ OPTION_)? ( + GRANTED_ BY_ grantor + )? (IN_ catalog = catalogIdentifier)? # grantRoles + | REVOKE_ (ADMIN_ OPTION_ FOR_)? roleIdentifierList FROM_ principal (COMMA_ principal)* ( GRANTED_ BY_ grantor - )? (IN_ catalog = identifier)? # revokeRoles - | SET_ ROLE_ (ALL_ | NONE_ | role = identifier) (IN_ catalog = identifier)? # setRole - | GRANT_ (privilege (COMMA_ privilege)* | ALL_ PRIVILEGES_) ON_ (SCHEMA_ | TABLE_)? qualifiedName TO_ grantee = principal ( - WITH_ GRANT_ OPTION_ - )? # grant - | DENY_ (privilege (COMMA_ privilege)* | ALL_ PRIVILEGES_) ON_ (SCHEMA_ | TABLE_)? qualifiedName TO_ grantee = principal # deny + )? (IN_ catalog = catalogIdentifier)? # revokeRoles + | SET_ ROLE_ (ALL_ | NONE_ | roleIdentifier) (IN_ catalog = catalogIdentifier)? # setRole + | GRANT_ (privilege (COMMA_ privilege)* | ALL_ PRIVILEGES_) ON_ ( + SCHEMA_? schemaIdentifier + | TABLE_? tableIdentifier + ) TO_ grantee = principal (WITH_ GRANT_ OPTION_)? # grant + | DENY_ (privilege (COMMA_ privilege)* | ALL_ PRIVILEGES_) ON_ ( + SCHEMA_? schemaIdentifier + | TABLE_? tableIdentifier + ) TO_ grantee = principal # deny | REVOKE_ (GRANT_ OPTION_ FOR_)? (privilege (COMMA_ privilege)* | ALL_ PRIVILEGES_) ON_ ( - SCHEMA_ - | TABLE_ - )? qualifiedName FROM_ grantee = principal # revoke - | SHOW_ GRANTS_ (ON_ TABLE_? qualifiedName)? # showGrants + SCHEMA_? schemaIdentifier + | TABLE_? tableIdentifier + ) FROM_ grantee = principal # revoke + | SHOW_ GRANTS_ (ON_ TABLE_? tableIdentifier)? # showGrants | EXPLAIN_ (LPAREN_ explainOption (COMMA_ explainOption)* RPAREN_)? statement # explain | EXPLAIN_ ANALYZE_ VERBOSE_? statement # explainAnalyze - | SHOW_ CREATE_ TABLE_ qualifiedName # showCreateTable - | SHOW_ CREATE_ SCHEMA_ qualifiedName # showCreateSchema - | SHOW_ CREATE_ VIEW_ qualifiedName # showCreateView - | SHOW_ CREATE_ MATERIALIZED_ VIEW_ qualifiedName # showCreateMaterializedView - | SHOW_ TABLES_ ((FROM_ | IN_) qualifiedName)? ( + | SHOW_ CREATE_ TABLE_ tableIdentifier # showCreateTable + | SHOW_ CREATE_ SCHEMA_ schemaIdentifier # showCreateSchema + | SHOW_ CREATE_ VIEW_ viewIdentifier # showCreateView + | SHOW_ CREATE_ MATERIALIZED_ VIEW_ viewIdentifier # showCreateMaterializedView + | SHOW_ TABLES_ ((FROM_ | IN_) schemaIdentifier)? ( LIKE_ pattern = string_ (ESCAPE_ escape = string_)? )? # showTables - | SHOW_ SCHEMAS_ ((FROM_ | IN_) identifier)? ( + | SHOW_ SCHEMAS_ ((FROM_ | IN_) catalogIdentifier)? ( LIKE_ pattern = string_ (ESCAPE_ escape = string_)? )? # showSchemas | SHOW_ CATALOGS_ (LIKE_ pattern = string_ (ESCAPE_ escape = string_)?)? # showCatalogs - | SHOW_ COLUMNS_ (FROM_ | IN_) qualifiedName? ( + | SHOW_ COLUMNS_ (FROM_ | IN_) tableIdentifier? ( LIKE_ pattern = string_ (ESCAPE_ escape = string_)? - )? # showColumns - | SHOW_ STATS_ FOR_ qualifiedName # showStats - | SHOW_ STATS_ FOR_ LPAREN_ rootQuery RPAREN_ # showStatsForQuery - | SHOW_ CURRENT_? ROLES_ ((FROM_ | IN_) identifier)? # showRoles - | SHOW_ ROLE_ GRANTS_ ((FROM_ | IN_) identifier)? # showRoleGrants - | DESCRIBE_ qualifiedName # showColumns - | DESC_ qualifiedName # showColumns - | SHOW_ FUNCTIONS_ ((FROM_ | IN_) qualifiedName)? ( + )? # showColumns + | SHOW_ STATS_ FOR_ tableIdentifier # showStats + | SHOW_ STATS_ FOR_ LPAREN_ rootQuery RPAREN_ # showStatsForQuery + | SHOW_ CURRENT_? ROLES_ ((FROM_ | IN_) catalogIdentifier)? # showRoles + | SHOW_ ROLE_ GRANTS_ ((FROM_ | IN_) catalogIdentifier)? # showRoleGrants + | DESCRIBE_ tableIdentifier # showColumns + | DESC_ tableIdentifier # showColumns + | SHOW_ FUNCTIONS_ ((FROM_ | IN_) schemaIdentifier)? ( LIKE_ pattern = string_ (ESCAPE_ escape = string_)? )? # showFunctions | SHOW_ SESSION_ (LIKE_ pattern = string_ (ESCAPE_ escape = string_)?)? # showSession @@ -129,10 +129,10 @@ statement | DESCRIBE_ OUTPUT_ identifier # describeOutput | SET_ PATH_ pathSpecification # setPath | SET_ TIME_ ZONE_ (LOCAL_ | expression) # setTimeZone - | UPDATE_ qualifiedName SET_ updateAssignment (COMMA_ updateAssignment)* ( + | UPDATE_ tableIdentifier SET_ updateAssignment (COMMA_ updateAssignment)* ( WHERE_ where = booleanExpression - )? # update - | MERGE_ INTO_ qualifiedName (AS_? identifier)? USING_ relation ON_ expression mergeCase+ # merge + )? # update + | MERGE_ INTO_ tableIdentifier (AS_? identifier)? USING_ relation ON_ expression mergeCase+ # merge ; rootQuery @@ -282,11 +282,12 @@ joinType joinCriteria : ON_ booleanExpression - | USING_ LPAREN_ identifier (COMMA_ identifier)* RPAREN_ + | USING_ LPAREN_ tableIdentifier (COMMA_ tableIdentifier)* RPAREN_ ; sampledRelation : patternRecognition (TABLESAMPLE_ sampleType LPAREN_ percentage = expression RPAREN_)? + | tableIdentifier ; sampleType @@ -390,8 +391,8 @@ tableArgument ; tableArgumentRelation - : TABLE_ LPAREN_ qualifiedName RPAREN_ (AS_? identifier columnAliases?)? # tableArgumentTable - | TABLE_ LPAREN_ query RPAREN_ (AS_? identifier columnAliases?)? # tableArgumentQuery + : TABLE_ LPAREN_ tableIdentifier RPAREN_ (AS_? identifier columnAliases?)? # tableArgumentTable + | TABLE_ LPAREN_ query RPAREN_ (AS_? identifier columnAliases?)? # tableArgumentQuery ; descriptorArgument @@ -840,8 +841,8 @@ principal | ROLE_ identifier # rolePrincipal ; -roles - : identifier (COMMA_ identifier)* +roleIdentifierList + : roleIdentifier (COMMA_ roleIdentifier)* ; identifier @@ -852,6 +853,42 @@ identifier | DIGIT_IDENTIFIER_ # digitIdentifier ; +catalogIdentifier + : identifier + ; + +schemaIdentifier + : catalogIdentifier DOT_ identifier + ; + +tableIdentifier + : schemaIdentifier DOT_ identifier + ; + +viewIdentifier + : tableIdentifier + ; + +newSchemaIdentifier + : identifier DOT_ identifier + ; + +newTableIdentifier + : newSchemaIdentifier DOT_ identifier + ; + +newViewIdentifier + : newTableIdentifier + ; + +roleIdentifier + : identifier + ; + +connectorIdentifier + : identifier + ; + number : MINUS_? DECIMAL_VALUE_ # decimalLiteral | MINUS_? DOUBLE_VALUE_ # doubleLiteral diff --git a/src/autocomplete/databases/trino/tests/alter/alter-schema.test.ts b/src/autocomplete/databases/trino/tests/alter/alter-schema.test.ts index b9e1fffa2..ba88169f5 100644 --- a/src/autocomplete/databases/trino/tests/alter/alter-schema.test.ts +++ b/src/autocomplete/databases/trino/tests/alter/alter-schema.test.ts @@ -7,13 +7,12 @@ test('should suggest after ALTER SCHEMA', () => { const keywordSuggestion: KeywordSuggestion[] = []; expect(autocompleteResult.suggestKeywords).toEqual(keywordSuggestion); - // TODO-TRINO: support schema suggestions - // expect(autocompleteResult.suggestSchemas).toEqual(true); + expect(autocompleteResult.suggestSchemas).toEqual(true); }); test('should not report errors', () => { const autocompleteResult = parseTrinoQueryWithoutCursor( - 'ALTER SCHEMA test_schema RENAME TO test_schema_2;', + 'ALTER SCHEMA test_catalog.test_schema RENAME TO test_schema_2', ); expect(autocompleteResult.errors).toHaveLength(0); }); diff --git a/src/autocomplete/databases/trino/tests/alter/alter.test.ts b/src/autocomplete/databases/trino/tests/alter/alter.test.ts index 6e53afd7a..764b36ab9 100644 --- a/src/autocomplete/databases/trino/tests/alter/alter.test.ts +++ b/src/autocomplete/databases/trino/tests/alter/alter.test.ts @@ -37,9 +37,10 @@ test('should suggest keywords after TABLE', () => { expect(autocompleteResult.suggestViewsOrTables).toEqual(TableOrViewSuggestion.ALL); }); -test('should suggest tables after ALTER TABLE between statements', () => { +// TODO-TRINO: support multi-queries +test.skip('should suggest tables after ALTER TABLE between statements', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'DROP VIEW before_view; ALTER TABLE | ; DROP VIEW after_view;', + 'DROP VIEW catalog.schema.before_view; ALTER TABLE | ; DROP VIEW catalog.schema.after_view;', ); // TODO-TRINO: decouple views from tables @@ -47,7 +48,7 @@ test('should suggest tables after ALTER TABLE between statements', () => { }); test('should suggest keywords after TABLE 2', () => { - const autocompleteResult = parseTrinoQueryWithCursor('ALTER TABLE test_table |'); + const autocompleteResult = parseTrinoQueryWithCursor('ALTER TABLE catalog.schema.test_table |'); const keywords: KeywordSuggestion[] = [ {value: 'EXECUTE'}, @@ -70,9 +71,10 @@ test('should suggest tables after ALTER VIEW', () => { expect(autocompleteResult.suggestViewsOrTables).toEqual(TableOrViewSuggestion.ALL); }); -test('should suggest tables after ALTER VIEW between statements', () => { +// TODO-TRINO: support multi-queries +test.skip('should suggest tables after ALTER VIEW between statements', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'ALTER TABLE before_table DROP COLUMN id; ALTER VIEW | ; ALTER TABLE after_table DROP COLUMN id;', + 'ALTER TABLE catalog.schema.before_table DROP COLUMN id; ALTER VIEW | ; ALTER TABLE catalog.schema.after_table DROP COLUMN id;', ); // TODO-TRINO: decouple views from tables diff --git a/src/autocomplete/databases/trino/tests/comment/comment-table.test.ts b/src/autocomplete/databases/trino/tests/comment/comment-table.test.ts index e589404d6..df1a028b5 100644 --- a/src/autocomplete/databases/trino/tests/comment/comment-table.test.ts +++ b/src/autocomplete/databases/trino/tests/comment/comment-table.test.ts @@ -10,7 +10,7 @@ test.skip('should suggest properly after COMMENT ON CONSTRAINT', () => { test('should not report errors on full statement', () => { const autocompleteResult = parseTrinoQueryWithoutCursor( - "COMMENT ON TABLE test_constraint IS 'test_comment';", + "COMMENT ON TABLE catalog.schema.test_constraint IS 'test_comment'", ); expect(autocompleteResult.errors).toHaveLength(0); }); diff --git a/src/autocomplete/databases/trino/tests/create/create-function.test.ts b/src/autocomplete/databases/trino/tests/create/create-function.test.ts index 0aeb9c2fe..3538812eb 100644 --- a/src/autocomplete/databases/trino/tests/create/create-function.test.ts +++ b/src/autocomplete/databases/trino/tests/create/create-function.test.ts @@ -88,7 +88,7 @@ test('should suggest properly after RETURNS and a type', () => { test('should not report errors', () => { const autocompleteResult = parseTrinoQueryWithoutCursor( - 'CREATE FUNCTION example.default.meaning_of_life() RETURNS bigint BEGIN RETURN 42; END;', + 'CREATE FUNCTION example.default.meaning_of_life() RETURNS bigint BEGIN RETURN 42; END', ); expect(autocompleteResult.errors).toHaveLength(0); diff --git a/src/autocomplete/databases/trino/tests/create/create-schema.test.ts b/src/autocomplete/databases/trino/tests/create/create-schema.test.ts index 8f233263f..b09fae92f 100644 --- a/src/autocomplete/databases/trino/tests/create/create-schema.test.ts +++ b/src/autocomplete/databases/trino/tests/create/create-schema.test.ts @@ -9,7 +9,7 @@ test('should suggest properly after SCHEMA', () => { }); test('should suggest properly after schema name', () => { - const autocompleteResult = parseTrinoQueryWithCursor('CREATE SCHEMA test_schema |'); + const autocompleteResult = parseTrinoQueryWithCursor('CREATE SCHEMA catalog.test_schema |'); const keywordsSuggestion: KeywordSuggestion[] = [{value: 'WITH'}, {value: 'AUTHORIZATION'}]; expect(autocompleteResult.suggestKeywords).toEqual(keywordsSuggestion); diff --git a/src/autocomplete/databases/trino/tests/create/create-table.test.ts b/src/autocomplete/databases/trino/tests/create/create-table.test.ts index 5f12aea4e..c65485da5 100644 --- a/src/autocomplete/databases/trino/tests/create/create-table.test.ts +++ b/src/autocomplete/databases/trino/tests/create/create-table.test.ts @@ -7,12 +7,13 @@ test('should suggest properly after TABLE', () => { const keywordsSuggestion: KeywordSuggestion[] = [{value: 'IF'}]; expect(autocompleteResult.suggestKeywords).toEqual(keywordsSuggestion); - // TODO-TRINO: support table names properly - // expect(autocompleteResult.suggestViewsOrTables).toBeUndefined(); + expect(autocompleteResult.suggestViewsOrTables).toBeUndefined(); }); test('should suggest properly after table name', () => { - const autocompleteResult = parseTrinoQueryWithCursor('CREATE TABLE test_table |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'CREATE TABLE catalog.schema.test_table |', + ); const keywordsSuggestion: KeywordSuggestion[] = [ {value: 'AS'}, @@ -23,7 +24,9 @@ test('should suggest properly after table name', () => { }); test('should suggest properly after the first column', () => { - const autocompleteResult = parseTrinoQueryWithCursor('CREATE TABLE test_table (test_column |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'CREATE TABLE catalog.schema.test_table (test_column |', + ); const keywordsSuggestion: KeywordSuggestion[] = [ {value: 'ROW'}, @@ -39,7 +42,7 @@ test('should suggest properly after the first column', () => { test('should suggest properly after the second column', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'CREATE TABLE test_table (test_column TEXT, test_column_2 |', + 'CREATE TABLE catalog.schema.test_table (test_column TEXT, test_column_2 |', ); const keywordsSuggestion: KeywordSuggestion[] = [ @@ -56,7 +59,7 @@ test('should suggest properly after the second column', () => { test('should suggest properly after the columns', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'CREATE TABLE test_table (test_column TEXT, test_column_2 TEXT) |', + 'CREATE TABLE catalog.schema.test_table (test_column TEXT, test_column_2 TEXT) |', ); const keywordsSuggestion: KeywordSuggestion[] = [{value: 'WITH'}, {value: 'COMMENT'}]; diff --git a/src/autocomplete/databases/trino/tests/delete/delete.test.ts b/src/autocomplete/databases/trino/tests/delete/delete.test.ts index 3f3b5698b..493ba7529 100644 --- a/src/autocomplete/databases/trino/tests/delete/delete.test.ts +++ b/src/autocomplete/databases/trino/tests/delete/delete.test.ts @@ -18,14 +18,16 @@ test('should suggest properly after FROM', () => { }); test('should suggest properly after table name', () => { - const autocompleteResult = parseTrinoQueryWithCursor('DELETE FROM test_table |'); + const autocompleteResult = parseTrinoQueryWithCursor('DELETE FROM catalog.schema.test_table |'); const keywordsSuggestion: KeywordSuggestion[] = [{value: 'WHERE'}]; expect(autocompleteResult.suggestKeywords).toEqual(keywordsSuggestion); }); test('should suggest properly after WHERE', () => { - const autocompleteResult = parseTrinoQueryWithCursor('DELETE FROM test_table WHERE |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'DELETE FROM catalog.schema.test_table WHERE |', + ); const keywordsSuggestion: KeywordSuggestion[] = [ {value: 'NULL'}, @@ -68,7 +70,9 @@ test('should suggest properly after WHERE', () => { }); test('should suggest properly after WHERE with alias', () => { - const autocompleteResult = parseTrinoQueryWithCursor('DELETE FROM test_table t WHERE |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'DELETE FROM catalog.schema.test_table t WHERE |', + ); const keywordsSuggestion: KeywordSuggestion[] = []; expect(autocompleteResult.suggestKeywords).toEqual(keywordsSuggestion); diff --git a/src/autocomplete/databases/trino/tests/drop/drop-catalog.test.ts b/src/autocomplete/databases/trino/tests/drop/drop-catalog.test.ts index b49002bf0..427bd089f 100644 --- a/src/autocomplete/databases/trino/tests/drop/drop-catalog.test.ts +++ b/src/autocomplete/databases/trino/tests/drop/drop-catalog.test.ts @@ -7,11 +7,10 @@ test('should suggest properly after DROP', () => { const keywords: KeywordSuggestion[] = [{value: 'IF'}]; expect(autocompleteResult.suggestKeywords).toEqual(keywords); - // TODO-TRINO: support catalogs - // expect(autocompleteResult.suggestCatalogs).toEqual(true); + expect(autocompleteResult.suggestCatalogs).toEqual(true); }); test('should not report errors on full statement', () => { - const autocompleteResult = parseTrinoQueryWithoutCursor('DROP CATALOG test_catalog;'); + const autocompleteResult = parseTrinoQueryWithoutCursor('DROP CATALOG test_catalog'); expect(autocompleteResult.errors).toHaveLength(0); }); diff --git a/src/autocomplete/databases/trino/tests/drop/drop-role.test.ts b/src/autocomplete/databases/trino/tests/drop/drop-role.test.ts index 93b4e550e..a6af3dc3a 100644 --- a/src/autocomplete/databases/trino/tests/drop/drop-role.test.ts +++ b/src/autocomplete/databases/trino/tests/drop/drop-role.test.ts @@ -11,6 +11,6 @@ test('should suggest properly after DROP ROLE', () => { }); test('should not report an error of a full statement', () => { - const autocompleteResult = parseTrinoQueryWithoutCursor('DROP ROLE test_role;'); + const autocompleteResult = parseTrinoQueryWithoutCursor('DROP ROLE test_role'); expect(autocompleteResult.errors).toHaveLength(0); }); diff --git a/src/autocomplete/databases/trino/tests/drop/drop-schema.test.ts b/src/autocomplete/databases/trino/tests/drop/drop-schema.test.ts index f465dd49a..482f9288b 100644 --- a/src/autocomplete/databases/trino/tests/drop/drop-schema.test.ts +++ b/src/autocomplete/databases/trino/tests/drop/drop-schema.test.ts @@ -7,11 +7,10 @@ test('should suggest properly after DROP SCHEMA', () => { const keywords: KeywordSuggestion[] = [{value: 'IF'}]; expect(autocompleteResult.suggestKeywords).toEqual(keywords); - // TODO-TRINO: support schemas - // expect(autocompleteResult.suggestSchemas).toEqual(true); + expect(autocompleteResult.suggestSchemas).toEqual(true); }); test('should not report errors on full statement', () => { - const autocompleteResult = parseTrinoQueryWithoutCursor('DROP SCHEMA test_schema;'); + const autocompleteResult = parseTrinoQueryWithoutCursor('DROP SCHEMA catalog.test_schema'); expect(autocompleteResult.errors).toHaveLength(0); }); diff --git a/src/autocomplete/databases/trino/tests/drop/drop.test.ts b/src/autocomplete/databases/trino/tests/drop/drop.test.ts index 5b6cbdadc..4c30d8be9 100644 --- a/src/autocomplete/databases/trino/tests/drop/drop.test.ts +++ b/src/autocomplete/databases/trino/tests/drop/drop.test.ts @@ -44,28 +44,34 @@ test('should suggest views after DROP VIEW', () => { expect(autocompleteResult.suggestViewsOrTables).toEqual(TableOrViewSuggestion.ALL); }); -test('should suggest tables after multiple drop statements', () => { - const autocompleteResult = parseTrinoQueryWithCursor('DROP VIEW test_view; DROP TABLE |'); +// TODO-TRINO: support multi-queries +test.skip('should suggest tables after multiple drop statements', () => { + const autocompleteResult = parseTrinoQueryWithCursor( + 'DROP VIEW catalog.schema.test_view; DROP TABLE |', + ); // TODO-TRINO: decouple views from tables expect(autocompleteResult.suggestViewsOrTables).toEqual(TableOrViewSuggestion.ALL); }); -test('should suggest views after multiple drop statements', () => { - const autocompleteResult = parseTrinoQueryWithCursor('DROP TABLE test_table; DROP VIEW |'); +// TODO-TRINO: support multi-queries +test.skip('should suggest views after multiple drop statements', () => { + const autocompleteResult = parseTrinoQueryWithCursor( + 'DROP TABLE catalog.schema.test_table; DROP VIEW |', + ); // TODO-TRINO: decouple views from tables expect(autocompleteResult.suggestViewsOrTables).toEqual(TableOrViewSuggestion.ALL); }); test('should not report error on DROP TABLE', () => { - const autocompleteResult = parseTrinoQueryWithoutCursor('DROP TABLE test_table;'); + const autocompleteResult = parseTrinoQueryWithoutCursor('DROP TABLE catalog.schema.test_table'); expect(autocompleteResult.errors).toHaveLength(0); }); test('should not report error on DROP VIEW', () => { - const autocompleteResult = parseTrinoQueryWithoutCursor('DROP VIEW test_view;'); + const autocompleteResult = parseTrinoQueryWithoutCursor('DROP VIEW catalog.schema.test_view'); expect(autocompleteResult.errors).toHaveLength(0); }); diff --git a/src/autocomplete/databases/trino/tests/extract-statement-positions.test.ts b/src/autocomplete/databases/trino/tests/extract-statement-positions.test.ts index be3cfd165..d3a087129 100644 --- a/src/autocomplete/databases/trino/tests/extract-statement-positions.test.ts +++ b/src/autocomplete/databases/trino/tests/extract-statement-positions.test.ts @@ -1,295 +1,2 @@ -import { - ExtractStatementPositionsResult, - StatementExtractionStrategy, -} from '../../../shared/extract-statement-positions-from-query'; -import {extractTrinoStatementPositionsFromQuery} from '../index'; - -test('should extract statements from single query', () => { - const query = 'SELECT * FROM art WHERE id = 1;'; - const result = extractTrinoStatementPositionsFromQuery(query); - const expectedResult: ExtractStatementPositionsResult = { - statementPositions: [ - { - startIndex: 0, - endIndex: 31, - }, - ], - strategy: StatementExtractionStrategy.Autocomplete, - }; - - expect(result).toEqual(expectedResult); - - expect( - query.slice( - result.statementPositions[0]?.startIndex, - result.statementPositions[0]?.endIndex, - ), - ).toBe('SELECT * FROM art WHERE id = 1;'); -}); - -test('should extract statements from single query with block comment inside', () => { - const query = 'SELECT * FROM /* comment inside */ art WHERE id = 1;'; - const result = extractTrinoStatementPositionsFromQuery(query); - - expect(result).toEqual({ - statementPositions: [ - { - startIndex: 0, - endIndex: 52, - }, - ], - strategy: StatementExtractionStrategy.Autocomplete, - }); - - expect( - query.slice( - result.statementPositions[0]?.startIndex, - result.statementPositions[0]?.endIndex, - ), - ).toBe('SELECT * FROM /* comment inside */ art WHERE id = 1;'); -}); - -test('should extract statements from single query with inlined comment inside', () => { - const query = `SELECT * FROM - art -- comment here - WHERE id = 1;`; - const result = extractTrinoStatementPositionsFromQuery(query); - const expectedResult: ExtractStatementPositionsResult = { - statementPositions: [ - { - startIndex: 0, - endIndex: 67, - }, - ], - strategy: StatementExtractionStrategy.Autocomplete, - }; - - expect(result).toEqual(expectedResult); - - expect( - query.slice( - result.statementPositions[0]?.startIndex, - result.statementPositions[0]?.endIndex, - ), - ).toBe( - `SELECT * FROM - art -- comment here - WHERE id = 1;`, - ); -}); - -test('should extract statement from query without inlined comment at the end', () => { - const query = 'SELECT * FROM art WHERE id = 1; -- comment here'; - const result = extractTrinoStatementPositionsFromQuery(query); - const expectedResult: ExtractStatementPositionsResult = { - statementPositions: [ - { - startIndex: 0, - endIndex: 31, - }, - ], - strategy: StatementExtractionStrategy.Autocomplete, - }; - - expect(result).toEqual(expectedResult); - - expect( - query.slice( - result.statementPositions[0]?.startIndex, - result.statementPositions[0]?.endIndex, - ), - ).toBe('SELECT * FROM art WHERE id = 1;'); -}); - -test('should extract unfinished statement', () => { - const query = 'SELECT * FROM art WHERE id ='; - const result = extractTrinoStatementPositionsFromQuery(query); - const expectedResult: ExtractStatementPositionsResult = { - statementPositions: [ - { - startIndex: 0, - endIndex: 28, - }, - ], - strategy: StatementExtractionStrategy.Autocomplete, - }; - - expect(result).toEqual(expectedResult); - - expect( - query.slice( - result.statementPositions[0]?.startIndex, - result.statementPositions[0]?.endIndex, - ), - ).toBe('SELECT * FROM art WHERE id ='); -}); - -test('should extract finished and unfinished statements', () => { - const query = `SELECT * FROM art WHERE id = 1; SELECT * FROM art WHERE id =`; - const result = extractTrinoStatementPositionsFromQuery(query); - const expectedResult: ExtractStatementPositionsResult = { - statementPositions: [ - { - startIndex: 0, - endIndex: 31, - }, - { - startIndex: 32, - endIndex: 60, - }, - ], - strategy: StatementExtractionStrategy.Autocomplete, - }; - - expect(result).toEqual(expectedResult); - - expect( - query.slice( - result.statementPositions[0]?.startIndex, - result.statementPositions[0]?.endIndex, - ), - ).toBe('SELECT * FROM art WHERE id = 1;'); - expect( - query.slice( - result.statementPositions[1]?.startIndex, - result.statementPositions[1]?.endIndex, - ), - ).toBe('SELECT * FROM art WHERE id ='); -}); - -test('should not extract any statement from comments', () => { - const query = ` - -- SELECT * FROM art WHERE id = 1; - /* SELECT * FROM art WHERE id = 1; */ - `; - const result = extractTrinoStatementPositionsFromQuery(query); - - expect(result).toEqual({statementPositions: [], strategy: StatementExtractionStrategy.Tokens}); -}); - -test('should ignore empty statements', () => { - const query = `;;;;;;`; - const result = extractTrinoStatementPositionsFromQuery(query); - - expect(result).toEqual({statementPositions: [], strategy: StatementExtractionStrategy.Tokens}); -}); - -test('should ignore newlines', () => { - const query = '\n\n\n\n'; - const result = extractTrinoStatementPositionsFromQuery(query); - - expect(result).toEqual({statementPositions: [], strategy: StatementExtractionStrategy.Tokens}); -}); - -test('should extract statements from multiple query', () => { - const query = 'SELECT * FROM art WHERE id = 1;\nSELECT * FROM art2 WHERE id = 2;'; - - const result = extractTrinoStatementPositionsFromQuery(query); - const expectedResult: ExtractStatementPositionsResult = { - statementPositions: [ - { - startIndex: 0, - endIndex: 31, - }, - { - startIndex: 32, - endIndex: 64, - }, - ], - strategy: StatementExtractionStrategy.Autocomplete, - }; - - expect(result).toEqual(expectedResult); - - expect( - query.slice( - result.statementPositions[0]?.startIndex, - result.statementPositions[0]?.endIndex, - ), - ).toBe('SELECT * FROM art WHERE id = 1;'); - expect( - query.slice( - result.statementPositions[1]?.startIndex, - result.statementPositions[1]?.endIndex, - ), - ).toBe('SELECT * FROM art2 WHERE id = 2;'); -}); - -test('should extract three statements from query', () => { - const query = - 'SELECT * FROM art WHERE id = 1;\nSELECT * FROM art2 WHERE id = 2;/* comment inside */SELECT 1;'; - - const result = extractTrinoStatementPositionsFromQuery(query); - const expectedResult: ExtractStatementPositionsResult = { - statementPositions: [ - { - startIndex: 0, - endIndex: 31, - }, - { - startIndex: 32, - endIndex: 64, - }, - { - startIndex: 84, - endIndex: 93, - }, - ], - strategy: StatementExtractionStrategy.Autocomplete, - }; - - expect(result).toEqual(expectedResult); - - expect( - query.slice( - result.statementPositions[0]?.startIndex, - result.statementPositions[0]?.endIndex, - ), - ).toBe('SELECT * FROM art WHERE id = 1;'); - expect( - query.slice( - result.statementPositions[1]?.startIndex, - result.statementPositions[1]?.endIndex, - ), - ).toBe('SELECT * FROM art2 WHERE id = 2;'); - expect( - query.slice( - result.statementPositions[2]?.startIndex, - result.statementPositions[2]?.endIndex, - ), - ).toBe('SELECT 1;'); -}); - -test('should fallback to tokens when query is not valid', () => { - const query = 'SELECT * FROM art WHERE id = 1;\nsel asd aaasdjalkdj'; - - const result = extractTrinoStatementPositionsFromQuery(query); - const expectedResult: ExtractStatementPositionsResult = { - statementPositions: [ - { - startIndex: 0, - endIndex: 31, - }, - { - startIndex: 32, - endIndex: 51, - }, - ], - strategy: StatementExtractionStrategy.Tokens, - }; - - expect(result).toEqual(expectedResult); - - expect( - query.slice( - result.statementPositions[0]?.startIndex, - result.statementPositions[0]?.endIndex, - ), - ).toBe('SELECT * FROM art WHERE id = 1;'); - expect( - query.slice( - result.statementPositions[1]?.startIndex, - result.statementPositions[1]?.endIndex, - ), - ).toBe('sel asd aaasdjalkdj'); -}); +// TODO-TRINO: support multi-queries +test('should not fail jest', () => {}); diff --git a/src/autocomplete/databases/trino/tests/insert/insert.test.ts b/src/autocomplete/databases/trino/tests/insert/insert.test.ts index 7ee8324bf..48e6b0bc7 100644 --- a/src/autocomplete/databases/trino/tests/insert/insert.test.ts +++ b/src/autocomplete/databases/trino/tests/insert/insert.test.ts @@ -16,16 +16,17 @@ test('should suggest properly after INTO', () => { expect(autocompleteResult.suggestViewsOrTables).toEqual(TableOrViewSuggestion.ALL); }); -test('should suggest tables after INSERT INTO between statements', () => { +// TODO-TRINO: support multi-queries +test.skip('should suggest tables after INSERT INTO between statements', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'ALTER TABLE before_table DROP COLUMN id; INSERT INTO | ; ALTER TABLE after_table DROP COLUMN id;', + 'ALTER TABLE catalog.schema.before_table DROP COLUMN id; INSERT INTO | ; ALTER TABLE catalog.schema.after_table DROP COLUMN id;', ); expect(autocompleteResult.suggestViewsOrTables).toEqual(TableOrViewSuggestion.ALL); }); test('should suggest properly after table name', () => { - const autocompleteResult = parseTrinoQueryWithCursor('INSERT INTO test_table |'); + const autocompleteResult = parseTrinoQueryWithCursor('INSERT INTO catalog.schema.test_table |'); const keywordsSuggestion: KeywordSuggestion[] = [ {value: 'WITH'}, @@ -37,7 +38,9 @@ test('should suggest properly after table name', () => { }); test('should suggest properly after VALUES', () => { - const autocompleteResult = parseTrinoQueryWithCursor('INSERT INTO test_table VALUES |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'INSERT INTO catalog.schema.test_table VALUES |', + ); const keywordsSuggestion: KeywordSuggestion[] = [ {value: 'NULL'}, @@ -80,7 +83,9 @@ test('should suggest properly after VALUES', () => { }); test('should suggest properly after VALUES with a bracket', () => { - const autocompleteResult = parseTrinoQueryWithCursor('INSERT INTO test_table VALUES ( |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'INSERT INTO catalog.schema.test_table VALUES ( |', + ); const keywordsSuggestion: KeywordSuggestion[] = [ {value: 'NULL'}, @@ -128,7 +133,7 @@ test('should suggest properly after VALUES with a bracket', () => { test('should suggest properly after VALUES with a bracket after a value', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'INSERT INTO test_table VALUES ("test", |', + 'INSERT INTO catalog.schema.test_table VALUES ("test", |', ); const keywordsSuggestion: KeywordSuggestion[] = [ @@ -173,7 +178,7 @@ test('should suggest properly after VALUES with a bracket after a value', () => test('should suggest properly after VALUES contents', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'INSERT INTO test_table VALUES ("test") | ', + 'INSERT INTO catalog.schema.test_table VALUES ("test") | ', ); const keywordsSuggestion: KeywordSuggestion[] = [ @@ -198,7 +203,9 @@ test('should suggest properly after VALUES contents', () => { }); test('should suggest properly after table name with a bracket', () => { - const autocompleteResult = parseTrinoQueryWithCursor('INSERT INTO test_table( | '); + const autocompleteResult = parseTrinoQueryWithCursor( + 'INSERT INTO catalog.schema.test_table( | ', + ); const keywordsSuggestion: KeywordSuggestion[] = [ {value: 'SELECT'}, @@ -223,14 +230,18 @@ test('should suggest properly after table name with a bracket', () => { // }); test('should suggest properly after the first column', () => { - const autocompleteResult = parseTrinoQueryWithCursor('INSERT INTO test_table(test_column, | '); + const autocompleteResult = parseTrinoQueryWithCursor( + 'INSERT INTO catalog.schema.test_table(test_column, | ', + ); const keywordsSuggestion: KeywordSuggestion[] = []; expect(autocompleteResult.suggestKeywords).toEqual(keywordsSuggestion); }); test('should suggest properly after table with columns', () => { - const autocompleteResult = parseTrinoQueryWithCursor('INSERT INTO test_table(test_column) | '); + const autocompleteResult = parseTrinoQueryWithCursor( + 'INSERT INTO catalog.schema.test_table(test_column) | ', + ); const keywordsSuggestion: KeywordSuggestion[] = [ {value: 'WITH'}, @@ -243,7 +254,7 @@ test('should suggest properly after table with columns', () => { test('should not report errors', () => { const autocompleteResult = parseTrinoQueryWithoutCursor( - 'INSERT INTO test_table(id) VALUES(1);', + 'INSERT INTO catalog.schema.test_table(id) VALUES(1)', ); expect(autocompleteResult.errors).toHaveLength(0); diff --git a/src/autocomplete/databases/trino/tests/multiple-statements.test.ts b/src/autocomplete/databases/trino/tests/multiple-statements.test.ts index 55c3c824b..fecc8272b 100644 --- a/src/autocomplete/databases/trino/tests/multiple-statements.test.ts +++ b/src/autocomplete/databases/trino/tests/multiple-statements.test.ts @@ -1,6 +1,7 @@ import {parseTrinoQueryWithoutCursor} from '../index'; -test('should not report errors on multiple statements', () => { +// TODO-TRINO: support multi-queries +test.skip('should not report errors on multiple statements', () => { const autocompleteResult = parseTrinoQueryWithoutCursor(` SELECT * FROM test_table; SELECT * FROM test_table; diff --git a/src/autocomplete/databases/trino/tests/select/group-by-clause.test.ts b/src/autocomplete/databases/trino/tests/select/group-by-clause.test.ts index 35b944e80..29e8ef7fa 100644 --- a/src/autocomplete/databases/trino/tests/select/group-by-clause.test.ts +++ b/src/autocomplete/databases/trino/tests/select/group-by-clause.test.ts @@ -2,7 +2,9 @@ import {parseTrinoQueryWithCursor} from '../../index'; import {KeywordSuggestion} from '../../../../shared/autocomplete-types'; test('should suggest properly after GROUP', () => { - const autocompleteResult = parseTrinoQueryWithCursor('SELECT * FROM test_table as t GROUP |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'SELECT * FROM catalog.schema.test_table as t GROUP |', + ); const keywordsSuggestion: KeywordSuggestion[] = [{value: 'BY'}]; expect(autocompleteResult.suggestKeywords).toEqual(keywordsSuggestion); @@ -10,7 +12,7 @@ test('should suggest properly after GROUP', () => { test('should suggest properly after GROUP BY', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'SELECT count(*) as count, test_column t1 FROM test_table as t GROUP BY |', + 'SELECT count(*) as count, test_column t1 FROM catalog.schema.test_table as t GROUP BY |', ); const keywordsSuggestion: KeywordSuggestion[] = [ {value: 'ALL'}, @@ -67,11 +69,12 @@ test('should suggest properly after GROUP BY', () => { // expect(autocompleteResult.suggestColumnAliases).toEqual(columnAliasSuggestion); }); -test('should suggest properly after GROUP BY between statements', () => { +// TODO-TRINO: support multi-queries +test.skip('should suggest properly after GROUP BY between statements', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'ALTER TABLE before_table DROP COLUMN id; ' + - 'SELECT count(*) as count, test_column t1 FROM test_table as t GROUP BY | ; ' + - 'ALTER TABLE after_table DROP COLUMN id;', + 'ALTER TABLE catalog.schema.before_table DROP COLUMN id; ' + + 'SELECT count(*) as count, test_column t1 FROM catalog.schema.test_table as t GROUP BY | ; ' + + 'ALTER TABLE catalog.schema.after_table DROP COLUMN id;', ); const keywordsSuggestion: KeywordSuggestion[] = [ {value: 'ALL'}, @@ -130,7 +133,7 @@ test('should suggest properly after GROUP BY between statements', () => { test('should suggest properly after GROUP BY in nested statement', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'SELECT id as id1 FROM (SELECT count(*) as count, test_column t1 FROM test_table as t GROUP BY |', + 'SELECT id as id1 FROM (SELECT count(*) as count, test_column t1 FROM catalog.schema.test_table as t GROUP BY |', ); const keywordsSuggestion: KeywordSuggestion[] = [ {value: 'ALL'}, @@ -187,11 +190,12 @@ test('should suggest properly after GROUP BY in nested statement', () => { // expect(autocompleteResult.suggestColumnAliases).toEqual(columnAliasSuggestion); }); -test('should suggest properly after GROUP BY between statements in nested statement', () => { +// TODO-TRINO: support multi-queries +test.skip('should suggest properly after GROUP BY between statements in nested statement', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'ALTER TABLE before_table DROP COLUMN id; ' + - 'SELECT id as id1 FROM (SELECT count(*) as count, test_column t1 FROM test_table as t GROUP BY | ; ' + - 'ALTER TABLE after_table DROP COLUMN id;', + 'ALTER TABLE catalog.schema.before_table DROP COLUMN id; ' + + 'SELECT id as id1 FROM (SELECT count(*) as count, test_column t1 FROM catalog.schema.test_table as t GROUP BY | ; ' + + 'ALTER TABLE catalog.schema.after_table DROP COLUMN id;', ); const keywordsSuggestion: KeywordSuggestion[] = [ {value: 'ALL'}, diff --git a/src/autocomplete/databases/trino/tests/select/join-clause.test.ts b/src/autocomplete/databases/trino/tests/select/join-clause.test.ts index 7b0a902bb..e86ad2528 100644 --- a/src/autocomplete/databases/trino/tests/select/join-clause.test.ts +++ b/src/autocomplete/databases/trino/tests/select/join-clause.test.ts @@ -2,63 +2,79 @@ import {parseTrinoQueryWithCursor, parseTrinoQueryWithoutCursor} from '../../ind import {KeywordSuggestion, TableOrViewSuggestion} from '../../../../shared/autocomplete-types'; test('should suggest keywords after INNER', () => { - const autocompleteResult = parseTrinoQueryWithCursor('SELECT * FROM test_table INNER |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'SELECT * FROM catalog.schema.test_table INNER |', + ); const keywords: KeywordSuggestion[] = [{value: 'JOIN'}]; expect(autocompleteResult.suggestKeywords).toEqual(keywords); }); test('should suggest keywords after LEFT', () => { - const autocompleteResult = parseTrinoQueryWithCursor('SELECT * FROM test_table LEFT |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'SELECT * FROM catalog.schema.test_table LEFT |', + ); const keywords: KeywordSuggestion[] = [{value: 'OUTER'}, {value: 'JOIN'}]; expect(autocompleteResult.suggestKeywords).toEqual(keywords); }); test('should suggest keywords after RIGHT', () => { - const autocompleteResult = parseTrinoQueryWithCursor('SELECT * FROM test_table RIGHT |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'SELECT * FROM catalog.schema.test_table RIGHT |', + ); const keywords: KeywordSuggestion[] = [{value: 'OUTER'}, {value: 'JOIN'}]; expect(autocompleteResult.suggestKeywords).toEqual(keywords); }); test('should suggest keywords after FULL', () => { - const autocompleteResult = parseTrinoQueryWithCursor('SELECT * FROM test_table FULL |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'SELECT * FROM catalog.schema.test_table FULL |', + ); const keywords: KeywordSuggestion[] = [{value: 'OUTER'}, {value: 'JOIN'}]; expect(autocompleteResult.suggestKeywords).toEqual(keywords); }); test('should suggest keywords after LEFT OUTER', () => { - const autocompleteResult = parseTrinoQueryWithCursor('SELECT * FROM test_table LEFT OUTER |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'SELECT * FROM catalog.schema.test_table LEFT OUTER |', + ); const keywords: KeywordSuggestion[] = [{value: 'JOIN'}]; expect(autocompleteResult.suggestKeywords).toEqual(keywords); }); test('should suggest keywords after RIGHT OUTER', () => { - const autocompleteResult = parseTrinoQueryWithCursor('SELECT * FROM test_table RIGHT OUTER |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'SELECT * FROM catalog.schema.test_table RIGHT OUTER |', + ); const keywords: KeywordSuggestion[] = [{value: 'JOIN'}]; expect(autocompleteResult.suggestKeywords).toEqual(keywords); }); test('should suggest keywords after FULL OUTER', () => { - const autocompleteResult = parseTrinoQueryWithCursor('SELECT * FROM test_table FULL OUTER |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'SELECT * FROM catalog.schema.test_table FULL OUTER |', + ); const keywords: KeywordSuggestion[] = [{value: 'JOIN'}]; expect(autocompleteResult.suggestKeywords).toEqual(keywords); }); test('should suggest tables after JOIN', () => { - const autocompleteResult = parseTrinoQueryWithCursor('SELECT * FROM test_table JOIN |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'SELECT * FROM catalog.schema.test_table JOIN |', + ); expect(autocompleteResult.suggestViewsOrTables).toEqual(TableOrViewSuggestion.ALL); }); -test('should suggest tables after JOIN between statements', () => { +test.skip('should suggest tables after JOIN between statements', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'ALTER TABLE before_table DROP COLUMN id; SELECT * FROM test_table JOIN | ; ALTER TABLE after_table DROP COLUMN id;', + 'ALTER TABLE catalog.schema.before_table DROP COLUMN id; SELECT * FROM catalog.schema.test_table JOIN | ; ALTER TABLE catalog.schema.after_table DROP COLUMN id;', ); expect(autocompleteResult.suggestViewsOrTables).toEqual(TableOrViewSuggestion.ALL); @@ -66,7 +82,7 @@ test('should suggest tables after JOIN between statements', () => { test('should suggest keywords after JOIN table', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'SELECT * FROM test_table_1 JOIN test_table_2 |', + 'SELECT * FROM catalog.schema.test_table_1 JOIN catalog.schema.test_table_2 |', ); const keywords: KeywordSuggestion[] = [ {value: 'FOR'}, @@ -196,9 +212,9 @@ test('should suggest keywords after JOIN table', () => { // expect(autocompleteResult.suggestColumns).toEqual(columnSuggestion); // }); -test('should not report errors', () => { +test.skip('should not report errors', () => { const autocompleteResult = parseTrinoQueryWithoutCursor( - 'SELECT * FROM test_table_1 AS t1 JOIN test_table_2 AS t2 ON t1.id = t2.id;', + 'SELECT * FROM catalog.schema.test_table_1 AS t1 JOIN catalog.schema.test_table_2 AS t2 ON t1.id = t2.id;', ); expect(autocompleteResult.errors).toHaveLength(0); diff --git a/src/autocomplete/databases/trino/tests/select/nested-statements.test.ts b/src/autocomplete/databases/trino/tests/select/nested-statements.test.ts index c62f04c58..22c714c5a 100644 --- a/src/autocomplete/databases/trino/tests/select/nested-statements.test.ts +++ b/src/autocomplete/databases/trino/tests/select/nested-statements.test.ts @@ -101,7 +101,7 @@ test('should suggest double nested SELECT', () => { test('should not report errors', () => { const autocompleteResult = parseTrinoQueryWithoutCursor( - 'SELECT * FROM (SELECT * FROM test_table) t1;', + 'SELECT * FROM (SELECT * FROM catalog.schema.test_table) t1', ); expect(autocompleteResult.errors).toHaveLength(0); @@ -110,7 +110,7 @@ test('should not report errors', () => { // TODO PostgreSQL grammar doesn't throw error here but it should test.skip('should report errors on missing alias', () => { const autocompleteResult = parseTrinoQueryWithoutCursor( - 'SELECT * FROM (SELECT * FROM test_table);', + 'SELECT * FROM (SELECT * FROM catalog.schema.test_table)', ); expect(autocompleteResult.errors).toHaveLength(1); diff --git a/src/autocomplete/databases/trino/tests/select/order-by-clause.test.ts b/src/autocomplete/databases/trino/tests/select/order-by-clause.test.ts index 6336d5593..083924700 100644 --- a/src/autocomplete/databases/trino/tests/select/order-by-clause.test.ts +++ b/src/autocomplete/databases/trino/tests/select/order-by-clause.test.ts @@ -2,14 +2,18 @@ import {parseTrinoQueryWithCursor} from '../../index'; import {KeywordSuggestion} from '../../../../shared/autocomplete-types'; test('should suggest properly after ORDER', () => { - const autocompleteResult = parseTrinoQueryWithCursor('SELECT * FROM test_table ORDER |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'SELECT * FROM catalog.schema.test_table ORDER |', + ); const keywordsSuggestion: KeywordSuggestion[] = [{value: 'BY'}]; expect(autocompleteResult.suggestKeywords).toEqual(keywordsSuggestion); }); test('should suggest properly after ORDER with alias', () => { - const autocompleteResult = parseTrinoQueryWithCursor('SELECT * FROM test_table as t ORDER |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'SELECT * FROM catalog.schema.test_table as t ORDER |', + ); const keywordsSuggestion: KeywordSuggestion[] = [{value: 'BY'}]; expect(autocompleteResult.suggestKeywords).toEqual(keywordsSuggestion); @@ -17,7 +21,7 @@ test('should suggest properly after ORDER with alias', () => { test('should suggest properly after ORDER BY', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'SELECT count(*) as count, test_column t1 FROM test_table as t ORDER BY |', + 'SELECT count(*) as count, test_column t1 FROM catalog.schema.test_table as t ORDER BY |', ); const keywordsSuggestion: KeywordSuggestion[] = [ {value: 'NULL'}, @@ -70,11 +74,12 @@ test('should suggest properly after ORDER BY', () => { // expect(autocompleteResult.suggestColumnAliases).toEqual(columnAliasSuggestion); }); -test('should suggest properly after ORDER BY between statements', () => { +// TODO-TRINO: support multi-queries +test.skip('should suggest properly after ORDER BY between statements', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'ALTER TABLE before_table DROP COLUMN id; ' + - 'SELECT count(*) as count, test_column t1 FROM test_table as t ORDER BY | ; ' + - 'ALTER TABLE after_table DROP COLUMN id;', + 'ALTER TABLE catalog.schema.before_table DROP COLUMN id; ' + + 'SELECT count(*) as count, test_column t1 FROM catalog.schema.test_table as t ORDER BY | ; ' + + 'ALTER TABLE catalog.schema.after_table DROP COLUMN id;', ); const keywordsSuggestion: KeywordSuggestion[] = [ {value: 'NULL'}, @@ -130,7 +135,7 @@ test('should suggest properly after ORDER BY between statements', () => { test('should suggest properly after ORDER BY in nested statement', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'SELECT id as id1 FROM (SELECT count(*) as count, test_column t1 FROM test_table as t ORDER BY |', + 'SELECT id as id1 FROM (SELECT count(*) as count, test_column t1 FROM catalog.schema.test_table as t ORDER BY |', ); const keywordsSuggestion: KeywordSuggestion[] = [ {value: 'NULL'}, @@ -183,11 +188,12 @@ test('should suggest properly after ORDER BY in nested statement', () => { // expect(autocompleteResult.suggestColumnAliases).toEqual(columnAliasSuggestion); }); -test('should suggest properly after ORDER BY between statements in nested statement', () => { +// TODO-TRINO: support multi-queries +test.skip('should suggest properly after ORDER BY between statements in nested statement', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'ALTER TABLE before_table DROP COLUMN id; ' + - 'SELECT id as id1 FROM (SELECT count(*) as count, test_column t1 FROM test_table as t ORDER BY | ; ' + - 'ALTER TABLE after_table DROP COLUMN id;', + 'ALTER TABLE catalog.schema.before_table DROP COLUMN id; ' + + 'SELECT id as id1 FROM (SELECT count(*) as count, test_column t1 FROM catalog.schema.test_table as t ORDER BY | ; ' + + 'ALTER TABLE catalog.schema.after_table DROP COLUMN id;', ); const keywordsSuggestion: KeywordSuggestion[] = [ {value: 'NULL'}, diff --git a/src/autocomplete/databases/trino/tests/select/select.test.ts b/src/autocomplete/databases/trino/tests/select/select.test.ts index 91f9d536e..38d505c86 100644 --- a/src/autocomplete/databases/trino/tests/select/select.test.ts +++ b/src/autocomplete/databases/trino/tests/select/select.test.ts @@ -85,9 +85,10 @@ test('should suggest properly after FROM', () => { expect(autocompleteResult.suggestViewsOrTables).toEqual(TableOrViewSuggestion.ALL); }); -test('should suggest ALL tables between statements', () => { +// TODO-TRINO: support multi-queries +test.skip('should suggest ALL tables between statements', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'ALTER TABLE before_table DROP COLUMN id; SELECT * FROM | ; ALTER TABLE after_table DROP COLUMN id;', + 'ALTER TABLE catalog.schema.before_table DROP COLUMN id; SELECT * FROM | ; ALTER TABLE catalog.schema.after_table DROP COLUMN id;', ); expect(autocompleteResult.suggestViewsOrTables).toEqual(TableOrViewSuggestion.ALL); @@ -95,7 +96,7 @@ test('should suggest ALL tables between statements', () => { test('should suggest tables with inline comment', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'SELECT * FROM | --SELECT * FROM test_table', + 'SELECT * FROM | --SELECT * FROM catalog.schema.test_table', ); expect(autocompleteResult.suggestViewsOrTables).toEqual(TableOrViewSuggestion.ALL); @@ -103,14 +104,16 @@ test('should suggest tables with inline comment', () => { test('should suggest tables with multiline comment', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'SELECT * FROM | /*SELECT * FROM test_table*/', + 'SELECT * FROM | /*SELECT * FROM catalog.schema.test_table*/', ); expect(autocompleteResult.suggestViewsOrTables).toEqual(TableOrViewSuggestion.ALL); }); test('should suggest properly after table name', () => { - const autocompleteResult = parseTrinoQueryWithCursor('SELECT * FROM test_table |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'SELECT * FROM catalog.schema.test_table |', + ); const keywordsSuggestion: KeywordSuggestion[] = [ {value: 'FOR'}, @@ -137,53 +140,52 @@ test('should suggest properly after table name', () => { {value: 'ORDER'}, ]; expect(autocompleteResult.suggestKeywords).toEqual(keywordsSuggestion); - expect(autocompleteResult.suggestViewsOrTables).toEqual(TableOrViewSuggestion.ALL); }); // TODO-TRINO: support column suggestions // test('should suggest table name for column', () => { -// const autocompleteResult = parseTrinoQueryWithCursor('SELECT | FROM test_table'); -// const columnSuggestions: ColumnSuggestion = {tables: [{name: 'test_table'}]}; +// const autocompleteResult = parseTrinoQueryWithCursor('SELECT | FROM catalog.schema.test_table'); +// const columnSuggestions: ColumnSuggestion = {tables: [{name: 'catalog.schema.test_table'}]}; // // expect(autocompleteResult.suggestColumns).toEqual(columnSuggestions); // }); // // test('should suggest table name for column between statements', () => { // const autocompleteResult = parseTrinoQueryWithCursor( -// 'ALTER TABLE before_table DROP COLUMN id; SELECT | FROM test_table ; ALTER TABLE after_table DROP COLUMN id;', +// 'ALTER TABLE before_table DROP COLUMN id; SELECT | FROM catalog.schema.test_table ; ALTER TABLE after_table DROP COLUMN id;', // ); -// const columnSuggestions: ColumnSuggestion = {tables: [{name: 'test_table'}]}; +// const columnSuggestions: ColumnSuggestion = {tables: [{name: 'catalog.schema.test_table'}]}; // // expect(autocompleteResult.suggestColumns).toEqual(columnSuggestions); // }); // // test('should suggest table name and alias for column', () => { -// const autocompleteResult = parseTrinoQueryWithCursor('SELECT | FROM test_table t'); -// const columnSuggestions: ColumnSuggestion = {tables: [{name: 'test_table', alias: 't'}]}; +// const autocompleteResult = parseTrinoQueryWithCursor('SELECT | FROM catalog.schema.test_table t'); +// const columnSuggestions: ColumnSuggestion = {tables: [{name: 'catalog.schema.test_table', alias: 't'}]}; // // expect(autocompleteResult.suggestColumns).toEqual(columnSuggestions); // }); // // test('should suggest table name and alias (with AS) for column', () => { -// const autocompleteResult = parseTrinoQueryWithCursor('SELECT | FROM test_table AS t'); -// const columnSuggestions: ColumnSuggestion = {tables: [{name: 'test_table', alias: 't'}]}; +// const autocompleteResult = parseTrinoQueryWithCursor('SELECT | FROM catalog.schema.test_table AS t'); +// const columnSuggestions: ColumnSuggestion = {tables: [{name: 'catalog.schema.test_table', alias: 't'}]}; // // expect(autocompleteResult.suggestColumns).toEqual(columnSuggestions); // }); // // test('should suggest table name and alias for second column', () => { -// const autocompleteResult = parseTrinoQueryWithCursor('SELECT id, | FROM test_table AS t'); -// const columnSuggestions: ColumnSuggestion = {tables: [{name: 'test_table', alias: 't'}]}; +// const autocompleteResult = parseTrinoQueryWithCursor('SELECT id, | FROM catalog.schema.test_table AS t'); +// const columnSuggestions: ColumnSuggestion = {tables: [{name: 'catalog.schema.test_table', alias: 't'}]}; // // expect(autocompleteResult.suggestColumns).toEqual(columnSuggestions); // }); // // test('should suggest multiple table names for column', () => { // const autocompleteResult = parseTrinoQueryWithCursor( -// 'SELECT | FROM test_table_1, test_table_2', +// 'SELECT | FROM catalog.schema.test_table_1, catalog.schema.test_table_2', // ); // const columnSuggestions: ColumnSuggestion = { -// tables: [{name: 'test_table_1'}, {name: 'test_table_2'}], +// tables: [{name: 'catalog.schema.test_table_1'}, {name: 'catalog.schema.test_table_2'}], // }; // // expect(autocompleteResult.suggestColumns).toEqual(columnSuggestions); @@ -191,10 +193,10 @@ test('should suggest properly after table name', () => { // // test('should suggest multiple table names for column between statements', () => { // const autocompleteResult = parseTrinoQueryWithCursor( -// 'ALTER TABLE before_table DROP COLUMN id; SELECT | FROM test_table_1, test_table_2 ; ALTER TABLE after_table DROP COLUMN id;', +// 'ALTER TABLE before_table DROP COLUMN id; SELECT | FROM catalog.schema.test_table_1, catalog.schema.test_table_2 ; ALTER TABLE after_table DROP COLUMN id;', // ); // const columnSuggestions: ColumnSuggestion = { -// tables: [{name: 'test_table_1'}, {name: 'test_table_2'}], +// tables: [{name: 'catalog.schema.test_table_1'}, {name: 'catalog.schema.test_table_2'}], // }; // // expect(autocompleteResult.suggestColumns).toEqual(columnSuggestions); @@ -202,12 +204,12 @@ test('should suggest properly after table name', () => { // // test('should suggest multiple table names and aliases for column', () => { // const autocompleteResult = parseTrinoQueryWithCursor( -// 'SELECT | FROM test_table_1 t1, test_table_2 t2', +// 'SELECT | FROM catalog.schema.test_table_1 t1, catalog.schema.test_table_2 t2', // ); // const columnSuggestions: ColumnSuggestion = { // tables: [ -// {name: 'test_table_1', alias: 't1'}, -// {name: 'test_table_2', alias: 't2'}, +// {name: 'catalog.schema.test_table_1', alias: 't1'}, +// {name: 'catalog.schema.test_table_2', alias: 't2'}, // ], // }; // @@ -216,12 +218,12 @@ test('should suggest properly after table name', () => { // // test('should suggest multiple table names and aliases (with AS) for column', () => { // const autocompleteResult = parseTrinoQueryWithCursor( -// 'SELECT | FROM test_table_1 AS t1, test_table_2 AS t2', +// 'SELECT | FROM catalog.schema.test_table_1 AS t1, catalog.schema.test_table_2 AS t2', // ); // const columnSuggestions: ColumnSuggestion = { // tables: [ -// {name: 'test_table_1', alias: 't1'}, -// {name: 'test_table_2', alias: 't2'}, +// {name: 'catalog.schema.test_table_1', alias: 't1'}, +// {name: 'catalog.schema.test_table_2', alias: 't2'}, // ], // }; // @@ -229,7 +231,9 @@ test('should suggest properly after table name', () => { // }); test('should suggest properly after HAVING', () => { - const autocompleteResult = parseTrinoQueryWithCursor('SELECT * FROM test_table as t HAVING |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'SELECT * FROM catalog.schema.test_table as t HAVING |', + ); const keywordsSuggestion: KeywordSuggestion[] = [ {value: 'NULL'}, @@ -272,7 +276,9 @@ test('should suggest properly after HAVING', () => { }); test('should suggest properly after LIMIT', () => { - const autocompleteResult = parseTrinoQueryWithCursor('SELECT * FROM test_table as t LIMIT |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'SELECT * FROM catalog.schema.test_table as t LIMIT |', + ); const keywordsSuggestion: KeywordSuggestion[] = [{value: 'ALL'}]; expect(autocompleteResult.suggestKeywords).toEqual(keywordsSuggestion); @@ -280,7 +286,9 @@ test('should suggest properly after LIMIT', () => { }); test('should suggest properly after OFFSET', () => { - const autocompleteResult = parseTrinoQueryWithCursor('SELECT * FROM test_table as t OFFSET |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'SELECT * FROM catalog.schema.test_table as t OFFSET |', + ); const keywordsSuggestion: KeywordSuggestion[] = []; expect(autocompleteResult.suggestKeywords).toEqual(keywordsSuggestion); @@ -288,7 +296,9 @@ test('should suggest properly after OFFSET', () => { }); test('should not report errors', () => { - const autocompleteResult = parseTrinoQueryWithoutCursor('SELECT c1, c2 FROM test_table;'); + const autocompleteResult = parseTrinoQueryWithoutCursor( + 'SELECT c1, c2 FROM catalog.schema.test_table', + ); expect(autocompleteResult.errors).toHaveLength(0); }); diff --git a/src/autocomplete/databases/trino/tests/select/where-clause.test.ts b/src/autocomplete/databases/trino/tests/select/where-clause.test.ts index 80cfc3ad5..28c60a46a 100644 --- a/src/autocomplete/databases/trino/tests/select/where-clause.test.ts +++ b/src/autocomplete/databases/trino/tests/select/where-clause.test.ts @@ -2,7 +2,9 @@ import {parseTrinoQueryWithCursor, parseTrinoQueryWithoutCursor} from '../../ind import {KeywordSuggestion} from '../../../../shared/autocomplete-types'; test('should suggest properly after WHERE', () => { - const autocompleteResult = parseTrinoQueryWithCursor('SELECT * FROM test_table WHERE |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'SELECT * FROM catalog.schema.test_table WHERE |', + ); const keywordsSuggestion: KeywordSuggestion[] = [ {value: 'NULL'}, @@ -46,7 +48,7 @@ test('should suggest properly after WHERE', () => { // TODO-TRINO: support column suggestions // const columnSuggestions: ColumnSuggestion = { - // tables: [{name: 'test_table'}], + // tables: [{name: 'catalog.schema.test_table'}], // }; // expect(autocompleteResult.suggestColumns).toEqual(columnSuggestions); }); @@ -54,10 +56,10 @@ test('should suggest properly after WHERE', () => { // TODO-TRINO: support column suggestions // test('should suggest table name for column between statements', () => { // const autocompleteResult = parseTrinoQueryWithCursor( -// 'ALTER TABLE before_table DROP COLUMN id; SELECT * FROM test_table WHERE | ; ALTER TABLE after_table DROP COLUMN id;', +// 'ALTER TABLE before_table DROP COLUMN id; SELECT * FROM catalog.schema.test_table WHERE | ; ALTER TABLE after_table DROP COLUMN id;', // ); // const columnSuggestions: ColumnSuggestion = { -// tables: [{name: 'test_table'}], +// tables: [{name: 'catalog.schema.test_table'}], // }; // // expect(autocompleteResult.suggestColumns).toEqual(columnSuggestions); @@ -65,10 +67,10 @@ test('should suggest properly after WHERE', () => { // // test('should suggest table name and alias for column', () => { // const autocompleteResult = parseTrinoQueryWithCursor( -// 'SELECT * FROM test_table t1 WHERE |', +// 'SELECT * FROM catalog.schema.test_table t1 WHERE |', // ); // const columnSuggestions: ColumnSuggestion = { -// tables: [{name: 'test_table', alias: 't1'}], +// tables: [{name: 'catalog.schema.test_table', alias: 't1'}], // }; // // expect(autocompleteResult.suggestColumns).toEqual(columnSuggestions); @@ -76,10 +78,10 @@ test('should suggest properly after WHERE', () => { // // test('should suggest table name and alias (with AS) for column', () => { // const autocompleteResult = parseTrinoQueryWithCursor( -// 'SELECT * FROM test_table AS t1 WHERE |', +// 'SELECT * FROM catalog.schema.test_table AS t1 WHERE |', // ); // const columnSuggestions: ColumnSuggestion = { -// tables: [{name: 'test_table', alias: 't1'}], +// tables: [{name: 'catalog.schema.test_table', alias: 't1'}], // }; // // expect(autocompleteResult.suggestColumns).toEqual(columnSuggestions); @@ -87,19 +89,19 @@ test('should suggest properly after WHERE', () => { // // test('should suggest table name and alias for second column', () => { // const autocompleteResult = parseTrinoQueryWithCursor( -// 'SELECT * FROM test_table AS t1 WHERE id = 2 AND |', +// 'SELECT * FROM catalog.schema.test_table AS t1 WHERE id = 2 AND |', // ); -// const columnSuggestions: ColumnSuggestion = {tables: [{name: 'test_table', alias: 't1'}]}; +// const columnSuggestions: ColumnSuggestion = {tables: [{name: 'catalog.schema.test_table', alias: 't1'}]}; // // expect(autocompleteResult.suggestColumns).toEqual(columnSuggestions); // }); // // test('should suggest multiple table names for column', () => { // const autocompleteResult = parseTrinoQueryWithCursor( -// 'SELECT * FROM test_table_1, test_table_2 WHERE |', +// 'SELECT * FROM catalog.schema.test_table_1, catalog.schema.test_table_2 WHERE |', // ); // const columnSuggestions: ColumnSuggestion = { -// tables: [{name: 'test_table_1'}, {name: 'test_table_2'}], +// tables: [{name: 'catalog.schema.test_table_1'}, {name: 'catalog.schema.test_table_2'}], // }; // // expect(autocompleteResult.suggestColumns).toEqual(columnSuggestions); @@ -107,12 +109,12 @@ test('should suggest properly after WHERE', () => { // // test('should suggest multiple table names and aliases for column', () => { // const autocompleteResult = parseTrinoQueryWithCursor( -// 'SELECT * FROM test_table_1 t1, test_table_2 t2 WHERE |', +// 'SELECT * FROM catalog.schema.test_table_1 t1, catalog.schema.test_table_2 t2 WHERE |', // ); // const columnSuggestions: ColumnSuggestion = { // tables: [ -// {name: 'test_table_1', alias: 't1'}, -// {name: 'test_table_2', alias: 't2'}, +// {name: 'catalog.schema.test_table_1', alias: 't1'}, +// {name: 'catalog.schema.test_table_2', alias: 't2'}, // ], // }; // @@ -121,12 +123,12 @@ test('should suggest properly after WHERE', () => { // // test('should suggest multiple table names and aliases (with AS) for column', () => { // const autocompleteResult = parseTrinoQueryWithCursor( -// 'SELECT * FROM test_table_1 AS t1, test_table_2 AS t2 WHERE |', +// 'SELECT * FROM catalog.schema.test_table_1 AS t1, catalog.schema.test_table_2 AS t2 WHERE |', // ); // const columnSuggestions: ColumnSuggestion = { // tables: [ -// {name: 'test_table_1', alias: 't1'}, -// {name: 'test_table_2', alias: 't2'}, +// {name: 'catalog.schema.test_table_1', alias: 't1'}, +// {name: 'catalog.schema.test_table_2', alias: 't2'}, // ], // }; // @@ -135,7 +137,7 @@ test('should suggest properly after WHERE', () => { test('should not report errors', () => { const autocompleteResult = parseTrinoQueryWithoutCursor( - 'SELECT * FROM test_table WHERE id = 1;', + 'SELECT * FROM catalog.schema.test_table WHERE id = 1', ); expect(autocompleteResult.errors).toHaveLength(0); diff --git a/src/autocomplete/databases/trino/tests/update/update.test.ts b/src/autocomplete/databases/trino/tests/update/update.test.ts index 16d6be782..46aa4f154 100644 --- a/src/autocomplete/databases/trino/tests/update/update.test.ts +++ b/src/autocomplete/databases/trino/tests/update/update.test.ts @@ -8,51 +8,56 @@ test('should suggest properly after UPDATE', () => { expect(autocompleteResult.suggestViewsOrTables).toEqual(TableOrViewSuggestion.ALL); }); -test('should suggest tables after UPDATE between statements', () => { +// TODO-TRINO: support multi-queries +test.skip('should suggest tables after UPDATE between statements', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'ALTER TABLE before_table DROP COLUMN id; UPDATE | ; ALTER TABLE after_table DROP COLUMN id;', + 'ALTER TABLE catalog.schema.before_table DROP COLUMN id; UPDATE | ; ALTER TABLE catalog.schema.after_table DROP COLUMN id;', ); expect(autocompleteResult.suggestViewsOrTables).toEqual(TableOrViewSuggestion.ALL); }); test('should suggest properly after table name', () => { - const autocompleteResult = parseTrinoQueryWithCursor('UPDATE test_table |'); + const autocompleteResult = parseTrinoQueryWithCursor('UPDATE catalog.schema.test_table |'); const keywordsSuggestion: KeywordSuggestion[] = [{value: 'SET'}]; expect(autocompleteResult.suggestKeywords).toEqual(keywordsSuggestion); }); test('should suggest properly after SET', () => { - const autocompleteResult = parseTrinoQueryWithCursor('UPDATE test_table SET |'); + const autocompleteResult = parseTrinoQueryWithCursor('UPDATE catalog.schema.test_table SET |'); const keywordsSuggestion: KeywordSuggestion[] = []; expect(autocompleteResult.suggestKeywords).toEqual(keywordsSuggestion); // TODO-TRINO: Add column suggestions - // const columnSuggestion: ColumnSuggestion = {tables: [{name: 'test_table'}]}; + // const columnSuggestion: ColumnSuggestion = {tables: [{name: 'catalog.schema.test_table'}]}; // expect(autocompleteResult.suggestColumns).toEqual(columnSuggestion); }); // TODO-TRINO: Add column suggestions // test('should suggest table name for column after SET between statements', () => { // const autocompleteResult = parseTrinoQueryWithCursor( -// 'ALTER TABLE before_table DROP COLUMN id; UPDATE test_table SET | ; ALTER TABLE after_table DROP COLUMN id;', +// 'ALTER TABLE before_table DROP COLUMN id; UPDATE catalog.schema.test_table SET | ; ALTER TABLE after_table DROP COLUMN id;', // ); // -// const columnSuggestion: ColumnSuggestion = {tables: [{name: 'test_table'}]}; +// const columnSuggestion: ColumnSuggestion = {tables: [{name: 'catalog.schema.test_table'}]}; // expect(autocompleteResult.suggestColumns).toEqual(columnSuggestion); // }); test('should suggest properly after column', () => { - const autocompleteResult = parseTrinoQueryWithCursor('UPDATE test_table SET test_column |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'UPDATE catalog.schema.test_table SET test_column |', + ); const keywordsSuggestion: KeywordSuggestion[] = []; expect(autocompleteResult.suggestKeywords).toEqual(keywordsSuggestion); }); test('should suggest properly after column equals', () => { - const autocompleteResult = parseTrinoQueryWithCursor('UPDATE test_table SET test_column = |'); + const autocompleteResult = parseTrinoQueryWithCursor( + 'UPDATE catalog.schema.test_table SET test_column = |', + ); const keywordsSuggestion: KeywordSuggestion[] = [ {value: 'NULL'}, @@ -96,7 +101,7 @@ test('should suggest properly after column equals', () => { test('should suggest properly after the first column', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'UPDATE test_table SET test_column = "test" |', + 'UPDATE catalog.schema.test_table SET test_column = "test" |', ); const keywordsSuggestion: KeywordSuggestion[] = [ @@ -117,24 +122,24 @@ test('should suggest properly after the first column', () => { // TODO-TRINO: support column suggestions // test('should suggest table name for second column after SET', () => { -// const autocompleteResult = parseTrinoQueryWithCursor('UPDATE test_table SET id = 1, |'); +// const autocompleteResult = parseTrinoQueryWithCursor('UPDATE catalog.schema.test_table SET id = 1, |'); // -// const columnSuggestion: ColumnSuggestion = {tables: [{name: 'test_table'}]}; +// const columnSuggestion: ColumnSuggestion = {tables: [{name: 'catalog.schema.test_table'}]}; // expect(autocompleteResult.suggestColumns).toEqual(columnSuggestion); // }); // // test('should suggest table name for second column after SET between statements', () => { // const autocompleteResult = parseTrinoQueryWithCursor( -// 'ALTER TABLE before_table DROP COLUMN id; UPDATE test_table SET id = 1, | ; ALTER TABLE after_table DROP COLUMN id;', +// 'ALTER TABLE before_table DROP COLUMN id; UPDATE catalog.schema.test_table SET id = 1, | ; ALTER TABLE after_table DROP COLUMN id;', // ); -// const columnSuggestion: ColumnSuggestion = {tables: [{name: 'test_table'}]}; +// const columnSuggestion: ColumnSuggestion = {tables: [{name: 'catalog.schema.test_table'}]}; // // expect(autocompleteResult.suggestColumns).toEqual(columnSuggestion); // }); test('should suggest properly after WHERE', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'UPDATE test_table SET test_column = "test" WHERE |', + 'UPDATE catalog.schema.test_table SET test_column = "test" WHERE |', ); const keywordsSuggestion: KeywordSuggestion[] = [ @@ -177,22 +182,22 @@ test('should suggest properly after WHERE', () => { expect(autocompleteResult.suggestKeywords).toEqual(keywordsSuggestion); // TODO-TRINO: support column suggestions - // const columnSuggestion: ColumnSuggestion = {tables: [{name: 'test_table'}]}; + // const columnSuggestion: ColumnSuggestion = {tables: [{name: 'catalog.schema.test_table'}]}; // expect(autocompleteResult.suggestColumns).toEqual(columnSuggestion); }); // test('should suggest table name for column after WHERE between statements', () => { // const autocompleteResult = parseTrinoQueryWithCursor( -// 'ALTER TABLE before_table DROP COLUMN id; UPDATE test_table SET id = 1 WHERE | ; ALTER TABLE after_table DROP COLUMN id;', +// 'ALTER TABLE before_table DROP COLUMN id; UPDATE catalog.schema.test_table SET id = 1 WHERE | ; ALTER TABLE after_table DROP COLUMN id;', // ); -// const columnSuggestion: ColumnSuggestion = {tables: [{name: 'test_table'}]}; +// const columnSuggestion: ColumnSuggestion = {tables: [{name: 'catalog.schema.test_table'}]}; // // expect(autocompleteResult.suggestColumns).toEqual(columnSuggestion); // }); test('should suggest properly after RETURNING', () => { const autocompleteResult = parseTrinoQueryWithCursor( - 'UPDATE test_table SET test_column = "test" RETURNING |', + 'UPDATE catalog.schema.test_table SET test_column = "test" RETURNING |', ); const keywordsSuggestion: KeywordSuggestion[] = []; @@ -201,7 +206,7 @@ test('should suggest properly after RETURNING', () => { test('should not report errors', () => { const autocompleteResult = parseTrinoQueryWithoutCursor( - 'UPDATE test_table SET id = 1 WHERE id = 1;', + 'UPDATE catalog.schema.test_table SET id = 1 WHERE id = 1', ); expect(autocompleteResult.errors).toHaveLength(0); diff --git a/src/autocomplete/databases/trino/trino-autocomplete.ts b/src/autocomplete/databases/trino/trino-autocomplete.ts index b6c7f1262..73c5837a1 100644 --- a/src/autocomplete/databases/trino/trino-autocomplete.ts +++ b/src/autocomplete/databases/trino/trino-autocomplete.ts @@ -52,7 +52,12 @@ function getIgnoredTokens(): number[] { const ignoredTokens = new Set(getIgnoredTokens()); const rulesToVisit = new Set([ - // TODO: add catalogName, schemaName, tableName + TrinoParser.RULE_catalogIdentifier, + TrinoParser.RULE_schemaIdentifier, + TrinoParser.RULE_tableIdentifier, + TrinoParser.RULE_viewIdentifier, + + // We don't need to go inside of those rules, we already know that this is a identifier TrinoParser.RULE_identifier, ]); @@ -61,6 +66,8 @@ function processVisitedRules( cursorTokenIndex: number, _tokenStream: TokenStream, ): ProcessVisitedRulesResult { + let suggestCatalogs: TrinoAutocompleteResult['suggestCatalogs']; + let suggestSchemas: TrinoAutocompleteResult['suggestSchemas']; let suggestViewsOrTables: TrinoAutocompleteResult['suggestViewsOrTables']; for (const [ruleId, rule] of rules) { @@ -69,13 +76,26 @@ function processVisitedRules( } switch (ruleId) { - case TrinoParser.RULE_identifier: { + case TrinoParser.RULE_catalogIdentifier: { + suggestCatalogs = true; + break; + } + case TrinoParser.RULE_schemaIdentifier: { + suggestSchemas = true; + break; + } + // TODO-TRINO: separate tables and views + case TrinoParser.RULE_viewIdentifier: + case TrinoParser.RULE_tableIdentifier: { suggestViewsOrTables = TableOrViewSuggestion.ALL; + break; } } } return { + suggestCatalogs, + suggestSchemas, suggestViewsOrTables, }; }