diff --git a/.gitignore b/.gitignore index 0164ae3..d262e9c 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,5 @@ go.work.sum # node_modules **/node_modules/ + +**/*.class \ No newline at end of file diff --git a/postgresql/PostgreSQLParser.g4 b/postgresql/PostgreSQLParser.g4 index 3c1cf4d..186d987 100755 --- a/postgresql/PostgreSQLParser.g4 +++ b/postgresql/PostgreSQLParser.g4 @@ -672,18 +672,7 @@ typedtableelement ; columnDef - : { $parser.Engine!=EngineRedshift }? colid typename create_generic_options? colquallist - | { $parser.Engine==EngineRedshift }? colid typename create_generic_options? rs_colattributes? colquallist - ; - -rs_colattributes - : DEFAULT b_expr - | IDENTITY_P OPEN_PAREN seed=iconst COMMA step=iconst CLOSE_PAREN - | GENERATED BY DEFAULT AS IDENTITY_P OPEN_PAREN seed=iconst COMMA step=iconst CLOSE_PAREN - | ENCODE StringConstant - | DISTKEY - | SORTKEY - | COLLATE (CASE_SENSITIVE | CASE_INSENSITIVE) + : colid typename create_generic_options? colquallist ; columnOptions diff --git a/postgresql/postgresql_parser.go b/postgresql/postgresql_parser.go index 28aa568..10b9c2d 100644 --- a/postgresql/postgresql_parser.go +++ b/postgresql/postgresql_parser.go @@ -283,15 +283,15 @@ func postgresqlparserParserInit() { "copy_generic_opt_elem", "copy_generic_opt_arg", "copy_generic_opt_arg_list", "copy_generic_opt_arg_list_item", "createstmt", "opttemp", "opttableelementlist", "opttypedtableelementlist", "tableelementlist", "typedtableelementlist", - "tableelement", "typedtableelement", "columnDef", "rs_colattributes", - "columnOptions", "colquallist", "colconstraint", "colconstraintelem", - "opt_unique_null_treatment", "generated_when", "constraintattr", "tablelikeclause", - "tablelikeoptionlist", "tablelikeoption", "tableconstraint", "constraintelem", - "opt_no_inherit", "opt_column_list", "columnlist", "columnElem", "opt_c_include", - "key_match", "exclusionconstraintlist", "exclusionconstraintelem", "exclusionwhereclause", - "key_actions", "key_update", "key_delete", "key_action", "optinherit", - "optpartitionspec", "partitionspec", "part_params", "part_elem", "table_access_method_clause", - "optwith", "oncommitoption", "opttablespace", "optconstablespace", "existingindex", + "tableelement", "typedtableelement", "columnDef", "columnOptions", "colquallist", + "colconstraint", "colconstraintelem", "opt_unique_null_treatment", "generated_when", + "constraintattr", "tablelikeclause", "tablelikeoptionlist", "tablelikeoption", + "tableconstraint", "constraintelem", "opt_no_inherit", "opt_column_list", + "columnlist", "columnElem", "opt_c_include", "key_match", "exclusionconstraintlist", + "exclusionconstraintelem", "exclusionwhereclause", "key_actions", "key_update", + "key_delete", "key_action", "optinherit", "optpartitionspec", "partitionspec", + "part_params", "part_elem", "table_access_method_clause", "optwith", + "oncommitoption", "opttablespace", "optconstablespace", "existingindex", "createstatsstmt", "alterstatsstmt", "createasstmt", "create_as_target", "opt_with_data", "creatematviewstmt", "create_mv_target", "optnolog", "refreshmatviewstmt", "createseqstmt", "alterseqstmt", "optseqoptlist", @@ -460,7 +460,7 @@ func postgresqlparserParserInit() { } staticData.PredictionContextCache = antlr.NewPredictionContextCache() staticData.serializedATN = []int32{ - 4, 1, 686, 11275, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, + 4, 1, 686, 11231, 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, @@ -638,9 +638,9 @@ func postgresqlparserParserInit() { 801, 2, 802, 7, 802, 2, 803, 7, 803, 2, 804, 7, 804, 2, 805, 7, 805, 2, 806, 7, 806, 2, 807, 7, 807, 2, 808, 7, 808, 2, 809, 7, 809, 2, 810, 7, 810, 2, 811, 7, 811, 2, 812, 7, 812, 2, 813, 7, 813, 2, 814, 7, 814, 2, - 815, 7, 815, 2, 816, 7, 816, 2, 817, 7, 817, 1, 0, 1, 0, 1, 0, 1, 1, 1, - 1, 1, 2, 1, 2, 1, 3, 1, 3, 3, 3, 1646, 8, 3, 5, 3, 1648, 8, 3, 10, 3, 12, - 3, 1651, 9, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, + 815, 7, 815, 2, 816, 7, 816, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 2, 1, 2, + 1, 3, 1, 3, 3, 3, 1644, 8, 3, 5, 3, 1646, 8, 3, 10, 3, 12, 3, 1649, 9, + 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, @@ -650,78 +650,77 @@ func postgresqlparserParserInit() { 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, - 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 3, 4, 1778, 8, 4, 1, 5, 1, - 5, 3, 5, 1782, 8, 5, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 7, 1, 7, 3, 7, 1791, - 8, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 9, 5, 9, 1798, 8, 9, 10, 9, 12, 9, 1801, - 9, 9, 1, 10, 5, 10, 1804, 8, 10, 10, 10, 12, 10, 1807, 9, 10, 1, 11, 1, - 11, 1, 11, 3, 11, 1812, 8, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, - 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 3, 11, 1827, 8, 11, 1, - 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, - 1839, 8, 12, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 1845, 8, 13, 1, 13, 1, - 13, 1, 14, 1, 14, 1, 14, 1, 14, 3, 14, 1853, 8, 14, 1, 14, 1, 14, 1, 15, - 1, 15, 1, 15, 1, 15, 1, 16, 1, 16, 1, 16, 3, 16, 1864, 8, 16, 1, 16, 1, - 16, 3, 16, 1868, 8, 16, 1, 16, 1, 16, 1, 17, 1, 17, 1, 17, 1, 17, 3, 17, - 1876, 8, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 1884, 8, - 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 20, - 1, 20, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1902, 8, 21, 1, 21, 3, - 21, 1905, 8, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1910, 8, 21, 1, 21, 1, 21, - 1, 22, 1, 22, 1, 23, 5, 23, 1917, 8, 23, 10, 23, 12, 23, 1920, 9, 23, 1, - 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 3, 24, 1928, 8, 24, 1, 25, 1, 25, - 3, 25, 1932, 8, 25, 1, 25, 1, 25, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, - 26, 1, 26, 1, 26, 3, 26, 1944, 8, 26, 1, 27, 1, 27, 1, 27, 1, 27, 1, 28, + 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 3, 4, 1776, 8, 4, 1, 5, 1, 5, 3, 5, 1780, + 8, 5, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 7, 1, 7, 3, 7, 1789, 8, 7, 1, 7, + 1, 7, 1, 8, 1, 8, 1, 9, 5, 9, 1796, 8, 9, 10, 9, 12, 9, 1799, 9, 9, 1, + 10, 5, 10, 1802, 8, 10, 10, 10, 12, 10, 1805, 9, 10, 1, 11, 1, 11, 1, 11, + 3, 11, 1810, 8, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, + 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 3, 11, 1825, 8, 11, 1, 12, 1, 12, + 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 1837, 8, + 12, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 1843, 8, 13, 1, 13, 1, 13, 1, 14, + 1, 14, 1, 14, 1, 14, 3, 14, 1851, 8, 14, 1, 14, 1, 14, 1, 15, 1, 15, 1, + 15, 1, 15, 1, 16, 1, 16, 1, 16, 3, 16, 1862, 8, 16, 1, 16, 1, 16, 3, 16, + 1866, 8, 16, 1, 16, 1, 16, 1, 17, 1, 17, 1, 17, 1, 17, 3, 17, 1874, 8, + 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 1882, 8, 18, 1, 18, + 1, 18, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 20, 1, 20, 1, + 21, 1, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1900, 8, 21, 1, 21, 3, 21, 1903, + 8, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1908, 8, 21, 1, 21, 1, 21, 1, 22, 1, + 22, 1, 23, 5, 23, 1915, 8, 23, 10, 23, 12, 23, 1918, 9, 23, 1, 24, 1, 24, + 1, 24, 1, 24, 1, 24, 1, 24, 3, 24, 1926, 8, 24, 1, 25, 1, 25, 3, 25, 1930, + 8, 25, 1, 25, 1, 25, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, + 26, 3, 26, 1942, 8, 26, 1, 27, 1, 27, 1, 27, 1, 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, 3, 28, 1964, 8, 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, 1977, 8, 28, 1, 29, 1, - 29, 1, 29, 5, 29, 1982, 8, 29, 10, 29, 12, 29, 1985, 9, 29, 1, 30, 1, 30, - 1, 30, 5, 30, 1990, 8, 30, 10, 30, 12, 30, 1993, 9, 30, 1, 31, 1, 31, 3, - 31, 1997, 8, 31, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 3, 32, 2004, 8, 32, - 1, 33, 1, 33, 1, 33, 1, 33, 3, 33, 2010, 8, 33, 1, 34, 1, 34, 1, 34, 1, - 34, 1, 34, 3, 34, 2017, 8, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, - 1, 34, 1, 34, 1, 34, 3, 34, 2028, 8, 34, 1, 35, 1, 35, 3, 35, 2032, 8, - 35, 1, 36, 1, 36, 3, 36, 2036, 8, 36, 1, 37, 1, 37, 1, 37, 1, 38, 1, 38, - 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 2049, 8, 38, 1, 39, 1, - 39, 3, 39, 2053, 8, 39, 1, 40, 1, 40, 1, 40, 3, 40, 2058, 8, 40, 1, 41, - 1, 41, 1, 41, 3, 41, 2063, 8, 41, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, - 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 2075, 8, 42, 1, 43, 1, 43, 1, 43, - 1, 43, 1, 43, 1, 44, 1, 44, 3, 44, 2084, 8, 44, 1, 45, 1, 45, 1, 46, 1, - 46, 1, 47, 1, 47, 1, 47, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 2097, 8, 48, - 1, 48, 1, 48, 1, 48, 3, 48, 2102, 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, - 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 2113, 8, 48, 1, 48, 1, 48, 1, 48, - 1, 48, 3, 48, 2119, 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 2125, 8, - 48, 1, 48, 1, 48, 1, 48, 3, 48, 2130, 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, - 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 2141, 8, 48, 1, 48, 1, 48, 1, - 48, 1, 48, 3, 48, 2147, 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 2153, - 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 2162, 8, - 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 2172, - 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, - 48, 1, 48, 1, 48, 1, 48, 3, 48, 2187, 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, - 3, 48, 2193, 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 2200, 8, - 48, 1, 48, 1, 48, 1, 48, 3, 48, 2205, 8, 48, 1, 49, 1, 49, 1, 49, 5, 49, - 2210, 8, 49, 10, 49, 12, 49, 2213, 9, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, - 50, 1, 50, 1, 50, 1, 50, 3, 50, 2223, 8, 50, 1, 51, 1, 51, 1, 51, 1, 51, - 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, - 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2247, 8, 52, - 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2254, 8, 52, 1, 52, 1, 52, 1, - 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2263, 8, 52, 1, 52, 1, 52, 1, 52, - 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2272, 8, 52, 1, 52, 1, 52, 1, 52, 1, - 52, 1, 52, 1, 52, 3, 52, 2280, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, - 1, 52, 1, 52, 1, 52, 3, 52, 2290, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, - 52, 1, 52, 1, 52, 3, 52, 2299, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, - 1, 52, 1, 52, 3, 52, 2308, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, - 52, 3, 52, 2316, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, - 2324, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2333, - 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2342, 8, - 52, 1, 52, 1, 52, 3, 52, 2346, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, - 3, 52, 2353, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2361, - 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2371, - 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2377, 8, 52, 1, 52, 1, 52, 3, - 52, 2381, 8, 52, 1, 52, 1, 52, 3, 52, 2385, 8, 52, 1, 52, 1, 52, 3, 52, - 2389, 8, 52, 1, 52, 1, 52, 3, 52, 2393, 8, 52, 1, 52, 1, 52, 1, 52, 3, - 52, 2398, 8, 52, 1, 52, 3, 52, 2401, 8, 52, 1, 52, 1, 52, 3, 52, 2405, - 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, - 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, - 2426, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2432, 8, 52, 1, 52, 1, + 28, 3, 28, 1962, 8, 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, 1975, 8, 28, 1, 29, 1, 29, 1, 29, 5, + 29, 1980, 8, 29, 10, 29, 12, 29, 1983, 9, 29, 1, 30, 1, 30, 1, 30, 5, 30, + 1988, 8, 30, 10, 30, 12, 30, 1991, 9, 30, 1, 31, 1, 31, 3, 31, 1995, 8, + 31, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 3, 32, 2002, 8, 32, 1, 33, 1, 33, + 1, 33, 1, 33, 3, 33, 2008, 8, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 3, + 34, 2015, 8, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, + 1, 34, 3, 34, 2026, 8, 34, 1, 35, 1, 35, 3, 35, 2030, 8, 35, 1, 36, 1, + 36, 3, 36, 2034, 8, 36, 1, 37, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 1, 38, + 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 2047, 8, 38, 1, 39, 1, 39, 3, 39, 2051, + 8, 39, 1, 40, 1, 40, 1, 40, 3, 40, 2056, 8, 40, 1, 41, 1, 41, 1, 41, 3, + 41, 2061, 8, 41, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, + 1, 42, 1, 42, 3, 42, 2073, 8, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, + 44, 1, 44, 3, 44, 2082, 8, 44, 1, 45, 1, 45, 1, 46, 1, 46, 1, 47, 1, 47, + 1, 47, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 2095, 8, 48, 1, 48, 1, 48, 1, + 48, 3, 48, 2100, 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, + 1, 48, 1, 48, 3, 48, 2111, 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 2117, + 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 2123, 8, 48, 1, 48, 1, 48, 1, + 48, 3, 48, 2128, 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, + 1, 48, 1, 48, 3, 48, 2139, 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 2145, + 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 2151, 8, 48, 1, 48, 1, 48, 1, + 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 2160, 8, 48, 1, 48, 1, 48, 1, 48, + 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 2170, 8, 48, 1, 48, 1, 48, 1, + 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, + 3, 48, 2185, 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 2191, 8, 48, 1, + 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 2198, 8, 48, 1, 48, 1, 48, 1, 48, + 3, 48, 2203, 8, 48, 1, 49, 1, 49, 1, 49, 5, 49, 2208, 8, 49, 10, 49, 12, + 49, 2211, 9, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, + 3, 50, 2221, 8, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 1, + 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, + 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2245, 8, 52, 1, 52, 1, 52, 1, 52, 1, + 52, 1, 52, 3, 52, 2252, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, + 1, 52, 3, 52, 2261, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, + 52, 3, 52, 2270, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, + 2278, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, + 52, 2288, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, + 2297, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2306, + 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2314, 8, 52, 1, + 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2322, 8, 52, 1, 52, 1, 52, + 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2331, 8, 52, 1, 52, 1, 52, 1, + 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2340, 8, 52, 1, 52, 1, 52, 3, 52, + 2344, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2351, 8, 52, 1, + 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2359, 8, 52, 1, 52, 1, 52, + 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2369, 8, 52, 1, 52, 1, + 52, 1, 52, 1, 52, 3, 52, 2375, 8, 52, 1, 52, 1, 52, 3, 52, 2379, 8, 52, + 1, 52, 1, 52, 3, 52, 2383, 8, 52, 1, 52, 1, 52, 3, 52, 2387, 8, 52, 1, + 52, 1, 52, 3, 52, 2391, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2396, 8, 52, + 1, 52, 3, 52, 2399, 8, 52, 1, 52, 1, 52, 3, 52, 2403, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, + 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2424, 8, 52, 1, + 52, 1, 52, 1, 52, 1, 52, 3, 52, 2430, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, @@ -730,1061 +729,1057 @@ func postgresqlparserParserInit() { 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, - 1, 52, 3, 52, 2531, 8, 52, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 3, 53, 2538, - 8, 53, 1, 54, 1, 54, 1, 55, 1, 55, 1, 55, 1, 56, 1, 56, 1, 56, 1, 57, 1, - 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2554, 8, 57, 1, 58, 1, 58, 1, 58, - 1, 58, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 5, 60, 2566, 8, 60, 10, - 60, 12, 60, 2569, 9, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, - 3, 61, 2578, 8, 61, 3, 61, 2580, 8, 61, 1, 62, 4, 62, 2583, 8, 62, 11, - 62, 12, 62, 2584, 1, 63, 1, 63, 3, 63, 2589, 8, 63, 1, 63, 3, 63, 2592, - 8, 63, 1, 63, 1, 63, 1, 63, 1, 63, 3, 63, 2598, 8, 63, 3, 63, 2600, 8, - 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, + 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2529, + 8, 52, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 3, 53, 2536, 8, 53, 1, 54, 1, + 54, 1, 55, 1, 55, 1, 55, 1, 56, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 1, 57, + 1, 57, 1, 57, 3, 57, 2552, 8, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 59, 1, + 59, 1, 59, 1, 60, 1, 60, 1, 60, 5, 60, 2564, 8, 60, 10, 60, 12, 60, 2567, + 9, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 3, 61, 2576, 8, + 61, 3, 61, 2578, 8, 61, 1, 62, 4, 62, 2581, 8, 62, 11, 62, 12, 62, 2582, + 1, 63, 1, 63, 3, 63, 2587, 8, 63, 1, 63, 3, 63, 2590, 8, 63, 1, 63, 1, + 63, 1, 63, 1, 63, 3, 63, 2596, 8, 63, 3, 63, 2598, 8, 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, - 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 3, 64, 2628, 8, 64, 1, 65, 1, 65, - 1, 65, 1, 66, 1, 66, 1, 66, 5, 66, 2636, 8, 66, 10, 66, 12, 66, 2639, 9, - 66, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 5, 68, 2649, - 8, 68, 10, 68, 12, 68, 2652, 9, 68, 1, 69, 1, 69, 1, 69, 1, 69, 3, 69, - 2658, 8, 69, 1, 69, 1, 69, 1, 69, 1, 69, 3, 69, 2664, 8, 69, 1, 69, 1, - 69, 3, 69, 2668, 8, 69, 1, 69, 1, 69, 1, 69, 1, 69, 3, 69, 2674, 8, 69, - 1, 69, 1, 69, 1, 69, 3, 69, 2679, 8, 69, 1, 69, 3, 69, 2682, 8, 69, 3, - 69, 2684, 8, 69, 1, 70, 1, 70, 1, 70, 3, 70, 2689, 8, 70, 1, 71, 1, 71, - 3, 71, 2693, 8, 71, 1, 71, 1, 71, 3, 71, 2697, 8, 71, 1, 71, 1, 71, 3, - 71, 2701, 8, 71, 1, 71, 1, 71, 3, 71, 2705, 8, 71, 1, 71, 3, 71, 2708, - 8, 71, 1, 71, 1, 71, 3, 71, 2712, 8, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, - 71, 1, 71, 3, 71, 2720, 8, 71, 1, 71, 1, 71, 3, 71, 2724, 8, 71, 1, 71, - 1, 71, 3, 71, 2728, 8, 71, 1, 72, 1, 72, 1, 73, 1, 73, 1, 74, 1, 74, 1, - 74, 3, 74, 2737, 8, 74, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 3, 75, 2744, - 8, 75, 1, 76, 5, 76, 2747, 8, 76, 10, 76, 12, 76, 2750, 9, 76, 1, 77, 1, - 77, 1, 77, 1, 77, 3, 77, 2756, 8, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2761, - 8, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2768, 8, 77, 1, 77, 1, - 77, 1, 77, 3, 77, 2773, 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, 3, - 77, 2791, 8, 77, 1, 78, 1, 78, 1, 79, 3, 79, 2796, 8, 79, 1, 79, 1, 79, - 1, 79, 1, 80, 1, 80, 1, 81, 1, 81, 1, 81, 5, 81, 2806, 8, 81, 10, 81, 12, - 81, 2809, 9, 81, 1, 82, 1, 82, 3, 82, 2813, 8, 82, 1, 83, 1, 83, 1, 83, - 1, 83, 1, 83, 1, 83, 1, 83, 3, 83, 2822, 8, 83, 1, 84, 1, 84, 1, 84, 5, - 84, 2827, 8, 84, 10, 84, 12, 84, 2830, 9, 84, 1, 85, 1, 85, 1, 86, 1, 86, - 3, 86, 2836, 8, 86, 1, 86, 1, 86, 1, 86, 1, 86, 3, 86, 2842, 8, 86, 1, - 86, 1, 86, 1, 86, 3, 86, 2847, 8, 86, 1, 86, 1, 86, 3, 86, 2851, 8, 86, - 1, 86, 3, 86, 2854, 8, 86, 1, 86, 3, 86, 2857, 8, 86, 1, 86, 3, 86, 2860, - 8, 86, 1, 86, 3, 86, 2863, 8, 86, 1, 86, 3, 86, 2866, 8, 86, 1, 86, 1, - 86, 1, 86, 3, 86, 2871, 8, 86, 1, 86, 3, 86, 2874, 8, 86, 1, 86, 3, 86, - 2877, 8, 86, 1, 86, 3, 86, 2880, 8, 86, 1, 86, 3, 86, 2883, 8, 86, 1, 86, - 3, 86, 2886, 8, 86, 1, 86, 1, 86, 1, 86, 1, 86, 3, 86, 2892, 8, 86, 1, - 86, 1, 86, 3, 86, 2896, 8, 86, 1, 86, 3, 86, 2899, 8, 86, 1, 86, 3, 86, - 2902, 8, 86, 1, 86, 3, 86, 2905, 8, 86, 1, 86, 3, 86, 2908, 8, 86, 3, 86, - 2910, 8, 86, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 3, 87, 2919, - 8, 87, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 1, 89, 1, 90, 1, 90, 1, 90, 5, - 90, 2930, 8, 90, 10, 90, 12, 90, 2933, 9, 90, 1, 91, 1, 91, 1, 91, 5, 91, - 2938, 8, 91, 10, 91, 12, 91, 2941, 9, 91, 1, 92, 1, 92, 1, 92, 3, 92, 2946, - 8, 92, 1, 93, 1, 93, 3, 93, 2950, 8, 93, 1, 94, 1, 94, 1, 94, 1, 94, 3, - 94, 2956, 8, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 3, 94, 2964, - 8, 94, 1, 94, 3, 94, 2967, 8, 94, 1, 94, 1, 94, 3, 94, 2971, 8, 94, 1, - 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, - 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, - 95, 1, 95, 1, 95, 1, 95, 1, 95, 3, 95, 2999, 8, 95, 1, 96, 1, 96, 1, 96, - 3, 96, 3004, 8, 96, 1, 96, 1, 96, 1, 97, 5, 97, 3009, 8, 97, 10, 97, 12, - 97, 3012, 9, 97, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, - 3, 98, 3022, 8, 98, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 3, 99, 3029, 8, - 99, 1, 99, 3, 99, 3032, 8, 99, 1, 99, 3, 99, 3035, 8, 99, 1, 99, 1, 99, - 1, 99, 3, 99, 3040, 8, 99, 1, 99, 3, 99, 3043, 8, 99, 1, 99, 1, 99, 1, - 99, 1, 99, 1, 99, 3, 99, 3050, 8, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, - 1, 99, 1, 99, 3, 99, 3059, 8, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 3, - 99, 3066, 8, 99, 1, 99, 1, 99, 1, 99, 3, 99, 3071, 8, 99, 1, 99, 3, 99, - 3074, 8, 99, 1, 99, 3, 99, 3077, 8, 99, 3, 99, 3079, 8, 99, 1, 100, 1, - 100, 3, 100, 3083, 8, 100, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 3, 101, - 3090, 8, 101, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 3, 102, 3097, 8, - 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 104, 1, 104, 5, 104, 3105, 8, 104, - 10, 104, 12, 104, 3108, 9, 104, 1, 105, 1, 105, 1, 106, 1, 106, 1, 106, - 1, 106, 1, 106, 3, 106, 3117, 8, 106, 1, 107, 1, 107, 1, 107, 1, 107, 1, - 107, 1, 107, 1, 107, 1, 107, 3, 107, 3127, 8, 107, 1, 107, 1, 107, 1, 107, - 1, 107, 3, 107, 3133, 8, 107, 1, 107, 3, 107, 3136, 8, 107, 1, 107, 3, - 107, 3139, 8, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 3, 107, 3146, - 8, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 3, 107, 3154, 8, - 107, 1, 107, 3, 107, 3157, 8, 107, 1, 107, 3, 107, 3160, 8, 107, 1, 107, - 1, 107, 1, 107, 1, 107, 1, 107, 3, 107, 3167, 8, 107, 1, 107, 1, 107, 3, - 107, 3171, 8, 107, 1, 107, 1, 107, 1, 107, 1, 107, 3, 107, 3177, 8, 107, - 1, 107, 3, 107, 3180, 8, 107, 1, 107, 3, 107, 3183, 8, 107, 1, 107, 3, - 107, 3186, 8, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, - 1, 107, 1, 107, 1, 107, 3, 107, 3198, 8, 107, 1, 107, 3, 107, 3201, 8, - 107, 1, 107, 3, 107, 3204, 8, 107, 1, 107, 1, 107, 3, 107, 3208, 8, 107, - 1, 108, 1, 108, 1, 108, 1, 109, 1, 109, 1, 109, 1, 109, 1, 110, 1, 110, - 1, 110, 5, 110, 3220, 8, 110, 10, 110, 12, 110, 3223, 9, 110, 1, 111, 1, - 111, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 113, 1, 113, 1, 113, 1, - 114, 1, 114, 1, 114, 5, 114, 3238, 8, 114, 10, 114, 12, 114, 3241, 9, 114, - 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 3, 115, - 3251, 8, 115, 1, 116, 1, 116, 1, 116, 1, 116, 1, 116, 1, 117, 1, 117, 1, - 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 3, 117, 3266, 8, 117, 1, 118, - 1, 118, 1, 118, 1, 118, 1, 119, 1, 119, 1, 119, 1, 119, 1, 120, 1, 120, - 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3283, 8, 120, 3, 120, 3285, - 8, 120, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 122, 1, 122, 1, 123, - 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 124, 1, 124, 1, 124, - 5, 124, 3304, 8, 124, 10, 124, 12, 124, 3307, 9, 124, 1, 125, 1, 125, 3, - 125, 3311, 8, 125, 1, 125, 3, 125, 3314, 8, 125, 1, 125, 1, 125, 3, 125, - 3318, 8, 125, 1, 125, 3, 125, 3321, 8, 125, 1, 125, 1, 125, 1, 125, 1, - 125, 3, 125, 3327, 8, 125, 1, 125, 3, 125, 3330, 8, 125, 3, 125, 3332, - 8, 125, 1, 126, 1, 126, 1, 126, 1, 127, 1, 127, 1, 127, 1, 127, 3, 127, - 3341, 8, 127, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 3, - 128, 3350, 8, 128, 1, 129, 1, 129, 1, 129, 1, 130, 1, 130, 1, 130, 1, 130, - 1, 130, 1, 131, 1, 131, 1, 131, 1, 131, 1, 132, 1, 132, 1, 132, 1, 132, - 1, 132, 3, 132, 3369, 8, 132, 1, 132, 1, 132, 3, 132, 3373, 8, 132, 1, - 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 133, 1, 133, 1, 133, 1, 133, 3, - 133, 3384, 8, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 134, 1, 134, - 3, 134, 3393, 8, 134, 1, 134, 1, 134, 1, 134, 1, 134, 3, 134, 3399, 8, - 134, 1, 134, 1, 134, 1, 134, 1, 134, 3, 134, 3405, 8, 134, 1, 135, 1, 135, - 3, 135, 3409, 8, 135, 1, 135, 3, 135, 3412, 8, 135, 1, 135, 3, 135, 3415, - 8, 135, 1, 135, 3, 135, 3418, 8, 135, 1, 135, 3, 135, 3421, 8, 135, 1, - 136, 1, 136, 1, 136, 1, 136, 3, 136, 3427, 8, 136, 1, 137, 1, 137, 3, 137, - 3431, 8, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 3, 137, 3438, 8, - 137, 1, 137, 1, 137, 1, 137, 1, 137, 3, 137, 3444, 8, 137, 1, 138, 1, 138, - 3, 138, 3448, 8, 138, 1, 138, 3, 138, 3451, 8, 138, 1, 138, 3, 138, 3454, - 8, 138, 1, 138, 3, 138, 3457, 8, 138, 1, 139, 1, 139, 1, 140, 1, 140, 1, - 140, 1, 140, 3, 140, 3465, 8, 140, 1, 140, 1, 140, 3, 140, 3469, 8, 140, - 1, 141, 1, 141, 3, 141, 3473, 8, 141, 1, 141, 1, 141, 1, 141, 1, 141, 3, - 141, 3479, 8, 141, 1, 141, 1, 141, 3, 141, 3483, 8, 141, 1, 142, 1, 142, - 1, 142, 1, 142, 3, 142, 3489, 8, 142, 1, 142, 1, 142, 1, 142, 1, 143, 1, - 143, 1, 144, 1, 144, 1, 144, 1, 144, 1, 145, 4, 145, 3501, 8, 145, 11, - 145, 12, 145, 3502, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, - 146, 3, 146, 3512, 8, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, - 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, - 1, 146, 3, 146, 3530, 8, 146, 1, 146, 1, 146, 1, 146, 3, 146, 3535, 8, - 146, 1, 146, 3, 146, 3538, 8, 146, 1, 146, 3, 146, 3541, 8, 146, 1, 147, - 1, 147, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 3, 148, 3551, 8, - 148, 1, 149, 1, 149, 1, 149, 5, 149, 3556, 8, 149, 10, 149, 12, 149, 3559, - 9, 149, 1, 150, 1, 150, 3, 150, 3563, 8, 150, 1, 150, 3, 150, 3566, 8, - 150, 1, 150, 3, 150, 3569, 8, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, - 3, 150, 3576, 8, 150, 1, 150, 3, 150, 3579, 8, 150, 3, 150, 3581, 8, 150, - 1, 151, 1, 151, 1, 152, 1, 152, 3, 152, 3587, 8, 152, 1, 153, 1, 153, 1, - 153, 1, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3596, 8, 154, 1, 155, 1, 155, - 1, 156, 1, 156, 1, 157, 1, 157, 1, 157, 1, 157, 3, 157, 3606, 8, 157, 1, - 157, 1, 157, 1, 157, 3, 157, 3611, 8, 157, 1, 158, 1, 158, 1, 158, 1, 159, - 1, 159, 1, 159, 1, 159, 3, 159, 3620, 8, 159, 1, 159, 1, 159, 1, 160, 1, - 160, 1, 160, 1, 160, 1, 160, 3, 160, 3629, 8, 160, 1, 160, 1, 160, 3, 160, - 3633, 8, 160, 1, 160, 1, 160, 1, 161, 5, 161, 3638, 8, 161, 10, 161, 12, - 161, 3641, 9, 161, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, - 3, 162, 3650, 8, 162, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, - 164, 5, 164, 3659, 8, 164, 10, 164, 12, 164, 3662, 9, 164, 1, 165, 1, 165, - 1, 165, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, - 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, - 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, - 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, - 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, - 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, - 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, - 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, - 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, - 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, - 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, - 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 3, 166, 3771, 8, 166, 1, - 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 3, 167, 3779, 8, 167, 1, 167, - 3, 167, 3782, 8, 167, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, - 168, 1, 168, 3, 168, 3792, 8, 168, 1, 169, 4, 169, 3795, 8, 169, 11, 169, - 12, 169, 3796, 1, 170, 1, 170, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, - 1, 171, 3, 171, 3807, 8, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, - 171, 1, 171, 1, 171, 1, 171, 3, 171, 3818, 8, 171, 1, 172, 1, 172, 1, 172, - 1, 172, 1, 172, 1, 173, 1, 173, 1, 173, 5, 173, 3828, 8, 173, 10, 173, - 12, 173, 3831, 9, 173, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 175, - 1, 175, 1, 175, 5, 175, 3841, 8, 175, 10, 175, 12, 175, 3844, 9, 175, 1, - 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 3, 176, 3853, 8, 176, - 1, 177, 1, 177, 1, 177, 1, 178, 1, 178, 1, 179, 1, 179, 1, 180, 1, 180, - 1, 180, 1, 180, 3, 180, 3866, 8, 180, 1, 180, 3, 180, 3869, 8, 180, 1, - 180, 1, 180, 1, 180, 1, 180, 1, 180, 3, 180, 3876, 8, 180, 1, 180, 1, 180, - 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 3, 180, 3885, 8, 180, 1, 180, 3, - 180, 3888, 8, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 3, 180, 3895, - 8, 180, 3, 180, 3897, 8, 180, 1, 181, 1, 181, 1, 181, 1, 182, 1, 182, 1, - 182, 3, 182, 3905, 8, 182, 1, 183, 1, 183, 1, 184, 1, 184, 1, 184, 1, 184, - 1, 184, 1, 184, 3, 184, 3915, 8, 184, 3, 184, 3917, 8, 184, 1, 185, 1, - 185, 1, 185, 1, 185, 1, 185, 1, 185, 3, 185, 3925, 8, 185, 1, 185, 1, 185, - 3, 185, 3929, 8, 185, 1, 185, 1, 185, 1, 185, 3, 185, 3934, 8, 185, 1, - 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 3, - 185, 3945, 8, 185, 1, 185, 1, 185, 3, 185, 3949, 8, 185, 1, 185, 1, 185, - 1, 185, 3, 185, 3954, 8, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, - 185, 1, 185, 1, 185, 3, 185, 3964, 8, 185, 1, 185, 1, 185, 1, 185, 1, 185, - 3, 185, 3970, 8, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, - 185, 1, 185, 1, 185, 1, 185, 1, 185, 3, 185, 3983, 8, 185, 1, 185, 1, 185, - 1, 185, 1, 185, 3, 185, 3989, 8, 185, 3, 185, 3991, 8, 185, 1, 186, 1, - 186, 1, 186, 1, 186, 1, 186, 3, 186, 3998, 8, 186, 1, 186, 1, 186, 1, 186, - 1, 186, 1, 186, 1, 186, 3, 186, 4006, 8, 186, 1, 187, 1, 187, 1, 187, 3, - 187, 4011, 8, 187, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 189, 1, 189, - 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 3, 189, 4026, 8, 189, 1, - 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, - 189, 1, 189, 3, 189, 4039, 8, 189, 3, 189, 4041, 8, 189, 1, 190, 1, 190, - 3, 190, 4045, 8, 190, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, - 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, - 191, 1, 191, 1, 191, 3, 191, 4065, 8, 191, 1, 192, 1, 192, 1, 192, 1, 192, - 1, 192, 1, 192, 1, 192, 1, 192, 1, 192, 1, 193, 1, 193, 1, 193, 1, 193, - 1, 193, 1, 193, 3, 193, 4082, 8, 193, 1, 193, 3, 193, 4085, 8, 193, 1, - 193, 3, 193, 4088, 8, 193, 1, 193, 3, 193, 4091, 8, 193, 1, 193, 3, 193, - 4094, 8, 193, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 3, 194, 4102, - 8, 194, 1, 194, 3, 194, 4105, 8, 194, 1, 194, 3, 194, 4108, 8, 194, 1, - 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 196, 1, 196, 1, 196, 1, 196, 1, - 196, 1, 196, 1, 197, 1, 197, 1, 197, 1, 198, 1, 198, 1, 198, 1, 199, 1, - 199, 1, 199, 1, 200, 1, 200, 1, 200, 1, 201, 1, 201, 1, 202, 1, 202, 1, - 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 203, 1, 203, 1, - 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 3, 204, 4154, - 8, 204, 1, 204, 3, 204, 4157, 8, 204, 1, 204, 3, 204, 4160, 8, 204, 1, - 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, - 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 3, 204, 4178, 8, 204, - 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 3, 204, 4185, 8, 204, 1, 204, 1, - 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 3, 204, 4194, 8, 204, 1, 205, - 1, 205, 1, 205, 1, 205, 3, 205, 4200, 8, 205, 1, 206, 1, 206, 1, 206, 5, - 206, 4205, 8, 206, 10, 206, 12, 206, 4208, 9, 206, 1, 207, 1, 207, 1, 207, - 1, 207, 1, 207, 1, 207, 1, 207, 3, 207, 4217, 8, 207, 1, 208, 1, 208, 1, - 208, 1, 209, 4, 209, 4223, 8, 209, 11, 209, 12, 209, 4224, 1, 210, 1, 210, - 1, 210, 3, 210, 4230, 8, 210, 1, 210, 1, 210, 1, 211, 1, 211, 1, 212, 1, - 212, 1, 213, 1, 213, 1, 214, 1, 214, 3, 214, 4242, 8, 214, 1, 214, 1, 214, - 1, 215, 1, 215, 1, 216, 1, 216, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, - 1, 218, 1, 218, 1, 219, 1, 219, 3, 219, 4259, 8, 219, 1, 219, 1, 219, 5, - 219, 4263, 8, 219, 10, 219, 12, 219, 4266, 9, 219, 1, 220, 1, 220, 1, 220, - 1, 220, 3, 220, 4272, 8, 220, 1, 221, 1, 221, 1, 221, 1, 222, 5, 222, 4278, - 8, 222, 10, 222, 12, 222, 4281, 9, 222, 1, 223, 1, 223, 1, 223, 1, 223, - 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 3, 223, 4294, 8, - 223, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, - 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, - 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 3, - 224, 4322, 8, 224, 1, 225, 1, 225, 1, 225, 5, 225, 4327, 8, 225, 10, 225, - 12, 225, 4330, 9, 225, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, - 1, 227, 1, 227, 1, 227, 5, 227, 4341, 8, 227, 10, 227, 12, 227, 4344, 9, - 227, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 229, 1, 229, 1, - 229, 1, 229, 1, 229, 1, 229, 3, 229, 4358, 8, 229, 1, 230, 1, 230, 1, 230, - 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 231, 1, 231, 3, 231, - 4371, 8, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 3, - 231, 4380, 8, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, - 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, - 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 3, 231, 4405, 8, - 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, - 231, 3, 231, 4416, 8, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, - 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, - 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, - 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, - 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, - 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, - 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, - 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 3, 231, 4483, 8, 231, 1, 232, 1, - 232, 1, 232, 1, 232, 1, 233, 1, 233, 1, 233, 5, 233, 4492, 8, 233, 10, - 233, 12, 233, 4495, 9, 233, 1, 234, 1, 234, 1, 234, 3, 234, 4500, 8, 234, - 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 3, 235, 4508, 8, 235, 1, - 236, 1, 236, 1, 236, 1, 236, 1, 237, 1, 237, 1, 237, 5, 237, 4517, 8, 237, - 10, 237, 12, 237, 4520, 9, 237, 1, 238, 1, 238, 1, 238, 1, 238, 1, 239, - 1, 239, 1, 240, 1, 240, 1, 240, 5, 240, 4531, 8, 240, 10, 240, 12, 240, - 4534, 9, 240, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 3, 241, 4542, - 8, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, - 3, 241, 4552, 8, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, - 241, 1, 241, 1, 241, 1, 241, 3, 241, 4564, 8, 241, 1, 241, 1, 241, 1, 241, - 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, - 1, 241, 3, 241, 4579, 8, 241, 1, 242, 1, 242, 1, 242, 1, 242, 1, 243, 1, - 243, 1, 243, 1, 243, 1, 243, 3, 243, 4590, 8, 243, 1, 243, 1, 243, 1, 243, - 1, 243, 1, 243, 1, 243, 3, 243, 4598, 8, 243, 1, 243, 1, 243, 1, 243, 1, - 244, 1, 244, 1, 244, 5, 244, 4606, 8, 244, 10, 244, 12, 244, 4609, 9, 244, - 1, 245, 1, 245, 1, 245, 1, 245, 3, 245, 4615, 8, 245, 1, 245, 3, 245, 4618, - 8, 245, 1, 245, 1, 245, 1, 245, 1, 245, 3, 245, 4624, 8, 245, 1, 245, 3, - 245, 4627, 8, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, - 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 3, 245, 4642, 8, 245, 1, - 246, 1, 246, 1, 247, 1, 247, 1, 247, 1, 248, 1, 248, 1, 248, 1, 248, 1, - 248, 1, 248, 3, 248, 4655, 8, 248, 1, 249, 1, 249, 1, 250, 1, 250, 1, 250, - 1, 250, 1, 250, 1, 250, 1, 250, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, - 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, - 1, 251, 1, 251, 1, 251, 1, 251, 3, 251, 4684, 8, 251, 1, 252, 1, 252, 1, - 252, 5, 252, 4689, 8, 252, 10, 252, 12, 252, 4692, 9, 252, 1, 253, 1, 253, - 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, - 1, 253, 3, 253, 4706, 8, 253, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, - 254, 1, 254, 3, 254, 4715, 8, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, - 1, 254, 1, 254, 1, 254, 1, 254, 3, 254, 4726, 8, 254, 3, 254, 4728, 8, - 254, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 3, 255, 4737, - 8, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, - 1, 255, 3, 255, 4748, 8, 255, 3, 255, 4750, 8, 255, 1, 256, 1, 256, 1, - 256, 1, 256, 1, 256, 3, 256, 4757, 8, 256, 1, 257, 1, 257, 1, 257, 1, 257, - 1, 257, 1, 257, 1, 257, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, - 3, 258, 4772, 8, 258, 1, 258, 1, 258, 1, 258, 1, 258, 3, 258, 4778, 8, - 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 3, 258, 4786, 8, 258, - 1, 258, 1, 258, 1, 258, 1, 258, 3, 258, 4792, 8, 258, 1, 258, 1, 258, 1, - 258, 1, 258, 1, 258, 1, 258, 3, 258, 4800, 8, 258, 1, 258, 1, 258, 1, 258, - 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 3, 258, 4810, 8, 258, 1, 258, 1, - 258, 1, 258, 1, 258, 3, 258, 4816, 8, 258, 1, 258, 1, 258, 1, 258, 1, 258, - 1, 258, 1, 258, 3, 258, 4824, 8, 258, 1, 258, 1, 258, 1, 258, 1, 258, 3, - 258, 4830, 8, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 3, 258, - 4838, 8, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 3, 258, 4845, 8, - 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 3, 258, 4854, - 8, 258, 3, 258, 4856, 8, 258, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, - 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, - 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 3, - 259, 4881, 8, 259, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 3, 260, 4888, - 8, 260, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, - 1, 261, 3, 261, 4899, 8, 261, 1, 261, 1, 261, 1, 261, 1, 261, 3, 261, 4905, - 8, 261, 1, 262, 1, 262, 1, 263, 1, 263, 1, 263, 5, 263, 4912, 8, 263, 10, - 263, 12, 263, 4915, 9, 263, 1, 264, 1, 264, 3, 264, 4919, 8, 264, 1, 265, - 1, 265, 4, 265, 4923, 8, 265, 11, 265, 12, 265, 4924, 1, 266, 1, 266, 1, - 266, 5, 266, 4930, 8, 266, 10, 266, 12, 266, 4933, 9, 266, 1, 267, 1, 267, - 3, 267, 4937, 8, 267, 1, 267, 1, 267, 3, 267, 4941, 8, 267, 1, 267, 3, - 267, 4944, 8, 267, 1, 268, 1, 268, 1, 268, 1, 268, 3, 268, 4950, 8, 268, - 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, - 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, - 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, - 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, - 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, - 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, - 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, - 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, - 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, - 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, - 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, - 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, - 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, - 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, - 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, - 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, - 1, 269, 1, 269, 1, 269, 3, 269, 5099, 8, 269, 1, 270, 1, 270, 3, 270, 5103, - 8, 270, 1, 271, 1, 271, 1, 271, 3, 271, 5108, 8, 271, 1, 271, 1, 271, 1, - 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 3, 271, 5119, 8, 271, - 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, - 3, 271, 5130, 8, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, - 271, 1, 271, 1, 271, 3, 271, 5141, 8, 271, 1, 271, 1, 271, 1, 271, 1, 271, - 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 3, 271, 5152, 8, 271, 1, 271, 1, - 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 3, 271, 5163, - 8, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, - 1, 271, 3, 271, 5174, 8, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, - 271, 1, 271, 1, 271, 1, 271, 3, 271, 5185, 8, 271, 1, 271, 1, 271, 1, 271, - 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 3, 271, 5197, 8, - 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, - 271, 3, 271, 5208, 8, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, - 3, 271, 5216, 8, 271, 1, 272, 1, 272, 1, 272, 1, 273, 1, 273, 3, 273, 5223, - 8, 273, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5229, 8, 274, 1, 275, 1, - 275, 1, 275, 1, 275, 1, 275, 1, 275, 3, 275, 5237, 8, 275, 1, 275, 1, 275, - 1, 275, 3, 275, 5242, 8, 275, 1, 275, 1, 275, 1, 275, 3, 275, 5247, 8, - 275, 1, 275, 1, 275, 1, 275, 3, 275, 5252, 8, 275, 1, 275, 1, 275, 1, 275, - 1, 275, 3, 275, 5258, 8, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 3, - 275, 5265, 8, 275, 1, 275, 1, 275, 1, 275, 1, 275, 3, 275, 5271, 8, 275, - 1, 275, 1, 275, 1, 275, 1, 275, 3, 275, 5277, 8, 275, 1, 275, 1, 275, 1, - 275, 3, 275, 5282, 8, 275, 1, 275, 1, 275, 1, 275, 1, 275, 3, 275, 5288, - 8, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 3, 275, 5295, 8, 275, 1, - 275, 1, 275, 1, 275, 3, 275, 5300, 8, 275, 1, 275, 1, 275, 1, 275, 1, 275, - 3, 275, 5306, 8, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 3, 275, 5313, - 8, 275, 1, 275, 3, 275, 5316, 8, 275, 1, 276, 1, 276, 1, 277, 1, 277, 1, - 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 3, 278, 5329, 8, 278, - 1, 279, 1, 279, 1, 279, 1, 279, 1, 279, 1, 279, 1, 279, 3, 279, 5338, 8, - 279, 1, 279, 1, 279, 1, 279, 1, 279, 1, 279, 1, 279, 1, 279, 1, 279, 1, - 279, 1, 279, 3, 279, 5350, 8, 279, 3, 279, 5352, 8, 279, 1, 280, 1, 280, - 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, - 1, 280, 1, 280, 1, 280, 1, 280, 3, 280, 5369, 8, 280, 1, 281, 1, 281, 1, - 281, 5, 281, 5374, 8, 281, 10, 281, 12, 281, 5377, 9, 281, 1, 282, 1, 282, - 3, 282, 5381, 8, 282, 1, 282, 1, 282, 3, 282, 5385, 8, 282, 1, 282, 1, - 282, 3, 282, 5389, 8, 282, 1, 282, 1, 282, 1, 282, 1, 282, 3, 282, 5395, - 8, 282, 3, 282, 5397, 8, 282, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, - 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, - 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, - 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, - 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, - 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, - 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, - 283, 3, 283, 5459, 8, 283, 1, 284, 1, 284, 1, 284, 5, 284, 5464, 8, 284, - 10, 284, 12, 284, 5467, 9, 284, 1, 285, 1, 285, 1, 285, 3, 285, 5472, 8, - 285, 1, 286, 1, 286, 1, 286, 5, 286, 5477, 8, 286, 10, 286, 12, 286, 5480, - 9, 286, 1, 287, 1, 287, 1, 287, 3, 287, 5485, 8, 287, 1, 288, 1, 288, 1, - 288, 1, 288, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 3, 289, 5496, 8, 289, - 1, 289, 3, 289, 5499, 8, 289, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 3, - 290, 5506, 8, 290, 1, 290, 3, 290, 5509, 8, 290, 1, 290, 1, 290, 1, 290, - 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 3, 290, 5519, 8, 290, 1, 290, 3, - 290, 5522, 8, 290, 3, 290, 5524, 8, 290, 1, 291, 1, 291, 1, 291, 1, 291, - 1, 292, 1, 292, 1, 292, 1, 292, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, - 1, 293, 1, 294, 5, 294, 5541, 8, 294, 10, 294, 12, 294, 5544, 9, 294, 1, - 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 3, - 295, 5555, 8, 295, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, - 3, 296, 5564, 8, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, - 296, 3, 296, 5573, 8, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, - 1, 296, 1, 296, 1, 296, 1, 296, 3, 296, 5585, 8, 296, 3, 296, 5587, 8, - 296, 1, 297, 1, 297, 1, 298, 1, 298, 3, 298, 5593, 8, 298, 1, 298, 1, 298, - 3, 298, 5597, 8, 298, 1, 298, 1, 298, 1, 298, 3, 298, 5602, 8, 298, 1, - 298, 3, 298, 5605, 8, 298, 1, 298, 1, 298, 1, 298, 3, 298, 5610, 8, 298, - 1, 298, 1, 298, 1, 298, 1, 298, 3, 298, 5616, 8, 298, 1, 298, 3, 298, 5619, - 8, 298, 1, 298, 3, 298, 5622, 8, 298, 1, 298, 3, 298, 5625, 8, 298, 1, - 298, 3, 298, 5628, 8, 298, 1, 299, 1, 299, 1, 300, 1, 300, 1, 301, 1, 301, - 1, 302, 1, 302, 1, 302, 1, 303, 1, 303, 1, 303, 5, 303, 5642, 8, 303, 10, - 303, 12, 303, 5645, 9, 303, 1, 304, 3, 304, 5648, 8, 304, 1, 304, 3, 304, - 5651, 8, 304, 1, 304, 3, 304, 5654, 8, 304, 1, 304, 3, 304, 5657, 8, 304, - 1, 304, 3, 304, 5660, 8, 304, 1, 304, 1, 304, 1, 304, 3, 304, 5665, 8, - 304, 1, 304, 3, 304, 5668, 8, 304, 3, 304, 5670, 8, 304, 1, 305, 1, 305, - 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, - 3, 305, 5683, 8, 305, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 1, 307, 1, - 307, 1, 307, 5, 307, 5693, 8, 307, 10, 307, 12, 307, 5696, 9, 307, 1, 308, - 1, 308, 1, 308, 1, 309, 1, 309, 1, 310, 1, 310, 1, 311, 1, 311, 1, 311, - 1, 311, 3, 311, 5709, 8, 311, 1, 312, 1, 312, 3, 312, 5713, 8, 312, 1, - 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, - 312, 3, 312, 5725, 8, 312, 3, 312, 5727, 8, 312, 1, 312, 1, 312, 1, 313, - 1, 313, 1, 313, 1, 314, 1, 314, 3, 314, 5736, 8, 314, 1, 314, 1, 314, 1, - 315, 1, 315, 1, 315, 5, 315, 5743, 8, 315, 10, 315, 12, 315, 5746, 9, 315, - 1, 316, 1, 316, 1, 316, 5, 316, 5751, 8, 316, 10, 316, 12, 316, 5754, 9, - 316, 1, 317, 1, 317, 1, 317, 1, 317, 1, 317, 1, 317, 3, 317, 5762, 8, 317, - 3, 317, 5764, 8, 317, 1, 318, 1, 318, 3, 318, 5768, 8, 318, 1, 318, 1, - 318, 1, 319, 1, 319, 1, 319, 5, 319, 5775, 8, 319, 10, 319, 12, 319, 5778, - 9, 319, 1, 320, 1, 320, 3, 320, 5782, 8, 320, 1, 320, 1, 320, 1, 320, 1, - 320, 3, 320, 5788, 8, 320, 1, 320, 1, 320, 1, 320, 3, 320, 5793, 8, 320, - 1, 321, 1, 321, 3, 321, 5797, 8, 321, 1, 321, 1, 321, 1, 321, 3, 321, 5802, - 8, 321, 1, 322, 1, 322, 1, 322, 1, 322, 3, 322, 5808, 8, 322, 1, 323, 1, - 323, 1, 324, 1, 324, 3, 324, 5814, 8, 324, 1, 324, 1, 324, 1, 324, 1, 324, - 3, 324, 5820, 8, 324, 1, 324, 1, 324, 1, 324, 1, 324, 3, 324, 5826, 8, - 324, 1, 325, 1, 325, 1, 325, 3, 325, 5831, 8, 325, 1, 326, 1, 326, 1, 327, - 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, - 1, 327, 3, 327, 5846, 8, 327, 1, 327, 1, 327, 1, 328, 1, 328, 1, 328, 5, - 328, 5853, 8, 328, 10, 328, 12, 328, 5856, 9, 328, 1, 329, 1, 329, 1, 329, - 1, 330, 1, 330, 1, 330, 5, 330, 5864, 8, 330, 10, 330, 12, 330, 5867, 9, - 330, 1, 331, 4, 331, 5870, 8, 331, 11, 331, 12, 331, 5871, 1, 331, 1, 331, - 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, - 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, - 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, - 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 3, 332, - 5911, 8, 332, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, - 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 3, 333, 5926, 8, 333, 1, 334, - 1, 334, 1, 334, 1, 334, 1, 334, 3, 334, 5933, 8, 334, 1, 335, 1, 335, 1, - 335, 1, 335, 1, 335, 1, 335, 1, 335, 5, 335, 5942, 8, 335, 10, 335, 12, - 335, 5945, 9, 335, 1, 336, 1, 336, 1, 336, 1, 337, 1, 337, 1, 337, 1, 338, - 1, 338, 1, 338, 5, 338, 5956, 8, 338, 10, 338, 12, 338, 5959, 9, 338, 1, - 339, 1, 339, 1, 339, 1, 339, 1, 339, 3, 339, 5966, 8, 339, 1, 340, 4, 340, - 5969, 8, 340, 11, 340, 12, 340, 5970, 1, 341, 1, 341, 1, 342, 1, 342, 1, - 342, 1, 342, 3, 342, 5979, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, - 1, 342, 3, 342, 5987, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 5993, - 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 6001, 8, - 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 6007, 8, 342, 1, 342, 1, 342, - 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 6015, 8, 342, 3, 342, 6017, 8, - 342, 1, 343, 1, 343, 1, 343, 1, 343, 3, 343, 6023, 8, 343, 1, 343, 1, 343, - 1, 343, 1, 343, 1, 343, 1, 343, 3, 343, 6031, 8, 343, 3, 343, 6033, 8, - 343, 1, 344, 1, 344, 1, 344, 1, 344, 3, 344, 6039, 8, 344, 1, 344, 1, 344, - 1, 344, 1, 344, 1, 344, 1, 344, 3, 344, 6047, 8, 344, 3, 344, 6049, 8, - 344, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, - 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, - 345, 1, 345, 1, 345, 1, 345, 1, 345, 3, 345, 6073, 8, 345, 1, 346, 1, 346, - 1, 346, 5, 346, 6078, 8, 346, 10, 346, 12, 346, 6081, 9, 346, 1, 346, 1, - 346, 1, 347, 1, 347, 1, 347, 5, 347, 6088, 8, 347, 10, 347, 12, 347, 6091, - 9, 347, 1, 348, 1, 348, 1, 348, 1, 349, 1, 349, 1, 349, 1, 350, 4, 350, - 6100, 8, 350, 11, 350, 12, 350, 6101, 1, 351, 1, 351, 1, 351, 3, 351, 6107, - 8, 351, 1, 352, 1, 352, 1, 352, 1, 352, 1, 352, 1, 352, 1, 352, 1, 352, - 1, 352, 1, 352, 1, 352, 3, 352, 6120, 8, 352, 1, 352, 1, 352, 1, 352, 1, - 352, 1, 352, 1, 352, 1, 352, 1, 352, 1, 352, 1, 352, 3, 352, 6132, 8, 352, - 1, 352, 1, 352, 1, 352, 1, 352, 1, 352, 1, 352, 1, 352, 1, 352, 1, 352, - 1, 352, 3, 352, 6144, 8, 352, 3, 352, 6146, 8, 352, 1, 353, 1, 353, 1, - 353, 1, 353, 3, 353, 6152, 8, 353, 1, 354, 1, 354, 1, 354, 3, 354, 6157, - 8, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 3, 354, 6165, 8, - 354, 1, 355, 1, 355, 1, 355, 1, 356, 1, 356, 3, 356, 6172, 8, 356, 1, 356, - 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 357, - 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, - 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, - 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, - 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 3, 357, 6217, 8, 357, 1, - 358, 1, 358, 1, 358, 3, 358, 6222, 8, 358, 1, 358, 1, 358, 1, 358, 1, 358, - 1, 358, 3, 358, 6229, 8, 358, 1, 359, 1, 359, 1, 359, 3, 359, 6234, 8, - 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 3, 359, 6241, 8, 359, 1, 359, - 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 3, 359, 6251, 8, - 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 3, - 359, 6261, 8, 359, 1, 359, 1, 359, 3, 359, 6265, 8, 359, 1, 360, 1, 360, - 1, 361, 1, 361, 1, 362, 1, 362, 1, 362, 5, 362, 6274, 8, 362, 10, 362, - 12, 362, 6277, 9, 362, 1, 363, 1, 363, 1, 364, 1, 364, 1, 364, 1, 364, - 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 3, 364, - 6293, 8, 364, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, - 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, - 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, - 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, - 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, - 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, - 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, - 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 3, 365, 6364, - 8, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 3, 365, 6559, 8, 365, 1, 365, 1, - 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, - 365, 3, 365, 6572, 8, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 3, 365, 6583, 8, 365, 1, 365, 1, 365, 1, 365, 1, - 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 3, 365, 6596, - 8, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 3, 365, 6608, 8, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, - 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 3, 365, 6622, - 8, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 3, 365, 6654, 8, 365, 1, 365, 1, 365, 1, - 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, - 365, 3, 365, 6668, 8, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, - 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 3, 365, 6780, 8, 365, 3, 365, 6782, - 8, 365, 1, 366, 1, 366, 1, 367, 1, 367, 1, 367, 1, 368, 1, 368, 1, 368, - 1, 368, 3, 368, 6793, 8, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, - 368, 1, 368, 1, 368, 1, 368, 3, 368, 6804, 8, 368, 1, 368, 1, 368, 1, 368, - 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 3, 368, 6815, 8, 368, 1, - 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, - 368, 1, 368, 3, 368, 6828, 8, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, - 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 3, 368, 6840, 8, 368, 1, 368, 1, - 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 3, 368, 6851, - 8, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 3, 368, 6858, 8, 368, 1, - 369, 1, 369, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, - 370, 1, 370, 1, 370, 3, 370, 7079, 8, 370, 1, 371, 1, 371, 1, 371, 1, 371, - 1, 371, 1, 371, 1, 371, 1, 371, 1, 372, 1, 372, 1, 372, 5, 372, 7092, 8, - 372, 10, 372, 12, 372, 7095, 9, 372, 1, 373, 1, 373, 1, 373, 1, 373, 1, - 373, 1, 373, 1, 373, 1, 373, 3, 373, 7105, 8, 373, 1, 374, 1, 374, 1, 374, - 1, 374, 1, 374, 3, 374, 7112, 8, 374, 1, 375, 1, 375, 1, 375, 1, 375, 1, - 375, 1, 375, 1, 375, 1, 375, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, - 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, - 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, - 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, - 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, - 376, 1, 376, 1, 376, 3, 376, 7166, 8, 376, 1, 376, 1, 376, 1, 376, 1, 376, - 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, - 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, - 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, - 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, - 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, - 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, - 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, - 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, - 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, - 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, - 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, - 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, - 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, - 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, - 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, - 3, 376, 7307, 8, 376, 1, 377, 1, 377, 1, 377, 1, 377, 3, 377, 7313, 8, - 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 3, 377, 7322, - 8, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 3, 377, 7330, 8, - 377, 3, 377, 7332, 8, 377, 1, 378, 1, 378, 1, 378, 5, 378, 7337, 8, 378, - 10, 378, 12, 378, 7340, 9, 378, 1, 379, 1, 379, 1, 379, 3, 379, 7345, 8, - 379, 1, 379, 3, 379, 7348, 8, 379, 1, 379, 1, 379, 1, 379, 1, 379, 1, 379, - 3, 379, 7355, 8, 379, 1, 379, 1, 379, 3, 379, 7359, 8, 379, 1, 379, 3, - 379, 7362, 8, 379, 1, 379, 1, 379, 1, 379, 3, 379, 7367, 8, 379, 1, 379, - 3, 379, 7370, 8, 379, 1, 379, 1, 379, 3, 379, 7374, 8, 379, 1, 379, 3, - 379, 7377, 8, 379, 1, 379, 3, 379, 7380, 8, 379, 1, 380, 1, 380, 1, 380, - 1, 380, 1, 380, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, - 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, - 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 3, 381, - 7411, 8, 381, 1, 382, 1, 382, 1, 382, 1, 382, 1, 382, 1, 382, 1, 382, 1, - 382, 3, 382, 7421, 8, 382, 1, 383, 1, 383, 1, 383, 5, 383, 7426, 8, 383, - 10, 383, 12, 383, 7429, 9, 383, 1, 384, 1, 384, 1, 385, 1, 385, 1, 385, - 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, - 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 7451, 8, 385, 1, - 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 7460, 8, 385, - 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, - 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 7478, 8, - 385, 1, 386, 1, 386, 1, 386, 1, 386, 3, 386, 7484, 8, 386, 1, 386, 1, 386, - 1, 386, 1, 386, 1, 386, 1, 386, 3, 386, 7492, 8, 386, 3, 386, 7494, 8, - 386, 1, 387, 1, 387, 3, 387, 7498, 8, 387, 1, 387, 1, 387, 1, 387, 1, 387, - 1, 387, 1, 387, 1, 387, 1, 387, 3, 387, 7508, 8, 387, 1, 387, 1, 387, 3, - 387, 7512, 8, 387, 1, 387, 1, 387, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, - 1, 388, 3, 388, 7522, 8, 388, 1, 389, 3, 389, 7525, 8, 389, 1, 389, 1, - 389, 3, 389, 7529, 8, 389, 5, 389, 7531, 8, 389, 10, 389, 12, 389, 7534, - 9, 389, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7541, 8, 390, 1, - 391, 1, 391, 1, 392, 1, 392, 1, 393, 1, 393, 1, 394, 1, 394, 1, 394, 3, - 394, 7552, 8, 394, 1, 395, 1, 395, 1, 395, 1, 396, 1, 396, 1, 396, 1, 397, - 1, 397, 1, 397, 1, 397, 3, 397, 7564, 8, 397, 1, 398, 1, 398, 3, 398, 7568, - 8, 398, 1, 398, 3, 398, 7571, 8, 398, 1, 398, 1, 398, 3, 398, 7575, 8, - 398, 1, 398, 3, 398, 7578, 8, 398, 1, 398, 1, 398, 1, 398, 3, 398, 7583, - 8, 398, 1, 398, 1, 398, 3, 398, 7587, 8, 398, 1, 398, 3, 398, 7590, 8, - 398, 1, 398, 1, 398, 3, 398, 7594, 8, 398, 1, 398, 3, 398, 7597, 8, 398, - 1, 398, 1, 398, 3, 398, 7601, 8, 398, 1, 398, 3, 398, 7604, 8, 398, 1, - 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 3, - 398, 7615, 8, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 3, 398, 7622, - 8, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, - 1, 398, 1, 398, 1, 398, 3, 398, 7635, 8, 398, 1, 399, 1, 399, 1, 400, 1, - 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 3, - 400, 7649, 8, 400, 1, 401, 1, 401, 3, 401, 7653, 8, 401, 1, 401, 5, 401, - 7656, 8, 401, 10, 401, 12, 401, 7659, 9, 401, 1, 402, 1, 402, 1, 403, 1, - 403, 3, 403, 7665, 8, 403, 1, 403, 1, 403, 1, 404, 1, 404, 1, 404, 3, 404, - 7672, 8, 404, 1, 404, 3, 404, 7675, 8, 404, 1, 404, 1, 404, 1, 404, 3, - 404, 7680, 8, 404, 1, 404, 3, 404, 7683, 8, 404, 1, 404, 1, 404, 1, 404, - 1, 404, 1, 404, 1, 404, 1, 404, 3, 404, 7692, 8, 404, 3, 404, 7694, 8, - 404, 1, 404, 1, 404, 1, 404, 3, 404, 7699, 8, 404, 1, 405, 1, 405, 3, 405, - 7703, 8, 405, 1, 405, 1, 405, 1, 405, 1, 406, 1, 406, 1, 406, 1, 407, 1, - 407, 1, 407, 1, 407, 3, 407, 7715, 8, 407, 1, 407, 3, 407, 7718, 8, 407, - 1, 408, 1, 408, 1, 409, 4, 409, 7723, 8, 409, 11, 409, 12, 409, 7724, 1, - 410, 1, 410, 3, 410, 7729, 8, 410, 1, 410, 1, 410, 1, 410, 3, 410, 7734, - 8, 410, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, - 3, 411, 7744, 8, 411, 1, 412, 1, 412, 1, 413, 1, 413, 1, 413, 1, 413, 1, - 413, 3, 413, 7753, 8, 413, 1, 413, 3, 413, 7756, 8, 413, 1, 413, 1, 413, - 1, 413, 1, 413, 1, 413, 1, 413, 3, 413, 7764, 8, 413, 1, 414, 1, 414, 1, - 414, 1, 414, 1, 414, 1, 415, 1, 415, 1, 415, 1, 415, 3, 415, 7775, 8, 415, - 1, 415, 1, 415, 3, 415, 7779, 8, 415, 1, 415, 1, 415, 1, 415, 1, 415, 3, - 415, 7785, 8, 415, 1, 416, 1, 416, 1, 416, 5, 416, 7790, 8, 416, 10, 416, - 12, 416, 7793, 9, 416, 1, 417, 1, 417, 1, 418, 1, 418, 1, 418, 1, 418, - 1, 418, 1, 418, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 420, 1, 420, - 1, 420, 1, 420, 3, 420, 7812, 8, 420, 1, 420, 1, 420, 1, 420, 1, 421, 1, - 421, 1, 421, 1, 421, 1, 421, 1, 421, 1, 421, 1, 421, 1, 421, 1, 421, 1, - 421, 1, 421, 1, 421, 1, 421, 1, 421, 1, 421, 3, 421, 7833, 8, 421, 1, 421, - 1, 421, 3, 421, 7837, 8, 421, 1, 421, 1, 421, 1, 421, 3, 421, 7842, 8, - 421, 1, 422, 1, 422, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, - 423, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, - 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, - 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, - 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, - 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, - 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, - 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, - 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, - 424, 3, 424, 7925, 8, 424, 1, 425, 1, 425, 1, 426, 1, 426, 3, 426, 7931, - 8, 426, 1, 426, 1, 426, 1, 426, 1, 426, 1, 426, 1, 426, 1, 426, 1, 426, - 1, 426, 1, 427, 1, 427, 3, 427, 7944, 8, 427, 1, 427, 1, 427, 3, 427, 7948, - 8, 427, 1, 427, 1, 427, 3, 427, 7952, 8, 427, 1, 427, 1, 427, 3, 427, 7956, - 8, 427, 1, 427, 1, 427, 1, 427, 1, 427, 3, 427, 7962, 8, 427, 1, 428, 1, - 428, 1, 428, 1, 429, 1, 429, 3, 429, 7969, 8, 429, 1, 429, 3, 429, 7972, - 8, 429, 1, 429, 3, 429, 7975, 8, 429, 1, 429, 3, 429, 7978, 8, 429, 1, - 429, 3, 429, 7981, 8, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 3, 429, - 7988, 8, 429, 3, 429, 7990, 8, 429, 1, 430, 1, 430, 3, 430, 7994, 8, 430, - 1, 430, 3, 430, 7997, 8, 430, 1, 430, 1, 430, 1, 430, 1, 430, 1, 430, 3, - 430, 8004, 8, 430, 3, 430, 8006, 8, 430, 1, 431, 1, 431, 1, 431, 5, 431, - 8011, 8, 431, 10, 431, 12, 431, 8014, 9, 431, 1, 432, 1, 432, 1, 433, 1, - 433, 3, 433, 8020, 8, 433, 1, 434, 1, 434, 3, 434, 8024, 8, 434, 1, 435, - 1, 435, 3, 435, 8028, 8, 435, 1, 436, 1, 436, 1, 437, 1, 437, 1, 438, 1, - 438, 1, 439, 1, 439, 1, 440, 1, 440, 1, 440, 1, 440, 1, 441, 1, 441, 3, - 441, 8044, 8, 441, 1, 442, 1, 442, 1, 442, 5, 442, 8049, 8, 442, 10, 442, - 12, 442, 8052, 9, 442, 1, 443, 1, 443, 1, 444, 1, 444, 1, 444, 1, 444, - 1, 444, 3, 444, 8061, 8, 444, 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 1, - 444, 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 3, 444, 8074, 8, 444, 1, 445, - 1, 445, 1, 445, 1, 445, 1, 445, 1, 445, 1, 445, 1, 445, 1, 445, 3, 445, - 8085, 8, 445, 1, 446, 1, 446, 1, 446, 5, 446, 8090, 8, 446, 10, 446, 12, - 446, 8093, 9, 446, 1, 447, 1, 447, 3, 447, 8097, 8, 447, 1, 448, 1, 448, - 3, 448, 8101, 8, 448, 1, 449, 1, 449, 3, 449, 8105, 8, 449, 1, 450, 1, - 450, 1, 450, 3, 450, 8110, 8, 450, 1, 450, 1, 450, 1, 450, 1, 451, 1, 451, - 1, 451, 1, 451, 1, 452, 1, 452, 1, 452, 1, 452, 1, 452, 3, 452, 8124, 8, - 452, 1, 453, 1, 453, 1, 453, 3, 453, 8129, 8, 453, 1, 453, 1, 453, 3, 453, - 8133, 8, 453, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 3, 453, 8141, - 8, 453, 1, 453, 3, 453, 8144, 8, 453, 1, 453, 1, 453, 3, 453, 8148, 8, - 453, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 1, - 453, 3, 453, 8159, 8, 453, 1, 453, 3, 453, 8162, 8, 453, 3, 453, 8164, - 8, 453, 1, 454, 1, 454, 1, 454, 1, 454, 1, 455, 1, 455, 1, 455, 1, 455, - 1, 455, 1, 455, 1, 455, 1, 455, 1, 455, 1, 455, 3, 455, 8180, 8, 455, 1, - 456, 3, 456, 8183, 8, 456, 1, 456, 1, 456, 1, 456, 1, 456, 1, 456, 3, 456, - 8190, 8, 456, 1, 456, 3, 456, 8193, 8, 456, 1, 457, 1, 457, 1, 457, 3, - 457, 8198, 8, 457, 1, 458, 1, 458, 1, 458, 1, 458, 1, 458, 1, 458, 1, 458, - 1, 458, 1, 458, 1, 458, 1, 458, 1, 458, 1, 458, 3, 458, 8213, 8, 458, 1, - 458, 1, 458, 1, 458, 1, 458, 3, 458, 8219, 8, 458, 1, 459, 1, 459, 1, 460, - 1, 460, 1, 460, 5, 460, 8226, 8, 460, 10, 460, 12, 460, 8229, 9, 460, 1, - 461, 1, 461, 1, 461, 1, 462, 1, 462, 1, 462, 3, 462, 8237, 8, 462, 1, 462, - 1, 462, 1, 462, 1, 462, 1, 462, 3, 462, 8244, 8, 462, 1, 462, 3, 462, 8247, - 8, 462, 1, 463, 1, 463, 1, 463, 1, 463, 3, 463, 8253, 8, 463, 1, 463, 1, - 463, 1, 463, 3, 463, 8258, 8, 463, 1, 464, 1, 464, 1, 464, 1, 465, 3, 465, - 8264, 8, 465, 1, 465, 1, 465, 1, 465, 3, 465, 8269, 8, 465, 1, 465, 1, - 465, 3, 465, 8273, 8, 465, 1, 465, 1, 465, 1, 465, 3, 465, 8278, 8, 465, - 1, 465, 3, 465, 8281, 8, 465, 1, 465, 1, 465, 1, 465, 1, 465, 3, 465, 8287, - 8, 465, 1, 465, 1, 465, 3, 465, 8291, 8, 465, 3, 465, 8293, 8, 465, 1, - 465, 3, 465, 8296, 8, 465, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 3, 466, - 8303, 8, 466, 1, 466, 3, 466, 8306, 8, 466, 1, 466, 1, 466, 1, 466, 1, - 466, 1, 466, 3, 466, 8313, 8, 466, 1, 466, 1, 466, 1, 467, 1, 467, 1, 467, - 1, 467, 3, 467, 8321, 8, 467, 1, 467, 3, 467, 8324, 8, 467, 1, 467, 1, - 467, 1, 467, 1, 467, 1, 468, 1, 468, 1, 468, 3, 468, 8333, 8, 468, 1, 468, - 1, 468, 1, 469, 3, 469, 8338, 8, 469, 1, 469, 1, 469, 1, 469, 1, 469, 3, - 469, 8344, 8, 469, 1, 469, 3, 469, 8347, 8, 469, 1, 469, 3, 469, 8350, - 8, 469, 1, 470, 1, 470, 1, 470, 1, 471, 1, 471, 3, 471, 8357, 8, 471, 1, - 471, 1, 471, 3, 471, 8361, 8, 471, 1, 471, 3, 471, 8364, 8, 471, 1, 472, - 1, 472, 1, 472, 1, 472, 1, 473, 1, 473, 1, 473, 1, 473, 1, 473, 1, 473, - 1, 473, 1, 473, 1, 473, 3, 473, 8379, 8, 473, 1, 473, 3, 473, 8382, 8, - 473, 1, 474, 1, 474, 1, 475, 1, 475, 1, 475, 3, 475, 8389, 8, 475, 1, 476, - 3, 476, 8392, 8, 476, 1, 476, 1, 476, 1, 476, 1, 476, 1, 476, 3, 476, 8399, - 8, 476, 1, 476, 3, 476, 8402, 8, 476, 1, 476, 3, 476, 8405, 8, 476, 1, - 477, 1, 477, 1, 477, 5, 477, 8410, 8, 477, 10, 477, 12, 477, 8413, 9, 477, - 1, 478, 1, 478, 1, 478, 1, 478, 1, 478, 1, 478, 1, 478, 1, 478, 1, 478, - 1, 478, 3, 478, 8425, 8, 478, 1, 479, 1, 479, 1, 479, 1, 480, 1, 480, 1, - 480, 5, 480, 8433, 8, 480, 10, 480, 12, 480, 8436, 9, 480, 1, 481, 1, 481, - 1, 481, 1, 481, 1, 481, 3, 481, 8443, 8, 481, 1, 481, 1, 481, 1, 481, 1, - 482, 1, 482, 1, 483, 1, 483, 1, 483, 1, 483, 1, 483, 5, 483, 8455, 8, 483, - 10, 483, 12, 483, 8458, 9, 483, 1, 484, 1, 484, 1, 484, 1, 484, 3, 484, - 8464, 8, 484, 1, 485, 1, 485, 3, 485, 8468, 8, 485, 1, 486, 1, 486, 1, - 486, 1, 486, 1, 486, 1, 486, 1, 486, 1, 486, 3, 486, 8478, 8, 486, 1, 487, - 1, 487, 3, 487, 8482, 8, 487, 1, 487, 1, 487, 3, 487, 8486, 8, 487, 1, - 487, 1, 487, 3, 487, 8490, 8, 487, 3, 487, 8492, 8, 487, 1, 487, 1, 487, - 1, 487, 3, 487, 8497, 8, 487, 1, 487, 1, 487, 3, 487, 8501, 8, 487, 1, - 487, 1, 487, 3, 487, 8505, 8, 487, 3, 487, 8507, 8, 487, 3, 487, 8509, - 8, 487, 1, 488, 1, 488, 1, 488, 3, 488, 8514, 8, 488, 1, 488, 5, 488, 8517, - 8, 488, 10, 488, 12, 488, 8520, 9, 488, 1, 489, 1, 489, 1, 489, 3, 489, - 8525, 8, 489, 1, 489, 5, 489, 8528, 8, 489, 10, 489, 12, 489, 8531, 9, - 489, 1, 490, 1, 490, 3, 490, 8535, 8, 490, 1, 490, 3, 490, 8538, 8, 490, - 1, 490, 3, 490, 8541, 8, 490, 1, 490, 1, 490, 1, 490, 3, 490, 8546, 8, - 490, 1, 490, 3, 490, 8549, 8, 490, 1, 490, 3, 490, 8552, 8, 490, 1, 490, - 3, 490, 8555, 8, 490, 1, 490, 3, 490, 8558, 8, 490, 1, 490, 3, 490, 8561, - 8, 490, 1, 490, 3, 490, 8564, 8, 490, 1, 490, 1, 490, 1, 490, 1, 490, 3, - 490, 8570, 8, 490, 1, 491, 1, 491, 3, 491, 8574, 8, 491, 1, 491, 1, 491, - 1, 492, 1, 492, 1, 492, 5, 492, 8581, 8, 492, 10, 492, 12, 492, 8584, 9, - 492, 1, 493, 1, 493, 3, 493, 8588, 8, 493, 1, 493, 1, 493, 3, 493, 8592, - 8, 493, 1, 493, 1, 493, 1, 493, 1, 493, 1, 494, 1, 494, 1, 494, 3, 494, - 8601, 8, 494, 1, 495, 1, 495, 1, 496, 1, 496, 3, 496, 8607, 8, 496, 1, - 496, 1, 496, 3, 496, 8611, 8, 496, 1, 497, 1, 497, 1, 498, 3, 498, 8616, - 8, 498, 1, 498, 1, 498, 3, 498, 8620, 8, 498, 1, 498, 1, 498, 1, 498, 3, - 498, 8625, 8, 498, 1, 498, 1, 498, 1, 498, 1, 498, 3, 498, 8631, 8, 498, - 1, 499, 1, 499, 1, 500, 1, 500, 1, 501, 1, 501, 1, 501, 1, 501, 1, 501, - 1, 501, 3, 501, 8643, 8, 501, 1, 502, 1, 502, 1, 503, 1, 503, 1, 504, 1, - 504, 1, 504, 1, 504, 1, 505, 1, 505, 1, 505, 5, 505, 8656, 8, 505, 10, - 505, 12, 505, 8659, 9, 505, 1, 506, 1, 506, 1, 506, 1, 506, 3, 506, 8665, - 8, 506, 3, 506, 8667, 8, 506, 1, 506, 3, 506, 8670, 8, 506, 1, 507, 1, - 507, 3, 507, 8674, 8, 507, 1, 507, 1, 507, 3, 507, 8678, 8, 507, 3, 507, - 8680, 8, 507, 1, 508, 1, 508, 1, 509, 1, 509, 1, 509, 1, 509, 3, 509, 8688, - 8, 509, 1, 509, 1, 509, 1, 509, 1, 509, 1, 509, 1, 509, 1, 509, 3, 509, - 8697, 8, 509, 1, 509, 1, 509, 1, 509, 1, 509, 3, 509, 8703, 8, 509, 3, - 509, 8705, 8, 509, 3, 509, 8707, 8, 509, 1, 510, 1, 510, 1, 510, 1, 510, - 1, 510, 3, 510, 8714, 8, 510, 1, 511, 1, 511, 3, 511, 8718, 8, 511, 1, - 512, 1, 512, 1, 513, 1, 513, 1, 513, 1, 513, 1, 513, 3, 513, 8727, 8, 513, - 1, 514, 1, 514, 3, 514, 8731, 8, 514, 1, 515, 1, 515, 1, 516, 1, 516, 1, - 517, 1, 517, 1, 517, 1, 517, 1, 518, 1, 518, 1, 518, 5, 518, 8744, 8, 518, - 10, 518, 12, 518, 8747, 9, 518, 1, 519, 1, 519, 1, 519, 1, 519, 1, 519, - 3, 519, 8754, 8, 519, 1, 520, 1, 520, 1, 520, 1, 521, 1, 521, 1, 521, 1, - 521, 1, 521, 1, 522, 1, 522, 1, 522, 1, 522, 1, 522, 1, 523, 1, 523, 1, - 523, 1, 523, 1, 523, 1, 523, 1, 524, 1, 524, 1, 524, 1, 525, 1, 525, 1, - 525, 1, 525, 3, 525, 8782, 8, 525, 1, 526, 1, 526, 1, 527, 4, 527, 8787, - 8, 527, 11, 527, 12, 527, 8788, 1, 528, 1, 528, 3, 528, 8793, 8, 528, 1, - 528, 3, 528, 8796, 8, 528, 1, 529, 1, 529, 1, 529, 3, 529, 8801, 8, 529, - 1, 529, 1, 529, 3, 529, 8805, 8, 529, 1, 529, 3, 529, 8808, 8, 529, 1, - 530, 1, 530, 1, 530, 1, 531, 1, 531, 1, 531, 1, 531, 1, 531, 1, 531, 1, - 531, 1, 531, 1, 531, 5, 531, 8822, 8, 531, 10, 531, 12, 531, 8825, 9, 531, - 1, 532, 1, 532, 1, 532, 1, 533, 1, 533, 1, 533, 5, 533, 8833, 8, 533, 10, - 533, 12, 533, 8836, 9, 533, 1, 534, 1, 534, 3, 534, 8840, 8, 534, 1, 534, - 3, 534, 8843, 8, 534, 1, 534, 1, 534, 3, 534, 8847, 8, 534, 1, 534, 1, - 534, 3, 534, 8851, 8, 534, 1, 534, 1, 534, 3, 534, 8855, 8, 534, 1, 534, - 1, 534, 1, 534, 3, 534, 8860, 8, 534, 1, 534, 1, 534, 3, 534, 8864, 8, - 534, 1, 534, 1, 534, 3, 534, 8868, 8, 534, 3, 534, 8870, 8, 534, 1, 534, - 1, 534, 1, 534, 1, 534, 1, 534, 1, 534, 1, 534, 3, 534, 8879, 8, 534, 1, - 534, 1, 534, 1, 534, 3, 534, 8884, 8, 534, 1, 534, 1, 534, 1, 534, 1, 534, - 3, 534, 8890, 8, 534, 1, 534, 1, 534, 3, 534, 8894, 8, 534, 3, 534, 8896, - 8, 534, 1, 534, 5, 534, 8899, 8, 534, 10, 534, 12, 534, 8902, 9, 534, 1, - 535, 3, 535, 8905, 8, 535, 1, 535, 1, 535, 1, 535, 1, 535, 1, 535, 1, 535, - 1, 535, 1, 535, 1, 535, 3, 535, 8916, 8, 535, 1, 535, 1, 535, 3, 535, 8920, - 8, 535, 1, 536, 3, 536, 8923, 8, 536, 1, 536, 1, 536, 1, 536, 1, 536, 1, - 536, 3, 536, 8930, 8, 536, 1, 537, 1, 537, 1, 538, 3, 538, 8935, 8, 538, - 1, 538, 1, 538, 1, 538, 1, 538, 1, 538, 3, 538, 8942, 8, 538, 1, 539, 1, - 539, 1, 539, 3, 539, 8947, 8, 539, 1, 539, 3, 539, 8950, 8, 539, 1, 539, - 1, 539, 1, 539, 1, 539, 3, 539, 8956, 8, 539, 1, 540, 1, 540, 3, 540, 8960, - 8, 540, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 3, 541, - 8969, 8, 541, 1, 542, 1, 542, 3, 542, 8973, 8, 542, 1, 542, 1, 542, 1, - 542, 1, 542, 1, 542, 1, 542, 3, 542, 8981, 8, 542, 3, 542, 8983, 8, 542, - 1, 543, 1, 543, 1, 543, 5, 543, 8988, 8, 543, 10, 543, 12, 543, 8991, 9, - 543, 1, 544, 1, 544, 3, 544, 8995, 8, 544, 1, 544, 3, 544, 8998, 8, 544, - 1, 545, 1, 545, 1, 545, 1, 545, 1, 545, 1, 545, 3, 545, 9006, 8, 545, 1, - 546, 1, 546, 1, 546, 1, 546, 1, 546, 1, 547, 1, 547, 3, 547, 9015, 8, 547, - 1, 547, 1, 547, 1, 547, 1, 547, 1, 547, 1, 547, 3, 547, 9023, 8, 547, 3, - 547, 9025, 8, 547, 1, 548, 1, 548, 3, 548, 9029, 8, 548, 1, 549, 1, 549, - 1, 549, 5, 549, 9034, 8, 549, 10, 549, 12, 549, 9037, 9, 549, 1, 550, 1, - 550, 1, 550, 1, 550, 1, 550, 1, 551, 1, 551, 1, 551, 1, 552, 1, 552, 1, - 552, 1, 553, 1, 553, 1, 553, 1, 553, 1, 553, 3, 553, 9055, 8, 553, 1, 554, - 1, 554, 1, 555, 1, 555, 1, 555, 5, 555, 9062, 8, 555, 10, 555, 12, 555, - 9065, 9, 555, 1, 556, 1, 556, 1, 556, 3, 556, 9070, 8, 556, 1, 557, 1, - 557, 1, 557, 1, 557, 1, 557, 1, 557, 1, 557, 1, 557, 1, 557, 1, 557, 1, - 557, 1, 557, 1, 557, 1, 557, 1, 557, 1, 557, 1, 557, 3, 557, 9089, 8, 557, - 1, 557, 1, 557, 1, 558, 1, 558, 1, 558, 5, 558, 9096, 8, 558, 10, 558, - 12, 558, 9099, 9, 558, 1, 559, 1, 559, 1, 559, 3, 559, 9104, 8, 559, 1, - 559, 1, 559, 3, 559, 9108, 8, 559, 1, 560, 4, 560, 9111, 8, 560, 11, 560, - 12, 560, 9112, 1, 561, 1, 561, 1, 561, 1, 561, 1, 561, 1, 561, 1, 561, - 1, 561, 3, 561, 9123, 8, 561, 1, 562, 1, 562, 1, 562, 5, 562, 9128, 8, - 562, 10, 562, 12, 562, 9131, 9, 562, 1, 563, 1, 563, 1, 563, 1, 563, 1, - 563, 1, 563, 3, 563, 9139, 8, 563, 1, 564, 3, 564, 9142, 8, 564, 1, 564, - 1, 564, 1, 564, 1, 564, 1, 564, 1, 564, 1, 564, 3, 564, 9151, 8, 564, 3, - 564, 9153, 8, 564, 1, 564, 1, 564, 1, 564, 1, 564, 3, 564, 9159, 8, 564, - 1, 565, 1, 565, 3, 565, 9163, 8, 565, 1, 565, 5, 565, 9166, 8, 565, 10, - 565, 12, 565, 9169, 9, 565, 1, 566, 1, 566, 1, 566, 1, 566, 1, 566, 1, - 566, 1, 566, 3, 566, 9178, 8, 566, 1, 566, 1, 566, 1, 566, 1, 566, 3, 566, - 9184, 8, 566, 3, 566, 9186, 8, 566, 1, 567, 1, 567, 1, 567, 1, 567, 3, - 567, 9192, 8, 567, 1, 568, 1, 568, 1, 568, 1, 568, 3, 568, 9198, 8, 568, - 1, 568, 3, 568, 9201, 8, 568, 1, 568, 3, 568, 9204, 8, 568, 1, 569, 1, - 569, 1, 569, 1, 569, 1, 570, 1, 570, 1, 570, 1, 570, 1, 570, 1, 570, 1, - 570, 3, 570, 9217, 8, 570, 1, 570, 1, 570, 1, 570, 1, 570, 3, 570, 9223, - 8, 570, 1, 570, 1, 570, 3, 570, 9227, 8, 570, 1, 570, 1, 570, 3, 570, 9231, - 8, 570, 1, 570, 3, 570, 9234, 8, 570, 1, 571, 1, 571, 1, 571, 1, 571, 1, - 572, 1, 572, 3, 572, 9242, 8, 572, 1, 573, 1, 573, 3, 573, 9246, 8, 573, - 1, 574, 1, 574, 3, 574, 9250, 8, 574, 1, 574, 1, 574, 1, 574, 1, 574, 1, - 575, 1, 575, 3, 575, 9258, 8, 575, 1, 576, 1, 576, 1, 576, 1, 576, 1, 576, - 3, 576, 9265, 8, 576, 1, 577, 1, 577, 1, 577, 1, 577, 1, 577, 3, 577, 9272, - 8, 577, 1, 578, 1, 578, 3, 578, 9276, 8, 578, 1, 578, 1, 578, 1, 578, 1, - 578, 3, 578, 9282, 8, 578, 3, 578, 9284, 8, 578, 1, 579, 1, 579, 1, 580, - 1, 580, 1, 580, 1, 580, 1, 580, 3, 580, 9293, 8, 580, 1, 580, 3, 580, 9296, - 8, 580, 1, 581, 1, 581, 1, 582, 1, 582, 1, 582, 1, 582, 1, 582, 1, 582, - 3, 582, 9306, 8, 582, 1, 583, 1, 583, 1, 583, 1, 583, 1, 583, 1, 583, 1, - 583, 1, 583, 1, 583, 1, 583, 1, 583, 1, 583, 1, 583, 1, 583, 3, 583, 9322, - 8, 583, 1, 583, 1, 583, 1, 583, 1, 583, 3, 583, 9328, 8, 583, 1, 583, 1, - 583, 1, 583, 3, 583, 9333, 8, 583, 1, 584, 1, 584, 1, 584, 1, 584, 1, 584, - 3, 584, 9340, 8, 584, 1, 585, 1, 585, 1, 585, 1, 586, 1, 586, 1, 587, 1, - 587, 3, 587, 9349, 8, 587, 1, 588, 1, 588, 1, 588, 5, 588, 9354, 8, 588, - 10, 588, 12, 588, 9357, 9, 588, 1, 589, 1, 589, 1, 589, 5, 589, 9362, 8, - 589, 10, 589, 12, 589, 9365, 9, 589, 1, 590, 1, 590, 1, 590, 5, 590, 9370, - 8, 590, 10, 590, 12, 590, 9373, 9, 590, 1, 591, 1, 591, 3, 591, 9377, 8, - 591, 1, 591, 1, 591, 3, 591, 9381, 8, 591, 1, 591, 1, 591, 1, 591, 1, 591, - 3, 591, 9387, 8, 591, 1, 592, 1, 592, 3, 592, 9391, 8, 592, 1, 592, 1, - 592, 3, 592, 9395, 8, 592, 1, 593, 3, 593, 9398, 8, 593, 1, 593, 1, 593, - 1, 594, 1, 594, 3, 594, 9404, 8, 594, 1, 595, 1, 595, 1, 595, 3, 595, 9409, - 8, 595, 1, 595, 1, 595, 1, 595, 1, 595, 1, 595, 1, 595, 1, 595, 1, 595, - 1, 595, 1, 595, 1, 595, 1, 595, 1, 595, 1, 595, 3, 595, 9425, 8, 595, 1, - 595, 3, 595, 9428, 8, 595, 3, 595, 9430, 8, 595, 1, 596, 1, 596, 1, 596, - 1, 596, 1, 596, 1, 596, 1, 596, 1, 596, 1, 596, 1, 596, 3, 596, 9442, 8, - 596, 3, 596, 9444, 8, 596, 1, 597, 1, 597, 3, 597, 9448, 8, 597, 1, 597, - 1, 597, 1, 597, 1, 597, 3, 597, 9454, 8, 597, 1, 597, 1, 597, 3, 597, 9458, - 8, 597, 3, 597, 9460, 8, 597, 1, 598, 1, 598, 1, 598, 1, 598, 5, 598, 9466, - 8, 598, 10, 598, 12, 598, 9469, 9, 598, 1, 599, 3, 599, 9472, 8, 599, 1, - 599, 1, 599, 1, 600, 1, 600, 1, 600, 5, 600, 9479, 8, 600, 10, 600, 12, - 600, 9482, 9, 600, 1, 601, 1, 601, 1, 601, 5, 601, 9487, 8, 601, 10, 601, - 12, 601, 9490, 9, 601, 1, 602, 1, 602, 1, 602, 3, 602, 9495, 8, 602, 1, - 603, 3, 603, 9498, 8, 603, 1, 603, 1, 603, 1, 604, 1, 604, 1, 604, 1, 604, - 1, 604, 3, 604, 9507, 8, 604, 1, 605, 1, 605, 1, 605, 3, 605, 9512, 8, - 605, 1, 606, 1, 606, 1, 606, 5, 606, 9517, 8, 606, 10, 606, 12, 606, 9520, - 9, 606, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 3, 607, - 9529, 8, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, + 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, + 1, 64, 1, 64, 1, 64, 3, 64, 2626, 8, 64, 1, 65, 1, 65, 1, 65, 1, 66, 1, + 66, 1, 66, 5, 66, 2634, 8, 66, 10, 66, 12, 66, 2637, 9, 66, 1, 67, 1, 67, + 1, 67, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 5, 68, 2647, 8, 68, 10, 68, 12, + 68, 2650, 9, 68, 1, 69, 1, 69, 1, 69, 1, 69, 3, 69, 2656, 8, 69, 1, 69, + 1, 69, 1, 69, 1, 69, 3, 69, 2662, 8, 69, 1, 69, 1, 69, 3, 69, 2666, 8, + 69, 1, 69, 1, 69, 1, 69, 1, 69, 3, 69, 2672, 8, 69, 1, 69, 1, 69, 1, 69, + 3, 69, 2677, 8, 69, 1, 69, 3, 69, 2680, 8, 69, 3, 69, 2682, 8, 69, 1, 70, + 1, 70, 1, 70, 3, 70, 2687, 8, 70, 1, 71, 1, 71, 3, 71, 2691, 8, 71, 1, + 71, 1, 71, 3, 71, 2695, 8, 71, 1, 71, 1, 71, 3, 71, 2699, 8, 71, 1, 71, + 1, 71, 3, 71, 2703, 8, 71, 1, 71, 3, 71, 2706, 8, 71, 1, 71, 1, 71, 3, + 71, 2710, 8, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 3, 71, 2718, + 8, 71, 1, 71, 1, 71, 3, 71, 2722, 8, 71, 1, 71, 1, 71, 3, 71, 2726, 8, + 71, 1, 72, 1, 72, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 3, 74, 2735, 8, 74, + 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 3, 75, 2742, 8, 75, 1, 76, 5, 76, 2745, + 8, 76, 10, 76, 12, 76, 2748, 9, 76, 1, 77, 1, 77, 1, 77, 1, 77, 3, 77, + 2754, 8, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2759, 8, 77, 1, 77, 1, 77, 1, + 77, 1, 77, 1, 77, 3, 77, 2766, 8, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2771, + 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, 3, 77, 2789, 8, 77, 1, 78, + 1, 78, 1, 79, 3, 79, 2794, 8, 79, 1, 79, 1, 79, 1, 79, 1, 80, 1, 80, 1, + 81, 1, 81, 1, 81, 5, 81, 2804, 8, 81, 10, 81, 12, 81, 2807, 9, 81, 1, 82, + 1, 82, 3, 82, 2811, 8, 82, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, + 83, 3, 83, 2820, 8, 83, 1, 84, 1, 84, 1, 84, 5, 84, 2825, 8, 84, 10, 84, + 12, 84, 2828, 9, 84, 1, 85, 1, 85, 1, 86, 1, 86, 3, 86, 2834, 8, 86, 1, + 86, 1, 86, 1, 86, 1, 86, 3, 86, 2840, 8, 86, 1, 86, 1, 86, 1, 86, 3, 86, + 2845, 8, 86, 1, 86, 1, 86, 3, 86, 2849, 8, 86, 1, 86, 3, 86, 2852, 8, 86, + 1, 86, 3, 86, 2855, 8, 86, 1, 86, 3, 86, 2858, 8, 86, 1, 86, 3, 86, 2861, + 8, 86, 1, 86, 3, 86, 2864, 8, 86, 1, 86, 1, 86, 1, 86, 3, 86, 2869, 8, + 86, 1, 86, 3, 86, 2872, 8, 86, 1, 86, 3, 86, 2875, 8, 86, 1, 86, 3, 86, + 2878, 8, 86, 1, 86, 3, 86, 2881, 8, 86, 1, 86, 3, 86, 2884, 8, 86, 1, 86, + 1, 86, 1, 86, 1, 86, 3, 86, 2890, 8, 86, 1, 86, 1, 86, 3, 86, 2894, 8, + 86, 1, 86, 3, 86, 2897, 8, 86, 1, 86, 3, 86, 2900, 8, 86, 1, 86, 3, 86, + 2903, 8, 86, 1, 86, 3, 86, 2906, 8, 86, 3, 86, 2908, 8, 86, 1, 87, 1, 87, + 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 3, 87, 2917, 8, 87, 1, 88, 1, 88, 1, + 89, 1, 89, 1, 89, 1, 89, 1, 90, 1, 90, 1, 90, 5, 90, 2928, 8, 90, 10, 90, + 12, 90, 2931, 9, 90, 1, 91, 1, 91, 1, 91, 5, 91, 2936, 8, 91, 10, 91, 12, + 91, 2939, 9, 91, 1, 92, 1, 92, 1, 92, 3, 92, 2944, 8, 92, 1, 93, 1, 93, + 3, 93, 2948, 8, 93, 1, 94, 1, 94, 1, 94, 3, 94, 2953, 8, 94, 1, 94, 1, + 94, 1, 95, 1, 95, 1, 95, 3, 95, 2960, 8, 95, 1, 95, 1, 95, 1, 96, 5, 96, + 2965, 8, 96, 10, 96, 12, 96, 2968, 9, 96, 1, 97, 1, 97, 1, 97, 1, 97, 1, + 97, 1, 97, 1, 97, 1, 97, 3, 97, 2978, 8, 97, 1, 98, 1, 98, 1, 98, 1, 98, + 1, 98, 3, 98, 2985, 8, 98, 1, 98, 3, 98, 2988, 8, 98, 1, 98, 3, 98, 2991, + 8, 98, 1, 98, 1, 98, 1, 98, 3, 98, 2996, 8, 98, 1, 98, 3, 98, 2999, 8, + 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 3, 98, 3006, 8, 98, 1, 98, 1, 98, + 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 3, 98, 3015, 8, 98, 1, 98, 1, 98, 1, + 98, 1, 98, 1, 98, 3, 98, 3022, 8, 98, 1, 98, 1, 98, 1, 98, 3, 98, 3027, + 8, 98, 1, 98, 3, 98, 3030, 8, 98, 1, 98, 3, 98, 3033, 8, 98, 3, 98, 3035, + 8, 98, 1, 99, 1, 99, 3, 99, 3039, 8, 99, 1, 99, 1, 99, 1, 100, 1, 100, + 1, 100, 3, 100, 3046, 8, 100, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 3, + 101, 3053, 8, 101, 1, 102, 1, 102, 1, 102, 1, 102, 1, 103, 1, 103, 5, 103, + 3061, 8, 103, 10, 103, 12, 103, 3064, 9, 103, 1, 104, 1, 104, 1, 105, 1, + 105, 1, 105, 1, 105, 1, 105, 3, 105, 3073, 8, 105, 1, 106, 1, 106, 1, 106, + 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 3, 106, 3083, 8, 106, 1, 106, 1, + 106, 1, 106, 1, 106, 3, 106, 3089, 8, 106, 1, 106, 3, 106, 3092, 8, 106, + 1, 106, 3, 106, 3095, 8, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 3, + 106, 3102, 8, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 3, 106, + 3110, 8, 106, 1, 106, 3, 106, 3113, 8, 106, 1, 106, 3, 106, 3116, 8, 106, + 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 3, 106, 3123, 8, 106, 1, 106, 1, + 106, 3, 106, 3127, 8, 106, 1, 106, 1, 106, 1, 106, 1, 106, 3, 106, 3133, + 8, 106, 1, 106, 3, 106, 3136, 8, 106, 1, 106, 3, 106, 3139, 8, 106, 1, + 106, 3, 106, 3142, 8, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, + 1, 106, 1, 106, 1, 106, 1, 106, 3, 106, 3154, 8, 106, 1, 106, 3, 106, 3157, + 8, 106, 1, 106, 3, 106, 3160, 8, 106, 1, 106, 1, 106, 3, 106, 3164, 8, + 106, 1, 107, 1, 107, 1, 107, 1, 108, 1, 108, 1, 108, 1, 108, 1, 109, 1, + 109, 1, 109, 5, 109, 3176, 8, 109, 10, 109, 12, 109, 3179, 9, 109, 1, 110, + 1, 110, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 112, 1, 112, 1, 112, + 1, 113, 1, 113, 1, 113, 5, 113, 3194, 8, 113, 10, 113, 12, 113, 3197, 9, + 113, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 3, + 114, 3207, 8, 114, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 116, 1, 116, + 1, 116, 1, 116, 1, 116, 1, 116, 1, 116, 1, 116, 3, 116, 3222, 8, 116, 1, + 117, 1, 117, 1, 117, 1, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 119, 1, + 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 3, 119, 3239, 8, 119, 3, 119, + 3241, 8, 119, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 121, 1, 121, 1, + 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 123, 1, 123, 1, + 123, 5, 123, 3260, 8, 123, 10, 123, 12, 123, 3263, 9, 123, 1, 124, 1, 124, + 3, 124, 3267, 8, 124, 1, 124, 3, 124, 3270, 8, 124, 1, 124, 1, 124, 3, + 124, 3274, 8, 124, 1, 124, 3, 124, 3277, 8, 124, 1, 124, 1, 124, 1, 124, + 1, 124, 3, 124, 3283, 8, 124, 1, 124, 3, 124, 3286, 8, 124, 3, 124, 3288, + 8, 124, 1, 125, 1, 125, 1, 125, 1, 126, 1, 126, 1, 126, 1, 126, 3, 126, + 3297, 8, 126, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 3, + 127, 3306, 8, 127, 1, 128, 1, 128, 1, 128, 1, 129, 1, 129, 1, 129, 1, 129, + 1, 129, 1, 130, 1, 130, 1, 130, 1, 130, 1, 131, 1, 131, 1, 131, 1, 131, + 1, 131, 3, 131, 3325, 8, 131, 1, 131, 1, 131, 3, 131, 3329, 8, 131, 1, + 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 132, 1, 132, 1, 132, 1, 132, 3, + 132, 3340, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 133, 1, 133, + 3, 133, 3349, 8, 133, 1, 133, 1, 133, 1, 133, 1, 133, 3, 133, 3355, 8, + 133, 1, 133, 1, 133, 1, 133, 1, 133, 3, 133, 3361, 8, 133, 1, 134, 1, 134, + 3, 134, 3365, 8, 134, 1, 134, 3, 134, 3368, 8, 134, 1, 134, 3, 134, 3371, + 8, 134, 1, 134, 3, 134, 3374, 8, 134, 1, 134, 3, 134, 3377, 8, 134, 1, + 135, 1, 135, 1, 135, 1, 135, 3, 135, 3383, 8, 135, 1, 136, 1, 136, 3, 136, + 3387, 8, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 3, 136, 3394, 8, + 136, 1, 136, 1, 136, 1, 136, 1, 136, 3, 136, 3400, 8, 136, 1, 137, 1, 137, + 3, 137, 3404, 8, 137, 1, 137, 3, 137, 3407, 8, 137, 1, 137, 3, 137, 3410, + 8, 137, 1, 137, 3, 137, 3413, 8, 137, 1, 138, 1, 138, 1, 139, 1, 139, 1, + 139, 1, 139, 3, 139, 3421, 8, 139, 1, 139, 1, 139, 3, 139, 3425, 8, 139, + 1, 140, 1, 140, 3, 140, 3429, 8, 140, 1, 140, 1, 140, 1, 140, 1, 140, 3, + 140, 3435, 8, 140, 1, 140, 1, 140, 3, 140, 3439, 8, 140, 1, 141, 1, 141, + 1, 141, 1, 141, 3, 141, 3445, 8, 141, 1, 141, 1, 141, 1, 141, 1, 142, 1, + 142, 1, 143, 1, 143, 1, 143, 1, 143, 1, 144, 4, 144, 3457, 8, 144, 11, + 144, 12, 144, 3458, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, + 145, 3, 145, 3468, 8, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, + 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, + 1, 145, 3, 145, 3486, 8, 145, 1, 145, 1, 145, 1, 145, 3, 145, 3491, 8, + 145, 1, 145, 3, 145, 3494, 8, 145, 1, 145, 3, 145, 3497, 8, 145, 1, 146, + 1, 146, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 3, 147, 3507, 8, + 147, 1, 148, 1, 148, 1, 148, 5, 148, 3512, 8, 148, 10, 148, 12, 148, 3515, + 9, 148, 1, 149, 1, 149, 3, 149, 3519, 8, 149, 1, 149, 3, 149, 3522, 8, + 149, 1, 149, 3, 149, 3525, 8, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, + 3, 149, 3532, 8, 149, 1, 149, 3, 149, 3535, 8, 149, 3, 149, 3537, 8, 149, + 1, 150, 1, 150, 1, 151, 1, 151, 3, 151, 3543, 8, 151, 1, 152, 1, 152, 1, + 152, 1, 153, 1, 153, 1, 153, 1, 153, 3, 153, 3552, 8, 153, 1, 154, 1, 154, + 1, 155, 1, 155, 1, 156, 1, 156, 1, 156, 1, 156, 3, 156, 3562, 8, 156, 1, + 156, 1, 156, 1, 156, 3, 156, 3567, 8, 156, 1, 157, 1, 157, 1, 157, 1, 158, + 1, 158, 1, 158, 1, 158, 3, 158, 3576, 8, 158, 1, 158, 1, 158, 1, 159, 1, + 159, 1, 159, 1, 159, 1, 159, 3, 159, 3585, 8, 159, 1, 159, 1, 159, 3, 159, + 3589, 8, 159, 1, 159, 1, 159, 1, 160, 5, 160, 3594, 8, 160, 10, 160, 12, + 160, 3597, 9, 160, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, + 3, 161, 3606, 8, 161, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, + 163, 5, 163, 3615, 8, 163, 10, 163, 12, 163, 3618, 9, 163, 1, 164, 1, 164, + 1, 164, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, + 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, + 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, + 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, + 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, + 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, + 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, + 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, + 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, + 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, + 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, + 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 3, 165, 3727, 8, 165, 1, + 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 3, 166, 3735, 8, 166, 1, 166, + 3, 166, 3738, 8, 166, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, + 167, 1, 167, 3, 167, 3748, 8, 167, 1, 168, 4, 168, 3751, 8, 168, 11, 168, + 12, 168, 3752, 1, 169, 1, 169, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, + 1, 170, 3, 170, 3763, 8, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, + 170, 1, 170, 1, 170, 1, 170, 3, 170, 3774, 8, 170, 1, 171, 1, 171, 1, 171, + 1, 171, 1, 171, 1, 172, 1, 172, 1, 172, 5, 172, 3784, 8, 172, 10, 172, + 12, 172, 3787, 9, 172, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 174, + 1, 174, 1, 174, 5, 174, 3797, 8, 174, 10, 174, 12, 174, 3800, 9, 174, 1, + 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 3, 175, 3809, 8, 175, + 1, 176, 1, 176, 1, 176, 1, 177, 1, 177, 1, 178, 1, 178, 1, 179, 1, 179, + 1, 179, 1, 179, 3, 179, 3822, 8, 179, 1, 179, 3, 179, 3825, 8, 179, 1, + 179, 1, 179, 1, 179, 1, 179, 1, 179, 3, 179, 3832, 8, 179, 1, 179, 1, 179, + 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 3, 179, 3841, 8, 179, 1, 179, 3, + 179, 3844, 8, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 3, 179, 3851, + 8, 179, 3, 179, 3853, 8, 179, 1, 180, 1, 180, 1, 180, 1, 181, 1, 181, 1, + 181, 3, 181, 3861, 8, 181, 1, 182, 1, 182, 1, 183, 1, 183, 1, 183, 1, 183, + 1, 183, 1, 183, 3, 183, 3871, 8, 183, 3, 183, 3873, 8, 183, 1, 184, 1, + 184, 1, 184, 1, 184, 1, 184, 1, 184, 3, 184, 3881, 8, 184, 1, 184, 1, 184, + 3, 184, 3885, 8, 184, 1, 184, 1, 184, 1, 184, 3, 184, 3890, 8, 184, 1, + 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 3, + 184, 3901, 8, 184, 1, 184, 1, 184, 3, 184, 3905, 8, 184, 1, 184, 1, 184, + 1, 184, 3, 184, 3910, 8, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, + 184, 1, 184, 1, 184, 3, 184, 3920, 8, 184, 1, 184, 1, 184, 1, 184, 1, 184, + 3, 184, 3926, 8, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, + 184, 1, 184, 1, 184, 1, 184, 1, 184, 3, 184, 3939, 8, 184, 1, 184, 1, 184, + 1, 184, 1, 184, 3, 184, 3945, 8, 184, 3, 184, 3947, 8, 184, 1, 185, 1, + 185, 1, 185, 1, 185, 1, 185, 3, 185, 3954, 8, 185, 1, 185, 1, 185, 1, 185, + 1, 185, 1, 185, 1, 185, 3, 185, 3962, 8, 185, 1, 186, 1, 186, 1, 186, 3, + 186, 3967, 8, 186, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 188, 1, 188, + 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 3, 188, 3982, 8, 188, 1, + 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, + 188, 1, 188, 3, 188, 3995, 8, 188, 3, 188, 3997, 8, 188, 1, 189, 1, 189, + 3, 189, 4001, 8, 189, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, + 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, + 190, 1, 190, 1, 190, 3, 190, 4021, 8, 190, 1, 191, 1, 191, 1, 191, 1, 191, + 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 192, 1, 192, 1, 192, 1, 192, + 1, 192, 1, 192, 3, 192, 4038, 8, 192, 1, 192, 3, 192, 4041, 8, 192, 1, + 192, 3, 192, 4044, 8, 192, 1, 192, 3, 192, 4047, 8, 192, 1, 192, 3, 192, + 4050, 8, 192, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 3, 193, 4058, + 8, 193, 1, 193, 3, 193, 4061, 8, 193, 1, 193, 3, 193, 4064, 8, 193, 1, + 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 195, 1, 195, 1, 195, 1, 195, 1, + 195, 1, 195, 1, 196, 1, 196, 1, 196, 1, 197, 1, 197, 1, 197, 1, 198, 1, + 198, 1, 198, 1, 199, 1, 199, 1, 199, 1, 200, 1, 200, 1, 201, 1, 201, 1, + 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 202, 1, 202, 1, + 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 3, 203, 4110, + 8, 203, 1, 203, 3, 203, 4113, 8, 203, 1, 203, 3, 203, 4116, 8, 203, 1, + 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, + 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 3, 203, 4134, 8, 203, + 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 3, 203, 4141, 8, 203, 1, 203, 1, + 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 3, 203, 4150, 8, 203, 1, 204, + 1, 204, 1, 204, 1, 204, 3, 204, 4156, 8, 204, 1, 205, 1, 205, 1, 205, 5, + 205, 4161, 8, 205, 10, 205, 12, 205, 4164, 9, 205, 1, 206, 1, 206, 1, 206, + 1, 206, 1, 206, 1, 206, 1, 206, 3, 206, 4173, 8, 206, 1, 207, 1, 207, 1, + 207, 1, 208, 4, 208, 4179, 8, 208, 11, 208, 12, 208, 4180, 1, 209, 1, 209, + 1, 209, 3, 209, 4186, 8, 209, 1, 209, 1, 209, 1, 210, 1, 210, 1, 211, 1, + 211, 1, 212, 1, 212, 1, 213, 1, 213, 3, 213, 4198, 8, 213, 1, 213, 1, 213, + 1, 214, 1, 214, 1, 215, 1, 215, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, + 1, 217, 1, 217, 1, 218, 1, 218, 3, 218, 4215, 8, 218, 1, 218, 1, 218, 5, + 218, 4219, 8, 218, 10, 218, 12, 218, 4222, 9, 218, 1, 219, 1, 219, 1, 219, + 1, 219, 3, 219, 4228, 8, 219, 1, 220, 1, 220, 1, 220, 1, 221, 5, 221, 4234, + 8, 221, 10, 221, 12, 221, 4237, 9, 221, 1, 222, 1, 222, 1, 222, 1, 222, + 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 3, 222, 4250, 8, + 222, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, + 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, + 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 3, + 223, 4278, 8, 223, 1, 224, 1, 224, 1, 224, 5, 224, 4283, 8, 224, 10, 224, + 12, 224, 4286, 9, 224, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, + 1, 226, 1, 226, 1, 226, 5, 226, 4297, 8, 226, 10, 226, 12, 226, 4300, 9, + 226, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 228, 1, 228, 1, + 228, 1, 228, 1, 228, 1, 228, 3, 228, 4314, 8, 228, 1, 229, 1, 229, 1, 229, + 1, 229, 1, 229, 1, 229, 1, 229, 1, 229, 1, 229, 1, 230, 1, 230, 3, 230, + 4327, 8, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 3, + 230, 4336, 8, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, + 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, + 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 3, 230, 4361, 8, + 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, + 230, 3, 230, 4372, 8, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, + 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, + 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, + 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, + 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, + 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, + 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, + 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 3, 230, 4439, 8, 230, 1, 231, 1, + 231, 1, 231, 1, 231, 1, 232, 1, 232, 1, 232, 5, 232, 4448, 8, 232, 10, + 232, 12, 232, 4451, 9, 232, 1, 233, 1, 233, 1, 233, 3, 233, 4456, 8, 233, + 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 3, 234, 4464, 8, 234, 1, + 235, 1, 235, 1, 235, 1, 235, 1, 236, 1, 236, 1, 236, 5, 236, 4473, 8, 236, + 10, 236, 12, 236, 4476, 9, 236, 1, 237, 1, 237, 1, 237, 1, 237, 1, 238, + 1, 238, 1, 239, 1, 239, 1, 239, 5, 239, 4487, 8, 239, 10, 239, 12, 239, + 4490, 9, 239, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 3, 240, 4498, + 8, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, + 3, 240, 4508, 8, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, + 240, 1, 240, 1, 240, 1, 240, 3, 240, 4520, 8, 240, 1, 240, 1, 240, 1, 240, + 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, + 1, 240, 3, 240, 4535, 8, 240, 1, 241, 1, 241, 1, 241, 1, 241, 1, 242, 1, + 242, 1, 242, 1, 242, 1, 242, 3, 242, 4546, 8, 242, 1, 242, 1, 242, 1, 242, + 1, 242, 1, 242, 1, 242, 3, 242, 4554, 8, 242, 1, 242, 1, 242, 1, 242, 1, + 243, 1, 243, 1, 243, 5, 243, 4562, 8, 243, 10, 243, 12, 243, 4565, 9, 243, + 1, 244, 1, 244, 1, 244, 1, 244, 3, 244, 4571, 8, 244, 1, 244, 3, 244, 4574, + 8, 244, 1, 244, 1, 244, 1, 244, 1, 244, 3, 244, 4580, 8, 244, 1, 244, 3, + 244, 4583, 8, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, + 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 3, 244, 4598, 8, 244, 1, + 245, 1, 245, 1, 246, 1, 246, 1, 246, 1, 247, 1, 247, 1, 247, 1, 247, 1, + 247, 1, 247, 3, 247, 4611, 8, 247, 1, 248, 1, 248, 1, 249, 1, 249, 1, 249, + 1, 249, 1, 249, 1, 249, 1, 249, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, + 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, + 1, 250, 1, 250, 1, 250, 1, 250, 3, 250, 4640, 8, 250, 1, 251, 1, 251, 1, + 251, 5, 251, 4645, 8, 251, 10, 251, 12, 251, 4648, 9, 251, 1, 252, 1, 252, + 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, + 1, 252, 3, 252, 4662, 8, 252, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, + 253, 1, 253, 3, 253, 4671, 8, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, + 1, 253, 1, 253, 1, 253, 1, 253, 3, 253, 4682, 8, 253, 3, 253, 4684, 8, + 253, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 3, 254, 4693, + 8, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, + 1, 254, 3, 254, 4704, 8, 254, 3, 254, 4706, 8, 254, 1, 255, 1, 255, 1, + 255, 1, 255, 1, 255, 3, 255, 4713, 8, 255, 1, 256, 1, 256, 1, 256, 1, 256, + 1, 256, 1, 256, 1, 256, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, + 3, 257, 4728, 8, 257, 1, 257, 1, 257, 1, 257, 1, 257, 3, 257, 4734, 8, + 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 3, 257, 4742, 8, 257, + 1, 257, 1, 257, 1, 257, 1, 257, 3, 257, 4748, 8, 257, 1, 257, 1, 257, 1, + 257, 1, 257, 1, 257, 1, 257, 3, 257, 4756, 8, 257, 1, 257, 1, 257, 1, 257, + 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 3, 257, 4766, 8, 257, 1, 257, 1, + 257, 1, 257, 1, 257, 3, 257, 4772, 8, 257, 1, 257, 1, 257, 1, 257, 1, 257, + 1, 257, 1, 257, 3, 257, 4780, 8, 257, 1, 257, 1, 257, 1, 257, 1, 257, 3, + 257, 4786, 8, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 3, 257, + 4794, 8, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 3, 257, 4801, 8, + 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 3, 257, 4810, + 8, 257, 3, 257, 4812, 8, 257, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, + 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, + 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 3, + 258, 4837, 8, 258, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 3, 259, 4844, + 8, 259, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, + 1, 260, 3, 260, 4855, 8, 260, 1, 260, 1, 260, 1, 260, 1, 260, 3, 260, 4861, + 8, 260, 1, 261, 1, 261, 1, 262, 1, 262, 1, 262, 5, 262, 4868, 8, 262, 10, + 262, 12, 262, 4871, 9, 262, 1, 263, 1, 263, 3, 263, 4875, 8, 263, 1, 264, + 1, 264, 4, 264, 4879, 8, 264, 11, 264, 12, 264, 4880, 1, 265, 1, 265, 1, + 265, 5, 265, 4886, 8, 265, 10, 265, 12, 265, 4889, 9, 265, 1, 266, 1, 266, + 3, 266, 4893, 8, 266, 1, 266, 1, 266, 3, 266, 4897, 8, 266, 1, 266, 3, + 266, 4900, 8, 266, 1, 267, 1, 267, 1, 267, 1, 267, 3, 267, 4906, 8, 267, + 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, + 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, + 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, + 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, + 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, + 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, + 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, + 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, + 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, + 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, + 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, + 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, + 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, + 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, + 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, + 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, + 1, 268, 1, 268, 1, 268, 3, 268, 5055, 8, 268, 1, 269, 1, 269, 3, 269, 5059, + 8, 269, 1, 270, 1, 270, 1, 270, 3, 270, 5064, 8, 270, 1, 270, 1, 270, 1, + 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 3, 270, 5075, 8, 270, + 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, + 3, 270, 5086, 8, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, + 270, 1, 270, 1, 270, 3, 270, 5097, 8, 270, 1, 270, 1, 270, 1, 270, 1, 270, + 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 3, 270, 5108, 8, 270, 1, 270, 1, + 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 3, 270, 5119, + 8, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, + 1, 270, 3, 270, 5130, 8, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, + 270, 1, 270, 1, 270, 1, 270, 3, 270, 5141, 8, 270, 1, 270, 1, 270, 1, 270, + 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 3, 270, 5153, 8, + 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, + 270, 3, 270, 5164, 8, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, + 3, 270, 5172, 8, 270, 1, 271, 1, 271, 1, 271, 1, 272, 1, 272, 3, 272, 5179, + 8, 272, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5185, 8, 273, 1, 274, 1, + 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5193, 8, 274, 1, 274, 1, 274, + 1, 274, 3, 274, 5198, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5203, 8, + 274, 1, 274, 1, 274, 1, 274, 3, 274, 5208, 8, 274, 1, 274, 1, 274, 1, 274, + 1, 274, 3, 274, 5214, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, + 274, 5221, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5227, 8, 274, + 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5233, 8, 274, 1, 274, 1, 274, 1, + 274, 3, 274, 5238, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5244, + 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5251, 8, 274, 1, + 274, 1, 274, 1, 274, 3, 274, 5256, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, + 3, 274, 5262, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5269, + 8, 274, 1, 274, 3, 274, 5272, 8, 274, 1, 275, 1, 275, 1, 276, 1, 276, 1, + 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 3, 277, 5285, 8, 277, + 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 3, 278, 5294, 8, + 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, + 278, 1, 278, 3, 278, 5306, 8, 278, 3, 278, 5308, 8, 278, 1, 279, 1, 279, + 1, 279, 1, 279, 1, 279, 1, 279, 1, 279, 1, 279, 1, 279, 1, 279, 1, 279, + 1, 279, 1, 279, 1, 279, 1, 279, 3, 279, 5325, 8, 279, 1, 280, 1, 280, 1, + 280, 5, 280, 5330, 8, 280, 10, 280, 12, 280, 5333, 9, 280, 1, 281, 1, 281, + 3, 281, 5337, 8, 281, 1, 281, 1, 281, 3, 281, 5341, 8, 281, 1, 281, 1, + 281, 3, 281, 5345, 8, 281, 1, 281, 1, 281, 1, 281, 1, 281, 3, 281, 5351, + 8, 281, 3, 281, 5353, 8, 281, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, + 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, + 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, + 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, + 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, + 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, + 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, + 282, 3, 282, 5415, 8, 282, 1, 283, 1, 283, 1, 283, 5, 283, 5420, 8, 283, + 10, 283, 12, 283, 5423, 9, 283, 1, 284, 1, 284, 1, 284, 3, 284, 5428, 8, + 284, 1, 285, 1, 285, 1, 285, 5, 285, 5433, 8, 285, 10, 285, 12, 285, 5436, + 9, 285, 1, 286, 1, 286, 1, 286, 3, 286, 5441, 8, 286, 1, 287, 1, 287, 1, + 287, 1, 287, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 3, 288, 5452, 8, 288, + 1, 288, 3, 288, 5455, 8, 288, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 3, + 289, 5462, 8, 289, 1, 289, 3, 289, 5465, 8, 289, 1, 289, 1, 289, 1, 289, + 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 3, 289, 5475, 8, 289, 1, 289, 3, + 289, 5478, 8, 289, 3, 289, 5480, 8, 289, 1, 290, 1, 290, 1, 290, 1, 290, + 1, 291, 1, 291, 1, 291, 1, 291, 1, 292, 1, 292, 1, 292, 1, 292, 1, 292, + 1, 292, 1, 293, 5, 293, 5497, 8, 293, 10, 293, 12, 293, 5500, 9, 293, 1, + 294, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 3, + 294, 5511, 8, 294, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, + 3, 295, 5520, 8, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, + 295, 3, 295, 5529, 8, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, + 1, 295, 1, 295, 1, 295, 1, 295, 3, 295, 5541, 8, 295, 3, 295, 5543, 8, + 295, 1, 296, 1, 296, 1, 297, 1, 297, 3, 297, 5549, 8, 297, 1, 297, 1, 297, + 3, 297, 5553, 8, 297, 1, 297, 1, 297, 1, 297, 3, 297, 5558, 8, 297, 1, + 297, 3, 297, 5561, 8, 297, 1, 297, 1, 297, 1, 297, 3, 297, 5566, 8, 297, + 1, 297, 1, 297, 1, 297, 1, 297, 3, 297, 5572, 8, 297, 1, 297, 3, 297, 5575, + 8, 297, 1, 297, 3, 297, 5578, 8, 297, 1, 297, 3, 297, 5581, 8, 297, 1, + 297, 3, 297, 5584, 8, 297, 1, 298, 1, 298, 1, 299, 1, 299, 1, 300, 1, 300, + 1, 301, 1, 301, 1, 301, 1, 302, 1, 302, 1, 302, 5, 302, 5598, 8, 302, 10, + 302, 12, 302, 5601, 9, 302, 1, 303, 3, 303, 5604, 8, 303, 1, 303, 3, 303, + 5607, 8, 303, 1, 303, 3, 303, 5610, 8, 303, 1, 303, 3, 303, 5613, 8, 303, + 1, 303, 3, 303, 5616, 8, 303, 1, 303, 1, 303, 1, 303, 3, 303, 5621, 8, + 303, 1, 303, 3, 303, 5624, 8, 303, 3, 303, 5626, 8, 303, 1, 304, 1, 304, + 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, + 3, 304, 5639, 8, 304, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 306, 1, + 306, 1, 306, 5, 306, 5649, 8, 306, 10, 306, 12, 306, 5652, 9, 306, 1, 307, + 1, 307, 1, 307, 1, 308, 1, 308, 1, 309, 1, 309, 1, 310, 1, 310, 1, 310, + 1, 310, 3, 310, 5665, 8, 310, 1, 311, 1, 311, 3, 311, 5669, 8, 311, 1, + 311, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 1, + 311, 3, 311, 5681, 8, 311, 3, 311, 5683, 8, 311, 1, 311, 1, 311, 1, 312, + 1, 312, 1, 312, 1, 313, 1, 313, 3, 313, 5692, 8, 313, 1, 313, 1, 313, 1, + 314, 1, 314, 1, 314, 5, 314, 5699, 8, 314, 10, 314, 12, 314, 5702, 9, 314, + 1, 315, 1, 315, 1, 315, 5, 315, 5707, 8, 315, 10, 315, 12, 315, 5710, 9, + 315, 1, 316, 1, 316, 1, 316, 1, 316, 1, 316, 1, 316, 3, 316, 5718, 8, 316, + 3, 316, 5720, 8, 316, 1, 317, 1, 317, 3, 317, 5724, 8, 317, 1, 317, 1, + 317, 1, 318, 1, 318, 1, 318, 5, 318, 5731, 8, 318, 10, 318, 12, 318, 5734, + 9, 318, 1, 319, 1, 319, 3, 319, 5738, 8, 319, 1, 319, 1, 319, 1, 319, 1, + 319, 3, 319, 5744, 8, 319, 1, 319, 1, 319, 1, 319, 3, 319, 5749, 8, 319, + 1, 320, 1, 320, 3, 320, 5753, 8, 320, 1, 320, 1, 320, 1, 320, 3, 320, 5758, + 8, 320, 1, 321, 1, 321, 1, 321, 1, 321, 3, 321, 5764, 8, 321, 1, 322, 1, + 322, 1, 323, 1, 323, 3, 323, 5770, 8, 323, 1, 323, 1, 323, 1, 323, 1, 323, + 3, 323, 5776, 8, 323, 1, 323, 1, 323, 1, 323, 1, 323, 3, 323, 5782, 8, + 323, 1, 324, 1, 324, 1, 324, 3, 324, 5787, 8, 324, 1, 325, 1, 325, 1, 326, + 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, + 1, 326, 3, 326, 5802, 8, 326, 1, 326, 1, 326, 1, 327, 1, 327, 1, 327, 5, + 327, 5809, 8, 327, 10, 327, 12, 327, 5812, 9, 327, 1, 328, 1, 328, 1, 328, + 1, 329, 1, 329, 1, 329, 5, 329, 5820, 8, 329, 10, 329, 12, 329, 5823, 9, + 329, 1, 330, 4, 330, 5826, 8, 330, 11, 330, 12, 330, 5827, 1, 330, 1, 330, + 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, + 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, + 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, + 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 3, 331, + 5867, 8, 331, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, + 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 3, 332, 5882, 8, 332, 1, 333, + 1, 333, 1, 333, 1, 333, 1, 333, 3, 333, 5889, 8, 333, 1, 334, 1, 334, 1, + 334, 1, 334, 1, 334, 1, 334, 1, 334, 5, 334, 5898, 8, 334, 10, 334, 12, + 334, 5901, 9, 334, 1, 335, 1, 335, 1, 335, 1, 336, 1, 336, 1, 336, 1, 337, + 1, 337, 1, 337, 5, 337, 5912, 8, 337, 10, 337, 12, 337, 5915, 9, 337, 1, + 338, 1, 338, 1, 338, 1, 338, 1, 338, 3, 338, 5922, 8, 338, 1, 339, 4, 339, + 5925, 8, 339, 11, 339, 12, 339, 5926, 1, 340, 1, 340, 1, 341, 1, 341, 1, + 341, 1, 341, 3, 341, 5935, 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, + 1, 341, 3, 341, 5943, 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 5949, + 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 5957, 8, + 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 5963, 8, 341, 1, 341, 1, 341, + 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 5971, 8, 341, 3, 341, 5973, 8, + 341, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 5979, 8, 342, 1, 342, 1, 342, + 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 5987, 8, 342, 3, 342, 5989, 8, + 342, 1, 343, 1, 343, 1, 343, 1, 343, 3, 343, 5995, 8, 343, 1, 343, 1, 343, + 1, 343, 1, 343, 1, 343, 1, 343, 3, 343, 6003, 8, 343, 3, 343, 6005, 8, + 343, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, + 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, + 344, 1, 344, 1, 344, 1, 344, 1, 344, 3, 344, 6029, 8, 344, 1, 345, 1, 345, + 1, 345, 5, 345, 6034, 8, 345, 10, 345, 12, 345, 6037, 9, 345, 1, 345, 1, + 345, 1, 346, 1, 346, 1, 346, 5, 346, 6044, 8, 346, 10, 346, 12, 346, 6047, + 9, 346, 1, 347, 1, 347, 1, 347, 1, 348, 1, 348, 1, 348, 1, 349, 4, 349, + 6056, 8, 349, 11, 349, 12, 349, 6057, 1, 350, 1, 350, 1, 350, 3, 350, 6063, + 8, 350, 1, 351, 1, 351, 1, 351, 1, 351, 1, 351, 1, 351, 1, 351, 1, 351, + 1, 351, 1, 351, 1, 351, 3, 351, 6076, 8, 351, 1, 351, 1, 351, 1, 351, 1, + 351, 1, 351, 1, 351, 1, 351, 1, 351, 1, 351, 1, 351, 3, 351, 6088, 8, 351, + 1, 351, 1, 351, 1, 351, 1, 351, 1, 351, 1, 351, 1, 351, 1, 351, 1, 351, + 1, 351, 3, 351, 6100, 8, 351, 3, 351, 6102, 8, 351, 1, 352, 1, 352, 1, + 352, 1, 352, 3, 352, 6108, 8, 352, 1, 353, 1, 353, 1, 353, 3, 353, 6113, + 8, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 3, 353, 6121, 8, + 353, 1, 354, 1, 354, 1, 354, 1, 355, 1, 355, 3, 355, 6128, 8, 355, 1, 355, + 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 356, + 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, + 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, + 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, + 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 3, 356, 6173, 8, 356, 1, + 357, 1, 357, 1, 357, 3, 357, 6178, 8, 357, 1, 357, 1, 357, 1, 357, 1, 357, + 1, 357, 3, 357, 6185, 8, 357, 1, 358, 1, 358, 1, 358, 3, 358, 6190, 8, + 358, 1, 358, 1, 358, 1, 358, 1, 358, 1, 358, 3, 358, 6197, 8, 358, 1, 358, + 1, 358, 1, 358, 1, 358, 1, 358, 1, 358, 1, 358, 1, 358, 3, 358, 6207, 8, + 358, 1, 358, 1, 358, 1, 358, 1, 358, 1, 358, 1, 358, 1, 358, 1, 358, 3, + 358, 6217, 8, 358, 1, 358, 1, 358, 3, 358, 6221, 8, 358, 1, 359, 1, 359, + 1, 360, 1, 360, 1, 361, 1, 361, 1, 361, 5, 361, 6230, 8, 361, 10, 361, + 12, 361, 6233, 9, 361, 1, 362, 1, 362, 1, 363, 1, 363, 1, 363, 1, 363, + 1, 363, 1, 363, 1, 363, 1, 363, 1, 363, 1, 363, 1, 363, 1, 363, 3, 363, + 6249, 8, 363, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, + 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, + 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, + 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, + 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, + 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, + 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, + 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 3, 364, 6320, + 8, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 3, 364, 6515, 8, 364, 1, 364, 1, + 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, + 364, 3, 364, 6528, 8, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 3, 364, 6539, 8, 364, 1, 364, 1, 364, 1, 364, 1, + 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 3, 364, 6552, + 8, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 3, 364, 6564, 8, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, + 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 3, 364, 6578, + 8, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 3, 364, 6610, 8, 364, 1, 364, 1, 364, 1, + 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, + 364, 3, 364, 6624, 8, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, + 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 3, 364, 6736, 8, 364, 3, 364, 6738, + 8, 364, 1, 365, 1, 365, 1, 366, 1, 366, 1, 366, 1, 367, 1, 367, 1, 367, + 1, 367, 3, 367, 6749, 8, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, + 367, 1, 367, 1, 367, 1, 367, 3, 367, 6760, 8, 367, 1, 367, 1, 367, 1, 367, + 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 3, 367, 6771, 8, 367, 1, + 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, + 367, 1, 367, 3, 367, 6784, 8, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, + 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 3, 367, 6796, 8, 367, 1, 367, 1, + 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 3, 367, 6807, + 8, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 3, 367, 6814, 8, 367, 1, + 368, 1, 368, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, + 369, 1, 369, 1, 369, 3, 369, 7035, 8, 369, 1, 370, 1, 370, 1, 370, 1, 370, + 1, 370, 1, 370, 1, 370, 1, 370, 1, 371, 1, 371, 1, 371, 5, 371, 7048, 8, + 371, 10, 371, 12, 371, 7051, 9, 371, 1, 372, 1, 372, 1, 372, 1, 372, 1, + 372, 1, 372, 1, 372, 1, 372, 3, 372, 7061, 8, 372, 1, 373, 1, 373, 1, 373, + 1, 373, 1, 373, 3, 373, 7068, 8, 373, 1, 374, 1, 374, 1, 374, 1, 374, 1, + 374, 1, 374, 1, 374, 1, 374, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, + 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, + 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, + 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, + 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, + 375, 1, 375, 1, 375, 3, 375, 7122, 8, 375, 1, 375, 1, 375, 1, 375, 1, 375, + 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, + 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, + 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, + 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, + 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, + 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, + 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, + 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, + 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, + 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, + 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, + 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, + 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, + 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, + 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, + 3, 375, 7263, 8, 375, 1, 376, 1, 376, 1, 376, 1, 376, 3, 376, 7269, 8, + 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 3, 376, 7278, + 8, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 3, 376, 7286, 8, + 376, 3, 376, 7288, 8, 376, 1, 377, 1, 377, 1, 377, 5, 377, 7293, 8, 377, + 10, 377, 12, 377, 7296, 9, 377, 1, 378, 1, 378, 1, 378, 3, 378, 7301, 8, + 378, 1, 378, 3, 378, 7304, 8, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, + 3, 378, 7311, 8, 378, 1, 378, 1, 378, 3, 378, 7315, 8, 378, 1, 378, 3, + 378, 7318, 8, 378, 1, 378, 1, 378, 1, 378, 3, 378, 7323, 8, 378, 1, 378, + 3, 378, 7326, 8, 378, 1, 378, 1, 378, 3, 378, 7330, 8, 378, 1, 378, 3, + 378, 7333, 8, 378, 1, 378, 3, 378, 7336, 8, 378, 1, 379, 1, 379, 1, 379, + 1, 379, 1, 379, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, + 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, + 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 3, 380, + 7367, 8, 380, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, + 381, 3, 381, 7377, 8, 381, 1, 382, 1, 382, 1, 382, 5, 382, 7382, 8, 382, + 10, 382, 12, 382, 7385, 9, 382, 1, 383, 1, 383, 1, 384, 1, 384, 1, 384, + 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, + 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 3, 384, 7407, 8, 384, 1, + 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 3, 384, 7416, 8, 384, + 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, + 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 3, 384, 7434, 8, + 384, 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 7440, 8, 385, 1, 385, 1, 385, + 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 7448, 8, 385, 3, 385, 7450, 8, + 385, 1, 386, 1, 386, 3, 386, 7454, 8, 386, 1, 386, 1, 386, 1, 386, 1, 386, + 1, 386, 1, 386, 1, 386, 1, 386, 3, 386, 7464, 8, 386, 1, 386, 1, 386, 3, + 386, 7468, 8, 386, 1, 386, 1, 386, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, + 1, 387, 3, 387, 7478, 8, 387, 1, 388, 3, 388, 7481, 8, 388, 1, 388, 1, + 388, 3, 388, 7485, 8, 388, 5, 388, 7487, 8, 388, 10, 388, 12, 388, 7490, + 9, 388, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 3, 389, 7497, 8, 389, 1, + 390, 1, 390, 1, 391, 1, 391, 1, 392, 1, 392, 1, 393, 1, 393, 1, 393, 3, + 393, 7508, 8, 393, 1, 394, 1, 394, 1, 394, 1, 395, 1, 395, 1, 395, 1, 396, + 1, 396, 1, 396, 1, 396, 3, 396, 7520, 8, 396, 1, 397, 1, 397, 3, 397, 7524, + 8, 397, 1, 397, 3, 397, 7527, 8, 397, 1, 397, 1, 397, 3, 397, 7531, 8, + 397, 1, 397, 3, 397, 7534, 8, 397, 1, 397, 1, 397, 1, 397, 3, 397, 7539, + 8, 397, 1, 397, 1, 397, 3, 397, 7543, 8, 397, 1, 397, 3, 397, 7546, 8, + 397, 1, 397, 1, 397, 3, 397, 7550, 8, 397, 1, 397, 3, 397, 7553, 8, 397, + 1, 397, 1, 397, 3, 397, 7557, 8, 397, 1, 397, 3, 397, 7560, 8, 397, 1, + 397, 1, 397, 1, 397, 1, 397, 1, 397, 1, 397, 1, 397, 1, 397, 1, 397, 3, + 397, 7571, 8, 397, 1, 397, 1, 397, 1, 397, 1, 397, 1, 397, 3, 397, 7578, + 8, 397, 1, 397, 1, 397, 1, 397, 1, 397, 1, 397, 1, 397, 1, 397, 1, 397, + 1, 397, 1, 397, 1, 397, 3, 397, 7591, 8, 397, 1, 398, 1, 398, 1, 399, 1, + 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 3, + 399, 7605, 8, 399, 1, 400, 1, 400, 3, 400, 7609, 8, 400, 1, 400, 5, 400, + 7612, 8, 400, 10, 400, 12, 400, 7615, 9, 400, 1, 401, 1, 401, 1, 402, 1, + 402, 3, 402, 7621, 8, 402, 1, 402, 1, 402, 1, 403, 1, 403, 1, 403, 3, 403, + 7628, 8, 403, 1, 403, 3, 403, 7631, 8, 403, 1, 403, 1, 403, 1, 403, 3, + 403, 7636, 8, 403, 1, 403, 3, 403, 7639, 8, 403, 1, 403, 1, 403, 1, 403, + 1, 403, 1, 403, 1, 403, 1, 403, 3, 403, 7648, 8, 403, 3, 403, 7650, 8, + 403, 1, 403, 1, 403, 1, 403, 3, 403, 7655, 8, 403, 1, 404, 1, 404, 3, 404, + 7659, 8, 404, 1, 404, 1, 404, 1, 404, 1, 405, 1, 405, 1, 405, 1, 406, 1, + 406, 1, 406, 1, 406, 3, 406, 7671, 8, 406, 1, 406, 3, 406, 7674, 8, 406, + 1, 407, 1, 407, 1, 408, 4, 408, 7679, 8, 408, 11, 408, 12, 408, 7680, 1, + 409, 1, 409, 3, 409, 7685, 8, 409, 1, 409, 1, 409, 1, 409, 3, 409, 7690, + 8, 409, 1, 410, 1, 410, 1, 410, 1, 410, 1, 410, 1, 410, 1, 410, 1, 410, + 3, 410, 7700, 8, 410, 1, 411, 1, 411, 1, 412, 1, 412, 1, 412, 1, 412, 1, + 412, 3, 412, 7709, 8, 412, 1, 412, 3, 412, 7712, 8, 412, 1, 412, 1, 412, + 1, 412, 1, 412, 1, 412, 1, 412, 3, 412, 7720, 8, 412, 1, 413, 1, 413, 1, + 413, 1, 413, 1, 413, 1, 414, 1, 414, 1, 414, 1, 414, 3, 414, 7731, 8, 414, + 1, 414, 1, 414, 3, 414, 7735, 8, 414, 1, 414, 1, 414, 1, 414, 1, 414, 3, + 414, 7741, 8, 414, 1, 415, 1, 415, 1, 415, 5, 415, 7746, 8, 415, 10, 415, + 12, 415, 7749, 9, 415, 1, 416, 1, 416, 1, 417, 1, 417, 1, 417, 1, 417, + 1, 417, 1, 417, 1, 418, 1, 418, 1, 418, 1, 418, 1, 418, 1, 419, 1, 419, + 1, 419, 1, 419, 3, 419, 7768, 8, 419, 1, 419, 1, 419, 1, 419, 1, 420, 1, + 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, + 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 3, 420, 7789, 8, 420, 1, 420, + 1, 420, 3, 420, 7793, 8, 420, 1, 420, 1, 420, 1, 420, 3, 420, 7798, 8, + 420, 1, 421, 1, 421, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, + 422, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, + 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, + 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, + 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, + 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, + 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, + 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, + 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, + 423, 3, 423, 7881, 8, 423, 1, 424, 1, 424, 1, 425, 1, 425, 3, 425, 7887, + 8, 425, 1, 425, 1, 425, 1, 425, 1, 425, 1, 425, 1, 425, 1, 425, 1, 425, + 1, 425, 1, 426, 1, 426, 3, 426, 7900, 8, 426, 1, 426, 1, 426, 3, 426, 7904, + 8, 426, 1, 426, 1, 426, 3, 426, 7908, 8, 426, 1, 426, 1, 426, 3, 426, 7912, + 8, 426, 1, 426, 1, 426, 1, 426, 1, 426, 3, 426, 7918, 8, 426, 1, 427, 1, + 427, 1, 427, 1, 428, 1, 428, 3, 428, 7925, 8, 428, 1, 428, 3, 428, 7928, + 8, 428, 1, 428, 3, 428, 7931, 8, 428, 1, 428, 3, 428, 7934, 8, 428, 1, + 428, 3, 428, 7937, 8, 428, 1, 428, 1, 428, 1, 428, 1, 428, 1, 428, 3, 428, + 7944, 8, 428, 3, 428, 7946, 8, 428, 1, 429, 1, 429, 3, 429, 7950, 8, 429, + 1, 429, 3, 429, 7953, 8, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 3, + 429, 7960, 8, 429, 3, 429, 7962, 8, 429, 1, 430, 1, 430, 1, 430, 5, 430, + 7967, 8, 430, 10, 430, 12, 430, 7970, 9, 430, 1, 431, 1, 431, 1, 432, 1, + 432, 3, 432, 7976, 8, 432, 1, 433, 1, 433, 3, 433, 7980, 8, 433, 1, 434, + 1, 434, 3, 434, 7984, 8, 434, 1, 435, 1, 435, 1, 436, 1, 436, 1, 437, 1, + 437, 1, 438, 1, 438, 1, 439, 1, 439, 1, 439, 1, 439, 1, 440, 1, 440, 3, + 440, 8000, 8, 440, 1, 441, 1, 441, 1, 441, 5, 441, 8005, 8, 441, 10, 441, + 12, 441, 8008, 9, 441, 1, 442, 1, 442, 1, 443, 1, 443, 1, 443, 1, 443, + 1, 443, 3, 443, 8017, 8, 443, 1, 443, 1, 443, 1, 443, 1, 443, 1, 443, 1, + 443, 1, 443, 1, 443, 1, 443, 1, 443, 1, 443, 3, 443, 8030, 8, 443, 1, 444, + 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 3, 444, + 8041, 8, 444, 1, 445, 1, 445, 1, 445, 5, 445, 8046, 8, 445, 10, 445, 12, + 445, 8049, 9, 445, 1, 446, 1, 446, 3, 446, 8053, 8, 446, 1, 447, 1, 447, + 3, 447, 8057, 8, 447, 1, 448, 1, 448, 3, 448, 8061, 8, 448, 1, 449, 1, + 449, 1, 449, 3, 449, 8066, 8, 449, 1, 449, 1, 449, 1, 449, 1, 450, 1, 450, + 1, 450, 1, 450, 1, 451, 1, 451, 1, 451, 1, 451, 1, 451, 3, 451, 8080, 8, + 451, 1, 452, 1, 452, 1, 452, 3, 452, 8085, 8, 452, 1, 452, 1, 452, 3, 452, + 8089, 8, 452, 1, 452, 1, 452, 1, 452, 1, 452, 1, 452, 1, 452, 3, 452, 8097, + 8, 452, 1, 452, 3, 452, 8100, 8, 452, 1, 452, 1, 452, 3, 452, 8104, 8, + 452, 1, 452, 1, 452, 1, 452, 1, 452, 1, 452, 1, 452, 1, 452, 1, 452, 1, + 452, 3, 452, 8115, 8, 452, 1, 452, 3, 452, 8118, 8, 452, 3, 452, 8120, + 8, 452, 1, 453, 1, 453, 1, 453, 1, 453, 1, 454, 1, 454, 1, 454, 1, 454, + 1, 454, 1, 454, 1, 454, 1, 454, 1, 454, 1, 454, 3, 454, 8136, 8, 454, 1, + 455, 3, 455, 8139, 8, 455, 1, 455, 1, 455, 1, 455, 1, 455, 1, 455, 3, 455, + 8146, 8, 455, 1, 455, 3, 455, 8149, 8, 455, 1, 456, 1, 456, 1, 456, 3, + 456, 8154, 8, 456, 1, 457, 1, 457, 1, 457, 1, 457, 1, 457, 1, 457, 1, 457, + 1, 457, 1, 457, 1, 457, 1, 457, 1, 457, 1, 457, 3, 457, 8169, 8, 457, 1, + 457, 1, 457, 1, 457, 1, 457, 3, 457, 8175, 8, 457, 1, 458, 1, 458, 1, 459, + 1, 459, 1, 459, 5, 459, 8182, 8, 459, 10, 459, 12, 459, 8185, 9, 459, 1, + 460, 1, 460, 1, 460, 1, 461, 1, 461, 1, 461, 3, 461, 8193, 8, 461, 1, 461, + 1, 461, 1, 461, 1, 461, 1, 461, 3, 461, 8200, 8, 461, 1, 461, 3, 461, 8203, + 8, 461, 1, 462, 1, 462, 1, 462, 1, 462, 3, 462, 8209, 8, 462, 1, 462, 1, + 462, 1, 462, 3, 462, 8214, 8, 462, 1, 463, 1, 463, 1, 463, 1, 464, 3, 464, + 8220, 8, 464, 1, 464, 1, 464, 1, 464, 3, 464, 8225, 8, 464, 1, 464, 1, + 464, 3, 464, 8229, 8, 464, 1, 464, 1, 464, 1, 464, 3, 464, 8234, 8, 464, + 1, 464, 3, 464, 8237, 8, 464, 1, 464, 1, 464, 1, 464, 1, 464, 3, 464, 8243, + 8, 464, 1, 464, 1, 464, 3, 464, 8247, 8, 464, 3, 464, 8249, 8, 464, 1, + 464, 3, 464, 8252, 8, 464, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 3, 465, + 8259, 8, 465, 1, 465, 3, 465, 8262, 8, 465, 1, 465, 1, 465, 1, 465, 1, + 465, 1, 465, 3, 465, 8269, 8, 465, 1, 465, 1, 465, 1, 466, 1, 466, 1, 466, + 1, 466, 3, 466, 8277, 8, 466, 1, 466, 3, 466, 8280, 8, 466, 1, 466, 1, + 466, 1, 466, 1, 466, 1, 467, 1, 467, 1, 467, 3, 467, 8289, 8, 467, 1, 467, + 1, 467, 1, 468, 3, 468, 8294, 8, 468, 1, 468, 1, 468, 1, 468, 1, 468, 3, + 468, 8300, 8, 468, 1, 468, 3, 468, 8303, 8, 468, 1, 468, 3, 468, 8306, + 8, 468, 1, 469, 1, 469, 1, 469, 1, 470, 1, 470, 3, 470, 8313, 8, 470, 1, + 470, 1, 470, 3, 470, 8317, 8, 470, 1, 470, 3, 470, 8320, 8, 470, 1, 471, + 1, 471, 1, 471, 1, 471, 1, 472, 1, 472, 1, 472, 1, 472, 1, 472, 1, 472, + 1, 472, 1, 472, 1, 472, 3, 472, 8335, 8, 472, 1, 472, 3, 472, 8338, 8, + 472, 1, 473, 1, 473, 1, 474, 1, 474, 1, 474, 3, 474, 8345, 8, 474, 1, 475, + 3, 475, 8348, 8, 475, 1, 475, 1, 475, 1, 475, 1, 475, 1, 475, 3, 475, 8355, + 8, 475, 1, 475, 3, 475, 8358, 8, 475, 1, 475, 3, 475, 8361, 8, 475, 1, + 476, 1, 476, 1, 476, 5, 476, 8366, 8, 476, 10, 476, 12, 476, 8369, 9, 476, + 1, 477, 1, 477, 1, 477, 1, 477, 1, 477, 1, 477, 1, 477, 1, 477, 1, 477, + 1, 477, 3, 477, 8381, 8, 477, 1, 478, 1, 478, 1, 478, 1, 479, 1, 479, 1, + 479, 5, 479, 8389, 8, 479, 10, 479, 12, 479, 8392, 9, 479, 1, 480, 1, 480, + 1, 480, 1, 480, 1, 480, 3, 480, 8399, 8, 480, 1, 480, 1, 480, 1, 480, 1, + 481, 1, 481, 1, 482, 1, 482, 1, 482, 1, 482, 1, 482, 5, 482, 8411, 8, 482, + 10, 482, 12, 482, 8414, 9, 482, 1, 483, 1, 483, 1, 483, 1, 483, 3, 483, + 8420, 8, 483, 1, 484, 1, 484, 3, 484, 8424, 8, 484, 1, 485, 1, 485, 1, + 485, 1, 485, 1, 485, 1, 485, 1, 485, 1, 485, 3, 485, 8434, 8, 485, 1, 486, + 1, 486, 3, 486, 8438, 8, 486, 1, 486, 1, 486, 3, 486, 8442, 8, 486, 1, + 486, 1, 486, 3, 486, 8446, 8, 486, 3, 486, 8448, 8, 486, 1, 486, 1, 486, + 1, 486, 3, 486, 8453, 8, 486, 1, 486, 1, 486, 3, 486, 8457, 8, 486, 1, + 486, 1, 486, 3, 486, 8461, 8, 486, 3, 486, 8463, 8, 486, 3, 486, 8465, + 8, 486, 1, 487, 1, 487, 1, 487, 3, 487, 8470, 8, 487, 1, 487, 5, 487, 8473, + 8, 487, 10, 487, 12, 487, 8476, 9, 487, 1, 488, 1, 488, 1, 488, 3, 488, + 8481, 8, 488, 1, 488, 5, 488, 8484, 8, 488, 10, 488, 12, 488, 8487, 9, + 488, 1, 489, 1, 489, 3, 489, 8491, 8, 489, 1, 489, 3, 489, 8494, 8, 489, + 1, 489, 3, 489, 8497, 8, 489, 1, 489, 1, 489, 1, 489, 3, 489, 8502, 8, + 489, 1, 489, 3, 489, 8505, 8, 489, 1, 489, 3, 489, 8508, 8, 489, 1, 489, + 3, 489, 8511, 8, 489, 1, 489, 3, 489, 8514, 8, 489, 1, 489, 3, 489, 8517, + 8, 489, 1, 489, 3, 489, 8520, 8, 489, 1, 489, 1, 489, 1, 489, 1, 489, 3, + 489, 8526, 8, 489, 1, 490, 1, 490, 3, 490, 8530, 8, 490, 1, 490, 1, 490, + 1, 491, 1, 491, 1, 491, 5, 491, 8537, 8, 491, 10, 491, 12, 491, 8540, 9, + 491, 1, 492, 1, 492, 3, 492, 8544, 8, 492, 1, 492, 1, 492, 3, 492, 8548, + 8, 492, 1, 492, 1, 492, 1, 492, 1, 492, 1, 493, 1, 493, 1, 493, 3, 493, + 8557, 8, 493, 1, 494, 1, 494, 1, 495, 1, 495, 3, 495, 8563, 8, 495, 1, + 495, 1, 495, 3, 495, 8567, 8, 495, 1, 496, 1, 496, 1, 497, 3, 497, 8572, + 8, 497, 1, 497, 1, 497, 3, 497, 8576, 8, 497, 1, 497, 1, 497, 1, 497, 3, + 497, 8581, 8, 497, 1, 497, 1, 497, 1, 497, 1, 497, 3, 497, 8587, 8, 497, + 1, 498, 1, 498, 1, 499, 1, 499, 1, 500, 1, 500, 1, 500, 1, 500, 1, 500, + 1, 500, 3, 500, 8599, 8, 500, 1, 501, 1, 501, 1, 502, 1, 502, 1, 503, 1, + 503, 1, 503, 1, 503, 1, 504, 1, 504, 1, 504, 5, 504, 8612, 8, 504, 10, + 504, 12, 504, 8615, 9, 504, 1, 505, 1, 505, 1, 505, 1, 505, 3, 505, 8621, + 8, 505, 3, 505, 8623, 8, 505, 1, 505, 3, 505, 8626, 8, 505, 1, 506, 1, + 506, 3, 506, 8630, 8, 506, 1, 506, 1, 506, 3, 506, 8634, 8, 506, 3, 506, + 8636, 8, 506, 1, 507, 1, 507, 1, 508, 1, 508, 1, 508, 1, 508, 3, 508, 8644, + 8, 508, 1, 508, 1, 508, 1, 508, 1, 508, 1, 508, 1, 508, 1, 508, 3, 508, + 8653, 8, 508, 1, 508, 1, 508, 1, 508, 1, 508, 3, 508, 8659, 8, 508, 3, + 508, 8661, 8, 508, 3, 508, 8663, 8, 508, 1, 509, 1, 509, 1, 509, 1, 509, + 1, 509, 3, 509, 8670, 8, 509, 1, 510, 1, 510, 3, 510, 8674, 8, 510, 1, + 511, 1, 511, 1, 512, 1, 512, 1, 512, 1, 512, 1, 512, 3, 512, 8683, 8, 512, + 1, 513, 1, 513, 3, 513, 8687, 8, 513, 1, 514, 1, 514, 1, 515, 1, 515, 1, + 516, 1, 516, 1, 516, 1, 516, 1, 517, 1, 517, 1, 517, 5, 517, 8700, 8, 517, + 10, 517, 12, 517, 8703, 9, 517, 1, 518, 1, 518, 1, 518, 1, 518, 1, 518, + 3, 518, 8710, 8, 518, 1, 519, 1, 519, 1, 519, 1, 520, 1, 520, 1, 520, 1, + 520, 1, 520, 1, 521, 1, 521, 1, 521, 1, 521, 1, 521, 1, 522, 1, 522, 1, + 522, 1, 522, 1, 522, 1, 522, 1, 523, 1, 523, 1, 523, 1, 524, 1, 524, 1, + 524, 1, 524, 3, 524, 8738, 8, 524, 1, 525, 1, 525, 1, 526, 4, 526, 8743, + 8, 526, 11, 526, 12, 526, 8744, 1, 527, 1, 527, 3, 527, 8749, 8, 527, 1, + 527, 3, 527, 8752, 8, 527, 1, 528, 1, 528, 1, 528, 3, 528, 8757, 8, 528, + 1, 528, 1, 528, 3, 528, 8761, 8, 528, 1, 528, 3, 528, 8764, 8, 528, 1, + 529, 1, 529, 1, 529, 1, 530, 1, 530, 1, 530, 1, 530, 1, 530, 1, 530, 1, + 530, 1, 530, 1, 530, 5, 530, 8778, 8, 530, 10, 530, 12, 530, 8781, 9, 530, + 1, 531, 1, 531, 1, 531, 1, 532, 1, 532, 1, 532, 5, 532, 8789, 8, 532, 10, + 532, 12, 532, 8792, 9, 532, 1, 533, 1, 533, 3, 533, 8796, 8, 533, 1, 533, + 3, 533, 8799, 8, 533, 1, 533, 1, 533, 3, 533, 8803, 8, 533, 1, 533, 1, + 533, 3, 533, 8807, 8, 533, 1, 533, 1, 533, 3, 533, 8811, 8, 533, 1, 533, + 1, 533, 1, 533, 3, 533, 8816, 8, 533, 1, 533, 1, 533, 3, 533, 8820, 8, + 533, 1, 533, 1, 533, 3, 533, 8824, 8, 533, 3, 533, 8826, 8, 533, 1, 533, + 1, 533, 1, 533, 1, 533, 1, 533, 1, 533, 1, 533, 3, 533, 8835, 8, 533, 1, + 533, 1, 533, 1, 533, 3, 533, 8840, 8, 533, 1, 533, 1, 533, 1, 533, 1, 533, + 3, 533, 8846, 8, 533, 1, 533, 1, 533, 3, 533, 8850, 8, 533, 3, 533, 8852, + 8, 533, 1, 533, 5, 533, 8855, 8, 533, 10, 533, 12, 533, 8858, 9, 533, 1, + 534, 3, 534, 8861, 8, 534, 1, 534, 1, 534, 1, 534, 1, 534, 1, 534, 1, 534, + 1, 534, 1, 534, 1, 534, 3, 534, 8872, 8, 534, 1, 534, 1, 534, 3, 534, 8876, + 8, 534, 1, 535, 3, 535, 8879, 8, 535, 1, 535, 1, 535, 1, 535, 1, 535, 1, + 535, 3, 535, 8886, 8, 535, 1, 536, 1, 536, 1, 537, 3, 537, 8891, 8, 537, + 1, 537, 1, 537, 1, 537, 1, 537, 1, 537, 3, 537, 8898, 8, 537, 1, 538, 1, + 538, 1, 538, 3, 538, 8903, 8, 538, 1, 538, 3, 538, 8906, 8, 538, 1, 538, + 1, 538, 1, 538, 1, 538, 3, 538, 8912, 8, 538, 1, 539, 1, 539, 3, 539, 8916, + 8, 539, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 3, 540, + 8925, 8, 540, 1, 541, 1, 541, 3, 541, 8929, 8, 541, 1, 541, 1, 541, 1, + 541, 1, 541, 1, 541, 1, 541, 3, 541, 8937, 8, 541, 3, 541, 8939, 8, 541, + 1, 542, 1, 542, 1, 542, 5, 542, 8944, 8, 542, 10, 542, 12, 542, 8947, 9, + 542, 1, 543, 1, 543, 3, 543, 8951, 8, 543, 1, 543, 3, 543, 8954, 8, 543, + 1, 544, 1, 544, 1, 544, 1, 544, 1, 544, 1, 544, 3, 544, 8962, 8, 544, 1, + 545, 1, 545, 1, 545, 1, 545, 1, 545, 1, 546, 1, 546, 3, 546, 8971, 8, 546, + 1, 546, 1, 546, 1, 546, 1, 546, 1, 546, 1, 546, 3, 546, 8979, 8, 546, 3, + 546, 8981, 8, 546, 1, 547, 1, 547, 3, 547, 8985, 8, 547, 1, 548, 1, 548, + 1, 548, 5, 548, 8990, 8, 548, 10, 548, 12, 548, 8993, 9, 548, 1, 549, 1, + 549, 1, 549, 1, 549, 1, 549, 1, 550, 1, 550, 1, 550, 1, 551, 1, 551, 1, + 551, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 3, 552, 9011, 8, 552, 1, 553, + 1, 553, 1, 554, 1, 554, 1, 554, 5, 554, 9018, 8, 554, 10, 554, 12, 554, + 9021, 9, 554, 1, 555, 1, 555, 1, 555, 3, 555, 9026, 8, 555, 1, 556, 1, + 556, 1, 556, 1, 556, 1, 556, 1, 556, 1, 556, 1, 556, 1, 556, 1, 556, 1, + 556, 1, 556, 1, 556, 1, 556, 1, 556, 1, 556, 1, 556, 3, 556, 9045, 8, 556, + 1, 556, 1, 556, 1, 557, 1, 557, 1, 557, 5, 557, 9052, 8, 557, 10, 557, + 12, 557, 9055, 9, 557, 1, 558, 1, 558, 1, 558, 3, 558, 9060, 8, 558, 1, + 558, 1, 558, 3, 558, 9064, 8, 558, 1, 559, 4, 559, 9067, 8, 559, 11, 559, + 12, 559, 9068, 1, 560, 1, 560, 1, 560, 1, 560, 1, 560, 1, 560, 1, 560, + 1, 560, 3, 560, 9079, 8, 560, 1, 561, 1, 561, 1, 561, 5, 561, 9084, 8, + 561, 10, 561, 12, 561, 9087, 9, 561, 1, 562, 1, 562, 1, 562, 1, 562, 1, + 562, 1, 562, 3, 562, 9095, 8, 562, 1, 563, 3, 563, 9098, 8, 563, 1, 563, + 1, 563, 1, 563, 1, 563, 1, 563, 1, 563, 1, 563, 3, 563, 9107, 8, 563, 3, + 563, 9109, 8, 563, 1, 563, 1, 563, 1, 563, 1, 563, 3, 563, 9115, 8, 563, + 1, 564, 1, 564, 3, 564, 9119, 8, 564, 1, 564, 5, 564, 9122, 8, 564, 10, + 564, 12, 564, 9125, 9, 564, 1, 565, 1, 565, 1, 565, 1, 565, 1, 565, 1, + 565, 1, 565, 3, 565, 9134, 8, 565, 1, 565, 1, 565, 1, 565, 1, 565, 3, 565, + 9140, 8, 565, 3, 565, 9142, 8, 565, 1, 566, 1, 566, 1, 566, 1, 566, 3, + 566, 9148, 8, 566, 1, 567, 1, 567, 1, 567, 1, 567, 3, 567, 9154, 8, 567, + 1, 567, 3, 567, 9157, 8, 567, 1, 567, 3, 567, 9160, 8, 567, 1, 568, 1, + 568, 1, 568, 1, 568, 1, 569, 1, 569, 1, 569, 1, 569, 1, 569, 1, 569, 1, + 569, 3, 569, 9173, 8, 569, 1, 569, 1, 569, 1, 569, 1, 569, 3, 569, 9179, + 8, 569, 1, 569, 1, 569, 3, 569, 9183, 8, 569, 1, 569, 1, 569, 3, 569, 9187, + 8, 569, 1, 569, 3, 569, 9190, 8, 569, 1, 570, 1, 570, 1, 570, 1, 570, 1, + 571, 1, 571, 3, 571, 9198, 8, 571, 1, 572, 1, 572, 3, 572, 9202, 8, 572, + 1, 573, 1, 573, 3, 573, 9206, 8, 573, 1, 573, 1, 573, 1, 573, 1, 573, 1, + 574, 1, 574, 3, 574, 9214, 8, 574, 1, 575, 1, 575, 1, 575, 1, 575, 1, 575, + 3, 575, 9221, 8, 575, 1, 576, 1, 576, 1, 576, 1, 576, 1, 576, 3, 576, 9228, + 8, 576, 1, 577, 1, 577, 3, 577, 9232, 8, 577, 1, 577, 1, 577, 1, 577, 1, + 577, 3, 577, 9238, 8, 577, 3, 577, 9240, 8, 577, 1, 578, 1, 578, 1, 579, + 1, 579, 1, 579, 1, 579, 1, 579, 3, 579, 9249, 8, 579, 1, 579, 3, 579, 9252, + 8, 579, 1, 580, 1, 580, 1, 581, 1, 581, 1, 581, 1, 581, 1, 581, 1, 581, + 3, 581, 9262, 8, 581, 1, 582, 1, 582, 1, 582, 1, 582, 1, 582, 1, 582, 1, + 582, 1, 582, 1, 582, 1, 582, 1, 582, 1, 582, 1, 582, 1, 582, 3, 582, 9278, + 8, 582, 1, 582, 1, 582, 1, 582, 1, 582, 3, 582, 9284, 8, 582, 1, 582, 1, + 582, 1, 582, 3, 582, 9289, 8, 582, 1, 583, 1, 583, 1, 583, 1, 583, 1, 583, + 3, 583, 9296, 8, 583, 1, 584, 1, 584, 1, 584, 1, 585, 1, 585, 1, 586, 1, + 586, 3, 586, 9305, 8, 586, 1, 587, 1, 587, 1, 587, 5, 587, 9310, 8, 587, + 10, 587, 12, 587, 9313, 9, 587, 1, 588, 1, 588, 1, 588, 5, 588, 9318, 8, + 588, 10, 588, 12, 588, 9321, 9, 588, 1, 589, 1, 589, 1, 589, 5, 589, 9326, + 8, 589, 10, 589, 12, 589, 9329, 9, 589, 1, 590, 1, 590, 3, 590, 9333, 8, + 590, 1, 590, 1, 590, 3, 590, 9337, 8, 590, 1, 590, 1, 590, 1, 590, 1, 590, + 3, 590, 9343, 8, 590, 1, 591, 1, 591, 3, 591, 9347, 8, 591, 1, 591, 1, + 591, 3, 591, 9351, 8, 591, 1, 592, 3, 592, 9354, 8, 592, 1, 592, 1, 592, + 1, 593, 1, 593, 3, 593, 9360, 8, 593, 1, 594, 1, 594, 1, 594, 3, 594, 9365, + 8, 594, 1, 594, 1, 594, 1, 594, 1, 594, 1, 594, 1, 594, 1, 594, 1, 594, + 1, 594, 1, 594, 1, 594, 1, 594, 1, 594, 1, 594, 3, 594, 9381, 8, 594, 1, + 594, 3, 594, 9384, 8, 594, 3, 594, 9386, 8, 594, 1, 595, 1, 595, 1, 595, + 1, 595, 1, 595, 1, 595, 1, 595, 1, 595, 1, 595, 1, 595, 3, 595, 9398, 8, + 595, 3, 595, 9400, 8, 595, 1, 596, 1, 596, 3, 596, 9404, 8, 596, 1, 596, + 1, 596, 1, 596, 1, 596, 3, 596, 9410, 8, 596, 1, 596, 1, 596, 3, 596, 9414, + 8, 596, 3, 596, 9416, 8, 596, 1, 597, 1, 597, 1, 597, 1, 597, 5, 597, 9422, + 8, 597, 10, 597, 12, 597, 9425, 9, 597, 1, 598, 3, 598, 9428, 8, 598, 1, + 598, 1, 598, 1, 599, 1, 599, 1, 599, 5, 599, 9435, 8, 599, 10, 599, 12, + 599, 9438, 9, 599, 1, 600, 1, 600, 1, 600, 5, 600, 9443, 8, 600, 10, 600, + 12, 600, 9446, 9, 600, 1, 601, 1, 601, 1, 601, 3, 601, 9451, 8, 601, 1, + 602, 3, 602, 9454, 8, 602, 1, 602, 1, 602, 1, 603, 1, 603, 1, 603, 1, 603, + 1, 603, 3, 603, 9463, 8, 603, 1, 604, 1, 604, 1, 604, 3, 604, 9468, 8, + 604, 1, 605, 1, 605, 1, 605, 5, 605, 9473, 8, 605, 10, 605, 12, 605, 9476, + 9, 605, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 3, 606, + 9485, 8, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, + 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, + 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 3, 606, 9511, + 8, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, + 1, 606, 3, 606, 9522, 8, 606, 5, 606, 9524, 8, 606, 10, 606, 12, 606, 9527, + 9, 606, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 3, 607, 9534, 8, 607, 1, + 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, - 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 3, 607, 9555, - 8, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, - 1, 607, 3, 607, 9566, 8, 607, 5, 607, 9568, 8, 607, 10, 607, 12, 607, 9571, - 9, 607, 1, 608, 1, 608, 1, 608, 1, 608, 1, 608, 3, 608, 9578, 8, 608, 1, - 608, 1, 608, 1, 608, 1, 608, 1, 608, 1, 608, 1, 608, 1, 608, 1, 608, 1, - 608, 1, 608, 1, 608, 1, 608, 1, 608, 1, 608, 1, 608, 1, 608, 1, 608, 1, - 608, 1, 608, 1, 608, 3, 608, 9601, 8, 608, 1, 608, 1, 608, 1, 608, 1, 608, - 1, 608, 1, 608, 3, 608, 9609, 8, 608, 1, 609, 1, 609, 1, 610, 1, 610, 1, - 610, 1, 610, 1, 610, 1, 610, 3, 610, 9619, 8, 610, 1, 610, 3, 610, 9622, - 8, 610, 1, 610, 1, 610, 1, 610, 3, 610, 9627, 8, 610, 1, 610, 1, 610, 1, - 610, 3, 610, 9632, 8, 610, 1, 610, 1, 610, 3, 610, 9636, 8, 610, 1, 610, - 1, 610, 1, 611, 1, 611, 3, 611, 9642, 8, 611, 1, 611, 3, 611, 9645, 8, - 611, 1, 611, 3, 611, 9648, 8, 611, 1, 611, 3, 611, 9651, 8, 611, 1, 612, - 1, 612, 3, 612, 9655, 8, 612, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, - 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 3, 613, 9669, 8, 613, - 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 3, 613, 9676, 8, 613, 1, 613, 1, - 613, 1, 613, 1, 613, 1, 613, 3, 613, 9683, 8, 613, 1, 613, 1, 613, 1, 613, - 1, 613, 1, 613, 3, 613, 9690, 8, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, - 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, - 613, 1, 613, 1, 613, 3, 613, 9708, 8, 613, 1, 613, 1, 613, 1, 613, 1, 613, - 1, 613, 1, 613, 3, 613, 9716, 8, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, - 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 3, 613, 9728, 8, 613, 1, 613, - 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, - 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 3, 613, 9746, 8, 613, 1, - 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, - 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, - 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, - 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, - 613, 3, 613, 9785, 8, 613, 3, 613, 9787, 8, 613, 1, 613, 1, 613, 1, 613, - 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, - 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 3, 613, 9807, 8, 613, 1, - 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 3, 613, 9817, - 8, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, - 1, 613, 3, 613, 9828, 8, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, 613, 1, - 613, 1, 613, 1, 613, 1, 613, 1, 613, 3, 613, 9840, 8, 613, 1, 614, 1, 614, - 1, 614, 1, 614, 1, 614, 3, 614, 9847, 8, 614, 1, 615, 1, 615, 1, 615, 1, - 615, 1, 615, 1, 615, 1, 615, 1, 615, 1, 615, 1, 615, 3, 615, 9859, 8, 615, - 1, 616, 1, 616, 1, 616, 1, 616, 1, 616, 1, 617, 1, 617, 1, 617, 5, 617, - 9869, 8, 617, 10, 617, 12, 617, 9872, 9, 617, 1, 618, 1, 618, 1, 618, 3, - 618, 9877, 8, 618, 1, 619, 1, 619, 1, 620, 1, 620, 1, 620, 1, 620, 3, 620, - 9885, 8, 620, 1, 621, 1, 621, 1, 621, 1, 621, 1, 621, 1, 621, 1, 621, 1, - 621, 1, 621, 1, 621, 1, 621, 1, 621, 1, 621, 1, 621, 1, 621, 3, 621, 9902, - 8, 621, 1, 622, 1, 622, 1, 622, 1, 623, 1, 623, 1, 623, 1, 623, 1, 623, - 1, 623, 1, 624, 1, 624, 1, 624, 1, 624, 1, 624, 1, 624, 1, 625, 1, 625, - 1, 625, 1, 626, 1, 626, 1, 626, 5, 626, 9925, 8, 626, 10, 626, 12, 626, - 9928, 9, 626, 1, 627, 1, 627, 1, 627, 1, 627, 1, 628, 1, 628, 1, 628, 3, - 628, 9937, 8, 628, 1, 629, 1, 629, 3, 629, 9941, 8, 629, 1, 629, 3, 629, - 9944, 8, 629, 1, 629, 3, 629, 9947, 8, 629, 1, 629, 3, 629, 9950, 8, 629, - 1, 629, 1, 629, 1, 630, 1, 630, 1, 631, 1, 631, 1, 631, 1, 631, 1, 632, - 1, 632, 1, 632, 3, 632, 9963, 8, 632, 1, 632, 1, 632, 1, 632, 3, 632, 9968, - 8, 632, 1, 632, 1, 632, 1, 632, 3, 632, 9973, 8, 632, 3, 632, 9975, 8, - 632, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 3, 633, 9983, 8, 633, - 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 3, 634, 9992, 8, - 634, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 3, 635, 10001, - 8, 635, 1, 636, 1, 636, 1, 636, 3, 636, 10006, 8, 636, 1, 636, 1, 636, - 1, 636, 1, 636, 1, 636, 1, 636, 1, 636, 3, 636, 10015, 8, 636, 1, 637, - 1, 637, 1, 637, 3, 637, 10020, 8, 637, 1, 637, 1, 637, 1, 638, 1, 638, - 1, 638, 1, 638, 1, 638, 1, 638, 1, 639, 1, 639, 1, 640, 1, 640, 3, 640, - 10034, 8, 640, 1, 641, 1, 641, 1, 642, 1, 642, 1, 642, 1, 642, 1, 642, - 1, 642, 3, 642, 10044, 8, 642, 1, 643, 1, 643, 1, 643, 1, 643, 1, 643, - 1, 643, 3, 643, 10052, 8, 643, 1, 644, 1, 644, 1, 644, 1, 644, 1, 644, - 1, 644, 1, 644, 1, 644, 1, 644, 1, 644, 1, 644, 1, 644, 3, 644, 10066, - 8, 644, 1, 645, 1, 645, 1, 645, 5, 645, 10071, 8, 645, 10, 645, 12, 645, - 10074, 9, 645, 1, 646, 1, 646, 1, 646, 5, 646, 10079, 8, 646, 10, 646, - 12, 646, 10082, 9, 646, 1, 647, 1, 647, 1, 647, 1, 647, 1, 647, 3, 647, - 10089, 8, 647, 1, 648, 1, 648, 1, 648, 5, 648, 10094, 8, 648, 10, 648, - 12, 648, 10097, 9, 648, 1, 649, 1, 649, 1, 649, 3, 649, 10102, 8, 649, - 1, 649, 1, 649, 1, 650, 1, 650, 1, 650, 5, 650, 10109, 8, 650, 10, 650, - 12, 650, 10112, 9, 650, 1, 651, 1, 651, 1, 651, 1, 651, 1, 652, 1, 652, - 1, 652, 1, 652, 1, 652, 1, 652, 1, 652, 1, 652, 3, 652, 10126, 8, 652, - 1, 653, 1, 653, 1, 654, 1, 654, 1, 654, 1, 654, 1, 654, 1, 654, 1, 654, - 3, 654, 10137, 8, 654, 1, 655, 1, 655, 1, 655, 1, 655, 1, 656, 1, 656, - 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, - 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, - 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 3, 656, 10170, - 8, 656, 1, 657, 1, 657, 1, 657, 1, 657, 1, 657, 1, 657, 1, 657, 3, 657, - 10179, 8, 657, 1, 658, 1, 658, 1, 658, 1, 658, 1, 658, 3, 658, 10186, 8, - 658, 1, 659, 1, 659, 3, 659, 10190, 8, 659, 1, 659, 1, 659, 3, 659, 10194, - 8, 659, 1, 659, 1, 659, 1, 660, 4, 660, 10199, 8, 660, 11, 660, 12, 660, - 10200, 1, 661, 1, 661, 1, 661, 1, 661, 1, 661, 1, 662, 1, 662, 1, 662, - 1, 663, 1, 663, 1, 664, 1, 664, 3, 664, 10215, 8, 664, 1, 665, 1, 665, - 1, 665, 3, 665, 10220, 8, 665, 1, 665, 1, 665, 1, 665, 3, 665, 10225, 8, - 665, 1, 665, 1, 665, 3, 665, 10229, 8, 665, 3, 665, 10231, 8, 665, 1, 665, - 3, 665, 10234, 8, 665, 1, 666, 1, 666, 1, 667, 4, 667, 10239, 8, 667, 11, - 667, 12, 667, 10240, 1, 668, 5, 668, 10244, 8, 668, 10, 668, 12, 668, 10247, - 9, 668, 1, 669, 1, 669, 1, 670, 1, 670, 1, 670, 5, 670, 10254, 8, 670, - 10, 670, 12, 670, 10257, 9, 670, 1, 671, 1, 671, 3, 671, 10261, 8, 671, - 1, 671, 3, 671, 10264, 8, 671, 1, 672, 1, 672, 1, 672, 3, 672, 10269, 8, - 672, 1, 673, 1, 673, 1, 673, 5, 673, 10274, 8, 673, 10, 673, 12, 673, 10277, - 9, 673, 1, 674, 1, 674, 3, 674, 10281, 8, 674, 1, 675, 1, 675, 1, 675, - 5, 675, 10286, 8, 675, 10, 675, 12, 675, 10289, 9, 675, 1, 676, 1, 676, - 1, 677, 1, 677, 1, 678, 1, 678, 1, 679, 1, 679, 1, 679, 1, 679, 1, 679, - 1, 679, 1, 679, 3, 679, 10304, 8, 679, 1, 680, 1, 680, 1, 680, 1, 680, - 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 3, 680, 10316, 8, 680, - 1, 680, 1, 680, 1, 680, 3, 680, 10321, 8, 680, 1, 680, 1, 680, 1, 680, - 1, 680, 1, 680, 1, 680, 3, 680, 10329, 8, 680, 1, 680, 1, 680, 1, 680, - 1, 680, 1, 680, 3, 680, 10336, 8, 680, 1, 680, 1, 680, 1, 680, 3, 680, - 10341, 8, 680, 1, 681, 1, 681, 1, 682, 1, 682, 1, 683, 1, 683, 1, 684, - 1, 684, 1, 685, 1, 685, 3, 685, 10353, 8, 685, 1, 686, 1, 686, 1, 686, - 1, 686, 5, 686, 10359, 8, 686, 10, 686, 12, 686, 10362, 9, 686, 1, 686, - 1, 686, 3, 686, 10366, 8, 686, 1, 687, 1, 687, 1, 687, 1, 688, 1, 688, - 1, 688, 1, 688, 1, 688, 3, 688, 10376, 8, 688, 1, 689, 1, 689, 1, 690, - 1, 690, 1, 690, 3, 690, 10383, 8, 690, 1, 691, 1, 691, 1, 691, 5, 691, - 10388, 8, 691, 10, 691, 12, 691, 10391, 9, 691, 1, 692, 1, 692, 1, 692, - 1, 692, 1, 692, 1, 692, 3, 692, 10399, 8, 692, 1, 693, 1, 693, 1, 693, - 1, 693, 3, 693, 10405, 8, 693, 1, 694, 1, 694, 1, 694, 1, 694, 3, 694, - 10411, 8, 694, 1, 695, 1, 695, 1, 695, 1, 695, 3, 695, 10417, 8, 695, 1, - 696, 1, 696, 1, 696, 1, 696, 1, 696, 1, 696, 3, 696, 10425, 8, 696, 1, - 697, 1, 697, 3, 697, 10429, 8, 697, 1, 697, 1, 697, 1, 697, 1, 697, 1, - 697, 3, 697, 10436, 8, 697, 1, 698, 1, 698, 1, 699, 1, 699, 1, 700, 1, - 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, - 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, - 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, - 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, - 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, - 700, 1, 700, 1, 700, 1, 700, 1, 700, 1, 700, 3, 700, 10494, 8, 700, 1, - 701, 1, 701, 1, 702, 1, 702, 1, 703, 1, 703, 1, 704, 1, 704, 1, 704, 3, - 704, 10505, 8, 704, 1, 705, 5, 705, 10508, 8, 705, 10, 705, 12, 705, 10511, - 9, 705, 1, 706, 1, 706, 1, 706, 1, 706, 1, 706, 1, 706, 1, 706, 1, 706, - 1, 706, 1, 706, 1, 706, 1, 706, 1, 706, 1, 706, 1, 706, 1, 706, 1, 706, - 1, 706, 1, 706, 1, 706, 3, 706, 10533, 8, 706, 1, 707, 1, 707, 1, 708, - 1, 708, 1, 708, 1, 708, 3, 708, 10541, 8, 708, 1, 709, 1, 709, 1, 710, - 1, 710, 1, 710, 1, 710, 3, 710, 10549, 8, 710, 1, 710, 1, 710, 3, 710, - 10553, 8, 710, 1, 711, 3, 711, 10556, 8, 711, 1, 711, 1, 711, 3, 711, 10560, - 8, 711, 3, 711, 10562, 8, 711, 1, 712, 1, 712, 1, 713, 4, 713, 10567, 8, - 713, 11, 713, 12, 713, 10568, 1, 714, 1, 714, 1, 714, 1, 714, 1, 715, 1, - 715, 1, 715, 3, 715, 10578, 8, 715, 1, 716, 1, 716, 1, 716, 1, 716, 1, - 716, 3, 716, 10585, 8, 716, 1, 716, 1, 716, 3, 716, 10589, 8, 716, 1, 716, - 3, 716, 10592, 8, 716, 1, 716, 3, 716, 10595, 8, 716, 1, 716, 3, 716, 10598, - 8, 716, 1, 716, 1, 716, 3, 716, 10602, 8, 716, 1, 716, 1, 716, 1, 716, - 3, 716, 10607, 8, 716, 1, 716, 1, 716, 1, 717, 1, 717, 1, 717, 3, 717, - 10614, 8, 717, 1, 718, 1, 718, 1, 719, 1, 719, 1, 719, 1, 719, 1, 720, - 1, 720, 1, 720, 5, 720, 10625, 8, 720, 10, 720, 12, 720, 10628, 9, 720, - 1, 721, 1, 721, 1, 721, 1, 722, 1, 722, 1, 723, 1, 723, 3, 723, 10637, - 8, 723, 1, 724, 1, 724, 1, 725, 1, 725, 1, 726, 1, 726, 1, 727, 1, 727, - 1, 727, 1, 728, 1, 728, 1, 728, 1, 729, 1, 729, 1, 729, 1, 730, 1, 730, - 3, 730, 10656, 8, 730, 1, 731, 1, 731, 1, 732, 5, 732, 10661, 8, 732, 10, - 732, 12, 732, 10664, 9, 732, 1, 733, 1, 733, 1, 733, 1, 733, 1, 733, 1, - 733, 1, 733, 1, 733, 1, 733, 1, 733, 1, 733, 1, 733, 1, 733, 1, 733, 1, - 733, 1, 733, 1, 733, 1, 733, 1, 733, 1, 733, 1, 733, 1, 733, 1, 733, 1, - 733, 1, 733, 1, 733, 1, 733, 3, 733, 10693, 8, 733, 1, 734, 1, 734, 1, - 734, 1, 734, 1, 735, 1, 735, 1, 735, 1, 735, 3, 735, 10703, 8, 735, 1, - 735, 1, 735, 1, 735, 1, 735, 1, 735, 1, 735, 1, 735, 3, 735, 10712, 8, - 735, 1, 735, 1, 735, 1, 735, 3, 735, 10717, 8, 735, 1, 736, 1, 736, 1, - 737, 1, 737, 1, 737, 1, 737, 1, 737, 1, 738, 1, 738, 3, 738, 10728, 8, - 738, 1, 738, 1, 738, 1, 738, 1, 738, 1, 739, 1, 739, 1, 740, 1, 740, 1, - 740, 5, 740, 10739, 8, 740, 10, 740, 12, 740, 10742, 9, 740, 1, 741, 1, - 741, 1, 741, 1, 741, 1, 742, 1, 742, 1, 743, 1, 743, 1, 744, 1, 744, 3, - 744, 10754, 8, 744, 1, 744, 1, 744, 1, 744, 1, 744, 5, 744, 10760, 8, 744, - 10, 744, 12, 744, 10763, 9, 744, 1, 745, 1, 745, 1, 745, 1, 745, 1, 745, - 1, 745, 3, 745, 10771, 8, 745, 1, 745, 1, 745, 1, 745, 1, 745, 1, 746, - 1, 746, 1, 746, 1, 746, 1, 746, 5, 746, 10782, 8, 746, 10, 746, 12, 746, - 10785, 9, 746, 1, 747, 1, 747, 1, 747, 1, 748, 1, 748, 3, 748, 10792, 8, - 748, 1, 748, 1, 748, 3, 748, 10796, 8, 748, 1, 748, 1, 748, 1, 748, 1, - 748, 1, 749, 1, 749, 1, 750, 4, 750, 10805, 8, 750, 11, 750, 12, 750, 10806, - 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 752, 1, 752, 1, 752, 1, 753, - 3, 753, 10818, 8, 753, 1, 753, 1, 753, 1, 754, 3, 754, 10823, 8, 754, 1, - 754, 1, 754, 1, 754, 1, 754, 1, 755, 3, 755, 10830, 8, 755, 1, 755, 1, - 755, 1, 755, 1, 755, 1, 756, 1, 756, 1, 756, 1, 756, 3, 756, 10840, 8, - 756, 1, 756, 1, 756, 1, 756, 1, 756, 1, 756, 3, 756, 10847, 8, 756, 1, - 756, 3, 756, 10850, 8, 756, 1, 756, 1, 756, 1, 756, 1, 756, 3, 756, 10856, - 8, 756, 3, 756, 10858, 8, 756, 1, 757, 1, 757, 1, 757, 1, 758, 1, 758, - 1, 758, 1, 758, 5, 758, 10867, 8, 758, 10, 758, 12, 758, 10870, 9, 758, - 1, 758, 1, 758, 1, 759, 1, 759, 1, 760, 1, 760, 1, 760, 1, 761, 1, 761, - 1, 762, 3, 762, 10882, 8, 762, 1, 762, 1, 762, 1, 762, 3, 762, 10887, 8, - 762, 1, 762, 1, 762, 1, 762, 1, 762, 1, 762, 1, 763, 1, 763, 1, 763, 1, - 764, 1, 764, 3, 764, 10899, 8, 764, 1, 764, 3, 764, 10902, 8, 764, 1, 764, - 1, 764, 1, 765, 1, 765, 1, 766, 1, 766, 1, 766, 1, 766, 1, 766, 1, 766, - 1, 766, 3, 766, 10915, 8, 766, 1, 766, 3, 766, 10918, 8, 766, 1, 766, 3, - 766, 10921, 8, 766, 3, 766, 10923, 8, 766, 1, 766, 1, 766, 1, 767, 1, 767, - 1, 768, 1, 768, 3, 768, 10931, 8, 768, 1, 768, 1, 768, 3, 768, 10935, 8, - 768, 1, 768, 3, 768, 10938, 8, 768, 1, 768, 1, 768, 1, 768, 1, 768, 3, - 768, 10944, 8, 768, 1, 768, 1, 768, 3, 768, 10948, 8, 768, 1, 768, 1, 768, - 1, 768, 1, 768, 3, 768, 10954, 8, 768, 1, 768, 1, 768, 1, 768, 3, 768, - 10959, 8, 768, 1, 768, 1, 768, 1, 768, 1, 768, 3, 768, 10965, 8, 768, 1, - 768, 3, 768, 10968, 8, 768, 1, 768, 1, 768, 3, 768, 10972, 8, 768, 1, 769, - 1, 769, 1, 770, 1, 770, 4, 770, 10978, 8, 770, 11, 770, 12, 770, 10979, - 1, 771, 1, 771, 1, 771, 1, 772, 1, 772, 1, 772, 1, 772, 1, 773, 1, 773, - 1, 773, 5, 773, 10992, 8, 773, 10, 773, 12, 773, 10995, 9, 773, 1, 774, - 1, 774, 1, 774, 3, 774, 11000, 8, 774, 1, 774, 1, 774, 1, 775, 1, 775, - 1, 775, 1, 776, 1, 776, 1, 776, 1, 776, 1, 776, 3, 776, 11012, 8, 776, - 1, 776, 1, 776, 1, 777, 1, 777, 1, 777, 1, 778, 1, 778, 1, 778, 3, 778, - 11022, 8, 778, 1, 778, 3, 778, 11025, 8, 778, 1, 778, 3, 778, 11028, 8, - 778, 1, 778, 3, 778, 11031, 8, 778, 1, 778, 3, 778, 11034, 8, 778, 1, 778, - 1, 778, 1, 779, 1, 779, 1, 779, 1, 780, 1, 780, 1, 780, 5, 780, 11044, - 8, 780, 10, 780, 12, 780, 11047, 9, 780, 1, 781, 1, 781, 3, 781, 11051, - 8, 781, 1, 781, 1, 781, 1, 782, 1, 782, 1, 782, 3, 782, 11058, 8, 782, - 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 3, 782, 11065, 8, 782, 3, 782, - 11067, 8, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 3, 782, 11074, 8, - 782, 3, 782, 11076, 8, 782, 1, 782, 1, 782, 1, 783, 1, 783, 1, 783, 1, - 783, 1, 783, 3, 783, 11085, 8, 783, 1, 784, 1, 784, 1, 784, 5, 784, 11090, - 8, 784, 10, 784, 12, 784, 11093, 9, 784, 1, 785, 1, 785, 1, 785, 1, 786, - 3, 786, 11099, 8, 786, 1, 786, 1, 786, 1, 787, 1, 787, 1, 788, 1, 788, - 3, 788, 11107, 8, 788, 1, 788, 3, 788, 11110, 8, 788, 1, 788, 1, 788, 1, - 788, 1, 788, 1, 788, 1, 789, 1, 789, 1, 790, 1, 790, 1, 791, 1, 791, 1, - 791, 1, 791, 1, 791, 1, 791, 1, 791, 1, 791, 1, 791, 1, 791, 1, 791, 1, - 791, 1, 791, 3, 791, 11134, 8, 791, 3, 791, 11136, 8, 791, 1, 792, 1, 792, - 3, 792, 11140, 8, 792, 1, 792, 1, 792, 1, 792, 1, 793, 1, 793, 1, 793, - 1, 793, 1, 794, 1, 794, 1, 794, 1, 795, 1, 795, 3, 795, 11154, 8, 795, - 1, 795, 1, 795, 1, 796, 1, 796, 3, 796, 11160, 8, 796, 1, 796, 1, 796, - 1, 797, 1, 797, 3, 797, 11166, 8, 797, 1, 797, 1, 797, 1, 798, 1, 798, - 1, 798, 1, 798, 1, 798, 1, 798, 1, 798, 1, 798, 1, 798, 3, 798, 11179, - 8, 798, 1, 798, 3, 798, 11182, 8, 798, 1, 799, 1, 799, 3, 799, 11186, 8, - 799, 1, 800, 1, 800, 1, 800, 1, 801, 4, 801, 11192, 8, 801, 11, 801, 12, - 801, 11193, 1, 802, 1, 802, 1, 802, 1, 802, 1, 802, 1, 803, 1, 803, 1, - 803, 5, 803, 11204, 8, 803, 10, 803, 12, 803, 11207, 9, 803, 1, 804, 1, - 804, 1, 804, 3, 804, 11212, 8, 804, 1, 805, 1, 805, 1, 806, 1, 806, 1, - 807, 1, 807, 1, 808, 1, 808, 1, 808, 1, 809, 1, 809, 3, 809, 11225, 8, - 809, 1, 810, 1, 810, 1, 811, 3, 811, 11230, 8, 811, 1, 811, 1, 811, 3, - 811, 11234, 8, 811, 1, 811, 3, 811, 11237, 8, 811, 1, 811, 3, 811, 11240, - 8, 811, 1, 811, 3, 811, 11243, 8, 811, 1, 811, 3, 811, 11246, 8, 811, 1, - 811, 3, 811, 11249, 8, 811, 1, 811, 3, 811, 11252, 8, 811, 1, 811, 3, 811, - 11255, 8, 811, 1, 812, 1, 812, 1, 813, 1, 813, 1, 814, 1, 814, 1, 815, - 1, 815, 1, 816, 1, 816, 3, 816, 11267, 8, 816, 1, 817, 1, 817, 3, 817, - 11271, 8, 817, 1, 817, 1, 817, 1, 817, 0, 1, 1214, 818, 0, 2, 4, 6, 8, + 607, 1, 607, 1, 607, 3, 607, 9557, 8, 607, 1, 607, 1, 607, 1, 607, 1, 607, + 1, 607, 1, 607, 3, 607, 9565, 8, 607, 1, 608, 1, 608, 1, 609, 1, 609, 1, + 609, 1, 609, 1, 609, 1, 609, 3, 609, 9575, 8, 609, 1, 609, 3, 609, 9578, + 8, 609, 1, 609, 1, 609, 1, 609, 3, 609, 9583, 8, 609, 1, 609, 1, 609, 1, + 609, 3, 609, 9588, 8, 609, 1, 609, 1, 609, 3, 609, 9592, 8, 609, 1, 609, + 1, 609, 1, 610, 1, 610, 3, 610, 9598, 8, 610, 1, 610, 3, 610, 9601, 8, + 610, 1, 610, 3, 610, 9604, 8, 610, 1, 610, 3, 610, 9607, 8, 610, 1, 611, + 1, 611, 3, 611, 9611, 8, 611, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, + 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 3, 612, 9625, 8, 612, + 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 3, 612, 9632, 8, 612, 1, 612, 1, + 612, 1, 612, 1, 612, 1, 612, 3, 612, 9639, 8, 612, 1, 612, 1, 612, 1, 612, + 1, 612, 1, 612, 3, 612, 9646, 8, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, + 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, + 612, 1, 612, 1, 612, 3, 612, 9664, 8, 612, 1, 612, 1, 612, 1, 612, 1, 612, + 1, 612, 1, 612, 3, 612, 9672, 8, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, + 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 3, 612, 9684, 8, 612, 1, 612, + 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, + 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 3, 612, 9702, 8, 612, 1, + 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, + 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, + 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, + 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, + 612, 3, 612, 9741, 8, 612, 3, 612, 9743, 8, 612, 1, 612, 1, 612, 1, 612, + 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, + 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 3, 612, 9763, 8, 612, 1, + 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 3, 612, 9773, + 8, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, + 1, 612, 3, 612, 9784, 8, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, 612, 1, + 612, 1, 612, 1, 612, 1, 612, 1, 612, 3, 612, 9796, 8, 612, 1, 613, 1, 613, + 1, 613, 1, 613, 1, 613, 3, 613, 9803, 8, 613, 1, 614, 1, 614, 1, 614, 1, + 614, 1, 614, 1, 614, 1, 614, 1, 614, 1, 614, 1, 614, 3, 614, 9815, 8, 614, + 1, 615, 1, 615, 1, 615, 1, 615, 1, 615, 1, 616, 1, 616, 1, 616, 5, 616, + 9825, 8, 616, 10, 616, 12, 616, 9828, 9, 616, 1, 617, 1, 617, 1, 617, 3, + 617, 9833, 8, 617, 1, 618, 1, 618, 1, 619, 1, 619, 1, 619, 1, 619, 3, 619, + 9841, 8, 619, 1, 620, 1, 620, 1, 620, 1, 620, 1, 620, 1, 620, 1, 620, 1, + 620, 1, 620, 1, 620, 1, 620, 1, 620, 1, 620, 1, 620, 1, 620, 3, 620, 9858, + 8, 620, 1, 621, 1, 621, 1, 621, 1, 622, 1, 622, 1, 622, 1, 622, 1, 622, + 1, 622, 1, 623, 1, 623, 1, 623, 1, 623, 1, 623, 1, 623, 1, 624, 1, 624, + 1, 624, 1, 625, 1, 625, 1, 625, 5, 625, 9881, 8, 625, 10, 625, 12, 625, + 9884, 9, 625, 1, 626, 1, 626, 1, 626, 1, 626, 1, 627, 1, 627, 1, 627, 3, + 627, 9893, 8, 627, 1, 628, 1, 628, 3, 628, 9897, 8, 628, 1, 628, 3, 628, + 9900, 8, 628, 1, 628, 3, 628, 9903, 8, 628, 1, 628, 3, 628, 9906, 8, 628, + 1, 628, 1, 628, 1, 629, 1, 629, 1, 630, 1, 630, 1, 630, 1, 630, 1, 631, + 1, 631, 1, 631, 3, 631, 9919, 8, 631, 1, 631, 1, 631, 1, 631, 3, 631, 9924, + 8, 631, 1, 631, 1, 631, 1, 631, 3, 631, 9929, 8, 631, 3, 631, 9931, 8, + 631, 1, 632, 1, 632, 1, 632, 1, 632, 1, 632, 1, 632, 3, 632, 9939, 8, 632, + 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 3, 633, 9948, 8, + 633, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 3, 634, 9957, + 8, 634, 1, 635, 1, 635, 1, 635, 3, 635, 9962, 8, 635, 1, 635, 1, 635, 1, + 635, 1, 635, 1, 635, 1, 635, 1, 635, 3, 635, 9971, 8, 635, 1, 636, 1, 636, + 1, 636, 3, 636, 9976, 8, 636, 1, 636, 1, 636, 1, 637, 1, 637, 1, 637, 1, + 637, 1, 637, 1, 637, 1, 638, 1, 638, 1, 639, 1, 639, 3, 639, 9990, 8, 639, + 1, 640, 1, 640, 1, 641, 1, 641, 1, 641, 1, 641, 1, 641, 1, 641, 3, 641, + 10000, 8, 641, 1, 642, 1, 642, 1, 642, 1, 642, 1, 642, 1, 642, 3, 642, + 10008, 8, 642, 1, 643, 1, 643, 1, 643, 1, 643, 1, 643, 1, 643, 1, 643, + 1, 643, 1, 643, 1, 643, 1, 643, 1, 643, 3, 643, 10022, 8, 643, 1, 644, + 1, 644, 1, 644, 5, 644, 10027, 8, 644, 10, 644, 12, 644, 10030, 9, 644, + 1, 645, 1, 645, 1, 645, 5, 645, 10035, 8, 645, 10, 645, 12, 645, 10038, + 9, 645, 1, 646, 1, 646, 1, 646, 1, 646, 1, 646, 3, 646, 10045, 8, 646, + 1, 647, 1, 647, 1, 647, 5, 647, 10050, 8, 647, 10, 647, 12, 647, 10053, + 9, 647, 1, 648, 1, 648, 1, 648, 3, 648, 10058, 8, 648, 1, 648, 1, 648, + 1, 649, 1, 649, 1, 649, 5, 649, 10065, 8, 649, 10, 649, 12, 649, 10068, + 9, 649, 1, 650, 1, 650, 1, 650, 1, 650, 1, 651, 1, 651, 1, 651, 1, 651, + 1, 651, 1, 651, 1, 651, 1, 651, 3, 651, 10082, 8, 651, 1, 652, 1, 652, + 1, 653, 1, 653, 1, 653, 1, 653, 1, 653, 1, 653, 1, 653, 3, 653, 10093, + 8, 653, 1, 654, 1, 654, 1, 654, 1, 654, 1, 655, 1, 655, 1, 655, 1, 655, + 1, 655, 1, 655, 1, 655, 1, 655, 1, 655, 1, 655, 1, 655, 1, 655, 1, 655, + 1, 655, 1, 655, 1, 655, 1, 655, 1, 655, 1, 655, 1, 655, 1, 655, 1, 655, + 1, 655, 1, 655, 1, 655, 1, 655, 1, 655, 3, 655, 10126, 8, 655, 1, 656, + 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 3, 656, 10135, 8, 656, + 1, 657, 1, 657, 1, 657, 1, 657, 1, 657, 3, 657, 10142, 8, 657, 1, 658, + 1, 658, 3, 658, 10146, 8, 658, 1, 658, 1, 658, 3, 658, 10150, 8, 658, 1, + 658, 1, 658, 1, 659, 4, 659, 10155, 8, 659, 11, 659, 12, 659, 10156, 1, + 660, 1, 660, 1, 660, 1, 660, 1, 660, 1, 661, 1, 661, 1, 661, 1, 662, 1, + 662, 1, 663, 1, 663, 3, 663, 10171, 8, 663, 1, 664, 1, 664, 1, 664, 3, + 664, 10176, 8, 664, 1, 664, 1, 664, 1, 664, 3, 664, 10181, 8, 664, 1, 664, + 1, 664, 3, 664, 10185, 8, 664, 3, 664, 10187, 8, 664, 1, 664, 3, 664, 10190, + 8, 664, 1, 665, 1, 665, 1, 666, 4, 666, 10195, 8, 666, 11, 666, 12, 666, + 10196, 1, 667, 5, 667, 10200, 8, 667, 10, 667, 12, 667, 10203, 9, 667, + 1, 668, 1, 668, 1, 669, 1, 669, 1, 669, 5, 669, 10210, 8, 669, 10, 669, + 12, 669, 10213, 9, 669, 1, 670, 1, 670, 3, 670, 10217, 8, 670, 1, 670, + 3, 670, 10220, 8, 670, 1, 671, 1, 671, 1, 671, 3, 671, 10225, 8, 671, 1, + 672, 1, 672, 1, 672, 5, 672, 10230, 8, 672, 10, 672, 12, 672, 10233, 9, + 672, 1, 673, 1, 673, 3, 673, 10237, 8, 673, 1, 674, 1, 674, 1, 674, 5, + 674, 10242, 8, 674, 10, 674, 12, 674, 10245, 9, 674, 1, 675, 1, 675, 1, + 676, 1, 676, 1, 677, 1, 677, 1, 678, 1, 678, 1, 678, 1, 678, 1, 678, 1, + 678, 1, 678, 3, 678, 10260, 8, 678, 1, 679, 1, 679, 1, 679, 1, 679, 1, + 679, 1, 679, 1, 679, 1, 679, 1, 679, 1, 679, 3, 679, 10272, 8, 679, 1, + 679, 1, 679, 1, 679, 3, 679, 10277, 8, 679, 1, 679, 1, 679, 1, 679, 1, + 679, 1, 679, 1, 679, 3, 679, 10285, 8, 679, 1, 679, 1, 679, 1, 679, 1, + 679, 1, 679, 3, 679, 10292, 8, 679, 1, 679, 1, 679, 1, 679, 3, 679, 10297, + 8, 679, 1, 680, 1, 680, 1, 681, 1, 681, 1, 682, 1, 682, 1, 683, 1, 683, + 1, 684, 1, 684, 3, 684, 10309, 8, 684, 1, 685, 1, 685, 1, 685, 1, 685, + 5, 685, 10315, 8, 685, 10, 685, 12, 685, 10318, 9, 685, 1, 685, 1, 685, + 3, 685, 10322, 8, 685, 1, 686, 1, 686, 1, 686, 1, 687, 1, 687, 1, 687, + 1, 687, 1, 687, 3, 687, 10332, 8, 687, 1, 688, 1, 688, 1, 689, 1, 689, + 1, 689, 3, 689, 10339, 8, 689, 1, 690, 1, 690, 1, 690, 5, 690, 10344, 8, + 690, 10, 690, 12, 690, 10347, 9, 690, 1, 691, 1, 691, 1, 691, 1, 691, 1, + 691, 1, 691, 3, 691, 10355, 8, 691, 1, 692, 1, 692, 1, 692, 1, 692, 3, + 692, 10361, 8, 692, 1, 693, 1, 693, 1, 693, 1, 693, 3, 693, 10367, 8, 693, + 1, 694, 1, 694, 1, 694, 1, 694, 3, 694, 10373, 8, 694, 1, 695, 1, 695, + 1, 695, 1, 695, 1, 695, 1, 695, 3, 695, 10381, 8, 695, 1, 696, 1, 696, + 3, 696, 10385, 8, 696, 1, 696, 1, 696, 1, 696, 1, 696, 1, 696, 3, 696, + 10392, 8, 696, 1, 697, 1, 697, 1, 698, 1, 698, 1, 699, 1, 699, 1, 699, + 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, + 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, + 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, + 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, + 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, 1, 699, + 1, 699, 1, 699, 1, 699, 1, 699, 3, 699, 10450, 8, 699, 1, 700, 1, 700, + 1, 701, 1, 701, 1, 702, 1, 702, 1, 703, 1, 703, 1, 703, 3, 703, 10461, + 8, 703, 1, 704, 5, 704, 10464, 8, 704, 10, 704, 12, 704, 10467, 9, 704, + 1, 705, 1, 705, 1, 705, 1, 705, 1, 705, 1, 705, 1, 705, 1, 705, 1, 705, + 1, 705, 1, 705, 1, 705, 1, 705, 1, 705, 1, 705, 1, 705, 1, 705, 1, 705, + 1, 705, 1, 705, 3, 705, 10489, 8, 705, 1, 706, 1, 706, 1, 707, 1, 707, + 1, 707, 1, 707, 3, 707, 10497, 8, 707, 1, 708, 1, 708, 1, 709, 1, 709, + 1, 709, 1, 709, 3, 709, 10505, 8, 709, 1, 709, 1, 709, 3, 709, 10509, 8, + 709, 1, 710, 3, 710, 10512, 8, 710, 1, 710, 1, 710, 3, 710, 10516, 8, 710, + 3, 710, 10518, 8, 710, 1, 711, 1, 711, 1, 712, 4, 712, 10523, 8, 712, 11, + 712, 12, 712, 10524, 1, 713, 1, 713, 1, 713, 1, 713, 1, 714, 1, 714, 1, + 714, 3, 714, 10534, 8, 714, 1, 715, 1, 715, 1, 715, 1, 715, 1, 715, 3, + 715, 10541, 8, 715, 1, 715, 1, 715, 3, 715, 10545, 8, 715, 1, 715, 3, 715, + 10548, 8, 715, 1, 715, 3, 715, 10551, 8, 715, 1, 715, 3, 715, 10554, 8, + 715, 1, 715, 1, 715, 3, 715, 10558, 8, 715, 1, 715, 1, 715, 1, 715, 3, + 715, 10563, 8, 715, 1, 715, 1, 715, 1, 716, 1, 716, 1, 716, 3, 716, 10570, + 8, 716, 1, 717, 1, 717, 1, 718, 1, 718, 1, 718, 1, 718, 1, 719, 1, 719, + 1, 719, 5, 719, 10581, 8, 719, 10, 719, 12, 719, 10584, 9, 719, 1, 720, + 1, 720, 1, 720, 1, 721, 1, 721, 1, 722, 1, 722, 3, 722, 10593, 8, 722, + 1, 723, 1, 723, 1, 724, 1, 724, 1, 725, 1, 725, 1, 726, 1, 726, 1, 726, + 1, 727, 1, 727, 1, 727, 1, 728, 1, 728, 1, 728, 1, 729, 1, 729, 3, 729, + 10612, 8, 729, 1, 730, 1, 730, 1, 731, 5, 731, 10617, 8, 731, 10, 731, + 12, 731, 10620, 9, 731, 1, 732, 1, 732, 1, 732, 1, 732, 1, 732, 1, 732, + 1, 732, 1, 732, 1, 732, 1, 732, 1, 732, 1, 732, 1, 732, 1, 732, 1, 732, + 1, 732, 1, 732, 1, 732, 1, 732, 1, 732, 1, 732, 1, 732, 1, 732, 1, 732, + 1, 732, 1, 732, 1, 732, 3, 732, 10649, 8, 732, 1, 733, 1, 733, 1, 733, + 1, 733, 1, 734, 1, 734, 1, 734, 1, 734, 3, 734, 10659, 8, 734, 1, 734, + 1, 734, 1, 734, 1, 734, 1, 734, 1, 734, 1, 734, 3, 734, 10668, 8, 734, + 1, 734, 1, 734, 1, 734, 3, 734, 10673, 8, 734, 1, 735, 1, 735, 1, 736, + 1, 736, 1, 736, 1, 736, 1, 736, 1, 737, 1, 737, 3, 737, 10684, 8, 737, + 1, 737, 1, 737, 1, 737, 1, 737, 1, 738, 1, 738, 1, 739, 1, 739, 1, 739, + 5, 739, 10695, 8, 739, 10, 739, 12, 739, 10698, 9, 739, 1, 740, 1, 740, + 1, 740, 1, 740, 1, 741, 1, 741, 1, 742, 1, 742, 1, 743, 1, 743, 3, 743, + 10710, 8, 743, 1, 743, 1, 743, 1, 743, 1, 743, 5, 743, 10716, 8, 743, 10, + 743, 12, 743, 10719, 9, 743, 1, 744, 1, 744, 1, 744, 1, 744, 1, 744, 1, + 744, 3, 744, 10727, 8, 744, 1, 744, 1, 744, 1, 744, 1, 744, 1, 745, 1, + 745, 1, 745, 1, 745, 1, 745, 5, 745, 10738, 8, 745, 10, 745, 12, 745, 10741, + 9, 745, 1, 746, 1, 746, 1, 746, 1, 747, 1, 747, 3, 747, 10748, 8, 747, + 1, 747, 1, 747, 3, 747, 10752, 8, 747, 1, 747, 1, 747, 1, 747, 1, 747, + 1, 748, 1, 748, 1, 749, 4, 749, 10761, 8, 749, 11, 749, 12, 749, 10762, + 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 751, 1, 751, 1, 751, 1, 752, + 3, 752, 10774, 8, 752, 1, 752, 1, 752, 1, 753, 3, 753, 10779, 8, 753, 1, + 753, 1, 753, 1, 753, 1, 753, 1, 754, 3, 754, 10786, 8, 754, 1, 754, 1, + 754, 1, 754, 1, 754, 1, 755, 1, 755, 1, 755, 1, 755, 3, 755, 10796, 8, + 755, 1, 755, 1, 755, 1, 755, 1, 755, 1, 755, 3, 755, 10803, 8, 755, 1, + 755, 3, 755, 10806, 8, 755, 1, 755, 1, 755, 1, 755, 1, 755, 3, 755, 10812, + 8, 755, 3, 755, 10814, 8, 755, 1, 756, 1, 756, 1, 756, 1, 757, 1, 757, + 1, 757, 1, 757, 5, 757, 10823, 8, 757, 10, 757, 12, 757, 10826, 9, 757, + 1, 757, 1, 757, 1, 758, 1, 758, 1, 759, 1, 759, 1, 759, 1, 760, 1, 760, + 1, 761, 3, 761, 10838, 8, 761, 1, 761, 1, 761, 1, 761, 3, 761, 10843, 8, + 761, 1, 761, 1, 761, 1, 761, 1, 761, 1, 761, 1, 762, 1, 762, 1, 762, 1, + 763, 1, 763, 3, 763, 10855, 8, 763, 1, 763, 3, 763, 10858, 8, 763, 1, 763, + 1, 763, 1, 764, 1, 764, 1, 765, 1, 765, 1, 765, 1, 765, 1, 765, 1, 765, + 1, 765, 3, 765, 10871, 8, 765, 1, 765, 3, 765, 10874, 8, 765, 1, 765, 3, + 765, 10877, 8, 765, 3, 765, 10879, 8, 765, 1, 765, 1, 765, 1, 766, 1, 766, + 1, 767, 1, 767, 3, 767, 10887, 8, 767, 1, 767, 1, 767, 3, 767, 10891, 8, + 767, 1, 767, 3, 767, 10894, 8, 767, 1, 767, 1, 767, 1, 767, 1, 767, 3, + 767, 10900, 8, 767, 1, 767, 1, 767, 3, 767, 10904, 8, 767, 1, 767, 1, 767, + 1, 767, 1, 767, 3, 767, 10910, 8, 767, 1, 767, 1, 767, 1, 767, 3, 767, + 10915, 8, 767, 1, 767, 1, 767, 1, 767, 1, 767, 3, 767, 10921, 8, 767, 1, + 767, 3, 767, 10924, 8, 767, 1, 767, 1, 767, 3, 767, 10928, 8, 767, 1, 768, + 1, 768, 1, 769, 1, 769, 4, 769, 10934, 8, 769, 11, 769, 12, 769, 10935, + 1, 770, 1, 770, 1, 770, 1, 771, 1, 771, 1, 771, 1, 771, 1, 772, 1, 772, + 1, 772, 5, 772, 10948, 8, 772, 10, 772, 12, 772, 10951, 9, 772, 1, 773, + 1, 773, 1, 773, 3, 773, 10956, 8, 773, 1, 773, 1, 773, 1, 774, 1, 774, + 1, 774, 1, 775, 1, 775, 1, 775, 1, 775, 1, 775, 3, 775, 10968, 8, 775, + 1, 775, 1, 775, 1, 776, 1, 776, 1, 776, 1, 777, 1, 777, 1, 777, 3, 777, + 10978, 8, 777, 1, 777, 3, 777, 10981, 8, 777, 1, 777, 3, 777, 10984, 8, + 777, 1, 777, 3, 777, 10987, 8, 777, 1, 777, 3, 777, 10990, 8, 777, 1, 777, + 1, 777, 1, 778, 1, 778, 1, 778, 1, 779, 1, 779, 1, 779, 5, 779, 11000, + 8, 779, 10, 779, 12, 779, 11003, 9, 779, 1, 780, 1, 780, 3, 780, 11007, + 8, 780, 1, 780, 1, 780, 1, 781, 1, 781, 1, 781, 3, 781, 11014, 8, 781, + 1, 781, 1, 781, 1, 781, 1, 781, 1, 781, 3, 781, 11021, 8, 781, 3, 781, + 11023, 8, 781, 1, 781, 1, 781, 1, 781, 1, 781, 1, 781, 3, 781, 11030, 8, + 781, 3, 781, 11032, 8, 781, 1, 781, 1, 781, 1, 782, 1, 782, 1, 782, 1, + 782, 1, 782, 3, 782, 11041, 8, 782, 1, 783, 1, 783, 1, 783, 5, 783, 11046, + 8, 783, 10, 783, 12, 783, 11049, 9, 783, 1, 784, 1, 784, 1, 784, 1, 785, + 3, 785, 11055, 8, 785, 1, 785, 1, 785, 1, 786, 1, 786, 1, 787, 1, 787, + 3, 787, 11063, 8, 787, 1, 787, 3, 787, 11066, 8, 787, 1, 787, 1, 787, 1, + 787, 1, 787, 1, 787, 1, 788, 1, 788, 1, 789, 1, 789, 1, 790, 1, 790, 1, + 790, 1, 790, 1, 790, 1, 790, 1, 790, 1, 790, 1, 790, 1, 790, 1, 790, 1, + 790, 1, 790, 3, 790, 11090, 8, 790, 3, 790, 11092, 8, 790, 1, 791, 1, 791, + 3, 791, 11096, 8, 791, 1, 791, 1, 791, 1, 791, 1, 792, 1, 792, 1, 792, + 1, 792, 1, 793, 1, 793, 1, 793, 1, 794, 1, 794, 3, 794, 11110, 8, 794, + 1, 794, 1, 794, 1, 795, 1, 795, 3, 795, 11116, 8, 795, 1, 795, 1, 795, + 1, 796, 1, 796, 3, 796, 11122, 8, 796, 1, 796, 1, 796, 1, 797, 1, 797, + 1, 797, 1, 797, 1, 797, 1, 797, 1, 797, 1, 797, 1, 797, 3, 797, 11135, + 8, 797, 1, 797, 3, 797, 11138, 8, 797, 1, 798, 1, 798, 3, 798, 11142, 8, + 798, 1, 799, 1, 799, 1, 799, 1, 800, 4, 800, 11148, 8, 800, 11, 800, 12, + 800, 11149, 1, 801, 1, 801, 1, 801, 1, 801, 1, 801, 1, 802, 1, 802, 1, + 802, 5, 802, 11160, 8, 802, 10, 802, 12, 802, 11163, 9, 802, 1, 803, 1, + 803, 1, 803, 3, 803, 11168, 8, 803, 1, 804, 1, 804, 1, 805, 1, 805, 1, + 806, 1, 806, 1, 807, 1, 807, 1, 807, 1, 808, 1, 808, 3, 808, 11181, 8, + 808, 1, 809, 1, 809, 1, 810, 3, 810, 11186, 8, 810, 1, 810, 1, 810, 3, + 810, 11190, 8, 810, 1, 810, 3, 810, 11193, 8, 810, 1, 810, 3, 810, 11196, + 8, 810, 1, 810, 3, 810, 11199, 8, 810, 1, 810, 3, 810, 11202, 8, 810, 1, + 810, 3, 810, 11205, 8, 810, 1, 810, 3, 810, 11208, 8, 810, 1, 810, 3, 810, + 11211, 8, 810, 1, 811, 1, 811, 1, 812, 1, 812, 1, 813, 1, 813, 1, 814, + 1, 814, 1, 815, 1, 815, 3, 815, 11223, 8, 815, 1, 816, 1, 816, 3, 816, + 11227, 8, 816, 1, 816, 1, 816, 1, 816, 0, 1, 1212, 817, 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, @@ -1843,4524 +1838,4504 @@ func postgresqlparserParserInit() { 1540, 1542, 1544, 1546, 1548, 1550, 1552, 1554, 1556, 1558, 1560, 1562, 1564, 1566, 1568, 1570, 1572, 1574, 1576, 1578, 1580, 1582, 1584, 1586, 1588, 1590, 1592, 1594, 1596, 1598, 1600, 1602, 1604, 1606, 1608, 1610, - 1612, 1614, 1616, 1618, 1620, 1622, 1624, 1626, 1628, 1630, 1632, 1634, - 0, 76, 2, 0, 195, 195, 357, 357, 2, 0, 66, 66, 311, 311, 2, 0, 99, 99, - 311, 311, 3, 0, 66, 66, 99, 99, 311, 311, 2, 0, 133, 133, 191, 191, 2, - 0, 245, 245, 325, 325, 2, 0, 10, 10, 94, 94, 2, 0, 162, 162, 356, 356, - 2, 0, 180, 180, 221, 221, 5, 0, 30, 30, 281, 281, 322, 322, 345, 345, 347, - 347, 2, 0, 150, 150, 308, 308, 2, 0, 64, 64, 94, 94, 2, 0, 345, 345, 347, - 347, 1, 0, 641, 642, 2, 0, 200, 200, 224, 224, 9, 0, 30, 30, 160, 160, - 165, 165, 179, 179, 219, 219, 227, 227, 335, 335, 338, 338, 440, 440, 3, - 0, 113, 113, 277, 277, 329, 329, 2, 0, 53, 53, 78, 78, 3, 0, 173, 173, - 252, 252, 255, 255, 5, 0, 30, 30, 88, 88, 182, 182, 232, 232, 362, 362, - 2, 0, 92, 92, 226, 226, 1, 0, 450, 451, 2, 0, 92, 92, 409, 409, 2, 0, 334, - 334, 409, 409, 2, 0, 211, 211, 289, 289, 3, 0, 314, 314, 350, 350, 447, - 447, 2, 0, 64, 64, 68, 68, 5, 0, 212, 212, 322, 322, 343, 343, 354, 354, - 457, 458, 2, 0, 37, 37, 55, 55, 2, 0, 10, 10, 53, 53, 3, 0, 211, 211, 289, - 289, 444, 444, 5, 0, 92, 92, 175, 175, 226, 226, 316, 316, 342, 342, 3, - 0, 175, 175, 316, 316, 342, 342, 3, 0, 109, 109, 128, 128, 344, 344, 4, - 0, 88, 88, 182, 182, 232, 232, 362, 362, 2, 0, 137, 137, 233, 233, 2, 0, - 349, 349, 373, 373, 2, 0, 151, 151, 245, 245, 2, 0, 306, 306, 326, 326, - 1, 0, 31, 32, 2, 0, 99, 99, 342, 342, 2, 0, 201, 201, 327, 327, 2, 0, 59, - 59, 97, 97, 2, 0, 213, 213, 245, 245, 2, 0, 30, 30, 56, 56, 2, 0, 313, - 313, 409, 409, 2, 0, 207, 207, 261, 261, 4, 0, 113, 113, 115, 115, 119, - 119, 126, 126, 2, 0, 353, 353, 479, 479, 2, 0, 385, 386, 400, 400, 1, 0, - 385, 386, 1, 0, 413, 414, 1, 0, 18, 19, 2, 0, 117, 117, 122, 122, 5, 0, - 10, 10, 16, 17, 21, 21, 23, 23, 25, 25, 1, 0, 12, 13, 3, 0, 9, 9, 14, 14, - 27, 27, 3, 0, 39, 39, 73, 73, 95, 95, 2, 0, 166, 166, 188, 188, 2, 0, 297, - 297, 452, 452, 2, 0, 208, 208, 282, 282, 3, 0, 30, 30, 34, 34, 90, 90, - 6, 0, 9, 10, 12, 17, 21, 21, 23, 23, 25, 25, 27, 27, 2, 0, 20, 20, 22, - 22, 1, 0, 485, 488, 12, 0, 124, 124, 129, 249, 251, 252, 254, 303, 305, - 380, 405, 405, 435, 454, 457, 471, 473, 473, 475, 475, 477, 477, 480, 490, - 5, 0, 106, 118, 120, 123, 125, 125, 127, 128, 474, 474, 4, 0, 30, 52, 54, - 70, 72, 105, 456, 456, 5, 0, 304, 304, 420, 426, 506, 506, 515, 515, 523, - 637, 2, 0, 62, 62, 116, 116, 2, 0, 10, 10, 20, 20, 2, 0, 436, 436, 503, - 503, 2, 0, 167, 167, 509, 509, 1, 0, 514, 519, 2, 0, 144, 144, 210, 210, - 36, 0, 33, 33, 35, 35, 43, 45, 53, 53, 57, 57, 61, 61, 92, 92, 116, 116, - 123, 123, 130, 130, 144, 144, 153, 153, 157, 157, 161, 161, 167, 167, 172, - 172, 207, 207, 210, 210, 232, 232, 240, 240, 258, 258, 261, 262, 272, 272, - 286, 286, 300, 300, 306, 306, 312, 312, 316, 317, 326, 326, 353, 353, 435, - 436, 479, 479, 492, 504, 508, 514, 516, 520, 522, 522, 12488, 0, 1636, - 1, 0, 0, 0, 2, 1639, 1, 0, 0, 0, 4, 1641, 1, 0, 0, 0, 6, 1649, 1, 0, 0, - 0, 8, 1777, 1, 0, 0, 0, 10, 1779, 1, 0, 0, 0, 12, 1783, 1, 0, 0, 0, 14, - 1786, 1, 0, 0, 0, 16, 1794, 1, 0, 0, 0, 18, 1799, 1, 0, 0, 0, 20, 1805, - 1, 0, 0, 0, 22, 1826, 1, 0, 0, 0, 24, 1838, 1, 0, 0, 0, 26, 1840, 1, 0, - 0, 0, 28, 1848, 1, 0, 0, 0, 30, 1856, 1, 0, 0, 0, 32, 1860, 1, 0, 0, 0, - 34, 1871, 1, 0, 0, 0, 36, 1879, 1, 0, 0, 0, 38, 1887, 1, 0, 0, 0, 40, 1894, - 1, 0, 0, 0, 42, 1896, 1, 0, 0, 0, 44, 1913, 1, 0, 0, 0, 46, 1918, 1, 0, - 0, 0, 48, 1927, 1, 0, 0, 0, 50, 1929, 1, 0, 0, 0, 52, 1943, 1, 0, 0, 0, - 54, 1945, 1, 0, 0, 0, 56, 1976, 1, 0, 0, 0, 58, 1978, 1, 0, 0, 0, 60, 1986, - 1, 0, 0, 0, 62, 1996, 1, 0, 0, 0, 64, 2003, 1, 0, 0, 0, 66, 2009, 1, 0, - 0, 0, 68, 2027, 1, 0, 0, 0, 70, 2031, 1, 0, 0, 0, 72, 2035, 1, 0, 0, 0, - 74, 2037, 1, 0, 0, 0, 76, 2048, 1, 0, 0, 0, 78, 2052, 1, 0, 0, 0, 80, 2057, - 1, 0, 0, 0, 82, 2062, 1, 0, 0, 0, 84, 2064, 1, 0, 0, 0, 86, 2076, 1, 0, - 0, 0, 88, 2083, 1, 0, 0, 0, 90, 2085, 1, 0, 0, 0, 92, 2087, 1, 0, 0, 0, - 94, 2089, 1, 0, 0, 0, 96, 2204, 1, 0, 0, 0, 98, 2206, 1, 0, 0, 0, 100, - 2222, 1, 0, 0, 0, 102, 2224, 1, 0, 0, 0, 104, 2530, 1, 0, 0, 0, 106, 2537, - 1, 0, 0, 0, 108, 2539, 1, 0, 0, 0, 110, 2541, 1, 0, 0, 0, 112, 2544, 1, - 0, 0, 0, 114, 2553, 1, 0, 0, 0, 116, 2555, 1, 0, 0, 0, 118, 2559, 1, 0, - 0, 0, 120, 2562, 1, 0, 0, 0, 122, 2570, 1, 0, 0, 0, 124, 2582, 1, 0, 0, - 0, 126, 2599, 1, 0, 0, 0, 128, 2627, 1, 0, 0, 0, 130, 2629, 1, 0, 0, 0, - 132, 2632, 1, 0, 0, 0, 134, 2640, 1, 0, 0, 0, 136, 2645, 1, 0, 0, 0, 138, - 2683, 1, 0, 0, 0, 140, 2685, 1, 0, 0, 0, 142, 2727, 1, 0, 0, 0, 144, 2729, - 1, 0, 0, 0, 146, 2731, 1, 0, 0, 0, 148, 2736, 1, 0, 0, 0, 150, 2743, 1, - 0, 0, 0, 152, 2748, 1, 0, 0, 0, 154, 2790, 1, 0, 0, 0, 156, 2792, 1, 0, - 0, 0, 158, 2795, 1, 0, 0, 0, 160, 2800, 1, 0, 0, 0, 162, 2802, 1, 0, 0, - 0, 164, 2810, 1, 0, 0, 0, 166, 2821, 1, 0, 0, 0, 168, 2823, 1, 0, 0, 0, - 170, 2831, 1, 0, 0, 0, 172, 2833, 1, 0, 0, 0, 174, 2918, 1, 0, 0, 0, 176, - 2920, 1, 0, 0, 0, 178, 2922, 1, 0, 0, 0, 180, 2926, 1, 0, 0, 0, 182, 2934, - 1, 0, 0, 0, 184, 2945, 1, 0, 0, 0, 186, 2949, 1, 0, 0, 0, 188, 2970, 1, - 0, 0, 0, 190, 2998, 1, 0, 0, 0, 192, 3000, 1, 0, 0, 0, 194, 3010, 1, 0, - 0, 0, 196, 3021, 1, 0, 0, 0, 198, 3078, 1, 0, 0, 0, 200, 3080, 1, 0, 0, - 0, 202, 3089, 1, 0, 0, 0, 204, 3096, 1, 0, 0, 0, 206, 3098, 1, 0, 0, 0, - 208, 3106, 1, 0, 0, 0, 210, 3109, 1, 0, 0, 0, 212, 3116, 1, 0, 0, 0, 214, - 3207, 1, 0, 0, 0, 216, 3209, 1, 0, 0, 0, 218, 3212, 1, 0, 0, 0, 220, 3216, - 1, 0, 0, 0, 222, 3224, 1, 0, 0, 0, 224, 3226, 1, 0, 0, 0, 226, 3231, 1, - 0, 0, 0, 228, 3234, 1, 0, 0, 0, 230, 3242, 1, 0, 0, 0, 232, 3252, 1, 0, - 0, 0, 234, 3265, 1, 0, 0, 0, 236, 3267, 1, 0, 0, 0, 238, 3271, 1, 0, 0, - 0, 240, 3284, 1, 0, 0, 0, 242, 3286, 1, 0, 0, 0, 244, 3291, 1, 0, 0, 0, - 246, 3293, 1, 0, 0, 0, 248, 3300, 1, 0, 0, 0, 250, 3331, 1, 0, 0, 0, 252, - 3333, 1, 0, 0, 0, 254, 3340, 1, 0, 0, 0, 256, 3342, 1, 0, 0, 0, 258, 3351, - 1, 0, 0, 0, 260, 3354, 1, 0, 0, 0, 262, 3359, 1, 0, 0, 0, 264, 3363, 1, - 0, 0, 0, 266, 3379, 1, 0, 0, 0, 268, 3390, 1, 0, 0, 0, 270, 3406, 1, 0, - 0, 0, 272, 3422, 1, 0, 0, 0, 274, 3428, 1, 0, 0, 0, 276, 3445, 1, 0, 0, - 0, 278, 3458, 1, 0, 0, 0, 280, 3460, 1, 0, 0, 0, 282, 3470, 1, 0, 0, 0, - 284, 3484, 1, 0, 0, 0, 286, 3493, 1, 0, 0, 0, 288, 3495, 1, 0, 0, 0, 290, - 3500, 1, 0, 0, 0, 292, 3540, 1, 0, 0, 0, 294, 3542, 1, 0, 0, 0, 296, 3550, - 1, 0, 0, 0, 298, 3552, 1, 0, 0, 0, 300, 3560, 1, 0, 0, 0, 302, 3582, 1, - 0, 0, 0, 304, 3584, 1, 0, 0, 0, 306, 3588, 1, 0, 0, 0, 308, 3595, 1, 0, - 0, 0, 310, 3597, 1, 0, 0, 0, 312, 3599, 1, 0, 0, 0, 314, 3601, 1, 0, 0, - 0, 316, 3612, 1, 0, 0, 0, 318, 3615, 1, 0, 0, 0, 320, 3623, 1, 0, 0, 0, - 322, 3639, 1, 0, 0, 0, 324, 3649, 1, 0, 0, 0, 326, 3651, 1, 0, 0, 0, 328, - 3660, 1, 0, 0, 0, 330, 3663, 1, 0, 0, 0, 332, 3770, 1, 0, 0, 0, 334, 3772, - 1, 0, 0, 0, 336, 3791, 1, 0, 0, 0, 338, 3794, 1, 0, 0, 0, 340, 3798, 1, - 0, 0, 0, 342, 3817, 1, 0, 0, 0, 344, 3819, 1, 0, 0, 0, 346, 3824, 1, 0, - 0, 0, 348, 3832, 1, 0, 0, 0, 350, 3837, 1, 0, 0, 0, 352, 3852, 1, 0, 0, - 0, 354, 3854, 1, 0, 0, 0, 356, 3857, 1, 0, 0, 0, 358, 3859, 1, 0, 0, 0, - 360, 3896, 1, 0, 0, 0, 362, 3898, 1, 0, 0, 0, 364, 3901, 1, 0, 0, 0, 366, - 3906, 1, 0, 0, 0, 368, 3908, 1, 0, 0, 0, 370, 3990, 1, 0, 0, 0, 372, 3992, - 1, 0, 0, 0, 374, 4010, 1, 0, 0, 0, 376, 4012, 1, 0, 0, 0, 378, 4040, 1, - 0, 0, 0, 380, 4044, 1, 0, 0, 0, 382, 4064, 1, 0, 0, 0, 384, 4066, 1, 0, - 0, 0, 386, 4075, 1, 0, 0, 0, 388, 4095, 1, 0, 0, 0, 390, 4109, 1, 0, 0, - 0, 392, 4114, 1, 0, 0, 0, 394, 4120, 1, 0, 0, 0, 396, 4123, 1, 0, 0, 0, - 398, 4126, 1, 0, 0, 0, 400, 4129, 1, 0, 0, 0, 402, 4132, 1, 0, 0, 0, 404, - 4134, 1, 0, 0, 0, 406, 4143, 1, 0, 0, 0, 408, 4193, 1, 0, 0, 0, 410, 4199, - 1, 0, 0, 0, 412, 4201, 1, 0, 0, 0, 414, 4216, 1, 0, 0, 0, 416, 4218, 1, - 0, 0, 0, 418, 4222, 1, 0, 0, 0, 420, 4226, 1, 0, 0, 0, 422, 4233, 1, 0, - 0, 0, 424, 4235, 1, 0, 0, 0, 426, 4237, 1, 0, 0, 0, 428, 4239, 1, 0, 0, - 0, 430, 4245, 1, 0, 0, 0, 432, 4247, 1, 0, 0, 0, 434, 4249, 1, 0, 0, 0, - 436, 4254, 1, 0, 0, 0, 438, 4258, 1, 0, 0, 0, 440, 4271, 1, 0, 0, 0, 442, - 4273, 1, 0, 0, 0, 444, 4279, 1, 0, 0, 0, 446, 4293, 1, 0, 0, 0, 448, 4321, - 1, 0, 0, 0, 450, 4323, 1, 0, 0, 0, 452, 4331, 1, 0, 0, 0, 454, 4337, 1, - 0, 0, 0, 456, 4345, 1, 0, 0, 0, 458, 4357, 1, 0, 0, 0, 460, 4359, 1, 0, - 0, 0, 462, 4482, 1, 0, 0, 0, 464, 4484, 1, 0, 0, 0, 466, 4488, 1, 0, 0, - 0, 468, 4496, 1, 0, 0, 0, 470, 4507, 1, 0, 0, 0, 472, 4509, 1, 0, 0, 0, - 474, 4513, 1, 0, 0, 0, 476, 4521, 1, 0, 0, 0, 478, 4525, 1, 0, 0, 0, 480, - 4527, 1, 0, 0, 0, 482, 4578, 1, 0, 0, 0, 484, 4580, 1, 0, 0, 0, 486, 4584, - 1, 0, 0, 0, 488, 4602, 1, 0, 0, 0, 490, 4641, 1, 0, 0, 0, 492, 4643, 1, - 0, 0, 0, 494, 4645, 1, 0, 0, 0, 496, 4654, 1, 0, 0, 0, 498, 4656, 1, 0, - 0, 0, 500, 4658, 1, 0, 0, 0, 502, 4683, 1, 0, 0, 0, 504, 4685, 1, 0, 0, - 0, 506, 4705, 1, 0, 0, 0, 508, 4727, 1, 0, 0, 0, 510, 4749, 1, 0, 0, 0, - 512, 4751, 1, 0, 0, 0, 514, 4758, 1, 0, 0, 0, 516, 4855, 1, 0, 0, 0, 518, - 4880, 1, 0, 0, 0, 520, 4887, 1, 0, 0, 0, 522, 4904, 1, 0, 0, 0, 524, 4906, - 1, 0, 0, 0, 526, 4908, 1, 0, 0, 0, 528, 4916, 1, 0, 0, 0, 530, 4922, 1, - 0, 0, 0, 532, 4926, 1, 0, 0, 0, 534, 4934, 1, 0, 0, 0, 536, 4949, 1, 0, - 0, 0, 538, 5098, 1, 0, 0, 0, 540, 5102, 1, 0, 0, 0, 542, 5215, 1, 0, 0, - 0, 544, 5217, 1, 0, 0, 0, 546, 5222, 1, 0, 0, 0, 548, 5228, 1, 0, 0, 0, - 550, 5315, 1, 0, 0, 0, 552, 5317, 1, 0, 0, 0, 554, 5319, 1, 0, 0, 0, 556, - 5321, 1, 0, 0, 0, 558, 5351, 1, 0, 0, 0, 560, 5368, 1, 0, 0, 0, 562, 5370, - 1, 0, 0, 0, 564, 5396, 1, 0, 0, 0, 566, 5458, 1, 0, 0, 0, 568, 5460, 1, - 0, 0, 0, 570, 5468, 1, 0, 0, 0, 572, 5473, 1, 0, 0, 0, 574, 5484, 1, 0, - 0, 0, 576, 5486, 1, 0, 0, 0, 578, 5490, 1, 0, 0, 0, 580, 5523, 1, 0, 0, - 0, 582, 5525, 1, 0, 0, 0, 584, 5529, 1, 0, 0, 0, 586, 5533, 1, 0, 0, 0, - 588, 5542, 1, 0, 0, 0, 590, 5554, 1, 0, 0, 0, 592, 5586, 1, 0, 0, 0, 594, - 5588, 1, 0, 0, 0, 596, 5590, 1, 0, 0, 0, 598, 5629, 1, 0, 0, 0, 600, 5631, - 1, 0, 0, 0, 602, 5633, 1, 0, 0, 0, 604, 5635, 1, 0, 0, 0, 606, 5638, 1, - 0, 0, 0, 608, 5669, 1, 0, 0, 0, 610, 5682, 1, 0, 0, 0, 612, 5684, 1, 0, - 0, 0, 614, 5689, 1, 0, 0, 0, 616, 5697, 1, 0, 0, 0, 618, 5700, 1, 0, 0, - 0, 620, 5702, 1, 0, 0, 0, 622, 5708, 1, 0, 0, 0, 624, 5710, 1, 0, 0, 0, - 626, 5730, 1, 0, 0, 0, 628, 5733, 1, 0, 0, 0, 630, 5739, 1, 0, 0, 0, 632, - 5747, 1, 0, 0, 0, 634, 5763, 1, 0, 0, 0, 636, 5765, 1, 0, 0, 0, 638, 5771, - 1, 0, 0, 0, 640, 5792, 1, 0, 0, 0, 642, 5801, 1, 0, 0, 0, 644, 5807, 1, - 0, 0, 0, 646, 5809, 1, 0, 0, 0, 648, 5825, 1, 0, 0, 0, 650, 5827, 1, 0, - 0, 0, 652, 5832, 1, 0, 0, 0, 654, 5834, 1, 0, 0, 0, 656, 5849, 1, 0, 0, - 0, 658, 5857, 1, 0, 0, 0, 660, 5860, 1, 0, 0, 0, 662, 5869, 1, 0, 0, 0, - 664, 5910, 1, 0, 0, 0, 666, 5925, 1, 0, 0, 0, 668, 5932, 1, 0, 0, 0, 670, - 5934, 1, 0, 0, 0, 672, 5946, 1, 0, 0, 0, 674, 5949, 1, 0, 0, 0, 676, 5952, - 1, 0, 0, 0, 678, 5960, 1, 0, 0, 0, 680, 5968, 1, 0, 0, 0, 682, 5972, 1, - 0, 0, 0, 684, 6016, 1, 0, 0, 0, 686, 6032, 1, 0, 0, 0, 688, 6048, 1, 0, - 0, 0, 690, 6072, 1, 0, 0, 0, 692, 6079, 1, 0, 0, 0, 694, 6084, 1, 0, 0, - 0, 696, 6092, 1, 0, 0, 0, 698, 6095, 1, 0, 0, 0, 700, 6099, 1, 0, 0, 0, - 702, 6106, 1, 0, 0, 0, 704, 6145, 1, 0, 0, 0, 706, 6151, 1, 0, 0, 0, 708, - 6153, 1, 0, 0, 0, 710, 6166, 1, 0, 0, 0, 712, 6169, 1, 0, 0, 0, 714, 6216, - 1, 0, 0, 0, 716, 6218, 1, 0, 0, 0, 718, 6264, 1, 0, 0, 0, 720, 6266, 1, - 0, 0, 0, 722, 6268, 1, 0, 0, 0, 724, 6270, 1, 0, 0, 0, 726, 6278, 1, 0, - 0, 0, 728, 6292, 1, 0, 0, 0, 730, 6781, 1, 0, 0, 0, 732, 6783, 1, 0, 0, - 0, 734, 6785, 1, 0, 0, 0, 736, 6857, 1, 0, 0, 0, 738, 6859, 1, 0, 0, 0, - 740, 7078, 1, 0, 0, 0, 742, 7080, 1, 0, 0, 0, 744, 7088, 1, 0, 0, 0, 746, - 7104, 1, 0, 0, 0, 748, 7111, 1, 0, 0, 0, 750, 7113, 1, 0, 0, 0, 752, 7306, - 1, 0, 0, 0, 754, 7331, 1, 0, 0, 0, 756, 7333, 1, 0, 0, 0, 758, 7379, 1, - 0, 0, 0, 760, 7381, 1, 0, 0, 0, 762, 7410, 1, 0, 0, 0, 764, 7412, 1, 0, - 0, 0, 766, 7422, 1, 0, 0, 0, 768, 7430, 1, 0, 0, 0, 770, 7477, 1, 0, 0, - 0, 772, 7493, 1, 0, 0, 0, 774, 7495, 1, 0, 0, 0, 776, 7521, 1, 0, 0, 0, - 778, 7524, 1, 0, 0, 0, 780, 7540, 1, 0, 0, 0, 782, 7542, 1, 0, 0, 0, 784, - 7544, 1, 0, 0, 0, 786, 7546, 1, 0, 0, 0, 788, 7548, 1, 0, 0, 0, 790, 7553, - 1, 0, 0, 0, 792, 7556, 1, 0, 0, 0, 794, 7563, 1, 0, 0, 0, 796, 7634, 1, - 0, 0, 0, 798, 7636, 1, 0, 0, 0, 800, 7648, 1, 0, 0, 0, 802, 7650, 1, 0, - 0, 0, 804, 7660, 1, 0, 0, 0, 806, 7662, 1, 0, 0, 0, 808, 7668, 1, 0, 0, - 0, 810, 7700, 1, 0, 0, 0, 812, 7707, 1, 0, 0, 0, 814, 7710, 1, 0, 0, 0, - 816, 7719, 1, 0, 0, 0, 818, 7722, 1, 0, 0, 0, 820, 7726, 1, 0, 0, 0, 822, - 7743, 1, 0, 0, 0, 824, 7745, 1, 0, 0, 0, 826, 7747, 1, 0, 0, 0, 828, 7765, - 1, 0, 0, 0, 830, 7770, 1, 0, 0, 0, 832, 7786, 1, 0, 0, 0, 834, 7794, 1, - 0, 0, 0, 836, 7796, 1, 0, 0, 0, 838, 7802, 1, 0, 0, 0, 840, 7807, 1, 0, - 0, 0, 842, 7816, 1, 0, 0, 0, 844, 7843, 1, 0, 0, 0, 846, 7845, 1, 0, 0, - 0, 848, 7924, 1, 0, 0, 0, 850, 7926, 1, 0, 0, 0, 852, 7928, 1, 0, 0, 0, - 854, 7961, 1, 0, 0, 0, 856, 7963, 1, 0, 0, 0, 858, 7989, 1, 0, 0, 0, 860, - 8005, 1, 0, 0, 0, 862, 8007, 1, 0, 0, 0, 864, 8015, 1, 0, 0, 0, 866, 8017, - 1, 0, 0, 0, 868, 8023, 1, 0, 0, 0, 870, 8027, 1, 0, 0, 0, 872, 8029, 1, - 0, 0, 0, 874, 8031, 1, 0, 0, 0, 876, 8033, 1, 0, 0, 0, 878, 8035, 1, 0, - 0, 0, 880, 8037, 1, 0, 0, 0, 882, 8041, 1, 0, 0, 0, 884, 8045, 1, 0, 0, - 0, 886, 8053, 1, 0, 0, 0, 888, 8073, 1, 0, 0, 0, 890, 8084, 1, 0, 0, 0, - 892, 8086, 1, 0, 0, 0, 894, 8094, 1, 0, 0, 0, 896, 8100, 1, 0, 0, 0, 898, - 8104, 1, 0, 0, 0, 900, 8106, 1, 0, 0, 0, 902, 8114, 1, 0, 0, 0, 904, 8123, - 1, 0, 0, 0, 906, 8163, 1, 0, 0, 0, 908, 8165, 1, 0, 0, 0, 910, 8179, 1, - 0, 0, 0, 912, 8182, 1, 0, 0, 0, 914, 8194, 1, 0, 0, 0, 916, 8218, 1, 0, - 0, 0, 918, 8220, 1, 0, 0, 0, 920, 8222, 1, 0, 0, 0, 922, 8230, 1, 0, 0, - 0, 924, 8233, 1, 0, 0, 0, 926, 8257, 1, 0, 0, 0, 928, 8259, 1, 0, 0, 0, - 930, 8263, 1, 0, 0, 0, 932, 8297, 1, 0, 0, 0, 934, 8316, 1, 0, 0, 0, 936, - 8329, 1, 0, 0, 0, 938, 8337, 1, 0, 0, 0, 940, 8351, 1, 0, 0, 0, 942, 8354, - 1, 0, 0, 0, 944, 8365, 1, 0, 0, 0, 946, 8381, 1, 0, 0, 0, 948, 8383, 1, - 0, 0, 0, 950, 8388, 1, 0, 0, 0, 952, 8391, 1, 0, 0, 0, 954, 8406, 1, 0, - 0, 0, 956, 8424, 1, 0, 0, 0, 958, 8426, 1, 0, 0, 0, 960, 8429, 1, 0, 0, - 0, 962, 8437, 1, 0, 0, 0, 964, 8447, 1, 0, 0, 0, 966, 8456, 1, 0, 0, 0, - 968, 8463, 1, 0, 0, 0, 970, 8467, 1, 0, 0, 0, 972, 8477, 1, 0, 0, 0, 974, - 8508, 1, 0, 0, 0, 976, 8510, 1, 0, 0, 0, 978, 8521, 1, 0, 0, 0, 980, 8569, - 1, 0, 0, 0, 982, 8571, 1, 0, 0, 0, 984, 8577, 1, 0, 0, 0, 986, 8585, 1, - 0, 0, 0, 988, 8600, 1, 0, 0, 0, 990, 8602, 1, 0, 0, 0, 992, 8604, 1, 0, - 0, 0, 994, 8612, 1, 0, 0, 0, 996, 8630, 1, 0, 0, 0, 998, 8632, 1, 0, 0, - 0, 1000, 8634, 1, 0, 0, 0, 1002, 8636, 1, 0, 0, 0, 1004, 8644, 1, 0, 0, - 0, 1006, 8646, 1, 0, 0, 0, 1008, 8648, 1, 0, 0, 0, 1010, 8652, 1, 0, 0, - 0, 1012, 8660, 1, 0, 0, 0, 1014, 8679, 1, 0, 0, 0, 1016, 8681, 1, 0, 0, - 0, 1018, 8706, 1, 0, 0, 0, 1020, 8708, 1, 0, 0, 0, 1022, 8717, 1, 0, 0, - 0, 1024, 8719, 1, 0, 0, 0, 1026, 8726, 1, 0, 0, 0, 1028, 8730, 1, 0, 0, - 0, 1030, 8732, 1, 0, 0, 0, 1032, 8734, 1, 0, 0, 0, 1034, 8736, 1, 0, 0, - 0, 1036, 8740, 1, 0, 0, 0, 1038, 8753, 1, 0, 0, 0, 1040, 8755, 1, 0, 0, - 0, 1042, 8758, 1, 0, 0, 0, 1044, 8763, 1, 0, 0, 0, 1046, 8768, 1, 0, 0, - 0, 1048, 8774, 1, 0, 0, 0, 1050, 8781, 1, 0, 0, 0, 1052, 8783, 1, 0, 0, - 0, 1054, 8786, 1, 0, 0, 0, 1056, 8790, 1, 0, 0, 0, 1058, 8797, 1, 0, 0, - 0, 1060, 8809, 1, 0, 0, 0, 1062, 8812, 1, 0, 0, 0, 1064, 8826, 1, 0, 0, - 0, 1066, 8829, 1, 0, 0, 0, 1068, 8895, 1, 0, 0, 0, 1070, 8919, 1, 0, 0, - 0, 1072, 8922, 1, 0, 0, 0, 1074, 8931, 1, 0, 0, 0, 1076, 8934, 1, 0, 0, - 0, 1078, 8955, 1, 0, 0, 0, 1080, 8957, 1, 0, 0, 0, 1082, 8968, 1, 0, 0, - 0, 1084, 8982, 1, 0, 0, 0, 1086, 8984, 1, 0, 0, 0, 1088, 8992, 1, 0, 0, - 0, 1090, 8999, 1, 0, 0, 0, 1092, 9007, 1, 0, 0, 0, 1094, 9024, 1, 0, 0, - 0, 1096, 9026, 1, 0, 0, 0, 1098, 9030, 1, 0, 0, 0, 1100, 9038, 1, 0, 0, - 0, 1102, 9043, 1, 0, 0, 0, 1104, 9046, 1, 0, 0, 0, 1106, 9049, 1, 0, 0, - 0, 1108, 9056, 1, 0, 0, 0, 1110, 9058, 1, 0, 0, 0, 1112, 9066, 1, 0, 0, - 0, 1114, 9071, 1, 0, 0, 0, 1116, 9092, 1, 0, 0, 0, 1118, 9100, 1, 0, 0, - 0, 1120, 9110, 1, 0, 0, 0, 1122, 9122, 1, 0, 0, 0, 1124, 9124, 1, 0, 0, - 0, 1126, 9138, 1, 0, 0, 0, 1128, 9158, 1, 0, 0, 0, 1130, 9167, 1, 0, 0, - 0, 1132, 9185, 1, 0, 0, 0, 1134, 9191, 1, 0, 0, 0, 1136, 9197, 1, 0, 0, - 0, 1138, 9205, 1, 0, 0, 0, 1140, 9233, 1, 0, 0, 0, 1142, 9235, 1, 0, 0, - 0, 1144, 9241, 1, 0, 0, 0, 1146, 9245, 1, 0, 0, 0, 1148, 9247, 1, 0, 0, - 0, 1150, 9255, 1, 0, 0, 0, 1152, 9259, 1, 0, 0, 0, 1154, 9266, 1, 0, 0, - 0, 1156, 9283, 1, 0, 0, 0, 1158, 9285, 1, 0, 0, 0, 1160, 9287, 1, 0, 0, - 0, 1162, 9297, 1, 0, 0, 0, 1164, 9305, 1, 0, 0, 0, 1166, 9332, 1, 0, 0, - 0, 1168, 9334, 1, 0, 0, 0, 1170, 9341, 1, 0, 0, 0, 1172, 9344, 1, 0, 0, - 0, 1174, 9346, 1, 0, 0, 0, 1176, 9350, 1, 0, 0, 0, 1178, 9358, 1, 0, 0, - 0, 1180, 9366, 1, 0, 0, 0, 1182, 9374, 1, 0, 0, 0, 1184, 9388, 1, 0, 0, - 0, 1186, 9397, 1, 0, 0, 0, 1188, 9401, 1, 0, 0, 0, 1190, 9405, 1, 0, 0, - 0, 1192, 9431, 1, 0, 0, 0, 1194, 9445, 1, 0, 0, 0, 1196, 9461, 1, 0, 0, - 0, 1198, 9471, 1, 0, 0, 0, 1200, 9475, 1, 0, 0, 0, 1202, 9483, 1, 0, 0, - 0, 1204, 9491, 1, 0, 0, 0, 1206, 9497, 1, 0, 0, 0, 1208, 9501, 1, 0, 0, - 0, 1210, 9508, 1, 0, 0, 0, 1212, 9513, 1, 0, 0, 0, 1214, 9528, 1, 0, 0, - 0, 1216, 9608, 1, 0, 0, 0, 1218, 9610, 1, 0, 0, 0, 1220, 9612, 1, 0, 0, - 0, 1222, 9650, 1, 0, 0, 0, 1224, 9654, 1, 0, 0, 0, 1226, 9839, 1, 0, 0, - 0, 1228, 9846, 1, 0, 0, 0, 1230, 9858, 1, 0, 0, 0, 1232, 9860, 1, 0, 0, - 0, 1234, 9865, 1, 0, 0, 0, 1236, 9873, 1, 0, 0, 0, 1238, 9878, 1, 0, 0, - 0, 1240, 9884, 1, 0, 0, 0, 1242, 9901, 1, 0, 0, 0, 1244, 9903, 1, 0, 0, - 0, 1246, 9906, 1, 0, 0, 0, 1248, 9912, 1, 0, 0, 0, 1250, 9918, 1, 0, 0, - 0, 1252, 9921, 1, 0, 0, 0, 1254, 9929, 1, 0, 0, 0, 1256, 9933, 1, 0, 0, - 0, 1258, 9938, 1, 0, 0, 0, 1260, 9953, 1, 0, 0, 0, 1262, 9955, 1, 0, 0, - 0, 1264, 9974, 1, 0, 0, 0, 1266, 9982, 1, 0, 0, 0, 1268, 9991, 1, 0, 0, - 0, 1270, 9993, 1, 0, 0, 0, 1272, 10014, 1, 0, 0, 0, 1274, 10016, 1, 0, - 0, 0, 1276, 10023, 1, 0, 0, 0, 1278, 10029, 1, 0, 0, 0, 1280, 10033, 1, - 0, 0, 0, 1282, 10035, 1, 0, 0, 0, 1284, 10043, 1, 0, 0, 0, 1286, 10051, - 1, 0, 0, 0, 1288, 10065, 1, 0, 0, 0, 1290, 10067, 1, 0, 0, 0, 1292, 10075, - 1, 0, 0, 0, 1294, 10088, 1, 0, 0, 0, 1296, 10090, 1, 0, 0, 0, 1298, 10098, - 1, 0, 0, 0, 1300, 10105, 1, 0, 0, 0, 1302, 10113, 1, 0, 0, 0, 1304, 10125, - 1, 0, 0, 0, 1306, 10127, 1, 0, 0, 0, 1308, 10129, 1, 0, 0, 0, 1310, 10138, - 1, 0, 0, 0, 1312, 10169, 1, 0, 0, 0, 1314, 10178, 1, 0, 0, 0, 1316, 10185, - 1, 0, 0, 0, 1318, 10187, 1, 0, 0, 0, 1320, 10198, 1, 0, 0, 0, 1322, 10202, - 1, 0, 0, 0, 1324, 10207, 1, 0, 0, 0, 1326, 10210, 1, 0, 0, 0, 1328, 10212, - 1, 0, 0, 0, 1330, 10233, 1, 0, 0, 0, 1332, 10235, 1, 0, 0, 0, 1334, 10238, - 1, 0, 0, 0, 1336, 10245, 1, 0, 0, 0, 1338, 10248, 1, 0, 0, 0, 1340, 10250, - 1, 0, 0, 0, 1342, 10263, 1, 0, 0, 0, 1344, 10268, 1, 0, 0, 0, 1346, 10270, - 1, 0, 0, 0, 1348, 10278, 1, 0, 0, 0, 1350, 10282, 1, 0, 0, 0, 1352, 10290, - 1, 0, 0, 0, 1354, 10292, 1, 0, 0, 0, 1356, 10294, 1, 0, 0, 0, 1358, 10303, - 1, 0, 0, 0, 1360, 10340, 1, 0, 0, 0, 1362, 10342, 1, 0, 0, 0, 1364, 10344, - 1, 0, 0, 0, 1366, 10346, 1, 0, 0, 0, 1368, 10348, 1, 0, 0, 0, 1370, 10350, - 1, 0, 0, 0, 1372, 10365, 1, 0, 0, 0, 1374, 10367, 1, 0, 0, 0, 1376, 10375, - 1, 0, 0, 0, 1378, 10377, 1, 0, 0, 0, 1380, 10382, 1, 0, 0, 0, 1382, 10384, - 1, 0, 0, 0, 1384, 10398, 1, 0, 0, 0, 1386, 10404, 1, 0, 0, 0, 1388, 10410, - 1, 0, 0, 0, 1390, 10416, 1, 0, 0, 0, 1392, 10424, 1, 0, 0, 0, 1394, 10435, - 1, 0, 0, 0, 1396, 10437, 1, 0, 0, 0, 1398, 10439, 1, 0, 0, 0, 1400, 10493, - 1, 0, 0, 0, 1402, 10495, 1, 0, 0, 0, 1404, 10497, 1, 0, 0, 0, 1406, 10499, - 1, 0, 0, 0, 1408, 10501, 1, 0, 0, 0, 1410, 10509, 1, 0, 0, 0, 1412, 10532, - 1, 0, 0, 0, 1414, 10534, 1, 0, 0, 0, 1416, 10540, 1, 0, 0, 0, 1418, 10542, - 1, 0, 0, 0, 1420, 10544, 1, 0, 0, 0, 1422, 10555, 1, 0, 0, 0, 1424, 10563, - 1, 0, 0, 0, 1426, 10566, 1, 0, 0, 0, 1428, 10570, 1, 0, 0, 0, 1430, 10577, - 1, 0, 0, 0, 1432, 10579, 1, 0, 0, 0, 1434, 10613, 1, 0, 0, 0, 1436, 10615, - 1, 0, 0, 0, 1438, 10617, 1, 0, 0, 0, 1440, 10621, 1, 0, 0, 0, 1442, 10629, - 1, 0, 0, 0, 1444, 10632, 1, 0, 0, 0, 1446, 10636, 1, 0, 0, 0, 1448, 10638, - 1, 0, 0, 0, 1450, 10640, 1, 0, 0, 0, 1452, 10642, 1, 0, 0, 0, 1454, 10644, - 1, 0, 0, 0, 1456, 10647, 1, 0, 0, 0, 1458, 10650, 1, 0, 0, 0, 1460, 10655, - 1, 0, 0, 0, 1462, 10657, 1, 0, 0, 0, 1464, 10662, 1, 0, 0, 0, 1466, 10692, - 1, 0, 0, 0, 1468, 10694, 1, 0, 0, 0, 1470, 10716, 1, 0, 0, 0, 1472, 10718, - 1, 0, 0, 0, 1474, 10720, 1, 0, 0, 0, 1476, 10725, 1, 0, 0, 0, 1478, 10733, - 1, 0, 0, 0, 1480, 10735, 1, 0, 0, 0, 1482, 10743, 1, 0, 0, 0, 1484, 10747, - 1, 0, 0, 0, 1486, 10749, 1, 0, 0, 0, 1488, 10753, 1, 0, 0, 0, 1490, 10764, - 1, 0, 0, 0, 1492, 10783, 1, 0, 0, 0, 1494, 10786, 1, 0, 0, 0, 1496, 10789, - 1, 0, 0, 0, 1498, 10801, 1, 0, 0, 0, 1500, 10804, 1, 0, 0, 0, 1502, 10808, - 1, 0, 0, 0, 1504, 10813, 1, 0, 0, 0, 1506, 10817, 1, 0, 0, 0, 1508, 10822, - 1, 0, 0, 0, 1510, 10829, 1, 0, 0, 0, 1512, 10835, 1, 0, 0, 0, 1514, 10859, - 1, 0, 0, 0, 1516, 10862, 1, 0, 0, 0, 1518, 10873, 1, 0, 0, 0, 1520, 10875, - 1, 0, 0, 0, 1522, 10878, 1, 0, 0, 0, 1524, 10881, 1, 0, 0, 0, 1526, 10893, - 1, 0, 0, 0, 1528, 10896, 1, 0, 0, 0, 1530, 10905, 1, 0, 0, 0, 1532, 10907, - 1, 0, 0, 0, 1534, 10926, 1, 0, 0, 0, 1536, 10971, 1, 0, 0, 0, 1538, 10973, - 1, 0, 0, 0, 1540, 10977, 1, 0, 0, 0, 1542, 10981, 1, 0, 0, 0, 1544, 10984, - 1, 0, 0, 0, 1546, 10988, 1, 0, 0, 0, 1548, 10996, 1, 0, 0, 0, 1550, 11003, - 1, 0, 0, 0, 1552, 11006, 1, 0, 0, 0, 1554, 11015, 1, 0, 0, 0, 1556, 11018, - 1, 0, 0, 0, 1558, 11037, 1, 0, 0, 0, 1560, 11040, 1, 0, 0, 0, 1562, 11048, - 1, 0, 0, 0, 1564, 11054, 1, 0, 0, 0, 1566, 11084, 1, 0, 0, 0, 1568, 11086, - 1, 0, 0, 0, 1570, 11094, 1, 0, 0, 0, 1572, 11098, 1, 0, 0, 0, 1574, 11102, - 1, 0, 0, 0, 1576, 11104, 1, 0, 0, 0, 1578, 11116, 1, 0, 0, 0, 1580, 11118, - 1, 0, 0, 0, 1582, 11135, 1, 0, 0, 0, 1584, 11137, 1, 0, 0, 0, 1586, 11144, - 1, 0, 0, 0, 1588, 11148, 1, 0, 0, 0, 1590, 11151, 1, 0, 0, 0, 1592, 11157, - 1, 0, 0, 0, 1594, 11163, 1, 0, 0, 0, 1596, 11181, 1, 0, 0, 0, 1598, 11185, - 1, 0, 0, 0, 1600, 11187, 1, 0, 0, 0, 1602, 11191, 1, 0, 0, 0, 1604, 11195, - 1, 0, 0, 0, 1606, 11200, 1, 0, 0, 0, 1608, 11211, 1, 0, 0, 0, 1610, 11213, - 1, 0, 0, 0, 1612, 11215, 1, 0, 0, 0, 1614, 11217, 1, 0, 0, 0, 1616, 11219, - 1, 0, 0, 0, 1618, 11224, 1, 0, 0, 0, 1620, 11226, 1, 0, 0, 0, 1622, 11229, - 1, 0, 0, 0, 1624, 11256, 1, 0, 0, 0, 1626, 11258, 1, 0, 0, 0, 1628, 11260, - 1, 0, 0, 0, 1630, 11262, 1, 0, 0, 0, 1632, 11264, 1, 0, 0, 0, 1634, 11268, - 1, 0, 0, 0, 1636, 1637, 3, 4, 2, 0, 1637, 1638, 5, 0, 0, 1, 1638, 1, 1, - 0, 0, 0, 1639, 1640, 3, 1408, 704, 0, 1640, 3, 1, 0, 0, 0, 1641, 1642, - 3, 6, 3, 0, 1642, 5, 1, 0, 0, 0, 1643, 1645, 3, 8, 4, 0, 1644, 1646, 5, - 7, 0, 0, 1645, 1644, 1, 0, 0, 0, 1645, 1646, 1, 0, 0, 0, 1646, 1648, 1, - 0, 0, 0, 1647, 1643, 1, 0, 0, 0, 1648, 1651, 1, 0, 0, 0, 1649, 1647, 1, - 0, 0, 0, 1649, 1650, 1, 0, 0, 0, 1650, 7, 1, 0, 0, 0, 1651, 1649, 1, 0, - 0, 0, 1652, 1778, 3, 456, 228, 0, 1653, 1778, 3, 836, 418, 0, 1654, 1778, - 3, 826, 413, 0, 1655, 1778, 3, 828, 414, 0, 1656, 1778, 3, 586, 293, 0, - 1657, 1778, 3, 842, 421, 0, 1658, 1778, 3, 482, 241, 0, 1659, 1778, 3, - 326, 163, 0, 1660, 1778, 3, 332, 166, 0, 1661, 1778, 3, 342, 171, 0, 1662, - 1778, 3, 368, 184, 0, 1663, 1778, 3, 678, 339, 0, 1664, 1778, 3, 38, 19, - 0, 1665, 1778, 3, 736, 368, 0, 1666, 1778, 3, 740, 370, 0, 1667, 1778, - 3, 752, 376, 0, 1668, 1778, 3, 742, 371, 0, 1669, 1778, 3, 750, 375, 0, - 1670, 1778, 3, 388, 194, 0, 1671, 1778, 3, 284, 142, 0, 1672, 1778, 3, - 838, 419, 0, 1673, 1778, 3, 96, 48, 0, 1674, 1778, 3, 728, 364, 0, 1675, - 1778, 3, 134, 67, 0, 1676, 1778, 3, 762, 381, 0, 1677, 1778, 3, 32, 16, - 0, 1678, 1778, 3, 28, 14, 0, 1679, 1778, 3, 770, 385, 0, 1680, 1778, 3, - 266, 133, 0, 1681, 1778, 3, 848, 424, 0, 1682, 1778, 3, 846, 423, 0, 1683, - 1778, 3, 384, 192, 0, 1684, 1778, 3, 860, 430, 0, 1685, 1778, 3, 12, 6, - 0, 1686, 1778, 3, 92, 46, 0, 1687, 1778, 3, 140, 70, 0, 1688, 1778, 3, - 854, 427, 0, 1689, 1778, 3, 538, 269, 0, 1690, 1778, 3, 86, 43, 0, 1691, - 1778, 3, 142, 71, 0, 1692, 1778, 3, 404, 202, 0, 1693, 1778, 3, 268, 134, - 0, 1694, 1778, 3, 460, 230, 0, 1695, 1778, 3, 704, 352, 0, 1696, 1778, - 3, 852, 426, 0, 1697, 1778, 3, 840, 420, 0, 1698, 1778, 3, 320, 160, 0, - 1699, 1778, 3, 334, 167, 0, 1700, 1778, 3, 360, 180, 0, 1701, 1778, 3, - 370, 185, 0, 1702, 1778, 3, 624, 312, 0, 1703, 1778, 3, 36, 18, 0, 1704, - 1778, 3, 274, 137, 0, 1705, 1778, 3, 486, 243, 0, 1706, 1778, 3, 500, 250, - 0, 1707, 1778, 3, 754, 377, 0, 1708, 1778, 3, 502, 251, 0, 1709, 1778, - 3, 386, 193, 0, 1710, 1778, 3, 300, 150, 0, 1711, 1778, 3, 42, 21, 0, 1712, - 1778, 3, 282, 141, 0, 1713, 1778, 3, 172, 86, 0, 1714, 1778, 3, 764, 382, - 0, 1715, 1778, 3, 264, 132, 0, 1716, 1778, 3, 314, 157, 0, 1717, 1778, - 3, 712, 356, 0, 1718, 1778, 3, 408, 204, 0, 1719, 1778, 3, 448, 224, 0, - 1720, 1778, 3, 14, 7, 0, 1721, 1778, 3, 26, 13, 0, 1722, 1778, 3, 378, - 189, 0, 1723, 1778, 3, 814, 407, 0, 1724, 1778, 3, 910, 455, 0, 1725, 1778, - 3, 962, 481, 0, 1726, 1778, 3, 462, 231, 0, 1727, 1778, 3, 938, 469, 0, - 1728, 1778, 3, 94, 47, 0, 1729, 1778, 3, 698, 349, 0, 1730, 1778, 3, 708, - 354, 0, 1731, 1778, 3, 508, 254, 0, 1732, 1778, 3, 510, 255, 0, 1733, 1778, - 3, 512, 256, 0, 1734, 1778, 3, 516, 258, 0, 1735, 1778, 3, 772, 386, 0, - 1736, 1778, 3, 318, 159, 0, 1737, 1778, 3, 716, 358, 0, 1738, 1778, 3, - 34, 17, 0, 1739, 1778, 3, 382, 191, 0, 1740, 1778, 3, 830, 415, 0, 1741, - 1778, 3, 906, 453, 0, 1742, 1778, 3, 888, 444, 0, 1743, 1778, 3, 548, 274, - 0, 1744, 1778, 3, 556, 278, 0, 1745, 1778, 3, 578, 289, 0, 1746, 1778, - 3, 372, 186, 0, 1747, 1778, 3, 596, 298, 0, 1748, 1778, 3, 912, 456, 0, - 1749, 1778, 3, 930, 465, 0, 1750, 1778, 3, 792, 396, 0, 1751, 1778, 3, - 280, 140, 0, 1752, 1778, 3, 812, 406, 0, 1753, 1778, 3, 942, 471, 0, 1754, - 1778, 3, 788, 394, 0, 1755, 1778, 3, 900, 450, 0, 1756, 1778, 3, 514, 257, - 0, 1757, 1778, 3, 718, 359, 0, 1758, 1778, 3, 686, 343, 0, 1759, 1778, - 3, 684, 342, 0, 1760, 1778, 3, 688, 344, 0, 1761, 1778, 3, 730, 365, 0, - 1762, 1778, 3, 558, 279, 0, 1763, 1778, 3, 580, 290, 0, 1764, 1778, 3, - 774, 387, 0, 1765, 1778, 3, 542, 271, 0, 1766, 1778, 3, 970, 485, 0, 1767, - 1778, 3, 796, 398, 0, 1768, 1778, 3, 534, 267, 0, 1769, 1778, 3, 794, 397, - 0, 1770, 1778, 3, 952, 476, 0, 1771, 1778, 3, 858, 429, 0, 1772, 1778, - 3, 74, 37, 0, 1773, 1778, 3, 50, 25, 0, 1774, 1778, 3, 84, 42, 0, 1775, - 1778, 3, 808, 404, 0, 1776, 1778, 3, 10, 5, 0, 1777, 1652, 1, 0, 0, 0, - 1777, 1653, 1, 0, 0, 0, 1777, 1654, 1, 0, 0, 0, 1777, 1655, 1, 0, 0, 0, - 1777, 1656, 1, 0, 0, 0, 1777, 1657, 1, 0, 0, 0, 1777, 1658, 1, 0, 0, 0, - 1777, 1659, 1, 0, 0, 0, 1777, 1660, 1, 0, 0, 0, 1777, 1661, 1, 0, 0, 0, - 1777, 1662, 1, 0, 0, 0, 1777, 1663, 1, 0, 0, 0, 1777, 1664, 1, 0, 0, 0, - 1777, 1665, 1, 0, 0, 0, 1777, 1666, 1, 0, 0, 0, 1777, 1667, 1, 0, 0, 0, - 1777, 1668, 1, 0, 0, 0, 1777, 1669, 1, 0, 0, 0, 1777, 1670, 1, 0, 0, 0, - 1777, 1671, 1, 0, 0, 0, 1777, 1672, 1, 0, 0, 0, 1777, 1673, 1, 0, 0, 0, - 1777, 1674, 1, 0, 0, 0, 1777, 1675, 1, 0, 0, 0, 1777, 1676, 1, 0, 0, 0, - 1777, 1677, 1, 0, 0, 0, 1777, 1678, 1, 0, 0, 0, 1777, 1679, 1, 0, 0, 0, - 1777, 1680, 1, 0, 0, 0, 1777, 1681, 1, 0, 0, 0, 1777, 1682, 1, 0, 0, 0, - 1777, 1683, 1, 0, 0, 0, 1777, 1684, 1, 0, 0, 0, 1777, 1685, 1, 0, 0, 0, - 1777, 1686, 1, 0, 0, 0, 1777, 1687, 1, 0, 0, 0, 1777, 1688, 1, 0, 0, 0, - 1777, 1689, 1, 0, 0, 0, 1777, 1690, 1, 0, 0, 0, 1777, 1691, 1, 0, 0, 0, - 1777, 1692, 1, 0, 0, 0, 1777, 1693, 1, 0, 0, 0, 1777, 1694, 1, 0, 0, 0, - 1777, 1695, 1, 0, 0, 0, 1777, 1696, 1, 0, 0, 0, 1777, 1697, 1, 0, 0, 0, - 1777, 1698, 1, 0, 0, 0, 1777, 1699, 1, 0, 0, 0, 1777, 1700, 1, 0, 0, 0, - 1777, 1701, 1, 0, 0, 0, 1777, 1702, 1, 0, 0, 0, 1777, 1703, 1, 0, 0, 0, - 1777, 1704, 1, 0, 0, 0, 1777, 1705, 1, 0, 0, 0, 1777, 1706, 1, 0, 0, 0, - 1777, 1707, 1, 0, 0, 0, 1777, 1708, 1, 0, 0, 0, 1777, 1709, 1, 0, 0, 0, - 1777, 1710, 1, 0, 0, 0, 1777, 1711, 1, 0, 0, 0, 1777, 1712, 1, 0, 0, 0, - 1777, 1713, 1, 0, 0, 0, 1777, 1714, 1, 0, 0, 0, 1777, 1715, 1, 0, 0, 0, - 1777, 1716, 1, 0, 0, 0, 1777, 1717, 1, 0, 0, 0, 1777, 1718, 1, 0, 0, 0, - 1777, 1719, 1, 0, 0, 0, 1777, 1720, 1, 0, 0, 0, 1777, 1721, 1, 0, 0, 0, - 1777, 1722, 1, 0, 0, 0, 1777, 1723, 1, 0, 0, 0, 1777, 1724, 1, 0, 0, 0, - 1777, 1725, 1, 0, 0, 0, 1777, 1726, 1, 0, 0, 0, 1777, 1727, 1, 0, 0, 0, - 1777, 1728, 1, 0, 0, 0, 1777, 1729, 1, 0, 0, 0, 1777, 1730, 1, 0, 0, 0, - 1777, 1731, 1, 0, 0, 0, 1777, 1732, 1, 0, 0, 0, 1777, 1733, 1, 0, 0, 0, - 1777, 1734, 1, 0, 0, 0, 1777, 1735, 1, 0, 0, 0, 1777, 1736, 1, 0, 0, 0, - 1777, 1737, 1, 0, 0, 0, 1777, 1738, 1, 0, 0, 0, 1777, 1739, 1, 0, 0, 0, - 1777, 1740, 1, 0, 0, 0, 1777, 1741, 1, 0, 0, 0, 1777, 1742, 1, 0, 0, 0, - 1777, 1743, 1, 0, 0, 0, 1777, 1744, 1, 0, 0, 0, 1777, 1745, 1, 0, 0, 0, - 1777, 1746, 1, 0, 0, 0, 1777, 1747, 1, 0, 0, 0, 1777, 1748, 1, 0, 0, 0, - 1777, 1749, 1, 0, 0, 0, 1777, 1750, 1, 0, 0, 0, 1777, 1751, 1, 0, 0, 0, - 1777, 1752, 1, 0, 0, 0, 1777, 1753, 1, 0, 0, 0, 1777, 1754, 1, 0, 0, 0, - 1777, 1755, 1, 0, 0, 0, 1777, 1756, 1, 0, 0, 0, 1777, 1757, 1, 0, 0, 0, - 1777, 1758, 1, 0, 0, 0, 1777, 1759, 1, 0, 0, 0, 1777, 1760, 1, 0, 0, 0, - 1777, 1761, 1, 0, 0, 0, 1777, 1762, 1, 0, 0, 0, 1777, 1763, 1, 0, 0, 0, - 1777, 1764, 1, 0, 0, 0, 1777, 1765, 1, 0, 0, 0, 1777, 1766, 1, 0, 0, 0, - 1777, 1767, 1, 0, 0, 0, 1777, 1768, 1, 0, 0, 0, 1777, 1769, 1, 0, 0, 0, - 1777, 1770, 1, 0, 0, 0, 1777, 1771, 1, 0, 0, 0, 1777, 1772, 1, 0, 0, 0, - 1777, 1773, 1, 0, 0, 0, 1777, 1774, 1, 0, 0, 0, 1777, 1775, 1, 0, 0, 0, - 1777, 1776, 1, 0, 0, 0, 1778, 9, 1, 0, 0, 0, 1779, 1781, 5, 675, 0, 0, - 1780, 1782, 5, 676, 0, 0, 1781, 1780, 1, 0, 0, 0, 1781, 1782, 1, 0, 0, - 0, 1782, 11, 1, 0, 0, 0, 1783, 1784, 5, 435, 0, 0, 1784, 1785, 3, 1220, - 610, 0, 1785, 13, 1, 0, 0, 0, 1786, 1787, 5, 46, 0, 0, 1787, 1788, 5, 311, - 0, 0, 1788, 1790, 3, 1378, 689, 0, 1789, 1791, 3, 16, 8, 0, 1790, 1789, - 1, 0, 0, 0, 1790, 1791, 1, 0, 0, 0, 1791, 1792, 1, 0, 0, 0, 1792, 1793, - 3, 18, 9, 0, 1793, 15, 1, 0, 0, 0, 1794, 1795, 5, 105, 0, 0, 1795, 17, - 1, 0, 0, 0, 1796, 1798, 3, 24, 12, 0, 1797, 1796, 1, 0, 0, 0, 1798, 1801, - 1, 0, 0, 0, 1799, 1797, 1, 0, 0, 0, 1799, 1800, 1, 0, 0, 0, 1800, 19, 1, - 0, 0, 0, 1801, 1799, 1, 0, 0, 0, 1802, 1804, 3, 22, 11, 0, 1803, 1802, - 1, 0, 0, 0, 1804, 1807, 1, 0, 0, 0, 1805, 1803, 1, 0, 0, 0, 1805, 1806, - 1, 0, 0, 0, 1806, 21, 1, 0, 0, 0, 1807, 1805, 1, 0, 0, 0, 1808, 1811, 5, - 280, 0, 0, 1809, 1812, 3, 1370, 685, 0, 1810, 1812, 5, 78, 0, 0, 1811, - 1809, 1, 0, 0, 0, 1811, 1810, 1, 0, 0, 0, 1812, 1827, 1, 0, 0, 0, 1813, - 1814, 7, 0, 0, 0, 1814, 1815, 5, 280, 0, 0, 1815, 1827, 3, 1370, 685, 0, - 1816, 1827, 5, 228, 0, 0, 1817, 1818, 5, 164, 0, 0, 1818, 1819, 5, 74, - 0, 0, 1819, 1827, 3, 1376, 688, 0, 1820, 1821, 5, 364, 0, 0, 1821, 1822, - 5, 361, 0, 0, 1822, 1827, 3, 1370, 685, 0, 1823, 1824, 5, 99, 0, 0, 1824, - 1827, 3, 1382, 691, 0, 1825, 1827, 3, 1394, 697, 0, 1826, 1808, 1, 0, 0, - 0, 1826, 1813, 1, 0, 0, 0, 1826, 1816, 1, 0, 0, 0, 1826, 1817, 1, 0, 0, - 0, 1826, 1820, 1, 0, 0, 0, 1826, 1823, 1, 0, 0, 0, 1826, 1825, 1, 0, 0, - 0, 1827, 23, 1, 0, 0, 0, 1828, 1839, 3, 22, 11, 0, 1829, 1830, 5, 341, - 0, 0, 1830, 1839, 3, 1368, 684, 0, 1831, 1832, 5, 134, 0, 0, 1832, 1839, - 3, 1382, 691, 0, 1833, 1834, 5, 311, 0, 0, 1834, 1839, 3, 1382, 691, 0, - 1835, 1836, 5, 68, 0, 0, 1836, 1837, 7, 1, 0, 0, 1837, 1839, 3, 1382, 691, - 0, 1838, 1828, 1, 0, 0, 0, 1838, 1829, 1, 0, 0, 0, 1838, 1831, 1, 0, 0, - 0, 1838, 1833, 1, 0, 0, 0, 1838, 1835, 1, 0, 0, 0, 1839, 25, 1, 0, 0, 0, - 1840, 1841, 5, 46, 0, 0, 1841, 1842, 5, 99, 0, 0, 1842, 1844, 3, 1378, - 689, 0, 1843, 1845, 3, 16, 8, 0, 1844, 1843, 1, 0, 0, 0, 1844, 1845, 1, - 0, 0, 0, 1845, 1846, 1, 0, 0, 0, 1846, 1847, 3, 18, 9, 0, 1847, 27, 1, - 0, 0, 0, 1848, 1849, 5, 138, 0, 0, 1849, 1850, 7, 2, 0, 0, 1850, 1852, - 3, 1380, 690, 0, 1851, 1853, 3, 16, 8, 0, 1852, 1851, 1, 0, 0, 0, 1852, - 1853, 1, 0, 0, 0, 1853, 1854, 1, 0, 0, 0, 1854, 1855, 3, 20, 10, 0, 1855, - 29, 1, 0, 0, 0, 1856, 1857, 5, 68, 0, 0, 1857, 1858, 5, 175, 0, 0, 1858, - 1859, 3, 1352, 676, 0, 1859, 31, 1, 0, 0, 0, 1860, 1861, 5, 138, 0, 0, - 1861, 1863, 7, 2, 0, 0, 1862, 1864, 5, 30, 0, 0, 1863, 1862, 1, 0, 0, 0, - 1863, 1864, 1, 0, 0, 0, 1864, 1865, 1, 0, 0, 0, 1865, 1867, 3, 1380, 690, - 0, 1866, 1868, 3, 30, 15, 0, 1867, 1866, 1, 0, 0, 0, 1867, 1868, 1, 0, - 0, 0, 1868, 1869, 1, 0, 0, 0, 1869, 1870, 3, 80, 40, 0, 1870, 33, 1, 0, - 0, 0, 1871, 1872, 5, 191, 0, 0, 1872, 1875, 7, 3, 0, 0, 1873, 1874, 5, - 220, 0, 0, 1874, 1876, 5, 390, 0, 0, 1875, 1873, 1, 0, 0, 0, 1875, 1876, - 1, 0, 0, 0, 1876, 1877, 1, 0, 0, 0, 1877, 1878, 3, 1382, 691, 0, 1878, - 35, 1, 0, 0, 0, 1879, 1880, 5, 46, 0, 0, 1880, 1881, 5, 66, 0, 0, 1881, - 1883, 3, 1378, 689, 0, 1882, 1884, 3, 16, 8, 0, 1883, 1882, 1, 0, 0, 0, - 1883, 1884, 1, 0, 0, 0, 1884, 1885, 1, 0, 0, 0, 1885, 1886, 3, 18, 9, 0, - 1886, 37, 1, 0, 0, 0, 1887, 1888, 5, 138, 0, 0, 1888, 1889, 5, 66, 0, 0, - 1889, 1890, 3, 1380, 690, 0, 1890, 1891, 3, 40, 20, 0, 1891, 1892, 5, 99, - 0, 0, 1892, 1893, 3, 1382, 691, 0, 1893, 39, 1, 0, 0, 0, 1894, 1895, 7, - 4, 0, 0, 1895, 41, 1, 0, 0, 0, 1896, 1897, 5, 46, 0, 0, 1897, 1901, 5, - 316, 0, 0, 1898, 1899, 5, 220, 0, 0, 1899, 1900, 5, 77, 0, 0, 1900, 1902, - 5, 390, 0, 0, 1901, 1898, 1, 0, 0, 0, 1901, 1902, 1, 0, 0, 0, 1902, 1909, - 1, 0, 0, 0, 1903, 1905, 3, 44, 22, 0, 1904, 1903, 1, 0, 0, 0, 1904, 1905, - 1, 0, 0, 0, 1905, 1906, 1, 0, 0, 0, 1906, 1907, 5, 106, 0, 0, 1907, 1910, - 3, 1380, 690, 0, 1908, 1910, 3, 1384, 692, 0, 1909, 1904, 1, 0, 0, 0, 1909, - 1908, 1, 0, 0, 0, 1910, 1911, 1, 0, 0, 0, 1911, 1912, 3, 46, 23, 0, 1912, - 43, 1, 0, 0, 0, 1913, 1914, 3, 1384, 692, 0, 1914, 45, 1, 0, 0, 0, 1915, - 1917, 3, 48, 24, 0, 1916, 1915, 1, 0, 0, 0, 1917, 1920, 1, 0, 0, 0, 1918, - 1916, 1, 0, 0, 0, 1918, 1919, 1, 0, 0, 0, 1919, 47, 1, 0, 0, 0, 1920, 1918, - 1, 0, 0, 0, 1921, 1928, 3, 172, 86, 0, 1922, 1928, 3, 596, 298, 0, 1923, - 1928, 3, 282, 141, 0, 1924, 1928, 3, 408, 204, 0, 1925, 1928, 3, 556, 278, - 0, 1926, 1928, 3, 808, 404, 0, 1927, 1921, 1, 0, 0, 0, 1927, 1922, 1, 0, - 0, 0, 1927, 1923, 1, 0, 0, 0, 1927, 1924, 1, 0, 0, 0, 1927, 1925, 1, 0, - 0, 0, 1927, 1926, 1, 0, 0, 0, 1928, 49, 1, 0, 0, 0, 1929, 1931, 5, 326, - 0, 0, 1930, 1932, 7, 5, 0, 0, 1931, 1930, 1, 0, 0, 0, 1931, 1932, 1, 0, - 0, 0, 1932, 1933, 1, 0, 0, 0, 1933, 1934, 3, 52, 26, 0, 1934, 51, 1, 0, - 0, 0, 1935, 1936, 5, 349, 0, 0, 1936, 1944, 3, 802, 401, 0, 1937, 1938, - 5, 325, 0, 0, 1938, 1939, 5, 154, 0, 0, 1939, 1940, 5, 36, 0, 0, 1940, - 1941, 5, 349, 0, 0, 1941, 1944, 3, 802, 401, 0, 1942, 1944, 3, 56, 28, - 0, 1943, 1935, 1, 0, 0, 0, 1943, 1937, 1, 0, 0, 0, 1943, 1942, 1, 0, 0, - 0, 1944, 53, 1, 0, 0, 0, 1945, 1946, 3, 58, 29, 0, 1946, 1947, 7, 6, 0, - 0, 1947, 1948, 3, 60, 30, 0, 1948, 55, 1, 0, 0, 0, 1949, 1977, 3, 54, 27, - 0, 1950, 1951, 3, 58, 29, 0, 1951, 1952, 5, 64, 0, 0, 1952, 1953, 5, 436, - 0, 0, 1953, 1977, 1, 0, 0, 0, 1954, 1955, 5, 413, 0, 0, 1955, 1956, 5, - 379, 0, 0, 1956, 1977, 3, 68, 34, 0, 1957, 1958, 5, 152, 0, 0, 1958, 1977, - 3, 1370, 685, 0, 1959, 1960, 5, 316, 0, 0, 1960, 1977, 3, 1370, 685, 0, - 1961, 1963, 5, 260, 0, 0, 1962, 1964, 3, 70, 35, 0, 1963, 1962, 1, 0, 0, - 0, 1963, 1964, 1, 0, 0, 0, 1964, 1977, 1, 0, 0, 0, 1965, 1966, 5, 311, - 0, 0, 1966, 1977, 3, 72, 36, 0, 1967, 1968, 5, 325, 0, 0, 1968, 1969, 5, - 106, 0, 0, 1969, 1977, 3, 72, 36, 0, 1970, 1971, 5, 376, 0, 0, 1971, 1972, - 5, 272, 0, 0, 1972, 1977, 3, 1238, 619, 0, 1973, 1974, 5, 349, 0, 0, 1974, - 1975, 5, 330, 0, 0, 1975, 1977, 3, 1370, 685, 0, 1976, 1949, 1, 0, 0, 0, - 1976, 1950, 1, 0, 0, 0, 1976, 1954, 1, 0, 0, 0, 1976, 1957, 1, 0, 0, 0, - 1976, 1959, 1, 0, 0, 0, 1976, 1961, 1, 0, 0, 0, 1976, 1965, 1, 0, 0, 0, - 1976, 1967, 1, 0, 0, 0, 1976, 1970, 1, 0, 0, 0, 1976, 1973, 1, 0, 0, 0, - 1977, 57, 1, 0, 0, 0, 1978, 1983, 3, 1384, 692, 0, 1979, 1980, 5, 11, 0, - 0, 1980, 1982, 3, 1384, 692, 0, 1981, 1979, 1, 0, 0, 0, 1982, 1985, 1, - 0, 0, 0, 1983, 1981, 1, 0, 0, 0, 1983, 1984, 1, 0, 0, 0, 1984, 59, 1, 0, - 0, 0, 1985, 1983, 1, 0, 0, 0, 1986, 1991, 3, 62, 31, 0, 1987, 1988, 5, - 6, 0, 0, 1988, 1990, 3, 62, 31, 0, 1989, 1987, 1, 0, 0, 0, 1990, 1993, - 1, 0, 0, 0, 1991, 1989, 1, 0, 0, 0, 1991, 1992, 1, 0, 0, 0, 1992, 61, 1, - 0, 0, 0, 1993, 1991, 1, 0, 0, 0, 1994, 1997, 3, 66, 33, 0, 1995, 1997, - 3, 296, 148, 0, 1996, 1994, 1, 0, 0, 0, 1996, 1995, 1, 0, 0, 0, 1997, 63, - 1, 0, 0, 0, 1998, 1999, 5, 293, 0, 0, 1999, 2004, 7, 7, 0, 0, 2000, 2001, - 5, 303, 0, 0, 2001, 2004, 5, 293, 0, 0, 2002, 2004, 5, 323, 0, 0, 2003, - 1998, 1, 0, 0, 0, 2003, 2000, 1, 0, 0, 0, 2003, 2002, 1, 0, 0, 0, 2004, - 65, 1, 0, 0, 0, 2005, 2010, 5, 96, 0, 0, 2006, 2010, 5, 60, 0, 0, 2007, - 2010, 5, 80, 0, 0, 2008, 2010, 3, 72, 36, 0, 2009, 2005, 1, 0, 0, 0, 2009, - 2006, 1, 0, 0, 0, 2009, 2007, 1, 0, 0, 0, 2009, 2008, 1, 0, 0, 0, 2010, - 67, 1, 0, 0, 0, 2011, 2028, 3, 1370, 685, 0, 2012, 2028, 3, 1394, 697, - 0, 2013, 2014, 3, 1162, 581, 0, 2014, 2016, 3, 1370, 685, 0, 2015, 2017, - 3, 1166, 583, 0, 2016, 2015, 1, 0, 0, 0, 2016, 2017, 1, 0, 0, 0, 2017, - 2028, 1, 0, 0, 0, 2018, 2019, 3, 1162, 581, 0, 2019, 2020, 5, 2, 0, 0, - 2020, 2021, 3, 1368, 684, 0, 2021, 2022, 5, 3, 0, 0, 2022, 2023, 3, 1370, - 685, 0, 2023, 2028, 1, 0, 0, 0, 2024, 2028, 3, 296, 148, 0, 2025, 2028, - 5, 53, 0, 0, 2026, 2028, 5, 245, 0, 0, 2027, 2011, 1, 0, 0, 0, 2027, 2012, - 1, 0, 0, 0, 2027, 2013, 1, 0, 0, 0, 2027, 2018, 1, 0, 0, 0, 2027, 2024, - 1, 0, 0, 0, 2027, 2025, 1, 0, 0, 0, 2027, 2026, 1, 0, 0, 0, 2028, 69, 1, - 0, 0, 0, 2029, 2032, 3, 1370, 685, 0, 2030, 2032, 5, 53, 0, 0, 2031, 2029, - 1, 0, 0, 0, 2031, 2030, 1, 0, 0, 0, 2032, 71, 1, 0, 0, 0, 2033, 2036, 3, - 1390, 695, 0, 2034, 2036, 3, 1370, 685, 0, 2035, 2033, 1, 0, 0, 0, 2035, - 2034, 1, 0, 0, 0, 2036, 73, 1, 0, 0, 0, 2037, 2038, 5, 306, 0, 0, 2038, - 2039, 3, 76, 38, 0, 2039, 75, 1, 0, 0, 0, 2040, 2049, 3, 78, 39, 0, 2041, - 2042, 5, 413, 0, 0, 2042, 2049, 5, 379, 0, 0, 2043, 2044, 5, 349, 0, 0, - 2044, 2045, 5, 235, 0, 0, 2045, 2049, 5, 242, 0, 0, 2046, 2047, 5, 325, - 0, 0, 2047, 2049, 5, 106, 0, 0, 2048, 2040, 1, 0, 0, 0, 2048, 2041, 1, - 0, 0, 0, 2048, 2043, 1, 0, 0, 0, 2048, 2046, 1, 0, 0, 0, 2049, 77, 1, 0, - 0, 0, 2050, 2053, 3, 58, 29, 0, 2051, 2053, 5, 30, 0, 0, 2052, 2050, 1, - 0, 0, 0, 2052, 2051, 1, 0, 0, 0, 2053, 79, 1, 0, 0, 0, 2054, 2055, 5, 326, - 0, 0, 2055, 2058, 3, 52, 26, 0, 2056, 2058, 3, 74, 37, 0, 2057, 2054, 1, - 0, 0, 0, 2057, 2056, 1, 0, 0, 0, 2058, 81, 1, 0, 0, 0, 2059, 2060, 5, 326, - 0, 0, 2060, 2063, 3, 56, 28, 0, 2061, 2063, 3, 74, 37, 0, 2062, 2059, 1, - 0, 0, 0, 2062, 2061, 1, 0, 0, 0, 2063, 83, 1, 0, 0, 0, 2064, 2074, 5, 328, - 0, 0, 2065, 2075, 3, 58, 29, 0, 2066, 2067, 5, 413, 0, 0, 2067, 2075, 5, - 379, 0, 0, 2068, 2069, 5, 349, 0, 0, 2069, 2070, 5, 235, 0, 0, 2070, 2075, - 5, 242, 0, 0, 2071, 2072, 5, 325, 0, 0, 2072, 2075, 5, 106, 0, 0, 2073, - 2075, 5, 30, 0, 0, 2074, 2065, 1, 0, 0, 0, 2074, 2066, 1, 0, 0, 0, 2074, - 2068, 1, 0, 0, 0, 2074, 2071, 1, 0, 0, 0, 2074, 2073, 1, 0, 0, 0, 2075, - 85, 1, 0, 0, 0, 2076, 2077, 5, 326, 0, 0, 2077, 2078, 5, 165, 0, 0, 2078, - 2079, 3, 88, 44, 0, 2079, 2080, 3, 90, 45, 0, 2080, 87, 1, 0, 0, 0, 2081, - 2084, 5, 30, 0, 0, 2082, 2084, 3, 1346, 673, 0, 2083, 2081, 1, 0, 0, 0, - 2083, 2082, 1, 0, 0, 0, 2084, 89, 1, 0, 0, 0, 2085, 2086, 7, 8, 0, 0, 2086, - 91, 1, 0, 0, 0, 2087, 2088, 5, 155, 0, 0, 2088, 93, 1, 0, 0, 0, 2089, 2090, - 5, 187, 0, 0, 2090, 2091, 7, 9, 0, 0, 2091, 95, 1, 0, 0, 0, 2092, 2093, - 5, 138, 0, 0, 2093, 2096, 5, 92, 0, 0, 2094, 2095, 5, 220, 0, 0, 2095, - 2097, 5, 390, 0, 0, 2096, 2094, 1, 0, 0, 0, 2096, 2097, 1, 0, 0, 0, 2097, - 2098, 1, 0, 0, 0, 2098, 2101, 3, 1084, 542, 0, 2099, 2102, 3, 98, 49, 0, - 2100, 2102, 3, 100, 50, 0, 2101, 2099, 1, 0, 0, 0, 2101, 2100, 1, 0, 0, - 0, 2102, 2205, 1, 0, 0, 0, 2103, 2104, 5, 138, 0, 0, 2104, 2105, 5, 92, - 0, 0, 2105, 2106, 5, 30, 0, 0, 2106, 2107, 5, 68, 0, 0, 2107, 2108, 5, - 344, 0, 0, 2108, 2112, 3, 1352, 676, 0, 2109, 2110, 5, 274, 0, 0, 2110, - 2111, 5, 147, 0, 0, 2111, 2113, 3, 1382, 691, 0, 2112, 2109, 1, 0, 0, 0, - 2112, 2113, 1, 0, 0, 0, 2113, 2114, 1, 0, 0, 0, 2114, 2115, 5, 326, 0, - 0, 2115, 2116, 5, 344, 0, 0, 2116, 2118, 3, 1352, 676, 0, 2117, 2119, 3, - 948, 474, 0, 2118, 2117, 1, 0, 0, 0, 2118, 2119, 1, 0, 0, 0, 2119, 2205, - 1, 0, 0, 0, 2120, 2121, 5, 138, 0, 0, 2121, 2124, 5, 226, 0, 0, 2122, 2123, - 5, 220, 0, 0, 2123, 2125, 5, 390, 0, 0, 2124, 2122, 1, 0, 0, 0, 2124, 2125, - 1, 0, 0, 0, 2125, 2126, 1, 0, 0, 0, 2126, 2129, 3, 1348, 674, 0, 2127, - 2130, 3, 98, 49, 0, 2128, 2130, 3, 102, 51, 0, 2129, 2127, 1, 0, 0, 0, - 2129, 2128, 1, 0, 0, 0, 2130, 2205, 1, 0, 0, 0, 2131, 2132, 5, 138, 0, - 0, 2132, 2133, 5, 226, 0, 0, 2133, 2134, 5, 30, 0, 0, 2134, 2135, 5, 68, - 0, 0, 2135, 2136, 5, 344, 0, 0, 2136, 2140, 3, 1352, 676, 0, 2137, 2138, - 5, 274, 0, 0, 2138, 2139, 5, 147, 0, 0, 2139, 2141, 3, 1382, 691, 0, 2140, - 2137, 1, 0, 0, 0, 2140, 2141, 1, 0, 0, 0, 2141, 2142, 1, 0, 0, 0, 2142, - 2143, 5, 326, 0, 0, 2143, 2144, 5, 344, 0, 0, 2144, 2146, 3, 1352, 676, - 0, 2145, 2147, 3, 948, 474, 0, 2146, 2145, 1, 0, 0, 0, 2146, 2147, 1, 0, - 0, 0, 2147, 2205, 1, 0, 0, 0, 2148, 2149, 5, 138, 0, 0, 2149, 2152, 5, - 321, 0, 0, 2150, 2151, 5, 220, 0, 0, 2151, 2153, 5, 390, 0, 0, 2152, 2150, - 1, 0, 0, 0, 2152, 2153, 1, 0, 0, 0, 2153, 2154, 1, 0, 0, 0, 2154, 2155, - 3, 1348, 674, 0, 2155, 2156, 3, 98, 49, 0, 2156, 2205, 1, 0, 0, 0, 2157, - 2158, 5, 138, 0, 0, 2158, 2161, 5, 369, 0, 0, 2159, 2160, 5, 220, 0, 0, - 2160, 2162, 5, 390, 0, 0, 2161, 2159, 1, 0, 0, 0, 2161, 2162, 1, 0, 0, - 0, 2162, 2163, 1, 0, 0, 0, 2163, 2164, 3, 1348, 674, 0, 2164, 2165, 3, - 98, 49, 0, 2165, 2205, 1, 0, 0, 0, 2166, 2167, 5, 138, 0, 0, 2167, 2168, - 5, 251, 0, 0, 2168, 2171, 5, 369, 0, 0, 2169, 2170, 5, 220, 0, 0, 2170, - 2172, 5, 390, 0, 0, 2171, 2169, 1, 0, 0, 0, 2171, 2172, 1, 0, 0, 0, 2172, - 2173, 1, 0, 0, 0, 2173, 2174, 3, 1348, 674, 0, 2174, 2175, 3, 98, 49, 0, - 2175, 2205, 1, 0, 0, 0, 2176, 2177, 5, 138, 0, 0, 2177, 2178, 5, 251, 0, - 0, 2178, 2179, 5, 369, 0, 0, 2179, 2180, 5, 30, 0, 0, 2180, 2181, 5, 68, - 0, 0, 2181, 2182, 5, 344, 0, 0, 2182, 2186, 3, 1352, 676, 0, 2183, 2184, - 5, 274, 0, 0, 2184, 2185, 5, 147, 0, 0, 2185, 2187, 3, 1382, 691, 0, 2186, - 2183, 1, 0, 0, 0, 2186, 2187, 1, 0, 0, 0, 2187, 2188, 1, 0, 0, 0, 2188, - 2189, 5, 326, 0, 0, 2189, 2190, 5, 344, 0, 0, 2190, 2192, 3, 1352, 676, - 0, 2191, 2193, 3, 948, 474, 0, 2192, 2191, 1, 0, 0, 0, 2192, 2193, 1, 0, - 0, 0, 2193, 2205, 1, 0, 0, 0, 2194, 2195, 5, 138, 0, 0, 2195, 2196, 5, - 63, 0, 0, 2196, 2199, 5, 92, 0, 0, 2197, 2198, 5, 220, 0, 0, 2198, 2200, - 5, 390, 0, 0, 2199, 2197, 1, 0, 0, 0, 2199, 2200, 1, 0, 0, 0, 2200, 2201, - 1, 0, 0, 0, 2201, 2202, 3, 1084, 542, 0, 2202, 2203, 3, 98, 49, 0, 2203, - 2205, 1, 0, 0, 0, 2204, 2092, 1, 0, 0, 0, 2204, 2103, 1, 0, 0, 0, 2204, - 2120, 1, 0, 0, 0, 2204, 2131, 1, 0, 0, 0, 2204, 2148, 1, 0, 0, 0, 2204, - 2157, 1, 0, 0, 0, 2204, 2166, 1, 0, 0, 0, 2204, 2176, 1, 0, 0, 0, 2204, - 2194, 1, 0, 0, 0, 2205, 97, 1, 0, 0, 0, 2206, 2211, 3, 104, 52, 0, 2207, - 2208, 5, 6, 0, 0, 2208, 2210, 3, 104, 52, 0, 2209, 2207, 1, 0, 0, 0, 2210, - 2213, 1, 0, 0, 0, 2211, 2209, 1, 0, 0, 0, 2211, 2212, 1, 0, 0, 0, 2212, - 99, 1, 0, 0, 0, 2213, 2211, 1, 0, 0, 0, 2214, 2215, 5, 437, 0, 0, 2215, - 2216, 5, 278, 0, 0, 2216, 2217, 3, 1348, 674, 0, 2217, 2218, 3, 128, 64, - 0, 2218, 2223, 1, 0, 0, 0, 2219, 2220, 5, 438, 0, 0, 2220, 2221, 5, 278, - 0, 0, 2221, 2223, 3, 1348, 674, 0, 2222, 2214, 1, 0, 0, 0, 2222, 2219, - 1, 0, 0, 0, 2223, 101, 1, 0, 0, 0, 2224, 2225, 5, 437, 0, 0, 2225, 2226, - 5, 278, 0, 0, 2226, 2227, 3, 1348, 674, 0, 2227, 103, 1, 0, 0, 0, 2228, - 2229, 5, 133, 0, 0, 2229, 2531, 3, 188, 94, 0, 2230, 2231, 5, 133, 0, 0, - 2231, 2232, 5, 220, 0, 0, 2232, 2233, 5, 77, 0, 0, 2233, 2234, 5, 390, - 0, 0, 2234, 2531, 3, 188, 94, 0, 2235, 2236, 5, 133, 0, 0, 2236, 2237, - 5, 44, 0, 0, 2237, 2531, 3, 188, 94, 0, 2238, 2239, 5, 133, 0, 0, 2239, - 2240, 5, 44, 0, 0, 2240, 2241, 5, 220, 0, 0, 2241, 2242, 5, 77, 0, 0, 2242, - 2243, 5, 390, 0, 0, 2243, 2531, 3, 188, 94, 0, 2244, 2246, 5, 138, 0, 0, - 2245, 2247, 3, 732, 366, 0, 2246, 2245, 1, 0, 0, 0, 2246, 2247, 1, 0, 0, - 0, 2247, 2248, 1, 0, 0, 0, 2248, 2249, 3, 1384, 692, 0, 2249, 2250, 3, - 106, 53, 0, 2250, 2531, 1, 0, 0, 0, 2251, 2253, 5, 138, 0, 0, 2252, 2254, - 3, 732, 366, 0, 2253, 2252, 1, 0, 0, 0, 2253, 2254, 1, 0, 0, 0, 2254, 2255, - 1, 0, 0, 0, 2255, 2256, 3, 1384, 692, 0, 2256, 2257, 5, 191, 0, 0, 2257, - 2258, 5, 77, 0, 0, 2258, 2259, 5, 78, 0, 0, 2259, 2531, 1, 0, 0, 0, 2260, - 2262, 5, 138, 0, 0, 2261, 2263, 3, 732, 366, 0, 2262, 2261, 1, 0, 0, 0, - 2262, 2263, 1, 0, 0, 0, 2263, 2264, 1, 0, 0, 0, 2264, 2265, 3, 1384, 692, - 0, 2265, 2266, 5, 326, 0, 0, 2266, 2267, 5, 77, 0, 0, 2267, 2268, 5, 78, - 0, 0, 2268, 2531, 1, 0, 0, 0, 2269, 2271, 5, 138, 0, 0, 2270, 2272, 3, - 732, 366, 0, 2271, 2270, 1, 0, 0, 0, 2271, 2272, 1, 0, 0, 0, 2272, 2273, - 1, 0, 0, 0, 2273, 2274, 3, 1384, 692, 0, 2274, 2275, 5, 191, 0, 0, 2275, - 2276, 5, 439, 0, 0, 2276, 2531, 1, 0, 0, 0, 2277, 2279, 5, 138, 0, 0, 2278, - 2280, 3, 732, 366, 0, 2279, 2278, 1, 0, 0, 0, 2279, 2280, 1, 0, 0, 0, 2280, - 2281, 1, 0, 0, 0, 2281, 2282, 3, 1384, 692, 0, 2282, 2283, 5, 191, 0, 0, - 2283, 2284, 5, 439, 0, 0, 2284, 2285, 5, 220, 0, 0, 2285, 2286, 5, 390, - 0, 0, 2286, 2531, 1, 0, 0, 0, 2287, 2289, 5, 138, 0, 0, 2288, 2290, 3, - 732, 366, 0, 2289, 2288, 1, 0, 0, 0, 2289, 2290, 1, 0, 0, 0, 2290, 2291, - 1, 0, 0, 0, 2291, 2292, 3, 1384, 692, 0, 2292, 2293, 5, 326, 0, 0, 2293, - 2294, 5, 335, 0, 0, 2294, 2295, 3, 1376, 688, 0, 2295, 2531, 1, 0, 0, 0, - 2296, 2298, 5, 138, 0, 0, 2297, 2299, 3, 732, 366, 0, 2298, 2297, 1, 0, - 0, 0, 2298, 2299, 1, 0, 0, 0, 2299, 2300, 1, 0, 0, 0, 2300, 2301, 3, 1368, - 684, 0, 2301, 2302, 5, 326, 0, 0, 2302, 2303, 5, 335, 0, 0, 2303, 2304, - 3, 1376, 688, 0, 2304, 2531, 1, 0, 0, 0, 2305, 2307, 5, 138, 0, 0, 2306, - 2308, 3, 732, 366, 0, 2307, 2306, 1, 0, 0, 0, 2307, 2308, 1, 0, 0, 0, 2308, - 2309, 1, 0, 0, 0, 2309, 2310, 3, 1384, 692, 0, 2310, 2311, 5, 326, 0, 0, - 2311, 2312, 3, 116, 58, 0, 2312, 2531, 1, 0, 0, 0, 2313, 2315, 5, 138, - 0, 0, 2314, 2316, 3, 732, 366, 0, 2315, 2314, 1, 0, 0, 0, 2315, 2316, 1, - 0, 0, 0, 2316, 2317, 1, 0, 0, 0, 2317, 2318, 3, 1384, 692, 0, 2318, 2319, - 5, 306, 0, 0, 2319, 2320, 3, 116, 58, 0, 2320, 2531, 1, 0, 0, 0, 2321, - 2323, 5, 138, 0, 0, 2322, 2324, 3, 732, 366, 0, 2323, 2322, 1, 0, 0, 0, - 2323, 2324, 1, 0, 0, 0, 2324, 2325, 1, 0, 0, 0, 2325, 2326, 3, 1384, 692, - 0, 2326, 2327, 5, 326, 0, 0, 2327, 2328, 5, 338, 0, 0, 2328, 2329, 3, 1384, - 692, 0, 2329, 2531, 1, 0, 0, 0, 2330, 2332, 5, 138, 0, 0, 2331, 2333, 3, - 732, 366, 0, 2332, 2331, 1, 0, 0, 0, 2332, 2333, 1, 0, 0, 0, 2333, 2334, - 1, 0, 0, 0, 2334, 2335, 3, 1384, 692, 0, 2335, 2336, 5, 133, 0, 0, 2336, - 2337, 5, 440, 0, 0, 2337, 2338, 3, 202, 101, 0, 2338, 2339, 5, 36, 0, 0, - 2339, 2341, 5, 219, 0, 0, 2340, 2342, 3, 288, 144, 0, 2341, 2340, 1, 0, - 0, 0, 2341, 2342, 1, 0, 0, 0, 2342, 2531, 1, 0, 0, 0, 2343, 2345, 5, 138, - 0, 0, 2344, 2346, 3, 732, 366, 0, 2345, 2344, 1, 0, 0, 0, 2345, 2346, 1, - 0, 0, 0, 2346, 2347, 1, 0, 0, 0, 2347, 2348, 3, 1384, 692, 0, 2348, 2349, - 3, 124, 62, 0, 2349, 2531, 1, 0, 0, 0, 2350, 2352, 5, 138, 0, 0, 2351, - 2353, 3, 732, 366, 0, 2352, 2351, 1, 0, 0, 0, 2352, 2353, 1, 0, 0, 0, 2353, - 2354, 1, 0, 0, 0, 2354, 2355, 3, 1384, 692, 0, 2355, 2356, 5, 191, 0, 0, - 2356, 2357, 5, 219, 0, 0, 2357, 2531, 1, 0, 0, 0, 2358, 2360, 5, 138, 0, - 0, 2359, 2361, 3, 732, 366, 0, 2360, 2359, 1, 0, 0, 0, 2360, 2361, 1, 0, - 0, 0, 2361, 2362, 1, 0, 0, 0, 2362, 2363, 3, 1384, 692, 0, 2363, 2364, - 5, 191, 0, 0, 2364, 2365, 5, 219, 0, 0, 2365, 2366, 5, 220, 0, 0, 2366, - 2367, 5, 390, 0, 0, 2367, 2531, 1, 0, 0, 0, 2368, 2370, 5, 191, 0, 0, 2369, - 2371, 3, 732, 366, 0, 2370, 2369, 1, 0, 0, 0, 2370, 2371, 1, 0, 0, 0, 2371, - 2372, 1, 0, 0, 0, 2372, 2373, 5, 220, 0, 0, 2373, 2374, 5, 390, 0, 0, 2374, - 2376, 3, 1384, 692, 0, 2375, 2377, 3, 108, 54, 0, 2376, 2375, 1, 0, 0, - 0, 2376, 2377, 1, 0, 0, 0, 2377, 2531, 1, 0, 0, 0, 2378, 2380, 5, 191, - 0, 0, 2379, 2381, 3, 732, 366, 0, 2380, 2379, 1, 0, 0, 0, 2380, 2381, 1, - 0, 0, 0, 2381, 2382, 1, 0, 0, 0, 2382, 2384, 3, 1384, 692, 0, 2383, 2385, - 3, 108, 54, 0, 2384, 2383, 1, 0, 0, 0, 2384, 2385, 1, 0, 0, 0, 2385, 2531, - 1, 0, 0, 0, 2386, 2388, 5, 138, 0, 0, 2387, 2389, 3, 732, 366, 0, 2388, - 2387, 1, 0, 0, 0, 2388, 2389, 1, 0, 0, 0, 2389, 2390, 1, 0, 0, 0, 2390, - 2392, 3, 1384, 692, 0, 2391, 2393, 3, 734, 367, 0, 2392, 2391, 1, 0, 0, - 0, 2392, 2393, 1, 0, 0, 0, 2393, 2394, 1, 0, 0, 0, 2394, 2395, 5, 353, - 0, 0, 2395, 2397, 3, 1128, 564, 0, 2396, 2398, 3, 110, 55, 0, 2397, 2396, - 1, 0, 0, 0, 2397, 2398, 1, 0, 0, 0, 2398, 2400, 1, 0, 0, 0, 2399, 2401, - 3, 112, 56, 0, 2400, 2399, 1, 0, 0, 0, 2400, 2401, 1, 0, 0, 0, 2401, 2531, - 1, 0, 0, 0, 2402, 2404, 5, 138, 0, 0, 2403, 2405, 3, 732, 366, 0, 2404, - 2403, 1, 0, 0, 0, 2404, 2405, 1, 0, 0, 0, 2405, 2406, 1, 0, 0, 0, 2406, - 2407, 3, 1384, 692, 0, 2407, 2408, 3, 348, 174, 0, 2408, 2531, 1, 0, 0, - 0, 2409, 2410, 5, 133, 0, 0, 2410, 2531, 3, 212, 106, 0, 2411, 2412, 5, - 138, 0, 0, 2412, 2413, 5, 45, 0, 0, 2413, 2414, 3, 1352, 676, 0, 2414, - 2415, 3, 444, 222, 0, 2415, 2531, 1, 0, 0, 0, 2416, 2417, 5, 365, 0, 0, - 2417, 2418, 5, 45, 0, 0, 2418, 2531, 3, 1352, 676, 0, 2419, 2420, 5, 191, - 0, 0, 2420, 2421, 5, 45, 0, 0, 2421, 2422, 5, 220, 0, 0, 2422, 2423, 5, - 390, 0, 0, 2423, 2425, 3, 1352, 676, 0, 2424, 2426, 3, 108, 54, 0, 2425, - 2424, 1, 0, 0, 0, 2425, 2426, 1, 0, 0, 0, 2426, 2531, 1, 0, 0, 0, 2427, - 2428, 5, 191, 0, 0, 2428, 2429, 5, 45, 0, 0, 2429, 2431, 3, 1352, 676, - 0, 2430, 2432, 3, 108, 54, 0, 2431, 2430, 1, 0, 0, 0, 2431, 2432, 1, 0, - 0, 0, 2432, 2531, 1, 0, 0, 0, 2433, 2434, 5, 326, 0, 0, 2434, 2435, 5, - 372, 0, 0, 2435, 2531, 5, 270, 0, 0, 2436, 2437, 5, 158, 0, 0, 2437, 2438, - 5, 80, 0, 0, 2438, 2531, 3, 1352, 676, 0, 2439, 2440, 5, 326, 0, 0, 2440, - 2441, 5, 372, 0, 0, 2441, 2531, 5, 158, 0, 0, 2442, 2443, 5, 326, 0, 0, - 2443, 2531, 5, 441, 0, 0, 2444, 2445, 5, 326, 0, 0, 2445, 2531, 5, 360, - 0, 0, 2446, 2447, 5, 193, 0, 0, 2447, 2448, 5, 350, 0, 0, 2448, 2531, 3, - 1352, 676, 0, 2449, 2450, 5, 193, 0, 0, 2450, 2451, 5, 139, 0, 0, 2451, - 2452, 5, 350, 0, 0, 2452, 2531, 3, 1352, 676, 0, 2453, 2454, 5, 193, 0, - 0, 2454, 2455, 5, 305, 0, 0, 2455, 2456, 5, 350, 0, 0, 2456, 2531, 3, 1352, - 676, 0, 2457, 2458, 5, 193, 0, 0, 2458, 2459, 5, 350, 0, 0, 2459, 2531, - 5, 30, 0, 0, 2460, 2461, 5, 193, 0, 0, 2461, 2462, 5, 350, 0, 0, 2462, - 2531, 5, 99, 0, 0, 2463, 2464, 5, 186, 0, 0, 2464, 2465, 5, 350, 0, 0, - 2465, 2531, 3, 1352, 676, 0, 2466, 2467, 5, 186, 0, 0, 2467, 2468, 5, 350, - 0, 0, 2468, 2531, 5, 30, 0, 0, 2469, 2470, 5, 186, 0, 0, 2470, 2471, 5, - 350, 0, 0, 2471, 2531, 5, 99, 0, 0, 2472, 2473, 5, 193, 0, 0, 2473, 2474, - 5, 314, 0, 0, 2474, 2531, 3, 1352, 676, 0, 2475, 2476, 5, 193, 0, 0, 2476, - 2477, 5, 139, 0, 0, 2477, 2478, 5, 314, 0, 0, 2478, 2531, 3, 1352, 676, - 0, 2479, 2480, 5, 193, 0, 0, 2480, 2481, 5, 305, 0, 0, 2481, 2482, 5, 314, - 0, 0, 2482, 2531, 3, 1352, 676, 0, 2483, 2484, 5, 186, 0, 0, 2484, 2485, - 5, 314, 0, 0, 2485, 2531, 3, 1352, 676, 0, 2486, 2487, 5, 228, 0, 0, 2487, - 2531, 3, 1348, 674, 0, 2488, 2489, 5, 262, 0, 0, 2489, 2490, 5, 228, 0, - 0, 2490, 2531, 3, 1348, 674, 0, 2491, 2492, 5, 268, 0, 0, 2492, 2531, 3, - 528, 264, 0, 2493, 2494, 5, 77, 0, 0, 2494, 2531, 5, 268, 0, 0, 2495, 2496, - 5, 275, 0, 0, 2496, 2497, 5, 94, 0, 0, 2497, 2531, 3, 1380, 690, 0, 2498, - 2499, 5, 326, 0, 0, 2499, 2500, 5, 131, 0, 0, 2500, 2501, 5, 448, 0, 0, - 2501, 2531, 3, 1352, 676, 0, 2502, 2503, 5, 326, 0, 0, 2503, 2504, 5, 344, - 0, 0, 2504, 2531, 3, 1352, 676, 0, 2505, 2506, 5, 326, 0, 0, 2506, 2531, - 3, 116, 58, 0, 2507, 2508, 5, 306, 0, 0, 2508, 2531, 3, 116, 58, 0, 2509, - 2510, 5, 305, 0, 0, 2510, 2511, 5, 219, 0, 0, 2511, 2531, 3, 114, 57, 0, - 2512, 2513, 5, 193, 0, 0, 2513, 2514, 5, 409, 0, 0, 2514, 2515, 5, 242, - 0, 0, 2515, 2531, 5, 320, 0, 0, 2516, 2517, 5, 186, 0, 0, 2517, 2518, 5, - 409, 0, 0, 2518, 2519, 5, 242, 0, 0, 2519, 2531, 5, 320, 0, 0, 2520, 2521, - 5, 209, 0, 0, 2521, 2522, 5, 409, 0, 0, 2522, 2523, 5, 242, 0, 0, 2523, - 2531, 5, 320, 0, 0, 2524, 2525, 5, 262, 0, 0, 2525, 2526, 5, 209, 0, 0, - 2526, 2527, 5, 409, 0, 0, 2527, 2528, 5, 242, 0, 0, 2528, 2531, 5, 320, - 0, 0, 2529, 2531, 3, 348, 174, 0, 2530, 2228, 1, 0, 0, 0, 2530, 2230, 1, - 0, 0, 0, 2530, 2235, 1, 0, 0, 0, 2530, 2238, 1, 0, 0, 0, 2530, 2244, 1, - 0, 0, 0, 2530, 2251, 1, 0, 0, 0, 2530, 2260, 1, 0, 0, 0, 2530, 2269, 1, - 0, 0, 0, 2530, 2277, 1, 0, 0, 0, 2530, 2287, 1, 0, 0, 0, 2530, 2296, 1, - 0, 0, 0, 2530, 2305, 1, 0, 0, 0, 2530, 2313, 1, 0, 0, 0, 2530, 2321, 1, - 0, 0, 0, 2530, 2330, 1, 0, 0, 0, 2530, 2343, 1, 0, 0, 0, 2530, 2350, 1, - 0, 0, 0, 2530, 2358, 1, 0, 0, 0, 2530, 2368, 1, 0, 0, 0, 2530, 2378, 1, - 0, 0, 0, 2530, 2386, 1, 0, 0, 0, 2530, 2402, 1, 0, 0, 0, 2530, 2409, 1, - 0, 0, 0, 2530, 2411, 1, 0, 0, 0, 2530, 2416, 1, 0, 0, 0, 2530, 2419, 1, - 0, 0, 0, 2530, 2427, 1, 0, 0, 0, 2530, 2433, 1, 0, 0, 0, 2530, 2436, 1, - 0, 0, 0, 2530, 2439, 1, 0, 0, 0, 2530, 2442, 1, 0, 0, 0, 2530, 2444, 1, - 0, 0, 0, 2530, 2446, 1, 0, 0, 0, 2530, 2449, 1, 0, 0, 0, 2530, 2453, 1, - 0, 0, 0, 2530, 2457, 1, 0, 0, 0, 2530, 2460, 1, 0, 0, 0, 2530, 2463, 1, - 0, 0, 0, 2530, 2466, 1, 0, 0, 0, 2530, 2469, 1, 0, 0, 0, 2530, 2472, 1, - 0, 0, 0, 2530, 2475, 1, 0, 0, 0, 2530, 2479, 1, 0, 0, 0, 2530, 2483, 1, - 0, 0, 0, 2530, 2486, 1, 0, 0, 0, 2530, 2488, 1, 0, 0, 0, 2530, 2491, 1, - 0, 0, 0, 2530, 2493, 1, 0, 0, 0, 2530, 2495, 1, 0, 0, 0, 2530, 2498, 1, - 0, 0, 0, 2530, 2502, 1, 0, 0, 0, 2530, 2505, 1, 0, 0, 0, 2530, 2507, 1, - 0, 0, 0, 2530, 2509, 1, 0, 0, 0, 2530, 2512, 1, 0, 0, 0, 2530, 2516, 1, - 0, 0, 0, 2530, 2520, 1, 0, 0, 0, 2530, 2524, 1, 0, 0, 0, 2530, 2529, 1, - 0, 0, 0, 2531, 105, 1, 0, 0, 0, 2532, 2533, 5, 326, 0, 0, 2533, 2534, 5, - 53, 0, 0, 2534, 2538, 3, 1172, 586, 0, 2535, 2536, 5, 191, 0, 0, 2536, - 2538, 5, 53, 0, 0, 2537, 2532, 1, 0, 0, 0, 2537, 2535, 1, 0, 0, 0, 2538, - 107, 1, 0, 0, 0, 2539, 2540, 7, 10, 0, 0, 2540, 109, 1, 0, 0, 0, 2541, - 2542, 5, 43, 0, 0, 2542, 2543, 3, 528, 264, 0, 2543, 111, 1, 0, 0, 0, 2544, - 2545, 5, 100, 0, 0, 2545, 2546, 3, 1172, 586, 0, 2546, 113, 1, 0, 0, 0, - 2547, 2554, 5, 263, 0, 0, 2548, 2554, 5, 113, 0, 0, 2549, 2554, 5, 53, - 0, 0, 2550, 2551, 5, 100, 0, 0, 2551, 2552, 5, 226, 0, 0, 2552, 2554, 3, - 1352, 676, 0, 2553, 2547, 1, 0, 0, 0, 2553, 2548, 1, 0, 0, 0, 2553, 2549, - 1, 0, 0, 0, 2553, 2550, 1, 0, 0, 0, 2554, 115, 1, 0, 0, 0, 2555, 2556, - 5, 2, 0, 0, 2556, 2557, 3, 120, 60, 0, 2557, 2558, 5, 3, 0, 0, 2558, 117, - 1, 0, 0, 0, 2559, 2560, 5, 105, 0, 0, 2560, 2561, 3, 116, 58, 0, 2561, - 119, 1, 0, 0, 0, 2562, 2567, 3, 122, 61, 0, 2563, 2564, 5, 6, 0, 0, 2564, - 2566, 3, 122, 61, 0, 2565, 2563, 1, 0, 0, 0, 2566, 2569, 1, 0, 0, 0, 2567, - 2565, 1, 0, 0, 0, 2567, 2568, 1, 0, 0, 0, 2568, 121, 1, 0, 0, 0, 2569, - 2567, 1, 0, 0, 0, 2570, 2579, 3, 1392, 696, 0, 2571, 2572, 5, 10, 0, 0, - 2572, 2580, 3, 470, 235, 0, 2573, 2574, 5, 11, 0, 0, 2574, 2577, 3, 1392, - 696, 0, 2575, 2576, 5, 10, 0, 0, 2576, 2578, 3, 470, 235, 0, 2577, 2575, - 1, 0, 0, 0, 2577, 2578, 1, 0, 0, 0, 2578, 2580, 1, 0, 0, 0, 2579, 2571, - 1, 0, 0, 0, 2579, 2573, 1, 0, 0, 0, 2579, 2580, 1, 0, 0, 0, 2580, 123, - 1, 0, 0, 0, 2581, 2583, 3, 126, 63, 0, 2582, 2581, 1, 0, 0, 0, 2583, 2584, - 1, 0, 0, 0, 2584, 2582, 1, 0, 0, 0, 2584, 2585, 1, 0, 0, 0, 2585, 125, - 1, 0, 0, 0, 2586, 2591, 5, 307, 0, 0, 2587, 2589, 3, 16, 8, 0, 2588, 2587, - 1, 0, 0, 0, 2588, 2589, 1, 0, 0, 0, 2589, 2590, 1, 0, 0, 0, 2590, 2592, - 3, 296, 148, 0, 2591, 2588, 1, 0, 0, 0, 2591, 2592, 1, 0, 0, 0, 2592, 2600, - 1, 0, 0, 0, 2593, 2597, 5, 326, 0, 0, 2594, 2598, 3, 292, 146, 0, 2595, - 2596, 5, 440, 0, 0, 2596, 2598, 3, 202, 101, 0, 2597, 2594, 1, 0, 0, 0, - 2597, 2595, 1, 0, 0, 0, 2598, 2600, 1, 0, 0, 0, 2599, 2586, 1, 0, 0, 0, - 2599, 2593, 1, 0, 0, 0, 2600, 127, 1, 0, 0, 0, 2601, 2602, 5, 62, 0, 0, - 2602, 2603, 5, 417, 0, 0, 2603, 2604, 5, 105, 0, 0, 2604, 2605, 5, 2, 0, - 0, 2605, 2606, 3, 132, 66, 0, 2606, 2607, 5, 3, 0, 0, 2607, 2628, 1, 0, - 0, 0, 2608, 2609, 5, 62, 0, 0, 2609, 2610, 5, 417, 0, 0, 2610, 2611, 5, - 68, 0, 0, 2611, 2612, 5, 2, 0, 0, 2612, 2613, 3, 1290, 645, 0, 2613, 2614, - 5, 3, 0, 0, 2614, 2628, 1, 0, 0, 0, 2615, 2616, 5, 62, 0, 0, 2616, 2617, - 5, 417, 0, 0, 2617, 2618, 5, 64, 0, 0, 2618, 2619, 5, 2, 0, 0, 2619, 2620, - 3, 1290, 645, 0, 2620, 2621, 5, 3, 0, 0, 2621, 2622, 5, 94, 0, 0, 2622, - 2623, 5, 2, 0, 0, 2623, 2624, 3, 1290, 645, 0, 2624, 2625, 5, 3, 0, 0, - 2625, 2628, 1, 0, 0, 0, 2626, 2628, 5, 53, 0, 0, 2627, 2601, 1, 0, 0, 0, - 2627, 2608, 1, 0, 0, 0, 2627, 2615, 1, 0, 0, 0, 2627, 2626, 1, 0, 0, 0, - 2628, 129, 1, 0, 0, 0, 2629, 2630, 3, 1390, 695, 0, 2630, 2631, 3, 1368, - 684, 0, 2631, 131, 1, 0, 0, 0, 2632, 2637, 3, 130, 65, 0, 2633, 2634, 5, - 6, 0, 0, 2634, 2636, 3, 130, 65, 0, 2635, 2633, 1, 0, 0, 0, 2636, 2639, - 1, 0, 0, 0, 2637, 2635, 1, 0, 0, 0, 2637, 2638, 1, 0, 0, 0, 2638, 133, - 1, 0, 0, 0, 2639, 2637, 1, 0, 0, 0, 2640, 2641, 5, 138, 0, 0, 2641, 2642, - 5, 353, 0, 0, 2642, 2643, 3, 528, 264, 0, 2643, 2644, 3, 136, 68, 0, 2644, - 135, 1, 0, 0, 0, 2645, 2650, 3, 138, 69, 0, 2646, 2647, 5, 6, 0, 0, 2647, - 2649, 3, 138, 69, 0, 2648, 2646, 1, 0, 0, 0, 2649, 2652, 1, 0, 0, 0, 2650, - 2648, 1, 0, 0, 0, 2650, 2651, 1, 0, 0, 0, 2651, 137, 1, 0, 0, 0, 2652, - 2650, 1, 0, 0, 0, 2653, 2654, 5, 133, 0, 0, 2654, 2655, 5, 143, 0, 0, 2655, - 2657, 3, 1112, 556, 0, 2656, 2658, 3, 108, 54, 0, 2657, 2656, 1, 0, 0, - 0, 2657, 2658, 1, 0, 0, 0, 2658, 2684, 1, 0, 0, 0, 2659, 2660, 5, 191, - 0, 0, 2660, 2663, 5, 143, 0, 0, 2661, 2662, 5, 220, 0, 0, 2662, 2664, 5, - 390, 0, 0, 2663, 2661, 1, 0, 0, 0, 2663, 2664, 1, 0, 0, 0, 2664, 2665, - 1, 0, 0, 0, 2665, 2667, 3, 1384, 692, 0, 2666, 2668, 3, 108, 54, 0, 2667, - 2666, 1, 0, 0, 0, 2667, 2668, 1, 0, 0, 0, 2668, 2684, 1, 0, 0, 0, 2669, - 2670, 5, 138, 0, 0, 2670, 2671, 5, 143, 0, 0, 2671, 2673, 3, 1384, 692, - 0, 2672, 2674, 3, 734, 367, 0, 2673, 2672, 1, 0, 0, 0, 2673, 2674, 1, 0, - 0, 0, 2674, 2675, 1, 0, 0, 0, 2675, 2676, 5, 353, 0, 0, 2676, 2678, 3, - 1128, 564, 0, 2677, 2679, 3, 110, 55, 0, 2678, 2677, 1, 0, 0, 0, 2678, - 2679, 1, 0, 0, 0, 2679, 2681, 1, 0, 0, 0, 2680, 2682, 3, 108, 54, 0, 2681, - 2680, 1, 0, 0, 0, 2681, 2682, 1, 0, 0, 0, 2682, 2684, 1, 0, 0, 0, 2683, - 2653, 1, 0, 0, 0, 2683, 2659, 1, 0, 0, 0, 2683, 2669, 1, 0, 0, 0, 2684, - 139, 1, 0, 0, 0, 2685, 2688, 5, 157, 0, 0, 2686, 2689, 3, 964, 482, 0, - 2687, 2689, 5, 30, 0, 0, 2688, 2686, 1, 0, 0, 0, 2688, 2687, 1, 0, 0, 0, - 2689, 141, 1, 0, 0, 0, 2690, 2692, 5, 169, 0, 0, 2691, 2693, 3, 156, 78, - 0, 2692, 2691, 1, 0, 0, 0, 2692, 2693, 1, 0, 0, 0, 2693, 2694, 1, 0, 0, - 0, 2694, 2696, 3, 1348, 674, 0, 2695, 2697, 3, 218, 109, 0, 2696, 2695, - 1, 0, 0, 0, 2696, 2697, 1, 0, 0, 0, 2697, 2698, 1, 0, 0, 0, 2698, 2700, - 3, 144, 72, 0, 2699, 2701, 3, 146, 73, 0, 2700, 2699, 1, 0, 0, 0, 2700, - 2701, 1, 0, 0, 0, 2701, 2702, 1, 0, 0, 0, 2702, 2704, 3, 148, 74, 0, 2703, - 2705, 3, 158, 79, 0, 2704, 2703, 1, 0, 0, 0, 2704, 2705, 1, 0, 0, 0, 2705, - 2707, 1, 0, 0, 0, 2706, 2708, 3, 16, 8, 0, 2707, 2706, 1, 0, 0, 0, 2707, - 2708, 1, 0, 0, 0, 2708, 2709, 1, 0, 0, 0, 2709, 2711, 3, 150, 75, 0, 2710, - 2712, 3, 1104, 552, 0, 2711, 2710, 1, 0, 0, 0, 2711, 2712, 1, 0, 0, 0, - 2712, 2728, 1, 0, 0, 0, 2713, 2714, 5, 169, 0, 0, 2714, 2715, 5, 2, 0, - 0, 2715, 2716, 3, 904, 452, 0, 2716, 2717, 5, 3, 0, 0, 2717, 2719, 5, 94, - 0, 0, 2718, 2720, 3, 146, 73, 0, 2719, 2718, 1, 0, 0, 0, 2719, 2720, 1, - 0, 0, 0, 2720, 2721, 1, 0, 0, 0, 2721, 2723, 3, 148, 74, 0, 2722, 2724, - 3, 16, 8, 0, 2723, 2722, 1, 0, 0, 0, 2723, 2724, 1, 0, 0, 0, 2724, 2725, - 1, 0, 0, 0, 2725, 2726, 3, 150, 75, 0, 2726, 2728, 1, 0, 0, 0, 2727, 2690, - 1, 0, 0, 0, 2727, 2713, 1, 0, 0, 0, 2728, 143, 1, 0, 0, 0, 2729, 2730, - 7, 11, 0, 0, 2730, 145, 1, 0, 0, 0, 2731, 2732, 5, 290, 0, 0, 2732, 147, - 1, 0, 0, 0, 2733, 2737, 3, 1370, 685, 0, 2734, 2737, 5, 336, 0, 0, 2735, - 2737, 5, 337, 0, 0, 2736, 2733, 1, 0, 0, 0, 2736, 2734, 1, 0, 0, 0, 2736, - 2735, 1, 0, 0, 0, 2737, 149, 1, 0, 0, 0, 2738, 2744, 3, 152, 76, 0, 2739, - 2740, 5, 2, 0, 0, 2740, 2741, 3, 162, 81, 0, 2741, 2742, 5, 3, 0, 0, 2742, - 2744, 1, 0, 0, 0, 2743, 2738, 1, 0, 0, 0, 2743, 2739, 1, 0, 0, 0, 2744, - 151, 1, 0, 0, 0, 2745, 2747, 3, 154, 77, 0, 2746, 2745, 1, 0, 0, 0, 2747, - 2750, 1, 0, 0, 0, 2748, 2746, 1, 0, 0, 0, 2748, 2749, 1, 0, 0, 0, 2749, - 153, 1, 0, 0, 0, 2750, 2748, 1, 0, 0, 0, 2751, 2791, 5, 107, 0, 0, 2752, - 2791, 5, 112, 0, 0, 2753, 2755, 5, 183, 0, 0, 2754, 2756, 3, 844, 422, - 0, 2755, 2754, 1, 0, 0, 0, 2755, 2756, 1, 0, 0, 0, 2756, 2757, 1, 0, 0, - 0, 2757, 2791, 3, 1370, 685, 0, 2758, 2760, 5, 78, 0, 0, 2759, 2761, 3, - 844, 422, 0, 2760, 2759, 1, 0, 0, 0, 2760, 2761, 1, 0, 0, 0, 2761, 2762, - 1, 0, 0, 0, 2762, 2791, 3, 1370, 685, 0, 2763, 2791, 5, 171, 0, 0, 2764, - 2791, 5, 216, 0, 0, 2765, 2767, 5, 291, 0, 0, 2766, 2768, 3, 844, 422, - 0, 2767, 2766, 1, 0, 0, 0, 2767, 2768, 1, 0, 0, 0, 2768, 2769, 1, 0, 0, - 0, 2769, 2791, 3, 1370, 685, 0, 2770, 2772, 5, 197, 0, 0, 2771, 2773, 3, - 844, 422, 0, 2772, 2771, 1, 0, 0, 0, 2772, 2773, 1, 0, 0, 0, 2773, 2774, - 1, 0, 0, 0, 2774, 2791, 3, 1370, 685, 0, 2775, 2776, 5, 209, 0, 0, 2776, - 2777, 5, 291, 0, 0, 2777, 2791, 3, 220, 110, 0, 2778, 2779, 5, 209, 0, - 0, 2779, 2780, 5, 291, 0, 0, 2780, 2791, 5, 9, 0, 0, 2781, 2782, 5, 209, - 0, 0, 2782, 2783, 5, 77, 0, 0, 2783, 2784, 5, 78, 0, 0, 2784, 2791, 3, - 220, 110, 0, 2785, 2786, 5, 209, 0, 0, 2786, 2787, 5, 78, 0, 0, 2787, 2791, - 3, 220, 110, 0, 2788, 2789, 5, 194, 0, 0, 2789, 2791, 3, 1370, 685, 0, - 2790, 2751, 1, 0, 0, 0, 2790, 2752, 1, 0, 0, 0, 2790, 2753, 1, 0, 0, 0, - 2790, 2758, 1, 0, 0, 0, 2790, 2763, 1, 0, 0, 0, 2790, 2764, 1, 0, 0, 0, - 2790, 2765, 1, 0, 0, 0, 2790, 2770, 1, 0, 0, 0, 2790, 2775, 1, 0, 0, 0, - 2790, 2778, 1, 0, 0, 0, 2790, 2781, 1, 0, 0, 0, 2790, 2785, 1, 0, 0, 0, - 2790, 2788, 1, 0, 0, 0, 2791, 155, 1, 0, 0, 0, 2792, 2793, 5, 107, 0, 0, - 2793, 157, 1, 0, 0, 0, 2794, 2796, 3, 160, 80, 0, 2795, 2794, 1, 0, 0, - 0, 2795, 2796, 1, 0, 0, 0, 2796, 2797, 1, 0, 0, 0, 2797, 2798, 5, 184, - 0, 0, 2798, 2799, 3, 1370, 685, 0, 2799, 159, 1, 0, 0, 0, 2800, 2801, 5, - 100, 0, 0, 2801, 161, 1, 0, 0, 0, 2802, 2807, 3, 164, 82, 0, 2803, 2804, - 5, 6, 0, 0, 2804, 2806, 3, 164, 82, 0, 2805, 2803, 1, 0, 0, 0, 2806, 2809, - 1, 0, 0, 0, 2807, 2805, 1, 0, 0, 0, 2807, 2808, 1, 0, 0, 0, 2808, 163, - 1, 0, 0, 0, 2809, 2807, 1, 0, 0, 0, 2810, 2812, 3, 1392, 696, 0, 2811, - 2813, 3, 166, 83, 0, 2812, 2811, 1, 0, 0, 0, 2812, 2813, 1, 0, 0, 0, 2813, - 165, 1, 0, 0, 0, 2814, 2822, 3, 66, 33, 0, 2815, 2822, 3, 296, 148, 0, - 2816, 2822, 5, 9, 0, 0, 2817, 2818, 5, 2, 0, 0, 2818, 2819, 3, 168, 84, - 0, 2819, 2820, 5, 3, 0, 0, 2820, 2822, 1, 0, 0, 0, 2821, 2814, 1, 0, 0, - 0, 2821, 2815, 1, 0, 0, 0, 2821, 2816, 1, 0, 0, 0, 2821, 2817, 1, 0, 0, - 0, 2822, 167, 1, 0, 0, 0, 2823, 2828, 3, 170, 85, 0, 2824, 2825, 5, 6, - 0, 0, 2825, 2827, 3, 170, 85, 0, 2826, 2824, 1, 0, 0, 0, 2827, 2830, 1, - 0, 0, 0, 2828, 2826, 1, 0, 0, 0, 2828, 2829, 1, 0, 0, 0, 2829, 169, 1, - 0, 0, 0, 2830, 2828, 1, 0, 0, 0, 2831, 2832, 3, 66, 33, 0, 2832, 171, 1, - 0, 0, 0, 2833, 2835, 5, 46, 0, 0, 2834, 2836, 3, 174, 87, 0, 2835, 2834, - 1, 0, 0, 0, 2835, 2836, 1, 0, 0, 0, 2836, 2837, 1, 0, 0, 0, 2837, 2841, - 5, 92, 0, 0, 2838, 2839, 5, 220, 0, 0, 2839, 2840, 5, 77, 0, 0, 2840, 2842, - 5, 390, 0, 0, 2841, 2838, 1, 0, 0, 0, 2841, 2842, 1, 0, 0, 0, 2842, 2843, - 1, 0, 0, 0, 2843, 2909, 3, 1348, 674, 0, 2844, 2846, 5, 2, 0, 0, 2845, - 2847, 3, 176, 88, 0, 2846, 2845, 1, 0, 0, 0, 2846, 2847, 1, 0, 0, 0, 2847, - 2848, 1, 0, 0, 0, 2848, 2850, 5, 3, 0, 0, 2849, 2851, 3, 242, 121, 0, 2850, - 2849, 1, 0, 0, 0, 2850, 2851, 1, 0, 0, 0, 2851, 2853, 1, 0, 0, 0, 2852, - 2854, 3, 244, 122, 0, 2853, 2852, 1, 0, 0, 0, 2853, 2854, 1, 0, 0, 0, 2854, - 2856, 1, 0, 0, 0, 2855, 2857, 3, 252, 126, 0, 2856, 2855, 1, 0, 0, 0, 2856, - 2857, 1, 0, 0, 0, 2857, 2859, 1, 0, 0, 0, 2858, 2860, 3, 254, 127, 0, 2859, - 2858, 1, 0, 0, 0, 2859, 2860, 1, 0, 0, 0, 2860, 2862, 1, 0, 0, 0, 2861, - 2863, 3, 256, 128, 0, 2862, 2861, 1, 0, 0, 0, 2862, 2863, 1, 0, 0, 0, 2863, - 2865, 1, 0, 0, 0, 2864, 2866, 3, 258, 129, 0, 2865, 2864, 1, 0, 0, 0, 2865, - 2866, 1, 0, 0, 0, 2866, 2910, 1, 0, 0, 0, 2867, 2868, 5, 268, 0, 0, 2868, - 2870, 3, 528, 264, 0, 2869, 2871, 3, 178, 89, 0, 2870, 2869, 1, 0, 0, 0, - 2870, 2871, 1, 0, 0, 0, 2871, 2873, 1, 0, 0, 0, 2872, 2874, 3, 244, 122, - 0, 2873, 2872, 1, 0, 0, 0, 2873, 2874, 1, 0, 0, 0, 2874, 2876, 1, 0, 0, - 0, 2875, 2877, 3, 252, 126, 0, 2876, 2875, 1, 0, 0, 0, 2876, 2877, 1, 0, - 0, 0, 2877, 2879, 1, 0, 0, 0, 2878, 2880, 3, 254, 127, 0, 2879, 2878, 1, - 0, 0, 0, 2879, 2880, 1, 0, 0, 0, 2880, 2882, 1, 0, 0, 0, 2881, 2883, 3, - 256, 128, 0, 2882, 2881, 1, 0, 0, 0, 2882, 2883, 1, 0, 0, 0, 2883, 2885, - 1, 0, 0, 0, 2884, 2886, 3, 258, 129, 0, 2885, 2884, 1, 0, 0, 0, 2885, 2886, - 1, 0, 0, 0, 2886, 2910, 1, 0, 0, 0, 2887, 2888, 5, 278, 0, 0, 2888, 2889, - 5, 268, 0, 0, 2889, 2891, 3, 1348, 674, 0, 2890, 2892, 3, 178, 89, 0, 2891, - 2890, 1, 0, 0, 0, 2891, 2892, 1, 0, 0, 0, 2892, 2893, 1, 0, 0, 0, 2893, - 2895, 3, 128, 64, 0, 2894, 2896, 3, 244, 122, 0, 2895, 2894, 1, 0, 0, 0, - 2895, 2896, 1, 0, 0, 0, 2896, 2898, 1, 0, 0, 0, 2897, 2899, 3, 252, 126, - 0, 2898, 2897, 1, 0, 0, 0, 2898, 2899, 1, 0, 0, 0, 2899, 2901, 1, 0, 0, - 0, 2900, 2902, 3, 254, 127, 0, 2901, 2900, 1, 0, 0, 0, 2901, 2902, 1, 0, - 0, 0, 2902, 2904, 1, 0, 0, 0, 2903, 2905, 3, 256, 128, 0, 2904, 2903, 1, - 0, 0, 0, 2904, 2905, 1, 0, 0, 0, 2905, 2907, 1, 0, 0, 0, 2906, 2908, 3, - 258, 129, 0, 2907, 2906, 1, 0, 0, 0, 2907, 2908, 1, 0, 0, 0, 2908, 2910, - 1, 0, 0, 0, 2909, 2844, 1, 0, 0, 0, 2909, 2867, 1, 0, 0, 0, 2909, 2887, - 1, 0, 0, 0, 2910, 173, 1, 0, 0, 0, 2911, 2919, 5, 347, 0, 0, 2912, 2919, - 5, 345, 0, 0, 2913, 2914, 5, 245, 0, 0, 2914, 2919, 7, 12, 0, 0, 2915, - 2916, 5, 213, 0, 0, 2916, 2919, 7, 12, 0, 0, 2917, 2919, 5, 360, 0, 0, - 2918, 2911, 1, 0, 0, 0, 2918, 2912, 1, 0, 0, 0, 2918, 2913, 1, 0, 0, 0, - 2918, 2915, 1, 0, 0, 0, 2918, 2917, 1, 0, 0, 0, 2919, 175, 1, 0, 0, 0, - 2920, 2921, 3, 180, 90, 0, 2921, 177, 1, 0, 0, 0, 2922, 2923, 5, 2, 0, - 0, 2923, 2924, 3, 182, 91, 0, 2924, 2925, 5, 3, 0, 0, 2925, 179, 1, 0, - 0, 0, 2926, 2931, 3, 184, 92, 0, 2927, 2928, 5, 6, 0, 0, 2928, 2930, 3, - 184, 92, 0, 2929, 2927, 1, 0, 0, 0, 2930, 2933, 1, 0, 0, 0, 2931, 2929, - 1, 0, 0, 0, 2931, 2932, 1, 0, 0, 0, 2932, 181, 1, 0, 0, 0, 2933, 2931, - 1, 0, 0, 0, 2934, 2939, 3, 186, 93, 0, 2935, 2936, 5, 6, 0, 0, 2936, 2938, - 3, 186, 93, 0, 2937, 2935, 1, 0, 0, 0, 2938, 2941, 1, 0, 0, 0, 2939, 2937, - 1, 0, 0, 0, 2939, 2940, 1, 0, 0, 0, 2940, 183, 1, 0, 0, 0, 2941, 2939, - 1, 0, 0, 0, 2942, 2946, 3, 212, 106, 0, 2943, 2946, 3, 206, 103, 0, 2944, - 2946, 3, 188, 94, 0, 2945, 2942, 1, 0, 0, 0, 2945, 2943, 1, 0, 0, 0, 2945, - 2944, 1, 0, 0, 0, 2946, 185, 1, 0, 0, 0, 2947, 2950, 3, 192, 96, 0, 2948, - 2950, 3, 212, 106, 0, 2949, 2947, 1, 0, 0, 0, 2949, 2948, 1, 0, 0, 0, 2950, - 187, 1, 0, 0, 0, 2951, 2952, 4, 94, 0, 1, 2952, 2953, 3, 1384, 692, 0, - 2953, 2955, 3, 1128, 564, 0, 2954, 2956, 3, 344, 172, 0, 2955, 2954, 1, - 0, 0, 0, 2955, 2956, 1, 0, 0, 0, 2956, 2957, 1, 0, 0, 0, 2957, 2958, 3, - 194, 97, 0, 2958, 2971, 1, 0, 0, 0, 2959, 2960, 4, 94, 1, 1, 2960, 2961, - 3, 1384, 692, 0, 2961, 2963, 3, 1128, 564, 0, 2962, 2964, 3, 344, 172, - 0, 2963, 2962, 1, 0, 0, 0, 2963, 2964, 1, 0, 0, 0, 2964, 2966, 1, 0, 0, - 0, 2965, 2967, 3, 190, 95, 0, 2966, 2965, 1, 0, 0, 0, 2966, 2967, 1, 0, - 0, 0, 2967, 2968, 1, 0, 0, 0, 2968, 2969, 3, 194, 97, 0, 2969, 2971, 1, - 0, 0, 0, 2970, 2951, 1, 0, 0, 0, 2970, 2959, 1, 0, 0, 0, 2971, 189, 1, - 0, 0, 0, 2972, 2973, 5, 53, 0, 0, 2973, 2999, 3, 1214, 607, 0, 2974, 2975, - 5, 219, 0, 0, 2975, 2976, 5, 2, 0, 0, 2976, 2977, 3, 1368, 684, 0, 2977, - 2978, 5, 6, 0, 0, 2978, 2979, 3, 1368, 684, 0, 2979, 2980, 5, 3, 0, 0, - 2980, 2999, 1, 0, 0, 0, 2981, 2982, 5, 440, 0, 0, 2982, 2983, 5, 147, 0, - 0, 2983, 2984, 5, 53, 0, 0, 2984, 2985, 5, 36, 0, 0, 2985, 2986, 5, 219, - 0, 0, 2986, 2987, 5, 2, 0, 0, 2987, 2988, 3, 1368, 684, 0, 2988, 2989, - 5, 6, 0, 0, 2989, 2990, 3, 1368, 684, 0, 2990, 2991, 5, 3, 0, 0, 2991, - 2999, 1, 0, 0, 0, 2992, 2993, 5, 638, 0, 0, 2993, 2999, 5, 652, 0, 0, 2994, - 2999, 5, 639, 0, 0, 2995, 2999, 5, 640, 0, 0, 2996, 2997, 5, 43, 0, 0, - 2997, 2999, 7, 13, 0, 0, 2998, 2972, 1, 0, 0, 0, 2998, 2974, 1, 0, 0, 0, - 2998, 2981, 1, 0, 0, 0, 2998, 2992, 1, 0, 0, 0, 2998, 2994, 1, 0, 0, 0, - 2998, 2995, 1, 0, 0, 0, 2998, 2996, 1, 0, 0, 0, 2999, 191, 1, 0, 0, 0, - 3000, 3003, 3, 1384, 692, 0, 3001, 3002, 5, 105, 0, 0, 3002, 3004, 5, 273, - 0, 0, 3003, 3001, 1, 0, 0, 0, 3003, 3004, 1, 0, 0, 0, 3004, 3005, 1, 0, - 0, 0, 3005, 3006, 3, 194, 97, 0, 3006, 193, 1, 0, 0, 0, 3007, 3009, 3, - 196, 98, 0, 3008, 3007, 1, 0, 0, 0, 3009, 3012, 1, 0, 0, 0, 3010, 3008, - 1, 0, 0, 0, 3010, 3011, 1, 0, 0, 0, 3011, 195, 1, 0, 0, 0, 3012, 3010, - 1, 0, 0, 0, 3013, 3014, 5, 45, 0, 0, 3014, 3015, 3, 1352, 676, 0, 3015, - 3016, 3, 198, 99, 0, 3016, 3022, 1, 0, 0, 0, 3017, 3022, 3, 198, 99, 0, - 3018, 3022, 3, 204, 102, 0, 3019, 3020, 5, 43, 0, 0, 3020, 3022, 3, 528, - 264, 0, 3021, 3013, 1, 0, 0, 0, 3021, 3017, 1, 0, 0, 0, 3021, 3018, 1, - 0, 0, 0, 3021, 3019, 1, 0, 0, 0, 3022, 197, 1, 0, 0, 0, 3023, 3024, 5, - 77, 0, 0, 3024, 3079, 5, 78, 0, 0, 3025, 3079, 5, 78, 0, 0, 3026, 3028, - 5, 98, 0, 0, 3027, 3029, 3, 200, 100, 0, 3028, 3027, 1, 0, 0, 0, 3028, - 3029, 1, 0, 0, 0, 3029, 3031, 1, 0, 0, 0, 3030, 3032, 3, 672, 336, 0, 3031, - 3030, 1, 0, 0, 0, 3031, 3032, 1, 0, 0, 0, 3032, 3034, 1, 0, 0, 0, 3033, - 3035, 3, 260, 130, 0, 3034, 3033, 1, 0, 0, 0, 3034, 3035, 1, 0, 0, 0, 3035, - 3079, 1, 0, 0, 0, 3036, 3037, 5, 85, 0, 0, 3037, 3039, 5, 236, 0, 0, 3038, - 3040, 3, 672, 336, 0, 3039, 3038, 1, 0, 0, 0, 3039, 3040, 1, 0, 0, 0, 3040, - 3042, 1, 0, 0, 0, 3041, 3043, 3, 260, 130, 0, 3042, 3041, 1, 0, 0, 0, 3042, - 3043, 1, 0, 0, 0, 3043, 3079, 1, 0, 0, 0, 3044, 3045, 5, 42, 0, 0, 3045, - 3046, 5, 2, 0, 0, 3046, 3047, 3, 1172, 586, 0, 3047, 3049, 5, 3, 0, 0, - 3048, 3050, 3, 216, 108, 0, 3049, 3048, 1, 0, 0, 0, 3049, 3050, 1, 0, 0, - 0, 3050, 3079, 1, 0, 0, 0, 3051, 3052, 5, 53, 0, 0, 3052, 3079, 3, 1214, - 607, 0, 3053, 3054, 5, 440, 0, 0, 3054, 3055, 3, 202, 101, 0, 3055, 3065, - 5, 36, 0, 0, 3056, 3058, 5, 219, 0, 0, 3057, 3059, 3, 288, 144, 0, 3058, - 3057, 1, 0, 0, 0, 3058, 3059, 1, 0, 0, 0, 3059, 3066, 1, 0, 0, 0, 3060, - 3061, 5, 2, 0, 0, 3061, 3062, 3, 1172, 586, 0, 3062, 3063, 5, 3, 0, 0, - 3063, 3064, 5, 442, 0, 0, 3064, 3066, 1, 0, 0, 0, 3065, 3056, 1, 0, 0, - 0, 3065, 3060, 1, 0, 0, 0, 3066, 3079, 1, 0, 0, 0, 3067, 3068, 5, 86, 0, - 0, 3068, 3070, 3, 1348, 674, 0, 3069, 3071, 3, 218, 109, 0, 3070, 3069, - 1, 0, 0, 0, 3070, 3071, 1, 0, 0, 0, 3071, 3073, 1, 0, 0, 0, 3072, 3074, - 3, 226, 113, 0, 3073, 3072, 1, 0, 0, 0, 3073, 3074, 1, 0, 0, 0, 3074, 3076, - 1, 0, 0, 0, 3075, 3077, 3, 234, 117, 0, 3076, 3075, 1, 0, 0, 0, 3076, 3077, - 1, 0, 0, 0, 3077, 3079, 1, 0, 0, 0, 3078, 3023, 1, 0, 0, 0, 3078, 3025, - 1, 0, 0, 0, 3078, 3026, 1, 0, 0, 0, 3078, 3036, 1, 0, 0, 0, 3078, 3044, - 1, 0, 0, 0, 3078, 3051, 1, 0, 0, 0, 3078, 3053, 1, 0, 0, 0, 3078, 3067, - 1, 0, 0, 0, 3079, 199, 1, 0, 0, 0, 3080, 3082, 5, 266, 0, 0, 3081, 3083, - 5, 77, 0, 0, 3082, 3081, 1, 0, 0, 0, 3082, 3083, 1, 0, 0, 0, 3083, 3084, - 1, 0, 0, 0, 3084, 3085, 5, 56, 0, 0, 3085, 201, 1, 0, 0, 0, 3086, 3090, - 5, 139, 0, 0, 3087, 3088, 5, 147, 0, 0, 3088, 3090, 5, 53, 0, 0, 3089, - 3086, 1, 0, 0, 0, 3089, 3087, 1, 0, 0, 0, 3090, 203, 1, 0, 0, 0, 3091, - 3097, 5, 54, 0, 0, 3092, 3093, 5, 77, 0, 0, 3093, 3097, 5, 54, 0, 0, 3094, - 3095, 5, 69, 0, 0, 3095, 3097, 7, 8, 0, 0, 3096, 3091, 1, 0, 0, 0, 3096, - 3092, 1, 0, 0, 0, 3096, 3094, 1, 0, 0, 0, 3097, 205, 1, 0, 0, 0, 3098, - 3099, 5, 120, 0, 0, 3099, 3100, 3, 1348, 674, 0, 3100, 3101, 3, 208, 104, - 0, 3101, 207, 1, 0, 0, 0, 3102, 3103, 7, 14, 0, 0, 3103, 3105, 3, 210, - 105, 0, 3104, 3102, 1, 0, 0, 0, 3105, 3108, 1, 0, 0, 0, 3106, 3104, 1, - 0, 0, 0, 3106, 3107, 1, 0, 0, 0, 3107, 209, 1, 0, 0, 0, 3108, 3106, 1, - 0, 0, 0, 3109, 3110, 7, 15, 0, 0, 3110, 211, 1, 0, 0, 0, 3111, 3112, 5, - 45, 0, 0, 3112, 3113, 3, 1352, 676, 0, 3113, 3114, 3, 214, 107, 0, 3114, - 3117, 1, 0, 0, 0, 3115, 3117, 3, 214, 107, 0, 3116, 3111, 1, 0, 0, 0, 3116, - 3115, 1, 0, 0, 0, 3117, 213, 1, 0, 0, 0, 3118, 3119, 5, 42, 0, 0, 3119, - 3120, 5, 2, 0, 0, 3120, 3121, 3, 1172, 586, 0, 3121, 3122, 5, 3, 0, 0, - 3122, 3123, 3, 444, 222, 0, 3123, 3208, 1, 0, 0, 0, 3124, 3126, 5, 98, - 0, 0, 3125, 3127, 3, 200, 100, 0, 3126, 3125, 1, 0, 0, 0, 3126, 3127, 1, - 0, 0, 0, 3127, 3145, 1, 0, 0, 0, 3128, 3129, 5, 2, 0, 0, 3129, 3130, 3, - 220, 110, 0, 3130, 3132, 5, 3, 0, 0, 3131, 3133, 3, 224, 112, 0, 3132, - 3131, 1, 0, 0, 0, 3132, 3133, 1, 0, 0, 0, 3133, 3135, 1, 0, 0, 0, 3134, - 3136, 3, 672, 336, 0, 3135, 3134, 1, 0, 0, 0, 3135, 3136, 1, 0, 0, 0, 3136, - 3138, 1, 0, 0, 0, 3137, 3139, 3, 260, 130, 0, 3138, 3137, 1, 0, 0, 0, 3138, - 3139, 1, 0, 0, 0, 3139, 3140, 1, 0, 0, 0, 3140, 3141, 3, 444, 222, 0, 3141, - 3146, 1, 0, 0, 0, 3142, 3143, 3, 262, 131, 0, 3143, 3144, 3, 444, 222, - 0, 3144, 3146, 1, 0, 0, 0, 3145, 3128, 1, 0, 0, 0, 3145, 3142, 1, 0, 0, - 0, 3146, 3208, 1, 0, 0, 0, 3147, 3148, 5, 85, 0, 0, 3148, 3166, 5, 236, - 0, 0, 3149, 3150, 5, 2, 0, 0, 3150, 3151, 3, 220, 110, 0, 3151, 3153, 5, - 3, 0, 0, 3152, 3154, 3, 224, 112, 0, 3153, 3152, 1, 0, 0, 0, 3153, 3154, - 1, 0, 0, 0, 3154, 3156, 1, 0, 0, 0, 3155, 3157, 3, 672, 336, 0, 3156, 3155, - 1, 0, 0, 0, 3156, 3157, 1, 0, 0, 0, 3157, 3159, 1, 0, 0, 0, 3158, 3160, - 3, 260, 130, 0, 3159, 3158, 1, 0, 0, 0, 3159, 3160, 1, 0, 0, 0, 3160, 3161, - 1, 0, 0, 0, 3161, 3162, 3, 444, 222, 0, 3162, 3167, 1, 0, 0, 0, 3163, 3164, - 3, 262, 131, 0, 3164, 3165, 3, 444, 222, 0, 3165, 3167, 1, 0, 0, 0, 3166, - 3149, 1, 0, 0, 0, 3166, 3163, 1, 0, 0, 0, 3167, 3208, 1, 0, 0, 0, 3168, - 3170, 5, 199, 0, 0, 3169, 3171, 3, 604, 302, 0, 3170, 3169, 1, 0, 0, 0, - 3170, 3171, 1, 0, 0, 0, 3171, 3172, 1, 0, 0, 0, 3172, 3173, 5, 2, 0, 0, - 3173, 3174, 3, 228, 114, 0, 3174, 3176, 5, 3, 0, 0, 3175, 3177, 3, 224, - 112, 0, 3176, 3175, 1, 0, 0, 0, 3176, 3177, 1, 0, 0, 0, 3177, 3179, 1, - 0, 0, 0, 3178, 3180, 3, 672, 336, 0, 3179, 3178, 1, 0, 0, 0, 3179, 3180, - 1, 0, 0, 0, 3180, 3182, 1, 0, 0, 0, 3181, 3183, 3, 260, 130, 0, 3182, 3181, - 1, 0, 0, 0, 3182, 3183, 1, 0, 0, 0, 3183, 3185, 1, 0, 0, 0, 3184, 3186, - 3, 232, 116, 0, 3185, 3184, 1, 0, 0, 0, 3185, 3186, 1, 0, 0, 0, 3186, 3187, - 1, 0, 0, 0, 3187, 3188, 3, 444, 222, 0, 3188, 3208, 1, 0, 0, 0, 3189, 3190, - 5, 63, 0, 0, 3190, 3191, 5, 236, 0, 0, 3191, 3192, 5, 2, 0, 0, 3192, 3193, - 3, 220, 110, 0, 3193, 3194, 5, 3, 0, 0, 3194, 3195, 5, 86, 0, 0, 3195, - 3197, 3, 1348, 674, 0, 3196, 3198, 3, 218, 109, 0, 3197, 3196, 1, 0, 0, - 0, 3197, 3198, 1, 0, 0, 0, 3198, 3200, 1, 0, 0, 0, 3199, 3201, 3, 226, - 113, 0, 3200, 3199, 1, 0, 0, 0, 3200, 3201, 1, 0, 0, 0, 3201, 3203, 1, - 0, 0, 0, 3202, 3204, 3, 234, 117, 0, 3203, 3202, 1, 0, 0, 0, 3203, 3204, - 1, 0, 0, 0, 3204, 3205, 1, 0, 0, 0, 3205, 3206, 3, 444, 222, 0, 3206, 3208, - 1, 0, 0, 0, 3207, 3118, 1, 0, 0, 0, 3207, 3124, 1, 0, 0, 0, 3207, 3147, - 1, 0, 0, 0, 3207, 3168, 1, 0, 0, 0, 3207, 3189, 1, 0, 0, 0, 3208, 215, - 1, 0, 0, 0, 3209, 3210, 5, 262, 0, 0, 3210, 3211, 5, 228, 0, 0, 3211, 217, - 1, 0, 0, 0, 3212, 3213, 5, 2, 0, 0, 3213, 3214, 3, 220, 110, 0, 3214, 3215, - 5, 3, 0, 0, 3215, 219, 1, 0, 0, 0, 3216, 3221, 3, 222, 111, 0, 3217, 3218, - 5, 6, 0, 0, 3218, 3220, 3, 222, 111, 0, 3219, 3217, 1, 0, 0, 0, 3220, 3223, - 1, 0, 0, 0, 3221, 3219, 1, 0, 0, 0, 3221, 3222, 1, 0, 0, 0, 3222, 221, - 1, 0, 0, 0, 3223, 3221, 1, 0, 0, 0, 3224, 3225, 3, 1384, 692, 0, 3225, - 223, 1, 0, 0, 0, 3226, 3227, 5, 443, 0, 0, 3227, 3228, 5, 2, 0, 0, 3228, - 3229, 3, 220, 110, 0, 3229, 3230, 5, 3, 0, 0, 3230, 225, 1, 0, 0, 0, 3231, - 3232, 5, 249, 0, 0, 3232, 3233, 7, 16, 0, 0, 3233, 227, 1, 0, 0, 0, 3234, - 3239, 3, 230, 115, 0, 3235, 3236, 5, 6, 0, 0, 3236, 3238, 3, 230, 115, - 0, 3237, 3235, 1, 0, 0, 0, 3238, 3241, 1, 0, 0, 0, 3239, 3237, 1, 0, 0, - 0, 3239, 3240, 1, 0, 0, 0, 3240, 229, 1, 0, 0, 0, 3241, 3239, 1, 0, 0, - 0, 3242, 3243, 3, 610, 305, 0, 3243, 3250, 5, 105, 0, 0, 3244, 3251, 3, - 692, 346, 0, 3245, 3246, 5, 271, 0, 0, 3246, 3247, 5, 2, 0, 0, 3247, 3248, - 3, 692, 346, 0, 3248, 3249, 5, 3, 0, 0, 3249, 3251, 1, 0, 0, 0, 3250, 3244, - 1, 0, 0, 0, 3250, 3245, 1, 0, 0, 0, 3251, 231, 1, 0, 0, 0, 3252, 3253, - 5, 103, 0, 0, 3253, 3254, 5, 2, 0, 0, 3254, 3255, 3, 1172, 586, 0, 3255, - 3256, 5, 3, 0, 0, 3256, 233, 1, 0, 0, 0, 3257, 3266, 3, 236, 118, 0, 3258, - 3266, 3, 238, 119, 0, 3259, 3260, 3, 236, 118, 0, 3260, 3261, 3, 238, 119, - 0, 3261, 3266, 1, 0, 0, 0, 3262, 3263, 3, 238, 119, 0, 3263, 3264, 3, 236, - 118, 0, 3264, 3266, 1, 0, 0, 0, 3265, 3257, 1, 0, 0, 0, 3265, 3258, 1, - 0, 0, 0, 3265, 3259, 1, 0, 0, 0, 3265, 3262, 1, 0, 0, 0, 3266, 235, 1, - 0, 0, 0, 3267, 3268, 5, 80, 0, 0, 3268, 3269, 5, 362, 0, 0, 3269, 3270, - 3, 240, 120, 0, 3270, 237, 1, 0, 0, 0, 3271, 3272, 5, 80, 0, 0, 3272, 3273, - 5, 182, 0, 0, 3273, 3274, 3, 240, 120, 0, 3274, 239, 1, 0, 0, 0, 3275, - 3276, 5, 262, 0, 0, 3276, 3285, 5, 132, 0, 0, 3277, 3285, 5, 308, 0, 0, - 3278, 3285, 5, 150, 0, 0, 3279, 3280, 5, 326, 0, 0, 3280, 3282, 7, 17, - 0, 0, 3281, 3283, 3, 218, 109, 0, 3282, 3281, 1, 0, 0, 0, 3282, 3283, 1, - 0, 0, 0, 3283, 3285, 1, 0, 0, 0, 3284, 3275, 1, 0, 0, 0, 3284, 3277, 1, - 0, 0, 0, 3284, 3278, 1, 0, 0, 0, 3284, 3279, 1, 0, 0, 0, 3285, 241, 1, - 0, 0, 0, 3286, 3287, 5, 229, 0, 0, 3287, 3288, 5, 2, 0, 0, 3288, 3289, - 3, 1346, 673, 0, 3289, 3290, 5, 3, 0, 0, 3290, 243, 1, 0, 0, 0, 3291, 3292, - 3, 246, 123, 0, 3292, 245, 1, 0, 0, 0, 3293, 3294, 5, 278, 0, 0, 3294, - 3295, 5, 147, 0, 0, 3295, 3296, 3, 1384, 692, 0, 3296, 3297, 5, 2, 0, 0, - 3297, 3298, 3, 248, 124, 0, 3298, 3299, 5, 3, 0, 0, 3299, 247, 1, 0, 0, - 0, 3300, 3305, 3, 250, 125, 0, 3301, 3302, 5, 6, 0, 0, 3302, 3304, 3, 250, - 125, 0, 3303, 3301, 1, 0, 0, 0, 3304, 3307, 1, 0, 0, 0, 3305, 3303, 1, - 0, 0, 0, 3305, 3306, 1, 0, 0, 0, 3306, 249, 1, 0, 0, 0, 3307, 3305, 1, - 0, 0, 0, 3308, 3310, 3, 1384, 692, 0, 3309, 3311, 3, 616, 308, 0, 3310, - 3309, 1, 0, 0, 0, 3310, 3311, 1, 0, 0, 0, 3311, 3313, 1, 0, 0, 0, 3312, - 3314, 3, 618, 309, 0, 3313, 3312, 1, 0, 0, 0, 3313, 3314, 1, 0, 0, 0, 3314, - 3332, 1, 0, 0, 0, 3315, 3317, 3, 1224, 612, 0, 3316, 3318, 3, 616, 308, - 0, 3317, 3316, 1, 0, 0, 0, 3317, 3318, 1, 0, 0, 0, 3318, 3320, 1, 0, 0, - 0, 3319, 3321, 3, 618, 309, 0, 3320, 3319, 1, 0, 0, 0, 3320, 3321, 1, 0, - 0, 0, 3321, 3332, 1, 0, 0, 0, 3322, 3323, 5, 2, 0, 0, 3323, 3324, 3, 1172, - 586, 0, 3324, 3326, 5, 3, 0, 0, 3325, 3327, 3, 616, 308, 0, 3326, 3325, - 1, 0, 0, 0, 3326, 3327, 1, 0, 0, 0, 3327, 3329, 1, 0, 0, 0, 3328, 3330, - 3, 618, 309, 0, 3329, 3328, 1, 0, 0, 0, 3329, 3330, 1, 0, 0, 0, 3330, 3332, - 1, 0, 0, 0, 3331, 3308, 1, 0, 0, 0, 3331, 3315, 1, 0, 0, 0, 3331, 3322, - 1, 0, 0, 0, 3332, 251, 1, 0, 0, 0, 3333, 3334, 5, 100, 0, 0, 3334, 3335, - 3, 1352, 676, 0, 3335, 253, 1, 0, 0, 0, 3336, 3337, 5, 105, 0, 0, 3337, - 3341, 3, 116, 58, 0, 3338, 3339, 5, 372, 0, 0, 3339, 3341, 5, 270, 0, 0, - 3340, 3336, 1, 0, 0, 0, 3340, 3338, 1, 0, 0, 0, 3341, 255, 1, 0, 0, 0, - 3342, 3343, 5, 80, 0, 0, 3343, 3349, 5, 161, 0, 0, 3344, 3350, 5, 191, - 0, 0, 3345, 3346, 5, 182, 0, 0, 3346, 3350, 5, 313, 0, 0, 3347, 3348, 5, - 285, 0, 0, 3348, 3350, 5, 313, 0, 0, 3349, 3344, 1, 0, 0, 0, 3349, 3345, - 1, 0, 0, 0, 3349, 3347, 1, 0, 0, 0, 3350, 257, 1, 0, 0, 0, 3351, 3352, - 5, 344, 0, 0, 3352, 3353, 3, 1352, 676, 0, 3353, 259, 1, 0, 0, 0, 3354, - 3355, 5, 100, 0, 0, 3355, 3356, 5, 226, 0, 0, 3356, 3357, 5, 344, 0, 0, - 3357, 3358, 3, 1352, 676, 0, 3358, 261, 1, 0, 0, 0, 3359, 3360, 5, 100, - 0, 0, 3360, 3361, 5, 226, 0, 0, 3361, 3362, 3, 1352, 676, 0, 3362, 263, - 1, 0, 0, 0, 3363, 3364, 5, 46, 0, 0, 3364, 3368, 5, 335, 0, 0, 3365, 3366, - 5, 220, 0, 0, 3366, 3367, 5, 77, 0, 0, 3367, 3369, 5, 390, 0, 0, 3368, - 3365, 1, 0, 0, 0, 3368, 3369, 1, 0, 0, 0, 3369, 3370, 1, 0, 0, 0, 3370, - 3372, 3, 528, 264, 0, 3371, 3373, 3, 880, 440, 0, 3372, 3371, 1, 0, 0, - 0, 3372, 3373, 1, 0, 0, 0, 3373, 3374, 1, 0, 0, 0, 3374, 3375, 5, 80, 0, - 0, 3375, 3376, 3, 1290, 645, 0, 3376, 3377, 5, 64, 0, 0, 3377, 3378, 3, - 1066, 533, 0, 3378, 265, 1, 0, 0, 0, 3379, 3380, 5, 138, 0, 0, 3380, 3383, - 5, 335, 0, 0, 3381, 3382, 5, 220, 0, 0, 3382, 3384, 5, 390, 0, 0, 3383, - 3381, 1, 0, 0, 0, 3383, 3384, 1, 0, 0, 0, 3384, 3385, 1, 0, 0, 0, 3385, - 3386, 3, 528, 264, 0, 3386, 3387, 5, 326, 0, 0, 3387, 3388, 5, 335, 0, - 0, 3388, 3389, 3, 1376, 688, 0, 3389, 267, 1, 0, 0, 0, 3390, 3392, 5, 46, - 0, 0, 3391, 3393, 3, 174, 87, 0, 3392, 3391, 1, 0, 0, 0, 3392, 3393, 1, - 0, 0, 0, 3393, 3394, 1, 0, 0, 0, 3394, 3398, 5, 92, 0, 0, 3395, 3396, 5, - 220, 0, 0, 3396, 3397, 5, 77, 0, 0, 3397, 3399, 5, 390, 0, 0, 3398, 3395, - 1, 0, 0, 0, 3398, 3399, 1, 0, 0, 0, 3399, 3400, 1, 0, 0, 0, 3400, 3401, - 3, 270, 135, 0, 3401, 3402, 5, 36, 0, 0, 3402, 3404, 3, 970, 485, 0, 3403, - 3405, 3, 272, 136, 0, 3404, 3403, 1, 0, 0, 0, 3404, 3405, 1, 0, 0, 0, 3405, - 269, 1, 0, 0, 0, 3406, 3408, 3, 1348, 674, 0, 3407, 3409, 3, 218, 109, - 0, 3408, 3407, 1, 0, 0, 0, 3408, 3409, 1, 0, 0, 0, 3409, 3411, 1, 0, 0, - 0, 3410, 3412, 3, 252, 126, 0, 3411, 3410, 1, 0, 0, 0, 3411, 3412, 1, 0, - 0, 0, 3412, 3414, 1, 0, 0, 0, 3413, 3415, 3, 254, 127, 0, 3414, 3413, 1, - 0, 0, 0, 3414, 3415, 1, 0, 0, 0, 3415, 3417, 1, 0, 0, 0, 3416, 3418, 3, - 256, 128, 0, 3417, 3416, 1, 0, 0, 0, 3417, 3418, 1, 0, 0, 0, 3418, 3420, - 1, 0, 0, 0, 3419, 3421, 3, 258, 129, 0, 3420, 3419, 1, 0, 0, 0, 3420, 3421, - 1, 0, 0, 0, 3421, 271, 1, 0, 0, 0, 3422, 3426, 5, 105, 0, 0, 3423, 3427, - 5, 174, 0, 0, 3424, 3425, 5, 262, 0, 0, 3425, 3427, 5, 174, 0, 0, 3426, - 3423, 1, 0, 0, 0, 3426, 3424, 1, 0, 0, 0, 3427, 273, 1, 0, 0, 0, 3428, - 3430, 5, 46, 0, 0, 3429, 3431, 3, 278, 139, 0, 3430, 3429, 1, 0, 0, 0, - 3430, 3431, 1, 0, 0, 0, 3431, 3432, 1, 0, 0, 0, 3432, 3433, 5, 251, 0, - 0, 3433, 3437, 5, 369, 0, 0, 3434, 3435, 5, 220, 0, 0, 3435, 3436, 5, 77, - 0, 0, 3436, 3438, 5, 390, 0, 0, 3437, 3434, 1, 0, 0, 0, 3437, 3438, 1, - 0, 0, 0, 3438, 3439, 1, 0, 0, 0, 3439, 3440, 3, 276, 138, 0, 3440, 3441, - 5, 36, 0, 0, 3441, 3443, 3, 970, 485, 0, 3442, 3444, 3, 272, 136, 0, 3443, - 3442, 1, 0, 0, 0, 3443, 3444, 1, 0, 0, 0, 3444, 275, 1, 0, 0, 0, 3445, - 3447, 3, 1348, 674, 0, 3446, 3448, 3, 218, 109, 0, 3447, 3446, 1, 0, 0, - 0, 3447, 3448, 1, 0, 0, 0, 3448, 3450, 1, 0, 0, 0, 3449, 3451, 3, 252, - 126, 0, 3450, 3449, 1, 0, 0, 0, 3450, 3451, 1, 0, 0, 0, 3451, 3453, 1, - 0, 0, 0, 3452, 3454, 3, 118, 59, 0, 3453, 3452, 1, 0, 0, 0, 3453, 3454, - 1, 0, 0, 0, 3454, 3456, 1, 0, 0, 0, 3455, 3457, 3, 258, 129, 0, 3456, 3455, - 1, 0, 0, 0, 3456, 3457, 1, 0, 0, 0, 3457, 277, 1, 0, 0, 0, 3458, 3459, - 5, 360, 0, 0, 3459, 279, 1, 0, 0, 0, 3460, 3461, 5, 298, 0, 0, 3461, 3462, - 5, 251, 0, 0, 3462, 3464, 5, 369, 0, 0, 3463, 3465, 3, 600, 300, 0, 3464, - 3463, 1, 0, 0, 0, 3464, 3465, 1, 0, 0, 0, 3465, 3466, 1, 0, 0, 0, 3466, - 3468, 3, 1348, 674, 0, 3467, 3469, 3, 272, 136, 0, 3468, 3467, 1, 0, 0, - 0, 3468, 3469, 1, 0, 0, 0, 3469, 281, 1, 0, 0, 0, 3470, 3472, 5, 46, 0, - 0, 3471, 3473, 3, 174, 87, 0, 3472, 3471, 1, 0, 0, 0, 3472, 3473, 1, 0, - 0, 0, 3473, 3474, 1, 0, 0, 0, 3474, 3478, 5, 321, 0, 0, 3475, 3476, 5, - 220, 0, 0, 3476, 3477, 5, 77, 0, 0, 3477, 3479, 5, 390, 0, 0, 3478, 3475, - 1, 0, 0, 0, 3478, 3479, 1, 0, 0, 0, 3479, 3480, 1, 0, 0, 0, 3480, 3482, - 3, 1348, 674, 0, 3481, 3483, 3, 286, 143, 0, 3482, 3481, 1, 0, 0, 0, 3482, - 3483, 1, 0, 0, 0, 3483, 283, 1, 0, 0, 0, 3484, 3485, 5, 138, 0, 0, 3485, - 3488, 5, 321, 0, 0, 3486, 3487, 5, 220, 0, 0, 3487, 3489, 5, 390, 0, 0, - 3488, 3486, 1, 0, 0, 0, 3488, 3489, 1, 0, 0, 0, 3489, 3490, 1, 0, 0, 0, - 3490, 3491, 3, 1348, 674, 0, 3491, 3492, 3, 290, 145, 0, 3492, 285, 1, - 0, 0, 0, 3493, 3494, 3, 290, 145, 0, 3494, 287, 1, 0, 0, 0, 3495, 3496, - 5, 2, 0, 0, 3496, 3497, 3, 290, 145, 0, 3497, 3498, 5, 3, 0, 0, 3498, 289, - 1, 0, 0, 0, 3499, 3501, 3, 292, 146, 0, 3500, 3499, 1, 0, 0, 0, 3501, 3502, - 1, 0, 0, 0, 3502, 3500, 1, 0, 0, 0, 3502, 3503, 1, 0, 0, 0, 3503, 291, - 1, 0, 0, 0, 3504, 3505, 5, 36, 0, 0, 3505, 3541, 3, 1132, 566, 0, 3506, - 3507, 5, 148, 0, 0, 3507, 3541, 3, 296, 148, 0, 3508, 3541, 5, 173, 0, - 0, 3509, 3511, 5, 225, 0, 0, 3510, 3512, 3, 294, 147, 0, 3511, 3510, 1, - 0, 0, 0, 3511, 3512, 1, 0, 0, 0, 3512, 3513, 1, 0, 0, 0, 3513, 3541, 3, - 296, 148, 0, 3514, 3541, 5, 441, 0, 0, 3515, 3516, 5, 252, 0, 0, 3516, - 3541, 3, 296, 148, 0, 3517, 3518, 5, 255, 0, 0, 3518, 3541, 3, 296, 148, - 0, 3519, 3520, 5, 262, 0, 0, 3520, 3541, 7, 18, 0, 0, 3521, 3522, 5, 274, - 0, 0, 3522, 3523, 5, 147, 0, 0, 3523, 3541, 3, 528, 264, 0, 3524, 3525, - 5, 321, 0, 0, 3525, 3526, 5, 259, 0, 0, 3526, 3541, 3, 528, 264, 0, 3527, - 3529, 5, 333, 0, 0, 3528, 3530, 3, 16, 8, 0, 3529, 3528, 1, 0, 0, 0, 3529, - 3530, 1, 0, 0, 0, 3530, 3531, 1, 0, 0, 0, 3531, 3541, 3, 296, 148, 0, 3532, - 3534, 5, 307, 0, 0, 3533, 3535, 3, 16, 8, 0, 3534, 3533, 1, 0, 0, 0, 3534, - 3535, 1, 0, 0, 0, 3535, 3537, 1, 0, 0, 0, 3536, 3538, 3, 296, 148, 0, 3537, - 3536, 1, 0, 0, 0, 3537, 3538, 1, 0, 0, 0, 3538, 3541, 1, 0, 0, 0, 3539, - 3541, 5, 360, 0, 0, 3540, 3504, 1, 0, 0, 0, 3540, 3506, 1, 0, 0, 0, 3540, - 3508, 1, 0, 0, 0, 3540, 3509, 1, 0, 0, 0, 3540, 3514, 1, 0, 0, 0, 3540, - 3515, 1, 0, 0, 0, 3540, 3517, 1, 0, 0, 0, 3540, 3519, 1, 0, 0, 0, 3540, - 3521, 1, 0, 0, 0, 3540, 3524, 1, 0, 0, 0, 3540, 3527, 1, 0, 0, 0, 3540, - 3532, 1, 0, 0, 0, 3540, 3539, 1, 0, 0, 0, 3541, 293, 1, 0, 0, 0, 3542, - 3543, 5, 147, 0, 0, 3543, 295, 1, 0, 0, 0, 3544, 3551, 3, 1366, 683, 0, - 3545, 3546, 5, 12, 0, 0, 3546, 3551, 3, 1366, 683, 0, 3547, 3548, 5, 13, - 0, 0, 3548, 3551, 3, 1366, 683, 0, 3549, 3551, 3, 1376, 688, 0, 3550, 3544, - 1, 0, 0, 0, 3550, 3545, 1, 0, 0, 0, 3550, 3547, 1, 0, 0, 0, 3550, 3549, - 1, 0, 0, 0, 3551, 297, 1, 0, 0, 0, 3552, 3557, 3, 296, 148, 0, 3553, 3554, - 5, 6, 0, 0, 3554, 3556, 3, 296, 148, 0, 3555, 3553, 1, 0, 0, 0, 3556, 3559, - 1, 0, 0, 0, 3557, 3555, 1, 0, 0, 0, 3557, 3558, 1, 0, 0, 0, 3558, 299, - 1, 0, 0, 0, 3559, 3557, 1, 0, 0, 0, 3560, 3562, 5, 46, 0, 0, 3561, 3563, - 3, 626, 313, 0, 3562, 3561, 1, 0, 0, 0, 3562, 3563, 1, 0, 0, 0, 3563, 3565, - 1, 0, 0, 0, 3564, 3566, 3, 302, 151, 0, 3565, 3564, 1, 0, 0, 0, 3565, 3566, - 1, 0, 0, 0, 3566, 3568, 1, 0, 0, 0, 3567, 3569, 3, 312, 156, 0, 3568, 3567, - 1, 0, 0, 0, 3568, 3569, 1, 0, 0, 0, 3569, 3570, 1, 0, 0, 0, 3570, 3571, - 5, 238, 0, 0, 3571, 3580, 3, 1352, 676, 0, 3572, 3573, 5, 215, 0, 0, 3573, - 3575, 3, 304, 152, 0, 3574, 3576, 3, 306, 153, 0, 3575, 3574, 1, 0, 0, - 0, 3575, 3576, 1, 0, 0, 0, 3576, 3578, 1, 0, 0, 0, 3577, 3579, 3, 310, - 155, 0, 3578, 3577, 1, 0, 0, 0, 3578, 3579, 1, 0, 0, 0, 3579, 3581, 1, - 0, 0, 0, 3580, 3572, 1, 0, 0, 0, 3580, 3581, 1, 0, 0, 0, 3581, 301, 1, - 0, 0, 0, 3582, 3583, 5, 352, 0, 0, 3583, 303, 1, 0, 0, 0, 3584, 3586, 3, - 1352, 676, 0, 3585, 3587, 3, 530, 265, 0, 3586, 3585, 1, 0, 0, 0, 3586, - 3587, 1, 0, 0, 0, 3587, 305, 1, 0, 0, 0, 3588, 3589, 5, 230, 0, 0, 3589, - 3590, 3, 304, 152, 0, 3590, 307, 1, 0, 0, 0, 3591, 3592, 5, 366, 0, 0, - 3592, 3596, 3, 304, 152, 0, 3593, 3594, 5, 262, 0, 0, 3594, 3596, 5, 366, - 0, 0, 3595, 3591, 1, 0, 0, 0, 3595, 3593, 1, 0, 0, 0, 3596, 309, 1, 0, - 0, 0, 3597, 3598, 3, 308, 154, 0, 3598, 311, 1, 0, 0, 0, 3599, 3600, 5, - 288, 0, 0, 3600, 313, 1, 0, 0, 0, 3601, 3602, 5, 46, 0, 0, 3602, 3603, - 5, 344, 0, 0, 3603, 3605, 3, 1352, 676, 0, 3604, 3606, 3, 316, 158, 0, - 3605, 3604, 1, 0, 0, 0, 3605, 3606, 1, 0, 0, 0, 3606, 3607, 1, 0, 0, 0, - 3607, 3608, 5, 246, 0, 0, 3608, 3610, 3, 1370, 685, 0, 3609, 3611, 3, 118, - 59, 0, 3610, 3609, 1, 0, 0, 0, 3610, 3611, 1, 0, 0, 0, 3611, 315, 1, 0, - 0, 0, 3612, 3613, 5, 275, 0, 0, 3613, 3614, 3, 1380, 690, 0, 3614, 317, - 1, 0, 0, 0, 3615, 3616, 5, 191, 0, 0, 3616, 3619, 5, 344, 0, 0, 3617, 3618, - 5, 220, 0, 0, 3618, 3620, 5, 390, 0, 0, 3619, 3617, 1, 0, 0, 0, 3619, 3620, - 1, 0, 0, 0, 3620, 3621, 1, 0, 0, 0, 3621, 3622, 3, 1352, 676, 0, 3622, - 319, 1, 0, 0, 0, 3623, 3624, 5, 46, 0, 0, 3624, 3628, 5, 204, 0, 0, 3625, - 3626, 5, 220, 0, 0, 3626, 3627, 5, 77, 0, 0, 3627, 3629, 5, 390, 0, 0, - 3628, 3625, 1, 0, 0, 0, 3628, 3629, 1, 0, 0, 0, 3629, 3630, 1, 0, 0, 0, - 3630, 3632, 3, 1352, 676, 0, 3631, 3633, 3, 16, 8, 0, 3632, 3631, 1, 0, - 0, 0, 3632, 3633, 1, 0, 0, 0, 3633, 3634, 1, 0, 0, 0, 3634, 3635, 3, 322, - 161, 0, 3635, 321, 1, 0, 0, 0, 3636, 3638, 3, 324, 162, 0, 3637, 3636, - 1, 0, 0, 0, 3638, 3641, 1, 0, 0, 0, 3639, 3637, 1, 0, 0, 0, 3639, 3640, - 1, 0, 0, 0, 3640, 323, 1, 0, 0, 0, 3641, 3639, 1, 0, 0, 0, 3642, 3643, - 5, 316, 0, 0, 3643, 3650, 3, 1352, 676, 0, 3644, 3645, 5, 368, 0, 0, 3645, - 3650, 3, 72, 36, 0, 3646, 3647, 5, 64, 0, 0, 3647, 3650, 3, 72, 36, 0, - 3648, 3650, 5, 150, 0, 0, 3649, 3642, 1, 0, 0, 0, 3649, 3644, 1, 0, 0, - 0, 3649, 3646, 1, 0, 0, 0, 3649, 3648, 1, 0, 0, 0, 3650, 325, 1, 0, 0, - 0, 3651, 3652, 5, 138, 0, 0, 3652, 3653, 5, 204, 0, 0, 3653, 3654, 3, 1352, - 676, 0, 3654, 3655, 5, 362, 0, 0, 3655, 3656, 3, 328, 164, 0, 3656, 327, - 1, 0, 0, 0, 3657, 3659, 3, 330, 165, 0, 3658, 3657, 1, 0, 0, 0, 3659, 3662, - 1, 0, 0, 0, 3660, 3658, 1, 0, 0, 0, 3660, 3661, 1, 0, 0, 0, 3661, 329, - 1, 0, 0, 0, 3662, 3660, 1, 0, 0, 0, 3663, 3664, 5, 94, 0, 0, 3664, 3665, - 3, 72, 36, 0, 3665, 331, 1, 0, 0, 0, 3666, 3667, 5, 138, 0, 0, 3667, 3668, - 5, 204, 0, 0, 3668, 3669, 3, 1352, 676, 0, 3669, 3670, 3, 40, 20, 0, 3670, - 3671, 3, 520, 260, 0, 3671, 3672, 3, 1352, 676, 0, 3672, 3771, 1, 0, 0, - 0, 3673, 3674, 5, 138, 0, 0, 3674, 3675, 5, 204, 0, 0, 3675, 3676, 3, 1352, - 676, 0, 3676, 3677, 3, 40, 20, 0, 3677, 3678, 3, 518, 259, 0, 3678, 3679, - 3, 528, 264, 0, 3679, 3771, 1, 0, 0, 0, 3680, 3681, 5, 138, 0, 0, 3681, - 3682, 5, 204, 0, 0, 3682, 3683, 3, 1352, 676, 0, 3683, 3684, 3, 40, 20, - 0, 3684, 3685, 5, 136, 0, 0, 3685, 3686, 3, 658, 329, 0, 3686, 3771, 1, - 0, 0, 0, 3687, 3688, 5, 138, 0, 0, 3688, 3689, 5, 204, 0, 0, 3689, 3690, - 3, 1352, 676, 0, 3690, 3691, 3, 40, 20, 0, 3691, 3692, 5, 41, 0, 0, 3692, - 3693, 5, 2, 0, 0, 3693, 3694, 3, 1128, 564, 0, 3694, 3695, 5, 36, 0, 0, - 3695, 3696, 3, 1128, 564, 0, 3696, 3697, 5, 3, 0, 0, 3697, 3771, 1, 0, - 0, 0, 3698, 3699, 5, 138, 0, 0, 3699, 3700, 5, 204, 0, 0, 3700, 3701, 3, - 1352, 676, 0, 3701, 3702, 3, 40, 20, 0, 3702, 3703, 5, 189, 0, 0, 3703, - 3704, 3, 1128, 564, 0, 3704, 3771, 1, 0, 0, 0, 3705, 3706, 5, 138, 0, 0, - 3706, 3707, 5, 204, 0, 0, 3707, 3708, 3, 1352, 676, 0, 3708, 3709, 3, 40, - 20, 0, 3709, 3710, 5, 211, 0, 0, 3710, 3711, 3, 634, 317, 0, 3711, 3771, - 1, 0, 0, 0, 3712, 3713, 5, 138, 0, 0, 3713, 3714, 5, 204, 0, 0, 3714, 3715, - 3, 1352, 676, 0, 3715, 3716, 3, 40, 20, 0, 3716, 3717, 5, 271, 0, 0, 3717, - 3718, 3, 696, 348, 0, 3718, 3771, 1, 0, 0, 0, 3719, 3720, 5, 138, 0, 0, - 3720, 3721, 5, 204, 0, 0, 3721, 3722, 3, 1352, 676, 0, 3722, 3723, 3, 40, - 20, 0, 3723, 3724, 5, 271, 0, 0, 3724, 3725, 5, 156, 0, 0, 3725, 3726, - 3, 528, 264, 0, 3726, 3727, 5, 100, 0, 0, 3727, 3728, 3, 1352, 676, 0, - 3728, 3771, 1, 0, 0, 0, 3729, 3730, 5, 138, 0, 0, 3730, 3731, 5, 204, 0, - 0, 3731, 3732, 3, 1352, 676, 0, 3732, 3733, 3, 40, 20, 0, 3733, 3734, 5, - 271, 0, 0, 3734, 3735, 5, 206, 0, 0, 3735, 3736, 3, 528, 264, 0, 3736, - 3737, 5, 100, 0, 0, 3737, 3738, 3, 1352, 676, 0, 3738, 3771, 1, 0, 0, 0, - 3739, 3740, 5, 138, 0, 0, 3740, 3741, 5, 204, 0, 0, 3741, 3742, 3, 1352, - 676, 0, 3742, 3743, 3, 40, 20, 0, 3743, 3744, 5, 289, 0, 0, 3744, 3745, - 3, 634, 317, 0, 3745, 3771, 1, 0, 0, 0, 3746, 3747, 5, 138, 0, 0, 3747, - 3748, 5, 204, 0, 0, 3748, 3749, 3, 1352, 676, 0, 3749, 3750, 3, 40, 20, - 0, 3750, 3751, 5, 444, 0, 0, 3751, 3752, 3, 634, 317, 0, 3752, 3771, 1, - 0, 0, 0, 3753, 3754, 5, 138, 0, 0, 3754, 3755, 5, 204, 0, 0, 3755, 3756, - 3, 1352, 676, 0, 3756, 3757, 3, 40, 20, 0, 3757, 3758, 5, 445, 0, 0, 3758, - 3759, 5, 62, 0, 0, 3759, 3760, 3, 1128, 564, 0, 3760, 3761, 5, 238, 0, - 0, 3761, 3762, 3, 1352, 676, 0, 3762, 3771, 1, 0, 0, 0, 3763, 3764, 5, - 138, 0, 0, 3764, 3765, 5, 204, 0, 0, 3765, 3766, 3, 1352, 676, 0, 3766, - 3767, 3, 40, 20, 0, 3767, 3768, 5, 353, 0, 0, 3768, 3769, 3, 1128, 564, - 0, 3769, 3771, 1, 0, 0, 0, 3770, 3666, 1, 0, 0, 0, 3770, 3673, 1, 0, 0, - 0, 3770, 3680, 1, 0, 0, 0, 3770, 3687, 1, 0, 0, 0, 3770, 3698, 1, 0, 0, - 0, 3770, 3705, 1, 0, 0, 0, 3770, 3712, 1, 0, 0, 0, 3770, 3719, 1, 0, 0, - 0, 3770, 3729, 1, 0, 0, 0, 3770, 3739, 1, 0, 0, 0, 3770, 3746, 1, 0, 0, - 0, 3770, 3753, 1, 0, 0, 0, 3770, 3763, 1, 0, 0, 0, 3771, 333, 1, 0, 0, - 0, 3772, 3773, 5, 46, 0, 0, 3773, 3774, 5, 63, 0, 0, 3774, 3775, 5, 174, - 0, 0, 3775, 3776, 5, 374, 0, 0, 3776, 3778, 3, 1352, 676, 0, 3777, 3779, - 3, 340, 170, 0, 3778, 3777, 1, 0, 0, 0, 3778, 3779, 1, 0, 0, 0, 3779, 3781, - 1, 0, 0, 0, 3780, 3782, 3, 344, 172, 0, 3781, 3780, 1, 0, 0, 0, 3781, 3782, - 1, 0, 0, 0, 3782, 335, 1, 0, 0, 0, 3783, 3784, 5, 215, 0, 0, 3784, 3792, - 3, 304, 152, 0, 3785, 3786, 5, 262, 0, 0, 3786, 3792, 5, 215, 0, 0, 3787, - 3788, 5, 366, 0, 0, 3788, 3792, 3, 304, 152, 0, 3789, 3790, 5, 262, 0, - 0, 3790, 3792, 5, 366, 0, 0, 3791, 3783, 1, 0, 0, 0, 3791, 3785, 1, 0, - 0, 0, 3791, 3787, 1, 0, 0, 0, 3791, 3789, 1, 0, 0, 0, 3792, 337, 1, 0, - 0, 0, 3793, 3795, 3, 336, 168, 0, 3794, 3793, 1, 0, 0, 0, 3795, 3796, 1, - 0, 0, 0, 3796, 3794, 1, 0, 0, 0, 3796, 3797, 1, 0, 0, 0, 3797, 339, 1, - 0, 0, 0, 3798, 3799, 3, 338, 169, 0, 3799, 341, 1, 0, 0, 0, 3800, 3801, - 5, 138, 0, 0, 3801, 3802, 5, 63, 0, 0, 3802, 3803, 5, 174, 0, 0, 3803, - 3804, 5, 374, 0, 0, 3804, 3806, 3, 1352, 676, 0, 3805, 3807, 3, 340, 170, - 0, 3806, 3805, 1, 0, 0, 0, 3806, 3807, 1, 0, 0, 0, 3807, 3808, 1, 0, 0, - 0, 3808, 3809, 3, 348, 174, 0, 3809, 3818, 1, 0, 0, 0, 3810, 3811, 5, 138, - 0, 0, 3811, 3812, 5, 63, 0, 0, 3812, 3813, 5, 174, 0, 0, 3813, 3814, 5, - 374, 0, 0, 3814, 3815, 3, 1352, 676, 0, 3815, 3816, 3, 338, 169, 0, 3816, - 3818, 1, 0, 0, 0, 3817, 3800, 1, 0, 0, 0, 3817, 3810, 1, 0, 0, 0, 3818, - 343, 1, 0, 0, 0, 3819, 3820, 5, 273, 0, 0, 3820, 3821, 5, 2, 0, 0, 3821, - 3822, 3, 346, 173, 0, 3822, 3823, 5, 3, 0, 0, 3823, 345, 1, 0, 0, 0, 3824, - 3829, 3, 354, 177, 0, 3825, 3826, 5, 6, 0, 0, 3826, 3828, 3, 354, 177, - 0, 3827, 3825, 1, 0, 0, 0, 3828, 3831, 1, 0, 0, 0, 3829, 3827, 1, 0, 0, - 0, 3829, 3830, 1, 0, 0, 0, 3830, 347, 1, 0, 0, 0, 3831, 3829, 1, 0, 0, - 0, 3832, 3833, 5, 273, 0, 0, 3833, 3834, 5, 2, 0, 0, 3834, 3835, 3, 350, - 175, 0, 3835, 3836, 5, 3, 0, 0, 3836, 349, 1, 0, 0, 0, 3837, 3842, 3, 352, - 176, 0, 3838, 3839, 5, 6, 0, 0, 3839, 3841, 3, 352, 176, 0, 3840, 3838, - 1, 0, 0, 0, 3841, 3844, 1, 0, 0, 0, 3842, 3840, 1, 0, 0, 0, 3842, 3843, - 1, 0, 0, 0, 3843, 351, 1, 0, 0, 0, 3844, 3842, 1, 0, 0, 0, 3845, 3853, - 3, 354, 177, 0, 3846, 3847, 5, 326, 0, 0, 3847, 3853, 3, 354, 177, 0, 3848, - 3849, 5, 133, 0, 0, 3849, 3853, 3, 354, 177, 0, 3850, 3851, 5, 191, 0, - 0, 3851, 3853, 3, 356, 178, 0, 3852, 3845, 1, 0, 0, 0, 3852, 3846, 1, 0, - 0, 0, 3852, 3848, 1, 0, 0, 0, 3852, 3850, 1, 0, 0, 0, 3853, 353, 1, 0, - 0, 0, 3854, 3855, 3, 356, 178, 0, 3855, 3856, 3, 358, 179, 0, 3856, 355, - 1, 0, 0, 0, 3857, 3858, 3, 1392, 696, 0, 3858, 357, 1, 0, 0, 0, 3859, 3860, - 3, 1370, 685, 0, 3860, 359, 1, 0, 0, 0, 3861, 3862, 5, 46, 0, 0, 3862, - 3863, 5, 324, 0, 0, 3863, 3865, 3, 1352, 676, 0, 3864, 3866, 3, 362, 181, - 0, 3865, 3864, 1, 0, 0, 0, 3865, 3866, 1, 0, 0, 0, 3866, 3868, 1, 0, 0, - 0, 3867, 3869, 3, 366, 183, 0, 3868, 3867, 1, 0, 0, 0, 3868, 3869, 1, 0, - 0, 0, 3869, 3870, 1, 0, 0, 0, 3870, 3871, 5, 63, 0, 0, 3871, 3872, 5, 174, - 0, 0, 3872, 3873, 5, 374, 0, 0, 3873, 3875, 3, 1352, 676, 0, 3874, 3876, - 3, 344, 172, 0, 3875, 3874, 1, 0, 0, 0, 3875, 3876, 1, 0, 0, 0, 3876, 3897, - 1, 0, 0, 0, 3877, 3878, 5, 46, 0, 0, 3878, 3879, 5, 324, 0, 0, 3879, 3880, - 5, 220, 0, 0, 3880, 3881, 5, 77, 0, 0, 3881, 3882, 5, 390, 0, 0, 3882, - 3884, 3, 1352, 676, 0, 3883, 3885, 3, 362, 181, 0, 3884, 3883, 1, 0, 0, - 0, 3884, 3885, 1, 0, 0, 0, 3885, 3887, 1, 0, 0, 0, 3886, 3888, 3, 366, - 183, 0, 3887, 3886, 1, 0, 0, 0, 3887, 3888, 1, 0, 0, 0, 3888, 3889, 1, - 0, 0, 0, 3889, 3890, 5, 63, 0, 0, 3890, 3891, 5, 174, 0, 0, 3891, 3892, - 5, 374, 0, 0, 3892, 3894, 3, 1352, 676, 0, 3893, 3895, 3, 344, 172, 0, - 3894, 3893, 1, 0, 0, 0, 3894, 3895, 1, 0, 0, 0, 3895, 3897, 1, 0, 0, 0, - 3896, 3861, 1, 0, 0, 0, 3896, 3877, 1, 0, 0, 0, 3897, 361, 1, 0, 0, 0, - 3898, 3899, 5, 353, 0, 0, 3899, 3900, 3, 1370, 685, 0, 3900, 363, 1, 0, - 0, 0, 3901, 3904, 5, 368, 0, 0, 3902, 3905, 3, 1370, 685, 0, 3903, 3905, - 5, 78, 0, 0, 3904, 3902, 1, 0, 0, 0, 3904, 3903, 1, 0, 0, 0, 3905, 365, - 1, 0, 0, 0, 3906, 3907, 3, 364, 182, 0, 3907, 367, 1, 0, 0, 0, 3908, 3909, - 5, 138, 0, 0, 3909, 3910, 5, 324, 0, 0, 3910, 3916, 3, 1352, 676, 0, 3911, - 3917, 3, 348, 174, 0, 3912, 3914, 3, 364, 182, 0, 3913, 3915, 3, 348, 174, - 0, 3914, 3913, 1, 0, 0, 0, 3914, 3915, 1, 0, 0, 0, 3915, 3917, 1, 0, 0, - 0, 3916, 3911, 1, 0, 0, 0, 3916, 3912, 1, 0, 0, 0, 3917, 369, 1, 0, 0, - 0, 3918, 3919, 5, 46, 0, 0, 3919, 3920, 5, 63, 0, 0, 3920, 3921, 5, 92, - 0, 0, 3921, 3922, 3, 1348, 674, 0, 3922, 3924, 5, 2, 0, 0, 3923, 3925, - 3, 176, 88, 0, 3924, 3923, 1, 0, 0, 0, 3924, 3925, 1, 0, 0, 0, 3925, 3926, - 1, 0, 0, 0, 3926, 3928, 5, 3, 0, 0, 3927, 3929, 3, 242, 121, 0, 3928, 3927, - 1, 0, 0, 0, 3928, 3929, 1, 0, 0, 0, 3929, 3930, 1, 0, 0, 0, 3930, 3931, - 5, 324, 0, 0, 3931, 3933, 3, 1352, 676, 0, 3932, 3934, 3, 344, 172, 0, - 3933, 3932, 1, 0, 0, 0, 3933, 3934, 1, 0, 0, 0, 3934, 3991, 1, 0, 0, 0, - 3935, 3936, 5, 46, 0, 0, 3936, 3937, 5, 63, 0, 0, 3937, 3938, 5, 92, 0, - 0, 3938, 3939, 5, 220, 0, 0, 3939, 3940, 5, 77, 0, 0, 3940, 3941, 5, 390, - 0, 0, 3941, 3942, 3, 1348, 674, 0, 3942, 3944, 5, 2, 0, 0, 3943, 3945, - 3, 176, 88, 0, 3944, 3943, 1, 0, 0, 0, 3944, 3945, 1, 0, 0, 0, 3945, 3946, - 1, 0, 0, 0, 3946, 3948, 5, 3, 0, 0, 3947, 3949, 3, 242, 121, 0, 3948, 3947, - 1, 0, 0, 0, 3948, 3949, 1, 0, 0, 0, 3949, 3950, 1, 0, 0, 0, 3950, 3951, - 5, 324, 0, 0, 3951, 3953, 3, 1352, 676, 0, 3952, 3954, 3, 344, 172, 0, - 3953, 3952, 1, 0, 0, 0, 3953, 3954, 1, 0, 0, 0, 3954, 3991, 1, 0, 0, 0, - 3955, 3956, 5, 46, 0, 0, 3956, 3957, 5, 63, 0, 0, 3957, 3958, 5, 92, 0, - 0, 3958, 3959, 3, 1348, 674, 0, 3959, 3960, 5, 278, 0, 0, 3960, 3961, 5, - 268, 0, 0, 3961, 3963, 3, 1348, 674, 0, 3962, 3964, 3, 178, 89, 0, 3963, - 3962, 1, 0, 0, 0, 3963, 3964, 1, 0, 0, 0, 3964, 3965, 1, 0, 0, 0, 3965, - 3966, 3, 128, 64, 0, 3966, 3967, 5, 324, 0, 0, 3967, 3969, 3, 1352, 676, - 0, 3968, 3970, 3, 344, 172, 0, 3969, 3968, 1, 0, 0, 0, 3969, 3970, 1, 0, - 0, 0, 3970, 3991, 1, 0, 0, 0, 3971, 3972, 5, 46, 0, 0, 3972, 3973, 5, 63, - 0, 0, 3973, 3974, 5, 92, 0, 0, 3974, 3975, 5, 220, 0, 0, 3975, 3976, 5, - 77, 0, 0, 3976, 3977, 5, 390, 0, 0, 3977, 3978, 3, 1348, 674, 0, 3978, - 3979, 5, 278, 0, 0, 3979, 3980, 5, 268, 0, 0, 3980, 3982, 3, 1348, 674, - 0, 3981, 3983, 3, 178, 89, 0, 3982, 3981, 1, 0, 0, 0, 3982, 3983, 1, 0, - 0, 0, 3983, 3984, 1, 0, 0, 0, 3984, 3985, 3, 128, 64, 0, 3985, 3986, 5, - 324, 0, 0, 3986, 3988, 3, 1352, 676, 0, 3987, 3989, 3, 344, 172, 0, 3988, - 3987, 1, 0, 0, 0, 3988, 3989, 1, 0, 0, 0, 3989, 3991, 1, 0, 0, 0, 3990, - 3918, 1, 0, 0, 0, 3990, 3935, 1, 0, 0, 0, 3990, 3955, 1, 0, 0, 0, 3990, - 3971, 1, 0, 0, 0, 3991, 371, 1, 0, 0, 0, 3992, 3993, 5, 446, 0, 0, 3993, - 3994, 5, 63, 0, 0, 3994, 3995, 5, 316, 0, 0, 3995, 3997, 3, 1352, 676, - 0, 3996, 3998, 3, 376, 188, 0, 3997, 3996, 1, 0, 0, 0, 3997, 3998, 1, 0, - 0, 0, 3998, 3999, 1, 0, 0, 0, 3999, 4000, 5, 64, 0, 0, 4000, 4001, 5, 324, - 0, 0, 4001, 4002, 3, 1352, 676, 0, 4002, 4003, 5, 71, 0, 0, 4003, 4005, - 3, 1352, 676, 0, 4004, 4006, 3, 344, 172, 0, 4005, 4004, 1, 0, 0, 0, 4005, - 4006, 1, 0, 0, 0, 4006, 373, 1, 0, 0, 0, 4007, 4008, 5, 74, 0, 0, 4008, - 4011, 5, 94, 0, 0, 4009, 4011, 5, 59, 0, 0, 4010, 4007, 1, 0, 0, 0, 4010, - 4009, 1, 0, 0, 0, 4011, 375, 1, 0, 0, 0, 4012, 4013, 3, 374, 187, 0, 4013, - 4014, 5, 2, 0, 0, 4014, 4015, 3, 1086, 543, 0, 4015, 4016, 5, 3, 0, 0, - 4016, 377, 1, 0, 0, 0, 4017, 4018, 5, 46, 0, 0, 4018, 4019, 5, 99, 0, 0, - 4019, 4020, 5, 248, 0, 0, 4020, 4021, 5, 62, 0, 0, 4021, 4022, 3, 380, - 190, 0, 4022, 4023, 5, 324, 0, 0, 4023, 4025, 3, 1352, 676, 0, 4024, 4026, - 3, 344, 172, 0, 4025, 4024, 1, 0, 0, 0, 4025, 4026, 1, 0, 0, 0, 4026, 4041, - 1, 0, 0, 0, 4027, 4028, 5, 46, 0, 0, 4028, 4029, 5, 99, 0, 0, 4029, 4030, - 5, 248, 0, 0, 4030, 4031, 5, 220, 0, 0, 4031, 4032, 5, 77, 0, 0, 4032, - 4033, 5, 390, 0, 0, 4033, 4034, 5, 62, 0, 0, 4034, 4035, 3, 380, 190, 0, - 4035, 4036, 5, 324, 0, 0, 4036, 4038, 3, 1352, 676, 0, 4037, 4039, 3, 344, - 172, 0, 4038, 4037, 1, 0, 0, 0, 4038, 4039, 1, 0, 0, 0, 4039, 4041, 1, - 0, 0, 0, 4040, 4017, 1, 0, 0, 0, 4040, 4027, 1, 0, 0, 0, 4041, 379, 1, - 0, 0, 0, 4042, 4045, 3, 1380, 690, 0, 4043, 4045, 5, 99, 0, 0, 4044, 4042, - 1, 0, 0, 0, 4044, 4043, 1, 0, 0, 0, 4045, 381, 1, 0, 0, 0, 4046, 4047, - 5, 191, 0, 0, 4047, 4048, 5, 99, 0, 0, 4048, 4049, 5, 248, 0, 0, 4049, - 4050, 5, 62, 0, 0, 4050, 4051, 3, 380, 190, 0, 4051, 4052, 5, 324, 0, 0, - 4052, 4053, 3, 1352, 676, 0, 4053, 4065, 1, 0, 0, 0, 4054, 4055, 5, 191, - 0, 0, 4055, 4056, 5, 99, 0, 0, 4056, 4057, 5, 248, 0, 0, 4057, 4058, 5, - 220, 0, 0, 4058, 4059, 5, 390, 0, 0, 4059, 4060, 5, 62, 0, 0, 4060, 4061, - 3, 380, 190, 0, 4061, 4062, 5, 324, 0, 0, 4062, 4063, 3, 1352, 676, 0, - 4063, 4065, 1, 0, 0, 0, 4064, 4046, 1, 0, 0, 0, 4064, 4054, 1, 0, 0, 0, - 4065, 383, 1, 0, 0, 0, 4066, 4067, 5, 138, 0, 0, 4067, 4068, 5, 99, 0, - 0, 4068, 4069, 5, 248, 0, 0, 4069, 4070, 5, 62, 0, 0, 4070, 4071, 3, 380, - 190, 0, 4071, 4072, 5, 324, 0, 0, 4072, 4073, 3, 1352, 676, 0, 4073, 4074, - 3, 348, 174, 0, 4074, 385, 1, 0, 0, 0, 4075, 4076, 5, 46, 0, 0, 4076, 4077, - 5, 447, 0, 0, 4077, 4078, 3, 1352, 676, 0, 4078, 4079, 5, 80, 0, 0, 4079, - 4081, 3, 1348, 674, 0, 4080, 4082, 3, 398, 199, 0, 4081, 4080, 1, 0, 0, - 0, 4081, 4082, 1, 0, 0, 0, 4082, 4084, 1, 0, 0, 0, 4083, 4085, 3, 400, - 200, 0, 4084, 4083, 1, 0, 0, 0, 4084, 4085, 1, 0, 0, 0, 4085, 4087, 1, - 0, 0, 0, 4086, 4088, 3, 394, 197, 0, 4087, 4086, 1, 0, 0, 0, 4087, 4088, - 1, 0, 0, 0, 4088, 4090, 1, 0, 0, 0, 4089, 4091, 3, 390, 195, 0, 4090, 4089, - 1, 0, 0, 0, 4090, 4091, 1, 0, 0, 0, 4091, 4093, 1, 0, 0, 0, 4092, 4094, - 3, 392, 196, 0, 4093, 4092, 1, 0, 0, 0, 4093, 4094, 1, 0, 0, 0, 4094, 387, - 1, 0, 0, 0, 4095, 4096, 5, 138, 0, 0, 4096, 4097, 5, 447, 0, 0, 4097, 4098, - 3, 1352, 676, 0, 4098, 4099, 5, 80, 0, 0, 4099, 4101, 3, 1348, 674, 0, - 4100, 4102, 3, 396, 198, 0, 4101, 4100, 1, 0, 0, 0, 4101, 4102, 1, 0, 0, - 0, 4102, 4104, 1, 0, 0, 0, 4103, 4105, 3, 390, 195, 0, 4104, 4103, 1, 0, - 0, 0, 4104, 4105, 1, 0, 0, 0, 4105, 4107, 1, 0, 0, 0, 4106, 4108, 3, 392, - 196, 0, 4107, 4106, 1, 0, 0, 0, 4107, 4108, 1, 0, 0, 0, 4108, 389, 1, 0, - 0, 0, 4109, 4110, 5, 100, 0, 0, 4110, 4111, 5, 2, 0, 0, 4111, 4112, 3, - 1172, 586, 0, 4112, 4113, 5, 3, 0, 0, 4113, 391, 1, 0, 0, 0, 4114, 4115, - 5, 105, 0, 0, 4115, 4116, 5, 42, 0, 0, 4116, 4117, 5, 2, 0, 0, 4117, 4118, - 3, 1172, 586, 0, 4118, 4119, 5, 3, 0, 0, 4119, 393, 1, 0, 0, 0, 4120, 4121, - 5, 94, 0, 0, 4121, 4122, 3, 1382, 691, 0, 4122, 395, 1, 0, 0, 0, 4123, - 4124, 5, 94, 0, 0, 4124, 4125, 3, 1382, 691, 0, 4125, 397, 1, 0, 0, 0, - 4126, 4127, 5, 36, 0, 0, 4127, 4128, 3, 1394, 697, 0, 4128, 399, 1, 0, - 0, 0, 4129, 4130, 5, 62, 0, 0, 4130, 4131, 3, 402, 201, 0, 4131, 401, 1, - 0, 0, 0, 4132, 4133, 7, 19, 0, 0, 4133, 403, 1, 0, 0, 0, 4134, 4135, 5, - 46, 0, 0, 4135, 4136, 5, 131, 0, 0, 4136, 4137, 5, 448, 0, 0, 4137, 4138, - 3, 1352, 676, 0, 4138, 4139, 5, 353, 0, 0, 4139, 4140, 3, 406, 203, 0, - 4140, 4141, 5, 215, 0, 0, 4141, 4142, 3, 304, 152, 0, 4142, 405, 1, 0, - 0, 0, 4143, 4144, 7, 20, 0, 0, 4144, 407, 1, 0, 0, 0, 4145, 4146, 5, 46, - 0, 0, 4146, 4147, 5, 350, 0, 0, 4147, 4148, 3, 1352, 676, 0, 4148, 4149, - 3, 410, 205, 0, 4149, 4150, 3, 412, 206, 0, 4150, 4151, 5, 80, 0, 0, 4151, - 4153, 3, 1348, 674, 0, 4152, 4154, 3, 416, 208, 0, 4153, 4152, 1, 0, 0, - 0, 4153, 4154, 1, 0, 0, 0, 4154, 4156, 1, 0, 0, 0, 4155, 4157, 3, 428, - 214, 0, 4156, 4155, 1, 0, 0, 0, 4156, 4157, 1, 0, 0, 0, 4157, 4159, 1, - 0, 0, 0, 4158, 4160, 3, 434, 217, 0, 4159, 4158, 1, 0, 0, 0, 4159, 4160, - 1, 0, 0, 0, 4160, 4161, 1, 0, 0, 0, 4161, 4162, 5, 202, 0, 0, 4162, 4163, - 3, 436, 218, 0, 4163, 4164, 3, 1358, 679, 0, 4164, 4165, 5, 2, 0, 0, 4165, - 4166, 3, 438, 219, 0, 4166, 4167, 5, 3, 0, 0, 4167, 4194, 1, 0, 0, 0, 4168, - 4169, 5, 46, 0, 0, 4169, 4170, 5, 45, 0, 0, 4170, 4171, 5, 350, 0, 0, 4171, - 4172, 3, 1352, 676, 0, 4172, 4173, 5, 135, 0, 0, 4173, 4174, 3, 412, 206, - 0, 4174, 4175, 5, 80, 0, 0, 4175, 4177, 3, 1348, 674, 0, 4176, 4178, 3, - 442, 221, 0, 4177, 4176, 1, 0, 0, 0, 4177, 4178, 1, 0, 0, 0, 4178, 4179, - 1, 0, 0, 0, 4179, 4180, 3, 444, 222, 0, 4180, 4181, 5, 62, 0, 0, 4181, - 4182, 5, 192, 0, 0, 4182, 4184, 5, 409, 0, 0, 4183, 4185, 3, 434, 217, - 0, 4184, 4183, 1, 0, 0, 0, 4184, 4185, 1, 0, 0, 0, 4185, 4186, 1, 0, 0, - 0, 4186, 4187, 5, 202, 0, 0, 4187, 4188, 3, 436, 218, 0, 4188, 4189, 3, - 1358, 679, 0, 4189, 4190, 5, 2, 0, 0, 4190, 4191, 3, 438, 219, 0, 4191, - 4192, 5, 3, 0, 0, 4192, 4194, 1, 0, 0, 0, 4193, 4145, 1, 0, 0, 0, 4193, - 4168, 1, 0, 0, 0, 4194, 409, 1, 0, 0, 0, 4195, 4200, 5, 145, 0, 0, 4196, - 4200, 5, 135, 0, 0, 4197, 4198, 5, 233, 0, 0, 4198, 4200, 5, 268, 0, 0, - 4199, 4195, 1, 0, 0, 0, 4199, 4196, 1, 0, 0, 0, 4199, 4197, 1, 0, 0, 0, - 4200, 411, 1, 0, 0, 0, 4201, 4206, 3, 414, 207, 0, 4202, 4203, 5, 82, 0, - 0, 4203, 4205, 3, 414, 207, 0, 4204, 4202, 1, 0, 0, 0, 4205, 4208, 1, 0, - 0, 0, 4206, 4204, 1, 0, 0, 0, 4206, 4207, 1, 0, 0, 0, 4207, 413, 1, 0, - 0, 0, 4208, 4206, 1, 0, 0, 0, 4209, 4217, 5, 232, 0, 0, 4210, 4217, 5, - 182, 0, 0, 4211, 4217, 5, 362, 0, 0, 4212, 4213, 5, 362, 0, 0, 4213, 4214, - 5, 268, 0, 0, 4214, 4217, 3, 220, 110, 0, 4215, 4217, 5, 351, 0, 0, 4216, - 4209, 1, 0, 0, 0, 4216, 4210, 1, 0, 0, 0, 4216, 4211, 1, 0, 0, 0, 4216, - 4212, 1, 0, 0, 0, 4216, 4215, 1, 0, 0, 0, 4217, 415, 1, 0, 0, 0, 4218, - 4219, 5, 449, 0, 0, 4219, 4220, 3, 418, 209, 0, 4220, 417, 1, 0, 0, 0, - 4221, 4223, 3, 420, 210, 0, 4222, 4221, 1, 0, 0, 0, 4223, 4224, 1, 0, 0, - 0, 4224, 4222, 1, 0, 0, 0, 4224, 4225, 1, 0, 0, 0, 4225, 419, 1, 0, 0, - 0, 4226, 4227, 3, 422, 211, 0, 4227, 4229, 3, 424, 212, 0, 4228, 4230, - 3, 844, 422, 0, 4229, 4228, 1, 0, 0, 0, 4229, 4230, 1, 0, 0, 0, 4230, 4231, - 1, 0, 0, 0, 4231, 4232, 3, 426, 213, 0, 4232, 421, 1, 0, 0, 0, 4233, 4234, - 7, 21, 0, 0, 4234, 423, 1, 0, 0, 0, 4235, 4236, 7, 22, 0, 0, 4236, 425, - 1, 0, 0, 0, 4237, 4238, 3, 1384, 692, 0, 4238, 427, 1, 0, 0, 0, 4239, 4241, - 5, 62, 0, 0, 4240, 4242, 3, 430, 215, 0, 4241, 4240, 1, 0, 0, 0, 4241, - 4242, 1, 0, 0, 0, 4242, 4243, 1, 0, 0, 0, 4243, 4244, 3, 432, 216, 0, 4244, - 429, 1, 0, 0, 0, 4245, 4246, 5, 192, 0, 0, 4246, 431, 1, 0, 0, 0, 4247, - 4248, 7, 23, 0, 0, 4248, 433, 1, 0, 0, 0, 4249, 4250, 5, 102, 0, 0, 4250, - 4251, 5, 2, 0, 0, 4251, 4252, 3, 1172, 586, 0, 4252, 4253, 5, 3, 0, 0, - 4253, 435, 1, 0, 0, 0, 4254, 4255, 7, 24, 0, 0, 4255, 437, 1, 0, 0, 0, - 4256, 4259, 3, 440, 220, 0, 4257, 4259, 1, 0, 0, 0, 4258, 4256, 1, 0, 0, - 0, 4258, 4257, 1, 0, 0, 0, 4259, 4264, 1, 0, 0, 0, 4260, 4261, 5, 6, 0, - 0, 4261, 4263, 3, 440, 220, 0, 4262, 4260, 1, 0, 0, 0, 4263, 4266, 1, 0, - 0, 0, 4264, 4262, 1, 0, 0, 0, 4264, 4265, 1, 0, 0, 0, 4265, 439, 1, 0, - 0, 0, 4266, 4264, 1, 0, 0, 0, 4267, 4272, 3, 1368, 684, 0, 4268, 4272, - 3, 1366, 683, 0, 4269, 4272, 3, 1370, 685, 0, 4270, 4272, 3, 1392, 696, - 0, 4271, 4267, 1, 0, 0, 0, 4271, 4268, 1, 0, 0, 0, 4271, 4269, 1, 0, 0, - 0, 4271, 4270, 1, 0, 0, 0, 4272, 441, 1, 0, 0, 0, 4273, 4274, 5, 64, 0, - 0, 4274, 4275, 3, 1348, 674, 0, 4275, 443, 1, 0, 0, 0, 4276, 4278, 3, 446, - 223, 0, 4277, 4276, 1, 0, 0, 0, 4278, 4281, 1, 0, 0, 0, 4279, 4277, 1, - 0, 0, 0, 4279, 4280, 1, 0, 0, 0, 4280, 445, 1, 0, 0, 0, 4281, 4279, 1, - 0, 0, 0, 4282, 4283, 5, 77, 0, 0, 4283, 4294, 5, 54, 0, 0, 4284, 4294, - 5, 54, 0, 0, 4285, 4286, 5, 69, 0, 0, 4286, 4294, 5, 221, 0, 0, 4287, 4288, - 5, 69, 0, 0, 4288, 4294, 5, 180, 0, 0, 4289, 4290, 5, 77, 0, 0, 4290, 4294, - 5, 364, 0, 0, 4291, 4292, 5, 262, 0, 0, 4292, 4294, 5, 228, 0, 0, 4293, - 4282, 1, 0, 0, 0, 4293, 4284, 1, 0, 0, 0, 4293, 4285, 1, 0, 0, 0, 4293, - 4287, 1, 0, 0, 0, 4293, 4289, 1, 0, 0, 0, 4293, 4291, 1, 0, 0, 0, 4294, - 447, 1, 0, 0, 0, 4295, 4296, 5, 46, 0, 0, 4296, 4297, 5, 198, 0, 0, 4297, - 4298, 5, 350, 0, 0, 4298, 4299, 3, 1352, 676, 0, 4299, 4300, 5, 80, 0, - 0, 4300, 4301, 3, 1392, 696, 0, 4301, 4302, 5, 202, 0, 0, 4302, 4303, 3, - 436, 218, 0, 4303, 4304, 3, 1358, 679, 0, 4304, 4305, 5, 2, 0, 0, 4305, - 4306, 5, 3, 0, 0, 4306, 4322, 1, 0, 0, 0, 4307, 4308, 5, 46, 0, 0, 4308, - 4309, 5, 198, 0, 0, 4309, 4310, 5, 350, 0, 0, 4310, 4311, 3, 1352, 676, - 0, 4311, 4312, 5, 80, 0, 0, 4312, 4313, 3, 1392, 696, 0, 4313, 4314, 5, - 102, 0, 0, 4314, 4315, 3, 450, 225, 0, 4315, 4316, 5, 202, 0, 0, 4316, - 4317, 3, 436, 218, 0, 4317, 4318, 3, 1358, 679, 0, 4318, 4319, 5, 2, 0, - 0, 4319, 4320, 5, 3, 0, 0, 4320, 4322, 1, 0, 0, 0, 4321, 4295, 1, 0, 0, - 0, 4321, 4307, 1, 0, 0, 0, 4322, 449, 1, 0, 0, 0, 4323, 4328, 3, 452, 226, - 0, 4324, 4325, 5, 33, 0, 0, 4325, 4327, 3, 452, 226, 0, 4326, 4324, 1, - 0, 0, 0, 4327, 4330, 1, 0, 0, 0, 4328, 4326, 1, 0, 0, 0, 4328, 4329, 1, - 0, 0, 0, 4329, 451, 1, 0, 0, 0, 4330, 4328, 1, 0, 0, 0, 4331, 4332, 3, - 1384, 692, 0, 4332, 4333, 5, 68, 0, 0, 4333, 4334, 5, 2, 0, 0, 4334, 4335, - 3, 454, 227, 0, 4335, 4336, 5, 3, 0, 0, 4336, 453, 1, 0, 0, 0, 4337, 4342, - 3, 1370, 685, 0, 4338, 4339, 5, 6, 0, 0, 4339, 4341, 3, 1370, 685, 0, 4340, - 4338, 1, 0, 0, 0, 4341, 4344, 1, 0, 0, 0, 4342, 4340, 1, 0, 0, 0, 4342, - 4343, 1, 0, 0, 0, 4343, 455, 1, 0, 0, 0, 4344, 4342, 1, 0, 0, 0, 4345, - 4346, 5, 138, 0, 0, 4346, 4347, 5, 198, 0, 0, 4347, 4348, 5, 350, 0, 0, - 4348, 4349, 3, 1352, 676, 0, 4349, 4350, 3, 458, 229, 0, 4350, 457, 1, - 0, 0, 0, 4351, 4358, 5, 193, 0, 0, 4352, 4353, 5, 193, 0, 0, 4353, 4358, - 5, 305, 0, 0, 4354, 4355, 5, 193, 0, 0, 4355, 4358, 5, 139, 0, 0, 4356, - 4358, 5, 186, 0, 0, 4357, 4351, 1, 0, 0, 0, 4357, 4352, 1, 0, 0, 0, 4357, - 4354, 1, 0, 0, 0, 4357, 4356, 1, 0, 0, 0, 4358, 459, 1, 0, 0, 0, 4359, - 4360, 5, 46, 0, 0, 4360, 4361, 5, 140, 0, 0, 4361, 4362, 3, 528, 264, 0, - 4362, 4363, 5, 42, 0, 0, 4363, 4364, 5, 2, 0, 0, 4364, 4365, 3, 1172, 586, - 0, 4365, 4366, 5, 3, 0, 0, 4366, 4367, 3, 444, 222, 0, 4367, 461, 1, 0, - 0, 0, 4368, 4370, 5, 46, 0, 0, 4369, 4371, 3, 626, 313, 0, 4370, 4369, - 1, 0, 0, 0, 4370, 4371, 1, 0, 0, 0, 4371, 4372, 1, 0, 0, 0, 4372, 4373, - 5, 136, 0, 0, 4373, 4374, 3, 1358, 679, 0, 4374, 4375, 3, 654, 327, 0, - 4375, 4376, 3, 464, 232, 0, 4376, 4483, 1, 0, 0, 0, 4377, 4379, 5, 46, - 0, 0, 4378, 4380, 3, 626, 313, 0, 4379, 4378, 1, 0, 0, 0, 4379, 4380, 1, - 0, 0, 0, 4380, 4381, 1, 0, 0, 0, 4381, 4382, 5, 136, 0, 0, 4382, 4383, - 3, 1358, 679, 0, 4383, 4384, 3, 472, 236, 0, 4384, 4483, 1, 0, 0, 0, 4385, - 4386, 5, 46, 0, 0, 4386, 4387, 5, 271, 0, 0, 4387, 4388, 3, 692, 346, 0, - 4388, 4389, 3, 464, 232, 0, 4389, 4483, 1, 0, 0, 0, 4390, 4391, 5, 46, - 0, 0, 4391, 4392, 5, 353, 0, 0, 4392, 4393, 3, 528, 264, 0, 4393, 4394, - 3, 464, 232, 0, 4394, 4483, 1, 0, 0, 0, 4395, 4396, 5, 46, 0, 0, 4396, - 4397, 5, 353, 0, 0, 4397, 4483, 3, 528, 264, 0, 4398, 4399, 5, 46, 0, 0, - 4399, 4400, 5, 353, 0, 0, 4400, 4401, 3, 528, 264, 0, 4401, 4402, 5, 36, - 0, 0, 4402, 4404, 5, 2, 0, 0, 4403, 4405, 3, 1108, 554, 0, 4404, 4403, - 1, 0, 0, 0, 4404, 4405, 1, 0, 0, 0, 4405, 4406, 1, 0, 0, 0, 4406, 4407, - 5, 3, 0, 0, 4407, 4483, 1, 0, 0, 0, 4408, 4409, 5, 46, 0, 0, 4409, 4410, - 5, 353, 0, 0, 4410, 4411, 3, 528, 264, 0, 4411, 4412, 5, 36, 0, 0, 4412, - 4413, 5, 196, 0, 0, 4413, 4415, 5, 2, 0, 0, 4414, 4416, 3, 478, 239, 0, - 4415, 4414, 1, 0, 0, 0, 4415, 4416, 1, 0, 0, 0, 4416, 4417, 1, 0, 0, 0, - 4417, 4418, 5, 3, 0, 0, 4418, 4483, 1, 0, 0, 0, 4419, 4420, 5, 46, 0, 0, - 4420, 4421, 5, 353, 0, 0, 4421, 4422, 3, 528, 264, 0, 4422, 4423, 5, 36, - 0, 0, 4423, 4424, 5, 292, 0, 0, 4424, 4425, 3, 464, 232, 0, 4425, 4483, - 1, 0, 0, 0, 4426, 4427, 5, 46, 0, 0, 4427, 4428, 5, 348, 0, 0, 4428, 4429, - 5, 318, 0, 0, 4429, 4430, 5, 276, 0, 0, 4430, 4431, 3, 528, 264, 0, 4431, - 4432, 3, 464, 232, 0, 4432, 4483, 1, 0, 0, 0, 4433, 4434, 5, 46, 0, 0, - 4434, 4435, 5, 348, 0, 0, 4435, 4436, 5, 318, 0, 0, 4436, 4437, 5, 185, - 0, 0, 4437, 4438, 3, 528, 264, 0, 4438, 4439, 3, 464, 232, 0, 4439, 4483, - 1, 0, 0, 0, 4440, 4441, 5, 46, 0, 0, 4441, 4442, 5, 348, 0, 0, 4442, 4443, - 5, 318, 0, 0, 4443, 4444, 5, 346, 0, 0, 4444, 4445, 3, 528, 264, 0, 4445, - 4446, 3, 464, 232, 0, 4446, 4483, 1, 0, 0, 0, 4447, 4448, 5, 46, 0, 0, - 4448, 4449, 5, 348, 0, 0, 4449, 4450, 5, 318, 0, 0, 4450, 4451, 5, 163, - 0, 0, 4451, 4452, 3, 528, 264, 0, 4452, 4453, 3, 464, 232, 0, 4453, 4483, - 1, 0, 0, 0, 4454, 4455, 5, 46, 0, 0, 4455, 4456, 5, 108, 0, 0, 4456, 4457, - 3, 528, 264, 0, 4457, 4458, 3, 464, 232, 0, 4458, 4483, 1, 0, 0, 0, 4459, - 4460, 5, 46, 0, 0, 4460, 4461, 5, 108, 0, 0, 4461, 4462, 5, 220, 0, 0, - 4462, 4463, 5, 77, 0, 0, 4463, 4464, 5, 390, 0, 0, 4464, 4465, 3, 528, - 264, 0, 4465, 4466, 3, 464, 232, 0, 4466, 4483, 1, 0, 0, 0, 4467, 4468, - 5, 46, 0, 0, 4468, 4469, 5, 108, 0, 0, 4469, 4470, 3, 528, 264, 0, 4470, - 4471, 5, 64, 0, 0, 4471, 4472, 3, 528, 264, 0, 4472, 4483, 1, 0, 0, 0, - 4473, 4474, 5, 46, 0, 0, 4474, 4475, 5, 108, 0, 0, 4475, 4476, 5, 220, - 0, 0, 4476, 4477, 5, 77, 0, 0, 4477, 4478, 5, 390, 0, 0, 4478, 4479, 3, - 528, 264, 0, 4479, 4480, 5, 64, 0, 0, 4480, 4481, 3, 528, 264, 0, 4481, - 4483, 1, 0, 0, 0, 4482, 4368, 1, 0, 0, 0, 4482, 4377, 1, 0, 0, 0, 4482, - 4385, 1, 0, 0, 0, 4482, 4390, 1, 0, 0, 0, 4482, 4395, 1, 0, 0, 0, 4482, - 4398, 1, 0, 0, 0, 4482, 4408, 1, 0, 0, 0, 4482, 4419, 1, 0, 0, 0, 4482, - 4426, 1, 0, 0, 0, 4482, 4433, 1, 0, 0, 0, 4482, 4440, 1, 0, 0, 0, 4482, - 4447, 1, 0, 0, 0, 4482, 4454, 1, 0, 0, 0, 4482, 4459, 1, 0, 0, 0, 4482, - 4467, 1, 0, 0, 0, 4482, 4473, 1, 0, 0, 0, 4483, 463, 1, 0, 0, 0, 4484, - 4485, 5, 2, 0, 0, 4485, 4486, 3, 466, 233, 0, 4486, 4487, 5, 3, 0, 0, 4487, - 465, 1, 0, 0, 0, 4488, 4493, 3, 468, 234, 0, 4489, 4490, 5, 6, 0, 0, 4490, - 4492, 3, 468, 234, 0, 4491, 4489, 1, 0, 0, 0, 4492, 4495, 1, 0, 0, 0, 4493, - 4491, 1, 0, 0, 0, 4493, 4494, 1, 0, 0, 0, 4494, 467, 1, 0, 0, 0, 4495, - 4493, 1, 0, 0, 0, 4496, 4499, 3, 1392, 696, 0, 4497, 4498, 5, 10, 0, 0, - 4498, 4500, 3, 470, 235, 0, 4499, 4497, 1, 0, 0, 0, 4499, 4500, 1, 0, 0, - 0, 4500, 469, 1, 0, 0, 0, 4501, 4508, 3, 648, 324, 0, 4502, 4508, 3, 1404, - 702, 0, 4503, 4508, 3, 1286, 643, 0, 4504, 4508, 3, 296, 148, 0, 4505, - 4508, 3, 1370, 685, 0, 4506, 4508, 5, 401, 0, 0, 4507, 4501, 1, 0, 0, 0, - 4507, 4502, 1, 0, 0, 0, 4507, 4503, 1, 0, 0, 0, 4507, 4504, 1, 0, 0, 0, - 4507, 4505, 1, 0, 0, 0, 4507, 4506, 1, 0, 0, 0, 4508, 471, 1, 0, 0, 0, - 4509, 4510, 5, 2, 0, 0, 4510, 4511, 3, 474, 237, 0, 4511, 4512, 5, 3, 0, - 0, 4512, 473, 1, 0, 0, 0, 4513, 4518, 3, 476, 238, 0, 4514, 4515, 5, 6, - 0, 0, 4515, 4517, 3, 476, 238, 0, 4516, 4514, 1, 0, 0, 0, 4517, 4520, 1, - 0, 0, 0, 4518, 4516, 1, 0, 0, 0, 4518, 4519, 1, 0, 0, 0, 4519, 475, 1, - 0, 0, 0, 4520, 4518, 1, 0, 0, 0, 4521, 4522, 3, 1394, 697, 0, 4522, 4523, - 5, 10, 0, 0, 4523, 4524, 3, 470, 235, 0, 4524, 477, 1, 0, 0, 0, 4525, 4526, - 3, 480, 240, 0, 4526, 479, 1, 0, 0, 0, 4527, 4532, 3, 1370, 685, 0, 4528, - 4529, 5, 6, 0, 0, 4529, 4531, 3, 1370, 685, 0, 4530, 4528, 1, 0, 0, 0, - 4531, 4534, 1, 0, 0, 0, 4532, 4530, 1, 0, 0, 0, 4532, 4533, 1, 0, 0, 0, - 4533, 481, 1, 0, 0, 0, 4534, 4532, 1, 0, 0, 0, 4535, 4536, 5, 138, 0, 0, - 4536, 4537, 5, 353, 0, 0, 4537, 4538, 3, 528, 264, 0, 4538, 4539, 5, 133, - 0, 0, 4539, 4541, 5, 452, 0, 0, 4540, 4542, 3, 484, 242, 0, 4541, 4540, - 1, 0, 0, 0, 4541, 4542, 1, 0, 0, 0, 4542, 4543, 1, 0, 0, 0, 4543, 4544, - 3, 1370, 685, 0, 4544, 4579, 1, 0, 0, 0, 4545, 4546, 5, 138, 0, 0, 4546, - 4547, 5, 353, 0, 0, 4547, 4548, 3, 528, 264, 0, 4548, 4549, 5, 133, 0, - 0, 4549, 4551, 5, 452, 0, 0, 4550, 4552, 3, 484, 242, 0, 4551, 4550, 1, - 0, 0, 0, 4551, 4552, 1, 0, 0, 0, 4552, 4553, 1, 0, 0, 0, 4553, 4554, 3, - 1370, 685, 0, 4554, 4555, 5, 145, 0, 0, 4555, 4556, 3, 1370, 685, 0, 4556, - 4579, 1, 0, 0, 0, 4557, 4558, 5, 138, 0, 0, 4558, 4559, 5, 353, 0, 0, 4559, - 4560, 3, 528, 264, 0, 4560, 4561, 5, 133, 0, 0, 4561, 4563, 5, 452, 0, - 0, 4562, 4564, 3, 484, 242, 0, 4563, 4562, 1, 0, 0, 0, 4563, 4564, 1, 0, - 0, 0, 4564, 4565, 1, 0, 0, 0, 4565, 4566, 3, 1370, 685, 0, 4566, 4567, - 5, 135, 0, 0, 4567, 4568, 3, 1370, 685, 0, 4568, 4579, 1, 0, 0, 0, 4569, - 4570, 5, 138, 0, 0, 4570, 4571, 5, 353, 0, 0, 4571, 4572, 3, 528, 264, - 0, 4572, 4573, 5, 302, 0, 0, 4573, 4574, 5, 452, 0, 0, 4574, 4575, 3, 1370, - 685, 0, 4575, 4576, 5, 94, 0, 0, 4576, 4577, 3, 1370, 685, 0, 4577, 4579, - 1, 0, 0, 0, 4578, 4535, 1, 0, 0, 0, 4578, 4545, 1, 0, 0, 0, 4578, 4557, - 1, 0, 0, 0, 4578, 4569, 1, 0, 0, 0, 4579, 483, 1, 0, 0, 0, 4580, 4581, - 5, 220, 0, 0, 4581, 4582, 5, 77, 0, 0, 4582, 4583, 5, 390, 0, 0, 4583, - 485, 1, 0, 0, 0, 4584, 4585, 5, 46, 0, 0, 4585, 4586, 5, 271, 0, 0, 4586, - 4587, 5, 156, 0, 0, 4587, 4589, 3, 528, 264, 0, 4588, 4590, 3, 492, 246, - 0, 4589, 4588, 1, 0, 0, 0, 4589, 4590, 1, 0, 0, 0, 4590, 4591, 1, 0, 0, - 0, 4591, 4592, 5, 62, 0, 0, 4592, 4593, 5, 353, 0, 0, 4593, 4594, 3, 1128, - 564, 0, 4594, 4595, 5, 100, 0, 0, 4595, 4597, 3, 1352, 676, 0, 4596, 4598, - 3, 494, 247, 0, 4597, 4596, 1, 0, 0, 0, 4597, 4598, 1, 0, 0, 0, 4598, 4599, - 1, 0, 0, 0, 4599, 4600, 5, 36, 0, 0, 4600, 4601, 3, 488, 244, 0, 4601, - 487, 1, 0, 0, 0, 4602, 4607, 3, 490, 245, 0, 4603, 4604, 5, 6, 0, 0, 4604, - 4606, 3, 490, 245, 0, 4605, 4603, 1, 0, 0, 0, 4606, 4609, 1, 0, 0, 0, 4607, - 4605, 1, 0, 0, 0, 4607, 4608, 1, 0, 0, 0, 4608, 489, 1, 0, 0, 0, 4609, - 4607, 1, 0, 0, 0, 4610, 4611, 5, 271, 0, 0, 4611, 4612, 3, 1368, 684, 0, - 4612, 4614, 3, 692, 346, 0, 4613, 4615, 3, 496, 248, 0, 4614, 4613, 1, - 0, 0, 0, 4614, 4615, 1, 0, 0, 0, 4615, 4617, 1, 0, 0, 0, 4616, 4618, 3, - 498, 249, 0, 4617, 4616, 1, 0, 0, 0, 4617, 4618, 1, 0, 0, 0, 4618, 4642, - 1, 0, 0, 0, 4619, 4620, 5, 271, 0, 0, 4620, 4621, 3, 1368, 684, 0, 4621, - 4623, 3, 696, 348, 0, 4622, 4624, 3, 496, 248, 0, 4623, 4622, 1, 0, 0, - 0, 4623, 4624, 1, 0, 0, 0, 4624, 4626, 1, 0, 0, 0, 4625, 4627, 3, 498, - 249, 0, 4626, 4625, 1, 0, 0, 0, 4626, 4627, 1, 0, 0, 0, 4627, 4642, 1, - 0, 0, 0, 4628, 4629, 5, 211, 0, 0, 4629, 4630, 3, 1368, 684, 0, 4630, 4631, - 3, 634, 317, 0, 4631, 4642, 1, 0, 0, 0, 4632, 4633, 5, 211, 0, 0, 4633, - 4634, 3, 1368, 684, 0, 4634, 4635, 5, 2, 0, 0, 4635, 4636, 3, 1296, 648, - 0, 4636, 4637, 5, 3, 0, 0, 4637, 4638, 3, 634, 317, 0, 4638, 4642, 1, 0, - 0, 0, 4639, 4640, 5, 338, 0, 0, 4640, 4642, 3, 1128, 564, 0, 4641, 4610, - 1, 0, 0, 0, 4641, 4619, 1, 0, 0, 0, 4641, 4628, 1, 0, 0, 0, 4641, 4632, - 1, 0, 0, 0, 4641, 4639, 1, 0, 0, 0, 4642, 491, 1, 0, 0, 0, 4643, 4644, - 5, 53, 0, 0, 4644, 493, 1, 0, 0, 0, 4645, 4646, 5, 206, 0, 0, 4646, 4647, - 3, 528, 264, 0, 4647, 495, 1, 0, 0, 0, 4648, 4649, 5, 62, 0, 0, 4649, 4655, - 5, 318, 0, 0, 4650, 4651, 5, 62, 0, 0, 4651, 4652, 5, 83, 0, 0, 4652, 4653, - 5, 147, 0, 0, 4653, 4655, 3, 528, 264, 0, 4654, 4648, 1, 0, 0, 0, 4654, - 4650, 1, 0, 0, 0, 4655, 497, 1, 0, 0, 0, 4656, 4657, 5, 295, 0, 0, 4657, - 499, 1, 0, 0, 0, 4658, 4659, 5, 46, 0, 0, 4659, 4660, 5, 271, 0, 0, 4660, - 4661, 5, 206, 0, 0, 4661, 4662, 3, 528, 264, 0, 4662, 4663, 5, 100, 0, - 0, 4663, 4664, 3, 1352, 676, 0, 4664, 501, 1, 0, 0, 0, 4665, 4666, 5, 138, - 0, 0, 4666, 4667, 5, 271, 0, 0, 4667, 4668, 5, 206, 0, 0, 4668, 4669, 3, - 528, 264, 0, 4669, 4670, 5, 100, 0, 0, 4670, 4671, 3, 1352, 676, 0, 4671, - 4672, 5, 133, 0, 0, 4672, 4673, 3, 488, 244, 0, 4673, 4684, 1, 0, 0, 0, - 4674, 4675, 5, 138, 0, 0, 4675, 4676, 5, 271, 0, 0, 4676, 4677, 5, 206, - 0, 0, 4677, 4678, 3, 528, 264, 0, 4678, 4679, 5, 100, 0, 0, 4679, 4680, - 3, 1352, 676, 0, 4680, 4681, 5, 191, 0, 0, 4681, 4682, 3, 504, 252, 0, - 4682, 4684, 1, 0, 0, 0, 4683, 4665, 1, 0, 0, 0, 4683, 4674, 1, 0, 0, 0, - 4684, 503, 1, 0, 0, 0, 4685, 4690, 3, 506, 253, 0, 4686, 4687, 5, 6, 0, - 0, 4687, 4689, 3, 506, 253, 0, 4688, 4686, 1, 0, 0, 0, 4689, 4692, 1, 0, - 0, 0, 4690, 4688, 1, 0, 0, 0, 4690, 4691, 1, 0, 0, 0, 4691, 505, 1, 0, - 0, 0, 4692, 4690, 1, 0, 0, 0, 4693, 4694, 5, 271, 0, 0, 4694, 4695, 3, - 1368, 684, 0, 4695, 4696, 5, 2, 0, 0, 4696, 4697, 3, 1296, 648, 0, 4697, - 4698, 5, 3, 0, 0, 4698, 4706, 1, 0, 0, 0, 4699, 4700, 5, 211, 0, 0, 4700, - 4701, 3, 1368, 684, 0, 4701, 4702, 5, 2, 0, 0, 4702, 4703, 3, 1296, 648, - 0, 4703, 4704, 5, 3, 0, 0, 4704, 4706, 1, 0, 0, 0, 4705, 4693, 1, 0, 0, - 0, 4705, 4699, 1, 0, 0, 0, 4706, 507, 1, 0, 0, 0, 4707, 4708, 5, 191, 0, - 0, 4708, 4709, 5, 271, 0, 0, 4709, 4710, 5, 156, 0, 0, 4710, 4711, 3, 528, - 264, 0, 4711, 4712, 5, 100, 0, 0, 4712, 4714, 3, 1352, 676, 0, 4713, 4715, - 3, 108, 54, 0, 4714, 4713, 1, 0, 0, 0, 4714, 4715, 1, 0, 0, 0, 4715, 4728, - 1, 0, 0, 0, 4716, 4717, 5, 191, 0, 0, 4717, 4718, 5, 271, 0, 0, 4718, 4719, - 5, 156, 0, 0, 4719, 4720, 5, 220, 0, 0, 4720, 4721, 5, 390, 0, 0, 4721, - 4722, 3, 528, 264, 0, 4722, 4723, 5, 100, 0, 0, 4723, 4725, 3, 1352, 676, - 0, 4724, 4726, 3, 108, 54, 0, 4725, 4724, 1, 0, 0, 0, 4725, 4726, 1, 0, - 0, 0, 4726, 4728, 1, 0, 0, 0, 4727, 4707, 1, 0, 0, 0, 4727, 4716, 1, 0, - 0, 0, 4728, 509, 1, 0, 0, 0, 4729, 4730, 5, 191, 0, 0, 4730, 4731, 5, 271, - 0, 0, 4731, 4732, 5, 206, 0, 0, 4732, 4733, 3, 528, 264, 0, 4733, 4734, - 5, 100, 0, 0, 4734, 4736, 3, 1352, 676, 0, 4735, 4737, 3, 108, 54, 0, 4736, - 4735, 1, 0, 0, 0, 4736, 4737, 1, 0, 0, 0, 4737, 4750, 1, 0, 0, 0, 4738, - 4739, 5, 191, 0, 0, 4739, 4740, 5, 271, 0, 0, 4740, 4741, 5, 206, 0, 0, - 4741, 4742, 5, 220, 0, 0, 4742, 4743, 5, 390, 0, 0, 4743, 4744, 3, 528, - 264, 0, 4744, 4745, 5, 100, 0, 0, 4745, 4747, 3, 1352, 676, 0, 4746, 4748, - 3, 108, 54, 0, 4747, 4746, 1, 0, 0, 0, 4747, 4748, 1, 0, 0, 0, 4748, 4750, - 1, 0, 0, 0, 4749, 4729, 1, 0, 0, 0, 4749, 4738, 1, 0, 0, 0, 4750, 511, - 1, 0, 0, 0, 4751, 4752, 5, 191, 0, 0, 4752, 4753, 5, 274, 0, 0, 4753, 4754, - 5, 147, 0, 0, 4754, 4756, 3, 1382, 691, 0, 4755, 4757, 3, 108, 54, 0, 4756, - 4755, 1, 0, 0, 0, 4756, 4757, 1, 0, 0, 0, 4757, 513, 1, 0, 0, 0, 4758, - 4759, 5, 294, 0, 0, 4759, 4760, 5, 274, 0, 0, 4760, 4761, 5, 147, 0, 0, - 4761, 4762, 3, 1382, 691, 0, 4762, 4763, 5, 94, 0, 0, 4763, 4764, 3, 1380, - 690, 0, 4764, 515, 1, 0, 0, 0, 4765, 4766, 5, 191, 0, 0, 4766, 4767, 3, - 518, 259, 0, 4767, 4768, 5, 220, 0, 0, 4768, 4769, 5, 390, 0, 0, 4769, - 4771, 3, 526, 263, 0, 4770, 4772, 3, 108, 54, 0, 4771, 4770, 1, 0, 0, 0, - 4771, 4772, 1, 0, 0, 0, 4772, 4856, 1, 0, 0, 0, 4773, 4774, 5, 191, 0, - 0, 4774, 4775, 3, 518, 259, 0, 4775, 4777, 3, 526, 263, 0, 4776, 4778, - 3, 108, 54, 0, 4777, 4776, 1, 0, 0, 0, 4777, 4778, 1, 0, 0, 0, 4778, 4856, - 1, 0, 0, 0, 4779, 4780, 5, 191, 0, 0, 4780, 4781, 3, 522, 261, 0, 4781, - 4782, 5, 220, 0, 0, 4782, 4783, 5, 390, 0, 0, 4783, 4785, 3, 1350, 675, - 0, 4784, 4786, 3, 108, 54, 0, 4785, 4784, 1, 0, 0, 0, 4785, 4786, 1, 0, - 0, 0, 4786, 4856, 1, 0, 0, 0, 4787, 4788, 5, 191, 0, 0, 4788, 4789, 3, - 522, 261, 0, 4789, 4791, 3, 1350, 675, 0, 4790, 4792, 3, 108, 54, 0, 4791, - 4790, 1, 0, 0, 0, 4791, 4792, 1, 0, 0, 0, 4792, 4856, 1, 0, 0, 0, 4793, - 4794, 5, 191, 0, 0, 4794, 4795, 3, 524, 262, 0, 4795, 4796, 3, 1352, 676, - 0, 4796, 4797, 5, 80, 0, 0, 4797, 4799, 3, 528, 264, 0, 4798, 4800, 3, - 108, 54, 0, 4799, 4798, 1, 0, 0, 0, 4799, 4800, 1, 0, 0, 0, 4800, 4856, - 1, 0, 0, 0, 4801, 4802, 5, 191, 0, 0, 4802, 4803, 3, 524, 262, 0, 4803, - 4804, 5, 220, 0, 0, 4804, 4805, 5, 390, 0, 0, 4805, 4806, 3, 1352, 676, - 0, 4806, 4807, 5, 80, 0, 0, 4807, 4809, 3, 528, 264, 0, 4808, 4810, 3, - 108, 54, 0, 4809, 4808, 1, 0, 0, 0, 4809, 4810, 1, 0, 0, 0, 4810, 4856, - 1, 0, 0, 0, 4811, 4812, 5, 191, 0, 0, 4812, 4813, 5, 353, 0, 0, 4813, 4815, - 3, 532, 266, 0, 4814, 4816, 3, 108, 54, 0, 4815, 4814, 1, 0, 0, 0, 4815, - 4816, 1, 0, 0, 0, 4816, 4856, 1, 0, 0, 0, 4817, 4818, 5, 191, 0, 0, 4818, - 4819, 5, 353, 0, 0, 4819, 4820, 5, 220, 0, 0, 4820, 4821, 5, 390, 0, 0, - 4821, 4823, 3, 532, 266, 0, 4822, 4824, 3, 108, 54, 0, 4823, 4822, 1, 0, - 0, 0, 4823, 4824, 1, 0, 0, 0, 4824, 4856, 1, 0, 0, 0, 4825, 4826, 5, 191, - 0, 0, 4826, 4827, 5, 189, 0, 0, 4827, 4829, 3, 532, 266, 0, 4828, 4830, - 3, 108, 54, 0, 4829, 4828, 1, 0, 0, 0, 4829, 4830, 1, 0, 0, 0, 4830, 4856, - 1, 0, 0, 0, 4831, 4832, 5, 191, 0, 0, 4832, 4833, 5, 189, 0, 0, 4833, 4834, - 5, 220, 0, 0, 4834, 4835, 5, 390, 0, 0, 4835, 4837, 3, 532, 266, 0, 4836, - 4838, 3, 108, 54, 0, 4837, 4836, 1, 0, 0, 0, 4837, 4838, 1, 0, 0, 0, 4838, - 4856, 1, 0, 0, 0, 4839, 4840, 5, 191, 0, 0, 4840, 4841, 5, 226, 0, 0, 4841, - 4842, 5, 109, 0, 0, 4842, 4844, 3, 526, 263, 0, 4843, 4845, 3, 108, 54, - 0, 4844, 4843, 1, 0, 0, 0, 4844, 4845, 1, 0, 0, 0, 4845, 4856, 1, 0, 0, - 0, 4846, 4847, 5, 191, 0, 0, 4847, 4848, 5, 226, 0, 0, 4848, 4849, 5, 109, - 0, 0, 4849, 4850, 5, 220, 0, 0, 4850, 4851, 5, 390, 0, 0, 4851, 4853, 3, - 526, 263, 0, 4852, 4854, 3, 108, 54, 0, 4853, 4852, 1, 0, 0, 0, 4853, 4854, - 1, 0, 0, 0, 4854, 4856, 1, 0, 0, 0, 4855, 4765, 1, 0, 0, 0, 4855, 4773, - 1, 0, 0, 0, 4855, 4779, 1, 0, 0, 0, 4855, 4787, 1, 0, 0, 0, 4855, 4793, - 1, 0, 0, 0, 4855, 4801, 1, 0, 0, 0, 4855, 4811, 1, 0, 0, 0, 4855, 4817, - 1, 0, 0, 0, 4855, 4825, 1, 0, 0, 0, 4855, 4831, 1, 0, 0, 0, 4855, 4839, - 1, 0, 0, 0, 4855, 4846, 1, 0, 0, 0, 4856, 517, 1, 0, 0, 0, 4857, 4881, - 5, 92, 0, 0, 4858, 4881, 5, 321, 0, 0, 4859, 4881, 5, 369, 0, 0, 4860, - 4861, 5, 251, 0, 0, 4861, 4881, 5, 369, 0, 0, 4862, 4881, 5, 226, 0, 0, - 4863, 4864, 5, 63, 0, 0, 4864, 4881, 5, 92, 0, 0, 4865, 4881, 5, 108, 0, - 0, 4866, 4881, 5, 168, 0, 0, 4867, 4881, 5, 335, 0, 0, 4868, 4869, 5, 348, - 0, 0, 4869, 4870, 5, 318, 0, 0, 4870, 4881, 5, 276, 0, 0, 4871, 4872, 5, - 348, 0, 0, 4872, 4873, 5, 318, 0, 0, 4873, 4881, 5, 185, 0, 0, 4874, 4875, - 5, 348, 0, 0, 4875, 4876, 5, 318, 0, 0, 4876, 4881, 5, 346, 0, 0, 4877, - 4878, 5, 348, 0, 0, 4878, 4879, 5, 318, 0, 0, 4879, 4881, 5, 163, 0, 0, - 4880, 4857, 1, 0, 0, 0, 4880, 4858, 1, 0, 0, 0, 4880, 4859, 1, 0, 0, 0, - 4880, 4860, 1, 0, 0, 0, 4880, 4862, 1, 0, 0, 0, 4880, 4863, 1, 0, 0, 0, - 4880, 4865, 1, 0, 0, 0, 4880, 4866, 1, 0, 0, 0, 4880, 4867, 1, 0, 0, 0, - 4880, 4868, 1, 0, 0, 0, 4880, 4871, 1, 0, 0, 0, 4880, 4874, 1, 0, 0, 0, - 4880, 4877, 1, 0, 0, 0, 4881, 519, 1, 0, 0, 0, 4882, 4888, 3, 522, 261, - 0, 4883, 4888, 5, 175, 0, 0, 4884, 4888, 5, 311, 0, 0, 4885, 4888, 5, 453, - 0, 0, 4886, 4888, 5, 344, 0, 0, 4887, 4882, 1, 0, 0, 0, 4887, 4883, 1, - 0, 0, 0, 4887, 4884, 1, 0, 0, 0, 4887, 4885, 1, 0, 0, 0, 4887, 4886, 1, - 0, 0, 0, 4888, 521, 1, 0, 0, 0, 4889, 4890, 5, 131, 0, 0, 4890, 4905, 5, - 448, 0, 0, 4891, 4892, 5, 198, 0, 0, 4892, 4905, 5, 350, 0, 0, 4893, 4905, - 5, 204, 0, 0, 4894, 4895, 5, 63, 0, 0, 4895, 4896, 5, 174, 0, 0, 4896, - 4905, 5, 374, 0, 0, 4897, 4899, 3, 312, 156, 0, 4898, 4897, 1, 0, 0, 0, - 4898, 4899, 1, 0, 0, 0, 4899, 4900, 1, 0, 0, 0, 4900, 4905, 5, 238, 0, - 0, 4901, 4905, 5, 454, 0, 0, 4902, 4905, 5, 316, 0, 0, 4903, 4905, 5, 324, - 0, 0, 4904, 4889, 1, 0, 0, 0, 4904, 4891, 1, 0, 0, 0, 4904, 4893, 1, 0, - 0, 0, 4904, 4894, 1, 0, 0, 0, 4904, 4898, 1, 0, 0, 0, 4904, 4901, 1, 0, - 0, 0, 4904, 4902, 1, 0, 0, 0, 4904, 4903, 1, 0, 0, 0, 4905, 523, 1, 0, - 0, 0, 4906, 4907, 7, 25, 0, 0, 4907, 525, 1, 0, 0, 0, 4908, 4913, 3, 528, - 264, 0, 4909, 4910, 5, 6, 0, 0, 4910, 4912, 3, 528, 264, 0, 4911, 4909, - 1, 0, 0, 0, 4912, 4915, 1, 0, 0, 0, 4913, 4911, 1, 0, 0, 0, 4913, 4914, - 1, 0, 0, 0, 4914, 527, 1, 0, 0, 0, 4915, 4913, 1, 0, 0, 0, 4916, 4918, - 3, 1384, 692, 0, 4917, 4919, 3, 530, 265, 0, 4918, 4917, 1, 0, 0, 0, 4918, - 4919, 1, 0, 0, 0, 4919, 529, 1, 0, 0, 0, 4920, 4921, 5, 11, 0, 0, 4921, - 4923, 3, 1354, 677, 0, 4922, 4920, 1, 0, 0, 0, 4923, 4924, 1, 0, 0, 0, - 4924, 4922, 1, 0, 0, 0, 4924, 4925, 1, 0, 0, 0, 4925, 531, 1, 0, 0, 0, - 4926, 4931, 3, 1128, 564, 0, 4927, 4928, 5, 6, 0, 0, 4928, 4930, 3, 1128, - 564, 0, 4929, 4927, 1, 0, 0, 0, 4930, 4933, 1, 0, 0, 0, 4931, 4929, 1, - 0, 0, 0, 4931, 4932, 1, 0, 0, 0, 4932, 533, 1, 0, 0, 0, 4933, 4931, 1, - 0, 0, 0, 4934, 4936, 5, 351, 0, 0, 4935, 4937, 3, 998, 499, 0, 4936, 4935, - 1, 0, 0, 0, 4936, 4937, 1, 0, 0, 0, 4937, 4938, 1, 0, 0, 0, 4938, 4940, - 3, 1086, 543, 0, 4939, 4941, 3, 536, 268, 0, 4940, 4939, 1, 0, 0, 0, 4940, - 4941, 1, 0, 0, 0, 4941, 4943, 1, 0, 0, 0, 4942, 4944, 3, 108, 54, 0, 4943, - 4942, 1, 0, 0, 0, 4943, 4944, 1, 0, 0, 0, 4944, 535, 1, 0, 0, 0, 4945, - 4946, 5, 167, 0, 0, 4946, 4950, 5, 219, 0, 0, 4947, 4948, 5, 307, 0, 0, - 4948, 4950, 5, 219, 0, 0, 4949, 4945, 1, 0, 0, 0, 4949, 4947, 1, 0, 0, - 0, 4950, 537, 1, 0, 0, 0, 4951, 4952, 5, 159, 0, 0, 4952, 4953, 5, 80, - 0, 0, 4953, 4954, 3, 518, 259, 0, 4954, 4955, 3, 528, 264, 0, 4955, 4956, - 5, 116, 0, 0, 4956, 4957, 3, 540, 270, 0, 4957, 5099, 1, 0, 0, 0, 4958, - 4959, 5, 159, 0, 0, 4959, 4960, 5, 80, 0, 0, 4960, 4961, 5, 44, 0, 0, 4961, - 4962, 3, 528, 264, 0, 4962, 4963, 5, 116, 0, 0, 4963, 4964, 3, 540, 270, - 0, 4964, 5099, 1, 0, 0, 0, 4965, 4966, 5, 159, 0, 0, 4966, 4967, 5, 80, - 0, 0, 4967, 4968, 3, 520, 260, 0, 4968, 4969, 3, 1352, 676, 0, 4969, 4970, - 5, 116, 0, 0, 4970, 4971, 3, 540, 270, 0, 4971, 5099, 1, 0, 0, 0, 4972, - 4973, 5, 159, 0, 0, 4973, 4974, 5, 80, 0, 0, 4974, 4975, 5, 353, 0, 0, - 4975, 4976, 3, 1128, 564, 0, 4976, 4977, 5, 116, 0, 0, 4977, 4978, 3, 540, - 270, 0, 4978, 5099, 1, 0, 0, 0, 4979, 4980, 5, 159, 0, 0, 4980, 4981, 5, - 80, 0, 0, 4981, 4982, 5, 189, 0, 0, 4982, 4983, 3, 1128, 564, 0, 4983, - 4984, 5, 116, 0, 0, 4984, 4985, 3, 540, 270, 0, 4985, 5099, 1, 0, 0, 0, - 4986, 4987, 5, 159, 0, 0, 4987, 4988, 5, 80, 0, 0, 4988, 4989, 5, 136, - 0, 0, 4989, 4990, 3, 658, 329, 0, 4990, 4991, 5, 116, 0, 0, 4991, 4992, - 3, 540, 270, 0, 4992, 5099, 1, 0, 0, 0, 4993, 4994, 5, 159, 0, 0, 4994, - 4995, 5, 80, 0, 0, 4995, 4996, 5, 211, 0, 0, 4996, 4997, 3, 634, 317, 0, - 4997, 4998, 5, 116, 0, 0, 4998, 4999, 3, 540, 270, 0, 4999, 5099, 1, 0, - 0, 0, 5000, 5001, 5, 159, 0, 0, 5001, 5002, 5, 80, 0, 0, 5002, 5003, 5, - 271, 0, 0, 5003, 5004, 3, 696, 348, 0, 5004, 5005, 5, 116, 0, 0, 5005, - 5006, 3, 540, 270, 0, 5006, 5099, 1, 0, 0, 0, 5007, 5008, 5, 159, 0, 0, - 5008, 5009, 5, 80, 0, 0, 5009, 5010, 5, 45, 0, 0, 5010, 5011, 3, 1352, - 676, 0, 5011, 5012, 5, 80, 0, 0, 5012, 5013, 3, 528, 264, 0, 5013, 5014, - 5, 116, 0, 0, 5014, 5015, 3, 540, 270, 0, 5015, 5099, 1, 0, 0, 0, 5016, - 5017, 5, 159, 0, 0, 5017, 5018, 5, 80, 0, 0, 5018, 5019, 5, 45, 0, 0, 5019, - 5020, 3, 1352, 676, 0, 5020, 5021, 5, 80, 0, 0, 5021, 5022, 5, 189, 0, - 0, 5022, 5023, 3, 528, 264, 0, 5023, 5024, 5, 116, 0, 0, 5024, 5025, 3, - 540, 270, 0, 5025, 5099, 1, 0, 0, 0, 5026, 5027, 5, 159, 0, 0, 5027, 5028, - 5, 80, 0, 0, 5028, 5029, 3, 524, 262, 0, 5029, 5030, 3, 1352, 676, 0, 5030, - 5031, 5, 80, 0, 0, 5031, 5032, 3, 528, 264, 0, 5032, 5033, 5, 116, 0, 0, - 5033, 5034, 3, 540, 270, 0, 5034, 5099, 1, 0, 0, 0, 5035, 5036, 5, 159, - 0, 0, 5036, 5037, 5, 80, 0, 0, 5037, 5038, 5, 289, 0, 0, 5038, 5039, 3, - 634, 317, 0, 5039, 5040, 5, 116, 0, 0, 5040, 5041, 3, 540, 270, 0, 5041, - 5099, 1, 0, 0, 0, 5042, 5043, 5, 159, 0, 0, 5043, 5044, 5, 80, 0, 0, 5044, - 5045, 5, 444, 0, 0, 5045, 5046, 3, 634, 317, 0, 5046, 5047, 5, 116, 0, - 0, 5047, 5048, 3, 540, 270, 0, 5048, 5099, 1, 0, 0, 0, 5049, 5050, 5, 159, - 0, 0, 5050, 5051, 5, 80, 0, 0, 5051, 5052, 5, 445, 0, 0, 5052, 5053, 5, - 62, 0, 0, 5053, 5054, 3, 1128, 564, 0, 5054, 5055, 5, 238, 0, 0, 5055, - 5056, 3, 1352, 676, 0, 5056, 5057, 5, 116, 0, 0, 5057, 5058, 3, 540, 270, - 0, 5058, 5099, 1, 0, 0, 0, 5059, 5060, 5, 159, 0, 0, 5060, 5061, 5, 80, - 0, 0, 5061, 5062, 5, 271, 0, 0, 5062, 5063, 5, 156, 0, 0, 5063, 5064, 3, - 528, 264, 0, 5064, 5065, 5, 100, 0, 0, 5065, 5066, 3, 1352, 676, 0, 5066, - 5067, 5, 116, 0, 0, 5067, 5068, 3, 540, 270, 0, 5068, 5099, 1, 0, 0, 0, - 5069, 5070, 5, 159, 0, 0, 5070, 5071, 5, 80, 0, 0, 5071, 5072, 5, 271, - 0, 0, 5072, 5073, 5, 206, 0, 0, 5073, 5074, 3, 528, 264, 0, 5074, 5075, - 5, 100, 0, 0, 5075, 5076, 3, 1352, 676, 0, 5076, 5077, 5, 116, 0, 0, 5077, - 5078, 3, 540, 270, 0, 5078, 5099, 1, 0, 0, 0, 5079, 5080, 5, 159, 0, 0, - 5080, 5081, 5, 80, 0, 0, 5081, 5082, 5, 239, 0, 0, 5082, 5083, 5, 267, - 0, 0, 5083, 5084, 3, 296, 148, 0, 5084, 5085, 5, 116, 0, 0, 5085, 5086, - 3, 540, 270, 0, 5086, 5099, 1, 0, 0, 0, 5087, 5088, 5, 159, 0, 0, 5088, - 5089, 5, 80, 0, 0, 5089, 5090, 5, 41, 0, 0, 5090, 5091, 5, 2, 0, 0, 5091, - 5092, 3, 1128, 564, 0, 5092, 5093, 5, 36, 0, 0, 5093, 5094, 3, 1128, 564, - 0, 5094, 5095, 5, 3, 0, 0, 5095, 5096, 5, 116, 0, 0, 5096, 5097, 3, 540, - 270, 0, 5097, 5099, 1, 0, 0, 0, 5098, 4951, 1, 0, 0, 0, 5098, 4958, 1, - 0, 0, 0, 5098, 4965, 1, 0, 0, 0, 5098, 4972, 1, 0, 0, 0, 5098, 4979, 1, - 0, 0, 0, 5098, 4986, 1, 0, 0, 0, 5098, 4993, 1, 0, 0, 0, 5098, 5000, 1, - 0, 0, 0, 5098, 5007, 1, 0, 0, 0, 5098, 5016, 1, 0, 0, 0, 5098, 5026, 1, - 0, 0, 0, 5098, 5035, 1, 0, 0, 0, 5098, 5042, 1, 0, 0, 0, 5098, 5049, 1, - 0, 0, 0, 5098, 5059, 1, 0, 0, 0, 5098, 5069, 1, 0, 0, 0, 5098, 5079, 1, - 0, 0, 0, 5098, 5087, 1, 0, 0, 0, 5099, 539, 1, 0, 0, 0, 5100, 5103, 3, - 1370, 685, 0, 5101, 5103, 5, 78, 0, 0, 5102, 5100, 1, 0, 0, 0, 5102, 5101, - 1, 0, 0, 0, 5103, 541, 1, 0, 0, 0, 5104, 5105, 5, 320, 0, 0, 5105, 5107, - 5, 237, 0, 0, 5106, 5108, 3, 544, 272, 0, 5107, 5106, 1, 0, 0, 0, 5107, - 5108, 1, 0, 0, 0, 5108, 5109, 1, 0, 0, 0, 5109, 5110, 5, 80, 0, 0, 5110, - 5111, 3, 518, 259, 0, 5111, 5112, 3, 528, 264, 0, 5112, 5113, 5, 116, 0, - 0, 5113, 5114, 3, 546, 273, 0, 5114, 5216, 1, 0, 0, 0, 5115, 5116, 5, 320, - 0, 0, 5116, 5118, 5, 237, 0, 0, 5117, 5119, 3, 544, 272, 0, 5118, 5117, - 1, 0, 0, 0, 5118, 5119, 1, 0, 0, 0, 5119, 5120, 1, 0, 0, 0, 5120, 5121, - 5, 80, 0, 0, 5121, 5122, 5, 44, 0, 0, 5122, 5123, 3, 528, 264, 0, 5123, - 5124, 5, 116, 0, 0, 5124, 5125, 3, 546, 273, 0, 5125, 5216, 1, 0, 0, 0, - 5126, 5127, 5, 320, 0, 0, 5127, 5129, 5, 237, 0, 0, 5128, 5130, 3, 544, - 272, 0, 5129, 5128, 1, 0, 0, 0, 5129, 5130, 1, 0, 0, 0, 5130, 5131, 1, - 0, 0, 0, 5131, 5132, 5, 80, 0, 0, 5132, 5133, 3, 520, 260, 0, 5133, 5134, - 3, 1352, 676, 0, 5134, 5135, 5, 116, 0, 0, 5135, 5136, 3, 546, 273, 0, - 5136, 5216, 1, 0, 0, 0, 5137, 5138, 5, 320, 0, 0, 5138, 5140, 5, 237, 0, - 0, 5139, 5141, 3, 544, 272, 0, 5140, 5139, 1, 0, 0, 0, 5140, 5141, 1, 0, - 0, 0, 5141, 5142, 1, 0, 0, 0, 5142, 5143, 5, 80, 0, 0, 5143, 5144, 5, 353, - 0, 0, 5144, 5145, 3, 1128, 564, 0, 5145, 5146, 5, 116, 0, 0, 5146, 5147, - 3, 546, 273, 0, 5147, 5216, 1, 0, 0, 0, 5148, 5149, 5, 320, 0, 0, 5149, - 5151, 5, 237, 0, 0, 5150, 5152, 3, 544, 272, 0, 5151, 5150, 1, 0, 0, 0, - 5151, 5152, 1, 0, 0, 0, 5152, 5153, 1, 0, 0, 0, 5153, 5154, 5, 80, 0, 0, - 5154, 5155, 5, 189, 0, 0, 5155, 5156, 3, 1128, 564, 0, 5156, 5157, 5, 116, - 0, 0, 5157, 5158, 3, 546, 273, 0, 5158, 5216, 1, 0, 0, 0, 5159, 5160, 5, - 320, 0, 0, 5160, 5162, 5, 237, 0, 0, 5161, 5163, 3, 544, 272, 0, 5162, - 5161, 1, 0, 0, 0, 5162, 5163, 1, 0, 0, 0, 5163, 5164, 1, 0, 0, 0, 5164, - 5165, 5, 80, 0, 0, 5165, 5166, 5, 136, 0, 0, 5166, 5167, 3, 658, 329, 0, - 5167, 5168, 5, 116, 0, 0, 5168, 5169, 3, 546, 273, 0, 5169, 5216, 1, 0, - 0, 0, 5170, 5171, 5, 320, 0, 0, 5171, 5173, 5, 237, 0, 0, 5172, 5174, 3, - 544, 272, 0, 5173, 5172, 1, 0, 0, 0, 5173, 5174, 1, 0, 0, 0, 5174, 5175, - 1, 0, 0, 0, 5175, 5176, 5, 80, 0, 0, 5176, 5177, 5, 211, 0, 0, 5177, 5178, - 3, 634, 317, 0, 5178, 5179, 5, 116, 0, 0, 5179, 5180, 3, 546, 273, 0, 5180, - 5216, 1, 0, 0, 0, 5181, 5182, 5, 320, 0, 0, 5182, 5184, 5, 237, 0, 0, 5183, - 5185, 3, 544, 272, 0, 5184, 5183, 1, 0, 0, 0, 5184, 5185, 1, 0, 0, 0, 5185, - 5186, 1, 0, 0, 0, 5186, 5187, 5, 80, 0, 0, 5187, 5188, 5, 239, 0, 0, 5188, - 5189, 5, 267, 0, 0, 5189, 5190, 3, 296, 148, 0, 5190, 5191, 5, 116, 0, - 0, 5191, 5192, 3, 546, 273, 0, 5192, 5216, 1, 0, 0, 0, 5193, 5194, 5, 320, - 0, 0, 5194, 5196, 5, 237, 0, 0, 5195, 5197, 3, 544, 272, 0, 5196, 5195, - 1, 0, 0, 0, 5196, 5197, 1, 0, 0, 0, 5197, 5198, 1, 0, 0, 0, 5198, 5199, - 5, 80, 0, 0, 5199, 5200, 5, 289, 0, 0, 5200, 5201, 3, 634, 317, 0, 5201, - 5202, 5, 116, 0, 0, 5202, 5203, 3, 546, 273, 0, 5203, 5216, 1, 0, 0, 0, - 5204, 5205, 5, 320, 0, 0, 5205, 5207, 5, 237, 0, 0, 5206, 5208, 3, 544, - 272, 0, 5207, 5206, 1, 0, 0, 0, 5207, 5208, 1, 0, 0, 0, 5208, 5209, 1, - 0, 0, 0, 5209, 5210, 5, 80, 0, 0, 5210, 5211, 5, 444, 0, 0, 5211, 5212, - 3, 634, 317, 0, 5212, 5213, 5, 116, 0, 0, 5213, 5214, 3, 546, 273, 0, 5214, - 5216, 1, 0, 0, 0, 5215, 5104, 1, 0, 0, 0, 5215, 5115, 1, 0, 0, 0, 5215, - 5126, 1, 0, 0, 0, 5215, 5137, 1, 0, 0, 0, 5215, 5148, 1, 0, 0, 0, 5215, - 5159, 1, 0, 0, 0, 5215, 5170, 1, 0, 0, 0, 5215, 5181, 1, 0, 0, 0, 5215, - 5193, 1, 0, 0, 0, 5215, 5204, 1, 0, 0, 0, 5216, 543, 1, 0, 0, 0, 5217, - 5218, 5, 62, 0, 0, 5218, 5219, 3, 72, 36, 0, 5219, 545, 1, 0, 0, 0, 5220, - 5223, 3, 1370, 685, 0, 5221, 5223, 5, 78, 0, 0, 5222, 5220, 1, 0, 0, 0, - 5222, 5221, 1, 0, 0, 0, 5223, 547, 1, 0, 0, 0, 5224, 5225, 5, 61, 0, 0, - 5225, 5229, 3, 550, 275, 0, 5226, 5227, 5, 258, 0, 0, 5227, 5229, 3, 550, - 275, 0, 5228, 5224, 1, 0, 0, 0, 5228, 5226, 1, 0, 0, 0, 5229, 549, 1, 0, - 0, 0, 5230, 5316, 3, 964, 482, 0, 5231, 5232, 3, 552, 276, 0, 5232, 5233, - 3, 964, 482, 0, 5233, 5316, 1, 0, 0, 0, 5234, 5236, 5, 261, 0, 0, 5235, - 5237, 3, 554, 277, 0, 5236, 5235, 1, 0, 0, 0, 5236, 5237, 1, 0, 0, 0, 5237, - 5238, 1, 0, 0, 0, 5238, 5316, 3, 964, 482, 0, 5239, 5241, 5, 286, 0, 0, - 5240, 5242, 3, 554, 277, 0, 5241, 5240, 1, 0, 0, 0, 5241, 5242, 1, 0, 0, - 0, 5242, 5243, 1, 0, 0, 0, 5243, 5316, 3, 964, 482, 0, 5244, 5246, 5, 207, - 0, 0, 5245, 5247, 3, 554, 277, 0, 5246, 5245, 1, 0, 0, 0, 5246, 5247, 1, - 0, 0, 0, 5247, 5248, 1, 0, 0, 0, 5248, 5316, 3, 964, 482, 0, 5249, 5251, - 5, 240, 0, 0, 5250, 5252, 3, 554, 277, 0, 5251, 5250, 1, 0, 0, 0, 5251, - 5252, 1, 0, 0, 0, 5252, 5253, 1, 0, 0, 0, 5253, 5316, 3, 964, 482, 0, 5254, - 5255, 5, 130, 0, 0, 5255, 5257, 3, 1376, 688, 0, 5256, 5258, 3, 554, 277, - 0, 5257, 5256, 1, 0, 0, 0, 5257, 5258, 1, 0, 0, 0, 5258, 5259, 1, 0, 0, - 0, 5259, 5260, 3, 964, 482, 0, 5260, 5316, 1, 0, 0, 0, 5261, 5262, 5, 300, - 0, 0, 5262, 5264, 3, 1376, 688, 0, 5263, 5265, 3, 554, 277, 0, 5264, 5263, - 1, 0, 0, 0, 5264, 5265, 1, 0, 0, 0, 5265, 5266, 1, 0, 0, 0, 5266, 5267, - 3, 964, 482, 0, 5267, 5316, 1, 0, 0, 0, 5268, 5270, 3, 1376, 688, 0, 5269, - 5271, 3, 554, 277, 0, 5270, 5269, 1, 0, 0, 0, 5270, 5271, 1, 0, 0, 0, 5271, - 5272, 1, 0, 0, 0, 5272, 5273, 3, 964, 482, 0, 5273, 5316, 1, 0, 0, 0, 5274, - 5276, 5, 30, 0, 0, 5275, 5277, 3, 554, 277, 0, 5276, 5275, 1, 0, 0, 0, - 5276, 5277, 1, 0, 0, 0, 5277, 5278, 1, 0, 0, 0, 5278, 5316, 3, 964, 482, - 0, 5279, 5281, 5, 210, 0, 0, 5280, 5282, 3, 554, 277, 0, 5281, 5280, 1, - 0, 0, 0, 5281, 5282, 1, 0, 0, 0, 5282, 5283, 1, 0, 0, 0, 5283, 5316, 3, - 964, 482, 0, 5284, 5285, 5, 210, 0, 0, 5285, 5287, 3, 1376, 688, 0, 5286, - 5288, 3, 554, 277, 0, 5287, 5286, 1, 0, 0, 0, 5287, 5288, 1, 0, 0, 0, 5288, - 5289, 1, 0, 0, 0, 5289, 5290, 3, 964, 482, 0, 5290, 5316, 1, 0, 0, 0, 5291, - 5292, 5, 210, 0, 0, 5292, 5294, 5, 30, 0, 0, 5293, 5295, 3, 554, 277, 0, - 5294, 5293, 1, 0, 0, 0, 5294, 5295, 1, 0, 0, 0, 5295, 5296, 1, 0, 0, 0, - 5296, 5316, 3, 964, 482, 0, 5297, 5299, 5, 144, 0, 0, 5298, 5300, 3, 554, - 277, 0, 5299, 5298, 1, 0, 0, 0, 5299, 5300, 1, 0, 0, 0, 5300, 5301, 1, - 0, 0, 0, 5301, 5316, 3, 964, 482, 0, 5302, 5303, 5, 144, 0, 0, 5303, 5305, - 3, 1376, 688, 0, 5304, 5306, 3, 554, 277, 0, 5305, 5304, 1, 0, 0, 0, 5305, - 5306, 1, 0, 0, 0, 5306, 5307, 1, 0, 0, 0, 5307, 5308, 3, 964, 482, 0, 5308, - 5316, 1, 0, 0, 0, 5309, 5310, 5, 144, 0, 0, 5310, 5312, 5, 30, 0, 0, 5311, - 5313, 3, 554, 277, 0, 5312, 5311, 1, 0, 0, 0, 5312, 5313, 1, 0, 0, 0, 5313, - 5314, 1, 0, 0, 0, 5314, 5316, 3, 964, 482, 0, 5315, 5230, 1, 0, 0, 0, 5315, - 5231, 1, 0, 0, 0, 5315, 5234, 1, 0, 0, 0, 5315, 5239, 1, 0, 0, 0, 5315, - 5244, 1, 0, 0, 0, 5315, 5249, 1, 0, 0, 0, 5315, 5254, 1, 0, 0, 0, 5315, - 5261, 1, 0, 0, 0, 5315, 5268, 1, 0, 0, 0, 5315, 5274, 1, 0, 0, 0, 5315, - 5279, 1, 0, 0, 0, 5315, 5284, 1, 0, 0, 0, 5315, 5291, 1, 0, 0, 0, 5315, - 5297, 1, 0, 0, 0, 5315, 5302, 1, 0, 0, 0, 5315, 5309, 1, 0, 0, 0, 5316, - 551, 1, 0, 0, 0, 5317, 5318, 7, 26, 0, 0, 5318, 553, 1, 0, 0, 0, 5319, - 5320, 3, 552, 276, 0, 5320, 555, 1, 0, 0, 0, 5321, 5322, 5, 65, 0, 0, 5322, - 5323, 3, 560, 280, 0, 5323, 5324, 5, 80, 0, 0, 5324, 5325, 3, 566, 283, - 0, 5325, 5326, 5, 94, 0, 0, 5326, 5328, 3, 572, 286, 0, 5327, 5329, 3, - 576, 288, 0, 5328, 5327, 1, 0, 0, 0, 5328, 5329, 1, 0, 0, 0, 5329, 557, - 1, 0, 0, 0, 5330, 5331, 5, 310, 0, 0, 5331, 5332, 3, 560, 280, 0, 5332, - 5333, 5, 80, 0, 0, 5333, 5334, 3, 566, 283, 0, 5334, 5335, 5, 64, 0, 0, - 5335, 5337, 3, 572, 286, 0, 5336, 5338, 3, 108, 54, 0, 5337, 5336, 1, 0, - 0, 0, 5337, 5338, 1, 0, 0, 0, 5338, 5352, 1, 0, 0, 0, 5339, 5340, 5, 310, - 0, 0, 5340, 5341, 5, 65, 0, 0, 5341, 5342, 5, 272, 0, 0, 5342, 5343, 5, - 62, 0, 0, 5343, 5344, 3, 560, 280, 0, 5344, 5345, 5, 80, 0, 0, 5345, 5346, - 3, 566, 283, 0, 5346, 5347, 5, 64, 0, 0, 5347, 5349, 3, 572, 286, 0, 5348, - 5350, 3, 108, 54, 0, 5349, 5348, 1, 0, 0, 0, 5349, 5350, 1, 0, 0, 0, 5350, - 5352, 1, 0, 0, 0, 5351, 5330, 1, 0, 0, 0, 5351, 5339, 1, 0, 0, 0, 5352, - 559, 1, 0, 0, 0, 5353, 5369, 3, 562, 281, 0, 5354, 5369, 5, 30, 0, 0, 5355, - 5356, 5, 30, 0, 0, 5356, 5369, 5, 287, 0, 0, 5357, 5358, 5, 30, 0, 0, 5358, - 5359, 5, 2, 0, 0, 5359, 5360, 3, 220, 110, 0, 5360, 5361, 5, 3, 0, 0, 5361, - 5369, 1, 0, 0, 0, 5362, 5363, 5, 30, 0, 0, 5363, 5364, 5, 287, 0, 0, 5364, - 5365, 5, 2, 0, 0, 5365, 5366, 3, 220, 110, 0, 5366, 5367, 5, 3, 0, 0, 5367, - 5369, 1, 0, 0, 0, 5368, 5353, 1, 0, 0, 0, 5368, 5354, 1, 0, 0, 0, 5368, - 5355, 1, 0, 0, 0, 5368, 5357, 1, 0, 0, 0, 5368, 5362, 1, 0, 0, 0, 5369, - 561, 1, 0, 0, 0, 5370, 5375, 3, 564, 282, 0, 5371, 5372, 5, 6, 0, 0, 5372, - 5374, 3, 564, 282, 0, 5373, 5371, 1, 0, 0, 0, 5374, 5377, 1, 0, 0, 0, 5375, - 5373, 1, 0, 0, 0, 5375, 5376, 1, 0, 0, 0, 5376, 563, 1, 0, 0, 0, 5377, - 5375, 1, 0, 0, 0, 5378, 5380, 5, 88, 0, 0, 5379, 5381, 3, 218, 109, 0, - 5380, 5379, 1, 0, 0, 0, 5380, 5381, 1, 0, 0, 0, 5381, 5397, 1, 0, 0, 0, - 5382, 5384, 5, 86, 0, 0, 5383, 5385, 3, 218, 109, 0, 5384, 5383, 1, 0, - 0, 0, 5384, 5385, 1, 0, 0, 0, 5385, 5397, 1, 0, 0, 0, 5386, 5388, 5, 46, - 0, 0, 5387, 5389, 3, 218, 109, 0, 5388, 5387, 1, 0, 0, 0, 5388, 5389, 1, - 0, 0, 0, 5389, 5397, 1, 0, 0, 0, 5390, 5391, 5, 138, 0, 0, 5391, 5397, - 5, 342, 0, 0, 5392, 5394, 3, 1384, 692, 0, 5393, 5395, 3, 218, 109, 0, - 5394, 5393, 1, 0, 0, 0, 5394, 5395, 1, 0, 0, 0, 5395, 5397, 1, 0, 0, 0, - 5396, 5378, 1, 0, 0, 0, 5396, 5382, 1, 0, 0, 0, 5396, 5386, 1, 0, 0, 0, - 5396, 5390, 1, 0, 0, 0, 5396, 5392, 1, 0, 0, 0, 5397, 565, 1, 0, 0, 0, - 5398, 5459, 3, 1346, 673, 0, 5399, 5400, 5, 92, 0, 0, 5400, 5459, 3, 1346, - 673, 0, 5401, 5402, 5, 321, 0, 0, 5402, 5459, 3, 1346, 673, 0, 5403, 5404, - 5, 63, 0, 0, 5404, 5405, 5, 174, 0, 0, 5405, 5406, 5, 374, 0, 0, 5406, - 5459, 3, 1350, 675, 0, 5407, 5408, 5, 63, 0, 0, 5408, 5409, 5, 324, 0, - 0, 5409, 5459, 3, 1350, 675, 0, 5410, 5411, 5, 211, 0, 0, 5411, 5459, 3, - 632, 316, 0, 5412, 5413, 5, 289, 0, 0, 5413, 5459, 3, 632, 316, 0, 5414, - 5415, 5, 444, 0, 0, 5415, 5459, 3, 632, 316, 0, 5416, 5417, 5, 175, 0, - 0, 5417, 5459, 3, 1350, 675, 0, 5418, 5419, 5, 189, 0, 0, 5419, 5459, 3, - 526, 263, 0, 5420, 5421, 5, 238, 0, 0, 5421, 5459, 3, 1350, 675, 0, 5422, - 5423, 5, 239, 0, 0, 5423, 5424, 5, 267, 0, 0, 5424, 5459, 3, 298, 149, - 0, 5425, 5426, 5, 405, 0, 0, 5426, 5459, 3, 568, 284, 0, 5427, 5428, 5, - 316, 0, 0, 5428, 5459, 3, 1350, 675, 0, 5429, 5430, 5, 344, 0, 0, 5430, - 5459, 3, 1350, 675, 0, 5431, 5432, 5, 353, 0, 0, 5432, 5459, 3, 526, 263, - 0, 5433, 5434, 5, 30, 0, 0, 5434, 5435, 5, 343, 0, 0, 5435, 5436, 5, 68, - 0, 0, 5436, 5437, 5, 316, 0, 0, 5437, 5459, 3, 1350, 675, 0, 5438, 5439, - 5, 30, 0, 0, 5439, 5440, 5, 322, 0, 0, 5440, 5441, 5, 68, 0, 0, 5441, 5442, - 5, 316, 0, 0, 5442, 5459, 3, 1350, 675, 0, 5443, 5444, 5, 30, 0, 0, 5444, - 5445, 5, 212, 0, 0, 5445, 5446, 5, 68, 0, 0, 5446, 5447, 5, 316, 0, 0, - 5447, 5459, 3, 1350, 675, 0, 5448, 5449, 5, 30, 0, 0, 5449, 5450, 5, 459, - 0, 0, 5450, 5451, 5, 68, 0, 0, 5451, 5452, 5, 316, 0, 0, 5452, 5459, 3, - 1350, 675, 0, 5453, 5454, 5, 30, 0, 0, 5454, 5455, 5, 457, 0, 0, 5455, - 5456, 5, 68, 0, 0, 5456, 5457, 5, 316, 0, 0, 5457, 5459, 3, 1350, 675, - 0, 5458, 5398, 1, 0, 0, 0, 5458, 5399, 1, 0, 0, 0, 5458, 5401, 1, 0, 0, - 0, 5458, 5403, 1, 0, 0, 0, 5458, 5407, 1, 0, 0, 0, 5458, 5410, 1, 0, 0, - 0, 5458, 5412, 1, 0, 0, 0, 5458, 5414, 1, 0, 0, 0, 5458, 5416, 1, 0, 0, - 0, 5458, 5418, 1, 0, 0, 0, 5458, 5420, 1, 0, 0, 0, 5458, 5422, 1, 0, 0, - 0, 5458, 5425, 1, 0, 0, 0, 5458, 5427, 1, 0, 0, 0, 5458, 5429, 1, 0, 0, - 0, 5458, 5431, 1, 0, 0, 0, 5458, 5433, 1, 0, 0, 0, 5458, 5438, 1, 0, 0, - 0, 5458, 5443, 1, 0, 0, 0, 5458, 5448, 1, 0, 0, 0, 5458, 5453, 1, 0, 0, - 0, 5459, 567, 1, 0, 0, 0, 5460, 5465, 3, 570, 285, 0, 5461, 5462, 5, 6, - 0, 0, 5462, 5464, 3, 570, 285, 0, 5463, 5461, 1, 0, 0, 0, 5464, 5467, 1, - 0, 0, 0, 5465, 5463, 1, 0, 0, 0, 5465, 5466, 1, 0, 0, 0, 5466, 569, 1, - 0, 0, 0, 5467, 5465, 1, 0, 0, 0, 5468, 5471, 3, 1384, 692, 0, 5469, 5470, - 5, 11, 0, 0, 5470, 5472, 3, 1384, 692, 0, 5471, 5469, 1, 0, 0, 0, 5471, - 5472, 1, 0, 0, 0, 5472, 571, 1, 0, 0, 0, 5473, 5478, 3, 574, 287, 0, 5474, - 5475, 5, 6, 0, 0, 5475, 5477, 3, 574, 287, 0, 5476, 5474, 1, 0, 0, 0, 5477, - 5480, 1, 0, 0, 0, 5478, 5476, 1, 0, 0, 0, 5478, 5479, 1, 0, 0, 0, 5479, - 573, 1, 0, 0, 0, 5480, 5478, 1, 0, 0, 0, 5481, 5485, 3, 1380, 690, 0, 5482, - 5483, 5, 66, 0, 0, 5483, 5485, 3, 1380, 690, 0, 5484, 5481, 1, 0, 0, 0, - 5484, 5482, 1, 0, 0, 0, 5485, 575, 1, 0, 0, 0, 5486, 5487, 5, 105, 0, 0, - 5487, 5488, 5, 65, 0, 0, 5488, 5489, 5, 272, 0, 0, 5489, 577, 1, 0, 0, - 0, 5490, 5491, 5, 65, 0, 0, 5491, 5492, 3, 562, 281, 0, 5492, 5493, 5, - 94, 0, 0, 5493, 5495, 3, 1382, 691, 0, 5494, 5496, 3, 582, 291, 0, 5495, - 5494, 1, 0, 0, 0, 5495, 5496, 1, 0, 0, 0, 5496, 5498, 1, 0, 0, 0, 5497, - 5499, 3, 584, 292, 0, 5498, 5497, 1, 0, 0, 0, 5498, 5499, 1, 0, 0, 0, 5499, - 579, 1, 0, 0, 0, 5500, 5501, 5, 310, 0, 0, 5501, 5502, 3, 562, 281, 0, - 5502, 5503, 5, 64, 0, 0, 5503, 5505, 3, 1382, 691, 0, 5504, 5506, 3, 584, - 292, 0, 5505, 5504, 1, 0, 0, 0, 5505, 5506, 1, 0, 0, 0, 5506, 5508, 1, - 0, 0, 0, 5507, 5509, 3, 108, 54, 0, 5508, 5507, 1, 0, 0, 0, 5508, 5509, - 1, 0, 0, 0, 5509, 5524, 1, 0, 0, 0, 5510, 5511, 5, 310, 0, 0, 5511, 5512, - 5, 134, 0, 0, 5512, 5513, 5, 272, 0, 0, 5513, 5514, 5, 62, 0, 0, 5514, - 5515, 3, 562, 281, 0, 5515, 5516, 5, 64, 0, 0, 5516, 5518, 3, 1382, 691, - 0, 5517, 5519, 3, 584, 292, 0, 5518, 5517, 1, 0, 0, 0, 5518, 5519, 1, 0, - 0, 0, 5519, 5521, 1, 0, 0, 0, 5520, 5522, 3, 108, 54, 0, 5521, 5520, 1, - 0, 0, 0, 5521, 5522, 1, 0, 0, 0, 5522, 5524, 1, 0, 0, 0, 5523, 5500, 1, - 0, 0, 0, 5523, 5510, 1, 0, 0, 0, 5524, 581, 1, 0, 0, 0, 5525, 5526, 5, - 105, 0, 0, 5526, 5527, 5, 134, 0, 0, 5527, 5528, 5, 272, 0, 0, 5528, 583, - 1, 0, 0, 0, 5529, 5530, 5, 214, 0, 0, 5530, 5531, 5, 147, 0, 0, 5531, 5532, - 3, 1380, 690, 0, 5532, 585, 1, 0, 0, 0, 5533, 5534, 5, 138, 0, 0, 5534, - 5535, 5, 53, 0, 0, 5535, 5536, 5, 287, 0, 0, 5536, 5537, 3, 588, 294, 0, - 5537, 5538, 3, 592, 296, 0, 5538, 587, 1, 0, 0, 0, 5539, 5541, 3, 590, - 295, 0, 5540, 5539, 1, 0, 0, 0, 5541, 5544, 1, 0, 0, 0, 5542, 5540, 1, - 0, 0, 0, 5542, 5543, 1, 0, 0, 0, 5543, 589, 1, 0, 0, 0, 5544, 5542, 1, - 0, 0, 0, 5545, 5546, 5, 68, 0, 0, 5546, 5547, 5, 316, 0, 0, 5547, 5555, - 3, 1350, 675, 0, 5548, 5549, 5, 62, 0, 0, 5549, 5550, 5, 311, 0, 0, 5550, - 5555, 3, 1382, 691, 0, 5551, 5552, 5, 62, 0, 0, 5552, 5553, 5, 99, 0, 0, - 5553, 5555, 3, 1382, 691, 0, 5554, 5545, 1, 0, 0, 0, 5554, 5548, 1, 0, - 0, 0, 5554, 5551, 1, 0, 0, 0, 5555, 591, 1, 0, 0, 0, 5556, 5557, 5, 65, - 0, 0, 5557, 5558, 3, 560, 280, 0, 5558, 5559, 5, 80, 0, 0, 5559, 5560, - 3, 594, 297, 0, 5560, 5561, 5, 94, 0, 0, 5561, 5563, 3, 572, 286, 0, 5562, - 5564, 3, 576, 288, 0, 5563, 5562, 1, 0, 0, 0, 5563, 5564, 1, 0, 0, 0, 5564, - 5587, 1, 0, 0, 0, 5565, 5566, 5, 310, 0, 0, 5566, 5567, 3, 560, 280, 0, - 5567, 5568, 5, 80, 0, 0, 5568, 5569, 3, 594, 297, 0, 5569, 5570, 5, 64, - 0, 0, 5570, 5572, 3, 572, 286, 0, 5571, 5573, 3, 108, 54, 0, 5572, 5571, - 1, 0, 0, 0, 5572, 5573, 1, 0, 0, 0, 5573, 5587, 1, 0, 0, 0, 5574, 5575, - 5, 310, 0, 0, 5575, 5576, 5, 65, 0, 0, 5576, 5577, 5, 272, 0, 0, 5577, - 5578, 5, 62, 0, 0, 5578, 5579, 3, 560, 280, 0, 5579, 5580, 5, 80, 0, 0, - 5580, 5581, 3, 594, 297, 0, 5581, 5582, 5, 64, 0, 0, 5582, 5584, 3, 572, - 286, 0, 5583, 5585, 3, 108, 54, 0, 5584, 5583, 1, 0, 0, 0, 5584, 5585, - 1, 0, 0, 0, 5585, 5587, 1, 0, 0, 0, 5586, 5556, 1, 0, 0, 0, 5586, 5565, - 1, 0, 0, 0, 5586, 5574, 1, 0, 0, 0, 5587, 593, 1, 0, 0, 0, 5588, 5589, - 7, 27, 0, 0, 5589, 595, 1, 0, 0, 0, 5590, 5592, 5, 46, 0, 0, 5591, 5593, - 3, 598, 299, 0, 5592, 5591, 1, 0, 0, 0, 5592, 5593, 1, 0, 0, 0, 5593, 5594, - 1, 0, 0, 0, 5594, 5596, 5, 226, 0, 0, 5595, 5597, 3, 600, 300, 0, 5596, - 5595, 1, 0, 0, 0, 5596, 5597, 1, 0, 0, 0, 5597, 5604, 1, 0, 0, 0, 5598, - 5599, 5, 220, 0, 0, 5599, 5600, 5, 77, 0, 0, 5600, 5602, 5, 390, 0, 0, - 5601, 5598, 1, 0, 0, 0, 5601, 5602, 1, 0, 0, 0, 5602, 5603, 1, 0, 0, 0, - 5603, 5605, 3, 1352, 676, 0, 5604, 5601, 1, 0, 0, 0, 5604, 5605, 1, 0, - 0, 0, 5605, 5606, 1, 0, 0, 0, 5606, 5607, 5, 80, 0, 0, 5607, 5609, 3, 1084, - 542, 0, 5608, 5610, 3, 604, 302, 0, 5609, 5608, 1, 0, 0, 0, 5609, 5610, - 1, 0, 0, 0, 5610, 5611, 1, 0, 0, 0, 5611, 5612, 5, 2, 0, 0, 5612, 5613, - 3, 606, 303, 0, 5613, 5615, 5, 3, 0, 0, 5614, 5616, 3, 612, 306, 0, 5615, - 5614, 1, 0, 0, 0, 5615, 5616, 1, 0, 0, 0, 5616, 5618, 1, 0, 0, 0, 5617, - 5619, 3, 200, 100, 0, 5618, 5617, 1, 0, 0, 0, 5618, 5619, 1, 0, 0, 0, 5619, - 5621, 1, 0, 0, 0, 5620, 5622, 3, 118, 59, 0, 5621, 5620, 1, 0, 0, 0, 5621, - 5622, 1, 0, 0, 0, 5622, 5624, 1, 0, 0, 0, 5623, 5625, 3, 258, 129, 0, 5624, - 5623, 1, 0, 0, 0, 5624, 5625, 1, 0, 0, 0, 5625, 5627, 1, 0, 0, 0, 5626, - 5628, 3, 1104, 552, 0, 5627, 5626, 1, 0, 0, 0, 5627, 5628, 1, 0, 0, 0, - 5628, 597, 1, 0, 0, 0, 5629, 5630, 5, 98, 0, 0, 5630, 599, 1, 0, 0, 0, - 5631, 5632, 5, 109, 0, 0, 5632, 601, 1, 0, 0, 0, 5633, 5634, 3, 1352, 676, - 0, 5634, 603, 1, 0, 0, 0, 5635, 5636, 5, 100, 0, 0, 5636, 5637, 3, 1352, - 676, 0, 5637, 605, 1, 0, 0, 0, 5638, 5643, 3, 610, 305, 0, 5639, 5640, - 5, 6, 0, 0, 5640, 5642, 3, 610, 305, 0, 5641, 5639, 1, 0, 0, 0, 5642, 5645, - 1, 0, 0, 0, 5643, 5641, 1, 0, 0, 0, 5643, 5644, 1, 0, 0, 0, 5644, 607, - 1, 0, 0, 0, 5645, 5643, 1, 0, 0, 0, 5646, 5648, 3, 616, 308, 0, 5647, 5646, - 1, 0, 0, 0, 5647, 5648, 1, 0, 0, 0, 5648, 5650, 1, 0, 0, 0, 5649, 5651, - 3, 618, 309, 0, 5650, 5649, 1, 0, 0, 0, 5650, 5651, 1, 0, 0, 0, 5651, 5653, - 1, 0, 0, 0, 5652, 5654, 3, 620, 310, 0, 5653, 5652, 1, 0, 0, 0, 5653, 5654, - 1, 0, 0, 0, 5654, 5656, 1, 0, 0, 0, 5655, 5657, 3, 622, 311, 0, 5656, 5655, - 1, 0, 0, 0, 5656, 5657, 1, 0, 0, 0, 5657, 5670, 1, 0, 0, 0, 5658, 5660, - 3, 616, 308, 0, 5659, 5658, 1, 0, 0, 0, 5659, 5660, 1, 0, 0, 0, 5660, 5661, - 1, 0, 0, 0, 5661, 5662, 3, 528, 264, 0, 5662, 5664, 3, 116, 58, 0, 5663, - 5665, 3, 620, 310, 0, 5664, 5663, 1, 0, 0, 0, 5664, 5665, 1, 0, 0, 0, 5665, - 5667, 1, 0, 0, 0, 5666, 5668, 3, 622, 311, 0, 5667, 5666, 1, 0, 0, 0, 5667, - 5668, 1, 0, 0, 0, 5668, 5670, 1, 0, 0, 0, 5669, 5647, 1, 0, 0, 0, 5669, - 5659, 1, 0, 0, 0, 5670, 609, 1, 0, 0, 0, 5671, 5672, 3, 1384, 692, 0, 5672, - 5673, 3, 608, 304, 0, 5673, 5683, 1, 0, 0, 0, 5674, 5675, 3, 1224, 612, - 0, 5675, 5676, 3, 608, 304, 0, 5676, 5683, 1, 0, 0, 0, 5677, 5678, 5, 2, - 0, 0, 5678, 5679, 3, 1172, 586, 0, 5679, 5680, 5, 3, 0, 0, 5680, 5681, - 3, 608, 304, 0, 5681, 5683, 1, 0, 0, 0, 5682, 5671, 1, 0, 0, 0, 5682, 5674, - 1, 0, 0, 0, 5682, 5677, 1, 0, 0, 0, 5683, 611, 1, 0, 0, 0, 5684, 5685, - 5, 443, 0, 0, 5685, 5686, 5, 2, 0, 0, 5686, 5687, 3, 614, 307, 0, 5687, - 5688, 5, 3, 0, 0, 5688, 613, 1, 0, 0, 0, 5689, 5694, 3, 610, 305, 0, 5690, - 5691, 5, 6, 0, 0, 5691, 5693, 3, 610, 305, 0, 5692, 5690, 1, 0, 0, 0, 5693, - 5696, 1, 0, 0, 0, 5694, 5692, 1, 0, 0, 0, 5694, 5695, 1, 0, 0, 0, 5695, - 615, 1, 0, 0, 0, 5696, 5694, 1, 0, 0, 0, 5697, 5698, 5, 43, 0, 0, 5698, - 5699, 3, 528, 264, 0, 5699, 617, 1, 0, 0, 0, 5700, 5701, 3, 528, 264, 0, - 5701, 619, 1, 0, 0, 0, 5702, 5703, 7, 28, 0, 0, 5703, 621, 1, 0, 0, 0, - 5704, 5705, 5, 266, 0, 0, 5705, 5709, 5, 207, 0, 0, 5706, 5707, 5, 266, - 0, 0, 5707, 5709, 5, 240, 0, 0, 5708, 5704, 1, 0, 0, 0, 5708, 5706, 1, - 0, 0, 0, 5709, 623, 1, 0, 0, 0, 5710, 5712, 5, 46, 0, 0, 5711, 5713, 3, - 626, 313, 0, 5712, 5711, 1, 0, 0, 0, 5712, 5713, 1, 0, 0, 0, 5713, 5714, - 1, 0, 0, 0, 5714, 5715, 7, 24, 0, 0, 5715, 5716, 3, 1358, 679, 0, 5716, - 5726, 3, 636, 318, 0, 5717, 5724, 5, 309, 0, 0, 5718, 5725, 3, 646, 323, - 0, 5719, 5720, 5, 92, 0, 0, 5720, 5721, 5, 2, 0, 0, 5721, 5722, 3, 676, - 338, 0, 5722, 5723, 5, 3, 0, 0, 5723, 5725, 1, 0, 0, 0, 5724, 5718, 1, - 0, 0, 0, 5724, 5719, 1, 0, 0, 0, 5725, 5727, 1, 0, 0, 0, 5726, 5717, 1, - 0, 0, 0, 5726, 5727, 1, 0, 0, 0, 5727, 5728, 1, 0, 0, 0, 5728, 5729, 3, - 662, 331, 0, 5729, 625, 1, 0, 0, 0, 5730, 5731, 5, 82, 0, 0, 5731, 5732, - 5, 304, 0, 0, 5732, 627, 1, 0, 0, 0, 5733, 5735, 5, 2, 0, 0, 5734, 5736, - 3, 630, 315, 0, 5735, 5734, 1, 0, 0, 0, 5735, 5736, 1, 0, 0, 0, 5736, 5737, - 1, 0, 0, 0, 5737, 5738, 5, 3, 0, 0, 5738, 629, 1, 0, 0, 0, 5739, 5744, - 3, 640, 320, 0, 5740, 5741, 5, 6, 0, 0, 5741, 5743, 3, 640, 320, 0, 5742, - 5740, 1, 0, 0, 0, 5743, 5746, 1, 0, 0, 0, 5744, 5742, 1, 0, 0, 0, 5744, - 5745, 1, 0, 0, 0, 5745, 631, 1, 0, 0, 0, 5746, 5744, 1, 0, 0, 0, 5747, - 5752, 3, 634, 317, 0, 5748, 5749, 5, 6, 0, 0, 5749, 5751, 3, 634, 317, - 0, 5750, 5748, 1, 0, 0, 0, 5751, 5754, 1, 0, 0, 0, 5752, 5750, 1, 0, 0, - 0, 5752, 5753, 1, 0, 0, 0, 5753, 633, 1, 0, 0, 0, 5754, 5752, 1, 0, 0, - 0, 5755, 5756, 3, 1358, 679, 0, 5756, 5757, 3, 628, 314, 0, 5757, 5764, - 1, 0, 0, 0, 5758, 5764, 3, 1402, 701, 0, 5759, 5761, 3, 1384, 692, 0, 5760, - 5762, 3, 1334, 667, 0, 5761, 5760, 1, 0, 0, 0, 5761, 5762, 1, 0, 0, 0, - 5762, 5764, 1, 0, 0, 0, 5763, 5755, 1, 0, 0, 0, 5763, 5758, 1, 0, 0, 0, - 5763, 5759, 1, 0, 0, 0, 5764, 635, 1, 0, 0, 0, 5765, 5767, 5, 2, 0, 0, - 5766, 5768, 3, 638, 319, 0, 5767, 5766, 1, 0, 0, 0, 5767, 5768, 1, 0, 0, - 0, 5768, 5769, 1, 0, 0, 0, 5769, 5770, 5, 3, 0, 0, 5770, 637, 1, 0, 0, - 0, 5771, 5776, 3, 650, 325, 0, 5772, 5773, 5, 6, 0, 0, 5773, 5775, 3, 650, - 325, 0, 5774, 5772, 1, 0, 0, 0, 5775, 5778, 1, 0, 0, 0, 5776, 5774, 1, - 0, 0, 0, 5776, 5777, 1, 0, 0, 0, 5777, 639, 1, 0, 0, 0, 5778, 5776, 1, - 0, 0, 0, 5779, 5781, 3, 642, 321, 0, 5780, 5782, 3, 644, 322, 0, 5781, - 5780, 1, 0, 0, 0, 5781, 5782, 1, 0, 0, 0, 5782, 5783, 1, 0, 0, 0, 5783, - 5784, 3, 648, 324, 0, 5784, 5793, 1, 0, 0, 0, 5785, 5787, 3, 644, 322, - 0, 5786, 5788, 3, 642, 321, 0, 5787, 5786, 1, 0, 0, 0, 5787, 5788, 1, 0, - 0, 0, 5788, 5789, 1, 0, 0, 0, 5789, 5790, 3, 648, 324, 0, 5790, 5793, 1, - 0, 0, 0, 5791, 5793, 3, 648, 324, 0, 5792, 5779, 1, 0, 0, 0, 5792, 5785, - 1, 0, 0, 0, 5792, 5791, 1, 0, 0, 0, 5793, 641, 1, 0, 0, 0, 5794, 5796, - 5, 68, 0, 0, 5795, 5797, 5, 455, 0, 0, 5796, 5795, 1, 0, 0, 0, 5796, 5797, - 1, 0, 0, 0, 5797, 5802, 1, 0, 0, 0, 5798, 5802, 5, 455, 0, 0, 5799, 5802, - 5, 394, 0, 0, 5800, 5802, 5, 101, 0, 0, 5801, 5794, 1, 0, 0, 0, 5801, 5798, - 1, 0, 0, 0, 5801, 5799, 1, 0, 0, 0, 5801, 5800, 1, 0, 0, 0, 5802, 643, - 1, 0, 0, 0, 5803, 5808, 3, 1388, 694, 0, 5804, 5808, 3, 1406, 703, 0, 5805, - 5808, 5, 119, 0, 0, 5806, 5808, 5, 126, 0, 0, 5807, 5803, 1, 0, 0, 0, 5807, - 5804, 1, 0, 0, 0, 5807, 5805, 1, 0, 0, 0, 5807, 5806, 1, 0, 0, 0, 5808, - 645, 1, 0, 0, 0, 5809, 5810, 3, 648, 324, 0, 5810, 647, 1, 0, 0, 0, 5811, - 5826, 3, 1128, 564, 0, 5812, 5814, 5, 410, 0, 0, 5813, 5812, 1, 0, 0, 0, - 5813, 5814, 1, 0, 0, 0, 5814, 5819, 1, 0, 0, 0, 5815, 5820, 3, 1406, 703, - 0, 5816, 5820, 3, 1388, 694, 0, 5817, 5820, 5, 119, 0, 0, 5818, 5820, 5, - 126, 0, 0, 5819, 5815, 1, 0, 0, 0, 5819, 5816, 1, 0, 0, 0, 5819, 5817, - 1, 0, 0, 0, 5819, 5818, 1, 0, 0, 0, 5820, 5821, 1, 0, 0, 0, 5821, 5822, - 3, 530, 265, 0, 5822, 5823, 5, 27, 0, 0, 5823, 5824, 5, 353, 0, 0, 5824, - 5826, 1, 0, 0, 0, 5825, 5811, 1, 0, 0, 0, 5825, 5813, 1, 0, 0, 0, 5826, - 649, 1, 0, 0, 0, 5827, 5830, 3, 640, 320, 0, 5828, 5829, 7, 29, 0, 0, 5829, - 5831, 3, 1172, 586, 0, 5830, 5828, 1, 0, 0, 0, 5830, 5831, 1, 0, 0, 0, - 5831, 651, 1, 0, 0, 0, 5832, 5833, 3, 640, 320, 0, 5833, 653, 1, 0, 0, - 0, 5834, 5845, 5, 2, 0, 0, 5835, 5846, 5, 9, 0, 0, 5836, 5846, 3, 656, - 328, 0, 5837, 5838, 5, 83, 0, 0, 5838, 5839, 5, 147, 0, 0, 5839, 5846, - 3, 656, 328, 0, 5840, 5841, 3, 656, 328, 0, 5841, 5842, 5, 83, 0, 0, 5842, - 5843, 5, 147, 0, 0, 5843, 5844, 3, 656, 328, 0, 5844, 5846, 1, 0, 0, 0, - 5845, 5835, 1, 0, 0, 0, 5845, 5836, 1, 0, 0, 0, 5845, 5837, 1, 0, 0, 0, - 5845, 5840, 1, 0, 0, 0, 5846, 5847, 1, 0, 0, 0, 5847, 5848, 5, 3, 0, 0, - 5848, 655, 1, 0, 0, 0, 5849, 5854, 3, 652, 326, 0, 5850, 5851, 5, 6, 0, - 0, 5851, 5853, 3, 652, 326, 0, 5852, 5850, 1, 0, 0, 0, 5853, 5856, 1, 0, - 0, 0, 5854, 5852, 1, 0, 0, 0, 5854, 5855, 1, 0, 0, 0, 5855, 657, 1, 0, - 0, 0, 5856, 5854, 1, 0, 0, 0, 5857, 5858, 3, 1358, 679, 0, 5858, 5859, - 3, 654, 327, 0, 5859, 659, 1, 0, 0, 0, 5860, 5865, 3, 658, 329, 0, 5861, - 5862, 5, 6, 0, 0, 5862, 5864, 3, 658, 329, 0, 5863, 5861, 1, 0, 0, 0, 5864, - 5867, 1, 0, 0, 0, 5865, 5863, 1, 0, 0, 0, 5865, 5866, 1, 0, 0, 0, 5866, - 661, 1, 0, 0, 0, 5867, 5865, 1, 0, 0, 0, 5868, 5870, 3, 666, 333, 0, 5869, - 5868, 1, 0, 0, 0, 5870, 5871, 1, 0, 0, 0, 5871, 5869, 1, 0, 0, 0, 5871, - 5872, 1, 0, 0, 0, 5872, 5873, 1, 0, 0, 0, 5873, 5874, 6, 331, -1, 0, 5874, - 663, 1, 0, 0, 0, 5875, 5876, 5, 149, 0, 0, 5876, 5877, 5, 80, 0, 0, 5877, - 5878, 5, 78, 0, 0, 5878, 5911, 5, 460, 0, 0, 5879, 5880, 5, 309, 0, 0, - 5880, 5881, 5, 78, 0, 0, 5881, 5882, 5, 80, 0, 0, 5882, 5883, 5, 78, 0, - 0, 5883, 5911, 5, 460, 0, 0, 5884, 5911, 5, 339, 0, 0, 5885, 5911, 5, 222, - 0, 0, 5886, 5911, 5, 331, 0, 0, 5887, 5911, 5, 370, 0, 0, 5888, 5889, 5, - 205, 0, 0, 5889, 5890, 5, 320, 0, 0, 5890, 5911, 5, 181, 0, 0, 5891, 5892, - 5, 205, 0, 0, 5892, 5893, 5, 320, 0, 0, 5893, 5911, 5, 234, 0, 0, 5894, - 5895, 5, 320, 0, 0, 5895, 5911, 5, 181, 0, 0, 5896, 5897, 5, 320, 0, 0, - 5897, 5911, 5, 234, 0, 0, 5898, 5911, 5, 241, 0, 0, 5899, 5900, 5, 77, - 0, 0, 5900, 5911, 5, 241, 0, 0, 5901, 5902, 5, 170, 0, 0, 5902, 5911, 3, - 296, 148, 0, 5903, 5904, 5, 313, 0, 0, 5904, 5911, 3, 296, 148, 0, 5905, - 5906, 5, 461, 0, 0, 5906, 5911, 3, 528, 264, 0, 5907, 5911, 3, 82, 41, - 0, 5908, 5909, 5, 462, 0, 0, 5909, 5911, 3, 1384, 692, 0, 5910, 5875, 1, - 0, 0, 0, 5910, 5879, 1, 0, 0, 0, 5910, 5884, 1, 0, 0, 0, 5910, 5885, 1, - 0, 0, 0, 5910, 5886, 1, 0, 0, 0, 5910, 5887, 1, 0, 0, 0, 5910, 5888, 1, - 0, 0, 0, 5910, 5891, 1, 0, 0, 0, 5910, 5894, 1, 0, 0, 0, 5910, 5896, 1, - 0, 0, 0, 5910, 5898, 1, 0, 0, 0, 5910, 5899, 1, 0, 0, 0, 5910, 5901, 1, - 0, 0, 0, 5910, 5903, 1, 0, 0, 0, 5910, 5905, 1, 0, 0, 0, 5910, 5907, 1, - 0, 0, 0, 5910, 5908, 1, 0, 0, 0, 5911, 665, 1, 0, 0, 0, 5912, 5913, 5, - 36, 0, 0, 5913, 5926, 3, 668, 334, 0, 5914, 5915, 5, 146, 0, 0, 5915, 5916, - 5, 380, 0, 0, 5916, 5917, 3, 6, 3, 0, 5917, 5918, 5, 456, 0, 0, 5918, 5926, - 1, 0, 0, 0, 5919, 5920, 5, 238, 0, 0, 5920, 5926, 3, 72, 36, 0, 5921, 5922, - 5, 445, 0, 0, 5922, 5926, 3, 670, 335, 0, 5923, 5926, 5, 104, 0, 0, 5924, - 5926, 3, 664, 332, 0, 5925, 5912, 1, 0, 0, 0, 5925, 5914, 1, 0, 0, 0, 5925, - 5919, 1, 0, 0, 0, 5925, 5921, 1, 0, 0, 0, 5925, 5923, 1, 0, 0, 0, 5925, - 5924, 1, 0, 0, 0, 5926, 667, 1, 0, 0, 0, 5927, 5933, 3, 1370, 685, 0, 5928, - 5929, 3, 1370, 685, 0, 5929, 5930, 5, 6, 0, 0, 5930, 5931, 3, 1370, 685, - 0, 5931, 5933, 1, 0, 0, 0, 5932, 5927, 1, 0, 0, 0, 5932, 5928, 1, 0, 0, - 0, 5933, 669, 1, 0, 0, 0, 5934, 5935, 5, 62, 0, 0, 5935, 5936, 5, 353, - 0, 0, 5936, 5943, 3, 1128, 564, 0, 5937, 5938, 5, 6, 0, 0, 5938, 5939, - 5, 62, 0, 0, 5939, 5940, 5, 353, 0, 0, 5940, 5942, 3, 1128, 564, 0, 5941, - 5937, 1, 0, 0, 0, 5942, 5945, 1, 0, 0, 0, 5943, 5941, 1, 0, 0, 0, 5943, - 5944, 1, 0, 0, 0, 5944, 671, 1, 0, 0, 0, 5945, 5943, 1, 0, 0, 0, 5946, - 5947, 5, 105, 0, 0, 5947, 5948, 3, 464, 232, 0, 5948, 673, 1, 0, 0, 0, - 5949, 5950, 3, 644, 322, 0, 5950, 5951, 3, 648, 324, 0, 5951, 675, 1, 0, - 0, 0, 5952, 5957, 3, 674, 337, 0, 5953, 5954, 5, 6, 0, 0, 5954, 5956, 3, - 674, 337, 0, 5955, 5953, 1, 0, 0, 0, 5956, 5959, 1, 0, 0, 0, 5957, 5955, - 1, 0, 0, 0, 5957, 5958, 1, 0, 0, 0, 5958, 677, 1, 0, 0, 0, 5959, 5957, - 1, 0, 0, 0, 5960, 5961, 5, 138, 0, 0, 5961, 5962, 7, 30, 0, 0, 5962, 5963, - 3, 634, 317, 0, 5963, 5965, 3, 680, 340, 0, 5964, 5966, 3, 682, 341, 0, - 5965, 5964, 1, 0, 0, 0, 5965, 5966, 1, 0, 0, 0, 5966, 679, 1, 0, 0, 0, - 5967, 5969, 3, 664, 332, 0, 5968, 5967, 1, 0, 0, 0, 5969, 5970, 1, 0, 0, - 0, 5970, 5968, 1, 0, 0, 0, 5970, 5971, 1, 0, 0, 0, 5971, 681, 1, 0, 0, - 0, 5972, 5973, 5, 308, 0, 0, 5973, 683, 1, 0, 0, 0, 5974, 5975, 5, 191, - 0, 0, 5975, 5976, 5, 211, 0, 0, 5976, 5978, 3, 632, 316, 0, 5977, 5979, - 3, 108, 54, 0, 5978, 5977, 1, 0, 0, 0, 5978, 5979, 1, 0, 0, 0, 5979, 6017, - 1, 0, 0, 0, 5980, 5981, 5, 191, 0, 0, 5981, 5982, 5, 211, 0, 0, 5982, 5983, - 5, 220, 0, 0, 5983, 5984, 5, 390, 0, 0, 5984, 5986, 3, 632, 316, 0, 5985, + 1612, 1614, 1616, 1618, 1620, 1622, 1624, 1626, 1628, 1630, 1632, 0, 75, + 2, 0, 195, 195, 357, 357, 2, 0, 66, 66, 311, 311, 2, 0, 99, 99, 311, 311, + 3, 0, 66, 66, 99, 99, 311, 311, 2, 0, 133, 133, 191, 191, 2, 0, 245, 245, + 325, 325, 2, 0, 10, 10, 94, 94, 2, 0, 162, 162, 356, 356, 2, 0, 180, 180, + 221, 221, 5, 0, 30, 30, 281, 281, 322, 322, 345, 345, 347, 347, 2, 0, 150, + 150, 308, 308, 2, 0, 64, 64, 94, 94, 2, 0, 345, 345, 347, 347, 2, 0, 200, + 200, 224, 224, 9, 0, 30, 30, 160, 160, 165, 165, 179, 179, 219, 219, 227, + 227, 335, 335, 338, 338, 440, 440, 3, 0, 113, 113, 277, 277, 329, 329, + 2, 0, 53, 53, 78, 78, 3, 0, 173, 173, 252, 252, 255, 255, 5, 0, 30, 30, + 88, 88, 182, 182, 232, 232, 362, 362, 2, 0, 92, 92, 226, 226, 1, 0, 450, + 451, 2, 0, 92, 92, 409, 409, 2, 0, 334, 334, 409, 409, 2, 0, 211, 211, + 289, 289, 3, 0, 314, 314, 350, 350, 447, 447, 2, 0, 64, 64, 68, 68, 5, + 0, 212, 212, 322, 322, 343, 343, 354, 354, 457, 458, 2, 0, 37, 37, 55, + 55, 2, 0, 10, 10, 53, 53, 3, 0, 211, 211, 289, 289, 444, 444, 5, 0, 92, + 92, 175, 175, 226, 226, 316, 316, 342, 342, 3, 0, 175, 175, 316, 316, 342, + 342, 3, 0, 109, 109, 128, 128, 344, 344, 4, 0, 88, 88, 182, 182, 232, 232, + 362, 362, 2, 0, 137, 137, 233, 233, 2, 0, 349, 349, 373, 373, 2, 0, 151, + 151, 245, 245, 2, 0, 306, 306, 326, 326, 1, 0, 31, 32, 2, 0, 99, 99, 342, + 342, 2, 0, 201, 201, 327, 327, 2, 0, 59, 59, 97, 97, 2, 0, 213, 213, 245, + 245, 2, 0, 30, 30, 56, 56, 2, 0, 313, 313, 409, 409, 2, 0, 207, 207, 261, + 261, 4, 0, 113, 113, 115, 115, 119, 119, 126, 126, 2, 0, 353, 353, 479, + 479, 2, 0, 385, 386, 400, 400, 1, 0, 385, 386, 1, 0, 413, 414, 1, 0, 18, + 19, 2, 0, 117, 117, 122, 122, 5, 0, 10, 10, 16, 17, 21, 21, 23, 23, 25, + 25, 1, 0, 12, 13, 3, 0, 9, 9, 14, 14, 27, 27, 3, 0, 39, 39, 73, 73, 95, + 95, 2, 0, 166, 166, 188, 188, 2, 0, 297, 297, 452, 452, 2, 0, 208, 208, + 282, 282, 3, 0, 30, 30, 34, 34, 90, 90, 6, 0, 9, 10, 12, 17, 21, 21, 23, + 23, 25, 25, 27, 27, 2, 0, 20, 20, 22, 22, 1, 0, 485, 488, 12, 0, 124, 124, + 129, 249, 251, 252, 254, 303, 305, 380, 405, 405, 435, 454, 457, 471, 473, + 473, 475, 475, 477, 477, 480, 490, 5, 0, 106, 118, 120, 123, 125, 125, + 127, 128, 474, 474, 4, 0, 30, 52, 54, 70, 72, 105, 456, 456, 5, 0, 304, + 304, 420, 426, 506, 506, 515, 515, 523, 637, 2, 0, 62, 62, 116, 116, 2, + 0, 10, 10, 20, 20, 2, 0, 436, 436, 503, 503, 2, 0, 167, 167, 509, 509, + 1, 0, 514, 519, 2, 0, 144, 144, 210, 210, 36, 0, 33, 33, 35, 35, 43, 45, + 53, 53, 57, 57, 61, 61, 92, 92, 116, 116, 123, 123, 130, 130, 144, 144, + 153, 153, 157, 157, 161, 161, 167, 167, 172, 172, 207, 207, 210, 210, 232, + 232, 240, 240, 258, 258, 261, 262, 272, 272, 286, 286, 300, 300, 306, 306, + 312, 312, 316, 317, 326, 326, 353, 353, 435, 436, 479, 479, 492, 504, 508, + 514, 516, 520, 522, 522, 12436, 0, 1634, 1, 0, 0, 0, 2, 1637, 1, 0, 0, + 0, 4, 1639, 1, 0, 0, 0, 6, 1647, 1, 0, 0, 0, 8, 1775, 1, 0, 0, 0, 10, 1777, + 1, 0, 0, 0, 12, 1781, 1, 0, 0, 0, 14, 1784, 1, 0, 0, 0, 16, 1792, 1, 0, + 0, 0, 18, 1797, 1, 0, 0, 0, 20, 1803, 1, 0, 0, 0, 22, 1824, 1, 0, 0, 0, + 24, 1836, 1, 0, 0, 0, 26, 1838, 1, 0, 0, 0, 28, 1846, 1, 0, 0, 0, 30, 1854, + 1, 0, 0, 0, 32, 1858, 1, 0, 0, 0, 34, 1869, 1, 0, 0, 0, 36, 1877, 1, 0, + 0, 0, 38, 1885, 1, 0, 0, 0, 40, 1892, 1, 0, 0, 0, 42, 1894, 1, 0, 0, 0, + 44, 1911, 1, 0, 0, 0, 46, 1916, 1, 0, 0, 0, 48, 1925, 1, 0, 0, 0, 50, 1927, + 1, 0, 0, 0, 52, 1941, 1, 0, 0, 0, 54, 1943, 1, 0, 0, 0, 56, 1974, 1, 0, + 0, 0, 58, 1976, 1, 0, 0, 0, 60, 1984, 1, 0, 0, 0, 62, 1994, 1, 0, 0, 0, + 64, 2001, 1, 0, 0, 0, 66, 2007, 1, 0, 0, 0, 68, 2025, 1, 0, 0, 0, 70, 2029, + 1, 0, 0, 0, 72, 2033, 1, 0, 0, 0, 74, 2035, 1, 0, 0, 0, 76, 2046, 1, 0, + 0, 0, 78, 2050, 1, 0, 0, 0, 80, 2055, 1, 0, 0, 0, 82, 2060, 1, 0, 0, 0, + 84, 2062, 1, 0, 0, 0, 86, 2074, 1, 0, 0, 0, 88, 2081, 1, 0, 0, 0, 90, 2083, + 1, 0, 0, 0, 92, 2085, 1, 0, 0, 0, 94, 2087, 1, 0, 0, 0, 96, 2202, 1, 0, + 0, 0, 98, 2204, 1, 0, 0, 0, 100, 2220, 1, 0, 0, 0, 102, 2222, 1, 0, 0, + 0, 104, 2528, 1, 0, 0, 0, 106, 2535, 1, 0, 0, 0, 108, 2537, 1, 0, 0, 0, + 110, 2539, 1, 0, 0, 0, 112, 2542, 1, 0, 0, 0, 114, 2551, 1, 0, 0, 0, 116, + 2553, 1, 0, 0, 0, 118, 2557, 1, 0, 0, 0, 120, 2560, 1, 0, 0, 0, 122, 2568, + 1, 0, 0, 0, 124, 2580, 1, 0, 0, 0, 126, 2597, 1, 0, 0, 0, 128, 2625, 1, + 0, 0, 0, 130, 2627, 1, 0, 0, 0, 132, 2630, 1, 0, 0, 0, 134, 2638, 1, 0, + 0, 0, 136, 2643, 1, 0, 0, 0, 138, 2681, 1, 0, 0, 0, 140, 2683, 1, 0, 0, + 0, 142, 2725, 1, 0, 0, 0, 144, 2727, 1, 0, 0, 0, 146, 2729, 1, 0, 0, 0, + 148, 2734, 1, 0, 0, 0, 150, 2741, 1, 0, 0, 0, 152, 2746, 1, 0, 0, 0, 154, + 2788, 1, 0, 0, 0, 156, 2790, 1, 0, 0, 0, 158, 2793, 1, 0, 0, 0, 160, 2798, + 1, 0, 0, 0, 162, 2800, 1, 0, 0, 0, 164, 2808, 1, 0, 0, 0, 166, 2819, 1, + 0, 0, 0, 168, 2821, 1, 0, 0, 0, 170, 2829, 1, 0, 0, 0, 172, 2831, 1, 0, + 0, 0, 174, 2916, 1, 0, 0, 0, 176, 2918, 1, 0, 0, 0, 178, 2920, 1, 0, 0, + 0, 180, 2924, 1, 0, 0, 0, 182, 2932, 1, 0, 0, 0, 184, 2943, 1, 0, 0, 0, + 186, 2947, 1, 0, 0, 0, 188, 2949, 1, 0, 0, 0, 190, 2956, 1, 0, 0, 0, 192, + 2966, 1, 0, 0, 0, 194, 2977, 1, 0, 0, 0, 196, 3034, 1, 0, 0, 0, 198, 3036, + 1, 0, 0, 0, 200, 3045, 1, 0, 0, 0, 202, 3052, 1, 0, 0, 0, 204, 3054, 1, + 0, 0, 0, 206, 3062, 1, 0, 0, 0, 208, 3065, 1, 0, 0, 0, 210, 3072, 1, 0, + 0, 0, 212, 3163, 1, 0, 0, 0, 214, 3165, 1, 0, 0, 0, 216, 3168, 1, 0, 0, + 0, 218, 3172, 1, 0, 0, 0, 220, 3180, 1, 0, 0, 0, 222, 3182, 1, 0, 0, 0, + 224, 3187, 1, 0, 0, 0, 226, 3190, 1, 0, 0, 0, 228, 3198, 1, 0, 0, 0, 230, + 3208, 1, 0, 0, 0, 232, 3221, 1, 0, 0, 0, 234, 3223, 1, 0, 0, 0, 236, 3227, + 1, 0, 0, 0, 238, 3240, 1, 0, 0, 0, 240, 3242, 1, 0, 0, 0, 242, 3247, 1, + 0, 0, 0, 244, 3249, 1, 0, 0, 0, 246, 3256, 1, 0, 0, 0, 248, 3287, 1, 0, + 0, 0, 250, 3289, 1, 0, 0, 0, 252, 3296, 1, 0, 0, 0, 254, 3298, 1, 0, 0, + 0, 256, 3307, 1, 0, 0, 0, 258, 3310, 1, 0, 0, 0, 260, 3315, 1, 0, 0, 0, + 262, 3319, 1, 0, 0, 0, 264, 3335, 1, 0, 0, 0, 266, 3346, 1, 0, 0, 0, 268, + 3362, 1, 0, 0, 0, 270, 3378, 1, 0, 0, 0, 272, 3384, 1, 0, 0, 0, 274, 3401, + 1, 0, 0, 0, 276, 3414, 1, 0, 0, 0, 278, 3416, 1, 0, 0, 0, 280, 3426, 1, + 0, 0, 0, 282, 3440, 1, 0, 0, 0, 284, 3449, 1, 0, 0, 0, 286, 3451, 1, 0, + 0, 0, 288, 3456, 1, 0, 0, 0, 290, 3496, 1, 0, 0, 0, 292, 3498, 1, 0, 0, + 0, 294, 3506, 1, 0, 0, 0, 296, 3508, 1, 0, 0, 0, 298, 3516, 1, 0, 0, 0, + 300, 3538, 1, 0, 0, 0, 302, 3540, 1, 0, 0, 0, 304, 3544, 1, 0, 0, 0, 306, + 3551, 1, 0, 0, 0, 308, 3553, 1, 0, 0, 0, 310, 3555, 1, 0, 0, 0, 312, 3557, + 1, 0, 0, 0, 314, 3568, 1, 0, 0, 0, 316, 3571, 1, 0, 0, 0, 318, 3579, 1, + 0, 0, 0, 320, 3595, 1, 0, 0, 0, 322, 3605, 1, 0, 0, 0, 324, 3607, 1, 0, + 0, 0, 326, 3616, 1, 0, 0, 0, 328, 3619, 1, 0, 0, 0, 330, 3726, 1, 0, 0, + 0, 332, 3728, 1, 0, 0, 0, 334, 3747, 1, 0, 0, 0, 336, 3750, 1, 0, 0, 0, + 338, 3754, 1, 0, 0, 0, 340, 3773, 1, 0, 0, 0, 342, 3775, 1, 0, 0, 0, 344, + 3780, 1, 0, 0, 0, 346, 3788, 1, 0, 0, 0, 348, 3793, 1, 0, 0, 0, 350, 3808, + 1, 0, 0, 0, 352, 3810, 1, 0, 0, 0, 354, 3813, 1, 0, 0, 0, 356, 3815, 1, + 0, 0, 0, 358, 3852, 1, 0, 0, 0, 360, 3854, 1, 0, 0, 0, 362, 3857, 1, 0, + 0, 0, 364, 3862, 1, 0, 0, 0, 366, 3864, 1, 0, 0, 0, 368, 3946, 1, 0, 0, + 0, 370, 3948, 1, 0, 0, 0, 372, 3966, 1, 0, 0, 0, 374, 3968, 1, 0, 0, 0, + 376, 3996, 1, 0, 0, 0, 378, 4000, 1, 0, 0, 0, 380, 4020, 1, 0, 0, 0, 382, + 4022, 1, 0, 0, 0, 384, 4031, 1, 0, 0, 0, 386, 4051, 1, 0, 0, 0, 388, 4065, + 1, 0, 0, 0, 390, 4070, 1, 0, 0, 0, 392, 4076, 1, 0, 0, 0, 394, 4079, 1, + 0, 0, 0, 396, 4082, 1, 0, 0, 0, 398, 4085, 1, 0, 0, 0, 400, 4088, 1, 0, + 0, 0, 402, 4090, 1, 0, 0, 0, 404, 4099, 1, 0, 0, 0, 406, 4149, 1, 0, 0, + 0, 408, 4155, 1, 0, 0, 0, 410, 4157, 1, 0, 0, 0, 412, 4172, 1, 0, 0, 0, + 414, 4174, 1, 0, 0, 0, 416, 4178, 1, 0, 0, 0, 418, 4182, 1, 0, 0, 0, 420, + 4189, 1, 0, 0, 0, 422, 4191, 1, 0, 0, 0, 424, 4193, 1, 0, 0, 0, 426, 4195, + 1, 0, 0, 0, 428, 4201, 1, 0, 0, 0, 430, 4203, 1, 0, 0, 0, 432, 4205, 1, + 0, 0, 0, 434, 4210, 1, 0, 0, 0, 436, 4214, 1, 0, 0, 0, 438, 4227, 1, 0, + 0, 0, 440, 4229, 1, 0, 0, 0, 442, 4235, 1, 0, 0, 0, 444, 4249, 1, 0, 0, + 0, 446, 4277, 1, 0, 0, 0, 448, 4279, 1, 0, 0, 0, 450, 4287, 1, 0, 0, 0, + 452, 4293, 1, 0, 0, 0, 454, 4301, 1, 0, 0, 0, 456, 4313, 1, 0, 0, 0, 458, + 4315, 1, 0, 0, 0, 460, 4438, 1, 0, 0, 0, 462, 4440, 1, 0, 0, 0, 464, 4444, + 1, 0, 0, 0, 466, 4452, 1, 0, 0, 0, 468, 4463, 1, 0, 0, 0, 470, 4465, 1, + 0, 0, 0, 472, 4469, 1, 0, 0, 0, 474, 4477, 1, 0, 0, 0, 476, 4481, 1, 0, + 0, 0, 478, 4483, 1, 0, 0, 0, 480, 4534, 1, 0, 0, 0, 482, 4536, 1, 0, 0, + 0, 484, 4540, 1, 0, 0, 0, 486, 4558, 1, 0, 0, 0, 488, 4597, 1, 0, 0, 0, + 490, 4599, 1, 0, 0, 0, 492, 4601, 1, 0, 0, 0, 494, 4610, 1, 0, 0, 0, 496, + 4612, 1, 0, 0, 0, 498, 4614, 1, 0, 0, 0, 500, 4639, 1, 0, 0, 0, 502, 4641, + 1, 0, 0, 0, 504, 4661, 1, 0, 0, 0, 506, 4683, 1, 0, 0, 0, 508, 4705, 1, + 0, 0, 0, 510, 4707, 1, 0, 0, 0, 512, 4714, 1, 0, 0, 0, 514, 4811, 1, 0, + 0, 0, 516, 4836, 1, 0, 0, 0, 518, 4843, 1, 0, 0, 0, 520, 4860, 1, 0, 0, + 0, 522, 4862, 1, 0, 0, 0, 524, 4864, 1, 0, 0, 0, 526, 4872, 1, 0, 0, 0, + 528, 4878, 1, 0, 0, 0, 530, 4882, 1, 0, 0, 0, 532, 4890, 1, 0, 0, 0, 534, + 4905, 1, 0, 0, 0, 536, 5054, 1, 0, 0, 0, 538, 5058, 1, 0, 0, 0, 540, 5171, + 1, 0, 0, 0, 542, 5173, 1, 0, 0, 0, 544, 5178, 1, 0, 0, 0, 546, 5184, 1, + 0, 0, 0, 548, 5271, 1, 0, 0, 0, 550, 5273, 1, 0, 0, 0, 552, 5275, 1, 0, + 0, 0, 554, 5277, 1, 0, 0, 0, 556, 5307, 1, 0, 0, 0, 558, 5324, 1, 0, 0, + 0, 560, 5326, 1, 0, 0, 0, 562, 5352, 1, 0, 0, 0, 564, 5414, 1, 0, 0, 0, + 566, 5416, 1, 0, 0, 0, 568, 5424, 1, 0, 0, 0, 570, 5429, 1, 0, 0, 0, 572, + 5440, 1, 0, 0, 0, 574, 5442, 1, 0, 0, 0, 576, 5446, 1, 0, 0, 0, 578, 5479, + 1, 0, 0, 0, 580, 5481, 1, 0, 0, 0, 582, 5485, 1, 0, 0, 0, 584, 5489, 1, + 0, 0, 0, 586, 5498, 1, 0, 0, 0, 588, 5510, 1, 0, 0, 0, 590, 5542, 1, 0, + 0, 0, 592, 5544, 1, 0, 0, 0, 594, 5546, 1, 0, 0, 0, 596, 5585, 1, 0, 0, + 0, 598, 5587, 1, 0, 0, 0, 600, 5589, 1, 0, 0, 0, 602, 5591, 1, 0, 0, 0, + 604, 5594, 1, 0, 0, 0, 606, 5625, 1, 0, 0, 0, 608, 5638, 1, 0, 0, 0, 610, + 5640, 1, 0, 0, 0, 612, 5645, 1, 0, 0, 0, 614, 5653, 1, 0, 0, 0, 616, 5656, + 1, 0, 0, 0, 618, 5658, 1, 0, 0, 0, 620, 5664, 1, 0, 0, 0, 622, 5666, 1, + 0, 0, 0, 624, 5686, 1, 0, 0, 0, 626, 5689, 1, 0, 0, 0, 628, 5695, 1, 0, + 0, 0, 630, 5703, 1, 0, 0, 0, 632, 5719, 1, 0, 0, 0, 634, 5721, 1, 0, 0, + 0, 636, 5727, 1, 0, 0, 0, 638, 5748, 1, 0, 0, 0, 640, 5757, 1, 0, 0, 0, + 642, 5763, 1, 0, 0, 0, 644, 5765, 1, 0, 0, 0, 646, 5781, 1, 0, 0, 0, 648, + 5783, 1, 0, 0, 0, 650, 5788, 1, 0, 0, 0, 652, 5790, 1, 0, 0, 0, 654, 5805, + 1, 0, 0, 0, 656, 5813, 1, 0, 0, 0, 658, 5816, 1, 0, 0, 0, 660, 5825, 1, + 0, 0, 0, 662, 5866, 1, 0, 0, 0, 664, 5881, 1, 0, 0, 0, 666, 5888, 1, 0, + 0, 0, 668, 5890, 1, 0, 0, 0, 670, 5902, 1, 0, 0, 0, 672, 5905, 1, 0, 0, + 0, 674, 5908, 1, 0, 0, 0, 676, 5916, 1, 0, 0, 0, 678, 5924, 1, 0, 0, 0, + 680, 5928, 1, 0, 0, 0, 682, 5972, 1, 0, 0, 0, 684, 5988, 1, 0, 0, 0, 686, + 6004, 1, 0, 0, 0, 688, 6028, 1, 0, 0, 0, 690, 6035, 1, 0, 0, 0, 692, 6040, + 1, 0, 0, 0, 694, 6048, 1, 0, 0, 0, 696, 6051, 1, 0, 0, 0, 698, 6055, 1, + 0, 0, 0, 700, 6062, 1, 0, 0, 0, 702, 6101, 1, 0, 0, 0, 704, 6107, 1, 0, + 0, 0, 706, 6109, 1, 0, 0, 0, 708, 6122, 1, 0, 0, 0, 710, 6125, 1, 0, 0, + 0, 712, 6172, 1, 0, 0, 0, 714, 6174, 1, 0, 0, 0, 716, 6220, 1, 0, 0, 0, + 718, 6222, 1, 0, 0, 0, 720, 6224, 1, 0, 0, 0, 722, 6226, 1, 0, 0, 0, 724, + 6234, 1, 0, 0, 0, 726, 6248, 1, 0, 0, 0, 728, 6737, 1, 0, 0, 0, 730, 6739, + 1, 0, 0, 0, 732, 6741, 1, 0, 0, 0, 734, 6813, 1, 0, 0, 0, 736, 6815, 1, + 0, 0, 0, 738, 7034, 1, 0, 0, 0, 740, 7036, 1, 0, 0, 0, 742, 7044, 1, 0, + 0, 0, 744, 7060, 1, 0, 0, 0, 746, 7067, 1, 0, 0, 0, 748, 7069, 1, 0, 0, + 0, 750, 7262, 1, 0, 0, 0, 752, 7287, 1, 0, 0, 0, 754, 7289, 1, 0, 0, 0, + 756, 7335, 1, 0, 0, 0, 758, 7337, 1, 0, 0, 0, 760, 7366, 1, 0, 0, 0, 762, + 7368, 1, 0, 0, 0, 764, 7378, 1, 0, 0, 0, 766, 7386, 1, 0, 0, 0, 768, 7433, + 1, 0, 0, 0, 770, 7449, 1, 0, 0, 0, 772, 7451, 1, 0, 0, 0, 774, 7477, 1, + 0, 0, 0, 776, 7480, 1, 0, 0, 0, 778, 7496, 1, 0, 0, 0, 780, 7498, 1, 0, + 0, 0, 782, 7500, 1, 0, 0, 0, 784, 7502, 1, 0, 0, 0, 786, 7504, 1, 0, 0, + 0, 788, 7509, 1, 0, 0, 0, 790, 7512, 1, 0, 0, 0, 792, 7519, 1, 0, 0, 0, + 794, 7590, 1, 0, 0, 0, 796, 7592, 1, 0, 0, 0, 798, 7604, 1, 0, 0, 0, 800, + 7606, 1, 0, 0, 0, 802, 7616, 1, 0, 0, 0, 804, 7618, 1, 0, 0, 0, 806, 7624, + 1, 0, 0, 0, 808, 7656, 1, 0, 0, 0, 810, 7663, 1, 0, 0, 0, 812, 7666, 1, + 0, 0, 0, 814, 7675, 1, 0, 0, 0, 816, 7678, 1, 0, 0, 0, 818, 7682, 1, 0, + 0, 0, 820, 7699, 1, 0, 0, 0, 822, 7701, 1, 0, 0, 0, 824, 7703, 1, 0, 0, + 0, 826, 7721, 1, 0, 0, 0, 828, 7726, 1, 0, 0, 0, 830, 7742, 1, 0, 0, 0, + 832, 7750, 1, 0, 0, 0, 834, 7752, 1, 0, 0, 0, 836, 7758, 1, 0, 0, 0, 838, + 7763, 1, 0, 0, 0, 840, 7772, 1, 0, 0, 0, 842, 7799, 1, 0, 0, 0, 844, 7801, + 1, 0, 0, 0, 846, 7880, 1, 0, 0, 0, 848, 7882, 1, 0, 0, 0, 850, 7884, 1, + 0, 0, 0, 852, 7917, 1, 0, 0, 0, 854, 7919, 1, 0, 0, 0, 856, 7945, 1, 0, + 0, 0, 858, 7961, 1, 0, 0, 0, 860, 7963, 1, 0, 0, 0, 862, 7971, 1, 0, 0, + 0, 864, 7973, 1, 0, 0, 0, 866, 7979, 1, 0, 0, 0, 868, 7983, 1, 0, 0, 0, + 870, 7985, 1, 0, 0, 0, 872, 7987, 1, 0, 0, 0, 874, 7989, 1, 0, 0, 0, 876, + 7991, 1, 0, 0, 0, 878, 7993, 1, 0, 0, 0, 880, 7997, 1, 0, 0, 0, 882, 8001, + 1, 0, 0, 0, 884, 8009, 1, 0, 0, 0, 886, 8029, 1, 0, 0, 0, 888, 8040, 1, + 0, 0, 0, 890, 8042, 1, 0, 0, 0, 892, 8050, 1, 0, 0, 0, 894, 8056, 1, 0, + 0, 0, 896, 8060, 1, 0, 0, 0, 898, 8062, 1, 0, 0, 0, 900, 8070, 1, 0, 0, + 0, 902, 8079, 1, 0, 0, 0, 904, 8119, 1, 0, 0, 0, 906, 8121, 1, 0, 0, 0, + 908, 8135, 1, 0, 0, 0, 910, 8138, 1, 0, 0, 0, 912, 8150, 1, 0, 0, 0, 914, + 8174, 1, 0, 0, 0, 916, 8176, 1, 0, 0, 0, 918, 8178, 1, 0, 0, 0, 920, 8186, + 1, 0, 0, 0, 922, 8189, 1, 0, 0, 0, 924, 8213, 1, 0, 0, 0, 926, 8215, 1, + 0, 0, 0, 928, 8219, 1, 0, 0, 0, 930, 8253, 1, 0, 0, 0, 932, 8272, 1, 0, + 0, 0, 934, 8285, 1, 0, 0, 0, 936, 8293, 1, 0, 0, 0, 938, 8307, 1, 0, 0, + 0, 940, 8310, 1, 0, 0, 0, 942, 8321, 1, 0, 0, 0, 944, 8337, 1, 0, 0, 0, + 946, 8339, 1, 0, 0, 0, 948, 8344, 1, 0, 0, 0, 950, 8347, 1, 0, 0, 0, 952, + 8362, 1, 0, 0, 0, 954, 8380, 1, 0, 0, 0, 956, 8382, 1, 0, 0, 0, 958, 8385, + 1, 0, 0, 0, 960, 8393, 1, 0, 0, 0, 962, 8403, 1, 0, 0, 0, 964, 8412, 1, + 0, 0, 0, 966, 8419, 1, 0, 0, 0, 968, 8423, 1, 0, 0, 0, 970, 8433, 1, 0, + 0, 0, 972, 8464, 1, 0, 0, 0, 974, 8466, 1, 0, 0, 0, 976, 8477, 1, 0, 0, + 0, 978, 8525, 1, 0, 0, 0, 980, 8527, 1, 0, 0, 0, 982, 8533, 1, 0, 0, 0, + 984, 8541, 1, 0, 0, 0, 986, 8556, 1, 0, 0, 0, 988, 8558, 1, 0, 0, 0, 990, + 8560, 1, 0, 0, 0, 992, 8568, 1, 0, 0, 0, 994, 8586, 1, 0, 0, 0, 996, 8588, + 1, 0, 0, 0, 998, 8590, 1, 0, 0, 0, 1000, 8592, 1, 0, 0, 0, 1002, 8600, + 1, 0, 0, 0, 1004, 8602, 1, 0, 0, 0, 1006, 8604, 1, 0, 0, 0, 1008, 8608, + 1, 0, 0, 0, 1010, 8616, 1, 0, 0, 0, 1012, 8635, 1, 0, 0, 0, 1014, 8637, + 1, 0, 0, 0, 1016, 8662, 1, 0, 0, 0, 1018, 8664, 1, 0, 0, 0, 1020, 8673, + 1, 0, 0, 0, 1022, 8675, 1, 0, 0, 0, 1024, 8682, 1, 0, 0, 0, 1026, 8686, + 1, 0, 0, 0, 1028, 8688, 1, 0, 0, 0, 1030, 8690, 1, 0, 0, 0, 1032, 8692, + 1, 0, 0, 0, 1034, 8696, 1, 0, 0, 0, 1036, 8709, 1, 0, 0, 0, 1038, 8711, + 1, 0, 0, 0, 1040, 8714, 1, 0, 0, 0, 1042, 8719, 1, 0, 0, 0, 1044, 8724, + 1, 0, 0, 0, 1046, 8730, 1, 0, 0, 0, 1048, 8737, 1, 0, 0, 0, 1050, 8739, + 1, 0, 0, 0, 1052, 8742, 1, 0, 0, 0, 1054, 8746, 1, 0, 0, 0, 1056, 8753, + 1, 0, 0, 0, 1058, 8765, 1, 0, 0, 0, 1060, 8768, 1, 0, 0, 0, 1062, 8782, + 1, 0, 0, 0, 1064, 8785, 1, 0, 0, 0, 1066, 8851, 1, 0, 0, 0, 1068, 8875, + 1, 0, 0, 0, 1070, 8878, 1, 0, 0, 0, 1072, 8887, 1, 0, 0, 0, 1074, 8890, + 1, 0, 0, 0, 1076, 8911, 1, 0, 0, 0, 1078, 8913, 1, 0, 0, 0, 1080, 8924, + 1, 0, 0, 0, 1082, 8938, 1, 0, 0, 0, 1084, 8940, 1, 0, 0, 0, 1086, 8948, + 1, 0, 0, 0, 1088, 8955, 1, 0, 0, 0, 1090, 8963, 1, 0, 0, 0, 1092, 8980, + 1, 0, 0, 0, 1094, 8982, 1, 0, 0, 0, 1096, 8986, 1, 0, 0, 0, 1098, 8994, + 1, 0, 0, 0, 1100, 8999, 1, 0, 0, 0, 1102, 9002, 1, 0, 0, 0, 1104, 9005, + 1, 0, 0, 0, 1106, 9012, 1, 0, 0, 0, 1108, 9014, 1, 0, 0, 0, 1110, 9022, + 1, 0, 0, 0, 1112, 9027, 1, 0, 0, 0, 1114, 9048, 1, 0, 0, 0, 1116, 9056, + 1, 0, 0, 0, 1118, 9066, 1, 0, 0, 0, 1120, 9078, 1, 0, 0, 0, 1122, 9080, + 1, 0, 0, 0, 1124, 9094, 1, 0, 0, 0, 1126, 9114, 1, 0, 0, 0, 1128, 9123, + 1, 0, 0, 0, 1130, 9141, 1, 0, 0, 0, 1132, 9147, 1, 0, 0, 0, 1134, 9153, + 1, 0, 0, 0, 1136, 9161, 1, 0, 0, 0, 1138, 9189, 1, 0, 0, 0, 1140, 9191, + 1, 0, 0, 0, 1142, 9197, 1, 0, 0, 0, 1144, 9201, 1, 0, 0, 0, 1146, 9203, + 1, 0, 0, 0, 1148, 9211, 1, 0, 0, 0, 1150, 9215, 1, 0, 0, 0, 1152, 9222, + 1, 0, 0, 0, 1154, 9239, 1, 0, 0, 0, 1156, 9241, 1, 0, 0, 0, 1158, 9243, + 1, 0, 0, 0, 1160, 9253, 1, 0, 0, 0, 1162, 9261, 1, 0, 0, 0, 1164, 9288, + 1, 0, 0, 0, 1166, 9290, 1, 0, 0, 0, 1168, 9297, 1, 0, 0, 0, 1170, 9300, + 1, 0, 0, 0, 1172, 9302, 1, 0, 0, 0, 1174, 9306, 1, 0, 0, 0, 1176, 9314, + 1, 0, 0, 0, 1178, 9322, 1, 0, 0, 0, 1180, 9330, 1, 0, 0, 0, 1182, 9344, + 1, 0, 0, 0, 1184, 9353, 1, 0, 0, 0, 1186, 9357, 1, 0, 0, 0, 1188, 9361, + 1, 0, 0, 0, 1190, 9387, 1, 0, 0, 0, 1192, 9401, 1, 0, 0, 0, 1194, 9417, + 1, 0, 0, 0, 1196, 9427, 1, 0, 0, 0, 1198, 9431, 1, 0, 0, 0, 1200, 9439, + 1, 0, 0, 0, 1202, 9447, 1, 0, 0, 0, 1204, 9453, 1, 0, 0, 0, 1206, 9457, + 1, 0, 0, 0, 1208, 9464, 1, 0, 0, 0, 1210, 9469, 1, 0, 0, 0, 1212, 9484, + 1, 0, 0, 0, 1214, 9564, 1, 0, 0, 0, 1216, 9566, 1, 0, 0, 0, 1218, 9568, + 1, 0, 0, 0, 1220, 9606, 1, 0, 0, 0, 1222, 9610, 1, 0, 0, 0, 1224, 9795, + 1, 0, 0, 0, 1226, 9802, 1, 0, 0, 0, 1228, 9814, 1, 0, 0, 0, 1230, 9816, + 1, 0, 0, 0, 1232, 9821, 1, 0, 0, 0, 1234, 9829, 1, 0, 0, 0, 1236, 9834, + 1, 0, 0, 0, 1238, 9840, 1, 0, 0, 0, 1240, 9857, 1, 0, 0, 0, 1242, 9859, + 1, 0, 0, 0, 1244, 9862, 1, 0, 0, 0, 1246, 9868, 1, 0, 0, 0, 1248, 9874, + 1, 0, 0, 0, 1250, 9877, 1, 0, 0, 0, 1252, 9885, 1, 0, 0, 0, 1254, 9889, + 1, 0, 0, 0, 1256, 9894, 1, 0, 0, 0, 1258, 9909, 1, 0, 0, 0, 1260, 9911, + 1, 0, 0, 0, 1262, 9930, 1, 0, 0, 0, 1264, 9938, 1, 0, 0, 0, 1266, 9947, + 1, 0, 0, 0, 1268, 9949, 1, 0, 0, 0, 1270, 9970, 1, 0, 0, 0, 1272, 9972, + 1, 0, 0, 0, 1274, 9979, 1, 0, 0, 0, 1276, 9985, 1, 0, 0, 0, 1278, 9989, + 1, 0, 0, 0, 1280, 9991, 1, 0, 0, 0, 1282, 9999, 1, 0, 0, 0, 1284, 10007, + 1, 0, 0, 0, 1286, 10021, 1, 0, 0, 0, 1288, 10023, 1, 0, 0, 0, 1290, 10031, + 1, 0, 0, 0, 1292, 10044, 1, 0, 0, 0, 1294, 10046, 1, 0, 0, 0, 1296, 10054, + 1, 0, 0, 0, 1298, 10061, 1, 0, 0, 0, 1300, 10069, 1, 0, 0, 0, 1302, 10081, + 1, 0, 0, 0, 1304, 10083, 1, 0, 0, 0, 1306, 10085, 1, 0, 0, 0, 1308, 10094, + 1, 0, 0, 0, 1310, 10125, 1, 0, 0, 0, 1312, 10134, 1, 0, 0, 0, 1314, 10141, + 1, 0, 0, 0, 1316, 10143, 1, 0, 0, 0, 1318, 10154, 1, 0, 0, 0, 1320, 10158, + 1, 0, 0, 0, 1322, 10163, 1, 0, 0, 0, 1324, 10166, 1, 0, 0, 0, 1326, 10168, + 1, 0, 0, 0, 1328, 10189, 1, 0, 0, 0, 1330, 10191, 1, 0, 0, 0, 1332, 10194, + 1, 0, 0, 0, 1334, 10201, 1, 0, 0, 0, 1336, 10204, 1, 0, 0, 0, 1338, 10206, + 1, 0, 0, 0, 1340, 10219, 1, 0, 0, 0, 1342, 10224, 1, 0, 0, 0, 1344, 10226, + 1, 0, 0, 0, 1346, 10234, 1, 0, 0, 0, 1348, 10238, 1, 0, 0, 0, 1350, 10246, + 1, 0, 0, 0, 1352, 10248, 1, 0, 0, 0, 1354, 10250, 1, 0, 0, 0, 1356, 10259, + 1, 0, 0, 0, 1358, 10296, 1, 0, 0, 0, 1360, 10298, 1, 0, 0, 0, 1362, 10300, + 1, 0, 0, 0, 1364, 10302, 1, 0, 0, 0, 1366, 10304, 1, 0, 0, 0, 1368, 10306, + 1, 0, 0, 0, 1370, 10321, 1, 0, 0, 0, 1372, 10323, 1, 0, 0, 0, 1374, 10331, + 1, 0, 0, 0, 1376, 10333, 1, 0, 0, 0, 1378, 10338, 1, 0, 0, 0, 1380, 10340, + 1, 0, 0, 0, 1382, 10354, 1, 0, 0, 0, 1384, 10360, 1, 0, 0, 0, 1386, 10366, + 1, 0, 0, 0, 1388, 10372, 1, 0, 0, 0, 1390, 10380, 1, 0, 0, 0, 1392, 10391, + 1, 0, 0, 0, 1394, 10393, 1, 0, 0, 0, 1396, 10395, 1, 0, 0, 0, 1398, 10449, + 1, 0, 0, 0, 1400, 10451, 1, 0, 0, 0, 1402, 10453, 1, 0, 0, 0, 1404, 10455, + 1, 0, 0, 0, 1406, 10457, 1, 0, 0, 0, 1408, 10465, 1, 0, 0, 0, 1410, 10488, + 1, 0, 0, 0, 1412, 10490, 1, 0, 0, 0, 1414, 10496, 1, 0, 0, 0, 1416, 10498, + 1, 0, 0, 0, 1418, 10500, 1, 0, 0, 0, 1420, 10511, 1, 0, 0, 0, 1422, 10519, + 1, 0, 0, 0, 1424, 10522, 1, 0, 0, 0, 1426, 10526, 1, 0, 0, 0, 1428, 10533, + 1, 0, 0, 0, 1430, 10535, 1, 0, 0, 0, 1432, 10569, 1, 0, 0, 0, 1434, 10571, + 1, 0, 0, 0, 1436, 10573, 1, 0, 0, 0, 1438, 10577, 1, 0, 0, 0, 1440, 10585, + 1, 0, 0, 0, 1442, 10588, 1, 0, 0, 0, 1444, 10592, 1, 0, 0, 0, 1446, 10594, + 1, 0, 0, 0, 1448, 10596, 1, 0, 0, 0, 1450, 10598, 1, 0, 0, 0, 1452, 10600, + 1, 0, 0, 0, 1454, 10603, 1, 0, 0, 0, 1456, 10606, 1, 0, 0, 0, 1458, 10611, + 1, 0, 0, 0, 1460, 10613, 1, 0, 0, 0, 1462, 10618, 1, 0, 0, 0, 1464, 10648, + 1, 0, 0, 0, 1466, 10650, 1, 0, 0, 0, 1468, 10672, 1, 0, 0, 0, 1470, 10674, + 1, 0, 0, 0, 1472, 10676, 1, 0, 0, 0, 1474, 10681, 1, 0, 0, 0, 1476, 10689, + 1, 0, 0, 0, 1478, 10691, 1, 0, 0, 0, 1480, 10699, 1, 0, 0, 0, 1482, 10703, + 1, 0, 0, 0, 1484, 10705, 1, 0, 0, 0, 1486, 10709, 1, 0, 0, 0, 1488, 10720, + 1, 0, 0, 0, 1490, 10739, 1, 0, 0, 0, 1492, 10742, 1, 0, 0, 0, 1494, 10745, + 1, 0, 0, 0, 1496, 10757, 1, 0, 0, 0, 1498, 10760, 1, 0, 0, 0, 1500, 10764, + 1, 0, 0, 0, 1502, 10769, 1, 0, 0, 0, 1504, 10773, 1, 0, 0, 0, 1506, 10778, + 1, 0, 0, 0, 1508, 10785, 1, 0, 0, 0, 1510, 10791, 1, 0, 0, 0, 1512, 10815, + 1, 0, 0, 0, 1514, 10818, 1, 0, 0, 0, 1516, 10829, 1, 0, 0, 0, 1518, 10831, + 1, 0, 0, 0, 1520, 10834, 1, 0, 0, 0, 1522, 10837, 1, 0, 0, 0, 1524, 10849, + 1, 0, 0, 0, 1526, 10852, 1, 0, 0, 0, 1528, 10861, 1, 0, 0, 0, 1530, 10863, + 1, 0, 0, 0, 1532, 10882, 1, 0, 0, 0, 1534, 10927, 1, 0, 0, 0, 1536, 10929, + 1, 0, 0, 0, 1538, 10933, 1, 0, 0, 0, 1540, 10937, 1, 0, 0, 0, 1542, 10940, + 1, 0, 0, 0, 1544, 10944, 1, 0, 0, 0, 1546, 10952, 1, 0, 0, 0, 1548, 10959, + 1, 0, 0, 0, 1550, 10962, 1, 0, 0, 0, 1552, 10971, 1, 0, 0, 0, 1554, 10974, + 1, 0, 0, 0, 1556, 10993, 1, 0, 0, 0, 1558, 10996, 1, 0, 0, 0, 1560, 11004, + 1, 0, 0, 0, 1562, 11010, 1, 0, 0, 0, 1564, 11040, 1, 0, 0, 0, 1566, 11042, + 1, 0, 0, 0, 1568, 11050, 1, 0, 0, 0, 1570, 11054, 1, 0, 0, 0, 1572, 11058, + 1, 0, 0, 0, 1574, 11060, 1, 0, 0, 0, 1576, 11072, 1, 0, 0, 0, 1578, 11074, + 1, 0, 0, 0, 1580, 11091, 1, 0, 0, 0, 1582, 11093, 1, 0, 0, 0, 1584, 11100, + 1, 0, 0, 0, 1586, 11104, 1, 0, 0, 0, 1588, 11107, 1, 0, 0, 0, 1590, 11113, + 1, 0, 0, 0, 1592, 11119, 1, 0, 0, 0, 1594, 11137, 1, 0, 0, 0, 1596, 11141, + 1, 0, 0, 0, 1598, 11143, 1, 0, 0, 0, 1600, 11147, 1, 0, 0, 0, 1602, 11151, + 1, 0, 0, 0, 1604, 11156, 1, 0, 0, 0, 1606, 11167, 1, 0, 0, 0, 1608, 11169, + 1, 0, 0, 0, 1610, 11171, 1, 0, 0, 0, 1612, 11173, 1, 0, 0, 0, 1614, 11175, + 1, 0, 0, 0, 1616, 11180, 1, 0, 0, 0, 1618, 11182, 1, 0, 0, 0, 1620, 11185, + 1, 0, 0, 0, 1622, 11212, 1, 0, 0, 0, 1624, 11214, 1, 0, 0, 0, 1626, 11216, + 1, 0, 0, 0, 1628, 11218, 1, 0, 0, 0, 1630, 11220, 1, 0, 0, 0, 1632, 11224, + 1, 0, 0, 0, 1634, 1635, 3, 4, 2, 0, 1635, 1636, 5, 0, 0, 1, 1636, 1, 1, + 0, 0, 0, 1637, 1638, 3, 1406, 703, 0, 1638, 3, 1, 0, 0, 0, 1639, 1640, + 3, 6, 3, 0, 1640, 5, 1, 0, 0, 0, 1641, 1643, 3, 8, 4, 0, 1642, 1644, 5, + 7, 0, 0, 1643, 1642, 1, 0, 0, 0, 1643, 1644, 1, 0, 0, 0, 1644, 1646, 1, + 0, 0, 0, 1645, 1641, 1, 0, 0, 0, 1646, 1649, 1, 0, 0, 0, 1647, 1645, 1, + 0, 0, 0, 1647, 1648, 1, 0, 0, 0, 1648, 7, 1, 0, 0, 0, 1649, 1647, 1, 0, + 0, 0, 1650, 1776, 3, 454, 227, 0, 1651, 1776, 3, 834, 417, 0, 1652, 1776, + 3, 824, 412, 0, 1653, 1776, 3, 826, 413, 0, 1654, 1776, 3, 584, 292, 0, + 1655, 1776, 3, 840, 420, 0, 1656, 1776, 3, 480, 240, 0, 1657, 1776, 3, + 324, 162, 0, 1658, 1776, 3, 330, 165, 0, 1659, 1776, 3, 340, 170, 0, 1660, + 1776, 3, 366, 183, 0, 1661, 1776, 3, 676, 338, 0, 1662, 1776, 3, 38, 19, + 0, 1663, 1776, 3, 734, 367, 0, 1664, 1776, 3, 738, 369, 0, 1665, 1776, + 3, 750, 375, 0, 1666, 1776, 3, 740, 370, 0, 1667, 1776, 3, 748, 374, 0, + 1668, 1776, 3, 386, 193, 0, 1669, 1776, 3, 282, 141, 0, 1670, 1776, 3, + 836, 418, 0, 1671, 1776, 3, 96, 48, 0, 1672, 1776, 3, 726, 363, 0, 1673, + 1776, 3, 134, 67, 0, 1674, 1776, 3, 760, 380, 0, 1675, 1776, 3, 32, 16, + 0, 1676, 1776, 3, 28, 14, 0, 1677, 1776, 3, 768, 384, 0, 1678, 1776, 3, + 264, 132, 0, 1679, 1776, 3, 846, 423, 0, 1680, 1776, 3, 844, 422, 0, 1681, + 1776, 3, 382, 191, 0, 1682, 1776, 3, 858, 429, 0, 1683, 1776, 3, 12, 6, + 0, 1684, 1776, 3, 92, 46, 0, 1685, 1776, 3, 140, 70, 0, 1686, 1776, 3, + 852, 426, 0, 1687, 1776, 3, 536, 268, 0, 1688, 1776, 3, 86, 43, 0, 1689, + 1776, 3, 142, 71, 0, 1690, 1776, 3, 402, 201, 0, 1691, 1776, 3, 266, 133, + 0, 1692, 1776, 3, 458, 229, 0, 1693, 1776, 3, 702, 351, 0, 1694, 1776, + 3, 850, 425, 0, 1695, 1776, 3, 838, 419, 0, 1696, 1776, 3, 318, 159, 0, + 1697, 1776, 3, 332, 166, 0, 1698, 1776, 3, 358, 179, 0, 1699, 1776, 3, + 368, 184, 0, 1700, 1776, 3, 622, 311, 0, 1701, 1776, 3, 36, 18, 0, 1702, + 1776, 3, 272, 136, 0, 1703, 1776, 3, 484, 242, 0, 1704, 1776, 3, 498, 249, + 0, 1705, 1776, 3, 752, 376, 0, 1706, 1776, 3, 500, 250, 0, 1707, 1776, + 3, 384, 192, 0, 1708, 1776, 3, 298, 149, 0, 1709, 1776, 3, 42, 21, 0, 1710, + 1776, 3, 280, 140, 0, 1711, 1776, 3, 172, 86, 0, 1712, 1776, 3, 762, 381, + 0, 1713, 1776, 3, 262, 131, 0, 1714, 1776, 3, 312, 156, 0, 1715, 1776, + 3, 710, 355, 0, 1716, 1776, 3, 406, 203, 0, 1717, 1776, 3, 446, 223, 0, + 1718, 1776, 3, 14, 7, 0, 1719, 1776, 3, 26, 13, 0, 1720, 1776, 3, 376, + 188, 0, 1721, 1776, 3, 812, 406, 0, 1722, 1776, 3, 908, 454, 0, 1723, 1776, + 3, 960, 480, 0, 1724, 1776, 3, 460, 230, 0, 1725, 1776, 3, 936, 468, 0, + 1726, 1776, 3, 94, 47, 0, 1727, 1776, 3, 696, 348, 0, 1728, 1776, 3, 706, + 353, 0, 1729, 1776, 3, 506, 253, 0, 1730, 1776, 3, 508, 254, 0, 1731, 1776, + 3, 510, 255, 0, 1732, 1776, 3, 514, 257, 0, 1733, 1776, 3, 770, 385, 0, + 1734, 1776, 3, 316, 158, 0, 1735, 1776, 3, 714, 357, 0, 1736, 1776, 3, + 34, 17, 0, 1737, 1776, 3, 380, 190, 0, 1738, 1776, 3, 828, 414, 0, 1739, + 1776, 3, 904, 452, 0, 1740, 1776, 3, 886, 443, 0, 1741, 1776, 3, 546, 273, + 0, 1742, 1776, 3, 554, 277, 0, 1743, 1776, 3, 576, 288, 0, 1744, 1776, + 3, 370, 185, 0, 1745, 1776, 3, 594, 297, 0, 1746, 1776, 3, 910, 455, 0, + 1747, 1776, 3, 928, 464, 0, 1748, 1776, 3, 790, 395, 0, 1749, 1776, 3, + 278, 139, 0, 1750, 1776, 3, 810, 405, 0, 1751, 1776, 3, 940, 470, 0, 1752, + 1776, 3, 786, 393, 0, 1753, 1776, 3, 898, 449, 0, 1754, 1776, 3, 512, 256, + 0, 1755, 1776, 3, 716, 358, 0, 1756, 1776, 3, 684, 342, 0, 1757, 1776, + 3, 682, 341, 0, 1758, 1776, 3, 686, 343, 0, 1759, 1776, 3, 728, 364, 0, + 1760, 1776, 3, 556, 278, 0, 1761, 1776, 3, 578, 289, 0, 1762, 1776, 3, + 772, 386, 0, 1763, 1776, 3, 540, 270, 0, 1764, 1776, 3, 968, 484, 0, 1765, + 1776, 3, 794, 397, 0, 1766, 1776, 3, 532, 266, 0, 1767, 1776, 3, 792, 396, + 0, 1768, 1776, 3, 950, 475, 0, 1769, 1776, 3, 856, 428, 0, 1770, 1776, + 3, 74, 37, 0, 1771, 1776, 3, 50, 25, 0, 1772, 1776, 3, 84, 42, 0, 1773, + 1776, 3, 806, 403, 0, 1774, 1776, 3, 10, 5, 0, 1775, 1650, 1, 0, 0, 0, + 1775, 1651, 1, 0, 0, 0, 1775, 1652, 1, 0, 0, 0, 1775, 1653, 1, 0, 0, 0, + 1775, 1654, 1, 0, 0, 0, 1775, 1655, 1, 0, 0, 0, 1775, 1656, 1, 0, 0, 0, + 1775, 1657, 1, 0, 0, 0, 1775, 1658, 1, 0, 0, 0, 1775, 1659, 1, 0, 0, 0, + 1775, 1660, 1, 0, 0, 0, 1775, 1661, 1, 0, 0, 0, 1775, 1662, 1, 0, 0, 0, + 1775, 1663, 1, 0, 0, 0, 1775, 1664, 1, 0, 0, 0, 1775, 1665, 1, 0, 0, 0, + 1775, 1666, 1, 0, 0, 0, 1775, 1667, 1, 0, 0, 0, 1775, 1668, 1, 0, 0, 0, + 1775, 1669, 1, 0, 0, 0, 1775, 1670, 1, 0, 0, 0, 1775, 1671, 1, 0, 0, 0, + 1775, 1672, 1, 0, 0, 0, 1775, 1673, 1, 0, 0, 0, 1775, 1674, 1, 0, 0, 0, + 1775, 1675, 1, 0, 0, 0, 1775, 1676, 1, 0, 0, 0, 1775, 1677, 1, 0, 0, 0, + 1775, 1678, 1, 0, 0, 0, 1775, 1679, 1, 0, 0, 0, 1775, 1680, 1, 0, 0, 0, + 1775, 1681, 1, 0, 0, 0, 1775, 1682, 1, 0, 0, 0, 1775, 1683, 1, 0, 0, 0, + 1775, 1684, 1, 0, 0, 0, 1775, 1685, 1, 0, 0, 0, 1775, 1686, 1, 0, 0, 0, + 1775, 1687, 1, 0, 0, 0, 1775, 1688, 1, 0, 0, 0, 1775, 1689, 1, 0, 0, 0, + 1775, 1690, 1, 0, 0, 0, 1775, 1691, 1, 0, 0, 0, 1775, 1692, 1, 0, 0, 0, + 1775, 1693, 1, 0, 0, 0, 1775, 1694, 1, 0, 0, 0, 1775, 1695, 1, 0, 0, 0, + 1775, 1696, 1, 0, 0, 0, 1775, 1697, 1, 0, 0, 0, 1775, 1698, 1, 0, 0, 0, + 1775, 1699, 1, 0, 0, 0, 1775, 1700, 1, 0, 0, 0, 1775, 1701, 1, 0, 0, 0, + 1775, 1702, 1, 0, 0, 0, 1775, 1703, 1, 0, 0, 0, 1775, 1704, 1, 0, 0, 0, + 1775, 1705, 1, 0, 0, 0, 1775, 1706, 1, 0, 0, 0, 1775, 1707, 1, 0, 0, 0, + 1775, 1708, 1, 0, 0, 0, 1775, 1709, 1, 0, 0, 0, 1775, 1710, 1, 0, 0, 0, + 1775, 1711, 1, 0, 0, 0, 1775, 1712, 1, 0, 0, 0, 1775, 1713, 1, 0, 0, 0, + 1775, 1714, 1, 0, 0, 0, 1775, 1715, 1, 0, 0, 0, 1775, 1716, 1, 0, 0, 0, + 1775, 1717, 1, 0, 0, 0, 1775, 1718, 1, 0, 0, 0, 1775, 1719, 1, 0, 0, 0, + 1775, 1720, 1, 0, 0, 0, 1775, 1721, 1, 0, 0, 0, 1775, 1722, 1, 0, 0, 0, + 1775, 1723, 1, 0, 0, 0, 1775, 1724, 1, 0, 0, 0, 1775, 1725, 1, 0, 0, 0, + 1775, 1726, 1, 0, 0, 0, 1775, 1727, 1, 0, 0, 0, 1775, 1728, 1, 0, 0, 0, + 1775, 1729, 1, 0, 0, 0, 1775, 1730, 1, 0, 0, 0, 1775, 1731, 1, 0, 0, 0, + 1775, 1732, 1, 0, 0, 0, 1775, 1733, 1, 0, 0, 0, 1775, 1734, 1, 0, 0, 0, + 1775, 1735, 1, 0, 0, 0, 1775, 1736, 1, 0, 0, 0, 1775, 1737, 1, 0, 0, 0, + 1775, 1738, 1, 0, 0, 0, 1775, 1739, 1, 0, 0, 0, 1775, 1740, 1, 0, 0, 0, + 1775, 1741, 1, 0, 0, 0, 1775, 1742, 1, 0, 0, 0, 1775, 1743, 1, 0, 0, 0, + 1775, 1744, 1, 0, 0, 0, 1775, 1745, 1, 0, 0, 0, 1775, 1746, 1, 0, 0, 0, + 1775, 1747, 1, 0, 0, 0, 1775, 1748, 1, 0, 0, 0, 1775, 1749, 1, 0, 0, 0, + 1775, 1750, 1, 0, 0, 0, 1775, 1751, 1, 0, 0, 0, 1775, 1752, 1, 0, 0, 0, + 1775, 1753, 1, 0, 0, 0, 1775, 1754, 1, 0, 0, 0, 1775, 1755, 1, 0, 0, 0, + 1775, 1756, 1, 0, 0, 0, 1775, 1757, 1, 0, 0, 0, 1775, 1758, 1, 0, 0, 0, + 1775, 1759, 1, 0, 0, 0, 1775, 1760, 1, 0, 0, 0, 1775, 1761, 1, 0, 0, 0, + 1775, 1762, 1, 0, 0, 0, 1775, 1763, 1, 0, 0, 0, 1775, 1764, 1, 0, 0, 0, + 1775, 1765, 1, 0, 0, 0, 1775, 1766, 1, 0, 0, 0, 1775, 1767, 1, 0, 0, 0, + 1775, 1768, 1, 0, 0, 0, 1775, 1769, 1, 0, 0, 0, 1775, 1770, 1, 0, 0, 0, + 1775, 1771, 1, 0, 0, 0, 1775, 1772, 1, 0, 0, 0, 1775, 1773, 1, 0, 0, 0, + 1775, 1774, 1, 0, 0, 0, 1776, 9, 1, 0, 0, 0, 1777, 1779, 5, 675, 0, 0, + 1778, 1780, 5, 676, 0, 0, 1779, 1778, 1, 0, 0, 0, 1779, 1780, 1, 0, 0, + 0, 1780, 11, 1, 0, 0, 0, 1781, 1782, 5, 435, 0, 0, 1782, 1783, 3, 1218, + 609, 0, 1783, 13, 1, 0, 0, 0, 1784, 1785, 5, 46, 0, 0, 1785, 1786, 5, 311, + 0, 0, 1786, 1788, 3, 1376, 688, 0, 1787, 1789, 3, 16, 8, 0, 1788, 1787, + 1, 0, 0, 0, 1788, 1789, 1, 0, 0, 0, 1789, 1790, 1, 0, 0, 0, 1790, 1791, + 3, 18, 9, 0, 1791, 15, 1, 0, 0, 0, 1792, 1793, 5, 105, 0, 0, 1793, 17, + 1, 0, 0, 0, 1794, 1796, 3, 24, 12, 0, 1795, 1794, 1, 0, 0, 0, 1796, 1799, + 1, 0, 0, 0, 1797, 1795, 1, 0, 0, 0, 1797, 1798, 1, 0, 0, 0, 1798, 19, 1, + 0, 0, 0, 1799, 1797, 1, 0, 0, 0, 1800, 1802, 3, 22, 11, 0, 1801, 1800, + 1, 0, 0, 0, 1802, 1805, 1, 0, 0, 0, 1803, 1801, 1, 0, 0, 0, 1803, 1804, + 1, 0, 0, 0, 1804, 21, 1, 0, 0, 0, 1805, 1803, 1, 0, 0, 0, 1806, 1809, 5, + 280, 0, 0, 1807, 1810, 3, 1368, 684, 0, 1808, 1810, 5, 78, 0, 0, 1809, + 1807, 1, 0, 0, 0, 1809, 1808, 1, 0, 0, 0, 1810, 1825, 1, 0, 0, 0, 1811, + 1812, 7, 0, 0, 0, 1812, 1813, 5, 280, 0, 0, 1813, 1825, 3, 1368, 684, 0, + 1814, 1825, 5, 228, 0, 0, 1815, 1816, 5, 164, 0, 0, 1816, 1817, 5, 74, + 0, 0, 1817, 1825, 3, 1374, 687, 0, 1818, 1819, 5, 364, 0, 0, 1819, 1820, + 5, 361, 0, 0, 1820, 1825, 3, 1368, 684, 0, 1821, 1822, 5, 99, 0, 0, 1822, + 1825, 3, 1380, 690, 0, 1823, 1825, 3, 1392, 696, 0, 1824, 1806, 1, 0, 0, + 0, 1824, 1811, 1, 0, 0, 0, 1824, 1814, 1, 0, 0, 0, 1824, 1815, 1, 0, 0, + 0, 1824, 1818, 1, 0, 0, 0, 1824, 1821, 1, 0, 0, 0, 1824, 1823, 1, 0, 0, + 0, 1825, 23, 1, 0, 0, 0, 1826, 1837, 3, 22, 11, 0, 1827, 1828, 5, 341, + 0, 0, 1828, 1837, 3, 1366, 683, 0, 1829, 1830, 5, 134, 0, 0, 1830, 1837, + 3, 1380, 690, 0, 1831, 1832, 5, 311, 0, 0, 1832, 1837, 3, 1380, 690, 0, + 1833, 1834, 5, 68, 0, 0, 1834, 1835, 7, 1, 0, 0, 1835, 1837, 3, 1380, 690, + 0, 1836, 1826, 1, 0, 0, 0, 1836, 1827, 1, 0, 0, 0, 1836, 1829, 1, 0, 0, + 0, 1836, 1831, 1, 0, 0, 0, 1836, 1833, 1, 0, 0, 0, 1837, 25, 1, 0, 0, 0, + 1838, 1839, 5, 46, 0, 0, 1839, 1840, 5, 99, 0, 0, 1840, 1842, 3, 1376, + 688, 0, 1841, 1843, 3, 16, 8, 0, 1842, 1841, 1, 0, 0, 0, 1842, 1843, 1, + 0, 0, 0, 1843, 1844, 1, 0, 0, 0, 1844, 1845, 3, 18, 9, 0, 1845, 27, 1, + 0, 0, 0, 1846, 1847, 5, 138, 0, 0, 1847, 1848, 7, 2, 0, 0, 1848, 1850, + 3, 1378, 689, 0, 1849, 1851, 3, 16, 8, 0, 1850, 1849, 1, 0, 0, 0, 1850, + 1851, 1, 0, 0, 0, 1851, 1852, 1, 0, 0, 0, 1852, 1853, 3, 20, 10, 0, 1853, + 29, 1, 0, 0, 0, 1854, 1855, 5, 68, 0, 0, 1855, 1856, 5, 175, 0, 0, 1856, + 1857, 3, 1350, 675, 0, 1857, 31, 1, 0, 0, 0, 1858, 1859, 5, 138, 0, 0, + 1859, 1861, 7, 2, 0, 0, 1860, 1862, 5, 30, 0, 0, 1861, 1860, 1, 0, 0, 0, + 1861, 1862, 1, 0, 0, 0, 1862, 1863, 1, 0, 0, 0, 1863, 1865, 3, 1378, 689, + 0, 1864, 1866, 3, 30, 15, 0, 1865, 1864, 1, 0, 0, 0, 1865, 1866, 1, 0, + 0, 0, 1866, 1867, 1, 0, 0, 0, 1867, 1868, 3, 80, 40, 0, 1868, 33, 1, 0, + 0, 0, 1869, 1870, 5, 191, 0, 0, 1870, 1873, 7, 3, 0, 0, 1871, 1872, 5, + 220, 0, 0, 1872, 1874, 5, 390, 0, 0, 1873, 1871, 1, 0, 0, 0, 1873, 1874, + 1, 0, 0, 0, 1874, 1875, 1, 0, 0, 0, 1875, 1876, 3, 1380, 690, 0, 1876, + 35, 1, 0, 0, 0, 1877, 1878, 5, 46, 0, 0, 1878, 1879, 5, 66, 0, 0, 1879, + 1881, 3, 1376, 688, 0, 1880, 1882, 3, 16, 8, 0, 1881, 1880, 1, 0, 0, 0, + 1881, 1882, 1, 0, 0, 0, 1882, 1883, 1, 0, 0, 0, 1883, 1884, 3, 18, 9, 0, + 1884, 37, 1, 0, 0, 0, 1885, 1886, 5, 138, 0, 0, 1886, 1887, 5, 66, 0, 0, + 1887, 1888, 3, 1378, 689, 0, 1888, 1889, 3, 40, 20, 0, 1889, 1890, 5, 99, + 0, 0, 1890, 1891, 3, 1380, 690, 0, 1891, 39, 1, 0, 0, 0, 1892, 1893, 7, + 4, 0, 0, 1893, 41, 1, 0, 0, 0, 1894, 1895, 5, 46, 0, 0, 1895, 1899, 5, + 316, 0, 0, 1896, 1897, 5, 220, 0, 0, 1897, 1898, 5, 77, 0, 0, 1898, 1900, + 5, 390, 0, 0, 1899, 1896, 1, 0, 0, 0, 1899, 1900, 1, 0, 0, 0, 1900, 1907, + 1, 0, 0, 0, 1901, 1903, 3, 44, 22, 0, 1902, 1901, 1, 0, 0, 0, 1902, 1903, + 1, 0, 0, 0, 1903, 1904, 1, 0, 0, 0, 1904, 1905, 5, 106, 0, 0, 1905, 1908, + 3, 1378, 689, 0, 1906, 1908, 3, 1382, 691, 0, 1907, 1902, 1, 0, 0, 0, 1907, + 1906, 1, 0, 0, 0, 1908, 1909, 1, 0, 0, 0, 1909, 1910, 3, 46, 23, 0, 1910, + 43, 1, 0, 0, 0, 1911, 1912, 3, 1382, 691, 0, 1912, 45, 1, 0, 0, 0, 1913, + 1915, 3, 48, 24, 0, 1914, 1913, 1, 0, 0, 0, 1915, 1918, 1, 0, 0, 0, 1916, + 1914, 1, 0, 0, 0, 1916, 1917, 1, 0, 0, 0, 1917, 47, 1, 0, 0, 0, 1918, 1916, + 1, 0, 0, 0, 1919, 1926, 3, 172, 86, 0, 1920, 1926, 3, 594, 297, 0, 1921, + 1926, 3, 280, 140, 0, 1922, 1926, 3, 406, 203, 0, 1923, 1926, 3, 554, 277, + 0, 1924, 1926, 3, 806, 403, 0, 1925, 1919, 1, 0, 0, 0, 1925, 1920, 1, 0, + 0, 0, 1925, 1921, 1, 0, 0, 0, 1925, 1922, 1, 0, 0, 0, 1925, 1923, 1, 0, + 0, 0, 1925, 1924, 1, 0, 0, 0, 1926, 49, 1, 0, 0, 0, 1927, 1929, 5, 326, + 0, 0, 1928, 1930, 7, 5, 0, 0, 1929, 1928, 1, 0, 0, 0, 1929, 1930, 1, 0, + 0, 0, 1930, 1931, 1, 0, 0, 0, 1931, 1932, 3, 52, 26, 0, 1932, 51, 1, 0, + 0, 0, 1933, 1934, 5, 349, 0, 0, 1934, 1942, 3, 800, 400, 0, 1935, 1936, + 5, 325, 0, 0, 1936, 1937, 5, 154, 0, 0, 1937, 1938, 5, 36, 0, 0, 1938, + 1939, 5, 349, 0, 0, 1939, 1942, 3, 800, 400, 0, 1940, 1942, 3, 56, 28, + 0, 1941, 1933, 1, 0, 0, 0, 1941, 1935, 1, 0, 0, 0, 1941, 1940, 1, 0, 0, + 0, 1942, 53, 1, 0, 0, 0, 1943, 1944, 3, 58, 29, 0, 1944, 1945, 7, 6, 0, + 0, 1945, 1946, 3, 60, 30, 0, 1946, 55, 1, 0, 0, 0, 1947, 1975, 3, 54, 27, + 0, 1948, 1949, 3, 58, 29, 0, 1949, 1950, 5, 64, 0, 0, 1950, 1951, 5, 436, + 0, 0, 1951, 1975, 1, 0, 0, 0, 1952, 1953, 5, 413, 0, 0, 1953, 1954, 5, + 379, 0, 0, 1954, 1975, 3, 68, 34, 0, 1955, 1956, 5, 152, 0, 0, 1956, 1975, + 3, 1368, 684, 0, 1957, 1958, 5, 316, 0, 0, 1958, 1975, 3, 1368, 684, 0, + 1959, 1961, 5, 260, 0, 0, 1960, 1962, 3, 70, 35, 0, 1961, 1960, 1, 0, 0, + 0, 1961, 1962, 1, 0, 0, 0, 1962, 1975, 1, 0, 0, 0, 1963, 1964, 5, 311, + 0, 0, 1964, 1975, 3, 72, 36, 0, 1965, 1966, 5, 325, 0, 0, 1966, 1967, 5, + 106, 0, 0, 1967, 1975, 3, 72, 36, 0, 1968, 1969, 5, 376, 0, 0, 1969, 1970, + 5, 272, 0, 0, 1970, 1975, 3, 1236, 618, 0, 1971, 1972, 5, 349, 0, 0, 1972, + 1973, 5, 330, 0, 0, 1973, 1975, 3, 1368, 684, 0, 1974, 1947, 1, 0, 0, 0, + 1974, 1948, 1, 0, 0, 0, 1974, 1952, 1, 0, 0, 0, 1974, 1955, 1, 0, 0, 0, + 1974, 1957, 1, 0, 0, 0, 1974, 1959, 1, 0, 0, 0, 1974, 1963, 1, 0, 0, 0, + 1974, 1965, 1, 0, 0, 0, 1974, 1968, 1, 0, 0, 0, 1974, 1971, 1, 0, 0, 0, + 1975, 57, 1, 0, 0, 0, 1976, 1981, 3, 1382, 691, 0, 1977, 1978, 5, 11, 0, + 0, 1978, 1980, 3, 1382, 691, 0, 1979, 1977, 1, 0, 0, 0, 1980, 1983, 1, + 0, 0, 0, 1981, 1979, 1, 0, 0, 0, 1981, 1982, 1, 0, 0, 0, 1982, 59, 1, 0, + 0, 0, 1983, 1981, 1, 0, 0, 0, 1984, 1989, 3, 62, 31, 0, 1985, 1986, 5, + 6, 0, 0, 1986, 1988, 3, 62, 31, 0, 1987, 1985, 1, 0, 0, 0, 1988, 1991, + 1, 0, 0, 0, 1989, 1987, 1, 0, 0, 0, 1989, 1990, 1, 0, 0, 0, 1990, 61, 1, + 0, 0, 0, 1991, 1989, 1, 0, 0, 0, 1992, 1995, 3, 66, 33, 0, 1993, 1995, + 3, 294, 147, 0, 1994, 1992, 1, 0, 0, 0, 1994, 1993, 1, 0, 0, 0, 1995, 63, + 1, 0, 0, 0, 1996, 1997, 5, 293, 0, 0, 1997, 2002, 7, 7, 0, 0, 1998, 1999, + 5, 303, 0, 0, 1999, 2002, 5, 293, 0, 0, 2000, 2002, 5, 323, 0, 0, 2001, + 1996, 1, 0, 0, 0, 2001, 1998, 1, 0, 0, 0, 2001, 2000, 1, 0, 0, 0, 2002, + 65, 1, 0, 0, 0, 2003, 2008, 5, 96, 0, 0, 2004, 2008, 5, 60, 0, 0, 2005, + 2008, 5, 80, 0, 0, 2006, 2008, 3, 72, 36, 0, 2007, 2003, 1, 0, 0, 0, 2007, + 2004, 1, 0, 0, 0, 2007, 2005, 1, 0, 0, 0, 2007, 2006, 1, 0, 0, 0, 2008, + 67, 1, 0, 0, 0, 2009, 2026, 3, 1368, 684, 0, 2010, 2026, 3, 1392, 696, + 0, 2011, 2012, 3, 1160, 580, 0, 2012, 2014, 3, 1368, 684, 0, 2013, 2015, + 3, 1164, 582, 0, 2014, 2013, 1, 0, 0, 0, 2014, 2015, 1, 0, 0, 0, 2015, + 2026, 1, 0, 0, 0, 2016, 2017, 3, 1160, 580, 0, 2017, 2018, 5, 2, 0, 0, + 2018, 2019, 3, 1366, 683, 0, 2019, 2020, 5, 3, 0, 0, 2020, 2021, 3, 1368, + 684, 0, 2021, 2026, 1, 0, 0, 0, 2022, 2026, 3, 294, 147, 0, 2023, 2026, + 5, 53, 0, 0, 2024, 2026, 5, 245, 0, 0, 2025, 2009, 1, 0, 0, 0, 2025, 2010, + 1, 0, 0, 0, 2025, 2011, 1, 0, 0, 0, 2025, 2016, 1, 0, 0, 0, 2025, 2022, + 1, 0, 0, 0, 2025, 2023, 1, 0, 0, 0, 2025, 2024, 1, 0, 0, 0, 2026, 69, 1, + 0, 0, 0, 2027, 2030, 3, 1368, 684, 0, 2028, 2030, 5, 53, 0, 0, 2029, 2027, + 1, 0, 0, 0, 2029, 2028, 1, 0, 0, 0, 2030, 71, 1, 0, 0, 0, 2031, 2034, 3, + 1388, 694, 0, 2032, 2034, 3, 1368, 684, 0, 2033, 2031, 1, 0, 0, 0, 2033, + 2032, 1, 0, 0, 0, 2034, 73, 1, 0, 0, 0, 2035, 2036, 5, 306, 0, 0, 2036, + 2037, 3, 76, 38, 0, 2037, 75, 1, 0, 0, 0, 2038, 2047, 3, 78, 39, 0, 2039, + 2040, 5, 413, 0, 0, 2040, 2047, 5, 379, 0, 0, 2041, 2042, 5, 349, 0, 0, + 2042, 2043, 5, 235, 0, 0, 2043, 2047, 5, 242, 0, 0, 2044, 2045, 5, 325, + 0, 0, 2045, 2047, 5, 106, 0, 0, 2046, 2038, 1, 0, 0, 0, 2046, 2039, 1, + 0, 0, 0, 2046, 2041, 1, 0, 0, 0, 2046, 2044, 1, 0, 0, 0, 2047, 77, 1, 0, + 0, 0, 2048, 2051, 3, 58, 29, 0, 2049, 2051, 5, 30, 0, 0, 2050, 2048, 1, + 0, 0, 0, 2050, 2049, 1, 0, 0, 0, 2051, 79, 1, 0, 0, 0, 2052, 2053, 5, 326, + 0, 0, 2053, 2056, 3, 52, 26, 0, 2054, 2056, 3, 74, 37, 0, 2055, 2052, 1, + 0, 0, 0, 2055, 2054, 1, 0, 0, 0, 2056, 81, 1, 0, 0, 0, 2057, 2058, 5, 326, + 0, 0, 2058, 2061, 3, 56, 28, 0, 2059, 2061, 3, 74, 37, 0, 2060, 2057, 1, + 0, 0, 0, 2060, 2059, 1, 0, 0, 0, 2061, 83, 1, 0, 0, 0, 2062, 2072, 5, 328, + 0, 0, 2063, 2073, 3, 58, 29, 0, 2064, 2065, 5, 413, 0, 0, 2065, 2073, 5, + 379, 0, 0, 2066, 2067, 5, 349, 0, 0, 2067, 2068, 5, 235, 0, 0, 2068, 2073, + 5, 242, 0, 0, 2069, 2070, 5, 325, 0, 0, 2070, 2073, 5, 106, 0, 0, 2071, + 2073, 5, 30, 0, 0, 2072, 2063, 1, 0, 0, 0, 2072, 2064, 1, 0, 0, 0, 2072, + 2066, 1, 0, 0, 0, 2072, 2069, 1, 0, 0, 0, 2072, 2071, 1, 0, 0, 0, 2073, + 85, 1, 0, 0, 0, 2074, 2075, 5, 326, 0, 0, 2075, 2076, 5, 165, 0, 0, 2076, + 2077, 3, 88, 44, 0, 2077, 2078, 3, 90, 45, 0, 2078, 87, 1, 0, 0, 0, 2079, + 2082, 5, 30, 0, 0, 2080, 2082, 3, 1344, 672, 0, 2081, 2079, 1, 0, 0, 0, + 2081, 2080, 1, 0, 0, 0, 2082, 89, 1, 0, 0, 0, 2083, 2084, 7, 8, 0, 0, 2084, + 91, 1, 0, 0, 0, 2085, 2086, 5, 155, 0, 0, 2086, 93, 1, 0, 0, 0, 2087, 2088, + 5, 187, 0, 0, 2088, 2089, 7, 9, 0, 0, 2089, 95, 1, 0, 0, 0, 2090, 2091, + 5, 138, 0, 0, 2091, 2094, 5, 92, 0, 0, 2092, 2093, 5, 220, 0, 0, 2093, + 2095, 5, 390, 0, 0, 2094, 2092, 1, 0, 0, 0, 2094, 2095, 1, 0, 0, 0, 2095, + 2096, 1, 0, 0, 0, 2096, 2099, 3, 1082, 541, 0, 2097, 2100, 3, 98, 49, 0, + 2098, 2100, 3, 100, 50, 0, 2099, 2097, 1, 0, 0, 0, 2099, 2098, 1, 0, 0, + 0, 2100, 2203, 1, 0, 0, 0, 2101, 2102, 5, 138, 0, 0, 2102, 2103, 5, 92, + 0, 0, 2103, 2104, 5, 30, 0, 0, 2104, 2105, 5, 68, 0, 0, 2105, 2106, 5, + 344, 0, 0, 2106, 2110, 3, 1350, 675, 0, 2107, 2108, 5, 274, 0, 0, 2108, + 2109, 5, 147, 0, 0, 2109, 2111, 3, 1380, 690, 0, 2110, 2107, 1, 0, 0, 0, + 2110, 2111, 1, 0, 0, 0, 2111, 2112, 1, 0, 0, 0, 2112, 2113, 5, 326, 0, + 0, 2113, 2114, 5, 344, 0, 0, 2114, 2116, 3, 1350, 675, 0, 2115, 2117, 3, + 946, 473, 0, 2116, 2115, 1, 0, 0, 0, 2116, 2117, 1, 0, 0, 0, 2117, 2203, + 1, 0, 0, 0, 2118, 2119, 5, 138, 0, 0, 2119, 2122, 5, 226, 0, 0, 2120, 2121, + 5, 220, 0, 0, 2121, 2123, 5, 390, 0, 0, 2122, 2120, 1, 0, 0, 0, 2122, 2123, + 1, 0, 0, 0, 2123, 2124, 1, 0, 0, 0, 2124, 2127, 3, 1346, 673, 0, 2125, + 2128, 3, 98, 49, 0, 2126, 2128, 3, 102, 51, 0, 2127, 2125, 1, 0, 0, 0, + 2127, 2126, 1, 0, 0, 0, 2128, 2203, 1, 0, 0, 0, 2129, 2130, 5, 138, 0, + 0, 2130, 2131, 5, 226, 0, 0, 2131, 2132, 5, 30, 0, 0, 2132, 2133, 5, 68, + 0, 0, 2133, 2134, 5, 344, 0, 0, 2134, 2138, 3, 1350, 675, 0, 2135, 2136, + 5, 274, 0, 0, 2136, 2137, 5, 147, 0, 0, 2137, 2139, 3, 1380, 690, 0, 2138, + 2135, 1, 0, 0, 0, 2138, 2139, 1, 0, 0, 0, 2139, 2140, 1, 0, 0, 0, 2140, + 2141, 5, 326, 0, 0, 2141, 2142, 5, 344, 0, 0, 2142, 2144, 3, 1350, 675, + 0, 2143, 2145, 3, 946, 473, 0, 2144, 2143, 1, 0, 0, 0, 2144, 2145, 1, 0, + 0, 0, 2145, 2203, 1, 0, 0, 0, 2146, 2147, 5, 138, 0, 0, 2147, 2150, 5, + 321, 0, 0, 2148, 2149, 5, 220, 0, 0, 2149, 2151, 5, 390, 0, 0, 2150, 2148, + 1, 0, 0, 0, 2150, 2151, 1, 0, 0, 0, 2151, 2152, 1, 0, 0, 0, 2152, 2153, + 3, 1346, 673, 0, 2153, 2154, 3, 98, 49, 0, 2154, 2203, 1, 0, 0, 0, 2155, + 2156, 5, 138, 0, 0, 2156, 2159, 5, 369, 0, 0, 2157, 2158, 5, 220, 0, 0, + 2158, 2160, 5, 390, 0, 0, 2159, 2157, 1, 0, 0, 0, 2159, 2160, 1, 0, 0, + 0, 2160, 2161, 1, 0, 0, 0, 2161, 2162, 3, 1346, 673, 0, 2162, 2163, 3, + 98, 49, 0, 2163, 2203, 1, 0, 0, 0, 2164, 2165, 5, 138, 0, 0, 2165, 2166, + 5, 251, 0, 0, 2166, 2169, 5, 369, 0, 0, 2167, 2168, 5, 220, 0, 0, 2168, + 2170, 5, 390, 0, 0, 2169, 2167, 1, 0, 0, 0, 2169, 2170, 1, 0, 0, 0, 2170, + 2171, 1, 0, 0, 0, 2171, 2172, 3, 1346, 673, 0, 2172, 2173, 3, 98, 49, 0, + 2173, 2203, 1, 0, 0, 0, 2174, 2175, 5, 138, 0, 0, 2175, 2176, 5, 251, 0, + 0, 2176, 2177, 5, 369, 0, 0, 2177, 2178, 5, 30, 0, 0, 2178, 2179, 5, 68, + 0, 0, 2179, 2180, 5, 344, 0, 0, 2180, 2184, 3, 1350, 675, 0, 2181, 2182, + 5, 274, 0, 0, 2182, 2183, 5, 147, 0, 0, 2183, 2185, 3, 1380, 690, 0, 2184, + 2181, 1, 0, 0, 0, 2184, 2185, 1, 0, 0, 0, 2185, 2186, 1, 0, 0, 0, 2186, + 2187, 5, 326, 0, 0, 2187, 2188, 5, 344, 0, 0, 2188, 2190, 3, 1350, 675, + 0, 2189, 2191, 3, 946, 473, 0, 2190, 2189, 1, 0, 0, 0, 2190, 2191, 1, 0, + 0, 0, 2191, 2203, 1, 0, 0, 0, 2192, 2193, 5, 138, 0, 0, 2193, 2194, 5, + 63, 0, 0, 2194, 2197, 5, 92, 0, 0, 2195, 2196, 5, 220, 0, 0, 2196, 2198, + 5, 390, 0, 0, 2197, 2195, 1, 0, 0, 0, 2197, 2198, 1, 0, 0, 0, 2198, 2199, + 1, 0, 0, 0, 2199, 2200, 3, 1082, 541, 0, 2200, 2201, 3, 98, 49, 0, 2201, + 2203, 1, 0, 0, 0, 2202, 2090, 1, 0, 0, 0, 2202, 2101, 1, 0, 0, 0, 2202, + 2118, 1, 0, 0, 0, 2202, 2129, 1, 0, 0, 0, 2202, 2146, 1, 0, 0, 0, 2202, + 2155, 1, 0, 0, 0, 2202, 2164, 1, 0, 0, 0, 2202, 2174, 1, 0, 0, 0, 2202, + 2192, 1, 0, 0, 0, 2203, 97, 1, 0, 0, 0, 2204, 2209, 3, 104, 52, 0, 2205, + 2206, 5, 6, 0, 0, 2206, 2208, 3, 104, 52, 0, 2207, 2205, 1, 0, 0, 0, 2208, + 2211, 1, 0, 0, 0, 2209, 2207, 1, 0, 0, 0, 2209, 2210, 1, 0, 0, 0, 2210, + 99, 1, 0, 0, 0, 2211, 2209, 1, 0, 0, 0, 2212, 2213, 5, 437, 0, 0, 2213, + 2214, 5, 278, 0, 0, 2214, 2215, 3, 1346, 673, 0, 2215, 2216, 3, 128, 64, + 0, 2216, 2221, 1, 0, 0, 0, 2217, 2218, 5, 438, 0, 0, 2218, 2219, 5, 278, + 0, 0, 2219, 2221, 3, 1346, 673, 0, 2220, 2212, 1, 0, 0, 0, 2220, 2217, + 1, 0, 0, 0, 2221, 101, 1, 0, 0, 0, 2222, 2223, 5, 437, 0, 0, 2223, 2224, + 5, 278, 0, 0, 2224, 2225, 3, 1346, 673, 0, 2225, 103, 1, 0, 0, 0, 2226, + 2227, 5, 133, 0, 0, 2227, 2529, 3, 188, 94, 0, 2228, 2229, 5, 133, 0, 0, + 2229, 2230, 5, 220, 0, 0, 2230, 2231, 5, 77, 0, 0, 2231, 2232, 5, 390, + 0, 0, 2232, 2529, 3, 188, 94, 0, 2233, 2234, 5, 133, 0, 0, 2234, 2235, + 5, 44, 0, 0, 2235, 2529, 3, 188, 94, 0, 2236, 2237, 5, 133, 0, 0, 2237, + 2238, 5, 44, 0, 0, 2238, 2239, 5, 220, 0, 0, 2239, 2240, 5, 77, 0, 0, 2240, + 2241, 5, 390, 0, 0, 2241, 2529, 3, 188, 94, 0, 2242, 2244, 5, 138, 0, 0, + 2243, 2245, 3, 730, 365, 0, 2244, 2243, 1, 0, 0, 0, 2244, 2245, 1, 0, 0, + 0, 2245, 2246, 1, 0, 0, 0, 2246, 2247, 3, 1382, 691, 0, 2247, 2248, 3, + 106, 53, 0, 2248, 2529, 1, 0, 0, 0, 2249, 2251, 5, 138, 0, 0, 2250, 2252, + 3, 730, 365, 0, 2251, 2250, 1, 0, 0, 0, 2251, 2252, 1, 0, 0, 0, 2252, 2253, + 1, 0, 0, 0, 2253, 2254, 3, 1382, 691, 0, 2254, 2255, 5, 191, 0, 0, 2255, + 2256, 5, 77, 0, 0, 2256, 2257, 5, 78, 0, 0, 2257, 2529, 1, 0, 0, 0, 2258, + 2260, 5, 138, 0, 0, 2259, 2261, 3, 730, 365, 0, 2260, 2259, 1, 0, 0, 0, + 2260, 2261, 1, 0, 0, 0, 2261, 2262, 1, 0, 0, 0, 2262, 2263, 3, 1382, 691, + 0, 2263, 2264, 5, 326, 0, 0, 2264, 2265, 5, 77, 0, 0, 2265, 2266, 5, 78, + 0, 0, 2266, 2529, 1, 0, 0, 0, 2267, 2269, 5, 138, 0, 0, 2268, 2270, 3, + 730, 365, 0, 2269, 2268, 1, 0, 0, 0, 2269, 2270, 1, 0, 0, 0, 2270, 2271, + 1, 0, 0, 0, 2271, 2272, 3, 1382, 691, 0, 2272, 2273, 5, 191, 0, 0, 2273, + 2274, 5, 439, 0, 0, 2274, 2529, 1, 0, 0, 0, 2275, 2277, 5, 138, 0, 0, 2276, + 2278, 3, 730, 365, 0, 2277, 2276, 1, 0, 0, 0, 2277, 2278, 1, 0, 0, 0, 2278, + 2279, 1, 0, 0, 0, 2279, 2280, 3, 1382, 691, 0, 2280, 2281, 5, 191, 0, 0, + 2281, 2282, 5, 439, 0, 0, 2282, 2283, 5, 220, 0, 0, 2283, 2284, 5, 390, + 0, 0, 2284, 2529, 1, 0, 0, 0, 2285, 2287, 5, 138, 0, 0, 2286, 2288, 3, + 730, 365, 0, 2287, 2286, 1, 0, 0, 0, 2287, 2288, 1, 0, 0, 0, 2288, 2289, + 1, 0, 0, 0, 2289, 2290, 3, 1382, 691, 0, 2290, 2291, 5, 326, 0, 0, 2291, + 2292, 5, 335, 0, 0, 2292, 2293, 3, 1374, 687, 0, 2293, 2529, 1, 0, 0, 0, + 2294, 2296, 5, 138, 0, 0, 2295, 2297, 3, 730, 365, 0, 2296, 2295, 1, 0, + 0, 0, 2296, 2297, 1, 0, 0, 0, 2297, 2298, 1, 0, 0, 0, 2298, 2299, 3, 1366, + 683, 0, 2299, 2300, 5, 326, 0, 0, 2300, 2301, 5, 335, 0, 0, 2301, 2302, + 3, 1374, 687, 0, 2302, 2529, 1, 0, 0, 0, 2303, 2305, 5, 138, 0, 0, 2304, + 2306, 3, 730, 365, 0, 2305, 2304, 1, 0, 0, 0, 2305, 2306, 1, 0, 0, 0, 2306, + 2307, 1, 0, 0, 0, 2307, 2308, 3, 1382, 691, 0, 2308, 2309, 5, 326, 0, 0, + 2309, 2310, 3, 116, 58, 0, 2310, 2529, 1, 0, 0, 0, 2311, 2313, 5, 138, + 0, 0, 2312, 2314, 3, 730, 365, 0, 2313, 2312, 1, 0, 0, 0, 2313, 2314, 1, + 0, 0, 0, 2314, 2315, 1, 0, 0, 0, 2315, 2316, 3, 1382, 691, 0, 2316, 2317, + 5, 306, 0, 0, 2317, 2318, 3, 116, 58, 0, 2318, 2529, 1, 0, 0, 0, 2319, + 2321, 5, 138, 0, 0, 2320, 2322, 3, 730, 365, 0, 2321, 2320, 1, 0, 0, 0, + 2321, 2322, 1, 0, 0, 0, 2322, 2323, 1, 0, 0, 0, 2323, 2324, 3, 1382, 691, + 0, 2324, 2325, 5, 326, 0, 0, 2325, 2326, 5, 338, 0, 0, 2326, 2327, 3, 1382, + 691, 0, 2327, 2529, 1, 0, 0, 0, 2328, 2330, 5, 138, 0, 0, 2329, 2331, 3, + 730, 365, 0, 2330, 2329, 1, 0, 0, 0, 2330, 2331, 1, 0, 0, 0, 2331, 2332, + 1, 0, 0, 0, 2332, 2333, 3, 1382, 691, 0, 2333, 2334, 5, 133, 0, 0, 2334, + 2335, 5, 440, 0, 0, 2335, 2336, 3, 200, 100, 0, 2336, 2337, 5, 36, 0, 0, + 2337, 2339, 5, 219, 0, 0, 2338, 2340, 3, 286, 143, 0, 2339, 2338, 1, 0, + 0, 0, 2339, 2340, 1, 0, 0, 0, 2340, 2529, 1, 0, 0, 0, 2341, 2343, 5, 138, + 0, 0, 2342, 2344, 3, 730, 365, 0, 2343, 2342, 1, 0, 0, 0, 2343, 2344, 1, + 0, 0, 0, 2344, 2345, 1, 0, 0, 0, 2345, 2346, 3, 1382, 691, 0, 2346, 2347, + 3, 124, 62, 0, 2347, 2529, 1, 0, 0, 0, 2348, 2350, 5, 138, 0, 0, 2349, + 2351, 3, 730, 365, 0, 2350, 2349, 1, 0, 0, 0, 2350, 2351, 1, 0, 0, 0, 2351, + 2352, 1, 0, 0, 0, 2352, 2353, 3, 1382, 691, 0, 2353, 2354, 5, 191, 0, 0, + 2354, 2355, 5, 219, 0, 0, 2355, 2529, 1, 0, 0, 0, 2356, 2358, 5, 138, 0, + 0, 2357, 2359, 3, 730, 365, 0, 2358, 2357, 1, 0, 0, 0, 2358, 2359, 1, 0, + 0, 0, 2359, 2360, 1, 0, 0, 0, 2360, 2361, 3, 1382, 691, 0, 2361, 2362, + 5, 191, 0, 0, 2362, 2363, 5, 219, 0, 0, 2363, 2364, 5, 220, 0, 0, 2364, + 2365, 5, 390, 0, 0, 2365, 2529, 1, 0, 0, 0, 2366, 2368, 5, 191, 0, 0, 2367, + 2369, 3, 730, 365, 0, 2368, 2367, 1, 0, 0, 0, 2368, 2369, 1, 0, 0, 0, 2369, + 2370, 1, 0, 0, 0, 2370, 2371, 5, 220, 0, 0, 2371, 2372, 5, 390, 0, 0, 2372, + 2374, 3, 1382, 691, 0, 2373, 2375, 3, 108, 54, 0, 2374, 2373, 1, 0, 0, + 0, 2374, 2375, 1, 0, 0, 0, 2375, 2529, 1, 0, 0, 0, 2376, 2378, 5, 191, + 0, 0, 2377, 2379, 3, 730, 365, 0, 2378, 2377, 1, 0, 0, 0, 2378, 2379, 1, + 0, 0, 0, 2379, 2380, 1, 0, 0, 0, 2380, 2382, 3, 1382, 691, 0, 2381, 2383, + 3, 108, 54, 0, 2382, 2381, 1, 0, 0, 0, 2382, 2383, 1, 0, 0, 0, 2383, 2529, + 1, 0, 0, 0, 2384, 2386, 5, 138, 0, 0, 2385, 2387, 3, 730, 365, 0, 2386, + 2385, 1, 0, 0, 0, 2386, 2387, 1, 0, 0, 0, 2387, 2388, 1, 0, 0, 0, 2388, + 2390, 3, 1382, 691, 0, 2389, 2391, 3, 732, 366, 0, 2390, 2389, 1, 0, 0, + 0, 2390, 2391, 1, 0, 0, 0, 2391, 2392, 1, 0, 0, 0, 2392, 2393, 5, 353, + 0, 0, 2393, 2395, 3, 1126, 563, 0, 2394, 2396, 3, 110, 55, 0, 2395, 2394, + 1, 0, 0, 0, 2395, 2396, 1, 0, 0, 0, 2396, 2398, 1, 0, 0, 0, 2397, 2399, + 3, 112, 56, 0, 2398, 2397, 1, 0, 0, 0, 2398, 2399, 1, 0, 0, 0, 2399, 2529, + 1, 0, 0, 0, 2400, 2402, 5, 138, 0, 0, 2401, 2403, 3, 730, 365, 0, 2402, + 2401, 1, 0, 0, 0, 2402, 2403, 1, 0, 0, 0, 2403, 2404, 1, 0, 0, 0, 2404, + 2405, 3, 1382, 691, 0, 2405, 2406, 3, 346, 173, 0, 2406, 2529, 1, 0, 0, + 0, 2407, 2408, 5, 133, 0, 0, 2408, 2529, 3, 210, 105, 0, 2409, 2410, 5, + 138, 0, 0, 2410, 2411, 5, 45, 0, 0, 2411, 2412, 3, 1350, 675, 0, 2412, + 2413, 3, 442, 221, 0, 2413, 2529, 1, 0, 0, 0, 2414, 2415, 5, 365, 0, 0, + 2415, 2416, 5, 45, 0, 0, 2416, 2529, 3, 1350, 675, 0, 2417, 2418, 5, 191, + 0, 0, 2418, 2419, 5, 45, 0, 0, 2419, 2420, 5, 220, 0, 0, 2420, 2421, 5, + 390, 0, 0, 2421, 2423, 3, 1350, 675, 0, 2422, 2424, 3, 108, 54, 0, 2423, + 2422, 1, 0, 0, 0, 2423, 2424, 1, 0, 0, 0, 2424, 2529, 1, 0, 0, 0, 2425, + 2426, 5, 191, 0, 0, 2426, 2427, 5, 45, 0, 0, 2427, 2429, 3, 1350, 675, + 0, 2428, 2430, 3, 108, 54, 0, 2429, 2428, 1, 0, 0, 0, 2429, 2430, 1, 0, + 0, 0, 2430, 2529, 1, 0, 0, 0, 2431, 2432, 5, 326, 0, 0, 2432, 2433, 5, + 372, 0, 0, 2433, 2529, 5, 270, 0, 0, 2434, 2435, 5, 158, 0, 0, 2435, 2436, + 5, 80, 0, 0, 2436, 2529, 3, 1350, 675, 0, 2437, 2438, 5, 326, 0, 0, 2438, + 2439, 5, 372, 0, 0, 2439, 2529, 5, 158, 0, 0, 2440, 2441, 5, 326, 0, 0, + 2441, 2529, 5, 441, 0, 0, 2442, 2443, 5, 326, 0, 0, 2443, 2529, 5, 360, + 0, 0, 2444, 2445, 5, 193, 0, 0, 2445, 2446, 5, 350, 0, 0, 2446, 2529, 3, + 1350, 675, 0, 2447, 2448, 5, 193, 0, 0, 2448, 2449, 5, 139, 0, 0, 2449, + 2450, 5, 350, 0, 0, 2450, 2529, 3, 1350, 675, 0, 2451, 2452, 5, 193, 0, + 0, 2452, 2453, 5, 305, 0, 0, 2453, 2454, 5, 350, 0, 0, 2454, 2529, 3, 1350, + 675, 0, 2455, 2456, 5, 193, 0, 0, 2456, 2457, 5, 350, 0, 0, 2457, 2529, + 5, 30, 0, 0, 2458, 2459, 5, 193, 0, 0, 2459, 2460, 5, 350, 0, 0, 2460, + 2529, 5, 99, 0, 0, 2461, 2462, 5, 186, 0, 0, 2462, 2463, 5, 350, 0, 0, + 2463, 2529, 3, 1350, 675, 0, 2464, 2465, 5, 186, 0, 0, 2465, 2466, 5, 350, + 0, 0, 2466, 2529, 5, 30, 0, 0, 2467, 2468, 5, 186, 0, 0, 2468, 2469, 5, + 350, 0, 0, 2469, 2529, 5, 99, 0, 0, 2470, 2471, 5, 193, 0, 0, 2471, 2472, + 5, 314, 0, 0, 2472, 2529, 3, 1350, 675, 0, 2473, 2474, 5, 193, 0, 0, 2474, + 2475, 5, 139, 0, 0, 2475, 2476, 5, 314, 0, 0, 2476, 2529, 3, 1350, 675, + 0, 2477, 2478, 5, 193, 0, 0, 2478, 2479, 5, 305, 0, 0, 2479, 2480, 5, 314, + 0, 0, 2480, 2529, 3, 1350, 675, 0, 2481, 2482, 5, 186, 0, 0, 2482, 2483, + 5, 314, 0, 0, 2483, 2529, 3, 1350, 675, 0, 2484, 2485, 5, 228, 0, 0, 2485, + 2529, 3, 1346, 673, 0, 2486, 2487, 5, 262, 0, 0, 2487, 2488, 5, 228, 0, + 0, 2488, 2529, 3, 1346, 673, 0, 2489, 2490, 5, 268, 0, 0, 2490, 2529, 3, + 526, 263, 0, 2491, 2492, 5, 77, 0, 0, 2492, 2529, 5, 268, 0, 0, 2493, 2494, + 5, 275, 0, 0, 2494, 2495, 5, 94, 0, 0, 2495, 2529, 3, 1378, 689, 0, 2496, + 2497, 5, 326, 0, 0, 2497, 2498, 5, 131, 0, 0, 2498, 2499, 5, 448, 0, 0, + 2499, 2529, 3, 1350, 675, 0, 2500, 2501, 5, 326, 0, 0, 2501, 2502, 5, 344, + 0, 0, 2502, 2529, 3, 1350, 675, 0, 2503, 2504, 5, 326, 0, 0, 2504, 2529, + 3, 116, 58, 0, 2505, 2506, 5, 306, 0, 0, 2506, 2529, 3, 116, 58, 0, 2507, + 2508, 5, 305, 0, 0, 2508, 2509, 5, 219, 0, 0, 2509, 2529, 3, 114, 57, 0, + 2510, 2511, 5, 193, 0, 0, 2511, 2512, 5, 409, 0, 0, 2512, 2513, 5, 242, + 0, 0, 2513, 2529, 5, 320, 0, 0, 2514, 2515, 5, 186, 0, 0, 2515, 2516, 5, + 409, 0, 0, 2516, 2517, 5, 242, 0, 0, 2517, 2529, 5, 320, 0, 0, 2518, 2519, + 5, 209, 0, 0, 2519, 2520, 5, 409, 0, 0, 2520, 2521, 5, 242, 0, 0, 2521, + 2529, 5, 320, 0, 0, 2522, 2523, 5, 262, 0, 0, 2523, 2524, 5, 209, 0, 0, + 2524, 2525, 5, 409, 0, 0, 2525, 2526, 5, 242, 0, 0, 2526, 2529, 5, 320, + 0, 0, 2527, 2529, 3, 346, 173, 0, 2528, 2226, 1, 0, 0, 0, 2528, 2228, 1, + 0, 0, 0, 2528, 2233, 1, 0, 0, 0, 2528, 2236, 1, 0, 0, 0, 2528, 2242, 1, + 0, 0, 0, 2528, 2249, 1, 0, 0, 0, 2528, 2258, 1, 0, 0, 0, 2528, 2267, 1, + 0, 0, 0, 2528, 2275, 1, 0, 0, 0, 2528, 2285, 1, 0, 0, 0, 2528, 2294, 1, + 0, 0, 0, 2528, 2303, 1, 0, 0, 0, 2528, 2311, 1, 0, 0, 0, 2528, 2319, 1, + 0, 0, 0, 2528, 2328, 1, 0, 0, 0, 2528, 2341, 1, 0, 0, 0, 2528, 2348, 1, + 0, 0, 0, 2528, 2356, 1, 0, 0, 0, 2528, 2366, 1, 0, 0, 0, 2528, 2376, 1, + 0, 0, 0, 2528, 2384, 1, 0, 0, 0, 2528, 2400, 1, 0, 0, 0, 2528, 2407, 1, + 0, 0, 0, 2528, 2409, 1, 0, 0, 0, 2528, 2414, 1, 0, 0, 0, 2528, 2417, 1, + 0, 0, 0, 2528, 2425, 1, 0, 0, 0, 2528, 2431, 1, 0, 0, 0, 2528, 2434, 1, + 0, 0, 0, 2528, 2437, 1, 0, 0, 0, 2528, 2440, 1, 0, 0, 0, 2528, 2442, 1, + 0, 0, 0, 2528, 2444, 1, 0, 0, 0, 2528, 2447, 1, 0, 0, 0, 2528, 2451, 1, + 0, 0, 0, 2528, 2455, 1, 0, 0, 0, 2528, 2458, 1, 0, 0, 0, 2528, 2461, 1, + 0, 0, 0, 2528, 2464, 1, 0, 0, 0, 2528, 2467, 1, 0, 0, 0, 2528, 2470, 1, + 0, 0, 0, 2528, 2473, 1, 0, 0, 0, 2528, 2477, 1, 0, 0, 0, 2528, 2481, 1, + 0, 0, 0, 2528, 2484, 1, 0, 0, 0, 2528, 2486, 1, 0, 0, 0, 2528, 2489, 1, + 0, 0, 0, 2528, 2491, 1, 0, 0, 0, 2528, 2493, 1, 0, 0, 0, 2528, 2496, 1, + 0, 0, 0, 2528, 2500, 1, 0, 0, 0, 2528, 2503, 1, 0, 0, 0, 2528, 2505, 1, + 0, 0, 0, 2528, 2507, 1, 0, 0, 0, 2528, 2510, 1, 0, 0, 0, 2528, 2514, 1, + 0, 0, 0, 2528, 2518, 1, 0, 0, 0, 2528, 2522, 1, 0, 0, 0, 2528, 2527, 1, + 0, 0, 0, 2529, 105, 1, 0, 0, 0, 2530, 2531, 5, 326, 0, 0, 2531, 2532, 5, + 53, 0, 0, 2532, 2536, 3, 1170, 585, 0, 2533, 2534, 5, 191, 0, 0, 2534, + 2536, 5, 53, 0, 0, 2535, 2530, 1, 0, 0, 0, 2535, 2533, 1, 0, 0, 0, 2536, + 107, 1, 0, 0, 0, 2537, 2538, 7, 10, 0, 0, 2538, 109, 1, 0, 0, 0, 2539, + 2540, 5, 43, 0, 0, 2540, 2541, 3, 526, 263, 0, 2541, 111, 1, 0, 0, 0, 2542, + 2543, 5, 100, 0, 0, 2543, 2544, 3, 1170, 585, 0, 2544, 113, 1, 0, 0, 0, + 2545, 2552, 5, 263, 0, 0, 2546, 2552, 5, 113, 0, 0, 2547, 2552, 5, 53, + 0, 0, 2548, 2549, 5, 100, 0, 0, 2549, 2550, 5, 226, 0, 0, 2550, 2552, 3, + 1350, 675, 0, 2551, 2545, 1, 0, 0, 0, 2551, 2546, 1, 0, 0, 0, 2551, 2547, + 1, 0, 0, 0, 2551, 2548, 1, 0, 0, 0, 2552, 115, 1, 0, 0, 0, 2553, 2554, + 5, 2, 0, 0, 2554, 2555, 3, 120, 60, 0, 2555, 2556, 5, 3, 0, 0, 2556, 117, + 1, 0, 0, 0, 2557, 2558, 5, 105, 0, 0, 2558, 2559, 3, 116, 58, 0, 2559, + 119, 1, 0, 0, 0, 2560, 2565, 3, 122, 61, 0, 2561, 2562, 5, 6, 0, 0, 2562, + 2564, 3, 122, 61, 0, 2563, 2561, 1, 0, 0, 0, 2564, 2567, 1, 0, 0, 0, 2565, + 2563, 1, 0, 0, 0, 2565, 2566, 1, 0, 0, 0, 2566, 121, 1, 0, 0, 0, 2567, + 2565, 1, 0, 0, 0, 2568, 2577, 3, 1390, 695, 0, 2569, 2570, 5, 10, 0, 0, + 2570, 2578, 3, 468, 234, 0, 2571, 2572, 5, 11, 0, 0, 2572, 2575, 3, 1390, + 695, 0, 2573, 2574, 5, 10, 0, 0, 2574, 2576, 3, 468, 234, 0, 2575, 2573, + 1, 0, 0, 0, 2575, 2576, 1, 0, 0, 0, 2576, 2578, 1, 0, 0, 0, 2577, 2569, + 1, 0, 0, 0, 2577, 2571, 1, 0, 0, 0, 2577, 2578, 1, 0, 0, 0, 2578, 123, + 1, 0, 0, 0, 2579, 2581, 3, 126, 63, 0, 2580, 2579, 1, 0, 0, 0, 2581, 2582, + 1, 0, 0, 0, 2582, 2580, 1, 0, 0, 0, 2582, 2583, 1, 0, 0, 0, 2583, 125, + 1, 0, 0, 0, 2584, 2589, 5, 307, 0, 0, 2585, 2587, 3, 16, 8, 0, 2586, 2585, + 1, 0, 0, 0, 2586, 2587, 1, 0, 0, 0, 2587, 2588, 1, 0, 0, 0, 2588, 2590, + 3, 294, 147, 0, 2589, 2586, 1, 0, 0, 0, 2589, 2590, 1, 0, 0, 0, 2590, 2598, + 1, 0, 0, 0, 2591, 2595, 5, 326, 0, 0, 2592, 2596, 3, 290, 145, 0, 2593, + 2594, 5, 440, 0, 0, 2594, 2596, 3, 200, 100, 0, 2595, 2592, 1, 0, 0, 0, + 2595, 2593, 1, 0, 0, 0, 2596, 2598, 1, 0, 0, 0, 2597, 2584, 1, 0, 0, 0, + 2597, 2591, 1, 0, 0, 0, 2598, 127, 1, 0, 0, 0, 2599, 2600, 5, 62, 0, 0, + 2600, 2601, 5, 417, 0, 0, 2601, 2602, 5, 105, 0, 0, 2602, 2603, 5, 2, 0, + 0, 2603, 2604, 3, 132, 66, 0, 2604, 2605, 5, 3, 0, 0, 2605, 2626, 1, 0, + 0, 0, 2606, 2607, 5, 62, 0, 0, 2607, 2608, 5, 417, 0, 0, 2608, 2609, 5, + 68, 0, 0, 2609, 2610, 5, 2, 0, 0, 2610, 2611, 3, 1288, 644, 0, 2611, 2612, + 5, 3, 0, 0, 2612, 2626, 1, 0, 0, 0, 2613, 2614, 5, 62, 0, 0, 2614, 2615, + 5, 417, 0, 0, 2615, 2616, 5, 64, 0, 0, 2616, 2617, 5, 2, 0, 0, 2617, 2618, + 3, 1288, 644, 0, 2618, 2619, 5, 3, 0, 0, 2619, 2620, 5, 94, 0, 0, 2620, + 2621, 5, 2, 0, 0, 2621, 2622, 3, 1288, 644, 0, 2622, 2623, 5, 3, 0, 0, + 2623, 2626, 1, 0, 0, 0, 2624, 2626, 5, 53, 0, 0, 2625, 2599, 1, 0, 0, 0, + 2625, 2606, 1, 0, 0, 0, 2625, 2613, 1, 0, 0, 0, 2625, 2624, 1, 0, 0, 0, + 2626, 129, 1, 0, 0, 0, 2627, 2628, 3, 1388, 694, 0, 2628, 2629, 3, 1366, + 683, 0, 2629, 131, 1, 0, 0, 0, 2630, 2635, 3, 130, 65, 0, 2631, 2632, 5, + 6, 0, 0, 2632, 2634, 3, 130, 65, 0, 2633, 2631, 1, 0, 0, 0, 2634, 2637, + 1, 0, 0, 0, 2635, 2633, 1, 0, 0, 0, 2635, 2636, 1, 0, 0, 0, 2636, 133, + 1, 0, 0, 0, 2637, 2635, 1, 0, 0, 0, 2638, 2639, 5, 138, 0, 0, 2639, 2640, + 5, 353, 0, 0, 2640, 2641, 3, 526, 263, 0, 2641, 2642, 3, 136, 68, 0, 2642, + 135, 1, 0, 0, 0, 2643, 2648, 3, 138, 69, 0, 2644, 2645, 5, 6, 0, 0, 2645, + 2647, 3, 138, 69, 0, 2646, 2644, 1, 0, 0, 0, 2647, 2650, 1, 0, 0, 0, 2648, + 2646, 1, 0, 0, 0, 2648, 2649, 1, 0, 0, 0, 2649, 137, 1, 0, 0, 0, 2650, + 2648, 1, 0, 0, 0, 2651, 2652, 5, 133, 0, 0, 2652, 2653, 5, 143, 0, 0, 2653, + 2655, 3, 1110, 555, 0, 2654, 2656, 3, 108, 54, 0, 2655, 2654, 1, 0, 0, + 0, 2655, 2656, 1, 0, 0, 0, 2656, 2682, 1, 0, 0, 0, 2657, 2658, 5, 191, + 0, 0, 2658, 2661, 5, 143, 0, 0, 2659, 2660, 5, 220, 0, 0, 2660, 2662, 5, + 390, 0, 0, 2661, 2659, 1, 0, 0, 0, 2661, 2662, 1, 0, 0, 0, 2662, 2663, + 1, 0, 0, 0, 2663, 2665, 3, 1382, 691, 0, 2664, 2666, 3, 108, 54, 0, 2665, + 2664, 1, 0, 0, 0, 2665, 2666, 1, 0, 0, 0, 2666, 2682, 1, 0, 0, 0, 2667, + 2668, 5, 138, 0, 0, 2668, 2669, 5, 143, 0, 0, 2669, 2671, 3, 1382, 691, + 0, 2670, 2672, 3, 732, 366, 0, 2671, 2670, 1, 0, 0, 0, 2671, 2672, 1, 0, + 0, 0, 2672, 2673, 1, 0, 0, 0, 2673, 2674, 5, 353, 0, 0, 2674, 2676, 3, + 1126, 563, 0, 2675, 2677, 3, 110, 55, 0, 2676, 2675, 1, 0, 0, 0, 2676, + 2677, 1, 0, 0, 0, 2677, 2679, 1, 0, 0, 0, 2678, 2680, 3, 108, 54, 0, 2679, + 2678, 1, 0, 0, 0, 2679, 2680, 1, 0, 0, 0, 2680, 2682, 1, 0, 0, 0, 2681, + 2651, 1, 0, 0, 0, 2681, 2657, 1, 0, 0, 0, 2681, 2667, 1, 0, 0, 0, 2682, + 139, 1, 0, 0, 0, 2683, 2686, 5, 157, 0, 0, 2684, 2687, 3, 962, 481, 0, + 2685, 2687, 5, 30, 0, 0, 2686, 2684, 1, 0, 0, 0, 2686, 2685, 1, 0, 0, 0, + 2687, 141, 1, 0, 0, 0, 2688, 2690, 5, 169, 0, 0, 2689, 2691, 3, 156, 78, + 0, 2690, 2689, 1, 0, 0, 0, 2690, 2691, 1, 0, 0, 0, 2691, 2692, 1, 0, 0, + 0, 2692, 2694, 3, 1346, 673, 0, 2693, 2695, 3, 216, 108, 0, 2694, 2693, + 1, 0, 0, 0, 2694, 2695, 1, 0, 0, 0, 2695, 2696, 1, 0, 0, 0, 2696, 2698, + 3, 144, 72, 0, 2697, 2699, 3, 146, 73, 0, 2698, 2697, 1, 0, 0, 0, 2698, + 2699, 1, 0, 0, 0, 2699, 2700, 1, 0, 0, 0, 2700, 2702, 3, 148, 74, 0, 2701, + 2703, 3, 158, 79, 0, 2702, 2701, 1, 0, 0, 0, 2702, 2703, 1, 0, 0, 0, 2703, + 2705, 1, 0, 0, 0, 2704, 2706, 3, 16, 8, 0, 2705, 2704, 1, 0, 0, 0, 2705, + 2706, 1, 0, 0, 0, 2706, 2707, 1, 0, 0, 0, 2707, 2709, 3, 150, 75, 0, 2708, + 2710, 3, 1102, 551, 0, 2709, 2708, 1, 0, 0, 0, 2709, 2710, 1, 0, 0, 0, + 2710, 2726, 1, 0, 0, 0, 2711, 2712, 5, 169, 0, 0, 2712, 2713, 5, 2, 0, + 0, 2713, 2714, 3, 902, 451, 0, 2714, 2715, 5, 3, 0, 0, 2715, 2717, 5, 94, + 0, 0, 2716, 2718, 3, 146, 73, 0, 2717, 2716, 1, 0, 0, 0, 2717, 2718, 1, + 0, 0, 0, 2718, 2719, 1, 0, 0, 0, 2719, 2721, 3, 148, 74, 0, 2720, 2722, + 3, 16, 8, 0, 2721, 2720, 1, 0, 0, 0, 2721, 2722, 1, 0, 0, 0, 2722, 2723, + 1, 0, 0, 0, 2723, 2724, 3, 150, 75, 0, 2724, 2726, 1, 0, 0, 0, 2725, 2688, + 1, 0, 0, 0, 2725, 2711, 1, 0, 0, 0, 2726, 143, 1, 0, 0, 0, 2727, 2728, + 7, 11, 0, 0, 2728, 145, 1, 0, 0, 0, 2729, 2730, 5, 290, 0, 0, 2730, 147, + 1, 0, 0, 0, 2731, 2735, 3, 1368, 684, 0, 2732, 2735, 5, 336, 0, 0, 2733, + 2735, 5, 337, 0, 0, 2734, 2731, 1, 0, 0, 0, 2734, 2732, 1, 0, 0, 0, 2734, + 2733, 1, 0, 0, 0, 2735, 149, 1, 0, 0, 0, 2736, 2742, 3, 152, 76, 0, 2737, + 2738, 5, 2, 0, 0, 2738, 2739, 3, 162, 81, 0, 2739, 2740, 5, 3, 0, 0, 2740, + 2742, 1, 0, 0, 0, 2741, 2736, 1, 0, 0, 0, 2741, 2737, 1, 0, 0, 0, 2742, + 151, 1, 0, 0, 0, 2743, 2745, 3, 154, 77, 0, 2744, 2743, 1, 0, 0, 0, 2745, + 2748, 1, 0, 0, 0, 2746, 2744, 1, 0, 0, 0, 2746, 2747, 1, 0, 0, 0, 2747, + 153, 1, 0, 0, 0, 2748, 2746, 1, 0, 0, 0, 2749, 2789, 5, 107, 0, 0, 2750, + 2789, 5, 112, 0, 0, 2751, 2753, 5, 183, 0, 0, 2752, 2754, 3, 842, 421, + 0, 2753, 2752, 1, 0, 0, 0, 2753, 2754, 1, 0, 0, 0, 2754, 2755, 1, 0, 0, + 0, 2755, 2789, 3, 1368, 684, 0, 2756, 2758, 5, 78, 0, 0, 2757, 2759, 3, + 842, 421, 0, 2758, 2757, 1, 0, 0, 0, 2758, 2759, 1, 0, 0, 0, 2759, 2760, + 1, 0, 0, 0, 2760, 2789, 3, 1368, 684, 0, 2761, 2789, 5, 171, 0, 0, 2762, + 2789, 5, 216, 0, 0, 2763, 2765, 5, 291, 0, 0, 2764, 2766, 3, 842, 421, + 0, 2765, 2764, 1, 0, 0, 0, 2765, 2766, 1, 0, 0, 0, 2766, 2767, 1, 0, 0, + 0, 2767, 2789, 3, 1368, 684, 0, 2768, 2770, 5, 197, 0, 0, 2769, 2771, 3, + 842, 421, 0, 2770, 2769, 1, 0, 0, 0, 2770, 2771, 1, 0, 0, 0, 2771, 2772, + 1, 0, 0, 0, 2772, 2789, 3, 1368, 684, 0, 2773, 2774, 5, 209, 0, 0, 2774, + 2775, 5, 291, 0, 0, 2775, 2789, 3, 218, 109, 0, 2776, 2777, 5, 209, 0, + 0, 2777, 2778, 5, 291, 0, 0, 2778, 2789, 5, 9, 0, 0, 2779, 2780, 5, 209, + 0, 0, 2780, 2781, 5, 77, 0, 0, 2781, 2782, 5, 78, 0, 0, 2782, 2789, 3, + 218, 109, 0, 2783, 2784, 5, 209, 0, 0, 2784, 2785, 5, 78, 0, 0, 2785, 2789, + 3, 218, 109, 0, 2786, 2787, 5, 194, 0, 0, 2787, 2789, 3, 1368, 684, 0, + 2788, 2749, 1, 0, 0, 0, 2788, 2750, 1, 0, 0, 0, 2788, 2751, 1, 0, 0, 0, + 2788, 2756, 1, 0, 0, 0, 2788, 2761, 1, 0, 0, 0, 2788, 2762, 1, 0, 0, 0, + 2788, 2763, 1, 0, 0, 0, 2788, 2768, 1, 0, 0, 0, 2788, 2773, 1, 0, 0, 0, + 2788, 2776, 1, 0, 0, 0, 2788, 2779, 1, 0, 0, 0, 2788, 2783, 1, 0, 0, 0, + 2788, 2786, 1, 0, 0, 0, 2789, 155, 1, 0, 0, 0, 2790, 2791, 5, 107, 0, 0, + 2791, 157, 1, 0, 0, 0, 2792, 2794, 3, 160, 80, 0, 2793, 2792, 1, 0, 0, + 0, 2793, 2794, 1, 0, 0, 0, 2794, 2795, 1, 0, 0, 0, 2795, 2796, 5, 184, + 0, 0, 2796, 2797, 3, 1368, 684, 0, 2797, 159, 1, 0, 0, 0, 2798, 2799, 5, + 100, 0, 0, 2799, 161, 1, 0, 0, 0, 2800, 2805, 3, 164, 82, 0, 2801, 2802, + 5, 6, 0, 0, 2802, 2804, 3, 164, 82, 0, 2803, 2801, 1, 0, 0, 0, 2804, 2807, + 1, 0, 0, 0, 2805, 2803, 1, 0, 0, 0, 2805, 2806, 1, 0, 0, 0, 2806, 163, + 1, 0, 0, 0, 2807, 2805, 1, 0, 0, 0, 2808, 2810, 3, 1390, 695, 0, 2809, + 2811, 3, 166, 83, 0, 2810, 2809, 1, 0, 0, 0, 2810, 2811, 1, 0, 0, 0, 2811, + 165, 1, 0, 0, 0, 2812, 2820, 3, 66, 33, 0, 2813, 2820, 3, 294, 147, 0, + 2814, 2820, 5, 9, 0, 0, 2815, 2816, 5, 2, 0, 0, 2816, 2817, 3, 168, 84, + 0, 2817, 2818, 5, 3, 0, 0, 2818, 2820, 1, 0, 0, 0, 2819, 2812, 1, 0, 0, + 0, 2819, 2813, 1, 0, 0, 0, 2819, 2814, 1, 0, 0, 0, 2819, 2815, 1, 0, 0, + 0, 2820, 167, 1, 0, 0, 0, 2821, 2826, 3, 170, 85, 0, 2822, 2823, 5, 6, + 0, 0, 2823, 2825, 3, 170, 85, 0, 2824, 2822, 1, 0, 0, 0, 2825, 2828, 1, + 0, 0, 0, 2826, 2824, 1, 0, 0, 0, 2826, 2827, 1, 0, 0, 0, 2827, 169, 1, + 0, 0, 0, 2828, 2826, 1, 0, 0, 0, 2829, 2830, 3, 66, 33, 0, 2830, 171, 1, + 0, 0, 0, 2831, 2833, 5, 46, 0, 0, 2832, 2834, 3, 174, 87, 0, 2833, 2832, + 1, 0, 0, 0, 2833, 2834, 1, 0, 0, 0, 2834, 2835, 1, 0, 0, 0, 2835, 2839, + 5, 92, 0, 0, 2836, 2837, 5, 220, 0, 0, 2837, 2838, 5, 77, 0, 0, 2838, 2840, + 5, 390, 0, 0, 2839, 2836, 1, 0, 0, 0, 2839, 2840, 1, 0, 0, 0, 2840, 2841, + 1, 0, 0, 0, 2841, 2907, 3, 1346, 673, 0, 2842, 2844, 5, 2, 0, 0, 2843, + 2845, 3, 176, 88, 0, 2844, 2843, 1, 0, 0, 0, 2844, 2845, 1, 0, 0, 0, 2845, + 2846, 1, 0, 0, 0, 2846, 2848, 5, 3, 0, 0, 2847, 2849, 3, 240, 120, 0, 2848, + 2847, 1, 0, 0, 0, 2848, 2849, 1, 0, 0, 0, 2849, 2851, 1, 0, 0, 0, 2850, + 2852, 3, 242, 121, 0, 2851, 2850, 1, 0, 0, 0, 2851, 2852, 1, 0, 0, 0, 2852, + 2854, 1, 0, 0, 0, 2853, 2855, 3, 250, 125, 0, 2854, 2853, 1, 0, 0, 0, 2854, + 2855, 1, 0, 0, 0, 2855, 2857, 1, 0, 0, 0, 2856, 2858, 3, 252, 126, 0, 2857, + 2856, 1, 0, 0, 0, 2857, 2858, 1, 0, 0, 0, 2858, 2860, 1, 0, 0, 0, 2859, + 2861, 3, 254, 127, 0, 2860, 2859, 1, 0, 0, 0, 2860, 2861, 1, 0, 0, 0, 2861, + 2863, 1, 0, 0, 0, 2862, 2864, 3, 256, 128, 0, 2863, 2862, 1, 0, 0, 0, 2863, + 2864, 1, 0, 0, 0, 2864, 2908, 1, 0, 0, 0, 2865, 2866, 5, 268, 0, 0, 2866, + 2868, 3, 526, 263, 0, 2867, 2869, 3, 178, 89, 0, 2868, 2867, 1, 0, 0, 0, + 2868, 2869, 1, 0, 0, 0, 2869, 2871, 1, 0, 0, 0, 2870, 2872, 3, 242, 121, + 0, 2871, 2870, 1, 0, 0, 0, 2871, 2872, 1, 0, 0, 0, 2872, 2874, 1, 0, 0, + 0, 2873, 2875, 3, 250, 125, 0, 2874, 2873, 1, 0, 0, 0, 2874, 2875, 1, 0, + 0, 0, 2875, 2877, 1, 0, 0, 0, 2876, 2878, 3, 252, 126, 0, 2877, 2876, 1, + 0, 0, 0, 2877, 2878, 1, 0, 0, 0, 2878, 2880, 1, 0, 0, 0, 2879, 2881, 3, + 254, 127, 0, 2880, 2879, 1, 0, 0, 0, 2880, 2881, 1, 0, 0, 0, 2881, 2883, + 1, 0, 0, 0, 2882, 2884, 3, 256, 128, 0, 2883, 2882, 1, 0, 0, 0, 2883, 2884, + 1, 0, 0, 0, 2884, 2908, 1, 0, 0, 0, 2885, 2886, 5, 278, 0, 0, 2886, 2887, + 5, 268, 0, 0, 2887, 2889, 3, 1346, 673, 0, 2888, 2890, 3, 178, 89, 0, 2889, + 2888, 1, 0, 0, 0, 2889, 2890, 1, 0, 0, 0, 2890, 2891, 1, 0, 0, 0, 2891, + 2893, 3, 128, 64, 0, 2892, 2894, 3, 242, 121, 0, 2893, 2892, 1, 0, 0, 0, + 2893, 2894, 1, 0, 0, 0, 2894, 2896, 1, 0, 0, 0, 2895, 2897, 3, 250, 125, + 0, 2896, 2895, 1, 0, 0, 0, 2896, 2897, 1, 0, 0, 0, 2897, 2899, 1, 0, 0, + 0, 2898, 2900, 3, 252, 126, 0, 2899, 2898, 1, 0, 0, 0, 2899, 2900, 1, 0, + 0, 0, 2900, 2902, 1, 0, 0, 0, 2901, 2903, 3, 254, 127, 0, 2902, 2901, 1, + 0, 0, 0, 2902, 2903, 1, 0, 0, 0, 2903, 2905, 1, 0, 0, 0, 2904, 2906, 3, + 256, 128, 0, 2905, 2904, 1, 0, 0, 0, 2905, 2906, 1, 0, 0, 0, 2906, 2908, + 1, 0, 0, 0, 2907, 2842, 1, 0, 0, 0, 2907, 2865, 1, 0, 0, 0, 2907, 2885, + 1, 0, 0, 0, 2908, 173, 1, 0, 0, 0, 2909, 2917, 5, 347, 0, 0, 2910, 2917, + 5, 345, 0, 0, 2911, 2912, 5, 245, 0, 0, 2912, 2917, 7, 12, 0, 0, 2913, + 2914, 5, 213, 0, 0, 2914, 2917, 7, 12, 0, 0, 2915, 2917, 5, 360, 0, 0, + 2916, 2909, 1, 0, 0, 0, 2916, 2910, 1, 0, 0, 0, 2916, 2911, 1, 0, 0, 0, + 2916, 2913, 1, 0, 0, 0, 2916, 2915, 1, 0, 0, 0, 2917, 175, 1, 0, 0, 0, + 2918, 2919, 3, 180, 90, 0, 2919, 177, 1, 0, 0, 0, 2920, 2921, 5, 2, 0, + 0, 2921, 2922, 3, 182, 91, 0, 2922, 2923, 5, 3, 0, 0, 2923, 179, 1, 0, + 0, 0, 2924, 2929, 3, 184, 92, 0, 2925, 2926, 5, 6, 0, 0, 2926, 2928, 3, + 184, 92, 0, 2927, 2925, 1, 0, 0, 0, 2928, 2931, 1, 0, 0, 0, 2929, 2927, + 1, 0, 0, 0, 2929, 2930, 1, 0, 0, 0, 2930, 181, 1, 0, 0, 0, 2931, 2929, + 1, 0, 0, 0, 2932, 2937, 3, 186, 93, 0, 2933, 2934, 5, 6, 0, 0, 2934, 2936, + 3, 186, 93, 0, 2935, 2933, 1, 0, 0, 0, 2936, 2939, 1, 0, 0, 0, 2937, 2935, + 1, 0, 0, 0, 2937, 2938, 1, 0, 0, 0, 2938, 183, 1, 0, 0, 0, 2939, 2937, + 1, 0, 0, 0, 2940, 2944, 3, 210, 105, 0, 2941, 2944, 3, 204, 102, 0, 2942, + 2944, 3, 188, 94, 0, 2943, 2940, 1, 0, 0, 0, 2943, 2941, 1, 0, 0, 0, 2943, + 2942, 1, 0, 0, 0, 2944, 185, 1, 0, 0, 0, 2945, 2948, 3, 190, 95, 0, 2946, + 2948, 3, 210, 105, 0, 2947, 2945, 1, 0, 0, 0, 2947, 2946, 1, 0, 0, 0, 2948, + 187, 1, 0, 0, 0, 2949, 2950, 3, 1382, 691, 0, 2950, 2952, 3, 1126, 563, + 0, 2951, 2953, 3, 342, 171, 0, 2952, 2951, 1, 0, 0, 0, 2952, 2953, 1, 0, + 0, 0, 2953, 2954, 1, 0, 0, 0, 2954, 2955, 3, 192, 96, 0, 2955, 189, 1, + 0, 0, 0, 2956, 2959, 3, 1382, 691, 0, 2957, 2958, 5, 105, 0, 0, 2958, 2960, + 5, 273, 0, 0, 2959, 2957, 1, 0, 0, 0, 2959, 2960, 1, 0, 0, 0, 2960, 2961, + 1, 0, 0, 0, 2961, 2962, 3, 192, 96, 0, 2962, 191, 1, 0, 0, 0, 2963, 2965, + 3, 194, 97, 0, 2964, 2963, 1, 0, 0, 0, 2965, 2968, 1, 0, 0, 0, 2966, 2964, + 1, 0, 0, 0, 2966, 2967, 1, 0, 0, 0, 2967, 193, 1, 0, 0, 0, 2968, 2966, + 1, 0, 0, 0, 2969, 2970, 5, 45, 0, 0, 2970, 2971, 3, 1350, 675, 0, 2971, + 2972, 3, 196, 98, 0, 2972, 2978, 1, 0, 0, 0, 2973, 2978, 3, 196, 98, 0, + 2974, 2978, 3, 202, 101, 0, 2975, 2976, 5, 43, 0, 0, 2976, 2978, 3, 526, + 263, 0, 2977, 2969, 1, 0, 0, 0, 2977, 2973, 1, 0, 0, 0, 2977, 2974, 1, + 0, 0, 0, 2977, 2975, 1, 0, 0, 0, 2978, 195, 1, 0, 0, 0, 2979, 2980, 5, + 77, 0, 0, 2980, 3035, 5, 78, 0, 0, 2981, 3035, 5, 78, 0, 0, 2982, 2984, + 5, 98, 0, 0, 2983, 2985, 3, 198, 99, 0, 2984, 2983, 1, 0, 0, 0, 2984, 2985, + 1, 0, 0, 0, 2985, 2987, 1, 0, 0, 0, 2986, 2988, 3, 670, 335, 0, 2987, 2986, + 1, 0, 0, 0, 2987, 2988, 1, 0, 0, 0, 2988, 2990, 1, 0, 0, 0, 2989, 2991, + 3, 258, 129, 0, 2990, 2989, 1, 0, 0, 0, 2990, 2991, 1, 0, 0, 0, 2991, 3035, + 1, 0, 0, 0, 2992, 2993, 5, 85, 0, 0, 2993, 2995, 5, 236, 0, 0, 2994, 2996, + 3, 670, 335, 0, 2995, 2994, 1, 0, 0, 0, 2995, 2996, 1, 0, 0, 0, 2996, 2998, + 1, 0, 0, 0, 2997, 2999, 3, 258, 129, 0, 2998, 2997, 1, 0, 0, 0, 2998, 2999, + 1, 0, 0, 0, 2999, 3035, 1, 0, 0, 0, 3000, 3001, 5, 42, 0, 0, 3001, 3002, + 5, 2, 0, 0, 3002, 3003, 3, 1170, 585, 0, 3003, 3005, 5, 3, 0, 0, 3004, + 3006, 3, 214, 107, 0, 3005, 3004, 1, 0, 0, 0, 3005, 3006, 1, 0, 0, 0, 3006, + 3035, 1, 0, 0, 0, 3007, 3008, 5, 53, 0, 0, 3008, 3035, 3, 1212, 606, 0, + 3009, 3010, 5, 440, 0, 0, 3010, 3011, 3, 200, 100, 0, 3011, 3021, 5, 36, + 0, 0, 3012, 3014, 5, 219, 0, 0, 3013, 3015, 3, 286, 143, 0, 3014, 3013, + 1, 0, 0, 0, 3014, 3015, 1, 0, 0, 0, 3015, 3022, 1, 0, 0, 0, 3016, 3017, + 5, 2, 0, 0, 3017, 3018, 3, 1170, 585, 0, 3018, 3019, 5, 3, 0, 0, 3019, + 3020, 5, 442, 0, 0, 3020, 3022, 1, 0, 0, 0, 3021, 3012, 1, 0, 0, 0, 3021, + 3016, 1, 0, 0, 0, 3022, 3035, 1, 0, 0, 0, 3023, 3024, 5, 86, 0, 0, 3024, + 3026, 3, 1346, 673, 0, 3025, 3027, 3, 216, 108, 0, 3026, 3025, 1, 0, 0, + 0, 3026, 3027, 1, 0, 0, 0, 3027, 3029, 1, 0, 0, 0, 3028, 3030, 3, 224, + 112, 0, 3029, 3028, 1, 0, 0, 0, 3029, 3030, 1, 0, 0, 0, 3030, 3032, 1, + 0, 0, 0, 3031, 3033, 3, 232, 116, 0, 3032, 3031, 1, 0, 0, 0, 3032, 3033, + 1, 0, 0, 0, 3033, 3035, 1, 0, 0, 0, 3034, 2979, 1, 0, 0, 0, 3034, 2981, + 1, 0, 0, 0, 3034, 2982, 1, 0, 0, 0, 3034, 2992, 1, 0, 0, 0, 3034, 3000, + 1, 0, 0, 0, 3034, 3007, 1, 0, 0, 0, 3034, 3009, 1, 0, 0, 0, 3034, 3023, + 1, 0, 0, 0, 3035, 197, 1, 0, 0, 0, 3036, 3038, 5, 266, 0, 0, 3037, 3039, + 5, 77, 0, 0, 3038, 3037, 1, 0, 0, 0, 3038, 3039, 1, 0, 0, 0, 3039, 3040, + 1, 0, 0, 0, 3040, 3041, 5, 56, 0, 0, 3041, 199, 1, 0, 0, 0, 3042, 3046, + 5, 139, 0, 0, 3043, 3044, 5, 147, 0, 0, 3044, 3046, 5, 53, 0, 0, 3045, + 3042, 1, 0, 0, 0, 3045, 3043, 1, 0, 0, 0, 3046, 201, 1, 0, 0, 0, 3047, + 3053, 5, 54, 0, 0, 3048, 3049, 5, 77, 0, 0, 3049, 3053, 5, 54, 0, 0, 3050, + 3051, 5, 69, 0, 0, 3051, 3053, 7, 8, 0, 0, 3052, 3047, 1, 0, 0, 0, 3052, + 3048, 1, 0, 0, 0, 3052, 3050, 1, 0, 0, 0, 3053, 203, 1, 0, 0, 0, 3054, + 3055, 5, 120, 0, 0, 3055, 3056, 3, 1346, 673, 0, 3056, 3057, 3, 206, 103, + 0, 3057, 205, 1, 0, 0, 0, 3058, 3059, 7, 13, 0, 0, 3059, 3061, 3, 208, + 104, 0, 3060, 3058, 1, 0, 0, 0, 3061, 3064, 1, 0, 0, 0, 3062, 3060, 1, + 0, 0, 0, 3062, 3063, 1, 0, 0, 0, 3063, 207, 1, 0, 0, 0, 3064, 3062, 1, + 0, 0, 0, 3065, 3066, 7, 14, 0, 0, 3066, 209, 1, 0, 0, 0, 3067, 3068, 5, + 45, 0, 0, 3068, 3069, 3, 1350, 675, 0, 3069, 3070, 3, 212, 106, 0, 3070, + 3073, 1, 0, 0, 0, 3071, 3073, 3, 212, 106, 0, 3072, 3067, 1, 0, 0, 0, 3072, + 3071, 1, 0, 0, 0, 3073, 211, 1, 0, 0, 0, 3074, 3075, 5, 42, 0, 0, 3075, + 3076, 5, 2, 0, 0, 3076, 3077, 3, 1170, 585, 0, 3077, 3078, 5, 3, 0, 0, + 3078, 3079, 3, 442, 221, 0, 3079, 3164, 1, 0, 0, 0, 3080, 3082, 5, 98, + 0, 0, 3081, 3083, 3, 198, 99, 0, 3082, 3081, 1, 0, 0, 0, 3082, 3083, 1, + 0, 0, 0, 3083, 3101, 1, 0, 0, 0, 3084, 3085, 5, 2, 0, 0, 3085, 3086, 3, + 218, 109, 0, 3086, 3088, 5, 3, 0, 0, 3087, 3089, 3, 222, 111, 0, 3088, + 3087, 1, 0, 0, 0, 3088, 3089, 1, 0, 0, 0, 3089, 3091, 1, 0, 0, 0, 3090, + 3092, 3, 670, 335, 0, 3091, 3090, 1, 0, 0, 0, 3091, 3092, 1, 0, 0, 0, 3092, + 3094, 1, 0, 0, 0, 3093, 3095, 3, 258, 129, 0, 3094, 3093, 1, 0, 0, 0, 3094, + 3095, 1, 0, 0, 0, 3095, 3096, 1, 0, 0, 0, 3096, 3097, 3, 442, 221, 0, 3097, + 3102, 1, 0, 0, 0, 3098, 3099, 3, 260, 130, 0, 3099, 3100, 3, 442, 221, + 0, 3100, 3102, 1, 0, 0, 0, 3101, 3084, 1, 0, 0, 0, 3101, 3098, 1, 0, 0, + 0, 3102, 3164, 1, 0, 0, 0, 3103, 3104, 5, 85, 0, 0, 3104, 3122, 5, 236, + 0, 0, 3105, 3106, 5, 2, 0, 0, 3106, 3107, 3, 218, 109, 0, 3107, 3109, 5, + 3, 0, 0, 3108, 3110, 3, 222, 111, 0, 3109, 3108, 1, 0, 0, 0, 3109, 3110, + 1, 0, 0, 0, 3110, 3112, 1, 0, 0, 0, 3111, 3113, 3, 670, 335, 0, 3112, 3111, + 1, 0, 0, 0, 3112, 3113, 1, 0, 0, 0, 3113, 3115, 1, 0, 0, 0, 3114, 3116, + 3, 258, 129, 0, 3115, 3114, 1, 0, 0, 0, 3115, 3116, 1, 0, 0, 0, 3116, 3117, + 1, 0, 0, 0, 3117, 3118, 3, 442, 221, 0, 3118, 3123, 1, 0, 0, 0, 3119, 3120, + 3, 260, 130, 0, 3120, 3121, 3, 442, 221, 0, 3121, 3123, 1, 0, 0, 0, 3122, + 3105, 1, 0, 0, 0, 3122, 3119, 1, 0, 0, 0, 3123, 3164, 1, 0, 0, 0, 3124, + 3126, 5, 199, 0, 0, 3125, 3127, 3, 602, 301, 0, 3126, 3125, 1, 0, 0, 0, + 3126, 3127, 1, 0, 0, 0, 3127, 3128, 1, 0, 0, 0, 3128, 3129, 5, 2, 0, 0, + 3129, 3130, 3, 226, 113, 0, 3130, 3132, 5, 3, 0, 0, 3131, 3133, 3, 222, + 111, 0, 3132, 3131, 1, 0, 0, 0, 3132, 3133, 1, 0, 0, 0, 3133, 3135, 1, + 0, 0, 0, 3134, 3136, 3, 670, 335, 0, 3135, 3134, 1, 0, 0, 0, 3135, 3136, + 1, 0, 0, 0, 3136, 3138, 1, 0, 0, 0, 3137, 3139, 3, 258, 129, 0, 3138, 3137, + 1, 0, 0, 0, 3138, 3139, 1, 0, 0, 0, 3139, 3141, 1, 0, 0, 0, 3140, 3142, + 3, 230, 115, 0, 3141, 3140, 1, 0, 0, 0, 3141, 3142, 1, 0, 0, 0, 3142, 3143, + 1, 0, 0, 0, 3143, 3144, 3, 442, 221, 0, 3144, 3164, 1, 0, 0, 0, 3145, 3146, + 5, 63, 0, 0, 3146, 3147, 5, 236, 0, 0, 3147, 3148, 5, 2, 0, 0, 3148, 3149, + 3, 218, 109, 0, 3149, 3150, 5, 3, 0, 0, 3150, 3151, 5, 86, 0, 0, 3151, + 3153, 3, 1346, 673, 0, 3152, 3154, 3, 216, 108, 0, 3153, 3152, 1, 0, 0, + 0, 3153, 3154, 1, 0, 0, 0, 3154, 3156, 1, 0, 0, 0, 3155, 3157, 3, 224, + 112, 0, 3156, 3155, 1, 0, 0, 0, 3156, 3157, 1, 0, 0, 0, 3157, 3159, 1, + 0, 0, 0, 3158, 3160, 3, 232, 116, 0, 3159, 3158, 1, 0, 0, 0, 3159, 3160, + 1, 0, 0, 0, 3160, 3161, 1, 0, 0, 0, 3161, 3162, 3, 442, 221, 0, 3162, 3164, + 1, 0, 0, 0, 3163, 3074, 1, 0, 0, 0, 3163, 3080, 1, 0, 0, 0, 3163, 3103, + 1, 0, 0, 0, 3163, 3124, 1, 0, 0, 0, 3163, 3145, 1, 0, 0, 0, 3164, 213, + 1, 0, 0, 0, 3165, 3166, 5, 262, 0, 0, 3166, 3167, 5, 228, 0, 0, 3167, 215, + 1, 0, 0, 0, 3168, 3169, 5, 2, 0, 0, 3169, 3170, 3, 218, 109, 0, 3170, 3171, + 5, 3, 0, 0, 3171, 217, 1, 0, 0, 0, 3172, 3177, 3, 220, 110, 0, 3173, 3174, + 5, 6, 0, 0, 3174, 3176, 3, 220, 110, 0, 3175, 3173, 1, 0, 0, 0, 3176, 3179, + 1, 0, 0, 0, 3177, 3175, 1, 0, 0, 0, 3177, 3178, 1, 0, 0, 0, 3178, 219, + 1, 0, 0, 0, 3179, 3177, 1, 0, 0, 0, 3180, 3181, 3, 1382, 691, 0, 3181, + 221, 1, 0, 0, 0, 3182, 3183, 5, 443, 0, 0, 3183, 3184, 5, 2, 0, 0, 3184, + 3185, 3, 218, 109, 0, 3185, 3186, 5, 3, 0, 0, 3186, 223, 1, 0, 0, 0, 3187, + 3188, 5, 249, 0, 0, 3188, 3189, 7, 15, 0, 0, 3189, 225, 1, 0, 0, 0, 3190, + 3195, 3, 228, 114, 0, 3191, 3192, 5, 6, 0, 0, 3192, 3194, 3, 228, 114, + 0, 3193, 3191, 1, 0, 0, 0, 3194, 3197, 1, 0, 0, 0, 3195, 3193, 1, 0, 0, + 0, 3195, 3196, 1, 0, 0, 0, 3196, 227, 1, 0, 0, 0, 3197, 3195, 1, 0, 0, + 0, 3198, 3199, 3, 608, 304, 0, 3199, 3206, 5, 105, 0, 0, 3200, 3207, 3, + 690, 345, 0, 3201, 3202, 5, 271, 0, 0, 3202, 3203, 5, 2, 0, 0, 3203, 3204, + 3, 690, 345, 0, 3204, 3205, 5, 3, 0, 0, 3205, 3207, 1, 0, 0, 0, 3206, 3200, + 1, 0, 0, 0, 3206, 3201, 1, 0, 0, 0, 3207, 229, 1, 0, 0, 0, 3208, 3209, + 5, 103, 0, 0, 3209, 3210, 5, 2, 0, 0, 3210, 3211, 3, 1170, 585, 0, 3211, + 3212, 5, 3, 0, 0, 3212, 231, 1, 0, 0, 0, 3213, 3222, 3, 234, 117, 0, 3214, + 3222, 3, 236, 118, 0, 3215, 3216, 3, 234, 117, 0, 3216, 3217, 3, 236, 118, + 0, 3217, 3222, 1, 0, 0, 0, 3218, 3219, 3, 236, 118, 0, 3219, 3220, 3, 234, + 117, 0, 3220, 3222, 1, 0, 0, 0, 3221, 3213, 1, 0, 0, 0, 3221, 3214, 1, + 0, 0, 0, 3221, 3215, 1, 0, 0, 0, 3221, 3218, 1, 0, 0, 0, 3222, 233, 1, + 0, 0, 0, 3223, 3224, 5, 80, 0, 0, 3224, 3225, 5, 362, 0, 0, 3225, 3226, + 3, 238, 119, 0, 3226, 235, 1, 0, 0, 0, 3227, 3228, 5, 80, 0, 0, 3228, 3229, + 5, 182, 0, 0, 3229, 3230, 3, 238, 119, 0, 3230, 237, 1, 0, 0, 0, 3231, + 3232, 5, 262, 0, 0, 3232, 3241, 5, 132, 0, 0, 3233, 3241, 5, 308, 0, 0, + 3234, 3241, 5, 150, 0, 0, 3235, 3236, 5, 326, 0, 0, 3236, 3238, 7, 16, + 0, 0, 3237, 3239, 3, 216, 108, 0, 3238, 3237, 1, 0, 0, 0, 3238, 3239, 1, + 0, 0, 0, 3239, 3241, 1, 0, 0, 0, 3240, 3231, 1, 0, 0, 0, 3240, 3233, 1, + 0, 0, 0, 3240, 3234, 1, 0, 0, 0, 3240, 3235, 1, 0, 0, 0, 3241, 239, 1, + 0, 0, 0, 3242, 3243, 5, 229, 0, 0, 3243, 3244, 5, 2, 0, 0, 3244, 3245, + 3, 1344, 672, 0, 3245, 3246, 5, 3, 0, 0, 3246, 241, 1, 0, 0, 0, 3247, 3248, + 3, 244, 122, 0, 3248, 243, 1, 0, 0, 0, 3249, 3250, 5, 278, 0, 0, 3250, + 3251, 5, 147, 0, 0, 3251, 3252, 3, 1382, 691, 0, 3252, 3253, 5, 2, 0, 0, + 3253, 3254, 3, 246, 123, 0, 3254, 3255, 5, 3, 0, 0, 3255, 245, 1, 0, 0, + 0, 3256, 3261, 3, 248, 124, 0, 3257, 3258, 5, 6, 0, 0, 3258, 3260, 3, 248, + 124, 0, 3259, 3257, 1, 0, 0, 0, 3260, 3263, 1, 0, 0, 0, 3261, 3259, 1, + 0, 0, 0, 3261, 3262, 1, 0, 0, 0, 3262, 247, 1, 0, 0, 0, 3263, 3261, 1, + 0, 0, 0, 3264, 3266, 3, 1382, 691, 0, 3265, 3267, 3, 614, 307, 0, 3266, + 3265, 1, 0, 0, 0, 3266, 3267, 1, 0, 0, 0, 3267, 3269, 1, 0, 0, 0, 3268, + 3270, 3, 616, 308, 0, 3269, 3268, 1, 0, 0, 0, 3269, 3270, 1, 0, 0, 0, 3270, + 3288, 1, 0, 0, 0, 3271, 3273, 3, 1222, 611, 0, 3272, 3274, 3, 614, 307, + 0, 3273, 3272, 1, 0, 0, 0, 3273, 3274, 1, 0, 0, 0, 3274, 3276, 1, 0, 0, + 0, 3275, 3277, 3, 616, 308, 0, 3276, 3275, 1, 0, 0, 0, 3276, 3277, 1, 0, + 0, 0, 3277, 3288, 1, 0, 0, 0, 3278, 3279, 5, 2, 0, 0, 3279, 3280, 3, 1170, + 585, 0, 3280, 3282, 5, 3, 0, 0, 3281, 3283, 3, 614, 307, 0, 3282, 3281, + 1, 0, 0, 0, 3282, 3283, 1, 0, 0, 0, 3283, 3285, 1, 0, 0, 0, 3284, 3286, + 3, 616, 308, 0, 3285, 3284, 1, 0, 0, 0, 3285, 3286, 1, 0, 0, 0, 3286, 3288, + 1, 0, 0, 0, 3287, 3264, 1, 0, 0, 0, 3287, 3271, 1, 0, 0, 0, 3287, 3278, + 1, 0, 0, 0, 3288, 249, 1, 0, 0, 0, 3289, 3290, 5, 100, 0, 0, 3290, 3291, + 3, 1350, 675, 0, 3291, 251, 1, 0, 0, 0, 3292, 3293, 5, 105, 0, 0, 3293, + 3297, 3, 116, 58, 0, 3294, 3295, 5, 372, 0, 0, 3295, 3297, 5, 270, 0, 0, + 3296, 3292, 1, 0, 0, 0, 3296, 3294, 1, 0, 0, 0, 3297, 253, 1, 0, 0, 0, + 3298, 3299, 5, 80, 0, 0, 3299, 3305, 5, 161, 0, 0, 3300, 3306, 5, 191, + 0, 0, 3301, 3302, 5, 182, 0, 0, 3302, 3306, 5, 313, 0, 0, 3303, 3304, 5, + 285, 0, 0, 3304, 3306, 5, 313, 0, 0, 3305, 3300, 1, 0, 0, 0, 3305, 3301, + 1, 0, 0, 0, 3305, 3303, 1, 0, 0, 0, 3306, 255, 1, 0, 0, 0, 3307, 3308, + 5, 344, 0, 0, 3308, 3309, 3, 1350, 675, 0, 3309, 257, 1, 0, 0, 0, 3310, + 3311, 5, 100, 0, 0, 3311, 3312, 5, 226, 0, 0, 3312, 3313, 5, 344, 0, 0, + 3313, 3314, 3, 1350, 675, 0, 3314, 259, 1, 0, 0, 0, 3315, 3316, 5, 100, + 0, 0, 3316, 3317, 5, 226, 0, 0, 3317, 3318, 3, 1350, 675, 0, 3318, 261, + 1, 0, 0, 0, 3319, 3320, 5, 46, 0, 0, 3320, 3324, 5, 335, 0, 0, 3321, 3322, + 5, 220, 0, 0, 3322, 3323, 5, 77, 0, 0, 3323, 3325, 5, 390, 0, 0, 3324, + 3321, 1, 0, 0, 0, 3324, 3325, 1, 0, 0, 0, 3325, 3326, 1, 0, 0, 0, 3326, + 3328, 3, 526, 263, 0, 3327, 3329, 3, 878, 439, 0, 3328, 3327, 1, 0, 0, + 0, 3328, 3329, 1, 0, 0, 0, 3329, 3330, 1, 0, 0, 0, 3330, 3331, 5, 80, 0, + 0, 3331, 3332, 3, 1288, 644, 0, 3332, 3333, 5, 64, 0, 0, 3333, 3334, 3, + 1064, 532, 0, 3334, 263, 1, 0, 0, 0, 3335, 3336, 5, 138, 0, 0, 3336, 3339, + 5, 335, 0, 0, 3337, 3338, 5, 220, 0, 0, 3338, 3340, 5, 390, 0, 0, 3339, + 3337, 1, 0, 0, 0, 3339, 3340, 1, 0, 0, 0, 3340, 3341, 1, 0, 0, 0, 3341, + 3342, 3, 526, 263, 0, 3342, 3343, 5, 326, 0, 0, 3343, 3344, 5, 335, 0, + 0, 3344, 3345, 3, 1374, 687, 0, 3345, 265, 1, 0, 0, 0, 3346, 3348, 5, 46, + 0, 0, 3347, 3349, 3, 174, 87, 0, 3348, 3347, 1, 0, 0, 0, 3348, 3349, 1, + 0, 0, 0, 3349, 3350, 1, 0, 0, 0, 3350, 3354, 5, 92, 0, 0, 3351, 3352, 5, + 220, 0, 0, 3352, 3353, 5, 77, 0, 0, 3353, 3355, 5, 390, 0, 0, 3354, 3351, + 1, 0, 0, 0, 3354, 3355, 1, 0, 0, 0, 3355, 3356, 1, 0, 0, 0, 3356, 3357, + 3, 268, 134, 0, 3357, 3358, 5, 36, 0, 0, 3358, 3360, 3, 968, 484, 0, 3359, + 3361, 3, 270, 135, 0, 3360, 3359, 1, 0, 0, 0, 3360, 3361, 1, 0, 0, 0, 3361, + 267, 1, 0, 0, 0, 3362, 3364, 3, 1346, 673, 0, 3363, 3365, 3, 216, 108, + 0, 3364, 3363, 1, 0, 0, 0, 3364, 3365, 1, 0, 0, 0, 3365, 3367, 1, 0, 0, + 0, 3366, 3368, 3, 250, 125, 0, 3367, 3366, 1, 0, 0, 0, 3367, 3368, 1, 0, + 0, 0, 3368, 3370, 1, 0, 0, 0, 3369, 3371, 3, 252, 126, 0, 3370, 3369, 1, + 0, 0, 0, 3370, 3371, 1, 0, 0, 0, 3371, 3373, 1, 0, 0, 0, 3372, 3374, 3, + 254, 127, 0, 3373, 3372, 1, 0, 0, 0, 3373, 3374, 1, 0, 0, 0, 3374, 3376, + 1, 0, 0, 0, 3375, 3377, 3, 256, 128, 0, 3376, 3375, 1, 0, 0, 0, 3376, 3377, + 1, 0, 0, 0, 3377, 269, 1, 0, 0, 0, 3378, 3382, 5, 105, 0, 0, 3379, 3383, + 5, 174, 0, 0, 3380, 3381, 5, 262, 0, 0, 3381, 3383, 5, 174, 0, 0, 3382, + 3379, 1, 0, 0, 0, 3382, 3380, 1, 0, 0, 0, 3383, 271, 1, 0, 0, 0, 3384, + 3386, 5, 46, 0, 0, 3385, 3387, 3, 276, 138, 0, 3386, 3385, 1, 0, 0, 0, + 3386, 3387, 1, 0, 0, 0, 3387, 3388, 1, 0, 0, 0, 3388, 3389, 5, 251, 0, + 0, 3389, 3393, 5, 369, 0, 0, 3390, 3391, 5, 220, 0, 0, 3391, 3392, 5, 77, + 0, 0, 3392, 3394, 5, 390, 0, 0, 3393, 3390, 1, 0, 0, 0, 3393, 3394, 1, + 0, 0, 0, 3394, 3395, 1, 0, 0, 0, 3395, 3396, 3, 274, 137, 0, 3396, 3397, + 5, 36, 0, 0, 3397, 3399, 3, 968, 484, 0, 3398, 3400, 3, 270, 135, 0, 3399, + 3398, 1, 0, 0, 0, 3399, 3400, 1, 0, 0, 0, 3400, 273, 1, 0, 0, 0, 3401, + 3403, 3, 1346, 673, 0, 3402, 3404, 3, 216, 108, 0, 3403, 3402, 1, 0, 0, + 0, 3403, 3404, 1, 0, 0, 0, 3404, 3406, 1, 0, 0, 0, 3405, 3407, 3, 250, + 125, 0, 3406, 3405, 1, 0, 0, 0, 3406, 3407, 1, 0, 0, 0, 3407, 3409, 1, + 0, 0, 0, 3408, 3410, 3, 118, 59, 0, 3409, 3408, 1, 0, 0, 0, 3409, 3410, + 1, 0, 0, 0, 3410, 3412, 1, 0, 0, 0, 3411, 3413, 3, 256, 128, 0, 3412, 3411, + 1, 0, 0, 0, 3412, 3413, 1, 0, 0, 0, 3413, 275, 1, 0, 0, 0, 3414, 3415, + 5, 360, 0, 0, 3415, 277, 1, 0, 0, 0, 3416, 3417, 5, 298, 0, 0, 3417, 3418, + 5, 251, 0, 0, 3418, 3420, 5, 369, 0, 0, 3419, 3421, 3, 598, 299, 0, 3420, + 3419, 1, 0, 0, 0, 3420, 3421, 1, 0, 0, 0, 3421, 3422, 1, 0, 0, 0, 3422, + 3424, 3, 1346, 673, 0, 3423, 3425, 3, 270, 135, 0, 3424, 3423, 1, 0, 0, + 0, 3424, 3425, 1, 0, 0, 0, 3425, 279, 1, 0, 0, 0, 3426, 3428, 5, 46, 0, + 0, 3427, 3429, 3, 174, 87, 0, 3428, 3427, 1, 0, 0, 0, 3428, 3429, 1, 0, + 0, 0, 3429, 3430, 1, 0, 0, 0, 3430, 3434, 5, 321, 0, 0, 3431, 3432, 5, + 220, 0, 0, 3432, 3433, 5, 77, 0, 0, 3433, 3435, 5, 390, 0, 0, 3434, 3431, + 1, 0, 0, 0, 3434, 3435, 1, 0, 0, 0, 3435, 3436, 1, 0, 0, 0, 3436, 3438, + 3, 1346, 673, 0, 3437, 3439, 3, 284, 142, 0, 3438, 3437, 1, 0, 0, 0, 3438, + 3439, 1, 0, 0, 0, 3439, 281, 1, 0, 0, 0, 3440, 3441, 5, 138, 0, 0, 3441, + 3444, 5, 321, 0, 0, 3442, 3443, 5, 220, 0, 0, 3443, 3445, 5, 390, 0, 0, + 3444, 3442, 1, 0, 0, 0, 3444, 3445, 1, 0, 0, 0, 3445, 3446, 1, 0, 0, 0, + 3446, 3447, 3, 1346, 673, 0, 3447, 3448, 3, 288, 144, 0, 3448, 283, 1, + 0, 0, 0, 3449, 3450, 3, 288, 144, 0, 3450, 285, 1, 0, 0, 0, 3451, 3452, + 5, 2, 0, 0, 3452, 3453, 3, 288, 144, 0, 3453, 3454, 5, 3, 0, 0, 3454, 287, + 1, 0, 0, 0, 3455, 3457, 3, 290, 145, 0, 3456, 3455, 1, 0, 0, 0, 3457, 3458, + 1, 0, 0, 0, 3458, 3456, 1, 0, 0, 0, 3458, 3459, 1, 0, 0, 0, 3459, 289, + 1, 0, 0, 0, 3460, 3461, 5, 36, 0, 0, 3461, 3497, 3, 1130, 565, 0, 3462, + 3463, 5, 148, 0, 0, 3463, 3497, 3, 294, 147, 0, 3464, 3497, 5, 173, 0, + 0, 3465, 3467, 5, 225, 0, 0, 3466, 3468, 3, 292, 146, 0, 3467, 3466, 1, + 0, 0, 0, 3467, 3468, 1, 0, 0, 0, 3468, 3469, 1, 0, 0, 0, 3469, 3497, 3, + 294, 147, 0, 3470, 3497, 5, 441, 0, 0, 3471, 3472, 5, 252, 0, 0, 3472, + 3497, 3, 294, 147, 0, 3473, 3474, 5, 255, 0, 0, 3474, 3497, 3, 294, 147, + 0, 3475, 3476, 5, 262, 0, 0, 3476, 3497, 7, 17, 0, 0, 3477, 3478, 5, 274, + 0, 0, 3478, 3479, 5, 147, 0, 0, 3479, 3497, 3, 526, 263, 0, 3480, 3481, + 5, 321, 0, 0, 3481, 3482, 5, 259, 0, 0, 3482, 3497, 3, 526, 263, 0, 3483, + 3485, 5, 333, 0, 0, 3484, 3486, 3, 16, 8, 0, 3485, 3484, 1, 0, 0, 0, 3485, + 3486, 1, 0, 0, 0, 3486, 3487, 1, 0, 0, 0, 3487, 3497, 3, 294, 147, 0, 3488, + 3490, 5, 307, 0, 0, 3489, 3491, 3, 16, 8, 0, 3490, 3489, 1, 0, 0, 0, 3490, + 3491, 1, 0, 0, 0, 3491, 3493, 1, 0, 0, 0, 3492, 3494, 3, 294, 147, 0, 3493, + 3492, 1, 0, 0, 0, 3493, 3494, 1, 0, 0, 0, 3494, 3497, 1, 0, 0, 0, 3495, + 3497, 5, 360, 0, 0, 3496, 3460, 1, 0, 0, 0, 3496, 3462, 1, 0, 0, 0, 3496, + 3464, 1, 0, 0, 0, 3496, 3465, 1, 0, 0, 0, 3496, 3470, 1, 0, 0, 0, 3496, + 3471, 1, 0, 0, 0, 3496, 3473, 1, 0, 0, 0, 3496, 3475, 1, 0, 0, 0, 3496, + 3477, 1, 0, 0, 0, 3496, 3480, 1, 0, 0, 0, 3496, 3483, 1, 0, 0, 0, 3496, + 3488, 1, 0, 0, 0, 3496, 3495, 1, 0, 0, 0, 3497, 291, 1, 0, 0, 0, 3498, + 3499, 5, 147, 0, 0, 3499, 293, 1, 0, 0, 0, 3500, 3507, 3, 1364, 682, 0, + 3501, 3502, 5, 12, 0, 0, 3502, 3507, 3, 1364, 682, 0, 3503, 3504, 5, 13, + 0, 0, 3504, 3507, 3, 1364, 682, 0, 3505, 3507, 3, 1374, 687, 0, 3506, 3500, + 1, 0, 0, 0, 3506, 3501, 1, 0, 0, 0, 3506, 3503, 1, 0, 0, 0, 3506, 3505, + 1, 0, 0, 0, 3507, 295, 1, 0, 0, 0, 3508, 3513, 3, 294, 147, 0, 3509, 3510, + 5, 6, 0, 0, 3510, 3512, 3, 294, 147, 0, 3511, 3509, 1, 0, 0, 0, 3512, 3515, + 1, 0, 0, 0, 3513, 3511, 1, 0, 0, 0, 3513, 3514, 1, 0, 0, 0, 3514, 297, + 1, 0, 0, 0, 3515, 3513, 1, 0, 0, 0, 3516, 3518, 5, 46, 0, 0, 3517, 3519, + 3, 624, 312, 0, 3518, 3517, 1, 0, 0, 0, 3518, 3519, 1, 0, 0, 0, 3519, 3521, + 1, 0, 0, 0, 3520, 3522, 3, 300, 150, 0, 3521, 3520, 1, 0, 0, 0, 3521, 3522, + 1, 0, 0, 0, 3522, 3524, 1, 0, 0, 0, 3523, 3525, 3, 310, 155, 0, 3524, 3523, + 1, 0, 0, 0, 3524, 3525, 1, 0, 0, 0, 3525, 3526, 1, 0, 0, 0, 3526, 3527, + 5, 238, 0, 0, 3527, 3536, 3, 1350, 675, 0, 3528, 3529, 5, 215, 0, 0, 3529, + 3531, 3, 302, 151, 0, 3530, 3532, 3, 304, 152, 0, 3531, 3530, 1, 0, 0, + 0, 3531, 3532, 1, 0, 0, 0, 3532, 3534, 1, 0, 0, 0, 3533, 3535, 3, 308, + 154, 0, 3534, 3533, 1, 0, 0, 0, 3534, 3535, 1, 0, 0, 0, 3535, 3537, 1, + 0, 0, 0, 3536, 3528, 1, 0, 0, 0, 3536, 3537, 1, 0, 0, 0, 3537, 299, 1, + 0, 0, 0, 3538, 3539, 5, 352, 0, 0, 3539, 301, 1, 0, 0, 0, 3540, 3542, 3, + 1350, 675, 0, 3541, 3543, 3, 528, 264, 0, 3542, 3541, 1, 0, 0, 0, 3542, + 3543, 1, 0, 0, 0, 3543, 303, 1, 0, 0, 0, 3544, 3545, 5, 230, 0, 0, 3545, + 3546, 3, 302, 151, 0, 3546, 305, 1, 0, 0, 0, 3547, 3548, 5, 366, 0, 0, + 3548, 3552, 3, 302, 151, 0, 3549, 3550, 5, 262, 0, 0, 3550, 3552, 5, 366, + 0, 0, 3551, 3547, 1, 0, 0, 0, 3551, 3549, 1, 0, 0, 0, 3552, 307, 1, 0, + 0, 0, 3553, 3554, 3, 306, 153, 0, 3554, 309, 1, 0, 0, 0, 3555, 3556, 5, + 288, 0, 0, 3556, 311, 1, 0, 0, 0, 3557, 3558, 5, 46, 0, 0, 3558, 3559, + 5, 344, 0, 0, 3559, 3561, 3, 1350, 675, 0, 3560, 3562, 3, 314, 157, 0, + 3561, 3560, 1, 0, 0, 0, 3561, 3562, 1, 0, 0, 0, 3562, 3563, 1, 0, 0, 0, + 3563, 3564, 5, 246, 0, 0, 3564, 3566, 3, 1368, 684, 0, 3565, 3567, 3, 118, + 59, 0, 3566, 3565, 1, 0, 0, 0, 3566, 3567, 1, 0, 0, 0, 3567, 313, 1, 0, + 0, 0, 3568, 3569, 5, 275, 0, 0, 3569, 3570, 3, 1378, 689, 0, 3570, 315, + 1, 0, 0, 0, 3571, 3572, 5, 191, 0, 0, 3572, 3575, 5, 344, 0, 0, 3573, 3574, + 5, 220, 0, 0, 3574, 3576, 5, 390, 0, 0, 3575, 3573, 1, 0, 0, 0, 3575, 3576, + 1, 0, 0, 0, 3576, 3577, 1, 0, 0, 0, 3577, 3578, 3, 1350, 675, 0, 3578, + 317, 1, 0, 0, 0, 3579, 3580, 5, 46, 0, 0, 3580, 3584, 5, 204, 0, 0, 3581, + 3582, 5, 220, 0, 0, 3582, 3583, 5, 77, 0, 0, 3583, 3585, 5, 390, 0, 0, + 3584, 3581, 1, 0, 0, 0, 3584, 3585, 1, 0, 0, 0, 3585, 3586, 1, 0, 0, 0, + 3586, 3588, 3, 1350, 675, 0, 3587, 3589, 3, 16, 8, 0, 3588, 3587, 1, 0, + 0, 0, 3588, 3589, 1, 0, 0, 0, 3589, 3590, 1, 0, 0, 0, 3590, 3591, 3, 320, + 160, 0, 3591, 319, 1, 0, 0, 0, 3592, 3594, 3, 322, 161, 0, 3593, 3592, + 1, 0, 0, 0, 3594, 3597, 1, 0, 0, 0, 3595, 3593, 1, 0, 0, 0, 3595, 3596, + 1, 0, 0, 0, 3596, 321, 1, 0, 0, 0, 3597, 3595, 1, 0, 0, 0, 3598, 3599, + 5, 316, 0, 0, 3599, 3606, 3, 1350, 675, 0, 3600, 3601, 5, 368, 0, 0, 3601, + 3606, 3, 72, 36, 0, 3602, 3603, 5, 64, 0, 0, 3603, 3606, 3, 72, 36, 0, + 3604, 3606, 5, 150, 0, 0, 3605, 3598, 1, 0, 0, 0, 3605, 3600, 1, 0, 0, + 0, 3605, 3602, 1, 0, 0, 0, 3605, 3604, 1, 0, 0, 0, 3606, 323, 1, 0, 0, + 0, 3607, 3608, 5, 138, 0, 0, 3608, 3609, 5, 204, 0, 0, 3609, 3610, 3, 1350, + 675, 0, 3610, 3611, 5, 362, 0, 0, 3611, 3612, 3, 326, 163, 0, 3612, 325, + 1, 0, 0, 0, 3613, 3615, 3, 328, 164, 0, 3614, 3613, 1, 0, 0, 0, 3615, 3618, + 1, 0, 0, 0, 3616, 3614, 1, 0, 0, 0, 3616, 3617, 1, 0, 0, 0, 3617, 327, + 1, 0, 0, 0, 3618, 3616, 1, 0, 0, 0, 3619, 3620, 5, 94, 0, 0, 3620, 3621, + 3, 72, 36, 0, 3621, 329, 1, 0, 0, 0, 3622, 3623, 5, 138, 0, 0, 3623, 3624, + 5, 204, 0, 0, 3624, 3625, 3, 1350, 675, 0, 3625, 3626, 3, 40, 20, 0, 3626, + 3627, 3, 518, 259, 0, 3627, 3628, 3, 1350, 675, 0, 3628, 3727, 1, 0, 0, + 0, 3629, 3630, 5, 138, 0, 0, 3630, 3631, 5, 204, 0, 0, 3631, 3632, 3, 1350, + 675, 0, 3632, 3633, 3, 40, 20, 0, 3633, 3634, 3, 516, 258, 0, 3634, 3635, + 3, 526, 263, 0, 3635, 3727, 1, 0, 0, 0, 3636, 3637, 5, 138, 0, 0, 3637, + 3638, 5, 204, 0, 0, 3638, 3639, 3, 1350, 675, 0, 3639, 3640, 3, 40, 20, + 0, 3640, 3641, 5, 136, 0, 0, 3641, 3642, 3, 656, 328, 0, 3642, 3727, 1, + 0, 0, 0, 3643, 3644, 5, 138, 0, 0, 3644, 3645, 5, 204, 0, 0, 3645, 3646, + 3, 1350, 675, 0, 3646, 3647, 3, 40, 20, 0, 3647, 3648, 5, 41, 0, 0, 3648, + 3649, 5, 2, 0, 0, 3649, 3650, 3, 1126, 563, 0, 3650, 3651, 5, 36, 0, 0, + 3651, 3652, 3, 1126, 563, 0, 3652, 3653, 5, 3, 0, 0, 3653, 3727, 1, 0, + 0, 0, 3654, 3655, 5, 138, 0, 0, 3655, 3656, 5, 204, 0, 0, 3656, 3657, 3, + 1350, 675, 0, 3657, 3658, 3, 40, 20, 0, 3658, 3659, 5, 189, 0, 0, 3659, + 3660, 3, 1126, 563, 0, 3660, 3727, 1, 0, 0, 0, 3661, 3662, 5, 138, 0, 0, + 3662, 3663, 5, 204, 0, 0, 3663, 3664, 3, 1350, 675, 0, 3664, 3665, 3, 40, + 20, 0, 3665, 3666, 5, 211, 0, 0, 3666, 3667, 3, 632, 316, 0, 3667, 3727, + 1, 0, 0, 0, 3668, 3669, 5, 138, 0, 0, 3669, 3670, 5, 204, 0, 0, 3670, 3671, + 3, 1350, 675, 0, 3671, 3672, 3, 40, 20, 0, 3672, 3673, 5, 271, 0, 0, 3673, + 3674, 3, 694, 347, 0, 3674, 3727, 1, 0, 0, 0, 3675, 3676, 5, 138, 0, 0, + 3676, 3677, 5, 204, 0, 0, 3677, 3678, 3, 1350, 675, 0, 3678, 3679, 3, 40, + 20, 0, 3679, 3680, 5, 271, 0, 0, 3680, 3681, 5, 156, 0, 0, 3681, 3682, + 3, 526, 263, 0, 3682, 3683, 5, 100, 0, 0, 3683, 3684, 3, 1350, 675, 0, + 3684, 3727, 1, 0, 0, 0, 3685, 3686, 5, 138, 0, 0, 3686, 3687, 5, 204, 0, + 0, 3687, 3688, 3, 1350, 675, 0, 3688, 3689, 3, 40, 20, 0, 3689, 3690, 5, + 271, 0, 0, 3690, 3691, 5, 206, 0, 0, 3691, 3692, 3, 526, 263, 0, 3692, + 3693, 5, 100, 0, 0, 3693, 3694, 3, 1350, 675, 0, 3694, 3727, 1, 0, 0, 0, + 3695, 3696, 5, 138, 0, 0, 3696, 3697, 5, 204, 0, 0, 3697, 3698, 3, 1350, + 675, 0, 3698, 3699, 3, 40, 20, 0, 3699, 3700, 5, 289, 0, 0, 3700, 3701, + 3, 632, 316, 0, 3701, 3727, 1, 0, 0, 0, 3702, 3703, 5, 138, 0, 0, 3703, + 3704, 5, 204, 0, 0, 3704, 3705, 3, 1350, 675, 0, 3705, 3706, 3, 40, 20, + 0, 3706, 3707, 5, 444, 0, 0, 3707, 3708, 3, 632, 316, 0, 3708, 3727, 1, + 0, 0, 0, 3709, 3710, 5, 138, 0, 0, 3710, 3711, 5, 204, 0, 0, 3711, 3712, + 3, 1350, 675, 0, 3712, 3713, 3, 40, 20, 0, 3713, 3714, 5, 445, 0, 0, 3714, + 3715, 5, 62, 0, 0, 3715, 3716, 3, 1126, 563, 0, 3716, 3717, 5, 238, 0, + 0, 3717, 3718, 3, 1350, 675, 0, 3718, 3727, 1, 0, 0, 0, 3719, 3720, 5, + 138, 0, 0, 3720, 3721, 5, 204, 0, 0, 3721, 3722, 3, 1350, 675, 0, 3722, + 3723, 3, 40, 20, 0, 3723, 3724, 5, 353, 0, 0, 3724, 3725, 3, 1126, 563, + 0, 3725, 3727, 1, 0, 0, 0, 3726, 3622, 1, 0, 0, 0, 3726, 3629, 1, 0, 0, + 0, 3726, 3636, 1, 0, 0, 0, 3726, 3643, 1, 0, 0, 0, 3726, 3654, 1, 0, 0, + 0, 3726, 3661, 1, 0, 0, 0, 3726, 3668, 1, 0, 0, 0, 3726, 3675, 1, 0, 0, + 0, 3726, 3685, 1, 0, 0, 0, 3726, 3695, 1, 0, 0, 0, 3726, 3702, 1, 0, 0, + 0, 3726, 3709, 1, 0, 0, 0, 3726, 3719, 1, 0, 0, 0, 3727, 331, 1, 0, 0, + 0, 3728, 3729, 5, 46, 0, 0, 3729, 3730, 5, 63, 0, 0, 3730, 3731, 5, 174, + 0, 0, 3731, 3732, 5, 374, 0, 0, 3732, 3734, 3, 1350, 675, 0, 3733, 3735, + 3, 338, 169, 0, 3734, 3733, 1, 0, 0, 0, 3734, 3735, 1, 0, 0, 0, 3735, 3737, + 1, 0, 0, 0, 3736, 3738, 3, 342, 171, 0, 3737, 3736, 1, 0, 0, 0, 3737, 3738, + 1, 0, 0, 0, 3738, 333, 1, 0, 0, 0, 3739, 3740, 5, 215, 0, 0, 3740, 3748, + 3, 302, 151, 0, 3741, 3742, 5, 262, 0, 0, 3742, 3748, 5, 215, 0, 0, 3743, + 3744, 5, 366, 0, 0, 3744, 3748, 3, 302, 151, 0, 3745, 3746, 5, 262, 0, + 0, 3746, 3748, 5, 366, 0, 0, 3747, 3739, 1, 0, 0, 0, 3747, 3741, 1, 0, + 0, 0, 3747, 3743, 1, 0, 0, 0, 3747, 3745, 1, 0, 0, 0, 3748, 335, 1, 0, + 0, 0, 3749, 3751, 3, 334, 167, 0, 3750, 3749, 1, 0, 0, 0, 3751, 3752, 1, + 0, 0, 0, 3752, 3750, 1, 0, 0, 0, 3752, 3753, 1, 0, 0, 0, 3753, 337, 1, + 0, 0, 0, 3754, 3755, 3, 336, 168, 0, 3755, 339, 1, 0, 0, 0, 3756, 3757, + 5, 138, 0, 0, 3757, 3758, 5, 63, 0, 0, 3758, 3759, 5, 174, 0, 0, 3759, + 3760, 5, 374, 0, 0, 3760, 3762, 3, 1350, 675, 0, 3761, 3763, 3, 338, 169, + 0, 3762, 3761, 1, 0, 0, 0, 3762, 3763, 1, 0, 0, 0, 3763, 3764, 1, 0, 0, + 0, 3764, 3765, 3, 346, 173, 0, 3765, 3774, 1, 0, 0, 0, 3766, 3767, 5, 138, + 0, 0, 3767, 3768, 5, 63, 0, 0, 3768, 3769, 5, 174, 0, 0, 3769, 3770, 5, + 374, 0, 0, 3770, 3771, 3, 1350, 675, 0, 3771, 3772, 3, 336, 168, 0, 3772, + 3774, 1, 0, 0, 0, 3773, 3756, 1, 0, 0, 0, 3773, 3766, 1, 0, 0, 0, 3774, + 341, 1, 0, 0, 0, 3775, 3776, 5, 273, 0, 0, 3776, 3777, 5, 2, 0, 0, 3777, + 3778, 3, 344, 172, 0, 3778, 3779, 5, 3, 0, 0, 3779, 343, 1, 0, 0, 0, 3780, + 3785, 3, 352, 176, 0, 3781, 3782, 5, 6, 0, 0, 3782, 3784, 3, 352, 176, + 0, 3783, 3781, 1, 0, 0, 0, 3784, 3787, 1, 0, 0, 0, 3785, 3783, 1, 0, 0, + 0, 3785, 3786, 1, 0, 0, 0, 3786, 345, 1, 0, 0, 0, 3787, 3785, 1, 0, 0, + 0, 3788, 3789, 5, 273, 0, 0, 3789, 3790, 5, 2, 0, 0, 3790, 3791, 3, 348, + 174, 0, 3791, 3792, 5, 3, 0, 0, 3792, 347, 1, 0, 0, 0, 3793, 3798, 3, 350, + 175, 0, 3794, 3795, 5, 6, 0, 0, 3795, 3797, 3, 350, 175, 0, 3796, 3794, + 1, 0, 0, 0, 3797, 3800, 1, 0, 0, 0, 3798, 3796, 1, 0, 0, 0, 3798, 3799, + 1, 0, 0, 0, 3799, 349, 1, 0, 0, 0, 3800, 3798, 1, 0, 0, 0, 3801, 3809, + 3, 352, 176, 0, 3802, 3803, 5, 326, 0, 0, 3803, 3809, 3, 352, 176, 0, 3804, + 3805, 5, 133, 0, 0, 3805, 3809, 3, 352, 176, 0, 3806, 3807, 5, 191, 0, + 0, 3807, 3809, 3, 354, 177, 0, 3808, 3801, 1, 0, 0, 0, 3808, 3802, 1, 0, + 0, 0, 3808, 3804, 1, 0, 0, 0, 3808, 3806, 1, 0, 0, 0, 3809, 351, 1, 0, + 0, 0, 3810, 3811, 3, 354, 177, 0, 3811, 3812, 3, 356, 178, 0, 3812, 353, + 1, 0, 0, 0, 3813, 3814, 3, 1390, 695, 0, 3814, 355, 1, 0, 0, 0, 3815, 3816, + 3, 1368, 684, 0, 3816, 357, 1, 0, 0, 0, 3817, 3818, 5, 46, 0, 0, 3818, + 3819, 5, 324, 0, 0, 3819, 3821, 3, 1350, 675, 0, 3820, 3822, 3, 360, 180, + 0, 3821, 3820, 1, 0, 0, 0, 3821, 3822, 1, 0, 0, 0, 3822, 3824, 1, 0, 0, + 0, 3823, 3825, 3, 364, 182, 0, 3824, 3823, 1, 0, 0, 0, 3824, 3825, 1, 0, + 0, 0, 3825, 3826, 1, 0, 0, 0, 3826, 3827, 5, 63, 0, 0, 3827, 3828, 5, 174, + 0, 0, 3828, 3829, 5, 374, 0, 0, 3829, 3831, 3, 1350, 675, 0, 3830, 3832, + 3, 342, 171, 0, 3831, 3830, 1, 0, 0, 0, 3831, 3832, 1, 0, 0, 0, 3832, 3853, + 1, 0, 0, 0, 3833, 3834, 5, 46, 0, 0, 3834, 3835, 5, 324, 0, 0, 3835, 3836, + 5, 220, 0, 0, 3836, 3837, 5, 77, 0, 0, 3837, 3838, 5, 390, 0, 0, 3838, + 3840, 3, 1350, 675, 0, 3839, 3841, 3, 360, 180, 0, 3840, 3839, 1, 0, 0, + 0, 3840, 3841, 1, 0, 0, 0, 3841, 3843, 1, 0, 0, 0, 3842, 3844, 3, 364, + 182, 0, 3843, 3842, 1, 0, 0, 0, 3843, 3844, 1, 0, 0, 0, 3844, 3845, 1, + 0, 0, 0, 3845, 3846, 5, 63, 0, 0, 3846, 3847, 5, 174, 0, 0, 3847, 3848, + 5, 374, 0, 0, 3848, 3850, 3, 1350, 675, 0, 3849, 3851, 3, 342, 171, 0, + 3850, 3849, 1, 0, 0, 0, 3850, 3851, 1, 0, 0, 0, 3851, 3853, 1, 0, 0, 0, + 3852, 3817, 1, 0, 0, 0, 3852, 3833, 1, 0, 0, 0, 3853, 359, 1, 0, 0, 0, + 3854, 3855, 5, 353, 0, 0, 3855, 3856, 3, 1368, 684, 0, 3856, 361, 1, 0, + 0, 0, 3857, 3860, 5, 368, 0, 0, 3858, 3861, 3, 1368, 684, 0, 3859, 3861, + 5, 78, 0, 0, 3860, 3858, 1, 0, 0, 0, 3860, 3859, 1, 0, 0, 0, 3861, 363, + 1, 0, 0, 0, 3862, 3863, 3, 362, 181, 0, 3863, 365, 1, 0, 0, 0, 3864, 3865, + 5, 138, 0, 0, 3865, 3866, 5, 324, 0, 0, 3866, 3872, 3, 1350, 675, 0, 3867, + 3873, 3, 346, 173, 0, 3868, 3870, 3, 362, 181, 0, 3869, 3871, 3, 346, 173, + 0, 3870, 3869, 1, 0, 0, 0, 3870, 3871, 1, 0, 0, 0, 3871, 3873, 1, 0, 0, + 0, 3872, 3867, 1, 0, 0, 0, 3872, 3868, 1, 0, 0, 0, 3873, 367, 1, 0, 0, + 0, 3874, 3875, 5, 46, 0, 0, 3875, 3876, 5, 63, 0, 0, 3876, 3877, 5, 92, + 0, 0, 3877, 3878, 3, 1346, 673, 0, 3878, 3880, 5, 2, 0, 0, 3879, 3881, + 3, 176, 88, 0, 3880, 3879, 1, 0, 0, 0, 3880, 3881, 1, 0, 0, 0, 3881, 3882, + 1, 0, 0, 0, 3882, 3884, 5, 3, 0, 0, 3883, 3885, 3, 240, 120, 0, 3884, 3883, + 1, 0, 0, 0, 3884, 3885, 1, 0, 0, 0, 3885, 3886, 1, 0, 0, 0, 3886, 3887, + 5, 324, 0, 0, 3887, 3889, 3, 1350, 675, 0, 3888, 3890, 3, 342, 171, 0, + 3889, 3888, 1, 0, 0, 0, 3889, 3890, 1, 0, 0, 0, 3890, 3947, 1, 0, 0, 0, + 3891, 3892, 5, 46, 0, 0, 3892, 3893, 5, 63, 0, 0, 3893, 3894, 5, 92, 0, + 0, 3894, 3895, 5, 220, 0, 0, 3895, 3896, 5, 77, 0, 0, 3896, 3897, 5, 390, + 0, 0, 3897, 3898, 3, 1346, 673, 0, 3898, 3900, 5, 2, 0, 0, 3899, 3901, + 3, 176, 88, 0, 3900, 3899, 1, 0, 0, 0, 3900, 3901, 1, 0, 0, 0, 3901, 3902, + 1, 0, 0, 0, 3902, 3904, 5, 3, 0, 0, 3903, 3905, 3, 240, 120, 0, 3904, 3903, + 1, 0, 0, 0, 3904, 3905, 1, 0, 0, 0, 3905, 3906, 1, 0, 0, 0, 3906, 3907, + 5, 324, 0, 0, 3907, 3909, 3, 1350, 675, 0, 3908, 3910, 3, 342, 171, 0, + 3909, 3908, 1, 0, 0, 0, 3909, 3910, 1, 0, 0, 0, 3910, 3947, 1, 0, 0, 0, + 3911, 3912, 5, 46, 0, 0, 3912, 3913, 5, 63, 0, 0, 3913, 3914, 5, 92, 0, + 0, 3914, 3915, 3, 1346, 673, 0, 3915, 3916, 5, 278, 0, 0, 3916, 3917, 5, + 268, 0, 0, 3917, 3919, 3, 1346, 673, 0, 3918, 3920, 3, 178, 89, 0, 3919, + 3918, 1, 0, 0, 0, 3919, 3920, 1, 0, 0, 0, 3920, 3921, 1, 0, 0, 0, 3921, + 3922, 3, 128, 64, 0, 3922, 3923, 5, 324, 0, 0, 3923, 3925, 3, 1350, 675, + 0, 3924, 3926, 3, 342, 171, 0, 3925, 3924, 1, 0, 0, 0, 3925, 3926, 1, 0, + 0, 0, 3926, 3947, 1, 0, 0, 0, 3927, 3928, 5, 46, 0, 0, 3928, 3929, 5, 63, + 0, 0, 3929, 3930, 5, 92, 0, 0, 3930, 3931, 5, 220, 0, 0, 3931, 3932, 5, + 77, 0, 0, 3932, 3933, 5, 390, 0, 0, 3933, 3934, 3, 1346, 673, 0, 3934, + 3935, 5, 278, 0, 0, 3935, 3936, 5, 268, 0, 0, 3936, 3938, 3, 1346, 673, + 0, 3937, 3939, 3, 178, 89, 0, 3938, 3937, 1, 0, 0, 0, 3938, 3939, 1, 0, + 0, 0, 3939, 3940, 1, 0, 0, 0, 3940, 3941, 3, 128, 64, 0, 3941, 3942, 5, + 324, 0, 0, 3942, 3944, 3, 1350, 675, 0, 3943, 3945, 3, 342, 171, 0, 3944, + 3943, 1, 0, 0, 0, 3944, 3945, 1, 0, 0, 0, 3945, 3947, 1, 0, 0, 0, 3946, + 3874, 1, 0, 0, 0, 3946, 3891, 1, 0, 0, 0, 3946, 3911, 1, 0, 0, 0, 3946, + 3927, 1, 0, 0, 0, 3947, 369, 1, 0, 0, 0, 3948, 3949, 5, 446, 0, 0, 3949, + 3950, 5, 63, 0, 0, 3950, 3951, 5, 316, 0, 0, 3951, 3953, 3, 1350, 675, + 0, 3952, 3954, 3, 374, 187, 0, 3953, 3952, 1, 0, 0, 0, 3953, 3954, 1, 0, + 0, 0, 3954, 3955, 1, 0, 0, 0, 3955, 3956, 5, 64, 0, 0, 3956, 3957, 5, 324, + 0, 0, 3957, 3958, 3, 1350, 675, 0, 3958, 3959, 5, 71, 0, 0, 3959, 3961, + 3, 1350, 675, 0, 3960, 3962, 3, 342, 171, 0, 3961, 3960, 1, 0, 0, 0, 3961, + 3962, 1, 0, 0, 0, 3962, 371, 1, 0, 0, 0, 3963, 3964, 5, 74, 0, 0, 3964, + 3967, 5, 94, 0, 0, 3965, 3967, 5, 59, 0, 0, 3966, 3963, 1, 0, 0, 0, 3966, + 3965, 1, 0, 0, 0, 3967, 373, 1, 0, 0, 0, 3968, 3969, 3, 372, 186, 0, 3969, + 3970, 5, 2, 0, 0, 3970, 3971, 3, 1084, 542, 0, 3971, 3972, 5, 3, 0, 0, + 3972, 375, 1, 0, 0, 0, 3973, 3974, 5, 46, 0, 0, 3974, 3975, 5, 99, 0, 0, + 3975, 3976, 5, 248, 0, 0, 3976, 3977, 5, 62, 0, 0, 3977, 3978, 3, 378, + 189, 0, 3978, 3979, 5, 324, 0, 0, 3979, 3981, 3, 1350, 675, 0, 3980, 3982, + 3, 342, 171, 0, 3981, 3980, 1, 0, 0, 0, 3981, 3982, 1, 0, 0, 0, 3982, 3997, + 1, 0, 0, 0, 3983, 3984, 5, 46, 0, 0, 3984, 3985, 5, 99, 0, 0, 3985, 3986, + 5, 248, 0, 0, 3986, 3987, 5, 220, 0, 0, 3987, 3988, 5, 77, 0, 0, 3988, + 3989, 5, 390, 0, 0, 3989, 3990, 5, 62, 0, 0, 3990, 3991, 3, 378, 189, 0, + 3991, 3992, 5, 324, 0, 0, 3992, 3994, 3, 1350, 675, 0, 3993, 3995, 3, 342, + 171, 0, 3994, 3993, 1, 0, 0, 0, 3994, 3995, 1, 0, 0, 0, 3995, 3997, 1, + 0, 0, 0, 3996, 3973, 1, 0, 0, 0, 3996, 3983, 1, 0, 0, 0, 3997, 377, 1, + 0, 0, 0, 3998, 4001, 3, 1378, 689, 0, 3999, 4001, 5, 99, 0, 0, 4000, 3998, + 1, 0, 0, 0, 4000, 3999, 1, 0, 0, 0, 4001, 379, 1, 0, 0, 0, 4002, 4003, + 5, 191, 0, 0, 4003, 4004, 5, 99, 0, 0, 4004, 4005, 5, 248, 0, 0, 4005, + 4006, 5, 62, 0, 0, 4006, 4007, 3, 378, 189, 0, 4007, 4008, 5, 324, 0, 0, + 4008, 4009, 3, 1350, 675, 0, 4009, 4021, 1, 0, 0, 0, 4010, 4011, 5, 191, + 0, 0, 4011, 4012, 5, 99, 0, 0, 4012, 4013, 5, 248, 0, 0, 4013, 4014, 5, + 220, 0, 0, 4014, 4015, 5, 390, 0, 0, 4015, 4016, 5, 62, 0, 0, 4016, 4017, + 3, 378, 189, 0, 4017, 4018, 5, 324, 0, 0, 4018, 4019, 3, 1350, 675, 0, + 4019, 4021, 1, 0, 0, 0, 4020, 4002, 1, 0, 0, 0, 4020, 4010, 1, 0, 0, 0, + 4021, 381, 1, 0, 0, 0, 4022, 4023, 5, 138, 0, 0, 4023, 4024, 5, 99, 0, + 0, 4024, 4025, 5, 248, 0, 0, 4025, 4026, 5, 62, 0, 0, 4026, 4027, 3, 378, + 189, 0, 4027, 4028, 5, 324, 0, 0, 4028, 4029, 3, 1350, 675, 0, 4029, 4030, + 3, 346, 173, 0, 4030, 383, 1, 0, 0, 0, 4031, 4032, 5, 46, 0, 0, 4032, 4033, + 5, 447, 0, 0, 4033, 4034, 3, 1350, 675, 0, 4034, 4035, 5, 80, 0, 0, 4035, + 4037, 3, 1346, 673, 0, 4036, 4038, 3, 396, 198, 0, 4037, 4036, 1, 0, 0, + 0, 4037, 4038, 1, 0, 0, 0, 4038, 4040, 1, 0, 0, 0, 4039, 4041, 3, 398, + 199, 0, 4040, 4039, 1, 0, 0, 0, 4040, 4041, 1, 0, 0, 0, 4041, 4043, 1, + 0, 0, 0, 4042, 4044, 3, 392, 196, 0, 4043, 4042, 1, 0, 0, 0, 4043, 4044, + 1, 0, 0, 0, 4044, 4046, 1, 0, 0, 0, 4045, 4047, 3, 388, 194, 0, 4046, 4045, + 1, 0, 0, 0, 4046, 4047, 1, 0, 0, 0, 4047, 4049, 1, 0, 0, 0, 4048, 4050, + 3, 390, 195, 0, 4049, 4048, 1, 0, 0, 0, 4049, 4050, 1, 0, 0, 0, 4050, 385, + 1, 0, 0, 0, 4051, 4052, 5, 138, 0, 0, 4052, 4053, 5, 447, 0, 0, 4053, 4054, + 3, 1350, 675, 0, 4054, 4055, 5, 80, 0, 0, 4055, 4057, 3, 1346, 673, 0, + 4056, 4058, 3, 394, 197, 0, 4057, 4056, 1, 0, 0, 0, 4057, 4058, 1, 0, 0, + 0, 4058, 4060, 1, 0, 0, 0, 4059, 4061, 3, 388, 194, 0, 4060, 4059, 1, 0, + 0, 0, 4060, 4061, 1, 0, 0, 0, 4061, 4063, 1, 0, 0, 0, 4062, 4064, 3, 390, + 195, 0, 4063, 4062, 1, 0, 0, 0, 4063, 4064, 1, 0, 0, 0, 4064, 387, 1, 0, + 0, 0, 4065, 4066, 5, 100, 0, 0, 4066, 4067, 5, 2, 0, 0, 4067, 4068, 3, + 1170, 585, 0, 4068, 4069, 5, 3, 0, 0, 4069, 389, 1, 0, 0, 0, 4070, 4071, + 5, 105, 0, 0, 4071, 4072, 5, 42, 0, 0, 4072, 4073, 5, 2, 0, 0, 4073, 4074, + 3, 1170, 585, 0, 4074, 4075, 5, 3, 0, 0, 4075, 391, 1, 0, 0, 0, 4076, 4077, + 5, 94, 0, 0, 4077, 4078, 3, 1380, 690, 0, 4078, 393, 1, 0, 0, 0, 4079, + 4080, 5, 94, 0, 0, 4080, 4081, 3, 1380, 690, 0, 4081, 395, 1, 0, 0, 0, + 4082, 4083, 5, 36, 0, 0, 4083, 4084, 3, 1392, 696, 0, 4084, 397, 1, 0, + 0, 0, 4085, 4086, 5, 62, 0, 0, 4086, 4087, 3, 400, 200, 0, 4087, 399, 1, + 0, 0, 0, 4088, 4089, 7, 18, 0, 0, 4089, 401, 1, 0, 0, 0, 4090, 4091, 5, + 46, 0, 0, 4091, 4092, 5, 131, 0, 0, 4092, 4093, 5, 448, 0, 0, 4093, 4094, + 3, 1350, 675, 0, 4094, 4095, 5, 353, 0, 0, 4095, 4096, 3, 404, 202, 0, + 4096, 4097, 5, 215, 0, 0, 4097, 4098, 3, 302, 151, 0, 4098, 403, 1, 0, + 0, 0, 4099, 4100, 7, 19, 0, 0, 4100, 405, 1, 0, 0, 0, 4101, 4102, 5, 46, + 0, 0, 4102, 4103, 5, 350, 0, 0, 4103, 4104, 3, 1350, 675, 0, 4104, 4105, + 3, 408, 204, 0, 4105, 4106, 3, 410, 205, 0, 4106, 4107, 5, 80, 0, 0, 4107, + 4109, 3, 1346, 673, 0, 4108, 4110, 3, 414, 207, 0, 4109, 4108, 1, 0, 0, + 0, 4109, 4110, 1, 0, 0, 0, 4110, 4112, 1, 0, 0, 0, 4111, 4113, 3, 426, + 213, 0, 4112, 4111, 1, 0, 0, 0, 4112, 4113, 1, 0, 0, 0, 4113, 4115, 1, + 0, 0, 0, 4114, 4116, 3, 432, 216, 0, 4115, 4114, 1, 0, 0, 0, 4115, 4116, + 1, 0, 0, 0, 4116, 4117, 1, 0, 0, 0, 4117, 4118, 5, 202, 0, 0, 4118, 4119, + 3, 434, 217, 0, 4119, 4120, 3, 1356, 678, 0, 4120, 4121, 5, 2, 0, 0, 4121, + 4122, 3, 436, 218, 0, 4122, 4123, 5, 3, 0, 0, 4123, 4150, 1, 0, 0, 0, 4124, + 4125, 5, 46, 0, 0, 4125, 4126, 5, 45, 0, 0, 4126, 4127, 5, 350, 0, 0, 4127, + 4128, 3, 1350, 675, 0, 4128, 4129, 5, 135, 0, 0, 4129, 4130, 3, 410, 205, + 0, 4130, 4131, 5, 80, 0, 0, 4131, 4133, 3, 1346, 673, 0, 4132, 4134, 3, + 440, 220, 0, 4133, 4132, 1, 0, 0, 0, 4133, 4134, 1, 0, 0, 0, 4134, 4135, + 1, 0, 0, 0, 4135, 4136, 3, 442, 221, 0, 4136, 4137, 5, 62, 0, 0, 4137, + 4138, 5, 192, 0, 0, 4138, 4140, 5, 409, 0, 0, 4139, 4141, 3, 432, 216, + 0, 4140, 4139, 1, 0, 0, 0, 4140, 4141, 1, 0, 0, 0, 4141, 4142, 1, 0, 0, + 0, 4142, 4143, 5, 202, 0, 0, 4143, 4144, 3, 434, 217, 0, 4144, 4145, 3, + 1356, 678, 0, 4145, 4146, 5, 2, 0, 0, 4146, 4147, 3, 436, 218, 0, 4147, + 4148, 5, 3, 0, 0, 4148, 4150, 1, 0, 0, 0, 4149, 4101, 1, 0, 0, 0, 4149, + 4124, 1, 0, 0, 0, 4150, 407, 1, 0, 0, 0, 4151, 4156, 5, 145, 0, 0, 4152, + 4156, 5, 135, 0, 0, 4153, 4154, 5, 233, 0, 0, 4154, 4156, 5, 268, 0, 0, + 4155, 4151, 1, 0, 0, 0, 4155, 4152, 1, 0, 0, 0, 4155, 4153, 1, 0, 0, 0, + 4156, 409, 1, 0, 0, 0, 4157, 4162, 3, 412, 206, 0, 4158, 4159, 5, 82, 0, + 0, 4159, 4161, 3, 412, 206, 0, 4160, 4158, 1, 0, 0, 0, 4161, 4164, 1, 0, + 0, 0, 4162, 4160, 1, 0, 0, 0, 4162, 4163, 1, 0, 0, 0, 4163, 411, 1, 0, + 0, 0, 4164, 4162, 1, 0, 0, 0, 4165, 4173, 5, 232, 0, 0, 4166, 4173, 5, + 182, 0, 0, 4167, 4173, 5, 362, 0, 0, 4168, 4169, 5, 362, 0, 0, 4169, 4170, + 5, 268, 0, 0, 4170, 4173, 3, 218, 109, 0, 4171, 4173, 5, 351, 0, 0, 4172, + 4165, 1, 0, 0, 0, 4172, 4166, 1, 0, 0, 0, 4172, 4167, 1, 0, 0, 0, 4172, + 4168, 1, 0, 0, 0, 4172, 4171, 1, 0, 0, 0, 4173, 413, 1, 0, 0, 0, 4174, + 4175, 5, 449, 0, 0, 4175, 4176, 3, 416, 208, 0, 4176, 415, 1, 0, 0, 0, + 4177, 4179, 3, 418, 209, 0, 4178, 4177, 1, 0, 0, 0, 4179, 4180, 1, 0, 0, + 0, 4180, 4178, 1, 0, 0, 0, 4180, 4181, 1, 0, 0, 0, 4181, 417, 1, 0, 0, + 0, 4182, 4183, 3, 420, 210, 0, 4183, 4185, 3, 422, 211, 0, 4184, 4186, + 3, 842, 421, 0, 4185, 4184, 1, 0, 0, 0, 4185, 4186, 1, 0, 0, 0, 4186, 4187, + 1, 0, 0, 0, 4187, 4188, 3, 424, 212, 0, 4188, 419, 1, 0, 0, 0, 4189, 4190, + 7, 20, 0, 0, 4190, 421, 1, 0, 0, 0, 4191, 4192, 7, 21, 0, 0, 4192, 423, + 1, 0, 0, 0, 4193, 4194, 3, 1382, 691, 0, 4194, 425, 1, 0, 0, 0, 4195, 4197, + 5, 62, 0, 0, 4196, 4198, 3, 428, 214, 0, 4197, 4196, 1, 0, 0, 0, 4197, + 4198, 1, 0, 0, 0, 4198, 4199, 1, 0, 0, 0, 4199, 4200, 3, 430, 215, 0, 4200, + 427, 1, 0, 0, 0, 4201, 4202, 5, 192, 0, 0, 4202, 429, 1, 0, 0, 0, 4203, + 4204, 7, 22, 0, 0, 4204, 431, 1, 0, 0, 0, 4205, 4206, 5, 102, 0, 0, 4206, + 4207, 5, 2, 0, 0, 4207, 4208, 3, 1170, 585, 0, 4208, 4209, 5, 3, 0, 0, + 4209, 433, 1, 0, 0, 0, 4210, 4211, 7, 23, 0, 0, 4211, 435, 1, 0, 0, 0, + 4212, 4215, 3, 438, 219, 0, 4213, 4215, 1, 0, 0, 0, 4214, 4212, 1, 0, 0, + 0, 4214, 4213, 1, 0, 0, 0, 4215, 4220, 1, 0, 0, 0, 4216, 4217, 5, 6, 0, + 0, 4217, 4219, 3, 438, 219, 0, 4218, 4216, 1, 0, 0, 0, 4219, 4222, 1, 0, + 0, 0, 4220, 4218, 1, 0, 0, 0, 4220, 4221, 1, 0, 0, 0, 4221, 437, 1, 0, + 0, 0, 4222, 4220, 1, 0, 0, 0, 4223, 4228, 3, 1366, 683, 0, 4224, 4228, + 3, 1364, 682, 0, 4225, 4228, 3, 1368, 684, 0, 4226, 4228, 3, 1390, 695, + 0, 4227, 4223, 1, 0, 0, 0, 4227, 4224, 1, 0, 0, 0, 4227, 4225, 1, 0, 0, + 0, 4227, 4226, 1, 0, 0, 0, 4228, 439, 1, 0, 0, 0, 4229, 4230, 5, 64, 0, + 0, 4230, 4231, 3, 1346, 673, 0, 4231, 441, 1, 0, 0, 0, 4232, 4234, 3, 444, + 222, 0, 4233, 4232, 1, 0, 0, 0, 4234, 4237, 1, 0, 0, 0, 4235, 4233, 1, + 0, 0, 0, 4235, 4236, 1, 0, 0, 0, 4236, 443, 1, 0, 0, 0, 4237, 4235, 1, + 0, 0, 0, 4238, 4239, 5, 77, 0, 0, 4239, 4250, 5, 54, 0, 0, 4240, 4250, + 5, 54, 0, 0, 4241, 4242, 5, 69, 0, 0, 4242, 4250, 5, 221, 0, 0, 4243, 4244, + 5, 69, 0, 0, 4244, 4250, 5, 180, 0, 0, 4245, 4246, 5, 77, 0, 0, 4246, 4250, + 5, 364, 0, 0, 4247, 4248, 5, 262, 0, 0, 4248, 4250, 5, 228, 0, 0, 4249, + 4238, 1, 0, 0, 0, 4249, 4240, 1, 0, 0, 0, 4249, 4241, 1, 0, 0, 0, 4249, + 4243, 1, 0, 0, 0, 4249, 4245, 1, 0, 0, 0, 4249, 4247, 1, 0, 0, 0, 4250, + 445, 1, 0, 0, 0, 4251, 4252, 5, 46, 0, 0, 4252, 4253, 5, 198, 0, 0, 4253, + 4254, 5, 350, 0, 0, 4254, 4255, 3, 1350, 675, 0, 4255, 4256, 5, 80, 0, + 0, 4256, 4257, 3, 1390, 695, 0, 4257, 4258, 5, 202, 0, 0, 4258, 4259, 3, + 434, 217, 0, 4259, 4260, 3, 1356, 678, 0, 4260, 4261, 5, 2, 0, 0, 4261, + 4262, 5, 3, 0, 0, 4262, 4278, 1, 0, 0, 0, 4263, 4264, 5, 46, 0, 0, 4264, + 4265, 5, 198, 0, 0, 4265, 4266, 5, 350, 0, 0, 4266, 4267, 3, 1350, 675, + 0, 4267, 4268, 5, 80, 0, 0, 4268, 4269, 3, 1390, 695, 0, 4269, 4270, 5, + 102, 0, 0, 4270, 4271, 3, 448, 224, 0, 4271, 4272, 5, 202, 0, 0, 4272, + 4273, 3, 434, 217, 0, 4273, 4274, 3, 1356, 678, 0, 4274, 4275, 5, 2, 0, + 0, 4275, 4276, 5, 3, 0, 0, 4276, 4278, 1, 0, 0, 0, 4277, 4251, 1, 0, 0, + 0, 4277, 4263, 1, 0, 0, 0, 4278, 447, 1, 0, 0, 0, 4279, 4284, 3, 450, 225, + 0, 4280, 4281, 5, 33, 0, 0, 4281, 4283, 3, 450, 225, 0, 4282, 4280, 1, + 0, 0, 0, 4283, 4286, 1, 0, 0, 0, 4284, 4282, 1, 0, 0, 0, 4284, 4285, 1, + 0, 0, 0, 4285, 449, 1, 0, 0, 0, 4286, 4284, 1, 0, 0, 0, 4287, 4288, 3, + 1382, 691, 0, 4288, 4289, 5, 68, 0, 0, 4289, 4290, 5, 2, 0, 0, 4290, 4291, + 3, 452, 226, 0, 4291, 4292, 5, 3, 0, 0, 4292, 451, 1, 0, 0, 0, 4293, 4298, + 3, 1368, 684, 0, 4294, 4295, 5, 6, 0, 0, 4295, 4297, 3, 1368, 684, 0, 4296, + 4294, 1, 0, 0, 0, 4297, 4300, 1, 0, 0, 0, 4298, 4296, 1, 0, 0, 0, 4298, + 4299, 1, 0, 0, 0, 4299, 453, 1, 0, 0, 0, 4300, 4298, 1, 0, 0, 0, 4301, + 4302, 5, 138, 0, 0, 4302, 4303, 5, 198, 0, 0, 4303, 4304, 5, 350, 0, 0, + 4304, 4305, 3, 1350, 675, 0, 4305, 4306, 3, 456, 228, 0, 4306, 455, 1, + 0, 0, 0, 4307, 4314, 5, 193, 0, 0, 4308, 4309, 5, 193, 0, 0, 4309, 4314, + 5, 305, 0, 0, 4310, 4311, 5, 193, 0, 0, 4311, 4314, 5, 139, 0, 0, 4312, + 4314, 5, 186, 0, 0, 4313, 4307, 1, 0, 0, 0, 4313, 4308, 1, 0, 0, 0, 4313, + 4310, 1, 0, 0, 0, 4313, 4312, 1, 0, 0, 0, 4314, 457, 1, 0, 0, 0, 4315, + 4316, 5, 46, 0, 0, 4316, 4317, 5, 140, 0, 0, 4317, 4318, 3, 526, 263, 0, + 4318, 4319, 5, 42, 0, 0, 4319, 4320, 5, 2, 0, 0, 4320, 4321, 3, 1170, 585, + 0, 4321, 4322, 5, 3, 0, 0, 4322, 4323, 3, 442, 221, 0, 4323, 459, 1, 0, + 0, 0, 4324, 4326, 5, 46, 0, 0, 4325, 4327, 3, 624, 312, 0, 4326, 4325, + 1, 0, 0, 0, 4326, 4327, 1, 0, 0, 0, 4327, 4328, 1, 0, 0, 0, 4328, 4329, + 5, 136, 0, 0, 4329, 4330, 3, 1356, 678, 0, 4330, 4331, 3, 652, 326, 0, + 4331, 4332, 3, 462, 231, 0, 4332, 4439, 1, 0, 0, 0, 4333, 4335, 5, 46, + 0, 0, 4334, 4336, 3, 624, 312, 0, 4335, 4334, 1, 0, 0, 0, 4335, 4336, 1, + 0, 0, 0, 4336, 4337, 1, 0, 0, 0, 4337, 4338, 5, 136, 0, 0, 4338, 4339, + 3, 1356, 678, 0, 4339, 4340, 3, 470, 235, 0, 4340, 4439, 1, 0, 0, 0, 4341, + 4342, 5, 46, 0, 0, 4342, 4343, 5, 271, 0, 0, 4343, 4344, 3, 690, 345, 0, + 4344, 4345, 3, 462, 231, 0, 4345, 4439, 1, 0, 0, 0, 4346, 4347, 5, 46, + 0, 0, 4347, 4348, 5, 353, 0, 0, 4348, 4349, 3, 526, 263, 0, 4349, 4350, + 3, 462, 231, 0, 4350, 4439, 1, 0, 0, 0, 4351, 4352, 5, 46, 0, 0, 4352, + 4353, 5, 353, 0, 0, 4353, 4439, 3, 526, 263, 0, 4354, 4355, 5, 46, 0, 0, + 4355, 4356, 5, 353, 0, 0, 4356, 4357, 3, 526, 263, 0, 4357, 4358, 5, 36, + 0, 0, 4358, 4360, 5, 2, 0, 0, 4359, 4361, 3, 1106, 553, 0, 4360, 4359, + 1, 0, 0, 0, 4360, 4361, 1, 0, 0, 0, 4361, 4362, 1, 0, 0, 0, 4362, 4363, + 5, 3, 0, 0, 4363, 4439, 1, 0, 0, 0, 4364, 4365, 5, 46, 0, 0, 4365, 4366, + 5, 353, 0, 0, 4366, 4367, 3, 526, 263, 0, 4367, 4368, 5, 36, 0, 0, 4368, + 4369, 5, 196, 0, 0, 4369, 4371, 5, 2, 0, 0, 4370, 4372, 3, 476, 238, 0, + 4371, 4370, 1, 0, 0, 0, 4371, 4372, 1, 0, 0, 0, 4372, 4373, 1, 0, 0, 0, + 4373, 4374, 5, 3, 0, 0, 4374, 4439, 1, 0, 0, 0, 4375, 4376, 5, 46, 0, 0, + 4376, 4377, 5, 353, 0, 0, 4377, 4378, 3, 526, 263, 0, 4378, 4379, 5, 36, + 0, 0, 4379, 4380, 5, 292, 0, 0, 4380, 4381, 3, 462, 231, 0, 4381, 4439, + 1, 0, 0, 0, 4382, 4383, 5, 46, 0, 0, 4383, 4384, 5, 348, 0, 0, 4384, 4385, + 5, 318, 0, 0, 4385, 4386, 5, 276, 0, 0, 4386, 4387, 3, 526, 263, 0, 4387, + 4388, 3, 462, 231, 0, 4388, 4439, 1, 0, 0, 0, 4389, 4390, 5, 46, 0, 0, + 4390, 4391, 5, 348, 0, 0, 4391, 4392, 5, 318, 0, 0, 4392, 4393, 5, 185, + 0, 0, 4393, 4394, 3, 526, 263, 0, 4394, 4395, 3, 462, 231, 0, 4395, 4439, + 1, 0, 0, 0, 4396, 4397, 5, 46, 0, 0, 4397, 4398, 5, 348, 0, 0, 4398, 4399, + 5, 318, 0, 0, 4399, 4400, 5, 346, 0, 0, 4400, 4401, 3, 526, 263, 0, 4401, + 4402, 3, 462, 231, 0, 4402, 4439, 1, 0, 0, 0, 4403, 4404, 5, 46, 0, 0, + 4404, 4405, 5, 348, 0, 0, 4405, 4406, 5, 318, 0, 0, 4406, 4407, 5, 163, + 0, 0, 4407, 4408, 3, 526, 263, 0, 4408, 4409, 3, 462, 231, 0, 4409, 4439, + 1, 0, 0, 0, 4410, 4411, 5, 46, 0, 0, 4411, 4412, 5, 108, 0, 0, 4412, 4413, + 3, 526, 263, 0, 4413, 4414, 3, 462, 231, 0, 4414, 4439, 1, 0, 0, 0, 4415, + 4416, 5, 46, 0, 0, 4416, 4417, 5, 108, 0, 0, 4417, 4418, 5, 220, 0, 0, + 4418, 4419, 5, 77, 0, 0, 4419, 4420, 5, 390, 0, 0, 4420, 4421, 3, 526, + 263, 0, 4421, 4422, 3, 462, 231, 0, 4422, 4439, 1, 0, 0, 0, 4423, 4424, + 5, 46, 0, 0, 4424, 4425, 5, 108, 0, 0, 4425, 4426, 3, 526, 263, 0, 4426, + 4427, 5, 64, 0, 0, 4427, 4428, 3, 526, 263, 0, 4428, 4439, 1, 0, 0, 0, + 4429, 4430, 5, 46, 0, 0, 4430, 4431, 5, 108, 0, 0, 4431, 4432, 5, 220, + 0, 0, 4432, 4433, 5, 77, 0, 0, 4433, 4434, 5, 390, 0, 0, 4434, 4435, 3, + 526, 263, 0, 4435, 4436, 5, 64, 0, 0, 4436, 4437, 3, 526, 263, 0, 4437, + 4439, 1, 0, 0, 0, 4438, 4324, 1, 0, 0, 0, 4438, 4333, 1, 0, 0, 0, 4438, + 4341, 1, 0, 0, 0, 4438, 4346, 1, 0, 0, 0, 4438, 4351, 1, 0, 0, 0, 4438, + 4354, 1, 0, 0, 0, 4438, 4364, 1, 0, 0, 0, 4438, 4375, 1, 0, 0, 0, 4438, + 4382, 1, 0, 0, 0, 4438, 4389, 1, 0, 0, 0, 4438, 4396, 1, 0, 0, 0, 4438, + 4403, 1, 0, 0, 0, 4438, 4410, 1, 0, 0, 0, 4438, 4415, 1, 0, 0, 0, 4438, + 4423, 1, 0, 0, 0, 4438, 4429, 1, 0, 0, 0, 4439, 461, 1, 0, 0, 0, 4440, + 4441, 5, 2, 0, 0, 4441, 4442, 3, 464, 232, 0, 4442, 4443, 5, 3, 0, 0, 4443, + 463, 1, 0, 0, 0, 4444, 4449, 3, 466, 233, 0, 4445, 4446, 5, 6, 0, 0, 4446, + 4448, 3, 466, 233, 0, 4447, 4445, 1, 0, 0, 0, 4448, 4451, 1, 0, 0, 0, 4449, + 4447, 1, 0, 0, 0, 4449, 4450, 1, 0, 0, 0, 4450, 465, 1, 0, 0, 0, 4451, + 4449, 1, 0, 0, 0, 4452, 4455, 3, 1390, 695, 0, 4453, 4454, 5, 10, 0, 0, + 4454, 4456, 3, 468, 234, 0, 4455, 4453, 1, 0, 0, 0, 4455, 4456, 1, 0, 0, + 0, 4456, 467, 1, 0, 0, 0, 4457, 4464, 3, 646, 323, 0, 4458, 4464, 3, 1402, + 701, 0, 4459, 4464, 3, 1284, 642, 0, 4460, 4464, 3, 294, 147, 0, 4461, + 4464, 3, 1368, 684, 0, 4462, 4464, 5, 401, 0, 0, 4463, 4457, 1, 0, 0, 0, + 4463, 4458, 1, 0, 0, 0, 4463, 4459, 1, 0, 0, 0, 4463, 4460, 1, 0, 0, 0, + 4463, 4461, 1, 0, 0, 0, 4463, 4462, 1, 0, 0, 0, 4464, 469, 1, 0, 0, 0, + 4465, 4466, 5, 2, 0, 0, 4466, 4467, 3, 472, 236, 0, 4467, 4468, 5, 3, 0, + 0, 4468, 471, 1, 0, 0, 0, 4469, 4474, 3, 474, 237, 0, 4470, 4471, 5, 6, + 0, 0, 4471, 4473, 3, 474, 237, 0, 4472, 4470, 1, 0, 0, 0, 4473, 4476, 1, + 0, 0, 0, 4474, 4472, 1, 0, 0, 0, 4474, 4475, 1, 0, 0, 0, 4475, 473, 1, + 0, 0, 0, 4476, 4474, 1, 0, 0, 0, 4477, 4478, 3, 1392, 696, 0, 4478, 4479, + 5, 10, 0, 0, 4479, 4480, 3, 468, 234, 0, 4480, 475, 1, 0, 0, 0, 4481, 4482, + 3, 478, 239, 0, 4482, 477, 1, 0, 0, 0, 4483, 4488, 3, 1368, 684, 0, 4484, + 4485, 5, 6, 0, 0, 4485, 4487, 3, 1368, 684, 0, 4486, 4484, 1, 0, 0, 0, + 4487, 4490, 1, 0, 0, 0, 4488, 4486, 1, 0, 0, 0, 4488, 4489, 1, 0, 0, 0, + 4489, 479, 1, 0, 0, 0, 4490, 4488, 1, 0, 0, 0, 4491, 4492, 5, 138, 0, 0, + 4492, 4493, 5, 353, 0, 0, 4493, 4494, 3, 526, 263, 0, 4494, 4495, 5, 133, + 0, 0, 4495, 4497, 5, 452, 0, 0, 4496, 4498, 3, 482, 241, 0, 4497, 4496, + 1, 0, 0, 0, 4497, 4498, 1, 0, 0, 0, 4498, 4499, 1, 0, 0, 0, 4499, 4500, + 3, 1368, 684, 0, 4500, 4535, 1, 0, 0, 0, 4501, 4502, 5, 138, 0, 0, 4502, + 4503, 5, 353, 0, 0, 4503, 4504, 3, 526, 263, 0, 4504, 4505, 5, 133, 0, + 0, 4505, 4507, 5, 452, 0, 0, 4506, 4508, 3, 482, 241, 0, 4507, 4506, 1, + 0, 0, 0, 4507, 4508, 1, 0, 0, 0, 4508, 4509, 1, 0, 0, 0, 4509, 4510, 3, + 1368, 684, 0, 4510, 4511, 5, 145, 0, 0, 4511, 4512, 3, 1368, 684, 0, 4512, + 4535, 1, 0, 0, 0, 4513, 4514, 5, 138, 0, 0, 4514, 4515, 5, 353, 0, 0, 4515, + 4516, 3, 526, 263, 0, 4516, 4517, 5, 133, 0, 0, 4517, 4519, 5, 452, 0, + 0, 4518, 4520, 3, 482, 241, 0, 4519, 4518, 1, 0, 0, 0, 4519, 4520, 1, 0, + 0, 0, 4520, 4521, 1, 0, 0, 0, 4521, 4522, 3, 1368, 684, 0, 4522, 4523, + 5, 135, 0, 0, 4523, 4524, 3, 1368, 684, 0, 4524, 4535, 1, 0, 0, 0, 4525, + 4526, 5, 138, 0, 0, 4526, 4527, 5, 353, 0, 0, 4527, 4528, 3, 526, 263, + 0, 4528, 4529, 5, 302, 0, 0, 4529, 4530, 5, 452, 0, 0, 4530, 4531, 3, 1368, + 684, 0, 4531, 4532, 5, 94, 0, 0, 4532, 4533, 3, 1368, 684, 0, 4533, 4535, + 1, 0, 0, 0, 4534, 4491, 1, 0, 0, 0, 4534, 4501, 1, 0, 0, 0, 4534, 4513, + 1, 0, 0, 0, 4534, 4525, 1, 0, 0, 0, 4535, 481, 1, 0, 0, 0, 4536, 4537, + 5, 220, 0, 0, 4537, 4538, 5, 77, 0, 0, 4538, 4539, 5, 390, 0, 0, 4539, + 483, 1, 0, 0, 0, 4540, 4541, 5, 46, 0, 0, 4541, 4542, 5, 271, 0, 0, 4542, + 4543, 5, 156, 0, 0, 4543, 4545, 3, 526, 263, 0, 4544, 4546, 3, 490, 245, + 0, 4545, 4544, 1, 0, 0, 0, 4545, 4546, 1, 0, 0, 0, 4546, 4547, 1, 0, 0, + 0, 4547, 4548, 5, 62, 0, 0, 4548, 4549, 5, 353, 0, 0, 4549, 4550, 3, 1126, + 563, 0, 4550, 4551, 5, 100, 0, 0, 4551, 4553, 3, 1350, 675, 0, 4552, 4554, + 3, 492, 246, 0, 4553, 4552, 1, 0, 0, 0, 4553, 4554, 1, 0, 0, 0, 4554, 4555, + 1, 0, 0, 0, 4555, 4556, 5, 36, 0, 0, 4556, 4557, 3, 486, 243, 0, 4557, + 485, 1, 0, 0, 0, 4558, 4563, 3, 488, 244, 0, 4559, 4560, 5, 6, 0, 0, 4560, + 4562, 3, 488, 244, 0, 4561, 4559, 1, 0, 0, 0, 4562, 4565, 1, 0, 0, 0, 4563, + 4561, 1, 0, 0, 0, 4563, 4564, 1, 0, 0, 0, 4564, 487, 1, 0, 0, 0, 4565, + 4563, 1, 0, 0, 0, 4566, 4567, 5, 271, 0, 0, 4567, 4568, 3, 1366, 683, 0, + 4568, 4570, 3, 690, 345, 0, 4569, 4571, 3, 494, 247, 0, 4570, 4569, 1, + 0, 0, 0, 4570, 4571, 1, 0, 0, 0, 4571, 4573, 1, 0, 0, 0, 4572, 4574, 3, + 496, 248, 0, 4573, 4572, 1, 0, 0, 0, 4573, 4574, 1, 0, 0, 0, 4574, 4598, + 1, 0, 0, 0, 4575, 4576, 5, 271, 0, 0, 4576, 4577, 3, 1366, 683, 0, 4577, + 4579, 3, 694, 347, 0, 4578, 4580, 3, 494, 247, 0, 4579, 4578, 1, 0, 0, + 0, 4579, 4580, 1, 0, 0, 0, 4580, 4582, 1, 0, 0, 0, 4581, 4583, 3, 496, + 248, 0, 4582, 4581, 1, 0, 0, 0, 4582, 4583, 1, 0, 0, 0, 4583, 4598, 1, + 0, 0, 0, 4584, 4585, 5, 211, 0, 0, 4585, 4586, 3, 1366, 683, 0, 4586, 4587, + 3, 632, 316, 0, 4587, 4598, 1, 0, 0, 0, 4588, 4589, 5, 211, 0, 0, 4589, + 4590, 3, 1366, 683, 0, 4590, 4591, 5, 2, 0, 0, 4591, 4592, 3, 1294, 647, + 0, 4592, 4593, 5, 3, 0, 0, 4593, 4594, 3, 632, 316, 0, 4594, 4598, 1, 0, + 0, 0, 4595, 4596, 5, 338, 0, 0, 4596, 4598, 3, 1126, 563, 0, 4597, 4566, + 1, 0, 0, 0, 4597, 4575, 1, 0, 0, 0, 4597, 4584, 1, 0, 0, 0, 4597, 4588, + 1, 0, 0, 0, 4597, 4595, 1, 0, 0, 0, 4598, 489, 1, 0, 0, 0, 4599, 4600, + 5, 53, 0, 0, 4600, 491, 1, 0, 0, 0, 4601, 4602, 5, 206, 0, 0, 4602, 4603, + 3, 526, 263, 0, 4603, 493, 1, 0, 0, 0, 4604, 4605, 5, 62, 0, 0, 4605, 4611, + 5, 318, 0, 0, 4606, 4607, 5, 62, 0, 0, 4607, 4608, 5, 83, 0, 0, 4608, 4609, + 5, 147, 0, 0, 4609, 4611, 3, 526, 263, 0, 4610, 4604, 1, 0, 0, 0, 4610, + 4606, 1, 0, 0, 0, 4611, 495, 1, 0, 0, 0, 4612, 4613, 5, 295, 0, 0, 4613, + 497, 1, 0, 0, 0, 4614, 4615, 5, 46, 0, 0, 4615, 4616, 5, 271, 0, 0, 4616, + 4617, 5, 206, 0, 0, 4617, 4618, 3, 526, 263, 0, 4618, 4619, 5, 100, 0, + 0, 4619, 4620, 3, 1350, 675, 0, 4620, 499, 1, 0, 0, 0, 4621, 4622, 5, 138, + 0, 0, 4622, 4623, 5, 271, 0, 0, 4623, 4624, 5, 206, 0, 0, 4624, 4625, 3, + 526, 263, 0, 4625, 4626, 5, 100, 0, 0, 4626, 4627, 3, 1350, 675, 0, 4627, + 4628, 5, 133, 0, 0, 4628, 4629, 3, 486, 243, 0, 4629, 4640, 1, 0, 0, 0, + 4630, 4631, 5, 138, 0, 0, 4631, 4632, 5, 271, 0, 0, 4632, 4633, 5, 206, + 0, 0, 4633, 4634, 3, 526, 263, 0, 4634, 4635, 5, 100, 0, 0, 4635, 4636, + 3, 1350, 675, 0, 4636, 4637, 5, 191, 0, 0, 4637, 4638, 3, 502, 251, 0, + 4638, 4640, 1, 0, 0, 0, 4639, 4621, 1, 0, 0, 0, 4639, 4630, 1, 0, 0, 0, + 4640, 501, 1, 0, 0, 0, 4641, 4646, 3, 504, 252, 0, 4642, 4643, 5, 6, 0, + 0, 4643, 4645, 3, 504, 252, 0, 4644, 4642, 1, 0, 0, 0, 4645, 4648, 1, 0, + 0, 0, 4646, 4644, 1, 0, 0, 0, 4646, 4647, 1, 0, 0, 0, 4647, 503, 1, 0, + 0, 0, 4648, 4646, 1, 0, 0, 0, 4649, 4650, 5, 271, 0, 0, 4650, 4651, 3, + 1366, 683, 0, 4651, 4652, 5, 2, 0, 0, 4652, 4653, 3, 1294, 647, 0, 4653, + 4654, 5, 3, 0, 0, 4654, 4662, 1, 0, 0, 0, 4655, 4656, 5, 211, 0, 0, 4656, + 4657, 3, 1366, 683, 0, 4657, 4658, 5, 2, 0, 0, 4658, 4659, 3, 1294, 647, + 0, 4659, 4660, 5, 3, 0, 0, 4660, 4662, 1, 0, 0, 0, 4661, 4649, 1, 0, 0, + 0, 4661, 4655, 1, 0, 0, 0, 4662, 505, 1, 0, 0, 0, 4663, 4664, 5, 191, 0, + 0, 4664, 4665, 5, 271, 0, 0, 4665, 4666, 5, 156, 0, 0, 4666, 4667, 3, 526, + 263, 0, 4667, 4668, 5, 100, 0, 0, 4668, 4670, 3, 1350, 675, 0, 4669, 4671, + 3, 108, 54, 0, 4670, 4669, 1, 0, 0, 0, 4670, 4671, 1, 0, 0, 0, 4671, 4684, + 1, 0, 0, 0, 4672, 4673, 5, 191, 0, 0, 4673, 4674, 5, 271, 0, 0, 4674, 4675, + 5, 156, 0, 0, 4675, 4676, 5, 220, 0, 0, 4676, 4677, 5, 390, 0, 0, 4677, + 4678, 3, 526, 263, 0, 4678, 4679, 5, 100, 0, 0, 4679, 4681, 3, 1350, 675, + 0, 4680, 4682, 3, 108, 54, 0, 4681, 4680, 1, 0, 0, 0, 4681, 4682, 1, 0, + 0, 0, 4682, 4684, 1, 0, 0, 0, 4683, 4663, 1, 0, 0, 0, 4683, 4672, 1, 0, + 0, 0, 4684, 507, 1, 0, 0, 0, 4685, 4686, 5, 191, 0, 0, 4686, 4687, 5, 271, + 0, 0, 4687, 4688, 5, 206, 0, 0, 4688, 4689, 3, 526, 263, 0, 4689, 4690, + 5, 100, 0, 0, 4690, 4692, 3, 1350, 675, 0, 4691, 4693, 3, 108, 54, 0, 4692, + 4691, 1, 0, 0, 0, 4692, 4693, 1, 0, 0, 0, 4693, 4706, 1, 0, 0, 0, 4694, + 4695, 5, 191, 0, 0, 4695, 4696, 5, 271, 0, 0, 4696, 4697, 5, 206, 0, 0, + 4697, 4698, 5, 220, 0, 0, 4698, 4699, 5, 390, 0, 0, 4699, 4700, 3, 526, + 263, 0, 4700, 4701, 5, 100, 0, 0, 4701, 4703, 3, 1350, 675, 0, 4702, 4704, + 3, 108, 54, 0, 4703, 4702, 1, 0, 0, 0, 4703, 4704, 1, 0, 0, 0, 4704, 4706, + 1, 0, 0, 0, 4705, 4685, 1, 0, 0, 0, 4705, 4694, 1, 0, 0, 0, 4706, 509, + 1, 0, 0, 0, 4707, 4708, 5, 191, 0, 0, 4708, 4709, 5, 274, 0, 0, 4709, 4710, + 5, 147, 0, 0, 4710, 4712, 3, 1380, 690, 0, 4711, 4713, 3, 108, 54, 0, 4712, + 4711, 1, 0, 0, 0, 4712, 4713, 1, 0, 0, 0, 4713, 511, 1, 0, 0, 0, 4714, + 4715, 5, 294, 0, 0, 4715, 4716, 5, 274, 0, 0, 4716, 4717, 5, 147, 0, 0, + 4717, 4718, 3, 1380, 690, 0, 4718, 4719, 5, 94, 0, 0, 4719, 4720, 3, 1378, + 689, 0, 4720, 513, 1, 0, 0, 0, 4721, 4722, 5, 191, 0, 0, 4722, 4723, 3, + 516, 258, 0, 4723, 4724, 5, 220, 0, 0, 4724, 4725, 5, 390, 0, 0, 4725, + 4727, 3, 524, 262, 0, 4726, 4728, 3, 108, 54, 0, 4727, 4726, 1, 0, 0, 0, + 4727, 4728, 1, 0, 0, 0, 4728, 4812, 1, 0, 0, 0, 4729, 4730, 5, 191, 0, + 0, 4730, 4731, 3, 516, 258, 0, 4731, 4733, 3, 524, 262, 0, 4732, 4734, + 3, 108, 54, 0, 4733, 4732, 1, 0, 0, 0, 4733, 4734, 1, 0, 0, 0, 4734, 4812, + 1, 0, 0, 0, 4735, 4736, 5, 191, 0, 0, 4736, 4737, 3, 520, 260, 0, 4737, + 4738, 5, 220, 0, 0, 4738, 4739, 5, 390, 0, 0, 4739, 4741, 3, 1348, 674, + 0, 4740, 4742, 3, 108, 54, 0, 4741, 4740, 1, 0, 0, 0, 4741, 4742, 1, 0, + 0, 0, 4742, 4812, 1, 0, 0, 0, 4743, 4744, 5, 191, 0, 0, 4744, 4745, 3, + 520, 260, 0, 4745, 4747, 3, 1348, 674, 0, 4746, 4748, 3, 108, 54, 0, 4747, + 4746, 1, 0, 0, 0, 4747, 4748, 1, 0, 0, 0, 4748, 4812, 1, 0, 0, 0, 4749, + 4750, 5, 191, 0, 0, 4750, 4751, 3, 522, 261, 0, 4751, 4752, 3, 1350, 675, + 0, 4752, 4753, 5, 80, 0, 0, 4753, 4755, 3, 526, 263, 0, 4754, 4756, 3, + 108, 54, 0, 4755, 4754, 1, 0, 0, 0, 4755, 4756, 1, 0, 0, 0, 4756, 4812, + 1, 0, 0, 0, 4757, 4758, 5, 191, 0, 0, 4758, 4759, 3, 522, 261, 0, 4759, + 4760, 5, 220, 0, 0, 4760, 4761, 5, 390, 0, 0, 4761, 4762, 3, 1350, 675, + 0, 4762, 4763, 5, 80, 0, 0, 4763, 4765, 3, 526, 263, 0, 4764, 4766, 3, + 108, 54, 0, 4765, 4764, 1, 0, 0, 0, 4765, 4766, 1, 0, 0, 0, 4766, 4812, + 1, 0, 0, 0, 4767, 4768, 5, 191, 0, 0, 4768, 4769, 5, 353, 0, 0, 4769, 4771, + 3, 530, 265, 0, 4770, 4772, 3, 108, 54, 0, 4771, 4770, 1, 0, 0, 0, 4771, + 4772, 1, 0, 0, 0, 4772, 4812, 1, 0, 0, 0, 4773, 4774, 5, 191, 0, 0, 4774, + 4775, 5, 353, 0, 0, 4775, 4776, 5, 220, 0, 0, 4776, 4777, 5, 390, 0, 0, + 4777, 4779, 3, 530, 265, 0, 4778, 4780, 3, 108, 54, 0, 4779, 4778, 1, 0, + 0, 0, 4779, 4780, 1, 0, 0, 0, 4780, 4812, 1, 0, 0, 0, 4781, 4782, 5, 191, + 0, 0, 4782, 4783, 5, 189, 0, 0, 4783, 4785, 3, 530, 265, 0, 4784, 4786, + 3, 108, 54, 0, 4785, 4784, 1, 0, 0, 0, 4785, 4786, 1, 0, 0, 0, 4786, 4812, + 1, 0, 0, 0, 4787, 4788, 5, 191, 0, 0, 4788, 4789, 5, 189, 0, 0, 4789, 4790, + 5, 220, 0, 0, 4790, 4791, 5, 390, 0, 0, 4791, 4793, 3, 530, 265, 0, 4792, + 4794, 3, 108, 54, 0, 4793, 4792, 1, 0, 0, 0, 4793, 4794, 1, 0, 0, 0, 4794, + 4812, 1, 0, 0, 0, 4795, 4796, 5, 191, 0, 0, 4796, 4797, 5, 226, 0, 0, 4797, + 4798, 5, 109, 0, 0, 4798, 4800, 3, 524, 262, 0, 4799, 4801, 3, 108, 54, + 0, 4800, 4799, 1, 0, 0, 0, 4800, 4801, 1, 0, 0, 0, 4801, 4812, 1, 0, 0, + 0, 4802, 4803, 5, 191, 0, 0, 4803, 4804, 5, 226, 0, 0, 4804, 4805, 5, 109, + 0, 0, 4805, 4806, 5, 220, 0, 0, 4806, 4807, 5, 390, 0, 0, 4807, 4809, 3, + 524, 262, 0, 4808, 4810, 3, 108, 54, 0, 4809, 4808, 1, 0, 0, 0, 4809, 4810, + 1, 0, 0, 0, 4810, 4812, 1, 0, 0, 0, 4811, 4721, 1, 0, 0, 0, 4811, 4729, + 1, 0, 0, 0, 4811, 4735, 1, 0, 0, 0, 4811, 4743, 1, 0, 0, 0, 4811, 4749, + 1, 0, 0, 0, 4811, 4757, 1, 0, 0, 0, 4811, 4767, 1, 0, 0, 0, 4811, 4773, + 1, 0, 0, 0, 4811, 4781, 1, 0, 0, 0, 4811, 4787, 1, 0, 0, 0, 4811, 4795, + 1, 0, 0, 0, 4811, 4802, 1, 0, 0, 0, 4812, 515, 1, 0, 0, 0, 4813, 4837, + 5, 92, 0, 0, 4814, 4837, 5, 321, 0, 0, 4815, 4837, 5, 369, 0, 0, 4816, + 4817, 5, 251, 0, 0, 4817, 4837, 5, 369, 0, 0, 4818, 4837, 5, 226, 0, 0, + 4819, 4820, 5, 63, 0, 0, 4820, 4837, 5, 92, 0, 0, 4821, 4837, 5, 108, 0, + 0, 4822, 4837, 5, 168, 0, 0, 4823, 4837, 5, 335, 0, 0, 4824, 4825, 5, 348, + 0, 0, 4825, 4826, 5, 318, 0, 0, 4826, 4837, 5, 276, 0, 0, 4827, 4828, 5, + 348, 0, 0, 4828, 4829, 5, 318, 0, 0, 4829, 4837, 5, 185, 0, 0, 4830, 4831, + 5, 348, 0, 0, 4831, 4832, 5, 318, 0, 0, 4832, 4837, 5, 346, 0, 0, 4833, + 4834, 5, 348, 0, 0, 4834, 4835, 5, 318, 0, 0, 4835, 4837, 5, 163, 0, 0, + 4836, 4813, 1, 0, 0, 0, 4836, 4814, 1, 0, 0, 0, 4836, 4815, 1, 0, 0, 0, + 4836, 4816, 1, 0, 0, 0, 4836, 4818, 1, 0, 0, 0, 4836, 4819, 1, 0, 0, 0, + 4836, 4821, 1, 0, 0, 0, 4836, 4822, 1, 0, 0, 0, 4836, 4823, 1, 0, 0, 0, + 4836, 4824, 1, 0, 0, 0, 4836, 4827, 1, 0, 0, 0, 4836, 4830, 1, 0, 0, 0, + 4836, 4833, 1, 0, 0, 0, 4837, 517, 1, 0, 0, 0, 4838, 4844, 3, 520, 260, + 0, 4839, 4844, 5, 175, 0, 0, 4840, 4844, 5, 311, 0, 0, 4841, 4844, 5, 453, + 0, 0, 4842, 4844, 5, 344, 0, 0, 4843, 4838, 1, 0, 0, 0, 4843, 4839, 1, + 0, 0, 0, 4843, 4840, 1, 0, 0, 0, 4843, 4841, 1, 0, 0, 0, 4843, 4842, 1, + 0, 0, 0, 4844, 519, 1, 0, 0, 0, 4845, 4846, 5, 131, 0, 0, 4846, 4861, 5, + 448, 0, 0, 4847, 4848, 5, 198, 0, 0, 4848, 4861, 5, 350, 0, 0, 4849, 4861, + 5, 204, 0, 0, 4850, 4851, 5, 63, 0, 0, 4851, 4852, 5, 174, 0, 0, 4852, + 4861, 5, 374, 0, 0, 4853, 4855, 3, 310, 155, 0, 4854, 4853, 1, 0, 0, 0, + 4854, 4855, 1, 0, 0, 0, 4855, 4856, 1, 0, 0, 0, 4856, 4861, 5, 238, 0, + 0, 4857, 4861, 5, 454, 0, 0, 4858, 4861, 5, 316, 0, 0, 4859, 4861, 5, 324, + 0, 0, 4860, 4845, 1, 0, 0, 0, 4860, 4847, 1, 0, 0, 0, 4860, 4849, 1, 0, + 0, 0, 4860, 4850, 1, 0, 0, 0, 4860, 4854, 1, 0, 0, 0, 4860, 4857, 1, 0, + 0, 0, 4860, 4858, 1, 0, 0, 0, 4860, 4859, 1, 0, 0, 0, 4861, 521, 1, 0, + 0, 0, 4862, 4863, 7, 24, 0, 0, 4863, 523, 1, 0, 0, 0, 4864, 4869, 3, 526, + 263, 0, 4865, 4866, 5, 6, 0, 0, 4866, 4868, 3, 526, 263, 0, 4867, 4865, + 1, 0, 0, 0, 4868, 4871, 1, 0, 0, 0, 4869, 4867, 1, 0, 0, 0, 4869, 4870, + 1, 0, 0, 0, 4870, 525, 1, 0, 0, 0, 4871, 4869, 1, 0, 0, 0, 4872, 4874, + 3, 1382, 691, 0, 4873, 4875, 3, 528, 264, 0, 4874, 4873, 1, 0, 0, 0, 4874, + 4875, 1, 0, 0, 0, 4875, 527, 1, 0, 0, 0, 4876, 4877, 5, 11, 0, 0, 4877, + 4879, 3, 1352, 676, 0, 4878, 4876, 1, 0, 0, 0, 4879, 4880, 1, 0, 0, 0, + 4880, 4878, 1, 0, 0, 0, 4880, 4881, 1, 0, 0, 0, 4881, 529, 1, 0, 0, 0, + 4882, 4887, 3, 1126, 563, 0, 4883, 4884, 5, 6, 0, 0, 4884, 4886, 3, 1126, + 563, 0, 4885, 4883, 1, 0, 0, 0, 4886, 4889, 1, 0, 0, 0, 4887, 4885, 1, + 0, 0, 0, 4887, 4888, 1, 0, 0, 0, 4888, 531, 1, 0, 0, 0, 4889, 4887, 1, + 0, 0, 0, 4890, 4892, 5, 351, 0, 0, 4891, 4893, 3, 996, 498, 0, 4892, 4891, + 1, 0, 0, 0, 4892, 4893, 1, 0, 0, 0, 4893, 4894, 1, 0, 0, 0, 4894, 4896, + 3, 1084, 542, 0, 4895, 4897, 3, 534, 267, 0, 4896, 4895, 1, 0, 0, 0, 4896, + 4897, 1, 0, 0, 0, 4897, 4899, 1, 0, 0, 0, 4898, 4900, 3, 108, 54, 0, 4899, + 4898, 1, 0, 0, 0, 4899, 4900, 1, 0, 0, 0, 4900, 533, 1, 0, 0, 0, 4901, + 4902, 5, 167, 0, 0, 4902, 4906, 5, 219, 0, 0, 4903, 4904, 5, 307, 0, 0, + 4904, 4906, 5, 219, 0, 0, 4905, 4901, 1, 0, 0, 0, 4905, 4903, 1, 0, 0, + 0, 4906, 535, 1, 0, 0, 0, 4907, 4908, 5, 159, 0, 0, 4908, 4909, 5, 80, + 0, 0, 4909, 4910, 3, 516, 258, 0, 4910, 4911, 3, 526, 263, 0, 4911, 4912, + 5, 116, 0, 0, 4912, 4913, 3, 538, 269, 0, 4913, 5055, 1, 0, 0, 0, 4914, + 4915, 5, 159, 0, 0, 4915, 4916, 5, 80, 0, 0, 4916, 4917, 5, 44, 0, 0, 4917, + 4918, 3, 526, 263, 0, 4918, 4919, 5, 116, 0, 0, 4919, 4920, 3, 538, 269, + 0, 4920, 5055, 1, 0, 0, 0, 4921, 4922, 5, 159, 0, 0, 4922, 4923, 5, 80, + 0, 0, 4923, 4924, 3, 518, 259, 0, 4924, 4925, 3, 1350, 675, 0, 4925, 4926, + 5, 116, 0, 0, 4926, 4927, 3, 538, 269, 0, 4927, 5055, 1, 0, 0, 0, 4928, + 4929, 5, 159, 0, 0, 4929, 4930, 5, 80, 0, 0, 4930, 4931, 5, 353, 0, 0, + 4931, 4932, 3, 1126, 563, 0, 4932, 4933, 5, 116, 0, 0, 4933, 4934, 3, 538, + 269, 0, 4934, 5055, 1, 0, 0, 0, 4935, 4936, 5, 159, 0, 0, 4936, 4937, 5, + 80, 0, 0, 4937, 4938, 5, 189, 0, 0, 4938, 4939, 3, 1126, 563, 0, 4939, + 4940, 5, 116, 0, 0, 4940, 4941, 3, 538, 269, 0, 4941, 5055, 1, 0, 0, 0, + 4942, 4943, 5, 159, 0, 0, 4943, 4944, 5, 80, 0, 0, 4944, 4945, 5, 136, + 0, 0, 4945, 4946, 3, 656, 328, 0, 4946, 4947, 5, 116, 0, 0, 4947, 4948, + 3, 538, 269, 0, 4948, 5055, 1, 0, 0, 0, 4949, 4950, 5, 159, 0, 0, 4950, + 4951, 5, 80, 0, 0, 4951, 4952, 5, 211, 0, 0, 4952, 4953, 3, 632, 316, 0, + 4953, 4954, 5, 116, 0, 0, 4954, 4955, 3, 538, 269, 0, 4955, 5055, 1, 0, + 0, 0, 4956, 4957, 5, 159, 0, 0, 4957, 4958, 5, 80, 0, 0, 4958, 4959, 5, + 271, 0, 0, 4959, 4960, 3, 694, 347, 0, 4960, 4961, 5, 116, 0, 0, 4961, + 4962, 3, 538, 269, 0, 4962, 5055, 1, 0, 0, 0, 4963, 4964, 5, 159, 0, 0, + 4964, 4965, 5, 80, 0, 0, 4965, 4966, 5, 45, 0, 0, 4966, 4967, 3, 1350, + 675, 0, 4967, 4968, 5, 80, 0, 0, 4968, 4969, 3, 526, 263, 0, 4969, 4970, + 5, 116, 0, 0, 4970, 4971, 3, 538, 269, 0, 4971, 5055, 1, 0, 0, 0, 4972, + 4973, 5, 159, 0, 0, 4973, 4974, 5, 80, 0, 0, 4974, 4975, 5, 45, 0, 0, 4975, + 4976, 3, 1350, 675, 0, 4976, 4977, 5, 80, 0, 0, 4977, 4978, 5, 189, 0, + 0, 4978, 4979, 3, 526, 263, 0, 4979, 4980, 5, 116, 0, 0, 4980, 4981, 3, + 538, 269, 0, 4981, 5055, 1, 0, 0, 0, 4982, 4983, 5, 159, 0, 0, 4983, 4984, + 5, 80, 0, 0, 4984, 4985, 3, 522, 261, 0, 4985, 4986, 3, 1350, 675, 0, 4986, + 4987, 5, 80, 0, 0, 4987, 4988, 3, 526, 263, 0, 4988, 4989, 5, 116, 0, 0, + 4989, 4990, 3, 538, 269, 0, 4990, 5055, 1, 0, 0, 0, 4991, 4992, 5, 159, + 0, 0, 4992, 4993, 5, 80, 0, 0, 4993, 4994, 5, 289, 0, 0, 4994, 4995, 3, + 632, 316, 0, 4995, 4996, 5, 116, 0, 0, 4996, 4997, 3, 538, 269, 0, 4997, + 5055, 1, 0, 0, 0, 4998, 4999, 5, 159, 0, 0, 4999, 5000, 5, 80, 0, 0, 5000, + 5001, 5, 444, 0, 0, 5001, 5002, 3, 632, 316, 0, 5002, 5003, 5, 116, 0, + 0, 5003, 5004, 3, 538, 269, 0, 5004, 5055, 1, 0, 0, 0, 5005, 5006, 5, 159, + 0, 0, 5006, 5007, 5, 80, 0, 0, 5007, 5008, 5, 445, 0, 0, 5008, 5009, 5, + 62, 0, 0, 5009, 5010, 3, 1126, 563, 0, 5010, 5011, 5, 238, 0, 0, 5011, + 5012, 3, 1350, 675, 0, 5012, 5013, 5, 116, 0, 0, 5013, 5014, 3, 538, 269, + 0, 5014, 5055, 1, 0, 0, 0, 5015, 5016, 5, 159, 0, 0, 5016, 5017, 5, 80, + 0, 0, 5017, 5018, 5, 271, 0, 0, 5018, 5019, 5, 156, 0, 0, 5019, 5020, 3, + 526, 263, 0, 5020, 5021, 5, 100, 0, 0, 5021, 5022, 3, 1350, 675, 0, 5022, + 5023, 5, 116, 0, 0, 5023, 5024, 3, 538, 269, 0, 5024, 5055, 1, 0, 0, 0, + 5025, 5026, 5, 159, 0, 0, 5026, 5027, 5, 80, 0, 0, 5027, 5028, 5, 271, + 0, 0, 5028, 5029, 5, 206, 0, 0, 5029, 5030, 3, 526, 263, 0, 5030, 5031, + 5, 100, 0, 0, 5031, 5032, 3, 1350, 675, 0, 5032, 5033, 5, 116, 0, 0, 5033, + 5034, 3, 538, 269, 0, 5034, 5055, 1, 0, 0, 0, 5035, 5036, 5, 159, 0, 0, + 5036, 5037, 5, 80, 0, 0, 5037, 5038, 5, 239, 0, 0, 5038, 5039, 5, 267, + 0, 0, 5039, 5040, 3, 294, 147, 0, 5040, 5041, 5, 116, 0, 0, 5041, 5042, + 3, 538, 269, 0, 5042, 5055, 1, 0, 0, 0, 5043, 5044, 5, 159, 0, 0, 5044, + 5045, 5, 80, 0, 0, 5045, 5046, 5, 41, 0, 0, 5046, 5047, 5, 2, 0, 0, 5047, + 5048, 3, 1126, 563, 0, 5048, 5049, 5, 36, 0, 0, 5049, 5050, 3, 1126, 563, + 0, 5050, 5051, 5, 3, 0, 0, 5051, 5052, 5, 116, 0, 0, 5052, 5053, 3, 538, + 269, 0, 5053, 5055, 1, 0, 0, 0, 5054, 4907, 1, 0, 0, 0, 5054, 4914, 1, + 0, 0, 0, 5054, 4921, 1, 0, 0, 0, 5054, 4928, 1, 0, 0, 0, 5054, 4935, 1, + 0, 0, 0, 5054, 4942, 1, 0, 0, 0, 5054, 4949, 1, 0, 0, 0, 5054, 4956, 1, + 0, 0, 0, 5054, 4963, 1, 0, 0, 0, 5054, 4972, 1, 0, 0, 0, 5054, 4982, 1, + 0, 0, 0, 5054, 4991, 1, 0, 0, 0, 5054, 4998, 1, 0, 0, 0, 5054, 5005, 1, + 0, 0, 0, 5054, 5015, 1, 0, 0, 0, 5054, 5025, 1, 0, 0, 0, 5054, 5035, 1, + 0, 0, 0, 5054, 5043, 1, 0, 0, 0, 5055, 537, 1, 0, 0, 0, 5056, 5059, 3, + 1368, 684, 0, 5057, 5059, 5, 78, 0, 0, 5058, 5056, 1, 0, 0, 0, 5058, 5057, + 1, 0, 0, 0, 5059, 539, 1, 0, 0, 0, 5060, 5061, 5, 320, 0, 0, 5061, 5063, + 5, 237, 0, 0, 5062, 5064, 3, 542, 271, 0, 5063, 5062, 1, 0, 0, 0, 5063, + 5064, 1, 0, 0, 0, 5064, 5065, 1, 0, 0, 0, 5065, 5066, 5, 80, 0, 0, 5066, + 5067, 3, 516, 258, 0, 5067, 5068, 3, 526, 263, 0, 5068, 5069, 5, 116, 0, + 0, 5069, 5070, 3, 544, 272, 0, 5070, 5172, 1, 0, 0, 0, 5071, 5072, 5, 320, + 0, 0, 5072, 5074, 5, 237, 0, 0, 5073, 5075, 3, 542, 271, 0, 5074, 5073, + 1, 0, 0, 0, 5074, 5075, 1, 0, 0, 0, 5075, 5076, 1, 0, 0, 0, 5076, 5077, + 5, 80, 0, 0, 5077, 5078, 5, 44, 0, 0, 5078, 5079, 3, 526, 263, 0, 5079, + 5080, 5, 116, 0, 0, 5080, 5081, 3, 544, 272, 0, 5081, 5172, 1, 0, 0, 0, + 5082, 5083, 5, 320, 0, 0, 5083, 5085, 5, 237, 0, 0, 5084, 5086, 3, 542, + 271, 0, 5085, 5084, 1, 0, 0, 0, 5085, 5086, 1, 0, 0, 0, 5086, 5087, 1, + 0, 0, 0, 5087, 5088, 5, 80, 0, 0, 5088, 5089, 3, 518, 259, 0, 5089, 5090, + 3, 1350, 675, 0, 5090, 5091, 5, 116, 0, 0, 5091, 5092, 3, 544, 272, 0, + 5092, 5172, 1, 0, 0, 0, 5093, 5094, 5, 320, 0, 0, 5094, 5096, 5, 237, 0, + 0, 5095, 5097, 3, 542, 271, 0, 5096, 5095, 1, 0, 0, 0, 5096, 5097, 1, 0, + 0, 0, 5097, 5098, 1, 0, 0, 0, 5098, 5099, 5, 80, 0, 0, 5099, 5100, 5, 353, + 0, 0, 5100, 5101, 3, 1126, 563, 0, 5101, 5102, 5, 116, 0, 0, 5102, 5103, + 3, 544, 272, 0, 5103, 5172, 1, 0, 0, 0, 5104, 5105, 5, 320, 0, 0, 5105, + 5107, 5, 237, 0, 0, 5106, 5108, 3, 542, 271, 0, 5107, 5106, 1, 0, 0, 0, + 5107, 5108, 1, 0, 0, 0, 5108, 5109, 1, 0, 0, 0, 5109, 5110, 5, 80, 0, 0, + 5110, 5111, 5, 189, 0, 0, 5111, 5112, 3, 1126, 563, 0, 5112, 5113, 5, 116, + 0, 0, 5113, 5114, 3, 544, 272, 0, 5114, 5172, 1, 0, 0, 0, 5115, 5116, 5, + 320, 0, 0, 5116, 5118, 5, 237, 0, 0, 5117, 5119, 3, 542, 271, 0, 5118, + 5117, 1, 0, 0, 0, 5118, 5119, 1, 0, 0, 0, 5119, 5120, 1, 0, 0, 0, 5120, + 5121, 5, 80, 0, 0, 5121, 5122, 5, 136, 0, 0, 5122, 5123, 3, 656, 328, 0, + 5123, 5124, 5, 116, 0, 0, 5124, 5125, 3, 544, 272, 0, 5125, 5172, 1, 0, + 0, 0, 5126, 5127, 5, 320, 0, 0, 5127, 5129, 5, 237, 0, 0, 5128, 5130, 3, + 542, 271, 0, 5129, 5128, 1, 0, 0, 0, 5129, 5130, 1, 0, 0, 0, 5130, 5131, + 1, 0, 0, 0, 5131, 5132, 5, 80, 0, 0, 5132, 5133, 5, 211, 0, 0, 5133, 5134, + 3, 632, 316, 0, 5134, 5135, 5, 116, 0, 0, 5135, 5136, 3, 544, 272, 0, 5136, + 5172, 1, 0, 0, 0, 5137, 5138, 5, 320, 0, 0, 5138, 5140, 5, 237, 0, 0, 5139, + 5141, 3, 542, 271, 0, 5140, 5139, 1, 0, 0, 0, 5140, 5141, 1, 0, 0, 0, 5141, + 5142, 1, 0, 0, 0, 5142, 5143, 5, 80, 0, 0, 5143, 5144, 5, 239, 0, 0, 5144, + 5145, 5, 267, 0, 0, 5145, 5146, 3, 294, 147, 0, 5146, 5147, 5, 116, 0, + 0, 5147, 5148, 3, 544, 272, 0, 5148, 5172, 1, 0, 0, 0, 5149, 5150, 5, 320, + 0, 0, 5150, 5152, 5, 237, 0, 0, 5151, 5153, 3, 542, 271, 0, 5152, 5151, + 1, 0, 0, 0, 5152, 5153, 1, 0, 0, 0, 5153, 5154, 1, 0, 0, 0, 5154, 5155, + 5, 80, 0, 0, 5155, 5156, 5, 289, 0, 0, 5156, 5157, 3, 632, 316, 0, 5157, + 5158, 5, 116, 0, 0, 5158, 5159, 3, 544, 272, 0, 5159, 5172, 1, 0, 0, 0, + 5160, 5161, 5, 320, 0, 0, 5161, 5163, 5, 237, 0, 0, 5162, 5164, 3, 542, + 271, 0, 5163, 5162, 1, 0, 0, 0, 5163, 5164, 1, 0, 0, 0, 5164, 5165, 1, + 0, 0, 0, 5165, 5166, 5, 80, 0, 0, 5166, 5167, 5, 444, 0, 0, 5167, 5168, + 3, 632, 316, 0, 5168, 5169, 5, 116, 0, 0, 5169, 5170, 3, 544, 272, 0, 5170, + 5172, 1, 0, 0, 0, 5171, 5060, 1, 0, 0, 0, 5171, 5071, 1, 0, 0, 0, 5171, + 5082, 1, 0, 0, 0, 5171, 5093, 1, 0, 0, 0, 5171, 5104, 1, 0, 0, 0, 5171, + 5115, 1, 0, 0, 0, 5171, 5126, 1, 0, 0, 0, 5171, 5137, 1, 0, 0, 0, 5171, + 5149, 1, 0, 0, 0, 5171, 5160, 1, 0, 0, 0, 5172, 541, 1, 0, 0, 0, 5173, + 5174, 5, 62, 0, 0, 5174, 5175, 3, 72, 36, 0, 5175, 543, 1, 0, 0, 0, 5176, + 5179, 3, 1368, 684, 0, 5177, 5179, 5, 78, 0, 0, 5178, 5176, 1, 0, 0, 0, + 5178, 5177, 1, 0, 0, 0, 5179, 545, 1, 0, 0, 0, 5180, 5181, 5, 61, 0, 0, + 5181, 5185, 3, 548, 274, 0, 5182, 5183, 5, 258, 0, 0, 5183, 5185, 3, 548, + 274, 0, 5184, 5180, 1, 0, 0, 0, 5184, 5182, 1, 0, 0, 0, 5185, 547, 1, 0, + 0, 0, 5186, 5272, 3, 962, 481, 0, 5187, 5188, 3, 550, 275, 0, 5188, 5189, + 3, 962, 481, 0, 5189, 5272, 1, 0, 0, 0, 5190, 5192, 5, 261, 0, 0, 5191, + 5193, 3, 552, 276, 0, 5192, 5191, 1, 0, 0, 0, 5192, 5193, 1, 0, 0, 0, 5193, + 5194, 1, 0, 0, 0, 5194, 5272, 3, 962, 481, 0, 5195, 5197, 5, 286, 0, 0, + 5196, 5198, 3, 552, 276, 0, 5197, 5196, 1, 0, 0, 0, 5197, 5198, 1, 0, 0, + 0, 5198, 5199, 1, 0, 0, 0, 5199, 5272, 3, 962, 481, 0, 5200, 5202, 5, 207, + 0, 0, 5201, 5203, 3, 552, 276, 0, 5202, 5201, 1, 0, 0, 0, 5202, 5203, 1, + 0, 0, 0, 5203, 5204, 1, 0, 0, 0, 5204, 5272, 3, 962, 481, 0, 5205, 5207, + 5, 240, 0, 0, 5206, 5208, 3, 552, 276, 0, 5207, 5206, 1, 0, 0, 0, 5207, + 5208, 1, 0, 0, 0, 5208, 5209, 1, 0, 0, 0, 5209, 5272, 3, 962, 481, 0, 5210, + 5211, 5, 130, 0, 0, 5211, 5213, 3, 1374, 687, 0, 5212, 5214, 3, 552, 276, + 0, 5213, 5212, 1, 0, 0, 0, 5213, 5214, 1, 0, 0, 0, 5214, 5215, 1, 0, 0, + 0, 5215, 5216, 3, 962, 481, 0, 5216, 5272, 1, 0, 0, 0, 5217, 5218, 5, 300, + 0, 0, 5218, 5220, 3, 1374, 687, 0, 5219, 5221, 3, 552, 276, 0, 5220, 5219, + 1, 0, 0, 0, 5220, 5221, 1, 0, 0, 0, 5221, 5222, 1, 0, 0, 0, 5222, 5223, + 3, 962, 481, 0, 5223, 5272, 1, 0, 0, 0, 5224, 5226, 3, 1374, 687, 0, 5225, + 5227, 3, 552, 276, 0, 5226, 5225, 1, 0, 0, 0, 5226, 5227, 1, 0, 0, 0, 5227, + 5228, 1, 0, 0, 0, 5228, 5229, 3, 962, 481, 0, 5229, 5272, 1, 0, 0, 0, 5230, + 5232, 5, 30, 0, 0, 5231, 5233, 3, 552, 276, 0, 5232, 5231, 1, 0, 0, 0, + 5232, 5233, 1, 0, 0, 0, 5233, 5234, 1, 0, 0, 0, 5234, 5272, 3, 962, 481, + 0, 5235, 5237, 5, 210, 0, 0, 5236, 5238, 3, 552, 276, 0, 5237, 5236, 1, + 0, 0, 0, 5237, 5238, 1, 0, 0, 0, 5238, 5239, 1, 0, 0, 0, 5239, 5272, 3, + 962, 481, 0, 5240, 5241, 5, 210, 0, 0, 5241, 5243, 3, 1374, 687, 0, 5242, + 5244, 3, 552, 276, 0, 5243, 5242, 1, 0, 0, 0, 5243, 5244, 1, 0, 0, 0, 5244, + 5245, 1, 0, 0, 0, 5245, 5246, 3, 962, 481, 0, 5246, 5272, 1, 0, 0, 0, 5247, + 5248, 5, 210, 0, 0, 5248, 5250, 5, 30, 0, 0, 5249, 5251, 3, 552, 276, 0, + 5250, 5249, 1, 0, 0, 0, 5250, 5251, 1, 0, 0, 0, 5251, 5252, 1, 0, 0, 0, + 5252, 5272, 3, 962, 481, 0, 5253, 5255, 5, 144, 0, 0, 5254, 5256, 3, 552, + 276, 0, 5255, 5254, 1, 0, 0, 0, 5255, 5256, 1, 0, 0, 0, 5256, 5257, 1, + 0, 0, 0, 5257, 5272, 3, 962, 481, 0, 5258, 5259, 5, 144, 0, 0, 5259, 5261, + 3, 1374, 687, 0, 5260, 5262, 3, 552, 276, 0, 5261, 5260, 1, 0, 0, 0, 5261, + 5262, 1, 0, 0, 0, 5262, 5263, 1, 0, 0, 0, 5263, 5264, 3, 962, 481, 0, 5264, + 5272, 1, 0, 0, 0, 5265, 5266, 5, 144, 0, 0, 5266, 5268, 5, 30, 0, 0, 5267, + 5269, 3, 552, 276, 0, 5268, 5267, 1, 0, 0, 0, 5268, 5269, 1, 0, 0, 0, 5269, + 5270, 1, 0, 0, 0, 5270, 5272, 3, 962, 481, 0, 5271, 5186, 1, 0, 0, 0, 5271, + 5187, 1, 0, 0, 0, 5271, 5190, 1, 0, 0, 0, 5271, 5195, 1, 0, 0, 0, 5271, + 5200, 1, 0, 0, 0, 5271, 5205, 1, 0, 0, 0, 5271, 5210, 1, 0, 0, 0, 5271, + 5217, 1, 0, 0, 0, 5271, 5224, 1, 0, 0, 0, 5271, 5230, 1, 0, 0, 0, 5271, + 5235, 1, 0, 0, 0, 5271, 5240, 1, 0, 0, 0, 5271, 5247, 1, 0, 0, 0, 5271, + 5253, 1, 0, 0, 0, 5271, 5258, 1, 0, 0, 0, 5271, 5265, 1, 0, 0, 0, 5272, + 549, 1, 0, 0, 0, 5273, 5274, 7, 25, 0, 0, 5274, 551, 1, 0, 0, 0, 5275, + 5276, 3, 550, 275, 0, 5276, 553, 1, 0, 0, 0, 5277, 5278, 5, 65, 0, 0, 5278, + 5279, 3, 558, 279, 0, 5279, 5280, 5, 80, 0, 0, 5280, 5281, 3, 564, 282, + 0, 5281, 5282, 5, 94, 0, 0, 5282, 5284, 3, 570, 285, 0, 5283, 5285, 3, + 574, 287, 0, 5284, 5283, 1, 0, 0, 0, 5284, 5285, 1, 0, 0, 0, 5285, 555, + 1, 0, 0, 0, 5286, 5287, 5, 310, 0, 0, 5287, 5288, 3, 558, 279, 0, 5288, + 5289, 5, 80, 0, 0, 5289, 5290, 3, 564, 282, 0, 5290, 5291, 5, 64, 0, 0, + 5291, 5293, 3, 570, 285, 0, 5292, 5294, 3, 108, 54, 0, 5293, 5292, 1, 0, + 0, 0, 5293, 5294, 1, 0, 0, 0, 5294, 5308, 1, 0, 0, 0, 5295, 5296, 5, 310, + 0, 0, 5296, 5297, 5, 65, 0, 0, 5297, 5298, 5, 272, 0, 0, 5298, 5299, 5, + 62, 0, 0, 5299, 5300, 3, 558, 279, 0, 5300, 5301, 5, 80, 0, 0, 5301, 5302, + 3, 564, 282, 0, 5302, 5303, 5, 64, 0, 0, 5303, 5305, 3, 570, 285, 0, 5304, + 5306, 3, 108, 54, 0, 5305, 5304, 1, 0, 0, 0, 5305, 5306, 1, 0, 0, 0, 5306, + 5308, 1, 0, 0, 0, 5307, 5286, 1, 0, 0, 0, 5307, 5295, 1, 0, 0, 0, 5308, + 557, 1, 0, 0, 0, 5309, 5325, 3, 560, 280, 0, 5310, 5325, 5, 30, 0, 0, 5311, + 5312, 5, 30, 0, 0, 5312, 5325, 5, 287, 0, 0, 5313, 5314, 5, 30, 0, 0, 5314, + 5315, 5, 2, 0, 0, 5315, 5316, 3, 218, 109, 0, 5316, 5317, 5, 3, 0, 0, 5317, + 5325, 1, 0, 0, 0, 5318, 5319, 5, 30, 0, 0, 5319, 5320, 5, 287, 0, 0, 5320, + 5321, 5, 2, 0, 0, 5321, 5322, 3, 218, 109, 0, 5322, 5323, 5, 3, 0, 0, 5323, + 5325, 1, 0, 0, 0, 5324, 5309, 1, 0, 0, 0, 5324, 5310, 1, 0, 0, 0, 5324, + 5311, 1, 0, 0, 0, 5324, 5313, 1, 0, 0, 0, 5324, 5318, 1, 0, 0, 0, 5325, + 559, 1, 0, 0, 0, 5326, 5331, 3, 562, 281, 0, 5327, 5328, 5, 6, 0, 0, 5328, + 5330, 3, 562, 281, 0, 5329, 5327, 1, 0, 0, 0, 5330, 5333, 1, 0, 0, 0, 5331, + 5329, 1, 0, 0, 0, 5331, 5332, 1, 0, 0, 0, 5332, 561, 1, 0, 0, 0, 5333, + 5331, 1, 0, 0, 0, 5334, 5336, 5, 88, 0, 0, 5335, 5337, 3, 216, 108, 0, + 5336, 5335, 1, 0, 0, 0, 5336, 5337, 1, 0, 0, 0, 5337, 5353, 1, 0, 0, 0, + 5338, 5340, 5, 86, 0, 0, 5339, 5341, 3, 216, 108, 0, 5340, 5339, 1, 0, + 0, 0, 5340, 5341, 1, 0, 0, 0, 5341, 5353, 1, 0, 0, 0, 5342, 5344, 5, 46, + 0, 0, 5343, 5345, 3, 216, 108, 0, 5344, 5343, 1, 0, 0, 0, 5344, 5345, 1, + 0, 0, 0, 5345, 5353, 1, 0, 0, 0, 5346, 5347, 5, 138, 0, 0, 5347, 5353, + 5, 342, 0, 0, 5348, 5350, 3, 1382, 691, 0, 5349, 5351, 3, 216, 108, 0, + 5350, 5349, 1, 0, 0, 0, 5350, 5351, 1, 0, 0, 0, 5351, 5353, 1, 0, 0, 0, + 5352, 5334, 1, 0, 0, 0, 5352, 5338, 1, 0, 0, 0, 5352, 5342, 1, 0, 0, 0, + 5352, 5346, 1, 0, 0, 0, 5352, 5348, 1, 0, 0, 0, 5353, 563, 1, 0, 0, 0, + 5354, 5415, 3, 1344, 672, 0, 5355, 5356, 5, 92, 0, 0, 5356, 5415, 3, 1344, + 672, 0, 5357, 5358, 5, 321, 0, 0, 5358, 5415, 3, 1344, 672, 0, 5359, 5360, + 5, 63, 0, 0, 5360, 5361, 5, 174, 0, 0, 5361, 5362, 5, 374, 0, 0, 5362, + 5415, 3, 1348, 674, 0, 5363, 5364, 5, 63, 0, 0, 5364, 5365, 5, 324, 0, + 0, 5365, 5415, 3, 1348, 674, 0, 5366, 5367, 5, 211, 0, 0, 5367, 5415, 3, + 630, 315, 0, 5368, 5369, 5, 289, 0, 0, 5369, 5415, 3, 630, 315, 0, 5370, + 5371, 5, 444, 0, 0, 5371, 5415, 3, 630, 315, 0, 5372, 5373, 5, 175, 0, + 0, 5373, 5415, 3, 1348, 674, 0, 5374, 5375, 5, 189, 0, 0, 5375, 5415, 3, + 524, 262, 0, 5376, 5377, 5, 238, 0, 0, 5377, 5415, 3, 1348, 674, 0, 5378, + 5379, 5, 239, 0, 0, 5379, 5380, 5, 267, 0, 0, 5380, 5415, 3, 296, 148, + 0, 5381, 5382, 5, 405, 0, 0, 5382, 5415, 3, 566, 283, 0, 5383, 5384, 5, + 316, 0, 0, 5384, 5415, 3, 1348, 674, 0, 5385, 5386, 5, 344, 0, 0, 5386, + 5415, 3, 1348, 674, 0, 5387, 5388, 5, 353, 0, 0, 5388, 5415, 3, 524, 262, + 0, 5389, 5390, 5, 30, 0, 0, 5390, 5391, 5, 343, 0, 0, 5391, 5392, 5, 68, + 0, 0, 5392, 5393, 5, 316, 0, 0, 5393, 5415, 3, 1348, 674, 0, 5394, 5395, + 5, 30, 0, 0, 5395, 5396, 5, 322, 0, 0, 5396, 5397, 5, 68, 0, 0, 5397, 5398, + 5, 316, 0, 0, 5398, 5415, 3, 1348, 674, 0, 5399, 5400, 5, 30, 0, 0, 5400, + 5401, 5, 212, 0, 0, 5401, 5402, 5, 68, 0, 0, 5402, 5403, 5, 316, 0, 0, + 5403, 5415, 3, 1348, 674, 0, 5404, 5405, 5, 30, 0, 0, 5405, 5406, 5, 459, + 0, 0, 5406, 5407, 5, 68, 0, 0, 5407, 5408, 5, 316, 0, 0, 5408, 5415, 3, + 1348, 674, 0, 5409, 5410, 5, 30, 0, 0, 5410, 5411, 5, 457, 0, 0, 5411, + 5412, 5, 68, 0, 0, 5412, 5413, 5, 316, 0, 0, 5413, 5415, 3, 1348, 674, + 0, 5414, 5354, 1, 0, 0, 0, 5414, 5355, 1, 0, 0, 0, 5414, 5357, 1, 0, 0, + 0, 5414, 5359, 1, 0, 0, 0, 5414, 5363, 1, 0, 0, 0, 5414, 5366, 1, 0, 0, + 0, 5414, 5368, 1, 0, 0, 0, 5414, 5370, 1, 0, 0, 0, 5414, 5372, 1, 0, 0, + 0, 5414, 5374, 1, 0, 0, 0, 5414, 5376, 1, 0, 0, 0, 5414, 5378, 1, 0, 0, + 0, 5414, 5381, 1, 0, 0, 0, 5414, 5383, 1, 0, 0, 0, 5414, 5385, 1, 0, 0, + 0, 5414, 5387, 1, 0, 0, 0, 5414, 5389, 1, 0, 0, 0, 5414, 5394, 1, 0, 0, + 0, 5414, 5399, 1, 0, 0, 0, 5414, 5404, 1, 0, 0, 0, 5414, 5409, 1, 0, 0, + 0, 5415, 565, 1, 0, 0, 0, 5416, 5421, 3, 568, 284, 0, 5417, 5418, 5, 6, + 0, 0, 5418, 5420, 3, 568, 284, 0, 5419, 5417, 1, 0, 0, 0, 5420, 5423, 1, + 0, 0, 0, 5421, 5419, 1, 0, 0, 0, 5421, 5422, 1, 0, 0, 0, 5422, 567, 1, + 0, 0, 0, 5423, 5421, 1, 0, 0, 0, 5424, 5427, 3, 1382, 691, 0, 5425, 5426, + 5, 11, 0, 0, 5426, 5428, 3, 1382, 691, 0, 5427, 5425, 1, 0, 0, 0, 5427, + 5428, 1, 0, 0, 0, 5428, 569, 1, 0, 0, 0, 5429, 5434, 3, 572, 286, 0, 5430, + 5431, 5, 6, 0, 0, 5431, 5433, 3, 572, 286, 0, 5432, 5430, 1, 0, 0, 0, 5433, + 5436, 1, 0, 0, 0, 5434, 5432, 1, 0, 0, 0, 5434, 5435, 1, 0, 0, 0, 5435, + 571, 1, 0, 0, 0, 5436, 5434, 1, 0, 0, 0, 5437, 5441, 3, 1378, 689, 0, 5438, + 5439, 5, 66, 0, 0, 5439, 5441, 3, 1378, 689, 0, 5440, 5437, 1, 0, 0, 0, + 5440, 5438, 1, 0, 0, 0, 5441, 573, 1, 0, 0, 0, 5442, 5443, 5, 105, 0, 0, + 5443, 5444, 5, 65, 0, 0, 5444, 5445, 5, 272, 0, 0, 5445, 575, 1, 0, 0, + 0, 5446, 5447, 5, 65, 0, 0, 5447, 5448, 3, 560, 280, 0, 5448, 5449, 5, + 94, 0, 0, 5449, 5451, 3, 1380, 690, 0, 5450, 5452, 3, 580, 290, 0, 5451, + 5450, 1, 0, 0, 0, 5451, 5452, 1, 0, 0, 0, 5452, 5454, 1, 0, 0, 0, 5453, + 5455, 3, 582, 291, 0, 5454, 5453, 1, 0, 0, 0, 5454, 5455, 1, 0, 0, 0, 5455, + 577, 1, 0, 0, 0, 5456, 5457, 5, 310, 0, 0, 5457, 5458, 3, 560, 280, 0, + 5458, 5459, 5, 64, 0, 0, 5459, 5461, 3, 1380, 690, 0, 5460, 5462, 3, 582, + 291, 0, 5461, 5460, 1, 0, 0, 0, 5461, 5462, 1, 0, 0, 0, 5462, 5464, 1, + 0, 0, 0, 5463, 5465, 3, 108, 54, 0, 5464, 5463, 1, 0, 0, 0, 5464, 5465, + 1, 0, 0, 0, 5465, 5480, 1, 0, 0, 0, 5466, 5467, 5, 310, 0, 0, 5467, 5468, + 5, 134, 0, 0, 5468, 5469, 5, 272, 0, 0, 5469, 5470, 5, 62, 0, 0, 5470, + 5471, 3, 560, 280, 0, 5471, 5472, 5, 64, 0, 0, 5472, 5474, 3, 1380, 690, + 0, 5473, 5475, 3, 582, 291, 0, 5474, 5473, 1, 0, 0, 0, 5474, 5475, 1, 0, + 0, 0, 5475, 5477, 1, 0, 0, 0, 5476, 5478, 3, 108, 54, 0, 5477, 5476, 1, + 0, 0, 0, 5477, 5478, 1, 0, 0, 0, 5478, 5480, 1, 0, 0, 0, 5479, 5456, 1, + 0, 0, 0, 5479, 5466, 1, 0, 0, 0, 5480, 579, 1, 0, 0, 0, 5481, 5482, 5, + 105, 0, 0, 5482, 5483, 5, 134, 0, 0, 5483, 5484, 5, 272, 0, 0, 5484, 581, + 1, 0, 0, 0, 5485, 5486, 5, 214, 0, 0, 5486, 5487, 5, 147, 0, 0, 5487, 5488, + 3, 1378, 689, 0, 5488, 583, 1, 0, 0, 0, 5489, 5490, 5, 138, 0, 0, 5490, + 5491, 5, 53, 0, 0, 5491, 5492, 5, 287, 0, 0, 5492, 5493, 3, 586, 293, 0, + 5493, 5494, 3, 590, 295, 0, 5494, 585, 1, 0, 0, 0, 5495, 5497, 3, 588, + 294, 0, 5496, 5495, 1, 0, 0, 0, 5497, 5500, 1, 0, 0, 0, 5498, 5496, 1, + 0, 0, 0, 5498, 5499, 1, 0, 0, 0, 5499, 587, 1, 0, 0, 0, 5500, 5498, 1, + 0, 0, 0, 5501, 5502, 5, 68, 0, 0, 5502, 5503, 5, 316, 0, 0, 5503, 5511, + 3, 1348, 674, 0, 5504, 5505, 5, 62, 0, 0, 5505, 5506, 5, 311, 0, 0, 5506, + 5511, 3, 1380, 690, 0, 5507, 5508, 5, 62, 0, 0, 5508, 5509, 5, 99, 0, 0, + 5509, 5511, 3, 1380, 690, 0, 5510, 5501, 1, 0, 0, 0, 5510, 5504, 1, 0, + 0, 0, 5510, 5507, 1, 0, 0, 0, 5511, 589, 1, 0, 0, 0, 5512, 5513, 5, 65, + 0, 0, 5513, 5514, 3, 558, 279, 0, 5514, 5515, 5, 80, 0, 0, 5515, 5516, + 3, 592, 296, 0, 5516, 5517, 5, 94, 0, 0, 5517, 5519, 3, 570, 285, 0, 5518, + 5520, 3, 574, 287, 0, 5519, 5518, 1, 0, 0, 0, 5519, 5520, 1, 0, 0, 0, 5520, + 5543, 1, 0, 0, 0, 5521, 5522, 5, 310, 0, 0, 5522, 5523, 3, 558, 279, 0, + 5523, 5524, 5, 80, 0, 0, 5524, 5525, 3, 592, 296, 0, 5525, 5526, 5, 64, + 0, 0, 5526, 5528, 3, 570, 285, 0, 5527, 5529, 3, 108, 54, 0, 5528, 5527, + 1, 0, 0, 0, 5528, 5529, 1, 0, 0, 0, 5529, 5543, 1, 0, 0, 0, 5530, 5531, + 5, 310, 0, 0, 5531, 5532, 5, 65, 0, 0, 5532, 5533, 5, 272, 0, 0, 5533, + 5534, 5, 62, 0, 0, 5534, 5535, 3, 558, 279, 0, 5535, 5536, 5, 80, 0, 0, + 5536, 5537, 3, 592, 296, 0, 5537, 5538, 5, 64, 0, 0, 5538, 5540, 3, 570, + 285, 0, 5539, 5541, 3, 108, 54, 0, 5540, 5539, 1, 0, 0, 0, 5540, 5541, + 1, 0, 0, 0, 5541, 5543, 1, 0, 0, 0, 5542, 5512, 1, 0, 0, 0, 5542, 5521, + 1, 0, 0, 0, 5542, 5530, 1, 0, 0, 0, 5543, 591, 1, 0, 0, 0, 5544, 5545, + 7, 26, 0, 0, 5545, 593, 1, 0, 0, 0, 5546, 5548, 5, 46, 0, 0, 5547, 5549, + 3, 596, 298, 0, 5548, 5547, 1, 0, 0, 0, 5548, 5549, 1, 0, 0, 0, 5549, 5550, + 1, 0, 0, 0, 5550, 5552, 5, 226, 0, 0, 5551, 5553, 3, 598, 299, 0, 5552, + 5551, 1, 0, 0, 0, 5552, 5553, 1, 0, 0, 0, 5553, 5560, 1, 0, 0, 0, 5554, + 5555, 5, 220, 0, 0, 5555, 5556, 5, 77, 0, 0, 5556, 5558, 5, 390, 0, 0, + 5557, 5554, 1, 0, 0, 0, 5557, 5558, 1, 0, 0, 0, 5558, 5559, 1, 0, 0, 0, + 5559, 5561, 3, 1350, 675, 0, 5560, 5557, 1, 0, 0, 0, 5560, 5561, 1, 0, + 0, 0, 5561, 5562, 1, 0, 0, 0, 5562, 5563, 5, 80, 0, 0, 5563, 5565, 3, 1082, + 541, 0, 5564, 5566, 3, 602, 301, 0, 5565, 5564, 1, 0, 0, 0, 5565, 5566, + 1, 0, 0, 0, 5566, 5567, 1, 0, 0, 0, 5567, 5568, 5, 2, 0, 0, 5568, 5569, + 3, 604, 302, 0, 5569, 5571, 5, 3, 0, 0, 5570, 5572, 3, 610, 305, 0, 5571, + 5570, 1, 0, 0, 0, 5571, 5572, 1, 0, 0, 0, 5572, 5574, 1, 0, 0, 0, 5573, + 5575, 3, 198, 99, 0, 5574, 5573, 1, 0, 0, 0, 5574, 5575, 1, 0, 0, 0, 5575, + 5577, 1, 0, 0, 0, 5576, 5578, 3, 118, 59, 0, 5577, 5576, 1, 0, 0, 0, 5577, + 5578, 1, 0, 0, 0, 5578, 5580, 1, 0, 0, 0, 5579, 5581, 3, 256, 128, 0, 5580, + 5579, 1, 0, 0, 0, 5580, 5581, 1, 0, 0, 0, 5581, 5583, 1, 0, 0, 0, 5582, + 5584, 3, 1102, 551, 0, 5583, 5582, 1, 0, 0, 0, 5583, 5584, 1, 0, 0, 0, + 5584, 595, 1, 0, 0, 0, 5585, 5586, 5, 98, 0, 0, 5586, 597, 1, 0, 0, 0, + 5587, 5588, 5, 109, 0, 0, 5588, 599, 1, 0, 0, 0, 5589, 5590, 3, 1350, 675, + 0, 5590, 601, 1, 0, 0, 0, 5591, 5592, 5, 100, 0, 0, 5592, 5593, 3, 1350, + 675, 0, 5593, 603, 1, 0, 0, 0, 5594, 5599, 3, 608, 304, 0, 5595, 5596, + 5, 6, 0, 0, 5596, 5598, 3, 608, 304, 0, 5597, 5595, 1, 0, 0, 0, 5598, 5601, + 1, 0, 0, 0, 5599, 5597, 1, 0, 0, 0, 5599, 5600, 1, 0, 0, 0, 5600, 605, + 1, 0, 0, 0, 5601, 5599, 1, 0, 0, 0, 5602, 5604, 3, 614, 307, 0, 5603, 5602, + 1, 0, 0, 0, 5603, 5604, 1, 0, 0, 0, 5604, 5606, 1, 0, 0, 0, 5605, 5607, + 3, 616, 308, 0, 5606, 5605, 1, 0, 0, 0, 5606, 5607, 1, 0, 0, 0, 5607, 5609, + 1, 0, 0, 0, 5608, 5610, 3, 618, 309, 0, 5609, 5608, 1, 0, 0, 0, 5609, 5610, + 1, 0, 0, 0, 5610, 5612, 1, 0, 0, 0, 5611, 5613, 3, 620, 310, 0, 5612, 5611, + 1, 0, 0, 0, 5612, 5613, 1, 0, 0, 0, 5613, 5626, 1, 0, 0, 0, 5614, 5616, + 3, 614, 307, 0, 5615, 5614, 1, 0, 0, 0, 5615, 5616, 1, 0, 0, 0, 5616, 5617, + 1, 0, 0, 0, 5617, 5618, 3, 526, 263, 0, 5618, 5620, 3, 116, 58, 0, 5619, + 5621, 3, 618, 309, 0, 5620, 5619, 1, 0, 0, 0, 5620, 5621, 1, 0, 0, 0, 5621, + 5623, 1, 0, 0, 0, 5622, 5624, 3, 620, 310, 0, 5623, 5622, 1, 0, 0, 0, 5623, + 5624, 1, 0, 0, 0, 5624, 5626, 1, 0, 0, 0, 5625, 5603, 1, 0, 0, 0, 5625, + 5615, 1, 0, 0, 0, 5626, 607, 1, 0, 0, 0, 5627, 5628, 3, 1382, 691, 0, 5628, + 5629, 3, 606, 303, 0, 5629, 5639, 1, 0, 0, 0, 5630, 5631, 3, 1222, 611, + 0, 5631, 5632, 3, 606, 303, 0, 5632, 5639, 1, 0, 0, 0, 5633, 5634, 5, 2, + 0, 0, 5634, 5635, 3, 1170, 585, 0, 5635, 5636, 5, 3, 0, 0, 5636, 5637, + 3, 606, 303, 0, 5637, 5639, 1, 0, 0, 0, 5638, 5627, 1, 0, 0, 0, 5638, 5630, + 1, 0, 0, 0, 5638, 5633, 1, 0, 0, 0, 5639, 609, 1, 0, 0, 0, 5640, 5641, + 5, 443, 0, 0, 5641, 5642, 5, 2, 0, 0, 5642, 5643, 3, 612, 306, 0, 5643, + 5644, 5, 3, 0, 0, 5644, 611, 1, 0, 0, 0, 5645, 5650, 3, 608, 304, 0, 5646, + 5647, 5, 6, 0, 0, 5647, 5649, 3, 608, 304, 0, 5648, 5646, 1, 0, 0, 0, 5649, + 5652, 1, 0, 0, 0, 5650, 5648, 1, 0, 0, 0, 5650, 5651, 1, 0, 0, 0, 5651, + 613, 1, 0, 0, 0, 5652, 5650, 1, 0, 0, 0, 5653, 5654, 5, 43, 0, 0, 5654, + 5655, 3, 526, 263, 0, 5655, 615, 1, 0, 0, 0, 5656, 5657, 3, 526, 263, 0, + 5657, 617, 1, 0, 0, 0, 5658, 5659, 7, 27, 0, 0, 5659, 619, 1, 0, 0, 0, + 5660, 5661, 5, 266, 0, 0, 5661, 5665, 5, 207, 0, 0, 5662, 5663, 5, 266, + 0, 0, 5663, 5665, 5, 240, 0, 0, 5664, 5660, 1, 0, 0, 0, 5664, 5662, 1, + 0, 0, 0, 5665, 621, 1, 0, 0, 0, 5666, 5668, 5, 46, 0, 0, 5667, 5669, 3, + 624, 312, 0, 5668, 5667, 1, 0, 0, 0, 5668, 5669, 1, 0, 0, 0, 5669, 5670, + 1, 0, 0, 0, 5670, 5671, 7, 23, 0, 0, 5671, 5672, 3, 1356, 678, 0, 5672, + 5682, 3, 634, 317, 0, 5673, 5680, 5, 309, 0, 0, 5674, 5681, 3, 644, 322, + 0, 5675, 5676, 5, 92, 0, 0, 5676, 5677, 5, 2, 0, 0, 5677, 5678, 3, 674, + 337, 0, 5678, 5679, 5, 3, 0, 0, 5679, 5681, 1, 0, 0, 0, 5680, 5674, 1, + 0, 0, 0, 5680, 5675, 1, 0, 0, 0, 5681, 5683, 1, 0, 0, 0, 5682, 5673, 1, + 0, 0, 0, 5682, 5683, 1, 0, 0, 0, 5683, 5684, 1, 0, 0, 0, 5684, 5685, 3, + 660, 330, 0, 5685, 623, 1, 0, 0, 0, 5686, 5687, 5, 82, 0, 0, 5687, 5688, + 5, 304, 0, 0, 5688, 625, 1, 0, 0, 0, 5689, 5691, 5, 2, 0, 0, 5690, 5692, + 3, 628, 314, 0, 5691, 5690, 1, 0, 0, 0, 5691, 5692, 1, 0, 0, 0, 5692, 5693, + 1, 0, 0, 0, 5693, 5694, 5, 3, 0, 0, 5694, 627, 1, 0, 0, 0, 5695, 5700, + 3, 638, 319, 0, 5696, 5697, 5, 6, 0, 0, 5697, 5699, 3, 638, 319, 0, 5698, + 5696, 1, 0, 0, 0, 5699, 5702, 1, 0, 0, 0, 5700, 5698, 1, 0, 0, 0, 5700, + 5701, 1, 0, 0, 0, 5701, 629, 1, 0, 0, 0, 5702, 5700, 1, 0, 0, 0, 5703, + 5708, 3, 632, 316, 0, 5704, 5705, 5, 6, 0, 0, 5705, 5707, 3, 632, 316, + 0, 5706, 5704, 1, 0, 0, 0, 5707, 5710, 1, 0, 0, 0, 5708, 5706, 1, 0, 0, + 0, 5708, 5709, 1, 0, 0, 0, 5709, 631, 1, 0, 0, 0, 5710, 5708, 1, 0, 0, + 0, 5711, 5712, 3, 1356, 678, 0, 5712, 5713, 3, 626, 313, 0, 5713, 5720, + 1, 0, 0, 0, 5714, 5720, 3, 1400, 700, 0, 5715, 5717, 3, 1382, 691, 0, 5716, + 5718, 3, 1332, 666, 0, 5717, 5716, 1, 0, 0, 0, 5717, 5718, 1, 0, 0, 0, + 5718, 5720, 1, 0, 0, 0, 5719, 5711, 1, 0, 0, 0, 5719, 5714, 1, 0, 0, 0, + 5719, 5715, 1, 0, 0, 0, 5720, 633, 1, 0, 0, 0, 5721, 5723, 5, 2, 0, 0, + 5722, 5724, 3, 636, 318, 0, 5723, 5722, 1, 0, 0, 0, 5723, 5724, 1, 0, 0, + 0, 5724, 5725, 1, 0, 0, 0, 5725, 5726, 5, 3, 0, 0, 5726, 635, 1, 0, 0, + 0, 5727, 5732, 3, 648, 324, 0, 5728, 5729, 5, 6, 0, 0, 5729, 5731, 3, 648, + 324, 0, 5730, 5728, 1, 0, 0, 0, 5731, 5734, 1, 0, 0, 0, 5732, 5730, 1, + 0, 0, 0, 5732, 5733, 1, 0, 0, 0, 5733, 637, 1, 0, 0, 0, 5734, 5732, 1, + 0, 0, 0, 5735, 5737, 3, 640, 320, 0, 5736, 5738, 3, 642, 321, 0, 5737, + 5736, 1, 0, 0, 0, 5737, 5738, 1, 0, 0, 0, 5738, 5739, 1, 0, 0, 0, 5739, + 5740, 3, 646, 323, 0, 5740, 5749, 1, 0, 0, 0, 5741, 5743, 3, 642, 321, + 0, 5742, 5744, 3, 640, 320, 0, 5743, 5742, 1, 0, 0, 0, 5743, 5744, 1, 0, + 0, 0, 5744, 5745, 1, 0, 0, 0, 5745, 5746, 3, 646, 323, 0, 5746, 5749, 1, + 0, 0, 0, 5747, 5749, 3, 646, 323, 0, 5748, 5735, 1, 0, 0, 0, 5748, 5741, + 1, 0, 0, 0, 5748, 5747, 1, 0, 0, 0, 5749, 639, 1, 0, 0, 0, 5750, 5752, + 5, 68, 0, 0, 5751, 5753, 5, 455, 0, 0, 5752, 5751, 1, 0, 0, 0, 5752, 5753, + 1, 0, 0, 0, 5753, 5758, 1, 0, 0, 0, 5754, 5758, 5, 455, 0, 0, 5755, 5758, + 5, 394, 0, 0, 5756, 5758, 5, 101, 0, 0, 5757, 5750, 1, 0, 0, 0, 5757, 5754, + 1, 0, 0, 0, 5757, 5755, 1, 0, 0, 0, 5757, 5756, 1, 0, 0, 0, 5758, 641, + 1, 0, 0, 0, 5759, 5764, 3, 1386, 693, 0, 5760, 5764, 3, 1404, 702, 0, 5761, + 5764, 5, 119, 0, 0, 5762, 5764, 5, 126, 0, 0, 5763, 5759, 1, 0, 0, 0, 5763, + 5760, 1, 0, 0, 0, 5763, 5761, 1, 0, 0, 0, 5763, 5762, 1, 0, 0, 0, 5764, + 643, 1, 0, 0, 0, 5765, 5766, 3, 646, 323, 0, 5766, 645, 1, 0, 0, 0, 5767, + 5782, 3, 1126, 563, 0, 5768, 5770, 5, 410, 0, 0, 5769, 5768, 1, 0, 0, 0, + 5769, 5770, 1, 0, 0, 0, 5770, 5775, 1, 0, 0, 0, 5771, 5776, 3, 1404, 702, + 0, 5772, 5776, 3, 1386, 693, 0, 5773, 5776, 5, 119, 0, 0, 5774, 5776, 5, + 126, 0, 0, 5775, 5771, 1, 0, 0, 0, 5775, 5772, 1, 0, 0, 0, 5775, 5773, + 1, 0, 0, 0, 5775, 5774, 1, 0, 0, 0, 5776, 5777, 1, 0, 0, 0, 5777, 5778, + 3, 528, 264, 0, 5778, 5779, 5, 27, 0, 0, 5779, 5780, 5, 353, 0, 0, 5780, + 5782, 1, 0, 0, 0, 5781, 5767, 1, 0, 0, 0, 5781, 5769, 1, 0, 0, 0, 5782, + 647, 1, 0, 0, 0, 5783, 5786, 3, 638, 319, 0, 5784, 5785, 7, 28, 0, 0, 5785, + 5787, 3, 1170, 585, 0, 5786, 5784, 1, 0, 0, 0, 5786, 5787, 1, 0, 0, 0, + 5787, 649, 1, 0, 0, 0, 5788, 5789, 3, 638, 319, 0, 5789, 651, 1, 0, 0, + 0, 5790, 5801, 5, 2, 0, 0, 5791, 5802, 5, 9, 0, 0, 5792, 5802, 3, 654, + 327, 0, 5793, 5794, 5, 83, 0, 0, 5794, 5795, 5, 147, 0, 0, 5795, 5802, + 3, 654, 327, 0, 5796, 5797, 3, 654, 327, 0, 5797, 5798, 5, 83, 0, 0, 5798, + 5799, 5, 147, 0, 0, 5799, 5800, 3, 654, 327, 0, 5800, 5802, 1, 0, 0, 0, + 5801, 5791, 1, 0, 0, 0, 5801, 5792, 1, 0, 0, 0, 5801, 5793, 1, 0, 0, 0, + 5801, 5796, 1, 0, 0, 0, 5802, 5803, 1, 0, 0, 0, 5803, 5804, 5, 3, 0, 0, + 5804, 653, 1, 0, 0, 0, 5805, 5810, 3, 650, 325, 0, 5806, 5807, 5, 6, 0, + 0, 5807, 5809, 3, 650, 325, 0, 5808, 5806, 1, 0, 0, 0, 5809, 5812, 1, 0, + 0, 0, 5810, 5808, 1, 0, 0, 0, 5810, 5811, 1, 0, 0, 0, 5811, 655, 1, 0, + 0, 0, 5812, 5810, 1, 0, 0, 0, 5813, 5814, 3, 1356, 678, 0, 5814, 5815, + 3, 652, 326, 0, 5815, 657, 1, 0, 0, 0, 5816, 5821, 3, 656, 328, 0, 5817, + 5818, 5, 6, 0, 0, 5818, 5820, 3, 656, 328, 0, 5819, 5817, 1, 0, 0, 0, 5820, + 5823, 1, 0, 0, 0, 5821, 5819, 1, 0, 0, 0, 5821, 5822, 1, 0, 0, 0, 5822, + 659, 1, 0, 0, 0, 5823, 5821, 1, 0, 0, 0, 5824, 5826, 3, 664, 332, 0, 5825, + 5824, 1, 0, 0, 0, 5826, 5827, 1, 0, 0, 0, 5827, 5825, 1, 0, 0, 0, 5827, + 5828, 1, 0, 0, 0, 5828, 5829, 1, 0, 0, 0, 5829, 5830, 6, 330, -1, 0, 5830, + 661, 1, 0, 0, 0, 5831, 5832, 5, 149, 0, 0, 5832, 5833, 5, 80, 0, 0, 5833, + 5834, 5, 78, 0, 0, 5834, 5867, 5, 460, 0, 0, 5835, 5836, 5, 309, 0, 0, + 5836, 5837, 5, 78, 0, 0, 5837, 5838, 5, 80, 0, 0, 5838, 5839, 5, 78, 0, + 0, 5839, 5867, 5, 460, 0, 0, 5840, 5867, 5, 339, 0, 0, 5841, 5867, 5, 222, + 0, 0, 5842, 5867, 5, 331, 0, 0, 5843, 5867, 5, 370, 0, 0, 5844, 5845, 5, + 205, 0, 0, 5845, 5846, 5, 320, 0, 0, 5846, 5867, 5, 181, 0, 0, 5847, 5848, + 5, 205, 0, 0, 5848, 5849, 5, 320, 0, 0, 5849, 5867, 5, 234, 0, 0, 5850, + 5851, 5, 320, 0, 0, 5851, 5867, 5, 181, 0, 0, 5852, 5853, 5, 320, 0, 0, + 5853, 5867, 5, 234, 0, 0, 5854, 5867, 5, 241, 0, 0, 5855, 5856, 5, 77, + 0, 0, 5856, 5867, 5, 241, 0, 0, 5857, 5858, 5, 170, 0, 0, 5858, 5867, 3, + 294, 147, 0, 5859, 5860, 5, 313, 0, 0, 5860, 5867, 3, 294, 147, 0, 5861, + 5862, 5, 461, 0, 0, 5862, 5867, 3, 526, 263, 0, 5863, 5867, 3, 82, 41, + 0, 5864, 5865, 5, 462, 0, 0, 5865, 5867, 3, 1382, 691, 0, 5866, 5831, 1, + 0, 0, 0, 5866, 5835, 1, 0, 0, 0, 5866, 5840, 1, 0, 0, 0, 5866, 5841, 1, + 0, 0, 0, 5866, 5842, 1, 0, 0, 0, 5866, 5843, 1, 0, 0, 0, 5866, 5844, 1, + 0, 0, 0, 5866, 5847, 1, 0, 0, 0, 5866, 5850, 1, 0, 0, 0, 5866, 5852, 1, + 0, 0, 0, 5866, 5854, 1, 0, 0, 0, 5866, 5855, 1, 0, 0, 0, 5866, 5857, 1, + 0, 0, 0, 5866, 5859, 1, 0, 0, 0, 5866, 5861, 1, 0, 0, 0, 5866, 5863, 1, + 0, 0, 0, 5866, 5864, 1, 0, 0, 0, 5867, 663, 1, 0, 0, 0, 5868, 5869, 5, + 36, 0, 0, 5869, 5882, 3, 666, 333, 0, 5870, 5871, 5, 146, 0, 0, 5871, 5872, + 5, 380, 0, 0, 5872, 5873, 3, 6, 3, 0, 5873, 5874, 5, 456, 0, 0, 5874, 5882, + 1, 0, 0, 0, 5875, 5876, 5, 238, 0, 0, 5876, 5882, 3, 72, 36, 0, 5877, 5878, + 5, 445, 0, 0, 5878, 5882, 3, 668, 334, 0, 5879, 5882, 5, 104, 0, 0, 5880, + 5882, 3, 662, 331, 0, 5881, 5868, 1, 0, 0, 0, 5881, 5870, 1, 0, 0, 0, 5881, + 5875, 1, 0, 0, 0, 5881, 5877, 1, 0, 0, 0, 5881, 5879, 1, 0, 0, 0, 5881, + 5880, 1, 0, 0, 0, 5882, 665, 1, 0, 0, 0, 5883, 5889, 3, 1368, 684, 0, 5884, + 5885, 3, 1368, 684, 0, 5885, 5886, 5, 6, 0, 0, 5886, 5887, 3, 1368, 684, + 0, 5887, 5889, 1, 0, 0, 0, 5888, 5883, 1, 0, 0, 0, 5888, 5884, 1, 0, 0, + 0, 5889, 667, 1, 0, 0, 0, 5890, 5891, 5, 62, 0, 0, 5891, 5892, 5, 353, + 0, 0, 5892, 5899, 3, 1126, 563, 0, 5893, 5894, 5, 6, 0, 0, 5894, 5895, + 5, 62, 0, 0, 5895, 5896, 5, 353, 0, 0, 5896, 5898, 3, 1126, 563, 0, 5897, + 5893, 1, 0, 0, 0, 5898, 5901, 1, 0, 0, 0, 5899, 5897, 1, 0, 0, 0, 5899, + 5900, 1, 0, 0, 0, 5900, 669, 1, 0, 0, 0, 5901, 5899, 1, 0, 0, 0, 5902, + 5903, 5, 105, 0, 0, 5903, 5904, 3, 462, 231, 0, 5904, 671, 1, 0, 0, 0, + 5905, 5906, 3, 642, 321, 0, 5906, 5907, 3, 646, 323, 0, 5907, 673, 1, 0, + 0, 0, 5908, 5913, 3, 672, 336, 0, 5909, 5910, 5, 6, 0, 0, 5910, 5912, 3, + 672, 336, 0, 5911, 5909, 1, 0, 0, 0, 5912, 5915, 1, 0, 0, 0, 5913, 5911, + 1, 0, 0, 0, 5913, 5914, 1, 0, 0, 0, 5914, 675, 1, 0, 0, 0, 5915, 5913, + 1, 0, 0, 0, 5916, 5917, 5, 138, 0, 0, 5917, 5918, 7, 29, 0, 0, 5918, 5919, + 3, 632, 316, 0, 5919, 5921, 3, 678, 339, 0, 5920, 5922, 3, 680, 340, 0, + 5921, 5920, 1, 0, 0, 0, 5921, 5922, 1, 0, 0, 0, 5922, 677, 1, 0, 0, 0, + 5923, 5925, 3, 662, 331, 0, 5924, 5923, 1, 0, 0, 0, 5925, 5926, 1, 0, 0, + 0, 5926, 5924, 1, 0, 0, 0, 5926, 5927, 1, 0, 0, 0, 5927, 679, 1, 0, 0, + 0, 5928, 5929, 5, 308, 0, 0, 5929, 681, 1, 0, 0, 0, 5930, 5931, 5, 191, + 0, 0, 5931, 5932, 5, 211, 0, 0, 5932, 5934, 3, 630, 315, 0, 5933, 5935, + 3, 108, 54, 0, 5934, 5933, 1, 0, 0, 0, 5934, 5935, 1, 0, 0, 0, 5935, 5973, + 1, 0, 0, 0, 5936, 5937, 5, 191, 0, 0, 5937, 5938, 5, 211, 0, 0, 5938, 5939, + 5, 220, 0, 0, 5939, 5940, 5, 390, 0, 0, 5940, 5942, 3, 630, 315, 0, 5941, + 5943, 3, 108, 54, 0, 5942, 5941, 1, 0, 0, 0, 5942, 5943, 1, 0, 0, 0, 5943, + 5973, 1, 0, 0, 0, 5944, 5945, 5, 191, 0, 0, 5945, 5946, 5, 289, 0, 0, 5946, + 5948, 3, 630, 315, 0, 5947, 5949, 3, 108, 54, 0, 5948, 5947, 1, 0, 0, 0, + 5948, 5949, 1, 0, 0, 0, 5949, 5973, 1, 0, 0, 0, 5950, 5951, 5, 191, 0, + 0, 5951, 5952, 5, 289, 0, 0, 5952, 5953, 5, 220, 0, 0, 5953, 5954, 5, 390, + 0, 0, 5954, 5956, 3, 630, 315, 0, 5955, 5957, 3, 108, 54, 0, 5956, 5955, + 1, 0, 0, 0, 5956, 5957, 1, 0, 0, 0, 5957, 5973, 1, 0, 0, 0, 5958, 5959, + 5, 191, 0, 0, 5959, 5960, 5, 444, 0, 0, 5960, 5962, 3, 630, 315, 0, 5961, + 5963, 3, 108, 54, 0, 5962, 5961, 1, 0, 0, 0, 5962, 5963, 1, 0, 0, 0, 5963, + 5973, 1, 0, 0, 0, 5964, 5965, 5, 191, 0, 0, 5965, 5966, 5, 444, 0, 0, 5966, + 5967, 5, 220, 0, 0, 5967, 5968, 5, 390, 0, 0, 5968, 5970, 3, 630, 315, + 0, 5969, 5971, 3, 108, 54, 0, 5970, 5969, 1, 0, 0, 0, 5970, 5971, 1, 0, + 0, 0, 5971, 5973, 1, 0, 0, 0, 5972, 5930, 1, 0, 0, 0, 5972, 5936, 1, 0, + 0, 0, 5972, 5944, 1, 0, 0, 0, 5972, 5950, 1, 0, 0, 0, 5972, 5958, 1, 0, + 0, 0, 5972, 5964, 1, 0, 0, 0, 5973, 683, 1, 0, 0, 0, 5974, 5975, 5, 191, + 0, 0, 5975, 5976, 5, 136, 0, 0, 5976, 5978, 3, 658, 329, 0, 5977, 5979, + 3, 108, 54, 0, 5978, 5977, 1, 0, 0, 0, 5978, 5979, 1, 0, 0, 0, 5979, 5989, + 1, 0, 0, 0, 5980, 5981, 5, 191, 0, 0, 5981, 5982, 5, 136, 0, 0, 5982, 5983, + 5, 220, 0, 0, 5983, 5984, 5, 390, 0, 0, 5984, 5986, 3, 658, 329, 0, 5985, 5987, 3, 108, 54, 0, 5986, 5985, 1, 0, 0, 0, 5986, 5987, 1, 0, 0, 0, 5987, - 6017, 1, 0, 0, 0, 5988, 5989, 5, 191, 0, 0, 5989, 5990, 5, 289, 0, 0, 5990, - 5992, 3, 632, 316, 0, 5991, 5993, 3, 108, 54, 0, 5992, 5991, 1, 0, 0, 0, - 5992, 5993, 1, 0, 0, 0, 5993, 6017, 1, 0, 0, 0, 5994, 5995, 5, 191, 0, - 0, 5995, 5996, 5, 289, 0, 0, 5996, 5997, 5, 220, 0, 0, 5997, 5998, 5, 390, - 0, 0, 5998, 6000, 3, 632, 316, 0, 5999, 6001, 3, 108, 54, 0, 6000, 5999, - 1, 0, 0, 0, 6000, 6001, 1, 0, 0, 0, 6001, 6017, 1, 0, 0, 0, 6002, 6003, - 5, 191, 0, 0, 6003, 6004, 5, 444, 0, 0, 6004, 6006, 3, 632, 316, 0, 6005, - 6007, 3, 108, 54, 0, 6006, 6005, 1, 0, 0, 0, 6006, 6007, 1, 0, 0, 0, 6007, - 6017, 1, 0, 0, 0, 6008, 6009, 5, 191, 0, 0, 6009, 6010, 5, 444, 0, 0, 6010, - 6011, 5, 220, 0, 0, 6011, 6012, 5, 390, 0, 0, 6012, 6014, 3, 632, 316, - 0, 6013, 6015, 3, 108, 54, 0, 6014, 6013, 1, 0, 0, 0, 6014, 6015, 1, 0, - 0, 0, 6015, 6017, 1, 0, 0, 0, 6016, 5974, 1, 0, 0, 0, 6016, 5980, 1, 0, - 0, 0, 6016, 5988, 1, 0, 0, 0, 6016, 5994, 1, 0, 0, 0, 6016, 6002, 1, 0, - 0, 0, 6016, 6008, 1, 0, 0, 0, 6017, 685, 1, 0, 0, 0, 6018, 6019, 5, 191, - 0, 0, 6019, 6020, 5, 136, 0, 0, 6020, 6022, 3, 660, 330, 0, 6021, 6023, - 3, 108, 54, 0, 6022, 6021, 1, 0, 0, 0, 6022, 6023, 1, 0, 0, 0, 6023, 6033, - 1, 0, 0, 0, 6024, 6025, 5, 191, 0, 0, 6025, 6026, 5, 136, 0, 0, 6026, 6027, - 5, 220, 0, 0, 6027, 6028, 5, 390, 0, 0, 6028, 6030, 3, 660, 330, 0, 6029, - 6031, 3, 108, 54, 0, 6030, 6029, 1, 0, 0, 0, 6030, 6031, 1, 0, 0, 0, 6031, - 6033, 1, 0, 0, 0, 6032, 6018, 1, 0, 0, 0, 6032, 6024, 1, 0, 0, 0, 6033, - 687, 1, 0, 0, 0, 6034, 6035, 5, 191, 0, 0, 6035, 6036, 5, 271, 0, 0, 6036, - 6038, 3, 694, 347, 0, 6037, 6039, 3, 108, 54, 0, 6038, 6037, 1, 0, 0, 0, - 6038, 6039, 1, 0, 0, 0, 6039, 6049, 1, 0, 0, 0, 6040, 6041, 5, 191, 0, - 0, 6041, 6042, 5, 271, 0, 0, 6042, 6043, 5, 220, 0, 0, 6043, 6044, 5, 390, - 0, 0, 6044, 6046, 3, 694, 347, 0, 6045, 6047, 3, 108, 54, 0, 6046, 6045, - 1, 0, 0, 0, 6046, 6047, 1, 0, 0, 0, 6047, 6049, 1, 0, 0, 0, 6048, 6034, - 1, 0, 0, 0, 6048, 6040, 1, 0, 0, 0, 6049, 689, 1, 0, 0, 0, 6050, 6051, - 5, 2, 0, 0, 6051, 6052, 3, 1128, 564, 0, 6052, 6053, 5, 3, 0, 0, 6053, - 6073, 1, 0, 0, 0, 6054, 6055, 5, 2, 0, 0, 6055, 6056, 3, 1128, 564, 0, - 6056, 6057, 5, 6, 0, 0, 6057, 6058, 3, 1128, 564, 0, 6058, 6059, 5, 3, - 0, 0, 6059, 6073, 1, 0, 0, 0, 6060, 6061, 5, 2, 0, 0, 6061, 6062, 5, 401, - 0, 0, 6062, 6063, 5, 6, 0, 0, 6063, 6064, 3, 1128, 564, 0, 6064, 6065, - 5, 3, 0, 0, 6065, 6073, 1, 0, 0, 0, 6066, 6067, 5, 2, 0, 0, 6067, 6068, - 3, 1128, 564, 0, 6068, 6069, 5, 6, 0, 0, 6069, 6070, 5, 401, 0, 0, 6070, - 6071, 5, 3, 0, 0, 6071, 6073, 1, 0, 0, 0, 6072, 6050, 1, 0, 0, 0, 6072, - 6054, 1, 0, 0, 0, 6072, 6060, 1, 0, 0, 0, 6072, 6066, 1, 0, 0, 0, 6073, - 691, 1, 0, 0, 0, 6074, 6075, 3, 1384, 692, 0, 6075, 6076, 5, 11, 0, 0, - 6076, 6078, 1, 0, 0, 0, 6077, 6074, 1, 0, 0, 0, 6078, 6081, 1, 0, 0, 0, - 6079, 6077, 1, 0, 0, 0, 6079, 6080, 1, 0, 0, 0, 6080, 6082, 1, 0, 0, 0, - 6081, 6079, 1, 0, 0, 0, 6082, 6083, 3, 1280, 640, 0, 6083, 693, 1, 0, 0, - 0, 6084, 6089, 3, 696, 348, 0, 6085, 6086, 5, 6, 0, 0, 6086, 6088, 3, 696, - 348, 0, 6087, 6085, 1, 0, 0, 0, 6088, 6091, 1, 0, 0, 0, 6089, 6087, 1, - 0, 0, 0, 6089, 6090, 1, 0, 0, 0, 6090, 695, 1, 0, 0, 0, 6091, 6089, 1, - 0, 0, 0, 6092, 6093, 3, 692, 346, 0, 6093, 6094, 3, 690, 345, 0, 6094, - 697, 1, 0, 0, 0, 6095, 6096, 5, 57, 0, 0, 6096, 6097, 3, 700, 350, 0, 6097, - 699, 1, 0, 0, 0, 6098, 6100, 3, 702, 351, 0, 6099, 6098, 1, 0, 0, 0, 6100, - 6101, 1, 0, 0, 0, 6101, 6099, 1, 0, 0, 0, 6101, 6102, 1, 0, 0, 0, 6102, - 701, 1, 0, 0, 0, 6103, 6107, 3, 1370, 685, 0, 6104, 6105, 5, 238, 0, 0, - 6105, 6107, 3, 72, 36, 0, 6106, 6103, 1, 0, 0, 0, 6106, 6104, 1, 0, 0, - 0, 6107, 703, 1, 0, 0, 0, 6108, 6109, 5, 46, 0, 0, 6109, 6110, 5, 41, 0, - 0, 6110, 6111, 5, 2, 0, 0, 6111, 6112, 3, 1128, 564, 0, 6112, 6113, 5, - 36, 0, 0, 6113, 6114, 3, 1128, 564, 0, 6114, 6115, 5, 3, 0, 0, 6115, 6116, - 5, 105, 0, 0, 6116, 6117, 5, 211, 0, 0, 6117, 6119, 3, 634, 317, 0, 6118, - 6120, 3, 706, 353, 0, 6119, 6118, 1, 0, 0, 0, 6119, 6120, 1, 0, 0, 0, 6120, - 6146, 1, 0, 0, 0, 6121, 6122, 5, 46, 0, 0, 6122, 6123, 5, 41, 0, 0, 6123, - 6124, 5, 2, 0, 0, 6124, 6125, 3, 1128, 564, 0, 6125, 6126, 5, 36, 0, 0, - 6126, 6127, 3, 1128, 564, 0, 6127, 6128, 5, 3, 0, 0, 6128, 6129, 5, 372, - 0, 0, 6129, 6131, 5, 211, 0, 0, 6130, 6132, 3, 706, 353, 0, 6131, 6130, - 1, 0, 0, 0, 6131, 6132, 1, 0, 0, 0, 6132, 6146, 1, 0, 0, 0, 6133, 6134, - 5, 46, 0, 0, 6134, 6135, 5, 41, 0, 0, 6135, 6136, 5, 2, 0, 0, 6136, 6137, - 3, 1128, 564, 0, 6137, 6138, 5, 36, 0, 0, 6138, 6139, 3, 1128, 564, 0, - 6139, 6140, 5, 3, 0, 0, 6140, 6141, 5, 105, 0, 0, 6141, 6143, 5, 394, 0, - 0, 6142, 6144, 3, 706, 353, 0, 6143, 6142, 1, 0, 0, 0, 6143, 6144, 1, 0, - 0, 0, 6144, 6146, 1, 0, 0, 0, 6145, 6108, 1, 0, 0, 0, 6145, 6121, 1, 0, - 0, 0, 6145, 6133, 1, 0, 0, 0, 6146, 705, 1, 0, 0, 0, 6147, 6148, 5, 36, - 0, 0, 6148, 6152, 5, 223, 0, 0, 6149, 6150, 5, 36, 0, 0, 6150, 6152, 5, - 141, 0, 0, 6151, 6147, 1, 0, 0, 0, 6151, 6149, 1, 0, 0, 0, 6152, 707, 1, - 0, 0, 0, 6153, 6154, 5, 191, 0, 0, 6154, 6156, 5, 41, 0, 0, 6155, 6157, - 3, 710, 355, 0, 6156, 6155, 1, 0, 0, 0, 6156, 6157, 1, 0, 0, 0, 6157, 6158, - 1, 0, 0, 0, 6158, 6159, 5, 2, 0, 0, 6159, 6160, 3, 1128, 564, 0, 6160, - 6161, 5, 36, 0, 0, 6161, 6162, 3, 1128, 564, 0, 6162, 6164, 5, 3, 0, 0, - 6163, 6165, 3, 108, 54, 0, 6164, 6163, 1, 0, 0, 0, 6164, 6165, 1, 0, 0, - 0, 6165, 709, 1, 0, 0, 0, 6166, 6167, 5, 220, 0, 0, 6167, 6168, 5, 390, - 0, 0, 6168, 711, 1, 0, 0, 0, 6169, 6171, 5, 46, 0, 0, 6170, 6172, 3, 626, - 313, 0, 6171, 6170, 1, 0, 0, 0, 6171, 6172, 1, 0, 0, 0, 6172, 6173, 1, - 0, 0, 0, 6173, 6174, 5, 445, 0, 0, 6174, 6175, 5, 62, 0, 0, 6175, 6176, - 3, 1128, 564, 0, 6176, 6177, 5, 238, 0, 0, 6177, 6178, 3, 1352, 676, 0, - 6178, 6179, 5, 2, 0, 0, 6179, 6180, 3, 714, 357, 0, 6180, 6181, 5, 3, 0, - 0, 6181, 713, 1, 0, 0, 0, 6182, 6183, 5, 64, 0, 0, 6183, 6184, 5, 463, - 0, 0, 6184, 6185, 5, 105, 0, 0, 6185, 6186, 5, 211, 0, 0, 6186, 6187, 3, - 634, 317, 0, 6187, 6188, 5, 6, 0, 0, 6188, 6189, 5, 94, 0, 0, 6189, 6190, - 5, 463, 0, 0, 6190, 6191, 5, 105, 0, 0, 6191, 6192, 5, 211, 0, 0, 6192, - 6193, 3, 634, 317, 0, 6193, 6217, 1, 0, 0, 0, 6194, 6195, 5, 94, 0, 0, - 6195, 6196, 5, 463, 0, 0, 6196, 6197, 5, 105, 0, 0, 6197, 6198, 5, 211, - 0, 0, 6198, 6199, 3, 634, 317, 0, 6199, 6200, 5, 6, 0, 0, 6200, 6201, 5, - 64, 0, 0, 6201, 6202, 5, 463, 0, 0, 6202, 6203, 5, 105, 0, 0, 6203, 6204, - 5, 211, 0, 0, 6204, 6205, 3, 634, 317, 0, 6205, 6217, 1, 0, 0, 0, 6206, - 6207, 5, 64, 0, 0, 6207, 6208, 5, 463, 0, 0, 6208, 6209, 5, 105, 0, 0, - 6209, 6210, 5, 211, 0, 0, 6210, 6217, 3, 634, 317, 0, 6211, 6212, 5, 94, - 0, 0, 6212, 6213, 5, 463, 0, 0, 6213, 6214, 5, 105, 0, 0, 6214, 6215, 5, - 211, 0, 0, 6215, 6217, 3, 634, 317, 0, 6216, 6182, 1, 0, 0, 0, 6216, 6194, - 1, 0, 0, 0, 6216, 6206, 1, 0, 0, 0, 6216, 6211, 1, 0, 0, 0, 6217, 715, - 1, 0, 0, 0, 6218, 6219, 5, 191, 0, 0, 6219, 6221, 5, 445, 0, 0, 6220, 6222, - 3, 710, 355, 0, 6221, 6220, 1, 0, 0, 0, 6221, 6222, 1, 0, 0, 0, 6222, 6223, - 1, 0, 0, 0, 6223, 6224, 5, 62, 0, 0, 6224, 6225, 3, 1128, 564, 0, 6225, - 6226, 5, 238, 0, 0, 6226, 6228, 3, 1352, 676, 0, 6227, 6229, 3, 108, 54, - 0, 6228, 6227, 1, 0, 0, 0, 6228, 6229, 1, 0, 0, 0, 6229, 717, 1, 0, 0, - 0, 6230, 6231, 5, 299, 0, 0, 6231, 6233, 3, 720, 360, 0, 6232, 6234, 3, - 600, 300, 0, 6233, 6232, 1, 0, 0, 0, 6233, 6234, 1, 0, 0, 0, 6234, 6235, - 1, 0, 0, 0, 6235, 6236, 3, 1348, 674, 0, 6236, 6265, 1, 0, 0, 0, 6237, - 6238, 5, 299, 0, 0, 6238, 6240, 3, 722, 361, 0, 6239, 6241, 3, 600, 300, - 0, 6240, 6239, 1, 0, 0, 0, 6240, 6241, 1, 0, 0, 0, 6241, 6242, 1, 0, 0, - 0, 6242, 6243, 3, 1352, 676, 0, 6243, 6265, 1, 0, 0, 0, 6244, 6245, 5, - 299, 0, 0, 6245, 6246, 5, 2, 0, 0, 6246, 6247, 3, 724, 362, 0, 6247, 6248, - 5, 3, 0, 0, 6248, 6250, 3, 720, 360, 0, 6249, 6251, 3, 600, 300, 0, 6250, - 6249, 1, 0, 0, 0, 6250, 6251, 1, 0, 0, 0, 6251, 6252, 1, 0, 0, 0, 6252, - 6253, 3, 1348, 674, 0, 6253, 6265, 1, 0, 0, 0, 6254, 6255, 5, 299, 0, 0, - 6255, 6256, 5, 2, 0, 0, 6256, 6257, 3, 724, 362, 0, 6257, 6258, 5, 3, 0, - 0, 6258, 6260, 3, 722, 361, 0, 6259, 6261, 3, 600, 300, 0, 6260, 6259, - 1, 0, 0, 0, 6260, 6261, 1, 0, 0, 0, 6261, 6262, 1, 0, 0, 0, 6262, 6263, - 3, 1352, 676, 0, 6263, 6265, 1, 0, 0, 0, 6264, 6230, 1, 0, 0, 0, 6264, - 6237, 1, 0, 0, 0, 6264, 6244, 1, 0, 0, 0, 6264, 6254, 1, 0, 0, 0, 6265, - 719, 1, 0, 0, 0, 6266, 6267, 7, 31, 0, 0, 6267, 721, 1, 0, 0, 0, 6268, - 6269, 7, 32, 0, 0, 6269, 723, 1, 0, 0, 0, 6270, 6275, 3, 726, 363, 0, 6271, - 6272, 5, 6, 0, 0, 6272, 6274, 3, 726, 363, 0, 6273, 6271, 1, 0, 0, 0, 6274, - 6277, 1, 0, 0, 0, 6275, 6273, 1, 0, 0, 0, 6275, 6276, 1, 0, 0, 0, 6276, - 725, 1, 0, 0, 0, 6277, 6275, 1, 0, 0, 0, 6278, 6279, 7, 33, 0, 0, 6279, - 727, 1, 0, 0, 0, 6280, 6281, 5, 138, 0, 0, 6281, 6282, 5, 344, 0, 0, 6282, - 6283, 3, 1352, 676, 0, 6283, 6284, 5, 326, 0, 0, 6284, 6285, 3, 116, 58, - 0, 6285, 6293, 1, 0, 0, 0, 6286, 6287, 5, 138, 0, 0, 6287, 6288, 5, 344, - 0, 0, 6288, 6289, 3, 1352, 676, 0, 6289, 6290, 5, 306, 0, 0, 6290, 6291, - 3, 116, 58, 0, 6291, 6293, 1, 0, 0, 0, 6292, 6280, 1, 0, 0, 0, 6292, 6286, - 1, 0, 0, 0, 6293, 729, 1, 0, 0, 0, 6294, 6295, 5, 138, 0, 0, 6295, 6296, - 5, 136, 0, 0, 6296, 6297, 3, 658, 329, 0, 6297, 6298, 5, 302, 0, 0, 6298, - 6299, 5, 94, 0, 0, 6299, 6300, 3, 1352, 676, 0, 6300, 6782, 1, 0, 0, 0, - 6301, 6302, 5, 138, 0, 0, 6302, 6303, 5, 108, 0, 0, 6303, 6304, 3, 528, - 264, 0, 6304, 6305, 5, 302, 0, 0, 6305, 6306, 5, 94, 0, 0, 6306, 6307, - 3, 1352, 676, 0, 6307, 6782, 1, 0, 0, 0, 6308, 6309, 5, 138, 0, 0, 6309, - 6310, 5, 168, 0, 0, 6310, 6311, 3, 528, 264, 0, 6311, 6312, 5, 302, 0, - 0, 6312, 6313, 5, 94, 0, 0, 6313, 6314, 3, 1352, 676, 0, 6314, 6782, 1, - 0, 0, 0, 6315, 6316, 5, 138, 0, 0, 6316, 6317, 5, 175, 0, 0, 6317, 6318, - 3, 1352, 676, 0, 6318, 6319, 5, 302, 0, 0, 6319, 6320, 5, 94, 0, 0, 6320, - 6321, 3, 1352, 676, 0, 6321, 6782, 1, 0, 0, 0, 6322, 6323, 5, 138, 0, 0, - 6323, 6324, 5, 189, 0, 0, 6324, 6325, 3, 528, 264, 0, 6325, 6326, 5, 302, - 0, 0, 6326, 6327, 5, 94, 0, 0, 6327, 6328, 3, 1352, 676, 0, 6328, 6782, - 1, 0, 0, 0, 6329, 6330, 5, 138, 0, 0, 6330, 6331, 5, 189, 0, 0, 6331, 6332, - 3, 528, 264, 0, 6332, 6333, 5, 302, 0, 0, 6333, 6334, 5, 45, 0, 0, 6334, - 6335, 3, 1352, 676, 0, 6335, 6336, 5, 94, 0, 0, 6336, 6337, 3, 1352, 676, - 0, 6337, 6782, 1, 0, 0, 0, 6338, 6339, 5, 138, 0, 0, 6339, 6340, 5, 63, - 0, 0, 6340, 6341, 5, 174, 0, 0, 6341, 6342, 5, 374, 0, 0, 6342, 6343, 3, - 1352, 676, 0, 6343, 6344, 5, 302, 0, 0, 6344, 6345, 5, 94, 0, 0, 6345, - 6346, 3, 1352, 676, 0, 6346, 6782, 1, 0, 0, 0, 6347, 6348, 5, 138, 0, 0, - 6348, 6349, 5, 211, 0, 0, 6349, 6350, 3, 634, 317, 0, 6350, 6351, 5, 302, - 0, 0, 6351, 6352, 5, 94, 0, 0, 6352, 6353, 3, 1352, 676, 0, 6353, 6782, - 1, 0, 0, 0, 6354, 6355, 5, 138, 0, 0, 6355, 6356, 5, 66, 0, 0, 6356, 6357, - 3, 1378, 689, 0, 6357, 6358, 5, 302, 0, 0, 6358, 6359, 5, 94, 0, 0, 6359, - 6360, 3, 1378, 689, 0, 6360, 6782, 1, 0, 0, 0, 6361, 6363, 5, 138, 0, 0, - 6362, 6364, 3, 312, 156, 0, 6363, 6362, 1, 0, 0, 0, 6363, 6364, 1, 0, 0, - 0, 6364, 6365, 1, 0, 0, 0, 6365, 6366, 5, 238, 0, 0, 6366, 6367, 3, 1352, - 676, 0, 6367, 6368, 5, 302, 0, 0, 6368, 6369, 5, 94, 0, 0, 6369, 6370, - 3, 1352, 676, 0, 6370, 6782, 1, 0, 0, 0, 6371, 6372, 5, 138, 0, 0, 6372, - 6373, 5, 271, 0, 0, 6373, 6374, 5, 156, 0, 0, 6374, 6375, 3, 528, 264, - 0, 6375, 6376, 5, 100, 0, 0, 6376, 6377, 3, 1352, 676, 0, 6377, 6378, 5, - 302, 0, 0, 6378, 6379, 5, 94, 0, 0, 6379, 6380, 3, 1352, 676, 0, 6380, - 6782, 1, 0, 0, 0, 6381, 6382, 5, 138, 0, 0, 6382, 6383, 5, 271, 0, 0, 6383, - 6384, 5, 206, 0, 0, 6384, 6385, 3, 528, 264, 0, 6385, 6386, 5, 100, 0, - 0, 6386, 6387, 3, 1352, 676, 0, 6387, 6388, 5, 302, 0, 0, 6388, 6389, 5, - 94, 0, 0, 6389, 6390, 3, 1352, 676, 0, 6390, 6782, 1, 0, 0, 0, 6391, 6392, - 5, 138, 0, 0, 6392, 6393, 5, 447, 0, 0, 6393, 6394, 3, 1352, 676, 0, 6394, - 6395, 5, 80, 0, 0, 6395, 6396, 3, 1348, 674, 0, 6396, 6397, 5, 302, 0, - 0, 6397, 6398, 5, 94, 0, 0, 6398, 6399, 3, 1352, 676, 0, 6399, 6782, 1, - 0, 0, 0, 6400, 6401, 5, 138, 0, 0, 6401, 6402, 5, 447, 0, 0, 6402, 6403, - 5, 220, 0, 0, 6403, 6404, 5, 390, 0, 0, 6404, 6405, 3, 1352, 676, 0, 6405, - 6406, 5, 80, 0, 0, 6406, 6407, 3, 1348, 674, 0, 6407, 6408, 5, 302, 0, - 0, 6408, 6409, 5, 94, 0, 0, 6409, 6410, 3, 1352, 676, 0, 6410, 6782, 1, - 0, 0, 0, 6411, 6412, 5, 138, 0, 0, 6412, 6413, 5, 289, 0, 0, 6413, 6414, - 3, 634, 317, 0, 6414, 6415, 5, 302, 0, 0, 6415, 6416, 5, 94, 0, 0, 6416, - 6417, 3, 1352, 676, 0, 6417, 6782, 1, 0, 0, 0, 6418, 6419, 5, 138, 0, 0, - 6419, 6420, 5, 454, 0, 0, 6420, 6421, 3, 1352, 676, 0, 6421, 6422, 5, 302, - 0, 0, 6422, 6423, 5, 94, 0, 0, 6423, 6424, 3, 1352, 676, 0, 6424, 6782, - 1, 0, 0, 0, 6425, 6426, 5, 138, 0, 0, 6426, 6427, 5, 444, 0, 0, 6427, 6428, - 3, 634, 317, 0, 6428, 6429, 5, 302, 0, 0, 6429, 6430, 5, 94, 0, 0, 6430, - 6431, 3, 1352, 676, 0, 6431, 6782, 1, 0, 0, 0, 6432, 6433, 5, 138, 0, 0, - 6433, 6434, 5, 316, 0, 0, 6434, 6435, 3, 1352, 676, 0, 6435, 6436, 5, 302, - 0, 0, 6436, 6437, 5, 94, 0, 0, 6437, 6438, 3, 1352, 676, 0, 6438, 6782, - 1, 0, 0, 0, 6439, 6440, 5, 138, 0, 0, 6440, 6441, 5, 324, 0, 0, 6441, 6442, - 3, 1352, 676, 0, 6442, 6443, 5, 302, 0, 0, 6443, 6444, 5, 94, 0, 0, 6444, - 6445, 3, 1352, 676, 0, 6445, 6782, 1, 0, 0, 0, 6446, 6447, 5, 138, 0, 0, - 6447, 6448, 5, 453, 0, 0, 6448, 6449, 3, 1352, 676, 0, 6449, 6450, 5, 302, - 0, 0, 6450, 6451, 5, 94, 0, 0, 6451, 6452, 3, 1352, 676, 0, 6452, 6782, - 1, 0, 0, 0, 6453, 6454, 5, 138, 0, 0, 6454, 6455, 5, 92, 0, 0, 6455, 6456, - 3, 1084, 542, 0, 6456, 6457, 5, 302, 0, 0, 6457, 6458, 5, 94, 0, 0, 6458, - 6459, 3, 1352, 676, 0, 6459, 6782, 1, 0, 0, 0, 6460, 6461, 5, 138, 0, 0, - 6461, 6462, 5, 92, 0, 0, 6462, 6463, 5, 220, 0, 0, 6463, 6464, 5, 390, - 0, 0, 6464, 6465, 3, 1084, 542, 0, 6465, 6466, 5, 302, 0, 0, 6466, 6467, - 5, 94, 0, 0, 6467, 6468, 3, 1352, 676, 0, 6468, 6782, 1, 0, 0, 0, 6469, - 6470, 5, 138, 0, 0, 6470, 6471, 5, 321, 0, 0, 6471, 6472, 3, 1348, 674, - 0, 6472, 6473, 5, 302, 0, 0, 6473, 6474, 5, 94, 0, 0, 6474, 6475, 3, 1352, - 676, 0, 6475, 6782, 1, 0, 0, 0, 6476, 6477, 5, 138, 0, 0, 6477, 6478, 5, - 321, 0, 0, 6478, 6479, 5, 220, 0, 0, 6479, 6480, 5, 390, 0, 0, 6480, 6481, - 3, 1348, 674, 0, 6481, 6482, 5, 302, 0, 0, 6482, 6483, 5, 94, 0, 0, 6483, - 6484, 3, 1352, 676, 0, 6484, 6782, 1, 0, 0, 0, 6485, 6486, 5, 138, 0, 0, - 6486, 6487, 5, 369, 0, 0, 6487, 6488, 3, 1348, 674, 0, 6488, 6489, 5, 302, - 0, 0, 6489, 6490, 5, 94, 0, 0, 6490, 6491, 3, 1352, 676, 0, 6491, 6782, - 1, 0, 0, 0, 6492, 6493, 5, 138, 0, 0, 6493, 6494, 5, 369, 0, 0, 6494, 6495, - 5, 220, 0, 0, 6495, 6496, 5, 390, 0, 0, 6496, 6497, 3, 1348, 674, 0, 6497, - 6498, 5, 302, 0, 0, 6498, 6499, 5, 94, 0, 0, 6499, 6500, 3, 1352, 676, - 0, 6500, 6782, 1, 0, 0, 0, 6501, 6502, 5, 138, 0, 0, 6502, 6503, 5, 251, - 0, 0, 6503, 6504, 5, 369, 0, 0, 6504, 6505, 3, 1348, 674, 0, 6505, 6506, - 5, 302, 0, 0, 6506, 6507, 5, 94, 0, 0, 6507, 6508, 3, 1352, 676, 0, 6508, - 6782, 1, 0, 0, 0, 6509, 6510, 5, 138, 0, 0, 6510, 6511, 5, 251, 0, 0, 6511, - 6512, 5, 369, 0, 0, 6512, 6513, 5, 220, 0, 0, 6513, 6514, 5, 390, 0, 0, - 6514, 6515, 3, 1348, 674, 0, 6515, 6516, 5, 302, 0, 0, 6516, 6517, 5, 94, - 0, 0, 6517, 6518, 3, 1352, 676, 0, 6518, 6782, 1, 0, 0, 0, 6519, 6520, - 5, 138, 0, 0, 6520, 6521, 5, 226, 0, 0, 6521, 6522, 3, 1348, 674, 0, 6522, - 6523, 5, 302, 0, 0, 6523, 6524, 5, 94, 0, 0, 6524, 6525, 3, 1352, 676, - 0, 6525, 6782, 1, 0, 0, 0, 6526, 6527, 5, 138, 0, 0, 6527, 6528, 5, 226, - 0, 0, 6528, 6529, 5, 220, 0, 0, 6529, 6530, 5, 390, 0, 0, 6530, 6531, 3, - 1348, 674, 0, 6531, 6532, 5, 302, 0, 0, 6532, 6533, 5, 94, 0, 0, 6533, - 6534, 3, 1352, 676, 0, 6534, 6782, 1, 0, 0, 0, 6535, 6536, 5, 138, 0, 0, - 6536, 6537, 5, 63, 0, 0, 6537, 6538, 5, 92, 0, 0, 6538, 6539, 3, 1084, - 542, 0, 6539, 6540, 5, 302, 0, 0, 6540, 6541, 5, 94, 0, 0, 6541, 6542, - 3, 1352, 676, 0, 6542, 6782, 1, 0, 0, 0, 6543, 6544, 5, 138, 0, 0, 6544, - 6545, 5, 63, 0, 0, 6545, 6546, 5, 92, 0, 0, 6546, 6547, 5, 220, 0, 0, 6547, - 6548, 5, 390, 0, 0, 6548, 6549, 3, 1084, 542, 0, 6549, 6550, 5, 302, 0, - 0, 6550, 6551, 5, 94, 0, 0, 6551, 6552, 3, 1352, 676, 0, 6552, 6782, 1, - 0, 0, 0, 6553, 6554, 5, 138, 0, 0, 6554, 6555, 5, 92, 0, 0, 6555, 6556, - 3, 1084, 542, 0, 6556, 6558, 5, 302, 0, 0, 6557, 6559, 3, 732, 366, 0, - 6558, 6557, 1, 0, 0, 0, 6558, 6559, 1, 0, 0, 0, 6559, 6560, 1, 0, 0, 0, - 6560, 6561, 3, 1352, 676, 0, 6561, 6562, 5, 94, 0, 0, 6562, 6563, 3, 1352, - 676, 0, 6563, 6782, 1, 0, 0, 0, 6564, 6565, 5, 138, 0, 0, 6565, 6566, 5, - 92, 0, 0, 6566, 6567, 5, 220, 0, 0, 6567, 6568, 5, 390, 0, 0, 6568, 6569, - 3, 1084, 542, 0, 6569, 6571, 5, 302, 0, 0, 6570, 6572, 3, 732, 366, 0, - 6571, 6570, 1, 0, 0, 0, 6571, 6572, 1, 0, 0, 0, 6572, 6573, 1, 0, 0, 0, - 6573, 6574, 3, 1352, 676, 0, 6574, 6575, 5, 94, 0, 0, 6575, 6576, 3, 1352, - 676, 0, 6576, 6782, 1, 0, 0, 0, 6577, 6578, 5, 138, 0, 0, 6578, 6579, 5, - 369, 0, 0, 6579, 6580, 3, 1348, 674, 0, 6580, 6582, 5, 302, 0, 0, 6581, - 6583, 3, 732, 366, 0, 6582, 6581, 1, 0, 0, 0, 6582, 6583, 1, 0, 0, 0, 6583, - 6584, 1, 0, 0, 0, 6584, 6585, 3, 1352, 676, 0, 6585, 6586, 5, 94, 0, 0, - 6586, 6587, 3, 1352, 676, 0, 6587, 6782, 1, 0, 0, 0, 6588, 6589, 5, 138, - 0, 0, 6589, 6590, 5, 369, 0, 0, 6590, 6591, 5, 220, 0, 0, 6591, 6592, 5, - 390, 0, 0, 6592, 6593, 3, 1348, 674, 0, 6593, 6595, 5, 302, 0, 0, 6594, - 6596, 3, 732, 366, 0, 6595, 6594, 1, 0, 0, 0, 6595, 6596, 1, 0, 0, 0, 6596, - 6597, 1, 0, 0, 0, 6597, 6598, 3, 1352, 676, 0, 6598, 6599, 5, 94, 0, 0, - 6599, 6600, 3, 1352, 676, 0, 6600, 6782, 1, 0, 0, 0, 6601, 6602, 5, 138, - 0, 0, 6602, 6603, 5, 251, 0, 0, 6603, 6604, 5, 369, 0, 0, 6604, 6605, 3, - 1348, 674, 0, 6605, 6607, 5, 302, 0, 0, 6606, 6608, 3, 732, 366, 0, 6607, - 6606, 1, 0, 0, 0, 6607, 6608, 1, 0, 0, 0, 6608, 6609, 1, 0, 0, 0, 6609, - 6610, 3, 1352, 676, 0, 6610, 6611, 5, 94, 0, 0, 6611, 6612, 3, 1352, 676, - 0, 6612, 6782, 1, 0, 0, 0, 6613, 6614, 5, 138, 0, 0, 6614, 6615, 5, 251, - 0, 0, 6615, 6616, 5, 369, 0, 0, 6616, 6617, 5, 220, 0, 0, 6617, 6618, 5, - 390, 0, 0, 6618, 6619, 3, 1348, 674, 0, 6619, 6621, 5, 302, 0, 0, 6620, - 6622, 3, 732, 366, 0, 6621, 6620, 1, 0, 0, 0, 6621, 6622, 1, 0, 0, 0, 6622, - 6623, 1, 0, 0, 0, 6623, 6624, 3, 1352, 676, 0, 6624, 6625, 5, 94, 0, 0, - 6625, 6626, 3, 1352, 676, 0, 6626, 6782, 1, 0, 0, 0, 6627, 6628, 5, 138, - 0, 0, 6628, 6629, 5, 92, 0, 0, 6629, 6630, 3, 1084, 542, 0, 6630, 6631, - 5, 302, 0, 0, 6631, 6632, 5, 45, 0, 0, 6632, 6633, 3, 1352, 676, 0, 6633, - 6634, 5, 94, 0, 0, 6634, 6635, 3, 1352, 676, 0, 6635, 6782, 1, 0, 0, 0, - 6636, 6637, 5, 138, 0, 0, 6637, 6638, 5, 92, 0, 0, 6638, 6639, 5, 220, - 0, 0, 6639, 6640, 5, 390, 0, 0, 6640, 6641, 3, 1084, 542, 0, 6641, 6642, - 5, 302, 0, 0, 6642, 6643, 5, 45, 0, 0, 6643, 6644, 3, 1352, 676, 0, 6644, - 6645, 5, 94, 0, 0, 6645, 6646, 3, 1352, 676, 0, 6646, 6782, 1, 0, 0, 0, - 6647, 6648, 5, 138, 0, 0, 6648, 6649, 5, 63, 0, 0, 6649, 6650, 5, 92, 0, - 0, 6650, 6651, 3, 1084, 542, 0, 6651, 6653, 5, 302, 0, 0, 6652, 6654, 3, - 732, 366, 0, 6653, 6652, 1, 0, 0, 0, 6653, 6654, 1, 0, 0, 0, 6654, 6655, - 1, 0, 0, 0, 6655, 6656, 3, 1352, 676, 0, 6656, 6657, 5, 94, 0, 0, 6657, - 6658, 3, 1352, 676, 0, 6658, 6782, 1, 0, 0, 0, 6659, 6660, 5, 138, 0, 0, - 6660, 6661, 5, 63, 0, 0, 6661, 6662, 5, 92, 0, 0, 6662, 6663, 5, 220, 0, - 0, 6663, 6664, 5, 390, 0, 0, 6664, 6665, 3, 1084, 542, 0, 6665, 6667, 5, - 302, 0, 0, 6666, 6668, 3, 732, 366, 0, 6667, 6666, 1, 0, 0, 0, 6667, 6668, - 1, 0, 0, 0, 6668, 6669, 1, 0, 0, 0, 6669, 6670, 3, 1352, 676, 0, 6670, - 6671, 5, 94, 0, 0, 6671, 6672, 3, 1352, 676, 0, 6672, 6782, 1, 0, 0, 0, - 6673, 6674, 5, 138, 0, 0, 6674, 6675, 5, 314, 0, 0, 6675, 6676, 3, 1352, - 676, 0, 6676, 6677, 5, 80, 0, 0, 6677, 6678, 3, 1348, 674, 0, 6678, 6679, - 5, 302, 0, 0, 6679, 6680, 5, 94, 0, 0, 6680, 6681, 3, 1352, 676, 0, 6681, - 6782, 1, 0, 0, 0, 6682, 6683, 5, 138, 0, 0, 6683, 6684, 5, 350, 0, 0, 6684, - 6685, 3, 1352, 676, 0, 6685, 6686, 5, 80, 0, 0, 6686, 6687, 3, 1348, 674, - 0, 6687, 6688, 5, 302, 0, 0, 6688, 6689, 5, 94, 0, 0, 6689, 6690, 3, 1352, - 676, 0, 6690, 6782, 1, 0, 0, 0, 6691, 6692, 5, 138, 0, 0, 6692, 6693, 5, - 198, 0, 0, 6693, 6694, 5, 350, 0, 0, 6694, 6695, 3, 1352, 676, 0, 6695, - 6696, 5, 302, 0, 0, 6696, 6697, 5, 94, 0, 0, 6697, 6698, 3, 1352, 676, - 0, 6698, 6782, 1, 0, 0, 0, 6699, 6700, 5, 138, 0, 0, 6700, 6701, 5, 311, - 0, 0, 6701, 6702, 3, 1378, 689, 0, 6702, 6703, 5, 302, 0, 0, 6703, 6704, - 5, 94, 0, 0, 6704, 6705, 3, 1378, 689, 0, 6705, 6782, 1, 0, 0, 0, 6706, - 6707, 5, 138, 0, 0, 6707, 6708, 5, 99, 0, 0, 6708, 6709, 3, 1378, 689, - 0, 6709, 6710, 5, 302, 0, 0, 6710, 6711, 5, 94, 0, 0, 6711, 6712, 3, 1378, - 689, 0, 6712, 6782, 1, 0, 0, 0, 6713, 6714, 5, 138, 0, 0, 6714, 6715, 5, - 344, 0, 0, 6715, 6716, 3, 1352, 676, 0, 6716, 6717, 5, 302, 0, 0, 6717, - 6718, 5, 94, 0, 0, 6718, 6719, 3, 1352, 676, 0, 6719, 6782, 1, 0, 0, 0, - 6720, 6721, 5, 138, 0, 0, 6721, 6722, 5, 335, 0, 0, 6722, 6723, 3, 528, - 264, 0, 6723, 6724, 5, 302, 0, 0, 6724, 6725, 5, 94, 0, 0, 6725, 6726, - 3, 1352, 676, 0, 6726, 6782, 1, 0, 0, 0, 6727, 6728, 5, 138, 0, 0, 6728, - 6729, 5, 348, 0, 0, 6729, 6730, 5, 318, 0, 0, 6730, 6731, 5, 276, 0, 0, - 6731, 6732, 3, 528, 264, 0, 6732, 6733, 5, 302, 0, 0, 6733, 6734, 5, 94, - 0, 0, 6734, 6735, 3, 1352, 676, 0, 6735, 6782, 1, 0, 0, 0, 6736, 6737, - 5, 138, 0, 0, 6737, 6738, 5, 348, 0, 0, 6738, 6739, 5, 318, 0, 0, 6739, - 6740, 5, 185, 0, 0, 6740, 6741, 3, 528, 264, 0, 6741, 6742, 5, 302, 0, - 0, 6742, 6743, 5, 94, 0, 0, 6743, 6744, 3, 1352, 676, 0, 6744, 6782, 1, - 0, 0, 0, 6745, 6746, 5, 138, 0, 0, 6746, 6747, 5, 348, 0, 0, 6747, 6748, - 5, 318, 0, 0, 6748, 6749, 5, 346, 0, 0, 6749, 6750, 3, 528, 264, 0, 6750, - 6751, 5, 302, 0, 0, 6751, 6752, 5, 94, 0, 0, 6752, 6753, 3, 1352, 676, - 0, 6753, 6782, 1, 0, 0, 0, 6754, 6755, 5, 138, 0, 0, 6755, 6756, 5, 348, - 0, 0, 6756, 6757, 5, 318, 0, 0, 6757, 6758, 5, 163, 0, 0, 6758, 6759, 3, - 528, 264, 0, 6759, 6760, 5, 302, 0, 0, 6760, 6761, 5, 94, 0, 0, 6761, 6762, - 3, 1352, 676, 0, 6762, 6782, 1, 0, 0, 0, 6763, 6764, 5, 138, 0, 0, 6764, - 6765, 5, 353, 0, 0, 6765, 6766, 3, 528, 264, 0, 6766, 6767, 5, 302, 0, - 0, 6767, 6768, 5, 94, 0, 0, 6768, 6769, 3, 1352, 676, 0, 6769, 6782, 1, - 0, 0, 0, 6770, 6771, 5, 138, 0, 0, 6771, 6772, 5, 353, 0, 0, 6772, 6773, - 3, 528, 264, 0, 6773, 6774, 5, 302, 0, 0, 6774, 6775, 5, 143, 0, 0, 6775, - 6776, 3, 1352, 676, 0, 6776, 6777, 5, 94, 0, 0, 6777, 6779, 3, 1352, 676, - 0, 6778, 6780, 3, 108, 54, 0, 6779, 6778, 1, 0, 0, 0, 6779, 6780, 1, 0, - 0, 0, 6780, 6782, 1, 0, 0, 0, 6781, 6294, 1, 0, 0, 0, 6781, 6301, 1, 0, - 0, 0, 6781, 6308, 1, 0, 0, 0, 6781, 6315, 1, 0, 0, 0, 6781, 6322, 1, 0, - 0, 0, 6781, 6329, 1, 0, 0, 0, 6781, 6338, 1, 0, 0, 0, 6781, 6347, 1, 0, - 0, 0, 6781, 6354, 1, 0, 0, 0, 6781, 6361, 1, 0, 0, 0, 6781, 6371, 1, 0, - 0, 0, 6781, 6381, 1, 0, 0, 0, 6781, 6391, 1, 0, 0, 0, 6781, 6400, 1, 0, - 0, 0, 6781, 6411, 1, 0, 0, 0, 6781, 6418, 1, 0, 0, 0, 6781, 6425, 1, 0, - 0, 0, 6781, 6432, 1, 0, 0, 0, 6781, 6439, 1, 0, 0, 0, 6781, 6446, 1, 0, - 0, 0, 6781, 6453, 1, 0, 0, 0, 6781, 6460, 1, 0, 0, 0, 6781, 6469, 1, 0, - 0, 0, 6781, 6476, 1, 0, 0, 0, 6781, 6485, 1, 0, 0, 0, 6781, 6492, 1, 0, - 0, 0, 6781, 6501, 1, 0, 0, 0, 6781, 6509, 1, 0, 0, 0, 6781, 6519, 1, 0, - 0, 0, 6781, 6526, 1, 0, 0, 0, 6781, 6535, 1, 0, 0, 0, 6781, 6543, 1, 0, - 0, 0, 6781, 6553, 1, 0, 0, 0, 6781, 6564, 1, 0, 0, 0, 6781, 6577, 1, 0, - 0, 0, 6781, 6588, 1, 0, 0, 0, 6781, 6601, 1, 0, 0, 0, 6781, 6613, 1, 0, - 0, 0, 6781, 6627, 1, 0, 0, 0, 6781, 6636, 1, 0, 0, 0, 6781, 6647, 1, 0, - 0, 0, 6781, 6659, 1, 0, 0, 0, 6781, 6673, 1, 0, 0, 0, 6781, 6682, 1, 0, - 0, 0, 6781, 6691, 1, 0, 0, 0, 6781, 6699, 1, 0, 0, 0, 6781, 6706, 1, 0, - 0, 0, 6781, 6713, 1, 0, 0, 0, 6781, 6720, 1, 0, 0, 0, 6781, 6727, 1, 0, - 0, 0, 6781, 6736, 1, 0, 0, 0, 6781, 6745, 1, 0, 0, 0, 6781, 6754, 1, 0, - 0, 0, 6781, 6763, 1, 0, 0, 0, 6781, 6770, 1, 0, 0, 0, 6782, 731, 1, 0, - 0, 0, 6783, 6784, 5, 44, 0, 0, 6784, 733, 1, 0, 0, 0, 6785, 6786, 5, 326, - 0, 0, 6786, 6787, 5, 174, 0, 0, 6787, 735, 1, 0, 0, 0, 6788, 6789, 5, 138, - 0, 0, 6789, 6790, 5, 211, 0, 0, 6790, 6792, 3, 634, 317, 0, 6791, 6793, - 3, 738, 369, 0, 6792, 6791, 1, 0, 0, 0, 6792, 6793, 1, 0, 0, 0, 6793, 6794, - 1, 0, 0, 0, 6794, 6795, 5, 464, 0, 0, 6795, 6796, 5, 80, 0, 0, 6796, 6797, - 5, 204, 0, 0, 6797, 6798, 3, 1352, 676, 0, 6798, 6858, 1, 0, 0, 0, 6799, - 6800, 5, 138, 0, 0, 6800, 6801, 5, 289, 0, 0, 6801, 6803, 3, 634, 317, - 0, 6802, 6804, 3, 738, 369, 0, 6803, 6802, 1, 0, 0, 0, 6803, 6804, 1, 0, - 0, 0, 6804, 6805, 1, 0, 0, 0, 6805, 6806, 5, 464, 0, 0, 6806, 6807, 5, - 80, 0, 0, 6807, 6808, 5, 204, 0, 0, 6808, 6809, 3, 1352, 676, 0, 6809, - 6858, 1, 0, 0, 0, 6810, 6811, 5, 138, 0, 0, 6811, 6812, 5, 444, 0, 0, 6812, - 6814, 3, 634, 317, 0, 6813, 6815, 3, 738, 369, 0, 6814, 6813, 1, 0, 0, - 0, 6814, 6815, 1, 0, 0, 0, 6815, 6816, 1, 0, 0, 0, 6816, 6817, 5, 464, - 0, 0, 6817, 6818, 5, 80, 0, 0, 6818, 6819, 5, 204, 0, 0, 6819, 6820, 3, - 1352, 676, 0, 6820, 6858, 1, 0, 0, 0, 6821, 6822, 5, 138, 0, 0, 6822, 6823, - 5, 350, 0, 0, 6823, 6824, 3, 1352, 676, 0, 6824, 6825, 5, 80, 0, 0, 6825, - 6827, 3, 1348, 674, 0, 6826, 6828, 3, 738, 369, 0, 6827, 6826, 1, 0, 0, - 0, 6827, 6828, 1, 0, 0, 0, 6828, 6829, 1, 0, 0, 0, 6829, 6830, 5, 464, - 0, 0, 6830, 6831, 5, 80, 0, 0, 6831, 6832, 5, 204, 0, 0, 6832, 6833, 3, - 1352, 676, 0, 6833, 6858, 1, 0, 0, 0, 6834, 6835, 5, 138, 0, 0, 6835, 6836, - 5, 251, 0, 0, 6836, 6837, 5, 369, 0, 0, 6837, 6839, 3, 1348, 674, 0, 6838, - 6840, 3, 738, 369, 0, 6839, 6838, 1, 0, 0, 0, 6839, 6840, 1, 0, 0, 0, 6840, - 6841, 1, 0, 0, 0, 6841, 6842, 5, 464, 0, 0, 6842, 6843, 5, 80, 0, 0, 6843, - 6844, 5, 204, 0, 0, 6844, 6845, 3, 1352, 676, 0, 6845, 6858, 1, 0, 0, 0, - 6846, 6847, 5, 138, 0, 0, 6847, 6848, 5, 226, 0, 0, 6848, 6850, 3, 1348, - 674, 0, 6849, 6851, 3, 738, 369, 0, 6850, 6849, 1, 0, 0, 0, 6850, 6851, - 1, 0, 0, 0, 6851, 6852, 1, 0, 0, 0, 6852, 6853, 5, 464, 0, 0, 6853, 6854, - 5, 80, 0, 0, 6854, 6855, 5, 204, 0, 0, 6855, 6856, 3, 1352, 676, 0, 6856, - 6858, 1, 0, 0, 0, 6857, 6788, 1, 0, 0, 0, 6857, 6799, 1, 0, 0, 0, 6857, - 6810, 1, 0, 0, 0, 6857, 6821, 1, 0, 0, 0, 6857, 6834, 1, 0, 0, 0, 6857, - 6846, 1, 0, 0, 0, 6858, 737, 1, 0, 0, 0, 6859, 6860, 5, 262, 0, 0, 6860, - 739, 1, 0, 0, 0, 6861, 6862, 5, 138, 0, 0, 6862, 6863, 5, 136, 0, 0, 6863, - 6864, 3, 658, 329, 0, 6864, 6865, 5, 326, 0, 0, 6865, 6866, 5, 316, 0, - 0, 6866, 6867, 3, 1352, 676, 0, 6867, 7079, 1, 0, 0, 0, 6868, 6869, 5, - 138, 0, 0, 6869, 6870, 5, 108, 0, 0, 6870, 6871, 3, 528, 264, 0, 6871, - 6872, 5, 326, 0, 0, 6872, 6873, 5, 316, 0, 0, 6873, 6874, 3, 1352, 676, - 0, 6874, 7079, 1, 0, 0, 0, 6875, 6876, 5, 138, 0, 0, 6876, 6877, 5, 168, - 0, 0, 6877, 6878, 3, 528, 264, 0, 6878, 6879, 5, 326, 0, 0, 6879, 6880, - 5, 316, 0, 0, 6880, 6881, 3, 1352, 676, 0, 6881, 7079, 1, 0, 0, 0, 6882, - 6883, 5, 138, 0, 0, 6883, 6884, 5, 189, 0, 0, 6884, 6885, 3, 528, 264, - 0, 6885, 6886, 5, 326, 0, 0, 6886, 6887, 5, 316, 0, 0, 6887, 6888, 3, 1352, - 676, 0, 6888, 7079, 1, 0, 0, 0, 6889, 6890, 5, 138, 0, 0, 6890, 6891, 5, - 204, 0, 0, 6891, 6892, 3, 1352, 676, 0, 6892, 6893, 5, 326, 0, 0, 6893, - 6894, 5, 316, 0, 0, 6894, 6895, 3, 1352, 676, 0, 6895, 7079, 1, 0, 0, 0, - 6896, 6897, 5, 138, 0, 0, 6897, 6898, 5, 211, 0, 0, 6898, 6899, 3, 634, - 317, 0, 6899, 6900, 5, 326, 0, 0, 6900, 6901, 5, 316, 0, 0, 6901, 6902, - 3, 1352, 676, 0, 6902, 7079, 1, 0, 0, 0, 6903, 6904, 5, 138, 0, 0, 6904, - 6905, 5, 271, 0, 0, 6905, 6906, 3, 696, 348, 0, 6906, 6907, 5, 326, 0, - 0, 6907, 6908, 5, 316, 0, 0, 6908, 6909, 3, 1352, 676, 0, 6909, 7079, 1, - 0, 0, 0, 6910, 6911, 5, 138, 0, 0, 6911, 6912, 5, 271, 0, 0, 6912, 6913, - 5, 156, 0, 0, 6913, 6914, 3, 528, 264, 0, 6914, 6915, 5, 100, 0, 0, 6915, - 6916, 3, 1352, 676, 0, 6916, 6917, 5, 326, 0, 0, 6917, 6918, 5, 316, 0, - 0, 6918, 6919, 3, 1352, 676, 0, 6919, 7079, 1, 0, 0, 0, 6920, 6921, 5, - 138, 0, 0, 6921, 6922, 5, 271, 0, 0, 6922, 6923, 5, 206, 0, 0, 6923, 6924, - 3, 528, 264, 0, 6924, 6925, 5, 100, 0, 0, 6925, 6926, 3, 1352, 676, 0, - 6926, 6927, 5, 326, 0, 0, 6927, 6928, 5, 316, 0, 0, 6928, 6929, 3, 1352, - 676, 0, 6929, 7079, 1, 0, 0, 0, 6930, 6931, 5, 138, 0, 0, 6931, 6932, 5, - 289, 0, 0, 6932, 6933, 3, 634, 317, 0, 6933, 6934, 5, 326, 0, 0, 6934, - 6935, 5, 316, 0, 0, 6935, 6936, 3, 1352, 676, 0, 6936, 7079, 1, 0, 0, 0, - 6937, 6938, 5, 138, 0, 0, 6938, 6939, 5, 444, 0, 0, 6939, 6940, 3, 634, - 317, 0, 6940, 6941, 5, 326, 0, 0, 6941, 6942, 5, 316, 0, 0, 6942, 6943, - 3, 1352, 676, 0, 6943, 7079, 1, 0, 0, 0, 6944, 6945, 5, 138, 0, 0, 6945, - 6946, 5, 92, 0, 0, 6946, 6947, 3, 1084, 542, 0, 6947, 6948, 5, 326, 0, - 0, 6948, 6949, 5, 316, 0, 0, 6949, 6950, 3, 1352, 676, 0, 6950, 7079, 1, - 0, 0, 0, 6951, 6952, 5, 138, 0, 0, 6952, 6953, 5, 92, 0, 0, 6953, 6954, - 5, 220, 0, 0, 6954, 6955, 5, 390, 0, 0, 6955, 6956, 3, 1084, 542, 0, 6956, - 6957, 5, 326, 0, 0, 6957, 6958, 5, 316, 0, 0, 6958, 6959, 3, 1352, 676, - 0, 6959, 7079, 1, 0, 0, 0, 6960, 6961, 5, 138, 0, 0, 6961, 6962, 5, 335, - 0, 0, 6962, 6963, 3, 528, 264, 0, 6963, 6964, 5, 326, 0, 0, 6964, 6965, - 5, 316, 0, 0, 6965, 6966, 3, 1352, 676, 0, 6966, 7079, 1, 0, 0, 0, 6967, - 6968, 5, 138, 0, 0, 6968, 6969, 5, 348, 0, 0, 6969, 6970, 5, 318, 0, 0, - 6970, 6971, 5, 276, 0, 0, 6971, 6972, 3, 528, 264, 0, 6972, 6973, 5, 326, - 0, 0, 6973, 6974, 5, 316, 0, 0, 6974, 6975, 3, 1352, 676, 0, 6975, 7079, - 1, 0, 0, 0, 6976, 6977, 5, 138, 0, 0, 6977, 6978, 5, 348, 0, 0, 6978, 6979, - 5, 318, 0, 0, 6979, 6980, 5, 185, 0, 0, 6980, 6981, 3, 528, 264, 0, 6981, - 6982, 5, 326, 0, 0, 6982, 6983, 5, 316, 0, 0, 6983, 6984, 3, 1352, 676, - 0, 6984, 7079, 1, 0, 0, 0, 6985, 6986, 5, 138, 0, 0, 6986, 6987, 5, 348, - 0, 0, 6987, 6988, 5, 318, 0, 0, 6988, 6989, 5, 346, 0, 0, 6989, 6990, 3, - 528, 264, 0, 6990, 6991, 5, 326, 0, 0, 6991, 6992, 5, 316, 0, 0, 6992, - 6993, 3, 1352, 676, 0, 6993, 7079, 1, 0, 0, 0, 6994, 6995, 5, 138, 0, 0, - 6995, 6996, 5, 348, 0, 0, 6996, 6997, 5, 318, 0, 0, 6997, 6998, 5, 163, - 0, 0, 6998, 6999, 3, 528, 264, 0, 6999, 7000, 5, 326, 0, 0, 7000, 7001, - 5, 316, 0, 0, 7001, 7002, 3, 1352, 676, 0, 7002, 7079, 1, 0, 0, 0, 7003, - 7004, 5, 138, 0, 0, 7004, 7005, 5, 321, 0, 0, 7005, 7006, 3, 1348, 674, - 0, 7006, 7007, 5, 326, 0, 0, 7007, 7008, 5, 316, 0, 0, 7008, 7009, 3, 1352, - 676, 0, 7009, 7079, 1, 0, 0, 0, 7010, 7011, 5, 138, 0, 0, 7011, 7012, 5, - 321, 0, 0, 7012, 7013, 5, 220, 0, 0, 7013, 7014, 5, 390, 0, 0, 7014, 7015, - 3, 1348, 674, 0, 7015, 7016, 5, 326, 0, 0, 7016, 7017, 5, 316, 0, 0, 7017, - 7018, 3, 1352, 676, 0, 7018, 7079, 1, 0, 0, 0, 7019, 7020, 5, 138, 0, 0, - 7020, 7021, 5, 369, 0, 0, 7021, 7022, 3, 1348, 674, 0, 7022, 7023, 5, 326, - 0, 0, 7023, 7024, 5, 316, 0, 0, 7024, 7025, 3, 1352, 676, 0, 7025, 7079, - 1, 0, 0, 0, 7026, 7027, 5, 138, 0, 0, 7027, 7028, 5, 369, 0, 0, 7028, 7029, - 5, 220, 0, 0, 7029, 7030, 5, 390, 0, 0, 7030, 7031, 3, 1348, 674, 0, 7031, - 7032, 5, 326, 0, 0, 7032, 7033, 5, 316, 0, 0, 7033, 7034, 3, 1352, 676, - 0, 7034, 7079, 1, 0, 0, 0, 7035, 7036, 5, 138, 0, 0, 7036, 7037, 5, 251, - 0, 0, 7037, 7038, 5, 369, 0, 0, 7038, 7039, 3, 1348, 674, 0, 7039, 7040, - 5, 326, 0, 0, 7040, 7041, 5, 316, 0, 0, 7041, 7042, 3, 1352, 676, 0, 7042, - 7079, 1, 0, 0, 0, 7043, 7044, 5, 138, 0, 0, 7044, 7045, 5, 251, 0, 0, 7045, - 7046, 5, 369, 0, 0, 7046, 7047, 5, 220, 0, 0, 7047, 7048, 5, 390, 0, 0, - 7048, 7049, 3, 1348, 674, 0, 7049, 7050, 5, 326, 0, 0, 7050, 7051, 5, 316, - 0, 0, 7051, 7052, 3, 1352, 676, 0, 7052, 7079, 1, 0, 0, 0, 7053, 7054, - 5, 138, 0, 0, 7054, 7055, 5, 63, 0, 0, 7055, 7056, 5, 92, 0, 0, 7056, 7057, - 3, 1084, 542, 0, 7057, 7058, 5, 326, 0, 0, 7058, 7059, 5, 316, 0, 0, 7059, - 7060, 3, 1352, 676, 0, 7060, 7079, 1, 0, 0, 0, 7061, 7062, 5, 138, 0, 0, - 7062, 7063, 5, 63, 0, 0, 7063, 7064, 5, 92, 0, 0, 7064, 7065, 5, 220, 0, - 0, 7065, 7066, 5, 390, 0, 0, 7066, 7067, 3, 1084, 542, 0, 7067, 7068, 5, - 326, 0, 0, 7068, 7069, 5, 316, 0, 0, 7069, 7070, 3, 1352, 676, 0, 7070, - 7079, 1, 0, 0, 0, 7071, 7072, 5, 138, 0, 0, 7072, 7073, 5, 353, 0, 0, 7073, - 7074, 3, 528, 264, 0, 7074, 7075, 5, 326, 0, 0, 7075, 7076, 5, 316, 0, - 0, 7076, 7077, 3, 1352, 676, 0, 7077, 7079, 1, 0, 0, 0, 7078, 6861, 1, - 0, 0, 0, 7078, 6868, 1, 0, 0, 0, 7078, 6875, 1, 0, 0, 0, 7078, 6882, 1, - 0, 0, 0, 7078, 6889, 1, 0, 0, 0, 7078, 6896, 1, 0, 0, 0, 7078, 6903, 1, - 0, 0, 0, 7078, 6910, 1, 0, 0, 0, 7078, 6920, 1, 0, 0, 0, 7078, 6930, 1, - 0, 0, 0, 7078, 6937, 1, 0, 0, 0, 7078, 6944, 1, 0, 0, 0, 7078, 6951, 1, - 0, 0, 0, 7078, 6960, 1, 0, 0, 0, 7078, 6967, 1, 0, 0, 0, 7078, 6976, 1, - 0, 0, 0, 7078, 6985, 1, 0, 0, 0, 7078, 6994, 1, 0, 0, 0, 7078, 7003, 1, - 0, 0, 0, 7078, 7010, 1, 0, 0, 0, 7078, 7019, 1, 0, 0, 0, 7078, 7026, 1, - 0, 0, 0, 7078, 7035, 1, 0, 0, 0, 7078, 7043, 1, 0, 0, 0, 7078, 7053, 1, - 0, 0, 0, 7078, 7061, 1, 0, 0, 0, 7078, 7071, 1, 0, 0, 0, 7079, 741, 1, - 0, 0, 0, 7080, 7081, 5, 138, 0, 0, 7081, 7082, 5, 271, 0, 0, 7082, 7083, - 3, 696, 348, 0, 7083, 7084, 5, 326, 0, 0, 7084, 7085, 5, 2, 0, 0, 7085, - 7086, 3, 744, 372, 0, 7086, 7087, 5, 3, 0, 0, 7087, 743, 1, 0, 0, 0, 7088, - 7093, 3, 746, 373, 0, 7089, 7090, 5, 6, 0, 0, 7090, 7092, 3, 746, 373, - 0, 7091, 7089, 1, 0, 0, 0, 7092, 7095, 1, 0, 0, 0, 7093, 7091, 1, 0, 0, - 0, 7093, 7094, 1, 0, 0, 0, 7094, 745, 1, 0, 0, 0, 7095, 7093, 1, 0, 0, - 0, 7096, 7097, 3, 1392, 696, 0, 7097, 7098, 5, 10, 0, 0, 7098, 7099, 5, - 401, 0, 0, 7099, 7105, 1, 0, 0, 0, 7100, 7101, 3, 1392, 696, 0, 7101, 7102, - 5, 10, 0, 0, 7102, 7103, 3, 748, 374, 0, 7103, 7105, 1, 0, 0, 0, 7104, - 7096, 1, 0, 0, 0, 7104, 7100, 1, 0, 0, 0, 7105, 747, 1, 0, 0, 0, 7106, - 7112, 3, 648, 324, 0, 7107, 7112, 3, 1404, 702, 0, 7108, 7112, 3, 1286, - 643, 0, 7109, 7112, 3, 296, 148, 0, 7110, 7112, 3, 1370, 685, 0, 7111, - 7106, 1, 0, 0, 0, 7111, 7107, 1, 0, 0, 0, 7111, 7108, 1, 0, 0, 0, 7111, - 7109, 1, 0, 0, 0, 7111, 7110, 1, 0, 0, 0, 7112, 749, 1, 0, 0, 0, 7113, - 7114, 5, 138, 0, 0, 7114, 7115, 5, 353, 0, 0, 7115, 7116, 3, 528, 264, - 0, 7116, 7117, 5, 326, 0, 0, 7117, 7118, 5, 2, 0, 0, 7118, 7119, 3, 744, - 372, 0, 7119, 7120, 5, 3, 0, 0, 7120, 751, 1, 0, 0, 0, 7121, 7122, 5, 138, - 0, 0, 7122, 7123, 5, 136, 0, 0, 7123, 7124, 3, 658, 329, 0, 7124, 7125, - 5, 275, 0, 0, 7125, 7126, 5, 94, 0, 0, 7126, 7127, 3, 1380, 690, 0, 7127, - 7307, 1, 0, 0, 0, 7128, 7129, 5, 138, 0, 0, 7129, 7130, 5, 108, 0, 0, 7130, - 7131, 3, 528, 264, 0, 7131, 7132, 5, 275, 0, 0, 7132, 7133, 5, 94, 0, 0, - 7133, 7134, 3, 1380, 690, 0, 7134, 7307, 1, 0, 0, 0, 7135, 7136, 5, 138, - 0, 0, 7136, 7137, 5, 168, 0, 0, 7137, 7138, 3, 528, 264, 0, 7138, 7139, - 5, 275, 0, 0, 7139, 7140, 5, 94, 0, 0, 7140, 7141, 3, 1380, 690, 0, 7141, - 7307, 1, 0, 0, 0, 7142, 7143, 5, 138, 0, 0, 7143, 7144, 5, 175, 0, 0, 7144, - 7145, 3, 1352, 676, 0, 7145, 7146, 5, 275, 0, 0, 7146, 7147, 5, 94, 0, - 0, 7147, 7148, 3, 1380, 690, 0, 7148, 7307, 1, 0, 0, 0, 7149, 7150, 5, - 138, 0, 0, 7150, 7151, 5, 189, 0, 0, 7151, 7152, 3, 528, 264, 0, 7152, - 7153, 5, 275, 0, 0, 7153, 7154, 5, 94, 0, 0, 7154, 7155, 3, 1380, 690, - 0, 7155, 7307, 1, 0, 0, 0, 7156, 7157, 5, 138, 0, 0, 7157, 7158, 5, 211, - 0, 0, 7158, 7159, 3, 634, 317, 0, 7159, 7160, 5, 275, 0, 0, 7160, 7161, - 5, 94, 0, 0, 7161, 7162, 3, 1380, 690, 0, 7162, 7307, 1, 0, 0, 0, 7163, - 7165, 5, 138, 0, 0, 7164, 7166, 3, 312, 156, 0, 7165, 7164, 1, 0, 0, 0, - 7165, 7166, 1, 0, 0, 0, 7166, 7167, 1, 0, 0, 0, 7167, 7168, 5, 238, 0, - 0, 7168, 7169, 3, 1352, 676, 0, 7169, 7170, 5, 275, 0, 0, 7170, 7171, 5, - 94, 0, 0, 7171, 7172, 3, 1380, 690, 0, 7172, 7307, 1, 0, 0, 0, 7173, 7174, - 5, 138, 0, 0, 7174, 7175, 5, 239, 0, 0, 7175, 7176, 5, 267, 0, 0, 7176, - 7177, 3, 296, 148, 0, 7177, 7178, 5, 275, 0, 0, 7178, 7179, 5, 94, 0, 0, - 7179, 7180, 3, 1380, 690, 0, 7180, 7307, 1, 0, 0, 0, 7181, 7182, 5, 138, - 0, 0, 7182, 7183, 5, 271, 0, 0, 7183, 7184, 3, 696, 348, 0, 7184, 7185, - 5, 275, 0, 0, 7185, 7186, 5, 94, 0, 0, 7186, 7187, 3, 1380, 690, 0, 7187, - 7307, 1, 0, 0, 0, 7188, 7189, 5, 138, 0, 0, 7189, 7190, 5, 271, 0, 0, 7190, - 7191, 5, 156, 0, 0, 7191, 7192, 3, 528, 264, 0, 7192, 7193, 5, 100, 0, - 0, 7193, 7194, 3, 1352, 676, 0, 7194, 7195, 5, 275, 0, 0, 7195, 7196, 5, - 94, 0, 0, 7196, 7197, 3, 1380, 690, 0, 7197, 7307, 1, 0, 0, 0, 7198, 7199, - 5, 138, 0, 0, 7199, 7200, 5, 271, 0, 0, 7200, 7201, 5, 206, 0, 0, 7201, - 7202, 3, 528, 264, 0, 7202, 7203, 5, 100, 0, 0, 7203, 7204, 3, 1352, 676, - 0, 7204, 7205, 5, 275, 0, 0, 7205, 7206, 5, 94, 0, 0, 7206, 7207, 3, 1380, - 690, 0, 7207, 7307, 1, 0, 0, 0, 7208, 7209, 5, 138, 0, 0, 7209, 7210, 5, - 289, 0, 0, 7210, 7211, 3, 634, 317, 0, 7211, 7212, 5, 275, 0, 0, 7212, - 7213, 5, 94, 0, 0, 7213, 7214, 3, 1380, 690, 0, 7214, 7307, 1, 0, 0, 0, - 7215, 7216, 5, 138, 0, 0, 7216, 7217, 5, 444, 0, 0, 7217, 7218, 3, 634, - 317, 0, 7218, 7219, 5, 275, 0, 0, 7219, 7220, 5, 94, 0, 0, 7220, 7221, - 3, 1380, 690, 0, 7221, 7307, 1, 0, 0, 0, 7222, 7223, 5, 138, 0, 0, 7223, - 7224, 5, 316, 0, 0, 7224, 7225, 3, 1352, 676, 0, 7225, 7226, 5, 275, 0, - 0, 7226, 7227, 5, 94, 0, 0, 7227, 7228, 3, 1380, 690, 0, 7228, 7307, 1, - 0, 0, 0, 7229, 7230, 5, 138, 0, 0, 7230, 7231, 5, 353, 0, 0, 7231, 7232, - 3, 528, 264, 0, 7232, 7233, 5, 275, 0, 0, 7233, 7234, 5, 94, 0, 0, 7234, - 7235, 3, 1380, 690, 0, 7235, 7307, 1, 0, 0, 0, 7236, 7237, 5, 138, 0, 0, - 7237, 7238, 5, 344, 0, 0, 7238, 7239, 3, 1352, 676, 0, 7239, 7240, 5, 275, - 0, 0, 7240, 7241, 5, 94, 0, 0, 7241, 7242, 3, 1380, 690, 0, 7242, 7307, - 1, 0, 0, 0, 7243, 7244, 5, 138, 0, 0, 7244, 7245, 5, 335, 0, 0, 7245, 7246, - 3, 528, 264, 0, 7246, 7247, 5, 275, 0, 0, 7247, 7248, 5, 94, 0, 0, 7248, - 7249, 3, 1380, 690, 0, 7249, 7307, 1, 0, 0, 0, 7250, 7251, 5, 138, 0, 0, - 7251, 7252, 5, 348, 0, 0, 7252, 7253, 5, 318, 0, 0, 7253, 7254, 5, 185, - 0, 0, 7254, 7255, 3, 528, 264, 0, 7255, 7256, 5, 275, 0, 0, 7256, 7257, - 5, 94, 0, 0, 7257, 7258, 3, 1380, 690, 0, 7258, 7307, 1, 0, 0, 0, 7259, - 7260, 5, 138, 0, 0, 7260, 7261, 5, 348, 0, 0, 7261, 7262, 5, 318, 0, 0, - 7262, 7263, 5, 163, 0, 0, 7263, 7264, 3, 528, 264, 0, 7264, 7265, 5, 275, - 0, 0, 7265, 7266, 5, 94, 0, 0, 7266, 7267, 3, 1380, 690, 0, 7267, 7307, - 1, 0, 0, 0, 7268, 7269, 5, 138, 0, 0, 7269, 7270, 5, 63, 0, 0, 7270, 7271, - 5, 174, 0, 0, 7271, 7272, 5, 374, 0, 0, 7272, 7273, 3, 1352, 676, 0, 7273, - 7274, 5, 275, 0, 0, 7274, 7275, 5, 94, 0, 0, 7275, 7276, 3, 1380, 690, - 0, 7276, 7307, 1, 0, 0, 0, 7277, 7278, 5, 138, 0, 0, 7278, 7279, 5, 324, - 0, 0, 7279, 7280, 3, 1352, 676, 0, 7280, 7281, 5, 275, 0, 0, 7281, 7282, - 5, 94, 0, 0, 7282, 7283, 3, 1380, 690, 0, 7283, 7307, 1, 0, 0, 0, 7284, - 7285, 5, 138, 0, 0, 7285, 7286, 5, 198, 0, 0, 7286, 7287, 5, 350, 0, 0, - 7287, 7288, 3, 1352, 676, 0, 7288, 7289, 5, 275, 0, 0, 7289, 7290, 5, 94, - 0, 0, 7290, 7291, 3, 1380, 690, 0, 7291, 7307, 1, 0, 0, 0, 7292, 7293, - 5, 138, 0, 0, 7293, 7294, 5, 454, 0, 0, 7294, 7295, 3, 1352, 676, 0, 7295, - 7296, 5, 275, 0, 0, 7296, 7297, 5, 94, 0, 0, 7297, 7298, 3, 1380, 690, - 0, 7298, 7307, 1, 0, 0, 0, 7299, 7300, 5, 138, 0, 0, 7300, 7301, 5, 453, - 0, 0, 7301, 7302, 3, 1352, 676, 0, 7302, 7303, 5, 275, 0, 0, 7303, 7304, - 5, 94, 0, 0, 7304, 7305, 3, 1380, 690, 0, 7305, 7307, 1, 0, 0, 0, 7306, - 7121, 1, 0, 0, 0, 7306, 7128, 1, 0, 0, 0, 7306, 7135, 1, 0, 0, 0, 7306, - 7142, 1, 0, 0, 0, 7306, 7149, 1, 0, 0, 0, 7306, 7156, 1, 0, 0, 0, 7306, - 7163, 1, 0, 0, 0, 7306, 7173, 1, 0, 0, 0, 7306, 7181, 1, 0, 0, 0, 7306, - 7188, 1, 0, 0, 0, 7306, 7198, 1, 0, 0, 0, 7306, 7208, 1, 0, 0, 0, 7306, - 7215, 1, 0, 0, 0, 7306, 7222, 1, 0, 0, 0, 7306, 7229, 1, 0, 0, 0, 7306, - 7236, 1, 0, 0, 0, 7306, 7243, 1, 0, 0, 0, 7306, 7250, 1, 0, 0, 0, 7306, - 7259, 1, 0, 0, 0, 7306, 7268, 1, 0, 0, 0, 7306, 7277, 1, 0, 0, 0, 7306, - 7284, 1, 0, 0, 0, 7306, 7292, 1, 0, 0, 0, 7306, 7299, 1, 0, 0, 0, 7307, - 753, 1, 0, 0, 0, 7308, 7309, 5, 46, 0, 0, 7309, 7310, 5, 454, 0, 0, 7310, - 7312, 3, 1352, 676, 0, 7311, 7313, 3, 672, 336, 0, 7312, 7311, 1, 0, 0, - 0, 7312, 7313, 1, 0, 0, 0, 7313, 7332, 1, 0, 0, 0, 7314, 7315, 5, 46, 0, - 0, 7315, 7316, 5, 454, 0, 0, 7316, 7317, 3, 1352, 676, 0, 7317, 7318, 5, - 62, 0, 0, 7318, 7319, 5, 30, 0, 0, 7319, 7321, 5, 343, 0, 0, 7320, 7322, - 3, 672, 336, 0, 7321, 7320, 1, 0, 0, 0, 7321, 7322, 1, 0, 0, 0, 7322, 7332, - 1, 0, 0, 0, 7323, 7324, 5, 46, 0, 0, 7324, 7325, 5, 454, 0, 0, 7325, 7326, - 3, 1352, 676, 0, 7326, 7327, 5, 62, 0, 0, 7327, 7329, 3, 756, 378, 0, 7328, - 7330, 3, 672, 336, 0, 7329, 7328, 1, 0, 0, 0, 7329, 7330, 1, 0, 0, 0, 7330, - 7332, 1, 0, 0, 0, 7331, 7308, 1, 0, 0, 0, 7331, 7314, 1, 0, 0, 0, 7331, - 7323, 1, 0, 0, 0, 7332, 755, 1, 0, 0, 0, 7333, 7338, 3, 758, 379, 0, 7334, - 7335, 5, 6, 0, 0, 7335, 7337, 3, 758, 379, 0, 7336, 7334, 1, 0, 0, 0, 7337, - 7340, 1, 0, 0, 0, 7338, 7336, 1, 0, 0, 0, 7338, 7339, 1, 0, 0, 0, 7339, - 757, 1, 0, 0, 0, 7340, 7338, 1, 0, 0, 0, 7341, 7342, 5, 92, 0, 0, 7342, - 7344, 3, 1084, 542, 0, 7343, 7345, 3, 218, 109, 0, 7344, 7343, 1, 0, 0, - 0, 7344, 7345, 1, 0, 0, 0, 7345, 7347, 1, 0, 0, 0, 7346, 7348, 3, 760, - 380, 0, 7347, 7346, 1, 0, 0, 0, 7347, 7348, 1, 0, 0, 0, 7348, 7380, 1, - 0, 0, 0, 7349, 7350, 5, 92, 0, 0, 7350, 7351, 5, 68, 0, 0, 7351, 7354, - 5, 316, 0, 0, 7352, 7355, 3, 1384, 692, 0, 7353, 7355, 5, 111, 0, 0, 7354, - 7352, 1, 0, 0, 0, 7354, 7353, 1, 0, 0, 0, 7355, 7380, 1, 0, 0, 0, 7356, - 7358, 3, 1384, 692, 0, 7357, 7359, 3, 218, 109, 0, 7358, 7357, 1, 0, 0, - 0, 7358, 7359, 1, 0, 0, 0, 7359, 7361, 1, 0, 0, 0, 7360, 7362, 3, 760, - 380, 0, 7361, 7360, 1, 0, 0, 0, 7361, 7362, 1, 0, 0, 0, 7362, 7380, 1, - 0, 0, 0, 7363, 7364, 3, 1384, 692, 0, 7364, 7366, 3, 1334, 667, 0, 7365, - 7367, 3, 218, 109, 0, 7366, 7365, 1, 0, 0, 0, 7366, 7367, 1, 0, 0, 0, 7367, - 7369, 1, 0, 0, 0, 7368, 7370, 3, 760, 380, 0, 7369, 7368, 1, 0, 0, 0, 7369, - 7370, 1, 0, 0, 0, 7370, 7380, 1, 0, 0, 0, 7371, 7373, 3, 1084, 542, 0, - 7372, 7374, 3, 218, 109, 0, 7373, 7372, 1, 0, 0, 0, 7373, 7374, 1, 0, 0, - 0, 7374, 7376, 1, 0, 0, 0, 7375, 7377, 3, 760, 380, 0, 7376, 7375, 1, 0, - 0, 0, 7376, 7377, 1, 0, 0, 0, 7377, 7380, 1, 0, 0, 0, 7378, 7380, 5, 111, - 0, 0, 7379, 7341, 1, 0, 0, 0, 7379, 7349, 1, 0, 0, 0, 7379, 7356, 1, 0, - 0, 0, 7379, 7363, 1, 0, 0, 0, 7379, 7371, 1, 0, 0, 0, 7379, 7378, 1, 0, - 0, 0, 7380, 759, 1, 0, 0, 0, 7381, 7382, 5, 103, 0, 0, 7382, 7383, 5, 2, - 0, 0, 7383, 7384, 3, 1172, 586, 0, 7384, 7385, 5, 3, 0, 0, 7385, 761, 1, - 0, 0, 0, 7386, 7387, 5, 138, 0, 0, 7387, 7388, 5, 454, 0, 0, 7388, 7389, - 3, 1352, 676, 0, 7389, 7390, 5, 326, 0, 0, 7390, 7391, 3, 464, 232, 0, - 7391, 7411, 1, 0, 0, 0, 7392, 7393, 5, 138, 0, 0, 7393, 7394, 5, 454, 0, - 0, 7394, 7395, 3, 1352, 676, 0, 7395, 7396, 5, 133, 0, 0, 7396, 7397, 3, - 756, 378, 0, 7397, 7411, 1, 0, 0, 0, 7398, 7399, 5, 138, 0, 0, 7399, 7400, - 5, 454, 0, 0, 7400, 7401, 3, 1352, 676, 0, 7401, 7402, 5, 326, 0, 0, 7402, - 7403, 3, 756, 378, 0, 7403, 7411, 1, 0, 0, 0, 7404, 7405, 5, 138, 0, 0, - 7405, 7406, 5, 454, 0, 0, 7406, 7407, 3, 1352, 676, 0, 7407, 7408, 5, 191, - 0, 0, 7408, 7409, 3, 756, 378, 0, 7409, 7411, 1, 0, 0, 0, 7410, 7386, 1, - 0, 0, 0, 7410, 7392, 1, 0, 0, 0, 7410, 7398, 1, 0, 0, 0, 7410, 7404, 1, - 0, 0, 0, 7411, 763, 1, 0, 0, 0, 7412, 7413, 5, 46, 0, 0, 7413, 7414, 5, - 453, 0, 0, 7414, 7415, 3, 1352, 676, 0, 7415, 7416, 5, 164, 0, 0, 7416, - 7417, 3, 1370, 685, 0, 7417, 7418, 5, 454, 0, 0, 7418, 7420, 3, 766, 383, - 0, 7419, 7421, 3, 672, 336, 0, 7420, 7419, 1, 0, 0, 0, 7420, 7421, 1, 0, - 0, 0, 7421, 765, 1, 0, 0, 0, 7422, 7427, 3, 768, 384, 0, 7423, 7424, 5, - 6, 0, 0, 7424, 7426, 3, 768, 384, 0, 7425, 7423, 1, 0, 0, 0, 7426, 7429, - 1, 0, 0, 0, 7427, 7425, 1, 0, 0, 0, 7427, 7428, 1, 0, 0, 0, 7428, 767, - 1, 0, 0, 0, 7429, 7427, 1, 0, 0, 0, 7430, 7431, 3, 1392, 696, 0, 7431, - 769, 1, 0, 0, 0, 7432, 7433, 5, 138, 0, 0, 7433, 7434, 5, 453, 0, 0, 7434, - 7435, 3, 1352, 676, 0, 7435, 7436, 5, 326, 0, 0, 7436, 7437, 3, 464, 232, - 0, 7437, 7478, 1, 0, 0, 0, 7438, 7439, 5, 138, 0, 0, 7439, 7440, 5, 453, - 0, 0, 7440, 7441, 3, 1352, 676, 0, 7441, 7442, 5, 164, 0, 0, 7442, 7443, - 3, 1370, 685, 0, 7443, 7478, 1, 0, 0, 0, 7444, 7445, 5, 138, 0, 0, 7445, - 7446, 5, 453, 0, 0, 7446, 7447, 3, 1352, 676, 0, 7447, 7448, 5, 298, 0, - 0, 7448, 7450, 5, 454, 0, 0, 7449, 7451, 3, 672, 336, 0, 7450, 7449, 1, - 0, 0, 0, 7450, 7451, 1, 0, 0, 0, 7451, 7478, 1, 0, 0, 0, 7452, 7453, 5, - 138, 0, 0, 7453, 7454, 5, 453, 0, 0, 7454, 7455, 3, 1352, 676, 0, 7455, - 7456, 5, 326, 0, 0, 7456, 7457, 5, 454, 0, 0, 7457, 7459, 3, 766, 383, - 0, 7458, 7460, 3, 672, 336, 0, 7459, 7458, 1, 0, 0, 0, 7459, 7460, 1, 0, - 0, 0, 7460, 7478, 1, 0, 0, 0, 7461, 7462, 5, 138, 0, 0, 7462, 7463, 5, - 453, 0, 0, 7463, 7464, 3, 1352, 676, 0, 7464, 7465, 5, 193, 0, 0, 7465, - 7478, 1, 0, 0, 0, 7466, 7467, 5, 138, 0, 0, 7467, 7468, 5, 453, 0, 0, 7468, - 7469, 3, 1352, 676, 0, 7469, 7470, 5, 186, 0, 0, 7470, 7478, 1, 0, 0, 0, - 7471, 7472, 5, 138, 0, 0, 7472, 7473, 5, 453, 0, 0, 7473, 7474, 3, 1352, - 676, 0, 7474, 7475, 5, 467, 0, 0, 7475, 7476, 3, 464, 232, 0, 7476, 7478, - 1, 0, 0, 0, 7477, 7432, 1, 0, 0, 0, 7477, 7438, 1, 0, 0, 0, 7477, 7444, - 1, 0, 0, 0, 7477, 7452, 1, 0, 0, 0, 7477, 7461, 1, 0, 0, 0, 7477, 7466, - 1, 0, 0, 0, 7477, 7471, 1, 0, 0, 0, 7478, 771, 1, 0, 0, 0, 7479, 7480, - 5, 191, 0, 0, 7480, 7481, 5, 453, 0, 0, 7481, 7483, 3, 1352, 676, 0, 7482, - 7484, 3, 108, 54, 0, 7483, 7482, 1, 0, 0, 0, 7483, 7484, 1, 0, 0, 0, 7484, - 7494, 1, 0, 0, 0, 7485, 7486, 5, 191, 0, 0, 7486, 7487, 5, 453, 0, 0, 7487, - 7488, 5, 220, 0, 0, 7488, 7489, 5, 390, 0, 0, 7489, 7491, 3, 1352, 676, - 0, 7490, 7492, 3, 108, 54, 0, 7491, 7490, 1, 0, 0, 0, 7491, 7492, 1, 0, - 0, 0, 7492, 7494, 1, 0, 0, 0, 7493, 7479, 1, 0, 0, 0, 7493, 7485, 1, 0, - 0, 0, 7494, 773, 1, 0, 0, 0, 7495, 7497, 5, 46, 0, 0, 7496, 7498, 3, 626, - 313, 0, 7497, 7496, 1, 0, 0, 0, 7497, 7498, 1, 0, 0, 0, 7498, 7499, 1, - 0, 0, 0, 7499, 7500, 5, 314, 0, 0, 7500, 7501, 3, 1352, 676, 0, 7501, 7502, - 5, 36, 0, 0, 7502, 7503, 5, 80, 0, 0, 7503, 7504, 3, 784, 392, 0, 7504, - 7505, 5, 94, 0, 0, 7505, 7507, 3, 1348, 674, 0, 7506, 7508, 3, 1104, 552, - 0, 7507, 7506, 1, 0, 0, 0, 7507, 7508, 1, 0, 0, 0, 7508, 7509, 1, 0, 0, - 0, 7509, 7511, 5, 57, 0, 0, 7510, 7512, 3, 786, 393, 0, 7511, 7510, 1, - 0, 0, 0, 7511, 7512, 1, 0, 0, 0, 7512, 7513, 1, 0, 0, 0, 7513, 7514, 3, - 776, 388, 0, 7514, 775, 1, 0, 0, 0, 7515, 7522, 5, 263, 0, 0, 7516, 7522, - 3, 780, 390, 0, 7517, 7518, 5, 2, 0, 0, 7518, 7519, 3, 778, 389, 0, 7519, - 7520, 5, 3, 0, 0, 7520, 7522, 1, 0, 0, 0, 7521, 7515, 1, 0, 0, 0, 7521, - 7516, 1, 0, 0, 0, 7521, 7517, 1, 0, 0, 0, 7522, 777, 1, 0, 0, 0, 7523, - 7525, 3, 782, 391, 0, 7524, 7523, 1, 0, 0, 0, 7524, 7525, 1, 0, 0, 0, 7525, - 7532, 1, 0, 0, 0, 7526, 7528, 5, 7, 0, 0, 7527, 7529, 3, 782, 391, 0, 7528, - 7527, 1, 0, 0, 0, 7528, 7529, 1, 0, 0, 0, 7529, 7531, 1, 0, 0, 0, 7530, - 7526, 1, 0, 0, 0, 7531, 7534, 1, 0, 0, 0, 7532, 7530, 1, 0, 0, 0, 7532, - 7533, 1, 0, 0, 0, 7533, 779, 1, 0, 0, 0, 7534, 7532, 1, 0, 0, 0, 7535, - 7541, 3, 970, 485, 0, 7536, 7541, 3, 912, 456, 0, 7537, 7541, 3, 952, 476, - 0, 7538, 7541, 3, 938, 469, 0, 7539, 7541, 3, 788, 394, 0, 7540, 7535, - 1, 0, 0, 0, 7540, 7536, 1, 0, 0, 0, 7540, 7537, 1, 0, 0, 0, 7540, 7538, - 1, 0, 0, 0, 7540, 7539, 1, 0, 0, 0, 7541, 781, 1, 0, 0, 0, 7542, 7543, - 3, 780, 390, 0, 7543, 783, 1, 0, 0, 0, 7544, 7545, 7, 34, 0, 0, 7545, 785, - 1, 0, 0, 0, 7546, 7547, 7, 35, 0, 0, 7547, 787, 1, 0, 0, 0, 7548, 7549, - 5, 264, 0, 0, 7549, 7551, 3, 1384, 692, 0, 7550, 7552, 3, 790, 395, 0, - 7551, 7550, 1, 0, 0, 0, 7551, 7552, 1, 0, 0, 0, 7552, 789, 1, 0, 0, 0, - 7553, 7554, 5, 6, 0, 0, 7554, 7555, 3, 1370, 685, 0, 7555, 791, 1, 0, 0, - 0, 7556, 7557, 5, 243, 0, 0, 7557, 7558, 3, 1384, 692, 0, 7558, 793, 1, - 0, 0, 0, 7559, 7560, 5, 359, 0, 0, 7560, 7564, 3, 1384, 692, 0, 7561, 7562, - 5, 359, 0, 0, 7562, 7564, 5, 9, 0, 0, 7563, 7559, 1, 0, 0, 0, 7563, 7561, - 1, 0, 0, 0, 7564, 795, 1, 0, 0, 0, 7565, 7567, 5, 129, 0, 0, 7566, 7568, - 3, 798, 399, 0, 7567, 7566, 1, 0, 0, 0, 7567, 7568, 1, 0, 0, 0, 7568, 7570, - 1, 0, 0, 0, 7569, 7571, 3, 806, 403, 0, 7570, 7569, 1, 0, 0, 0, 7570, 7571, - 1, 0, 0, 0, 7571, 7635, 1, 0, 0, 0, 7572, 7574, 5, 146, 0, 0, 7573, 7575, - 3, 798, 399, 0, 7574, 7573, 1, 0, 0, 0, 7574, 7575, 1, 0, 0, 0, 7575, 7577, - 1, 0, 0, 0, 7576, 7578, 3, 804, 402, 0, 7577, 7576, 1, 0, 0, 0, 7577, 7578, - 1, 0, 0, 0, 7578, 7635, 1, 0, 0, 0, 7579, 7580, 5, 333, 0, 0, 7580, 7582, - 5, 349, 0, 0, 7581, 7583, 3, 804, 402, 0, 7582, 7581, 1, 0, 0, 0, 7582, - 7583, 1, 0, 0, 0, 7583, 7635, 1, 0, 0, 0, 7584, 7586, 5, 161, 0, 0, 7585, - 7587, 3, 798, 399, 0, 7586, 7585, 1, 0, 0, 0, 7586, 7587, 1, 0, 0, 0, 7587, - 7589, 1, 0, 0, 0, 7588, 7590, 3, 806, 403, 0, 7589, 7588, 1, 0, 0, 0, 7589, - 7590, 1, 0, 0, 0, 7590, 7635, 1, 0, 0, 0, 7591, 7593, 5, 456, 0, 0, 7592, - 7594, 3, 798, 399, 0, 7593, 7592, 1, 0, 0, 0, 7593, 7594, 1, 0, 0, 0, 7594, - 7596, 1, 0, 0, 0, 7595, 7597, 3, 806, 403, 0, 7596, 7595, 1, 0, 0, 0, 7596, - 7597, 1, 0, 0, 0, 7597, 7635, 1, 0, 0, 0, 7598, 7600, 5, 312, 0, 0, 7599, - 7601, 3, 798, 399, 0, 7600, 7599, 1, 0, 0, 0, 7600, 7601, 1, 0, 0, 0, 7601, - 7603, 1, 0, 0, 0, 7602, 7604, 3, 806, 403, 0, 7603, 7602, 1, 0, 0, 0, 7603, - 7604, 1, 0, 0, 0, 7604, 7635, 1, 0, 0, 0, 7605, 7606, 5, 315, 0, 0, 7606, - 7635, 3, 1384, 692, 0, 7607, 7608, 5, 301, 0, 0, 7608, 7609, 5, 315, 0, - 0, 7609, 7635, 3, 1384, 692, 0, 7610, 7611, 5, 301, 0, 0, 7611, 7635, 3, - 1384, 692, 0, 7612, 7614, 5, 312, 0, 0, 7613, 7615, 3, 798, 399, 0, 7614, - 7613, 1, 0, 0, 0, 7614, 7615, 1, 0, 0, 0, 7615, 7616, 1, 0, 0, 0, 7616, - 7617, 5, 94, 0, 0, 7617, 7618, 5, 315, 0, 0, 7618, 7635, 3, 1384, 692, - 0, 7619, 7621, 5, 312, 0, 0, 7620, 7622, 3, 798, 399, 0, 7621, 7620, 1, - 0, 0, 0, 7621, 7622, 1, 0, 0, 0, 7622, 7623, 1, 0, 0, 0, 7623, 7624, 5, - 94, 0, 0, 7624, 7635, 3, 1384, 692, 0, 7625, 7626, 5, 283, 0, 0, 7626, - 7627, 5, 349, 0, 0, 7627, 7635, 3, 1370, 685, 0, 7628, 7629, 5, 161, 0, - 0, 7629, 7630, 5, 284, 0, 0, 7630, 7635, 3, 1370, 685, 0, 7631, 7632, 5, - 312, 0, 0, 7632, 7633, 5, 284, 0, 0, 7633, 7635, 3, 1370, 685, 0, 7634, - 7565, 1, 0, 0, 0, 7634, 7572, 1, 0, 0, 0, 7634, 7579, 1, 0, 0, 0, 7634, - 7584, 1, 0, 0, 0, 7634, 7591, 1, 0, 0, 0, 7634, 7598, 1, 0, 0, 0, 7634, - 7605, 1, 0, 0, 0, 7634, 7607, 1, 0, 0, 0, 7634, 7610, 1, 0, 0, 0, 7634, - 7612, 1, 0, 0, 0, 7634, 7619, 1, 0, 0, 0, 7634, 7625, 1, 0, 0, 0, 7634, - 7628, 1, 0, 0, 0, 7634, 7631, 1, 0, 0, 0, 7635, 797, 1, 0, 0, 0, 7636, - 7637, 7, 36, 0, 0, 7637, 799, 1, 0, 0, 0, 7638, 7639, 5, 235, 0, 0, 7639, - 7640, 5, 242, 0, 0, 7640, 7649, 3, 64, 32, 0, 7641, 7642, 5, 293, 0, 0, - 7642, 7649, 5, 81, 0, 0, 7643, 7644, 5, 293, 0, 0, 7644, 7649, 5, 375, - 0, 0, 7645, 7649, 5, 54, 0, 0, 7646, 7647, 5, 77, 0, 0, 7647, 7649, 5, - 54, 0, 0, 7648, 7638, 1, 0, 0, 0, 7648, 7641, 1, 0, 0, 0, 7648, 7643, 1, - 0, 0, 0, 7648, 7645, 1, 0, 0, 0, 7648, 7646, 1, 0, 0, 0, 7649, 801, 1, - 0, 0, 0, 7650, 7657, 3, 800, 400, 0, 7651, 7653, 5, 6, 0, 0, 7652, 7651, - 1, 0, 0, 0, 7652, 7653, 1, 0, 0, 0, 7653, 7654, 1, 0, 0, 0, 7654, 7656, - 3, 800, 400, 0, 7655, 7652, 1, 0, 0, 0, 7656, 7659, 1, 0, 0, 0, 7657, 7655, - 1, 0, 0, 0, 7657, 7658, 1, 0, 0, 0, 7658, 803, 1, 0, 0, 0, 7659, 7657, - 1, 0, 0, 0, 7660, 7661, 3, 802, 401, 0, 7661, 805, 1, 0, 0, 0, 7662, 7664, - 5, 33, 0, 0, 7663, 7665, 5, 262, 0, 0, 7664, 7663, 1, 0, 0, 0, 7664, 7665, - 1, 0, 0, 0, 7665, 7666, 1, 0, 0, 0, 7666, 7667, 5, 153, 0, 0, 7667, 807, - 1, 0, 0, 0, 7668, 7671, 5, 46, 0, 0, 7669, 7670, 5, 82, 0, 0, 7670, 7672, - 5, 304, 0, 0, 7671, 7669, 1, 0, 0, 0, 7671, 7672, 1, 0, 0, 0, 7672, 7674, - 1, 0, 0, 0, 7673, 7675, 3, 174, 87, 0, 7674, 7673, 1, 0, 0, 0, 7674, 7675, - 1, 0, 0, 0, 7675, 7693, 1, 0, 0, 0, 7676, 7677, 5, 369, 0, 0, 7677, 7679, - 3, 1348, 674, 0, 7678, 7680, 3, 218, 109, 0, 7679, 7678, 1, 0, 0, 0, 7679, - 7680, 1, 0, 0, 0, 7680, 7682, 1, 0, 0, 0, 7681, 7683, 3, 118, 59, 0, 7682, - 7681, 1, 0, 0, 0, 7682, 7683, 1, 0, 0, 0, 7683, 7694, 1, 0, 0, 0, 7684, - 7685, 5, 296, 0, 0, 7685, 7686, 5, 369, 0, 0, 7686, 7687, 3, 1348, 674, - 0, 7687, 7688, 5, 2, 0, 0, 7688, 7689, 3, 220, 110, 0, 7689, 7691, 5, 3, - 0, 0, 7690, 7692, 3, 118, 59, 0, 7691, 7690, 1, 0, 0, 0, 7691, 7692, 1, - 0, 0, 0, 7692, 7694, 1, 0, 0, 0, 7693, 7676, 1, 0, 0, 0, 7693, 7684, 1, - 0, 0, 0, 7694, 7695, 1, 0, 0, 0, 7695, 7696, 5, 36, 0, 0, 7696, 7698, 3, - 970, 485, 0, 7697, 7699, 3, 810, 405, 0, 7698, 7697, 1, 0, 0, 0, 7698, - 7699, 1, 0, 0, 0, 7699, 809, 1, 0, 0, 0, 7700, 7702, 5, 105, 0, 0, 7701, - 7703, 7, 37, 0, 0, 7702, 7701, 1, 0, 0, 0, 7702, 7703, 1, 0, 0, 0, 7703, - 7704, 1, 0, 0, 0, 7704, 7705, 5, 42, 0, 0, 7705, 7706, 5, 272, 0, 0, 7706, - 811, 1, 0, 0, 0, 7707, 7708, 5, 244, 0, 0, 7708, 7709, 3, 1356, 678, 0, - 7709, 813, 1, 0, 0, 0, 7710, 7711, 5, 46, 0, 0, 7711, 7712, 5, 175, 0, - 0, 7712, 7714, 3, 1352, 676, 0, 7713, 7715, 3, 16, 8, 0, 7714, 7713, 1, - 0, 0, 0, 7714, 7715, 1, 0, 0, 0, 7715, 7717, 1, 0, 0, 0, 7716, 7718, 3, - 816, 408, 0, 7717, 7716, 1, 0, 0, 0, 7717, 7718, 1, 0, 0, 0, 7718, 815, - 1, 0, 0, 0, 7719, 7720, 3, 818, 409, 0, 7720, 817, 1, 0, 0, 0, 7721, 7723, - 3, 820, 410, 0, 7722, 7721, 1, 0, 0, 0, 7723, 7724, 1, 0, 0, 0, 7724, 7722, - 1, 0, 0, 0, 7724, 7725, 1, 0, 0, 0, 7725, 819, 1, 0, 0, 0, 7726, 7728, - 3, 822, 411, 0, 7727, 7729, 3, 824, 412, 0, 7728, 7727, 1, 0, 0, 0, 7728, - 7729, 1, 0, 0, 0, 7729, 7733, 1, 0, 0, 0, 7730, 7734, 3, 1376, 688, 0, - 7731, 7734, 3, 66, 33, 0, 7732, 7734, 5, 53, 0, 0, 7733, 7730, 1, 0, 0, - 0, 7733, 7731, 1, 0, 0, 0, 7733, 7732, 1, 0, 0, 0, 7734, 821, 1, 0, 0, - 0, 7735, 7744, 3, 1394, 697, 0, 7736, 7737, 5, 164, 0, 0, 7737, 7744, 5, - 74, 0, 0, 7738, 7744, 5, 194, 0, 0, 7739, 7744, 5, 246, 0, 0, 7740, 7744, - 5, 275, 0, 0, 7741, 7744, 5, 344, 0, 0, 7742, 7744, 5, 346, 0, 0, 7743, - 7735, 1, 0, 0, 0, 7743, 7736, 1, 0, 0, 0, 7743, 7738, 1, 0, 0, 0, 7743, - 7739, 1, 0, 0, 0, 7743, 7740, 1, 0, 0, 0, 7743, 7741, 1, 0, 0, 0, 7743, - 7742, 1, 0, 0, 0, 7744, 823, 1, 0, 0, 0, 7745, 7746, 5, 10, 0, 0, 7746, - 825, 1, 0, 0, 0, 7747, 7748, 5, 138, 0, 0, 7748, 7749, 5, 175, 0, 0, 7749, - 7763, 3, 1352, 676, 0, 7750, 7752, 5, 105, 0, 0, 7751, 7753, 3, 816, 408, - 0, 7752, 7751, 1, 0, 0, 0, 7752, 7753, 1, 0, 0, 0, 7753, 7764, 1, 0, 0, - 0, 7754, 7756, 3, 816, 408, 0, 7755, 7754, 1, 0, 0, 0, 7755, 7756, 1, 0, - 0, 0, 7756, 7764, 1, 0, 0, 0, 7757, 7758, 5, 326, 0, 0, 7758, 7759, 5, - 344, 0, 0, 7759, 7764, 3, 1352, 676, 0, 7760, 7761, 5, 298, 0, 0, 7761, - 7762, 5, 108, 0, 0, 7762, 7764, 5, 368, 0, 0, 7763, 7750, 1, 0, 0, 0, 7763, - 7755, 1, 0, 0, 0, 7763, 7757, 1, 0, 0, 0, 7763, 7760, 1, 0, 0, 0, 7764, - 827, 1, 0, 0, 0, 7765, 7766, 5, 138, 0, 0, 7766, 7767, 5, 175, 0, 0, 7767, - 7768, 3, 1352, 676, 0, 7768, 7769, 3, 80, 40, 0, 7769, 829, 1, 0, 0, 0, - 7770, 7771, 5, 191, 0, 0, 7771, 7774, 5, 175, 0, 0, 7772, 7773, 5, 220, - 0, 0, 7773, 7775, 5, 390, 0, 0, 7774, 7772, 1, 0, 0, 0, 7774, 7775, 1, - 0, 0, 0, 7775, 7776, 1, 0, 0, 0, 7776, 7784, 3, 1352, 676, 0, 7777, 7779, - 3, 16, 8, 0, 7778, 7777, 1, 0, 0, 0, 7778, 7779, 1, 0, 0, 0, 7779, 7780, - 1, 0, 0, 0, 7780, 7781, 5, 2, 0, 0, 7781, 7782, 3, 832, 416, 0, 7782, 7783, - 5, 3, 0, 0, 7783, 7785, 1, 0, 0, 0, 7784, 7778, 1, 0, 0, 0, 7784, 7785, - 1, 0, 0, 0, 7785, 831, 1, 0, 0, 0, 7786, 7791, 3, 834, 417, 0, 7787, 7788, - 5, 6, 0, 0, 7788, 7790, 3, 834, 417, 0, 7789, 7787, 1, 0, 0, 0, 7790, 7793, - 1, 0, 0, 0, 7791, 7789, 1, 0, 0, 0, 7791, 7792, 1, 0, 0, 0, 7792, 833, - 1, 0, 0, 0, 7793, 7791, 1, 0, 0, 0, 7794, 7795, 5, 209, 0, 0, 7795, 835, - 1, 0, 0, 0, 7796, 7797, 5, 138, 0, 0, 7797, 7798, 5, 108, 0, 0, 7798, 7799, - 3, 528, 264, 0, 7799, 7800, 5, 298, 0, 0, 7800, 7801, 5, 368, 0, 0, 7801, - 837, 1, 0, 0, 0, 7802, 7803, 5, 138, 0, 0, 7803, 7804, 5, 342, 0, 0, 7804, - 7805, 7, 38, 0, 0, 7805, 7806, 3, 54, 27, 0, 7806, 839, 1, 0, 0, 0, 7807, - 7808, 5, 46, 0, 0, 7808, 7809, 5, 189, 0, 0, 7809, 7811, 3, 528, 264, 0, - 7810, 7812, 3, 844, 422, 0, 7811, 7810, 1, 0, 0, 0, 7811, 7812, 1, 0, 0, - 0, 7812, 7813, 1, 0, 0, 0, 7813, 7814, 3, 1128, 564, 0, 7814, 7815, 3, - 194, 97, 0, 7815, 841, 1, 0, 0, 0, 7816, 7817, 5, 138, 0, 0, 7817, 7818, - 5, 189, 0, 0, 7818, 7841, 3, 528, 264, 0, 7819, 7842, 3, 106, 53, 0, 7820, - 7821, 5, 191, 0, 0, 7821, 7822, 5, 77, 0, 0, 7822, 7842, 5, 78, 0, 0, 7823, - 7824, 5, 326, 0, 0, 7824, 7825, 5, 77, 0, 0, 7825, 7842, 5, 78, 0, 0, 7826, - 7827, 5, 133, 0, 0, 7827, 7842, 3, 212, 106, 0, 7828, 7829, 5, 191, 0, - 0, 7829, 7832, 5, 45, 0, 0, 7830, 7831, 5, 220, 0, 0, 7831, 7833, 5, 390, - 0, 0, 7832, 7830, 1, 0, 0, 0, 7832, 7833, 1, 0, 0, 0, 7833, 7834, 1, 0, - 0, 0, 7834, 7836, 3, 1352, 676, 0, 7835, 7837, 3, 108, 54, 0, 7836, 7835, - 1, 0, 0, 0, 7836, 7837, 1, 0, 0, 0, 7837, 7842, 1, 0, 0, 0, 7838, 7839, - 5, 365, 0, 0, 7839, 7840, 5, 45, 0, 0, 7840, 7842, 3, 1352, 676, 0, 7841, - 7819, 1, 0, 0, 0, 7841, 7820, 1, 0, 0, 0, 7841, 7823, 1, 0, 0, 0, 7841, - 7826, 1, 0, 0, 0, 7841, 7828, 1, 0, 0, 0, 7841, 7838, 1, 0, 0, 0, 7842, - 843, 1, 0, 0, 0, 7843, 7844, 5, 36, 0, 0, 7844, 845, 1, 0, 0, 0, 7845, - 7846, 5, 138, 0, 0, 7846, 7847, 5, 348, 0, 0, 7847, 7848, 5, 318, 0, 0, - 7848, 7849, 5, 185, 0, 0, 7849, 7850, 3, 528, 264, 0, 7850, 7851, 3, 464, - 232, 0, 7851, 847, 1, 0, 0, 0, 7852, 7853, 5, 138, 0, 0, 7853, 7854, 5, - 348, 0, 0, 7854, 7855, 5, 318, 0, 0, 7855, 7856, 5, 163, 0, 0, 7856, 7857, - 3, 528, 264, 0, 7857, 7858, 5, 133, 0, 0, 7858, 7859, 5, 248, 0, 0, 7859, - 7860, 5, 62, 0, 0, 7860, 7861, 3, 1350, 675, 0, 7861, 7862, 3, 850, 425, - 0, 7862, 7863, 3, 526, 263, 0, 7863, 7925, 1, 0, 0, 0, 7864, 7865, 5, 138, - 0, 0, 7865, 7866, 5, 348, 0, 0, 7866, 7867, 5, 318, 0, 0, 7867, 7868, 5, - 163, 0, 0, 7868, 7869, 3, 528, 264, 0, 7869, 7870, 5, 138, 0, 0, 7870, - 7871, 5, 248, 0, 0, 7871, 7872, 5, 62, 0, 0, 7872, 7873, 3, 1350, 675, - 0, 7873, 7874, 3, 850, 425, 0, 7874, 7875, 3, 526, 263, 0, 7875, 7925, - 1, 0, 0, 0, 7876, 7877, 5, 138, 0, 0, 7877, 7878, 5, 348, 0, 0, 7878, 7879, - 5, 318, 0, 0, 7879, 7880, 5, 163, 0, 0, 7880, 7881, 3, 528, 264, 0, 7881, - 7882, 5, 138, 0, 0, 7882, 7883, 5, 248, 0, 0, 7883, 7884, 5, 304, 0, 0, - 7884, 7885, 3, 528, 264, 0, 7885, 7886, 3, 850, 425, 0, 7886, 7887, 3, - 528, 264, 0, 7887, 7925, 1, 0, 0, 0, 7888, 7889, 5, 138, 0, 0, 7889, 7890, - 5, 348, 0, 0, 7890, 7891, 5, 318, 0, 0, 7891, 7892, 5, 163, 0, 0, 7892, - 7893, 3, 528, 264, 0, 7893, 7894, 5, 138, 0, 0, 7894, 7895, 5, 248, 0, - 0, 7895, 7896, 5, 62, 0, 0, 7896, 7897, 3, 1350, 675, 0, 7897, 7898, 5, - 304, 0, 0, 7898, 7899, 3, 528, 264, 0, 7899, 7900, 3, 850, 425, 0, 7900, - 7901, 3, 528, 264, 0, 7901, 7925, 1, 0, 0, 0, 7902, 7903, 5, 138, 0, 0, - 7903, 7904, 5, 348, 0, 0, 7904, 7905, 5, 318, 0, 0, 7905, 7906, 5, 163, - 0, 0, 7906, 7907, 3, 528, 264, 0, 7907, 7908, 5, 191, 0, 0, 7908, 7909, - 5, 248, 0, 0, 7909, 7910, 5, 62, 0, 0, 7910, 7911, 3, 1350, 675, 0, 7911, - 7925, 1, 0, 0, 0, 7912, 7913, 5, 138, 0, 0, 7913, 7914, 5, 348, 0, 0, 7914, - 7915, 5, 318, 0, 0, 7915, 7916, 5, 163, 0, 0, 7916, 7917, 3, 528, 264, - 0, 7917, 7918, 5, 191, 0, 0, 7918, 7919, 5, 248, 0, 0, 7919, 7920, 5, 220, - 0, 0, 7920, 7921, 5, 390, 0, 0, 7921, 7922, 5, 62, 0, 0, 7922, 7923, 3, - 1350, 675, 0, 7923, 7925, 1, 0, 0, 0, 7924, 7852, 1, 0, 0, 0, 7924, 7864, - 1, 0, 0, 0, 7924, 7876, 1, 0, 0, 0, 7924, 7888, 1, 0, 0, 0, 7924, 7902, - 1, 0, 0, 0, 7924, 7912, 1, 0, 0, 0, 7925, 849, 1, 0, 0, 0, 7926, 7927, - 5, 105, 0, 0, 7927, 851, 1, 0, 0, 0, 7928, 7930, 5, 46, 0, 0, 7929, 7931, - 3, 492, 246, 0, 7930, 7929, 1, 0, 0, 0, 7930, 7931, 1, 0, 0, 0, 7931, 7932, - 1, 0, 0, 0, 7932, 7933, 5, 168, 0, 0, 7933, 7934, 3, 528, 264, 0, 7934, - 7935, 5, 62, 0, 0, 7935, 7936, 3, 1370, 685, 0, 7936, 7937, 5, 94, 0, 0, - 7937, 7938, 3, 1370, 685, 0, 7938, 7939, 5, 64, 0, 0, 7939, 7940, 3, 528, - 264, 0, 7940, 853, 1, 0, 0, 0, 7941, 7943, 5, 158, 0, 0, 7942, 7944, 3, - 874, 437, 0, 7943, 7942, 1, 0, 0, 0, 7943, 7944, 1, 0, 0, 0, 7944, 7945, - 1, 0, 0, 0, 7945, 7947, 3, 1348, 674, 0, 7946, 7948, 3, 856, 428, 0, 7947, - 7946, 1, 0, 0, 0, 7947, 7948, 1, 0, 0, 0, 7948, 7962, 1, 0, 0, 0, 7949, - 7951, 5, 158, 0, 0, 7950, 7952, 3, 874, 437, 0, 7951, 7950, 1, 0, 0, 0, - 7951, 7952, 1, 0, 0, 0, 7952, 7962, 1, 0, 0, 0, 7953, 7955, 5, 158, 0, - 0, 7954, 7956, 3, 874, 437, 0, 7955, 7954, 1, 0, 0, 0, 7955, 7956, 1, 0, - 0, 0, 7956, 7957, 1, 0, 0, 0, 7957, 7958, 3, 1352, 676, 0, 7958, 7959, - 5, 80, 0, 0, 7959, 7960, 3, 1348, 674, 0, 7960, 7962, 1, 0, 0, 0, 7961, - 7941, 1, 0, 0, 0, 7961, 7949, 1, 0, 0, 0, 7961, 7953, 1, 0, 0, 0, 7962, - 855, 1, 0, 0, 0, 7963, 7964, 5, 100, 0, 0, 7964, 7965, 3, 1352, 676, 0, - 7965, 857, 1, 0, 0, 0, 7966, 7968, 5, 363, 0, 0, 7967, 7969, 3, 876, 438, - 0, 7968, 7967, 1, 0, 0, 0, 7968, 7969, 1, 0, 0, 0, 7969, 7971, 1, 0, 0, - 0, 7970, 7972, 3, 878, 439, 0, 7971, 7970, 1, 0, 0, 0, 7971, 7972, 1, 0, - 0, 0, 7972, 7974, 1, 0, 0, 0, 7973, 7975, 3, 874, 437, 0, 7974, 7973, 1, - 0, 0, 0, 7974, 7975, 1, 0, 0, 0, 7975, 7977, 1, 0, 0, 0, 7976, 7978, 3, - 872, 436, 0, 7977, 7976, 1, 0, 0, 0, 7977, 7978, 1, 0, 0, 0, 7978, 7980, - 1, 0, 0, 0, 7979, 7981, 3, 886, 443, 0, 7980, 7979, 1, 0, 0, 0, 7980, 7981, - 1, 0, 0, 0, 7981, 7990, 1, 0, 0, 0, 7982, 7983, 5, 363, 0, 0, 7983, 7984, - 5, 2, 0, 0, 7984, 7985, 3, 862, 431, 0, 7985, 7987, 5, 3, 0, 0, 7986, 7988, - 3, 886, 443, 0, 7987, 7986, 1, 0, 0, 0, 7987, 7988, 1, 0, 0, 0, 7988, 7990, - 1, 0, 0, 0, 7989, 7966, 1, 0, 0, 0, 7989, 7982, 1, 0, 0, 0, 7990, 859, - 1, 0, 0, 0, 7991, 7993, 3, 864, 432, 0, 7992, 7994, 3, 874, 437, 0, 7993, - 7992, 1, 0, 0, 0, 7993, 7994, 1, 0, 0, 0, 7994, 7996, 1, 0, 0, 0, 7995, - 7997, 3, 886, 443, 0, 7996, 7995, 1, 0, 0, 0, 7996, 7997, 1, 0, 0, 0, 7997, - 8006, 1, 0, 0, 0, 7998, 7999, 3, 864, 432, 0, 7999, 8000, 5, 2, 0, 0, 8000, - 8001, 3, 862, 431, 0, 8001, 8003, 5, 3, 0, 0, 8002, 8004, 3, 886, 443, - 0, 8003, 8002, 1, 0, 0, 0, 8003, 8004, 1, 0, 0, 0, 8004, 8006, 1, 0, 0, - 0, 8005, 7991, 1, 0, 0, 0, 8005, 7998, 1, 0, 0, 0, 8006, 861, 1, 0, 0, - 0, 8007, 8012, 3, 866, 433, 0, 8008, 8009, 5, 6, 0, 0, 8009, 8011, 3, 866, - 433, 0, 8010, 8008, 1, 0, 0, 0, 8011, 8014, 1, 0, 0, 0, 8012, 8010, 1, - 0, 0, 0, 8012, 8013, 1, 0, 0, 0, 8013, 863, 1, 0, 0, 0, 8014, 8012, 1, - 0, 0, 0, 8015, 8016, 7, 39, 0, 0, 8016, 865, 1, 0, 0, 0, 8017, 8019, 3, - 868, 434, 0, 8018, 8020, 3, 870, 435, 0, 8019, 8018, 1, 0, 0, 0, 8019, - 8020, 1, 0, 0, 0, 8020, 867, 1, 0, 0, 0, 8021, 8024, 3, 1390, 695, 0, 8022, - 8024, 3, 864, 432, 0, 8023, 8021, 1, 0, 0, 0, 8023, 8022, 1, 0, 0, 0, 8024, - 869, 1, 0, 0, 0, 8025, 8028, 3, 66, 33, 0, 8026, 8028, 3, 296, 148, 0, - 8027, 8025, 1, 0, 0, 0, 8027, 8026, 1, 0, 0, 0, 8028, 871, 1, 0, 0, 0, - 8029, 8030, 3, 864, 432, 0, 8030, 873, 1, 0, 0, 0, 8031, 8032, 5, 128, - 0, 0, 8032, 875, 1, 0, 0, 0, 8033, 8034, 5, 113, 0, 0, 8034, 877, 1, 0, - 0, 0, 8035, 8036, 5, 112, 0, 0, 8036, 879, 1, 0, 0, 0, 8037, 8038, 5, 2, - 0, 0, 8038, 8039, 3, 1350, 675, 0, 8039, 8040, 5, 3, 0, 0, 8040, 881, 1, - 0, 0, 0, 8041, 8043, 3, 1348, 674, 0, 8042, 8044, 3, 880, 440, 0, 8043, - 8042, 1, 0, 0, 0, 8043, 8044, 1, 0, 0, 0, 8044, 883, 1, 0, 0, 0, 8045, - 8050, 3, 882, 441, 0, 8046, 8047, 5, 6, 0, 0, 8047, 8049, 3, 882, 441, - 0, 8048, 8046, 1, 0, 0, 0, 8049, 8052, 1, 0, 0, 0, 8050, 8048, 1, 0, 0, - 0, 8050, 8051, 1, 0, 0, 0, 8051, 885, 1, 0, 0, 0, 8052, 8050, 1, 0, 0, - 0, 8053, 8054, 3, 884, 442, 0, 8054, 887, 1, 0, 0, 0, 8055, 8056, 5, 203, - 0, 0, 8056, 8074, 3, 890, 445, 0, 8057, 8058, 5, 203, 0, 0, 8058, 8060, - 3, 864, 432, 0, 8059, 8061, 3, 874, 437, 0, 8060, 8059, 1, 0, 0, 0, 8060, - 8061, 1, 0, 0, 0, 8061, 8062, 1, 0, 0, 0, 8062, 8063, 3, 890, 445, 0, 8063, - 8074, 1, 0, 0, 0, 8064, 8065, 5, 203, 0, 0, 8065, 8066, 5, 128, 0, 0, 8066, - 8074, 3, 890, 445, 0, 8067, 8068, 5, 203, 0, 0, 8068, 8069, 5, 2, 0, 0, - 8069, 8070, 3, 892, 446, 0, 8070, 8071, 5, 3, 0, 0, 8071, 8072, 3, 890, - 445, 0, 8072, 8074, 1, 0, 0, 0, 8073, 8055, 1, 0, 0, 0, 8073, 8057, 1, - 0, 0, 0, 8073, 8064, 1, 0, 0, 0, 8073, 8067, 1, 0, 0, 0, 8074, 889, 1, - 0, 0, 0, 8075, 8085, 3, 970, 485, 0, 8076, 8085, 3, 912, 456, 0, 8077, - 8085, 3, 952, 476, 0, 8078, 8085, 3, 938, 469, 0, 8079, 8085, 3, 962, 481, - 0, 8080, 8085, 3, 268, 134, 0, 8081, 8085, 3, 274, 137, 0, 8082, 8085, - 3, 280, 140, 0, 8083, 8085, 3, 906, 453, 0, 8084, 8075, 1, 0, 0, 0, 8084, - 8076, 1, 0, 0, 0, 8084, 8077, 1, 0, 0, 0, 8084, 8078, 1, 0, 0, 0, 8084, - 8079, 1, 0, 0, 0, 8084, 8080, 1, 0, 0, 0, 8084, 8081, 1, 0, 0, 0, 8084, - 8082, 1, 0, 0, 0, 8084, 8083, 1, 0, 0, 0, 8085, 891, 1, 0, 0, 0, 8086, - 8091, 3, 894, 447, 0, 8087, 8088, 5, 6, 0, 0, 8088, 8090, 3, 894, 447, - 0, 8089, 8087, 1, 0, 0, 0, 8090, 8093, 1, 0, 0, 0, 8091, 8089, 1, 0, 0, - 0, 8091, 8092, 1, 0, 0, 0, 8092, 893, 1, 0, 0, 0, 8093, 8091, 1, 0, 0, - 0, 8094, 8096, 3, 896, 448, 0, 8095, 8097, 3, 898, 449, 0, 8096, 8095, - 1, 0, 0, 0, 8096, 8097, 1, 0, 0, 0, 8097, 895, 1, 0, 0, 0, 8098, 8101, - 3, 1390, 695, 0, 8099, 8101, 3, 864, 432, 0, 8100, 8098, 1, 0, 0, 0, 8100, - 8099, 1, 0, 0, 0, 8101, 897, 1, 0, 0, 0, 8102, 8105, 3, 66, 33, 0, 8103, - 8105, 3, 296, 148, 0, 8104, 8102, 1, 0, 0, 0, 8104, 8103, 1, 0, 0, 0, 8105, - 899, 1, 0, 0, 0, 8106, 8107, 5, 283, 0, 0, 8107, 8109, 3, 1352, 676, 0, - 8108, 8110, 3, 902, 451, 0, 8109, 8108, 1, 0, 0, 0, 8109, 8110, 1, 0, 0, - 0, 8110, 8111, 1, 0, 0, 0, 8111, 8112, 5, 36, 0, 0, 8112, 8113, 3, 904, - 452, 0, 8113, 901, 1, 0, 0, 0, 8114, 8115, 5, 2, 0, 0, 8115, 8116, 3, 1296, - 648, 0, 8116, 8117, 5, 3, 0, 0, 8117, 903, 1, 0, 0, 0, 8118, 8124, 3, 970, - 485, 0, 8119, 8124, 3, 912, 456, 0, 8120, 8124, 3, 952, 476, 0, 8121, 8124, - 3, 938, 469, 0, 8122, 8124, 3, 930, 465, 0, 8123, 8118, 1, 0, 0, 0, 8123, - 8119, 1, 0, 0, 0, 8123, 8120, 1, 0, 0, 0, 8123, 8121, 1, 0, 0, 0, 8123, - 8122, 1, 0, 0, 0, 8124, 905, 1, 0, 0, 0, 8125, 8126, 5, 202, 0, 0, 8126, - 8128, 3, 1352, 676, 0, 8127, 8129, 3, 908, 454, 0, 8128, 8127, 1, 0, 0, - 0, 8128, 8129, 1, 0, 0, 0, 8129, 8164, 1, 0, 0, 0, 8130, 8132, 5, 46, 0, - 0, 8131, 8133, 3, 174, 87, 0, 8132, 8131, 1, 0, 0, 0, 8132, 8133, 1, 0, - 0, 0, 8133, 8134, 1, 0, 0, 0, 8134, 8135, 5, 92, 0, 0, 8135, 8136, 3, 270, - 135, 0, 8136, 8137, 5, 36, 0, 0, 8137, 8138, 5, 202, 0, 0, 8138, 8140, - 3, 1352, 676, 0, 8139, 8141, 3, 908, 454, 0, 8140, 8139, 1, 0, 0, 0, 8140, - 8141, 1, 0, 0, 0, 8141, 8143, 1, 0, 0, 0, 8142, 8144, 3, 272, 136, 0, 8143, - 8142, 1, 0, 0, 0, 8143, 8144, 1, 0, 0, 0, 8144, 8164, 1, 0, 0, 0, 8145, - 8147, 5, 46, 0, 0, 8146, 8148, 3, 174, 87, 0, 8147, 8146, 1, 0, 0, 0, 8147, - 8148, 1, 0, 0, 0, 8148, 8149, 1, 0, 0, 0, 8149, 8150, 5, 92, 0, 0, 8150, - 8151, 5, 220, 0, 0, 8151, 8152, 5, 77, 0, 0, 8152, 8153, 5, 390, 0, 0, - 8153, 8154, 3, 270, 135, 0, 8154, 8155, 5, 36, 0, 0, 8155, 8156, 5, 202, - 0, 0, 8156, 8158, 3, 1352, 676, 0, 8157, 8159, 3, 908, 454, 0, 8158, 8157, - 1, 0, 0, 0, 8158, 8159, 1, 0, 0, 0, 8159, 8161, 1, 0, 0, 0, 8160, 8162, - 3, 272, 136, 0, 8161, 8160, 1, 0, 0, 0, 8161, 8162, 1, 0, 0, 0, 8162, 8164, - 1, 0, 0, 0, 8163, 8125, 1, 0, 0, 0, 8163, 8130, 1, 0, 0, 0, 8163, 8145, - 1, 0, 0, 0, 8164, 907, 1, 0, 0, 0, 8165, 8166, 5, 2, 0, 0, 8166, 8167, - 3, 1290, 645, 0, 8167, 8168, 5, 3, 0, 0, 8168, 909, 1, 0, 0, 0, 8169, 8170, - 5, 177, 0, 0, 8170, 8180, 3, 1352, 676, 0, 8171, 8172, 5, 177, 0, 0, 8172, - 8173, 5, 283, 0, 0, 8173, 8180, 3, 1352, 676, 0, 8174, 8175, 5, 177, 0, - 0, 8175, 8180, 5, 30, 0, 0, 8176, 8177, 5, 177, 0, 0, 8177, 8178, 5, 283, - 0, 0, 8178, 8180, 5, 30, 0, 0, 8179, 8169, 1, 0, 0, 0, 8179, 8171, 1, 0, - 0, 0, 8179, 8174, 1, 0, 0, 0, 8179, 8176, 1, 0, 0, 0, 8180, 911, 1, 0, - 0, 0, 8181, 8183, 3, 990, 495, 0, 8182, 8181, 1, 0, 0, 0, 8182, 8183, 1, - 0, 0, 0, 8183, 8184, 1, 0, 0, 0, 8184, 8185, 5, 232, 0, 0, 8185, 8186, - 5, 71, 0, 0, 8186, 8187, 3, 914, 457, 0, 8187, 8189, 3, 916, 458, 0, 8188, - 8190, 3, 924, 462, 0, 8189, 8188, 1, 0, 0, 0, 8189, 8190, 1, 0, 0, 0, 8190, - 8192, 1, 0, 0, 0, 8191, 8193, 3, 928, 464, 0, 8192, 8191, 1, 0, 0, 0, 8192, - 8193, 1, 0, 0, 0, 8193, 913, 1, 0, 0, 0, 8194, 8197, 3, 1348, 674, 0, 8195, - 8196, 5, 36, 0, 0, 8196, 8198, 3, 1384, 692, 0, 8197, 8195, 1, 0, 0, 0, - 8197, 8198, 1, 0, 0, 0, 8198, 915, 1, 0, 0, 0, 8199, 8219, 3, 970, 485, - 0, 8200, 8201, 5, 465, 0, 0, 8201, 8202, 3, 918, 459, 0, 8202, 8203, 5, - 452, 0, 0, 8203, 8204, 3, 970, 485, 0, 8204, 8219, 1, 0, 0, 0, 8205, 8206, - 5, 2, 0, 0, 8206, 8207, 3, 920, 460, 0, 8207, 8212, 5, 3, 0, 0, 8208, 8209, - 5, 465, 0, 0, 8209, 8210, 3, 918, 459, 0, 8210, 8211, 5, 452, 0, 0, 8211, - 8213, 1, 0, 0, 0, 8212, 8208, 1, 0, 0, 0, 8212, 8213, 1, 0, 0, 0, 8213, - 8214, 1, 0, 0, 0, 8214, 8215, 3, 970, 485, 0, 8215, 8219, 1, 0, 0, 0, 8216, - 8217, 5, 53, 0, 0, 8217, 8219, 5, 417, 0, 0, 8218, 8199, 1, 0, 0, 0, 8218, - 8200, 1, 0, 0, 0, 8218, 8205, 1, 0, 0, 0, 8218, 8216, 1, 0, 0, 0, 8219, - 917, 1, 0, 0, 0, 8220, 8221, 7, 40, 0, 0, 8221, 919, 1, 0, 0, 0, 8222, - 8227, 3, 922, 461, 0, 8223, 8224, 5, 6, 0, 0, 8224, 8226, 3, 922, 461, - 0, 8225, 8223, 1, 0, 0, 0, 8226, 8229, 1, 0, 0, 0, 8227, 8225, 1, 0, 0, - 0, 8227, 8228, 1, 0, 0, 0, 8228, 921, 1, 0, 0, 0, 8229, 8227, 1, 0, 0, - 0, 8230, 8231, 3, 1384, 692, 0, 8231, 8232, 3, 1336, 668, 0, 8232, 923, - 1, 0, 0, 0, 8233, 8234, 5, 80, 0, 0, 8234, 8236, 5, 466, 0, 0, 8235, 8237, - 3, 926, 463, 0, 8236, 8235, 1, 0, 0, 0, 8236, 8237, 1, 0, 0, 0, 8237, 8238, - 1, 0, 0, 0, 8238, 8246, 5, 57, 0, 0, 8239, 8240, 5, 362, 0, 0, 8240, 8241, - 5, 326, 0, 0, 8241, 8243, 3, 954, 477, 0, 8242, 8244, 3, 1104, 552, 0, - 8243, 8242, 1, 0, 0, 0, 8243, 8244, 1, 0, 0, 0, 8244, 8247, 1, 0, 0, 0, - 8245, 8247, 5, 263, 0, 0, 8246, 8239, 1, 0, 0, 0, 8246, 8245, 1, 0, 0, - 0, 8247, 925, 1, 0, 0, 0, 8248, 8249, 5, 2, 0, 0, 8249, 8250, 3, 606, 303, - 0, 8250, 8252, 5, 3, 0, 0, 8251, 8253, 3, 1104, 552, 0, 8252, 8251, 1, - 0, 0, 0, 8252, 8253, 1, 0, 0, 0, 8253, 8258, 1, 0, 0, 0, 8254, 8255, 5, - 80, 0, 0, 8255, 8256, 5, 45, 0, 0, 8256, 8258, 3, 1352, 676, 0, 8257, 8248, - 1, 0, 0, 0, 8257, 8254, 1, 0, 0, 0, 8258, 927, 1, 0, 0, 0, 8259, 8260, - 5, 87, 0, 0, 8260, 8261, 3, 1340, 670, 0, 8261, 929, 1, 0, 0, 0, 8262, - 8264, 3, 982, 491, 0, 8263, 8262, 1, 0, 0, 0, 8263, 8264, 1, 0, 0, 0, 8264, - 8265, 1, 0, 0, 0, 8265, 8266, 5, 253, 0, 0, 8266, 8268, 5, 71, 0, 0, 8267, - 8269, 5, 81, 0, 0, 8268, 8267, 1, 0, 0, 0, 8268, 8269, 1, 0, 0, 0, 8269, - 8270, 1, 0, 0, 0, 8270, 8272, 3, 1348, 674, 0, 8271, 8273, 3, 1072, 536, - 0, 8272, 8271, 1, 0, 0, 0, 8272, 8273, 1, 0, 0, 0, 8273, 8274, 1, 0, 0, - 0, 8274, 8277, 5, 100, 0, 0, 8275, 8278, 3, 972, 486, 0, 8276, 8278, 3, - 1348, 674, 0, 8277, 8275, 1, 0, 0, 0, 8277, 8276, 1, 0, 0, 0, 8278, 8280, - 1, 0, 0, 0, 8279, 8281, 3, 1072, 536, 0, 8280, 8279, 1, 0, 0, 0, 8280, - 8281, 1, 0, 0, 0, 8281, 8282, 1, 0, 0, 0, 8282, 8283, 5, 80, 0, 0, 8283, - 8292, 3, 1172, 586, 0, 8284, 8286, 3, 932, 466, 0, 8285, 8287, 3, 934, - 467, 0, 8286, 8285, 1, 0, 0, 0, 8286, 8287, 1, 0, 0, 0, 8287, 8293, 1, - 0, 0, 0, 8288, 8290, 3, 934, 467, 0, 8289, 8291, 3, 932, 466, 0, 8290, - 8289, 1, 0, 0, 0, 8290, 8291, 1, 0, 0, 0, 8291, 8293, 1, 0, 0, 0, 8292, - 8284, 1, 0, 0, 0, 8292, 8288, 1, 0, 0, 0, 8293, 8295, 1, 0, 0, 0, 8294, - 8296, 3, 936, 468, 0, 8295, 8294, 1, 0, 0, 0, 8295, 8296, 1, 0, 0, 0, 8296, - 931, 1, 0, 0, 0, 8297, 8298, 5, 102, 0, 0, 8298, 8299, 5, 77, 0, 0, 8299, - 8302, 5, 250, 0, 0, 8300, 8301, 5, 33, 0, 0, 8301, 8303, 3, 1172, 586, - 0, 8302, 8300, 1, 0, 0, 0, 8302, 8303, 1, 0, 0, 0, 8303, 8305, 1, 0, 0, - 0, 8304, 8306, 5, 93, 0, 0, 8305, 8304, 1, 0, 0, 0, 8305, 8306, 1, 0, 0, - 0, 8306, 8307, 1, 0, 0, 0, 8307, 8312, 5, 232, 0, 0, 8308, 8309, 5, 2, - 0, 0, 8309, 8310, 3, 920, 460, 0, 8310, 8311, 5, 3, 0, 0, 8311, 8313, 1, - 0, 0, 0, 8312, 8308, 1, 0, 0, 0, 8312, 8313, 1, 0, 0, 0, 8313, 8314, 1, - 0, 0, 0, 8314, 8315, 3, 1062, 531, 0, 8315, 933, 1, 0, 0, 0, 8316, 8317, - 5, 102, 0, 0, 8317, 8320, 5, 250, 0, 0, 8318, 8319, 5, 33, 0, 0, 8319, - 8321, 3, 1172, 586, 0, 8320, 8318, 1, 0, 0, 0, 8320, 8321, 1, 0, 0, 0, - 8321, 8323, 1, 0, 0, 0, 8322, 8324, 5, 93, 0, 0, 8323, 8322, 1, 0, 0, 0, - 8323, 8324, 1, 0, 0, 0, 8324, 8325, 1, 0, 0, 0, 8325, 8326, 5, 362, 0, - 0, 8326, 8327, 5, 326, 0, 0, 8327, 8328, 3, 954, 477, 0, 8328, 935, 1, - 0, 0, 0, 8329, 8330, 5, 102, 0, 0, 8330, 8332, 5, 250, 0, 0, 8331, 8333, - 5, 93, 0, 0, 8332, 8331, 1, 0, 0, 0, 8332, 8333, 1, 0, 0, 0, 8333, 8334, - 1, 0, 0, 0, 8334, 8335, 5, 182, 0, 0, 8335, 937, 1, 0, 0, 0, 8336, 8338, - 3, 990, 495, 0, 8337, 8336, 1, 0, 0, 0, 8337, 8338, 1, 0, 0, 0, 8338, 8339, - 1, 0, 0, 0, 8339, 8340, 5, 182, 0, 0, 8340, 8341, 5, 64, 0, 0, 8341, 8343, - 3, 1088, 544, 0, 8342, 8344, 3, 940, 470, 0, 8343, 8342, 1, 0, 0, 0, 8343, - 8344, 1, 0, 0, 0, 8344, 8346, 1, 0, 0, 0, 8345, 8347, 3, 1106, 553, 0, - 8346, 8345, 1, 0, 0, 0, 8346, 8347, 1, 0, 0, 0, 8347, 8349, 1, 0, 0, 0, - 8348, 8350, 3, 928, 464, 0, 8349, 8348, 1, 0, 0, 0, 8349, 8350, 1, 0, 0, - 0, 8350, 939, 1, 0, 0, 0, 8351, 8352, 5, 100, 0, 0, 8352, 8353, 3, 1066, - 533, 0, 8353, 941, 1, 0, 0, 0, 8354, 8356, 5, 247, 0, 0, 8355, 8357, 3, - 998, 499, 0, 8356, 8355, 1, 0, 0, 0, 8356, 8357, 1, 0, 0, 0, 8357, 8358, - 1, 0, 0, 0, 8358, 8360, 3, 1086, 543, 0, 8359, 8361, 3, 944, 472, 0, 8360, - 8359, 1, 0, 0, 0, 8360, 8361, 1, 0, 0, 0, 8361, 8363, 1, 0, 0, 0, 8362, - 8364, 3, 948, 474, 0, 8363, 8362, 1, 0, 0, 0, 8363, 8364, 1, 0, 0, 0, 8364, - 943, 1, 0, 0, 0, 8365, 8366, 5, 68, 0, 0, 8366, 8367, 3, 946, 473, 0, 8367, - 8368, 5, 256, 0, 0, 8368, 945, 1, 0, 0, 0, 8369, 8370, 5, 131, 0, 0, 8370, - 8382, 7, 41, 0, 0, 8371, 8372, 5, 409, 0, 0, 8372, 8382, 7, 41, 0, 0, 8373, - 8378, 5, 327, 0, 0, 8374, 8375, 5, 362, 0, 0, 8375, 8379, 5, 201, 0, 0, - 8376, 8377, 5, 409, 0, 0, 8377, 8379, 5, 201, 0, 0, 8378, 8374, 1, 0, 0, - 0, 8378, 8376, 1, 0, 0, 0, 8378, 8379, 1, 0, 0, 0, 8379, 8382, 1, 0, 0, - 0, 8380, 8382, 5, 201, 0, 0, 8381, 8369, 1, 0, 0, 0, 8381, 8371, 1, 0, - 0, 0, 8381, 8373, 1, 0, 0, 0, 8381, 8380, 1, 0, 0, 0, 8382, 947, 1, 0, - 0, 0, 8383, 8384, 5, 265, 0, 0, 8384, 949, 1, 0, 0, 0, 8385, 8389, 5, 265, - 0, 0, 8386, 8387, 5, 467, 0, 0, 8387, 8389, 5, 468, 0, 0, 8388, 8385, 1, - 0, 0, 0, 8388, 8386, 1, 0, 0, 0, 8389, 951, 1, 0, 0, 0, 8390, 8392, 3, - 990, 495, 0, 8391, 8390, 1, 0, 0, 0, 8391, 8392, 1, 0, 0, 0, 8392, 8393, - 1, 0, 0, 0, 8393, 8394, 5, 362, 0, 0, 8394, 8395, 3, 1088, 544, 0, 8395, - 8396, 5, 326, 0, 0, 8396, 8398, 3, 954, 477, 0, 8397, 8399, 3, 1064, 532, - 0, 8398, 8397, 1, 0, 0, 0, 8398, 8399, 1, 0, 0, 0, 8399, 8401, 1, 0, 0, - 0, 8400, 8402, 3, 1106, 553, 0, 8401, 8400, 1, 0, 0, 0, 8401, 8402, 1, - 0, 0, 0, 8402, 8404, 1, 0, 0, 0, 8403, 8405, 3, 928, 464, 0, 8404, 8403, - 1, 0, 0, 0, 8404, 8405, 1, 0, 0, 0, 8405, 953, 1, 0, 0, 0, 8406, 8411, - 3, 956, 478, 0, 8407, 8408, 5, 6, 0, 0, 8408, 8410, 3, 956, 478, 0, 8409, - 8407, 1, 0, 0, 0, 8410, 8413, 1, 0, 0, 0, 8411, 8409, 1, 0, 0, 0, 8411, - 8412, 1, 0, 0, 0, 8412, 955, 1, 0, 0, 0, 8413, 8411, 1, 0, 0, 0, 8414, - 8415, 3, 958, 479, 0, 8415, 8416, 5, 10, 0, 0, 8416, 8417, 3, 1172, 586, - 0, 8417, 8425, 1, 0, 0, 0, 8418, 8419, 5, 2, 0, 0, 8419, 8420, 3, 960, - 480, 0, 8420, 8421, 5, 3, 0, 0, 8421, 8422, 5, 10, 0, 0, 8422, 8423, 3, - 1172, 586, 0, 8423, 8425, 1, 0, 0, 0, 8424, 8414, 1, 0, 0, 0, 8424, 8418, - 1, 0, 0, 0, 8425, 957, 1, 0, 0, 0, 8426, 8427, 3, 1384, 692, 0, 8427, 8428, - 3, 1336, 668, 0, 8428, 959, 1, 0, 0, 0, 8429, 8434, 3, 958, 479, 0, 8430, - 8431, 5, 6, 0, 0, 8431, 8433, 3, 958, 479, 0, 8432, 8430, 1, 0, 0, 0, 8433, - 8436, 1, 0, 0, 0, 8434, 8432, 1, 0, 0, 0, 8434, 8435, 1, 0, 0, 0, 8435, - 961, 1, 0, 0, 0, 8436, 8434, 1, 0, 0, 0, 8437, 8438, 5, 178, 0, 0, 8438, - 8439, 3, 964, 482, 0, 8439, 8440, 3, 966, 483, 0, 8440, 8442, 5, 172, 0, - 0, 8441, 8443, 3, 968, 484, 0, 8442, 8441, 1, 0, 0, 0, 8442, 8443, 1, 0, - 0, 0, 8443, 8444, 1, 0, 0, 0, 8444, 8445, 5, 62, 0, 0, 8445, 8446, 3, 970, - 485, 0, 8446, 963, 1, 0, 0, 0, 8447, 8448, 3, 1352, 676, 0, 8448, 965, - 1, 0, 0, 0, 8449, 8450, 5, 262, 0, 0, 8450, 8455, 5, 317, 0, 0, 8451, 8455, - 5, 317, 0, 0, 8452, 8455, 5, 107, 0, 0, 8453, 8455, 5, 231, 0, 0, 8454, - 8449, 1, 0, 0, 0, 8454, 8451, 1, 0, 0, 0, 8454, 8452, 1, 0, 0, 0, 8454, - 8453, 1, 0, 0, 0, 8455, 8458, 1, 0, 0, 0, 8456, 8454, 1, 0, 0, 0, 8456, - 8457, 1, 0, 0, 0, 8457, 967, 1, 0, 0, 0, 8458, 8456, 1, 0, 0, 0, 8459, - 8460, 5, 105, 0, 0, 8460, 8464, 5, 217, 0, 0, 8461, 8462, 5, 372, 0, 0, - 8462, 8464, 5, 217, 0, 0, 8463, 8459, 1, 0, 0, 0, 8463, 8461, 1, 0, 0, - 0, 8464, 969, 1, 0, 0, 0, 8465, 8468, 3, 974, 487, 0, 8466, 8468, 3, 972, - 486, 0, 8467, 8465, 1, 0, 0, 0, 8467, 8466, 1, 0, 0, 0, 8468, 971, 1, 0, - 0, 0, 8469, 8470, 5, 2, 0, 0, 8470, 8471, 3, 974, 487, 0, 8471, 8472, 5, - 3, 0, 0, 8472, 8478, 1, 0, 0, 0, 8473, 8474, 5, 2, 0, 0, 8474, 8475, 3, - 972, 486, 0, 8475, 8476, 5, 3, 0, 0, 8476, 8478, 1, 0, 0, 0, 8477, 8469, - 1, 0, 0, 0, 8477, 8473, 1, 0, 0, 0, 8478, 973, 1, 0, 0, 0, 8479, 8481, - 3, 976, 488, 0, 8480, 8482, 3, 1006, 503, 0, 8481, 8480, 1, 0, 0, 0, 8481, - 8482, 1, 0, 0, 0, 8482, 8491, 1, 0, 0, 0, 8483, 8485, 3, 1050, 525, 0, - 8484, 8486, 3, 1016, 508, 0, 8485, 8484, 1, 0, 0, 0, 8485, 8486, 1, 0, - 0, 0, 8486, 8492, 1, 0, 0, 0, 8487, 8489, 3, 1014, 507, 0, 8488, 8490, - 3, 1052, 526, 0, 8489, 8488, 1, 0, 0, 0, 8489, 8490, 1, 0, 0, 0, 8490, - 8492, 1, 0, 0, 0, 8491, 8483, 1, 0, 0, 0, 8491, 8487, 1, 0, 0, 0, 8491, - 8492, 1, 0, 0, 0, 8492, 8509, 1, 0, 0, 0, 8493, 8494, 3, 982, 491, 0, 8494, - 8496, 3, 976, 488, 0, 8495, 8497, 3, 1006, 503, 0, 8496, 8495, 1, 0, 0, - 0, 8496, 8497, 1, 0, 0, 0, 8497, 8506, 1, 0, 0, 0, 8498, 8500, 3, 1050, - 525, 0, 8499, 8501, 3, 1016, 508, 0, 8500, 8499, 1, 0, 0, 0, 8500, 8501, - 1, 0, 0, 0, 8501, 8507, 1, 0, 0, 0, 8502, 8504, 3, 1014, 507, 0, 8503, - 8505, 3, 1052, 526, 0, 8504, 8503, 1, 0, 0, 0, 8504, 8505, 1, 0, 0, 0, - 8505, 8507, 1, 0, 0, 0, 8506, 8498, 1, 0, 0, 0, 8506, 8502, 1, 0, 0, 0, - 8506, 8507, 1, 0, 0, 0, 8507, 8509, 1, 0, 0, 0, 8508, 8479, 1, 0, 0, 0, - 8508, 8493, 1, 0, 0, 0, 8509, 975, 1, 0, 0, 0, 8510, 8518, 3, 978, 489, - 0, 8511, 8513, 7, 42, 0, 0, 8512, 8514, 3, 1000, 500, 0, 8513, 8512, 1, - 0, 0, 0, 8513, 8514, 1, 0, 0, 0, 8514, 8515, 1, 0, 0, 0, 8515, 8517, 3, - 978, 489, 0, 8516, 8511, 1, 0, 0, 0, 8517, 8520, 1, 0, 0, 0, 8518, 8516, - 1, 0, 0, 0, 8518, 8519, 1, 0, 0, 0, 8519, 977, 1, 0, 0, 0, 8520, 8518, - 1, 0, 0, 0, 8521, 8529, 3, 980, 490, 0, 8522, 8524, 5, 70, 0, 0, 8523, - 8525, 3, 1000, 500, 0, 8524, 8523, 1, 0, 0, 0, 8524, 8525, 1, 0, 0, 0, - 8525, 8526, 1, 0, 0, 0, 8526, 8528, 3, 980, 490, 0, 8527, 8522, 1, 0, 0, - 0, 8528, 8531, 1, 0, 0, 0, 8529, 8527, 1, 0, 0, 0, 8529, 8530, 1, 0, 0, - 0, 8530, 979, 1, 0, 0, 0, 8531, 8529, 1, 0, 0, 0, 8532, 8545, 5, 88, 0, - 0, 8533, 8535, 3, 1004, 502, 0, 8534, 8533, 1, 0, 0, 0, 8534, 8535, 1, - 0, 0, 0, 8535, 8537, 1, 0, 0, 0, 8536, 8538, 3, 992, 496, 0, 8537, 8536, - 1, 0, 0, 0, 8537, 8538, 1, 0, 0, 0, 8538, 8540, 1, 0, 0, 0, 8539, 8541, - 3, 1338, 669, 0, 8540, 8539, 1, 0, 0, 0, 8540, 8541, 1, 0, 0, 0, 8541, - 8546, 1, 0, 0, 0, 8542, 8543, 3, 1002, 501, 0, 8543, 8544, 3, 1340, 670, - 0, 8544, 8546, 1, 0, 0, 0, 8545, 8534, 1, 0, 0, 0, 8545, 8542, 1, 0, 0, - 0, 8546, 8548, 1, 0, 0, 0, 8547, 8549, 3, 992, 496, 0, 8548, 8547, 1, 0, - 0, 0, 8548, 8549, 1, 0, 0, 0, 8549, 8551, 1, 0, 0, 0, 8550, 8552, 3, 1064, - 532, 0, 8551, 8550, 1, 0, 0, 0, 8551, 8552, 1, 0, 0, 0, 8552, 8554, 1, - 0, 0, 0, 8553, 8555, 3, 1104, 552, 0, 8554, 8553, 1, 0, 0, 0, 8554, 8555, - 1, 0, 0, 0, 8555, 8557, 1, 0, 0, 0, 8556, 8558, 3, 1034, 517, 0, 8557, - 8556, 1, 0, 0, 0, 8557, 8558, 1, 0, 0, 0, 8558, 8560, 1, 0, 0, 0, 8559, - 8561, 3, 1048, 524, 0, 8560, 8559, 1, 0, 0, 0, 8560, 8561, 1, 0, 0, 0, - 8561, 8563, 1, 0, 0, 0, 8562, 8564, 3, 1250, 625, 0, 8563, 8562, 1, 0, - 0, 0, 8563, 8564, 1, 0, 0, 0, 8564, 8570, 1, 0, 0, 0, 8565, 8570, 3, 1062, - 531, 0, 8566, 8567, 5, 92, 0, 0, 8567, 8570, 3, 1084, 542, 0, 8568, 8570, - 3, 972, 486, 0, 8569, 8532, 1, 0, 0, 0, 8569, 8565, 1, 0, 0, 0, 8569, 8566, - 1, 0, 0, 0, 8569, 8568, 1, 0, 0, 0, 8570, 981, 1, 0, 0, 0, 8571, 8573, - 5, 105, 0, 0, 8572, 8574, 5, 296, 0, 0, 8573, 8572, 1, 0, 0, 0, 8573, 8574, - 1, 0, 0, 0, 8574, 8575, 1, 0, 0, 0, 8575, 8576, 3, 984, 492, 0, 8576, 983, - 1, 0, 0, 0, 8577, 8582, 3, 986, 493, 0, 8578, 8579, 5, 6, 0, 0, 8579, 8581, - 3, 986, 493, 0, 8580, 8578, 1, 0, 0, 0, 8581, 8584, 1, 0, 0, 0, 8582, 8580, - 1, 0, 0, 0, 8582, 8583, 1, 0, 0, 0, 8583, 985, 1, 0, 0, 0, 8584, 8582, - 1, 0, 0, 0, 8585, 8587, 3, 1352, 676, 0, 8586, 8588, 3, 880, 440, 0, 8587, - 8586, 1, 0, 0, 0, 8587, 8588, 1, 0, 0, 0, 8588, 8589, 1, 0, 0, 0, 8589, - 8591, 5, 36, 0, 0, 8590, 8592, 3, 988, 494, 0, 8591, 8590, 1, 0, 0, 0, - 8591, 8592, 1, 0, 0, 0, 8592, 8593, 1, 0, 0, 0, 8593, 8594, 5, 2, 0, 0, - 8594, 8595, 3, 904, 452, 0, 8595, 8596, 5, 3, 0, 0, 8596, 987, 1, 0, 0, - 0, 8597, 8601, 5, 251, 0, 0, 8598, 8599, 5, 77, 0, 0, 8599, 8601, 5, 251, - 0, 0, 8600, 8597, 1, 0, 0, 0, 8600, 8598, 1, 0, 0, 0, 8601, 989, 1, 0, - 0, 0, 8602, 8603, 3, 982, 491, 0, 8603, 991, 1, 0, 0, 0, 8604, 8610, 5, - 71, 0, 0, 8605, 8607, 3, 994, 497, 0, 8606, 8605, 1, 0, 0, 0, 8606, 8607, - 1, 0, 0, 0, 8607, 8608, 1, 0, 0, 0, 8608, 8611, 3, 996, 498, 0, 8609, 8611, - 3, 1578, 789, 0, 8610, 8606, 1, 0, 0, 0, 8610, 8609, 1, 0, 0, 0, 8611, - 993, 1, 0, 0, 0, 8612, 8613, 5, 339, 0, 0, 8613, 995, 1, 0, 0, 0, 8614, - 8616, 7, 43, 0, 0, 8615, 8614, 1, 0, 0, 0, 8615, 8616, 1, 0, 0, 0, 8616, - 8617, 1, 0, 0, 0, 8617, 8619, 7, 12, 0, 0, 8618, 8620, 3, 998, 499, 0, - 8619, 8618, 1, 0, 0, 0, 8619, 8620, 1, 0, 0, 0, 8620, 8621, 1, 0, 0, 0, - 8621, 8631, 3, 1348, 674, 0, 8622, 8624, 5, 360, 0, 0, 8623, 8625, 3, 998, - 499, 0, 8624, 8623, 1, 0, 0, 0, 8624, 8625, 1, 0, 0, 0, 8625, 8626, 1, - 0, 0, 0, 8626, 8631, 3, 1348, 674, 0, 8627, 8628, 5, 92, 0, 0, 8628, 8631, - 3, 1348, 674, 0, 8629, 8631, 3, 1348, 674, 0, 8630, 8615, 1, 0, 0, 0, 8630, - 8622, 1, 0, 0, 0, 8630, 8627, 1, 0, 0, 0, 8630, 8629, 1, 0, 0, 0, 8631, - 997, 1, 0, 0, 0, 8632, 8633, 5, 92, 0, 0, 8633, 999, 1, 0, 0, 0, 8634, - 8635, 7, 44, 0, 0, 8635, 1001, 1, 0, 0, 0, 8636, 8642, 5, 56, 0, 0, 8637, - 8638, 5, 80, 0, 0, 8638, 8639, 5, 2, 0, 0, 8639, 8640, 3, 1290, 645, 0, - 8640, 8641, 5, 3, 0, 0, 8641, 8643, 1, 0, 0, 0, 8642, 8637, 1, 0, 0, 0, - 8642, 8643, 1, 0, 0, 0, 8643, 1003, 1, 0, 0, 0, 8644, 8645, 5, 30, 0, 0, - 8645, 1005, 1, 0, 0, 0, 8646, 8647, 3, 1008, 504, 0, 8647, 1007, 1, 0, - 0, 0, 8648, 8649, 5, 83, 0, 0, 8649, 8650, 5, 147, 0, 0, 8650, 8651, 3, - 1010, 505, 0, 8651, 1009, 1, 0, 0, 0, 8652, 8657, 3, 1012, 506, 0, 8653, - 8654, 5, 6, 0, 0, 8654, 8656, 3, 1012, 506, 0, 8655, 8653, 1, 0, 0, 0, - 8656, 8659, 1, 0, 0, 0, 8657, 8655, 1, 0, 0, 0, 8657, 8658, 1, 0, 0, 0, - 8658, 1011, 1, 0, 0, 0, 8659, 8657, 1, 0, 0, 0, 8660, 8666, 3, 1172, 586, - 0, 8661, 8662, 5, 100, 0, 0, 8662, 8667, 3, 1286, 643, 0, 8663, 8665, 3, - 620, 310, 0, 8664, 8663, 1, 0, 0, 0, 8664, 8665, 1, 0, 0, 0, 8665, 8667, - 1, 0, 0, 0, 8666, 8661, 1, 0, 0, 0, 8666, 8664, 1, 0, 0, 0, 8667, 8669, - 1, 0, 0, 0, 8668, 8670, 3, 622, 311, 0, 8669, 8668, 1, 0, 0, 0, 8669, 8670, - 1, 0, 0, 0, 8670, 1013, 1, 0, 0, 0, 8671, 8673, 3, 1018, 509, 0, 8672, - 8674, 3, 1020, 510, 0, 8673, 8672, 1, 0, 0, 0, 8673, 8674, 1, 0, 0, 0, - 8674, 8680, 1, 0, 0, 0, 8675, 8677, 3, 1020, 510, 0, 8676, 8678, 3, 1018, - 509, 0, 8677, 8676, 1, 0, 0, 0, 8677, 8678, 1, 0, 0, 0, 8678, 8680, 1, - 0, 0, 0, 8679, 8671, 1, 0, 0, 0, 8679, 8675, 1, 0, 0, 0, 8680, 1015, 1, - 0, 0, 0, 8681, 8682, 3, 1014, 507, 0, 8682, 1017, 1, 0, 0, 0, 8683, 8684, - 5, 74, 0, 0, 8684, 8687, 3, 1022, 511, 0, 8685, 8686, 5, 6, 0, 0, 8686, - 8688, 3, 1024, 512, 0, 8687, 8685, 1, 0, 0, 0, 8687, 8688, 1, 0, 0, 0, - 8688, 8707, 1, 0, 0, 0, 8689, 8690, 5, 61, 0, 0, 8690, 8704, 3, 1032, 516, - 0, 8691, 8692, 3, 1026, 513, 0, 8692, 8696, 3, 1030, 515, 0, 8693, 8697, - 5, 81, 0, 0, 8694, 8695, 5, 105, 0, 0, 8695, 8697, 5, 469, 0, 0, 8696, - 8693, 1, 0, 0, 0, 8696, 8694, 1, 0, 0, 0, 8697, 8705, 1, 0, 0, 0, 8698, - 8702, 3, 1030, 515, 0, 8699, 8703, 5, 81, 0, 0, 8700, 8701, 5, 105, 0, - 0, 8701, 8703, 5, 469, 0, 0, 8702, 8699, 1, 0, 0, 0, 8702, 8700, 1, 0, - 0, 0, 8703, 8705, 1, 0, 0, 0, 8704, 8691, 1, 0, 0, 0, 8704, 8698, 1, 0, - 0, 0, 8705, 8707, 1, 0, 0, 0, 8706, 8683, 1, 0, 0, 0, 8706, 8689, 1, 0, - 0, 0, 8707, 1019, 1, 0, 0, 0, 8708, 8713, 5, 79, 0, 0, 8709, 8714, 3, 1024, - 512, 0, 8710, 8711, 3, 1026, 513, 0, 8711, 8712, 3, 1030, 515, 0, 8712, - 8714, 1, 0, 0, 0, 8713, 8709, 1, 0, 0, 0, 8713, 8710, 1, 0, 0, 0, 8714, - 1021, 1, 0, 0, 0, 8715, 8718, 3, 1172, 586, 0, 8716, 8718, 5, 30, 0, 0, - 8717, 8715, 1, 0, 0, 0, 8717, 8716, 1, 0, 0, 0, 8718, 1023, 1, 0, 0, 0, - 8719, 8720, 3, 1172, 586, 0, 8720, 1025, 1, 0, 0, 0, 8721, 8727, 3, 1216, - 608, 0, 8722, 8723, 5, 12, 0, 0, 8723, 8727, 3, 1028, 514, 0, 8724, 8725, - 5, 13, 0, 0, 8725, 8727, 3, 1028, 514, 0, 8726, 8721, 1, 0, 0, 0, 8726, - 8722, 1, 0, 0, 0, 8726, 8724, 1, 0, 0, 0, 8727, 1027, 1, 0, 0, 0, 8728, - 8731, 3, 1368, 684, 0, 8729, 8731, 3, 1366, 683, 0, 8730, 8728, 1, 0, 0, - 0, 8730, 8729, 1, 0, 0, 0, 8731, 1029, 1, 0, 0, 0, 8732, 8733, 7, 45, 0, - 0, 8733, 1031, 1, 0, 0, 0, 8734, 8735, 7, 46, 0, 0, 8735, 1033, 1, 0, 0, - 0, 8736, 8737, 5, 66, 0, 0, 8737, 8738, 5, 147, 0, 0, 8738, 8739, 3, 1036, - 518, 0, 8739, 1035, 1, 0, 0, 0, 8740, 8745, 3, 1038, 519, 0, 8741, 8742, - 5, 6, 0, 0, 8742, 8744, 3, 1038, 519, 0, 8743, 8741, 1, 0, 0, 0, 8744, - 8747, 1, 0, 0, 0, 8745, 8743, 1, 0, 0, 0, 8745, 8746, 1, 0, 0, 0, 8746, - 1037, 1, 0, 0, 0, 8747, 8745, 1, 0, 0, 0, 8748, 8754, 3, 1172, 586, 0, - 8749, 8754, 3, 1040, 520, 0, 8750, 8754, 3, 1044, 522, 0, 8751, 8754, 3, - 1042, 521, 0, 8752, 8754, 3, 1046, 523, 0, 8753, 8748, 1, 0, 0, 0, 8753, - 8749, 1, 0, 0, 0, 8753, 8750, 1, 0, 0, 0, 8753, 8751, 1, 0, 0, 0, 8753, - 8752, 1, 0, 0, 0, 8754, 1039, 1, 0, 0, 0, 8755, 8756, 5, 2, 0, 0, 8756, - 8757, 5, 3, 0, 0, 8757, 1041, 1, 0, 0, 0, 8758, 8759, 5, 470, 0, 0, 8759, - 8760, 5, 2, 0, 0, 8760, 8761, 3, 1290, 645, 0, 8761, 8762, 5, 3, 0, 0, - 8762, 1043, 1, 0, 0, 0, 8763, 8764, 5, 471, 0, 0, 8764, 8765, 5, 2, 0, - 0, 8765, 8766, 3, 1290, 645, 0, 8766, 8767, 5, 3, 0, 0, 8767, 1045, 1, - 0, 0, 0, 8768, 8769, 5, 472, 0, 0, 8769, 8770, 5, 473, 0, 0, 8770, 8771, - 5, 2, 0, 0, 8771, 8772, 3, 1036, 518, 0, 8772, 8773, 5, 3, 0, 0, 8773, - 1047, 1, 0, 0, 0, 8774, 8775, 5, 67, 0, 0, 8775, 8776, 3, 1172, 586, 0, - 8776, 1049, 1, 0, 0, 0, 8777, 8782, 3, 1054, 527, 0, 8778, 8779, 5, 62, - 0, 0, 8779, 8780, 5, 293, 0, 0, 8780, 8782, 5, 81, 0, 0, 8781, 8777, 1, - 0, 0, 0, 8781, 8778, 1, 0, 0, 0, 8782, 1051, 1, 0, 0, 0, 8783, 8784, 3, - 1050, 525, 0, 8784, 1053, 1, 0, 0, 0, 8785, 8787, 3, 1056, 528, 0, 8786, - 8785, 1, 0, 0, 0, 8787, 8788, 1, 0, 0, 0, 8788, 8786, 1, 0, 0, 0, 8788, - 8789, 1, 0, 0, 0, 8789, 1055, 1, 0, 0, 0, 8790, 8792, 3, 1058, 529, 0, - 8791, 8793, 3, 1060, 530, 0, 8792, 8791, 1, 0, 0, 0, 8792, 8793, 1, 0, - 0, 0, 8793, 8795, 1, 0, 0, 0, 8794, 8796, 3, 950, 475, 0, 8795, 8794, 1, - 0, 0, 0, 8795, 8796, 1, 0, 0, 0, 8796, 1057, 1, 0, 0, 0, 8797, 8807, 5, - 62, 0, 0, 8798, 8799, 5, 262, 0, 0, 8799, 8801, 5, 236, 0, 0, 8800, 8798, - 1, 0, 0, 0, 8800, 8801, 1, 0, 0, 0, 8801, 8802, 1, 0, 0, 0, 8802, 8808, - 5, 362, 0, 0, 8803, 8805, 5, 236, 0, 0, 8804, 8803, 1, 0, 0, 0, 8804, 8805, - 1, 0, 0, 0, 8805, 8806, 1, 0, 0, 0, 8806, 8808, 5, 327, 0, 0, 8807, 8800, - 1, 0, 0, 0, 8807, 8804, 1, 0, 0, 0, 8808, 1059, 1, 0, 0, 0, 8809, 8810, - 5, 268, 0, 0, 8810, 8811, 3, 1346, 673, 0, 8811, 1061, 1, 0, 0, 0, 8812, - 8813, 5, 417, 0, 0, 8813, 8814, 5, 2, 0, 0, 8814, 8815, 3, 1290, 645, 0, - 8815, 8823, 5, 3, 0, 0, 8816, 8817, 5, 6, 0, 0, 8817, 8818, 5, 2, 0, 0, - 8818, 8819, 3, 1290, 645, 0, 8819, 8820, 5, 3, 0, 0, 8820, 8822, 1, 0, - 0, 0, 8821, 8816, 1, 0, 0, 0, 8822, 8825, 1, 0, 0, 0, 8823, 8821, 1, 0, - 0, 0, 8823, 8824, 1, 0, 0, 0, 8824, 1063, 1, 0, 0, 0, 8825, 8823, 1, 0, - 0, 0, 8826, 8827, 5, 64, 0, 0, 8827, 8828, 3, 1066, 533, 0, 8828, 1065, - 1, 0, 0, 0, 8829, 8834, 3, 1068, 534, 0, 8830, 8831, 5, 6, 0, 0, 8831, - 8833, 3, 1068, 534, 0, 8832, 8830, 1, 0, 0, 0, 8833, 8836, 1, 0, 0, 0, - 8834, 8832, 1, 0, 0, 0, 8834, 8835, 1, 0, 0, 0, 8835, 1067, 1, 0, 0, 0, - 8836, 8834, 1, 0, 0, 0, 8837, 8839, 3, 1084, 542, 0, 8838, 8840, 3, 1074, - 537, 0, 8839, 8838, 1, 0, 0, 0, 8839, 8840, 1, 0, 0, 0, 8840, 8842, 1, - 0, 0, 0, 8841, 8843, 3, 1090, 545, 0, 8842, 8841, 1, 0, 0, 0, 8842, 8843, - 1, 0, 0, 0, 8843, 8896, 1, 0, 0, 0, 8844, 8846, 3, 1094, 547, 0, 8845, - 8847, 3, 1078, 539, 0, 8846, 8845, 1, 0, 0, 0, 8846, 8847, 1, 0, 0, 0, - 8847, 8896, 1, 0, 0, 0, 8848, 8850, 3, 1114, 557, 0, 8849, 8851, 3, 1074, - 537, 0, 8850, 8849, 1, 0, 0, 0, 8850, 8851, 1, 0, 0, 0, 8851, 8896, 1, - 0, 0, 0, 8852, 8854, 3, 972, 486, 0, 8853, 8855, 3, 1074, 537, 0, 8854, - 8853, 1, 0, 0, 0, 8854, 8855, 1, 0, 0, 0, 8855, 8896, 1, 0, 0, 0, 8856, - 8869, 5, 72, 0, 0, 8857, 8859, 3, 1114, 557, 0, 8858, 8860, 3, 1074, 537, - 0, 8859, 8858, 1, 0, 0, 0, 8859, 8860, 1, 0, 0, 0, 8860, 8870, 1, 0, 0, - 0, 8861, 8863, 3, 1094, 547, 0, 8862, 8864, 3, 1078, 539, 0, 8863, 8862, - 1, 0, 0, 0, 8863, 8864, 1, 0, 0, 0, 8864, 8870, 1, 0, 0, 0, 8865, 8867, - 3, 972, 486, 0, 8866, 8868, 3, 1074, 537, 0, 8867, 8866, 1, 0, 0, 0, 8867, - 8868, 1, 0, 0, 0, 8868, 8870, 1, 0, 0, 0, 8869, 8857, 1, 0, 0, 0, 8869, - 8861, 1, 0, 0, 0, 8869, 8865, 1, 0, 0, 0, 8870, 8896, 1, 0, 0, 0, 8871, - 8872, 5, 2, 0, 0, 8872, 8889, 3, 1068, 534, 0, 8873, 8874, 5, 110, 0, 0, - 8874, 8875, 5, 118, 0, 0, 8875, 8890, 3, 1068, 534, 0, 8876, 8878, 5, 121, - 0, 0, 8877, 8879, 3, 1080, 540, 0, 8878, 8877, 1, 0, 0, 0, 8878, 8879, - 1, 0, 0, 0, 8879, 8880, 1, 0, 0, 0, 8880, 8881, 5, 118, 0, 0, 8881, 8890, - 3, 1068, 534, 0, 8882, 8884, 3, 1080, 540, 0, 8883, 8882, 1, 0, 0, 0, 8883, - 8884, 1, 0, 0, 0, 8884, 8885, 1, 0, 0, 0, 8885, 8886, 5, 118, 0, 0, 8886, - 8887, 3, 1068, 534, 0, 8887, 8888, 3, 1082, 541, 0, 8888, 8890, 1, 0, 0, - 0, 8889, 8873, 1, 0, 0, 0, 8889, 8876, 1, 0, 0, 0, 8889, 8883, 1, 0, 0, - 0, 8889, 8890, 1, 0, 0, 0, 8890, 8891, 1, 0, 0, 0, 8891, 8893, 5, 3, 0, - 0, 8892, 8894, 3, 1074, 537, 0, 8893, 8892, 1, 0, 0, 0, 8893, 8894, 1, - 0, 0, 0, 8894, 8896, 1, 0, 0, 0, 8895, 8837, 1, 0, 0, 0, 8895, 8844, 1, - 0, 0, 0, 8895, 8848, 1, 0, 0, 0, 8895, 8852, 1, 0, 0, 0, 8895, 8856, 1, - 0, 0, 0, 8895, 8871, 1, 0, 0, 0, 8896, 8900, 1, 0, 0, 0, 8897, 8899, 3, - 1070, 535, 0, 8898, 8897, 1, 0, 0, 0, 8899, 8902, 1, 0, 0, 0, 8900, 8898, - 1, 0, 0, 0, 8900, 8901, 1, 0, 0, 0, 8901, 1069, 1, 0, 0, 0, 8902, 8900, - 1, 0, 0, 0, 8903, 8905, 3, 1080, 540, 0, 8904, 8903, 1, 0, 0, 0, 8904, - 8905, 1, 0, 0, 0, 8905, 8906, 1, 0, 0, 0, 8906, 8907, 5, 118, 0, 0, 8907, - 8908, 3, 1068, 534, 0, 8908, 8909, 3, 1082, 541, 0, 8909, 8920, 1, 0, 0, - 0, 8910, 8911, 5, 110, 0, 0, 8911, 8912, 5, 118, 0, 0, 8912, 8920, 3, 1068, - 534, 0, 8913, 8915, 5, 121, 0, 0, 8914, 8916, 3, 1080, 540, 0, 8915, 8914, - 1, 0, 0, 0, 8915, 8916, 1, 0, 0, 0, 8916, 8917, 1, 0, 0, 0, 8917, 8918, - 5, 118, 0, 0, 8918, 8920, 3, 1068, 534, 0, 8919, 8904, 1, 0, 0, 0, 8919, - 8910, 1, 0, 0, 0, 8919, 8913, 1, 0, 0, 0, 8920, 1071, 1, 0, 0, 0, 8921, - 8923, 5, 36, 0, 0, 8922, 8921, 1, 0, 0, 0, 8922, 8923, 1, 0, 0, 0, 8923, - 8924, 1, 0, 0, 0, 8924, 8929, 3, 1384, 692, 0, 8925, 8926, 5, 2, 0, 0, - 8926, 8927, 3, 1350, 675, 0, 8927, 8928, 5, 3, 0, 0, 8928, 8930, 1, 0, - 0, 0, 8929, 8925, 1, 0, 0, 0, 8929, 8930, 1, 0, 0, 0, 8930, 1073, 1, 0, - 0, 0, 8931, 8932, 3, 1076, 538, 0, 8932, 1075, 1, 0, 0, 0, 8933, 8935, - 5, 36, 0, 0, 8934, 8933, 1, 0, 0, 0, 8934, 8935, 1, 0, 0, 0, 8935, 8936, - 1, 0, 0, 0, 8936, 8941, 3, 1386, 693, 0, 8937, 8938, 5, 2, 0, 0, 8938, - 8939, 3, 1350, 675, 0, 8939, 8940, 5, 3, 0, 0, 8940, 8942, 1, 0, 0, 0, - 8941, 8937, 1, 0, 0, 0, 8941, 8942, 1, 0, 0, 0, 8942, 1077, 1, 0, 0, 0, - 8943, 8956, 3, 1072, 536, 0, 8944, 8946, 5, 36, 0, 0, 8945, 8947, 3, 1384, - 692, 0, 8946, 8945, 1, 0, 0, 0, 8946, 8947, 1, 0, 0, 0, 8947, 8950, 1, - 0, 0, 0, 8948, 8950, 3, 1384, 692, 0, 8949, 8944, 1, 0, 0, 0, 8949, 8948, - 1, 0, 0, 0, 8950, 8951, 1, 0, 0, 0, 8951, 8952, 5, 2, 0, 0, 8952, 8953, - 3, 1110, 555, 0, 8953, 8954, 5, 3, 0, 0, 8954, 8956, 1, 0, 0, 0, 8955, - 8943, 1, 0, 0, 0, 8955, 8949, 1, 0, 0, 0, 8956, 1079, 1, 0, 0, 0, 8957, - 8959, 7, 47, 0, 0, 8958, 8960, 5, 123, 0, 0, 8959, 8958, 1, 0, 0, 0, 8959, - 8960, 1, 0, 0, 0, 8960, 1081, 1, 0, 0, 0, 8961, 8962, 5, 100, 0, 0, 8962, - 8963, 5, 2, 0, 0, 8963, 8964, 3, 1350, 675, 0, 8964, 8965, 5, 3, 0, 0, - 8965, 8969, 1, 0, 0, 0, 8966, 8967, 5, 80, 0, 0, 8967, 8969, 3, 1172, 586, - 0, 8968, 8961, 1, 0, 0, 0, 8968, 8966, 1, 0, 0, 0, 8969, 1083, 1, 0, 0, - 0, 8970, 8972, 3, 1348, 674, 0, 8971, 8973, 5, 9, 0, 0, 8972, 8971, 1, - 0, 0, 0, 8972, 8973, 1, 0, 0, 0, 8973, 8983, 1, 0, 0, 0, 8974, 8980, 5, - 81, 0, 0, 8975, 8981, 3, 1348, 674, 0, 8976, 8977, 5, 2, 0, 0, 8977, 8978, - 3, 1348, 674, 0, 8978, 8979, 5, 3, 0, 0, 8979, 8981, 1, 0, 0, 0, 8980, - 8975, 1, 0, 0, 0, 8980, 8976, 1, 0, 0, 0, 8981, 8983, 1, 0, 0, 0, 8982, - 8970, 1, 0, 0, 0, 8982, 8974, 1, 0, 0, 0, 8983, 1085, 1, 0, 0, 0, 8984, - 8989, 3, 1084, 542, 0, 8985, 8986, 5, 6, 0, 0, 8986, 8988, 3, 1084, 542, - 0, 8987, 8985, 1, 0, 0, 0, 8988, 8991, 1, 0, 0, 0, 8989, 8987, 1, 0, 0, - 0, 8989, 8990, 1, 0, 0, 0, 8990, 1087, 1, 0, 0, 0, 8991, 8989, 1, 0, 0, - 0, 8992, 8997, 3, 1084, 542, 0, 8993, 8995, 5, 36, 0, 0, 8994, 8993, 1, - 0, 0, 0, 8994, 8995, 1, 0, 0, 0, 8995, 8996, 1, 0, 0, 0, 8996, 8998, 3, - 1384, 692, 0, 8997, 8994, 1, 0, 0, 0, 8997, 8998, 1, 0, 0, 0, 8998, 1089, - 1, 0, 0, 0, 8999, 9000, 5, 474, 0, 0, 9000, 9001, 3, 1358, 679, 0, 9001, - 9002, 5, 2, 0, 0, 9002, 9003, 3, 1290, 645, 0, 9003, 9005, 5, 3, 0, 0, - 9004, 9006, 3, 1092, 546, 0, 9005, 9004, 1, 0, 0, 0, 9005, 9006, 1, 0, - 0, 0, 9006, 1091, 1, 0, 0, 0, 9007, 9008, 5, 303, 0, 0, 9008, 9009, 5, - 2, 0, 0, 9009, 9010, 3, 1172, 586, 0, 9010, 9011, 5, 3, 0, 0, 9011, 1093, - 1, 0, 0, 0, 9012, 9014, 3, 1224, 612, 0, 9013, 9015, 3, 1102, 551, 0, 9014, - 9013, 1, 0, 0, 0, 9014, 9015, 1, 0, 0, 0, 9015, 9025, 1, 0, 0, 0, 9016, - 9017, 5, 313, 0, 0, 9017, 9018, 5, 64, 0, 0, 9018, 9019, 5, 2, 0, 0, 9019, - 9020, 3, 1098, 549, 0, 9020, 9022, 5, 3, 0, 0, 9021, 9023, 3, 1102, 551, - 0, 9022, 9021, 1, 0, 0, 0, 9022, 9023, 1, 0, 0, 0, 9023, 9025, 1, 0, 0, - 0, 9024, 9012, 1, 0, 0, 0, 9024, 9016, 1, 0, 0, 0, 9025, 1095, 1, 0, 0, - 0, 9026, 9028, 3, 1224, 612, 0, 9027, 9029, 3, 1100, 550, 0, 9028, 9027, - 1, 0, 0, 0, 9028, 9029, 1, 0, 0, 0, 9029, 1097, 1, 0, 0, 0, 9030, 9035, - 3, 1096, 548, 0, 9031, 9032, 5, 6, 0, 0, 9032, 9034, 3, 1096, 548, 0, 9033, - 9031, 1, 0, 0, 0, 9034, 9037, 1, 0, 0, 0, 9035, 9033, 1, 0, 0, 0, 9035, - 9036, 1, 0, 0, 0, 9036, 1099, 1, 0, 0, 0, 9037, 9035, 1, 0, 0, 0, 9038, - 9039, 5, 36, 0, 0, 9039, 9040, 5, 2, 0, 0, 9040, 9041, 3, 1110, 555, 0, - 9041, 9042, 5, 3, 0, 0, 9042, 1101, 1, 0, 0, 0, 9043, 9044, 5, 105, 0, - 0, 9044, 9045, 5, 475, 0, 0, 9045, 1103, 1, 0, 0, 0, 9046, 9047, 5, 103, - 0, 0, 9047, 9048, 3, 1172, 586, 0, 9048, 1105, 1, 0, 0, 0, 9049, 9054, - 5, 103, 0, 0, 9050, 9051, 5, 436, 0, 0, 9051, 9052, 5, 268, 0, 0, 9052, - 9055, 3, 964, 482, 0, 9053, 9055, 3, 1172, 586, 0, 9054, 9050, 1, 0, 0, - 0, 9054, 9053, 1, 0, 0, 0, 9055, 1107, 1, 0, 0, 0, 9056, 9057, 3, 1110, - 555, 0, 9057, 1109, 1, 0, 0, 0, 9058, 9063, 3, 1112, 556, 0, 9059, 9060, - 5, 6, 0, 0, 9060, 9062, 3, 1112, 556, 0, 9061, 9059, 1, 0, 0, 0, 9062, - 9065, 1, 0, 0, 0, 9063, 9061, 1, 0, 0, 0, 9063, 9064, 1, 0, 0, 0, 9064, - 1111, 1, 0, 0, 0, 9065, 9063, 1, 0, 0, 0, 9066, 9067, 3, 1384, 692, 0, - 9067, 9069, 3, 1128, 564, 0, 9068, 9070, 3, 110, 55, 0, 9069, 9068, 1, - 0, 0, 0, 9069, 9070, 1, 0, 0, 0, 9070, 1113, 1, 0, 0, 0, 9071, 9072, 5, - 476, 0, 0, 9072, 9088, 5, 2, 0, 0, 9073, 9074, 3, 1216, 608, 0, 9074, 9075, - 3, 1242, 621, 0, 9075, 9076, 5, 477, 0, 0, 9076, 9077, 3, 1116, 558, 0, - 9077, 9089, 1, 0, 0, 0, 9078, 9079, 5, 478, 0, 0, 9079, 9080, 5, 2, 0, - 0, 9080, 9081, 3, 1124, 562, 0, 9081, 9082, 5, 3, 0, 0, 9082, 9083, 5, - 6, 0, 0, 9083, 9084, 3, 1216, 608, 0, 9084, 9085, 3, 1242, 621, 0, 9085, - 9086, 5, 477, 0, 0, 9086, 9087, 3, 1116, 558, 0, 9087, 9089, 1, 0, 0, 0, - 9088, 9073, 1, 0, 0, 0, 9088, 9078, 1, 0, 0, 0, 9089, 9090, 1, 0, 0, 0, - 9090, 9091, 5, 3, 0, 0, 9091, 1115, 1, 0, 0, 0, 9092, 9097, 3, 1118, 559, - 0, 9093, 9094, 5, 6, 0, 0, 9094, 9096, 3, 1118, 559, 0, 9095, 9093, 1, - 0, 0, 0, 9096, 9099, 1, 0, 0, 0, 9097, 9095, 1, 0, 0, 0, 9097, 9098, 1, - 0, 0, 0, 9098, 1117, 1, 0, 0, 0, 9099, 9097, 1, 0, 0, 0, 9100, 9107, 3, - 1384, 692, 0, 9101, 9103, 3, 1128, 564, 0, 9102, 9104, 3, 1120, 560, 0, - 9103, 9102, 1, 0, 0, 0, 9103, 9104, 1, 0, 0, 0, 9104, 9108, 1, 0, 0, 0, - 9105, 9106, 5, 62, 0, 0, 9106, 9108, 5, 475, 0, 0, 9107, 9101, 1, 0, 0, - 0, 9107, 9105, 1, 0, 0, 0, 9108, 1119, 1, 0, 0, 0, 9109, 9111, 3, 1122, - 561, 0, 9110, 9109, 1, 0, 0, 0, 9111, 9112, 1, 0, 0, 0, 9112, 9110, 1, - 0, 0, 0, 9112, 9113, 1, 0, 0, 0, 9113, 1121, 1, 0, 0, 0, 9114, 9115, 5, - 53, 0, 0, 9115, 9123, 3, 1172, 586, 0, 9116, 9117, 3, 1394, 697, 0, 9117, - 9118, 3, 1172, 586, 0, 9118, 9123, 1, 0, 0, 0, 9119, 9120, 5, 77, 0, 0, - 9120, 9123, 5, 78, 0, 0, 9121, 9123, 5, 78, 0, 0, 9122, 9114, 1, 0, 0, - 0, 9122, 9116, 1, 0, 0, 0, 9122, 9119, 1, 0, 0, 0, 9122, 9121, 1, 0, 0, - 0, 9123, 1123, 1, 0, 0, 0, 9124, 9129, 3, 1126, 563, 0, 9125, 9126, 5, - 6, 0, 0, 9126, 9128, 3, 1126, 563, 0, 9127, 9125, 1, 0, 0, 0, 9128, 9131, - 1, 0, 0, 0, 9129, 9127, 1, 0, 0, 0, 9129, 9130, 1, 0, 0, 0, 9130, 1125, - 1, 0, 0, 0, 9131, 9129, 1, 0, 0, 0, 9132, 9133, 3, 1214, 607, 0, 9133, - 9134, 5, 36, 0, 0, 9134, 9135, 3, 1392, 696, 0, 9135, 9139, 1, 0, 0, 0, - 9136, 9137, 5, 53, 0, 0, 9137, 9139, 3, 1214, 607, 0, 9138, 9132, 1, 0, - 0, 0, 9138, 9136, 1, 0, 0, 0, 9139, 1127, 1, 0, 0, 0, 9140, 9142, 5, 410, - 0, 0, 9141, 9140, 1, 0, 0, 0, 9141, 9142, 1, 0, 0, 0, 9142, 9143, 1, 0, - 0, 0, 9143, 9152, 3, 1132, 566, 0, 9144, 9153, 3, 1130, 565, 0, 9145, 9150, - 5, 35, 0, 0, 9146, 9147, 5, 4, 0, 0, 9147, 9148, 3, 1368, 684, 0, 9148, - 9149, 5, 5, 0, 0, 9149, 9151, 1, 0, 0, 0, 9150, 9146, 1, 0, 0, 0, 9150, - 9151, 1, 0, 0, 0, 9151, 9153, 1, 0, 0, 0, 9152, 9144, 1, 0, 0, 0, 9152, - 9145, 1, 0, 0, 0, 9153, 9159, 1, 0, 0, 0, 9154, 9155, 3, 1348, 674, 0, - 9155, 9156, 5, 27, 0, 0, 9156, 9157, 7, 48, 0, 0, 9157, 9159, 1, 0, 0, - 0, 9158, 9141, 1, 0, 0, 0, 9158, 9154, 1, 0, 0, 0, 9159, 1129, 1, 0, 0, - 0, 9160, 9162, 5, 4, 0, 0, 9161, 9163, 3, 1368, 684, 0, 9162, 9161, 1, - 0, 0, 0, 9162, 9163, 1, 0, 0, 0, 9163, 9164, 1, 0, 0, 0, 9164, 9166, 5, - 5, 0, 0, 9165, 9160, 1, 0, 0, 0, 9166, 9169, 1, 0, 0, 0, 9167, 9165, 1, - 0, 0, 0, 9167, 9168, 1, 0, 0, 0, 9168, 1131, 1, 0, 0, 0, 9169, 9167, 1, - 0, 0, 0, 9170, 9186, 3, 1136, 568, 0, 9171, 9186, 3, 1140, 570, 0, 9172, - 9186, 3, 1144, 572, 0, 9173, 9186, 3, 1152, 576, 0, 9174, 9186, 3, 1160, - 580, 0, 9175, 9183, 3, 1162, 581, 0, 9176, 9178, 3, 1166, 583, 0, 9177, - 9176, 1, 0, 0, 0, 9177, 9178, 1, 0, 0, 0, 9178, 9184, 1, 0, 0, 0, 9179, - 9180, 5, 2, 0, 0, 9180, 9181, 3, 1368, 684, 0, 9181, 9182, 5, 3, 0, 0, - 9182, 9184, 1, 0, 0, 0, 9183, 9177, 1, 0, 0, 0, 9183, 9179, 1, 0, 0, 0, - 9184, 9186, 1, 0, 0, 0, 9185, 9170, 1, 0, 0, 0, 9185, 9171, 1, 0, 0, 0, - 9185, 9172, 1, 0, 0, 0, 9185, 9173, 1, 0, 0, 0, 9185, 9174, 1, 0, 0, 0, - 9185, 9175, 1, 0, 0, 0, 9186, 1133, 1, 0, 0, 0, 9187, 9192, 3, 1140, 570, - 0, 9188, 9192, 3, 1146, 573, 0, 9189, 9192, 3, 1154, 577, 0, 9190, 9192, - 3, 1160, 580, 0, 9191, 9187, 1, 0, 0, 0, 9191, 9188, 1, 0, 0, 0, 9191, - 9189, 1, 0, 0, 0, 9191, 9190, 1, 0, 0, 0, 9192, 1135, 1, 0, 0, 0, 9193, - 9198, 3, 1406, 703, 0, 9194, 9198, 3, 1388, 694, 0, 9195, 9198, 5, 119, - 0, 0, 9196, 9198, 5, 126, 0, 0, 9197, 9193, 1, 0, 0, 0, 9197, 9194, 1, - 0, 0, 0, 9197, 9195, 1, 0, 0, 0, 9197, 9196, 1, 0, 0, 0, 9198, 9200, 1, - 0, 0, 0, 9199, 9201, 3, 530, 265, 0, 9200, 9199, 1, 0, 0, 0, 9200, 9201, - 1, 0, 0, 0, 9201, 9203, 1, 0, 0, 0, 9202, 9204, 3, 1138, 569, 0, 9203, - 9202, 1, 0, 0, 0, 9203, 9204, 1, 0, 0, 0, 9204, 1137, 1, 0, 0, 0, 9205, - 9206, 5, 2, 0, 0, 9206, 9207, 3, 1290, 645, 0, 9207, 9208, 5, 3, 0, 0, - 9208, 1139, 1, 0, 0, 0, 9209, 9234, 5, 395, 0, 0, 9210, 9234, 5, 396, 0, - 0, 9211, 9234, 5, 411, 0, 0, 9212, 9234, 5, 382, 0, 0, 9213, 9234, 5, 408, - 0, 0, 9214, 9216, 5, 392, 0, 0, 9215, 9217, 3, 1142, 571, 0, 9216, 9215, - 1, 0, 0, 0, 9216, 9217, 1, 0, 0, 0, 9217, 9234, 1, 0, 0, 0, 9218, 9219, - 5, 190, 0, 0, 9219, 9234, 5, 407, 0, 0, 9220, 9222, 5, 389, 0, 0, 9221, - 9223, 3, 1138, 569, 0, 9222, 9221, 1, 0, 0, 0, 9222, 9223, 1, 0, 0, 0, - 9223, 9234, 1, 0, 0, 0, 9224, 9226, 5, 388, 0, 0, 9225, 9227, 3, 1138, - 569, 0, 9226, 9225, 1, 0, 0, 0, 9226, 9227, 1, 0, 0, 0, 9227, 9234, 1, - 0, 0, 0, 9228, 9230, 5, 403, 0, 0, 9229, 9231, 3, 1138, 569, 0, 9230, 9229, - 1, 0, 0, 0, 9230, 9231, 1, 0, 0, 0, 9231, 9234, 1, 0, 0, 0, 9232, 9234, - 5, 384, 0, 0, 9233, 9209, 1, 0, 0, 0, 9233, 9210, 1, 0, 0, 0, 9233, 9211, - 1, 0, 0, 0, 9233, 9212, 1, 0, 0, 0, 9233, 9213, 1, 0, 0, 0, 9233, 9214, - 1, 0, 0, 0, 9233, 9218, 1, 0, 0, 0, 9233, 9220, 1, 0, 0, 0, 9233, 9224, - 1, 0, 0, 0, 9233, 9228, 1, 0, 0, 0, 9233, 9232, 1, 0, 0, 0, 9234, 1141, - 1, 0, 0, 0, 9235, 9236, 5, 2, 0, 0, 9236, 9237, 3, 1368, 684, 0, 9237, - 9238, 5, 3, 0, 0, 9238, 1143, 1, 0, 0, 0, 9239, 9242, 3, 1148, 574, 0, - 9240, 9242, 3, 1150, 575, 0, 9241, 9239, 1, 0, 0, 0, 9241, 9240, 1, 0, - 0, 0, 9242, 1145, 1, 0, 0, 0, 9243, 9246, 3, 1148, 574, 0, 9244, 9246, - 3, 1150, 575, 0, 9245, 9243, 1, 0, 0, 0, 9245, 9244, 1, 0, 0, 0, 9246, - 1147, 1, 0, 0, 0, 9247, 9249, 5, 383, 0, 0, 9248, 9250, 3, 1158, 579, 0, - 9249, 9248, 1, 0, 0, 0, 9249, 9250, 1, 0, 0, 0, 9250, 9251, 1, 0, 0, 0, - 9251, 9252, 5, 2, 0, 0, 9252, 9253, 3, 1290, 645, 0, 9253, 9254, 5, 3, - 0, 0, 9254, 1149, 1, 0, 0, 0, 9255, 9257, 5, 383, 0, 0, 9256, 9258, 3, - 1158, 579, 0, 9257, 9256, 1, 0, 0, 0, 9257, 9258, 1, 0, 0, 0, 9258, 1151, - 1, 0, 0, 0, 9259, 9264, 3, 1156, 578, 0, 9260, 9261, 5, 2, 0, 0, 9261, - 9262, 3, 1368, 684, 0, 9262, 9263, 5, 3, 0, 0, 9263, 9265, 1, 0, 0, 0, - 9264, 9260, 1, 0, 0, 0, 9264, 9265, 1, 0, 0, 0, 9265, 1153, 1, 0, 0, 0, - 9266, 9271, 3, 1156, 578, 0, 9267, 9268, 5, 2, 0, 0, 9268, 9269, 3, 1368, - 684, 0, 9269, 9270, 5, 3, 0, 0, 9270, 9272, 1, 0, 0, 0, 9271, 9267, 1, - 0, 0, 0, 9271, 9272, 1, 0, 0, 0, 9272, 1155, 1, 0, 0, 0, 9273, 9275, 7, - 49, 0, 0, 9274, 9276, 3, 1158, 579, 0, 9275, 9274, 1, 0, 0, 0, 9275, 9276, - 1, 0, 0, 0, 9276, 9284, 1, 0, 0, 0, 9277, 9284, 5, 418, 0, 0, 9278, 9279, - 5, 399, 0, 0, 9279, 9281, 7, 50, 0, 0, 9280, 9282, 3, 1158, 579, 0, 9281, - 9280, 1, 0, 0, 0, 9281, 9282, 1, 0, 0, 0, 9282, 9284, 1, 0, 0, 0, 9283, - 9273, 1, 0, 0, 0, 9283, 9277, 1, 0, 0, 0, 9283, 9278, 1, 0, 0, 0, 9284, - 1157, 1, 0, 0, 0, 9285, 9286, 5, 367, 0, 0, 9286, 1159, 1, 0, 0, 0, 9287, - 9292, 7, 51, 0, 0, 9288, 9289, 5, 2, 0, 0, 9289, 9290, 3, 1368, 684, 0, - 9290, 9291, 5, 3, 0, 0, 9291, 9293, 1, 0, 0, 0, 9292, 9288, 1, 0, 0, 0, - 9292, 9293, 1, 0, 0, 0, 9293, 9295, 1, 0, 0, 0, 9294, 9296, 3, 1164, 582, - 0, 9295, 9294, 1, 0, 0, 0, 9295, 9296, 1, 0, 0, 0, 9296, 1161, 1, 0, 0, - 0, 9297, 9298, 5, 397, 0, 0, 9298, 1163, 1, 0, 0, 0, 9299, 9300, 5, 105, - 0, 0, 9300, 9301, 5, 413, 0, 0, 9301, 9306, 5, 379, 0, 0, 9302, 9303, 5, - 372, 0, 0, 9303, 9304, 5, 413, 0, 0, 9304, 9306, 5, 379, 0, 0, 9305, 9299, - 1, 0, 0, 0, 9305, 9302, 1, 0, 0, 0, 9306, 1165, 1, 0, 0, 0, 9307, 9333, - 5, 377, 0, 0, 9308, 9333, 5, 257, 0, 0, 9309, 9333, 5, 176, 0, 0, 9310, - 9333, 5, 218, 0, 0, 9311, 9333, 5, 254, 0, 0, 9312, 9333, 3, 1168, 584, - 0, 9313, 9314, 5, 377, 0, 0, 9314, 9315, 5, 94, 0, 0, 9315, 9333, 5, 257, - 0, 0, 9316, 9317, 5, 176, 0, 0, 9317, 9321, 5, 94, 0, 0, 9318, 9322, 5, - 218, 0, 0, 9319, 9322, 5, 254, 0, 0, 9320, 9322, 3, 1168, 584, 0, 9321, - 9318, 1, 0, 0, 0, 9321, 9319, 1, 0, 0, 0, 9321, 9320, 1, 0, 0, 0, 9322, - 9333, 1, 0, 0, 0, 9323, 9324, 5, 218, 0, 0, 9324, 9327, 5, 94, 0, 0, 9325, - 9328, 5, 254, 0, 0, 9326, 9328, 3, 1168, 584, 0, 9327, 9325, 1, 0, 0, 0, - 9327, 9326, 1, 0, 0, 0, 9328, 9333, 1, 0, 0, 0, 9329, 9330, 5, 254, 0, - 0, 9330, 9331, 5, 94, 0, 0, 9331, 9333, 3, 1168, 584, 0, 9332, 9307, 1, - 0, 0, 0, 9332, 9308, 1, 0, 0, 0, 9332, 9309, 1, 0, 0, 0, 9332, 9310, 1, - 0, 0, 0, 9332, 9311, 1, 0, 0, 0, 9332, 9312, 1, 0, 0, 0, 9332, 9313, 1, - 0, 0, 0, 9332, 9316, 1, 0, 0, 0, 9332, 9323, 1, 0, 0, 0, 9332, 9329, 1, - 0, 0, 0, 9333, 1167, 1, 0, 0, 0, 9334, 9339, 5, 319, 0, 0, 9335, 9336, - 5, 2, 0, 0, 9336, 9337, 3, 1368, 684, 0, 9337, 9338, 5, 3, 0, 0, 9338, - 9340, 1, 0, 0, 0, 9339, 9335, 1, 0, 0, 0, 9339, 9340, 1, 0, 0, 0, 9340, - 1169, 1, 0, 0, 0, 9341, 9342, 5, 197, 0, 0, 9342, 9343, 3, 1172, 586, 0, - 9343, 1171, 1, 0, 0, 0, 9344, 9345, 3, 1174, 587, 0, 9345, 1173, 1, 0, - 0, 0, 9346, 9348, 3, 1176, 588, 0, 9347, 9349, 3, 1284, 642, 0, 9348, 9347, - 1, 0, 0, 0, 9348, 9349, 1, 0, 0, 0, 9349, 1175, 1, 0, 0, 0, 9350, 9355, - 3, 1178, 589, 0, 9351, 9352, 7, 52, 0, 0, 9352, 9354, 3, 1178, 589, 0, - 9353, 9351, 1, 0, 0, 0, 9354, 9357, 1, 0, 0, 0, 9355, 9353, 1, 0, 0, 0, - 9355, 9356, 1, 0, 0, 0, 9356, 1177, 1, 0, 0, 0, 9357, 9355, 1, 0, 0, 0, - 9358, 9363, 3, 1180, 590, 0, 9359, 9360, 5, 82, 0, 0, 9360, 9362, 3, 1180, - 590, 0, 9361, 9359, 1, 0, 0, 0, 9362, 9365, 1, 0, 0, 0, 9363, 9361, 1, - 0, 0, 0, 9363, 9364, 1, 0, 0, 0, 9364, 1179, 1, 0, 0, 0, 9365, 9363, 1, - 0, 0, 0, 9366, 9371, 3, 1182, 591, 0, 9367, 9368, 5, 33, 0, 0, 9368, 9370, - 3, 1182, 591, 0, 9369, 9367, 1, 0, 0, 0, 9370, 9373, 1, 0, 0, 0, 9371, - 9369, 1, 0, 0, 0, 9371, 9372, 1, 0, 0, 0, 9372, 1181, 1, 0, 0, 0, 9373, - 9371, 1, 0, 0, 0, 9374, 9386, 3, 1184, 592, 0, 9375, 9377, 5, 77, 0, 0, - 9376, 9375, 1, 0, 0, 0, 9376, 9377, 1, 0, 0, 0, 9377, 9378, 1, 0, 0, 0, - 9378, 9380, 5, 381, 0, 0, 9379, 9381, 5, 91, 0, 0, 9380, 9379, 1, 0, 0, - 0, 9380, 9381, 1, 0, 0, 0, 9381, 9382, 1, 0, 0, 0, 9382, 9383, 3, 1184, - 592, 0, 9383, 9384, 5, 33, 0, 0, 9384, 9385, 3, 1184, 592, 0, 9385, 9387, - 1, 0, 0, 0, 9386, 9376, 1, 0, 0, 0, 9386, 9387, 1, 0, 0, 0, 9387, 1183, - 1, 0, 0, 0, 9388, 9394, 3, 1186, 593, 0, 9389, 9391, 5, 77, 0, 0, 9390, - 9389, 1, 0, 0, 0, 9390, 9391, 1, 0, 0, 0, 9391, 9392, 1, 0, 0, 0, 9392, - 9393, 5, 68, 0, 0, 9393, 9395, 3, 1316, 658, 0, 9394, 9390, 1, 0, 0, 0, - 9394, 9395, 1, 0, 0, 0, 9395, 1185, 1, 0, 0, 0, 9396, 9398, 5, 77, 0, 0, - 9397, 9396, 1, 0, 0, 0, 9397, 9398, 1, 0, 0, 0, 9398, 9399, 1, 0, 0, 0, - 9399, 9400, 3, 1188, 594, 0, 9400, 1187, 1, 0, 0, 0, 9401, 9403, 3, 1190, - 595, 0, 9402, 9404, 7, 53, 0, 0, 9403, 9402, 1, 0, 0, 0, 9403, 9404, 1, - 0, 0, 0, 9404, 1189, 1, 0, 0, 0, 9405, 9429, 3, 1192, 596, 0, 9406, 9408, - 5, 116, 0, 0, 9407, 9409, 5, 77, 0, 0, 9408, 9407, 1, 0, 0, 0, 9408, 9409, - 1, 0, 0, 0, 9409, 9427, 1, 0, 0, 0, 9410, 9428, 5, 78, 0, 0, 9411, 9428, - 5, 96, 0, 0, 9412, 9428, 5, 60, 0, 0, 9413, 9428, 5, 358, 0, 0, 9414, 9415, - 5, 56, 0, 0, 9415, 9416, 5, 64, 0, 0, 9416, 9428, 3, 1172, 586, 0, 9417, - 9418, 5, 268, 0, 0, 9418, 9419, 5, 2, 0, 0, 9419, 9420, 3, 1296, 648, 0, - 9420, 9421, 5, 3, 0, 0, 9421, 9428, 1, 0, 0, 0, 9422, 9428, 5, 188, 0, - 0, 9423, 9425, 3, 1306, 653, 0, 9424, 9423, 1, 0, 0, 0, 9424, 9425, 1, - 0, 0, 0, 9425, 9426, 1, 0, 0, 0, 9426, 9428, 5, 480, 0, 0, 9427, 9410, - 1, 0, 0, 0, 9427, 9411, 1, 0, 0, 0, 9427, 9412, 1, 0, 0, 0, 9427, 9413, - 1, 0, 0, 0, 9427, 9414, 1, 0, 0, 0, 9427, 9417, 1, 0, 0, 0, 9427, 9422, - 1, 0, 0, 0, 9427, 9424, 1, 0, 0, 0, 9428, 9430, 1, 0, 0, 0, 9429, 9406, - 1, 0, 0, 0, 9429, 9430, 1, 0, 0, 0, 9430, 1191, 1, 0, 0, 0, 9431, 9443, - 3, 1194, 597, 0, 9432, 9433, 7, 54, 0, 0, 9433, 9444, 3, 1194, 597, 0, - 9434, 9435, 3, 1288, 644, 0, 9435, 9441, 3, 1278, 639, 0, 9436, 9442, 3, - 972, 486, 0, 9437, 9438, 5, 2, 0, 0, 9438, 9439, 3, 1172, 586, 0, 9439, - 9440, 5, 3, 0, 0, 9440, 9442, 1, 0, 0, 0, 9441, 9436, 1, 0, 0, 0, 9441, - 9437, 1, 0, 0, 0, 9442, 9444, 1, 0, 0, 0, 9443, 9432, 1, 0, 0, 0, 9443, - 9434, 1, 0, 0, 0, 9443, 9444, 1, 0, 0, 0, 9444, 1193, 1, 0, 0, 0, 9445, - 9459, 3, 1196, 598, 0, 9446, 9448, 5, 77, 0, 0, 9447, 9446, 1, 0, 0, 0, - 9447, 9448, 1, 0, 0, 0, 9448, 9453, 1, 0, 0, 0, 9449, 9454, 5, 120, 0, - 0, 9450, 9454, 5, 114, 0, 0, 9451, 9452, 5, 127, 0, 0, 9452, 9454, 5, 94, - 0, 0, 9453, 9449, 1, 0, 0, 0, 9453, 9450, 1, 0, 0, 0, 9453, 9451, 1, 0, - 0, 0, 9454, 9455, 1, 0, 0, 0, 9455, 9457, 3, 1196, 598, 0, 9456, 9458, - 3, 1170, 585, 0, 9457, 9456, 1, 0, 0, 0, 9457, 9458, 1, 0, 0, 0, 9458, - 9460, 1, 0, 0, 0, 9459, 9447, 1, 0, 0, 0, 9459, 9460, 1, 0, 0, 0, 9460, - 1195, 1, 0, 0, 0, 9461, 9467, 3, 1198, 599, 0, 9462, 9463, 3, 1284, 642, - 0, 9463, 9464, 3, 1198, 599, 0, 9464, 9466, 1, 0, 0, 0, 9465, 9462, 1, - 0, 0, 0, 9466, 9469, 1, 0, 0, 0, 9467, 9465, 1, 0, 0, 0, 9467, 9468, 1, - 0, 0, 0, 9468, 1197, 1, 0, 0, 0, 9469, 9467, 1, 0, 0, 0, 9470, 9472, 3, - 1284, 642, 0, 9471, 9470, 1, 0, 0, 0, 9471, 9472, 1, 0, 0, 0, 9472, 9473, - 1, 0, 0, 0, 9473, 9474, 3, 1200, 600, 0, 9474, 1199, 1, 0, 0, 0, 9475, - 9480, 3, 1202, 601, 0, 9476, 9477, 7, 55, 0, 0, 9477, 9479, 3, 1202, 601, - 0, 9478, 9476, 1, 0, 0, 0, 9479, 9482, 1, 0, 0, 0, 9480, 9478, 1, 0, 0, - 0, 9480, 9481, 1, 0, 0, 0, 9481, 1201, 1, 0, 0, 0, 9482, 9480, 1, 0, 0, - 0, 9483, 9488, 3, 1204, 602, 0, 9484, 9485, 7, 56, 0, 0, 9485, 9487, 3, - 1204, 602, 0, 9486, 9484, 1, 0, 0, 0, 9487, 9490, 1, 0, 0, 0, 9488, 9486, - 1, 0, 0, 0, 9488, 9489, 1, 0, 0, 0, 9489, 1203, 1, 0, 0, 0, 9490, 9488, - 1, 0, 0, 0, 9491, 9494, 3, 1206, 603, 0, 9492, 9493, 5, 15, 0, 0, 9493, - 9495, 3, 1172, 586, 0, 9494, 9492, 1, 0, 0, 0, 9494, 9495, 1, 0, 0, 0, - 9495, 1205, 1, 0, 0, 0, 9496, 9498, 7, 55, 0, 0, 9497, 9496, 1, 0, 0, 0, - 9497, 9498, 1, 0, 0, 0, 9498, 9499, 1, 0, 0, 0, 9499, 9500, 3, 1208, 604, - 0, 9500, 1207, 1, 0, 0, 0, 9501, 9506, 3, 1210, 605, 0, 9502, 9503, 5, - 142, 0, 0, 9503, 9504, 5, 413, 0, 0, 9504, 9505, 5, 379, 0, 0, 9505, 9507, - 3, 1172, 586, 0, 9506, 9502, 1, 0, 0, 0, 9506, 9507, 1, 0, 0, 0, 9507, - 1209, 1, 0, 0, 0, 9508, 9511, 3, 1212, 606, 0, 9509, 9510, 5, 43, 0, 0, - 9510, 9512, 3, 528, 264, 0, 9511, 9509, 1, 0, 0, 0, 9511, 9512, 1, 0, 0, - 0, 9512, 1211, 1, 0, 0, 0, 9513, 9518, 3, 1216, 608, 0, 9514, 9515, 5, - 26, 0, 0, 9515, 9517, 3, 1128, 564, 0, 9516, 9514, 1, 0, 0, 0, 9517, 9520, - 1, 0, 0, 0, 9518, 9516, 1, 0, 0, 0, 9518, 9519, 1, 0, 0, 0, 9519, 1213, - 1, 0, 0, 0, 9520, 9518, 1, 0, 0, 0, 9521, 9522, 6, 607, -1, 0, 9522, 9529, - 3, 1216, 608, 0, 9523, 9524, 7, 55, 0, 0, 9524, 9529, 3, 1214, 607, 9, - 9525, 9526, 3, 1284, 642, 0, 9526, 9527, 3, 1214, 607, 3, 9527, 9529, 1, - 0, 0, 0, 9528, 9521, 1, 0, 0, 0, 9528, 9523, 1, 0, 0, 0, 9528, 9525, 1, - 0, 0, 0, 9529, 9569, 1, 0, 0, 0, 9530, 9531, 10, 8, 0, 0, 9531, 9532, 5, - 15, 0, 0, 9532, 9568, 3, 1214, 607, 9, 9533, 9534, 10, 7, 0, 0, 9534, 9535, - 7, 56, 0, 0, 9535, 9568, 3, 1214, 607, 8, 9536, 9537, 10, 6, 0, 0, 9537, - 9538, 7, 55, 0, 0, 9538, 9568, 3, 1214, 607, 7, 9539, 9540, 10, 5, 0, 0, - 9540, 9541, 3, 1284, 642, 0, 9541, 9542, 3, 1214, 607, 6, 9542, 9568, 1, - 0, 0, 0, 9543, 9544, 10, 4, 0, 0, 9544, 9545, 7, 54, 0, 0, 9545, 9568, - 3, 1214, 607, 5, 9546, 9547, 10, 10, 0, 0, 9547, 9548, 5, 26, 0, 0, 9548, - 9568, 3, 1128, 564, 0, 9549, 9550, 10, 2, 0, 0, 9550, 9568, 3, 1284, 642, - 0, 9551, 9552, 10, 1, 0, 0, 9552, 9554, 5, 116, 0, 0, 9553, 9555, 5, 77, - 0, 0, 9554, 9553, 1, 0, 0, 0, 9554, 9555, 1, 0, 0, 0, 9555, 9565, 1, 0, - 0, 0, 9556, 9557, 5, 56, 0, 0, 9557, 9558, 5, 64, 0, 0, 9558, 9566, 3, - 1214, 607, 0, 9559, 9560, 5, 268, 0, 0, 9560, 9561, 5, 2, 0, 0, 9561, 9562, - 3, 1296, 648, 0, 9562, 9563, 5, 3, 0, 0, 9563, 9566, 1, 0, 0, 0, 9564, - 9566, 5, 188, 0, 0, 9565, 9556, 1, 0, 0, 0, 9565, 9559, 1, 0, 0, 0, 9565, - 9564, 1, 0, 0, 0, 9566, 9568, 1, 0, 0, 0, 9567, 9530, 1, 0, 0, 0, 9567, - 9533, 1, 0, 0, 0, 9567, 9536, 1, 0, 0, 0, 9567, 9539, 1, 0, 0, 0, 9567, - 9543, 1, 0, 0, 0, 9567, 9546, 1, 0, 0, 0, 9567, 9549, 1, 0, 0, 0, 9567, - 9551, 1, 0, 0, 0, 9568, 9571, 1, 0, 0, 0, 9569, 9567, 1, 0, 0, 0, 9569, - 9570, 1, 0, 0, 0, 9570, 1215, 1, 0, 0, 0, 9571, 9569, 1, 0, 0, 0, 9572, - 9573, 5, 390, 0, 0, 9573, 9609, 3, 972, 486, 0, 9574, 9577, 5, 35, 0, 0, - 9575, 9578, 3, 972, 486, 0, 9576, 9578, 3, 1298, 649, 0, 9577, 9575, 1, - 0, 0, 0, 9577, 9576, 1, 0, 0, 0, 9578, 9609, 1, 0, 0, 0, 9579, 9580, 5, - 28, 0, 0, 9580, 9609, 3, 1336, 668, 0, 9581, 9582, 5, 472, 0, 0, 9582, - 9583, 5, 2, 0, 0, 9583, 9584, 3, 1290, 645, 0, 9584, 9585, 5, 3, 0, 0, - 9585, 9609, 1, 0, 0, 0, 9586, 9587, 5, 98, 0, 0, 9587, 9609, 3, 972, 486, - 0, 9588, 9609, 3, 1328, 664, 0, 9589, 9609, 3, 1360, 680, 0, 9590, 9609, - 3, 1218, 609, 0, 9591, 9592, 5, 2, 0, 0, 9592, 9593, 3, 1172, 586, 0, 9593, - 9594, 5, 3, 0, 0, 9594, 9595, 3, 1336, 668, 0, 9595, 9609, 1, 0, 0, 0, - 9596, 9609, 3, 1318, 659, 0, 9597, 9609, 3, 1222, 611, 0, 9598, 9600, 3, - 972, 486, 0, 9599, 9601, 3, 1334, 667, 0, 9600, 9599, 1, 0, 0, 0, 9600, - 9601, 1, 0, 0, 0, 9601, 9609, 1, 0, 0, 0, 9602, 9609, 3, 1274, 637, 0, - 9603, 9609, 3, 1276, 638, 0, 9604, 9605, 3, 1272, 636, 0, 9605, 9606, 5, - 125, 0, 0, 9606, 9607, 3, 1272, 636, 0, 9607, 9609, 1, 0, 0, 0, 9608, 9572, - 1, 0, 0, 0, 9608, 9574, 1, 0, 0, 0, 9608, 9579, 1, 0, 0, 0, 9608, 9581, - 1, 0, 0, 0, 9608, 9586, 1, 0, 0, 0, 9608, 9588, 1, 0, 0, 0, 9608, 9589, - 1, 0, 0, 0, 9608, 9590, 1, 0, 0, 0, 9608, 9591, 1, 0, 0, 0, 9608, 9596, - 1, 0, 0, 0, 9608, 9597, 1, 0, 0, 0, 9608, 9598, 1, 0, 0, 0, 9608, 9602, - 1, 0, 0, 0, 9608, 9603, 1, 0, 0, 0, 9608, 9604, 1, 0, 0, 0, 9609, 1217, - 1, 0, 0, 0, 9610, 9611, 5, 668, 0, 0, 9611, 1219, 1, 0, 0, 0, 9612, 9613, - 3, 1358, 679, 0, 9613, 9635, 5, 2, 0, 0, 9614, 9618, 3, 1292, 646, 0, 9615, - 9616, 5, 6, 0, 0, 9616, 9617, 5, 101, 0, 0, 9617, 9619, 3, 1294, 647, 0, - 9618, 9615, 1, 0, 0, 0, 9618, 9619, 1, 0, 0, 0, 9619, 9621, 1, 0, 0, 0, - 9620, 9622, 3, 1006, 503, 0, 9621, 9620, 1, 0, 0, 0, 9621, 9622, 1, 0, - 0, 0, 9622, 9636, 1, 0, 0, 0, 9623, 9624, 5, 101, 0, 0, 9624, 9626, 3, - 1294, 647, 0, 9625, 9627, 3, 1006, 503, 0, 9626, 9625, 1, 0, 0, 0, 9626, - 9627, 1, 0, 0, 0, 9627, 9636, 1, 0, 0, 0, 9628, 9629, 7, 44, 0, 0, 9629, - 9631, 3, 1292, 646, 0, 9630, 9632, 3, 1006, 503, 0, 9631, 9630, 1, 0, 0, - 0, 9631, 9632, 1, 0, 0, 0, 9632, 9636, 1, 0, 0, 0, 9633, 9636, 5, 9, 0, - 0, 9634, 9636, 1, 0, 0, 0, 9635, 9614, 1, 0, 0, 0, 9635, 9623, 1, 0, 0, - 0, 9635, 9628, 1, 0, 0, 0, 9635, 9633, 1, 0, 0, 0, 9635, 9634, 1, 0, 0, - 0, 9636, 9637, 1, 0, 0, 0, 9637, 9638, 5, 3, 0, 0, 9638, 1221, 1, 0, 0, - 0, 9639, 9641, 3, 1220, 610, 0, 9640, 9642, 3, 1246, 623, 0, 9641, 9640, - 1, 0, 0, 0, 9641, 9642, 1, 0, 0, 0, 9642, 9644, 1, 0, 0, 0, 9643, 9645, - 3, 1248, 624, 0, 9644, 9643, 1, 0, 0, 0, 9644, 9645, 1, 0, 0, 0, 9645, - 9647, 1, 0, 0, 0, 9646, 9648, 3, 1256, 628, 0, 9647, 9646, 1, 0, 0, 0, - 9647, 9648, 1, 0, 0, 0, 9648, 9651, 1, 0, 0, 0, 9649, 9651, 3, 1226, 613, - 0, 9650, 9639, 1, 0, 0, 0, 9650, 9649, 1, 0, 0, 0, 9651, 1223, 1, 0, 0, - 0, 9652, 9655, 3, 1220, 610, 0, 9653, 9655, 3, 1226, 613, 0, 9654, 9652, - 1, 0, 0, 0, 9654, 9653, 1, 0, 0, 0, 9655, 1225, 1, 0, 0, 0, 9656, 9657, - 5, 108, 0, 0, 9657, 9658, 5, 62, 0, 0, 9658, 9659, 5, 2, 0, 0, 9659, 9660, - 3, 1172, 586, 0, 9660, 9661, 5, 3, 0, 0, 9661, 9840, 1, 0, 0, 0, 9662, - 9840, 5, 48, 0, 0, 9663, 9668, 5, 50, 0, 0, 9664, 9665, 5, 2, 0, 0, 9665, - 9666, 3, 1368, 684, 0, 9666, 9667, 5, 3, 0, 0, 9667, 9669, 1, 0, 0, 0, - 9668, 9664, 1, 0, 0, 0, 9668, 9669, 1, 0, 0, 0, 9669, 9840, 1, 0, 0, 0, - 9670, 9675, 5, 51, 0, 0, 9671, 9672, 5, 2, 0, 0, 9672, 9673, 3, 1368, 684, - 0, 9673, 9674, 5, 3, 0, 0, 9674, 9676, 1, 0, 0, 0, 9675, 9671, 1, 0, 0, - 0, 9675, 9676, 1, 0, 0, 0, 9676, 9840, 1, 0, 0, 0, 9677, 9682, 5, 75, 0, - 0, 9678, 9679, 5, 2, 0, 0, 9679, 9680, 3, 1368, 684, 0, 9680, 9681, 5, - 3, 0, 0, 9681, 9683, 1, 0, 0, 0, 9682, 9678, 1, 0, 0, 0, 9682, 9683, 1, - 0, 0, 0, 9683, 9840, 1, 0, 0, 0, 9684, 9689, 5, 76, 0, 0, 9685, 9686, 5, - 2, 0, 0, 9686, 9687, 3, 1368, 684, 0, 9687, 9688, 5, 3, 0, 0, 9688, 9690, - 1, 0, 0, 0, 9689, 9685, 1, 0, 0, 0, 9689, 9690, 1, 0, 0, 0, 9690, 9840, - 1, 0, 0, 0, 9691, 9840, 5, 49, 0, 0, 9692, 9840, 5, 52, 0, 0, 9693, 9840, - 5, 89, 0, 0, 9694, 9840, 5, 99, 0, 0, 9695, 9840, 5, 47, 0, 0, 9696, 9840, - 5, 111, 0, 0, 9697, 9698, 5, 41, 0, 0, 9698, 9699, 5, 2, 0, 0, 9699, 9700, - 3, 1172, 586, 0, 9700, 9701, 5, 36, 0, 0, 9701, 9702, 3, 1128, 564, 0, - 9702, 9703, 5, 3, 0, 0, 9703, 9840, 1, 0, 0, 0, 9704, 9705, 5, 391, 0, - 0, 9705, 9707, 5, 2, 0, 0, 9706, 9708, 3, 1302, 651, 0, 9707, 9706, 1, - 0, 0, 0, 9707, 9708, 1, 0, 0, 0, 9708, 9709, 1, 0, 0, 0, 9709, 9840, 5, - 3, 0, 0, 9710, 9711, 5, 491, 0, 0, 9711, 9712, 5, 2, 0, 0, 9712, 9715, - 3, 1172, 586, 0, 9713, 9714, 5, 6, 0, 0, 9714, 9716, 3, 1306, 653, 0, 9715, - 9713, 1, 0, 0, 0, 9715, 9716, 1, 0, 0, 0, 9716, 9717, 1, 0, 0, 0, 9717, - 9718, 5, 3, 0, 0, 9718, 9840, 1, 0, 0, 0, 9719, 9720, 5, 404, 0, 0, 9720, - 9721, 5, 2, 0, 0, 9721, 9722, 3, 1308, 654, 0, 9722, 9723, 5, 3, 0, 0, - 9723, 9840, 1, 0, 0, 0, 9724, 9725, 5, 406, 0, 0, 9725, 9727, 5, 2, 0, - 0, 9726, 9728, 3, 1310, 655, 0, 9727, 9726, 1, 0, 0, 0, 9727, 9728, 1, - 0, 0, 0, 9728, 9729, 1, 0, 0, 0, 9729, 9840, 5, 3, 0, 0, 9730, 9731, 5, - 412, 0, 0, 9731, 9732, 5, 2, 0, 0, 9732, 9733, 3, 1312, 656, 0, 9733, 9734, - 5, 3, 0, 0, 9734, 9840, 1, 0, 0, 0, 9735, 9736, 5, 415, 0, 0, 9736, 9737, - 5, 2, 0, 0, 9737, 9738, 3, 1172, 586, 0, 9738, 9739, 5, 36, 0, 0, 9739, - 9740, 3, 1128, 564, 0, 9740, 9741, 5, 3, 0, 0, 9741, 9840, 1, 0, 0, 0, - 9742, 9743, 5, 416, 0, 0, 9743, 9745, 5, 2, 0, 0, 9744, 9746, 7, 57, 0, - 0, 9745, 9744, 1, 0, 0, 0, 9745, 9746, 1, 0, 0, 0, 9746, 9747, 1, 0, 0, - 0, 9747, 9748, 3, 1314, 657, 0, 9748, 9749, 5, 3, 0, 0, 9749, 9840, 1, - 0, 0, 0, 9750, 9751, 5, 402, 0, 0, 9751, 9752, 5, 2, 0, 0, 9752, 9753, - 3, 1172, 586, 0, 9753, 9754, 5, 6, 0, 0, 9754, 9755, 3, 1172, 586, 0, 9755, - 9756, 5, 3, 0, 0, 9756, 9840, 1, 0, 0, 0, 9757, 9758, 5, 387, 0, 0, 9758, - 9759, 5, 2, 0, 0, 9759, 9760, 3, 1290, 645, 0, 9760, 9761, 5, 3, 0, 0, - 9761, 9840, 1, 0, 0, 0, 9762, 9763, 5, 393, 0, 0, 9763, 9764, 5, 2, 0, - 0, 9764, 9765, 3, 1290, 645, 0, 9765, 9766, 5, 3, 0, 0, 9766, 9840, 1, - 0, 0, 0, 9767, 9768, 5, 398, 0, 0, 9768, 9769, 5, 2, 0, 0, 9769, 9770, - 3, 1290, 645, 0, 9770, 9771, 5, 3, 0, 0, 9771, 9840, 1, 0, 0, 0, 9772, - 9773, 5, 427, 0, 0, 9773, 9774, 5, 2, 0, 0, 9774, 9775, 3, 1290, 645, 0, - 9775, 9776, 5, 3, 0, 0, 9776, 9840, 1, 0, 0, 0, 9777, 9778, 5, 428, 0, - 0, 9778, 9779, 5, 2, 0, 0, 9779, 9780, 5, 259, 0, 0, 9780, 9786, 3, 1392, - 696, 0, 9781, 9784, 5, 6, 0, 0, 9782, 9785, 3, 1232, 616, 0, 9783, 9785, - 3, 1290, 645, 0, 9784, 9782, 1, 0, 0, 0, 9784, 9783, 1, 0, 0, 0, 9785, - 9787, 1, 0, 0, 0, 9786, 9781, 1, 0, 0, 0, 9786, 9787, 1, 0, 0, 0, 9787, - 9788, 1, 0, 0, 0, 9788, 9789, 5, 3, 0, 0, 9789, 9840, 1, 0, 0, 0, 9790, - 9791, 5, 429, 0, 0, 9791, 9792, 5, 2, 0, 0, 9792, 9793, 3, 1216, 608, 0, - 9793, 9794, 3, 1242, 621, 0, 9794, 9795, 5, 3, 0, 0, 9795, 9840, 1, 0, - 0, 0, 9796, 9797, 5, 430, 0, 0, 9797, 9798, 5, 2, 0, 0, 9798, 9799, 3, - 1234, 617, 0, 9799, 9800, 5, 3, 0, 0, 9800, 9840, 1, 0, 0, 0, 9801, 9802, - 5, 431, 0, 0, 9802, 9803, 5, 2, 0, 0, 9803, 9804, 3, 1238, 619, 0, 9804, - 9806, 3, 1172, 586, 0, 9805, 9807, 3, 1240, 620, 0, 9806, 9805, 1, 0, 0, - 0, 9806, 9807, 1, 0, 0, 0, 9807, 9808, 1, 0, 0, 0, 9808, 9809, 5, 3, 0, - 0, 9809, 9840, 1, 0, 0, 0, 9810, 9811, 5, 432, 0, 0, 9811, 9812, 5, 2, - 0, 0, 9812, 9813, 5, 259, 0, 0, 9813, 9816, 3, 1392, 696, 0, 9814, 9815, - 5, 6, 0, 0, 9815, 9817, 3, 1172, 586, 0, 9816, 9814, 1, 0, 0, 0, 9816, - 9817, 1, 0, 0, 0, 9817, 9818, 1, 0, 0, 0, 9818, 9819, 5, 3, 0, 0, 9819, - 9840, 1, 0, 0, 0, 9820, 9821, 5, 433, 0, 0, 9821, 9822, 5, 2, 0, 0, 9822, - 9823, 5, 376, 0, 0, 9823, 9824, 3, 1172, 586, 0, 9824, 9825, 5, 6, 0, 0, - 9825, 9827, 3, 1228, 614, 0, 9826, 9828, 3, 1230, 615, 0, 9827, 9826, 1, - 0, 0, 0, 9827, 9828, 1, 0, 0, 0, 9828, 9829, 1, 0, 0, 0, 9829, 9830, 5, - 3, 0, 0, 9830, 9840, 1, 0, 0, 0, 9831, 9832, 5, 434, 0, 0, 9832, 9833, - 5, 2, 0, 0, 9833, 9834, 3, 1238, 619, 0, 9834, 9835, 3, 1172, 586, 0, 9835, - 9836, 5, 36, 0, 0, 9836, 9837, 3, 1132, 566, 0, 9837, 9838, 5, 3, 0, 0, - 9838, 9840, 1, 0, 0, 0, 9839, 9656, 1, 0, 0, 0, 9839, 9662, 1, 0, 0, 0, - 9839, 9663, 1, 0, 0, 0, 9839, 9670, 1, 0, 0, 0, 9839, 9677, 1, 0, 0, 0, - 9839, 9684, 1, 0, 0, 0, 9839, 9691, 1, 0, 0, 0, 9839, 9692, 1, 0, 0, 0, - 9839, 9693, 1, 0, 0, 0, 9839, 9694, 1, 0, 0, 0, 9839, 9695, 1, 0, 0, 0, - 9839, 9696, 1, 0, 0, 0, 9839, 9697, 1, 0, 0, 0, 9839, 9704, 1, 0, 0, 0, - 9839, 9710, 1, 0, 0, 0, 9839, 9719, 1, 0, 0, 0, 9839, 9724, 1, 0, 0, 0, - 9839, 9730, 1, 0, 0, 0, 9839, 9735, 1, 0, 0, 0, 9839, 9742, 1, 0, 0, 0, - 9839, 9750, 1, 0, 0, 0, 9839, 9757, 1, 0, 0, 0, 9839, 9762, 1, 0, 0, 0, - 9839, 9767, 1, 0, 0, 0, 9839, 9772, 1, 0, 0, 0, 9839, 9777, 1, 0, 0, 0, - 9839, 9790, 1, 0, 0, 0, 9839, 9796, 1, 0, 0, 0, 9839, 9801, 1, 0, 0, 0, - 9839, 9810, 1, 0, 0, 0, 9839, 9820, 1, 0, 0, 0, 9839, 9831, 1, 0, 0, 0, - 9840, 1227, 1, 0, 0, 0, 9841, 9842, 5, 368, 0, 0, 9842, 9847, 3, 1172, - 586, 0, 9843, 9844, 5, 368, 0, 0, 9844, 9845, 5, 262, 0, 0, 9845, 9847, - 5, 452, 0, 0, 9846, 9841, 1, 0, 0, 0, 9846, 9843, 1, 0, 0, 0, 9847, 1229, - 1, 0, 0, 0, 9848, 9849, 5, 6, 0, 0, 9849, 9850, 5, 332, 0, 0, 9850, 9859, - 5, 378, 0, 0, 9851, 9852, 5, 6, 0, 0, 9852, 9853, 5, 332, 0, 0, 9853, 9859, - 5, 262, 0, 0, 9854, 9855, 5, 6, 0, 0, 9855, 9856, 5, 332, 0, 0, 9856, 9857, - 5, 262, 0, 0, 9857, 9859, 5, 452, 0, 0, 9858, 9848, 1, 0, 0, 0, 9858, 9851, - 1, 0, 0, 0, 9858, 9854, 1, 0, 0, 0, 9859, 1231, 1, 0, 0, 0, 9860, 9861, - 5, 419, 0, 0, 9861, 9862, 5, 2, 0, 0, 9862, 9863, 3, 1234, 617, 0, 9863, - 9864, 5, 3, 0, 0, 9864, 1233, 1, 0, 0, 0, 9865, 9870, 3, 1236, 618, 0, - 9866, 9867, 5, 6, 0, 0, 9867, 9869, 3, 1236, 618, 0, 9868, 9866, 1, 0, - 0, 0, 9869, 9872, 1, 0, 0, 0, 9870, 9868, 1, 0, 0, 0, 9870, 9871, 1, 0, - 0, 0, 9871, 1235, 1, 0, 0, 0, 9872, 9870, 1, 0, 0, 0, 9873, 9876, 3, 1172, - 586, 0, 9874, 9875, 5, 36, 0, 0, 9875, 9877, 3, 1392, 696, 0, 9876, 9874, - 1, 0, 0, 0, 9876, 9877, 1, 0, 0, 0, 9877, 1237, 1, 0, 0, 0, 9878, 9879, - 7, 58, 0, 0, 9879, 1239, 1, 0, 0, 0, 9880, 9881, 5, 285, 0, 0, 9881, 9885, - 5, 371, 0, 0, 9882, 9883, 5, 340, 0, 0, 9883, 9885, 5, 371, 0, 0, 9884, - 9880, 1, 0, 0, 0, 9884, 9882, 1, 0, 0, 0, 9885, 1241, 1, 0, 0, 0, 9886, - 9887, 5, 279, 0, 0, 9887, 9902, 3, 1216, 608, 0, 9888, 9889, 5, 279, 0, - 0, 9889, 9890, 3, 1216, 608, 0, 9890, 9891, 3, 1244, 622, 0, 9891, 9902, - 1, 0, 0, 0, 9892, 9893, 5, 279, 0, 0, 9893, 9894, 3, 1244, 622, 0, 9894, - 9895, 3, 1216, 608, 0, 9895, 9902, 1, 0, 0, 0, 9896, 9897, 5, 279, 0, 0, - 9897, 9898, 3, 1244, 622, 0, 9898, 9899, 3, 1216, 608, 0, 9899, 9900, 3, - 1244, 622, 0, 9900, 9902, 1, 0, 0, 0, 9901, 9886, 1, 0, 0, 0, 9901, 9888, - 1, 0, 0, 0, 9901, 9892, 1, 0, 0, 0, 9901, 9896, 1, 0, 0, 0, 9902, 1243, - 1, 0, 0, 0, 9903, 9904, 5, 147, 0, 0, 9904, 9905, 7, 59, 0, 0, 9905, 1245, - 1, 0, 0, 0, 9906, 9907, 5, 481, 0, 0, 9907, 9908, 5, 66, 0, 0, 9908, 9909, - 5, 2, 0, 0, 9909, 9910, 3, 1008, 504, 0, 9910, 9911, 5, 3, 0, 0, 9911, - 1247, 1, 0, 0, 0, 9912, 9913, 5, 482, 0, 0, 9913, 9914, 5, 2, 0, 0, 9914, - 9915, 5, 103, 0, 0, 9915, 9916, 3, 1172, 586, 0, 9916, 9917, 5, 3, 0, 0, - 9917, 1249, 1, 0, 0, 0, 9918, 9919, 5, 104, 0, 0, 9919, 9920, 3, 1252, - 626, 0, 9920, 1251, 1, 0, 0, 0, 9921, 9926, 3, 1254, 627, 0, 9922, 9923, - 5, 6, 0, 0, 9923, 9925, 3, 1254, 627, 0, 9924, 9922, 1, 0, 0, 0, 9925, - 9928, 1, 0, 0, 0, 9926, 9924, 1, 0, 0, 0, 9926, 9927, 1, 0, 0, 0, 9927, - 1253, 1, 0, 0, 0, 9928, 9926, 1, 0, 0, 0, 9929, 9930, 3, 1384, 692, 0, - 9930, 9931, 5, 36, 0, 0, 9931, 9932, 3, 1258, 629, 0, 9932, 1255, 1, 0, - 0, 0, 9933, 9936, 5, 124, 0, 0, 9934, 9937, 3, 1258, 629, 0, 9935, 9937, - 3, 1384, 692, 0, 9936, 9934, 1, 0, 0, 0, 9936, 9935, 1, 0, 0, 0, 9937, - 1257, 1, 0, 0, 0, 9938, 9940, 5, 2, 0, 0, 9939, 9941, 3, 1260, 630, 0, - 9940, 9939, 1, 0, 0, 0, 9940, 9941, 1, 0, 0, 0, 9941, 9943, 1, 0, 0, 0, - 9942, 9944, 3, 1262, 631, 0, 9943, 9942, 1, 0, 0, 0, 9943, 9944, 1, 0, - 0, 0, 9944, 9946, 1, 0, 0, 0, 9945, 9947, 3, 1006, 503, 0, 9946, 9945, - 1, 0, 0, 0, 9946, 9947, 1, 0, 0, 0, 9947, 9949, 1, 0, 0, 0, 9948, 9950, - 3, 1264, 632, 0, 9949, 9948, 1, 0, 0, 0, 9949, 9950, 1, 0, 0, 0, 9950, - 9951, 1, 0, 0, 0, 9951, 9952, 5, 3, 0, 0, 9952, 1259, 1, 0, 0, 0, 9953, - 9954, 3, 1384, 692, 0, 9954, 1261, 1, 0, 0, 0, 9955, 9956, 5, 278, 0, 0, - 9956, 9957, 5, 147, 0, 0, 9957, 9958, 3, 1290, 645, 0, 9958, 1263, 1, 0, - 0, 0, 9959, 9960, 5, 292, 0, 0, 9960, 9962, 3, 1266, 633, 0, 9961, 9963, - 3, 1270, 635, 0, 9962, 9961, 1, 0, 0, 0, 9962, 9963, 1, 0, 0, 0, 9963, - 9975, 1, 0, 0, 0, 9964, 9965, 5, 313, 0, 0, 9965, 9967, 3, 1266, 633, 0, - 9966, 9968, 3, 1270, 635, 0, 9967, 9966, 1, 0, 0, 0, 9967, 9968, 1, 0, - 0, 0, 9968, 9975, 1, 0, 0, 0, 9969, 9970, 5, 483, 0, 0, 9970, 9972, 3, - 1266, 633, 0, 9971, 9973, 3, 1270, 635, 0, 9972, 9971, 1, 0, 0, 0, 9972, - 9973, 1, 0, 0, 0, 9973, 9975, 1, 0, 0, 0, 9974, 9959, 1, 0, 0, 0, 9974, - 9964, 1, 0, 0, 0, 9974, 9969, 1, 0, 0, 0, 9975, 1265, 1, 0, 0, 0, 9976, - 9983, 3, 1268, 634, 0, 9977, 9978, 5, 381, 0, 0, 9978, 9979, 3, 1268, 634, - 0, 9979, 9980, 5, 33, 0, 0, 9980, 9981, 3, 1268, 634, 0, 9981, 9983, 1, - 0, 0, 0, 9982, 9976, 1, 0, 0, 0, 9982, 9977, 1, 0, 0, 0, 9983, 1267, 1, - 0, 0, 0, 9984, 9985, 5, 355, 0, 0, 9985, 9992, 7, 60, 0, 0, 9986, 9987, - 5, 436, 0, 0, 9987, 9992, 5, 409, 0, 0, 9988, 9989, 3, 1172, 586, 0, 9989, - 9990, 7, 60, 0, 0, 9990, 9992, 1, 0, 0, 0, 9991, 9984, 1, 0, 0, 0, 9991, - 9986, 1, 0, 0, 0, 9991, 9988, 1, 0, 0, 0, 9992, 1269, 1, 0, 0, 0, 9993, - 10000, 5, 199, 0, 0, 9994, 9995, 5, 436, 0, 0, 9995, 10001, 5, 409, 0, - 0, 9996, 10001, 5, 66, 0, 0, 9997, 10001, 5, 469, 0, 0, 9998, 9999, 5, - 262, 0, 0, 9999, 10001, 5, 484, 0, 0, 10000, 9994, 1, 0, 0, 0, 10000, 9996, - 1, 0, 0, 0, 10000, 9997, 1, 0, 0, 0, 10000, 9998, 1, 0, 0, 0, 10001, 1271, - 1, 0, 0, 0, 10002, 10003, 5, 409, 0, 0, 10003, 10005, 5, 2, 0, 0, 10004, - 10006, 3, 1290, 645, 0, 10005, 10004, 1, 0, 0, 0, 10005, 10006, 1, 0, 0, - 0, 10006, 10007, 1, 0, 0, 0, 10007, 10015, 5, 3, 0, 0, 10008, 10009, 5, - 2, 0, 0, 10009, 10010, 3, 1290, 645, 0, 10010, 10011, 5, 6, 0, 0, 10011, - 10012, 3, 1172, 586, 0, 10012, 10013, 5, 3, 0, 0, 10013, 10015, 1, 0, 0, - 0, 10014, 10002, 1, 0, 0, 0, 10014, 10008, 1, 0, 0, 0, 10015, 1273, 1, - 0, 0, 0, 10016, 10017, 5, 409, 0, 0, 10017, 10019, 5, 2, 0, 0, 10018, 10020, - 3, 1290, 645, 0, 10019, 10018, 1, 0, 0, 0, 10019, 10020, 1, 0, 0, 0, 10020, - 10021, 1, 0, 0, 0, 10021, 10022, 5, 3, 0, 0, 10022, 1275, 1, 0, 0, 0, 10023, - 10024, 5, 2, 0, 0, 10024, 10025, 3, 1290, 645, 0, 10025, 10026, 5, 6, 0, - 0, 10026, 10027, 3, 1172, 586, 0, 10027, 10028, 5, 3, 0, 0, 10028, 1277, - 1, 0, 0, 0, 10029, 10030, 7, 61, 0, 0, 10030, 1279, 1, 0, 0, 0, 10031, - 10034, 5, 29, 0, 0, 10032, 10034, 3, 1282, 641, 0, 10033, 10031, 1, 0, - 0, 0, 10033, 10032, 1, 0, 0, 0, 10034, 1281, 1, 0, 0, 0, 10035, 10036, - 7, 62, 0, 0, 10036, 1283, 1, 0, 0, 0, 10037, 10044, 5, 29, 0, 0, 10038, - 10039, 5, 271, 0, 0, 10039, 10040, 5, 2, 0, 0, 10040, 10041, 3, 692, 346, - 0, 10041, 10042, 5, 3, 0, 0, 10042, 10044, 1, 0, 0, 0, 10043, 10037, 1, - 0, 0, 0, 10043, 10038, 1, 0, 0, 0, 10044, 1285, 1, 0, 0, 0, 10045, 10052, - 3, 1280, 640, 0, 10046, 10047, 5, 271, 0, 0, 10047, 10048, 5, 2, 0, 0, - 10048, 10049, 3, 692, 346, 0, 10049, 10050, 5, 3, 0, 0, 10050, 10052, 1, - 0, 0, 0, 10051, 10045, 1, 0, 0, 0, 10051, 10046, 1, 0, 0, 0, 10052, 1287, - 1, 0, 0, 0, 10053, 10066, 3, 1280, 640, 0, 10054, 10055, 5, 271, 0, 0, - 10055, 10056, 5, 2, 0, 0, 10056, 10057, 3, 692, 346, 0, 10057, 10058, 5, - 3, 0, 0, 10058, 10066, 1, 0, 0, 0, 10059, 10066, 5, 120, 0, 0, 10060, 10061, - 5, 77, 0, 0, 10061, 10066, 5, 120, 0, 0, 10062, 10066, 5, 114, 0, 0, 10063, - 10064, 5, 77, 0, 0, 10064, 10066, 5, 114, 0, 0, 10065, 10053, 1, 0, 0, - 0, 10065, 10054, 1, 0, 0, 0, 10065, 10059, 1, 0, 0, 0, 10065, 10060, 1, - 0, 0, 0, 10065, 10062, 1, 0, 0, 0, 10065, 10063, 1, 0, 0, 0, 10066, 1289, - 1, 0, 0, 0, 10067, 10072, 3, 1172, 586, 0, 10068, 10069, 5, 6, 0, 0, 10069, - 10071, 3, 1172, 586, 0, 10070, 10068, 1, 0, 0, 0, 10071, 10074, 1, 0, 0, - 0, 10072, 10070, 1, 0, 0, 0, 10072, 10073, 1, 0, 0, 0, 10073, 1291, 1, - 0, 0, 0, 10074, 10072, 1, 0, 0, 0, 10075, 10080, 3, 1294, 647, 0, 10076, - 10077, 5, 6, 0, 0, 10077, 10079, 3, 1294, 647, 0, 10078, 10076, 1, 0, 0, - 0, 10079, 10082, 1, 0, 0, 0, 10080, 10078, 1, 0, 0, 0, 10080, 10081, 1, - 0, 0, 0, 10081, 1293, 1, 0, 0, 0, 10082, 10080, 1, 0, 0, 0, 10083, 10089, - 3, 1172, 586, 0, 10084, 10085, 3, 644, 322, 0, 10085, 10086, 7, 63, 0, - 0, 10086, 10087, 3, 1172, 586, 0, 10087, 10089, 1, 0, 0, 0, 10088, 10083, - 1, 0, 0, 0, 10088, 10084, 1, 0, 0, 0, 10089, 1295, 1, 0, 0, 0, 10090, 10095, - 3, 1128, 564, 0, 10091, 10092, 5, 6, 0, 0, 10092, 10094, 3, 1128, 564, - 0, 10093, 10091, 1, 0, 0, 0, 10094, 10097, 1, 0, 0, 0, 10095, 10093, 1, - 0, 0, 0, 10095, 10096, 1, 0, 0, 0, 10096, 1297, 1, 0, 0, 0, 10097, 10095, - 1, 0, 0, 0, 10098, 10101, 5, 4, 0, 0, 10099, 10102, 3, 1290, 645, 0, 10100, - 10102, 3, 1300, 650, 0, 10101, 10099, 1, 0, 0, 0, 10101, 10100, 1, 0, 0, - 0, 10101, 10102, 1, 0, 0, 0, 10102, 10103, 1, 0, 0, 0, 10103, 10104, 5, - 5, 0, 0, 10104, 1299, 1, 0, 0, 0, 10105, 10110, 3, 1298, 649, 0, 10106, - 10107, 5, 6, 0, 0, 10107, 10109, 3, 1298, 649, 0, 10108, 10106, 1, 0, 0, - 0, 10109, 10112, 1, 0, 0, 0, 10110, 10108, 1, 0, 0, 0, 10110, 10111, 1, - 0, 0, 0, 10111, 1301, 1, 0, 0, 0, 10112, 10110, 1, 0, 0, 0, 10113, 10114, - 3, 1304, 652, 0, 10114, 10115, 5, 64, 0, 0, 10115, 10116, 3, 1172, 586, - 0, 10116, 1303, 1, 0, 0, 0, 10117, 10126, 3, 1394, 697, 0, 10118, 10126, - 5, 377, 0, 0, 10119, 10126, 5, 257, 0, 0, 10120, 10126, 5, 176, 0, 0, 10121, - 10126, 5, 218, 0, 0, 10122, 10126, 5, 254, 0, 0, 10123, 10126, 5, 319, - 0, 0, 10124, 10126, 3, 1370, 685, 0, 10125, 10117, 1, 0, 0, 0, 10125, 10118, - 1, 0, 0, 0, 10125, 10119, 1, 0, 0, 0, 10125, 10120, 1, 0, 0, 0, 10125, - 10121, 1, 0, 0, 0, 10125, 10122, 1, 0, 0, 0, 10125, 10123, 1, 0, 0, 0, - 10125, 10124, 1, 0, 0, 0, 10126, 1305, 1, 0, 0, 0, 10127, 10128, 7, 64, - 0, 0, 10128, 1307, 1, 0, 0, 0, 10129, 10130, 3, 1172, 586, 0, 10130, 10131, - 5, 84, 0, 0, 10131, 10132, 3, 1172, 586, 0, 10132, 10133, 5, 64, 0, 0, - 10133, 10136, 3, 1172, 586, 0, 10134, 10135, 5, 62, 0, 0, 10135, 10137, - 3, 1172, 586, 0, 10136, 10134, 1, 0, 0, 0, 10136, 10137, 1, 0, 0, 0, 10137, - 1309, 1, 0, 0, 0, 10138, 10139, 3, 1214, 607, 0, 10139, 10140, 5, 68, 0, - 0, 10140, 10141, 3, 1214, 607, 0, 10141, 1311, 1, 0, 0, 0, 10142, 10143, - 3, 1172, 586, 0, 10143, 10144, 5, 64, 0, 0, 10144, 10145, 3, 1172, 586, - 0, 10145, 10146, 5, 62, 0, 0, 10146, 10147, 3, 1172, 586, 0, 10147, 10170, - 1, 0, 0, 0, 10148, 10149, 3, 1172, 586, 0, 10149, 10150, 5, 62, 0, 0, 10150, - 10151, 3, 1172, 586, 0, 10151, 10152, 5, 64, 0, 0, 10152, 10153, 3, 1172, - 586, 0, 10153, 10170, 1, 0, 0, 0, 10154, 10155, 3, 1172, 586, 0, 10155, - 10156, 5, 64, 0, 0, 10156, 10157, 3, 1172, 586, 0, 10157, 10170, 1, 0, - 0, 0, 10158, 10159, 3, 1172, 586, 0, 10159, 10160, 5, 62, 0, 0, 10160, - 10161, 3, 1172, 586, 0, 10161, 10170, 1, 0, 0, 0, 10162, 10163, 3, 1172, - 586, 0, 10163, 10164, 5, 127, 0, 0, 10164, 10165, 3, 1172, 586, 0, 10165, - 10166, 5, 197, 0, 0, 10166, 10167, 3, 1172, 586, 0, 10167, 10170, 1, 0, - 0, 0, 10168, 10170, 3, 1290, 645, 0, 10169, 10142, 1, 0, 0, 0, 10169, 10148, - 1, 0, 0, 0, 10169, 10154, 1, 0, 0, 0, 10169, 10158, 1, 0, 0, 0, 10169, - 10162, 1, 0, 0, 0, 10169, 10168, 1, 0, 0, 0, 10170, 1313, 1, 0, 0, 0, 10171, - 10172, 3, 1172, 586, 0, 10172, 10173, 5, 64, 0, 0, 10173, 10174, 3, 1290, - 645, 0, 10174, 10179, 1, 0, 0, 0, 10175, 10176, 5, 64, 0, 0, 10176, 10179, - 3, 1290, 645, 0, 10177, 10179, 3, 1290, 645, 0, 10178, 10171, 1, 0, 0, - 0, 10178, 10175, 1, 0, 0, 0, 10178, 10177, 1, 0, 0, 0, 10179, 1315, 1, - 0, 0, 0, 10180, 10186, 3, 972, 486, 0, 10181, 10182, 5, 2, 0, 0, 10182, - 10183, 3, 1290, 645, 0, 10183, 10184, 5, 3, 0, 0, 10184, 10186, 1, 0, 0, - 0, 10185, 10180, 1, 0, 0, 0, 10185, 10181, 1, 0, 0, 0, 10186, 1317, 1, - 0, 0, 0, 10187, 10189, 5, 40, 0, 0, 10188, 10190, 3, 1326, 663, 0, 10189, - 10188, 1, 0, 0, 0, 10189, 10190, 1, 0, 0, 0, 10190, 10191, 1, 0, 0, 0, - 10191, 10193, 3, 1320, 660, 0, 10192, 10194, 3, 1324, 662, 0, 10193, 10192, - 1, 0, 0, 0, 10193, 10194, 1, 0, 0, 0, 10194, 10195, 1, 0, 0, 0, 10195, - 10196, 5, 456, 0, 0, 10196, 1319, 1, 0, 0, 0, 10197, 10199, 3, 1322, 661, - 0, 10198, 10197, 1, 0, 0, 0, 10199, 10200, 1, 0, 0, 0, 10200, 10198, 1, - 0, 0, 0, 10200, 10201, 1, 0, 0, 0, 10201, 1321, 1, 0, 0, 0, 10202, 10203, - 5, 102, 0, 0, 10203, 10204, 3, 1172, 586, 0, 10204, 10205, 5, 93, 0, 0, - 10205, 10206, 3, 1172, 586, 0, 10206, 1323, 1, 0, 0, 0, 10207, 10208, 5, - 58, 0, 0, 10208, 10209, 3, 1172, 586, 0, 10209, 1325, 1, 0, 0, 0, 10210, - 10211, 3, 1172, 586, 0, 10211, 1327, 1, 0, 0, 0, 10212, 10214, 3, 1384, - 692, 0, 10213, 10215, 3, 1334, 667, 0, 10214, 10213, 1, 0, 0, 0, 10214, - 10215, 1, 0, 0, 0, 10215, 1329, 1, 0, 0, 0, 10216, 10219, 5, 11, 0, 0, - 10217, 10220, 3, 1354, 677, 0, 10218, 10220, 5, 9, 0, 0, 10219, 10217, - 1, 0, 0, 0, 10219, 10218, 1, 0, 0, 0, 10220, 10234, 1, 0, 0, 0, 10221, - 10230, 5, 4, 0, 0, 10222, 10231, 3, 1172, 586, 0, 10223, 10225, 3, 1332, - 666, 0, 10224, 10223, 1, 0, 0, 0, 10224, 10225, 1, 0, 0, 0, 10225, 10226, - 1, 0, 0, 0, 10226, 10228, 5, 8, 0, 0, 10227, 10229, 3, 1332, 666, 0, 10228, - 10227, 1, 0, 0, 0, 10228, 10229, 1, 0, 0, 0, 10229, 10231, 1, 0, 0, 0, - 10230, 10222, 1, 0, 0, 0, 10230, 10224, 1, 0, 0, 0, 10231, 10232, 1, 0, - 0, 0, 10232, 10234, 5, 5, 0, 0, 10233, 10216, 1, 0, 0, 0, 10233, 10221, - 1, 0, 0, 0, 10234, 1331, 1, 0, 0, 0, 10235, 10236, 3, 1172, 586, 0, 10236, - 1333, 1, 0, 0, 0, 10237, 10239, 3, 1330, 665, 0, 10238, 10237, 1, 0, 0, - 0, 10239, 10240, 1, 0, 0, 0, 10240, 10238, 1, 0, 0, 0, 10240, 10241, 1, - 0, 0, 0, 10241, 1335, 1, 0, 0, 0, 10242, 10244, 3, 1330, 665, 0, 10243, - 10242, 1, 0, 0, 0, 10244, 10247, 1, 0, 0, 0, 10245, 10243, 1, 0, 0, 0, - 10245, 10246, 1, 0, 0, 0, 10246, 1337, 1, 0, 0, 0, 10247, 10245, 1, 0, - 0, 0, 10248, 10249, 3, 1340, 670, 0, 10249, 1339, 1, 0, 0, 0, 10250, 10255, - 3, 1342, 671, 0, 10251, 10252, 5, 6, 0, 0, 10252, 10254, 3, 1342, 671, - 0, 10253, 10251, 1, 0, 0, 0, 10254, 10257, 1, 0, 0, 0, 10255, 10253, 1, - 0, 0, 0, 10255, 10256, 1, 0, 0, 0, 10256, 1341, 1, 0, 0, 0, 10257, 10255, - 1, 0, 0, 0, 10258, 10260, 3, 1172, 586, 0, 10259, 10261, 3, 1344, 672, - 0, 10260, 10259, 1, 0, 0, 0, 10260, 10261, 1, 0, 0, 0, 10261, 10264, 1, - 0, 0, 0, 10262, 10264, 5, 9, 0, 0, 10263, 10258, 1, 0, 0, 0, 10263, 10262, - 1, 0, 0, 0, 10264, 1343, 1, 0, 0, 0, 10265, 10266, 5, 36, 0, 0, 10266, - 10269, 3, 1392, 696, 0, 10267, 10269, 3, 1394, 697, 0, 10268, 10265, 1, - 0, 0, 0, 10268, 10267, 1, 0, 0, 0, 10269, 1345, 1, 0, 0, 0, 10270, 10275, - 3, 1348, 674, 0, 10271, 10272, 5, 6, 0, 0, 10272, 10274, 3, 1348, 674, - 0, 10273, 10271, 1, 0, 0, 0, 10274, 10277, 1, 0, 0, 0, 10275, 10273, 1, - 0, 0, 0, 10275, 10276, 1, 0, 0, 0, 10276, 1347, 1, 0, 0, 0, 10277, 10275, - 1, 0, 0, 0, 10278, 10280, 3, 1384, 692, 0, 10279, 10281, 3, 1334, 667, - 0, 10280, 10279, 1, 0, 0, 0, 10280, 10281, 1, 0, 0, 0, 10281, 1349, 1, - 0, 0, 0, 10282, 10287, 3, 1352, 676, 0, 10283, 10284, 5, 6, 0, 0, 10284, - 10286, 3, 1352, 676, 0, 10285, 10283, 1, 0, 0, 0, 10286, 10289, 1, 0, 0, - 0, 10287, 10285, 1, 0, 0, 0, 10287, 10288, 1, 0, 0, 0, 10288, 1351, 1, - 0, 0, 0, 10289, 10287, 1, 0, 0, 0, 10290, 10291, 3, 1384, 692, 0, 10291, - 1353, 1, 0, 0, 0, 10292, 10293, 3, 1392, 696, 0, 10293, 1355, 1, 0, 0, - 0, 10294, 10295, 3, 1370, 685, 0, 10295, 1357, 1, 0, 0, 0, 10296, 10304, - 3, 1406, 703, 0, 10297, 10304, 3, 1388, 694, 0, 10298, 10299, 3, 1384, - 692, 0, 10299, 10300, 3, 1334, 667, 0, 10300, 10304, 1, 0, 0, 0, 10301, - 10304, 5, 119, 0, 0, 10302, 10304, 5, 126, 0, 0, 10303, 10296, 1, 0, 0, - 0, 10303, 10297, 1, 0, 0, 0, 10303, 10298, 1, 0, 0, 0, 10303, 10301, 1, - 0, 0, 0, 10303, 10302, 1, 0, 0, 0, 10304, 1359, 1, 0, 0, 0, 10305, 10341, - 3, 1368, 684, 0, 10306, 10341, 3, 1366, 683, 0, 10307, 10341, 3, 1370, - 685, 0, 10308, 10341, 3, 1364, 682, 0, 10309, 10341, 3, 1362, 681, 0, 10310, - 10320, 3, 1358, 679, 0, 10311, 10321, 3, 1370, 685, 0, 10312, 10313, 5, - 2, 0, 0, 10313, 10315, 3, 1292, 646, 0, 10314, 10316, 3, 1006, 503, 0, - 10315, 10314, 1, 0, 0, 0, 10315, 10316, 1, 0, 0, 0, 10316, 10317, 1, 0, - 0, 0, 10317, 10318, 5, 3, 0, 0, 10318, 10319, 3, 1370, 685, 0, 10319, 10321, - 1, 0, 0, 0, 10320, 10311, 1, 0, 0, 0, 10320, 10312, 1, 0, 0, 0, 10321, - 10341, 1, 0, 0, 0, 10322, 10323, 3, 1134, 567, 0, 10323, 10324, 3, 1370, - 685, 0, 10324, 10341, 1, 0, 0, 0, 10325, 10335, 3, 1162, 581, 0, 10326, - 10328, 3, 1370, 685, 0, 10327, 10329, 3, 1166, 583, 0, 10328, 10327, 1, - 0, 0, 0, 10328, 10329, 1, 0, 0, 0, 10329, 10336, 1, 0, 0, 0, 10330, 10331, - 5, 2, 0, 0, 10331, 10332, 3, 1368, 684, 0, 10332, 10333, 5, 3, 0, 0, 10333, - 10334, 3, 1370, 685, 0, 10334, 10336, 1, 0, 0, 0, 10335, 10326, 1, 0, 0, - 0, 10335, 10330, 1, 0, 0, 0, 10336, 10341, 1, 0, 0, 0, 10337, 10341, 5, - 96, 0, 0, 10338, 10341, 5, 60, 0, 0, 10339, 10341, 5, 78, 0, 0, 10340, - 10305, 1, 0, 0, 0, 10340, 10306, 1, 0, 0, 0, 10340, 10307, 1, 0, 0, 0, - 10340, 10308, 1, 0, 0, 0, 10340, 10309, 1, 0, 0, 0, 10340, 10310, 1, 0, - 0, 0, 10340, 10322, 1, 0, 0, 0, 10340, 10325, 1, 0, 0, 0, 10340, 10337, - 1, 0, 0, 0, 10340, 10338, 1, 0, 0, 0, 10340, 10339, 1, 0, 0, 0, 10341, - 1361, 1, 0, 0, 0, 10342, 10343, 5, 661, 0, 0, 10343, 1363, 1, 0, 0, 0, - 10344, 10345, 5, 657, 0, 0, 10345, 1365, 1, 0, 0, 0, 10346, 10347, 5, 667, - 0, 0, 10347, 1367, 1, 0, 0, 0, 10348, 10349, 5, 665, 0, 0, 10349, 1369, - 1, 0, 0, 0, 10350, 10352, 3, 1372, 686, 0, 10351, 10353, 3, 1374, 687, - 0, 10352, 10351, 1, 0, 0, 0, 10352, 10353, 1, 0, 0, 0, 10353, 1371, 1, - 0, 0, 0, 10354, 10366, 5, 652, 0, 0, 10355, 10366, 5, 654, 0, 0, 10356, - 10360, 5, 656, 0, 0, 10357, 10359, 5, 684, 0, 0, 10358, 10357, 1, 0, 0, - 0, 10359, 10362, 1, 0, 0, 0, 10360, 10358, 1, 0, 0, 0, 10360, 10361, 1, - 0, 0, 0, 10361, 10363, 1, 0, 0, 0, 10362, 10360, 1, 0, 0, 0, 10363, 10366, - 5, 685, 0, 0, 10364, 10366, 5, 678, 0, 0, 10365, 10354, 1, 0, 0, 0, 10365, - 10355, 1, 0, 0, 0, 10365, 10356, 1, 0, 0, 0, 10365, 10364, 1, 0, 0, 0, - 10366, 1373, 1, 0, 0, 0, 10367, 10368, 5, 489, 0, 0, 10368, 10369, 3, 1372, - 686, 0, 10369, 1375, 1, 0, 0, 0, 10370, 10376, 3, 1368, 684, 0, 10371, - 10372, 5, 12, 0, 0, 10372, 10376, 3, 1368, 684, 0, 10373, 10374, 5, 13, - 0, 0, 10374, 10376, 3, 1368, 684, 0, 10375, 10370, 1, 0, 0, 0, 10375, 10371, - 1, 0, 0, 0, 10375, 10373, 1, 0, 0, 0, 10376, 1377, 1, 0, 0, 0, 10377, 10378, - 3, 1380, 690, 0, 10378, 1379, 1, 0, 0, 0, 10379, 10383, 3, 1390, 695, 0, - 10380, 10383, 5, 52, 0, 0, 10381, 10383, 5, 89, 0, 0, 10382, 10379, 1, - 0, 0, 0, 10382, 10380, 1, 0, 0, 0, 10382, 10381, 1, 0, 0, 0, 10383, 1381, - 1, 0, 0, 0, 10384, 10389, 3, 1380, 690, 0, 10385, 10386, 5, 6, 0, 0, 10386, - 10388, 3, 1380, 690, 0, 10387, 10385, 1, 0, 0, 0, 10388, 10391, 1, 0, 0, - 0, 10389, 10387, 1, 0, 0, 0, 10389, 10390, 1, 0, 0, 0, 10390, 1383, 1, - 0, 0, 0, 10391, 10389, 1, 0, 0, 0, 10392, 10399, 3, 1394, 697, 0, 10393, - 10399, 3, 1398, 699, 0, 10394, 10399, 3, 1400, 700, 0, 10395, 10399, 3, - 1620, 810, 0, 10396, 10399, 5, 119, 0, 0, 10397, 10399, 5, 126, 0, 0, 10398, - 10392, 1, 0, 0, 0, 10398, 10393, 1, 0, 0, 0, 10398, 10394, 1, 0, 0, 0, - 10398, 10395, 1, 0, 0, 0, 10398, 10396, 1, 0, 0, 0, 10398, 10397, 1, 0, - 0, 0, 10399, 1385, 1, 0, 0, 0, 10400, 10405, 3, 1394, 697, 0, 10401, 10405, - 3, 1398, 699, 0, 10402, 10405, 3, 1400, 700, 0, 10403, 10405, 3, 1620, - 810, 0, 10404, 10400, 1, 0, 0, 0, 10404, 10401, 1, 0, 0, 0, 10404, 10402, - 1, 0, 0, 0, 10404, 10403, 1, 0, 0, 0, 10405, 1387, 1, 0, 0, 0, 10406, 10411, - 3, 1394, 697, 0, 10407, 10411, 3, 1398, 699, 0, 10408, 10411, 3, 1620, - 810, 0, 10409, 10411, 3, 1402, 701, 0, 10410, 10406, 1, 0, 0, 0, 10410, - 10407, 1, 0, 0, 0, 10410, 10408, 1, 0, 0, 0, 10410, 10409, 1, 0, 0, 0, - 10411, 1389, 1, 0, 0, 0, 10412, 10417, 3, 1394, 697, 0, 10413, 10417, 3, - 1398, 699, 0, 10414, 10417, 3, 1400, 700, 0, 10415, 10417, 3, 1402, 701, - 0, 10416, 10412, 1, 0, 0, 0, 10416, 10413, 1, 0, 0, 0, 10416, 10414, 1, - 0, 0, 0, 10416, 10415, 1, 0, 0, 0, 10417, 1391, 1, 0, 0, 0, 10418, 10425, - 3, 1394, 697, 0, 10419, 10425, 3, 1620, 810, 0, 10420, 10425, 3, 1398, - 699, 0, 10421, 10425, 3, 1400, 700, 0, 10422, 10425, 3, 1402, 701, 0, 10423, - 10425, 3, 1404, 702, 0, 10424, 10418, 1, 0, 0, 0, 10424, 10419, 1, 0, 0, - 0, 10424, 10420, 1, 0, 0, 0, 10424, 10421, 1, 0, 0, 0, 10424, 10422, 1, - 0, 0, 0, 10424, 10423, 1, 0, 0, 0, 10425, 1393, 1, 0, 0, 0, 10426, 10428, - 5, 643, 0, 0, 10427, 10429, 3, 1374, 687, 0, 10428, 10427, 1, 0, 0, 0, - 10428, 10429, 1, 0, 0, 0, 10429, 10436, 1, 0, 0, 0, 10430, 10436, 5, 644, - 0, 0, 10431, 10436, 5, 648, 0, 0, 10432, 10436, 3, 1218, 609, 0, 10433, - 10436, 3, 1396, 698, 0, 10434, 10436, 3, 1620, 810, 0, 10435, 10426, 1, - 0, 0, 0, 10435, 10430, 1, 0, 0, 0, 10435, 10431, 1, 0, 0, 0, 10435, 10432, - 1, 0, 0, 0, 10435, 10433, 1, 0, 0, 0, 10435, 10434, 1, 0, 0, 0, 10436, - 1395, 1, 0, 0, 0, 10437, 10438, 5, 669, 0, 0, 10438, 1397, 1, 0, 0, 0, - 10439, 10440, 7, 65, 0, 0, 10440, 1399, 1, 0, 0, 0, 10441, 10494, 5, 381, - 0, 0, 10442, 10494, 5, 382, 0, 0, 10443, 10494, 3, 1144, 572, 0, 10444, - 10494, 5, 384, 0, 0, 10445, 10494, 5, 385, 0, 0, 10446, 10494, 3, 1152, - 576, 0, 10447, 10494, 5, 387, 0, 0, 10448, 10494, 5, 388, 0, 0, 10449, - 10494, 5, 389, 0, 0, 10450, 10494, 5, 390, 0, 0, 10451, 10494, 5, 391, - 0, 0, 10452, 10494, 5, 392, 0, 0, 10453, 10494, 5, 393, 0, 0, 10454, 10494, - 5, 472, 0, 0, 10455, 10494, 5, 394, 0, 0, 10456, 10494, 5, 395, 0, 0, 10457, - 10494, 5, 396, 0, 0, 10458, 10494, 5, 397, 0, 0, 10459, 10494, 5, 398, - 0, 0, 10460, 10494, 5, 399, 0, 0, 10461, 10494, 5, 400, 0, 0, 10462, 10494, - 5, 401, 0, 0, 10463, 10494, 5, 491, 0, 0, 10464, 10494, 5, 402, 0, 0, 10465, - 10494, 3, 1140, 570, 0, 10466, 10494, 5, 455, 0, 0, 10467, 10494, 5, 404, - 0, 0, 10468, 10494, 5, 406, 0, 0, 10469, 10494, 5, 407, 0, 0, 10470, 10494, - 5, 408, 0, 0, 10471, 10494, 5, 409, 0, 0, 10472, 10494, 5, 410, 0, 0, 10473, - 10494, 5, 411, 0, 0, 10474, 10494, 5, 412, 0, 0, 10475, 10494, 5, 413, - 0, 0, 10476, 10494, 5, 414, 0, 0, 10477, 10494, 5, 415, 0, 0, 10478, 10494, - 5, 416, 0, 0, 10479, 10494, 5, 417, 0, 0, 10480, 10494, 5, 418, 0, 0, 10481, - 10494, 5, 419, 0, 0, 10482, 10494, 5, 427, 0, 0, 10483, 10494, 5, 428, - 0, 0, 10484, 10494, 5, 429, 0, 0, 10485, 10494, 5, 430, 0, 0, 10486, 10494, - 5, 478, 0, 0, 10487, 10494, 5, 431, 0, 0, 10488, 10494, 5, 432, 0, 0, 10489, - 10494, 5, 433, 0, 0, 10490, 10494, 5, 434, 0, 0, 10491, 10494, 5, 476, - 0, 0, 10492, 10494, 3, 1406, 703, 0, 10493, 10441, 1, 0, 0, 0, 10493, 10442, - 1, 0, 0, 0, 10493, 10443, 1, 0, 0, 0, 10493, 10444, 1, 0, 0, 0, 10493, - 10445, 1, 0, 0, 0, 10493, 10446, 1, 0, 0, 0, 10493, 10447, 1, 0, 0, 0, - 10493, 10448, 1, 0, 0, 0, 10493, 10449, 1, 0, 0, 0, 10493, 10450, 1, 0, - 0, 0, 10493, 10451, 1, 0, 0, 0, 10493, 10452, 1, 0, 0, 0, 10493, 10453, - 1, 0, 0, 0, 10493, 10454, 1, 0, 0, 0, 10493, 10455, 1, 0, 0, 0, 10493, - 10456, 1, 0, 0, 0, 10493, 10457, 1, 0, 0, 0, 10493, 10458, 1, 0, 0, 0, - 10493, 10459, 1, 0, 0, 0, 10493, 10460, 1, 0, 0, 0, 10493, 10461, 1, 0, - 0, 0, 10493, 10462, 1, 0, 0, 0, 10493, 10463, 1, 0, 0, 0, 10493, 10464, - 1, 0, 0, 0, 10493, 10465, 1, 0, 0, 0, 10493, 10466, 1, 0, 0, 0, 10493, - 10467, 1, 0, 0, 0, 10493, 10468, 1, 0, 0, 0, 10493, 10469, 1, 0, 0, 0, - 10493, 10470, 1, 0, 0, 0, 10493, 10471, 1, 0, 0, 0, 10493, 10472, 1, 0, - 0, 0, 10493, 10473, 1, 0, 0, 0, 10493, 10474, 1, 0, 0, 0, 10493, 10475, - 1, 0, 0, 0, 10493, 10476, 1, 0, 0, 0, 10493, 10477, 1, 0, 0, 0, 10493, - 10478, 1, 0, 0, 0, 10493, 10479, 1, 0, 0, 0, 10493, 10480, 1, 0, 0, 0, - 10493, 10481, 1, 0, 0, 0, 10493, 10482, 1, 0, 0, 0, 10493, 10483, 1, 0, - 0, 0, 10493, 10484, 1, 0, 0, 0, 10493, 10485, 1, 0, 0, 0, 10493, 10486, - 1, 0, 0, 0, 10493, 10487, 1, 0, 0, 0, 10493, 10488, 1, 0, 0, 0, 10493, - 10489, 1, 0, 0, 0, 10493, 10490, 1, 0, 0, 0, 10493, 10491, 1, 0, 0, 0, - 10493, 10492, 1, 0, 0, 0, 10494, 1401, 1, 0, 0, 0, 10495, 10496, 7, 66, - 0, 0, 10496, 1403, 1, 0, 0, 0, 10497, 10498, 7, 67, 0, 0, 10498, 1405, - 1, 0, 0, 0, 10499, 10500, 7, 68, 0, 0, 10500, 1407, 1, 0, 0, 0, 10501, - 10502, 3, 1410, 705, 0, 10502, 10504, 3, 1420, 710, 0, 10503, 10505, 3, - 1418, 709, 0, 10504, 10503, 1, 0, 0, 0, 10504, 10505, 1, 0, 0, 0, 10505, - 1409, 1, 0, 0, 0, 10506, 10508, 3, 1412, 706, 0, 10507, 10506, 1, 0, 0, - 0, 10508, 10511, 1, 0, 0, 0, 10509, 10507, 1, 0, 0, 0, 10509, 10510, 1, - 0, 0, 0, 10510, 1411, 1, 0, 0, 0, 10511, 10509, 1, 0, 0, 0, 10512, 10513, - 3, 1414, 707, 0, 10513, 10514, 5, 272, 0, 0, 10514, 10515, 5, 492, 0, 0, - 10515, 10533, 1, 0, 0, 0, 10516, 10517, 3, 1414, 707, 0, 10517, 10518, - 5, 493, 0, 0, 10518, 10519, 3, 1416, 708, 0, 10519, 10533, 1, 0, 0, 0, - 10520, 10521, 3, 1414, 707, 0, 10521, 10522, 5, 494, 0, 0, 10522, 10523, - 5, 495, 0, 0, 10523, 10533, 1, 0, 0, 0, 10524, 10525, 3, 1414, 707, 0, - 10525, 10526, 5, 494, 0, 0, 10526, 10527, 5, 496, 0, 0, 10527, 10533, 1, - 0, 0, 0, 10528, 10529, 3, 1414, 707, 0, 10529, 10530, 5, 494, 0, 0, 10530, - 10531, 5, 497, 0, 0, 10531, 10533, 1, 0, 0, 0, 10532, 10512, 1, 0, 0, 0, - 10532, 10516, 1, 0, 0, 0, 10532, 10520, 1, 0, 0, 0, 10532, 10524, 1, 0, - 0, 0, 10532, 10528, 1, 0, 0, 0, 10533, 1413, 1, 0, 0, 0, 10534, 10535, - 5, 29, 0, 0, 10535, 1415, 1, 0, 0, 0, 10536, 10541, 3, 1370, 685, 0, 10537, - 10541, 3, 1404, 702, 0, 10538, 10541, 3, 1620, 810, 0, 10539, 10541, 3, - 1398, 699, 0, 10540, 10536, 1, 0, 0, 0, 10540, 10537, 1, 0, 0, 0, 10540, - 10538, 1, 0, 0, 0, 10540, 10539, 1, 0, 0, 0, 10541, 1417, 1, 0, 0, 0, 10542, - 10543, 5, 7, 0, 0, 10543, 1419, 1, 0, 0, 0, 10544, 10545, 3, 1422, 711, - 0, 10545, 10546, 5, 146, 0, 0, 10546, 10548, 3, 1464, 732, 0, 10547, 10549, - 3, 1600, 800, 0, 10548, 10547, 1, 0, 0, 0, 10548, 10549, 1, 0, 0, 0, 10549, - 10550, 1, 0, 0, 0, 10550, 10552, 5, 456, 0, 0, 10551, 10553, 3, 1614, 807, - 0, 10552, 10551, 1, 0, 0, 0, 10552, 10553, 1, 0, 0, 0, 10553, 1421, 1, - 0, 0, 0, 10554, 10556, 3, 1610, 805, 0, 10555, 10554, 1, 0, 0, 0, 10555, - 10556, 1, 0, 0, 0, 10556, 10561, 1, 0, 0, 0, 10557, 10559, 3, 1424, 712, - 0, 10558, 10560, 3, 1426, 713, 0, 10559, 10558, 1, 0, 0, 0, 10559, 10560, - 1, 0, 0, 0, 10560, 10562, 1, 0, 0, 0, 10561, 10557, 1, 0, 0, 0, 10561, - 10562, 1, 0, 0, 0, 10562, 1423, 1, 0, 0, 0, 10563, 10564, 5, 178, 0, 0, - 10564, 1425, 1, 0, 0, 0, 10565, 10567, 3, 1430, 715, 0, 10566, 10565, 1, - 0, 0, 0, 10567, 10568, 1, 0, 0, 0, 10568, 10566, 1, 0, 0, 0, 10568, 10569, - 1, 0, 0, 0, 10569, 1427, 1, 0, 0, 0, 10570, 10571, 5, 18, 0, 0, 10571, - 10572, 3, 1618, 809, 0, 10572, 10573, 5, 19, 0, 0, 10573, 1429, 1, 0, 0, - 0, 10574, 10578, 3, 1432, 716, 0, 10575, 10578, 5, 178, 0, 0, 10576, 10578, - 3, 1428, 714, 0, 10577, 10574, 1, 0, 0, 0, 10577, 10575, 1, 0, 0, 0, 10577, - 10576, 1, 0, 0, 0, 10578, 1431, 1, 0, 0, 0, 10579, 10606, 3, 1448, 724, - 0, 10580, 10581, 5, 498, 0, 0, 10581, 10582, 5, 62, 0, 0, 10582, 10607, - 3, 1446, 723, 0, 10583, 10585, 3, 1450, 725, 0, 10584, 10583, 1, 0, 0, - 0, 10584, 10585, 1, 0, 0, 0, 10585, 10586, 1, 0, 0, 0, 10586, 10588, 3, - 1452, 726, 0, 10587, 10589, 3, 1454, 727, 0, 10588, 10587, 1, 0, 0, 0, - 10588, 10589, 1, 0, 0, 0, 10589, 10591, 1, 0, 0, 0, 10590, 10592, 3, 1456, - 728, 0, 10591, 10590, 1, 0, 0, 0, 10591, 10592, 1, 0, 0, 0, 10592, 10594, - 1, 0, 0, 0, 10593, 10595, 3, 1458, 729, 0, 10594, 10593, 1, 0, 0, 0, 10594, - 10595, 1, 0, 0, 0, 10595, 10607, 1, 0, 0, 0, 10596, 10598, 3, 1434, 717, - 0, 10597, 10596, 1, 0, 0, 0, 10597, 10598, 1, 0, 0, 0, 10598, 10599, 1, - 0, 0, 0, 10599, 10601, 5, 172, 0, 0, 10600, 10602, 3, 1438, 719, 0, 10601, - 10600, 1, 0, 0, 0, 10601, 10602, 1, 0, 0, 0, 10602, 10603, 1, 0, 0, 0, - 10603, 10604, 3, 1444, 722, 0, 10604, 10605, 3, 1436, 718, 0, 10605, 10607, - 1, 0, 0, 0, 10606, 10580, 1, 0, 0, 0, 10606, 10584, 1, 0, 0, 0, 10606, - 10597, 1, 0, 0, 0, 10607, 10608, 1, 0, 0, 0, 10608, 10609, 5, 7, 0, 0, - 10609, 1433, 1, 0, 0, 0, 10610, 10611, 5, 262, 0, 0, 10611, 10614, 5, 317, - 0, 0, 10612, 10614, 5, 317, 0, 0, 10613, 10610, 1, 0, 0, 0, 10613, 10612, - 1, 0, 0, 0, 10614, 1435, 1, 0, 0, 0, 10615, 10616, 3, 970, 485, 0, 10616, - 1437, 1, 0, 0, 0, 10617, 10618, 5, 2, 0, 0, 10618, 10619, 3, 1440, 720, - 0, 10619, 10620, 5, 3, 0, 0, 10620, 1439, 1, 0, 0, 0, 10621, 10626, 3, - 1442, 721, 0, 10622, 10623, 5, 6, 0, 0, 10623, 10625, 3, 1442, 721, 0, - 10624, 10622, 1, 0, 0, 0, 10625, 10628, 1, 0, 0, 0, 10626, 10624, 1, 0, - 0, 0, 10626, 10627, 1, 0, 0, 0, 10627, 1441, 1, 0, 0, 0, 10628, 10626, - 1, 0, 0, 0, 10629, 10630, 3, 1448, 724, 0, 10630, 10631, 3, 1452, 726, - 0, 10631, 1443, 1, 0, 0, 0, 10632, 10633, 7, 69, 0, 0, 10633, 1445, 1, - 0, 0, 0, 10634, 10637, 5, 28, 0, 0, 10635, 10637, 3, 1384, 692, 0, 10636, - 10634, 1, 0, 0, 0, 10636, 10635, 1, 0, 0, 0, 10637, 1447, 1, 0, 0, 0, 10638, - 10639, 3, 1618, 809, 0, 10639, 1449, 1, 0, 0, 0, 10640, 10641, 5, 499, - 0, 0, 10641, 1451, 1, 0, 0, 0, 10642, 10643, 3, 1128, 564, 0, 10643, 1453, - 1, 0, 0, 0, 10644, 10645, 5, 43, 0, 0, 10645, 10646, 3, 528, 264, 0, 10646, - 1455, 1, 0, 0, 0, 10647, 10648, 5, 77, 0, 0, 10648, 10649, 5, 78, 0, 0, - 10649, 1457, 1, 0, 0, 0, 10650, 10651, 3, 1460, 730, 0, 10651, 10652, 3, - 1622, 811, 0, 10652, 1459, 1, 0, 0, 0, 10653, 10656, 3, 1462, 731, 0, 10654, - 10656, 5, 53, 0, 0, 10655, 10653, 1, 0, 0, 0, 10655, 10654, 1, 0, 0, 0, - 10656, 1461, 1, 0, 0, 0, 10657, 10658, 7, 70, 0, 0, 10658, 1463, 1, 0, - 0, 0, 10659, 10661, 3, 1466, 733, 0, 10660, 10659, 1, 0, 0, 0, 10661, 10664, - 1, 0, 0, 0, 10662, 10660, 1, 0, 0, 0, 10662, 10663, 1, 0, 0, 0, 10663, - 1465, 1, 0, 0, 0, 10664, 10662, 1, 0, 0, 0, 10665, 10666, 3, 1420, 710, - 0, 10666, 10667, 5, 7, 0, 0, 10667, 10693, 1, 0, 0, 0, 10668, 10693, 3, - 1532, 766, 0, 10669, 10693, 3, 1536, 768, 0, 10670, 10693, 3, 1474, 737, - 0, 10671, 10693, 3, 1490, 745, 0, 10672, 10693, 3, 1496, 748, 0, 10673, - 10693, 3, 1506, 753, 0, 10674, 10693, 3, 1508, 754, 0, 10675, 10693, 3, - 1510, 755, 0, 10676, 10693, 3, 1524, 762, 0, 10677, 10693, 3, 1528, 764, - 0, 10678, 10693, 3, 1548, 774, 0, 10679, 10693, 3, 1554, 777, 0, 10680, - 10693, 3, 1556, 778, 0, 10681, 10693, 3, 1468, 734, 0, 10682, 10693, 3, - 1470, 735, 0, 10683, 10693, 3, 1476, 738, 0, 10684, 10693, 3, 1564, 782, - 0, 10685, 10693, 3, 1576, 788, 0, 10686, 10693, 3, 1584, 792, 0, 10687, - 10693, 3, 1586, 793, 0, 10688, 10693, 3, 1588, 794, 0, 10689, 10693, 3, - 1590, 795, 0, 10690, 10693, 3, 1592, 796, 0, 10691, 10693, 3, 1596, 798, - 0, 10692, 10665, 1, 0, 0, 0, 10692, 10668, 1, 0, 0, 0, 10692, 10669, 1, - 0, 0, 0, 10692, 10670, 1, 0, 0, 0, 10692, 10671, 1, 0, 0, 0, 10692, 10672, - 1, 0, 0, 0, 10692, 10673, 1, 0, 0, 0, 10692, 10674, 1, 0, 0, 0, 10692, - 10675, 1, 0, 0, 0, 10692, 10676, 1, 0, 0, 0, 10692, 10677, 1, 0, 0, 0, - 10692, 10678, 1, 0, 0, 0, 10692, 10679, 1, 0, 0, 0, 10692, 10680, 1, 0, - 0, 0, 10692, 10681, 1, 0, 0, 0, 10692, 10682, 1, 0, 0, 0, 10692, 10683, - 1, 0, 0, 0, 10692, 10684, 1, 0, 0, 0, 10692, 10685, 1, 0, 0, 0, 10692, - 10686, 1, 0, 0, 0, 10692, 10687, 1, 0, 0, 0, 10692, 10688, 1, 0, 0, 0, - 10692, 10689, 1, 0, 0, 0, 10692, 10690, 1, 0, 0, 0, 10692, 10691, 1, 0, - 0, 0, 10693, 1467, 1, 0, 0, 0, 10694, 10695, 5, 500, 0, 0, 10695, 10696, - 3, 1626, 813, 0, 10696, 10697, 5, 7, 0, 0, 10697, 1469, 1, 0, 0, 0, 10698, - 10699, 5, 435, 0, 0, 10699, 10700, 3, 1618, 809, 0, 10700, 10702, 5, 2, - 0, 0, 10701, 10703, 3, 1472, 736, 0, 10702, 10701, 1, 0, 0, 0, 10702, 10703, - 1, 0, 0, 0, 10703, 10704, 1, 0, 0, 0, 10704, 10705, 5, 3, 0, 0, 10705, - 10706, 5, 7, 0, 0, 10706, 10717, 1, 0, 0, 0, 10707, 10708, 5, 57, 0, 0, - 10708, 10709, 3, 1618, 809, 0, 10709, 10711, 5, 2, 0, 0, 10710, 10712, - 3, 1472, 736, 0, 10711, 10710, 1, 0, 0, 0, 10711, 10712, 1, 0, 0, 0, 10712, - 10713, 1, 0, 0, 0, 10713, 10714, 5, 3, 0, 0, 10714, 10715, 5, 7, 0, 0, - 10715, 10717, 1, 0, 0, 0, 10716, 10698, 1, 0, 0, 0, 10716, 10707, 1, 0, - 0, 0, 10717, 1471, 1, 0, 0, 0, 10718, 10719, 3, 1290, 645, 0, 10719, 1473, - 1, 0, 0, 0, 10720, 10721, 3, 1488, 744, 0, 10721, 10722, 3, 1462, 731, - 0, 10722, 10723, 3, 1622, 811, 0, 10723, 10724, 5, 7, 0, 0, 10724, 1475, - 1, 0, 0, 0, 10725, 10727, 5, 501, 0, 0, 10726, 10728, 3, 1478, 739, 0, - 10727, 10726, 1, 0, 0, 0, 10727, 10728, 1, 0, 0, 0, 10728, 10729, 1, 0, - 0, 0, 10729, 10730, 5, 502, 0, 0, 10730, 10731, 3, 1480, 740, 0, 10731, - 10732, 5, 7, 0, 0, 10732, 1477, 1, 0, 0, 0, 10733, 10734, 7, 71, 0, 0, - 10734, 1479, 1, 0, 0, 0, 10735, 10740, 3, 1482, 741, 0, 10736, 10737, 5, - 6, 0, 0, 10737, 10739, 3, 1482, 741, 0, 10738, 10736, 1, 0, 0, 0, 10739, - 10742, 1, 0, 0, 0, 10740, 10738, 1, 0, 0, 0, 10740, 10741, 1, 0, 0, 0, - 10741, 1481, 1, 0, 0, 0, 10742, 10740, 1, 0, 0, 0, 10743, 10744, 3, 1486, - 743, 0, 10744, 10745, 3, 1462, 731, 0, 10745, 10746, 3, 1484, 742, 0, 10746, - 1483, 1, 0, 0, 0, 10747, 10748, 3, 1384, 692, 0, 10748, 1485, 1, 0, 0, - 0, 10749, 10750, 3, 1488, 744, 0, 10750, 1487, 1, 0, 0, 0, 10751, 10754, - 3, 528, 264, 0, 10752, 10754, 5, 28, 0, 0, 10753, 10751, 1, 0, 0, 0, 10753, - 10752, 1, 0, 0, 0, 10754, 10761, 1, 0, 0, 0, 10755, 10756, 5, 4, 0, 0, - 10756, 10757, 3, 1628, 814, 0, 10757, 10758, 5, 5, 0, 0, 10758, 10760, - 1, 0, 0, 0, 10759, 10755, 1, 0, 0, 0, 10760, 10763, 1, 0, 0, 0, 10761, - 10759, 1, 0, 0, 0, 10761, 10762, 1, 0, 0, 0, 10762, 1489, 1, 0, 0, 0, 10763, - 10761, 1, 0, 0, 0, 10764, 10765, 5, 220, 0, 0, 10765, 10766, 3, 1624, 812, - 0, 10766, 10767, 5, 93, 0, 0, 10767, 10768, 3, 1464, 732, 0, 10768, 10770, - 3, 1492, 746, 0, 10769, 10771, 3, 1494, 747, 0, 10770, 10769, 1, 0, 0, - 0, 10770, 10771, 1, 0, 0, 0, 10771, 10772, 1, 0, 0, 0, 10772, 10773, 5, - 456, 0, 0, 10773, 10774, 5, 220, 0, 0, 10774, 10775, 5, 7, 0, 0, 10775, - 1491, 1, 0, 0, 0, 10776, 10777, 5, 504, 0, 0, 10777, 10778, 3, 1172, 586, - 0, 10778, 10779, 5, 93, 0, 0, 10779, 10780, 3, 1464, 732, 0, 10780, 10782, - 1, 0, 0, 0, 10781, 10776, 1, 0, 0, 0, 10782, 10785, 1, 0, 0, 0, 10783, - 10781, 1, 0, 0, 0, 10783, 10784, 1, 0, 0, 0, 10784, 1493, 1, 0, 0, 0, 10785, - 10783, 1, 0, 0, 0, 10786, 10787, 5, 58, 0, 0, 10787, 10788, 3, 1464, 732, - 0, 10788, 1495, 1, 0, 0, 0, 10789, 10791, 5, 40, 0, 0, 10790, 10792, 3, - 1498, 749, 0, 10791, 10790, 1, 0, 0, 0, 10791, 10792, 1, 0, 0, 0, 10792, - 10793, 1, 0, 0, 0, 10793, 10795, 3, 1500, 750, 0, 10794, 10796, 3, 1504, - 752, 0, 10795, 10794, 1, 0, 0, 0, 10795, 10796, 1, 0, 0, 0, 10796, 10797, - 1, 0, 0, 0, 10797, 10798, 5, 456, 0, 0, 10798, 10799, 5, 40, 0, 0, 10799, - 10800, 5, 7, 0, 0, 10800, 1497, 1, 0, 0, 0, 10801, 10802, 3, 1622, 811, - 0, 10802, 1499, 1, 0, 0, 0, 10803, 10805, 3, 1502, 751, 0, 10804, 10803, - 1, 0, 0, 0, 10805, 10806, 1, 0, 0, 0, 10806, 10804, 1, 0, 0, 0, 10806, - 10807, 1, 0, 0, 0, 10807, 1501, 1, 0, 0, 0, 10808, 10809, 5, 102, 0, 0, - 10809, 10810, 3, 1290, 645, 0, 10810, 10811, 5, 93, 0, 0, 10811, 10812, - 3, 1464, 732, 0, 10812, 1503, 1, 0, 0, 0, 10813, 10814, 5, 58, 0, 0, 10814, - 10815, 3, 1464, 732, 0, 10815, 1505, 1, 0, 0, 0, 10816, 10818, 3, 1612, - 806, 0, 10817, 10816, 1, 0, 0, 0, 10817, 10818, 1, 0, 0, 0, 10818, 10819, - 1, 0, 0, 0, 10819, 10820, 3, 1552, 776, 0, 10820, 1507, 1, 0, 0, 0, 10821, - 10823, 3, 1612, 806, 0, 10822, 10821, 1, 0, 0, 0, 10822, 10823, 1, 0, 0, - 0, 10823, 10824, 1, 0, 0, 0, 10824, 10825, 5, 505, 0, 0, 10825, 10826, - 3, 1630, 815, 0, 10826, 10827, 3, 1552, 776, 0, 10827, 1509, 1, 0, 0, 0, - 10828, 10830, 3, 1612, 806, 0, 10829, 10828, 1, 0, 0, 0, 10829, 10830, - 1, 0, 0, 0, 10830, 10831, 1, 0, 0, 0, 10831, 10832, 5, 62, 0, 0, 10832, - 10833, 3, 1512, 756, 0, 10833, 10834, 3, 1552, 776, 0, 10834, 1511, 1, - 0, 0, 0, 10835, 10836, 3, 1522, 761, 0, 10836, 10857, 5, 68, 0, 0, 10837, - 10839, 3, 964, 482, 0, 10838, 10840, 3, 1516, 758, 0, 10839, 10838, 1, - 0, 0, 0, 10839, 10840, 1, 0, 0, 0, 10840, 10858, 1, 0, 0, 0, 10841, 10858, - 3, 970, 485, 0, 10842, 10858, 3, 888, 444, 0, 10843, 10844, 5, 202, 0, - 0, 10844, 10846, 3, 1172, 586, 0, 10845, 10847, 3, 1514, 757, 0, 10846, - 10845, 1, 0, 0, 0, 10846, 10847, 1, 0, 0, 0, 10847, 10858, 1, 0, 0, 0, - 10848, 10850, 3, 1518, 759, 0, 10849, 10848, 1, 0, 0, 0, 10849, 10850, - 1, 0, 0, 0, 10850, 10851, 1, 0, 0, 0, 10851, 10852, 3, 1172, 586, 0, 10852, - 10853, 5, 24, 0, 0, 10853, 10855, 3, 1172, 586, 0, 10854, 10856, 3, 1520, - 760, 0, 10855, 10854, 1, 0, 0, 0, 10855, 10856, 1, 0, 0, 0, 10856, 10858, - 1, 0, 0, 0, 10857, 10837, 1, 0, 0, 0, 10857, 10841, 1, 0, 0, 0, 10857, - 10842, 1, 0, 0, 0, 10857, 10843, 1, 0, 0, 0, 10857, 10849, 1, 0, 0, 0, - 10858, 1513, 1, 0, 0, 0, 10859, 10860, 5, 100, 0, 0, 10860, 10861, 3, 1290, - 645, 0, 10861, 1515, 1, 0, 0, 0, 10862, 10863, 5, 2, 0, 0, 10863, 10868, - 3, 1172, 586, 0, 10864, 10865, 5, 6, 0, 0, 10865, 10867, 3, 1172, 586, - 0, 10866, 10864, 1, 0, 0, 0, 10867, 10870, 1, 0, 0, 0, 10868, 10866, 1, - 0, 0, 0, 10868, 10869, 1, 0, 0, 0, 10869, 10871, 1, 0, 0, 0, 10870, 10868, - 1, 0, 0, 0, 10871, 10872, 5, 3, 0, 0, 10872, 1517, 1, 0, 0, 0, 10873, 10874, - 5, 506, 0, 0, 10874, 1519, 1, 0, 0, 0, 10875, 10876, 5, 147, 0, 0, 10876, - 10877, 3, 1172, 586, 0, 10877, 1521, 1, 0, 0, 0, 10878, 10879, 3, 526, - 263, 0, 10879, 1523, 1, 0, 0, 0, 10880, 10882, 3, 1612, 806, 0, 10881, - 10880, 1, 0, 0, 0, 10881, 10882, 1, 0, 0, 0, 10882, 10883, 1, 0, 0, 0, - 10883, 10884, 5, 507, 0, 0, 10884, 10886, 3, 1522, 761, 0, 10885, 10887, - 3, 1526, 763, 0, 10886, 10885, 1, 0, 0, 0, 10886, 10887, 1, 0, 0, 0, 10887, - 10888, 1, 0, 0, 0, 10888, 10889, 5, 68, 0, 0, 10889, 10890, 5, 35, 0, 0, - 10890, 10891, 3, 1172, 586, 0, 10891, 10892, 3, 1552, 776, 0, 10892, 1525, - 1, 0, 0, 0, 10893, 10894, 5, 508, 0, 0, 10894, 10895, 3, 1368, 684, 0, - 10895, 1527, 1, 0, 0, 0, 10896, 10898, 3, 1530, 765, 0, 10897, 10899, 3, - 1614, 807, 0, 10898, 10897, 1, 0, 0, 0, 10898, 10899, 1, 0, 0, 0, 10899, - 10901, 1, 0, 0, 0, 10900, 10902, 3, 1616, 808, 0, 10901, 10900, 1, 0, 0, - 0, 10901, 10902, 1, 0, 0, 0, 10902, 10903, 1, 0, 0, 0, 10903, 10904, 5, - 7, 0, 0, 10904, 1529, 1, 0, 0, 0, 10905, 10906, 7, 72, 0, 0, 10906, 1531, - 1, 0, 0, 0, 10907, 10922, 5, 510, 0, 0, 10908, 10909, 5, 261, 0, 0, 10909, - 10923, 3, 1622, 811, 0, 10910, 10917, 5, 511, 0, 0, 10911, 10912, 5, 202, - 0, 0, 10912, 10914, 3, 1172, 586, 0, 10913, 10915, 3, 1514, 757, 0, 10914, - 10913, 1, 0, 0, 0, 10914, 10915, 1, 0, 0, 0, 10915, 10918, 1, 0, 0, 0, - 10916, 10918, 3, 970, 485, 0, 10917, 10911, 1, 0, 0, 0, 10917, 10916, 1, - 0, 0, 0, 10918, 10923, 1, 0, 0, 0, 10919, 10921, 3, 1534, 767, 0, 10920, - 10919, 1, 0, 0, 0, 10920, 10921, 1, 0, 0, 0, 10921, 10923, 1, 0, 0, 0, - 10922, 10908, 1, 0, 0, 0, 10922, 10910, 1, 0, 0, 0, 10922, 10920, 1, 0, - 0, 0, 10923, 10924, 1, 0, 0, 0, 10924, 10925, 5, 7, 0, 0, 10925, 1533, - 1, 0, 0, 0, 10926, 10927, 3, 1622, 811, 0, 10927, 1535, 1, 0, 0, 0, 10928, - 10930, 5, 512, 0, 0, 10929, 10931, 3, 1538, 769, 0, 10930, 10929, 1, 0, - 0, 0, 10930, 10931, 1, 0, 0, 0, 10931, 10932, 1, 0, 0, 0, 10932, 10934, - 3, 1370, 685, 0, 10933, 10935, 3, 1540, 770, 0, 10934, 10933, 1, 0, 0, - 0, 10934, 10935, 1, 0, 0, 0, 10935, 10937, 1, 0, 0, 0, 10936, 10938, 3, - 1542, 771, 0, 10937, 10936, 1, 0, 0, 0, 10937, 10938, 1, 0, 0, 0, 10938, - 10939, 1, 0, 0, 0, 10939, 10940, 5, 7, 0, 0, 10940, 10972, 1, 0, 0, 0, - 10941, 10943, 5, 512, 0, 0, 10942, 10944, 3, 1538, 769, 0, 10943, 10942, - 1, 0, 0, 0, 10943, 10944, 1, 0, 0, 0, 10944, 10945, 1, 0, 0, 0, 10945, - 10947, 3, 1394, 697, 0, 10946, 10948, 3, 1542, 771, 0, 10947, 10946, 1, - 0, 0, 0, 10947, 10948, 1, 0, 0, 0, 10948, 10949, 1, 0, 0, 0, 10949, 10950, - 5, 7, 0, 0, 10950, 10972, 1, 0, 0, 0, 10951, 10953, 5, 512, 0, 0, 10952, - 10954, 3, 1538, 769, 0, 10953, 10952, 1, 0, 0, 0, 10953, 10954, 1, 0, 0, - 0, 10954, 10955, 1, 0, 0, 0, 10955, 10956, 5, 513, 0, 0, 10956, 10958, - 3, 1370, 685, 0, 10957, 10959, 3, 1542, 771, 0, 10958, 10957, 1, 0, 0, - 0, 10958, 10959, 1, 0, 0, 0, 10959, 10960, 1, 0, 0, 0, 10960, 10961, 5, - 7, 0, 0, 10961, 10972, 1, 0, 0, 0, 10962, 10964, 5, 512, 0, 0, 10963, 10965, - 3, 1538, 769, 0, 10964, 10963, 1, 0, 0, 0, 10964, 10965, 1, 0, 0, 0, 10965, - 10967, 1, 0, 0, 0, 10966, 10968, 3, 1542, 771, 0, 10967, 10966, 1, 0, 0, - 0, 10967, 10968, 1, 0, 0, 0, 10968, 10969, 1, 0, 0, 0, 10969, 10972, 5, - 7, 0, 0, 10970, 10972, 5, 512, 0, 0, 10971, 10928, 1, 0, 0, 0, 10971, 10941, - 1, 0, 0, 0, 10971, 10951, 1, 0, 0, 0, 10971, 10962, 1, 0, 0, 0, 10971, - 10970, 1, 0, 0, 0, 10972, 1537, 1, 0, 0, 0, 10973, 10974, 7, 73, 0, 0, - 10974, 1539, 1, 0, 0, 0, 10975, 10976, 5, 6, 0, 0, 10976, 10978, 3, 1172, - 586, 0, 10977, 10975, 1, 0, 0, 0, 10978, 10979, 1, 0, 0, 0, 10979, 10977, - 1, 0, 0, 0, 10979, 10980, 1, 0, 0, 0, 10980, 1541, 1, 0, 0, 0, 10981, 10982, - 5, 100, 0, 0, 10982, 10983, 3, 1546, 773, 0, 10983, 1543, 1, 0, 0, 0, 10984, - 10985, 3, 1394, 697, 0, 10985, 10986, 5, 10, 0, 0, 10986, 10987, 3, 1172, - 586, 0, 10987, 1545, 1, 0, 0, 0, 10988, 10993, 3, 1544, 772, 0, 10989, - 10990, 5, 6, 0, 0, 10990, 10992, 3, 1544, 772, 0, 10991, 10989, 1, 0, 0, - 0, 10992, 10995, 1, 0, 0, 0, 10993, 10991, 1, 0, 0, 0, 10993, 10994, 1, - 0, 0, 0, 10994, 1547, 1, 0, 0, 0, 10995, 10993, 1, 0, 0, 0, 10996, 10997, - 5, 520, 0, 0, 10997, 10999, 3, 1622, 811, 0, 10998, 11000, 3, 1550, 775, - 0, 10999, 10998, 1, 0, 0, 0, 10999, 11000, 1, 0, 0, 0, 11000, 11001, 1, - 0, 0, 0, 11001, 11002, 5, 7, 0, 0, 11002, 1549, 1, 0, 0, 0, 11003, 11004, - 5, 6, 0, 0, 11004, 11005, 3, 1622, 811, 0, 11005, 1551, 1, 0, 0, 0, 11006, - 11007, 5, 521, 0, 0, 11007, 11008, 3, 1464, 732, 0, 11008, 11009, 5, 456, - 0, 0, 11009, 11011, 5, 521, 0, 0, 11010, 11012, 3, 1614, 807, 0, 11011, - 11010, 1, 0, 0, 0, 11011, 11012, 1, 0, 0, 0, 11012, 11013, 1, 0, 0, 0, - 11013, 11014, 5, 7, 0, 0, 11014, 1553, 1, 0, 0, 0, 11015, 11016, 3, 1632, - 816, 0, 11016, 11017, 5, 7, 0, 0, 11017, 1555, 1, 0, 0, 0, 11018, 11019, - 5, 202, 0, 0, 11019, 11033, 3, 1172, 586, 0, 11020, 11022, 3, 1562, 781, - 0, 11021, 11020, 1, 0, 0, 0, 11021, 11022, 1, 0, 0, 0, 11022, 11024, 1, - 0, 0, 0, 11023, 11025, 3, 1558, 779, 0, 11024, 11023, 1, 0, 0, 0, 11024, - 11025, 1, 0, 0, 0, 11025, 11034, 1, 0, 0, 0, 11026, 11028, 3, 1558, 779, - 0, 11027, 11026, 1, 0, 0, 0, 11027, 11028, 1, 0, 0, 0, 11028, 11030, 1, - 0, 0, 0, 11029, 11031, 3, 1562, 781, 0, 11030, 11029, 1, 0, 0, 0, 11030, - 11031, 1, 0, 0, 0, 11031, 11034, 1, 0, 0, 0, 11032, 11034, 1, 0, 0, 0, - 11033, 11021, 1, 0, 0, 0, 11033, 11027, 1, 0, 0, 0, 11033, 11032, 1, 0, - 0, 0, 11034, 11035, 1, 0, 0, 0, 11035, 11036, 5, 7, 0, 0, 11036, 1557, - 1, 0, 0, 0, 11037, 11038, 5, 100, 0, 0, 11038, 11039, 3, 1560, 780, 0, - 11039, 1559, 1, 0, 0, 0, 11040, 11045, 3, 1172, 586, 0, 11041, 11042, 5, - 6, 0, 0, 11042, 11044, 3, 1172, 586, 0, 11043, 11041, 1, 0, 0, 0, 11044, - 11047, 1, 0, 0, 0, 11045, 11043, 1, 0, 0, 0, 11045, 11046, 1, 0, 0, 0, - 11046, 1561, 1, 0, 0, 0, 11047, 11045, 1, 0, 0, 0, 11048, 11050, 5, 71, - 0, 0, 11049, 11051, 5, 339, 0, 0, 11050, 11049, 1, 0, 0, 0, 11050, 11051, - 1, 0, 0, 0, 11051, 11052, 1, 0, 0, 0, 11052, 11053, 3, 1578, 789, 0, 11053, - 1563, 1, 0, 0, 0, 11054, 11075, 5, 522, 0, 0, 11055, 11057, 3, 1598, 799, - 0, 11056, 11058, 3, 1572, 786, 0, 11057, 11056, 1, 0, 0, 0, 11057, 11058, - 1, 0, 0, 0, 11058, 11059, 1, 0, 0, 0, 11059, 11066, 5, 62, 0, 0, 11060, - 11067, 3, 970, 485, 0, 11061, 11062, 5, 202, 0, 0, 11062, 11064, 3, 1622, - 811, 0, 11063, 11065, 3, 1570, 785, 0, 11064, 11063, 1, 0, 0, 0, 11064, - 11065, 1, 0, 0, 0, 11065, 11067, 1, 0, 0, 0, 11066, 11060, 1, 0, 0, 0, - 11066, 11061, 1, 0, 0, 0, 11067, 11076, 1, 0, 0, 0, 11068, 11073, 3, 1384, - 692, 0, 11069, 11070, 5, 2, 0, 0, 11070, 11071, 3, 1568, 784, 0, 11071, - 11072, 5, 3, 0, 0, 11072, 11074, 1, 0, 0, 0, 11073, 11069, 1, 0, 0, 0, - 11073, 11074, 1, 0, 0, 0, 11074, 11076, 1, 0, 0, 0, 11075, 11055, 1, 0, - 0, 0, 11075, 11068, 1, 0, 0, 0, 11076, 11077, 1, 0, 0, 0, 11077, 11078, - 5, 7, 0, 0, 11078, 1565, 1, 0, 0, 0, 11079, 11080, 3, 1384, 692, 0, 11080, - 11081, 5, 20, 0, 0, 11081, 11082, 3, 1172, 586, 0, 11082, 11085, 1, 0, - 0, 0, 11083, 11085, 3, 1172, 586, 0, 11084, 11079, 1, 0, 0, 0, 11084, 11083, - 1, 0, 0, 0, 11085, 1567, 1, 0, 0, 0, 11086, 11091, 3, 1566, 783, 0, 11087, - 11088, 5, 6, 0, 0, 11088, 11090, 3, 1566, 783, 0, 11089, 11087, 1, 0, 0, - 0, 11090, 11093, 1, 0, 0, 0, 11091, 11089, 1, 0, 0, 0, 11091, 11092, 1, - 0, 0, 0, 11092, 1569, 1, 0, 0, 0, 11093, 11091, 1, 0, 0, 0, 11094, 11095, - 5, 100, 0, 0, 11095, 11096, 3, 1290, 645, 0, 11096, 1571, 1, 0, 0, 0, 11097, - 11099, 3, 1574, 787, 0, 11098, 11097, 1, 0, 0, 0, 11098, 11099, 1, 0, 0, - 0, 11099, 11100, 1, 0, 0, 0, 11100, 11101, 5, 317, 0, 0, 11101, 1573, 1, - 0, 0, 0, 11102, 11103, 5, 262, 0, 0, 11103, 1575, 1, 0, 0, 0, 11104, 11106, - 5, 61, 0, 0, 11105, 11107, 3, 1582, 791, 0, 11106, 11105, 1, 0, 0, 0, 11106, - 11107, 1, 0, 0, 0, 11107, 11109, 1, 0, 0, 0, 11108, 11110, 3, 1580, 790, - 0, 11109, 11108, 1, 0, 0, 0, 11109, 11110, 1, 0, 0, 0, 11110, 11111, 1, - 0, 0, 0, 11111, 11112, 3, 1598, 799, 0, 11112, 11113, 5, 71, 0, 0, 11113, - 11114, 3, 1578, 789, 0, 11114, 11115, 5, 7, 0, 0, 11115, 1577, 1, 0, 0, - 0, 11116, 11117, 3, 1290, 645, 0, 11117, 1579, 1, 0, 0, 0, 11118, 11119, - 7, 26, 0, 0, 11119, 1581, 1, 0, 0, 0, 11120, 11136, 5, 261, 0, 0, 11121, - 11136, 5, 286, 0, 0, 11122, 11136, 5, 207, 0, 0, 11123, 11136, 5, 240, - 0, 0, 11124, 11125, 5, 130, 0, 0, 11125, 11136, 3, 1172, 586, 0, 11126, - 11127, 5, 300, 0, 0, 11127, 11136, 3, 1172, 586, 0, 11128, 11136, 3, 1172, - 586, 0, 11129, 11136, 5, 30, 0, 0, 11130, 11133, 7, 74, 0, 0, 11131, 11134, - 3, 1172, 586, 0, 11132, 11134, 5, 30, 0, 0, 11133, 11131, 1, 0, 0, 0, 11133, - 11132, 1, 0, 0, 0, 11133, 11134, 1, 0, 0, 0, 11134, 11136, 1, 0, 0, 0, - 11135, 11120, 1, 0, 0, 0, 11135, 11121, 1, 0, 0, 0, 11135, 11122, 1, 0, - 0, 0, 11135, 11123, 1, 0, 0, 0, 11135, 11124, 1, 0, 0, 0, 11135, 11126, - 1, 0, 0, 0, 11135, 11128, 1, 0, 0, 0, 11135, 11129, 1, 0, 0, 0, 11135, - 11130, 1, 0, 0, 0, 11136, 1583, 1, 0, 0, 0, 11137, 11139, 5, 258, 0, 0, - 11138, 11140, 3, 1582, 791, 0, 11139, 11138, 1, 0, 0, 0, 11139, 11140, - 1, 0, 0, 0, 11140, 11141, 1, 0, 0, 0, 11141, 11142, 3, 1598, 799, 0, 11142, - 11143, 5, 7, 0, 0, 11143, 1585, 1, 0, 0, 0, 11144, 11145, 5, 157, 0, 0, - 11145, 11146, 3, 1598, 799, 0, 11146, 11147, 5, 7, 0, 0, 11147, 1587, 1, - 0, 0, 0, 11148, 11149, 5, 78, 0, 0, 11149, 11150, 5, 7, 0, 0, 11150, 1589, - 1, 0, 0, 0, 11151, 11153, 5, 161, 0, 0, 11152, 11154, 3, 1594, 797, 0, - 11153, 11152, 1, 0, 0, 0, 11153, 11154, 1, 0, 0, 0, 11154, 11155, 1, 0, - 0, 0, 11155, 11156, 5, 7, 0, 0, 11156, 1591, 1, 0, 0, 0, 11157, 11159, - 5, 312, 0, 0, 11158, 11160, 3, 1594, 797, 0, 11159, 11158, 1, 0, 0, 0, - 11159, 11160, 1, 0, 0, 0, 11160, 11161, 1, 0, 0, 0, 11161, 11162, 5, 7, - 0, 0, 11162, 1593, 1, 0, 0, 0, 11163, 11165, 5, 33, 0, 0, 11164, 11166, - 5, 262, 0, 0, 11165, 11164, 1, 0, 0, 0, 11165, 11166, 1, 0, 0, 0, 11166, - 11167, 1, 0, 0, 0, 11167, 11168, 5, 153, 0, 0, 11168, 1595, 1, 0, 0, 0, - 11169, 11170, 5, 326, 0, 0, 11170, 11171, 3, 528, 264, 0, 11171, 11172, - 5, 94, 0, 0, 11172, 11173, 5, 53, 0, 0, 11173, 11174, 5, 7, 0, 0, 11174, - 11182, 1, 0, 0, 0, 11175, 11178, 5, 306, 0, 0, 11176, 11179, 3, 528, 264, - 0, 11177, 11179, 5, 30, 0, 0, 11178, 11176, 1, 0, 0, 0, 11178, 11177, 1, - 0, 0, 0, 11179, 11180, 1, 0, 0, 0, 11180, 11182, 5, 7, 0, 0, 11181, 11169, - 1, 0, 0, 0, 11181, 11175, 1, 0, 0, 0, 11182, 1597, 1, 0, 0, 0, 11183, 11186, - 3, 1384, 692, 0, 11184, 11186, 5, 28, 0, 0, 11185, 11183, 1, 0, 0, 0, 11185, - 11184, 1, 0, 0, 0, 11186, 1599, 1, 0, 0, 0, 11187, 11188, 5, 519, 0, 0, - 11188, 11189, 3, 1602, 801, 0, 11189, 1601, 1, 0, 0, 0, 11190, 11192, 3, - 1604, 802, 0, 11191, 11190, 1, 0, 0, 0, 11192, 11193, 1, 0, 0, 0, 11193, - 11191, 1, 0, 0, 0, 11193, 11194, 1, 0, 0, 0, 11194, 1603, 1, 0, 0, 0, 11195, - 11196, 5, 102, 0, 0, 11196, 11197, 3, 1606, 803, 0, 11197, 11198, 5, 93, - 0, 0, 11198, 11199, 3, 1464, 732, 0, 11199, 1605, 1, 0, 0, 0, 11200, 11205, - 3, 1608, 804, 0, 11201, 11202, 5, 82, 0, 0, 11202, 11204, 3, 1608, 804, - 0, 11203, 11201, 1, 0, 0, 0, 11204, 11207, 1, 0, 0, 0, 11205, 11203, 1, - 0, 0, 0, 11205, 11206, 1, 0, 0, 0, 11206, 1607, 1, 0, 0, 0, 11207, 11205, - 1, 0, 0, 0, 11208, 11212, 3, 1618, 809, 0, 11209, 11210, 5, 513, 0, 0, - 11210, 11212, 3, 1370, 685, 0, 11211, 11208, 1, 0, 0, 0, 11211, 11209, - 1, 0, 0, 0, 11212, 1609, 1, 0, 0, 0, 11213, 11214, 3, 1428, 714, 0, 11214, - 1611, 1, 0, 0, 0, 11215, 11216, 3, 1428, 714, 0, 11216, 1613, 1, 0, 0, - 0, 11217, 11218, 3, 1618, 809, 0, 11218, 1615, 1, 0, 0, 0, 11219, 11220, - 5, 102, 0, 0, 11220, 11221, 3, 1626, 813, 0, 11221, 1617, 1, 0, 0, 0, 11222, - 11225, 3, 1384, 692, 0, 11223, 11225, 3, 1620, 810, 0, 11224, 11222, 1, - 0, 0, 0, 11224, 11223, 1, 0, 0, 0, 11225, 1619, 1, 0, 0, 0, 11226, 11227, - 7, 75, 0, 0, 11227, 1621, 1, 0, 0, 0, 11228, 11230, 3, 1002, 501, 0, 11229, - 11228, 1, 0, 0, 0, 11229, 11230, 1, 0, 0, 0, 11230, 11231, 1, 0, 0, 0, - 11231, 11233, 3, 1338, 669, 0, 11232, 11234, 3, 1064, 532, 0, 11233, 11232, - 1, 0, 0, 0, 11233, 11234, 1, 0, 0, 0, 11234, 11236, 1, 0, 0, 0, 11235, - 11237, 3, 1104, 552, 0, 11236, 11235, 1, 0, 0, 0, 11236, 11237, 1, 0, 0, - 0, 11237, 11239, 1, 0, 0, 0, 11238, 11240, 3, 1034, 517, 0, 11239, 11238, - 1, 0, 0, 0, 11239, 11240, 1, 0, 0, 0, 11240, 11242, 1, 0, 0, 0, 11241, - 11243, 3, 1048, 524, 0, 11242, 11241, 1, 0, 0, 0, 11242, 11243, 1, 0, 0, - 0, 11243, 11245, 1, 0, 0, 0, 11244, 11246, 3, 1250, 625, 0, 11245, 11244, - 1, 0, 0, 0, 11245, 11246, 1, 0, 0, 0, 11246, 11248, 1, 0, 0, 0, 11247, - 11249, 3, 1006, 503, 0, 11248, 11247, 1, 0, 0, 0, 11248, 11249, 1, 0, 0, - 0, 11249, 11251, 1, 0, 0, 0, 11250, 11252, 3, 1016, 508, 0, 11251, 11250, - 1, 0, 0, 0, 11251, 11252, 1, 0, 0, 0, 11252, 11254, 1, 0, 0, 0, 11253, - 11255, 3, 1052, 526, 0, 11254, 11253, 1, 0, 0, 0, 11254, 11255, 1, 0, 0, - 0, 11255, 1623, 1, 0, 0, 0, 11256, 11257, 3, 1622, 811, 0, 11257, 1625, - 1, 0, 0, 0, 11258, 11259, 3, 1622, 811, 0, 11259, 1627, 1, 0, 0, 0, 11260, - 11261, 3, 1172, 586, 0, 11261, 1629, 1, 0, 0, 0, 11262, 11263, 3, 1172, - 586, 0, 11263, 1631, 1, 0, 0, 0, 11264, 11266, 3, 8, 4, 0, 11265, 11267, - 3, 1634, 817, 0, 11266, 11265, 1, 0, 0, 0, 11266, 11267, 1, 0, 0, 0, 11267, - 1633, 1, 0, 0, 0, 11268, 11270, 5, 71, 0, 0, 11269, 11271, 3, 994, 497, - 0, 11270, 11269, 1, 0, 0, 0, 11270, 11271, 1, 0, 0, 0, 11271, 11272, 1, - 0, 0, 0, 11272, 11273, 3, 1578, 789, 0, 11273, 1635, 1, 0, 0, 0, 1121, - 1645, 1649, 1777, 1781, 1790, 1799, 1805, 1811, 1826, 1838, 1844, 1852, - 1863, 1867, 1875, 1883, 1901, 1904, 1909, 1918, 1927, 1931, 1943, 1963, - 1976, 1983, 1991, 1996, 2003, 2009, 2016, 2027, 2031, 2035, 2048, 2052, - 2057, 2062, 2074, 2083, 2096, 2101, 2112, 2118, 2124, 2129, 2140, 2146, - 2152, 2161, 2171, 2186, 2192, 2199, 2204, 2211, 2222, 2246, 2253, 2262, - 2271, 2279, 2289, 2298, 2307, 2315, 2323, 2332, 2341, 2345, 2352, 2360, - 2370, 2376, 2380, 2384, 2388, 2392, 2397, 2400, 2404, 2425, 2431, 2530, - 2537, 2553, 2567, 2577, 2579, 2584, 2588, 2591, 2597, 2599, 2627, 2637, - 2650, 2657, 2663, 2667, 2673, 2678, 2681, 2683, 2688, 2692, 2696, 2700, - 2704, 2707, 2711, 2719, 2723, 2727, 2736, 2743, 2748, 2755, 2760, 2767, - 2772, 2790, 2795, 2807, 2812, 2821, 2828, 2835, 2841, 2846, 2850, 2853, - 2856, 2859, 2862, 2865, 2870, 2873, 2876, 2879, 2882, 2885, 2891, 2895, - 2898, 2901, 2904, 2907, 2909, 2918, 2931, 2939, 2945, 2949, 2955, 2963, - 2966, 2970, 2998, 3003, 3010, 3021, 3028, 3031, 3034, 3039, 3042, 3049, - 3058, 3065, 3070, 3073, 3076, 3078, 3082, 3089, 3096, 3106, 3116, 3126, - 3132, 3135, 3138, 3145, 3153, 3156, 3159, 3166, 3170, 3176, 3179, 3182, - 3185, 3197, 3200, 3203, 3207, 3221, 3239, 3250, 3265, 3282, 3284, 3305, - 3310, 3313, 3317, 3320, 3326, 3329, 3331, 3340, 3349, 3368, 3372, 3383, - 3392, 3398, 3404, 3408, 3411, 3414, 3417, 3420, 3426, 3430, 3437, 3443, - 3447, 3450, 3453, 3456, 3464, 3468, 3472, 3478, 3482, 3488, 3502, 3511, - 3529, 3534, 3537, 3540, 3550, 3557, 3562, 3565, 3568, 3575, 3578, 3580, - 3586, 3595, 3605, 3610, 3619, 3628, 3632, 3639, 3649, 3660, 3770, 3778, - 3781, 3791, 3796, 3806, 3817, 3829, 3842, 3852, 3865, 3868, 3875, 3884, - 3887, 3894, 3896, 3904, 3914, 3916, 3924, 3928, 3933, 3944, 3948, 3953, - 3963, 3969, 3982, 3988, 3990, 3997, 4005, 4010, 4025, 4038, 4040, 4044, - 4064, 4081, 4084, 4087, 4090, 4093, 4101, 4104, 4107, 4153, 4156, 4159, - 4177, 4184, 4193, 4199, 4206, 4216, 4224, 4229, 4241, 4258, 4264, 4271, - 4279, 4293, 4321, 4328, 4342, 4357, 4370, 4379, 4404, 4415, 4482, 4493, - 4499, 4507, 4518, 4532, 4541, 4551, 4563, 4578, 4589, 4597, 4607, 4614, - 4617, 4623, 4626, 4641, 4654, 4683, 4690, 4705, 4714, 4725, 4727, 4736, - 4747, 4749, 4756, 4771, 4777, 4785, 4791, 4799, 4809, 4815, 4823, 4829, - 4837, 4844, 4853, 4855, 4880, 4887, 4898, 4904, 4913, 4918, 4924, 4931, - 4936, 4940, 4943, 4949, 5098, 5102, 5107, 5118, 5129, 5140, 5151, 5162, - 5173, 5184, 5196, 5207, 5215, 5222, 5228, 5236, 5241, 5246, 5251, 5257, - 5264, 5270, 5276, 5281, 5287, 5294, 5299, 5305, 5312, 5315, 5328, 5337, - 5349, 5351, 5368, 5375, 5380, 5384, 5388, 5394, 5396, 5458, 5465, 5471, - 5478, 5484, 5495, 5498, 5505, 5508, 5518, 5521, 5523, 5542, 5554, 5563, - 5572, 5584, 5586, 5592, 5596, 5601, 5604, 5609, 5615, 5618, 5621, 5624, - 5627, 5643, 5647, 5650, 5653, 5656, 5659, 5664, 5667, 5669, 5682, 5694, - 5708, 5712, 5724, 5726, 5735, 5744, 5752, 5761, 5763, 5767, 5776, 5781, - 5787, 5792, 5796, 5801, 5807, 5813, 5819, 5825, 5830, 5845, 5854, 5865, - 5871, 5910, 5925, 5932, 5943, 5957, 5965, 5970, 5978, 5986, 5992, 6000, - 6006, 6014, 6016, 6022, 6030, 6032, 6038, 6046, 6048, 6072, 6079, 6089, - 6101, 6106, 6119, 6131, 6143, 6145, 6151, 6156, 6164, 6171, 6216, 6221, - 6228, 6233, 6240, 6250, 6260, 6264, 6275, 6292, 6363, 6558, 6571, 6582, - 6595, 6607, 6621, 6653, 6667, 6779, 6781, 6792, 6803, 6814, 6827, 6839, - 6850, 6857, 7078, 7093, 7104, 7111, 7165, 7306, 7312, 7321, 7329, 7331, - 7338, 7344, 7347, 7354, 7358, 7361, 7366, 7369, 7373, 7376, 7379, 7410, - 7420, 7427, 7450, 7459, 7477, 7483, 7491, 7493, 7497, 7507, 7511, 7521, - 7524, 7528, 7532, 7540, 7551, 7563, 7567, 7570, 7574, 7577, 7582, 7586, - 7589, 7593, 7596, 7600, 7603, 7614, 7621, 7634, 7648, 7652, 7657, 7664, - 7671, 7674, 7679, 7682, 7691, 7693, 7698, 7702, 7714, 7717, 7724, 7728, - 7733, 7743, 7752, 7755, 7763, 7774, 7778, 7784, 7791, 7811, 7832, 7836, - 7841, 7924, 7930, 7943, 7947, 7951, 7955, 7961, 7968, 7971, 7974, 7977, - 7980, 7987, 7989, 7993, 7996, 8003, 8005, 8012, 8019, 8023, 8027, 8043, - 8050, 8060, 8073, 8084, 8091, 8096, 8100, 8104, 8109, 8123, 8128, 8132, - 8140, 8143, 8147, 8158, 8161, 8163, 8179, 8182, 8189, 8192, 8197, 8212, - 8218, 8227, 8236, 8243, 8246, 8252, 8257, 8263, 8268, 8272, 8277, 8280, - 8286, 8290, 8292, 8295, 8302, 8305, 8312, 8320, 8323, 8332, 8337, 8343, - 8346, 8349, 8356, 8360, 8363, 8378, 8381, 8388, 8391, 8398, 8401, 8404, - 8411, 8424, 8434, 8442, 8454, 8456, 8463, 8467, 8477, 8481, 8485, 8489, - 8491, 8496, 8500, 8504, 8506, 8508, 8513, 8518, 8524, 8529, 8534, 8537, - 8540, 8545, 8548, 8551, 8554, 8557, 8560, 8563, 8569, 8573, 8582, 8587, - 8591, 8600, 8606, 8610, 8615, 8619, 8624, 8630, 8642, 8657, 8664, 8666, - 8669, 8673, 8677, 8679, 8687, 8696, 8702, 8704, 8706, 8713, 8717, 8726, - 8730, 8745, 8753, 8781, 8788, 8792, 8795, 8800, 8804, 8807, 8823, 8834, - 8839, 8842, 8846, 8850, 8854, 8859, 8863, 8867, 8869, 8878, 8883, 8889, - 8893, 8895, 8900, 8904, 8915, 8919, 8922, 8929, 8934, 8941, 8946, 8949, - 8955, 8959, 8968, 8972, 8980, 8982, 8989, 8994, 8997, 9005, 9014, 9022, - 9024, 9028, 9035, 9054, 9063, 9069, 9088, 9097, 9103, 9107, 9112, 9122, - 9129, 9138, 9141, 9150, 9152, 9158, 9162, 9167, 9177, 9183, 9185, 9191, - 9197, 9200, 9203, 9216, 9222, 9226, 9230, 9233, 9241, 9245, 9249, 9257, - 9264, 9271, 9275, 9281, 9283, 9292, 9295, 9305, 9321, 9327, 9332, 9339, - 9348, 9355, 9363, 9371, 9376, 9380, 9386, 9390, 9394, 9397, 9403, 9408, - 9424, 9427, 9429, 9441, 9443, 9447, 9453, 9457, 9459, 9467, 9471, 9480, - 9488, 9494, 9497, 9506, 9511, 9518, 9528, 9554, 9565, 9567, 9569, 9577, - 9600, 9608, 9618, 9621, 9626, 9631, 9635, 9641, 9644, 9647, 9650, 9654, - 9668, 9675, 9682, 9689, 9707, 9715, 9727, 9745, 9784, 9786, 9806, 9816, - 9827, 9839, 9846, 9858, 9870, 9876, 9884, 9901, 9926, 9936, 9940, 9943, - 9946, 9949, 9962, 9967, 9972, 9974, 9982, 9991, 10000, 10005, 10014, 10019, - 10033, 10043, 10051, 10065, 10072, 10080, 10088, 10095, 10101, 10110, 10125, - 10136, 10169, 10178, 10185, 10189, 10193, 10200, 10214, 10219, 10224, 10228, - 10230, 10233, 10240, 10245, 10255, 10260, 10263, 10268, 10275, 10280, 10287, - 10303, 10315, 10320, 10328, 10335, 10340, 10352, 10360, 10365, 10375, 10382, - 10389, 10398, 10404, 10410, 10416, 10424, 10428, 10435, 10493, 10504, 10509, - 10532, 10540, 10548, 10552, 10555, 10559, 10561, 10568, 10577, 10584, 10588, - 10591, 10594, 10597, 10601, 10606, 10613, 10626, 10636, 10655, 10662, 10692, - 10702, 10711, 10716, 10727, 10740, 10753, 10761, 10770, 10783, 10791, 10795, - 10806, 10817, 10822, 10829, 10839, 10846, 10849, 10855, 10857, 10868, 10881, - 10886, 10898, 10901, 10914, 10917, 10920, 10922, 10930, 10934, 10937, 10943, - 10947, 10953, 10958, 10964, 10967, 10971, 10979, 10993, 10999, 11011, 11021, - 11024, 11027, 11030, 11033, 11045, 11050, 11057, 11064, 11066, 11073, 11075, - 11084, 11091, 11098, 11106, 11109, 11133, 11135, 11139, 11153, 11159, 11165, - 11178, 11181, 11185, 11193, 11205, 11211, 11224, 11229, 11233, 11236, 11239, - 11242, 11245, 11248, 11251, 11254, 11266, 11270, + 5989, 1, 0, 0, 0, 5988, 5974, 1, 0, 0, 0, 5988, 5980, 1, 0, 0, 0, 5989, + 685, 1, 0, 0, 0, 5990, 5991, 5, 191, 0, 0, 5991, 5992, 5, 271, 0, 0, 5992, + 5994, 3, 692, 346, 0, 5993, 5995, 3, 108, 54, 0, 5994, 5993, 1, 0, 0, 0, + 5994, 5995, 1, 0, 0, 0, 5995, 6005, 1, 0, 0, 0, 5996, 5997, 5, 191, 0, + 0, 5997, 5998, 5, 271, 0, 0, 5998, 5999, 5, 220, 0, 0, 5999, 6000, 5, 390, + 0, 0, 6000, 6002, 3, 692, 346, 0, 6001, 6003, 3, 108, 54, 0, 6002, 6001, + 1, 0, 0, 0, 6002, 6003, 1, 0, 0, 0, 6003, 6005, 1, 0, 0, 0, 6004, 5990, + 1, 0, 0, 0, 6004, 5996, 1, 0, 0, 0, 6005, 687, 1, 0, 0, 0, 6006, 6007, + 5, 2, 0, 0, 6007, 6008, 3, 1126, 563, 0, 6008, 6009, 5, 3, 0, 0, 6009, + 6029, 1, 0, 0, 0, 6010, 6011, 5, 2, 0, 0, 6011, 6012, 3, 1126, 563, 0, + 6012, 6013, 5, 6, 0, 0, 6013, 6014, 3, 1126, 563, 0, 6014, 6015, 5, 3, + 0, 0, 6015, 6029, 1, 0, 0, 0, 6016, 6017, 5, 2, 0, 0, 6017, 6018, 5, 401, + 0, 0, 6018, 6019, 5, 6, 0, 0, 6019, 6020, 3, 1126, 563, 0, 6020, 6021, + 5, 3, 0, 0, 6021, 6029, 1, 0, 0, 0, 6022, 6023, 5, 2, 0, 0, 6023, 6024, + 3, 1126, 563, 0, 6024, 6025, 5, 6, 0, 0, 6025, 6026, 5, 401, 0, 0, 6026, + 6027, 5, 3, 0, 0, 6027, 6029, 1, 0, 0, 0, 6028, 6006, 1, 0, 0, 0, 6028, + 6010, 1, 0, 0, 0, 6028, 6016, 1, 0, 0, 0, 6028, 6022, 1, 0, 0, 0, 6029, + 689, 1, 0, 0, 0, 6030, 6031, 3, 1382, 691, 0, 6031, 6032, 5, 11, 0, 0, + 6032, 6034, 1, 0, 0, 0, 6033, 6030, 1, 0, 0, 0, 6034, 6037, 1, 0, 0, 0, + 6035, 6033, 1, 0, 0, 0, 6035, 6036, 1, 0, 0, 0, 6036, 6038, 1, 0, 0, 0, + 6037, 6035, 1, 0, 0, 0, 6038, 6039, 3, 1278, 639, 0, 6039, 691, 1, 0, 0, + 0, 6040, 6045, 3, 694, 347, 0, 6041, 6042, 5, 6, 0, 0, 6042, 6044, 3, 694, + 347, 0, 6043, 6041, 1, 0, 0, 0, 6044, 6047, 1, 0, 0, 0, 6045, 6043, 1, + 0, 0, 0, 6045, 6046, 1, 0, 0, 0, 6046, 693, 1, 0, 0, 0, 6047, 6045, 1, + 0, 0, 0, 6048, 6049, 3, 690, 345, 0, 6049, 6050, 3, 688, 344, 0, 6050, + 695, 1, 0, 0, 0, 6051, 6052, 5, 57, 0, 0, 6052, 6053, 3, 698, 349, 0, 6053, + 697, 1, 0, 0, 0, 6054, 6056, 3, 700, 350, 0, 6055, 6054, 1, 0, 0, 0, 6056, + 6057, 1, 0, 0, 0, 6057, 6055, 1, 0, 0, 0, 6057, 6058, 1, 0, 0, 0, 6058, + 699, 1, 0, 0, 0, 6059, 6063, 3, 1368, 684, 0, 6060, 6061, 5, 238, 0, 0, + 6061, 6063, 3, 72, 36, 0, 6062, 6059, 1, 0, 0, 0, 6062, 6060, 1, 0, 0, + 0, 6063, 701, 1, 0, 0, 0, 6064, 6065, 5, 46, 0, 0, 6065, 6066, 5, 41, 0, + 0, 6066, 6067, 5, 2, 0, 0, 6067, 6068, 3, 1126, 563, 0, 6068, 6069, 5, + 36, 0, 0, 6069, 6070, 3, 1126, 563, 0, 6070, 6071, 5, 3, 0, 0, 6071, 6072, + 5, 105, 0, 0, 6072, 6073, 5, 211, 0, 0, 6073, 6075, 3, 632, 316, 0, 6074, + 6076, 3, 704, 352, 0, 6075, 6074, 1, 0, 0, 0, 6075, 6076, 1, 0, 0, 0, 6076, + 6102, 1, 0, 0, 0, 6077, 6078, 5, 46, 0, 0, 6078, 6079, 5, 41, 0, 0, 6079, + 6080, 5, 2, 0, 0, 6080, 6081, 3, 1126, 563, 0, 6081, 6082, 5, 36, 0, 0, + 6082, 6083, 3, 1126, 563, 0, 6083, 6084, 5, 3, 0, 0, 6084, 6085, 5, 372, + 0, 0, 6085, 6087, 5, 211, 0, 0, 6086, 6088, 3, 704, 352, 0, 6087, 6086, + 1, 0, 0, 0, 6087, 6088, 1, 0, 0, 0, 6088, 6102, 1, 0, 0, 0, 6089, 6090, + 5, 46, 0, 0, 6090, 6091, 5, 41, 0, 0, 6091, 6092, 5, 2, 0, 0, 6092, 6093, + 3, 1126, 563, 0, 6093, 6094, 5, 36, 0, 0, 6094, 6095, 3, 1126, 563, 0, + 6095, 6096, 5, 3, 0, 0, 6096, 6097, 5, 105, 0, 0, 6097, 6099, 5, 394, 0, + 0, 6098, 6100, 3, 704, 352, 0, 6099, 6098, 1, 0, 0, 0, 6099, 6100, 1, 0, + 0, 0, 6100, 6102, 1, 0, 0, 0, 6101, 6064, 1, 0, 0, 0, 6101, 6077, 1, 0, + 0, 0, 6101, 6089, 1, 0, 0, 0, 6102, 703, 1, 0, 0, 0, 6103, 6104, 5, 36, + 0, 0, 6104, 6108, 5, 223, 0, 0, 6105, 6106, 5, 36, 0, 0, 6106, 6108, 5, + 141, 0, 0, 6107, 6103, 1, 0, 0, 0, 6107, 6105, 1, 0, 0, 0, 6108, 705, 1, + 0, 0, 0, 6109, 6110, 5, 191, 0, 0, 6110, 6112, 5, 41, 0, 0, 6111, 6113, + 3, 708, 354, 0, 6112, 6111, 1, 0, 0, 0, 6112, 6113, 1, 0, 0, 0, 6113, 6114, + 1, 0, 0, 0, 6114, 6115, 5, 2, 0, 0, 6115, 6116, 3, 1126, 563, 0, 6116, + 6117, 5, 36, 0, 0, 6117, 6118, 3, 1126, 563, 0, 6118, 6120, 5, 3, 0, 0, + 6119, 6121, 3, 108, 54, 0, 6120, 6119, 1, 0, 0, 0, 6120, 6121, 1, 0, 0, + 0, 6121, 707, 1, 0, 0, 0, 6122, 6123, 5, 220, 0, 0, 6123, 6124, 5, 390, + 0, 0, 6124, 709, 1, 0, 0, 0, 6125, 6127, 5, 46, 0, 0, 6126, 6128, 3, 624, + 312, 0, 6127, 6126, 1, 0, 0, 0, 6127, 6128, 1, 0, 0, 0, 6128, 6129, 1, + 0, 0, 0, 6129, 6130, 5, 445, 0, 0, 6130, 6131, 5, 62, 0, 0, 6131, 6132, + 3, 1126, 563, 0, 6132, 6133, 5, 238, 0, 0, 6133, 6134, 3, 1350, 675, 0, + 6134, 6135, 5, 2, 0, 0, 6135, 6136, 3, 712, 356, 0, 6136, 6137, 5, 3, 0, + 0, 6137, 711, 1, 0, 0, 0, 6138, 6139, 5, 64, 0, 0, 6139, 6140, 5, 463, + 0, 0, 6140, 6141, 5, 105, 0, 0, 6141, 6142, 5, 211, 0, 0, 6142, 6143, 3, + 632, 316, 0, 6143, 6144, 5, 6, 0, 0, 6144, 6145, 5, 94, 0, 0, 6145, 6146, + 5, 463, 0, 0, 6146, 6147, 5, 105, 0, 0, 6147, 6148, 5, 211, 0, 0, 6148, + 6149, 3, 632, 316, 0, 6149, 6173, 1, 0, 0, 0, 6150, 6151, 5, 94, 0, 0, + 6151, 6152, 5, 463, 0, 0, 6152, 6153, 5, 105, 0, 0, 6153, 6154, 5, 211, + 0, 0, 6154, 6155, 3, 632, 316, 0, 6155, 6156, 5, 6, 0, 0, 6156, 6157, 5, + 64, 0, 0, 6157, 6158, 5, 463, 0, 0, 6158, 6159, 5, 105, 0, 0, 6159, 6160, + 5, 211, 0, 0, 6160, 6161, 3, 632, 316, 0, 6161, 6173, 1, 0, 0, 0, 6162, + 6163, 5, 64, 0, 0, 6163, 6164, 5, 463, 0, 0, 6164, 6165, 5, 105, 0, 0, + 6165, 6166, 5, 211, 0, 0, 6166, 6173, 3, 632, 316, 0, 6167, 6168, 5, 94, + 0, 0, 6168, 6169, 5, 463, 0, 0, 6169, 6170, 5, 105, 0, 0, 6170, 6171, 5, + 211, 0, 0, 6171, 6173, 3, 632, 316, 0, 6172, 6138, 1, 0, 0, 0, 6172, 6150, + 1, 0, 0, 0, 6172, 6162, 1, 0, 0, 0, 6172, 6167, 1, 0, 0, 0, 6173, 713, + 1, 0, 0, 0, 6174, 6175, 5, 191, 0, 0, 6175, 6177, 5, 445, 0, 0, 6176, 6178, + 3, 708, 354, 0, 6177, 6176, 1, 0, 0, 0, 6177, 6178, 1, 0, 0, 0, 6178, 6179, + 1, 0, 0, 0, 6179, 6180, 5, 62, 0, 0, 6180, 6181, 3, 1126, 563, 0, 6181, + 6182, 5, 238, 0, 0, 6182, 6184, 3, 1350, 675, 0, 6183, 6185, 3, 108, 54, + 0, 6184, 6183, 1, 0, 0, 0, 6184, 6185, 1, 0, 0, 0, 6185, 715, 1, 0, 0, + 0, 6186, 6187, 5, 299, 0, 0, 6187, 6189, 3, 718, 359, 0, 6188, 6190, 3, + 598, 299, 0, 6189, 6188, 1, 0, 0, 0, 6189, 6190, 1, 0, 0, 0, 6190, 6191, + 1, 0, 0, 0, 6191, 6192, 3, 1346, 673, 0, 6192, 6221, 1, 0, 0, 0, 6193, + 6194, 5, 299, 0, 0, 6194, 6196, 3, 720, 360, 0, 6195, 6197, 3, 598, 299, + 0, 6196, 6195, 1, 0, 0, 0, 6196, 6197, 1, 0, 0, 0, 6197, 6198, 1, 0, 0, + 0, 6198, 6199, 3, 1350, 675, 0, 6199, 6221, 1, 0, 0, 0, 6200, 6201, 5, + 299, 0, 0, 6201, 6202, 5, 2, 0, 0, 6202, 6203, 3, 722, 361, 0, 6203, 6204, + 5, 3, 0, 0, 6204, 6206, 3, 718, 359, 0, 6205, 6207, 3, 598, 299, 0, 6206, + 6205, 1, 0, 0, 0, 6206, 6207, 1, 0, 0, 0, 6207, 6208, 1, 0, 0, 0, 6208, + 6209, 3, 1346, 673, 0, 6209, 6221, 1, 0, 0, 0, 6210, 6211, 5, 299, 0, 0, + 6211, 6212, 5, 2, 0, 0, 6212, 6213, 3, 722, 361, 0, 6213, 6214, 5, 3, 0, + 0, 6214, 6216, 3, 720, 360, 0, 6215, 6217, 3, 598, 299, 0, 6216, 6215, + 1, 0, 0, 0, 6216, 6217, 1, 0, 0, 0, 6217, 6218, 1, 0, 0, 0, 6218, 6219, + 3, 1350, 675, 0, 6219, 6221, 1, 0, 0, 0, 6220, 6186, 1, 0, 0, 0, 6220, + 6193, 1, 0, 0, 0, 6220, 6200, 1, 0, 0, 0, 6220, 6210, 1, 0, 0, 0, 6221, + 717, 1, 0, 0, 0, 6222, 6223, 7, 30, 0, 0, 6223, 719, 1, 0, 0, 0, 6224, + 6225, 7, 31, 0, 0, 6225, 721, 1, 0, 0, 0, 6226, 6231, 3, 724, 362, 0, 6227, + 6228, 5, 6, 0, 0, 6228, 6230, 3, 724, 362, 0, 6229, 6227, 1, 0, 0, 0, 6230, + 6233, 1, 0, 0, 0, 6231, 6229, 1, 0, 0, 0, 6231, 6232, 1, 0, 0, 0, 6232, + 723, 1, 0, 0, 0, 6233, 6231, 1, 0, 0, 0, 6234, 6235, 7, 32, 0, 0, 6235, + 725, 1, 0, 0, 0, 6236, 6237, 5, 138, 0, 0, 6237, 6238, 5, 344, 0, 0, 6238, + 6239, 3, 1350, 675, 0, 6239, 6240, 5, 326, 0, 0, 6240, 6241, 3, 116, 58, + 0, 6241, 6249, 1, 0, 0, 0, 6242, 6243, 5, 138, 0, 0, 6243, 6244, 5, 344, + 0, 0, 6244, 6245, 3, 1350, 675, 0, 6245, 6246, 5, 306, 0, 0, 6246, 6247, + 3, 116, 58, 0, 6247, 6249, 1, 0, 0, 0, 6248, 6236, 1, 0, 0, 0, 6248, 6242, + 1, 0, 0, 0, 6249, 727, 1, 0, 0, 0, 6250, 6251, 5, 138, 0, 0, 6251, 6252, + 5, 136, 0, 0, 6252, 6253, 3, 656, 328, 0, 6253, 6254, 5, 302, 0, 0, 6254, + 6255, 5, 94, 0, 0, 6255, 6256, 3, 1350, 675, 0, 6256, 6738, 1, 0, 0, 0, + 6257, 6258, 5, 138, 0, 0, 6258, 6259, 5, 108, 0, 0, 6259, 6260, 3, 526, + 263, 0, 6260, 6261, 5, 302, 0, 0, 6261, 6262, 5, 94, 0, 0, 6262, 6263, + 3, 1350, 675, 0, 6263, 6738, 1, 0, 0, 0, 6264, 6265, 5, 138, 0, 0, 6265, + 6266, 5, 168, 0, 0, 6266, 6267, 3, 526, 263, 0, 6267, 6268, 5, 302, 0, + 0, 6268, 6269, 5, 94, 0, 0, 6269, 6270, 3, 1350, 675, 0, 6270, 6738, 1, + 0, 0, 0, 6271, 6272, 5, 138, 0, 0, 6272, 6273, 5, 175, 0, 0, 6273, 6274, + 3, 1350, 675, 0, 6274, 6275, 5, 302, 0, 0, 6275, 6276, 5, 94, 0, 0, 6276, + 6277, 3, 1350, 675, 0, 6277, 6738, 1, 0, 0, 0, 6278, 6279, 5, 138, 0, 0, + 6279, 6280, 5, 189, 0, 0, 6280, 6281, 3, 526, 263, 0, 6281, 6282, 5, 302, + 0, 0, 6282, 6283, 5, 94, 0, 0, 6283, 6284, 3, 1350, 675, 0, 6284, 6738, + 1, 0, 0, 0, 6285, 6286, 5, 138, 0, 0, 6286, 6287, 5, 189, 0, 0, 6287, 6288, + 3, 526, 263, 0, 6288, 6289, 5, 302, 0, 0, 6289, 6290, 5, 45, 0, 0, 6290, + 6291, 3, 1350, 675, 0, 6291, 6292, 5, 94, 0, 0, 6292, 6293, 3, 1350, 675, + 0, 6293, 6738, 1, 0, 0, 0, 6294, 6295, 5, 138, 0, 0, 6295, 6296, 5, 63, + 0, 0, 6296, 6297, 5, 174, 0, 0, 6297, 6298, 5, 374, 0, 0, 6298, 6299, 3, + 1350, 675, 0, 6299, 6300, 5, 302, 0, 0, 6300, 6301, 5, 94, 0, 0, 6301, + 6302, 3, 1350, 675, 0, 6302, 6738, 1, 0, 0, 0, 6303, 6304, 5, 138, 0, 0, + 6304, 6305, 5, 211, 0, 0, 6305, 6306, 3, 632, 316, 0, 6306, 6307, 5, 302, + 0, 0, 6307, 6308, 5, 94, 0, 0, 6308, 6309, 3, 1350, 675, 0, 6309, 6738, + 1, 0, 0, 0, 6310, 6311, 5, 138, 0, 0, 6311, 6312, 5, 66, 0, 0, 6312, 6313, + 3, 1376, 688, 0, 6313, 6314, 5, 302, 0, 0, 6314, 6315, 5, 94, 0, 0, 6315, + 6316, 3, 1376, 688, 0, 6316, 6738, 1, 0, 0, 0, 6317, 6319, 5, 138, 0, 0, + 6318, 6320, 3, 310, 155, 0, 6319, 6318, 1, 0, 0, 0, 6319, 6320, 1, 0, 0, + 0, 6320, 6321, 1, 0, 0, 0, 6321, 6322, 5, 238, 0, 0, 6322, 6323, 3, 1350, + 675, 0, 6323, 6324, 5, 302, 0, 0, 6324, 6325, 5, 94, 0, 0, 6325, 6326, + 3, 1350, 675, 0, 6326, 6738, 1, 0, 0, 0, 6327, 6328, 5, 138, 0, 0, 6328, + 6329, 5, 271, 0, 0, 6329, 6330, 5, 156, 0, 0, 6330, 6331, 3, 526, 263, + 0, 6331, 6332, 5, 100, 0, 0, 6332, 6333, 3, 1350, 675, 0, 6333, 6334, 5, + 302, 0, 0, 6334, 6335, 5, 94, 0, 0, 6335, 6336, 3, 1350, 675, 0, 6336, + 6738, 1, 0, 0, 0, 6337, 6338, 5, 138, 0, 0, 6338, 6339, 5, 271, 0, 0, 6339, + 6340, 5, 206, 0, 0, 6340, 6341, 3, 526, 263, 0, 6341, 6342, 5, 100, 0, + 0, 6342, 6343, 3, 1350, 675, 0, 6343, 6344, 5, 302, 0, 0, 6344, 6345, 5, + 94, 0, 0, 6345, 6346, 3, 1350, 675, 0, 6346, 6738, 1, 0, 0, 0, 6347, 6348, + 5, 138, 0, 0, 6348, 6349, 5, 447, 0, 0, 6349, 6350, 3, 1350, 675, 0, 6350, + 6351, 5, 80, 0, 0, 6351, 6352, 3, 1346, 673, 0, 6352, 6353, 5, 302, 0, + 0, 6353, 6354, 5, 94, 0, 0, 6354, 6355, 3, 1350, 675, 0, 6355, 6738, 1, + 0, 0, 0, 6356, 6357, 5, 138, 0, 0, 6357, 6358, 5, 447, 0, 0, 6358, 6359, + 5, 220, 0, 0, 6359, 6360, 5, 390, 0, 0, 6360, 6361, 3, 1350, 675, 0, 6361, + 6362, 5, 80, 0, 0, 6362, 6363, 3, 1346, 673, 0, 6363, 6364, 5, 302, 0, + 0, 6364, 6365, 5, 94, 0, 0, 6365, 6366, 3, 1350, 675, 0, 6366, 6738, 1, + 0, 0, 0, 6367, 6368, 5, 138, 0, 0, 6368, 6369, 5, 289, 0, 0, 6369, 6370, + 3, 632, 316, 0, 6370, 6371, 5, 302, 0, 0, 6371, 6372, 5, 94, 0, 0, 6372, + 6373, 3, 1350, 675, 0, 6373, 6738, 1, 0, 0, 0, 6374, 6375, 5, 138, 0, 0, + 6375, 6376, 5, 454, 0, 0, 6376, 6377, 3, 1350, 675, 0, 6377, 6378, 5, 302, + 0, 0, 6378, 6379, 5, 94, 0, 0, 6379, 6380, 3, 1350, 675, 0, 6380, 6738, + 1, 0, 0, 0, 6381, 6382, 5, 138, 0, 0, 6382, 6383, 5, 444, 0, 0, 6383, 6384, + 3, 632, 316, 0, 6384, 6385, 5, 302, 0, 0, 6385, 6386, 5, 94, 0, 0, 6386, + 6387, 3, 1350, 675, 0, 6387, 6738, 1, 0, 0, 0, 6388, 6389, 5, 138, 0, 0, + 6389, 6390, 5, 316, 0, 0, 6390, 6391, 3, 1350, 675, 0, 6391, 6392, 5, 302, + 0, 0, 6392, 6393, 5, 94, 0, 0, 6393, 6394, 3, 1350, 675, 0, 6394, 6738, + 1, 0, 0, 0, 6395, 6396, 5, 138, 0, 0, 6396, 6397, 5, 324, 0, 0, 6397, 6398, + 3, 1350, 675, 0, 6398, 6399, 5, 302, 0, 0, 6399, 6400, 5, 94, 0, 0, 6400, + 6401, 3, 1350, 675, 0, 6401, 6738, 1, 0, 0, 0, 6402, 6403, 5, 138, 0, 0, + 6403, 6404, 5, 453, 0, 0, 6404, 6405, 3, 1350, 675, 0, 6405, 6406, 5, 302, + 0, 0, 6406, 6407, 5, 94, 0, 0, 6407, 6408, 3, 1350, 675, 0, 6408, 6738, + 1, 0, 0, 0, 6409, 6410, 5, 138, 0, 0, 6410, 6411, 5, 92, 0, 0, 6411, 6412, + 3, 1082, 541, 0, 6412, 6413, 5, 302, 0, 0, 6413, 6414, 5, 94, 0, 0, 6414, + 6415, 3, 1350, 675, 0, 6415, 6738, 1, 0, 0, 0, 6416, 6417, 5, 138, 0, 0, + 6417, 6418, 5, 92, 0, 0, 6418, 6419, 5, 220, 0, 0, 6419, 6420, 5, 390, + 0, 0, 6420, 6421, 3, 1082, 541, 0, 6421, 6422, 5, 302, 0, 0, 6422, 6423, + 5, 94, 0, 0, 6423, 6424, 3, 1350, 675, 0, 6424, 6738, 1, 0, 0, 0, 6425, + 6426, 5, 138, 0, 0, 6426, 6427, 5, 321, 0, 0, 6427, 6428, 3, 1346, 673, + 0, 6428, 6429, 5, 302, 0, 0, 6429, 6430, 5, 94, 0, 0, 6430, 6431, 3, 1350, + 675, 0, 6431, 6738, 1, 0, 0, 0, 6432, 6433, 5, 138, 0, 0, 6433, 6434, 5, + 321, 0, 0, 6434, 6435, 5, 220, 0, 0, 6435, 6436, 5, 390, 0, 0, 6436, 6437, + 3, 1346, 673, 0, 6437, 6438, 5, 302, 0, 0, 6438, 6439, 5, 94, 0, 0, 6439, + 6440, 3, 1350, 675, 0, 6440, 6738, 1, 0, 0, 0, 6441, 6442, 5, 138, 0, 0, + 6442, 6443, 5, 369, 0, 0, 6443, 6444, 3, 1346, 673, 0, 6444, 6445, 5, 302, + 0, 0, 6445, 6446, 5, 94, 0, 0, 6446, 6447, 3, 1350, 675, 0, 6447, 6738, + 1, 0, 0, 0, 6448, 6449, 5, 138, 0, 0, 6449, 6450, 5, 369, 0, 0, 6450, 6451, + 5, 220, 0, 0, 6451, 6452, 5, 390, 0, 0, 6452, 6453, 3, 1346, 673, 0, 6453, + 6454, 5, 302, 0, 0, 6454, 6455, 5, 94, 0, 0, 6455, 6456, 3, 1350, 675, + 0, 6456, 6738, 1, 0, 0, 0, 6457, 6458, 5, 138, 0, 0, 6458, 6459, 5, 251, + 0, 0, 6459, 6460, 5, 369, 0, 0, 6460, 6461, 3, 1346, 673, 0, 6461, 6462, + 5, 302, 0, 0, 6462, 6463, 5, 94, 0, 0, 6463, 6464, 3, 1350, 675, 0, 6464, + 6738, 1, 0, 0, 0, 6465, 6466, 5, 138, 0, 0, 6466, 6467, 5, 251, 0, 0, 6467, + 6468, 5, 369, 0, 0, 6468, 6469, 5, 220, 0, 0, 6469, 6470, 5, 390, 0, 0, + 6470, 6471, 3, 1346, 673, 0, 6471, 6472, 5, 302, 0, 0, 6472, 6473, 5, 94, + 0, 0, 6473, 6474, 3, 1350, 675, 0, 6474, 6738, 1, 0, 0, 0, 6475, 6476, + 5, 138, 0, 0, 6476, 6477, 5, 226, 0, 0, 6477, 6478, 3, 1346, 673, 0, 6478, + 6479, 5, 302, 0, 0, 6479, 6480, 5, 94, 0, 0, 6480, 6481, 3, 1350, 675, + 0, 6481, 6738, 1, 0, 0, 0, 6482, 6483, 5, 138, 0, 0, 6483, 6484, 5, 226, + 0, 0, 6484, 6485, 5, 220, 0, 0, 6485, 6486, 5, 390, 0, 0, 6486, 6487, 3, + 1346, 673, 0, 6487, 6488, 5, 302, 0, 0, 6488, 6489, 5, 94, 0, 0, 6489, + 6490, 3, 1350, 675, 0, 6490, 6738, 1, 0, 0, 0, 6491, 6492, 5, 138, 0, 0, + 6492, 6493, 5, 63, 0, 0, 6493, 6494, 5, 92, 0, 0, 6494, 6495, 3, 1082, + 541, 0, 6495, 6496, 5, 302, 0, 0, 6496, 6497, 5, 94, 0, 0, 6497, 6498, + 3, 1350, 675, 0, 6498, 6738, 1, 0, 0, 0, 6499, 6500, 5, 138, 0, 0, 6500, + 6501, 5, 63, 0, 0, 6501, 6502, 5, 92, 0, 0, 6502, 6503, 5, 220, 0, 0, 6503, + 6504, 5, 390, 0, 0, 6504, 6505, 3, 1082, 541, 0, 6505, 6506, 5, 302, 0, + 0, 6506, 6507, 5, 94, 0, 0, 6507, 6508, 3, 1350, 675, 0, 6508, 6738, 1, + 0, 0, 0, 6509, 6510, 5, 138, 0, 0, 6510, 6511, 5, 92, 0, 0, 6511, 6512, + 3, 1082, 541, 0, 6512, 6514, 5, 302, 0, 0, 6513, 6515, 3, 730, 365, 0, + 6514, 6513, 1, 0, 0, 0, 6514, 6515, 1, 0, 0, 0, 6515, 6516, 1, 0, 0, 0, + 6516, 6517, 3, 1350, 675, 0, 6517, 6518, 5, 94, 0, 0, 6518, 6519, 3, 1350, + 675, 0, 6519, 6738, 1, 0, 0, 0, 6520, 6521, 5, 138, 0, 0, 6521, 6522, 5, + 92, 0, 0, 6522, 6523, 5, 220, 0, 0, 6523, 6524, 5, 390, 0, 0, 6524, 6525, + 3, 1082, 541, 0, 6525, 6527, 5, 302, 0, 0, 6526, 6528, 3, 730, 365, 0, + 6527, 6526, 1, 0, 0, 0, 6527, 6528, 1, 0, 0, 0, 6528, 6529, 1, 0, 0, 0, + 6529, 6530, 3, 1350, 675, 0, 6530, 6531, 5, 94, 0, 0, 6531, 6532, 3, 1350, + 675, 0, 6532, 6738, 1, 0, 0, 0, 6533, 6534, 5, 138, 0, 0, 6534, 6535, 5, + 369, 0, 0, 6535, 6536, 3, 1346, 673, 0, 6536, 6538, 5, 302, 0, 0, 6537, + 6539, 3, 730, 365, 0, 6538, 6537, 1, 0, 0, 0, 6538, 6539, 1, 0, 0, 0, 6539, + 6540, 1, 0, 0, 0, 6540, 6541, 3, 1350, 675, 0, 6541, 6542, 5, 94, 0, 0, + 6542, 6543, 3, 1350, 675, 0, 6543, 6738, 1, 0, 0, 0, 6544, 6545, 5, 138, + 0, 0, 6545, 6546, 5, 369, 0, 0, 6546, 6547, 5, 220, 0, 0, 6547, 6548, 5, + 390, 0, 0, 6548, 6549, 3, 1346, 673, 0, 6549, 6551, 5, 302, 0, 0, 6550, + 6552, 3, 730, 365, 0, 6551, 6550, 1, 0, 0, 0, 6551, 6552, 1, 0, 0, 0, 6552, + 6553, 1, 0, 0, 0, 6553, 6554, 3, 1350, 675, 0, 6554, 6555, 5, 94, 0, 0, + 6555, 6556, 3, 1350, 675, 0, 6556, 6738, 1, 0, 0, 0, 6557, 6558, 5, 138, + 0, 0, 6558, 6559, 5, 251, 0, 0, 6559, 6560, 5, 369, 0, 0, 6560, 6561, 3, + 1346, 673, 0, 6561, 6563, 5, 302, 0, 0, 6562, 6564, 3, 730, 365, 0, 6563, + 6562, 1, 0, 0, 0, 6563, 6564, 1, 0, 0, 0, 6564, 6565, 1, 0, 0, 0, 6565, + 6566, 3, 1350, 675, 0, 6566, 6567, 5, 94, 0, 0, 6567, 6568, 3, 1350, 675, + 0, 6568, 6738, 1, 0, 0, 0, 6569, 6570, 5, 138, 0, 0, 6570, 6571, 5, 251, + 0, 0, 6571, 6572, 5, 369, 0, 0, 6572, 6573, 5, 220, 0, 0, 6573, 6574, 5, + 390, 0, 0, 6574, 6575, 3, 1346, 673, 0, 6575, 6577, 5, 302, 0, 0, 6576, + 6578, 3, 730, 365, 0, 6577, 6576, 1, 0, 0, 0, 6577, 6578, 1, 0, 0, 0, 6578, + 6579, 1, 0, 0, 0, 6579, 6580, 3, 1350, 675, 0, 6580, 6581, 5, 94, 0, 0, + 6581, 6582, 3, 1350, 675, 0, 6582, 6738, 1, 0, 0, 0, 6583, 6584, 5, 138, + 0, 0, 6584, 6585, 5, 92, 0, 0, 6585, 6586, 3, 1082, 541, 0, 6586, 6587, + 5, 302, 0, 0, 6587, 6588, 5, 45, 0, 0, 6588, 6589, 3, 1350, 675, 0, 6589, + 6590, 5, 94, 0, 0, 6590, 6591, 3, 1350, 675, 0, 6591, 6738, 1, 0, 0, 0, + 6592, 6593, 5, 138, 0, 0, 6593, 6594, 5, 92, 0, 0, 6594, 6595, 5, 220, + 0, 0, 6595, 6596, 5, 390, 0, 0, 6596, 6597, 3, 1082, 541, 0, 6597, 6598, + 5, 302, 0, 0, 6598, 6599, 5, 45, 0, 0, 6599, 6600, 3, 1350, 675, 0, 6600, + 6601, 5, 94, 0, 0, 6601, 6602, 3, 1350, 675, 0, 6602, 6738, 1, 0, 0, 0, + 6603, 6604, 5, 138, 0, 0, 6604, 6605, 5, 63, 0, 0, 6605, 6606, 5, 92, 0, + 0, 6606, 6607, 3, 1082, 541, 0, 6607, 6609, 5, 302, 0, 0, 6608, 6610, 3, + 730, 365, 0, 6609, 6608, 1, 0, 0, 0, 6609, 6610, 1, 0, 0, 0, 6610, 6611, + 1, 0, 0, 0, 6611, 6612, 3, 1350, 675, 0, 6612, 6613, 5, 94, 0, 0, 6613, + 6614, 3, 1350, 675, 0, 6614, 6738, 1, 0, 0, 0, 6615, 6616, 5, 138, 0, 0, + 6616, 6617, 5, 63, 0, 0, 6617, 6618, 5, 92, 0, 0, 6618, 6619, 5, 220, 0, + 0, 6619, 6620, 5, 390, 0, 0, 6620, 6621, 3, 1082, 541, 0, 6621, 6623, 5, + 302, 0, 0, 6622, 6624, 3, 730, 365, 0, 6623, 6622, 1, 0, 0, 0, 6623, 6624, + 1, 0, 0, 0, 6624, 6625, 1, 0, 0, 0, 6625, 6626, 3, 1350, 675, 0, 6626, + 6627, 5, 94, 0, 0, 6627, 6628, 3, 1350, 675, 0, 6628, 6738, 1, 0, 0, 0, + 6629, 6630, 5, 138, 0, 0, 6630, 6631, 5, 314, 0, 0, 6631, 6632, 3, 1350, + 675, 0, 6632, 6633, 5, 80, 0, 0, 6633, 6634, 3, 1346, 673, 0, 6634, 6635, + 5, 302, 0, 0, 6635, 6636, 5, 94, 0, 0, 6636, 6637, 3, 1350, 675, 0, 6637, + 6738, 1, 0, 0, 0, 6638, 6639, 5, 138, 0, 0, 6639, 6640, 5, 350, 0, 0, 6640, + 6641, 3, 1350, 675, 0, 6641, 6642, 5, 80, 0, 0, 6642, 6643, 3, 1346, 673, + 0, 6643, 6644, 5, 302, 0, 0, 6644, 6645, 5, 94, 0, 0, 6645, 6646, 3, 1350, + 675, 0, 6646, 6738, 1, 0, 0, 0, 6647, 6648, 5, 138, 0, 0, 6648, 6649, 5, + 198, 0, 0, 6649, 6650, 5, 350, 0, 0, 6650, 6651, 3, 1350, 675, 0, 6651, + 6652, 5, 302, 0, 0, 6652, 6653, 5, 94, 0, 0, 6653, 6654, 3, 1350, 675, + 0, 6654, 6738, 1, 0, 0, 0, 6655, 6656, 5, 138, 0, 0, 6656, 6657, 5, 311, + 0, 0, 6657, 6658, 3, 1376, 688, 0, 6658, 6659, 5, 302, 0, 0, 6659, 6660, + 5, 94, 0, 0, 6660, 6661, 3, 1376, 688, 0, 6661, 6738, 1, 0, 0, 0, 6662, + 6663, 5, 138, 0, 0, 6663, 6664, 5, 99, 0, 0, 6664, 6665, 3, 1376, 688, + 0, 6665, 6666, 5, 302, 0, 0, 6666, 6667, 5, 94, 0, 0, 6667, 6668, 3, 1376, + 688, 0, 6668, 6738, 1, 0, 0, 0, 6669, 6670, 5, 138, 0, 0, 6670, 6671, 5, + 344, 0, 0, 6671, 6672, 3, 1350, 675, 0, 6672, 6673, 5, 302, 0, 0, 6673, + 6674, 5, 94, 0, 0, 6674, 6675, 3, 1350, 675, 0, 6675, 6738, 1, 0, 0, 0, + 6676, 6677, 5, 138, 0, 0, 6677, 6678, 5, 335, 0, 0, 6678, 6679, 3, 526, + 263, 0, 6679, 6680, 5, 302, 0, 0, 6680, 6681, 5, 94, 0, 0, 6681, 6682, + 3, 1350, 675, 0, 6682, 6738, 1, 0, 0, 0, 6683, 6684, 5, 138, 0, 0, 6684, + 6685, 5, 348, 0, 0, 6685, 6686, 5, 318, 0, 0, 6686, 6687, 5, 276, 0, 0, + 6687, 6688, 3, 526, 263, 0, 6688, 6689, 5, 302, 0, 0, 6689, 6690, 5, 94, + 0, 0, 6690, 6691, 3, 1350, 675, 0, 6691, 6738, 1, 0, 0, 0, 6692, 6693, + 5, 138, 0, 0, 6693, 6694, 5, 348, 0, 0, 6694, 6695, 5, 318, 0, 0, 6695, + 6696, 5, 185, 0, 0, 6696, 6697, 3, 526, 263, 0, 6697, 6698, 5, 302, 0, + 0, 6698, 6699, 5, 94, 0, 0, 6699, 6700, 3, 1350, 675, 0, 6700, 6738, 1, + 0, 0, 0, 6701, 6702, 5, 138, 0, 0, 6702, 6703, 5, 348, 0, 0, 6703, 6704, + 5, 318, 0, 0, 6704, 6705, 5, 346, 0, 0, 6705, 6706, 3, 526, 263, 0, 6706, + 6707, 5, 302, 0, 0, 6707, 6708, 5, 94, 0, 0, 6708, 6709, 3, 1350, 675, + 0, 6709, 6738, 1, 0, 0, 0, 6710, 6711, 5, 138, 0, 0, 6711, 6712, 5, 348, + 0, 0, 6712, 6713, 5, 318, 0, 0, 6713, 6714, 5, 163, 0, 0, 6714, 6715, 3, + 526, 263, 0, 6715, 6716, 5, 302, 0, 0, 6716, 6717, 5, 94, 0, 0, 6717, 6718, + 3, 1350, 675, 0, 6718, 6738, 1, 0, 0, 0, 6719, 6720, 5, 138, 0, 0, 6720, + 6721, 5, 353, 0, 0, 6721, 6722, 3, 526, 263, 0, 6722, 6723, 5, 302, 0, + 0, 6723, 6724, 5, 94, 0, 0, 6724, 6725, 3, 1350, 675, 0, 6725, 6738, 1, + 0, 0, 0, 6726, 6727, 5, 138, 0, 0, 6727, 6728, 5, 353, 0, 0, 6728, 6729, + 3, 526, 263, 0, 6729, 6730, 5, 302, 0, 0, 6730, 6731, 5, 143, 0, 0, 6731, + 6732, 3, 1350, 675, 0, 6732, 6733, 5, 94, 0, 0, 6733, 6735, 3, 1350, 675, + 0, 6734, 6736, 3, 108, 54, 0, 6735, 6734, 1, 0, 0, 0, 6735, 6736, 1, 0, + 0, 0, 6736, 6738, 1, 0, 0, 0, 6737, 6250, 1, 0, 0, 0, 6737, 6257, 1, 0, + 0, 0, 6737, 6264, 1, 0, 0, 0, 6737, 6271, 1, 0, 0, 0, 6737, 6278, 1, 0, + 0, 0, 6737, 6285, 1, 0, 0, 0, 6737, 6294, 1, 0, 0, 0, 6737, 6303, 1, 0, + 0, 0, 6737, 6310, 1, 0, 0, 0, 6737, 6317, 1, 0, 0, 0, 6737, 6327, 1, 0, + 0, 0, 6737, 6337, 1, 0, 0, 0, 6737, 6347, 1, 0, 0, 0, 6737, 6356, 1, 0, + 0, 0, 6737, 6367, 1, 0, 0, 0, 6737, 6374, 1, 0, 0, 0, 6737, 6381, 1, 0, + 0, 0, 6737, 6388, 1, 0, 0, 0, 6737, 6395, 1, 0, 0, 0, 6737, 6402, 1, 0, + 0, 0, 6737, 6409, 1, 0, 0, 0, 6737, 6416, 1, 0, 0, 0, 6737, 6425, 1, 0, + 0, 0, 6737, 6432, 1, 0, 0, 0, 6737, 6441, 1, 0, 0, 0, 6737, 6448, 1, 0, + 0, 0, 6737, 6457, 1, 0, 0, 0, 6737, 6465, 1, 0, 0, 0, 6737, 6475, 1, 0, + 0, 0, 6737, 6482, 1, 0, 0, 0, 6737, 6491, 1, 0, 0, 0, 6737, 6499, 1, 0, + 0, 0, 6737, 6509, 1, 0, 0, 0, 6737, 6520, 1, 0, 0, 0, 6737, 6533, 1, 0, + 0, 0, 6737, 6544, 1, 0, 0, 0, 6737, 6557, 1, 0, 0, 0, 6737, 6569, 1, 0, + 0, 0, 6737, 6583, 1, 0, 0, 0, 6737, 6592, 1, 0, 0, 0, 6737, 6603, 1, 0, + 0, 0, 6737, 6615, 1, 0, 0, 0, 6737, 6629, 1, 0, 0, 0, 6737, 6638, 1, 0, + 0, 0, 6737, 6647, 1, 0, 0, 0, 6737, 6655, 1, 0, 0, 0, 6737, 6662, 1, 0, + 0, 0, 6737, 6669, 1, 0, 0, 0, 6737, 6676, 1, 0, 0, 0, 6737, 6683, 1, 0, + 0, 0, 6737, 6692, 1, 0, 0, 0, 6737, 6701, 1, 0, 0, 0, 6737, 6710, 1, 0, + 0, 0, 6737, 6719, 1, 0, 0, 0, 6737, 6726, 1, 0, 0, 0, 6738, 729, 1, 0, + 0, 0, 6739, 6740, 5, 44, 0, 0, 6740, 731, 1, 0, 0, 0, 6741, 6742, 5, 326, + 0, 0, 6742, 6743, 5, 174, 0, 0, 6743, 733, 1, 0, 0, 0, 6744, 6745, 5, 138, + 0, 0, 6745, 6746, 5, 211, 0, 0, 6746, 6748, 3, 632, 316, 0, 6747, 6749, + 3, 736, 368, 0, 6748, 6747, 1, 0, 0, 0, 6748, 6749, 1, 0, 0, 0, 6749, 6750, + 1, 0, 0, 0, 6750, 6751, 5, 464, 0, 0, 6751, 6752, 5, 80, 0, 0, 6752, 6753, + 5, 204, 0, 0, 6753, 6754, 3, 1350, 675, 0, 6754, 6814, 1, 0, 0, 0, 6755, + 6756, 5, 138, 0, 0, 6756, 6757, 5, 289, 0, 0, 6757, 6759, 3, 632, 316, + 0, 6758, 6760, 3, 736, 368, 0, 6759, 6758, 1, 0, 0, 0, 6759, 6760, 1, 0, + 0, 0, 6760, 6761, 1, 0, 0, 0, 6761, 6762, 5, 464, 0, 0, 6762, 6763, 5, + 80, 0, 0, 6763, 6764, 5, 204, 0, 0, 6764, 6765, 3, 1350, 675, 0, 6765, + 6814, 1, 0, 0, 0, 6766, 6767, 5, 138, 0, 0, 6767, 6768, 5, 444, 0, 0, 6768, + 6770, 3, 632, 316, 0, 6769, 6771, 3, 736, 368, 0, 6770, 6769, 1, 0, 0, + 0, 6770, 6771, 1, 0, 0, 0, 6771, 6772, 1, 0, 0, 0, 6772, 6773, 5, 464, + 0, 0, 6773, 6774, 5, 80, 0, 0, 6774, 6775, 5, 204, 0, 0, 6775, 6776, 3, + 1350, 675, 0, 6776, 6814, 1, 0, 0, 0, 6777, 6778, 5, 138, 0, 0, 6778, 6779, + 5, 350, 0, 0, 6779, 6780, 3, 1350, 675, 0, 6780, 6781, 5, 80, 0, 0, 6781, + 6783, 3, 1346, 673, 0, 6782, 6784, 3, 736, 368, 0, 6783, 6782, 1, 0, 0, + 0, 6783, 6784, 1, 0, 0, 0, 6784, 6785, 1, 0, 0, 0, 6785, 6786, 5, 464, + 0, 0, 6786, 6787, 5, 80, 0, 0, 6787, 6788, 5, 204, 0, 0, 6788, 6789, 3, + 1350, 675, 0, 6789, 6814, 1, 0, 0, 0, 6790, 6791, 5, 138, 0, 0, 6791, 6792, + 5, 251, 0, 0, 6792, 6793, 5, 369, 0, 0, 6793, 6795, 3, 1346, 673, 0, 6794, + 6796, 3, 736, 368, 0, 6795, 6794, 1, 0, 0, 0, 6795, 6796, 1, 0, 0, 0, 6796, + 6797, 1, 0, 0, 0, 6797, 6798, 5, 464, 0, 0, 6798, 6799, 5, 80, 0, 0, 6799, + 6800, 5, 204, 0, 0, 6800, 6801, 3, 1350, 675, 0, 6801, 6814, 1, 0, 0, 0, + 6802, 6803, 5, 138, 0, 0, 6803, 6804, 5, 226, 0, 0, 6804, 6806, 3, 1346, + 673, 0, 6805, 6807, 3, 736, 368, 0, 6806, 6805, 1, 0, 0, 0, 6806, 6807, + 1, 0, 0, 0, 6807, 6808, 1, 0, 0, 0, 6808, 6809, 5, 464, 0, 0, 6809, 6810, + 5, 80, 0, 0, 6810, 6811, 5, 204, 0, 0, 6811, 6812, 3, 1350, 675, 0, 6812, + 6814, 1, 0, 0, 0, 6813, 6744, 1, 0, 0, 0, 6813, 6755, 1, 0, 0, 0, 6813, + 6766, 1, 0, 0, 0, 6813, 6777, 1, 0, 0, 0, 6813, 6790, 1, 0, 0, 0, 6813, + 6802, 1, 0, 0, 0, 6814, 735, 1, 0, 0, 0, 6815, 6816, 5, 262, 0, 0, 6816, + 737, 1, 0, 0, 0, 6817, 6818, 5, 138, 0, 0, 6818, 6819, 5, 136, 0, 0, 6819, + 6820, 3, 656, 328, 0, 6820, 6821, 5, 326, 0, 0, 6821, 6822, 5, 316, 0, + 0, 6822, 6823, 3, 1350, 675, 0, 6823, 7035, 1, 0, 0, 0, 6824, 6825, 5, + 138, 0, 0, 6825, 6826, 5, 108, 0, 0, 6826, 6827, 3, 526, 263, 0, 6827, + 6828, 5, 326, 0, 0, 6828, 6829, 5, 316, 0, 0, 6829, 6830, 3, 1350, 675, + 0, 6830, 7035, 1, 0, 0, 0, 6831, 6832, 5, 138, 0, 0, 6832, 6833, 5, 168, + 0, 0, 6833, 6834, 3, 526, 263, 0, 6834, 6835, 5, 326, 0, 0, 6835, 6836, + 5, 316, 0, 0, 6836, 6837, 3, 1350, 675, 0, 6837, 7035, 1, 0, 0, 0, 6838, + 6839, 5, 138, 0, 0, 6839, 6840, 5, 189, 0, 0, 6840, 6841, 3, 526, 263, + 0, 6841, 6842, 5, 326, 0, 0, 6842, 6843, 5, 316, 0, 0, 6843, 6844, 3, 1350, + 675, 0, 6844, 7035, 1, 0, 0, 0, 6845, 6846, 5, 138, 0, 0, 6846, 6847, 5, + 204, 0, 0, 6847, 6848, 3, 1350, 675, 0, 6848, 6849, 5, 326, 0, 0, 6849, + 6850, 5, 316, 0, 0, 6850, 6851, 3, 1350, 675, 0, 6851, 7035, 1, 0, 0, 0, + 6852, 6853, 5, 138, 0, 0, 6853, 6854, 5, 211, 0, 0, 6854, 6855, 3, 632, + 316, 0, 6855, 6856, 5, 326, 0, 0, 6856, 6857, 5, 316, 0, 0, 6857, 6858, + 3, 1350, 675, 0, 6858, 7035, 1, 0, 0, 0, 6859, 6860, 5, 138, 0, 0, 6860, + 6861, 5, 271, 0, 0, 6861, 6862, 3, 694, 347, 0, 6862, 6863, 5, 326, 0, + 0, 6863, 6864, 5, 316, 0, 0, 6864, 6865, 3, 1350, 675, 0, 6865, 7035, 1, + 0, 0, 0, 6866, 6867, 5, 138, 0, 0, 6867, 6868, 5, 271, 0, 0, 6868, 6869, + 5, 156, 0, 0, 6869, 6870, 3, 526, 263, 0, 6870, 6871, 5, 100, 0, 0, 6871, + 6872, 3, 1350, 675, 0, 6872, 6873, 5, 326, 0, 0, 6873, 6874, 5, 316, 0, + 0, 6874, 6875, 3, 1350, 675, 0, 6875, 7035, 1, 0, 0, 0, 6876, 6877, 5, + 138, 0, 0, 6877, 6878, 5, 271, 0, 0, 6878, 6879, 5, 206, 0, 0, 6879, 6880, + 3, 526, 263, 0, 6880, 6881, 5, 100, 0, 0, 6881, 6882, 3, 1350, 675, 0, + 6882, 6883, 5, 326, 0, 0, 6883, 6884, 5, 316, 0, 0, 6884, 6885, 3, 1350, + 675, 0, 6885, 7035, 1, 0, 0, 0, 6886, 6887, 5, 138, 0, 0, 6887, 6888, 5, + 289, 0, 0, 6888, 6889, 3, 632, 316, 0, 6889, 6890, 5, 326, 0, 0, 6890, + 6891, 5, 316, 0, 0, 6891, 6892, 3, 1350, 675, 0, 6892, 7035, 1, 0, 0, 0, + 6893, 6894, 5, 138, 0, 0, 6894, 6895, 5, 444, 0, 0, 6895, 6896, 3, 632, + 316, 0, 6896, 6897, 5, 326, 0, 0, 6897, 6898, 5, 316, 0, 0, 6898, 6899, + 3, 1350, 675, 0, 6899, 7035, 1, 0, 0, 0, 6900, 6901, 5, 138, 0, 0, 6901, + 6902, 5, 92, 0, 0, 6902, 6903, 3, 1082, 541, 0, 6903, 6904, 5, 326, 0, + 0, 6904, 6905, 5, 316, 0, 0, 6905, 6906, 3, 1350, 675, 0, 6906, 7035, 1, + 0, 0, 0, 6907, 6908, 5, 138, 0, 0, 6908, 6909, 5, 92, 0, 0, 6909, 6910, + 5, 220, 0, 0, 6910, 6911, 5, 390, 0, 0, 6911, 6912, 3, 1082, 541, 0, 6912, + 6913, 5, 326, 0, 0, 6913, 6914, 5, 316, 0, 0, 6914, 6915, 3, 1350, 675, + 0, 6915, 7035, 1, 0, 0, 0, 6916, 6917, 5, 138, 0, 0, 6917, 6918, 5, 335, + 0, 0, 6918, 6919, 3, 526, 263, 0, 6919, 6920, 5, 326, 0, 0, 6920, 6921, + 5, 316, 0, 0, 6921, 6922, 3, 1350, 675, 0, 6922, 7035, 1, 0, 0, 0, 6923, + 6924, 5, 138, 0, 0, 6924, 6925, 5, 348, 0, 0, 6925, 6926, 5, 318, 0, 0, + 6926, 6927, 5, 276, 0, 0, 6927, 6928, 3, 526, 263, 0, 6928, 6929, 5, 326, + 0, 0, 6929, 6930, 5, 316, 0, 0, 6930, 6931, 3, 1350, 675, 0, 6931, 7035, + 1, 0, 0, 0, 6932, 6933, 5, 138, 0, 0, 6933, 6934, 5, 348, 0, 0, 6934, 6935, + 5, 318, 0, 0, 6935, 6936, 5, 185, 0, 0, 6936, 6937, 3, 526, 263, 0, 6937, + 6938, 5, 326, 0, 0, 6938, 6939, 5, 316, 0, 0, 6939, 6940, 3, 1350, 675, + 0, 6940, 7035, 1, 0, 0, 0, 6941, 6942, 5, 138, 0, 0, 6942, 6943, 5, 348, + 0, 0, 6943, 6944, 5, 318, 0, 0, 6944, 6945, 5, 346, 0, 0, 6945, 6946, 3, + 526, 263, 0, 6946, 6947, 5, 326, 0, 0, 6947, 6948, 5, 316, 0, 0, 6948, + 6949, 3, 1350, 675, 0, 6949, 7035, 1, 0, 0, 0, 6950, 6951, 5, 138, 0, 0, + 6951, 6952, 5, 348, 0, 0, 6952, 6953, 5, 318, 0, 0, 6953, 6954, 5, 163, + 0, 0, 6954, 6955, 3, 526, 263, 0, 6955, 6956, 5, 326, 0, 0, 6956, 6957, + 5, 316, 0, 0, 6957, 6958, 3, 1350, 675, 0, 6958, 7035, 1, 0, 0, 0, 6959, + 6960, 5, 138, 0, 0, 6960, 6961, 5, 321, 0, 0, 6961, 6962, 3, 1346, 673, + 0, 6962, 6963, 5, 326, 0, 0, 6963, 6964, 5, 316, 0, 0, 6964, 6965, 3, 1350, + 675, 0, 6965, 7035, 1, 0, 0, 0, 6966, 6967, 5, 138, 0, 0, 6967, 6968, 5, + 321, 0, 0, 6968, 6969, 5, 220, 0, 0, 6969, 6970, 5, 390, 0, 0, 6970, 6971, + 3, 1346, 673, 0, 6971, 6972, 5, 326, 0, 0, 6972, 6973, 5, 316, 0, 0, 6973, + 6974, 3, 1350, 675, 0, 6974, 7035, 1, 0, 0, 0, 6975, 6976, 5, 138, 0, 0, + 6976, 6977, 5, 369, 0, 0, 6977, 6978, 3, 1346, 673, 0, 6978, 6979, 5, 326, + 0, 0, 6979, 6980, 5, 316, 0, 0, 6980, 6981, 3, 1350, 675, 0, 6981, 7035, + 1, 0, 0, 0, 6982, 6983, 5, 138, 0, 0, 6983, 6984, 5, 369, 0, 0, 6984, 6985, + 5, 220, 0, 0, 6985, 6986, 5, 390, 0, 0, 6986, 6987, 3, 1346, 673, 0, 6987, + 6988, 5, 326, 0, 0, 6988, 6989, 5, 316, 0, 0, 6989, 6990, 3, 1350, 675, + 0, 6990, 7035, 1, 0, 0, 0, 6991, 6992, 5, 138, 0, 0, 6992, 6993, 5, 251, + 0, 0, 6993, 6994, 5, 369, 0, 0, 6994, 6995, 3, 1346, 673, 0, 6995, 6996, + 5, 326, 0, 0, 6996, 6997, 5, 316, 0, 0, 6997, 6998, 3, 1350, 675, 0, 6998, + 7035, 1, 0, 0, 0, 6999, 7000, 5, 138, 0, 0, 7000, 7001, 5, 251, 0, 0, 7001, + 7002, 5, 369, 0, 0, 7002, 7003, 5, 220, 0, 0, 7003, 7004, 5, 390, 0, 0, + 7004, 7005, 3, 1346, 673, 0, 7005, 7006, 5, 326, 0, 0, 7006, 7007, 5, 316, + 0, 0, 7007, 7008, 3, 1350, 675, 0, 7008, 7035, 1, 0, 0, 0, 7009, 7010, + 5, 138, 0, 0, 7010, 7011, 5, 63, 0, 0, 7011, 7012, 5, 92, 0, 0, 7012, 7013, + 3, 1082, 541, 0, 7013, 7014, 5, 326, 0, 0, 7014, 7015, 5, 316, 0, 0, 7015, + 7016, 3, 1350, 675, 0, 7016, 7035, 1, 0, 0, 0, 7017, 7018, 5, 138, 0, 0, + 7018, 7019, 5, 63, 0, 0, 7019, 7020, 5, 92, 0, 0, 7020, 7021, 5, 220, 0, + 0, 7021, 7022, 5, 390, 0, 0, 7022, 7023, 3, 1082, 541, 0, 7023, 7024, 5, + 326, 0, 0, 7024, 7025, 5, 316, 0, 0, 7025, 7026, 3, 1350, 675, 0, 7026, + 7035, 1, 0, 0, 0, 7027, 7028, 5, 138, 0, 0, 7028, 7029, 5, 353, 0, 0, 7029, + 7030, 3, 526, 263, 0, 7030, 7031, 5, 326, 0, 0, 7031, 7032, 5, 316, 0, + 0, 7032, 7033, 3, 1350, 675, 0, 7033, 7035, 1, 0, 0, 0, 7034, 6817, 1, + 0, 0, 0, 7034, 6824, 1, 0, 0, 0, 7034, 6831, 1, 0, 0, 0, 7034, 6838, 1, + 0, 0, 0, 7034, 6845, 1, 0, 0, 0, 7034, 6852, 1, 0, 0, 0, 7034, 6859, 1, + 0, 0, 0, 7034, 6866, 1, 0, 0, 0, 7034, 6876, 1, 0, 0, 0, 7034, 6886, 1, + 0, 0, 0, 7034, 6893, 1, 0, 0, 0, 7034, 6900, 1, 0, 0, 0, 7034, 6907, 1, + 0, 0, 0, 7034, 6916, 1, 0, 0, 0, 7034, 6923, 1, 0, 0, 0, 7034, 6932, 1, + 0, 0, 0, 7034, 6941, 1, 0, 0, 0, 7034, 6950, 1, 0, 0, 0, 7034, 6959, 1, + 0, 0, 0, 7034, 6966, 1, 0, 0, 0, 7034, 6975, 1, 0, 0, 0, 7034, 6982, 1, + 0, 0, 0, 7034, 6991, 1, 0, 0, 0, 7034, 6999, 1, 0, 0, 0, 7034, 7009, 1, + 0, 0, 0, 7034, 7017, 1, 0, 0, 0, 7034, 7027, 1, 0, 0, 0, 7035, 739, 1, + 0, 0, 0, 7036, 7037, 5, 138, 0, 0, 7037, 7038, 5, 271, 0, 0, 7038, 7039, + 3, 694, 347, 0, 7039, 7040, 5, 326, 0, 0, 7040, 7041, 5, 2, 0, 0, 7041, + 7042, 3, 742, 371, 0, 7042, 7043, 5, 3, 0, 0, 7043, 741, 1, 0, 0, 0, 7044, + 7049, 3, 744, 372, 0, 7045, 7046, 5, 6, 0, 0, 7046, 7048, 3, 744, 372, + 0, 7047, 7045, 1, 0, 0, 0, 7048, 7051, 1, 0, 0, 0, 7049, 7047, 1, 0, 0, + 0, 7049, 7050, 1, 0, 0, 0, 7050, 743, 1, 0, 0, 0, 7051, 7049, 1, 0, 0, + 0, 7052, 7053, 3, 1390, 695, 0, 7053, 7054, 5, 10, 0, 0, 7054, 7055, 5, + 401, 0, 0, 7055, 7061, 1, 0, 0, 0, 7056, 7057, 3, 1390, 695, 0, 7057, 7058, + 5, 10, 0, 0, 7058, 7059, 3, 746, 373, 0, 7059, 7061, 1, 0, 0, 0, 7060, + 7052, 1, 0, 0, 0, 7060, 7056, 1, 0, 0, 0, 7061, 745, 1, 0, 0, 0, 7062, + 7068, 3, 646, 323, 0, 7063, 7068, 3, 1402, 701, 0, 7064, 7068, 3, 1284, + 642, 0, 7065, 7068, 3, 294, 147, 0, 7066, 7068, 3, 1368, 684, 0, 7067, + 7062, 1, 0, 0, 0, 7067, 7063, 1, 0, 0, 0, 7067, 7064, 1, 0, 0, 0, 7067, + 7065, 1, 0, 0, 0, 7067, 7066, 1, 0, 0, 0, 7068, 747, 1, 0, 0, 0, 7069, + 7070, 5, 138, 0, 0, 7070, 7071, 5, 353, 0, 0, 7071, 7072, 3, 526, 263, + 0, 7072, 7073, 5, 326, 0, 0, 7073, 7074, 5, 2, 0, 0, 7074, 7075, 3, 742, + 371, 0, 7075, 7076, 5, 3, 0, 0, 7076, 749, 1, 0, 0, 0, 7077, 7078, 5, 138, + 0, 0, 7078, 7079, 5, 136, 0, 0, 7079, 7080, 3, 656, 328, 0, 7080, 7081, + 5, 275, 0, 0, 7081, 7082, 5, 94, 0, 0, 7082, 7083, 3, 1378, 689, 0, 7083, + 7263, 1, 0, 0, 0, 7084, 7085, 5, 138, 0, 0, 7085, 7086, 5, 108, 0, 0, 7086, + 7087, 3, 526, 263, 0, 7087, 7088, 5, 275, 0, 0, 7088, 7089, 5, 94, 0, 0, + 7089, 7090, 3, 1378, 689, 0, 7090, 7263, 1, 0, 0, 0, 7091, 7092, 5, 138, + 0, 0, 7092, 7093, 5, 168, 0, 0, 7093, 7094, 3, 526, 263, 0, 7094, 7095, + 5, 275, 0, 0, 7095, 7096, 5, 94, 0, 0, 7096, 7097, 3, 1378, 689, 0, 7097, + 7263, 1, 0, 0, 0, 7098, 7099, 5, 138, 0, 0, 7099, 7100, 5, 175, 0, 0, 7100, + 7101, 3, 1350, 675, 0, 7101, 7102, 5, 275, 0, 0, 7102, 7103, 5, 94, 0, + 0, 7103, 7104, 3, 1378, 689, 0, 7104, 7263, 1, 0, 0, 0, 7105, 7106, 5, + 138, 0, 0, 7106, 7107, 5, 189, 0, 0, 7107, 7108, 3, 526, 263, 0, 7108, + 7109, 5, 275, 0, 0, 7109, 7110, 5, 94, 0, 0, 7110, 7111, 3, 1378, 689, + 0, 7111, 7263, 1, 0, 0, 0, 7112, 7113, 5, 138, 0, 0, 7113, 7114, 5, 211, + 0, 0, 7114, 7115, 3, 632, 316, 0, 7115, 7116, 5, 275, 0, 0, 7116, 7117, + 5, 94, 0, 0, 7117, 7118, 3, 1378, 689, 0, 7118, 7263, 1, 0, 0, 0, 7119, + 7121, 5, 138, 0, 0, 7120, 7122, 3, 310, 155, 0, 7121, 7120, 1, 0, 0, 0, + 7121, 7122, 1, 0, 0, 0, 7122, 7123, 1, 0, 0, 0, 7123, 7124, 5, 238, 0, + 0, 7124, 7125, 3, 1350, 675, 0, 7125, 7126, 5, 275, 0, 0, 7126, 7127, 5, + 94, 0, 0, 7127, 7128, 3, 1378, 689, 0, 7128, 7263, 1, 0, 0, 0, 7129, 7130, + 5, 138, 0, 0, 7130, 7131, 5, 239, 0, 0, 7131, 7132, 5, 267, 0, 0, 7132, + 7133, 3, 294, 147, 0, 7133, 7134, 5, 275, 0, 0, 7134, 7135, 5, 94, 0, 0, + 7135, 7136, 3, 1378, 689, 0, 7136, 7263, 1, 0, 0, 0, 7137, 7138, 5, 138, + 0, 0, 7138, 7139, 5, 271, 0, 0, 7139, 7140, 3, 694, 347, 0, 7140, 7141, + 5, 275, 0, 0, 7141, 7142, 5, 94, 0, 0, 7142, 7143, 3, 1378, 689, 0, 7143, + 7263, 1, 0, 0, 0, 7144, 7145, 5, 138, 0, 0, 7145, 7146, 5, 271, 0, 0, 7146, + 7147, 5, 156, 0, 0, 7147, 7148, 3, 526, 263, 0, 7148, 7149, 5, 100, 0, + 0, 7149, 7150, 3, 1350, 675, 0, 7150, 7151, 5, 275, 0, 0, 7151, 7152, 5, + 94, 0, 0, 7152, 7153, 3, 1378, 689, 0, 7153, 7263, 1, 0, 0, 0, 7154, 7155, + 5, 138, 0, 0, 7155, 7156, 5, 271, 0, 0, 7156, 7157, 5, 206, 0, 0, 7157, + 7158, 3, 526, 263, 0, 7158, 7159, 5, 100, 0, 0, 7159, 7160, 3, 1350, 675, + 0, 7160, 7161, 5, 275, 0, 0, 7161, 7162, 5, 94, 0, 0, 7162, 7163, 3, 1378, + 689, 0, 7163, 7263, 1, 0, 0, 0, 7164, 7165, 5, 138, 0, 0, 7165, 7166, 5, + 289, 0, 0, 7166, 7167, 3, 632, 316, 0, 7167, 7168, 5, 275, 0, 0, 7168, + 7169, 5, 94, 0, 0, 7169, 7170, 3, 1378, 689, 0, 7170, 7263, 1, 0, 0, 0, + 7171, 7172, 5, 138, 0, 0, 7172, 7173, 5, 444, 0, 0, 7173, 7174, 3, 632, + 316, 0, 7174, 7175, 5, 275, 0, 0, 7175, 7176, 5, 94, 0, 0, 7176, 7177, + 3, 1378, 689, 0, 7177, 7263, 1, 0, 0, 0, 7178, 7179, 5, 138, 0, 0, 7179, + 7180, 5, 316, 0, 0, 7180, 7181, 3, 1350, 675, 0, 7181, 7182, 5, 275, 0, + 0, 7182, 7183, 5, 94, 0, 0, 7183, 7184, 3, 1378, 689, 0, 7184, 7263, 1, + 0, 0, 0, 7185, 7186, 5, 138, 0, 0, 7186, 7187, 5, 353, 0, 0, 7187, 7188, + 3, 526, 263, 0, 7188, 7189, 5, 275, 0, 0, 7189, 7190, 5, 94, 0, 0, 7190, + 7191, 3, 1378, 689, 0, 7191, 7263, 1, 0, 0, 0, 7192, 7193, 5, 138, 0, 0, + 7193, 7194, 5, 344, 0, 0, 7194, 7195, 3, 1350, 675, 0, 7195, 7196, 5, 275, + 0, 0, 7196, 7197, 5, 94, 0, 0, 7197, 7198, 3, 1378, 689, 0, 7198, 7263, + 1, 0, 0, 0, 7199, 7200, 5, 138, 0, 0, 7200, 7201, 5, 335, 0, 0, 7201, 7202, + 3, 526, 263, 0, 7202, 7203, 5, 275, 0, 0, 7203, 7204, 5, 94, 0, 0, 7204, + 7205, 3, 1378, 689, 0, 7205, 7263, 1, 0, 0, 0, 7206, 7207, 5, 138, 0, 0, + 7207, 7208, 5, 348, 0, 0, 7208, 7209, 5, 318, 0, 0, 7209, 7210, 5, 185, + 0, 0, 7210, 7211, 3, 526, 263, 0, 7211, 7212, 5, 275, 0, 0, 7212, 7213, + 5, 94, 0, 0, 7213, 7214, 3, 1378, 689, 0, 7214, 7263, 1, 0, 0, 0, 7215, + 7216, 5, 138, 0, 0, 7216, 7217, 5, 348, 0, 0, 7217, 7218, 5, 318, 0, 0, + 7218, 7219, 5, 163, 0, 0, 7219, 7220, 3, 526, 263, 0, 7220, 7221, 5, 275, + 0, 0, 7221, 7222, 5, 94, 0, 0, 7222, 7223, 3, 1378, 689, 0, 7223, 7263, + 1, 0, 0, 0, 7224, 7225, 5, 138, 0, 0, 7225, 7226, 5, 63, 0, 0, 7226, 7227, + 5, 174, 0, 0, 7227, 7228, 5, 374, 0, 0, 7228, 7229, 3, 1350, 675, 0, 7229, + 7230, 5, 275, 0, 0, 7230, 7231, 5, 94, 0, 0, 7231, 7232, 3, 1378, 689, + 0, 7232, 7263, 1, 0, 0, 0, 7233, 7234, 5, 138, 0, 0, 7234, 7235, 5, 324, + 0, 0, 7235, 7236, 3, 1350, 675, 0, 7236, 7237, 5, 275, 0, 0, 7237, 7238, + 5, 94, 0, 0, 7238, 7239, 3, 1378, 689, 0, 7239, 7263, 1, 0, 0, 0, 7240, + 7241, 5, 138, 0, 0, 7241, 7242, 5, 198, 0, 0, 7242, 7243, 5, 350, 0, 0, + 7243, 7244, 3, 1350, 675, 0, 7244, 7245, 5, 275, 0, 0, 7245, 7246, 5, 94, + 0, 0, 7246, 7247, 3, 1378, 689, 0, 7247, 7263, 1, 0, 0, 0, 7248, 7249, + 5, 138, 0, 0, 7249, 7250, 5, 454, 0, 0, 7250, 7251, 3, 1350, 675, 0, 7251, + 7252, 5, 275, 0, 0, 7252, 7253, 5, 94, 0, 0, 7253, 7254, 3, 1378, 689, + 0, 7254, 7263, 1, 0, 0, 0, 7255, 7256, 5, 138, 0, 0, 7256, 7257, 5, 453, + 0, 0, 7257, 7258, 3, 1350, 675, 0, 7258, 7259, 5, 275, 0, 0, 7259, 7260, + 5, 94, 0, 0, 7260, 7261, 3, 1378, 689, 0, 7261, 7263, 1, 0, 0, 0, 7262, + 7077, 1, 0, 0, 0, 7262, 7084, 1, 0, 0, 0, 7262, 7091, 1, 0, 0, 0, 7262, + 7098, 1, 0, 0, 0, 7262, 7105, 1, 0, 0, 0, 7262, 7112, 1, 0, 0, 0, 7262, + 7119, 1, 0, 0, 0, 7262, 7129, 1, 0, 0, 0, 7262, 7137, 1, 0, 0, 0, 7262, + 7144, 1, 0, 0, 0, 7262, 7154, 1, 0, 0, 0, 7262, 7164, 1, 0, 0, 0, 7262, + 7171, 1, 0, 0, 0, 7262, 7178, 1, 0, 0, 0, 7262, 7185, 1, 0, 0, 0, 7262, + 7192, 1, 0, 0, 0, 7262, 7199, 1, 0, 0, 0, 7262, 7206, 1, 0, 0, 0, 7262, + 7215, 1, 0, 0, 0, 7262, 7224, 1, 0, 0, 0, 7262, 7233, 1, 0, 0, 0, 7262, + 7240, 1, 0, 0, 0, 7262, 7248, 1, 0, 0, 0, 7262, 7255, 1, 0, 0, 0, 7263, + 751, 1, 0, 0, 0, 7264, 7265, 5, 46, 0, 0, 7265, 7266, 5, 454, 0, 0, 7266, + 7268, 3, 1350, 675, 0, 7267, 7269, 3, 670, 335, 0, 7268, 7267, 1, 0, 0, + 0, 7268, 7269, 1, 0, 0, 0, 7269, 7288, 1, 0, 0, 0, 7270, 7271, 5, 46, 0, + 0, 7271, 7272, 5, 454, 0, 0, 7272, 7273, 3, 1350, 675, 0, 7273, 7274, 5, + 62, 0, 0, 7274, 7275, 5, 30, 0, 0, 7275, 7277, 5, 343, 0, 0, 7276, 7278, + 3, 670, 335, 0, 7277, 7276, 1, 0, 0, 0, 7277, 7278, 1, 0, 0, 0, 7278, 7288, + 1, 0, 0, 0, 7279, 7280, 5, 46, 0, 0, 7280, 7281, 5, 454, 0, 0, 7281, 7282, + 3, 1350, 675, 0, 7282, 7283, 5, 62, 0, 0, 7283, 7285, 3, 754, 377, 0, 7284, + 7286, 3, 670, 335, 0, 7285, 7284, 1, 0, 0, 0, 7285, 7286, 1, 0, 0, 0, 7286, + 7288, 1, 0, 0, 0, 7287, 7264, 1, 0, 0, 0, 7287, 7270, 1, 0, 0, 0, 7287, + 7279, 1, 0, 0, 0, 7288, 753, 1, 0, 0, 0, 7289, 7294, 3, 756, 378, 0, 7290, + 7291, 5, 6, 0, 0, 7291, 7293, 3, 756, 378, 0, 7292, 7290, 1, 0, 0, 0, 7293, + 7296, 1, 0, 0, 0, 7294, 7292, 1, 0, 0, 0, 7294, 7295, 1, 0, 0, 0, 7295, + 755, 1, 0, 0, 0, 7296, 7294, 1, 0, 0, 0, 7297, 7298, 5, 92, 0, 0, 7298, + 7300, 3, 1082, 541, 0, 7299, 7301, 3, 216, 108, 0, 7300, 7299, 1, 0, 0, + 0, 7300, 7301, 1, 0, 0, 0, 7301, 7303, 1, 0, 0, 0, 7302, 7304, 3, 758, + 379, 0, 7303, 7302, 1, 0, 0, 0, 7303, 7304, 1, 0, 0, 0, 7304, 7336, 1, + 0, 0, 0, 7305, 7306, 5, 92, 0, 0, 7306, 7307, 5, 68, 0, 0, 7307, 7310, + 5, 316, 0, 0, 7308, 7311, 3, 1382, 691, 0, 7309, 7311, 5, 111, 0, 0, 7310, + 7308, 1, 0, 0, 0, 7310, 7309, 1, 0, 0, 0, 7311, 7336, 1, 0, 0, 0, 7312, + 7314, 3, 1382, 691, 0, 7313, 7315, 3, 216, 108, 0, 7314, 7313, 1, 0, 0, + 0, 7314, 7315, 1, 0, 0, 0, 7315, 7317, 1, 0, 0, 0, 7316, 7318, 3, 758, + 379, 0, 7317, 7316, 1, 0, 0, 0, 7317, 7318, 1, 0, 0, 0, 7318, 7336, 1, + 0, 0, 0, 7319, 7320, 3, 1382, 691, 0, 7320, 7322, 3, 1332, 666, 0, 7321, + 7323, 3, 216, 108, 0, 7322, 7321, 1, 0, 0, 0, 7322, 7323, 1, 0, 0, 0, 7323, + 7325, 1, 0, 0, 0, 7324, 7326, 3, 758, 379, 0, 7325, 7324, 1, 0, 0, 0, 7325, + 7326, 1, 0, 0, 0, 7326, 7336, 1, 0, 0, 0, 7327, 7329, 3, 1082, 541, 0, + 7328, 7330, 3, 216, 108, 0, 7329, 7328, 1, 0, 0, 0, 7329, 7330, 1, 0, 0, + 0, 7330, 7332, 1, 0, 0, 0, 7331, 7333, 3, 758, 379, 0, 7332, 7331, 1, 0, + 0, 0, 7332, 7333, 1, 0, 0, 0, 7333, 7336, 1, 0, 0, 0, 7334, 7336, 5, 111, + 0, 0, 7335, 7297, 1, 0, 0, 0, 7335, 7305, 1, 0, 0, 0, 7335, 7312, 1, 0, + 0, 0, 7335, 7319, 1, 0, 0, 0, 7335, 7327, 1, 0, 0, 0, 7335, 7334, 1, 0, + 0, 0, 7336, 757, 1, 0, 0, 0, 7337, 7338, 5, 103, 0, 0, 7338, 7339, 5, 2, + 0, 0, 7339, 7340, 3, 1170, 585, 0, 7340, 7341, 5, 3, 0, 0, 7341, 759, 1, + 0, 0, 0, 7342, 7343, 5, 138, 0, 0, 7343, 7344, 5, 454, 0, 0, 7344, 7345, + 3, 1350, 675, 0, 7345, 7346, 5, 326, 0, 0, 7346, 7347, 3, 462, 231, 0, + 7347, 7367, 1, 0, 0, 0, 7348, 7349, 5, 138, 0, 0, 7349, 7350, 5, 454, 0, + 0, 7350, 7351, 3, 1350, 675, 0, 7351, 7352, 5, 133, 0, 0, 7352, 7353, 3, + 754, 377, 0, 7353, 7367, 1, 0, 0, 0, 7354, 7355, 5, 138, 0, 0, 7355, 7356, + 5, 454, 0, 0, 7356, 7357, 3, 1350, 675, 0, 7357, 7358, 5, 326, 0, 0, 7358, + 7359, 3, 754, 377, 0, 7359, 7367, 1, 0, 0, 0, 7360, 7361, 5, 138, 0, 0, + 7361, 7362, 5, 454, 0, 0, 7362, 7363, 3, 1350, 675, 0, 7363, 7364, 5, 191, + 0, 0, 7364, 7365, 3, 754, 377, 0, 7365, 7367, 1, 0, 0, 0, 7366, 7342, 1, + 0, 0, 0, 7366, 7348, 1, 0, 0, 0, 7366, 7354, 1, 0, 0, 0, 7366, 7360, 1, + 0, 0, 0, 7367, 761, 1, 0, 0, 0, 7368, 7369, 5, 46, 0, 0, 7369, 7370, 5, + 453, 0, 0, 7370, 7371, 3, 1350, 675, 0, 7371, 7372, 5, 164, 0, 0, 7372, + 7373, 3, 1368, 684, 0, 7373, 7374, 5, 454, 0, 0, 7374, 7376, 3, 764, 382, + 0, 7375, 7377, 3, 670, 335, 0, 7376, 7375, 1, 0, 0, 0, 7376, 7377, 1, 0, + 0, 0, 7377, 763, 1, 0, 0, 0, 7378, 7383, 3, 766, 383, 0, 7379, 7380, 5, + 6, 0, 0, 7380, 7382, 3, 766, 383, 0, 7381, 7379, 1, 0, 0, 0, 7382, 7385, + 1, 0, 0, 0, 7383, 7381, 1, 0, 0, 0, 7383, 7384, 1, 0, 0, 0, 7384, 765, + 1, 0, 0, 0, 7385, 7383, 1, 0, 0, 0, 7386, 7387, 3, 1390, 695, 0, 7387, + 767, 1, 0, 0, 0, 7388, 7389, 5, 138, 0, 0, 7389, 7390, 5, 453, 0, 0, 7390, + 7391, 3, 1350, 675, 0, 7391, 7392, 5, 326, 0, 0, 7392, 7393, 3, 462, 231, + 0, 7393, 7434, 1, 0, 0, 0, 7394, 7395, 5, 138, 0, 0, 7395, 7396, 5, 453, + 0, 0, 7396, 7397, 3, 1350, 675, 0, 7397, 7398, 5, 164, 0, 0, 7398, 7399, + 3, 1368, 684, 0, 7399, 7434, 1, 0, 0, 0, 7400, 7401, 5, 138, 0, 0, 7401, + 7402, 5, 453, 0, 0, 7402, 7403, 3, 1350, 675, 0, 7403, 7404, 5, 298, 0, + 0, 7404, 7406, 5, 454, 0, 0, 7405, 7407, 3, 670, 335, 0, 7406, 7405, 1, + 0, 0, 0, 7406, 7407, 1, 0, 0, 0, 7407, 7434, 1, 0, 0, 0, 7408, 7409, 5, + 138, 0, 0, 7409, 7410, 5, 453, 0, 0, 7410, 7411, 3, 1350, 675, 0, 7411, + 7412, 5, 326, 0, 0, 7412, 7413, 5, 454, 0, 0, 7413, 7415, 3, 764, 382, + 0, 7414, 7416, 3, 670, 335, 0, 7415, 7414, 1, 0, 0, 0, 7415, 7416, 1, 0, + 0, 0, 7416, 7434, 1, 0, 0, 0, 7417, 7418, 5, 138, 0, 0, 7418, 7419, 5, + 453, 0, 0, 7419, 7420, 3, 1350, 675, 0, 7420, 7421, 5, 193, 0, 0, 7421, + 7434, 1, 0, 0, 0, 7422, 7423, 5, 138, 0, 0, 7423, 7424, 5, 453, 0, 0, 7424, + 7425, 3, 1350, 675, 0, 7425, 7426, 5, 186, 0, 0, 7426, 7434, 1, 0, 0, 0, + 7427, 7428, 5, 138, 0, 0, 7428, 7429, 5, 453, 0, 0, 7429, 7430, 3, 1350, + 675, 0, 7430, 7431, 5, 467, 0, 0, 7431, 7432, 3, 462, 231, 0, 7432, 7434, + 1, 0, 0, 0, 7433, 7388, 1, 0, 0, 0, 7433, 7394, 1, 0, 0, 0, 7433, 7400, + 1, 0, 0, 0, 7433, 7408, 1, 0, 0, 0, 7433, 7417, 1, 0, 0, 0, 7433, 7422, + 1, 0, 0, 0, 7433, 7427, 1, 0, 0, 0, 7434, 769, 1, 0, 0, 0, 7435, 7436, + 5, 191, 0, 0, 7436, 7437, 5, 453, 0, 0, 7437, 7439, 3, 1350, 675, 0, 7438, + 7440, 3, 108, 54, 0, 7439, 7438, 1, 0, 0, 0, 7439, 7440, 1, 0, 0, 0, 7440, + 7450, 1, 0, 0, 0, 7441, 7442, 5, 191, 0, 0, 7442, 7443, 5, 453, 0, 0, 7443, + 7444, 5, 220, 0, 0, 7444, 7445, 5, 390, 0, 0, 7445, 7447, 3, 1350, 675, + 0, 7446, 7448, 3, 108, 54, 0, 7447, 7446, 1, 0, 0, 0, 7447, 7448, 1, 0, + 0, 0, 7448, 7450, 1, 0, 0, 0, 7449, 7435, 1, 0, 0, 0, 7449, 7441, 1, 0, + 0, 0, 7450, 771, 1, 0, 0, 0, 7451, 7453, 5, 46, 0, 0, 7452, 7454, 3, 624, + 312, 0, 7453, 7452, 1, 0, 0, 0, 7453, 7454, 1, 0, 0, 0, 7454, 7455, 1, + 0, 0, 0, 7455, 7456, 5, 314, 0, 0, 7456, 7457, 3, 1350, 675, 0, 7457, 7458, + 5, 36, 0, 0, 7458, 7459, 5, 80, 0, 0, 7459, 7460, 3, 782, 391, 0, 7460, + 7461, 5, 94, 0, 0, 7461, 7463, 3, 1346, 673, 0, 7462, 7464, 3, 1102, 551, + 0, 7463, 7462, 1, 0, 0, 0, 7463, 7464, 1, 0, 0, 0, 7464, 7465, 1, 0, 0, + 0, 7465, 7467, 5, 57, 0, 0, 7466, 7468, 3, 784, 392, 0, 7467, 7466, 1, + 0, 0, 0, 7467, 7468, 1, 0, 0, 0, 7468, 7469, 1, 0, 0, 0, 7469, 7470, 3, + 774, 387, 0, 7470, 773, 1, 0, 0, 0, 7471, 7478, 5, 263, 0, 0, 7472, 7478, + 3, 778, 389, 0, 7473, 7474, 5, 2, 0, 0, 7474, 7475, 3, 776, 388, 0, 7475, + 7476, 5, 3, 0, 0, 7476, 7478, 1, 0, 0, 0, 7477, 7471, 1, 0, 0, 0, 7477, + 7472, 1, 0, 0, 0, 7477, 7473, 1, 0, 0, 0, 7478, 775, 1, 0, 0, 0, 7479, + 7481, 3, 780, 390, 0, 7480, 7479, 1, 0, 0, 0, 7480, 7481, 1, 0, 0, 0, 7481, + 7488, 1, 0, 0, 0, 7482, 7484, 5, 7, 0, 0, 7483, 7485, 3, 780, 390, 0, 7484, + 7483, 1, 0, 0, 0, 7484, 7485, 1, 0, 0, 0, 7485, 7487, 1, 0, 0, 0, 7486, + 7482, 1, 0, 0, 0, 7487, 7490, 1, 0, 0, 0, 7488, 7486, 1, 0, 0, 0, 7488, + 7489, 1, 0, 0, 0, 7489, 777, 1, 0, 0, 0, 7490, 7488, 1, 0, 0, 0, 7491, + 7497, 3, 968, 484, 0, 7492, 7497, 3, 910, 455, 0, 7493, 7497, 3, 950, 475, + 0, 7494, 7497, 3, 936, 468, 0, 7495, 7497, 3, 786, 393, 0, 7496, 7491, + 1, 0, 0, 0, 7496, 7492, 1, 0, 0, 0, 7496, 7493, 1, 0, 0, 0, 7496, 7494, + 1, 0, 0, 0, 7496, 7495, 1, 0, 0, 0, 7497, 779, 1, 0, 0, 0, 7498, 7499, + 3, 778, 389, 0, 7499, 781, 1, 0, 0, 0, 7500, 7501, 7, 33, 0, 0, 7501, 783, + 1, 0, 0, 0, 7502, 7503, 7, 34, 0, 0, 7503, 785, 1, 0, 0, 0, 7504, 7505, + 5, 264, 0, 0, 7505, 7507, 3, 1382, 691, 0, 7506, 7508, 3, 788, 394, 0, + 7507, 7506, 1, 0, 0, 0, 7507, 7508, 1, 0, 0, 0, 7508, 787, 1, 0, 0, 0, + 7509, 7510, 5, 6, 0, 0, 7510, 7511, 3, 1368, 684, 0, 7511, 789, 1, 0, 0, + 0, 7512, 7513, 5, 243, 0, 0, 7513, 7514, 3, 1382, 691, 0, 7514, 791, 1, + 0, 0, 0, 7515, 7516, 5, 359, 0, 0, 7516, 7520, 3, 1382, 691, 0, 7517, 7518, + 5, 359, 0, 0, 7518, 7520, 5, 9, 0, 0, 7519, 7515, 1, 0, 0, 0, 7519, 7517, + 1, 0, 0, 0, 7520, 793, 1, 0, 0, 0, 7521, 7523, 5, 129, 0, 0, 7522, 7524, + 3, 796, 398, 0, 7523, 7522, 1, 0, 0, 0, 7523, 7524, 1, 0, 0, 0, 7524, 7526, + 1, 0, 0, 0, 7525, 7527, 3, 804, 402, 0, 7526, 7525, 1, 0, 0, 0, 7526, 7527, + 1, 0, 0, 0, 7527, 7591, 1, 0, 0, 0, 7528, 7530, 5, 146, 0, 0, 7529, 7531, + 3, 796, 398, 0, 7530, 7529, 1, 0, 0, 0, 7530, 7531, 1, 0, 0, 0, 7531, 7533, + 1, 0, 0, 0, 7532, 7534, 3, 802, 401, 0, 7533, 7532, 1, 0, 0, 0, 7533, 7534, + 1, 0, 0, 0, 7534, 7591, 1, 0, 0, 0, 7535, 7536, 5, 333, 0, 0, 7536, 7538, + 5, 349, 0, 0, 7537, 7539, 3, 802, 401, 0, 7538, 7537, 1, 0, 0, 0, 7538, + 7539, 1, 0, 0, 0, 7539, 7591, 1, 0, 0, 0, 7540, 7542, 5, 161, 0, 0, 7541, + 7543, 3, 796, 398, 0, 7542, 7541, 1, 0, 0, 0, 7542, 7543, 1, 0, 0, 0, 7543, + 7545, 1, 0, 0, 0, 7544, 7546, 3, 804, 402, 0, 7545, 7544, 1, 0, 0, 0, 7545, + 7546, 1, 0, 0, 0, 7546, 7591, 1, 0, 0, 0, 7547, 7549, 5, 456, 0, 0, 7548, + 7550, 3, 796, 398, 0, 7549, 7548, 1, 0, 0, 0, 7549, 7550, 1, 0, 0, 0, 7550, + 7552, 1, 0, 0, 0, 7551, 7553, 3, 804, 402, 0, 7552, 7551, 1, 0, 0, 0, 7552, + 7553, 1, 0, 0, 0, 7553, 7591, 1, 0, 0, 0, 7554, 7556, 5, 312, 0, 0, 7555, + 7557, 3, 796, 398, 0, 7556, 7555, 1, 0, 0, 0, 7556, 7557, 1, 0, 0, 0, 7557, + 7559, 1, 0, 0, 0, 7558, 7560, 3, 804, 402, 0, 7559, 7558, 1, 0, 0, 0, 7559, + 7560, 1, 0, 0, 0, 7560, 7591, 1, 0, 0, 0, 7561, 7562, 5, 315, 0, 0, 7562, + 7591, 3, 1382, 691, 0, 7563, 7564, 5, 301, 0, 0, 7564, 7565, 5, 315, 0, + 0, 7565, 7591, 3, 1382, 691, 0, 7566, 7567, 5, 301, 0, 0, 7567, 7591, 3, + 1382, 691, 0, 7568, 7570, 5, 312, 0, 0, 7569, 7571, 3, 796, 398, 0, 7570, + 7569, 1, 0, 0, 0, 7570, 7571, 1, 0, 0, 0, 7571, 7572, 1, 0, 0, 0, 7572, + 7573, 5, 94, 0, 0, 7573, 7574, 5, 315, 0, 0, 7574, 7591, 3, 1382, 691, + 0, 7575, 7577, 5, 312, 0, 0, 7576, 7578, 3, 796, 398, 0, 7577, 7576, 1, + 0, 0, 0, 7577, 7578, 1, 0, 0, 0, 7578, 7579, 1, 0, 0, 0, 7579, 7580, 5, + 94, 0, 0, 7580, 7591, 3, 1382, 691, 0, 7581, 7582, 5, 283, 0, 0, 7582, + 7583, 5, 349, 0, 0, 7583, 7591, 3, 1368, 684, 0, 7584, 7585, 5, 161, 0, + 0, 7585, 7586, 5, 284, 0, 0, 7586, 7591, 3, 1368, 684, 0, 7587, 7588, 5, + 312, 0, 0, 7588, 7589, 5, 284, 0, 0, 7589, 7591, 3, 1368, 684, 0, 7590, + 7521, 1, 0, 0, 0, 7590, 7528, 1, 0, 0, 0, 7590, 7535, 1, 0, 0, 0, 7590, + 7540, 1, 0, 0, 0, 7590, 7547, 1, 0, 0, 0, 7590, 7554, 1, 0, 0, 0, 7590, + 7561, 1, 0, 0, 0, 7590, 7563, 1, 0, 0, 0, 7590, 7566, 1, 0, 0, 0, 7590, + 7568, 1, 0, 0, 0, 7590, 7575, 1, 0, 0, 0, 7590, 7581, 1, 0, 0, 0, 7590, + 7584, 1, 0, 0, 0, 7590, 7587, 1, 0, 0, 0, 7591, 795, 1, 0, 0, 0, 7592, + 7593, 7, 35, 0, 0, 7593, 797, 1, 0, 0, 0, 7594, 7595, 5, 235, 0, 0, 7595, + 7596, 5, 242, 0, 0, 7596, 7605, 3, 64, 32, 0, 7597, 7598, 5, 293, 0, 0, + 7598, 7605, 5, 81, 0, 0, 7599, 7600, 5, 293, 0, 0, 7600, 7605, 5, 375, + 0, 0, 7601, 7605, 5, 54, 0, 0, 7602, 7603, 5, 77, 0, 0, 7603, 7605, 5, + 54, 0, 0, 7604, 7594, 1, 0, 0, 0, 7604, 7597, 1, 0, 0, 0, 7604, 7599, 1, + 0, 0, 0, 7604, 7601, 1, 0, 0, 0, 7604, 7602, 1, 0, 0, 0, 7605, 799, 1, + 0, 0, 0, 7606, 7613, 3, 798, 399, 0, 7607, 7609, 5, 6, 0, 0, 7608, 7607, + 1, 0, 0, 0, 7608, 7609, 1, 0, 0, 0, 7609, 7610, 1, 0, 0, 0, 7610, 7612, + 3, 798, 399, 0, 7611, 7608, 1, 0, 0, 0, 7612, 7615, 1, 0, 0, 0, 7613, 7611, + 1, 0, 0, 0, 7613, 7614, 1, 0, 0, 0, 7614, 801, 1, 0, 0, 0, 7615, 7613, + 1, 0, 0, 0, 7616, 7617, 3, 800, 400, 0, 7617, 803, 1, 0, 0, 0, 7618, 7620, + 5, 33, 0, 0, 7619, 7621, 5, 262, 0, 0, 7620, 7619, 1, 0, 0, 0, 7620, 7621, + 1, 0, 0, 0, 7621, 7622, 1, 0, 0, 0, 7622, 7623, 5, 153, 0, 0, 7623, 805, + 1, 0, 0, 0, 7624, 7627, 5, 46, 0, 0, 7625, 7626, 5, 82, 0, 0, 7626, 7628, + 5, 304, 0, 0, 7627, 7625, 1, 0, 0, 0, 7627, 7628, 1, 0, 0, 0, 7628, 7630, + 1, 0, 0, 0, 7629, 7631, 3, 174, 87, 0, 7630, 7629, 1, 0, 0, 0, 7630, 7631, + 1, 0, 0, 0, 7631, 7649, 1, 0, 0, 0, 7632, 7633, 5, 369, 0, 0, 7633, 7635, + 3, 1346, 673, 0, 7634, 7636, 3, 216, 108, 0, 7635, 7634, 1, 0, 0, 0, 7635, + 7636, 1, 0, 0, 0, 7636, 7638, 1, 0, 0, 0, 7637, 7639, 3, 118, 59, 0, 7638, + 7637, 1, 0, 0, 0, 7638, 7639, 1, 0, 0, 0, 7639, 7650, 1, 0, 0, 0, 7640, + 7641, 5, 296, 0, 0, 7641, 7642, 5, 369, 0, 0, 7642, 7643, 3, 1346, 673, + 0, 7643, 7644, 5, 2, 0, 0, 7644, 7645, 3, 218, 109, 0, 7645, 7647, 5, 3, + 0, 0, 7646, 7648, 3, 118, 59, 0, 7647, 7646, 1, 0, 0, 0, 7647, 7648, 1, + 0, 0, 0, 7648, 7650, 1, 0, 0, 0, 7649, 7632, 1, 0, 0, 0, 7649, 7640, 1, + 0, 0, 0, 7650, 7651, 1, 0, 0, 0, 7651, 7652, 5, 36, 0, 0, 7652, 7654, 3, + 968, 484, 0, 7653, 7655, 3, 808, 404, 0, 7654, 7653, 1, 0, 0, 0, 7654, + 7655, 1, 0, 0, 0, 7655, 807, 1, 0, 0, 0, 7656, 7658, 5, 105, 0, 0, 7657, + 7659, 7, 36, 0, 0, 7658, 7657, 1, 0, 0, 0, 7658, 7659, 1, 0, 0, 0, 7659, + 7660, 1, 0, 0, 0, 7660, 7661, 5, 42, 0, 0, 7661, 7662, 5, 272, 0, 0, 7662, + 809, 1, 0, 0, 0, 7663, 7664, 5, 244, 0, 0, 7664, 7665, 3, 1354, 677, 0, + 7665, 811, 1, 0, 0, 0, 7666, 7667, 5, 46, 0, 0, 7667, 7668, 5, 175, 0, + 0, 7668, 7670, 3, 1350, 675, 0, 7669, 7671, 3, 16, 8, 0, 7670, 7669, 1, + 0, 0, 0, 7670, 7671, 1, 0, 0, 0, 7671, 7673, 1, 0, 0, 0, 7672, 7674, 3, + 814, 407, 0, 7673, 7672, 1, 0, 0, 0, 7673, 7674, 1, 0, 0, 0, 7674, 813, + 1, 0, 0, 0, 7675, 7676, 3, 816, 408, 0, 7676, 815, 1, 0, 0, 0, 7677, 7679, + 3, 818, 409, 0, 7678, 7677, 1, 0, 0, 0, 7679, 7680, 1, 0, 0, 0, 7680, 7678, + 1, 0, 0, 0, 7680, 7681, 1, 0, 0, 0, 7681, 817, 1, 0, 0, 0, 7682, 7684, + 3, 820, 410, 0, 7683, 7685, 3, 822, 411, 0, 7684, 7683, 1, 0, 0, 0, 7684, + 7685, 1, 0, 0, 0, 7685, 7689, 1, 0, 0, 0, 7686, 7690, 3, 1374, 687, 0, + 7687, 7690, 3, 66, 33, 0, 7688, 7690, 5, 53, 0, 0, 7689, 7686, 1, 0, 0, + 0, 7689, 7687, 1, 0, 0, 0, 7689, 7688, 1, 0, 0, 0, 7690, 819, 1, 0, 0, + 0, 7691, 7700, 3, 1392, 696, 0, 7692, 7693, 5, 164, 0, 0, 7693, 7700, 5, + 74, 0, 0, 7694, 7700, 5, 194, 0, 0, 7695, 7700, 5, 246, 0, 0, 7696, 7700, + 5, 275, 0, 0, 7697, 7700, 5, 344, 0, 0, 7698, 7700, 5, 346, 0, 0, 7699, + 7691, 1, 0, 0, 0, 7699, 7692, 1, 0, 0, 0, 7699, 7694, 1, 0, 0, 0, 7699, + 7695, 1, 0, 0, 0, 7699, 7696, 1, 0, 0, 0, 7699, 7697, 1, 0, 0, 0, 7699, + 7698, 1, 0, 0, 0, 7700, 821, 1, 0, 0, 0, 7701, 7702, 5, 10, 0, 0, 7702, + 823, 1, 0, 0, 0, 7703, 7704, 5, 138, 0, 0, 7704, 7705, 5, 175, 0, 0, 7705, + 7719, 3, 1350, 675, 0, 7706, 7708, 5, 105, 0, 0, 7707, 7709, 3, 814, 407, + 0, 7708, 7707, 1, 0, 0, 0, 7708, 7709, 1, 0, 0, 0, 7709, 7720, 1, 0, 0, + 0, 7710, 7712, 3, 814, 407, 0, 7711, 7710, 1, 0, 0, 0, 7711, 7712, 1, 0, + 0, 0, 7712, 7720, 1, 0, 0, 0, 7713, 7714, 5, 326, 0, 0, 7714, 7715, 5, + 344, 0, 0, 7715, 7720, 3, 1350, 675, 0, 7716, 7717, 5, 298, 0, 0, 7717, + 7718, 5, 108, 0, 0, 7718, 7720, 5, 368, 0, 0, 7719, 7706, 1, 0, 0, 0, 7719, + 7711, 1, 0, 0, 0, 7719, 7713, 1, 0, 0, 0, 7719, 7716, 1, 0, 0, 0, 7720, + 825, 1, 0, 0, 0, 7721, 7722, 5, 138, 0, 0, 7722, 7723, 5, 175, 0, 0, 7723, + 7724, 3, 1350, 675, 0, 7724, 7725, 3, 80, 40, 0, 7725, 827, 1, 0, 0, 0, + 7726, 7727, 5, 191, 0, 0, 7727, 7730, 5, 175, 0, 0, 7728, 7729, 5, 220, + 0, 0, 7729, 7731, 5, 390, 0, 0, 7730, 7728, 1, 0, 0, 0, 7730, 7731, 1, + 0, 0, 0, 7731, 7732, 1, 0, 0, 0, 7732, 7740, 3, 1350, 675, 0, 7733, 7735, + 3, 16, 8, 0, 7734, 7733, 1, 0, 0, 0, 7734, 7735, 1, 0, 0, 0, 7735, 7736, + 1, 0, 0, 0, 7736, 7737, 5, 2, 0, 0, 7737, 7738, 3, 830, 415, 0, 7738, 7739, + 5, 3, 0, 0, 7739, 7741, 1, 0, 0, 0, 7740, 7734, 1, 0, 0, 0, 7740, 7741, + 1, 0, 0, 0, 7741, 829, 1, 0, 0, 0, 7742, 7747, 3, 832, 416, 0, 7743, 7744, + 5, 6, 0, 0, 7744, 7746, 3, 832, 416, 0, 7745, 7743, 1, 0, 0, 0, 7746, 7749, + 1, 0, 0, 0, 7747, 7745, 1, 0, 0, 0, 7747, 7748, 1, 0, 0, 0, 7748, 831, + 1, 0, 0, 0, 7749, 7747, 1, 0, 0, 0, 7750, 7751, 5, 209, 0, 0, 7751, 833, + 1, 0, 0, 0, 7752, 7753, 5, 138, 0, 0, 7753, 7754, 5, 108, 0, 0, 7754, 7755, + 3, 526, 263, 0, 7755, 7756, 5, 298, 0, 0, 7756, 7757, 5, 368, 0, 0, 7757, + 835, 1, 0, 0, 0, 7758, 7759, 5, 138, 0, 0, 7759, 7760, 5, 342, 0, 0, 7760, + 7761, 7, 37, 0, 0, 7761, 7762, 3, 54, 27, 0, 7762, 837, 1, 0, 0, 0, 7763, + 7764, 5, 46, 0, 0, 7764, 7765, 5, 189, 0, 0, 7765, 7767, 3, 526, 263, 0, + 7766, 7768, 3, 842, 421, 0, 7767, 7766, 1, 0, 0, 0, 7767, 7768, 1, 0, 0, + 0, 7768, 7769, 1, 0, 0, 0, 7769, 7770, 3, 1126, 563, 0, 7770, 7771, 3, + 192, 96, 0, 7771, 839, 1, 0, 0, 0, 7772, 7773, 5, 138, 0, 0, 7773, 7774, + 5, 189, 0, 0, 7774, 7797, 3, 526, 263, 0, 7775, 7798, 3, 106, 53, 0, 7776, + 7777, 5, 191, 0, 0, 7777, 7778, 5, 77, 0, 0, 7778, 7798, 5, 78, 0, 0, 7779, + 7780, 5, 326, 0, 0, 7780, 7781, 5, 77, 0, 0, 7781, 7798, 5, 78, 0, 0, 7782, + 7783, 5, 133, 0, 0, 7783, 7798, 3, 210, 105, 0, 7784, 7785, 5, 191, 0, + 0, 7785, 7788, 5, 45, 0, 0, 7786, 7787, 5, 220, 0, 0, 7787, 7789, 5, 390, + 0, 0, 7788, 7786, 1, 0, 0, 0, 7788, 7789, 1, 0, 0, 0, 7789, 7790, 1, 0, + 0, 0, 7790, 7792, 3, 1350, 675, 0, 7791, 7793, 3, 108, 54, 0, 7792, 7791, + 1, 0, 0, 0, 7792, 7793, 1, 0, 0, 0, 7793, 7798, 1, 0, 0, 0, 7794, 7795, + 5, 365, 0, 0, 7795, 7796, 5, 45, 0, 0, 7796, 7798, 3, 1350, 675, 0, 7797, + 7775, 1, 0, 0, 0, 7797, 7776, 1, 0, 0, 0, 7797, 7779, 1, 0, 0, 0, 7797, + 7782, 1, 0, 0, 0, 7797, 7784, 1, 0, 0, 0, 7797, 7794, 1, 0, 0, 0, 7798, + 841, 1, 0, 0, 0, 7799, 7800, 5, 36, 0, 0, 7800, 843, 1, 0, 0, 0, 7801, + 7802, 5, 138, 0, 0, 7802, 7803, 5, 348, 0, 0, 7803, 7804, 5, 318, 0, 0, + 7804, 7805, 5, 185, 0, 0, 7805, 7806, 3, 526, 263, 0, 7806, 7807, 3, 462, + 231, 0, 7807, 845, 1, 0, 0, 0, 7808, 7809, 5, 138, 0, 0, 7809, 7810, 5, + 348, 0, 0, 7810, 7811, 5, 318, 0, 0, 7811, 7812, 5, 163, 0, 0, 7812, 7813, + 3, 526, 263, 0, 7813, 7814, 5, 133, 0, 0, 7814, 7815, 5, 248, 0, 0, 7815, + 7816, 5, 62, 0, 0, 7816, 7817, 3, 1348, 674, 0, 7817, 7818, 3, 848, 424, + 0, 7818, 7819, 3, 524, 262, 0, 7819, 7881, 1, 0, 0, 0, 7820, 7821, 5, 138, + 0, 0, 7821, 7822, 5, 348, 0, 0, 7822, 7823, 5, 318, 0, 0, 7823, 7824, 5, + 163, 0, 0, 7824, 7825, 3, 526, 263, 0, 7825, 7826, 5, 138, 0, 0, 7826, + 7827, 5, 248, 0, 0, 7827, 7828, 5, 62, 0, 0, 7828, 7829, 3, 1348, 674, + 0, 7829, 7830, 3, 848, 424, 0, 7830, 7831, 3, 524, 262, 0, 7831, 7881, + 1, 0, 0, 0, 7832, 7833, 5, 138, 0, 0, 7833, 7834, 5, 348, 0, 0, 7834, 7835, + 5, 318, 0, 0, 7835, 7836, 5, 163, 0, 0, 7836, 7837, 3, 526, 263, 0, 7837, + 7838, 5, 138, 0, 0, 7838, 7839, 5, 248, 0, 0, 7839, 7840, 5, 304, 0, 0, + 7840, 7841, 3, 526, 263, 0, 7841, 7842, 3, 848, 424, 0, 7842, 7843, 3, + 526, 263, 0, 7843, 7881, 1, 0, 0, 0, 7844, 7845, 5, 138, 0, 0, 7845, 7846, + 5, 348, 0, 0, 7846, 7847, 5, 318, 0, 0, 7847, 7848, 5, 163, 0, 0, 7848, + 7849, 3, 526, 263, 0, 7849, 7850, 5, 138, 0, 0, 7850, 7851, 5, 248, 0, + 0, 7851, 7852, 5, 62, 0, 0, 7852, 7853, 3, 1348, 674, 0, 7853, 7854, 5, + 304, 0, 0, 7854, 7855, 3, 526, 263, 0, 7855, 7856, 3, 848, 424, 0, 7856, + 7857, 3, 526, 263, 0, 7857, 7881, 1, 0, 0, 0, 7858, 7859, 5, 138, 0, 0, + 7859, 7860, 5, 348, 0, 0, 7860, 7861, 5, 318, 0, 0, 7861, 7862, 5, 163, + 0, 0, 7862, 7863, 3, 526, 263, 0, 7863, 7864, 5, 191, 0, 0, 7864, 7865, + 5, 248, 0, 0, 7865, 7866, 5, 62, 0, 0, 7866, 7867, 3, 1348, 674, 0, 7867, + 7881, 1, 0, 0, 0, 7868, 7869, 5, 138, 0, 0, 7869, 7870, 5, 348, 0, 0, 7870, + 7871, 5, 318, 0, 0, 7871, 7872, 5, 163, 0, 0, 7872, 7873, 3, 526, 263, + 0, 7873, 7874, 5, 191, 0, 0, 7874, 7875, 5, 248, 0, 0, 7875, 7876, 5, 220, + 0, 0, 7876, 7877, 5, 390, 0, 0, 7877, 7878, 5, 62, 0, 0, 7878, 7879, 3, + 1348, 674, 0, 7879, 7881, 1, 0, 0, 0, 7880, 7808, 1, 0, 0, 0, 7880, 7820, + 1, 0, 0, 0, 7880, 7832, 1, 0, 0, 0, 7880, 7844, 1, 0, 0, 0, 7880, 7858, + 1, 0, 0, 0, 7880, 7868, 1, 0, 0, 0, 7881, 847, 1, 0, 0, 0, 7882, 7883, + 5, 105, 0, 0, 7883, 849, 1, 0, 0, 0, 7884, 7886, 5, 46, 0, 0, 7885, 7887, + 3, 490, 245, 0, 7886, 7885, 1, 0, 0, 0, 7886, 7887, 1, 0, 0, 0, 7887, 7888, + 1, 0, 0, 0, 7888, 7889, 5, 168, 0, 0, 7889, 7890, 3, 526, 263, 0, 7890, + 7891, 5, 62, 0, 0, 7891, 7892, 3, 1368, 684, 0, 7892, 7893, 5, 94, 0, 0, + 7893, 7894, 3, 1368, 684, 0, 7894, 7895, 5, 64, 0, 0, 7895, 7896, 3, 526, + 263, 0, 7896, 851, 1, 0, 0, 0, 7897, 7899, 5, 158, 0, 0, 7898, 7900, 3, + 872, 436, 0, 7899, 7898, 1, 0, 0, 0, 7899, 7900, 1, 0, 0, 0, 7900, 7901, + 1, 0, 0, 0, 7901, 7903, 3, 1346, 673, 0, 7902, 7904, 3, 854, 427, 0, 7903, + 7902, 1, 0, 0, 0, 7903, 7904, 1, 0, 0, 0, 7904, 7918, 1, 0, 0, 0, 7905, + 7907, 5, 158, 0, 0, 7906, 7908, 3, 872, 436, 0, 7907, 7906, 1, 0, 0, 0, + 7907, 7908, 1, 0, 0, 0, 7908, 7918, 1, 0, 0, 0, 7909, 7911, 5, 158, 0, + 0, 7910, 7912, 3, 872, 436, 0, 7911, 7910, 1, 0, 0, 0, 7911, 7912, 1, 0, + 0, 0, 7912, 7913, 1, 0, 0, 0, 7913, 7914, 3, 1350, 675, 0, 7914, 7915, + 5, 80, 0, 0, 7915, 7916, 3, 1346, 673, 0, 7916, 7918, 1, 0, 0, 0, 7917, + 7897, 1, 0, 0, 0, 7917, 7905, 1, 0, 0, 0, 7917, 7909, 1, 0, 0, 0, 7918, + 853, 1, 0, 0, 0, 7919, 7920, 5, 100, 0, 0, 7920, 7921, 3, 1350, 675, 0, + 7921, 855, 1, 0, 0, 0, 7922, 7924, 5, 363, 0, 0, 7923, 7925, 3, 874, 437, + 0, 7924, 7923, 1, 0, 0, 0, 7924, 7925, 1, 0, 0, 0, 7925, 7927, 1, 0, 0, + 0, 7926, 7928, 3, 876, 438, 0, 7927, 7926, 1, 0, 0, 0, 7927, 7928, 1, 0, + 0, 0, 7928, 7930, 1, 0, 0, 0, 7929, 7931, 3, 872, 436, 0, 7930, 7929, 1, + 0, 0, 0, 7930, 7931, 1, 0, 0, 0, 7931, 7933, 1, 0, 0, 0, 7932, 7934, 3, + 870, 435, 0, 7933, 7932, 1, 0, 0, 0, 7933, 7934, 1, 0, 0, 0, 7934, 7936, + 1, 0, 0, 0, 7935, 7937, 3, 884, 442, 0, 7936, 7935, 1, 0, 0, 0, 7936, 7937, + 1, 0, 0, 0, 7937, 7946, 1, 0, 0, 0, 7938, 7939, 5, 363, 0, 0, 7939, 7940, + 5, 2, 0, 0, 7940, 7941, 3, 860, 430, 0, 7941, 7943, 5, 3, 0, 0, 7942, 7944, + 3, 884, 442, 0, 7943, 7942, 1, 0, 0, 0, 7943, 7944, 1, 0, 0, 0, 7944, 7946, + 1, 0, 0, 0, 7945, 7922, 1, 0, 0, 0, 7945, 7938, 1, 0, 0, 0, 7946, 857, + 1, 0, 0, 0, 7947, 7949, 3, 862, 431, 0, 7948, 7950, 3, 872, 436, 0, 7949, + 7948, 1, 0, 0, 0, 7949, 7950, 1, 0, 0, 0, 7950, 7952, 1, 0, 0, 0, 7951, + 7953, 3, 884, 442, 0, 7952, 7951, 1, 0, 0, 0, 7952, 7953, 1, 0, 0, 0, 7953, + 7962, 1, 0, 0, 0, 7954, 7955, 3, 862, 431, 0, 7955, 7956, 5, 2, 0, 0, 7956, + 7957, 3, 860, 430, 0, 7957, 7959, 5, 3, 0, 0, 7958, 7960, 3, 884, 442, + 0, 7959, 7958, 1, 0, 0, 0, 7959, 7960, 1, 0, 0, 0, 7960, 7962, 1, 0, 0, + 0, 7961, 7947, 1, 0, 0, 0, 7961, 7954, 1, 0, 0, 0, 7962, 859, 1, 0, 0, + 0, 7963, 7968, 3, 864, 432, 0, 7964, 7965, 5, 6, 0, 0, 7965, 7967, 3, 864, + 432, 0, 7966, 7964, 1, 0, 0, 0, 7967, 7970, 1, 0, 0, 0, 7968, 7966, 1, + 0, 0, 0, 7968, 7969, 1, 0, 0, 0, 7969, 861, 1, 0, 0, 0, 7970, 7968, 1, + 0, 0, 0, 7971, 7972, 7, 38, 0, 0, 7972, 863, 1, 0, 0, 0, 7973, 7975, 3, + 866, 433, 0, 7974, 7976, 3, 868, 434, 0, 7975, 7974, 1, 0, 0, 0, 7975, + 7976, 1, 0, 0, 0, 7976, 865, 1, 0, 0, 0, 7977, 7980, 3, 1388, 694, 0, 7978, + 7980, 3, 862, 431, 0, 7979, 7977, 1, 0, 0, 0, 7979, 7978, 1, 0, 0, 0, 7980, + 867, 1, 0, 0, 0, 7981, 7984, 3, 66, 33, 0, 7982, 7984, 3, 294, 147, 0, + 7983, 7981, 1, 0, 0, 0, 7983, 7982, 1, 0, 0, 0, 7984, 869, 1, 0, 0, 0, + 7985, 7986, 3, 862, 431, 0, 7986, 871, 1, 0, 0, 0, 7987, 7988, 5, 128, + 0, 0, 7988, 873, 1, 0, 0, 0, 7989, 7990, 5, 113, 0, 0, 7990, 875, 1, 0, + 0, 0, 7991, 7992, 5, 112, 0, 0, 7992, 877, 1, 0, 0, 0, 7993, 7994, 5, 2, + 0, 0, 7994, 7995, 3, 1348, 674, 0, 7995, 7996, 5, 3, 0, 0, 7996, 879, 1, + 0, 0, 0, 7997, 7999, 3, 1346, 673, 0, 7998, 8000, 3, 878, 439, 0, 7999, + 7998, 1, 0, 0, 0, 7999, 8000, 1, 0, 0, 0, 8000, 881, 1, 0, 0, 0, 8001, + 8006, 3, 880, 440, 0, 8002, 8003, 5, 6, 0, 0, 8003, 8005, 3, 880, 440, + 0, 8004, 8002, 1, 0, 0, 0, 8005, 8008, 1, 0, 0, 0, 8006, 8004, 1, 0, 0, + 0, 8006, 8007, 1, 0, 0, 0, 8007, 883, 1, 0, 0, 0, 8008, 8006, 1, 0, 0, + 0, 8009, 8010, 3, 882, 441, 0, 8010, 885, 1, 0, 0, 0, 8011, 8012, 5, 203, + 0, 0, 8012, 8030, 3, 888, 444, 0, 8013, 8014, 5, 203, 0, 0, 8014, 8016, + 3, 862, 431, 0, 8015, 8017, 3, 872, 436, 0, 8016, 8015, 1, 0, 0, 0, 8016, + 8017, 1, 0, 0, 0, 8017, 8018, 1, 0, 0, 0, 8018, 8019, 3, 888, 444, 0, 8019, + 8030, 1, 0, 0, 0, 8020, 8021, 5, 203, 0, 0, 8021, 8022, 5, 128, 0, 0, 8022, + 8030, 3, 888, 444, 0, 8023, 8024, 5, 203, 0, 0, 8024, 8025, 5, 2, 0, 0, + 8025, 8026, 3, 890, 445, 0, 8026, 8027, 5, 3, 0, 0, 8027, 8028, 3, 888, + 444, 0, 8028, 8030, 1, 0, 0, 0, 8029, 8011, 1, 0, 0, 0, 8029, 8013, 1, + 0, 0, 0, 8029, 8020, 1, 0, 0, 0, 8029, 8023, 1, 0, 0, 0, 8030, 887, 1, + 0, 0, 0, 8031, 8041, 3, 968, 484, 0, 8032, 8041, 3, 910, 455, 0, 8033, + 8041, 3, 950, 475, 0, 8034, 8041, 3, 936, 468, 0, 8035, 8041, 3, 960, 480, + 0, 8036, 8041, 3, 266, 133, 0, 8037, 8041, 3, 272, 136, 0, 8038, 8041, + 3, 278, 139, 0, 8039, 8041, 3, 904, 452, 0, 8040, 8031, 1, 0, 0, 0, 8040, + 8032, 1, 0, 0, 0, 8040, 8033, 1, 0, 0, 0, 8040, 8034, 1, 0, 0, 0, 8040, + 8035, 1, 0, 0, 0, 8040, 8036, 1, 0, 0, 0, 8040, 8037, 1, 0, 0, 0, 8040, + 8038, 1, 0, 0, 0, 8040, 8039, 1, 0, 0, 0, 8041, 889, 1, 0, 0, 0, 8042, + 8047, 3, 892, 446, 0, 8043, 8044, 5, 6, 0, 0, 8044, 8046, 3, 892, 446, + 0, 8045, 8043, 1, 0, 0, 0, 8046, 8049, 1, 0, 0, 0, 8047, 8045, 1, 0, 0, + 0, 8047, 8048, 1, 0, 0, 0, 8048, 891, 1, 0, 0, 0, 8049, 8047, 1, 0, 0, + 0, 8050, 8052, 3, 894, 447, 0, 8051, 8053, 3, 896, 448, 0, 8052, 8051, + 1, 0, 0, 0, 8052, 8053, 1, 0, 0, 0, 8053, 893, 1, 0, 0, 0, 8054, 8057, + 3, 1388, 694, 0, 8055, 8057, 3, 862, 431, 0, 8056, 8054, 1, 0, 0, 0, 8056, + 8055, 1, 0, 0, 0, 8057, 895, 1, 0, 0, 0, 8058, 8061, 3, 66, 33, 0, 8059, + 8061, 3, 294, 147, 0, 8060, 8058, 1, 0, 0, 0, 8060, 8059, 1, 0, 0, 0, 8061, + 897, 1, 0, 0, 0, 8062, 8063, 5, 283, 0, 0, 8063, 8065, 3, 1350, 675, 0, + 8064, 8066, 3, 900, 450, 0, 8065, 8064, 1, 0, 0, 0, 8065, 8066, 1, 0, 0, + 0, 8066, 8067, 1, 0, 0, 0, 8067, 8068, 5, 36, 0, 0, 8068, 8069, 3, 902, + 451, 0, 8069, 899, 1, 0, 0, 0, 8070, 8071, 5, 2, 0, 0, 8071, 8072, 3, 1294, + 647, 0, 8072, 8073, 5, 3, 0, 0, 8073, 901, 1, 0, 0, 0, 8074, 8080, 3, 968, + 484, 0, 8075, 8080, 3, 910, 455, 0, 8076, 8080, 3, 950, 475, 0, 8077, 8080, + 3, 936, 468, 0, 8078, 8080, 3, 928, 464, 0, 8079, 8074, 1, 0, 0, 0, 8079, + 8075, 1, 0, 0, 0, 8079, 8076, 1, 0, 0, 0, 8079, 8077, 1, 0, 0, 0, 8079, + 8078, 1, 0, 0, 0, 8080, 903, 1, 0, 0, 0, 8081, 8082, 5, 202, 0, 0, 8082, + 8084, 3, 1350, 675, 0, 8083, 8085, 3, 906, 453, 0, 8084, 8083, 1, 0, 0, + 0, 8084, 8085, 1, 0, 0, 0, 8085, 8120, 1, 0, 0, 0, 8086, 8088, 5, 46, 0, + 0, 8087, 8089, 3, 174, 87, 0, 8088, 8087, 1, 0, 0, 0, 8088, 8089, 1, 0, + 0, 0, 8089, 8090, 1, 0, 0, 0, 8090, 8091, 5, 92, 0, 0, 8091, 8092, 3, 268, + 134, 0, 8092, 8093, 5, 36, 0, 0, 8093, 8094, 5, 202, 0, 0, 8094, 8096, + 3, 1350, 675, 0, 8095, 8097, 3, 906, 453, 0, 8096, 8095, 1, 0, 0, 0, 8096, + 8097, 1, 0, 0, 0, 8097, 8099, 1, 0, 0, 0, 8098, 8100, 3, 270, 135, 0, 8099, + 8098, 1, 0, 0, 0, 8099, 8100, 1, 0, 0, 0, 8100, 8120, 1, 0, 0, 0, 8101, + 8103, 5, 46, 0, 0, 8102, 8104, 3, 174, 87, 0, 8103, 8102, 1, 0, 0, 0, 8103, + 8104, 1, 0, 0, 0, 8104, 8105, 1, 0, 0, 0, 8105, 8106, 5, 92, 0, 0, 8106, + 8107, 5, 220, 0, 0, 8107, 8108, 5, 77, 0, 0, 8108, 8109, 5, 390, 0, 0, + 8109, 8110, 3, 268, 134, 0, 8110, 8111, 5, 36, 0, 0, 8111, 8112, 5, 202, + 0, 0, 8112, 8114, 3, 1350, 675, 0, 8113, 8115, 3, 906, 453, 0, 8114, 8113, + 1, 0, 0, 0, 8114, 8115, 1, 0, 0, 0, 8115, 8117, 1, 0, 0, 0, 8116, 8118, + 3, 270, 135, 0, 8117, 8116, 1, 0, 0, 0, 8117, 8118, 1, 0, 0, 0, 8118, 8120, + 1, 0, 0, 0, 8119, 8081, 1, 0, 0, 0, 8119, 8086, 1, 0, 0, 0, 8119, 8101, + 1, 0, 0, 0, 8120, 905, 1, 0, 0, 0, 8121, 8122, 5, 2, 0, 0, 8122, 8123, + 3, 1288, 644, 0, 8123, 8124, 5, 3, 0, 0, 8124, 907, 1, 0, 0, 0, 8125, 8126, + 5, 177, 0, 0, 8126, 8136, 3, 1350, 675, 0, 8127, 8128, 5, 177, 0, 0, 8128, + 8129, 5, 283, 0, 0, 8129, 8136, 3, 1350, 675, 0, 8130, 8131, 5, 177, 0, + 0, 8131, 8136, 5, 30, 0, 0, 8132, 8133, 5, 177, 0, 0, 8133, 8134, 5, 283, + 0, 0, 8134, 8136, 5, 30, 0, 0, 8135, 8125, 1, 0, 0, 0, 8135, 8127, 1, 0, + 0, 0, 8135, 8130, 1, 0, 0, 0, 8135, 8132, 1, 0, 0, 0, 8136, 909, 1, 0, + 0, 0, 8137, 8139, 3, 988, 494, 0, 8138, 8137, 1, 0, 0, 0, 8138, 8139, 1, + 0, 0, 0, 8139, 8140, 1, 0, 0, 0, 8140, 8141, 5, 232, 0, 0, 8141, 8142, + 5, 71, 0, 0, 8142, 8143, 3, 912, 456, 0, 8143, 8145, 3, 914, 457, 0, 8144, + 8146, 3, 922, 461, 0, 8145, 8144, 1, 0, 0, 0, 8145, 8146, 1, 0, 0, 0, 8146, + 8148, 1, 0, 0, 0, 8147, 8149, 3, 926, 463, 0, 8148, 8147, 1, 0, 0, 0, 8148, + 8149, 1, 0, 0, 0, 8149, 911, 1, 0, 0, 0, 8150, 8153, 3, 1346, 673, 0, 8151, + 8152, 5, 36, 0, 0, 8152, 8154, 3, 1382, 691, 0, 8153, 8151, 1, 0, 0, 0, + 8153, 8154, 1, 0, 0, 0, 8154, 913, 1, 0, 0, 0, 8155, 8175, 3, 968, 484, + 0, 8156, 8157, 5, 465, 0, 0, 8157, 8158, 3, 916, 458, 0, 8158, 8159, 5, + 452, 0, 0, 8159, 8160, 3, 968, 484, 0, 8160, 8175, 1, 0, 0, 0, 8161, 8162, + 5, 2, 0, 0, 8162, 8163, 3, 918, 459, 0, 8163, 8168, 5, 3, 0, 0, 8164, 8165, + 5, 465, 0, 0, 8165, 8166, 3, 916, 458, 0, 8166, 8167, 5, 452, 0, 0, 8167, + 8169, 1, 0, 0, 0, 8168, 8164, 1, 0, 0, 0, 8168, 8169, 1, 0, 0, 0, 8169, + 8170, 1, 0, 0, 0, 8170, 8171, 3, 968, 484, 0, 8171, 8175, 1, 0, 0, 0, 8172, + 8173, 5, 53, 0, 0, 8173, 8175, 5, 417, 0, 0, 8174, 8155, 1, 0, 0, 0, 8174, + 8156, 1, 0, 0, 0, 8174, 8161, 1, 0, 0, 0, 8174, 8172, 1, 0, 0, 0, 8175, + 915, 1, 0, 0, 0, 8176, 8177, 7, 39, 0, 0, 8177, 917, 1, 0, 0, 0, 8178, + 8183, 3, 920, 460, 0, 8179, 8180, 5, 6, 0, 0, 8180, 8182, 3, 920, 460, + 0, 8181, 8179, 1, 0, 0, 0, 8182, 8185, 1, 0, 0, 0, 8183, 8181, 1, 0, 0, + 0, 8183, 8184, 1, 0, 0, 0, 8184, 919, 1, 0, 0, 0, 8185, 8183, 1, 0, 0, + 0, 8186, 8187, 3, 1382, 691, 0, 8187, 8188, 3, 1334, 667, 0, 8188, 921, + 1, 0, 0, 0, 8189, 8190, 5, 80, 0, 0, 8190, 8192, 5, 466, 0, 0, 8191, 8193, + 3, 924, 462, 0, 8192, 8191, 1, 0, 0, 0, 8192, 8193, 1, 0, 0, 0, 8193, 8194, + 1, 0, 0, 0, 8194, 8202, 5, 57, 0, 0, 8195, 8196, 5, 362, 0, 0, 8196, 8197, + 5, 326, 0, 0, 8197, 8199, 3, 952, 476, 0, 8198, 8200, 3, 1102, 551, 0, + 8199, 8198, 1, 0, 0, 0, 8199, 8200, 1, 0, 0, 0, 8200, 8203, 1, 0, 0, 0, + 8201, 8203, 5, 263, 0, 0, 8202, 8195, 1, 0, 0, 0, 8202, 8201, 1, 0, 0, + 0, 8203, 923, 1, 0, 0, 0, 8204, 8205, 5, 2, 0, 0, 8205, 8206, 3, 604, 302, + 0, 8206, 8208, 5, 3, 0, 0, 8207, 8209, 3, 1102, 551, 0, 8208, 8207, 1, + 0, 0, 0, 8208, 8209, 1, 0, 0, 0, 8209, 8214, 1, 0, 0, 0, 8210, 8211, 5, + 80, 0, 0, 8211, 8212, 5, 45, 0, 0, 8212, 8214, 3, 1350, 675, 0, 8213, 8204, + 1, 0, 0, 0, 8213, 8210, 1, 0, 0, 0, 8214, 925, 1, 0, 0, 0, 8215, 8216, + 5, 87, 0, 0, 8216, 8217, 3, 1338, 669, 0, 8217, 927, 1, 0, 0, 0, 8218, + 8220, 3, 980, 490, 0, 8219, 8218, 1, 0, 0, 0, 8219, 8220, 1, 0, 0, 0, 8220, + 8221, 1, 0, 0, 0, 8221, 8222, 5, 253, 0, 0, 8222, 8224, 5, 71, 0, 0, 8223, + 8225, 5, 81, 0, 0, 8224, 8223, 1, 0, 0, 0, 8224, 8225, 1, 0, 0, 0, 8225, + 8226, 1, 0, 0, 0, 8226, 8228, 3, 1346, 673, 0, 8227, 8229, 3, 1070, 535, + 0, 8228, 8227, 1, 0, 0, 0, 8228, 8229, 1, 0, 0, 0, 8229, 8230, 1, 0, 0, + 0, 8230, 8233, 5, 100, 0, 0, 8231, 8234, 3, 970, 485, 0, 8232, 8234, 3, + 1346, 673, 0, 8233, 8231, 1, 0, 0, 0, 8233, 8232, 1, 0, 0, 0, 8234, 8236, + 1, 0, 0, 0, 8235, 8237, 3, 1070, 535, 0, 8236, 8235, 1, 0, 0, 0, 8236, + 8237, 1, 0, 0, 0, 8237, 8238, 1, 0, 0, 0, 8238, 8239, 5, 80, 0, 0, 8239, + 8248, 3, 1170, 585, 0, 8240, 8242, 3, 930, 465, 0, 8241, 8243, 3, 932, + 466, 0, 8242, 8241, 1, 0, 0, 0, 8242, 8243, 1, 0, 0, 0, 8243, 8249, 1, + 0, 0, 0, 8244, 8246, 3, 932, 466, 0, 8245, 8247, 3, 930, 465, 0, 8246, + 8245, 1, 0, 0, 0, 8246, 8247, 1, 0, 0, 0, 8247, 8249, 1, 0, 0, 0, 8248, + 8240, 1, 0, 0, 0, 8248, 8244, 1, 0, 0, 0, 8249, 8251, 1, 0, 0, 0, 8250, + 8252, 3, 934, 467, 0, 8251, 8250, 1, 0, 0, 0, 8251, 8252, 1, 0, 0, 0, 8252, + 929, 1, 0, 0, 0, 8253, 8254, 5, 102, 0, 0, 8254, 8255, 5, 77, 0, 0, 8255, + 8258, 5, 250, 0, 0, 8256, 8257, 5, 33, 0, 0, 8257, 8259, 3, 1170, 585, + 0, 8258, 8256, 1, 0, 0, 0, 8258, 8259, 1, 0, 0, 0, 8259, 8261, 1, 0, 0, + 0, 8260, 8262, 5, 93, 0, 0, 8261, 8260, 1, 0, 0, 0, 8261, 8262, 1, 0, 0, + 0, 8262, 8263, 1, 0, 0, 0, 8263, 8268, 5, 232, 0, 0, 8264, 8265, 5, 2, + 0, 0, 8265, 8266, 3, 918, 459, 0, 8266, 8267, 5, 3, 0, 0, 8267, 8269, 1, + 0, 0, 0, 8268, 8264, 1, 0, 0, 0, 8268, 8269, 1, 0, 0, 0, 8269, 8270, 1, + 0, 0, 0, 8270, 8271, 3, 1060, 530, 0, 8271, 931, 1, 0, 0, 0, 8272, 8273, + 5, 102, 0, 0, 8273, 8276, 5, 250, 0, 0, 8274, 8275, 5, 33, 0, 0, 8275, + 8277, 3, 1170, 585, 0, 8276, 8274, 1, 0, 0, 0, 8276, 8277, 1, 0, 0, 0, + 8277, 8279, 1, 0, 0, 0, 8278, 8280, 5, 93, 0, 0, 8279, 8278, 1, 0, 0, 0, + 8279, 8280, 1, 0, 0, 0, 8280, 8281, 1, 0, 0, 0, 8281, 8282, 5, 362, 0, + 0, 8282, 8283, 5, 326, 0, 0, 8283, 8284, 3, 952, 476, 0, 8284, 933, 1, + 0, 0, 0, 8285, 8286, 5, 102, 0, 0, 8286, 8288, 5, 250, 0, 0, 8287, 8289, + 5, 93, 0, 0, 8288, 8287, 1, 0, 0, 0, 8288, 8289, 1, 0, 0, 0, 8289, 8290, + 1, 0, 0, 0, 8290, 8291, 5, 182, 0, 0, 8291, 935, 1, 0, 0, 0, 8292, 8294, + 3, 988, 494, 0, 8293, 8292, 1, 0, 0, 0, 8293, 8294, 1, 0, 0, 0, 8294, 8295, + 1, 0, 0, 0, 8295, 8296, 5, 182, 0, 0, 8296, 8297, 5, 64, 0, 0, 8297, 8299, + 3, 1086, 543, 0, 8298, 8300, 3, 938, 469, 0, 8299, 8298, 1, 0, 0, 0, 8299, + 8300, 1, 0, 0, 0, 8300, 8302, 1, 0, 0, 0, 8301, 8303, 3, 1104, 552, 0, + 8302, 8301, 1, 0, 0, 0, 8302, 8303, 1, 0, 0, 0, 8303, 8305, 1, 0, 0, 0, + 8304, 8306, 3, 926, 463, 0, 8305, 8304, 1, 0, 0, 0, 8305, 8306, 1, 0, 0, + 0, 8306, 937, 1, 0, 0, 0, 8307, 8308, 5, 100, 0, 0, 8308, 8309, 3, 1064, + 532, 0, 8309, 939, 1, 0, 0, 0, 8310, 8312, 5, 247, 0, 0, 8311, 8313, 3, + 996, 498, 0, 8312, 8311, 1, 0, 0, 0, 8312, 8313, 1, 0, 0, 0, 8313, 8314, + 1, 0, 0, 0, 8314, 8316, 3, 1084, 542, 0, 8315, 8317, 3, 942, 471, 0, 8316, + 8315, 1, 0, 0, 0, 8316, 8317, 1, 0, 0, 0, 8317, 8319, 1, 0, 0, 0, 8318, + 8320, 3, 946, 473, 0, 8319, 8318, 1, 0, 0, 0, 8319, 8320, 1, 0, 0, 0, 8320, + 941, 1, 0, 0, 0, 8321, 8322, 5, 68, 0, 0, 8322, 8323, 3, 944, 472, 0, 8323, + 8324, 5, 256, 0, 0, 8324, 943, 1, 0, 0, 0, 8325, 8326, 5, 131, 0, 0, 8326, + 8338, 7, 40, 0, 0, 8327, 8328, 5, 409, 0, 0, 8328, 8338, 7, 40, 0, 0, 8329, + 8334, 5, 327, 0, 0, 8330, 8331, 5, 362, 0, 0, 8331, 8335, 5, 201, 0, 0, + 8332, 8333, 5, 409, 0, 0, 8333, 8335, 5, 201, 0, 0, 8334, 8330, 1, 0, 0, + 0, 8334, 8332, 1, 0, 0, 0, 8334, 8335, 1, 0, 0, 0, 8335, 8338, 1, 0, 0, + 0, 8336, 8338, 5, 201, 0, 0, 8337, 8325, 1, 0, 0, 0, 8337, 8327, 1, 0, + 0, 0, 8337, 8329, 1, 0, 0, 0, 8337, 8336, 1, 0, 0, 0, 8338, 945, 1, 0, + 0, 0, 8339, 8340, 5, 265, 0, 0, 8340, 947, 1, 0, 0, 0, 8341, 8345, 5, 265, + 0, 0, 8342, 8343, 5, 467, 0, 0, 8343, 8345, 5, 468, 0, 0, 8344, 8341, 1, + 0, 0, 0, 8344, 8342, 1, 0, 0, 0, 8345, 949, 1, 0, 0, 0, 8346, 8348, 3, + 988, 494, 0, 8347, 8346, 1, 0, 0, 0, 8347, 8348, 1, 0, 0, 0, 8348, 8349, + 1, 0, 0, 0, 8349, 8350, 5, 362, 0, 0, 8350, 8351, 3, 1086, 543, 0, 8351, + 8352, 5, 326, 0, 0, 8352, 8354, 3, 952, 476, 0, 8353, 8355, 3, 1062, 531, + 0, 8354, 8353, 1, 0, 0, 0, 8354, 8355, 1, 0, 0, 0, 8355, 8357, 1, 0, 0, + 0, 8356, 8358, 3, 1104, 552, 0, 8357, 8356, 1, 0, 0, 0, 8357, 8358, 1, + 0, 0, 0, 8358, 8360, 1, 0, 0, 0, 8359, 8361, 3, 926, 463, 0, 8360, 8359, + 1, 0, 0, 0, 8360, 8361, 1, 0, 0, 0, 8361, 951, 1, 0, 0, 0, 8362, 8367, + 3, 954, 477, 0, 8363, 8364, 5, 6, 0, 0, 8364, 8366, 3, 954, 477, 0, 8365, + 8363, 1, 0, 0, 0, 8366, 8369, 1, 0, 0, 0, 8367, 8365, 1, 0, 0, 0, 8367, + 8368, 1, 0, 0, 0, 8368, 953, 1, 0, 0, 0, 8369, 8367, 1, 0, 0, 0, 8370, + 8371, 3, 956, 478, 0, 8371, 8372, 5, 10, 0, 0, 8372, 8373, 3, 1170, 585, + 0, 8373, 8381, 1, 0, 0, 0, 8374, 8375, 5, 2, 0, 0, 8375, 8376, 3, 958, + 479, 0, 8376, 8377, 5, 3, 0, 0, 8377, 8378, 5, 10, 0, 0, 8378, 8379, 3, + 1170, 585, 0, 8379, 8381, 1, 0, 0, 0, 8380, 8370, 1, 0, 0, 0, 8380, 8374, + 1, 0, 0, 0, 8381, 955, 1, 0, 0, 0, 8382, 8383, 3, 1382, 691, 0, 8383, 8384, + 3, 1334, 667, 0, 8384, 957, 1, 0, 0, 0, 8385, 8390, 3, 956, 478, 0, 8386, + 8387, 5, 6, 0, 0, 8387, 8389, 3, 956, 478, 0, 8388, 8386, 1, 0, 0, 0, 8389, + 8392, 1, 0, 0, 0, 8390, 8388, 1, 0, 0, 0, 8390, 8391, 1, 0, 0, 0, 8391, + 959, 1, 0, 0, 0, 8392, 8390, 1, 0, 0, 0, 8393, 8394, 5, 178, 0, 0, 8394, + 8395, 3, 962, 481, 0, 8395, 8396, 3, 964, 482, 0, 8396, 8398, 5, 172, 0, + 0, 8397, 8399, 3, 966, 483, 0, 8398, 8397, 1, 0, 0, 0, 8398, 8399, 1, 0, + 0, 0, 8399, 8400, 1, 0, 0, 0, 8400, 8401, 5, 62, 0, 0, 8401, 8402, 3, 968, + 484, 0, 8402, 961, 1, 0, 0, 0, 8403, 8404, 3, 1350, 675, 0, 8404, 963, + 1, 0, 0, 0, 8405, 8406, 5, 262, 0, 0, 8406, 8411, 5, 317, 0, 0, 8407, 8411, + 5, 317, 0, 0, 8408, 8411, 5, 107, 0, 0, 8409, 8411, 5, 231, 0, 0, 8410, + 8405, 1, 0, 0, 0, 8410, 8407, 1, 0, 0, 0, 8410, 8408, 1, 0, 0, 0, 8410, + 8409, 1, 0, 0, 0, 8411, 8414, 1, 0, 0, 0, 8412, 8410, 1, 0, 0, 0, 8412, + 8413, 1, 0, 0, 0, 8413, 965, 1, 0, 0, 0, 8414, 8412, 1, 0, 0, 0, 8415, + 8416, 5, 105, 0, 0, 8416, 8420, 5, 217, 0, 0, 8417, 8418, 5, 372, 0, 0, + 8418, 8420, 5, 217, 0, 0, 8419, 8415, 1, 0, 0, 0, 8419, 8417, 1, 0, 0, + 0, 8420, 967, 1, 0, 0, 0, 8421, 8424, 3, 972, 486, 0, 8422, 8424, 3, 970, + 485, 0, 8423, 8421, 1, 0, 0, 0, 8423, 8422, 1, 0, 0, 0, 8424, 969, 1, 0, + 0, 0, 8425, 8426, 5, 2, 0, 0, 8426, 8427, 3, 972, 486, 0, 8427, 8428, 5, + 3, 0, 0, 8428, 8434, 1, 0, 0, 0, 8429, 8430, 5, 2, 0, 0, 8430, 8431, 3, + 970, 485, 0, 8431, 8432, 5, 3, 0, 0, 8432, 8434, 1, 0, 0, 0, 8433, 8425, + 1, 0, 0, 0, 8433, 8429, 1, 0, 0, 0, 8434, 971, 1, 0, 0, 0, 8435, 8437, + 3, 974, 487, 0, 8436, 8438, 3, 1004, 502, 0, 8437, 8436, 1, 0, 0, 0, 8437, + 8438, 1, 0, 0, 0, 8438, 8447, 1, 0, 0, 0, 8439, 8441, 3, 1048, 524, 0, + 8440, 8442, 3, 1014, 507, 0, 8441, 8440, 1, 0, 0, 0, 8441, 8442, 1, 0, + 0, 0, 8442, 8448, 1, 0, 0, 0, 8443, 8445, 3, 1012, 506, 0, 8444, 8446, + 3, 1050, 525, 0, 8445, 8444, 1, 0, 0, 0, 8445, 8446, 1, 0, 0, 0, 8446, + 8448, 1, 0, 0, 0, 8447, 8439, 1, 0, 0, 0, 8447, 8443, 1, 0, 0, 0, 8447, + 8448, 1, 0, 0, 0, 8448, 8465, 1, 0, 0, 0, 8449, 8450, 3, 980, 490, 0, 8450, + 8452, 3, 974, 487, 0, 8451, 8453, 3, 1004, 502, 0, 8452, 8451, 1, 0, 0, + 0, 8452, 8453, 1, 0, 0, 0, 8453, 8462, 1, 0, 0, 0, 8454, 8456, 3, 1048, + 524, 0, 8455, 8457, 3, 1014, 507, 0, 8456, 8455, 1, 0, 0, 0, 8456, 8457, + 1, 0, 0, 0, 8457, 8463, 1, 0, 0, 0, 8458, 8460, 3, 1012, 506, 0, 8459, + 8461, 3, 1050, 525, 0, 8460, 8459, 1, 0, 0, 0, 8460, 8461, 1, 0, 0, 0, + 8461, 8463, 1, 0, 0, 0, 8462, 8454, 1, 0, 0, 0, 8462, 8458, 1, 0, 0, 0, + 8462, 8463, 1, 0, 0, 0, 8463, 8465, 1, 0, 0, 0, 8464, 8435, 1, 0, 0, 0, + 8464, 8449, 1, 0, 0, 0, 8465, 973, 1, 0, 0, 0, 8466, 8474, 3, 976, 488, + 0, 8467, 8469, 7, 41, 0, 0, 8468, 8470, 3, 998, 499, 0, 8469, 8468, 1, + 0, 0, 0, 8469, 8470, 1, 0, 0, 0, 8470, 8471, 1, 0, 0, 0, 8471, 8473, 3, + 976, 488, 0, 8472, 8467, 1, 0, 0, 0, 8473, 8476, 1, 0, 0, 0, 8474, 8472, + 1, 0, 0, 0, 8474, 8475, 1, 0, 0, 0, 8475, 975, 1, 0, 0, 0, 8476, 8474, + 1, 0, 0, 0, 8477, 8485, 3, 978, 489, 0, 8478, 8480, 5, 70, 0, 0, 8479, + 8481, 3, 998, 499, 0, 8480, 8479, 1, 0, 0, 0, 8480, 8481, 1, 0, 0, 0, 8481, + 8482, 1, 0, 0, 0, 8482, 8484, 3, 978, 489, 0, 8483, 8478, 1, 0, 0, 0, 8484, + 8487, 1, 0, 0, 0, 8485, 8483, 1, 0, 0, 0, 8485, 8486, 1, 0, 0, 0, 8486, + 977, 1, 0, 0, 0, 8487, 8485, 1, 0, 0, 0, 8488, 8501, 5, 88, 0, 0, 8489, + 8491, 3, 1002, 501, 0, 8490, 8489, 1, 0, 0, 0, 8490, 8491, 1, 0, 0, 0, + 8491, 8493, 1, 0, 0, 0, 8492, 8494, 3, 990, 495, 0, 8493, 8492, 1, 0, 0, + 0, 8493, 8494, 1, 0, 0, 0, 8494, 8496, 1, 0, 0, 0, 8495, 8497, 3, 1336, + 668, 0, 8496, 8495, 1, 0, 0, 0, 8496, 8497, 1, 0, 0, 0, 8497, 8502, 1, + 0, 0, 0, 8498, 8499, 3, 1000, 500, 0, 8499, 8500, 3, 1338, 669, 0, 8500, + 8502, 1, 0, 0, 0, 8501, 8490, 1, 0, 0, 0, 8501, 8498, 1, 0, 0, 0, 8502, + 8504, 1, 0, 0, 0, 8503, 8505, 3, 990, 495, 0, 8504, 8503, 1, 0, 0, 0, 8504, + 8505, 1, 0, 0, 0, 8505, 8507, 1, 0, 0, 0, 8506, 8508, 3, 1062, 531, 0, + 8507, 8506, 1, 0, 0, 0, 8507, 8508, 1, 0, 0, 0, 8508, 8510, 1, 0, 0, 0, + 8509, 8511, 3, 1102, 551, 0, 8510, 8509, 1, 0, 0, 0, 8510, 8511, 1, 0, + 0, 0, 8511, 8513, 1, 0, 0, 0, 8512, 8514, 3, 1032, 516, 0, 8513, 8512, + 1, 0, 0, 0, 8513, 8514, 1, 0, 0, 0, 8514, 8516, 1, 0, 0, 0, 8515, 8517, + 3, 1046, 523, 0, 8516, 8515, 1, 0, 0, 0, 8516, 8517, 1, 0, 0, 0, 8517, + 8519, 1, 0, 0, 0, 8518, 8520, 3, 1248, 624, 0, 8519, 8518, 1, 0, 0, 0, + 8519, 8520, 1, 0, 0, 0, 8520, 8526, 1, 0, 0, 0, 8521, 8526, 3, 1060, 530, + 0, 8522, 8523, 5, 92, 0, 0, 8523, 8526, 3, 1082, 541, 0, 8524, 8526, 3, + 970, 485, 0, 8525, 8488, 1, 0, 0, 0, 8525, 8521, 1, 0, 0, 0, 8525, 8522, + 1, 0, 0, 0, 8525, 8524, 1, 0, 0, 0, 8526, 979, 1, 0, 0, 0, 8527, 8529, + 5, 105, 0, 0, 8528, 8530, 5, 296, 0, 0, 8529, 8528, 1, 0, 0, 0, 8529, 8530, + 1, 0, 0, 0, 8530, 8531, 1, 0, 0, 0, 8531, 8532, 3, 982, 491, 0, 8532, 981, + 1, 0, 0, 0, 8533, 8538, 3, 984, 492, 0, 8534, 8535, 5, 6, 0, 0, 8535, 8537, + 3, 984, 492, 0, 8536, 8534, 1, 0, 0, 0, 8537, 8540, 1, 0, 0, 0, 8538, 8536, + 1, 0, 0, 0, 8538, 8539, 1, 0, 0, 0, 8539, 983, 1, 0, 0, 0, 8540, 8538, + 1, 0, 0, 0, 8541, 8543, 3, 1350, 675, 0, 8542, 8544, 3, 878, 439, 0, 8543, + 8542, 1, 0, 0, 0, 8543, 8544, 1, 0, 0, 0, 8544, 8545, 1, 0, 0, 0, 8545, + 8547, 5, 36, 0, 0, 8546, 8548, 3, 986, 493, 0, 8547, 8546, 1, 0, 0, 0, + 8547, 8548, 1, 0, 0, 0, 8548, 8549, 1, 0, 0, 0, 8549, 8550, 5, 2, 0, 0, + 8550, 8551, 3, 902, 451, 0, 8551, 8552, 5, 3, 0, 0, 8552, 985, 1, 0, 0, + 0, 8553, 8557, 5, 251, 0, 0, 8554, 8555, 5, 77, 0, 0, 8555, 8557, 5, 251, + 0, 0, 8556, 8553, 1, 0, 0, 0, 8556, 8554, 1, 0, 0, 0, 8557, 987, 1, 0, + 0, 0, 8558, 8559, 3, 980, 490, 0, 8559, 989, 1, 0, 0, 0, 8560, 8566, 5, + 71, 0, 0, 8561, 8563, 3, 992, 496, 0, 8562, 8561, 1, 0, 0, 0, 8562, 8563, + 1, 0, 0, 0, 8563, 8564, 1, 0, 0, 0, 8564, 8567, 3, 994, 497, 0, 8565, 8567, + 3, 1576, 788, 0, 8566, 8562, 1, 0, 0, 0, 8566, 8565, 1, 0, 0, 0, 8567, + 991, 1, 0, 0, 0, 8568, 8569, 5, 339, 0, 0, 8569, 993, 1, 0, 0, 0, 8570, + 8572, 7, 42, 0, 0, 8571, 8570, 1, 0, 0, 0, 8571, 8572, 1, 0, 0, 0, 8572, + 8573, 1, 0, 0, 0, 8573, 8575, 7, 12, 0, 0, 8574, 8576, 3, 996, 498, 0, + 8575, 8574, 1, 0, 0, 0, 8575, 8576, 1, 0, 0, 0, 8576, 8577, 1, 0, 0, 0, + 8577, 8587, 3, 1346, 673, 0, 8578, 8580, 5, 360, 0, 0, 8579, 8581, 3, 996, + 498, 0, 8580, 8579, 1, 0, 0, 0, 8580, 8581, 1, 0, 0, 0, 8581, 8582, 1, + 0, 0, 0, 8582, 8587, 3, 1346, 673, 0, 8583, 8584, 5, 92, 0, 0, 8584, 8587, + 3, 1346, 673, 0, 8585, 8587, 3, 1346, 673, 0, 8586, 8571, 1, 0, 0, 0, 8586, + 8578, 1, 0, 0, 0, 8586, 8583, 1, 0, 0, 0, 8586, 8585, 1, 0, 0, 0, 8587, + 995, 1, 0, 0, 0, 8588, 8589, 5, 92, 0, 0, 8589, 997, 1, 0, 0, 0, 8590, + 8591, 7, 43, 0, 0, 8591, 999, 1, 0, 0, 0, 8592, 8598, 5, 56, 0, 0, 8593, + 8594, 5, 80, 0, 0, 8594, 8595, 5, 2, 0, 0, 8595, 8596, 3, 1288, 644, 0, + 8596, 8597, 5, 3, 0, 0, 8597, 8599, 1, 0, 0, 0, 8598, 8593, 1, 0, 0, 0, + 8598, 8599, 1, 0, 0, 0, 8599, 1001, 1, 0, 0, 0, 8600, 8601, 5, 30, 0, 0, + 8601, 1003, 1, 0, 0, 0, 8602, 8603, 3, 1006, 503, 0, 8603, 1005, 1, 0, + 0, 0, 8604, 8605, 5, 83, 0, 0, 8605, 8606, 5, 147, 0, 0, 8606, 8607, 3, + 1008, 504, 0, 8607, 1007, 1, 0, 0, 0, 8608, 8613, 3, 1010, 505, 0, 8609, + 8610, 5, 6, 0, 0, 8610, 8612, 3, 1010, 505, 0, 8611, 8609, 1, 0, 0, 0, + 8612, 8615, 1, 0, 0, 0, 8613, 8611, 1, 0, 0, 0, 8613, 8614, 1, 0, 0, 0, + 8614, 1009, 1, 0, 0, 0, 8615, 8613, 1, 0, 0, 0, 8616, 8622, 3, 1170, 585, + 0, 8617, 8618, 5, 100, 0, 0, 8618, 8623, 3, 1284, 642, 0, 8619, 8621, 3, + 618, 309, 0, 8620, 8619, 1, 0, 0, 0, 8620, 8621, 1, 0, 0, 0, 8621, 8623, + 1, 0, 0, 0, 8622, 8617, 1, 0, 0, 0, 8622, 8620, 1, 0, 0, 0, 8623, 8625, + 1, 0, 0, 0, 8624, 8626, 3, 620, 310, 0, 8625, 8624, 1, 0, 0, 0, 8625, 8626, + 1, 0, 0, 0, 8626, 1011, 1, 0, 0, 0, 8627, 8629, 3, 1016, 508, 0, 8628, + 8630, 3, 1018, 509, 0, 8629, 8628, 1, 0, 0, 0, 8629, 8630, 1, 0, 0, 0, + 8630, 8636, 1, 0, 0, 0, 8631, 8633, 3, 1018, 509, 0, 8632, 8634, 3, 1016, + 508, 0, 8633, 8632, 1, 0, 0, 0, 8633, 8634, 1, 0, 0, 0, 8634, 8636, 1, + 0, 0, 0, 8635, 8627, 1, 0, 0, 0, 8635, 8631, 1, 0, 0, 0, 8636, 1013, 1, + 0, 0, 0, 8637, 8638, 3, 1012, 506, 0, 8638, 1015, 1, 0, 0, 0, 8639, 8640, + 5, 74, 0, 0, 8640, 8643, 3, 1020, 510, 0, 8641, 8642, 5, 6, 0, 0, 8642, + 8644, 3, 1022, 511, 0, 8643, 8641, 1, 0, 0, 0, 8643, 8644, 1, 0, 0, 0, + 8644, 8663, 1, 0, 0, 0, 8645, 8646, 5, 61, 0, 0, 8646, 8660, 3, 1030, 515, + 0, 8647, 8648, 3, 1024, 512, 0, 8648, 8652, 3, 1028, 514, 0, 8649, 8653, + 5, 81, 0, 0, 8650, 8651, 5, 105, 0, 0, 8651, 8653, 5, 469, 0, 0, 8652, + 8649, 1, 0, 0, 0, 8652, 8650, 1, 0, 0, 0, 8653, 8661, 1, 0, 0, 0, 8654, + 8658, 3, 1028, 514, 0, 8655, 8659, 5, 81, 0, 0, 8656, 8657, 5, 105, 0, + 0, 8657, 8659, 5, 469, 0, 0, 8658, 8655, 1, 0, 0, 0, 8658, 8656, 1, 0, + 0, 0, 8659, 8661, 1, 0, 0, 0, 8660, 8647, 1, 0, 0, 0, 8660, 8654, 1, 0, + 0, 0, 8661, 8663, 1, 0, 0, 0, 8662, 8639, 1, 0, 0, 0, 8662, 8645, 1, 0, + 0, 0, 8663, 1017, 1, 0, 0, 0, 8664, 8669, 5, 79, 0, 0, 8665, 8670, 3, 1022, + 511, 0, 8666, 8667, 3, 1024, 512, 0, 8667, 8668, 3, 1028, 514, 0, 8668, + 8670, 1, 0, 0, 0, 8669, 8665, 1, 0, 0, 0, 8669, 8666, 1, 0, 0, 0, 8670, + 1019, 1, 0, 0, 0, 8671, 8674, 3, 1170, 585, 0, 8672, 8674, 5, 30, 0, 0, + 8673, 8671, 1, 0, 0, 0, 8673, 8672, 1, 0, 0, 0, 8674, 1021, 1, 0, 0, 0, + 8675, 8676, 3, 1170, 585, 0, 8676, 1023, 1, 0, 0, 0, 8677, 8683, 3, 1214, + 607, 0, 8678, 8679, 5, 12, 0, 0, 8679, 8683, 3, 1026, 513, 0, 8680, 8681, + 5, 13, 0, 0, 8681, 8683, 3, 1026, 513, 0, 8682, 8677, 1, 0, 0, 0, 8682, + 8678, 1, 0, 0, 0, 8682, 8680, 1, 0, 0, 0, 8683, 1025, 1, 0, 0, 0, 8684, + 8687, 3, 1366, 683, 0, 8685, 8687, 3, 1364, 682, 0, 8686, 8684, 1, 0, 0, + 0, 8686, 8685, 1, 0, 0, 0, 8687, 1027, 1, 0, 0, 0, 8688, 8689, 7, 44, 0, + 0, 8689, 1029, 1, 0, 0, 0, 8690, 8691, 7, 45, 0, 0, 8691, 1031, 1, 0, 0, + 0, 8692, 8693, 5, 66, 0, 0, 8693, 8694, 5, 147, 0, 0, 8694, 8695, 3, 1034, + 517, 0, 8695, 1033, 1, 0, 0, 0, 8696, 8701, 3, 1036, 518, 0, 8697, 8698, + 5, 6, 0, 0, 8698, 8700, 3, 1036, 518, 0, 8699, 8697, 1, 0, 0, 0, 8700, + 8703, 1, 0, 0, 0, 8701, 8699, 1, 0, 0, 0, 8701, 8702, 1, 0, 0, 0, 8702, + 1035, 1, 0, 0, 0, 8703, 8701, 1, 0, 0, 0, 8704, 8710, 3, 1170, 585, 0, + 8705, 8710, 3, 1038, 519, 0, 8706, 8710, 3, 1042, 521, 0, 8707, 8710, 3, + 1040, 520, 0, 8708, 8710, 3, 1044, 522, 0, 8709, 8704, 1, 0, 0, 0, 8709, + 8705, 1, 0, 0, 0, 8709, 8706, 1, 0, 0, 0, 8709, 8707, 1, 0, 0, 0, 8709, + 8708, 1, 0, 0, 0, 8710, 1037, 1, 0, 0, 0, 8711, 8712, 5, 2, 0, 0, 8712, + 8713, 5, 3, 0, 0, 8713, 1039, 1, 0, 0, 0, 8714, 8715, 5, 470, 0, 0, 8715, + 8716, 5, 2, 0, 0, 8716, 8717, 3, 1288, 644, 0, 8717, 8718, 5, 3, 0, 0, + 8718, 1041, 1, 0, 0, 0, 8719, 8720, 5, 471, 0, 0, 8720, 8721, 5, 2, 0, + 0, 8721, 8722, 3, 1288, 644, 0, 8722, 8723, 5, 3, 0, 0, 8723, 1043, 1, + 0, 0, 0, 8724, 8725, 5, 472, 0, 0, 8725, 8726, 5, 473, 0, 0, 8726, 8727, + 5, 2, 0, 0, 8727, 8728, 3, 1034, 517, 0, 8728, 8729, 5, 3, 0, 0, 8729, + 1045, 1, 0, 0, 0, 8730, 8731, 5, 67, 0, 0, 8731, 8732, 3, 1170, 585, 0, + 8732, 1047, 1, 0, 0, 0, 8733, 8738, 3, 1052, 526, 0, 8734, 8735, 5, 62, + 0, 0, 8735, 8736, 5, 293, 0, 0, 8736, 8738, 5, 81, 0, 0, 8737, 8733, 1, + 0, 0, 0, 8737, 8734, 1, 0, 0, 0, 8738, 1049, 1, 0, 0, 0, 8739, 8740, 3, + 1048, 524, 0, 8740, 1051, 1, 0, 0, 0, 8741, 8743, 3, 1054, 527, 0, 8742, + 8741, 1, 0, 0, 0, 8743, 8744, 1, 0, 0, 0, 8744, 8742, 1, 0, 0, 0, 8744, + 8745, 1, 0, 0, 0, 8745, 1053, 1, 0, 0, 0, 8746, 8748, 3, 1056, 528, 0, + 8747, 8749, 3, 1058, 529, 0, 8748, 8747, 1, 0, 0, 0, 8748, 8749, 1, 0, + 0, 0, 8749, 8751, 1, 0, 0, 0, 8750, 8752, 3, 948, 474, 0, 8751, 8750, 1, + 0, 0, 0, 8751, 8752, 1, 0, 0, 0, 8752, 1055, 1, 0, 0, 0, 8753, 8763, 5, + 62, 0, 0, 8754, 8755, 5, 262, 0, 0, 8755, 8757, 5, 236, 0, 0, 8756, 8754, + 1, 0, 0, 0, 8756, 8757, 1, 0, 0, 0, 8757, 8758, 1, 0, 0, 0, 8758, 8764, + 5, 362, 0, 0, 8759, 8761, 5, 236, 0, 0, 8760, 8759, 1, 0, 0, 0, 8760, 8761, + 1, 0, 0, 0, 8761, 8762, 1, 0, 0, 0, 8762, 8764, 5, 327, 0, 0, 8763, 8756, + 1, 0, 0, 0, 8763, 8760, 1, 0, 0, 0, 8764, 1057, 1, 0, 0, 0, 8765, 8766, + 5, 268, 0, 0, 8766, 8767, 3, 1344, 672, 0, 8767, 1059, 1, 0, 0, 0, 8768, + 8769, 5, 417, 0, 0, 8769, 8770, 5, 2, 0, 0, 8770, 8771, 3, 1288, 644, 0, + 8771, 8779, 5, 3, 0, 0, 8772, 8773, 5, 6, 0, 0, 8773, 8774, 5, 2, 0, 0, + 8774, 8775, 3, 1288, 644, 0, 8775, 8776, 5, 3, 0, 0, 8776, 8778, 1, 0, + 0, 0, 8777, 8772, 1, 0, 0, 0, 8778, 8781, 1, 0, 0, 0, 8779, 8777, 1, 0, + 0, 0, 8779, 8780, 1, 0, 0, 0, 8780, 1061, 1, 0, 0, 0, 8781, 8779, 1, 0, + 0, 0, 8782, 8783, 5, 64, 0, 0, 8783, 8784, 3, 1064, 532, 0, 8784, 1063, + 1, 0, 0, 0, 8785, 8790, 3, 1066, 533, 0, 8786, 8787, 5, 6, 0, 0, 8787, + 8789, 3, 1066, 533, 0, 8788, 8786, 1, 0, 0, 0, 8789, 8792, 1, 0, 0, 0, + 8790, 8788, 1, 0, 0, 0, 8790, 8791, 1, 0, 0, 0, 8791, 1065, 1, 0, 0, 0, + 8792, 8790, 1, 0, 0, 0, 8793, 8795, 3, 1082, 541, 0, 8794, 8796, 3, 1072, + 536, 0, 8795, 8794, 1, 0, 0, 0, 8795, 8796, 1, 0, 0, 0, 8796, 8798, 1, + 0, 0, 0, 8797, 8799, 3, 1088, 544, 0, 8798, 8797, 1, 0, 0, 0, 8798, 8799, + 1, 0, 0, 0, 8799, 8852, 1, 0, 0, 0, 8800, 8802, 3, 1092, 546, 0, 8801, + 8803, 3, 1076, 538, 0, 8802, 8801, 1, 0, 0, 0, 8802, 8803, 1, 0, 0, 0, + 8803, 8852, 1, 0, 0, 0, 8804, 8806, 3, 1112, 556, 0, 8805, 8807, 3, 1072, + 536, 0, 8806, 8805, 1, 0, 0, 0, 8806, 8807, 1, 0, 0, 0, 8807, 8852, 1, + 0, 0, 0, 8808, 8810, 3, 970, 485, 0, 8809, 8811, 3, 1072, 536, 0, 8810, + 8809, 1, 0, 0, 0, 8810, 8811, 1, 0, 0, 0, 8811, 8852, 1, 0, 0, 0, 8812, + 8825, 5, 72, 0, 0, 8813, 8815, 3, 1112, 556, 0, 8814, 8816, 3, 1072, 536, + 0, 8815, 8814, 1, 0, 0, 0, 8815, 8816, 1, 0, 0, 0, 8816, 8826, 1, 0, 0, + 0, 8817, 8819, 3, 1092, 546, 0, 8818, 8820, 3, 1076, 538, 0, 8819, 8818, + 1, 0, 0, 0, 8819, 8820, 1, 0, 0, 0, 8820, 8826, 1, 0, 0, 0, 8821, 8823, + 3, 970, 485, 0, 8822, 8824, 3, 1072, 536, 0, 8823, 8822, 1, 0, 0, 0, 8823, + 8824, 1, 0, 0, 0, 8824, 8826, 1, 0, 0, 0, 8825, 8813, 1, 0, 0, 0, 8825, + 8817, 1, 0, 0, 0, 8825, 8821, 1, 0, 0, 0, 8826, 8852, 1, 0, 0, 0, 8827, + 8828, 5, 2, 0, 0, 8828, 8845, 3, 1066, 533, 0, 8829, 8830, 5, 110, 0, 0, + 8830, 8831, 5, 118, 0, 0, 8831, 8846, 3, 1066, 533, 0, 8832, 8834, 5, 121, + 0, 0, 8833, 8835, 3, 1078, 539, 0, 8834, 8833, 1, 0, 0, 0, 8834, 8835, + 1, 0, 0, 0, 8835, 8836, 1, 0, 0, 0, 8836, 8837, 5, 118, 0, 0, 8837, 8846, + 3, 1066, 533, 0, 8838, 8840, 3, 1078, 539, 0, 8839, 8838, 1, 0, 0, 0, 8839, + 8840, 1, 0, 0, 0, 8840, 8841, 1, 0, 0, 0, 8841, 8842, 5, 118, 0, 0, 8842, + 8843, 3, 1066, 533, 0, 8843, 8844, 3, 1080, 540, 0, 8844, 8846, 1, 0, 0, + 0, 8845, 8829, 1, 0, 0, 0, 8845, 8832, 1, 0, 0, 0, 8845, 8839, 1, 0, 0, + 0, 8845, 8846, 1, 0, 0, 0, 8846, 8847, 1, 0, 0, 0, 8847, 8849, 5, 3, 0, + 0, 8848, 8850, 3, 1072, 536, 0, 8849, 8848, 1, 0, 0, 0, 8849, 8850, 1, + 0, 0, 0, 8850, 8852, 1, 0, 0, 0, 8851, 8793, 1, 0, 0, 0, 8851, 8800, 1, + 0, 0, 0, 8851, 8804, 1, 0, 0, 0, 8851, 8808, 1, 0, 0, 0, 8851, 8812, 1, + 0, 0, 0, 8851, 8827, 1, 0, 0, 0, 8852, 8856, 1, 0, 0, 0, 8853, 8855, 3, + 1068, 534, 0, 8854, 8853, 1, 0, 0, 0, 8855, 8858, 1, 0, 0, 0, 8856, 8854, + 1, 0, 0, 0, 8856, 8857, 1, 0, 0, 0, 8857, 1067, 1, 0, 0, 0, 8858, 8856, + 1, 0, 0, 0, 8859, 8861, 3, 1078, 539, 0, 8860, 8859, 1, 0, 0, 0, 8860, + 8861, 1, 0, 0, 0, 8861, 8862, 1, 0, 0, 0, 8862, 8863, 5, 118, 0, 0, 8863, + 8864, 3, 1066, 533, 0, 8864, 8865, 3, 1080, 540, 0, 8865, 8876, 1, 0, 0, + 0, 8866, 8867, 5, 110, 0, 0, 8867, 8868, 5, 118, 0, 0, 8868, 8876, 3, 1066, + 533, 0, 8869, 8871, 5, 121, 0, 0, 8870, 8872, 3, 1078, 539, 0, 8871, 8870, + 1, 0, 0, 0, 8871, 8872, 1, 0, 0, 0, 8872, 8873, 1, 0, 0, 0, 8873, 8874, + 5, 118, 0, 0, 8874, 8876, 3, 1066, 533, 0, 8875, 8860, 1, 0, 0, 0, 8875, + 8866, 1, 0, 0, 0, 8875, 8869, 1, 0, 0, 0, 8876, 1069, 1, 0, 0, 0, 8877, + 8879, 5, 36, 0, 0, 8878, 8877, 1, 0, 0, 0, 8878, 8879, 1, 0, 0, 0, 8879, + 8880, 1, 0, 0, 0, 8880, 8885, 3, 1382, 691, 0, 8881, 8882, 5, 2, 0, 0, + 8882, 8883, 3, 1348, 674, 0, 8883, 8884, 5, 3, 0, 0, 8884, 8886, 1, 0, + 0, 0, 8885, 8881, 1, 0, 0, 0, 8885, 8886, 1, 0, 0, 0, 8886, 1071, 1, 0, + 0, 0, 8887, 8888, 3, 1074, 537, 0, 8888, 1073, 1, 0, 0, 0, 8889, 8891, + 5, 36, 0, 0, 8890, 8889, 1, 0, 0, 0, 8890, 8891, 1, 0, 0, 0, 8891, 8892, + 1, 0, 0, 0, 8892, 8897, 3, 1384, 692, 0, 8893, 8894, 5, 2, 0, 0, 8894, + 8895, 3, 1348, 674, 0, 8895, 8896, 5, 3, 0, 0, 8896, 8898, 1, 0, 0, 0, + 8897, 8893, 1, 0, 0, 0, 8897, 8898, 1, 0, 0, 0, 8898, 1075, 1, 0, 0, 0, + 8899, 8912, 3, 1070, 535, 0, 8900, 8902, 5, 36, 0, 0, 8901, 8903, 3, 1382, + 691, 0, 8902, 8901, 1, 0, 0, 0, 8902, 8903, 1, 0, 0, 0, 8903, 8906, 1, + 0, 0, 0, 8904, 8906, 3, 1382, 691, 0, 8905, 8900, 1, 0, 0, 0, 8905, 8904, + 1, 0, 0, 0, 8906, 8907, 1, 0, 0, 0, 8907, 8908, 5, 2, 0, 0, 8908, 8909, + 3, 1108, 554, 0, 8909, 8910, 5, 3, 0, 0, 8910, 8912, 1, 0, 0, 0, 8911, + 8899, 1, 0, 0, 0, 8911, 8905, 1, 0, 0, 0, 8912, 1077, 1, 0, 0, 0, 8913, + 8915, 7, 46, 0, 0, 8914, 8916, 5, 123, 0, 0, 8915, 8914, 1, 0, 0, 0, 8915, + 8916, 1, 0, 0, 0, 8916, 1079, 1, 0, 0, 0, 8917, 8918, 5, 100, 0, 0, 8918, + 8919, 5, 2, 0, 0, 8919, 8920, 3, 1348, 674, 0, 8920, 8921, 5, 3, 0, 0, + 8921, 8925, 1, 0, 0, 0, 8922, 8923, 5, 80, 0, 0, 8923, 8925, 3, 1170, 585, + 0, 8924, 8917, 1, 0, 0, 0, 8924, 8922, 1, 0, 0, 0, 8925, 1081, 1, 0, 0, + 0, 8926, 8928, 3, 1346, 673, 0, 8927, 8929, 5, 9, 0, 0, 8928, 8927, 1, + 0, 0, 0, 8928, 8929, 1, 0, 0, 0, 8929, 8939, 1, 0, 0, 0, 8930, 8936, 5, + 81, 0, 0, 8931, 8937, 3, 1346, 673, 0, 8932, 8933, 5, 2, 0, 0, 8933, 8934, + 3, 1346, 673, 0, 8934, 8935, 5, 3, 0, 0, 8935, 8937, 1, 0, 0, 0, 8936, + 8931, 1, 0, 0, 0, 8936, 8932, 1, 0, 0, 0, 8937, 8939, 1, 0, 0, 0, 8938, + 8926, 1, 0, 0, 0, 8938, 8930, 1, 0, 0, 0, 8939, 1083, 1, 0, 0, 0, 8940, + 8945, 3, 1082, 541, 0, 8941, 8942, 5, 6, 0, 0, 8942, 8944, 3, 1082, 541, + 0, 8943, 8941, 1, 0, 0, 0, 8944, 8947, 1, 0, 0, 0, 8945, 8943, 1, 0, 0, + 0, 8945, 8946, 1, 0, 0, 0, 8946, 1085, 1, 0, 0, 0, 8947, 8945, 1, 0, 0, + 0, 8948, 8953, 3, 1082, 541, 0, 8949, 8951, 5, 36, 0, 0, 8950, 8949, 1, + 0, 0, 0, 8950, 8951, 1, 0, 0, 0, 8951, 8952, 1, 0, 0, 0, 8952, 8954, 3, + 1382, 691, 0, 8953, 8950, 1, 0, 0, 0, 8953, 8954, 1, 0, 0, 0, 8954, 1087, + 1, 0, 0, 0, 8955, 8956, 5, 474, 0, 0, 8956, 8957, 3, 1356, 678, 0, 8957, + 8958, 5, 2, 0, 0, 8958, 8959, 3, 1288, 644, 0, 8959, 8961, 5, 3, 0, 0, + 8960, 8962, 3, 1090, 545, 0, 8961, 8960, 1, 0, 0, 0, 8961, 8962, 1, 0, + 0, 0, 8962, 1089, 1, 0, 0, 0, 8963, 8964, 5, 303, 0, 0, 8964, 8965, 5, + 2, 0, 0, 8965, 8966, 3, 1170, 585, 0, 8966, 8967, 5, 3, 0, 0, 8967, 1091, + 1, 0, 0, 0, 8968, 8970, 3, 1222, 611, 0, 8969, 8971, 3, 1100, 550, 0, 8970, + 8969, 1, 0, 0, 0, 8970, 8971, 1, 0, 0, 0, 8971, 8981, 1, 0, 0, 0, 8972, + 8973, 5, 313, 0, 0, 8973, 8974, 5, 64, 0, 0, 8974, 8975, 5, 2, 0, 0, 8975, + 8976, 3, 1096, 548, 0, 8976, 8978, 5, 3, 0, 0, 8977, 8979, 3, 1100, 550, + 0, 8978, 8977, 1, 0, 0, 0, 8978, 8979, 1, 0, 0, 0, 8979, 8981, 1, 0, 0, + 0, 8980, 8968, 1, 0, 0, 0, 8980, 8972, 1, 0, 0, 0, 8981, 1093, 1, 0, 0, + 0, 8982, 8984, 3, 1222, 611, 0, 8983, 8985, 3, 1098, 549, 0, 8984, 8983, + 1, 0, 0, 0, 8984, 8985, 1, 0, 0, 0, 8985, 1095, 1, 0, 0, 0, 8986, 8991, + 3, 1094, 547, 0, 8987, 8988, 5, 6, 0, 0, 8988, 8990, 3, 1094, 547, 0, 8989, + 8987, 1, 0, 0, 0, 8990, 8993, 1, 0, 0, 0, 8991, 8989, 1, 0, 0, 0, 8991, + 8992, 1, 0, 0, 0, 8992, 1097, 1, 0, 0, 0, 8993, 8991, 1, 0, 0, 0, 8994, + 8995, 5, 36, 0, 0, 8995, 8996, 5, 2, 0, 0, 8996, 8997, 3, 1108, 554, 0, + 8997, 8998, 5, 3, 0, 0, 8998, 1099, 1, 0, 0, 0, 8999, 9000, 5, 105, 0, + 0, 9000, 9001, 5, 475, 0, 0, 9001, 1101, 1, 0, 0, 0, 9002, 9003, 5, 103, + 0, 0, 9003, 9004, 3, 1170, 585, 0, 9004, 1103, 1, 0, 0, 0, 9005, 9010, + 5, 103, 0, 0, 9006, 9007, 5, 436, 0, 0, 9007, 9008, 5, 268, 0, 0, 9008, + 9011, 3, 962, 481, 0, 9009, 9011, 3, 1170, 585, 0, 9010, 9006, 1, 0, 0, + 0, 9010, 9009, 1, 0, 0, 0, 9011, 1105, 1, 0, 0, 0, 9012, 9013, 3, 1108, + 554, 0, 9013, 1107, 1, 0, 0, 0, 9014, 9019, 3, 1110, 555, 0, 9015, 9016, + 5, 6, 0, 0, 9016, 9018, 3, 1110, 555, 0, 9017, 9015, 1, 0, 0, 0, 9018, + 9021, 1, 0, 0, 0, 9019, 9017, 1, 0, 0, 0, 9019, 9020, 1, 0, 0, 0, 9020, + 1109, 1, 0, 0, 0, 9021, 9019, 1, 0, 0, 0, 9022, 9023, 3, 1382, 691, 0, + 9023, 9025, 3, 1126, 563, 0, 9024, 9026, 3, 110, 55, 0, 9025, 9024, 1, + 0, 0, 0, 9025, 9026, 1, 0, 0, 0, 9026, 1111, 1, 0, 0, 0, 9027, 9028, 5, + 476, 0, 0, 9028, 9044, 5, 2, 0, 0, 9029, 9030, 3, 1214, 607, 0, 9030, 9031, + 3, 1240, 620, 0, 9031, 9032, 5, 477, 0, 0, 9032, 9033, 3, 1114, 557, 0, + 9033, 9045, 1, 0, 0, 0, 9034, 9035, 5, 478, 0, 0, 9035, 9036, 5, 2, 0, + 0, 9036, 9037, 3, 1122, 561, 0, 9037, 9038, 5, 3, 0, 0, 9038, 9039, 5, + 6, 0, 0, 9039, 9040, 3, 1214, 607, 0, 9040, 9041, 3, 1240, 620, 0, 9041, + 9042, 5, 477, 0, 0, 9042, 9043, 3, 1114, 557, 0, 9043, 9045, 1, 0, 0, 0, + 9044, 9029, 1, 0, 0, 0, 9044, 9034, 1, 0, 0, 0, 9045, 9046, 1, 0, 0, 0, + 9046, 9047, 5, 3, 0, 0, 9047, 1113, 1, 0, 0, 0, 9048, 9053, 3, 1116, 558, + 0, 9049, 9050, 5, 6, 0, 0, 9050, 9052, 3, 1116, 558, 0, 9051, 9049, 1, + 0, 0, 0, 9052, 9055, 1, 0, 0, 0, 9053, 9051, 1, 0, 0, 0, 9053, 9054, 1, + 0, 0, 0, 9054, 1115, 1, 0, 0, 0, 9055, 9053, 1, 0, 0, 0, 9056, 9063, 3, + 1382, 691, 0, 9057, 9059, 3, 1126, 563, 0, 9058, 9060, 3, 1118, 559, 0, + 9059, 9058, 1, 0, 0, 0, 9059, 9060, 1, 0, 0, 0, 9060, 9064, 1, 0, 0, 0, + 9061, 9062, 5, 62, 0, 0, 9062, 9064, 5, 475, 0, 0, 9063, 9057, 1, 0, 0, + 0, 9063, 9061, 1, 0, 0, 0, 9064, 1117, 1, 0, 0, 0, 9065, 9067, 3, 1120, + 560, 0, 9066, 9065, 1, 0, 0, 0, 9067, 9068, 1, 0, 0, 0, 9068, 9066, 1, + 0, 0, 0, 9068, 9069, 1, 0, 0, 0, 9069, 1119, 1, 0, 0, 0, 9070, 9071, 5, + 53, 0, 0, 9071, 9079, 3, 1170, 585, 0, 9072, 9073, 3, 1392, 696, 0, 9073, + 9074, 3, 1170, 585, 0, 9074, 9079, 1, 0, 0, 0, 9075, 9076, 5, 77, 0, 0, + 9076, 9079, 5, 78, 0, 0, 9077, 9079, 5, 78, 0, 0, 9078, 9070, 1, 0, 0, + 0, 9078, 9072, 1, 0, 0, 0, 9078, 9075, 1, 0, 0, 0, 9078, 9077, 1, 0, 0, + 0, 9079, 1121, 1, 0, 0, 0, 9080, 9085, 3, 1124, 562, 0, 9081, 9082, 5, + 6, 0, 0, 9082, 9084, 3, 1124, 562, 0, 9083, 9081, 1, 0, 0, 0, 9084, 9087, + 1, 0, 0, 0, 9085, 9083, 1, 0, 0, 0, 9085, 9086, 1, 0, 0, 0, 9086, 1123, + 1, 0, 0, 0, 9087, 9085, 1, 0, 0, 0, 9088, 9089, 3, 1212, 606, 0, 9089, + 9090, 5, 36, 0, 0, 9090, 9091, 3, 1390, 695, 0, 9091, 9095, 1, 0, 0, 0, + 9092, 9093, 5, 53, 0, 0, 9093, 9095, 3, 1212, 606, 0, 9094, 9088, 1, 0, + 0, 0, 9094, 9092, 1, 0, 0, 0, 9095, 1125, 1, 0, 0, 0, 9096, 9098, 5, 410, + 0, 0, 9097, 9096, 1, 0, 0, 0, 9097, 9098, 1, 0, 0, 0, 9098, 9099, 1, 0, + 0, 0, 9099, 9108, 3, 1130, 565, 0, 9100, 9109, 3, 1128, 564, 0, 9101, 9106, + 5, 35, 0, 0, 9102, 9103, 5, 4, 0, 0, 9103, 9104, 3, 1366, 683, 0, 9104, + 9105, 5, 5, 0, 0, 9105, 9107, 1, 0, 0, 0, 9106, 9102, 1, 0, 0, 0, 9106, + 9107, 1, 0, 0, 0, 9107, 9109, 1, 0, 0, 0, 9108, 9100, 1, 0, 0, 0, 9108, + 9101, 1, 0, 0, 0, 9109, 9115, 1, 0, 0, 0, 9110, 9111, 3, 1346, 673, 0, + 9111, 9112, 5, 27, 0, 0, 9112, 9113, 7, 47, 0, 0, 9113, 9115, 1, 0, 0, + 0, 9114, 9097, 1, 0, 0, 0, 9114, 9110, 1, 0, 0, 0, 9115, 1127, 1, 0, 0, + 0, 9116, 9118, 5, 4, 0, 0, 9117, 9119, 3, 1366, 683, 0, 9118, 9117, 1, + 0, 0, 0, 9118, 9119, 1, 0, 0, 0, 9119, 9120, 1, 0, 0, 0, 9120, 9122, 5, + 5, 0, 0, 9121, 9116, 1, 0, 0, 0, 9122, 9125, 1, 0, 0, 0, 9123, 9121, 1, + 0, 0, 0, 9123, 9124, 1, 0, 0, 0, 9124, 1129, 1, 0, 0, 0, 9125, 9123, 1, + 0, 0, 0, 9126, 9142, 3, 1134, 567, 0, 9127, 9142, 3, 1138, 569, 0, 9128, + 9142, 3, 1142, 571, 0, 9129, 9142, 3, 1150, 575, 0, 9130, 9142, 3, 1158, + 579, 0, 9131, 9139, 3, 1160, 580, 0, 9132, 9134, 3, 1164, 582, 0, 9133, + 9132, 1, 0, 0, 0, 9133, 9134, 1, 0, 0, 0, 9134, 9140, 1, 0, 0, 0, 9135, + 9136, 5, 2, 0, 0, 9136, 9137, 3, 1366, 683, 0, 9137, 9138, 5, 3, 0, 0, + 9138, 9140, 1, 0, 0, 0, 9139, 9133, 1, 0, 0, 0, 9139, 9135, 1, 0, 0, 0, + 9140, 9142, 1, 0, 0, 0, 9141, 9126, 1, 0, 0, 0, 9141, 9127, 1, 0, 0, 0, + 9141, 9128, 1, 0, 0, 0, 9141, 9129, 1, 0, 0, 0, 9141, 9130, 1, 0, 0, 0, + 9141, 9131, 1, 0, 0, 0, 9142, 1131, 1, 0, 0, 0, 9143, 9148, 3, 1138, 569, + 0, 9144, 9148, 3, 1144, 572, 0, 9145, 9148, 3, 1152, 576, 0, 9146, 9148, + 3, 1158, 579, 0, 9147, 9143, 1, 0, 0, 0, 9147, 9144, 1, 0, 0, 0, 9147, + 9145, 1, 0, 0, 0, 9147, 9146, 1, 0, 0, 0, 9148, 1133, 1, 0, 0, 0, 9149, + 9154, 3, 1404, 702, 0, 9150, 9154, 3, 1386, 693, 0, 9151, 9154, 5, 119, + 0, 0, 9152, 9154, 5, 126, 0, 0, 9153, 9149, 1, 0, 0, 0, 9153, 9150, 1, + 0, 0, 0, 9153, 9151, 1, 0, 0, 0, 9153, 9152, 1, 0, 0, 0, 9154, 9156, 1, + 0, 0, 0, 9155, 9157, 3, 528, 264, 0, 9156, 9155, 1, 0, 0, 0, 9156, 9157, + 1, 0, 0, 0, 9157, 9159, 1, 0, 0, 0, 9158, 9160, 3, 1136, 568, 0, 9159, + 9158, 1, 0, 0, 0, 9159, 9160, 1, 0, 0, 0, 9160, 1135, 1, 0, 0, 0, 9161, + 9162, 5, 2, 0, 0, 9162, 9163, 3, 1288, 644, 0, 9163, 9164, 5, 3, 0, 0, + 9164, 1137, 1, 0, 0, 0, 9165, 9190, 5, 395, 0, 0, 9166, 9190, 5, 396, 0, + 0, 9167, 9190, 5, 411, 0, 0, 9168, 9190, 5, 382, 0, 0, 9169, 9190, 5, 408, + 0, 0, 9170, 9172, 5, 392, 0, 0, 9171, 9173, 3, 1140, 570, 0, 9172, 9171, + 1, 0, 0, 0, 9172, 9173, 1, 0, 0, 0, 9173, 9190, 1, 0, 0, 0, 9174, 9175, + 5, 190, 0, 0, 9175, 9190, 5, 407, 0, 0, 9176, 9178, 5, 389, 0, 0, 9177, + 9179, 3, 1136, 568, 0, 9178, 9177, 1, 0, 0, 0, 9178, 9179, 1, 0, 0, 0, + 9179, 9190, 1, 0, 0, 0, 9180, 9182, 5, 388, 0, 0, 9181, 9183, 3, 1136, + 568, 0, 9182, 9181, 1, 0, 0, 0, 9182, 9183, 1, 0, 0, 0, 9183, 9190, 1, + 0, 0, 0, 9184, 9186, 5, 403, 0, 0, 9185, 9187, 3, 1136, 568, 0, 9186, 9185, + 1, 0, 0, 0, 9186, 9187, 1, 0, 0, 0, 9187, 9190, 1, 0, 0, 0, 9188, 9190, + 5, 384, 0, 0, 9189, 9165, 1, 0, 0, 0, 9189, 9166, 1, 0, 0, 0, 9189, 9167, + 1, 0, 0, 0, 9189, 9168, 1, 0, 0, 0, 9189, 9169, 1, 0, 0, 0, 9189, 9170, + 1, 0, 0, 0, 9189, 9174, 1, 0, 0, 0, 9189, 9176, 1, 0, 0, 0, 9189, 9180, + 1, 0, 0, 0, 9189, 9184, 1, 0, 0, 0, 9189, 9188, 1, 0, 0, 0, 9190, 1139, + 1, 0, 0, 0, 9191, 9192, 5, 2, 0, 0, 9192, 9193, 3, 1366, 683, 0, 9193, + 9194, 5, 3, 0, 0, 9194, 1141, 1, 0, 0, 0, 9195, 9198, 3, 1146, 573, 0, + 9196, 9198, 3, 1148, 574, 0, 9197, 9195, 1, 0, 0, 0, 9197, 9196, 1, 0, + 0, 0, 9198, 1143, 1, 0, 0, 0, 9199, 9202, 3, 1146, 573, 0, 9200, 9202, + 3, 1148, 574, 0, 9201, 9199, 1, 0, 0, 0, 9201, 9200, 1, 0, 0, 0, 9202, + 1145, 1, 0, 0, 0, 9203, 9205, 5, 383, 0, 0, 9204, 9206, 3, 1156, 578, 0, + 9205, 9204, 1, 0, 0, 0, 9205, 9206, 1, 0, 0, 0, 9206, 9207, 1, 0, 0, 0, + 9207, 9208, 5, 2, 0, 0, 9208, 9209, 3, 1288, 644, 0, 9209, 9210, 5, 3, + 0, 0, 9210, 1147, 1, 0, 0, 0, 9211, 9213, 5, 383, 0, 0, 9212, 9214, 3, + 1156, 578, 0, 9213, 9212, 1, 0, 0, 0, 9213, 9214, 1, 0, 0, 0, 9214, 1149, + 1, 0, 0, 0, 9215, 9220, 3, 1154, 577, 0, 9216, 9217, 5, 2, 0, 0, 9217, + 9218, 3, 1366, 683, 0, 9218, 9219, 5, 3, 0, 0, 9219, 9221, 1, 0, 0, 0, + 9220, 9216, 1, 0, 0, 0, 9220, 9221, 1, 0, 0, 0, 9221, 1151, 1, 0, 0, 0, + 9222, 9227, 3, 1154, 577, 0, 9223, 9224, 5, 2, 0, 0, 9224, 9225, 3, 1366, + 683, 0, 9225, 9226, 5, 3, 0, 0, 9226, 9228, 1, 0, 0, 0, 9227, 9223, 1, + 0, 0, 0, 9227, 9228, 1, 0, 0, 0, 9228, 1153, 1, 0, 0, 0, 9229, 9231, 7, + 48, 0, 0, 9230, 9232, 3, 1156, 578, 0, 9231, 9230, 1, 0, 0, 0, 9231, 9232, + 1, 0, 0, 0, 9232, 9240, 1, 0, 0, 0, 9233, 9240, 5, 418, 0, 0, 9234, 9235, + 5, 399, 0, 0, 9235, 9237, 7, 49, 0, 0, 9236, 9238, 3, 1156, 578, 0, 9237, + 9236, 1, 0, 0, 0, 9237, 9238, 1, 0, 0, 0, 9238, 9240, 1, 0, 0, 0, 9239, + 9229, 1, 0, 0, 0, 9239, 9233, 1, 0, 0, 0, 9239, 9234, 1, 0, 0, 0, 9240, + 1155, 1, 0, 0, 0, 9241, 9242, 5, 367, 0, 0, 9242, 1157, 1, 0, 0, 0, 9243, + 9248, 7, 50, 0, 0, 9244, 9245, 5, 2, 0, 0, 9245, 9246, 3, 1366, 683, 0, + 9246, 9247, 5, 3, 0, 0, 9247, 9249, 1, 0, 0, 0, 9248, 9244, 1, 0, 0, 0, + 9248, 9249, 1, 0, 0, 0, 9249, 9251, 1, 0, 0, 0, 9250, 9252, 3, 1162, 581, + 0, 9251, 9250, 1, 0, 0, 0, 9251, 9252, 1, 0, 0, 0, 9252, 1159, 1, 0, 0, + 0, 9253, 9254, 5, 397, 0, 0, 9254, 1161, 1, 0, 0, 0, 9255, 9256, 5, 105, + 0, 0, 9256, 9257, 5, 413, 0, 0, 9257, 9262, 5, 379, 0, 0, 9258, 9259, 5, + 372, 0, 0, 9259, 9260, 5, 413, 0, 0, 9260, 9262, 5, 379, 0, 0, 9261, 9255, + 1, 0, 0, 0, 9261, 9258, 1, 0, 0, 0, 9262, 1163, 1, 0, 0, 0, 9263, 9289, + 5, 377, 0, 0, 9264, 9289, 5, 257, 0, 0, 9265, 9289, 5, 176, 0, 0, 9266, + 9289, 5, 218, 0, 0, 9267, 9289, 5, 254, 0, 0, 9268, 9289, 3, 1166, 583, + 0, 9269, 9270, 5, 377, 0, 0, 9270, 9271, 5, 94, 0, 0, 9271, 9289, 5, 257, + 0, 0, 9272, 9273, 5, 176, 0, 0, 9273, 9277, 5, 94, 0, 0, 9274, 9278, 5, + 218, 0, 0, 9275, 9278, 5, 254, 0, 0, 9276, 9278, 3, 1166, 583, 0, 9277, + 9274, 1, 0, 0, 0, 9277, 9275, 1, 0, 0, 0, 9277, 9276, 1, 0, 0, 0, 9278, + 9289, 1, 0, 0, 0, 9279, 9280, 5, 218, 0, 0, 9280, 9283, 5, 94, 0, 0, 9281, + 9284, 5, 254, 0, 0, 9282, 9284, 3, 1166, 583, 0, 9283, 9281, 1, 0, 0, 0, + 9283, 9282, 1, 0, 0, 0, 9284, 9289, 1, 0, 0, 0, 9285, 9286, 5, 254, 0, + 0, 9286, 9287, 5, 94, 0, 0, 9287, 9289, 3, 1166, 583, 0, 9288, 9263, 1, + 0, 0, 0, 9288, 9264, 1, 0, 0, 0, 9288, 9265, 1, 0, 0, 0, 9288, 9266, 1, + 0, 0, 0, 9288, 9267, 1, 0, 0, 0, 9288, 9268, 1, 0, 0, 0, 9288, 9269, 1, + 0, 0, 0, 9288, 9272, 1, 0, 0, 0, 9288, 9279, 1, 0, 0, 0, 9288, 9285, 1, + 0, 0, 0, 9289, 1165, 1, 0, 0, 0, 9290, 9295, 5, 319, 0, 0, 9291, 9292, + 5, 2, 0, 0, 9292, 9293, 3, 1366, 683, 0, 9293, 9294, 5, 3, 0, 0, 9294, + 9296, 1, 0, 0, 0, 9295, 9291, 1, 0, 0, 0, 9295, 9296, 1, 0, 0, 0, 9296, + 1167, 1, 0, 0, 0, 9297, 9298, 5, 197, 0, 0, 9298, 9299, 3, 1170, 585, 0, + 9299, 1169, 1, 0, 0, 0, 9300, 9301, 3, 1172, 586, 0, 9301, 1171, 1, 0, + 0, 0, 9302, 9304, 3, 1174, 587, 0, 9303, 9305, 3, 1282, 641, 0, 9304, 9303, + 1, 0, 0, 0, 9304, 9305, 1, 0, 0, 0, 9305, 1173, 1, 0, 0, 0, 9306, 9311, + 3, 1176, 588, 0, 9307, 9308, 7, 51, 0, 0, 9308, 9310, 3, 1176, 588, 0, + 9309, 9307, 1, 0, 0, 0, 9310, 9313, 1, 0, 0, 0, 9311, 9309, 1, 0, 0, 0, + 9311, 9312, 1, 0, 0, 0, 9312, 1175, 1, 0, 0, 0, 9313, 9311, 1, 0, 0, 0, + 9314, 9319, 3, 1178, 589, 0, 9315, 9316, 5, 82, 0, 0, 9316, 9318, 3, 1178, + 589, 0, 9317, 9315, 1, 0, 0, 0, 9318, 9321, 1, 0, 0, 0, 9319, 9317, 1, + 0, 0, 0, 9319, 9320, 1, 0, 0, 0, 9320, 1177, 1, 0, 0, 0, 9321, 9319, 1, + 0, 0, 0, 9322, 9327, 3, 1180, 590, 0, 9323, 9324, 5, 33, 0, 0, 9324, 9326, + 3, 1180, 590, 0, 9325, 9323, 1, 0, 0, 0, 9326, 9329, 1, 0, 0, 0, 9327, + 9325, 1, 0, 0, 0, 9327, 9328, 1, 0, 0, 0, 9328, 1179, 1, 0, 0, 0, 9329, + 9327, 1, 0, 0, 0, 9330, 9342, 3, 1182, 591, 0, 9331, 9333, 5, 77, 0, 0, + 9332, 9331, 1, 0, 0, 0, 9332, 9333, 1, 0, 0, 0, 9333, 9334, 1, 0, 0, 0, + 9334, 9336, 5, 381, 0, 0, 9335, 9337, 5, 91, 0, 0, 9336, 9335, 1, 0, 0, + 0, 9336, 9337, 1, 0, 0, 0, 9337, 9338, 1, 0, 0, 0, 9338, 9339, 3, 1182, + 591, 0, 9339, 9340, 5, 33, 0, 0, 9340, 9341, 3, 1182, 591, 0, 9341, 9343, + 1, 0, 0, 0, 9342, 9332, 1, 0, 0, 0, 9342, 9343, 1, 0, 0, 0, 9343, 1181, + 1, 0, 0, 0, 9344, 9350, 3, 1184, 592, 0, 9345, 9347, 5, 77, 0, 0, 9346, + 9345, 1, 0, 0, 0, 9346, 9347, 1, 0, 0, 0, 9347, 9348, 1, 0, 0, 0, 9348, + 9349, 5, 68, 0, 0, 9349, 9351, 3, 1314, 657, 0, 9350, 9346, 1, 0, 0, 0, + 9350, 9351, 1, 0, 0, 0, 9351, 1183, 1, 0, 0, 0, 9352, 9354, 5, 77, 0, 0, + 9353, 9352, 1, 0, 0, 0, 9353, 9354, 1, 0, 0, 0, 9354, 9355, 1, 0, 0, 0, + 9355, 9356, 3, 1186, 593, 0, 9356, 1185, 1, 0, 0, 0, 9357, 9359, 3, 1188, + 594, 0, 9358, 9360, 7, 52, 0, 0, 9359, 9358, 1, 0, 0, 0, 9359, 9360, 1, + 0, 0, 0, 9360, 1187, 1, 0, 0, 0, 9361, 9385, 3, 1190, 595, 0, 9362, 9364, + 5, 116, 0, 0, 9363, 9365, 5, 77, 0, 0, 9364, 9363, 1, 0, 0, 0, 9364, 9365, + 1, 0, 0, 0, 9365, 9383, 1, 0, 0, 0, 9366, 9384, 5, 78, 0, 0, 9367, 9384, + 5, 96, 0, 0, 9368, 9384, 5, 60, 0, 0, 9369, 9384, 5, 358, 0, 0, 9370, 9371, + 5, 56, 0, 0, 9371, 9372, 5, 64, 0, 0, 9372, 9384, 3, 1170, 585, 0, 9373, + 9374, 5, 268, 0, 0, 9374, 9375, 5, 2, 0, 0, 9375, 9376, 3, 1294, 647, 0, + 9376, 9377, 5, 3, 0, 0, 9377, 9384, 1, 0, 0, 0, 9378, 9384, 5, 188, 0, + 0, 9379, 9381, 3, 1304, 652, 0, 9380, 9379, 1, 0, 0, 0, 9380, 9381, 1, + 0, 0, 0, 9381, 9382, 1, 0, 0, 0, 9382, 9384, 5, 480, 0, 0, 9383, 9366, + 1, 0, 0, 0, 9383, 9367, 1, 0, 0, 0, 9383, 9368, 1, 0, 0, 0, 9383, 9369, + 1, 0, 0, 0, 9383, 9370, 1, 0, 0, 0, 9383, 9373, 1, 0, 0, 0, 9383, 9378, + 1, 0, 0, 0, 9383, 9380, 1, 0, 0, 0, 9384, 9386, 1, 0, 0, 0, 9385, 9362, + 1, 0, 0, 0, 9385, 9386, 1, 0, 0, 0, 9386, 1189, 1, 0, 0, 0, 9387, 9399, + 3, 1192, 596, 0, 9388, 9389, 7, 53, 0, 0, 9389, 9400, 3, 1192, 596, 0, + 9390, 9391, 3, 1286, 643, 0, 9391, 9397, 3, 1276, 638, 0, 9392, 9398, 3, + 970, 485, 0, 9393, 9394, 5, 2, 0, 0, 9394, 9395, 3, 1170, 585, 0, 9395, + 9396, 5, 3, 0, 0, 9396, 9398, 1, 0, 0, 0, 9397, 9392, 1, 0, 0, 0, 9397, + 9393, 1, 0, 0, 0, 9398, 9400, 1, 0, 0, 0, 9399, 9388, 1, 0, 0, 0, 9399, + 9390, 1, 0, 0, 0, 9399, 9400, 1, 0, 0, 0, 9400, 1191, 1, 0, 0, 0, 9401, + 9415, 3, 1194, 597, 0, 9402, 9404, 5, 77, 0, 0, 9403, 9402, 1, 0, 0, 0, + 9403, 9404, 1, 0, 0, 0, 9404, 9409, 1, 0, 0, 0, 9405, 9410, 5, 120, 0, + 0, 9406, 9410, 5, 114, 0, 0, 9407, 9408, 5, 127, 0, 0, 9408, 9410, 5, 94, + 0, 0, 9409, 9405, 1, 0, 0, 0, 9409, 9406, 1, 0, 0, 0, 9409, 9407, 1, 0, + 0, 0, 9410, 9411, 1, 0, 0, 0, 9411, 9413, 3, 1194, 597, 0, 9412, 9414, + 3, 1168, 584, 0, 9413, 9412, 1, 0, 0, 0, 9413, 9414, 1, 0, 0, 0, 9414, + 9416, 1, 0, 0, 0, 9415, 9403, 1, 0, 0, 0, 9415, 9416, 1, 0, 0, 0, 9416, + 1193, 1, 0, 0, 0, 9417, 9423, 3, 1196, 598, 0, 9418, 9419, 3, 1282, 641, + 0, 9419, 9420, 3, 1196, 598, 0, 9420, 9422, 1, 0, 0, 0, 9421, 9418, 1, + 0, 0, 0, 9422, 9425, 1, 0, 0, 0, 9423, 9421, 1, 0, 0, 0, 9423, 9424, 1, + 0, 0, 0, 9424, 1195, 1, 0, 0, 0, 9425, 9423, 1, 0, 0, 0, 9426, 9428, 3, + 1282, 641, 0, 9427, 9426, 1, 0, 0, 0, 9427, 9428, 1, 0, 0, 0, 9428, 9429, + 1, 0, 0, 0, 9429, 9430, 3, 1198, 599, 0, 9430, 1197, 1, 0, 0, 0, 9431, + 9436, 3, 1200, 600, 0, 9432, 9433, 7, 54, 0, 0, 9433, 9435, 3, 1200, 600, + 0, 9434, 9432, 1, 0, 0, 0, 9435, 9438, 1, 0, 0, 0, 9436, 9434, 1, 0, 0, + 0, 9436, 9437, 1, 0, 0, 0, 9437, 1199, 1, 0, 0, 0, 9438, 9436, 1, 0, 0, + 0, 9439, 9444, 3, 1202, 601, 0, 9440, 9441, 7, 55, 0, 0, 9441, 9443, 3, + 1202, 601, 0, 9442, 9440, 1, 0, 0, 0, 9443, 9446, 1, 0, 0, 0, 9444, 9442, + 1, 0, 0, 0, 9444, 9445, 1, 0, 0, 0, 9445, 1201, 1, 0, 0, 0, 9446, 9444, + 1, 0, 0, 0, 9447, 9450, 3, 1204, 602, 0, 9448, 9449, 5, 15, 0, 0, 9449, + 9451, 3, 1170, 585, 0, 9450, 9448, 1, 0, 0, 0, 9450, 9451, 1, 0, 0, 0, + 9451, 1203, 1, 0, 0, 0, 9452, 9454, 7, 54, 0, 0, 9453, 9452, 1, 0, 0, 0, + 9453, 9454, 1, 0, 0, 0, 9454, 9455, 1, 0, 0, 0, 9455, 9456, 3, 1206, 603, + 0, 9456, 1205, 1, 0, 0, 0, 9457, 9462, 3, 1208, 604, 0, 9458, 9459, 5, + 142, 0, 0, 9459, 9460, 5, 413, 0, 0, 9460, 9461, 5, 379, 0, 0, 9461, 9463, + 3, 1170, 585, 0, 9462, 9458, 1, 0, 0, 0, 9462, 9463, 1, 0, 0, 0, 9463, + 1207, 1, 0, 0, 0, 9464, 9467, 3, 1210, 605, 0, 9465, 9466, 5, 43, 0, 0, + 9466, 9468, 3, 526, 263, 0, 9467, 9465, 1, 0, 0, 0, 9467, 9468, 1, 0, 0, + 0, 9468, 1209, 1, 0, 0, 0, 9469, 9474, 3, 1214, 607, 0, 9470, 9471, 5, + 26, 0, 0, 9471, 9473, 3, 1126, 563, 0, 9472, 9470, 1, 0, 0, 0, 9473, 9476, + 1, 0, 0, 0, 9474, 9472, 1, 0, 0, 0, 9474, 9475, 1, 0, 0, 0, 9475, 1211, + 1, 0, 0, 0, 9476, 9474, 1, 0, 0, 0, 9477, 9478, 6, 606, -1, 0, 9478, 9485, + 3, 1214, 607, 0, 9479, 9480, 7, 54, 0, 0, 9480, 9485, 3, 1212, 606, 9, + 9481, 9482, 3, 1282, 641, 0, 9482, 9483, 3, 1212, 606, 3, 9483, 9485, 1, + 0, 0, 0, 9484, 9477, 1, 0, 0, 0, 9484, 9479, 1, 0, 0, 0, 9484, 9481, 1, + 0, 0, 0, 9485, 9525, 1, 0, 0, 0, 9486, 9487, 10, 8, 0, 0, 9487, 9488, 5, + 15, 0, 0, 9488, 9524, 3, 1212, 606, 9, 9489, 9490, 10, 7, 0, 0, 9490, 9491, + 7, 55, 0, 0, 9491, 9524, 3, 1212, 606, 8, 9492, 9493, 10, 6, 0, 0, 9493, + 9494, 7, 54, 0, 0, 9494, 9524, 3, 1212, 606, 7, 9495, 9496, 10, 5, 0, 0, + 9496, 9497, 3, 1282, 641, 0, 9497, 9498, 3, 1212, 606, 6, 9498, 9524, 1, + 0, 0, 0, 9499, 9500, 10, 4, 0, 0, 9500, 9501, 7, 53, 0, 0, 9501, 9524, + 3, 1212, 606, 5, 9502, 9503, 10, 10, 0, 0, 9503, 9504, 5, 26, 0, 0, 9504, + 9524, 3, 1126, 563, 0, 9505, 9506, 10, 2, 0, 0, 9506, 9524, 3, 1282, 641, + 0, 9507, 9508, 10, 1, 0, 0, 9508, 9510, 5, 116, 0, 0, 9509, 9511, 5, 77, + 0, 0, 9510, 9509, 1, 0, 0, 0, 9510, 9511, 1, 0, 0, 0, 9511, 9521, 1, 0, + 0, 0, 9512, 9513, 5, 56, 0, 0, 9513, 9514, 5, 64, 0, 0, 9514, 9522, 3, + 1212, 606, 0, 9515, 9516, 5, 268, 0, 0, 9516, 9517, 5, 2, 0, 0, 9517, 9518, + 3, 1294, 647, 0, 9518, 9519, 5, 3, 0, 0, 9519, 9522, 1, 0, 0, 0, 9520, + 9522, 5, 188, 0, 0, 9521, 9512, 1, 0, 0, 0, 9521, 9515, 1, 0, 0, 0, 9521, + 9520, 1, 0, 0, 0, 9522, 9524, 1, 0, 0, 0, 9523, 9486, 1, 0, 0, 0, 9523, + 9489, 1, 0, 0, 0, 9523, 9492, 1, 0, 0, 0, 9523, 9495, 1, 0, 0, 0, 9523, + 9499, 1, 0, 0, 0, 9523, 9502, 1, 0, 0, 0, 9523, 9505, 1, 0, 0, 0, 9523, + 9507, 1, 0, 0, 0, 9524, 9527, 1, 0, 0, 0, 9525, 9523, 1, 0, 0, 0, 9525, + 9526, 1, 0, 0, 0, 9526, 1213, 1, 0, 0, 0, 9527, 9525, 1, 0, 0, 0, 9528, + 9529, 5, 390, 0, 0, 9529, 9565, 3, 970, 485, 0, 9530, 9533, 5, 35, 0, 0, + 9531, 9534, 3, 970, 485, 0, 9532, 9534, 3, 1296, 648, 0, 9533, 9531, 1, + 0, 0, 0, 9533, 9532, 1, 0, 0, 0, 9534, 9565, 1, 0, 0, 0, 9535, 9536, 5, + 28, 0, 0, 9536, 9565, 3, 1334, 667, 0, 9537, 9538, 5, 472, 0, 0, 9538, + 9539, 5, 2, 0, 0, 9539, 9540, 3, 1288, 644, 0, 9540, 9541, 5, 3, 0, 0, + 9541, 9565, 1, 0, 0, 0, 9542, 9543, 5, 98, 0, 0, 9543, 9565, 3, 970, 485, + 0, 9544, 9565, 3, 1326, 663, 0, 9545, 9565, 3, 1358, 679, 0, 9546, 9565, + 3, 1216, 608, 0, 9547, 9548, 5, 2, 0, 0, 9548, 9549, 3, 1170, 585, 0, 9549, + 9550, 5, 3, 0, 0, 9550, 9551, 3, 1334, 667, 0, 9551, 9565, 1, 0, 0, 0, + 9552, 9565, 3, 1316, 658, 0, 9553, 9565, 3, 1220, 610, 0, 9554, 9556, 3, + 970, 485, 0, 9555, 9557, 3, 1332, 666, 0, 9556, 9555, 1, 0, 0, 0, 9556, + 9557, 1, 0, 0, 0, 9557, 9565, 1, 0, 0, 0, 9558, 9565, 3, 1272, 636, 0, + 9559, 9565, 3, 1274, 637, 0, 9560, 9561, 3, 1270, 635, 0, 9561, 9562, 5, + 125, 0, 0, 9562, 9563, 3, 1270, 635, 0, 9563, 9565, 1, 0, 0, 0, 9564, 9528, + 1, 0, 0, 0, 9564, 9530, 1, 0, 0, 0, 9564, 9535, 1, 0, 0, 0, 9564, 9537, + 1, 0, 0, 0, 9564, 9542, 1, 0, 0, 0, 9564, 9544, 1, 0, 0, 0, 9564, 9545, + 1, 0, 0, 0, 9564, 9546, 1, 0, 0, 0, 9564, 9547, 1, 0, 0, 0, 9564, 9552, + 1, 0, 0, 0, 9564, 9553, 1, 0, 0, 0, 9564, 9554, 1, 0, 0, 0, 9564, 9558, + 1, 0, 0, 0, 9564, 9559, 1, 0, 0, 0, 9564, 9560, 1, 0, 0, 0, 9565, 1215, + 1, 0, 0, 0, 9566, 9567, 5, 668, 0, 0, 9567, 1217, 1, 0, 0, 0, 9568, 9569, + 3, 1356, 678, 0, 9569, 9591, 5, 2, 0, 0, 9570, 9574, 3, 1290, 645, 0, 9571, + 9572, 5, 6, 0, 0, 9572, 9573, 5, 101, 0, 0, 9573, 9575, 3, 1292, 646, 0, + 9574, 9571, 1, 0, 0, 0, 9574, 9575, 1, 0, 0, 0, 9575, 9577, 1, 0, 0, 0, + 9576, 9578, 3, 1004, 502, 0, 9577, 9576, 1, 0, 0, 0, 9577, 9578, 1, 0, + 0, 0, 9578, 9592, 1, 0, 0, 0, 9579, 9580, 5, 101, 0, 0, 9580, 9582, 3, + 1292, 646, 0, 9581, 9583, 3, 1004, 502, 0, 9582, 9581, 1, 0, 0, 0, 9582, + 9583, 1, 0, 0, 0, 9583, 9592, 1, 0, 0, 0, 9584, 9585, 7, 43, 0, 0, 9585, + 9587, 3, 1290, 645, 0, 9586, 9588, 3, 1004, 502, 0, 9587, 9586, 1, 0, 0, + 0, 9587, 9588, 1, 0, 0, 0, 9588, 9592, 1, 0, 0, 0, 9589, 9592, 5, 9, 0, + 0, 9590, 9592, 1, 0, 0, 0, 9591, 9570, 1, 0, 0, 0, 9591, 9579, 1, 0, 0, + 0, 9591, 9584, 1, 0, 0, 0, 9591, 9589, 1, 0, 0, 0, 9591, 9590, 1, 0, 0, + 0, 9592, 9593, 1, 0, 0, 0, 9593, 9594, 5, 3, 0, 0, 9594, 1219, 1, 0, 0, + 0, 9595, 9597, 3, 1218, 609, 0, 9596, 9598, 3, 1244, 622, 0, 9597, 9596, + 1, 0, 0, 0, 9597, 9598, 1, 0, 0, 0, 9598, 9600, 1, 0, 0, 0, 9599, 9601, + 3, 1246, 623, 0, 9600, 9599, 1, 0, 0, 0, 9600, 9601, 1, 0, 0, 0, 9601, + 9603, 1, 0, 0, 0, 9602, 9604, 3, 1254, 627, 0, 9603, 9602, 1, 0, 0, 0, + 9603, 9604, 1, 0, 0, 0, 9604, 9607, 1, 0, 0, 0, 9605, 9607, 3, 1224, 612, + 0, 9606, 9595, 1, 0, 0, 0, 9606, 9605, 1, 0, 0, 0, 9607, 1221, 1, 0, 0, + 0, 9608, 9611, 3, 1218, 609, 0, 9609, 9611, 3, 1224, 612, 0, 9610, 9608, + 1, 0, 0, 0, 9610, 9609, 1, 0, 0, 0, 9611, 1223, 1, 0, 0, 0, 9612, 9613, + 5, 108, 0, 0, 9613, 9614, 5, 62, 0, 0, 9614, 9615, 5, 2, 0, 0, 9615, 9616, + 3, 1170, 585, 0, 9616, 9617, 5, 3, 0, 0, 9617, 9796, 1, 0, 0, 0, 9618, + 9796, 5, 48, 0, 0, 9619, 9624, 5, 50, 0, 0, 9620, 9621, 5, 2, 0, 0, 9621, + 9622, 3, 1366, 683, 0, 9622, 9623, 5, 3, 0, 0, 9623, 9625, 1, 0, 0, 0, + 9624, 9620, 1, 0, 0, 0, 9624, 9625, 1, 0, 0, 0, 9625, 9796, 1, 0, 0, 0, + 9626, 9631, 5, 51, 0, 0, 9627, 9628, 5, 2, 0, 0, 9628, 9629, 3, 1366, 683, + 0, 9629, 9630, 5, 3, 0, 0, 9630, 9632, 1, 0, 0, 0, 9631, 9627, 1, 0, 0, + 0, 9631, 9632, 1, 0, 0, 0, 9632, 9796, 1, 0, 0, 0, 9633, 9638, 5, 75, 0, + 0, 9634, 9635, 5, 2, 0, 0, 9635, 9636, 3, 1366, 683, 0, 9636, 9637, 5, + 3, 0, 0, 9637, 9639, 1, 0, 0, 0, 9638, 9634, 1, 0, 0, 0, 9638, 9639, 1, + 0, 0, 0, 9639, 9796, 1, 0, 0, 0, 9640, 9645, 5, 76, 0, 0, 9641, 9642, 5, + 2, 0, 0, 9642, 9643, 3, 1366, 683, 0, 9643, 9644, 5, 3, 0, 0, 9644, 9646, + 1, 0, 0, 0, 9645, 9641, 1, 0, 0, 0, 9645, 9646, 1, 0, 0, 0, 9646, 9796, + 1, 0, 0, 0, 9647, 9796, 5, 49, 0, 0, 9648, 9796, 5, 52, 0, 0, 9649, 9796, + 5, 89, 0, 0, 9650, 9796, 5, 99, 0, 0, 9651, 9796, 5, 47, 0, 0, 9652, 9796, + 5, 111, 0, 0, 9653, 9654, 5, 41, 0, 0, 9654, 9655, 5, 2, 0, 0, 9655, 9656, + 3, 1170, 585, 0, 9656, 9657, 5, 36, 0, 0, 9657, 9658, 3, 1126, 563, 0, + 9658, 9659, 5, 3, 0, 0, 9659, 9796, 1, 0, 0, 0, 9660, 9661, 5, 391, 0, + 0, 9661, 9663, 5, 2, 0, 0, 9662, 9664, 3, 1300, 650, 0, 9663, 9662, 1, + 0, 0, 0, 9663, 9664, 1, 0, 0, 0, 9664, 9665, 1, 0, 0, 0, 9665, 9796, 5, + 3, 0, 0, 9666, 9667, 5, 491, 0, 0, 9667, 9668, 5, 2, 0, 0, 9668, 9671, + 3, 1170, 585, 0, 9669, 9670, 5, 6, 0, 0, 9670, 9672, 3, 1304, 652, 0, 9671, + 9669, 1, 0, 0, 0, 9671, 9672, 1, 0, 0, 0, 9672, 9673, 1, 0, 0, 0, 9673, + 9674, 5, 3, 0, 0, 9674, 9796, 1, 0, 0, 0, 9675, 9676, 5, 404, 0, 0, 9676, + 9677, 5, 2, 0, 0, 9677, 9678, 3, 1306, 653, 0, 9678, 9679, 5, 3, 0, 0, + 9679, 9796, 1, 0, 0, 0, 9680, 9681, 5, 406, 0, 0, 9681, 9683, 5, 2, 0, + 0, 9682, 9684, 3, 1308, 654, 0, 9683, 9682, 1, 0, 0, 0, 9683, 9684, 1, + 0, 0, 0, 9684, 9685, 1, 0, 0, 0, 9685, 9796, 5, 3, 0, 0, 9686, 9687, 5, + 412, 0, 0, 9687, 9688, 5, 2, 0, 0, 9688, 9689, 3, 1310, 655, 0, 9689, 9690, + 5, 3, 0, 0, 9690, 9796, 1, 0, 0, 0, 9691, 9692, 5, 415, 0, 0, 9692, 9693, + 5, 2, 0, 0, 9693, 9694, 3, 1170, 585, 0, 9694, 9695, 5, 36, 0, 0, 9695, + 9696, 3, 1126, 563, 0, 9696, 9697, 5, 3, 0, 0, 9697, 9796, 1, 0, 0, 0, + 9698, 9699, 5, 416, 0, 0, 9699, 9701, 5, 2, 0, 0, 9700, 9702, 7, 56, 0, + 0, 9701, 9700, 1, 0, 0, 0, 9701, 9702, 1, 0, 0, 0, 9702, 9703, 1, 0, 0, + 0, 9703, 9704, 3, 1312, 656, 0, 9704, 9705, 5, 3, 0, 0, 9705, 9796, 1, + 0, 0, 0, 9706, 9707, 5, 402, 0, 0, 9707, 9708, 5, 2, 0, 0, 9708, 9709, + 3, 1170, 585, 0, 9709, 9710, 5, 6, 0, 0, 9710, 9711, 3, 1170, 585, 0, 9711, + 9712, 5, 3, 0, 0, 9712, 9796, 1, 0, 0, 0, 9713, 9714, 5, 387, 0, 0, 9714, + 9715, 5, 2, 0, 0, 9715, 9716, 3, 1288, 644, 0, 9716, 9717, 5, 3, 0, 0, + 9717, 9796, 1, 0, 0, 0, 9718, 9719, 5, 393, 0, 0, 9719, 9720, 5, 2, 0, + 0, 9720, 9721, 3, 1288, 644, 0, 9721, 9722, 5, 3, 0, 0, 9722, 9796, 1, + 0, 0, 0, 9723, 9724, 5, 398, 0, 0, 9724, 9725, 5, 2, 0, 0, 9725, 9726, + 3, 1288, 644, 0, 9726, 9727, 5, 3, 0, 0, 9727, 9796, 1, 0, 0, 0, 9728, + 9729, 5, 427, 0, 0, 9729, 9730, 5, 2, 0, 0, 9730, 9731, 3, 1288, 644, 0, + 9731, 9732, 5, 3, 0, 0, 9732, 9796, 1, 0, 0, 0, 9733, 9734, 5, 428, 0, + 0, 9734, 9735, 5, 2, 0, 0, 9735, 9736, 5, 259, 0, 0, 9736, 9742, 3, 1390, + 695, 0, 9737, 9740, 5, 6, 0, 0, 9738, 9741, 3, 1230, 615, 0, 9739, 9741, + 3, 1288, 644, 0, 9740, 9738, 1, 0, 0, 0, 9740, 9739, 1, 0, 0, 0, 9741, + 9743, 1, 0, 0, 0, 9742, 9737, 1, 0, 0, 0, 9742, 9743, 1, 0, 0, 0, 9743, + 9744, 1, 0, 0, 0, 9744, 9745, 5, 3, 0, 0, 9745, 9796, 1, 0, 0, 0, 9746, + 9747, 5, 429, 0, 0, 9747, 9748, 5, 2, 0, 0, 9748, 9749, 3, 1214, 607, 0, + 9749, 9750, 3, 1240, 620, 0, 9750, 9751, 5, 3, 0, 0, 9751, 9796, 1, 0, + 0, 0, 9752, 9753, 5, 430, 0, 0, 9753, 9754, 5, 2, 0, 0, 9754, 9755, 3, + 1232, 616, 0, 9755, 9756, 5, 3, 0, 0, 9756, 9796, 1, 0, 0, 0, 9757, 9758, + 5, 431, 0, 0, 9758, 9759, 5, 2, 0, 0, 9759, 9760, 3, 1236, 618, 0, 9760, + 9762, 3, 1170, 585, 0, 9761, 9763, 3, 1238, 619, 0, 9762, 9761, 1, 0, 0, + 0, 9762, 9763, 1, 0, 0, 0, 9763, 9764, 1, 0, 0, 0, 9764, 9765, 5, 3, 0, + 0, 9765, 9796, 1, 0, 0, 0, 9766, 9767, 5, 432, 0, 0, 9767, 9768, 5, 2, + 0, 0, 9768, 9769, 5, 259, 0, 0, 9769, 9772, 3, 1390, 695, 0, 9770, 9771, + 5, 6, 0, 0, 9771, 9773, 3, 1170, 585, 0, 9772, 9770, 1, 0, 0, 0, 9772, + 9773, 1, 0, 0, 0, 9773, 9774, 1, 0, 0, 0, 9774, 9775, 5, 3, 0, 0, 9775, + 9796, 1, 0, 0, 0, 9776, 9777, 5, 433, 0, 0, 9777, 9778, 5, 2, 0, 0, 9778, + 9779, 5, 376, 0, 0, 9779, 9780, 3, 1170, 585, 0, 9780, 9781, 5, 6, 0, 0, + 9781, 9783, 3, 1226, 613, 0, 9782, 9784, 3, 1228, 614, 0, 9783, 9782, 1, + 0, 0, 0, 9783, 9784, 1, 0, 0, 0, 9784, 9785, 1, 0, 0, 0, 9785, 9786, 5, + 3, 0, 0, 9786, 9796, 1, 0, 0, 0, 9787, 9788, 5, 434, 0, 0, 9788, 9789, + 5, 2, 0, 0, 9789, 9790, 3, 1236, 618, 0, 9790, 9791, 3, 1170, 585, 0, 9791, + 9792, 5, 36, 0, 0, 9792, 9793, 3, 1130, 565, 0, 9793, 9794, 5, 3, 0, 0, + 9794, 9796, 1, 0, 0, 0, 9795, 9612, 1, 0, 0, 0, 9795, 9618, 1, 0, 0, 0, + 9795, 9619, 1, 0, 0, 0, 9795, 9626, 1, 0, 0, 0, 9795, 9633, 1, 0, 0, 0, + 9795, 9640, 1, 0, 0, 0, 9795, 9647, 1, 0, 0, 0, 9795, 9648, 1, 0, 0, 0, + 9795, 9649, 1, 0, 0, 0, 9795, 9650, 1, 0, 0, 0, 9795, 9651, 1, 0, 0, 0, + 9795, 9652, 1, 0, 0, 0, 9795, 9653, 1, 0, 0, 0, 9795, 9660, 1, 0, 0, 0, + 9795, 9666, 1, 0, 0, 0, 9795, 9675, 1, 0, 0, 0, 9795, 9680, 1, 0, 0, 0, + 9795, 9686, 1, 0, 0, 0, 9795, 9691, 1, 0, 0, 0, 9795, 9698, 1, 0, 0, 0, + 9795, 9706, 1, 0, 0, 0, 9795, 9713, 1, 0, 0, 0, 9795, 9718, 1, 0, 0, 0, + 9795, 9723, 1, 0, 0, 0, 9795, 9728, 1, 0, 0, 0, 9795, 9733, 1, 0, 0, 0, + 9795, 9746, 1, 0, 0, 0, 9795, 9752, 1, 0, 0, 0, 9795, 9757, 1, 0, 0, 0, + 9795, 9766, 1, 0, 0, 0, 9795, 9776, 1, 0, 0, 0, 9795, 9787, 1, 0, 0, 0, + 9796, 1225, 1, 0, 0, 0, 9797, 9798, 5, 368, 0, 0, 9798, 9803, 3, 1170, + 585, 0, 9799, 9800, 5, 368, 0, 0, 9800, 9801, 5, 262, 0, 0, 9801, 9803, + 5, 452, 0, 0, 9802, 9797, 1, 0, 0, 0, 9802, 9799, 1, 0, 0, 0, 9803, 1227, + 1, 0, 0, 0, 9804, 9805, 5, 6, 0, 0, 9805, 9806, 5, 332, 0, 0, 9806, 9815, + 5, 378, 0, 0, 9807, 9808, 5, 6, 0, 0, 9808, 9809, 5, 332, 0, 0, 9809, 9815, + 5, 262, 0, 0, 9810, 9811, 5, 6, 0, 0, 9811, 9812, 5, 332, 0, 0, 9812, 9813, + 5, 262, 0, 0, 9813, 9815, 5, 452, 0, 0, 9814, 9804, 1, 0, 0, 0, 9814, 9807, + 1, 0, 0, 0, 9814, 9810, 1, 0, 0, 0, 9815, 1229, 1, 0, 0, 0, 9816, 9817, + 5, 419, 0, 0, 9817, 9818, 5, 2, 0, 0, 9818, 9819, 3, 1232, 616, 0, 9819, + 9820, 5, 3, 0, 0, 9820, 1231, 1, 0, 0, 0, 9821, 9826, 3, 1234, 617, 0, + 9822, 9823, 5, 6, 0, 0, 9823, 9825, 3, 1234, 617, 0, 9824, 9822, 1, 0, + 0, 0, 9825, 9828, 1, 0, 0, 0, 9826, 9824, 1, 0, 0, 0, 9826, 9827, 1, 0, + 0, 0, 9827, 1233, 1, 0, 0, 0, 9828, 9826, 1, 0, 0, 0, 9829, 9832, 3, 1170, + 585, 0, 9830, 9831, 5, 36, 0, 0, 9831, 9833, 3, 1390, 695, 0, 9832, 9830, + 1, 0, 0, 0, 9832, 9833, 1, 0, 0, 0, 9833, 1235, 1, 0, 0, 0, 9834, 9835, + 7, 57, 0, 0, 9835, 1237, 1, 0, 0, 0, 9836, 9837, 5, 285, 0, 0, 9837, 9841, + 5, 371, 0, 0, 9838, 9839, 5, 340, 0, 0, 9839, 9841, 5, 371, 0, 0, 9840, + 9836, 1, 0, 0, 0, 9840, 9838, 1, 0, 0, 0, 9841, 1239, 1, 0, 0, 0, 9842, + 9843, 5, 279, 0, 0, 9843, 9858, 3, 1214, 607, 0, 9844, 9845, 5, 279, 0, + 0, 9845, 9846, 3, 1214, 607, 0, 9846, 9847, 3, 1242, 621, 0, 9847, 9858, + 1, 0, 0, 0, 9848, 9849, 5, 279, 0, 0, 9849, 9850, 3, 1242, 621, 0, 9850, + 9851, 3, 1214, 607, 0, 9851, 9858, 1, 0, 0, 0, 9852, 9853, 5, 279, 0, 0, + 9853, 9854, 3, 1242, 621, 0, 9854, 9855, 3, 1214, 607, 0, 9855, 9856, 3, + 1242, 621, 0, 9856, 9858, 1, 0, 0, 0, 9857, 9842, 1, 0, 0, 0, 9857, 9844, + 1, 0, 0, 0, 9857, 9848, 1, 0, 0, 0, 9857, 9852, 1, 0, 0, 0, 9858, 1241, + 1, 0, 0, 0, 9859, 9860, 5, 147, 0, 0, 9860, 9861, 7, 58, 0, 0, 9861, 1243, + 1, 0, 0, 0, 9862, 9863, 5, 481, 0, 0, 9863, 9864, 5, 66, 0, 0, 9864, 9865, + 5, 2, 0, 0, 9865, 9866, 3, 1006, 503, 0, 9866, 9867, 5, 3, 0, 0, 9867, + 1245, 1, 0, 0, 0, 9868, 9869, 5, 482, 0, 0, 9869, 9870, 5, 2, 0, 0, 9870, + 9871, 5, 103, 0, 0, 9871, 9872, 3, 1170, 585, 0, 9872, 9873, 5, 3, 0, 0, + 9873, 1247, 1, 0, 0, 0, 9874, 9875, 5, 104, 0, 0, 9875, 9876, 3, 1250, + 625, 0, 9876, 1249, 1, 0, 0, 0, 9877, 9882, 3, 1252, 626, 0, 9878, 9879, + 5, 6, 0, 0, 9879, 9881, 3, 1252, 626, 0, 9880, 9878, 1, 0, 0, 0, 9881, + 9884, 1, 0, 0, 0, 9882, 9880, 1, 0, 0, 0, 9882, 9883, 1, 0, 0, 0, 9883, + 1251, 1, 0, 0, 0, 9884, 9882, 1, 0, 0, 0, 9885, 9886, 3, 1382, 691, 0, + 9886, 9887, 5, 36, 0, 0, 9887, 9888, 3, 1256, 628, 0, 9888, 1253, 1, 0, + 0, 0, 9889, 9892, 5, 124, 0, 0, 9890, 9893, 3, 1256, 628, 0, 9891, 9893, + 3, 1382, 691, 0, 9892, 9890, 1, 0, 0, 0, 9892, 9891, 1, 0, 0, 0, 9893, + 1255, 1, 0, 0, 0, 9894, 9896, 5, 2, 0, 0, 9895, 9897, 3, 1258, 629, 0, + 9896, 9895, 1, 0, 0, 0, 9896, 9897, 1, 0, 0, 0, 9897, 9899, 1, 0, 0, 0, + 9898, 9900, 3, 1260, 630, 0, 9899, 9898, 1, 0, 0, 0, 9899, 9900, 1, 0, + 0, 0, 9900, 9902, 1, 0, 0, 0, 9901, 9903, 3, 1004, 502, 0, 9902, 9901, + 1, 0, 0, 0, 9902, 9903, 1, 0, 0, 0, 9903, 9905, 1, 0, 0, 0, 9904, 9906, + 3, 1262, 631, 0, 9905, 9904, 1, 0, 0, 0, 9905, 9906, 1, 0, 0, 0, 9906, + 9907, 1, 0, 0, 0, 9907, 9908, 5, 3, 0, 0, 9908, 1257, 1, 0, 0, 0, 9909, + 9910, 3, 1382, 691, 0, 9910, 1259, 1, 0, 0, 0, 9911, 9912, 5, 278, 0, 0, + 9912, 9913, 5, 147, 0, 0, 9913, 9914, 3, 1288, 644, 0, 9914, 1261, 1, 0, + 0, 0, 9915, 9916, 5, 292, 0, 0, 9916, 9918, 3, 1264, 632, 0, 9917, 9919, + 3, 1268, 634, 0, 9918, 9917, 1, 0, 0, 0, 9918, 9919, 1, 0, 0, 0, 9919, + 9931, 1, 0, 0, 0, 9920, 9921, 5, 313, 0, 0, 9921, 9923, 3, 1264, 632, 0, + 9922, 9924, 3, 1268, 634, 0, 9923, 9922, 1, 0, 0, 0, 9923, 9924, 1, 0, + 0, 0, 9924, 9931, 1, 0, 0, 0, 9925, 9926, 5, 483, 0, 0, 9926, 9928, 3, + 1264, 632, 0, 9927, 9929, 3, 1268, 634, 0, 9928, 9927, 1, 0, 0, 0, 9928, + 9929, 1, 0, 0, 0, 9929, 9931, 1, 0, 0, 0, 9930, 9915, 1, 0, 0, 0, 9930, + 9920, 1, 0, 0, 0, 9930, 9925, 1, 0, 0, 0, 9931, 1263, 1, 0, 0, 0, 9932, + 9939, 3, 1266, 633, 0, 9933, 9934, 5, 381, 0, 0, 9934, 9935, 3, 1266, 633, + 0, 9935, 9936, 5, 33, 0, 0, 9936, 9937, 3, 1266, 633, 0, 9937, 9939, 1, + 0, 0, 0, 9938, 9932, 1, 0, 0, 0, 9938, 9933, 1, 0, 0, 0, 9939, 1265, 1, + 0, 0, 0, 9940, 9941, 5, 355, 0, 0, 9941, 9948, 7, 59, 0, 0, 9942, 9943, + 5, 436, 0, 0, 9943, 9948, 5, 409, 0, 0, 9944, 9945, 3, 1170, 585, 0, 9945, + 9946, 7, 59, 0, 0, 9946, 9948, 1, 0, 0, 0, 9947, 9940, 1, 0, 0, 0, 9947, + 9942, 1, 0, 0, 0, 9947, 9944, 1, 0, 0, 0, 9948, 1267, 1, 0, 0, 0, 9949, + 9956, 5, 199, 0, 0, 9950, 9951, 5, 436, 0, 0, 9951, 9957, 5, 409, 0, 0, + 9952, 9957, 5, 66, 0, 0, 9953, 9957, 5, 469, 0, 0, 9954, 9955, 5, 262, + 0, 0, 9955, 9957, 5, 484, 0, 0, 9956, 9950, 1, 0, 0, 0, 9956, 9952, 1, + 0, 0, 0, 9956, 9953, 1, 0, 0, 0, 9956, 9954, 1, 0, 0, 0, 9957, 1269, 1, + 0, 0, 0, 9958, 9959, 5, 409, 0, 0, 9959, 9961, 5, 2, 0, 0, 9960, 9962, + 3, 1288, 644, 0, 9961, 9960, 1, 0, 0, 0, 9961, 9962, 1, 0, 0, 0, 9962, + 9963, 1, 0, 0, 0, 9963, 9971, 5, 3, 0, 0, 9964, 9965, 5, 2, 0, 0, 9965, + 9966, 3, 1288, 644, 0, 9966, 9967, 5, 6, 0, 0, 9967, 9968, 3, 1170, 585, + 0, 9968, 9969, 5, 3, 0, 0, 9969, 9971, 1, 0, 0, 0, 9970, 9958, 1, 0, 0, + 0, 9970, 9964, 1, 0, 0, 0, 9971, 1271, 1, 0, 0, 0, 9972, 9973, 5, 409, + 0, 0, 9973, 9975, 5, 2, 0, 0, 9974, 9976, 3, 1288, 644, 0, 9975, 9974, + 1, 0, 0, 0, 9975, 9976, 1, 0, 0, 0, 9976, 9977, 1, 0, 0, 0, 9977, 9978, + 5, 3, 0, 0, 9978, 1273, 1, 0, 0, 0, 9979, 9980, 5, 2, 0, 0, 9980, 9981, + 3, 1288, 644, 0, 9981, 9982, 5, 6, 0, 0, 9982, 9983, 3, 1170, 585, 0, 9983, + 9984, 5, 3, 0, 0, 9984, 1275, 1, 0, 0, 0, 9985, 9986, 7, 60, 0, 0, 9986, + 1277, 1, 0, 0, 0, 9987, 9990, 5, 29, 0, 0, 9988, 9990, 3, 1280, 640, 0, + 9989, 9987, 1, 0, 0, 0, 9989, 9988, 1, 0, 0, 0, 9990, 1279, 1, 0, 0, 0, + 9991, 9992, 7, 61, 0, 0, 9992, 1281, 1, 0, 0, 0, 9993, 10000, 5, 29, 0, + 0, 9994, 9995, 5, 271, 0, 0, 9995, 9996, 5, 2, 0, 0, 9996, 9997, 3, 690, + 345, 0, 9997, 9998, 5, 3, 0, 0, 9998, 10000, 1, 0, 0, 0, 9999, 9993, 1, + 0, 0, 0, 9999, 9994, 1, 0, 0, 0, 10000, 1283, 1, 0, 0, 0, 10001, 10008, + 3, 1278, 639, 0, 10002, 10003, 5, 271, 0, 0, 10003, 10004, 5, 2, 0, 0, + 10004, 10005, 3, 690, 345, 0, 10005, 10006, 5, 3, 0, 0, 10006, 10008, 1, + 0, 0, 0, 10007, 10001, 1, 0, 0, 0, 10007, 10002, 1, 0, 0, 0, 10008, 1285, + 1, 0, 0, 0, 10009, 10022, 3, 1278, 639, 0, 10010, 10011, 5, 271, 0, 0, + 10011, 10012, 5, 2, 0, 0, 10012, 10013, 3, 690, 345, 0, 10013, 10014, 5, + 3, 0, 0, 10014, 10022, 1, 0, 0, 0, 10015, 10022, 5, 120, 0, 0, 10016, 10017, + 5, 77, 0, 0, 10017, 10022, 5, 120, 0, 0, 10018, 10022, 5, 114, 0, 0, 10019, + 10020, 5, 77, 0, 0, 10020, 10022, 5, 114, 0, 0, 10021, 10009, 1, 0, 0, + 0, 10021, 10010, 1, 0, 0, 0, 10021, 10015, 1, 0, 0, 0, 10021, 10016, 1, + 0, 0, 0, 10021, 10018, 1, 0, 0, 0, 10021, 10019, 1, 0, 0, 0, 10022, 1287, + 1, 0, 0, 0, 10023, 10028, 3, 1170, 585, 0, 10024, 10025, 5, 6, 0, 0, 10025, + 10027, 3, 1170, 585, 0, 10026, 10024, 1, 0, 0, 0, 10027, 10030, 1, 0, 0, + 0, 10028, 10026, 1, 0, 0, 0, 10028, 10029, 1, 0, 0, 0, 10029, 1289, 1, + 0, 0, 0, 10030, 10028, 1, 0, 0, 0, 10031, 10036, 3, 1292, 646, 0, 10032, + 10033, 5, 6, 0, 0, 10033, 10035, 3, 1292, 646, 0, 10034, 10032, 1, 0, 0, + 0, 10035, 10038, 1, 0, 0, 0, 10036, 10034, 1, 0, 0, 0, 10036, 10037, 1, + 0, 0, 0, 10037, 1291, 1, 0, 0, 0, 10038, 10036, 1, 0, 0, 0, 10039, 10045, + 3, 1170, 585, 0, 10040, 10041, 3, 642, 321, 0, 10041, 10042, 7, 62, 0, + 0, 10042, 10043, 3, 1170, 585, 0, 10043, 10045, 1, 0, 0, 0, 10044, 10039, + 1, 0, 0, 0, 10044, 10040, 1, 0, 0, 0, 10045, 1293, 1, 0, 0, 0, 10046, 10051, + 3, 1126, 563, 0, 10047, 10048, 5, 6, 0, 0, 10048, 10050, 3, 1126, 563, + 0, 10049, 10047, 1, 0, 0, 0, 10050, 10053, 1, 0, 0, 0, 10051, 10049, 1, + 0, 0, 0, 10051, 10052, 1, 0, 0, 0, 10052, 1295, 1, 0, 0, 0, 10053, 10051, + 1, 0, 0, 0, 10054, 10057, 5, 4, 0, 0, 10055, 10058, 3, 1288, 644, 0, 10056, + 10058, 3, 1298, 649, 0, 10057, 10055, 1, 0, 0, 0, 10057, 10056, 1, 0, 0, + 0, 10057, 10058, 1, 0, 0, 0, 10058, 10059, 1, 0, 0, 0, 10059, 10060, 5, + 5, 0, 0, 10060, 1297, 1, 0, 0, 0, 10061, 10066, 3, 1296, 648, 0, 10062, + 10063, 5, 6, 0, 0, 10063, 10065, 3, 1296, 648, 0, 10064, 10062, 1, 0, 0, + 0, 10065, 10068, 1, 0, 0, 0, 10066, 10064, 1, 0, 0, 0, 10066, 10067, 1, + 0, 0, 0, 10067, 1299, 1, 0, 0, 0, 10068, 10066, 1, 0, 0, 0, 10069, 10070, + 3, 1302, 651, 0, 10070, 10071, 5, 64, 0, 0, 10071, 10072, 3, 1170, 585, + 0, 10072, 1301, 1, 0, 0, 0, 10073, 10082, 3, 1392, 696, 0, 10074, 10082, + 5, 377, 0, 0, 10075, 10082, 5, 257, 0, 0, 10076, 10082, 5, 176, 0, 0, 10077, + 10082, 5, 218, 0, 0, 10078, 10082, 5, 254, 0, 0, 10079, 10082, 5, 319, + 0, 0, 10080, 10082, 3, 1368, 684, 0, 10081, 10073, 1, 0, 0, 0, 10081, 10074, + 1, 0, 0, 0, 10081, 10075, 1, 0, 0, 0, 10081, 10076, 1, 0, 0, 0, 10081, + 10077, 1, 0, 0, 0, 10081, 10078, 1, 0, 0, 0, 10081, 10079, 1, 0, 0, 0, + 10081, 10080, 1, 0, 0, 0, 10082, 1303, 1, 0, 0, 0, 10083, 10084, 7, 63, + 0, 0, 10084, 1305, 1, 0, 0, 0, 10085, 10086, 3, 1170, 585, 0, 10086, 10087, + 5, 84, 0, 0, 10087, 10088, 3, 1170, 585, 0, 10088, 10089, 5, 64, 0, 0, + 10089, 10092, 3, 1170, 585, 0, 10090, 10091, 5, 62, 0, 0, 10091, 10093, + 3, 1170, 585, 0, 10092, 10090, 1, 0, 0, 0, 10092, 10093, 1, 0, 0, 0, 10093, + 1307, 1, 0, 0, 0, 10094, 10095, 3, 1212, 606, 0, 10095, 10096, 5, 68, 0, + 0, 10096, 10097, 3, 1212, 606, 0, 10097, 1309, 1, 0, 0, 0, 10098, 10099, + 3, 1170, 585, 0, 10099, 10100, 5, 64, 0, 0, 10100, 10101, 3, 1170, 585, + 0, 10101, 10102, 5, 62, 0, 0, 10102, 10103, 3, 1170, 585, 0, 10103, 10126, + 1, 0, 0, 0, 10104, 10105, 3, 1170, 585, 0, 10105, 10106, 5, 62, 0, 0, 10106, + 10107, 3, 1170, 585, 0, 10107, 10108, 5, 64, 0, 0, 10108, 10109, 3, 1170, + 585, 0, 10109, 10126, 1, 0, 0, 0, 10110, 10111, 3, 1170, 585, 0, 10111, + 10112, 5, 64, 0, 0, 10112, 10113, 3, 1170, 585, 0, 10113, 10126, 1, 0, + 0, 0, 10114, 10115, 3, 1170, 585, 0, 10115, 10116, 5, 62, 0, 0, 10116, + 10117, 3, 1170, 585, 0, 10117, 10126, 1, 0, 0, 0, 10118, 10119, 3, 1170, + 585, 0, 10119, 10120, 5, 127, 0, 0, 10120, 10121, 3, 1170, 585, 0, 10121, + 10122, 5, 197, 0, 0, 10122, 10123, 3, 1170, 585, 0, 10123, 10126, 1, 0, + 0, 0, 10124, 10126, 3, 1288, 644, 0, 10125, 10098, 1, 0, 0, 0, 10125, 10104, + 1, 0, 0, 0, 10125, 10110, 1, 0, 0, 0, 10125, 10114, 1, 0, 0, 0, 10125, + 10118, 1, 0, 0, 0, 10125, 10124, 1, 0, 0, 0, 10126, 1311, 1, 0, 0, 0, 10127, + 10128, 3, 1170, 585, 0, 10128, 10129, 5, 64, 0, 0, 10129, 10130, 3, 1288, + 644, 0, 10130, 10135, 1, 0, 0, 0, 10131, 10132, 5, 64, 0, 0, 10132, 10135, + 3, 1288, 644, 0, 10133, 10135, 3, 1288, 644, 0, 10134, 10127, 1, 0, 0, + 0, 10134, 10131, 1, 0, 0, 0, 10134, 10133, 1, 0, 0, 0, 10135, 1313, 1, + 0, 0, 0, 10136, 10142, 3, 970, 485, 0, 10137, 10138, 5, 2, 0, 0, 10138, + 10139, 3, 1288, 644, 0, 10139, 10140, 5, 3, 0, 0, 10140, 10142, 1, 0, 0, + 0, 10141, 10136, 1, 0, 0, 0, 10141, 10137, 1, 0, 0, 0, 10142, 1315, 1, + 0, 0, 0, 10143, 10145, 5, 40, 0, 0, 10144, 10146, 3, 1324, 662, 0, 10145, + 10144, 1, 0, 0, 0, 10145, 10146, 1, 0, 0, 0, 10146, 10147, 1, 0, 0, 0, + 10147, 10149, 3, 1318, 659, 0, 10148, 10150, 3, 1322, 661, 0, 10149, 10148, + 1, 0, 0, 0, 10149, 10150, 1, 0, 0, 0, 10150, 10151, 1, 0, 0, 0, 10151, + 10152, 5, 456, 0, 0, 10152, 1317, 1, 0, 0, 0, 10153, 10155, 3, 1320, 660, + 0, 10154, 10153, 1, 0, 0, 0, 10155, 10156, 1, 0, 0, 0, 10156, 10154, 1, + 0, 0, 0, 10156, 10157, 1, 0, 0, 0, 10157, 1319, 1, 0, 0, 0, 10158, 10159, + 5, 102, 0, 0, 10159, 10160, 3, 1170, 585, 0, 10160, 10161, 5, 93, 0, 0, + 10161, 10162, 3, 1170, 585, 0, 10162, 1321, 1, 0, 0, 0, 10163, 10164, 5, + 58, 0, 0, 10164, 10165, 3, 1170, 585, 0, 10165, 1323, 1, 0, 0, 0, 10166, + 10167, 3, 1170, 585, 0, 10167, 1325, 1, 0, 0, 0, 10168, 10170, 3, 1382, + 691, 0, 10169, 10171, 3, 1332, 666, 0, 10170, 10169, 1, 0, 0, 0, 10170, + 10171, 1, 0, 0, 0, 10171, 1327, 1, 0, 0, 0, 10172, 10175, 5, 11, 0, 0, + 10173, 10176, 3, 1352, 676, 0, 10174, 10176, 5, 9, 0, 0, 10175, 10173, + 1, 0, 0, 0, 10175, 10174, 1, 0, 0, 0, 10176, 10190, 1, 0, 0, 0, 10177, + 10186, 5, 4, 0, 0, 10178, 10187, 3, 1170, 585, 0, 10179, 10181, 3, 1330, + 665, 0, 10180, 10179, 1, 0, 0, 0, 10180, 10181, 1, 0, 0, 0, 10181, 10182, + 1, 0, 0, 0, 10182, 10184, 5, 8, 0, 0, 10183, 10185, 3, 1330, 665, 0, 10184, + 10183, 1, 0, 0, 0, 10184, 10185, 1, 0, 0, 0, 10185, 10187, 1, 0, 0, 0, + 10186, 10178, 1, 0, 0, 0, 10186, 10180, 1, 0, 0, 0, 10187, 10188, 1, 0, + 0, 0, 10188, 10190, 5, 5, 0, 0, 10189, 10172, 1, 0, 0, 0, 10189, 10177, + 1, 0, 0, 0, 10190, 1329, 1, 0, 0, 0, 10191, 10192, 3, 1170, 585, 0, 10192, + 1331, 1, 0, 0, 0, 10193, 10195, 3, 1328, 664, 0, 10194, 10193, 1, 0, 0, + 0, 10195, 10196, 1, 0, 0, 0, 10196, 10194, 1, 0, 0, 0, 10196, 10197, 1, + 0, 0, 0, 10197, 1333, 1, 0, 0, 0, 10198, 10200, 3, 1328, 664, 0, 10199, + 10198, 1, 0, 0, 0, 10200, 10203, 1, 0, 0, 0, 10201, 10199, 1, 0, 0, 0, + 10201, 10202, 1, 0, 0, 0, 10202, 1335, 1, 0, 0, 0, 10203, 10201, 1, 0, + 0, 0, 10204, 10205, 3, 1338, 669, 0, 10205, 1337, 1, 0, 0, 0, 10206, 10211, + 3, 1340, 670, 0, 10207, 10208, 5, 6, 0, 0, 10208, 10210, 3, 1340, 670, + 0, 10209, 10207, 1, 0, 0, 0, 10210, 10213, 1, 0, 0, 0, 10211, 10209, 1, + 0, 0, 0, 10211, 10212, 1, 0, 0, 0, 10212, 1339, 1, 0, 0, 0, 10213, 10211, + 1, 0, 0, 0, 10214, 10216, 3, 1170, 585, 0, 10215, 10217, 3, 1342, 671, + 0, 10216, 10215, 1, 0, 0, 0, 10216, 10217, 1, 0, 0, 0, 10217, 10220, 1, + 0, 0, 0, 10218, 10220, 5, 9, 0, 0, 10219, 10214, 1, 0, 0, 0, 10219, 10218, + 1, 0, 0, 0, 10220, 1341, 1, 0, 0, 0, 10221, 10222, 5, 36, 0, 0, 10222, + 10225, 3, 1390, 695, 0, 10223, 10225, 3, 1392, 696, 0, 10224, 10221, 1, + 0, 0, 0, 10224, 10223, 1, 0, 0, 0, 10225, 1343, 1, 0, 0, 0, 10226, 10231, + 3, 1346, 673, 0, 10227, 10228, 5, 6, 0, 0, 10228, 10230, 3, 1346, 673, + 0, 10229, 10227, 1, 0, 0, 0, 10230, 10233, 1, 0, 0, 0, 10231, 10229, 1, + 0, 0, 0, 10231, 10232, 1, 0, 0, 0, 10232, 1345, 1, 0, 0, 0, 10233, 10231, + 1, 0, 0, 0, 10234, 10236, 3, 1382, 691, 0, 10235, 10237, 3, 1332, 666, + 0, 10236, 10235, 1, 0, 0, 0, 10236, 10237, 1, 0, 0, 0, 10237, 1347, 1, + 0, 0, 0, 10238, 10243, 3, 1350, 675, 0, 10239, 10240, 5, 6, 0, 0, 10240, + 10242, 3, 1350, 675, 0, 10241, 10239, 1, 0, 0, 0, 10242, 10245, 1, 0, 0, + 0, 10243, 10241, 1, 0, 0, 0, 10243, 10244, 1, 0, 0, 0, 10244, 1349, 1, + 0, 0, 0, 10245, 10243, 1, 0, 0, 0, 10246, 10247, 3, 1382, 691, 0, 10247, + 1351, 1, 0, 0, 0, 10248, 10249, 3, 1390, 695, 0, 10249, 1353, 1, 0, 0, + 0, 10250, 10251, 3, 1368, 684, 0, 10251, 1355, 1, 0, 0, 0, 10252, 10260, + 3, 1404, 702, 0, 10253, 10260, 3, 1386, 693, 0, 10254, 10255, 3, 1382, + 691, 0, 10255, 10256, 3, 1332, 666, 0, 10256, 10260, 1, 0, 0, 0, 10257, + 10260, 5, 119, 0, 0, 10258, 10260, 5, 126, 0, 0, 10259, 10252, 1, 0, 0, + 0, 10259, 10253, 1, 0, 0, 0, 10259, 10254, 1, 0, 0, 0, 10259, 10257, 1, + 0, 0, 0, 10259, 10258, 1, 0, 0, 0, 10260, 1357, 1, 0, 0, 0, 10261, 10297, + 3, 1366, 683, 0, 10262, 10297, 3, 1364, 682, 0, 10263, 10297, 3, 1368, + 684, 0, 10264, 10297, 3, 1362, 681, 0, 10265, 10297, 3, 1360, 680, 0, 10266, + 10276, 3, 1356, 678, 0, 10267, 10277, 3, 1368, 684, 0, 10268, 10269, 5, + 2, 0, 0, 10269, 10271, 3, 1290, 645, 0, 10270, 10272, 3, 1004, 502, 0, + 10271, 10270, 1, 0, 0, 0, 10271, 10272, 1, 0, 0, 0, 10272, 10273, 1, 0, + 0, 0, 10273, 10274, 5, 3, 0, 0, 10274, 10275, 3, 1368, 684, 0, 10275, 10277, + 1, 0, 0, 0, 10276, 10267, 1, 0, 0, 0, 10276, 10268, 1, 0, 0, 0, 10277, + 10297, 1, 0, 0, 0, 10278, 10279, 3, 1132, 566, 0, 10279, 10280, 3, 1368, + 684, 0, 10280, 10297, 1, 0, 0, 0, 10281, 10291, 3, 1160, 580, 0, 10282, + 10284, 3, 1368, 684, 0, 10283, 10285, 3, 1164, 582, 0, 10284, 10283, 1, + 0, 0, 0, 10284, 10285, 1, 0, 0, 0, 10285, 10292, 1, 0, 0, 0, 10286, 10287, + 5, 2, 0, 0, 10287, 10288, 3, 1366, 683, 0, 10288, 10289, 5, 3, 0, 0, 10289, + 10290, 3, 1368, 684, 0, 10290, 10292, 1, 0, 0, 0, 10291, 10282, 1, 0, 0, + 0, 10291, 10286, 1, 0, 0, 0, 10292, 10297, 1, 0, 0, 0, 10293, 10297, 5, + 96, 0, 0, 10294, 10297, 5, 60, 0, 0, 10295, 10297, 5, 78, 0, 0, 10296, + 10261, 1, 0, 0, 0, 10296, 10262, 1, 0, 0, 0, 10296, 10263, 1, 0, 0, 0, + 10296, 10264, 1, 0, 0, 0, 10296, 10265, 1, 0, 0, 0, 10296, 10266, 1, 0, + 0, 0, 10296, 10278, 1, 0, 0, 0, 10296, 10281, 1, 0, 0, 0, 10296, 10293, + 1, 0, 0, 0, 10296, 10294, 1, 0, 0, 0, 10296, 10295, 1, 0, 0, 0, 10297, + 1359, 1, 0, 0, 0, 10298, 10299, 5, 661, 0, 0, 10299, 1361, 1, 0, 0, 0, + 10300, 10301, 5, 657, 0, 0, 10301, 1363, 1, 0, 0, 0, 10302, 10303, 5, 667, + 0, 0, 10303, 1365, 1, 0, 0, 0, 10304, 10305, 5, 665, 0, 0, 10305, 1367, + 1, 0, 0, 0, 10306, 10308, 3, 1370, 685, 0, 10307, 10309, 3, 1372, 686, + 0, 10308, 10307, 1, 0, 0, 0, 10308, 10309, 1, 0, 0, 0, 10309, 1369, 1, + 0, 0, 0, 10310, 10322, 5, 652, 0, 0, 10311, 10322, 5, 654, 0, 0, 10312, + 10316, 5, 656, 0, 0, 10313, 10315, 5, 684, 0, 0, 10314, 10313, 1, 0, 0, + 0, 10315, 10318, 1, 0, 0, 0, 10316, 10314, 1, 0, 0, 0, 10316, 10317, 1, + 0, 0, 0, 10317, 10319, 1, 0, 0, 0, 10318, 10316, 1, 0, 0, 0, 10319, 10322, + 5, 685, 0, 0, 10320, 10322, 5, 678, 0, 0, 10321, 10310, 1, 0, 0, 0, 10321, + 10311, 1, 0, 0, 0, 10321, 10312, 1, 0, 0, 0, 10321, 10320, 1, 0, 0, 0, + 10322, 1371, 1, 0, 0, 0, 10323, 10324, 5, 489, 0, 0, 10324, 10325, 3, 1370, + 685, 0, 10325, 1373, 1, 0, 0, 0, 10326, 10332, 3, 1366, 683, 0, 10327, + 10328, 5, 12, 0, 0, 10328, 10332, 3, 1366, 683, 0, 10329, 10330, 5, 13, + 0, 0, 10330, 10332, 3, 1366, 683, 0, 10331, 10326, 1, 0, 0, 0, 10331, 10327, + 1, 0, 0, 0, 10331, 10329, 1, 0, 0, 0, 10332, 1375, 1, 0, 0, 0, 10333, 10334, + 3, 1378, 689, 0, 10334, 1377, 1, 0, 0, 0, 10335, 10339, 3, 1388, 694, 0, + 10336, 10339, 5, 52, 0, 0, 10337, 10339, 5, 89, 0, 0, 10338, 10335, 1, + 0, 0, 0, 10338, 10336, 1, 0, 0, 0, 10338, 10337, 1, 0, 0, 0, 10339, 1379, + 1, 0, 0, 0, 10340, 10345, 3, 1378, 689, 0, 10341, 10342, 5, 6, 0, 0, 10342, + 10344, 3, 1378, 689, 0, 10343, 10341, 1, 0, 0, 0, 10344, 10347, 1, 0, 0, + 0, 10345, 10343, 1, 0, 0, 0, 10345, 10346, 1, 0, 0, 0, 10346, 1381, 1, + 0, 0, 0, 10347, 10345, 1, 0, 0, 0, 10348, 10355, 3, 1392, 696, 0, 10349, + 10355, 3, 1396, 698, 0, 10350, 10355, 3, 1398, 699, 0, 10351, 10355, 3, + 1618, 809, 0, 10352, 10355, 5, 119, 0, 0, 10353, 10355, 5, 126, 0, 0, 10354, + 10348, 1, 0, 0, 0, 10354, 10349, 1, 0, 0, 0, 10354, 10350, 1, 0, 0, 0, + 10354, 10351, 1, 0, 0, 0, 10354, 10352, 1, 0, 0, 0, 10354, 10353, 1, 0, + 0, 0, 10355, 1383, 1, 0, 0, 0, 10356, 10361, 3, 1392, 696, 0, 10357, 10361, + 3, 1396, 698, 0, 10358, 10361, 3, 1398, 699, 0, 10359, 10361, 3, 1618, + 809, 0, 10360, 10356, 1, 0, 0, 0, 10360, 10357, 1, 0, 0, 0, 10360, 10358, + 1, 0, 0, 0, 10360, 10359, 1, 0, 0, 0, 10361, 1385, 1, 0, 0, 0, 10362, 10367, + 3, 1392, 696, 0, 10363, 10367, 3, 1396, 698, 0, 10364, 10367, 3, 1618, + 809, 0, 10365, 10367, 3, 1400, 700, 0, 10366, 10362, 1, 0, 0, 0, 10366, + 10363, 1, 0, 0, 0, 10366, 10364, 1, 0, 0, 0, 10366, 10365, 1, 0, 0, 0, + 10367, 1387, 1, 0, 0, 0, 10368, 10373, 3, 1392, 696, 0, 10369, 10373, 3, + 1396, 698, 0, 10370, 10373, 3, 1398, 699, 0, 10371, 10373, 3, 1400, 700, + 0, 10372, 10368, 1, 0, 0, 0, 10372, 10369, 1, 0, 0, 0, 10372, 10370, 1, + 0, 0, 0, 10372, 10371, 1, 0, 0, 0, 10373, 1389, 1, 0, 0, 0, 10374, 10381, + 3, 1392, 696, 0, 10375, 10381, 3, 1618, 809, 0, 10376, 10381, 3, 1396, + 698, 0, 10377, 10381, 3, 1398, 699, 0, 10378, 10381, 3, 1400, 700, 0, 10379, + 10381, 3, 1402, 701, 0, 10380, 10374, 1, 0, 0, 0, 10380, 10375, 1, 0, 0, + 0, 10380, 10376, 1, 0, 0, 0, 10380, 10377, 1, 0, 0, 0, 10380, 10378, 1, + 0, 0, 0, 10380, 10379, 1, 0, 0, 0, 10381, 1391, 1, 0, 0, 0, 10382, 10384, + 5, 643, 0, 0, 10383, 10385, 3, 1372, 686, 0, 10384, 10383, 1, 0, 0, 0, + 10384, 10385, 1, 0, 0, 0, 10385, 10392, 1, 0, 0, 0, 10386, 10392, 5, 644, + 0, 0, 10387, 10392, 5, 648, 0, 0, 10388, 10392, 3, 1216, 608, 0, 10389, + 10392, 3, 1394, 697, 0, 10390, 10392, 3, 1618, 809, 0, 10391, 10382, 1, + 0, 0, 0, 10391, 10386, 1, 0, 0, 0, 10391, 10387, 1, 0, 0, 0, 10391, 10388, + 1, 0, 0, 0, 10391, 10389, 1, 0, 0, 0, 10391, 10390, 1, 0, 0, 0, 10392, + 1393, 1, 0, 0, 0, 10393, 10394, 5, 669, 0, 0, 10394, 1395, 1, 0, 0, 0, + 10395, 10396, 7, 64, 0, 0, 10396, 1397, 1, 0, 0, 0, 10397, 10450, 5, 381, + 0, 0, 10398, 10450, 5, 382, 0, 0, 10399, 10450, 3, 1142, 571, 0, 10400, + 10450, 5, 384, 0, 0, 10401, 10450, 5, 385, 0, 0, 10402, 10450, 3, 1150, + 575, 0, 10403, 10450, 5, 387, 0, 0, 10404, 10450, 5, 388, 0, 0, 10405, + 10450, 5, 389, 0, 0, 10406, 10450, 5, 390, 0, 0, 10407, 10450, 5, 391, + 0, 0, 10408, 10450, 5, 392, 0, 0, 10409, 10450, 5, 393, 0, 0, 10410, 10450, + 5, 472, 0, 0, 10411, 10450, 5, 394, 0, 0, 10412, 10450, 5, 395, 0, 0, 10413, + 10450, 5, 396, 0, 0, 10414, 10450, 5, 397, 0, 0, 10415, 10450, 5, 398, + 0, 0, 10416, 10450, 5, 399, 0, 0, 10417, 10450, 5, 400, 0, 0, 10418, 10450, + 5, 401, 0, 0, 10419, 10450, 5, 491, 0, 0, 10420, 10450, 5, 402, 0, 0, 10421, + 10450, 3, 1138, 569, 0, 10422, 10450, 5, 455, 0, 0, 10423, 10450, 5, 404, + 0, 0, 10424, 10450, 5, 406, 0, 0, 10425, 10450, 5, 407, 0, 0, 10426, 10450, + 5, 408, 0, 0, 10427, 10450, 5, 409, 0, 0, 10428, 10450, 5, 410, 0, 0, 10429, + 10450, 5, 411, 0, 0, 10430, 10450, 5, 412, 0, 0, 10431, 10450, 5, 413, + 0, 0, 10432, 10450, 5, 414, 0, 0, 10433, 10450, 5, 415, 0, 0, 10434, 10450, + 5, 416, 0, 0, 10435, 10450, 5, 417, 0, 0, 10436, 10450, 5, 418, 0, 0, 10437, + 10450, 5, 419, 0, 0, 10438, 10450, 5, 427, 0, 0, 10439, 10450, 5, 428, + 0, 0, 10440, 10450, 5, 429, 0, 0, 10441, 10450, 5, 430, 0, 0, 10442, 10450, + 5, 478, 0, 0, 10443, 10450, 5, 431, 0, 0, 10444, 10450, 5, 432, 0, 0, 10445, + 10450, 5, 433, 0, 0, 10446, 10450, 5, 434, 0, 0, 10447, 10450, 5, 476, + 0, 0, 10448, 10450, 3, 1404, 702, 0, 10449, 10397, 1, 0, 0, 0, 10449, 10398, + 1, 0, 0, 0, 10449, 10399, 1, 0, 0, 0, 10449, 10400, 1, 0, 0, 0, 10449, + 10401, 1, 0, 0, 0, 10449, 10402, 1, 0, 0, 0, 10449, 10403, 1, 0, 0, 0, + 10449, 10404, 1, 0, 0, 0, 10449, 10405, 1, 0, 0, 0, 10449, 10406, 1, 0, + 0, 0, 10449, 10407, 1, 0, 0, 0, 10449, 10408, 1, 0, 0, 0, 10449, 10409, + 1, 0, 0, 0, 10449, 10410, 1, 0, 0, 0, 10449, 10411, 1, 0, 0, 0, 10449, + 10412, 1, 0, 0, 0, 10449, 10413, 1, 0, 0, 0, 10449, 10414, 1, 0, 0, 0, + 10449, 10415, 1, 0, 0, 0, 10449, 10416, 1, 0, 0, 0, 10449, 10417, 1, 0, + 0, 0, 10449, 10418, 1, 0, 0, 0, 10449, 10419, 1, 0, 0, 0, 10449, 10420, + 1, 0, 0, 0, 10449, 10421, 1, 0, 0, 0, 10449, 10422, 1, 0, 0, 0, 10449, + 10423, 1, 0, 0, 0, 10449, 10424, 1, 0, 0, 0, 10449, 10425, 1, 0, 0, 0, + 10449, 10426, 1, 0, 0, 0, 10449, 10427, 1, 0, 0, 0, 10449, 10428, 1, 0, + 0, 0, 10449, 10429, 1, 0, 0, 0, 10449, 10430, 1, 0, 0, 0, 10449, 10431, + 1, 0, 0, 0, 10449, 10432, 1, 0, 0, 0, 10449, 10433, 1, 0, 0, 0, 10449, + 10434, 1, 0, 0, 0, 10449, 10435, 1, 0, 0, 0, 10449, 10436, 1, 0, 0, 0, + 10449, 10437, 1, 0, 0, 0, 10449, 10438, 1, 0, 0, 0, 10449, 10439, 1, 0, + 0, 0, 10449, 10440, 1, 0, 0, 0, 10449, 10441, 1, 0, 0, 0, 10449, 10442, + 1, 0, 0, 0, 10449, 10443, 1, 0, 0, 0, 10449, 10444, 1, 0, 0, 0, 10449, + 10445, 1, 0, 0, 0, 10449, 10446, 1, 0, 0, 0, 10449, 10447, 1, 0, 0, 0, + 10449, 10448, 1, 0, 0, 0, 10450, 1399, 1, 0, 0, 0, 10451, 10452, 7, 65, + 0, 0, 10452, 1401, 1, 0, 0, 0, 10453, 10454, 7, 66, 0, 0, 10454, 1403, + 1, 0, 0, 0, 10455, 10456, 7, 67, 0, 0, 10456, 1405, 1, 0, 0, 0, 10457, + 10458, 3, 1408, 704, 0, 10458, 10460, 3, 1418, 709, 0, 10459, 10461, 3, + 1416, 708, 0, 10460, 10459, 1, 0, 0, 0, 10460, 10461, 1, 0, 0, 0, 10461, + 1407, 1, 0, 0, 0, 10462, 10464, 3, 1410, 705, 0, 10463, 10462, 1, 0, 0, + 0, 10464, 10467, 1, 0, 0, 0, 10465, 10463, 1, 0, 0, 0, 10465, 10466, 1, + 0, 0, 0, 10466, 1409, 1, 0, 0, 0, 10467, 10465, 1, 0, 0, 0, 10468, 10469, + 3, 1412, 706, 0, 10469, 10470, 5, 272, 0, 0, 10470, 10471, 5, 492, 0, 0, + 10471, 10489, 1, 0, 0, 0, 10472, 10473, 3, 1412, 706, 0, 10473, 10474, + 5, 493, 0, 0, 10474, 10475, 3, 1414, 707, 0, 10475, 10489, 1, 0, 0, 0, + 10476, 10477, 3, 1412, 706, 0, 10477, 10478, 5, 494, 0, 0, 10478, 10479, + 5, 495, 0, 0, 10479, 10489, 1, 0, 0, 0, 10480, 10481, 3, 1412, 706, 0, + 10481, 10482, 5, 494, 0, 0, 10482, 10483, 5, 496, 0, 0, 10483, 10489, 1, + 0, 0, 0, 10484, 10485, 3, 1412, 706, 0, 10485, 10486, 5, 494, 0, 0, 10486, + 10487, 5, 497, 0, 0, 10487, 10489, 1, 0, 0, 0, 10488, 10468, 1, 0, 0, 0, + 10488, 10472, 1, 0, 0, 0, 10488, 10476, 1, 0, 0, 0, 10488, 10480, 1, 0, + 0, 0, 10488, 10484, 1, 0, 0, 0, 10489, 1411, 1, 0, 0, 0, 10490, 10491, + 5, 29, 0, 0, 10491, 1413, 1, 0, 0, 0, 10492, 10497, 3, 1368, 684, 0, 10493, + 10497, 3, 1402, 701, 0, 10494, 10497, 3, 1618, 809, 0, 10495, 10497, 3, + 1396, 698, 0, 10496, 10492, 1, 0, 0, 0, 10496, 10493, 1, 0, 0, 0, 10496, + 10494, 1, 0, 0, 0, 10496, 10495, 1, 0, 0, 0, 10497, 1415, 1, 0, 0, 0, 10498, + 10499, 5, 7, 0, 0, 10499, 1417, 1, 0, 0, 0, 10500, 10501, 3, 1420, 710, + 0, 10501, 10502, 5, 146, 0, 0, 10502, 10504, 3, 1462, 731, 0, 10503, 10505, + 3, 1598, 799, 0, 10504, 10503, 1, 0, 0, 0, 10504, 10505, 1, 0, 0, 0, 10505, + 10506, 1, 0, 0, 0, 10506, 10508, 5, 456, 0, 0, 10507, 10509, 3, 1612, 806, + 0, 10508, 10507, 1, 0, 0, 0, 10508, 10509, 1, 0, 0, 0, 10509, 1419, 1, + 0, 0, 0, 10510, 10512, 3, 1608, 804, 0, 10511, 10510, 1, 0, 0, 0, 10511, + 10512, 1, 0, 0, 0, 10512, 10517, 1, 0, 0, 0, 10513, 10515, 3, 1422, 711, + 0, 10514, 10516, 3, 1424, 712, 0, 10515, 10514, 1, 0, 0, 0, 10515, 10516, + 1, 0, 0, 0, 10516, 10518, 1, 0, 0, 0, 10517, 10513, 1, 0, 0, 0, 10517, + 10518, 1, 0, 0, 0, 10518, 1421, 1, 0, 0, 0, 10519, 10520, 5, 178, 0, 0, + 10520, 1423, 1, 0, 0, 0, 10521, 10523, 3, 1428, 714, 0, 10522, 10521, 1, + 0, 0, 0, 10523, 10524, 1, 0, 0, 0, 10524, 10522, 1, 0, 0, 0, 10524, 10525, + 1, 0, 0, 0, 10525, 1425, 1, 0, 0, 0, 10526, 10527, 5, 18, 0, 0, 10527, + 10528, 3, 1616, 808, 0, 10528, 10529, 5, 19, 0, 0, 10529, 1427, 1, 0, 0, + 0, 10530, 10534, 3, 1430, 715, 0, 10531, 10534, 5, 178, 0, 0, 10532, 10534, + 3, 1426, 713, 0, 10533, 10530, 1, 0, 0, 0, 10533, 10531, 1, 0, 0, 0, 10533, + 10532, 1, 0, 0, 0, 10534, 1429, 1, 0, 0, 0, 10535, 10562, 3, 1446, 723, + 0, 10536, 10537, 5, 498, 0, 0, 10537, 10538, 5, 62, 0, 0, 10538, 10563, + 3, 1444, 722, 0, 10539, 10541, 3, 1448, 724, 0, 10540, 10539, 1, 0, 0, + 0, 10540, 10541, 1, 0, 0, 0, 10541, 10542, 1, 0, 0, 0, 10542, 10544, 3, + 1450, 725, 0, 10543, 10545, 3, 1452, 726, 0, 10544, 10543, 1, 0, 0, 0, + 10544, 10545, 1, 0, 0, 0, 10545, 10547, 1, 0, 0, 0, 10546, 10548, 3, 1454, + 727, 0, 10547, 10546, 1, 0, 0, 0, 10547, 10548, 1, 0, 0, 0, 10548, 10550, + 1, 0, 0, 0, 10549, 10551, 3, 1456, 728, 0, 10550, 10549, 1, 0, 0, 0, 10550, + 10551, 1, 0, 0, 0, 10551, 10563, 1, 0, 0, 0, 10552, 10554, 3, 1432, 716, + 0, 10553, 10552, 1, 0, 0, 0, 10553, 10554, 1, 0, 0, 0, 10554, 10555, 1, + 0, 0, 0, 10555, 10557, 5, 172, 0, 0, 10556, 10558, 3, 1436, 718, 0, 10557, + 10556, 1, 0, 0, 0, 10557, 10558, 1, 0, 0, 0, 10558, 10559, 1, 0, 0, 0, + 10559, 10560, 3, 1442, 721, 0, 10560, 10561, 3, 1434, 717, 0, 10561, 10563, + 1, 0, 0, 0, 10562, 10536, 1, 0, 0, 0, 10562, 10540, 1, 0, 0, 0, 10562, + 10553, 1, 0, 0, 0, 10563, 10564, 1, 0, 0, 0, 10564, 10565, 5, 7, 0, 0, + 10565, 1431, 1, 0, 0, 0, 10566, 10567, 5, 262, 0, 0, 10567, 10570, 5, 317, + 0, 0, 10568, 10570, 5, 317, 0, 0, 10569, 10566, 1, 0, 0, 0, 10569, 10568, + 1, 0, 0, 0, 10570, 1433, 1, 0, 0, 0, 10571, 10572, 3, 968, 484, 0, 10572, + 1435, 1, 0, 0, 0, 10573, 10574, 5, 2, 0, 0, 10574, 10575, 3, 1438, 719, + 0, 10575, 10576, 5, 3, 0, 0, 10576, 1437, 1, 0, 0, 0, 10577, 10582, 3, + 1440, 720, 0, 10578, 10579, 5, 6, 0, 0, 10579, 10581, 3, 1440, 720, 0, + 10580, 10578, 1, 0, 0, 0, 10581, 10584, 1, 0, 0, 0, 10582, 10580, 1, 0, + 0, 0, 10582, 10583, 1, 0, 0, 0, 10583, 1439, 1, 0, 0, 0, 10584, 10582, + 1, 0, 0, 0, 10585, 10586, 3, 1446, 723, 0, 10586, 10587, 3, 1450, 725, + 0, 10587, 1441, 1, 0, 0, 0, 10588, 10589, 7, 68, 0, 0, 10589, 1443, 1, + 0, 0, 0, 10590, 10593, 5, 28, 0, 0, 10591, 10593, 3, 1382, 691, 0, 10592, + 10590, 1, 0, 0, 0, 10592, 10591, 1, 0, 0, 0, 10593, 1445, 1, 0, 0, 0, 10594, + 10595, 3, 1616, 808, 0, 10595, 1447, 1, 0, 0, 0, 10596, 10597, 5, 499, + 0, 0, 10597, 1449, 1, 0, 0, 0, 10598, 10599, 3, 1126, 563, 0, 10599, 1451, + 1, 0, 0, 0, 10600, 10601, 5, 43, 0, 0, 10601, 10602, 3, 526, 263, 0, 10602, + 1453, 1, 0, 0, 0, 10603, 10604, 5, 77, 0, 0, 10604, 10605, 5, 78, 0, 0, + 10605, 1455, 1, 0, 0, 0, 10606, 10607, 3, 1458, 729, 0, 10607, 10608, 3, + 1620, 810, 0, 10608, 1457, 1, 0, 0, 0, 10609, 10612, 3, 1460, 730, 0, 10610, + 10612, 5, 53, 0, 0, 10611, 10609, 1, 0, 0, 0, 10611, 10610, 1, 0, 0, 0, + 10612, 1459, 1, 0, 0, 0, 10613, 10614, 7, 69, 0, 0, 10614, 1461, 1, 0, + 0, 0, 10615, 10617, 3, 1464, 732, 0, 10616, 10615, 1, 0, 0, 0, 10617, 10620, + 1, 0, 0, 0, 10618, 10616, 1, 0, 0, 0, 10618, 10619, 1, 0, 0, 0, 10619, + 1463, 1, 0, 0, 0, 10620, 10618, 1, 0, 0, 0, 10621, 10622, 3, 1418, 709, + 0, 10622, 10623, 5, 7, 0, 0, 10623, 10649, 1, 0, 0, 0, 10624, 10649, 3, + 1530, 765, 0, 10625, 10649, 3, 1534, 767, 0, 10626, 10649, 3, 1472, 736, + 0, 10627, 10649, 3, 1488, 744, 0, 10628, 10649, 3, 1494, 747, 0, 10629, + 10649, 3, 1504, 752, 0, 10630, 10649, 3, 1506, 753, 0, 10631, 10649, 3, + 1508, 754, 0, 10632, 10649, 3, 1522, 761, 0, 10633, 10649, 3, 1526, 763, + 0, 10634, 10649, 3, 1546, 773, 0, 10635, 10649, 3, 1552, 776, 0, 10636, + 10649, 3, 1554, 777, 0, 10637, 10649, 3, 1466, 733, 0, 10638, 10649, 3, + 1468, 734, 0, 10639, 10649, 3, 1474, 737, 0, 10640, 10649, 3, 1562, 781, + 0, 10641, 10649, 3, 1574, 787, 0, 10642, 10649, 3, 1582, 791, 0, 10643, + 10649, 3, 1584, 792, 0, 10644, 10649, 3, 1586, 793, 0, 10645, 10649, 3, + 1588, 794, 0, 10646, 10649, 3, 1590, 795, 0, 10647, 10649, 3, 1594, 797, + 0, 10648, 10621, 1, 0, 0, 0, 10648, 10624, 1, 0, 0, 0, 10648, 10625, 1, + 0, 0, 0, 10648, 10626, 1, 0, 0, 0, 10648, 10627, 1, 0, 0, 0, 10648, 10628, + 1, 0, 0, 0, 10648, 10629, 1, 0, 0, 0, 10648, 10630, 1, 0, 0, 0, 10648, + 10631, 1, 0, 0, 0, 10648, 10632, 1, 0, 0, 0, 10648, 10633, 1, 0, 0, 0, + 10648, 10634, 1, 0, 0, 0, 10648, 10635, 1, 0, 0, 0, 10648, 10636, 1, 0, + 0, 0, 10648, 10637, 1, 0, 0, 0, 10648, 10638, 1, 0, 0, 0, 10648, 10639, + 1, 0, 0, 0, 10648, 10640, 1, 0, 0, 0, 10648, 10641, 1, 0, 0, 0, 10648, + 10642, 1, 0, 0, 0, 10648, 10643, 1, 0, 0, 0, 10648, 10644, 1, 0, 0, 0, + 10648, 10645, 1, 0, 0, 0, 10648, 10646, 1, 0, 0, 0, 10648, 10647, 1, 0, + 0, 0, 10649, 1465, 1, 0, 0, 0, 10650, 10651, 5, 500, 0, 0, 10651, 10652, + 3, 1624, 812, 0, 10652, 10653, 5, 7, 0, 0, 10653, 1467, 1, 0, 0, 0, 10654, + 10655, 5, 435, 0, 0, 10655, 10656, 3, 1616, 808, 0, 10656, 10658, 5, 2, + 0, 0, 10657, 10659, 3, 1470, 735, 0, 10658, 10657, 1, 0, 0, 0, 10658, 10659, + 1, 0, 0, 0, 10659, 10660, 1, 0, 0, 0, 10660, 10661, 5, 3, 0, 0, 10661, + 10662, 5, 7, 0, 0, 10662, 10673, 1, 0, 0, 0, 10663, 10664, 5, 57, 0, 0, + 10664, 10665, 3, 1616, 808, 0, 10665, 10667, 5, 2, 0, 0, 10666, 10668, + 3, 1470, 735, 0, 10667, 10666, 1, 0, 0, 0, 10667, 10668, 1, 0, 0, 0, 10668, + 10669, 1, 0, 0, 0, 10669, 10670, 5, 3, 0, 0, 10670, 10671, 5, 7, 0, 0, + 10671, 10673, 1, 0, 0, 0, 10672, 10654, 1, 0, 0, 0, 10672, 10663, 1, 0, + 0, 0, 10673, 1469, 1, 0, 0, 0, 10674, 10675, 3, 1288, 644, 0, 10675, 1471, + 1, 0, 0, 0, 10676, 10677, 3, 1486, 743, 0, 10677, 10678, 3, 1460, 730, + 0, 10678, 10679, 3, 1620, 810, 0, 10679, 10680, 5, 7, 0, 0, 10680, 1473, + 1, 0, 0, 0, 10681, 10683, 5, 501, 0, 0, 10682, 10684, 3, 1476, 738, 0, + 10683, 10682, 1, 0, 0, 0, 10683, 10684, 1, 0, 0, 0, 10684, 10685, 1, 0, + 0, 0, 10685, 10686, 5, 502, 0, 0, 10686, 10687, 3, 1478, 739, 0, 10687, + 10688, 5, 7, 0, 0, 10688, 1475, 1, 0, 0, 0, 10689, 10690, 7, 70, 0, 0, + 10690, 1477, 1, 0, 0, 0, 10691, 10696, 3, 1480, 740, 0, 10692, 10693, 5, + 6, 0, 0, 10693, 10695, 3, 1480, 740, 0, 10694, 10692, 1, 0, 0, 0, 10695, + 10698, 1, 0, 0, 0, 10696, 10694, 1, 0, 0, 0, 10696, 10697, 1, 0, 0, 0, + 10697, 1479, 1, 0, 0, 0, 10698, 10696, 1, 0, 0, 0, 10699, 10700, 3, 1484, + 742, 0, 10700, 10701, 3, 1460, 730, 0, 10701, 10702, 3, 1482, 741, 0, 10702, + 1481, 1, 0, 0, 0, 10703, 10704, 3, 1382, 691, 0, 10704, 1483, 1, 0, 0, + 0, 10705, 10706, 3, 1486, 743, 0, 10706, 1485, 1, 0, 0, 0, 10707, 10710, + 3, 526, 263, 0, 10708, 10710, 5, 28, 0, 0, 10709, 10707, 1, 0, 0, 0, 10709, + 10708, 1, 0, 0, 0, 10710, 10717, 1, 0, 0, 0, 10711, 10712, 5, 4, 0, 0, + 10712, 10713, 3, 1626, 813, 0, 10713, 10714, 5, 5, 0, 0, 10714, 10716, + 1, 0, 0, 0, 10715, 10711, 1, 0, 0, 0, 10716, 10719, 1, 0, 0, 0, 10717, + 10715, 1, 0, 0, 0, 10717, 10718, 1, 0, 0, 0, 10718, 1487, 1, 0, 0, 0, 10719, + 10717, 1, 0, 0, 0, 10720, 10721, 5, 220, 0, 0, 10721, 10722, 3, 1622, 811, + 0, 10722, 10723, 5, 93, 0, 0, 10723, 10724, 3, 1462, 731, 0, 10724, 10726, + 3, 1490, 745, 0, 10725, 10727, 3, 1492, 746, 0, 10726, 10725, 1, 0, 0, + 0, 10726, 10727, 1, 0, 0, 0, 10727, 10728, 1, 0, 0, 0, 10728, 10729, 5, + 456, 0, 0, 10729, 10730, 5, 220, 0, 0, 10730, 10731, 5, 7, 0, 0, 10731, + 1489, 1, 0, 0, 0, 10732, 10733, 5, 504, 0, 0, 10733, 10734, 3, 1170, 585, + 0, 10734, 10735, 5, 93, 0, 0, 10735, 10736, 3, 1462, 731, 0, 10736, 10738, + 1, 0, 0, 0, 10737, 10732, 1, 0, 0, 0, 10738, 10741, 1, 0, 0, 0, 10739, + 10737, 1, 0, 0, 0, 10739, 10740, 1, 0, 0, 0, 10740, 1491, 1, 0, 0, 0, 10741, + 10739, 1, 0, 0, 0, 10742, 10743, 5, 58, 0, 0, 10743, 10744, 3, 1462, 731, + 0, 10744, 1493, 1, 0, 0, 0, 10745, 10747, 5, 40, 0, 0, 10746, 10748, 3, + 1496, 748, 0, 10747, 10746, 1, 0, 0, 0, 10747, 10748, 1, 0, 0, 0, 10748, + 10749, 1, 0, 0, 0, 10749, 10751, 3, 1498, 749, 0, 10750, 10752, 3, 1502, + 751, 0, 10751, 10750, 1, 0, 0, 0, 10751, 10752, 1, 0, 0, 0, 10752, 10753, + 1, 0, 0, 0, 10753, 10754, 5, 456, 0, 0, 10754, 10755, 5, 40, 0, 0, 10755, + 10756, 5, 7, 0, 0, 10756, 1495, 1, 0, 0, 0, 10757, 10758, 3, 1620, 810, + 0, 10758, 1497, 1, 0, 0, 0, 10759, 10761, 3, 1500, 750, 0, 10760, 10759, + 1, 0, 0, 0, 10761, 10762, 1, 0, 0, 0, 10762, 10760, 1, 0, 0, 0, 10762, + 10763, 1, 0, 0, 0, 10763, 1499, 1, 0, 0, 0, 10764, 10765, 5, 102, 0, 0, + 10765, 10766, 3, 1288, 644, 0, 10766, 10767, 5, 93, 0, 0, 10767, 10768, + 3, 1462, 731, 0, 10768, 1501, 1, 0, 0, 0, 10769, 10770, 5, 58, 0, 0, 10770, + 10771, 3, 1462, 731, 0, 10771, 1503, 1, 0, 0, 0, 10772, 10774, 3, 1610, + 805, 0, 10773, 10772, 1, 0, 0, 0, 10773, 10774, 1, 0, 0, 0, 10774, 10775, + 1, 0, 0, 0, 10775, 10776, 3, 1550, 775, 0, 10776, 1505, 1, 0, 0, 0, 10777, + 10779, 3, 1610, 805, 0, 10778, 10777, 1, 0, 0, 0, 10778, 10779, 1, 0, 0, + 0, 10779, 10780, 1, 0, 0, 0, 10780, 10781, 5, 505, 0, 0, 10781, 10782, + 3, 1628, 814, 0, 10782, 10783, 3, 1550, 775, 0, 10783, 1507, 1, 0, 0, 0, + 10784, 10786, 3, 1610, 805, 0, 10785, 10784, 1, 0, 0, 0, 10785, 10786, + 1, 0, 0, 0, 10786, 10787, 1, 0, 0, 0, 10787, 10788, 5, 62, 0, 0, 10788, + 10789, 3, 1510, 755, 0, 10789, 10790, 3, 1550, 775, 0, 10790, 1509, 1, + 0, 0, 0, 10791, 10792, 3, 1520, 760, 0, 10792, 10813, 5, 68, 0, 0, 10793, + 10795, 3, 962, 481, 0, 10794, 10796, 3, 1514, 757, 0, 10795, 10794, 1, + 0, 0, 0, 10795, 10796, 1, 0, 0, 0, 10796, 10814, 1, 0, 0, 0, 10797, 10814, + 3, 968, 484, 0, 10798, 10814, 3, 886, 443, 0, 10799, 10800, 5, 202, 0, + 0, 10800, 10802, 3, 1170, 585, 0, 10801, 10803, 3, 1512, 756, 0, 10802, + 10801, 1, 0, 0, 0, 10802, 10803, 1, 0, 0, 0, 10803, 10814, 1, 0, 0, 0, + 10804, 10806, 3, 1516, 758, 0, 10805, 10804, 1, 0, 0, 0, 10805, 10806, + 1, 0, 0, 0, 10806, 10807, 1, 0, 0, 0, 10807, 10808, 3, 1170, 585, 0, 10808, + 10809, 5, 24, 0, 0, 10809, 10811, 3, 1170, 585, 0, 10810, 10812, 3, 1518, + 759, 0, 10811, 10810, 1, 0, 0, 0, 10811, 10812, 1, 0, 0, 0, 10812, 10814, + 1, 0, 0, 0, 10813, 10793, 1, 0, 0, 0, 10813, 10797, 1, 0, 0, 0, 10813, + 10798, 1, 0, 0, 0, 10813, 10799, 1, 0, 0, 0, 10813, 10805, 1, 0, 0, 0, + 10814, 1511, 1, 0, 0, 0, 10815, 10816, 5, 100, 0, 0, 10816, 10817, 3, 1288, + 644, 0, 10817, 1513, 1, 0, 0, 0, 10818, 10819, 5, 2, 0, 0, 10819, 10824, + 3, 1170, 585, 0, 10820, 10821, 5, 6, 0, 0, 10821, 10823, 3, 1170, 585, + 0, 10822, 10820, 1, 0, 0, 0, 10823, 10826, 1, 0, 0, 0, 10824, 10822, 1, + 0, 0, 0, 10824, 10825, 1, 0, 0, 0, 10825, 10827, 1, 0, 0, 0, 10826, 10824, + 1, 0, 0, 0, 10827, 10828, 5, 3, 0, 0, 10828, 1515, 1, 0, 0, 0, 10829, 10830, + 5, 506, 0, 0, 10830, 1517, 1, 0, 0, 0, 10831, 10832, 5, 147, 0, 0, 10832, + 10833, 3, 1170, 585, 0, 10833, 1519, 1, 0, 0, 0, 10834, 10835, 3, 524, + 262, 0, 10835, 1521, 1, 0, 0, 0, 10836, 10838, 3, 1610, 805, 0, 10837, + 10836, 1, 0, 0, 0, 10837, 10838, 1, 0, 0, 0, 10838, 10839, 1, 0, 0, 0, + 10839, 10840, 5, 507, 0, 0, 10840, 10842, 3, 1520, 760, 0, 10841, 10843, + 3, 1524, 762, 0, 10842, 10841, 1, 0, 0, 0, 10842, 10843, 1, 0, 0, 0, 10843, + 10844, 1, 0, 0, 0, 10844, 10845, 5, 68, 0, 0, 10845, 10846, 5, 35, 0, 0, + 10846, 10847, 3, 1170, 585, 0, 10847, 10848, 3, 1550, 775, 0, 10848, 1523, + 1, 0, 0, 0, 10849, 10850, 5, 508, 0, 0, 10850, 10851, 3, 1366, 683, 0, + 10851, 1525, 1, 0, 0, 0, 10852, 10854, 3, 1528, 764, 0, 10853, 10855, 3, + 1612, 806, 0, 10854, 10853, 1, 0, 0, 0, 10854, 10855, 1, 0, 0, 0, 10855, + 10857, 1, 0, 0, 0, 10856, 10858, 3, 1614, 807, 0, 10857, 10856, 1, 0, 0, + 0, 10857, 10858, 1, 0, 0, 0, 10858, 10859, 1, 0, 0, 0, 10859, 10860, 5, + 7, 0, 0, 10860, 1527, 1, 0, 0, 0, 10861, 10862, 7, 71, 0, 0, 10862, 1529, + 1, 0, 0, 0, 10863, 10878, 5, 510, 0, 0, 10864, 10865, 5, 261, 0, 0, 10865, + 10879, 3, 1620, 810, 0, 10866, 10873, 5, 511, 0, 0, 10867, 10868, 5, 202, + 0, 0, 10868, 10870, 3, 1170, 585, 0, 10869, 10871, 3, 1512, 756, 0, 10870, + 10869, 1, 0, 0, 0, 10870, 10871, 1, 0, 0, 0, 10871, 10874, 1, 0, 0, 0, + 10872, 10874, 3, 968, 484, 0, 10873, 10867, 1, 0, 0, 0, 10873, 10872, 1, + 0, 0, 0, 10874, 10879, 1, 0, 0, 0, 10875, 10877, 3, 1532, 766, 0, 10876, + 10875, 1, 0, 0, 0, 10876, 10877, 1, 0, 0, 0, 10877, 10879, 1, 0, 0, 0, + 10878, 10864, 1, 0, 0, 0, 10878, 10866, 1, 0, 0, 0, 10878, 10876, 1, 0, + 0, 0, 10879, 10880, 1, 0, 0, 0, 10880, 10881, 5, 7, 0, 0, 10881, 1531, + 1, 0, 0, 0, 10882, 10883, 3, 1620, 810, 0, 10883, 1533, 1, 0, 0, 0, 10884, + 10886, 5, 512, 0, 0, 10885, 10887, 3, 1536, 768, 0, 10886, 10885, 1, 0, + 0, 0, 10886, 10887, 1, 0, 0, 0, 10887, 10888, 1, 0, 0, 0, 10888, 10890, + 3, 1368, 684, 0, 10889, 10891, 3, 1538, 769, 0, 10890, 10889, 1, 0, 0, + 0, 10890, 10891, 1, 0, 0, 0, 10891, 10893, 1, 0, 0, 0, 10892, 10894, 3, + 1540, 770, 0, 10893, 10892, 1, 0, 0, 0, 10893, 10894, 1, 0, 0, 0, 10894, + 10895, 1, 0, 0, 0, 10895, 10896, 5, 7, 0, 0, 10896, 10928, 1, 0, 0, 0, + 10897, 10899, 5, 512, 0, 0, 10898, 10900, 3, 1536, 768, 0, 10899, 10898, + 1, 0, 0, 0, 10899, 10900, 1, 0, 0, 0, 10900, 10901, 1, 0, 0, 0, 10901, + 10903, 3, 1392, 696, 0, 10902, 10904, 3, 1540, 770, 0, 10903, 10902, 1, + 0, 0, 0, 10903, 10904, 1, 0, 0, 0, 10904, 10905, 1, 0, 0, 0, 10905, 10906, + 5, 7, 0, 0, 10906, 10928, 1, 0, 0, 0, 10907, 10909, 5, 512, 0, 0, 10908, + 10910, 3, 1536, 768, 0, 10909, 10908, 1, 0, 0, 0, 10909, 10910, 1, 0, 0, + 0, 10910, 10911, 1, 0, 0, 0, 10911, 10912, 5, 513, 0, 0, 10912, 10914, + 3, 1368, 684, 0, 10913, 10915, 3, 1540, 770, 0, 10914, 10913, 1, 0, 0, + 0, 10914, 10915, 1, 0, 0, 0, 10915, 10916, 1, 0, 0, 0, 10916, 10917, 5, + 7, 0, 0, 10917, 10928, 1, 0, 0, 0, 10918, 10920, 5, 512, 0, 0, 10919, 10921, + 3, 1536, 768, 0, 10920, 10919, 1, 0, 0, 0, 10920, 10921, 1, 0, 0, 0, 10921, + 10923, 1, 0, 0, 0, 10922, 10924, 3, 1540, 770, 0, 10923, 10922, 1, 0, 0, + 0, 10923, 10924, 1, 0, 0, 0, 10924, 10925, 1, 0, 0, 0, 10925, 10928, 5, + 7, 0, 0, 10926, 10928, 5, 512, 0, 0, 10927, 10884, 1, 0, 0, 0, 10927, 10897, + 1, 0, 0, 0, 10927, 10907, 1, 0, 0, 0, 10927, 10918, 1, 0, 0, 0, 10927, + 10926, 1, 0, 0, 0, 10928, 1535, 1, 0, 0, 0, 10929, 10930, 7, 72, 0, 0, + 10930, 1537, 1, 0, 0, 0, 10931, 10932, 5, 6, 0, 0, 10932, 10934, 3, 1170, + 585, 0, 10933, 10931, 1, 0, 0, 0, 10934, 10935, 1, 0, 0, 0, 10935, 10933, + 1, 0, 0, 0, 10935, 10936, 1, 0, 0, 0, 10936, 1539, 1, 0, 0, 0, 10937, 10938, + 5, 100, 0, 0, 10938, 10939, 3, 1544, 772, 0, 10939, 1541, 1, 0, 0, 0, 10940, + 10941, 3, 1392, 696, 0, 10941, 10942, 5, 10, 0, 0, 10942, 10943, 3, 1170, + 585, 0, 10943, 1543, 1, 0, 0, 0, 10944, 10949, 3, 1542, 771, 0, 10945, + 10946, 5, 6, 0, 0, 10946, 10948, 3, 1542, 771, 0, 10947, 10945, 1, 0, 0, + 0, 10948, 10951, 1, 0, 0, 0, 10949, 10947, 1, 0, 0, 0, 10949, 10950, 1, + 0, 0, 0, 10950, 1545, 1, 0, 0, 0, 10951, 10949, 1, 0, 0, 0, 10952, 10953, + 5, 520, 0, 0, 10953, 10955, 3, 1620, 810, 0, 10954, 10956, 3, 1548, 774, + 0, 10955, 10954, 1, 0, 0, 0, 10955, 10956, 1, 0, 0, 0, 10956, 10957, 1, + 0, 0, 0, 10957, 10958, 5, 7, 0, 0, 10958, 1547, 1, 0, 0, 0, 10959, 10960, + 5, 6, 0, 0, 10960, 10961, 3, 1620, 810, 0, 10961, 1549, 1, 0, 0, 0, 10962, + 10963, 5, 521, 0, 0, 10963, 10964, 3, 1462, 731, 0, 10964, 10965, 5, 456, + 0, 0, 10965, 10967, 5, 521, 0, 0, 10966, 10968, 3, 1612, 806, 0, 10967, + 10966, 1, 0, 0, 0, 10967, 10968, 1, 0, 0, 0, 10968, 10969, 1, 0, 0, 0, + 10969, 10970, 5, 7, 0, 0, 10970, 1551, 1, 0, 0, 0, 10971, 10972, 3, 1630, + 815, 0, 10972, 10973, 5, 7, 0, 0, 10973, 1553, 1, 0, 0, 0, 10974, 10975, + 5, 202, 0, 0, 10975, 10989, 3, 1170, 585, 0, 10976, 10978, 3, 1560, 780, + 0, 10977, 10976, 1, 0, 0, 0, 10977, 10978, 1, 0, 0, 0, 10978, 10980, 1, + 0, 0, 0, 10979, 10981, 3, 1556, 778, 0, 10980, 10979, 1, 0, 0, 0, 10980, + 10981, 1, 0, 0, 0, 10981, 10990, 1, 0, 0, 0, 10982, 10984, 3, 1556, 778, + 0, 10983, 10982, 1, 0, 0, 0, 10983, 10984, 1, 0, 0, 0, 10984, 10986, 1, + 0, 0, 0, 10985, 10987, 3, 1560, 780, 0, 10986, 10985, 1, 0, 0, 0, 10986, + 10987, 1, 0, 0, 0, 10987, 10990, 1, 0, 0, 0, 10988, 10990, 1, 0, 0, 0, + 10989, 10977, 1, 0, 0, 0, 10989, 10983, 1, 0, 0, 0, 10989, 10988, 1, 0, + 0, 0, 10990, 10991, 1, 0, 0, 0, 10991, 10992, 5, 7, 0, 0, 10992, 1555, + 1, 0, 0, 0, 10993, 10994, 5, 100, 0, 0, 10994, 10995, 3, 1558, 779, 0, + 10995, 1557, 1, 0, 0, 0, 10996, 11001, 3, 1170, 585, 0, 10997, 10998, 5, + 6, 0, 0, 10998, 11000, 3, 1170, 585, 0, 10999, 10997, 1, 0, 0, 0, 11000, + 11003, 1, 0, 0, 0, 11001, 10999, 1, 0, 0, 0, 11001, 11002, 1, 0, 0, 0, + 11002, 1559, 1, 0, 0, 0, 11003, 11001, 1, 0, 0, 0, 11004, 11006, 5, 71, + 0, 0, 11005, 11007, 5, 339, 0, 0, 11006, 11005, 1, 0, 0, 0, 11006, 11007, + 1, 0, 0, 0, 11007, 11008, 1, 0, 0, 0, 11008, 11009, 3, 1576, 788, 0, 11009, + 1561, 1, 0, 0, 0, 11010, 11031, 5, 522, 0, 0, 11011, 11013, 3, 1596, 798, + 0, 11012, 11014, 3, 1570, 785, 0, 11013, 11012, 1, 0, 0, 0, 11013, 11014, + 1, 0, 0, 0, 11014, 11015, 1, 0, 0, 0, 11015, 11022, 5, 62, 0, 0, 11016, + 11023, 3, 968, 484, 0, 11017, 11018, 5, 202, 0, 0, 11018, 11020, 3, 1620, + 810, 0, 11019, 11021, 3, 1568, 784, 0, 11020, 11019, 1, 0, 0, 0, 11020, + 11021, 1, 0, 0, 0, 11021, 11023, 1, 0, 0, 0, 11022, 11016, 1, 0, 0, 0, + 11022, 11017, 1, 0, 0, 0, 11023, 11032, 1, 0, 0, 0, 11024, 11029, 3, 1382, + 691, 0, 11025, 11026, 5, 2, 0, 0, 11026, 11027, 3, 1566, 783, 0, 11027, + 11028, 5, 3, 0, 0, 11028, 11030, 1, 0, 0, 0, 11029, 11025, 1, 0, 0, 0, + 11029, 11030, 1, 0, 0, 0, 11030, 11032, 1, 0, 0, 0, 11031, 11011, 1, 0, + 0, 0, 11031, 11024, 1, 0, 0, 0, 11032, 11033, 1, 0, 0, 0, 11033, 11034, + 5, 7, 0, 0, 11034, 1563, 1, 0, 0, 0, 11035, 11036, 3, 1382, 691, 0, 11036, + 11037, 5, 20, 0, 0, 11037, 11038, 3, 1170, 585, 0, 11038, 11041, 1, 0, + 0, 0, 11039, 11041, 3, 1170, 585, 0, 11040, 11035, 1, 0, 0, 0, 11040, 11039, + 1, 0, 0, 0, 11041, 1565, 1, 0, 0, 0, 11042, 11047, 3, 1564, 782, 0, 11043, + 11044, 5, 6, 0, 0, 11044, 11046, 3, 1564, 782, 0, 11045, 11043, 1, 0, 0, + 0, 11046, 11049, 1, 0, 0, 0, 11047, 11045, 1, 0, 0, 0, 11047, 11048, 1, + 0, 0, 0, 11048, 1567, 1, 0, 0, 0, 11049, 11047, 1, 0, 0, 0, 11050, 11051, + 5, 100, 0, 0, 11051, 11052, 3, 1288, 644, 0, 11052, 1569, 1, 0, 0, 0, 11053, + 11055, 3, 1572, 786, 0, 11054, 11053, 1, 0, 0, 0, 11054, 11055, 1, 0, 0, + 0, 11055, 11056, 1, 0, 0, 0, 11056, 11057, 5, 317, 0, 0, 11057, 1571, 1, + 0, 0, 0, 11058, 11059, 5, 262, 0, 0, 11059, 1573, 1, 0, 0, 0, 11060, 11062, + 5, 61, 0, 0, 11061, 11063, 3, 1580, 790, 0, 11062, 11061, 1, 0, 0, 0, 11062, + 11063, 1, 0, 0, 0, 11063, 11065, 1, 0, 0, 0, 11064, 11066, 3, 1578, 789, + 0, 11065, 11064, 1, 0, 0, 0, 11065, 11066, 1, 0, 0, 0, 11066, 11067, 1, + 0, 0, 0, 11067, 11068, 3, 1596, 798, 0, 11068, 11069, 5, 71, 0, 0, 11069, + 11070, 3, 1576, 788, 0, 11070, 11071, 5, 7, 0, 0, 11071, 1575, 1, 0, 0, + 0, 11072, 11073, 3, 1288, 644, 0, 11073, 1577, 1, 0, 0, 0, 11074, 11075, + 7, 25, 0, 0, 11075, 1579, 1, 0, 0, 0, 11076, 11092, 5, 261, 0, 0, 11077, + 11092, 5, 286, 0, 0, 11078, 11092, 5, 207, 0, 0, 11079, 11092, 5, 240, + 0, 0, 11080, 11081, 5, 130, 0, 0, 11081, 11092, 3, 1170, 585, 0, 11082, + 11083, 5, 300, 0, 0, 11083, 11092, 3, 1170, 585, 0, 11084, 11092, 3, 1170, + 585, 0, 11085, 11092, 5, 30, 0, 0, 11086, 11089, 7, 73, 0, 0, 11087, 11090, + 3, 1170, 585, 0, 11088, 11090, 5, 30, 0, 0, 11089, 11087, 1, 0, 0, 0, 11089, + 11088, 1, 0, 0, 0, 11089, 11090, 1, 0, 0, 0, 11090, 11092, 1, 0, 0, 0, + 11091, 11076, 1, 0, 0, 0, 11091, 11077, 1, 0, 0, 0, 11091, 11078, 1, 0, + 0, 0, 11091, 11079, 1, 0, 0, 0, 11091, 11080, 1, 0, 0, 0, 11091, 11082, + 1, 0, 0, 0, 11091, 11084, 1, 0, 0, 0, 11091, 11085, 1, 0, 0, 0, 11091, + 11086, 1, 0, 0, 0, 11092, 1581, 1, 0, 0, 0, 11093, 11095, 5, 258, 0, 0, + 11094, 11096, 3, 1580, 790, 0, 11095, 11094, 1, 0, 0, 0, 11095, 11096, + 1, 0, 0, 0, 11096, 11097, 1, 0, 0, 0, 11097, 11098, 3, 1596, 798, 0, 11098, + 11099, 5, 7, 0, 0, 11099, 1583, 1, 0, 0, 0, 11100, 11101, 5, 157, 0, 0, + 11101, 11102, 3, 1596, 798, 0, 11102, 11103, 5, 7, 0, 0, 11103, 1585, 1, + 0, 0, 0, 11104, 11105, 5, 78, 0, 0, 11105, 11106, 5, 7, 0, 0, 11106, 1587, + 1, 0, 0, 0, 11107, 11109, 5, 161, 0, 0, 11108, 11110, 3, 1592, 796, 0, + 11109, 11108, 1, 0, 0, 0, 11109, 11110, 1, 0, 0, 0, 11110, 11111, 1, 0, + 0, 0, 11111, 11112, 5, 7, 0, 0, 11112, 1589, 1, 0, 0, 0, 11113, 11115, + 5, 312, 0, 0, 11114, 11116, 3, 1592, 796, 0, 11115, 11114, 1, 0, 0, 0, + 11115, 11116, 1, 0, 0, 0, 11116, 11117, 1, 0, 0, 0, 11117, 11118, 5, 7, + 0, 0, 11118, 1591, 1, 0, 0, 0, 11119, 11121, 5, 33, 0, 0, 11120, 11122, + 5, 262, 0, 0, 11121, 11120, 1, 0, 0, 0, 11121, 11122, 1, 0, 0, 0, 11122, + 11123, 1, 0, 0, 0, 11123, 11124, 5, 153, 0, 0, 11124, 1593, 1, 0, 0, 0, + 11125, 11126, 5, 326, 0, 0, 11126, 11127, 3, 526, 263, 0, 11127, 11128, + 5, 94, 0, 0, 11128, 11129, 5, 53, 0, 0, 11129, 11130, 5, 7, 0, 0, 11130, + 11138, 1, 0, 0, 0, 11131, 11134, 5, 306, 0, 0, 11132, 11135, 3, 526, 263, + 0, 11133, 11135, 5, 30, 0, 0, 11134, 11132, 1, 0, 0, 0, 11134, 11133, 1, + 0, 0, 0, 11135, 11136, 1, 0, 0, 0, 11136, 11138, 5, 7, 0, 0, 11137, 11125, + 1, 0, 0, 0, 11137, 11131, 1, 0, 0, 0, 11138, 1595, 1, 0, 0, 0, 11139, 11142, + 3, 1382, 691, 0, 11140, 11142, 5, 28, 0, 0, 11141, 11139, 1, 0, 0, 0, 11141, + 11140, 1, 0, 0, 0, 11142, 1597, 1, 0, 0, 0, 11143, 11144, 5, 519, 0, 0, + 11144, 11145, 3, 1600, 800, 0, 11145, 1599, 1, 0, 0, 0, 11146, 11148, 3, + 1602, 801, 0, 11147, 11146, 1, 0, 0, 0, 11148, 11149, 1, 0, 0, 0, 11149, + 11147, 1, 0, 0, 0, 11149, 11150, 1, 0, 0, 0, 11150, 1601, 1, 0, 0, 0, 11151, + 11152, 5, 102, 0, 0, 11152, 11153, 3, 1604, 802, 0, 11153, 11154, 5, 93, + 0, 0, 11154, 11155, 3, 1462, 731, 0, 11155, 1603, 1, 0, 0, 0, 11156, 11161, + 3, 1606, 803, 0, 11157, 11158, 5, 82, 0, 0, 11158, 11160, 3, 1606, 803, + 0, 11159, 11157, 1, 0, 0, 0, 11160, 11163, 1, 0, 0, 0, 11161, 11159, 1, + 0, 0, 0, 11161, 11162, 1, 0, 0, 0, 11162, 1605, 1, 0, 0, 0, 11163, 11161, + 1, 0, 0, 0, 11164, 11168, 3, 1616, 808, 0, 11165, 11166, 5, 513, 0, 0, + 11166, 11168, 3, 1368, 684, 0, 11167, 11164, 1, 0, 0, 0, 11167, 11165, + 1, 0, 0, 0, 11168, 1607, 1, 0, 0, 0, 11169, 11170, 3, 1426, 713, 0, 11170, + 1609, 1, 0, 0, 0, 11171, 11172, 3, 1426, 713, 0, 11172, 1611, 1, 0, 0, + 0, 11173, 11174, 3, 1616, 808, 0, 11174, 1613, 1, 0, 0, 0, 11175, 11176, + 5, 102, 0, 0, 11176, 11177, 3, 1624, 812, 0, 11177, 1615, 1, 0, 0, 0, 11178, + 11181, 3, 1382, 691, 0, 11179, 11181, 3, 1618, 809, 0, 11180, 11178, 1, + 0, 0, 0, 11180, 11179, 1, 0, 0, 0, 11181, 1617, 1, 0, 0, 0, 11182, 11183, + 7, 74, 0, 0, 11183, 1619, 1, 0, 0, 0, 11184, 11186, 3, 1000, 500, 0, 11185, + 11184, 1, 0, 0, 0, 11185, 11186, 1, 0, 0, 0, 11186, 11187, 1, 0, 0, 0, + 11187, 11189, 3, 1336, 668, 0, 11188, 11190, 3, 1062, 531, 0, 11189, 11188, + 1, 0, 0, 0, 11189, 11190, 1, 0, 0, 0, 11190, 11192, 1, 0, 0, 0, 11191, + 11193, 3, 1102, 551, 0, 11192, 11191, 1, 0, 0, 0, 11192, 11193, 1, 0, 0, + 0, 11193, 11195, 1, 0, 0, 0, 11194, 11196, 3, 1032, 516, 0, 11195, 11194, + 1, 0, 0, 0, 11195, 11196, 1, 0, 0, 0, 11196, 11198, 1, 0, 0, 0, 11197, + 11199, 3, 1046, 523, 0, 11198, 11197, 1, 0, 0, 0, 11198, 11199, 1, 0, 0, + 0, 11199, 11201, 1, 0, 0, 0, 11200, 11202, 3, 1248, 624, 0, 11201, 11200, + 1, 0, 0, 0, 11201, 11202, 1, 0, 0, 0, 11202, 11204, 1, 0, 0, 0, 11203, + 11205, 3, 1004, 502, 0, 11204, 11203, 1, 0, 0, 0, 11204, 11205, 1, 0, 0, + 0, 11205, 11207, 1, 0, 0, 0, 11206, 11208, 3, 1014, 507, 0, 11207, 11206, + 1, 0, 0, 0, 11207, 11208, 1, 0, 0, 0, 11208, 11210, 1, 0, 0, 0, 11209, + 11211, 3, 1050, 525, 0, 11210, 11209, 1, 0, 0, 0, 11210, 11211, 1, 0, 0, + 0, 11211, 1621, 1, 0, 0, 0, 11212, 11213, 3, 1620, 810, 0, 11213, 1623, + 1, 0, 0, 0, 11214, 11215, 3, 1620, 810, 0, 11215, 1625, 1, 0, 0, 0, 11216, + 11217, 3, 1170, 585, 0, 11217, 1627, 1, 0, 0, 0, 11218, 11219, 3, 1170, + 585, 0, 11219, 1629, 1, 0, 0, 0, 11220, 11222, 3, 8, 4, 0, 11221, 11223, + 3, 1632, 816, 0, 11222, 11221, 1, 0, 0, 0, 11222, 11223, 1, 0, 0, 0, 11223, + 1631, 1, 0, 0, 0, 11224, 11226, 5, 71, 0, 0, 11225, 11227, 3, 992, 496, + 0, 11226, 11225, 1, 0, 0, 0, 11226, 11227, 1, 0, 0, 0, 11227, 11228, 1, + 0, 0, 0, 11228, 11229, 3, 1576, 788, 0, 11229, 1633, 1, 0, 0, 0, 1117, + 1643, 1647, 1775, 1779, 1788, 1797, 1803, 1809, 1824, 1836, 1842, 1850, + 1861, 1865, 1873, 1881, 1899, 1902, 1907, 1916, 1925, 1929, 1941, 1961, + 1974, 1981, 1989, 1994, 2001, 2007, 2014, 2025, 2029, 2033, 2046, 2050, + 2055, 2060, 2072, 2081, 2094, 2099, 2110, 2116, 2122, 2127, 2138, 2144, + 2150, 2159, 2169, 2184, 2190, 2197, 2202, 2209, 2220, 2244, 2251, 2260, + 2269, 2277, 2287, 2296, 2305, 2313, 2321, 2330, 2339, 2343, 2350, 2358, + 2368, 2374, 2378, 2382, 2386, 2390, 2395, 2398, 2402, 2423, 2429, 2528, + 2535, 2551, 2565, 2575, 2577, 2582, 2586, 2589, 2595, 2597, 2625, 2635, + 2648, 2655, 2661, 2665, 2671, 2676, 2679, 2681, 2686, 2690, 2694, 2698, + 2702, 2705, 2709, 2717, 2721, 2725, 2734, 2741, 2746, 2753, 2758, 2765, + 2770, 2788, 2793, 2805, 2810, 2819, 2826, 2833, 2839, 2844, 2848, 2851, + 2854, 2857, 2860, 2863, 2868, 2871, 2874, 2877, 2880, 2883, 2889, 2893, + 2896, 2899, 2902, 2905, 2907, 2916, 2929, 2937, 2943, 2947, 2952, 2959, + 2966, 2977, 2984, 2987, 2990, 2995, 2998, 3005, 3014, 3021, 3026, 3029, + 3032, 3034, 3038, 3045, 3052, 3062, 3072, 3082, 3088, 3091, 3094, 3101, + 3109, 3112, 3115, 3122, 3126, 3132, 3135, 3138, 3141, 3153, 3156, 3159, + 3163, 3177, 3195, 3206, 3221, 3238, 3240, 3261, 3266, 3269, 3273, 3276, + 3282, 3285, 3287, 3296, 3305, 3324, 3328, 3339, 3348, 3354, 3360, 3364, + 3367, 3370, 3373, 3376, 3382, 3386, 3393, 3399, 3403, 3406, 3409, 3412, + 3420, 3424, 3428, 3434, 3438, 3444, 3458, 3467, 3485, 3490, 3493, 3496, + 3506, 3513, 3518, 3521, 3524, 3531, 3534, 3536, 3542, 3551, 3561, 3566, + 3575, 3584, 3588, 3595, 3605, 3616, 3726, 3734, 3737, 3747, 3752, 3762, + 3773, 3785, 3798, 3808, 3821, 3824, 3831, 3840, 3843, 3850, 3852, 3860, + 3870, 3872, 3880, 3884, 3889, 3900, 3904, 3909, 3919, 3925, 3938, 3944, + 3946, 3953, 3961, 3966, 3981, 3994, 3996, 4000, 4020, 4037, 4040, 4043, + 4046, 4049, 4057, 4060, 4063, 4109, 4112, 4115, 4133, 4140, 4149, 4155, + 4162, 4172, 4180, 4185, 4197, 4214, 4220, 4227, 4235, 4249, 4277, 4284, + 4298, 4313, 4326, 4335, 4360, 4371, 4438, 4449, 4455, 4463, 4474, 4488, + 4497, 4507, 4519, 4534, 4545, 4553, 4563, 4570, 4573, 4579, 4582, 4597, + 4610, 4639, 4646, 4661, 4670, 4681, 4683, 4692, 4703, 4705, 4712, 4727, + 4733, 4741, 4747, 4755, 4765, 4771, 4779, 4785, 4793, 4800, 4809, 4811, + 4836, 4843, 4854, 4860, 4869, 4874, 4880, 4887, 4892, 4896, 4899, 4905, + 5054, 5058, 5063, 5074, 5085, 5096, 5107, 5118, 5129, 5140, 5152, 5163, + 5171, 5178, 5184, 5192, 5197, 5202, 5207, 5213, 5220, 5226, 5232, 5237, + 5243, 5250, 5255, 5261, 5268, 5271, 5284, 5293, 5305, 5307, 5324, 5331, + 5336, 5340, 5344, 5350, 5352, 5414, 5421, 5427, 5434, 5440, 5451, 5454, + 5461, 5464, 5474, 5477, 5479, 5498, 5510, 5519, 5528, 5540, 5542, 5548, + 5552, 5557, 5560, 5565, 5571, 5574, 5577, 5580, 5583, 5599, 5603, 5606, + 5609, 5612, 5615, 5620, 5623, 5625, 5638, 5650, 5664, 5668, 5680, 5682, + 5691, 5700, 5708, 5717, 5719, 5723, 5732, 5737, 5743, 5748, 5752, 5757, + 5763, 5769, 5775, 5781, 5786, 5801, 5810, 5821, 5827, 5866, 5881, 5888, + 5899, 5913, 5921, 5926, 5934, 5942, 5948, 5956, 5962, 5970, 5972, 5978, + 5986, 5988, 5994, 6002, 6004, 6028, 6035, 6045, 6057, 6062, 6075, 6087, + 6099, 6101, 6107, 6112, 6120, 6127, 6172, 6177, 6184, 6189, 6196, 6206, + 6216, 6220, 6231, 6248, 6319, 6514, 6527, 6538, 6551, 6563, 6577, 6609, + 6623, 6735, 6737, 6748, 6759, 6770, 6783, 6795, 6806, 6813, 7034, 7049, + 7060, 7067, 7121, 7262, 7268, 7277, 7285, 7287, 7294, 7300, 7303, 7310, + 7314, 7317, 7322, 7325, 7329, 7332, 7335, 7366, 7376, 7383, 7406, 7415, + 7433, 7439, 7447, 7449, 7453, 7463, 7467, 7477, 7480, 7484, 7488, 7496, + 7507, 7519, 7523, 7526, 7530, 7533, 7538, 7542, 7545, 7549, 7552, 7556, + 7559, 7570, 7577, 7590, 7604, 7608, 7613, 7620, 7627, 7630, 7635, 7638, + 7647, 7649, 7654, 7658, 7670, 7673, 7680, 7684, 7689, 7699, 7708, 7711, + 7719, 7730, 7734, 7740, 7747, 7767, 7788, 7792, 7797, 7880, 7886, 7899, + 7903, 7907, 7911, 7917, 7924, 7927, 7930, 7933, 7936, 7943, 7945, 7949, + 7952, 7959, 7961, 7968, 7975, 7979, 7983, 7999, 8006, 8016, 8029, 8040, + 8047, 8052, 8056, 8060, 8065, 8079, 8084, 8088, 8096, 8099, 8103, 8114, + 8117, 8119, 8135, 8138, 8145, 8148, 8153, 8168, 8174, 8183, 8192, 8199, + 8202, 8208, 8213, 8219, 8224, 8228, 8233, 8236, 8242, 8246, 8248, 8251, + 8258, 8261, 8268, 8276, 8279, 8288, 8293, 8299, 8302, 8305, 8312, 8316, + 8319, 8334, 8337, 8344, 8347, 8354, 8357, 8360, 8367, 8380, 8390, 8398, + 8410, 8412, 8419, 8423, 8433, 8437, 8441, 8445, 8447, 8452, 8456, 8460, + 8462, 8464, 8469, 8474, 8480, 8485, 8490, 8493, 8496, 8501, 8504, 8507, + 8510, 8513, 8516, 8519, 8525, 8529, 8538, 8543, 8547, 8556, 8562, 8566, + 8571, 8575, 8580, 8586, 8598, 8613, 8620, 8622, 8625, 8629, 8633, 8635, + 8643, 8652, 8658, 8660, 8662, 8669, 8673, 8682, 8686, 8701, 8709, 8737, + 8744, 8748, 8751, 8756, 8760, 8763, 8779, 8790, 8795, 8798, 8802, 8806, + 8810, 8815, 8819, 8823, 8825, 8834, 8839, 8845, 8849, 8851, 8856, 8860, + 8871, 8875, 8878, 8885, 8890, 8897, 8902, 8905, 8911, 8915, 8924, 8928, + 8936, 8938, 8945, 8950, 8953, 8961, 8970, 8978, 8980, 8984, 8991, 9010, + 9019, 9025, 9044, 9053, 9059, 9063, 9068, 9078, 9085, 9094, 9097, 9106, + 9108, 9114, 9118, 9123, 9133, 9139, 9141, 9147, 9153, 9156, 9159, 9172, + 9178, 9182, 9186, 9189, 9197, 9201, 9205, 9213, 9220, 9227, 9231, 9237, + 9239, 9248, 9251, 9261, 9277, 9283, 9288, 9295, 9304, 9311, 9319, 9327, + 9332, 9336, 9342, 9346, 9350, 9353, 9359, 9364, 9380, 9383, 9385, 9397, + 9399, 9403, 9409, 9413, 9415, 9423, 9427, 9436, 9444, 9450, 9453, 9462, + 9467, 9474, 9484, 9510, 9521, 9523, 9525, 9533, 9556, 9564, 9574, 9577, + 9582, 9587, 9591, 9597, 9600, 9603, 9606, 9610, 9624, 9631, 9638, 9645, + 9663, 9671, 9683, 9701, 9740, 9742, 9762, 9772, 9783, 9795, 9802, 9814, + 9826, 9832, 9840, 9857, 9882, 9892, 9896, 9899, 9902, 9905, 9918, 9923, + 9928, 9930, 9938, 9947, 9956, 9961, 9970, 9975, 9989, 9999, 10007, 10021, + 10028, 10036, 10044, 10051, 10057, 10066, 10081, 10092, 10125, 10134, 10141, + 10145, 10149, 10156, 10170, 10175, 10180, 10184, 10186, 10189, 10196, 10201, + 10211, 10216, 10219, 10224, 10231, 10236, 10243, 10259, 10271, 10276, 10284, + 10291, 10296, 10308, 10316, 10321, 10331, 10338, 10345, 10354, 10360, 10366, + 10372, 10380, 10384, 10391, 10449, 10460, 10465, 10488, 10496, 10504, 10508, + 10511, 10515, 10517, 10524, 10533, 10540, 10544, 10547, 10550, 10553, 10557, + 10562, 10569, 10582, 10592, 10611, 10618, 10648, 10658, 10667, 10672, 10683, + 10696, 10709, 10717, 10726, 10739, 10747, 10751, 10762, 10773, 10778, 10785, + 10795, 10802, 10805, 10811, 10813, 10824, 10837, 10842, 10854, 10857, 10870, + 10873, 10876, 10878, 10886, 10890, 10893, 10899, 10903, 10909, 10914, 10920, + 10923, 10927, 10935, 10949, 10955, 10967, 10977, 10980, 10983, 10986, 10989, + 11001, 11006, 11013, 11020, 11022, 11029, 11031, 11040, 11047, 11054, 11062, + 11065, 11089, 11091, 11095, 11109, 11115, 11121, 11134, 11137, 11141, 11149, + 11161, 11167, 11180, 11185, 11189, 11192, 11195, 11198, 11201, 11204, 11207, + 11210, 11222, 11226, } deserializer := antlr.NewATNDeserializer(nil) staticData.atn = deserializer.Deserialize(staticData.serializedATN) @@ -7187,729 +7162,728 @@ const ( PostgreSQLParserRULE_tableelement = 92 PostgreSQLParserRULE_typedtableelement = 93 PostgreSQLParserRULE_columnDef = 94 - PostgreSQLParserRULE_rs_colattributes = 95 - PostgreSQLParserRULE_columnOptions = 96 - PostgreSQLParserRULE_colquallist = 97 - PostgreSQLParserRULE_colconstraint = 98 - PostgreSQLParserRULE_colconstraintelem = 99 - PostgreSQLParserRULE_opt_unique_null_treatment = 100 - PostgreSQLParserRULE_generated_when = 101 - PostgreSQLParserRULE_constraintattr = 102 - PostgreSQLParserRULE_tablelikeclause = 103 - PostgreSQLParserRULE_tablelikeoptionlist = 104 - PostgreSQLParserRULE_tablelikeoption = 105 - PostgreSQLParserRULE_tableconstraint = 106 - PostgreSQLParserRULE_constraintelem = 107 - PostgreSQLParserRULE_opt_no_inherit = 108 - PostgreSQLParserRULE_opt_column_list = 109 - PostgreSQLParserRULE_columnlist = 110 - PostgreSQLParserRULE_columnElem = 111 - PostgreSQLParserRULE_opt_c_include = 112 - PostgreSQLParserRULE_key_match = 113 - PostgreSQLParserRULE_exclusionconstraintlist = 114 - PostgreSQLParserRULE_exclusionconstraintelem = 115 - PostgreSQLParserRULE_exclusionwhereclause = 116 - PostgreSQLParserRULE_key_actions = 117 - PostgreSQLParserRULE_key_update = 118 - PostgreSQLParserRULE_key_delete = 119 - PostgreSQLParserRULE_key_action = 120 - PostgreSQLParserRULE_optinherit = 121 - PostgreSQLParserRULE_optpartitionspec = 122 - PostgreSQLParserRULE_partitionspec = 123 - PostgreSQLParserRULE_part_params = 124 - PostgreSQLParserRULE_part_elem = 125 - PostgreSQLParserRULE_table_access_method_clause = 126 - PostgreSQLParserRULE_optwith = 127 - PostgreSQLParserRULE_oncommitoption = 128 - PostgreSQLParserRULE_opttablespace = 129 - PostgreSQLParserRULE_optconstablespace = 130 - PostgreSQLParserRULE_existingindex = 131 - PostgreSQLParserRULE_createstatsstmt = 132 - PostgreSQLParserRULE_alterstatsstmt = 133 - PostgreSQLParserRULE_createasstmt = 134 - PostgreSQLParserRULE_create_as_target = 135 - PostgreSQLParserRULE_opt_with_data = 136 - PostgreSQLParserRULE_creatematviewstmt = 137 - PostgreSQLParserRULE_create_mv_target = 138 - PostgreSQLParserRULE_optnolog = 139 - PostgreSQLParserRULE_refreshmatviewstmt = 140 - PostgreSQLParserRULE_createseqstmt = 141 - PostgreSQLParserRULE_alterseqstmt = 142 - PostgreSQLParserRULE_optseqoptlist = 143 - PostgreSQLParserRULE_optparenthesizedseqoptlist = 144 - PostgreSQLParserRULE_seqoptlist = 145 - PostgreSQLParserRULE_seqoptelem = 146 - PostgreSQLParserRULE_opt_by = 147 - PostgreSQLParserRULE_numericonly = 148 - PostgreSQLParserRULE_numericonly_list = 149 - PostgreSQLParserRULE_createplangstmt = 150 - PostgreSQLParserRULE_opt_trusted = 151 - PostgreSQLParserRULE_handler_name = 152 - PostgreSQLParserRULE_opt_inline_handler = 153 - PostgreSQLParserRULE_validator_clause = 154 - PostgreSQLParserRULE_opt_validator = 155 - PostgreSQLParserRULE_opt_procedural = 156 - PostgreSQLParserRULE_createtablespacestmt = 157 - PostgreSQLParserRULE_opttablespaceowner = 158 - PostgreSQLParserRULE_droptablespacestmt = 159 - PostgreSQLParserRULE_createextensionstmt = 160 - PostgreSQLParserRULE_create_extension_opt_list = 161 - PostgreSQLParserRULE_create_extension_opt_item = 162 - PostgreSQLParserRULE_alterextensionstmt = 163 - PostgreSQLParserRULE_alter_extension_opt_list = 164 - PostgreSQLParserRULE_alter_extension_opt_item = 165 - PostgreSQLParserRULE_alterextensioncontentsstmt = 166 - PostgreSQLParserRULE_createfdwstmt = 167 - PostgreSQLParserRULE_fdw_option = 168 - PostgreSQLParserRULE_fdw_options = 169 - PostgreSQLParserRULE_opt_fdw_options = 170 - PostgreSQLParserRULE_alterfdwstmt = 171 - PostgreSQLParserRULE_create_generic_options = 172 - PostgreSQLParserRULE_generic_option_list = 173 - PostgreSQLParserRULE_alter_generic_options = 174 - PostgreSQLParserRULE_alter_generic_option_list = 175 - PostgreSQLParserRULE_alter_generic_option_elem = 176 - PostgreSQLParserRULE_generic_option_elem = 177 - PostgreSQLParserRULE_generic_option_name = 178 - PostgreSQLParserRULE_generic_option_arg = 179 - PostgreSQLParserRULE_createforeignserverstmt = 180 - PostgreSQLParserRULE_opt_type = 181 - PostgreSQLParserRULE_foreign_server_version = 182 - PostgreSQLParserRULE_opt_foreign_server_version = 183 - PostgreSQLParserRULE_alterforeignserverstmt = 184 - PostgreSQLParserRULE_createforeigntablestmt = 185 - PostgreSQLParserRULE_importforeignschemastmt = 186 - PostgreSQLParserRULE_import_qualification_type = 187 - PostgreSQLParserRULE_import_qualification = 188 - PostgreSQLParserRULE_createusermappingstmt = 189 - PostgreSQLParserRULE_auth_ident = 190 - PostgreSQLParserRULE_dropusermappingstmt = 191 - PostgreSQLParserRULE_alterusermappingstmt = 192 - PostgreSQLParserRULE_createpolicystmt = 193 - PostgreSQLParserRULE_alterpolicystmt = 194 - PostgreSQLParserRULE_rowsecurityoptionalexpr = 195 - PostgreSQLParserRULE_rowsecurityoptionalwithcheck = 196 - PostgreSQLParserRULE_rowsecuritydefaulttorole = 197 - PostgreSQLParserRULE_rowsecurityoptionaltorole = 198 - PostgreSQLParserRULE_rowsecuritydefaultpermissive = 199 - PostgreSQLParserRULE_rowsecuritydefaultforcmd = 200 - PostgreSQLParserRULE_row_security_cmd = 201 - PostgreSQLParserRULE_createamstmt = 202 - PostgreSQLParserRULE_am_type = 203 - PostgreSQLParserRULE_createtrigstmt = 204 - PostgreSQLParserRULE_triggeractiontime = 205 - PostgreSQLParserRULE_triggerevents = 206 - PostgreSQLParserRULE_triggeroneevent = 207 - PostgreSQLParserRULE_triggerreferencing = 208 - PostgreSQLParserRULE_triggertransitions = 209 - PostgreSQLParserRULE_triggertransition = 210 - PostgreSQLParserRULE_transitionoldornew = 211 - PostgreSQLParserRULE_transitionrowortable = 212 - PostgreSQLParserRULE_transitionrelname = 213 - PostgreSQLParserRULE_triggerforspec = 214 - PostgreSQLParserRULE_triggerforopteach = 215 - PostgreSQLParserRULE_triggerfortype = 216 - PostgreSQLParserRULE_triggerwhen = 217 - PostgreSQLParserRULE_function_or_procedure = 218 - PostgreSQLParserRULE_triggerfuncargs = 219 - PostgreSQLParserRULE_triggerfuncarg = 220 - PostgreSQLParserRULE_optconstrfromtable = 221 - PostgreSQLParserRULE_constraintattributespec = 222 - PostgreSQLParserRULE_constraintattributeElem = 223 - PostgreSQLParserRULE_createeventtrigstmt = 224 - PostgreSQLParserRULE_event_trigger_when_list = 225 - PostgreSQLParserRULE_event_trigger_when_item = 226 - PostgreSQLParserRULE_event_trigger_value_list = 227 - PostgreSQLParserRULE_altereventtrigstmt = 228 - PostgreSQLParserRULE_enable_trigger = 229 - PostgreSQLParserRULE_createassertionstmt = 230 - PostgreSQLParserRULE_definestmt = 231 - PostgreSQLParserRULE_definition = 232 - PostgreSQLParserRULE_def_list = 233 - PostgreSQLParserRULE_def_elem = 234 - PostgreSQLParserRULE_def_arg = 235 - PostgreSQLParserRULE_old_aggr_definition = 236 - PostgreSQLParserRULE_old_aggr_list = 237 - PostgreSQLParserRULE_old_aggr_elem = 238 - PostgreSQLParserRULE_opt_enum_val_list = 239 - PostgreSQLParserRULE_enum_val_list = 240 - PostgreSQLParserRULE_alterenumstmt = 241 - PostgreSQLParserRULE_opt_if_not_exists = 242 - PostgreSQLParserRULE_createopclassstmt = 243 - PostgreSQLParserRULE_opclass_item_list = 244 - PostgreSQLParserRULE_opclass_item = 245 - PostgreSQLParserRULE_opt_default = 246 - PostgreSQLParserRULE_opt_opfamily = 247 - PostgreSQLParserRULE_opclass_purpose = 248 - PostgreSQLParserRULE_opt_recheck = 249 - PostgreSQLParserRULE_createopfamilystmt = 250 - PostgreSQLParserRULE_alteropfamilystmt = 251 - PostgreSQLParserRULE_opclass_drop_list = 252 - PostgreSQLParserRULE_opclass_drop = 253 - PostgreSQLParserRULE_dropopclassstmt = 254 - PostgreSQLParserRULE_dropopfamilystmt = 255 - PostgreSQLParserRULE_dropownedstmt = 256 - PostgreSQLParserRULE_reassignownedstmt = 257 - PostgreSQLParserRULE_dropstmt = 258 - PostgreSQLParserRULE_object_type_any_name = 259 - PostgreSQLParserRULE_object_type_name = 260 - PostgreSQLParserRULE_drop_type_name = 261 - PostgreSQLParserRULE_object_type_name_on_any_name = 262 - PostgreSQLParserRULE_any_name_list = 263 - PostgreSQLParserRULE_any_name = 264 - PostgreSQLParserRULE_attrs = 265 - PostgreSQLParserRULE_type_name_list = 266 - PostgreSQLParserRULE_truncatestmt = 267 - PostgreSQLParserRULE_opt_restart_seqs = 268 - PostgreSQLParserRULE_commentstmt = 269 - PostgreSQLParserRULE_comment_text = 270 - PostgreSQLParserRULE_seclabelstmt = 271 - PostgreSQLParserRULE_opt_provider = 272 - PostgreSQLParserRULE_security_label = 273 - PostgreSQLParserRULE_fetchstmt = 274 - PostgreSQLParserRULE_fetch_args = 275 - PostgreSQLParserRULE_from_in = 276 - PostgreSQLParserRULE_opt_from_in = 277 - PostgreSQLParserRULE_grantstmt = 278 - PostgreSQLParserRULE_revokestmt = 279 - PostgreSQLParserRULE_privileges = 280 - PostgreSQLParserRULE_privilege_list = 281 - PostgreSQLParserRULE_privilege = 282 - PostgreSQLParserRULE_privilege_target = 283 - PostgreSQLParserRULE_parameter_name_list = 284 - PostgreSQLParserRULE_parameter_name = 285 - PostgreSQLParserRULE_grantee_list = 286 - PostgreSQLParserRULE_grantee = 287 - PostgreSQLParserRULE_opt_grant_grant_option = 288 - PostgreSQLParserRULE_grantrolestmt = 289 - PostgreSQLParserRULE_revokerolestmt = 290 - PostgreSQLParserRULE_opt_grant_admin_option = 291 - PostgreSQLParserRULE_opt_granted_by = 292 - PostgreSQLParserRULE_alterdefaultprivilegesstmt = 293 - PostgreSQLParserRULE_defacloptionlist = 294 - PostgreSQLParserRULE_defacloption = 295 - PostgreSQLParserRULE_defaclaction = 296 - PostgreSQLParserRULE_defacl_privilege_target = 297 - PostgreSQLParserRULE_indexstmt = 298 - PostgreSQLParserRULE_opt_unique = 299 - PostgreSQLParserRULE_opt_concurrently = 300 - PostgreSQLParserRULE_opt_index_name = 301 - PostgreSQLParserRULE_access_method_clause = 302 - PostgreSQLParserRULE_index_params = 303 - PostgreSQLParserRULE_index_elem_options = 304 - PostgreSQLParserRULE_index_elem = 305 - PostgreSQLParserRULE_opt_include = 306 - PostgreSQLParserRULE_index_including_params = 307 - PostgreSQLParserRULE_opt_collate = 308 - PostgreSQLParserRULE_opt_class = 309 - PostgreSQLParserRULE_opt_asc_desc = 310 - PostgreSQLParserRULE_opt_nulls_order = 311 - PostgreSQLParserRULE_createfunctionstmt = 312 - PostgreSQLParserRULE_opt_or_replace = 313 - PostgreSQLParserRULE_func_args = 314 - PostgreSQLParserRULE_func_args_list = 315 - PostgreSQLParserRULE_function_with_argtypes_list = 316 - PostgreSQLParserRULE_function_with_argtypes = 317 - PostgreSQLParserRULE_func_args_with_defaults = 318 - PostgreSQLParserRULE_func_args_with_defaults_list = 319 - PostgreSQLParserRULE_func_arg = 320 - PostgreSQLParserRULE_arg_class = 321 - PostgreSQLParserRULE_param_name = 322 - PostgreSQLParserRULE_func_return = 323 - PostgreSQLParserRULE_func_type = 324 - PostgreSQLParserRULE_func_arg_with_default = 325 - PostgreSQLParserRULE_aggr_arg = 326 - PostgreSQLParserRULE_aggr_args = 327 - PostgreSQLParserRULE_aggr_args_list = 328 - PostgreSQLParserRULE_aggregate_with_argtypes = 329 - PostgreSQLParserRULE_aggregate_with_argtypes_list = 330 - PostgreSQLParserRULE_createfunc_opt_list = 331 - PostgreSQLParserRULE_common_func_opt_item = 332 - PostgreSQLParserRULE_createfunc_opt_item = 333 - PostgreSQLParserRULE_func_as = 334 - PostgreSQLParserRULE_transform_type_list = 335 - PostgreSQLParserRULE_opt_definition = 336 - PostgreSQLParserRULE_table_func_column = 337 - PostgreSQLParserRULE_table_func_column_list = 338 - PostgreSQLParserRULE_alterfunctionstmt = 339 - PostgreSQLParserRULE_alterfunc_opt_list = 340 - PostgreSQLParserRULE_opt_restrict = 341 - PostgreSQLParserRULE_removefuncstmt = 342 - PostgreSQLParserRULE_removeaggrstmt = 343 - PostgreSQLParserRULE_removeoperstmt = 344 - PostgreSQLParserRULE_oper_argtypes = 345 - PostgreSQLParserRULE_any_operator = 346 - PostgreSQLParserRULE_operator_with_argtypes_list = 347 - PostgreSQLParserRULE_operator_with_argtypes = 348 - PostgreSQLParserRULE_dostmt = 349 - PostgreSQLParserRULE_dostmt_opt_list = 350 - PostgreSQLParserRULE_dostmt_opt_item = 351 - PostgreSQLParserRULE_createcaststmt = 352 - PostgreSQLParserRULE_cast_context = 353 - PostgreSQLParserRULE_dropcaststmt = 354 - PostgreSQLParserRULE_opt_if_exists = 355 - PostgreSQLParserRULE_createtransformstmt = 356 - PostgreSQLParserRULE_transform_element_list = 357 - PostgreSQLParserRULE_droptransformstmt = 358 - PostgreSQLParserRULE_reindexstmt = 359 - PostgreSQLParserRULE_reindex_target_type = 360 - PostgreSQLParserRULE_reindex_target_multitable = 361 - PostgreSQLParserRULE_reindex_option_list = 362 - PostgreSQLParserRULE_reindex_option_elem = 363 - PostgreSQLParserRULE_altertblspcstmt = 364 - PostgreSQLParserRULE_renamestmt = 365 - PostgreSQLParserRULE_opt_column = 366 - PostgreSQLParserRULE_opt_set_data = 367 - PostgreSQLParserRULE_alterobjectdependsstmt = 368 - PostgreSQLParserRULE_opt_no = 369 - PostgreSQLParserRULE_alterobjectschemastmt = 370 - PostgreSQLParserRULE_alteroperatorstmt = 371 - PostgreSQLParserRULE_operator_def_list = 372 - PostgreSQLParserRULE_operator_def_elem = 373 - PostgreSQLParserRULE_operator_def_arg = 374 - PostgreSQLParserRULE_altertypestmt = 375 - PostgreSQLParserRULE_alterownerstmt = 376 - PostgreSQLParserRULE_createpublicationstmt = 377 - PostgreSQLParserRULE_pub_obj_list = 378 - PostgreSQLParserRULE_publication_obj_spec = 379 - PostgreSQLParserRULE_opt_where_clause = 380 - PostgreSQLParserRULE_alterpublicationstmt = 381 - PostgreSQLParserRULE_createsubscriptionstmt = 382 - PostgreSQLParserRULE_publication_name_list = 383 - PostgreSQLParserRULE_publication_name_item = 384 - PostgreSQLParserRULE_altersubscriptionstmt = 385 - PostgreSQLParserRULE_dropsubscriptionstmt = 386 - PostgreSQLParserRULE_rulestmt = 387 - PostgreSQLParserRULE_ruleactionlist = 388 - PostgreSQLParserRULE_ruleactionmulti = 389 - PostgreSQLParserRULE_ruleactionstmt = 390 - PostgreSQLParserRULE_ruleactionstmtOrEmpty = 391 - PostgreSQLParserRULE_event = 392 - PostgreSQLParserRULE_opt_instead = 393 - PostgreSQLParserRULE_notifystmt = 394 - PostgreSQLParserRULE_notify_payload = 395 - PostgreSQLParserRULE_listenstmt = 396 - PostgreSQLParserRULE_unlistenstmt = 397 - PostgreSQLParserRULE_transactionstmt = 398 - PostgreSQLParserRULE_opt_transaction = 399 - PostgreSQLParserRULE_transaction_mode_item = 400 - PostgreSQLParserRULE_transaction_mode_list = 401 - PostgreSQLParserRULE_transaction_mode_list_or_empty = 402 - PostgreSQLParserRULE_opt_transaction_chain = 403 - PostgreSQLParserRULE_viewstmt = 404 - PostgreSQLParserRULE_opt_check_option = 405 - PostgreSQLParserRULE_loadstmt = 406 - PostgreSQLParserRULE_createdbstmt = 407 - PostgreSQLParserRULE_createdb_opt_list = 408 - PostgreSQLParserRULE_createdb_opt_items = 409 - PostgreSQLParserRULE_createdb_opt_item = 410 - PostgreSQLParserRULE_createdb_opt_name = 411 - PostgreSQLParserRULE_opt_equal = 412 - PostgreSQLParserRULE_alterdatabasestmt = 413 - PostgreSQLParserRULE_alterdatabasesetstmt = 414 - PostgreSQLParserRULE_dropdbstmt = 415 - PostgreSQLParserRULE_drop_option_list = 416 - PostgreSQLParserRULE_drop_option = 417 - PostgreSQLParserRULE_altercollationstmt = 418 - PostgreSQLParserRULE_altersystemstmt = 419 - PostgreSQLParserRULE_createdomainstmt = 420 - PostgreSQLParserRULE_alterdomainstmt = 421 - PostgreSQLParserRULE_opt_as = 422 - PostgreSQLParserRULE_altertsdictionarystmt = 423 - PostgreSQLParserRULE_altertsconfigurationstmt = 424 - PostgreSQLParserRULE_any_with = 425 - PostgreSQLParserRULE_createconversionstmt = 426 - PostgreSQLParserRULE_clusterstmt = 427 - PostgreSQLParserRULE_cluster_index_specification = 428 - PostgreSQLParserRULE_vacuumstmt = 429 - PostgreSQLParserRULE_analyzestmt = 430 - PostgreSQLParserRULE_vac_analyze_option_list = 431 - PostgreSQLParserRULE_analyze_keyword = 432 - PostgreSQLParserRULE_vac_analyze_option_elem = 433 - PostgreSQLParserRULE_vac_analyze_option_name = 434 - PostgreSQLParserRULE_vac_analyze_option_arg = 435 - PostgreSQLParserRULE_opt_analyze = 436 - PostgreSQLParserRULE_opt_verbose = 437 - PostgreSQLParserRULE_opt_full = 438 - PostgreSQLParserRULE_opt_freeze = 439 - PostgreSQLParserRULE_opt_name_list = 440 - PostgreSQLParserRULE_vacuum_relation = 441 - PostgreSQLParserRULE_vacuum_relation_list = 442 - PostgreSQLParserRULE_opt_vacuum_relation_list = 443 - PostgreSQLParserRULE_explainstmt = 444 - PostgreSQLParserRULE_explainablestmt = 445 - PostgreSQLParserRULE_explain_option_list = 446 - PostgreSQLParserRULE_explain_option_elem = 447 - PostgreSQLParserRULE_explain_option_name = 448 - PostgreSQLParserRULE_explain_option_arg = 449 - PostgreSQLParserRULE_preparestmt = 450 - PostgreSQLParserRULE_prep_type_clause = 451 - PostgreSQLParserRULE_preparablestmt = 452 - PostgreSQLParserRULE_executestmt = 453 - PostgreSQLParserRULE_execute_param_clause = 454 - PostgreSQLParserRULE_deallocatestmt = 455 - PostgreSQLParserRULE_insertstmt = 456 - PostgreSQLParserRULE_insert_target = 457 - PostgreSQLParserRULE_insert_rest = 458 - PostgreSQLParserRULE_override_kind = 459 - PostgreSQLParserRULE_insert_column_list = 460 - PostgreSQLParserRULE_insert_column_item = 461 - PostgreSQLParserRULE_opt_on_conflict = 462 - PostgreSQLParserRULE_opt_conf_expr = 463 - PostgreSQLParserRULE_returning_clause = 464 - PostgreSQLParserRULE_mergestmt = 465 - PostgreSQLParserRULE_merge_insert_clause = 466 - PostgreSQLParserRULE_merge_update_clause = 467 - PostgreSQLParserRULE_merge_delete_clause = 468 - PostgreSQLParserRULE_deletestmt = 469 - PostgreSQLParserRULE_using_clause = 470 - PostgreSQLParserRULE_lockstmt = 471 - PostgreSQLParserRULE_opt_lock = 472 - PostgreSQLParserRULE_lock_type = 473 - PostgreSQLParserRULE_opt_nowait = 474 - PostgreSQLParserRULE_opt_nowait_or_skip = 475 - PostgreSQLParserRULE_updatestmt = 476 - PostgreSQLParserRULE_set_clause_list = 477 - PostgreSQLParserRULE_set_clause = 478 - PostgreSQLParserRULE_set_target = 479 - PostgreSQLParserRULE_set_target_list = 480 - PostgreSQLParserRULE_declarecursorstmt = 481 - PostgreSQLParserRULE_cursor_name = 482 - PostgreSQLParserRULE_cursor_options = 483 - PostgreSQLParserRULE_opt_hold = 484 - PostgreSQLParserRULE_selectstmt = 485 - PostgreSQLParserRULE_select_with_parens = 486 - PostgreSQLParserRULE_select_no_parens = 487 - PostgreSQLParserRULE_select_clause = 488 - PostgreSQLParserRULE_simple_select_intersect = 489 - PostgreSQLParserRULE_simple_select_pramary = 490 - PostgreSQLParserRULE_with_clause = 491 - PostgreSQLParserRULE_cte_list = 492 - PostgreSQLParserRULE_common_table_expr = 493 - PostgreSQLParserRULE_opt_materialized = 494 - PostgreSQLParserRULE_opt_with_clause = 495 - PostgreSQLParserRULE_into_clause = 496 - PostgreSQLParserRULE_opt_strict = 497 - PostgreSQLParserRULE_opttempTableName = 498 - PostgreSQLParserRULE_opt_table = 499 - PostgreSQLParserRULE_all_or_distinct = 500 - PostgreSQLParserRULE_distinct_clause = 501 - PostgreSQLParserRULE_opt_all_clause = 502 - PostgreSQLParserRULE_opt_sort_clause = 503 - PostgreSQLParserRULE_sort_clause = 504 - PostgreSQLParserRULE_sortby_list = 505 - PostgreSQLParserRULE_sortby = 506 - PostgreSQLParserRULE_select_limit = 507 - PostgreSQLParserRULE_opt_select_limit = 508 - PostgreSQLParserRULE_limit_clause = 509 - PostgreSQLParserRULE_offset_clause = 510 - PostgreSQLParserRULE_select_limit_value = 511 - PostgreSQLParserRULE_select_offset_value = 512 - PostgreSQLParserRULE_select_fetch_first_value = 513 - PostgreSQLParserRULE_i_or_f_const = 514 - PostgreSQLParserRULE_row_or_rows = 515 - PostgreSQLParserRULE_first_or_next = 516 - PostgreSQLParserRULE_group_clause = 517 - PostgreSQLParserRULE_group_by_list = 518 - PostgreSQLParserRULE_group_by_item = 519 - PostgreSQLParserRULE_empty_grouping_set = 520 - PostgreSQLParserRULE_rollup_clause = 521 - PostgreSQLParserRULE_cube_clause = 522 - PostgreSQLParserRULE_grouping_sets_clause = 523 - PostgreSQLParserRULE_having_clause = 524 - PostgreSQLParserRULE_for_locking_clause = 525 - PostgreSQLParserRULE_opt_for_locking_clause = 526 - PostgreSQLParserRULE_for_locking_items = 527 - PostgreSQLParserRULE_for_locking_item = 528 - PostgreSQLParserRULE_for_locking_strength = 529 - PostgreSQLParserRULE_locked_rels_list = 530 - PostgreSQLParserRULE_values_clause = 531 - PostgreSQLParserRULE_from_clause = 532 - PostgreSQLParserRULE_from_list = 533 - PostgreSQLParserRULE_table_ref = 534 - PostgreSQLParserRULE_joined_table = 535 - PostgreSQLParserRULE_alias_clause = 536 - PostgreSQLParserRULE_opt_alias_clause = 537 - PostgreSQLParserRULE_table_alias_clause = 538 - PostgreSQLParserRULE_func_alias_clause = 539 - PostgreSQLParserRULE_join_type = 540 - PostgreSQLParserRULE_join_qual = 541 - PostgreSQLParserRULE_relation_expr = 542 - PostgreSQLParserRULE_relation_expr_list = 543 - PostgreSQLParserRULE_relation_expr_opt_alias = 544 - PostgreSQLParserRULE_tablesample_clause = 545 - PostgreSQLParserRULE_opt_repeatable_clause = 546 - PostgreSQLParserRULE_func_table = 547 - PostgreSQLParserRULE_rowsfrom_item = 548 - PostgreSQLParserRULE_rowsfrom_list = 549 - PostgreSQLParserRULE_opt_col_def_list = 550 - PostgreSQLParserRULE_opt_ordinality = 551 - PostgreSQLParserRULE_where_clause = 552 - PostgreSQLParserRULE_where_or_current_clause = 553 - PostgreSQLParserRULE_opttablefuncelementlist = 554 - PostgreSQLParserRULE_tablefuncelementlist = 555 - PostgreSQLParserRULE_tablefuncelement = 556 - PostgreSQLParserRULE_xmltable = 557 - PostgreSQLParserRULE_xmltable_column_list = 558 - PostgreSQLParserRULE_xmltable_column_el = 559 - PostgreSQLParserRULE_xmltable_column_option_list = 560 - PostgreSQLParserRULE_xmltable_column_option_el = 561 - PostgreSQLParserRULE_xml_namespace_list = 562 - PostgreSQLParserRULE_xml_namespace_el = 563 - PostgreSQLParserRULE_typename = 564 - PostgreSQLParserRULE_opt_array_bounds = 565 - PostgreSQLParserRULE_simpletypename = 566 - PostgreSQLParserRULE_consttypename = 567 - PostgreSQLParserRULE_generictype = 568 - PostgreSQLParserRULE_opt_type_modifiers = 569 - PostgreSQLParserRULE_numeric = 570 - PostgreSQLParserRULE_opt_float = 571 - PostgreSQLParserRULE_bit = 572 - PostgreSQLParserRULE_constbit = 573 - PostgreSQLParserRULE_bitwithlength = 574 - PostgreSQLParserRULE_bitwithoutlength = 575 - PostgreSQLParserRULE_character = 576 - PostgreSQLParserRULE_constcharacter = 577 - PostgreSQLParserRULE_character_c = 578 - PostgreSQLParserRULE_opt_varying = 579 - PostgreSQLParserRULE_constdatetime = 580 - PostgreSQLParserRULE_constinterval = 581 - PostgreSQLParserRULE_opt_timezone = 582 - PostgreSQLParserRULE_opt_interval = 583 - PostgreSQLParserRULE_interval_second = 584 - PostgreSQLParserRULE_opt_escape = 585 - PostgreSQLParserRULE_a_expr = 586 - PostgreSQLParserRULE_a_expr_qual = 587 - PostgreSQLParserRULE_a_expr_lessless = 588 - PostgreSQLParserRULE_a_expr_or = 589 - PostgreSQLParserRULE_a_expr_and = 590 - PostgreSQLParserRULE_a_expr_between = 591 - PostgreSQLParserRULE_a_expr_in = 592 - PostgreSQLParserRULE_a_expr_unary_not = 593 - PostgreSQLParserRULE_a_expr_isnull = 594 - PostgreSQLParserRULE_a_expr_is_not = 595 - PostgreSQLParserRULE_a_expr_compare = 596 - PostgreSQLParserRULE_a_expr_like = 597 - PostgreSQLParserRULE_a_expr_qual_op = 598 - PostgreSQLParserRULE_a_expr_unary_qualop = 599 - PostgreSQLParserRULE_a_expr_add = 600 - PostgreSQLParserRULE_a_expr_mul = 601 - PostgreSQLParserRULE_a_expr_caret = 602 - PostgreSQLParserRULE_a_expr_unary_sign = 603 - PostgreSQLParserRULE_a_expr_at_time_zone = 604 - PostgreSQLParserRULE_a_expr_collate = 605 - PostgreSQLParserRULE_a_expr_typecast = 606 - PostgreSQLParserRULE_b_expr = 607 - PostgreSQLParserRULE_c_expr = 608 - PostgreSQLParserRULE_plsqlvariablename = 609 - PostgreSQLParserRULE_func_application = 610 - PostgreSQLParserRULE_func_expr = 611 - PostgreSQLParserRULE_func_expr_windowless = 612 - PostgreSQLParserRULE_func_expr_common_subexpr = 613 - PostgreSQLParserRULE_xml_root_version = 614 - PostgreSQLParserRULE_opt_xml_root_standalone = 615 - PostgreSQLParserRULE_xml_attributes = 616 - PostgreSQLParserRULE_xml_attribute_list = 617 - PostgreSQLParserRULE_xml_attribute_el = 618 - PostgreSQLParserRULE_document_or_content = 619 - PostgreSQLParserRULE_xml_whitespace_option = 620 - PostgreSQLParserRULE_xmlexists_argument = 621 - PostgreSQLParserRULE_xml_passing_mech = 622 - PostgreSQLParserRULE_within_group_clause = 623 - PostgreSQLParserRULE_filter_clause = 624 - PostgreSQLParserRULE_window_clause = 625 - PostgreSQLParserRULE_window_definition_list = 626 - PostgreSQLParserRULE_window_definition = 627 - PostgreSQLParserRULE_over_clause = 628 - PostgreSQLParserRULE_window_specification = 629 - PostgreSQLParserRULE_opt_existing_window_name = 630 - PostgreSQLParserRULE_opt_partition_clause = 631 - PostgreSQLParserRULE_opt_frame_clause = 632 - PostgreSQLParserRULE_frame_extent = 633 - PostgreSQLParserRULE_frame_bound = 634 - PostgreSQLParserRULE_opt_window_exclusion_clause = 635 - PostgreSQLParserRULE_row = 636 - PostgreSQLParserRULE_explicit_row = 637 - PostgreSQLParserRULE_implicit_row = 638 - PostgreSQLParserRULE_sub_type = 639 - PostgreSQLParserRULE_all_op = 640 - PostgreSQLParserRULE_mathop = 641 - PostgreSQLParserRULE_qual_op = 642 - PostgreSQLParserRULE_qual_all_op = 643 - PostgreSQLParserRULE_subquery_Op = 644 - PostgreSQLParserRULE_expr_list = 645 - PostgreSQLParserRULE_func_arg_list = 646 - PostgreSQLParserRULE_func_arg_expr = 647 - PostgreSQLParserRULE_type_list = 648 - PostgreSQLParserRULE_array_expr = 649 - PostgreSQLParserRULE_array_expr_list = 650 - PostgreSQLParserRULE_extract_list = 651 - PostgreSQLParserRULE_extract_arg = 652 - PostgreSQLParserRULE_unicode_normal_form = 653 - PostgreSQLParserRULE_overlay_list = 654 - PostgreSQLParserRULE_position_list = 655 - PostgreSQLParserRULE_substr_list = 656 - PostgreSQLParserRULE_trim_list = 657 - PostgreSQLParserRULE_in_expr = 658 - PostgreSQLParserRULE_case_expr = 659 - PostgreSQLParserRULE_when_clause_list = 660 - PostgreSQLParserRULE_when_clause = 661 - PostgreSQLParserRULE_case_default = 662 - PostgreSQLParserRULE_case_arg = 663 - PostgreSQLParserRULE_columnref = 664 - PostgreSQLParserRULE_indirection_el = 665 - PostgreSQLParserRULE_opt_slice_bound = 666 - PostgreSQLParserRULE_indirection = 667 - PostgreSQLParserRULE_opt_indirection = 668 - PostgreSQLParserRULE_opt_target_list = 669 - PostgreSQLParserRULE_target_list = 670 - PostgreSQLParserRULE_target_el = 671 - PostgreSQLParserRULE_target_alias = 672 - PostgreSQLParserRULE_qualified_name_list = 673 - PostgreSQLParserRULE_qualified_name = 674 - PostgreSQLParserRULE_name_list = 675 - PostgreSQLParserRULE_name = 676 - PostgreSQLParserRULE_attr_name = 677 - PostgreSQLParserRULE_file_name = 678 - PostgreSQLParserRULE_func_name = 679 - PostgreSQLParserRULE_aexprconst = 680 - PostgreSQLParserRULE_xconst = 681 - PostgreSQLParserRULE_bconst = 682 - PostgreSQLParserRULE_fconst = 683 - PostgreSQLParserRULE_iconst = 684 - PostgreSQLParserRULE_sconst = 685 - PostgreSQLParserRULE_anysconst = 686 - PostgreSQLParserRULE_opt_uescape = 687 - PostgreSQLParserRULE_signediconst = 688 - PostgreSQLParserRULE_roleid = 689 - PostgreSQLParserRULE_rolespec = 690 - PostgreSQLParserRULE_role_list = 691 - PostgreSQLParserRULE_colid = 692 - PostgreSQLParserRULE_table_alias = 693 - PostgreSQLParserRULE_type_function_name = 694 - PostgreSQLParserRULE_nonreservedword = 695 - PostgreSQLParserRULE_collabel = 696 - PostgreSQLParserRULE_identifier = 697 - PostgreSQLParserRULE_plsqlidentifier = 698 - PostgreSQLParserRULE_unreserved_keyword = 699 - PostgreSQLParserRULE_col_name_keyword = 700 - PostgreSQLParserRULE_type_func_name_keyword = 701 - PostgreSQLParserRULE_reserved_keyword = 702 - PostgreSQLParserRULE_builtin_function_name = 703 - PostgreSQLParserRULE_pl_function = 704 - PostgreSQLParserRULE_comp_options = 705 - PostgreSQLParserRULE_comp_option = 706 - PostgreSQLParserRULE_sharp = 707 - PostgreSQLParserRULE_option_value = 708 - PostgreSQLParserRULE_opt_semi = 709 - PostgreSQLParserRULE_pl_block = 710 - PostgreSQLParserRULE_decl_sect = 711 - PostgreSQLParserRULE_decl_start = 712 - PostgreSQLParserRULE_decl_stmts = 713 - PostgreSQLParserRULE_label_decl = 714 - PostgreSQLParserRULE_decl_stmt = 715 - PostgreSQLParserRULE_decl_statement = 716 - PostgreSQLParserRULE_opt_scrollable = 717 - PostgreSQLParserRULE_decl_cursor_query = 718 - PostgreSQLParserRULE_decl_cursor_args = 719 - PostgreSQLParserRULE_decl_cursor_arglist = 720 - PostgreSQLParserRULE_decl_cursor_arg = 721 - PostgreSQLParserRULE_decl_is_for = 722 - PostgreSQLParserRULE_decl_aliasitem = 723 - PostgreSQLParserRULE_decl_varname = 724 - PostgreSQLParserRULE_decl_const = 725 - PostgreSQLParserRULE_decl_datatype = 726 - PostgreSQLParserRULE_decl_collate = 727 - PostgreSQLParserRULE_decl_notnull = 728 - PostgreSQLParserRULE_decl_defval = 729 - PostgreSQLParserRULE_decl_defkey = 730 - PostgreSQLParserRULE_assign_operator = 731 - PostgreSQLParserRULE_proc_sect = 732 - PostgreSQLParserRULE_proc_stmt = 733 - PostgreSQLParserRULE_stmt_perform = 734 - PostgreSQLParserRULE_stmt_call = 735 - PostgreSQLParserRULE_opt_expr_list = 736 - PostgreSQLParserRULE_stmt_assign = 737 - PostgreSQLParserRULE_stmt_getdiag = 738 - PostgreSQLParserRULE_getdiag_area_opt = 739 - PostgreSQLParserRULE_getdiag_list = 740 - PostgreSQLParserRULE_getdiag_list_item = 741 - PostgreSQLParserRULE_getdiag_item = 742 - PostgreSQLParserRULE_getdiag_target = 743 - PostgreSQLParserRULE_assign_var = 744 - PostgreSQLParserRULE_stmt_if = 745 - PostgreSQLParserRULE_stmt_elsifs = 746 - PostgreSQLParserRULE_stmt_else = 747 - PostgreSQLParserRULE_stmt_case = 748 - PostgreSQLParserRULE_opt_expr_until_when = 749 - PostgreSQLParserRULE_case_when_list = 750 - PostgreSQLParserRULE_case_when = 751 - PostgreSQLParserRULE_opt_case_else = 752 - PostgreSQLParserRULE_stmt_loop = 753 - PostgreSQLParserRULE_stmt_while = 754 - PostgreSQLParserRULE_stmt_for = 755 - PostgreSQLParserRULE_for_control = 756 - PostgreSQLParserRULE_opt_for_using_expression = 757 - PostgreSQLParserRULE_opt_cursor_parameters = 758 - PostgreSQLParserRULE_opt_reverse = 759 - PostgreSQLParserRULE_opt_by_expression = 760 - PostgreSQLParserRULE_for_variable = 761 - PostgreSQLParserRULE_stmt_foreach_a = 762 - PostgreSQLParserRULE_foreach_slice = 763 - PostgreSQLParserRULE_stmt_exit = 764 - PostgreSQLParserRULE_exit_type = 765 - PostgreSQLParserRULE_stmt_return = 766 - PostgreSQLParserRULE_opt_return_result = 767 - PostgreSQLParserRULE_stmt_raise = 768 - PostgreSQLParserRULE_opt_stmt_raise_level = 769 - PostgreSQLParserRULE_opt_raise_list = 770 - PostgreSQLParserRULE_opt_raise_using = 771 - PostgreSQLParserRULE_opt_raise_using_elem = 772 - PostgreSQLParserRULE_opt_raise_using_elem_list = 773 - PostgreSQLParserRULE_stmt_assert = 774 - PostgreSQLParserRULE_opt_stmt_assert_message = 775 - PostgreSQLParserRULE_loop_body = 776 - PostgreSQLParserRULE_stmt_execsql = 777 - PostgreSQLParserRULE_stmt_dynexecute = 778 - PostgreSQLParserRULE_opt_execute_using = 779 - PostgreSQLParserRULE_opt_execute_using_list = 780 - PostgreSQLParserRULE_opt_execute_into = 781 - PostgreSQLParserRULE_stmt_open = 782 - PostgreSQLParserRULE_opt_open_bound_list_item = 783 - PostgreSQLParserRULE_opt_open_bound_list = 784 - PostgreSQLParserRULE_opt_open_using = 785 - PostgreSQLParserRULE_opt_scroll_option = 786 - PostgreSQLParserRULE_opt_scroll_option_no = 787 - PostgreSQLParserRULE_stmt_fetch = 788 - PostgreSQLParserRULE_into_target = 789 - PostgreSQLParserRULE_opt_cursor_from = 790 - PostgreSQLParserRULE_opt_fetch_direction = 791 - PostgreSQLParserRULE_stmt_move = 792 - PostgreSQLParserRULE_stmt_close = 793 - PostgreSQLParserRULE_stmt_null = 794 - PostgreSQLParserRULE_stmt_commit = 795 - PostgreSQLParserRULE_stmt_rollback = 796 - PostgreSQLParserRULE_plsql_opt_transaction_chain = 797 - PostgreSQLParserRULE_stmt_set = 798 - PostgreSQLParserRULE_cursor_variable = 799 - PostgreSQLParserRULE_exception_sect = 800 - PostgreSQLParserRULE_proc_exceptions = 801 - PostgreSQLParserRULE_proc_exception = 802 - PostgreSQLParserRULE_proc_conditions = 803 - PostgreSQLParserRULE_proc_condition = 804 - PostgreSQLParserRULE_opt_block_label = 805 - PostgreSQLParserRULE_opt_loop_label = 806 - PostgreSQLParserRULE_opt_label = 807 - PostgreSQLParserRULE_opt_exitcond = 808 - PostgreSQLParserRULE_any_identifier = 809 - PostgreSQLParserRULE_plsql_unreserved_keyword = 810 - PostgreSQLParserRULE_sql_expression = 811 - PostgreSQLParserRULE_expr_until_then = 812 - PostgreSQLParserRULE_expr_until_semi = 813 - PostgreSQLParserRULE_expr_until_rightbracket = 814 - PostgreSQLParserRULE_expr_until_loop = 815 - PostgreSQLParserRULE_make_execsql_stmt = 816 - PostgreSQLParserRULE_opt_returning_clause_into = 817 + PostgreSQLParserRULE_columnOptions = 95 + PostgreSQLParserRULE_colquallist = 96 + PostgreSQLParserRULE_colconstraint = 97 + PostgreSQLParserRULE_colconstraintelem = 98 + PostgreSQLParserRULE_opt_unique_null_treatment = 99 + PostgreSQLParserRULE_generated_when = 100 + PostgreSQLParserRULE_constraintattr = 101 + PostgreSQLParserRULE_tablelikeclause = 102 + PostgreSQLParserRULE_tablelikeoptionlist = 103 + PostgreSQLParserRULE_tablelikeoption = 104 + PostgreSQLParserRULE_tableconstraint = 105 + PostgreSQLParserRULE_constraintelem = 106 + PostgreSQLParserRULE_opt_no_inherit = 107 + PostgreSQLParserRULE_opt_column_list = 108 + PostgreSQLParserRULE_columnlist = 109 + PostgreSQLParserRULE_columnElem = 110 + PostgreSQLParserRULE_opt_c_include = 111 + PostgreSQLParserRULE_key_match = 112 + PostgreSQLParserRULE_exclusionconstraintlist = 113 + PostgreSQLParserRULE_exclusionconstraintelem = 114 + PostgreSQLParserRULE_exclusionwhereclause = 115 + PostgreSQLParserRULE_key_actions = 116 + PostgreSQLParserRULE_key_update = 117 + PostgreSQLParserRULE_key_delete = 118 + PostgreSQLParserRULE_key_action = 119 + PostgreSQLParserRULE_optinherit = 120 + PostgreSQLParserRULE_optpartitionspec = 121 + PostgreSQLParserRULE_partitionspec = 122 + PostgreSQLParserRULE_part_params = 123 + PostgreSQLParserRULE_part_elem = 124 + PostgreSQLParserRULE_table_access_method_clause = 125 + PostgreSQLParserRULE_optwith = 126 + PostgreSQLParserRULE_oncommitoption = 127 + PostgreSQLParserRULE_opttablespace = 128 + PostgreSQLParserRULE_optconstablespace = 129 + PostgreSQLParserRULE_existingindex = 130 + PostgreSQLParserRULE_createstatsstmt = 131 + PostgreSQLParserRULE_alterstatsstmt = 132 + PostgreSQLParserRULE_createasstmt = 133 + PostgreSQLParserRULE_create_as_target = 134 + PostgreSQLParserRULE_opt_with_data = 135 + PostgreSQLParserRULE_creatematviewstmt = 136 + PostgreSQLParserRULE_create_mv_target = 137 + PostgreSQLParserRULE_optnolog = 138 + PostgreSQLParserRULE_refreshmatviewstmt = 139 + PostgreSQLParserRULE_createseqstmt = 140 + PostgreSQLParserRULE_alterseqstmt = 141 + PostgreSQLParserRULE_optseqoptlist = 142 + PostgreSQLParserRULE_optparenthesizedseqoptlist = 143 + PostgreSQLParserRULE_seqoptlist = 144 + PostgreSQLParserRULE_seqoptelem = 145 + PostgreSQLParserRULE_opt_by = 146 + PostgreSQLParserRULE_numericonly = 147 + PostgreSQLParserRULE_numericonly_list = 148 + PostgreSQLParserRULE_createplangstmt = 149 + PostgreSQLParserRULE_opt_trusted = 150 + PostgreSQLParserRULE_handler_name = 151 + PostgreSQLParserRULE_opt_inline_handler = 152 + PostgreSQLParserRULE_validator_clause = 153 + PostgreSQLParserRULE_opt_validator = 154 + PostgreSQLParserRULE_opt_procedural = 155 + PostgreSQLParserRULE_createtablespacestmt = 156 + PostgreSQLParserRULE_opttablespaceowner = 157 + PostgreSQLParserRULE_droptablespacestmt = 158 + PostgreSQLParserRULE_createextensionstmt = 159 + PostgreSQLParserRULE_create_extension_opt_list = 160 + PostgreSQLParserRULE_create_extension_opt_item = 161 + PostgreSQLParserRULE_alterextensionstmt = 162 + PostgreSQLParserRULE_alter_extension_opt_list = 163 + PostgreSQLParserRULE_alter_extension_opt_item = 164 + PostgreSQLParserRULE_alterextensioncontentsstmt = 165 + PostgreSQLParserRULE_createfdwstmt = 166 + PostgreSQLParserRULE_fdw_option = 167 + PostgreSQLParserRULE_fdw_options = 168 + PostgreSQLParserRULE_opt_fdw_options = 169 + PostgreSQLParserRULE_alterfdwstmt = 170 + PostgreSQLParserRULE_create_generic_options = 171 + PostgreSQLParserRULE_generic_option_list = 172 + PostgreSQLParserRULE_alter_generic_options = 173 + PostgreSQLParserRULE_alter_generic_option_list = 174 + PostgreSQLParserRULE_alter_generic_option_elem = 175 + PostgreSQLParserRULE_generic_option_elem = 176 + PostgreSQLParserRULE_generic_option_name = 177 + PostgreSQLParserRULE_generic_option_arg = 178 + PostgreSQLParserRULE_createforeignserverstmt = 179 + PostgreSQLParserRULE_opt_type = 180 + PostgreSQLParserRULE_foreign_server_version = 181 + PostgreSQLParserRULE_opt_foreign_server_version = 182 + PostgreSQLParserRULE_alterforeignserverstmt = 183 + PostgreSQLParserRULE_createforeigntablestmt = 184 + PostgreSQLParserRULE_importforeignschemastmt = 185 + PostgreSQLParserRULE_import_qualification_type = 186 + PostgreSQLParserRULE_import_qualification = 187 + PostgreSQLParserRULE_createusermappingstmt = 188 + PostgreSQLParserRULE_auth_ident = 189 + PostgreSQLParserRULE_dropusermappingstmt = 190 + PostgreSQLParserRULE_alterusermappingstmt = 191 + PostgreSQLParserRULE_createpolicystmt = 192 + PostgreSQLParserRULE_alterpolicystmt = 193 + PostgreSQLParserRULE_rowsecurityoptionalexpr = 194 + PostgreSQLParserRULE_rowsecurityoptionalwithcheck = 195 + PostgreSQLParserRULE_rowsecuritydefaulttorole = 196 + PostgreSQLParserRULE_rowsecurityoptionaltorole = 197 + PostgreSQLParserRULE_rowsecuritydefaultpermissive = 198 + PostgreSQLParserRULE_rowsecuritydefaultforcmd = 199 + PostgreSQLParserRULE_row_security_cmd = 200 + PostgreSQLParserRULE_createamstmt = 201 + PostgreSQLParserRULE_am_type = 202 + PostgreSQLParserRULE_createtrigstmt = 203 + PostgreSQLParserRULE_triggeractiontime = 204 + PostgreSQLParserRULE_triggerevents = 205 + PostgreSQLParserRULE_triggeroneevent = 206 + PostgreSQLParserRULE_triggerreferencing = 207 + PostgreSQLParserRULE_triggertransitions = 208 + PostgreSQLParserRULE_triggertransition = 209 + PostgreSQLParserRULE_transitionoldornew = 210 + PostgreSQLParserRULE_transitionrowortable = 211 + PostgreSQLParserRULE_transitionrelname = 212 + PostgreSQLParserRULE_triggerforspec = 213 + PostgreSQLParserRULE_triggerforopteach = 214 + PostgreSQLParserRULE_triggerfortype = 215 + PostgreSQLParserRULE_triggerwhen = 216 + PostgreSQLParserRULE_function_or_procedure = 217 + PostgreSQLParserRULE_triggerfuncargs = 218 + PostgreSQLParserRULE_triggerfuncarg = 219 + PostgreSQLParserRULE_optconstrfromtable = 220 + PostgreSQLParserRULE_constraintattributespec = 221 + PostgreSQLParserRULE_constraintattributeElem = 222 + PostgreSQLParserRULE_createeventtrigstmt = 223 + PostgreSQLParserRULE_event_trigger_when_list = 224 + PostgreSQLParserRULE_event_trigger_when_item = 225 + PostgreSQLParserRULE_event_trigger_value_list = 226 + PostgreSQLParserRULE_altereventtrigstmt = 227 + PostgreSQLParserRULE_enable_trigger = 228 + PostgreSQLParserRULE_createassertionstmt = 229 + PostgreSQLParserRULE_definestmt = 230 + PostgreSQLParserRULE_definition = 231 + PostgreSQLParserRULE_def_list = 232 + PostgreSQLParserRULE_def_elem = 233 + PostgreSQLParserRULE_def_arg = 234 + PostgreSQLParserRULE_old_aggr_definition = 235 + PostgreSQLParserRULE_old_aggr_list = 236 + PostgreSQLParserRULE_old_aggr_elem = 237 + PostgreSQLParserRULE_opt_enum_val_list = 238 + PostgreSQLParserRULE_enum_val_list = 239 + PostgreSQLParserRULE_alterenumstmt = 240 + PostgreSQLParserRULE_opt_if_not_exists = 241 + PostgreSQLParserRULE_createopclassstmt = 242 + PostgreSQLParserRULE_opclass_item_list = 243 + PostgreSQLParserRULE_opclass_item = 244 + PostgreSQLParserRULE_opt_default = 245 + PostgreSQLParserRULE_opt_opfamily = 246 + PostgreSQLParserRULE_opclass_purpose = 247 + PostgreSQLParserRULE_opt_recheck = 248 + PostgreSQLParserRULE_createopfamilystmt = 249 + PostgreSQLParserRULE_alteropfamilystmt = 250 + PostgreSQLParserRULE_opclass_drop_list = 251 + PostgreSQLParserRULE_opclass_drop = 252 + PostgreSQLParserRULE_dropopclassstmt = 253 + PostgreSQLParserRULE_dropopfamilystmt = 254 + PostgreSQLParserRULE_dropownedstmt = 255 + PostgreSQLParserRULE_reassignownedstmt = 256 + PostgreSQLParserRULE_dropstmt = 257 + PostgreSQLParserRULE_object_type_any_name = 258 + PostgreSQLParserRULE_object_type_name = 259 + PostgreSQLParserRULE_drop_type_name = 260 + PostgreSQLParserRULE_object_type_name_on_any_name = 261 + PostgreSQLParserRULE_any_name_list = 262 + PostgreSQLParserRULE_any_name = 263 + PostgreSQLParserRULE_attrs = 264 + PostgreSQLParserRULE_type_name_list = 265 + PostgreSQLParserRULE_truncatestmt = 266 + PostgreSQLParserRULE_opt_restart_seqs = 267 + PostgreSQLParserRULE_commentstmt = 268 + PostgreSQLParserRULE_comment_text = 269 + PostgreSQLParserRULE_seclabelstmt = 270 + PostgreSQLParserRULE_opt_provider = 271 + PostgreSQLParserRULE_security_label = 272 + PostgreSQLParserRULE_fetchstmt = 273 + PostgreSQLParserRULE_fetch_args = 274 + PostgreSQLParserRULE_from_in = 275 + PostgreSQLParserRULE_opt_from_in = 276 + PostgreSQLParserRULE_grantstmt = 277 + PostgreSQLParserRULE_revokestmt = 278 + PostgreSQLParserRULE_privileges = 279 + PostgreSQLParserRULE_privilege_list = 280 + PostgreSQLParserRULE_privilege = 281 + PostgreSQLParserRULE_privilege_target = 282 + PostgreSQLParserRULE_parameter_name_list = 283 + PostgreSQLParserRULE_parameter_name = 284 + PostgreSQLParserRULE_grantee_list = 285 + PostgreSQLParserRULE_grantee = 286 + PostgreSQLParserRULE_opt_grant_grant_option = 287 + PostgreSQLParserRULE_grantrolestmt = 288 + PostgreSQLParserRULE_revokerolestmt = 289 + PostgreSQLParserRULE_opt_grant_admin_option = 290 + PostgreSQLParserRULE_opt_granted_by = 291 + PostgreSQLParserRULE_alterdefaultprivilegesstmt = 292 + PostgreSQLParserRULE_defacloptionlist = 293 + PostgreSQLParserRULE_defacloption = 294 + PostgreSQLParserRULE_defaclaction = 295 + PostgreSQLParserRULE_defacl_privilege_target = 296 + PostgreSQLParserRULE_indexstmt = 297 + PostgreSQLParserRULE_opt_unique = 298 + PostgreSQLParserRULE_opt_concurrently = 299 + PostgreSQLParserRULE_opt_index_name = 300 + PostgreSQLParserRULE_access_method_clause = 301 + PostgreSQLParserRULE_index_params = 302 + PostgreSQLParserRULE_index_elem_options = 303 + PostgreSQLParserRULE_index_elem = 304 + PostgreSQLParserRULE_opt_include = 305 + PostgreSQLParserRULE_index_including_params = 306 + PostgreSQLParserRULE_opt_collate = 307 + PostgreSQLParserRULE_opt_class = 308 + PostgreSQLParserRULE_opt_asc_desc = 309 + PostgreSQLParserRULE_opt_nulls_order = 310 + PostgreSQLParserRULE_createfunctionstmt = 311 + PostgreSQLParserRULE_opt_or_replace = 312 + PostgreSQLParserRULE_func_args = 313 + PostgreSQLParserRULE_func_args_list = 314 + PostgreSQLParserRULE_function_with_argtypes_list = 315 + PostgreSQLParserRULE_function_with_argtypes = 316 + PostgreSQLParserRULE_func_args_with_defaults = 317 + PostgreSQLParserRULE_func_args_with_defaults_list = 318 + PostgreSQLParserRULE_func_arg = 319 + PostgreSQLParserRULE_arg_class = 320 + PostgreSQLParserRULE_param_name = 321 + PostgreSQLParserRULE_func_return = 322 + PostgreSQLParserRULE_func_type = 323 + PostgreSQLParserRULE_func_arg_with_default = 324 + PostgreSQLParserRULE_aggr_arg = 325 + PostgreSQLParserRULE_aggr_args = 326 + PostgreSQLParserRULE_aggr_args_list = 327 + PostgreSQLParserRULE_aggregate_with_argtypes = 328 + PostgreSQLParserRULE_aggregate_with_argtypes_list = 329 + PostgreSQLParserRULE_createfunc_opt_list = 330 + PostgreSQLParserRULE_common_func_opt_item = 331 + PostgreSQLParserRULE_createfunc_opt_item = 332 + PostgreSQLParserRULE_func_as = 333 + PostgreSQLParserRULE_transform_type_list = 334 + PostgreSQLParserRULE_opt_definition = 335 + PostgreSQLParserRULE_table_func_column = 336 + PostgreSQLParserRULE_table_func_column_list = 337 + PostgreSQLParserRULE_alterfunctionstmt = 338 + PostgreSQLParserRULE_alterfunc_opt_list = 339 + PostgreSQLParserRULE_opt_restrict = 340 + PostgreSQLParserRULE_removefuncstmt = 341 + PostgreSQLParserRULE_removeaggrstmt = 342 + PostgreSQLParserRULE_removeoperstmt = 343 + PostgreSQLParserRULE_oper_argtypes = 344 + PostgreSQLParserRULE_any_operator = 345 + PostgreSQLParserRULE_operator_with_argtypes_list = 346 + PostgreSQLParserRULE_operator_with_argtypes = 347 + PostgreSQLParserRULE_dostmt = 348 + PostgreSQLParserRULE_dostmt_opt_list = 349 + PostgreSQLParserRULE_dostmt_opt_item = 350 + PostgreSQLParserRULE_createcaststmt = 351 + PostgreSQLParserRULE_cast_context = 352 + PostgreSQLParserRULE_dropcaststmt = 353 + PostgreSQLParserRULE_opt_if_exists = 354 + PostgreSQLParserRULE_createtransformstmt = 355 + PostgreSQLParserRULE_transform_element_list = 356 + PostgreSQLParserRULE_droptransformstmt = 357 + PostgreSQLParserRULE_reindexstmt = 358 + PostgreSQLParserRULE_reindex_target_type = 359 + PostgreSQLParserRULE_reindex_target_multitable = 360 + PostgreSQLParserRULE_reindex_option_list = 361 + PostgreSQLParserRULE_reindex_option_elem = 362 + PostgreSQLParserRULE_altertblspcstmt = 363 + PostgreSQLParserRULE_renamestmt = 364 + PostgreSQLParserRULE_opt_column = 365 + PostgreSQLParserRULE_opt_set_data = 366 + PostgreSQLParserRULE_alterobjectdependsstmt = 367 + PostgreSQLParserRULE_opt_no = 368 + PostgreSQLParserRULE_alterobjectschemastmt = 369 + PostgreSQLParserRULE_alteroperatorstmt = 370 + PostgreSQLParserRULE_operator_def_list = 371 + PostgreSQLParserRULE_operator_def_elem = 372 + PostgreSQLParserRULE_operator_def_arg = 373 + PostgreSQLParserRULE_altertypestmt = 374 + PostgreSQLParserRULE_alterownerstmt = 375 + PostgreSQLParserRULE_createpublicationstmt = 376 + PostgreSQLParserRULE_pub_obj_list = 377 + PostgreSQLParserRULE_publication_obj_spec = 378 + PostgreSQLParserRULE_opt_where_clause = 379 + PostgreSQLParserRULE_alterpublicationstmt = 380 + PostgreSQLParserRULE_createsubscriptionstmt = 381 + PostgreSQLParserRULE_publication_name_list = 382 + PostgreSQLParserRULE_publication_name_item = 383 + PostgreSQLParserRULE_altersubscriptionstmt = 384 + PostgreSQLParserRULE_dropsubscriptionstmt = 385 + PostgreSQLParserRULE_rulestmt = 386 + PostgreSQLParserRULE_ruleactionlist = 387 + PostgreSQLParserRULE_ruleactionmulti = 388 + PostgreSQLParserRULE_ruleactionstmt = 389 + PostgreSQLParserRULE_ruleactionstmtOrEmpty = 390 + PostgreSQLParserRULE_event = 391 + PostgreSQLParserRULE_opt_instead = 392 + PostgreSQLParserRULE_notifystmt = 393 + PostgreSQLParserRULE_notify_payload = 394 + PostgreSQLParserRULE_listenstmt = 395 + PostgreSQLParserRULE_unlistenstmt = 396 + PostgreSQLParserRULE_transactionstmt = 397 + PostgreSQLParserRULE_opt_transaction = 398 + PostgreSQLParserRULE_transaction_mode_item = 399 + PostgreSQLParserRULE_transaction_mode_list = 400 + PostgreSQLParserRULE_transaction_mode_list_or_empty = 401 + PostgreSQLParserRULE_opt_transaction_chain = 402 + PostgreSQLParserRULE_viewstmt = 403 + PostgreSQLParserRULE_opt_check_option = 404 + PostgreSQLParserRULE_loadstmt = 405 + PostgreSQLParserRULE_createdbstmt = 406 + PostgreSQLParserRULE_createdb_opt_list = 407 + PostgreSQLParserRULE_createdb_opt_items = 408 + PostgreSQLParserRULE_createdb_opt_item = 409 + PostgreSQLParserRULE_createdb_opt_name = 410 + PostgreSQLParserRULE_opt_equal = 411 + PostgreSQLParserRULE_alterdatabasestmt = 412 + PostgreSQLParserRULE_alterdatabasesetstmt = 413 + PostgreSQLParserRULE_dropdbstmt = 414 + PostgreSQLParserRULE_drop_option_list = 415 + PostgreSQLParserRULE_drop_option = 416 + PostgreSQLParserRULE_altercollationstmt = 417 + PostgreSQLParserRULE_altersystemstmt = 418 + PostgreSQLParserRULE_createdomainstmt = 419 + PostgreSQLParserRULE_alterdomainstmt = 420 + PostgreSQLParserRULE_opt_as = 421 + PostgreSQLParserRULE_altertsdictionarystmt = 422 + PostgreSQLParserRULE_altertsconfigurationstmt = 423 + PostgreSQLParserRULE_any_with = 424 + PostgreSQLParserRULE_createconversionstmt = 425 + PostgreSQLParserRULE_clusterstmt = 426 + PostgreSQLParserRULE_cluster_index_specification = 427 + PostgreSQLParserRULE_vacuumstmt = 428 + PostgreSQLParserRULE_analyzestmt = 429 + PostgreSQLParserRULE_vac_analyze_option_list = 430 + PostgreSQLParserRULE_analyze_keyword = 431 + PostgreSQLParserRULE_vac_analyze_option_elem = 432 + PostgreSQLParserRULE_vac_analyze_option_name = 433 + PostgreSQLParserRULE_vac_analyze_option_arg = 434 + PostgreSQLParserRULE_opt_analyze = 435 + PostgreSQLParserRULE_opt_verbose = 436 + PostgreSQLParserRULE_opt_full = 437 + PostgreSQLParserRULE_opt_freeze = 438 + PostgreSQLParserRULE_opt_name_list = 439 + PostgreSQLParserRULE_vacuum_relation = 440 + PostgreSQLParserRULE_vacuum_relation_list = 441 + PostgreSQLParserRULE_opt_vacuum_relation_list = 442 + PostgreSQLParserRULE_explainstmt = 443 + PostgreSQLParserRULE_explainablestmt = 444 + PostgreSQLParserRULE_explain_option_list = 445 + PostgreSQLParserRULE_explain_option_elem = 446 + PostgreSQLParserRULE_explain_option_name = 447 + PostgreSQLParserRULE_explain_option_arg = 448 + PostgreSQLParserRULE_preparestmt = 449 + PostgreSQLParserRULE_prep_type_clause = 450 + PostgreSQLParserRULE_preparablestmt = 451 + PostgreSQLParserRULE_executestmt = 452 + PostgreSQLParserRULE_execute_param_clause = 453 + PostgreSQLParserRULE_deallocatestmt = 454 + PostgreSQLParserRULE_insertstmt = 455 + PostgreSQLParserRULE_insert_target = 456 + PostgreSQLParserRULE_insert_rest = 457 + PostgreSQLParserRULE_override_kind = 458 + PostgreSQLParserRULE_insert_column_list = 459 + PostgreSQLParserRULE_insert_column_item = 460 + PostgreSQLParserRULE_opt_on_conflict = 461 + PostgreSQLParserRULE_opt_conf_expr = 462 + PostgreSQLParserRULE_returning_clause = 463 + PostgreSQLParserRULE_mergestmt = 464 + PostgreSQLParserRULE_merge_insert_clause = 465 + PostgreSQLParserRULE_merge_update_clause = 466 + PostgreSQLParserRULE_merge_delete_clause = 467 + PostgreSQLParserRULE_deletestmt = 468 + PostgreSQLParserRULE_using_clause = 469 + PostgreSQLParserRULE_lockstmt = 470 + PostgreSQLParserRULE_opt_lock = 471 + PostgreSQLParserRULE_lock_type = 472 + PostgreSQLParserRULE_opt_nowait = 473 + PostgreSQLParserRULE_opt_nowait_or_skip = 474 + PostgreSQLParserRULE_updatestmt = 475 + PostgreSQLParserRULE_set_clause_list = 476 + PostgreSQLParserRULE_set_clause = 477 + PostgreSQLParserRULE_set_target = 478 + PostgreSQLParserRULE_set_target_list = 479 + PostgreSQLParserRULE_declarecursorstmt = 480 + PostgreSQLParserRULE_cursor_name = 481 + PostgreSQLParserRULE_cursor_options = 482 + PostgreSQLParserRULE_opt_hold = 483 + PostgreSQLParserRULE_selectstmt = 484 + PostgreSQLParserRULE_select_with_parens = 485 + PostgreSQLParserRULE_select_no_parens = 486 + PostgreSQLParserRULE_select_clause = 487 + PostgreSQLParserRULE_simple_select_intersect = 488 + PostgreSQLParserRULE_simple_select_pramary = 489 + PostgreSQLParserRULE_with_clause = 490 + PostgreSQLParserRULE_cte_list = 491 + PostgreSQLParserRULE_common_table_expr = 492 + PostgreSQLParserRULE_opt_materialized = 493 + PostgreSQLParserRULE_opt_with_clause = 494 + PostgreSQLParserRULE_into_clause = 495 + PostgreSQLParserRULE_opt_strict = 496 + PostgreSQLParserRULE_opttempTableName = 497 + PostgreSQLParserRULE_opt_table = 498 + PostgreSQLParserRULE_all_or_distinct = 499 + PostgreSQLParserRULE_distinct_clause = 500 + PostgreSQLParserRULE_opt_all_clause = 501 + PostgreSQLParserRULE_opt_sort_clause = 502 + PostgreSQLParserRULE_sort_clause = 503 + PostgreSQLParserRULE_sortby_list = 504 + PostgreSQLParserRULE_sortby = 505 + PostgreSQLParserRULE_select_limit = 506 + PostgreSQLParserRULE_opt_select_limit = 507 + PostgreSQLParserRULE_limit_clause = 508 + PostgreSQLParserRULE_offset_clause = 509 + PostgreSQLParserRULE_select_limit_value = 510 + PostgreSQLParserRULE_select_offset_value = 511 + PostgreSQLParserRULE_select_fetch_first_value = 512 + PostgreSQLParserRULE_i_or_f_const = 513 + PostgreSQLParserRULE_row_or_rows = 514 + PostgreSQLParserRULE_first_or_next = 515 + PostgreSQLParserRULE_group_clause = 516 + PostgreSQLParserRULE_group_by_list = 517 + PostgreSQLParserRULE_group_by_item = 518 + PostgreSQLParserRULE_empty_grouping_set = 519 + PostgreSQLParserRULE_rollup_clause = 520 + PostgreSQLParserRULE_cube_clause = 521 + PostgreSQLParserRULE_grouping_sets_clause = 522 + PostgreSQLParserRULE_having_clause = 523 + PostgreSQLParserRULE_for_locking_clause = 524 + PostgreSQLParserRULE_opt_for_locking_clause = 525 + PostgreSQLParserRULE_for_locking_items = 526 + PostgreSQLParserRULE_for_locking_item = 527 + PostgreSQLParserRULE_for_locking_strength = 528 + PostgreSQLParserRULE_locked_rels_list = 529 + PostgreSQLParserRULE_values_clause = 530 + PostgreSQLParserRULE_from_clause = 531 + PostgreSQLParserRULE_from_list = 532 + PostgreSQLParserRULE_table_ref = 533 + PostgreSQLParserRULE_joined_table = 534 + PostgreSQLParserRULE_alias_clause = 535 + PostgreSQLParserRULE_opt_alias_clause = 536 + PostgreSQLParserRULE_table_alias_clause = 537 + PostgreSQLParserRULE_func_alias_clause = 538 + PostgreSQLParserRULE_join_type = 539 + PostgreSQLParserRULE_join_qual = 540 + PostgreSQLParserRULE_relation_expr = 541 + PostgreSQLParserRULE_relation_expr_list = 542 + PostgreSQLParserRULE_relation_expr_opt_alias = 543 + PostgreSQLParserRULE_tablesample_clause = 544 + PostgreSQLParserRULE_opt_repeatable_clause = 545 + PostgreSQLParserRULE_func_table = 546 + PostgreSQLParserRULE_rowsfrom_item = 547 + PostgreSQLParserRULE_rowsfrom_list = 548 + PostgreSQLParserRULE_opt_col_def_list = 549 + PostgreSQLParserRULE_opt_ordinality = 550 + PostgreSQLParserRULE_where_clause = 551 + PostgreSQLParserRULE_where_or_current_clause = 552 + PostgreSQLParserRULE_opttablefuncelementlist = 553 + PostgreSQLParserRULE_tablefuncelementlist = 554 + PostgreSQLParserRULE_tablefuncelement = 555 + PostgreSQLParserRULE_xmltable = 556 + PostgreSQLParserRULE_xmltable_column_list = 557 + PostgreSQLParserRULE_xmltable_column_el = 558 + PostgreSQLParserRULE_xmltable_column_option_list = 559 + PostgreSQLParserRULE_xmltable_column_option_el = 560 + PostgreSQLParserRULE_xml_namespace_list = 561 + PostgreSQLParserRULE_xml_namespace_el = 562 + PostgreSQLParserRULE_typename = 563 + PostgreSQLParserRULE_opt_array_bounds = 564 + PostgreSQLParserRULE_simpletypename = 565 + PostgreSQLParserRULE_consttypename = 566 + PostgreSQLParserRULE_generictype = 567 + PostgreSQLParserRULE_opt_type_modifiers = 568 + PostgreSQLParserRULE_numeric = 569 + PostgreSQLParserRULE_opt_float = 570 + PostgreSQLParserRULE_bit = 571 + PostgreSQLParserRULE_constbit = 572 + PostgreSQLParserRULE_bitwithlength = 573 + PostgreSQLParserRULE_bitwithoutlength = 574 + PostgreSQLParserRULE_character = 575 + PostgreSQLParserRULE_constcharacter = 576 + PostgreSQLParserRULE_character_c = 577 + PostgreSQLParserRULE_opt_varying = 578 + PostgreSQLParserRULE_constdatetime = 579 + PostgreSQLParserRULE_constinterval = 580 + PostgreSQLParserRULE_opt_timezone = 581 + PostgreSQLParserRULE_opt_interval = 582 + PostgreSQLParserRULE_interval_second = 583 + PostgreSQLParserRULE_opt_escape = 584 + PostgreSQLParserRULE_a_expr = 585 + PostgreSQLParserRULE_a_expr_qual = 586 + PostgreSQLParserRULE_a_expr_lessless = 587 + PostgreSQLParserRULE_a_expr_or = 588 + PostgreSQLParserRULE_a_expr_and = 589 + PostgreSQLParserRULE_a_expr_between = 590 + PostgreSQLParserRULE_a_expr_in = 591 + PostgreSQLParserRULE_a_expr_unary_not = 592 + PostgreSQLParserRULE_a_expr_isnull = 593 + PostgreSQLParserRULE_a_expr_is_not = 594 + PostgreSQLParserRULE_a_expr_compare = 595 + PostgreSQLParserRULE_a_expr_like = 596 + PostgreSQLParserRULE_a_expr_qual_op = 597 + PostgreSQLParserRULE_a_expr_unary_qualop = 598 + PostgreSQLParserRULE_a_expr_add = 599 + PostgreSQLParserRULE_a_expr_mul = 600 + PostgreSQLParserRULE_a_expr_caret = 601 + PostgreSQLParserRULE_a_expr_unary_sign = 602 + PostgreSQLParserRULE_a_expr_at_time_zone = 603 + PostgreSQLParserRULE_a_expr_collate = 604 + PostgreSQLParserRULE_a_expr_typecast = 605 + PostgreSQLParserRULE_b_expr = 606 + PostgreSQLParserRULE_c_expr = 607 + PostgreSQLParserRULE_plsqlvariablename = 608 + PostgreSQLParserRULE_func_application = 609 + PostgreSQLParserRULE_func_expr = 610 + PostgreSQLParserRULE_func_expr_windowless = 611 + PostgreSQLParserRULE_func_expr_common_subexpr = 612 + PostgreSQLParserRULE_xml_root_version = 613 + PostgreSQLParserRULE_opt_xml_root_standalone = 614 + PostgreSQLParserRULE_xml_attributes = 615 + PostgreSQLParserRULE_xml_attribute_list = 616 + PostgreSQLParserRULE_xml_attribute_el = 617 + PostgreSQLParserRULE_document_or_content = 618 + PostgreSQLParserRULE_xml_whitespace_option = 619 + PostgreSQLParserRULE_xmlexists_argument = 620 + PostgreSQLParserRULE_xml_passing_mech = 621 + PostgreSQLParserRULE_within_group_clause = 622 + PostgreSQLParserRULE_filter_clause = 623 + PostgreSQLParserRULE_window_clause = 624 + PostgreSQLParserRULE_window_definition_list = 625 + PostgreSQLParserRULE_window_definition = 626 + PostgreSQLParserRULE_over_clause = 627 + PostgreSQLParserRULE_window_specification = 628 + PostgreSQLParserRULE_opt_existing_window_name = 629 + PostgreSQLParserRULE_opt_partition_clause = 630 + PostgreSQLParserRULE_opt_frame_clause = 631 + PostgreSQLParserRULE_frame_extent = 632 + PostgreSQLParserRULE_frame_bound = 633 + PostgreSQLParserRULE_opt_window_exclusion_clause = 634 + PostgreSQLParserRULE_row = 635 + PostgreSQLParserRULE_explicit_row = 636 + PostgreSQLParserRULE_implicit_row = 637 + PostgreSQLParserRULE_sub_type = 638 + PostgreSQLParserRULE_all_op = 639 + PostgreSQLParserRULE_mathop = 640 + PostgreSQLParserRULE_qual_op = 641 + PostgreSQLParserRULE_qual_all_op = 642 + PostgreSQLParserRULE_subquery_Op = 643 + PostgreSQLParserRULE_expr_list = 644 + PostgreSQLParserRULE_func_arg_list = 645 + PostgreSQLParserRULE_func_arg_expr = 646 + PostgreSQLParserRULE_type_list = 647 + PostgreSQLParserRULE_array_expr = 648 + PostgreSQLParserRULE_array_expr_list = 649 + PostgreSQLParserRULE_extract_list = 650 + PostgreSQLParserRULE_extract_arg = 651 + PostgreSQLParserRULE_unicode_normal_form = 652 + PostgreSQLParserRULE_overlay_list = 653 + PostgreSQLParserRULE_position_list = 654 + PostgreSQLParserRULE_substr_list = 655 + PostgreSQLParserRULE_trim_list = 656 + PostgreSQLParserRULE_in_expr = 657 + PostgreSQLParserRULE_case_expr = 658 + PostgreSQLParserRULE_when_clause_list = 659 + PostgreSQLParserRULE_when_clause = 660 + PostgreSQLParserRULE_case_default = 661 + PostgreSQLParserRULE_case_arg = 662 + PostgreSQLParserRULE_columnref = 663 + PostgreSQLParserRULE_indirection_el = 664 + PostgreSQLParserRULE_opt_slice_bound = 665 + PostgreSQLParserRULE_indirection = 666 + PostgreSQLParserRULE_opt_indirection = 667 + PostgreSQLParserRULE_opt_target_list = 668 + PostgreSQLParserRULE_target_list = 669 + PostgreSQLParserRULE_target_el = 670 + PostgreSQLParserRULE_target_alias = 671 + PostgreSQLParserRULE_qualified_name_list = 672 + PostgreSQLParserRULE_qualified_name = 673 + PostgreSQLParserRULE_name_list = 674 + PostgreSQLParserRULE_name = 675 + PostgreSQLParserRULE_attr_name = 676 + PostgreSQLParserRULE_file_name = 677 + PostgreSQLParserRULE_func_name = 678 + PostgreSQLParserRULE_aexprconst = 679 + PostgreSQLParserRULE_xconst = 680 + PostgreSQLParserRULE_bconst = 681 + PostgreSQLParserRULE_fconst = 682 + PostgreSQLParserRULE_iconst = 683 + PostgreSQLParserRULE_sconst = 684 + PostgreSQLParserRULE_anysconst = 685 + PostgreSQLParserRULE_opt_uescape = 686 + PostgreSQLParserRULE_signediconst = 687 + PostgreSQLParserRULE_roleid = 688 + PostgreSQLParserRULE_rolespec = 689 + PostgreSQLParserRULE_role_list = 690 + PostgreSQLParserRULE_colid = 691 + PostgreSQLParserRULE_table_alias = 692 + PostgreSQLParserRULE_type_function_name = 693 + PostgreSQLParserRULE_nonreservedword = 694 + PostgreSQLParserRULE_collabel = 695 + PostgreSQLParserRULE_identifier = 696 + PostgreSQLParserRULE_plsqlidentifier = 697 + PostgreSQLParserRULE_unreserved_keyword = 698 + PostgreSQLParserRULE_col_name_keyword = 699 + PostgreSQLParserRULE_type_func_name_keyword = 700 + PostgreSQLParserRULE_reserved_keyword = 701 + PostgreSQLParserRULE_builtin_function_name = 702 + PostgreSQLParserRULE_pl_function = 703 + PostgreSQLParserRULE_comp_options = 704 + PostgreSQLParserRULE_comp_option = 705 + PostgreSQLParserRULE_sharp = 706 + PostgreSQLParserRULE_option_value = 707 + PostgreSQLParserRULE_opt_semi = 708 + PostgreSQLParserRULE_pl_block = 709 + PostgreSQLParserRULE_decl_sect = 710 + PostgreSQLParserRULE_decl_start = 711 + PostgreSQLParserRULE_decl_stmts = 712 + PostgreSQLParserRULE_label_decl = 713 + PostgreSQLParserRULE_decl_stmt = 714 + PostgreSQLParserRULE_decl_statement = 715 + PostgreSQLParserRULE_opt_scrollable = 716 + PostgreSQLParserRULE_decl_cursor_query = 717 + PostgreSQLParserRULE_decl_cursor_args = 718 + PostgreSQLParserRULE_decl_cursor_arglist = 719 + PostgreSQLParserRULE_decl_cursor_arg = 720 + PostgreSQLParserRULE_decl_is_for = 721 + PostgreSQLParserRULE_decl_aliasitem = 722 + PostgreSQLParserRULE_decl_varname = 723 + PostgreSQLParserRULE_decl_const = 724 + PostgreSQLParserRULE_decl_datatype = 725 + PostgreSQLParserRULE_decl_collate = 726 + PostgreSQLParserRULE_decl_notnull = 727 + PostgreSQLParserRULE_decl_defval = 728 + PostgreSQLParserRULE_decl_defkey = 729 + PostgreSQLParserRULE_assign_operator = 730 + PostgreSQLParserRULE_proc_sect = 731 + PostgreSQLParserRULE_proc_stmt = 732 + PostgreSQLParserRULE_stmt_perform = 733 + PostgreSQLParserRULE_stmt_call = 734 + PostgreSQLParserRULE_opt_expr_list = 735 + PostgreSQLParserRULE_stmt_assign = 736 + PostgreSQLParserRULE_stmt_getdiag = 737 + PostgreSQLParserRULE_getdiag_area_opt = 738 + PostgreSQLParserRULE_getdiag_list = 739 + PostgreSQLParserRULE_getdiag_list_item = 740 + PostgreSQLParserRULE_getdiag_item = 741 + PostgreSQLParserRULE_getdiag_target = 742 + PostgreSQLParserRULE_assign_var = 743 + PostgreSQLParserRULE_stmt_if = 744 + PostgreSQLParserRULE_stmt_elsifs = 745 + PostgreSQLParserRULE_stmt_else = 746 + PostgreSQLParserRULE_stmt_case = 747 + PostgreSQLParserRULE_opt_expr_until_when = 748 + PostgreSQLParserRULE_case_when_list = 749 + PostgreSQLParserRULE_case_when = 750 + PostgreSQLParserRULE_opt_case_else = 751 + PostgreSQLParserRULE_stmt_loop = 752 + PostgreSQLParserRULE_stmt_while = 753 + PostgreSQLParserRULE_stmt_for = 754 + PostgreSQLParserRULE_for_control = 755 + PostgreSQLParserRULE_opt_for_using_expression = 756 + PostgreSQLParserRULE_opt_cursor_parameters = 757 + PostgreSQLParserRULE_opt_reverse = 758 + PostgreSQLParserRULE_opt_by_expression = 759 + PostgreSQLParserRULE_for_variable = 760 + PostgreSQLParserRULE_stmt_foreach_a = 761 + PostgreSQLParserRULE_foreach_slice = 762 + PostgreSQLParserRULE_stmt_exit = 763 + PostgreSQLParserRULE_exit_type = 764 + PostgreSQLParserRULE_stmt_return = 765 + PostgreSQLParserRULE_opt_return_result = 766 + PostgreSQLParserRULE_stmt_raise = 767 + PostgreSQLParserRULE_opt_stmt_raise_level = 768 + PostgreSQLParserRULE_opt_raise_list = 769 + PostgreSQLParserRULE_opt_raise_using = 770 + PostgreSQLParserRULE_opt_raise_using_elem = 771 + PostgreSQLParserRULE_opt_raise_using_elem_list = 772 + PostgreSQLParserRULE_stmt_assert = 773 + PostgreSQLParserRULE_opt_stmt_assert_message = 774 + PostgreSQLParserRULE_loop_body = 775 + PostgreSQLParserRULE_stmt_execsql = 776 + PostgreSQLParserRULE_stmt_dynexecute = 777 + PostgreSQLParserRULE_opt_execute_using = 778 + PostgreSQLParserRULE_opt_execute_using_list = 779 + PostgreSQLParserRULE_opt_execute_into = 780 + PostgreSQLParserRULE_stmt_open = 781 + PostgreSQLParserRULE_opt_open_bound_list_item = 782 + PostgreSQLParserRULE_opt_open_bound_list = 783 + PostgreSQLParserRULE_opt_open_using = 784 + PostgreSQLParserRULE_opt_scroll_option = 785 + PostgreSQLParserRULE_opt_scroll_option_no = 786 + PostgreSQLParserRULE_stmt_fetch = 787 + PostgreSQLParserRULE_into_target = 788 + PostgreSQLParserRULE_opt_cursor_from = 789 + PostgreSQLParserRULE_opt_fetch_direction = 790 + PostgreSQLParserRULE_stmt_move = 791 + PostgreSQLParserRULE_stmt_close = 792 + PostgreSQLParserRULE_stmt_null = 793 + PostgreSQLParserRULE_stmt_commit = 794 + PostgreSQLParserRULE_stmt_rollback = 795 + PostgreSQLParserRULE_plsql_opt_transaction_chain = 796 + PostgreSQLParserRULE_stmt_set = 797 + PostgreSQLParserRULE_cursor_variable = 798 + PostgreSQLParserRULE_exception_sect = 799 + PostgreSQLParserRULE_proc_exceptions = 800 + PostgreSQLParserRULE_proc_exception = 801 + PostgreSQLParserRULE_proc_conditions = 802 + PostgreSQLParserRULE_proc_condition = 803 + PostgreSQLParserRULE_opt_block_label = 804 + PostgreSQLParserRULE_opt_loop_label = 805 + PostgreSQLParserRULE_opt_label = 806 + PostgreSQLParserRULE_opt_exitcond = 807 + PostgreSQLParserRULE_any_identifier = 808 + PostgreSQLParserRULE_plsql_unreserved_keyword = 809 + PostgreSQLParserRULE_sql_expression = 810 + PostgreSQLParserRULE_expr_until_then = 811 + PostgreSQLParserRULE_expr_until_semi = 812 + PostgreSQLParserRULE_expr_until_rightbracket = 813 + PostgreSQLParserRULE_expr_until_loop = 814 + PostgreSQLParserRULE_make_execsql_stmt = 815 + PostgreSQLParserRULE_opt_returning_clause_into = 816 ) // IRootContext is an interface to support dynamic dispatch. @@ -8014,11 +7988,11 @@ func (p *PostgreSQLParser) Root() (localctx IRootContext) { p.EnterRule(localctx, 0, PostgreSQLParserRULE_root) p.EnterOuterAlt(localctx, 1) { - p.SetState(1636) + p.SetState(1634) p.Stmtblock() } { - p.SetState(1637) + p.SetState(1635) p.Match(PostgreSQLParserEOF) if p.HasError() { // Recognition error - abort rule @@ -8136,7 +8110,7 @@ func (p *PostgreSQLParser) Plsqlroot() (localctx IPlsqlrootContext) { p.EnterRule(localctx, 2, PostgreSQLParserRULE_plsqlroot) p.EnterOuterAlt(localctx, 1) { - p.SetState(1639) + p.SetState(1637) p.Pl_function() } @@ -8250,7 +8224,7 @@ func (p *PostgreSQLParser) Stmtblock() (localctx IStmtblockContext) { p.EnterRule(localctx, 4, PostgreSQLParserRULE_stmtblock) p.EnterOuterAlt(localctx, 1) { - p.SetState(1641) + p.SetState(1639) p.Stmtmulti() } @@ -8403,7 +8377,7 @@ func (p *PostgreSQLParser) Stmtmulti() (localctx IStmtmultiContext) { var _alt int p.EnterOuterAlt(localctx, 1) - p.SetState(1649) + p.SetState(1647) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -8415,10 +8389,10 @@ func (p *PostgreSQLParser) Stmtmulti() (localctx IStmtmultiContext) { for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(1643) + p.SetState(1641) p.Stmt() } - p.SetState(1645) + p.SetState(1643) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -8427,7 +8401,7 @@ func (p *PostgreSQLParser) Stmtmulti() (localctx IStmtmultiContext) { if _la == PostgreSQLParserSEMI { { - p.SetState(1644) + p.SetState(1642) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -8438,7 +8412,7 @@ func (p *PostgreSQLParser) Stmtmulti() (localctx IStmtmultiContext) { } } - p.SetState(1651) + p.SetState(1649) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -10665,7 +10639,7 @@ func (s *StmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Stmt() (localctx IStmtContext) { localctx = NewStmtContext(p, p.GetParserRuleContext(), p.GetState()) p.EnterRule(localctx, 8, PostgreSQLParserRULE_stmt) - p.SetState(1777) + p.SetState(1775) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -10675,875 +10649,875 @@ func (p *PostgreSQLParser) Stmt() (localctx IStmtContext) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(1652) + p.SetState(1650) p.Altereventtrigstmt() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(1653) + p.SetState(1651) p.Altercollationstmt() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(1654) + p.SetState(1652) p.Alterdatabasestmt() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(1655) + p.SetState(1653) p.Alterdatabasesetstmt() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(1656) + p.SetState(1654) p.Alterdefaultprivilegesstmt() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(1657) + p.SetState(1655) p.Alterdomainstmt() } case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(1658) + p.SetState(1656) p.Alterenumstmt() } case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(1659) + p.SetState(1657) p.Alterextensionstmt() } case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(1660) + p.SetState(1658) p.Alterextensioncontentsstmt() } case 10: p.EnterOuterAlt(localctx, 10) { - p.SetState(1661) + p.SetState(1659) p.Alterfdwstmt() } case 11: p.EnterOuterAlt(localctx, 11) { - p.SetState(1662) + p.SetState(1660) p.Alterforeignserverstmt() } case 12: p.EnterOuterAlt(localctx, 12) { - p.SetState(1663) + p.SetState(1661) p.Alterfunctionstmt() } case 13: p.EnterOuterAlt(localctx, 13) { - p.SetState(1664) + p.SetState(1662) p.Altergroupstmt() } case 14: p.EnterOuterAlt(localctx, 14) { - p.SetState(1665) + p.SetState(1663) p.Alterobjectdependsstmt() } case 15: p.EnterOuterAlt(localctx, 15) { - p.SetState(1666) + p.SetState(1664) p.Alterobjectschemastmt() } case 16: p.EnterOuterAlt(localctx, 16) { - p.SetState(1667) + p.SetState(1665) p.Alterownerstmt() } case 17: p.EnterOuterAlt(localctx, 17) { - p.SetState(1668) + p.SetState(1666) p.Alteroperatorstmt() } case 18: p.EnterOuterAlt(localctx, 18) { - p.SetState(1669) + p.SetState(1667) p.Altertypestmt() } case 19: p.EnterOuterAlt(localctx, 19) { - p.SetState(1670) + p.SetState(1668) p.Alterpolicystmt() } case 20: p.EnterOuterAlt(localctx, 20) { - p.SetState(1671) + p.SetState(1669) p.Alterseqstmt() } case 21: p.EnterOuterAlt(localctx, 21) { - p.SetState(1672) + p.SetState(1670) p.Altersystemstmt() } case 22: p.EnterOuterAlt(localctx, 22) { - p.SetState(1673) + p.SetState(1671) p.Altertablestmt() } case 23: p.EnterOuterAlt(localctx, 23) { - p.SetState(1674) + p.SetState(1672) p.Altertblspcstmt() } case 24: p.EnterOuterAlt(localctx, 24) { - p.SetState(1675) + p.SetState(1673) p.Altercompositetypestmt() } case 25: p.EnterOuterAlt(localctx, 25) { - p.SetState(1676) + p.SetState(1674) p.Alterpublicationstmt() } case 26: p.EnterOuterAlt(localctx, 26) { - p.SetState(1677) + p.SetState(1675) p.Alterrolesetstmt() } case 27: p.EnterOuterAlt(localctx, 27) { - p.SetState(1678) + p.SetState(1676) p.Alterrolestmt() } case 28: p.EnterOuterAlt(localctx, 28) { - p.SetState(1679) + p.SetState(1677) p.Altersubscriptionstmt() } case 29: p.EnterOuterAlt(localctx, 29) { - p.SetState(1680) + p.SetState(1678) p.Alterstatsstmt() } case 30: p.EnterOuterAlt(localctx, 30) { - p.SetState(1681) + p.SetState(1679) p.Altertsconfigurationstmt() } case 31: p.EnterOuterAlt(localctx, 31) { - p.SetState(1682) + p.SetState(1680) p.Altertsdictionarystmt() } case 32: p.EnterOuterAlt(localctx, 32) { - p.SetState(1683) + p.SetState(1681) p.Alterusermappingstmt() } case 33: p.EnterOuterAlt(localctx, 33) { - p.SetState(1684) + p.SetState(1682) p.Analyzestmt() } case 34: p.EnterOuterAlt(localctx, 34) { - p.SetState(1685) + p.SetState(1683) p.Callstmt() } case 35: p.EnterOuterAlt(localctx, 35) { - p.SetState(1686) + p.SetState(1684) p.Checkpointstmt() } case 36: p.EnterOuterAlt(localctx, 36) { - p.SetState(1687) + p.SetState(1685) p.Closeportalstmt() } case 37: p.EnterOuterAlt(localctx, 37) { - p.SetState(1688) + p.SetState(1686) p.Clusterstmt() } case 38: p.EnterOuterAlt(localctx, 38) { - p.SetState(1689) + p.SetState(1687) p.Commentstmt() } case 39: p.EnterOuterAlt(localctx, 39) { - p.SetState(1690) + p.SetState(1688) p.Constraintssetstmt() } case 40: p.EnterOuterAlt(localctx, 40) { - p.SetState(1691) + p.SetState(1689) p.Copystmt() } case 41: p.EnterOuterAlt(localctx, 41) { - p.SetState(1692) + p.SetState(1690) p.Createamstmt() } case 42: p.EnterOuterAlt(localctx, 42) { - p.SetState(1693) + p.SetState(1691) p.Createasstmt() } case 43: p.EnterOuterAlt(localctx, 43) { - p.SetState(1694) + p.SetState(1692) p.Createassertionstmt() } case 44: p.EnterOuterAlt(localctx, 44) { - p.SetState(1695) + p.SetState(1693) p.Createcaststmt() } case 45: p.EnterOuterAlt(localctx, 45) { - p.SetState(1696) + p.SetState(1694) p.Createconversionstmt() } case 46: p.EnterOuterAlt(localctx, 46) { - p.SetState(1697) + p.SetState(1695) p.Createdomainstmt() } case 47: p.EnterOuterAlt(localctx, 47) { - p.SetState(1698) + p.SetState(1696) p.Createextensionstmt() } case 48: p.EnterOuterAlt(localctx, 48) { - p.SetState(1699) + p.SetState(1697) p.Createfdwstmt() } case 49: p.EnterOuterAlt(localctx, 49) { - p.SetState(1700) + p.SetState(1698) p.Createforeignserverstmt() } case 50: p.EnterOuterAlt(localctx, 50) { - p.SetState(1701) + p.SetState(1699) p.Createforeigntablestmt() } case 51: p.EnterOuterAlt(localctx, 51) { - p.SetState(1702) + p.SetState(1700) p.Createfunctionstmt() } case 52: p.EnterOuterAlt(localctx, 52) { - p.SetState(1703) + p.SetState(1701) p.Creategroupstmt() } case 53: p.EnterOuterAlt(localctx, 53) { - p.SetState(1704) + p.SetState(1702) p.Creatematviewstmt() } case 54: p.EnterOuterAlt(localctx, 54) { - p.SetState(1705) + p.SetState(1703) p.Createopclassstmt() } case 55: p.EnterOuterAlt(localctx, 55) { - p.SetState(1706) + p.SetState(1704) p.Createopfamilystmt() } case 56: p.EnterOuterAlt(localctx, 56) { - p.SetState(1707) + p.SetState(1705) p.Createpublicationstmt() } case 57: p.EnterOuterAlt(localctx, 57) { - p.SetState(1708) + p.SetState(1706) p.Alteropfamilystmt() } case 58: p.EnterOuterAlt(localctx, 58) { - p.SetState(1709) + p.SetState(1707) p.Createpolicystmt() } case 59: p.EnterOuterAlt(localctx, 59) { - p.SetState(1710) + p.SetState(1708) p.Createplangstmt() } case 60: p.EnterOuterAlt(localctx, 60) { - p.SetState(1711) + p.SetState(1709) p.Createschemastmt() } case 61: p.EnterOuterAlt(localctx, 61) { - p.SetState(1712) + p.SetState(1710) p.Createseqstmt() } case 62: p.EnterOuterAlt(localctx, 62) { - p.SetState(1713) + p.SetState(1711) p.Createstmt() } case 63: p.EnterOuterAlt(localctx, 63) { - p.SetState(1714) + p.SetState(1712) p.Createsubscriptionstmt() } case 64: p.EnterOuterAlt(localctx, 64) { - p.SetState(1715) + p.SetState(1713) p.Createstatsstmt() } case 65: p.EnterOuterAlt(localctx, 65) { - p.SetState(1716) + p.SetState(1714) p.Createtablespacestmt() } case 66: p.EnterOuterAlt(localctx, 66) { - p.SetState(1717) + p.SetState(1715) p.Createtransformstmt() } case 67: p.EnterOuterAlt(localctx, 67) { - p.SetState(1718) + p.SetState(1716) p.Createtrigstmt() } case 68: p.EnterOuterAlt(localctx, 68) { - p.SetState(1719) + p.SetState(1717) p.Createeventtrigstmt() } case 69: p.EnterOuterAlt(localctx, 69) { - p.SetState(1720) + p.SetState(1718) p.Createrolestmt() } case 70: p.EnterOuterAlt(localctx, 70) { - p.SetState(1721) + p.SetState(1719) p.Createuserstmt() } case 71: p.EnterOuterAlt(localctx, 71) { - p.SetState(1722) + p.SetState(1720) p.Createusermappingstmt() } case 72: p.EnterOuterAlt(localctx, 72) { - p.SetState(1723) + p.SetState(1721) p.Createdbstmt() } case 73: p.EnterOuterAlt(localctx, 73) { - p.SetState(1724) + p.SetState(1722) p.Deallocatestmt() } case 74: p.EnterOuterAlt(localctx, 74) { - p.SetState(1725) + p.SetState(1723) p.Declarecursorstmt() } case 75: p.EnterOuterAlt(localctx, 75) { - p.SetState(1726) + p.SetState(1724) p.Definestmt() } case 76: p.EnterOuterAlt(localctx, 76) { - p.SetState(1727) + p.SetState(1725) p.Deletestmt() } case 77: p.EnterOuterAlt(localctx, 77) { - p.SetState(1728) + p.SetState(1726) p.Discardstmt() } case 78: p.EnterOuterAlt(localctx, 78) { - p.SetState(1729) + p.SetState(1727) p.Dostmt() } case 79: p.EnterOuterAlt(localctx, 79) { - p.SetState(1730) + p.SetState(1728) p.Dropcaststmt() } case 80: p.EnterOuterAlt(localctx, 80) { - p.SetState(1731) + p.SetState(1729) p.Dropopclassstmt() } case 81: p.EnterOuterAlt(localctx, 81) { - p.SetState(1732) + p.SetState(1730) p.Dropopfamilystmt() } case 82: p.EnterOuterAlt(localctx, 82) { - p.SetState(1733) + p.SetState(1731) p.Dropownedstmt() } case 83: p.EnterOuterAlt(localctx, 83) { - p.SetState(1734) + p.SetState(1732) p.Dropstmt() } case 84: p.EnterOuterAlt(localctx, 84) { - p.SetState(1735) + p.SetState(1733) p.Dropsubscriptionstmt() } case 85: p.EnterOuterAlt(localctx, 85) { - p.SetState(1736) + p.SetState(1734) p.Droptablespacestmt() } case 86: p.EnterOuterAlt(localctx, 86) { - p.SetState(1737) + p.SetState(1735) p.Droptransformstmt() } case 87: p.EnterOuterAlt(localctx, 87) { - p.SetState(1738) + p.SetState(1736) p.Droprolestmt() } case 88: p.EnterOuterAlt(localctx, 88) { - p.SetState(1739) + p.SetState(1737) p.Dropusermappingstmt() } case 89: p.EnterOuterAlt(localctx, 89) { - p.SetState(1740) + p.SetState(1738) p.Dropdbstmt() } case 90: p.EnterOuterAlt(localctx, 90) { - p.SetState(1741) + p.SetState(1739) p.Executestmt() } case 91: p.EnterOuterAlt(localctx, 91) { - p.SetState(1742) + p.SetState(1740) p.Explainstmt() } case 92: p.EnterOuterAlt(localctx, 92) { - p.SetState(1743) + p.SetState(1741) p.Fetchstmt() } case 93: p.EnterOuterAlt(localctx, 93) { - p.SetState(1744) + p.SetState(1742) p.Grantstmt() } case 94: p.EnterOuterAlt(localctx, 94) { - p.SetState(1745) + p.SetState(1743) p.Grantrolestmt() } case 95: p.EnterOuterAlt(localctx, 95) { - p.SetState(1746) + p.SetState(1744) p.Importforeignschemastmt() } case 96: p.EnterOuterAlt(localctx, 96) { - p.SetState(1747) + p.SetState(1745) p.Indexstmt() } case 97: p.EnterOuterAlt(localctx, 97) { - p.SetState(1748) + p.SetState(1746) p.Insertstmt() } case 98: p.EnterOuterAlt(localctx, 98) { - p.SetState(1749) + p.SetState(1747) p.Mergestmt() } case 99: p.EnterOuterAlt(localctx, 99) { - p.SetState(1750) + p.SetState(1748) p.Listenstmt() } case 100: p.EnterOuterAlt(localctx, 100) { - p.SetState(1751) + p.SetState(1749) p.Refreshmatviewstmt() } case 101: p.EnterOuterAlt(localctx, 101) { - p.SetState(1752) + p.SetState(1750) p.Loadstmt() } case 102: p.EnterOuterAlt(localctx, 102) { - p.SetState(1753) + p.SetState(1751) p.Lockstmt() } case 103: p.EnterOuterAlt(localctx, 103) { - p.SetState(1754) + p.SetState(1752) p.Notifystmt() } case 104: p.EnterOuterAlt(localctx, 104) { - p.SetState(1755) + p.SetState(1753) p.Preparestmt() } case 105: p.EnterOuterAlt(localctx, 105) { - p.SetState(1756) + p.SetState(1754) p.Reassignownedstmt() } case 106: p.EnterOuterAlt(localctx, 106) { - p.SetState(1757) + p.SetState(1755) p.Reindexstmt() } case 107: p.EnterOuterAlt(localctx, 107) { - p.SetState(1758) + p.SetState(1756) p.Removeaggrstmt() } case 108: p.EnterOuterAlt(localctx, 108) { - p.SetState(1759) + p.SetState(1757) p.Removefuncstmt() } case 109: p.EnterOuterAlt(localctx, 109) { - p.SetState(1760) + p.SetState(1758) p.Removeoperstmt() } case 110: p.EnterOuterAlt(localctx, 110) { - p.SetState(1761) + p.SetState(1759) p.Renamestmt() } case 111: p.EnterOuterAlt(localctx, 111) { - p.SetState(1762) + p.SetState(1760) p.Revokestmt() } case 112: p.EnterOuterAlt(localctx, 112) { - p.SetState(1763) + p.SetState(1761) p.Revokerolestmt() } case 113: p.EnterOuterAlt(localctx, 113) { - p.SetState(1764) + p.SetState(1762) p.Rulestmt() } case 114: p.EnterOuterAlt(localctx, 114) { - p.SetState(1765) + p.SetState(1763) p.Seclabelstmt() } case 115: p.EnterOuterAlt(localctx, 115) { - p.SetState(1766) + p.SetState(1764) p.Selectstmt() } case 116: p.EnterOuterAlt(localctx, 116) { - p.SetState(1767) + p.SetState(1765) p.Transactionstmt() } case 117: p.EnterOuterAlt(localctx, 117) { - p.SetState(1768) + p.SetState(1766) p.Truncatestmt() } case 118: p.EnterOuterAlt(localctx, 118) { - p.SetState(1769) + p.SetState(1767) p.Unlistenstmt() } case 119: p.EnterOuterAlt(localctx, 119) { - p.SetState(1770) + p.SetState(1768) p.Updatestmt() } case 120: p.EnterOuterAlt(localctx, 120) { - p.SetState(1771) + p.SetState(1769) p.Vacuumstmt() } case 121: p.EnterOuterAlt(localctx, 121) { - p.SetState(1772) + p.SetState(1770) p.Variableresetstmt() } case 122: p.EnterOuterAlt(localctx, 122) { - p.SetState(1773) + p.SetState(1771) p.Variablesetstmt() } case 123: p.EnterOuterAlt(localctx, 123) { - p.SetState(1774) + p.SetState(1772) p.Variableshowstmt() } case 124: p.EnterOuterAlt(localctx, 124) { - p.SetState(1775) + p.SetState(1773) p.Viewstmt() } case 125: p.EnterOuterAlt(localctx, 125) { - p.SetState(1776) + p.SetState(1774) p.Plsqlconsolecommand() } @@ -11656,14 +11630,14 @@ func (p *PostgreSQLParser) Plsqlconsolecommand() (localctx IPlsqlconsolecommandC p.EnterOuterAlt(localctx, 1) { - p.SetState(1779) + p.SetState(1777) p.Match(PostgreSQLParserMetaCommand) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(1781) + p.SetState(1779) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -11672,7 +11646,7 @@ func (p *PostgreSQLParser) Plsqlconsolecommand() (localctx IPlsqlconsolecommandC if _la == PostgreSQLParserEndMetaCommand { { - p.SetState(1780) + p.SetState(1778) p.Match(PostgreSQLParserEndMetaCommand) if p.HasError() { // Recognition error - abort rule @@ -11797,7 +11771,7 @@ func (p *PostgreSQLParser) Callstmt() (localctx ICallstmtContext) { p.EnterRule(localctx, 12, PostgreSQLParserRULE_callstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(1783) + p.SetState(1781) p.Match(PostgreSQLParserCALL) if p.HasError() { // Recognition error - abort rule @@ -11805,7 +11779,7 @@ func (p *PostgreSQLParser) Callstmt() (localctx ICallstmtContext) { } } { - p.SetState(1784) + p.SetState(1782) p.Func_application() } @@ -11963,7 +11937,7 @@ func (p *PostgreSQLParser) Createrolestmt() (localctx ICreaterolestmtContext) { p.EnterRule(localctx, 14, PostgreSQLParserRULE_createrolestmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(1786) + p.SetState(1784) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -11971,7 +11945,7 @@ func (p *PostgreSQLParser) Createrolestmt() (localctx ICreaterolestmtContext) { } } { - p.SetState(1787) + p.SetState(1785) p.Match(PostgreSQLParserROLE) if p.HasError() { // Recognition error - abort rule @@ -11979,15 +11953,15 @@ func (p *PostgreSQLParser) Createrolestmt() (localctx ICreaterolestmtContext) { } } { - p.SetState(1788) + p.SetState(1786) p.Roleid() } - p.SetState(1790) + p.SetState(1788) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 4, p.GetParserRuleContext()) == 1 { { - p.SetState(1789) + p.SetState(1787) p.Opt_with() } @@ -11995,7 +11969,7 @@ func (p *PostgreSQLParser) Createrolestmt() (localctx ICreaterolestmtContext) { goto errorExit } { - p.SetState(1792) + p.SetState(1790) p.Optrolelist() } @@ -12097,7 +12071,7 @@ func (p *PostgreSQLParser) Opt_with() (localctx IOpt_withContext) { p.EnterRule(localctx, 16, PostgreSQLParserRULE_opt_with) p.EnterOuterAlt(localctx, 1) { - p.SetState(1794) + p.SetState(1792) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -12242,7 +12216,7 @@ func (p *PostgreSQLParser) Optrolelist() (localctx IOptrolelistContext) { var _alt int p.EnterOuterAlt(localctx, 1) - p.SetState(1799) + p.SetState(1797) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -12254,12 +12228,12 @@ func (p *PostgreSQLParser) Optrolelist() (localctx IOptrolelistContext) { for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(1796) + p.SetState(1794) p.Createoptroleelem() } } - p.SetState(1801) + p.SetState(1799) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -12407,7 +12381,7 @@ func (p *PostgreSQLParser) Alteroptrolelist() (localctx IAlteroptrolelistContext var _alt int p.EnterOuterAlt(localctx, 1) - p.SetState(1805) + p.SetState(1803) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -12419,12 +12393,12 @@ func (p *PostgreSQLParser) Alteroptrolelist() (localctx IAlteroptrolelistContext for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(1802) + p.SetState(1800) p.Alteroptroleelem() } } - p.SetState(1807) + p.SetState(1805) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -12646,7 +12620,7 @@ func (p *PostgreSQLParser) Alteroptroleelem() (localctx IAlteroptroleelemContext p.EnterRule(localctx, 22, PostgreSQLParserRULE_alteroptroleelem) var _la int - p.SetState(1826) + p.SetState(1824) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -12656,14 +12630,14 @@ func (p *PostgreSQLParser) Alteroptroleelem() (localctx IAlteroptroleelemContext case PostgreSQLParserPASSWORD: p.EnterOuterAlt(localctx, 1) { - p.SetState(1808) + p.SetState(1806) p.Match(PostgreSQLParserPASSWORD) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(1811) + p.SetState(1809) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -12672,13 +12646,13 @@ func (p *PostgreSQLParser) Alteroptroleelem() (localctx IAlteroptroleelemContext switch p.GetTokenStream().LA(1) { case PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserEscapeStringConstant: { - p.SetState(1809) + p.SetState(1807) p.Sconst() } case PostgreSQLParserNULL_P: { - p.SetState(1810) + p.SetState(1808) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule @@ -12694,7 +12668,7 @@ func (p *PostgreSQLParser) Alteroptroleelem() (localctx IAlteroptroleelemContext case PostgreSQLParserENCRYPTED, PostgreSQLParserUNENCRYPTED: p.EnterOuterAlt(localctx, 2) { - p.SetState(1813) + p.SetState(1811) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserENCRYPTED || _la == PostgreSQLParserUNENCRYPTED) { @@ -12705,7 +12679,7 @@ func (p *PostgreSQLParser) Alteroptroleelem() (localctx IAlteroptroleelemContext } } { - p.SetState(1814) + p.SetState(1812) p.Match(PostgreSQLParserPASSWORD) if p.HasError() { // Recognition error - abort rule @@ -12713,14 +12687,14 @@ func (p *PostgreSQLParser) Alteroptroleelem() (localctx IAlteroptroleelemContext } } { - p.SetState(1815) + p.SetState(1813) p.Sconst() } case PostgreSQLParserINHERIT: p.EnterOuterAlt(localctx, 3) { - p.SetState(1816) + p.SetState(1814) p.Match(PostgreSQLParserINHERIT) if p.HasError() { // Recognition error - abort rule @@ -12731,7 +12705,7 @@ func (p *PostgreSQLParser) Alteroptroleelem() (localctx IAlteroptroleelemContext case PostgreSQLParserCONNECTION: p.EnterOuterAlt(localctx, 4) { - p.SetState(1817) + p.SetState(1815) p.Match(PostgreSQLParserCONNECTION) if p.HasError() { // Recognition error - abort rule @@ -12739,7 +12713,7 @@ func (p *PostgreSQLParser) Alteroptroleelem() (localctx IAlteroptroleelemContext } } { - p.SetState(1818) + p.SetState(1816) p.Match(PostgreSQLParserLIMIT) if p.HasError() { // Recognition error - abort rule @@ -12747,14 +12721,14 @@ func (p *PostgreSQLParser) Alteroptroleelem() (localctx IAlteroptroleelemContext } } { - p.SetState(1819) + p.SetState(1817) p.Signediconst() } case PostgreSQLParserVALID: p.EnterOuterAlt(localctx, 5) { - p.SetState(1820) + p.SetState(1818) p.Match(PostgreSQLParserVALID) if p.HasError() { // Recognition error - abort rule @@ -12762,7 +12736,7 @@ func (p *PostgreSQLParser) Alteroptroleelem() (localctx IAlteroptroleelemContext } } { - p.SetState(1821) + p.SetState(1819) p.Match(PostgreSQLParserUNTIL) if p.HasError() { // Recognition error - abort rule @@ -12770,14 +12744,14 @@ func (p *PostgreSQLParser) Alteroptroleelem() (localctx IAlteroptroleelemContext } } { - p.SetState(1822) + p.SetState(1820) p.Sconst() } case PostgreSQLParserUSER: p.EnterOuterAlt(localctx, 6) { - p.SetState(1823) + p.SetState(1821) p.Match(PostgreSQLParserUSER) if p.HasError() { // Recognition error - abort rule @@ -12785,14 +12759,14 @@ func (p *PostgreSQLParser) Alteroptroleelem() (localctx IAlteroptroleelemContext } } { - p.SetState(1824) + p.SetState(1822) p.Role_list() } case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserIS, PostgreSQLParserOUTER_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserBACKWARD, PostgreSQLParserCHAIN, PostgreSQLParserCLOSE, PostgreSQLParserCOMMIT, PostgreSQLParserCONTINUE_P, PostgreSQLParserCURSOR, PostgreSQLParserFIRST_P, PostgreSQLParserFORWARD, PostgreSQLParserINSERT, PostgreSQLParserLAST_P, PostgreSQLParserMOVE, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserOPTION, PostgreSQLParserPRIOR, PostgreSQLParserRELATIVE_P, PostgreSQLParserRESET, PostgreSQLParserROLLBACK, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSET, PostgreSQLParserTYPE_P, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserROWTYPE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: p.EnterOuterAlt(localctx, 7) { - p.SetState(1825) + p.SetState(1823) p.Identifier() } @@ -12970,7 +12944,7 @@ func (p *PostgreSQLParser) Createoptroleelem() (localctx ICreateoptroleelemConte p.EnterRule(localctx, 24, PostgreSQLParserRULE_createoptroleelem) var _la int - p.SetState(1838) + p.SetState(1836) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -12980,14 +12954,14 @@ func (p *PostgreSQLParser) Createoptroleelem() (localctx ICreateoptroleelemConte case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserUSER, PostgreSQLParserIS, PostgreSQLParserOUTER_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserBACKWARD, PostgreSQLParserCHAIN, PostgreSQLParserCLOSE, PostgreSQLParserCOMMIT, PostgreSQLParserCONNECTION, PostgreSQLParserCONTINUE_P, PostgreSQLParserCURSOR, PostgreSQLParserENCRYPTED, PostgreSQLParserFIRST_P, PostgreSQLParserFORWARD, PostgreSQLParserINHERIT, PostgreSQLParserINSERT, PostgreSQLParserLAST_P, PostgreSQLParserMOVE, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserOPTION, PostgreSQLParserPASSWORD, PostgreSQLParserPRIOR, PostgreSQLParserRELATIVE_P, PostgreSQLParserRESET, PostgreSQLParserROLLBACK, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSET, PostgreSQLParserTYPE_P, PostgreSQLParserUNENCRYPTED, PostgreSQLParserVALID, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserROWTYPE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: p.EnterOuterAlt(localctx, 1) { - p.SetState(1828) + p.SetState(1826) p.Alteroptroleelem() } case PostgreSQLParserSYSID: p.EnterOuterAlt(localctx, 2) { - p.SetState(1829) + p.SetState(1827) p.Match(PostgreSQLParserSYSID) if p.HasError() { // Recognition error - abort rule @@ -12995,14 +12969,14 @@ func (p *PostgreSQLParser) Createoptroleelem() (localctx ICreateoptroleelemConte } } { - p.SetState(1830) + p.SetState(1828) p.Iconst() } case PostgreSQLParserADMIN: p.EnterOuterAlt(localctx, 3) { - p.SetState(1831) + p.SetState(1829) p.Match(PostgreSQLParserADMIN) if p.HasError() { // Recognition error - abort rule @@ -13010,14 +12984,14 @@ func (p *PostgreSQLParser) Createoptroleelem() (localctx ICreateoptroleelemConte } } { - p.SetState(1832) + p.SetState(1830) p.Role_list() } case PostgreSQLParserROLE: p.EnterOuterAlt(localctx, 4) { - p.SetState(1833) + p.SetState(1831) p.Match(PostgreSQLParserROLE) if p.HasError() { // Recognition error - abort rule @@ -13025,14 +12999,14 @@ func (p *PostgreSQLParser) Createoptroleelem() (localctx ICreateoptroleelemConte } } { - p.SetState(1834) + p.SetState(1832) p.Role_list() } case PostgreSQLParserIN_P: p.EnterOuterAlt(localctx, 5) { - p.SetState(1835) + p.SetState(1833) p.Match(PostgreSQLParserIN_P) if p.HasError() { // Recognition error - abort rule @@ -13040,7 +13014,7 @@ func (p *PostgreSQLParser) Createoptroleelem() (localctx ICreateoptroleelemConte } } { - p.SetState(1836) + p.SetState(1834) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserGROUP_P || _la == PostgreSQLParserROLE) { @@ -13051,7 +13025,7 @@ func (p *PostgreSQLParser) Createoptroleelem() (localctx ICreateoptroleelemConte } } { - p.SetState(1837) + p.SetState(1835) p.Role_list() } @@ -13214,7 +13188,7 @@ func (p *PostgreSQLParser) Createuserstmt() (localctx ICreateuserstmtContext) { p.EnterRule(localctx, 26, PostgreSQLParserRULE_createuserstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(1840) + p.SetState(1838) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -13222,7 +13196,7 @@ func (p *PostgreSQLParser) Createuserstmt() (localctx ICreateuserstmtContext) { } } { - p.SetState(1841) + p.SetState(1839) p.Match(PostgreSQLParserUSER) if p.HasError() { // Recognition error - abort rule @@ -13230,15 +13204,15 @@ func (p *PostgreSQLParser) Createuserstmt() (localctx ICreateuserstmtContext) { } } { - p.SetState(1842) + p.SetState(1840) p.Roleid() } - p.SetState(1844) + p.SetState(1842) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 10, p.GetParserRuleContext()) == 1 { { - p.SetState(1843) + p.SetState(1841) p.Opt_with() } @@ -13246,7 +13220,7 @@ func (p *PostgreSQLParser) Createuserstmt() (localctx ICreateuserstmtContext) { goto errorExit } { - p.SetState(1846) + p.SetState(1844) p.Optrolelist() } @@ -13411,7 +13385,7 @@ func (p *PostgreSQLParser) Alterrolestmt() (localctx IAlterrolestmtContext) { p.EnterOuterAlt(localctx, 1) { - p.SetState(1848) + p.SetState(1846) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -13419,7 +13393,7 @@ func (p *PostgreSQLParser) Alterrolestmt() (localctx IAlterrolestmtContext) { } } { - p.SetState(1849) + p.SetState(1847) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserUSER || _la == PostgreSQLParserROLE) { @@ -13430,15 +13404,15 @@ func (p *PostgreSQLParser) Alterrolestmt() (localctx IAlterrolestmtContext) { } } { - p.SetState(1850) + p.SetState(1848) p.Rolespec() } - p.SetState(1852) + p.SetState(1850) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 11, p.GetParserRuleContext()) == 1 { { - p.SetState(1851) + p.SetState(1849) p.Opt_with() } @@ -13446,7 +13420,7 @@ func (p *PostgreSQLParser) Alterrolestmt() (localctx IAlterrolestmtContext) { goto errorExit } { - p.SetState(1854) + p.SetState(1852) p.Alteroptrolelist() } @@ -13570,7 +13544,7 @@ func (p *PostgreSQLParser) Opt_in_database() (localctx IOpt_in_databaseContext) p.EnterRule(localctx, 30, PostgreSQLParserRULE_opt_in_database) p.EnterOuterAlt(localctx, 1) { - p.SetState(1856) + p.SetState(1854) p.Match(PostgreSQLParserIN_P) if p.HasError() { // Recognition error - abort rule @@ -13578,7 +13552,7 @@ func (p *PostgreSQLParser) Opt_in_database() (localctx IOpt_in_databaseContext) } } { - p.SetState(1857) + p.SetState(1855) p.Match(PostgreSQLParserDATABASE) if p.HasError() { // Recognition error - abort rule @@ -13586,7 +13560,7 @@ func (p *PostgreSQLParser) Opt_in_database() (localctx IOpt_in_databaseContext) } } { - p.SetState(1858) + p.SetState(1856) p.Name() } @@ -13756,7 +13730,7 @@ func (p *PostgreSQLParser) Alterrolesetstmt() (localctx IAlterrolesetstmtContext p.EnterOuterAlt(localctx, 1) { - p.SetState(1860) + p.SetState(1858) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -13764,7 +13738,7 @@ func (p *PostgreSQLParser) Alterrolesetstmt() (localctx IAlterrolesetstmtContext } } { - p.SetState(1861) + p.SetState(1859) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserUSER || _la == PostgreSQLParserROLE) { @@ -13774,7 +13748,7 @@ func (p *PostgreSQLParser) Alterrolesetstmt() (localctx IAlterrolesetstmtContext p.Consume() } } - p.SetState(1863) + p.SetState(1861) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -13783,7 +13757,7 @@ func (p *PostgreSQLParser) Alterrolesetstmt() (localctx IAlterrolesetstmtContext if _la == PostgreSQLParserALL { { - p.SetState(1862) + p.SetState(1860) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -13793,10 +13767,10 @@ func (p *PostgreSQLParser) Alterrolesetstmt() (localctx IAlterrolesetstmtContext } { - p.SetState(1865) + p.SetState(1863) p.Rolespec() } - p.SetState(1867) + p.SetState(1865) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -13805,13 +13779,13 @@ func (p *PostgreSQLParser) Alterrolesetstmt() (localctx IAlterrolesetstmtContext if _la == PostgreSQLParserIN_P { { - p.SetState(1866) + p.SetState(1864) p.Opt_in_database() } } { - p.SetState(1869) + p.SetState(1867) p.Setresetclause() } @@ -13957,7 +13931,7 @@ func (p *PostgreSQLParser) Droprolestmt() (localctx IDroprolestmtContext) { p.EnterOuterAlt(localctx, 1) { - p.SetState(1871) + p.SetState(1869) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -13965,7 +13939,7 @@ func (p *PostgreSQLParser) Droprolestmt() (localctx IDroprolestmtContext) { } } { - p.SetState(1872) + p.SetState(1870) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserGROUP_P || _la == PostgreSQLParserUSER || _la == PostgreSQLParserROLE) { @@ -13975,12 +13949,12 @@ func (p *PostgreSQLParser) Droprolestmt() (localctx IDroprolestmtContext) { p.Consume() } } - p.SetState(1875) + p.SetState(1873) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 14, p.GetParserRuleContext()) == 1 { { - p.SetState(1873) + p.SetState(1871) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -13988,7 +13962,7 @@ func (p *PostgreSQLParser) Droprolestmt() (localctx IDroprolestmtContext) { } } { - p.SetState(1874) + p.SetState(1872) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -14000,7 +13974,7 @@ func (p *PostgreSQLParser) Droprolestmt() (localctx IDroprolestmtContext) { goto errorExit } { - p.SetState(1877) + p.SetState(1875) p.Role_list() } @@ -14158,7 +14132,7 @@ func (p *PostgreSQLParser) Creategroupstmt() (localctx ICreategroupstmtContext) p.EnterRule(localctx, 36, PostgreSQLParserRULE_creategroupstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(1879) + p.SetState(1877) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -14166,7 +14140,7 @@ func (p *PostgreSQLParser) Creategroupstmt() (localctx ICreategroupstmtContext) } } { - p.SetState(1880) + p.SetState(1878) p.Match(PostgreSQLParserGROUP_P) if p.HasError() { // Recognition error - abort rule @@ -14174,15 +14148,15 @@ func (p *PostgreSQLParser) Creategroupstmt() (localctx ICreategroupstmtContext) } } { - p.SetState(1881) + p.SetState(1879) p.Roleid() } - p.SetState(1883) + p.SetState(1881) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 15, p.GetParserRuleContext()) == 1 { { - p.SetState(1882) + p.SetState(1880) p.Opt_with() } @@ -14190,7 +14164,7 @@ func (p *PostgreSQLParser) Creategroupstmt() (localctx ICreategroupstmtContext) goto errorExit } { - p.SetState(1885) + p.SetState(1883) p.Optrolelist() } @@ -14353,7 +14327,7 @@ func (p *PostgreSQLParser) Altergroupstmt() (localctx IAltergroupstmtContext) { p.EnterRule(localctx, 38, PostgreSQLParserRULE_altergroupstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(1887) + p.SetState(1885) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -14361,7 +14335,7 @@ func (p *PostgreSQLParser) Altergroupstmt() (localctx IAltergroupstmtContext) { } } { - p.SetState(1888) + p.SetState(1886) p.Match(PostgreSQLParserGROUP_P) if p.HasError() { // Recognition error - abort rule @@ -14369,15 +14343,15 @@ func (p *PostgreSQLParser) Altergroupstmt() (localctx IAltergroupstmtContext) { } } { - p.SetState(1889) + p.SetState(1887) p.Rolespec() } { - p.SetState(1890) + p.SetState(1888) p.Add_drop() } { - p.SetState(1891) + p.SetState(1889) p.Match(PostgreSQLParserUSER) if p.HasError() { // Recognition error - abort rule @@ -14385,7 +14359,7 @@ func (p *PostgreSQLParser) Altergroupstmt() (localctx IAltergroupstmtContext) { } } { - p.SetState(1892) + p.SetState(1890) p.Role_list() } @@ -14494,7 +14468,7 @@ func (p *PostgreSQLParser) Add_drop() (localctx IAdd_dropContext) { p.EnterOuterAlt(localctx, 1) { - p.SetState(1894) + p.SetState(1892) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserADD_P || _la == PostgreSQLParserDROP) { @@ -14698,7 +14672,7 @@ func (p *PostgreSQLParser) Createschemastmt() (localctx ICreateschemastmtContext p.EnterOuterAlt(localctx, 1) { - p.SetState(1896) + p.SetState(1894) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -14706,19 +14680,19 @@ func (p *PostgreSQLParser) Createschemastmt() (localctx ICreateschemastmtContext } } { - p.SetState(1897) + p.SetState(1895) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(1901) + p.SetState(1899) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 16, p.GetParserRuleContext()) == 1 { { - p.SetState(1898) + p.SetState(1896) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -14726,7 +14700,7 @@ func (p *PostgreSQLParser) Createschemastmt() (localctx ICreateschemastmtContext } } { - p.SetState(1899) + p.SetState(1897) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -14734,7 +14708,7 @@ func (p *PostgreSQLParser) Createschemastmt() (localctx ICreateschemastmtContext } } { - p.SetState(1900) + p.SetState(1898) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -14745,7 +14719,7 @@ func (p *PostgreSQLParser) Createschemastmt() (localctx ICreateschemastmtContext } else if p.HasError() { // JIM goto errorExit } - p.SetState(1909) + p.SetState(1907) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -14753,7 +14727,7 @@ func (p *PostgreSQLParser) Createschemastmt() (localctx ICreateschemastmtContext switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 18, p.GetParserRuleContext()) { case 1: - p.SetState(1904) + p.SetState(1902) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -14762,13 +14736,13 @@ func (p *PostgreSQLParser) Createschemastmt() (localctx ICreateschemastmtContext if ((int64((_la-33)) & ^0x3f) == 0 && ((int64(1)<<(_la-33))&576460752589691909) != 0) || ((int64((_la-116)) & ^0x3f) == 0 && ((int64(1)<<(_la-116))&-6775) != 0) || ((int64((_la-180)) & ^0x3f) == 0 && ((int64(1)<<(_la-180))&-1) != 0) || ((int64((_la-244)) & ^0x3f) == 0 && ((int64(1)<<(_la-244))&-577) != 0) || ((int64((_la-308)) & ^0x3f) == 0 && ((int64(1)<<(_la-308))&-1) != 0) || ((int64((_la-372)) & ^0x3f) == 0 && ((int64(1)<<(_la-372))&-1) != 0) || ((int64((_la-436)) & ^0x3f) == 0 && ((int64(1)<<(_la-436))&-274878955521) != 0) || ((int64((_la-500)) & ^0x3f) == 0 && ((int64(1)<<(_la-500))&-2097313) != 0) || ((int64((_la-564)) & ^0x3f) == 0 && ((int64(1)<<(_la-564))&-1) != 0) || ((int64((_la-628)) & ^0x3f) == 0 && ((int64(1)<<(_la-628))&3298536031231) != 0) { { - p.SetState(1903) + p.SetState(1901) p.Optschemaname() } } { - p.SetState(1906) + p.SetState(1904) p.Match(PostgreSQLParserAUTHORIZATION) if p.HasError() { // Recognition error - abort rule @@ -14776,13 +14750,13 @@ func (p *PostgreSQLParser) Createschemastmt() (localctx ICreateschemastmtContext } } { - p.SetState(1907) + p.SetState(1905) p.Rolespec() } case 2: { - p.SetState(1908) + p.SetState(1906) p.Colid() } @@ -14790,7 +14764,7 @@ func (p *PostgreSQLParser) Createschemastmt() (localctx ICreateschemastmtContext goto errorExit } { - p.SetState(1911) + p.SetState(1909) p.Optschemaeltlist() } @@ -14904,7 +14878,7 @@ func (p *PostgreSQLParser) Optschemaname() (localctx IOptschemanameContext) { p.EnterRule(localctx, 44, PostgreSQLParserRULE_optschemaname) p.EnterOuterAlt(localctx, 1) { - p.SetState(1913) + p.SetState(1911) p.Colid() } @@ -15045,7 +15019,7 @@ func (p *PostgreSQLParser) Optschemaeltlist() (localctx IOptschemaeltlistContext var _alt int p.EnterOuterAlt(localctx, 1) - p.SetState(1918) + p.SetState(1916) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -15057,12 +15031,12 @@ func (p *PostgreSQLParser) Optschemaeltlist() (localctx IOptschemaeltlistContext for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(1915) + p.SetState(1913) p.Schema_stmt() } } - p.SetState(1920) + p.SetState(1918) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -15266,7 +15240,7 @@ func (s *Schema_stmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Schema_stmt() (localctx ISchema_stmtContext) { localctx = NewSchema_stmtContext(p, p.GetParserRuleContext(), p.GetState()) p.EnterRule(localctx, 48, PostgreSQLParserRULE_schema_stmt) - p.SetState(1927) + p.SetState(1925) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -15276,42 +15250,42 @@ func (p *PostgreSQLParser) Schema_stmt() (localctx ISchema_stmtContext) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(1921) + p.SetState(1919) p.Createstmt() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(1922) + p.SetState(1920) p.Indexstmt() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(1923) + p.SetState(1921) p.Createseqstmt() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(1924) + p.SetState(1922) p.Createtrigstmt() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(1925) + p.SetState(1923) p.Grantstmt() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(1926) + p.SetState(1924) p.Viewstmt() } @@ -15446,19 +15420,19 @@ func (p *PostgreSQLParser) Variablesetstmt() (localctx IVariablesetstmtContext) p.EnterOuterAlt(localctx, 1) { - p.SetState(1929) + p.SetState(1927) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(1931) + p.SetState(1929) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 21, p.GetParserRuleContext()) == 1 { { - p.SetState(1930) + p.SetState(1928) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserLOCAL || _la == PostgreSQLParserSESSION) { @@ -15473,7 +15447,7 @@ func (p *PostgreSQLParser) Variablesetstmt() (localctx IVariablesetstmtContext) goto errorExit } { - p.SetState(1933) + p.SetState(1931) p.Set_rest() } @@ -15622,7 +15596,7 @@ func (s *Set_restContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Set_rest() (localctx ISet_restContext) { localctx = NewSet_restContext(p, p.GetParserRuleContext(), p.GetState()) p.EnterRule(localctx, 52, PostgreSQLParserRULE_set_rest) - p.SetState(1943) + p.SetState(1941) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -15632,7 +15606,7 @@ func (p *PostgreSQLParser) Set_rest() (localctx ISet_restContext) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(1935) + p.SetState(1933) p.Match(PostgreSQLParserTRANSACTION) if p.HasError() { // Recognition error - abort rule @@ -15640,14 +15614,14 @@ func (p *PostgreSQLParser) Set_rest() (localctx ISet_restContext) { } } { - p.SetState(1936) + p.SetState(1934) p.Transaction_mode_list() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(1937) + p.SetState(1935) p.Match(PostgreSQLParserSESSION) if p.HasError() { // Recognition error - abort rule @@ -15655,7 +15629,7 @@ func (p *PostgreSQLParser) Set_rest() (localctx ISet_restContext) { } } { - p.SetState(1938) + p.SetState(1936) p.Match(PostgreSQLParserCHARACTERISTICS) if p.HasError() { // Recognition error - abort rule @@ -15663,7 +15637,7 @@ func (p *PostgreSQLParser) Set_rest() (localctx ISet_restContext) { } } { - p.SetState(1939) + p.SetState(1937) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -15671,7 +15645,7 @@ func (p *PostgreSQLParser) Set_rest() (localctx ISet_restContext) { } } { - p.SetState(1940) + p.SetState(1938) p.Match(PostgreSQLParserTRANSACTION) if p.HasError() { // Recognition error - abort rule @@ -15679,14 +15653,14 @@ func (p *PostgreSQLParser) Set_rest() (localctx ISet_restContext) { } } { - p.SetState(1941) + p.SetState(1939) p.Transaction_mode_list() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(1942) + p.SetState(1940) p.Set_rest_more() } @@ -15833,11 +15807,11 @@ func (p *PostgreSQLParser) Generic_set() (localctx IGeneric_setContext) { p.EnterOuterAlt(localctx, 1) { - p.SetState(1945) + p.SetState(1943) p.Var_name() } { - p.SetState(1946) + p.SetState(1944) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserEQUAL || _la == PostgreSQLParserTO) { @@ -15848,7 +15822,7 @@ func (p *PostgreSQLParser) Generic_set() (localctx IGeneric_setContext) { } } { - p.SetState(1947) + p.SetState(1945) p.Var_list() } @@ -16134,7 +16108,7 @@ func (p *PostgreSQLParser) Set_rest_more() (localctx ISet_rest_moreContext) { p.EnterRule(localctx, 56, PostgreSQLParserRULE_set_rest_more) var _la int - p.SetState(1976) + p.SetState(1974) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -16144,18 +16118,18 @@ func (p *PostgreSQLParser) Set_rest_more() (localctx ISet_rest_moreContext) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(1949) + p.SetState(1947) p.Generic_set() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(1950) + p.SetState(1948) p.Var_name() } { - p.SetState(1951) + p.SetState(1949) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -16163,7 +16137,7 @@ func (p *PostgreSQLParser) Set_rest_more() (localctx ISet_rest_moreContext) { } } { - p.SetState(1952) + p.SetState(1950) p.Match(PostgreSQLParserCURRENT_P) if p.HasError() { // Recognition error - abort rule @@ -16174,7 +16148,7 @@ func (p *PostgreSQLParser) Set_rest_more() (localctx ISet_rest_moreContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(1954) + p.SetState(1952) p.Match(PostgreSQLParserTIME) if p.HasError() { // Recognition error - abort rule @@ -16182,7 +16156,7 @@ func (p *PostgreSQLParser) Set_rest_more() (localctx ISet_rest_moreContext) { } } { - p.SetState(1955) + p.SetState(1953) p.Match(PostgreSQLParserZONE) if p.HasError() { // Recognition error - abort rule @@ -16190,14 +16164,14 @@ func (p *PostgreSQLParser) Set_rest_more() (localctx ISet_rest_moreContext) { } } { - p.SetState(1956) + p.SetState(1954) p.Zone_value() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(1957) + p.SetState(1955) p.Match(PostgreSQLParserCATALOG) if p.HasError() { // Recognition error - abort rule @@ -16205,14 +16179,14 @@ func (p *PostgreSQLParser) Set_rest_more() (localctx ISet_rest_moreContext) { } } { - p.SetState(1958) + p.SetState(1956) p.Sconst() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(1959) + p.SetState(1957) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -16220,21 +16194,21 @@ func (p *PostgreSQLParser) Set_rest_more() (localctx ISet_rest_moreContext) { } } { - p.SetState(1960) + p.SetState(1958) p.Sconst() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(1961) + p.SetState(1959) p.Match(PostgreSQLParserNAMES) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(1963) + p.SetState(1961) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -16243,7 +16217,7 @@ func (p *PostgreSQLParser) Set_rest_more() (localctx ISet_rest_moreContext) { if _la == PostgreSQLParserDEFAULT || ((int64((_la-652)) & ^0x3f) == 0 && ((int64(1)<<(_la-652))&67108885) != 0) { { - p.SetState(1962) + p.SetState(1960) p.Opt_encoding() } @@ -16252,7 +16226,7 @@ func (p *PostgreSQLParser) Set_rest_more() (localctx ISet_rest_moreContext) { case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(1965) + p.SetState(1963) p.Match(PostgreSQLParserROLE) if p.HasError() { // Recognition error - abort rule @@ -16260,14 +16234,14 @@ func (p *PostgreSQLParser) Set_rest_more() (localctx ISet_rest_moreContext) { } } { - p.SetState(1966) + p.SetState(1964) p.Nonreservedword_or_sconst() } case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(1967) + p.SetState(1965) p.Match(PostgreSQLParserSESSION) if p.HasError() { // Recognition error - abort rule @@ -16275,7 +16249,7 @@ func (p *PostgreSQLParser) Set_rest_more() (localctx ISet_rest_moreContext) { } } { - p.SetState(1968) + p.SetState(1966) p.Match(PostgreSQLParserAUTHORIZATION) if p.HasError() { // Recognition error - abort rule @@ -16283,14 +16257,14 @@ func (p *PostgreSQLParser) Set_rest_more() (localctx ISet_rest_moreContext) { } } { - p.SetState(1969) + p.SetState(1967) p.Nonreservedword_or_sconst() } case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(1970) + p.SetState(1968) p.Match(PostgreSQLParserXML_P) if p.HasError() { // Recognition error - abort rule @@ -16298,7 +16272,7 @@ func (p *PostgreSQLParser) Set_rest_more() (localctx ISet_rest_moreContext) { } } { - p.SetState(1971) + p.SetState(1969) p.Match(PostgreSQLParserOPTION) if p.HasError() { // Recognition error - abort rule @@ -16306,14 +16280,14 @@ func (p *PostgreSQLParser) Set_rest_more() (localctx ISet_rest_moreContext) { } } { - p.SetState(1972) + p.SetState(1970) p.Document_or_content() } case 10: p.EnterOuterAlt(localctx, 10) { - p.SetState(1973) + p.SetState(1971) p.Match(PostgreSQLParserTRANSACTION) if p.HasError() { // Recognition error - abort rule @@ -16321,7 +16295,7 @@ func (p *PostgreSQLParser) Set_rest_more() (localctx ISet_rest_moreContext) { } } { - p.SetState(1974) + p.SetState(1972) p.Match(PostgreSQLParserSNAPSHOT) if p.HasError() { // Recognition error - abort rule @@ -16329,7 +16303,7 @@ func (p *PostgreSQLParser) Set_rest_more() (localctx ISet_rest_moreContext) { } } { - p.SetState(1975) + p.SetState(1973) p.Sconst() } @@ -16485,10 +16459,10 @@ func (p *PostgreSQLParser) Var_name() (localctx IVar_nameContext) { p.EnterOuterAlt(localctx, 1) { - p.SetState(1978) + p.SetState(1976) p.Colid() } - p.SetState(1983) + p.SetState(1981) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -16497,7 +16471,7 @@ func (p *PostgreSQLParser) Var_name() (localctx IVar_nameContext) { for _la == PostgreSQLParserDOT { { - p.SetState(1979) + p.SetState(1977) p.Match(PostgreSQLParserDOT) if p.HasError() { // Recognition error - abort rule @@ -16505,11 +16479,11 @@ func (p *PostgreSQLParser) Var_name() (localctx IVar_nameContext) { } } { - p.SetState(1980) + p.SetState(1978) p.Colid() } - p.SetState(1985) + p.SetState(1983) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -16665,10 +16639,10 @@ func (p *PostgreSQLParser) Var_list() (localctx IVar_listContext) { p.EnterOuterAlt(localctx, 1) { - p.SetState(1986) + p.SetState(1984) p.Var_value() } - p.SetState(1991) + p.SetState(1989) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -16677,7 +16651,7 @@ func (p *PostgreSQLParser) Var_list() (localctx IVar_listContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(1987) + p.SetState(1985) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -16685,11 +16659,11 @@ func (p *PostgreSQLParser) Var_list() (localctx IVar_listContext) { } } { - p.SetState(1988) + p.SetState(1986) p.Var_value() } - p.SetState(1993) + p.SetState(1991) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -16822,7 +16796,7 @@ func (s *Var_valueContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Var_value() (localctx IVar_valueContext) { localctx = NewVar_valueContext(p, p.GetParserRuleContext(), p.GetState()) p.EnterRule(localctx, 62, PostgreSQLParserRULE_var_value) - p.SetState(1996) + p.SetState(1994) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -16832,14 +16806,14 @@ func (p *PostgreSQLParser) Var_value() (localctx IVar_valueContext) { case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFALSE_P, PostgreSQLParserFETCH, PostgreSQLParserON, PostgreSQLParserTABLE, PostgreSQLParserTRUE_P, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER, PostgreSQLParserEscapeStringConstant: p.EnterOuterAlt(localctx, 1) { - p.SetState(1994) + p.SetState(1992) p.Opt_boolean_or_string() } case PostgreSQLParserPLUS, PostgreSQLParserMINUS, PostgreSQLParserIntegral, PostgreSQLParserNumeric: p.EnterOuterAlt(localctx, 2) { - p.SetState(1995) + p.SetState(1993) p.Numericonly() } @@ -16966,7 +16940,7 @@ func (p *PostgreSQLParser) Iso_level() (localctx IIso_levelContext) { p.EnterRule(localctx, 64, PostgreSQLParserRULE_iso_level) var _la int - p.SetState(2003) + p.SetState(2001) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -16976,7 +16950,7 @@ func (p *PostgreSQLParser) Iso_level() (localctx IIso_levelContext) { case PostgreSQLParserREAD: p.EnterOuterAlt(localctx, 1) { - p.SetState(1998) + p.SetState(1996) p.Match(PostgreSQLParserREAD) if p.HasError() { // Recognition error - abort rule @@ -16984,7 +16958,7 @@ func (p *PostgreSQLParser) Iso_level() (localctx IIso_levelContext) { } } { - p.SetState(1999) + p.SetState(1997) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserCOMMITTED || _la == PostgreSQLParserUNCOMMITTED) { @@ -16998,7 +16972,7 @@ func (p *PostgreSQLParser) Iso_level() (localctx IIso_levelContext) { case PostgreSQLParserREPEATABLE: p.EnterOuterAlt(localctx, 2) { - p.SetState(2000) + p.SetState(1998) p.Match(PostgreSQLParserREPEATABLE) if p.HasError() { // Recognition error - abort rule @@ -17006,7 +16980,7 @@ func (p *PostgreSQLParser) Iso_level() (localctx IIso_levelContext) { } } { - p.SetState(2001) + p.SetState(1999) p.Match(PostgreSQLParserREAD) if p.HasError() { // Recognition error - abort rule @@ -17017,7 +16991,7 @@ func (p *PostgreSQLParser) Iso_level() (localctx IIso_levelContext) { case PostgreSQLParserSERIALIZABLE: p.EnterOuterAlt(localctx, 3) { - p.SetState(2002) + p.SetState(2000) p.Match(PostgreSQLParserSERIALIZABLE) if p.HasError() { // Recognition error - abort rule @@ -17153,7 +17127,7 @@ func (s *Opt_boolean_or_stringContext) Accept(visitor antlr.ParseTreeVisitor) in func (p *PostgreSQLParser) Opt_boolean_or_string() (localctx IOpt_boolean_or_stringContext) { localctx = NewOpt_boolean_or_stringContext(p, p.GetParserRuleContext(), p.GetState()) p.EnterRule(localctx, 66, PostgreSQLParserRULE_opt_boolean_or_string) - p.SetState(2009) + p.SetState(2007) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -17163,7 +17137,7 @@ func (p *PostgreSQLParser) Opt_boolean_or_string() (localctx IOpt_boolean_or_str case PostgreSQLParserTRUE_P: p.EnterOuterAlt(localctx, 1) { - p.SetState(2005) + p.SetState(2003) p.Match(PostgreSQLParserTRUE_P) if p.HasError() { // Recognition error - abort rule @@ -17174,7 +17148,7 @@ func (p *PostgreSQLParser) Opt_boolean_or_string() (localctx IOpt_boolean_or_str case PostgreSQLParserFALSE_P: p.EnterOuterAlt(localctx, 2) { - p.SetState(2006) + p.SetState(2004) p.Match(PostgreSQLParserFALSE_P) if p.HasError() { // Recognition error - abort rule @@ -17185,7 +17159,7 @@ func (p *PostgreSQLParser) Opt_boolean_or_string() (localctx IOpt_boolean_or_str case PostgreSQLParserON: p.EnterOuterAlt(localctx, 3) { - p.SetState(2007) + p.SetState(2005) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -17196,7 +17170,7 @@ func (p *PostgreSQLParser) Opt_boolean_or_string() (localctx IOpt_boolean_or_str case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER, PostgreSQLParserEscapeStringConstant: p.EnterOuterAlt(localctx, 4) { - p.SetState(2008) + p.SetState(2006) p.Nonreservedword_or_sconst() } @@ -17420,7 +17394,7 @@ func (p *PostgreSQLParser) Zone_value() (localctx IZone_valueContext) { p.EnterRule(localctx, 68, PostgreSQLParserRULE_zone_value) var _la int - p.SetState(2027) + p.SetState(2025) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -17430,28 +17404,28 @@ func (p *PostgreSQLParser) Zone_value() (localctx IZone_valueContext) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(2011) + p.SetState(2009) p.Sconst() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(2012) + p.SetState(2010) p.Identifier() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(2013) + p.SetState(2011) p.Constinterval() } { - p.SetState(2014) + p.SetState(2012) p.Sconst() } - p.SetState(2016) + p.SetState(2014) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -17460,7 +17434,7 @@ func (p *PostgreSQLParser) Zone_value() (localctx IZone_valueContext) { if _la == PostgreSQLParserDAY_P || _la == PostgreSQLParserHOUR_P || _la == PostgreSQLParserMINUTE_P || _la == PostgreSQLParserMONTH_P || _la == PostgreSQLParserSECOND_P || _la == PostgreSQLParserYEAR_P { { - p.SetState(2015) + p.SetState(2013) p.Opt_interval() } @@ -17469,11 +17443,11 @@ func (p *PostgreSQLParser) Zone_value() (localctx IZone_valueContext) { case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(2018) + p.SetState(2016) p.Constinterval() } { - p.SetState(2019) + p.SetState(2017) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -17481,11 +17455,11 @@ func (p *PostgreSQLParser) Zone_value() (localctx IZone_valueContext) { } } { - p.SetState(2020) + p.SetState(2018) p.Iconst() } { - p.SetState(2021) + p.SetState(2019) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -17493,21 +17467,21 @@ func (p *PostgreSQLParser) Zone_value() (localctx IZone_valueContext) { } } { - p.SetState(2022) + p.SetState(2020) p.Sconst() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(2024) + p.SetState(2022) p.Numericonly() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(2025) + p.SetState(2023) p.Match(PostgreSQLParserDEFAULT) if p.HasError() { // Recognition error - abort rule @@ -17518,7 +17492,7 @@ func (p *PostgreSQLParser) Zone_value() (localctx IZone_valueContext) { case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(2026) + p.SetState(2024) p.Match(PostgreSQLParserLOCAL) if p.HasError() { // Recognition error - abort rule @@ -17643,7 +17617,7 @@ func (s *Opt_encodingContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opt_encoding() (localctx IOpt_encodingContext) { localctx = NewOpt_encodingContext(p, p.GetParserRuleContext(), p.GetState()) p.EnterRule(localctx, 70, PostgreSQLParserRULE_opt_encoding) - p.SetState(2031) + p.SetState(2029) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -17653,14 +17627,14 @@ func (p *PostgreSQLParser) Opt_encoding() (localctx IOpt_encodingContext) { case PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserEscapeStringConstant: p.EnterOuterAlt(localctx, 1) { - p.SetState(2029) + p.SetState(2027) p.Sconst() } case PostgreSQLParserDEFAULT: p.EnterOuterAlt(localctx, 2) { - p.SetState(2030) + p.SetState(2028) p.Match(PostgreSQLParserDEFAULT) if p.HasError() { // Recognition error - abort rule @@ -17798,7 +17772,7 @@ func (s *Nonreservedword_or_sconstContext) Accept(visitor antlr.ParseTreeVisitor func (p *PostgreSQLParser) Nonreservedword_or_sconst() (localctx INonreservedword_or_sconstContext) { localctx = NewNonreservedword_or_sconstContext(p, p.GetParserRuleContext(), p.GetState()) p.EnterRule(localctx, 72, PostgreSQLParserRULE_nonreservedword_or_sconst) - p.SetState(2035) + p.SetState(2033) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -17808,14 +17782,14 @@ func (p *PostgreSQLParser) Nonreservedword_or_sconst() (localctx INonreservedwor case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: p.EnterOuterAlt(localctx, 1) { - p.SetState(2033) + p.SetState(2031) p.Nonreservedword() } case PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserEscapeStringConstant: p.EnterOuterAlt(localctx, 2) { - p.SetState(2034) + p.SetState(2032) p.Sconst() } @@ -17939,7 +17913,7 @@ func (p *PostgreSQLParser) Variableresetstmt() (localctx IVariableresetstmtConte p.EnterRule(localctx, 74, PostgreSQLParserRULE_variableresetstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(2037) + p.SetState(2035) p.Match(PostgreSQLParserRESET) if p.HasError() { // Recognition error - abort rule @@ -17947,7 +17921,7 @@ func (p *PostgreSQLParser) Variableresetstmt() (localctx IVariableresetstmtConte } } { - p.SetState(2038) + p.SetState(2036) p.Reset_rest() } @@ -18094,7 +18068,7 @@ func (s *Reset_restContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Reset_rest() (localctx IReset_restContext) { localctx = NewReset_restContext(p, p.GetParserRuleContext(), p.GetState()) p.EnterRule(localctx, 76, PostgreSQLParserRULE_reset_rest) - p.SetState(2048) + p.SetState(2046) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -18104,14 +18078,14 @@ func (p *PostgreSQLParser) Reset_rest() (localctx IReset_restContext) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(2040) + p.SetState(2038) p.Generic_reset() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(2041) + p.SetState(2039) p.Match(PostgreSQLParserTIME) if p.HasError() { // Recognition error - abort rule @@ -18119,7 +18093,7 @@ func (p *PostgreSQLParser) Reset_rest() (localctx IReset_restContext) { } } { - p.SetState(2042) + p.SetState(2040) p.Match(PostgreSQLParserZONE) if p.HasError() { // Recognition error - abort rule @@ -18130,7 +18104,7 @@ func (p *PostgreSQLParser) Reset_rest() (localctx IReset_restContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(2043) + p.SetState(2041) p.Match(PostgreSQLParserTRANSACTION) if p.HasError() { // Recognition error - abort rule @@ -18138,7 +18112,7 @@ func (p *PostgreSQLParser) Reset_rest() (localctx IReset_restContext) { } } { - p.SetState(2044) + p.SetState(2042) p.Match(PostgreSQLParserISOLATION) if p.HasError() { // Recognition error - abort rule @@ -18146,7 +18120,7 @@ func (p *PostgreSQLParser) Reset_rest() (localctx IReset_restContext) { } } { - p.SetState(2045) + p.SetState(2043) p.Match(PostgreSQLParserLEVEL) if p.HasError() { // Recognition error - abort rule @@ -18157,7 +18131,7 @@ func (p *PostgreSQLParser) Reset_rest() (localctx IReset_restContext) { case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(2046) + p.SetState(2044) p.Match(PostgreSQLParserSESSION) if p.HasError() { // Recognition error - abort rule @@ -18165,7 +18139,7 @@ func (p *PostgreSQLParser) Reset_rest() (localctx IReset_restContext) { } } { - p.SetState(2047) + p.SetState(2045) p.Match(PostgreSQLParserAUTHORIZATION) if p.HasError() { // Recognition error - abort rule @@ -18290,7 +18264,7 @@ func (s *Generic_resetContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Generic_reset() (localctx IGeneric_resetContext) { localctx = NewGeneric_resetContext(p, p.GetParserRuleContext(), p.GetState()) p.EnterRule(localctx, 78, PostgreSQLParserRULE_generic_reset) - p.SetState(2052) + p.SetState(2050) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -18300,14 +18274,14 @@ func (p *PostgreSQLParser) Generic_reset() (localctx IGeneric_resetContext) { case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserIS, PostgreSQLParserLEFT, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserRIGHT, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: p.EnterOuterAlt(localctx, 1) { - p.SetState(2050) + p.SetState(2048) p.Var_name() } case PostgreSQLParserALL: p.EnterOuterAlt(localctx, 2) { - p.SetState(2051) + p.SetState(2049) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -18450,7 +18424,7 @@ func (s *SetresetclauseContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Setresetclause() (localctx ISetresetclauseContext) { localctx = NewSetresetclauseContext(p, p.GetParserRuleContext(), p.GetState()) p.EnterRule(localctx, 80, PostgreSQLParserRULE_setresetclause) - p.SetState(2057) + p.SetState(2055) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -18460,7 +18434,7 @@ func (p *PostgreSQLParser) Setresetclause() (localctx ISetresetclauseContext) { case PostgreSQLParserSET: p.EnterOuterAlt(localctx, 1) { - p.SetState(2054) + p.SetState(2052) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -18468,14 +18442,14 @@ func (p *PostgreSQLParser) Setresetclause() (localctx ISetresetclauseContext) { } } { - p.SetState(2055) + p.SetState(2053) p.Set_rest() } case PostgreSQLParserRESET: p.EnterOuterAlt(localctx, 2) { - p.SetState(2056) + p.SetState(2054) p.Variableresetstmt() } @@ -18614,7 +18588,7 @@ func (s *FunctionsetresetclauseContext) Accept(visitor antlr.ParseTreeVisitor) i func (p *PostgreSQLParser) Functionsetresetclause() (localctx IFunctionsetresetclauseContext) { localctx = NewFunctionsetresetclauseContext(p, p.GetParserRuleContext(), p.GetState()) p.EnterRule(localctx, 82, PostgreSQLParserRULE_functionsetresetclause) - p.SetState(2062) + p.SetState(2060) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -18624,7 +18598,7 @@ func (p *PostgreSQLParser) Functionsetresetclause() (localctx IFunctionsetresetc case PostgreSQLParserSET: p.EnterOuterAlt(localctx, 1) { - p.SetState(2059) + p.SetState(2057) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -18632,14 +18606,14 @@ func (p *PostgreSQLParser) Functionsetresetclause() (localctx IFunctionsetresetc } } { - p.SetState(2060) + p.SetState(2058) p.Set_rest_more() } case PostgreSQLParserRESET: p.EnterOuterAlt(localctx, 2) { - p.SetState(2061) + p.SetState(2059) p.Variableresetstmt() } @@ -18803,14 +18777,14 @@ func (p *PostgreSQLParser) Variableshowstmt() (localctx IVariableshowstmtContext p.EnterRule(localctx, 84, PostgreSQLParserRULE_variableshowstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(2064) + p.SetState(2062) p.Match(PostgreSQLParserSHOW) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2074) + p.SetState(2072) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -18819,13 +18793,13 @@ func (p *PostgreSQLParser) Variableshowstmt() (localctx IVariableshowstmtContext switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 38, p.GetParserRuleContext()) { case 1: { - p.SetState(2065) + p.SetState(2063) p.Var_name() } case 2: { - p.SetState(2066) + p.SetState(2064) p.Match(PostgreSQLParserTIME) if p.HasError() { // Recognition error - abort rule @@ -18833,7 +18807,7 @@ func (p *PostgreSQLParser) Variableshowstmt() (localctx IVariableshowstmtContext } } { - p.SetState(2067) + p.SetState(2065) p.Match(PostgreSQLParserZONE) if p.HasError() { // Recognition error - abort rule @@ -18843,7 +18817,7 @@ func (p *PostgreSQLParser) Variableshowstmt() (localctx IVariableshowstmtContext case 3: { - p.SetState(2068) + p.SetState(2066) p.Match(PostgreSQLParserTRANSACTION) if p.HasError() { // Recognition error - abort rule @@ -18851,7 +18825,7 @@ func (p *PostgreSQLParser) Variableshowstmt() (localctx IVariableshowstmtContext } } { - p.SetState(2069) + p.SetState(2067) p.Match(PostgreSQLParserISOLATION) if p.HasError() { // Recognition error - abort rule @@ -18859,7 +18833,7 @@ func (p *PostgreSQLParser) Variableshowstmt() (localctx IVariableshowstmtContext } } { - p.SetState(2070) + p.SetState(2068) p.Match(PostgreSQLParserLEVEL) if p.HasError() { // Recognition error - abort rule @@ -18869,7 +18843,7 @@ func (p *PostgreSQLParser) Variableshowstmt() (localctx IVariableshowstmtContext case 4: { - p.SetState(2071) + p.SetState(2069) p.Match(PostgreSQLParserSESSION) if p.HasError() { // Recognition error - abort rule @@ -18877,7 +18851,7 @@ func (p *PostgreSQLParser) Variableshowstmt() (localctx IVariableshowstmtContext } } { - p.SetState(2072) + p.SetState(2070) p.Match(PostgreSQLParserAUTHORIZATION) if p.HasError() { // Recognition error - abort rule @@ -18887,7 +18861,7 @@ func (p *PostgreSQLParser) Variableshowstmt() (localctx IVariableshowstmtContext case 5: { - p.SetState(2073) + p.SetState(2071) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -19036,7 +19010,7 @@ func (p *PostgreSQLParser) Constraintssetstmt() (localctx IConstraintssetstmtCon p.EnterRule(localctx, 86, PostgreSQLParserRULE_constraintssetstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(2076) + p.SetState(2074) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -19044,7 +19018,7 @@ func (p *PostgreSQLParser) Constraintssetstmt() (localctx IConstraintssetstmtCon } } { - p.SetState(2077) + p.SetState(2075) p.Match(PostgreSQLParserCONSTRAINTS) if p.HasError() { // Recognition error - abort rule @@ -19052,11 +19026,11 @@ func (p *PostgreSQLParser) Constraintssetstmt() (localctx IConstraintssetstmtCon } } { - p.SetState(2078) + p.SetState(2076) p.Constraints_set_list() } { - p.SetState(2079) + p.SetState(2077) p.Constraints_set_mode() } @@ -19173,7 +19147,7 @@ func (s *Constraints_set_listContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Constraints_set_list() (localctx IConstraints_set_listContext) { localctx = NewConstraints_set_listContext(p, p.GetParserRuleContext(), p.GetState()) p.EnterRule(localctx, 88, PostgreSQLParserRULE_constraints_set_list) - p.SetState(2083) + p.SetState(2081) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -19183,7 +19157,7 @@ func (p *PostgreSQLParser) Constraints_set_list() (localctx IConstraints_set_lis case PostgreSQLParserALL: p.EnterOuterAlt(localctx, 1) { - p.SetState(2081) + p.SetState(2079) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -19194,7 +19168,7 @@ func (p *PostgreSQLParser) Constraints_set_list() (localctx IConstraints_set_lis case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserIS, PostgreSQLParserLEFT, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserRIGHT, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: p.EnterOuterAlt(localctx, 2) { - p.SetState(2082) + p.SetState(2080) p.Qualified_name_list() } @@ -19308,7 +19282,7 @@ func (p *PostgreSQLParser) Constraints_set_mode() (localctx IConstraints_set_mod p.EnterOuterAlt(localctx, 1) { - p.SetState(2085) + p.SetState(2083) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserDEFERRED || _la == PostgreSQLParserIMMEDIATE) { @@ -19417,7 +19391,7 @@ func (p *PostgreSQLParser) Checkpointstmt() (localctx ICheckpointstmtContext) { p.EnterRule(localctx, 92, PostgreSQLParserRULE_checkpointstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(2087) + p.SetState(2085) p.Match(PostgreSQLParserCHECKPOINT) if p.HasError() { // Recognition error - abort rule @@ -19550,7 +19524,7 @@ func (p *PostgreSQLParser) Discardstmt() (localctx IDiscardstmtContext) { p.EnterOuterAlt(localctx, 1) { - p.SetState(2089) + p.SetState(2087) p.Match(PostgreSQLParserDISCARD) if p.HasError() { // Recognition error - abort rule @@ -19558,7 +19532,7 @@ func (p *PostgreSQLParser) Discardstmt() (localctx IDiscardstmtContext) { } } { - p.SetState(2090) + p.SetState(2088) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserALL || _la == PostgreSQLParserPLANS || _la == PostgreSQLParserSEQUENCES || _la == PostgreSQLParserTEMP || _la == PostgreSQLParserTEMPORARY) { @@ -19904,7 +19878,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { p.EnterRule(localctx, 96, PostgreSQLParserRULE_altertablestmt) var _la int - p.SetState(2204) + p.SetState(2202) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -19914,7 +19888,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(2092) + p.SetState(2090) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -19922,19 +19896,19 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2093) + p.SetState(2091) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2096) + p.SetState(2094) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 40, p.GetParserRuleContext()) == 1 { { - p.SetState(2094) + p.SetState(2092) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -19942,7 +19916,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2095) + p.SetState(2093) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -19954,10 +19928,10 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { goto errorExit } { - p.SetState(2098) + p.SetState(2096) p.Relation_expr() } - p.SetState(2101) + p.SetState(2099) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -19966,13 +19940,13 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserNOT, PostgreSQLParserADD_P, PostgreSQLParserALTER, PostgreSQLParserCLUSTER, PostgreSQLParserDISABLE_P, PostgreSQLParserDROP, PostgreSQLParserENABLE_P, PostgreSQLParserFORCE, PostgreSQLParserINHERIT, PostgreSQLParserNO, PostgreSQLParserOF, PostgreSQLParserOPTIONS, PostgreSQLParserOWNER, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserSET, PostgreSQLParserVALIDATE: { - p.SetState(2099) + p.SetState(2097) p.Alter_table_cmds() } case PostgreSQLParserATTACH, PostgreSQLParserDETACH: { - p.SetState(2100) + p.SetState(2098) p.Partition_cmd() } @@ -19984,7 +19958,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(2103) + p.SetState(2101) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -19992,7 +19966,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2104) + p.SetState(2102) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -20000,7 +19974,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2105) + p.SetState(2103) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -20008,7 +19982,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2106) + p.SetState(2104) p.Match(PostgreSQLParserIN_P) if p.HasError() { // Recognition error - abort rule @@ -20016,7 +19990,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2107) + p.SetState(2105) p.Match(PostgreSQLParserTABLESPACE) if p.HasError() { // Recognition error - abort rule @@ -20024,10 +19998,10 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2108) + p.SetState(2106) p.Name() } - p.SetState(2112) + p.SetState(2110) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -20036,7 +20010,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { if _la == PostgreSQLParserOWNED { { - p.SetState(2109) + p.SetState(2107) p.Match(PostgreSQLParserOWNED) if p.HasError() { // Recognition error - abort rule @@ -20044,7 +20018,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2110) + p.SetState(2108) p.Match(PostgreSQLParserBY) if p.HasError() { // Recognition error - abort rule @@ -20052,13 +20026,13 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2111) + p.SetState(2109) p.Role_list() } } { - p.SetState(2114) + p.SetState(2112) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -20066,7 +20040,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2115) + p.SetState(2113) p.Match(PostgreSQLParserTABLESPACE) if p.HasError() { // Recognition error - abort rule @@ -20074,10 +20048,10 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2116) + p.SetState(2114) p.Name() } - p.SetState(2118) + p.SetState(2116) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -20086,7 +20060,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { if _la == PostgreSQLParserNOWAIT { { - p.SetState(2117) + p.SetState(2115) p.Opt_nowait() } @@ -20095,7 +20069,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(2120) + p.SetState(2118) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -20103,19 +20077,19 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2121) + p.SetState(2119) p.Match(PostgreSQLParserINDEX) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2124) + p.SetState(2122) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 44, p.GetParserRuleContext()) == 1 { { - p.SetState(2122) + p.SetState(2120) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -20123,7 +20097,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2123) + p.SetState(2121) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -20135,10 +20109,10 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { goto errorExit } { - p.SetState(2126) + p.SetState(2124) p.Qualified_name() } - p.SetState(2129) + p.SetState(2127) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -20147,13 +20121,13 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserNOT, PostgreSQLParserADD_P, PostgreSQLParserALTER, PostgreSQLParserCLUSTER, PostgreSQLParserDISABLE_P, PostgreSQLParserDROP, PostgreSQLParserENABLE_P, PostgreSQLParserFORCE, PostgreSQLParserINHERIT, PostgreSQLParserNO, PostgreSQLParserOF, PostgreSQLParserOPTIONS, PostgreSQLParserOWNER, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserSET, PostgreSQLParserVALIDATE: { - p.SetState(2127) + p.SetState(2125) p.Alter_table_cmds() } case PostgreSQLParserATTACH: { - p.SetState(2128) + p.SetState(2126) p.Index_partition_cmd() } @@ -20165,7 +20139,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(2131) + p.SetState(2129) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -20173,7 +20147,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2132) + p.SetState(2130) p.Match(PostgreSQLParserINDEX) if p.HasError() { // Recognition error - abort rule @@ -20181,7 +20155,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2133) + p.SetState(2131) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -20189,7 +20163,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2134) + p.SetState(2132) p.Match(PostgreSQLParserIN_P) if p.HasError() { // Recognition error - abort rule @@ -20197,7 +20171,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2135) + p.SetState(2133) p.Match(PostgreSQLParserTABLESPACE) if p.HasError() { // Recognition error - abort rule @@ -20205,10 +20179,10 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2136) + p.SetState(2134) p.Name() } - p.SetState(2140) + p.SetState(2138) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -20217,7 +20191,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { if _la == PostgreSQLParserOWNED { { - p.SetState(2137) + p.SetState(2135) p.Match(PostgreSQLParserOWNED) if p.HasError() { // Recognition error - abort rule @@ -20225,7 +20199,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2138) + p.SetState(2136) p.Match(PostgreSQLParserBY) if p.HasError() { // Recognition error - abort rule @@ -20233,13 +20207,13 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2139) + p.SetState(2137) p.Role_list() } } { - p.SetState(2142) + p.SetState(2140) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -20247,7 +20221,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2143) + p.SetState(2141) p.Match(PostgreSQLParserTABLESPACE) if p.HasError() { // Recognition error - abort rule @@ -20255,10 +20229,10 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2144) + p.SetState(2142) p.Name() } - p.SetState(2146) + p.SetState(2144) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -20267,7 +20241,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { if _la == PostgreSQLParserNOWAIT { { - p.SetState(2145) + p.SetState(2143) p.Opt_nowait() } @@ -20276,7 +20250,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(2148) + p.SetState(2146) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -20284,19 +20258,19 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2149) + p.SetState(2147) p.Match(PostgreSQLParserSEQUENCE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2152) + p.SetState(2150) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 48, p.GetParserRuleContext()) == 1 { { - p.SetState(2150) + p.SetState(2148) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -20304,7 +20278,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2151) + p.SetState(2149) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -20316,18 +20290,18 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { goto errorExit } { - p.SetState(2154) + p.SetState(2152) p.Qualified_name() } { - p.SetState(2155) + p.SetState(2153) p.Alter_table_cmds() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(2157) + p.SetState(2155) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -20335,19 +20309,19 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2158) + p.SetState(2156) p.Match(PostgreSQLParserVIEW) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2161) + p.SetState(2159) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 49, p.GetParserRuleContext()) == 1 { { - p.SetState(2159) + p.SetState(2157) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -20355,7 +20329,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2160) + p.SetState(2158) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -20367,18 +20341,18 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { goto errorExit } { - p.SetState(2163) + p.SetState(2161) p.Qualified_name() } { - p.SetState(2164) + p.SetState(2162) p.Alter_table_cmds() } case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(2166) + p.SetState(2164) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -20386,7 +20360,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2167) + p.SetState(2165) p.Match(PostgreSQLParserMATERIALIZED) if p.HasError() { // Recognition error - abort rule @@ -20394,19 +20368,19 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2168) + p.SetState(2166) p.Match(PostgreSQLParserVIEW) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2171) + p.SetState(2169) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 50, p.GetParserRuleContext()) == 1 { { - p.SetState(2169) + p.SetState(2167) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -20414,7 +20388,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2170) + p.SetState(2168) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -20426,18 +20400,18 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { goto errorExit } { - p.SetState(2173) + p.SetState(2171) p.Qualified_name() } { - p.SetState(2174) + p.SetState(2172) p.Alter_table_cmds() } case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(2176) + p.SetState(2174) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -20445,7 +20419,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2177) + p.SetState(2175) p.Match(PostgreSQLParserMATERIALIZED) if p.HasError() { // Recognition error - abort rule @@ -20453,7 +20427,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2178) + p.SetState(2176) p.Match(PostgreSQLParserVIEW) if p.HasError() { // Recognition error - abort rule @@ -20461,7 +20435,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2179) + p.SetState(2177) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -20469,7 +20443,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2180) + p.SetState(2178) p.Match(PostgreSQLParserIN_P) if p.HasError() { // Recognition error - abort rule @@ -20477,7 +20451,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2181) + p.SetState(2179) p.Match(PostgreSQLParserTABLESPACE) if p.HasError() { // Recognition error - abort rule @@ -20485,10 +20459,10 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2182) + p.SetState(2180) p.Name() } - p.SetState(2186) + p.SetState(2184) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -20497,7 +20471,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { if _la == PostgreSQLParserOWNED { { - p.SetState(2183) + p.SetState(2181) p.Match(PostgreSQLParserOWNED) if p.HasError() { // Recognition error - abort rule @@ -20505,7 +20479,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2184) + p.SetState(2182) p.Match(PostgreSQLParserBY) if p.HasError() { // Recognition error - abort rule @@ -20513,13 +20487,13 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2185) + p.SetState(2183) p.Role_list() } } { - p.SetState(2188) + p.SetState(2186) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -20527,7 +20501,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2189) + p.SetState(2187) p.Match(PostgreSQLParserTABLESPACE) if p.HasError() { // Recognition error - abort rule @@ -20535,10 +20509,10 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2190) + p.SetState(2188) p.Name() } - p.SetState(2192) + p.SetState(2190) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -20547,7 +20521,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { if _la == PostgreSQLParserNOWAIT { { - p.SetState(2191) + p.SetState(2189) p.Opt_nowait() } @@ -20556,7 +20530,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(2194) + p.SetState(2192) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -20564,7 +20538,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2195) + p.SetState(2193) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -20572,19 +20546,19 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2196) + p.SetState(2194) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2199) + p.SetState(2197) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 53, p.GetParserRuleContext()) == 1 { { - p.SetState(2197) + p.SetState(2195) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -20592,7 +20566,7 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { } } { - p.SetState(2198) + p.SetState(2196) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -20604,11 +20578,11 @@ func (p *PostgreSQLParser) Altertablestmt() (localctx IAltertablestmtContext) { goto errorExit } { - p.SetState(2201) + p.SetState(2199) p.Relation_expr() } { - p.SetState(2202) + p.SetState(2200) p.Alter_table_cmds() } @@ -20764,10 +20738,10 @@ func (p *PostgreSQLParser) Alter_table_cmds() (localctx IAlter_table_cmdsContext p.EnterOuterAlt(localctx, 1) { - p.SetState(2206) + p.SetState(2204) p.Alter_table_cmd() } - p.SetState(2211) + p.SetState(2209) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -20776,7 +20750,7 @@ func (p *PostgreSQLParser) Alter_table_cmds() (localctx IAlter_table_cmdsContext for _la == PostgreSQLParserCOMMA { { - p.SetState(2207) + p.SetState(2205) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -20784,11 +20758,11 @@ func (p *PostgreSQLParser) Alter_table_cmds() (localctx IAlter_table_cmdsContext } } { - p.SetState(2208) + p.SetState(2206) p.Alter_table_cmd() } - p.SetState(2213) + p.SetState(2211) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -20936,7 +20910,7 @@ func (s *Partition_cmdContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Partition_cmd() (localctx IPartition_cmdContext) { localctx = NewPartition_cmdContext(p, p.GetParserRuleContext(), p.GetState()) p.EnterRule(localctx, 100, PostgreSQLParserRULE_partition_cmd) - p.SetState(2222) + p.SetState(2220) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -20946,7 +20920,7 @@ func (p *PostgreSQLParser) Partition_cmd() (localctx IPartition_cmdContext) { case PostgreSQLParserATTACH: p.EnterOuterAlt(localctx, 1) { - p.SetState(2214) + p.SetState(2212) p.Match(PostgreSQLParserATTACH) if p.HasError() { // Recognition error - abort rule @@ -20954,7 +20928,7 @@ func (p *PostgreSQLParser) Partition_cmd() (localctx IPartition_cmdContext) { } } { - p.SetState(2215) + p.SetState(2213) p.Match(PostgreSQLParserPARTITION) if p.HasError() { // Recognition error - abort rule @@ -20962,18 +20936,18 @@ func (p *PostgreSQLParser) Partition_cmd() (localctx IPartition_cmdContext) { } } { - p.SetState(2216) + p.SetState(2214) p.Qualified_name() } { - p.SetState(2217) + p.SetState(2215) p.Partitionboundspec() } case PostgreSQLParserDETACH: p.EnterOuterAlt(localctx, 2) { - p.SetState(2219) + p.SetState(2217) p.Match(PostgreSQLParserDETACH) if p.HasError() { // Recognition error - abort rule @@ -20981,7 +20955,7 @@ func (p *PostgreSQLParser) Partition_cmd() (localctx IPartition_cmdContext) { } } { - p.SetState(2220) + p.SetState(2218) p.Match(PostgreSQLParserPARTITION) if p.HasError() { // Recognition error - abort rule @@ -20989,7 +20963,7 @@ func (p *PostgreSQLParser) Partition_cmd() (localctx IPartition_cmdContext) { } } { - p.SetState(2221) + p.SetState(2219) p.Qualified_name() } @@ -21118,7 +21092,7 @@ func (p *PostgreSQLParser) Index_partition_cmd() (localctx IIndex_partition_cmdC p.EnterRule(localctx, 102, PostgreSQLParserRULE_index_partition_cmd) p.EnterOuterAlt(localctx, 1) { - p.SetState(2224) + p.SetState(2222) p.Match(PostgreSQLParserATTACH) if p.HasError() { // Recognition error - abort rule @@ -21126,7 +21100,7 @@ func (p *PostgreSQLParser) Index_partition_cmd() (localctx IIndex_partition_cmdC } } { - p.SetState(2225) + p.SetState(2223) p.Match(PostgreSQLParserPARTITION) if p.HasError() { // Recognition error - abort rule @@ -21134,7 +21108,7 @@ func (p *PostgreSQLParser) Index_partition_cmd() (localctx IIndex_partition_cmdC } } { - p.SetState(2226) + p.SetState(2224) p.Qualified_name() } @@ -21873,7 +21847,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) p.EnterRule(localctx, 104, PostgreSQLParserRULE_alter_table_cmd) var _la int - p.SetState(2530) + p.SetState(2528) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -21883,7 +21857,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(2228) + p.SetState(2226) p.Match(PostgreSQLParserADD_P) if p.HasError() { // Recognition error - abort rule @@ -21891,14 +21865,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2229) + p.SetState(2227) p.ColumnDef() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(2230) + p.SetState(2228) p.Match(PostgreSQLParserADD_P) if p.HasError() { // Recognition error - abort rule @@ -21906,7 +21880,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2231) + p.SetState(2229) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -21914,7 +21888,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2232) + p.SetState(2230) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -21922,7 +21896,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2233) + p.SetState(2231) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -21930,14 +21904,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2234) + p.SetState(2232) p.ColumnDef() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(2235) + p.SetState(2233) p.Match(PostgreSQLParserADD_P) if p.HasError() { // Recognition error - abort rule @@ -21945,7 +21919,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2236) + p.SetState(2234) p.Match(PostgreSQLParserCOLUMN) if p.HasError() { // Recognition error - abort rule @@ -21953,14 +21927,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2237) + p.SetState(2235) p.ColumnDef() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(2238) + p.SetState(2236) p.Match(PostgreSQLParserADD_P) if p.HasError() { // Recognition error - abort rule @@ -21968,7 +21942,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2239) + p.SetState(2237) p.Match(PostgreSQLParserCOLUMN) if p.HasError() { // Recognition error - abort rule @@ -21976,7 +21950,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2240) + p.SetState(2238) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -21984,7 +21958,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2241) + p.SetState(2239) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -21992,7 +21966,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2242) + p.SetState(2240) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -22000,26 +21974,26 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2243) + p.SetState(2241) p.ColumnDef() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(2244) + p.SetState(2242) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2246) + p.SetState(2244) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 57, p.GetParserRuleContext()) == 1 { { - p.SetState(2245) + p.SetState(2243) p.Opt_column() } @@ -22027,30 +22001,30 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) goto errorExit } { - p.SetState(2248) + p.SetState(2246) p.Colid() } { - p.SetState(2249) + p.SetState(2247) p.Alter_column_default() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(2251) + p.SetState(2249) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2253) + p.SetState(2251) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 58, p.GetParserRuleContext()) == 1 { { - p.SetState(2252) + p.SetState(2250) p.Opt_column() } @@ -22058,11 +22032,11 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) goto errorExit } { - p.SetState(2255) + p.SetState(2253) p.Colid() } { - p.SetState(2256) + p.SetState(2254) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -22070,7 +22044,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2257) + p.SetState(2255) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -22078,7 +22052,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2258) + p.SetState(2256) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule @@ -22089,19 +22063,19 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(2260) + p.SetState(2258) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2262) + p.SetState(2260) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 59, p.GetParserRuleContext()) == 1 { { - p.SetState(2261) + p.SetState(2259) p.Opt_column() } @@ -22109,11 +22083,11 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) goto errorExit } { - p.SetState(2264) + p.SetState(2262) p.Colid() } { - p.SetState(2265) + p.SetState(2263) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -22121,7 +22095,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2266) + p.SetState(2264) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -22129,7 +22103,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2267) + p.SetState(2265) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule @@ -22140,19 +22114,19 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(2269) + p.SetState(2267) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2271) + p.SetState(2269) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 60, p.GetParserRuleContext()) == 1 { { - p.SetState(2270) + p.SetState(2268) p.Opt_column() } @@ -22160,11 +22134,11 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) goto errorExit } { - p.SetState(2273) + p.SetState(2271) p.Colid() } { - p.SetState(2274) + p.SetState(2272) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -22172,7 +22146,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2275) + p.SetState(2273) p.Match(PostgreSQLParserEXPRESSION) if p.HasError() { // Recognition error - abort rule @@ -22183,19 +22157,19 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(2277) + p.SetState(2275) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2279) + p.SetState(2277) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 61, p.GetParserRuleContext()) == 1 { { - p.SetState(2278) + p.SetState(2276) p.Opt_column() } @@ -22203,11 +22177,11 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) goto errorExit } { - p.SetState(2281) + p.SetState(2279) p.Colid() } { - p.SetState(2282) + p.SetState(2280) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -22215,7 +22189,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2283) + p.SetState(2281) p.Match(PostgreSQLParserEXPRESSION) if p.HasError() { // Recognition error - abort rule @@ -22223,7 +22197,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2284) + p.SetState(2282) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -22231,7 +22205,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2285) + p.SetState(2283) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -22242,19 +22216,19 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 10: p.EnterOuterAlt(localctx, 10) { - p.SetState(2287) + p.SetState(2285) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2289) + p.SetState(2287) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 62, p.GetParserRuleContext()) == 1 { { - p.SetState(2288) + p.SetState(2286) p.Opt_column() } @@ -22262,11 +22236,11 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) goto errorExit } { - p.SetState(2291) + p.SetState(2289) p.Colid() } { - p.SetState(2292) + p.SetState(2290) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -22274,7 +22248,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2293) + p.SetState(2291) p.Match(PostgreSQLParserSTATISTICS) if p.HasError() { // Recognition error - abort rule @@ -22282,21 +22256,21 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2294) + p.SetState(2292) p.Signediconst() } case 11: p.EnterOuterAlt(localctx, 11) { - p.SetState(2296) + p.SetState(2294) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2298) + p.SetState(2296) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -22305,17 +22279,17 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) if _la == PostgreSQLParserCOLUMN { { - p.SetState(2297) + p.SetState(2295) p.Opt_column() } } { - p.SetState(2300) + p.SetState(2298) p.Iconst() } { - p.SetState(2301) + p.SetState(2299) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -22323,7 +22297,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2302) + p.SetState(2300) p.Match(PostgreSQLParserSTATISTICS) if p.HasError() { // Recognition error - abort rule @@ -22331,26 +22305,26 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2303) + p.SetState(2301) p.Signediconst() } case 12: p.EnterOuterAlt(localctx, 12) { - p.SetState(2305) + p.SetState(2303) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2307) + p.SetState(2305) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 64, p.GetParserRuleContext()) == 1 { { - p.SetState(2306) + p.SetState(2304) p.Opt_column() } @@ -22358,11 +22332,11 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) goto errorExit } { - p.SetState(2309) + p.SetState(2307) p.Colid() } { - p.SetState(2310) + p.SetState(2308) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -22370,26 +22344,26 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2311) + p.SetState(2309) p.Reloptions() } case 13: p.EnterOuterAlt(localctx, 13) { - p.SetState(2313) + p.SetState(2311) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2315) + p.SetState(2313) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 65, p.GetParserRuleContext()) == 1 { { - p.SetState(2314) + p.SetState(2312) p.Opt_column() } @@ -22397,11 +22371,11 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) goto errorExit } { - p.SetState(2317) + p.SetState(2315) p.Colid() } { - p.SetState(2318) + p.SetState(2316) p.Match(PostgreSQLParserRESET) if p.HasError() { // Recognition error - abort rule @@ -22409,26 +22383,26 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2319) + p.SetState(2317) p.Reloptions() } case 14: p.EnterOuterAlt(localctx, 14) { - p.SetState(2321) + p.SetState(2319) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2323) + p.SetState(2321) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 66, p.GetParserRuleContext()) == 1 { { - p.SetState(2322) + p.SetState(2320) p.Opt_column() } @@ -22436,11 +22410,11 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) goto errorExit } { - p.SetState(2325) + p.SetState(2323) p.Colid() } { - p.SetState(2326) + p.SetState(2324) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -22448,7 +22422,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2327) + p.SetState(2325) p.Match(PostgreSQLParserSTORAGE) if p.HasError() { // Recognition error - abort rule @@ -22456,26 +22430,26 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2328) + p.SetState(2326) p.Colid() } case 15: p.EnterOuterAlt(localctx, 15) { - p.SetState(2330) + p.SetState(2328) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2332) + p.SetState(2330) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 67, p.GetParserRuleContext()) == 1 { { - p.SetState(2331) + p.SetState(2329) p.Opt_column() } @@ -22483,11 +22457,11 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) goto errorExit } { - p.SetState(2334) + p.SetState(2332) p.Colid() } { - p.SetState(2335) + p.SetState(2333) p.Match(PostgreSQLParserADD_P) if p.HasError() { // Recognition error - abort rule @@ -22495,7 +22469,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2336) + p.SetState(2334) p.Match(PostgreSQLParserGENERATED) if p.HasError() { // Recognition error - abort rule @@ -22503,11 +22477,11 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2337) + p.SetState(2335) p.Generated_when() } { - p.SetState(2338) + p.SetState(2336) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -22515,19 +22489,19 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2339) + p.SetState(2337) p.Match(PostgreSQLParserIDENTITY_P) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2341) + p.SetState(2339) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 68, p.GetParserRuleContext()) == 1 { { - p.SetState(2340) + p.SetState(2338) p.Optparenthesizedseqoptlist() } @@ -22538,19 +22512,19 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 16: p.EnterOuterAlt(localctx, 16) { - p.SetState(2343) + p.SetState(2341) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2345) + p.SetState(2343) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 69, p.GetParserRuleContext()) == 1 { { - p.SetState(2344) + p.SetState(2342) p.Opt_column() } @@ -22558,30 +22532,30 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) goto errorExit } { - p.SetState(2347) + p.SetState(2345) p.Colid() } { - p.SetState(2348) + p.SetState(2346) p.Alter_identity_column_option_list() } case 17: p.EnterOuterAlt(localctx, 17) { - p.SetState(2350) + p.SetState(2348) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2352) + p.SetState(2350) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 70, p.GetParserRuleContext()) == 1 { { - p.SetState(2351) + p.SetState(2349) p.Opt_column() } @@ -22589,11 +22563,11 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) goto errorExit } { - p.SetState(2354) + p.SetState(2352) p.Colid() } { - p.SetState(2355) + p.SetState(2353) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -22601,7 +22575,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2356) + p.SetState(2354) p.Match(PostgreSQLParserIDENTITY_P) if p.HasError() { // Recognition error - abort rule @@ -22612,19 +22586,19 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 18: p.EnterOuterAlt(localctx, 18) { - p.SetState(2358) + p.SetState(2356) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2360) + p.SetState(2358) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 71, p.GetParserRuleContext()) == 1 { { - p.SetState(2359) + p.SetState(2357) p.Opt_column() } @@ -22632,11 +22606,11 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) goto errorExit } { - p.SetState(2362) + p.SetState(2360) p.Colid() } { - p.SetState(2363) + p.SetState(2361) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -22644,7 +22618,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2364) + p.SetState(2362) p.Match(PostgreSQLParserIDENTITY_P) if p.HasError() { // Recognition error - abort rule @@ -22652,7 +22626,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2365) + p.SetState(2363) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -22660,7 +22634,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2366) + p.SetState(2364) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -22671,14 +22645,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 19: p.EnterOuterAlt(localctx, 19) { - p.SetState(2368) + p.SetState(2366) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2370) + p.SetState(2368) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -22687,13 +22661,13 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) if _la == PostgreSQLParserCOLUMN { { - p.SetState(2369) + p.SetState(2367) p.Opt_column() } } { - p.SetState(2372) + p.SetState(2370) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -22701,7 +22675,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2373) + p.SetState(2371) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -22709,10 +22683,10 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2374) + p.SetState(2372) p.Colid() } - p.SetState(2376) + p.SetState(2374) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -22721,7 +22695,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(2375) + p.SetState(2373) p.Opt_drop_behavior() } @@ -22730,19 +22704,19 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 20: p.EnterOuterAlt(localctx, 20) { - p.SetState(2378) + p.SetState(2376) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2380) + p.SetState(2378) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 74, p.GetParserRuleContext()) == 1 { { - p.SetState(2379) + p.SetState(2377) p.Opt_column() } @@ -22750,10 +22724,10 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) goto errorExit } { - p.SetState(2382) + p.SetState(2380) p.Colid() } - p.SetState(2384) + p.SetState(2382) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -22762,7 +22736,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(2383) + p.SetState(2381) p.Opt_drop_behavior() } @@ -22771,19 +22745,19 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 21: p.EnterOuterAlt(localctx, 21) { - p.SetState(2386) + p.SetState(2384) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2388) + p.SetState(2386) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 76, p.GetParserRuleContext()) == 1 { { - p.SetState(2387) + p.SetState(2385) p.Opt_column() } @@ -22791,10 +22765,10 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) goto errorExit } { - p.SetState(2390) + p.SetState(2388) p.Colid() } - p.SetState(2392) + p.SetState(2390) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -22803,13 +22777,13 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) if _la == PostgreSQLParserSET { { - p.SetState(2391) + p.SetState(2389) p.Opt_set_data() } } { - p.SetState(2394) + p.SetState(2392) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -22817,10 +22791,10 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2395) + p.SetState(2393) p.Typename() } - p.SetState(2397) + p.SetState(2395) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -22829,12 +22803,12 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) if _la == PostgreSQLParserCOLLATE { { - p.SetState(2396) + p.SetState(2394) p.Opt_collate_clause() } } - p.SetState(2400) + p.SetState(2398) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -22843,7 +22817,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) if _la == PostgreSQLParserUSING { { - p.SetState(2399) + p.SetState(2397) p.Alter_using() } @@ -22852,19 +22826,19 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 22: p.EnterOuterAlt(localctx, 22) { - p.SetState(2402) + p.SetState(2400) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2404) + p.SetState(2402) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 80, p.GetParserRuleContext()) == 1 { { - p.SetState(2403) + p.SetState(2401) p.Opt_column() } @@ -22872,18 +22846,18 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) goto errorExit } { - p.SetState(2406) + p.SetState(2404) p.Colid() } { - p.SetState(2407) + p.SetState(2405) p.Alter_generic_options() } case 23: p.EnterOuterAlt(localctx, 23) { - p.SetState(2409) + p.SetState(2407) p.Match(PostgreSQLParserADD_P) if p.HasError() { // Recognition error - abort rule @@ -22891,14 +22865,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2410) + p.SetState(2408) p.Tableconstraint() } case 24: p.EnterOuterAlt(localctx, 24) { - p.SetState(2411) + p.SetState(2409) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -22906,7 +22880,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2412) + p.SetState(2410) p.Match(PostgreSQLParserCONSTRAINT) if p.HasError() { // Recognition error - abort rule @@ -22914,18 +22888,18 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2413) + p.SetState(2411) p.Name() } { - p.SetState(2414) + p.SetState(2412) p.Constraintattributespec() } case 25: p.EnterOuterAlt(localctx, 25) { - p.SetState(2416) + p.SetState(2414) p.Match(PostgreSQLParserVALIDATE) if p.HasError() { // Recognition error - abort rule @@ -22933,7 +22907,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2417) + p.SetState(2415) p.Match(PostgreSQLParserCONSTRAINT) if p.HasError() { // Recognition error - abort rule @@ -22941,14 +22915,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2418) + p.SetState(2416) p.Name() } case 26: p.EnterOuterAlt(localctx, 26) { - p.SetState(2419) + p.SetState(2417) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -22956,7 +22930,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2420) + p.SetState(2418) p.Match(PostgreSQLParserCONSTRAINT) if p.HasError() { // Recognition error - abort rule @@ -22964,7 +22938,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2421) + p.SetState(2419) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -22972,7 +22946,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2422) + p.SetState(2420) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -22980,10 +22954,10 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2423) + p.SetState(2421) p.Name() } - p.SetState(2425) + p.SetState(2423) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -22992,7 +22966,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(2424) + p.SetState(2422) p.Opt_drop_behavior() } @@ -23001,7 +22975,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 27: p.EnterOuterAlt(localctx, 27) { - p.SetState(2427) + p.SetState(2425) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -23009,7 +22983,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2428) + p.SetState(2426) p.Match(PostgreSQLParserCONSTRAINT) if p.HasError() { // Recognition error - abort rule @@ -23017,10 +22991,10 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2429) + p.SetState(2427) p.Name() } - p.SetState(2431) + p.SetState(2429) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -23029,7 +23003,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(2430) + p.SetState(2428) p.Opt_drop_behavior() } @@ -23038,7 +23012,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 28: p.EnterOuterAlt(localctx, 28) { - p.SetState(2433) + p.SetState(2431) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -23046,7 +23020,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2434) + p.SetState(2432) p.Match(PostgreSQLParserWITHOUT) if p.HasError() { // Recognition error - abort rule @@ -23054,7 +23028,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2435) + p.SetState(2433) p.Match(PostgreSQLParserOIDS) if p.HasError() { // Recognition error - abort rule @@ -23065,7 +23039,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 29: p.EnterOuterAlt(localctx, 29) { - p.SetState(2436) + p.SetState(2434) p.Match(PostgreSQLParserCLUSTER) if p.HasError() { // Recognition error - abort rule @@ -23073,7 +23047,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2437) + p.SetState(2435) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -23081,14 +23055,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2438) + p.SetState(2436) p.Name() } case 30: p.EnterOuterAlt(localctx, 30) { - p.SetState(2439) + p.SetState(2437) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -23096,7 +23070,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2440) + p.SetState(2438) p.Match(PostgreSQLParserWITHOUT) if p.HasError() { // Recognition error - abort rule @@ -23104,7 +23078,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2441) + p.SetState(2439) p.Match(PostgreSQLParserCLUSTER) if p.HasError() { // Recognition error - abort rule @@ -23115,7 +23089,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 31: p.EnterOuterAlt(localctx, 31) { - p.SetState(2442) + p.SetState(2440) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -23123,7 +23097,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2443) + p.SetState(2441) p.Match(PostgreSQLParserLOGGED) if p.HasError() { // Recognition error - abort rule @@ -23134,7 +23108,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 32: p.EnterOuterAlt(localctx, 32) { - p.SetState(2444) + p.SetState(2442) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -23142,7 +23116,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2445) + p.SetState(2443) p.Match(PostgreSQLParserUNLOGGED) if p.HasError() { // Recognition error - abort rule @@ -23153,7 +23127,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 33: p.EnterOuterAlt(localctx, 33) { - p.SetState(2446) + p.SetState(2444) p.Match(PostgreSQLParserENABLE_P) if p.HasError() { // Recognition error - abort rule @@ -23161,7 +23135,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2447) + p.SetState(2445) p.Match(PostgreSQLParserTRIGGER) if p.HasError() { // Recognition error - abort rule @@ -23169,14 +23143,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2448) + p.SetState(2446) p.Name() } case 34: p.EnterOuterAlt(localctx, 34) { - p.SetState(2449) + p.SetState(2447) p.Match(PostgreSQLParserENABLE_P) if p.HasError() { // Recognition error - abort rule @@ -23184,7 +23158,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2450) + p.SetState(2448) p.Match(PostgreSQLParserALWAYS) if p.HasError() { // Recognition error - abort rule @@ -23192,7 +23166,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2451) + p.SetState(2449) p.Match(PostgreSQLParserTRIGGER) if p.HasError() { // Recognition error - abort rule @@ -23200,14 +23174,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2452) + p.SetState(2450) p.Name() } case 35: p.EnterOuterAlt(localctx, 35) { - p.SetState(2453) + p.SetState(2451) p.Match(PostgreSQLParserENABLE_P) if p.HasError() { // Recognition error - abort rule @@ -23215,7 +23189,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2454) + p.SetState(2452) p.Match(PostgreSQLParserREPLICA) if p.HasError() { // Recognition error - abort rule @@ -23223,7 +23197,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2455) + p.SetState(2453) p.Match(PostgreSQLParserTRIGGER) if p.HasError() { // Recognition error - abort rule @@ -23231,14 +23205,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2456) + p.SetState(2454) p.Name() } case 36: p.EnterOuterAlt(localctx, 36) { - p.SetState(2457) + p.SetState(2455) p.Match(PostgreSQLParserENABLE_P) if p.HasError() { // Recognition error - abort rule @@ -23246,7 +23220,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2458) + p.SetState(2456) p.Match(PostgreSQLParserTRIGGER) if p.HasError() { // Recognition error - abort rule @@ -23254,7 +23228,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2459) + p.SetState(2457) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -23265,7 +23239,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 37: p.EnterOuterAlt(localctx, 37) { - p.SetState(2460) + p.SetState(2458) p.Match(PostgreSQLParserENABLE_P) if p.HasError() { // Recognition error - abort rule @@ -23273,7 +23247,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2461) + p.SetState(2459) p.Match(PostgreSQLParserTRIGGER) if p.HasError() { // Recognition error - abort rule @@ -23281,7 +23255,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2462) + p.SetState(2460) p.Match(PostgreSQLParserUSER) if p.HasError() { // Recognition error - abort rule @@ -23292,7 +23266,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 38: p.EnterOuterAlt(localctx, 38) { - p.SetState(2463) + p.SetState(2461) p.Match(PostgreSQLParserDISABLE_P) if p.HasError() { // Recognition error - abort rule @@ -23300,7 +23274,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2464) + p.SetState(2462) p.Match(PostgreSQLParserTRIGGER) if p.HasError() { // Recognition error - abort rule @@ -23308,14 +23282,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2465) + p.SetState(2463) p.Name() } case 39: p.EnterOuterAlt(localctx, 39) { - p.SetState(2466) + p.SetState(2464) p.Match(PostgreSQLParserDISABLE_P) if p.HasError() { // Recognition error - abort rule @@ -23323,7 +23297,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2467) + p.SetState(2465) p.Match(PostgreSQLParserTRIGGER) if p.HasError() { // Recognition error - abort rule @@ -23331,7 +23305,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2468) + p.SetState(2466) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -23342,7 +23316,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 40: p.EnterOuterAlt(localctx, 40) { - p.SetState(2469) + p.SetState(2467) p.Match(PostgreSQLParserDISABLE_P) if p.HasError() { // Recognition error - abort rule @@ -23350,7 +23324,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2470) + p.SetState(2468) p.Match(PostgreSQLParserTRIGGER) if p.HasError() { // Recognition error - abort rule @@ -23358,7 +23332,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2471) + p.SetState(2469) p.Match(PostgreSQLParserUSER) if p.HasError() { // Recognition error - abort rule @@ -23369,7 +23343,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 41: p.EnterOuterAlt(localctx, 41) { - p.SetState(2472) + p.SetState(2470) p.Match(PostgreSQLParserENABLE_P) if p.HasError() { // Recognition error - abort rule @@ -23377,7 +23351,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2473) + p.SetState(2471) p.Match(PostgreSQLParserRULE) if p.HasError() { // Recognition error - abort rule @@ -23385,14 +23359,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2474) + p.SetState(2472) p.Name() } case 42: p.EnterOuterAlt(localctx, 42) { - p.SetState(2475) + p.SetState(2473) p.Match(PostgreSQLParserENABLE_P) if p.HasError() { // Recognition error - abort rule @@ -23400,7 +23374,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2476) + p.SetState(2474) p.Match(PostgreSQLParserALWAYS) if p.HasError() { // Recognition error - abort rule @@ -23408,7 +23382,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2477) + p.SetState(2475) p.Match(PostgreSQLParserRULE) if p.HasError() { // Recognition error - abort rule @@ -23416,14 +23390,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2478) + p.SetState(2476) p.Name() } case 43: p.EnterOuterAlt(localctx, 43) { - p.SetState(2479) + p.SetState(2477) p.Match(PostgreSQLParserENABLE_P) if p.HasError() { // Recognition error - abort rule @@ -23431,7 +23405,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2480) + p.SetState(2478) p.Match(PostgreSQLParserREPLICA) if p.HasError() { // Recognition error - abort rule @@ -23439,7 +23413,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2481) + p.SetState(2479) p.Match(PostgreSQLParserRULE) if p.HasError() { // Recognition error - abort rule @@ -23447,14 +23421,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2482) + p.SetState(2480) p.Name() } case 44: p.EnterOuterAlt(localctx, 44) { - p.SetState(2483) + p.SetState(2481) p.Match(PostgreSQLParserDISABLE_P) if p.HasError() { // Recognition error - abort rule @@ -23462,7 +23436,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2484) + p.SetState(2482) p.Match(PostgreSQLParserRULE) if p.HasError() { // Recognition error - abort rule @@ -23470,14 +23444,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2485) + p.SetState(2483) p.Name() } case 45: p.EnterOuterAlt(localctx, 45) { - p.SetState(2486) + p.SetState(2484) p.Match(PostgreSQLParserINHERIT) if p.HasError() { // Recognition error - abort rule @@ -23485,14 +23459,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2487) + p.SetState(2485) p.Qualified_name() } case 46: p.EnterOuterAlt(localctx, 46) { - p.SetState(2488) + p.SetState(2486) p.Match(PostgreSQLParserNO) if p.HasError() { // Recognition error - abort rule @@ -23500,7 +23474,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2489) + p.SetState(2487) p.Match(PostgreSQLParserINHERIT) if p.HasError() { // Recognition error - abort rule @@ -23508,14 +23482,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2490) + p.SetState(2488) p.Qualified_name() } case 47: p.EnterOuterAlt(localctx, 47) { - p.SetState(2491) + p.SetState(2489) p.Match(PostgreSQLParserOF) if p.HasError() { // Recognition error - abort rule @@ -23523,14 +23497,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2492) + p.SetState(2490) p.Any_name() } case 48: p.EnterOuterAlt(localctx, 48) { - p.SetState(2493) + p.SetState(2491) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -23538,7 +23512,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2494) + p.SetState(2492) p.Match(PostgreSQLParserOF) if p.HasError() { // Recognition error - abort rule @@ -23549,7 +23523,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 49: p.EnterOuterAlt(localctx, 49) { - p.SetState(2495) + p.SetState(2493) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -23557,7 +23531,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2496) + p.SetState(2494) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -23565,14 +23539,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2497) + p.SetState(2495) p.Rolespec() } case 50: p.EnterOuterAlt(localctx, 50) { - p.SetState(2498) + p.SetState(2496) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -23580,7 +23554,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2499) + p.SetState(2497) p.Match(PostgreSQLParserACCESS) if p.HasError() { // Recognition error - abort rule @@ -23588,7 +23562,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2500) + p.SetState(2498) p.Match(PostgreSQLParserMETHOD) if p.HasError() { // Recognition error - abort rule @@ -23596,14 +23570,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2501) + p.SetState(2499) p.Name() } case 51: p.EnterOuterAlt(localctx, 51) { - p.SetState(2502) + p.SetState(2500) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -23611,7 +23585,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2503) + p.SetState(2501) p.Match(PostgreSQLParserTABLESPACE) if p.HasError() { // Recognition error - abort rule @@ -23619,14 +23593,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2504) + p.SetState(2502) p.Name() } case 52: p.EnterOuterAlt(localctx, 52) { - p.SetState(2505) + p.SetState(2503) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -23634,14 +23608,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2506) + p.SetState(2504) p.Reloptions() } case 53: p.EnterOuterAlt(localctx, 53) { - p.SetState(2507) + p.SetState(2505) p.Match(PostgreSQLParserRESET) if p.HasError() { // Recognition error - abort rule @@ -23649,14 +23623,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2508) + p.SetState(2506) p.Reloptions() } case 54: p.EnterOuterAlt(localctx, 54) { - p.SetState(2509) + p.SetState(2507) p.Match(PostgreSQLParserREPLICA) if p.HasError() { // Recognition error - abort rule @@ -23664,7 +23638,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2510) + p.SetState(2508) p.Match(PostgreSQLParserIDENTITY_P) if p.HasError() { // Recognition error - abort rule @@ -23672,14 +23646,14 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2511) + p.SetState(2509) p.Replica_identity() } case 55: p.EnterOuterAlt(localctx, 55) { - p.SetState(2512) + p.SetState(2510) p.Match(PostgreSQLParserENABLE_P) if p.HasError() { // Recognition error - abort rule @@ -23687,7 +23661,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2513) + p.SetState(2511) p.Match(PostgreSQLParserROW) if p.HasError() { // Recognition error - abort rule @@ -23695,7 +23669,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2514) + p.SetState(2512) p.Match(PostgreSQLParserLEVEL) if p.HasError() { // Recognition error - abort rule @@ -23703,7 +23677,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2515) + p.SetState(2513) p.Match(PostgreSQLParserSECURITY) if p.HasError() { // Recognition error - abort rule @@ -23714,7 +23688,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 56: p.EnterOuterAlt(localctx, 56) { - p.SetState(2516) + p.SetState(2514) p.Match(PostgreSQLParserDISABLE_P) if p.HasError() { // Recognition error - abort rule @@ -23722,7 +23696,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2517) + p.SetState(2515) p.Match(PostgreSQLParserROW) if p.HasError() { // Recognition error - abort rule @@ -23730,7 +23704,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2518) + p.SetState(2516) p.Match(PostgreSQLParserLEVEL) if p.HasError() { // Recognition error - abort rule @@ -23738,7 +23712,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2519) + p.SetState(2517) p.Match(PostgreSQLParserSECURITY) if p.HasError() { // Recognition error - abort rule @@ -23749,7 +23723,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 57: p.EnterOuterAlt(localctx, 57) { - p.SetState(2520) + p.SetState(2518) p.Match(PostgreSQLParserFORCE) if p.HasError() { // Recognition error - abort rule @@ -23757,7 +23731,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2521) + p.SetState(2519) p.Match(PostgreSQLParserROW) if p.HasError() { // Recognition error - abort rule @@ -23765,7 +23739,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2522) + p.SetState(2520) p.Match(PostgreSQLParserLEVEL) if p.HasError() { // Recognition error - abort rule @@ -23773,7 +23747,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2523) + p.SetState(2521) p.Match(PostgreSQLParserSECURITY) if p.HasError() { // Recognition error - abort rule @@ -23784,7 +23758,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 58: p.EnterOuterAlt(localctx, 58) { - p.SetState(2524) + p.SetState(2522) p.Match(PostgreSQLParserNO) if p.HasError() { // Recognition error - abort rule @@ -23792,7 +23766,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2525) + p.SetState(2523) p.Match(PostgreSQLParserFORCE) if p.HasError() { // Recognition error - abort rule @@ -23800,7 +23774,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2526) + p.SetState(2524) p.Match(PostgreSQLParserROW) if p.HasError() { // Recognition error - abort rule @@ -23808,7 +23782,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2527) + p.SetState(2525) p.Match(PostgreSQLParserLEVEL) if p.HasError() { // Recognition error - abort rule @@ -23816,7 +23790,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) } } { - p.SetState(2528) + p.SetState(2526) p.Match(PostgreSQLParserSECURITY) if p.HasError() { // Recognition error - abort rule @@ -23827,7 +23801,7 @@ func (p *PostgreSQLParser) Alter_table_cmd() (localctx IAlter_table_cmdContext) case 59: p.EnterOuterAlt(localctx, 59) { - p.SetState(2529) + p.SetState(2527) p.Alter_generic_options() } @@ -23958,7 +23932,7 @@ func (s *Alter_column_defaultContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Alter_column_default() (localctx IAlter_column_defaultContext) { localctx = NewAlter_column_defaultContext(p, p.GetParserRuleContext(), p.GetState()) p.EnterRule(localctx, 106, PostgreSQLParserRULE_alter_column_default) - p.SetState(2537) + p.SetState(2535) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -23968,7 +23942,7 @@ func (p *PostgreSQLParser) Alter_column_default() (localctx IAlter_column_defaul case PostgreSQLParserSET: p.EnterOuterAlt(localctx, 1) { - p.SetState(2532) + p.SetState(2530) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -23976,7 +23950,7 @@ func (p *PostgreSQLParser) Alter_column_default() (localctx IAlter_column_defaul } } { - p.SetState(2533) + p.SetState(2531) p.Match(PostgreSQLParserDEFAULT) if p.HasError() { // Recognition error - abort rule @@ -23984,14 +23958,14 @@ func (p *PostgreSQLParser) Alter_column_default() (localctx IAlter_column_defaul } } { - p.SetState(2534) + p.SetState(2532) p.A_expr() } case PostgreSQLParserDROP: p.EnterOuterAlt(localctx, 2) { - p.SetState(2535) + p.SetState(2533) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -23999,7 +23973,7 @@ func (p *PostgreSQLParser) Alter_column_default() (localctx IAlter_column_defaul } } { - p.SetState(2536) + p.SetState(2534) p.Match(PostgreSQLParserDEFAULT) if p.HasError() { // Recognition error - abort rule @@ -24117,7 +24091,7 @@ func (p *PostgreSQLParser) Opt_drop_behavior() (localctx IOpt_drop_behaviorConte p.EnterOuterAlt(localctx, 1) { - p.SetState(2539) + p.SetState(2537) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT) { @@ -24243,7 +24217,7 @@ func (p *PostgreSQLParser) Opt_collate_clause() (localctx IOpt_collate_clauseCon p.EnterRule(localctx, 110, PostgreSQLParserRULE_opt_collate_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(2541) + p.SetState(2539) p.Match(PostgreSQLParserCOLLATE) if p.HasError() { // Recognition error - abort rule @@ -24251,7 +24225,7 @@ func (p *PostgreSQLParser) Opt_collate_clause() (localctx IOpt_collate_clauseCon } } { - p.SetState(2542) + p.SetState(2540) p.Any_name() } @@ -24370,7 +24344,7 @@ func (p *PostgreSQLParser) Alter_using() (localctx IAlter_usingContext) { p.EnterRule(localctx, 112, PostgreSQLParserRULE_alter_using) p.EnterOuterAlt(localctx, 1) { - p.SetState(2544) + p.SetState(2542) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -24378,7 +24352,7 @@ func (p *PostgreSQLParser) Alter_using() (localctx IAlter_usingContext) { } } { - p.SetState(2545) + p.SetState(2543) p.A_expr() } @@ -24515,7 +24489,7 @@ func (s *Replica_identityContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Replica_identity() (localctx IReplica_identityContext) { localctx = NewReplica_identityContext(p, p.GetParserRuleContext(), p.GetState()) p.EnterRule(localctx, 114, PostgreSQLParserRULE_replica_identity) - p.SetState(2553) + p.SetState(2551) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -24525,7 +24499,7 @@ func (p *PostgreSQLParser) Replica_identity() (localctx IReplica_identityContext case PostgreSQLParserNOTHING: p.EnterOuterAlt(localctx, 1) { - p.SetState(2547) + p.SetState(2545) p.Match(PostgreSQLParserNOTHING) if p.HasError() { // Recognition error - abort rule @@ -24536,7 +24510,7 @@ func (p *PostgreSQLParser) Replica_identity() (localctx IReplica_identityContext case PostgreSQLParserFULL: p.EnterOuterAlt(localctx, 2) { - p.SetState(2548) + p.SetState(2546) p.Match(PostgreSQLParserFULL) if p.HasError() { // Recognition error - abort rule @@ -24547,7 +24521,7 @@ func (p *PostgreSQLParser) Replica_identity() (localctx IReplica_identityContext case PostgreSQLParserDEFAULT: p.EnterOuterAlt(localctx, 3) { - p.SetState(2549) + p.SetState(2547) p.Match(PostgreSQLParserDEFAULT) if p.HasError() { // Recognition error - abort rule @@ -24558,7 +24532,7 @@ func (p *PostgreSQLParser) Replica_identity() (localctx IReplica_identityContext case PostgreSQLParserUSING: p.EnterOuterAlt(localctx, 4) { - p.SetState(2550) + p.SetState(2548) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -24566,7 +24540,7 @@ func (p *PostgreSQLParser) Replica_identity() (localctx IReplica_identityContext } } { - p.SetState(2551) + p.SetState(2549) p.Match(PostgreSQLParserINDEX) if p.HasError() { // Recognition error - abort rule @@ -24574,7 +24548,7 @@ func (p *PostgreSQLParser) Replica_identity() (localctx IReplica_identityContext } } { - p.SetState(2552) + p.SetState(2550) p.Name() } @@ -24703,7 +24677,7 @@ func (p *PostgreSQLParser) Reloptions() (localctx IReloptionsContext) { p.EnterRule(localctx, 116, PostgreSQLParserRULE_reloptions) p.EnterOuterAlt(localctx, 1) { - p.SetState(2555) + p.SetState(2553) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -24711,11 +24685,11 @@ func (p *PostgreSQLParser) Reloptions() (localctx IReloptionsContext) { } } { - p.SetState(2556) + p.SetState(2554) p.Reloption_list() } { - p.SetState(2557) + p.SetState(2555) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -24838,7 +24812,7 @@ func (p *PostgreSQLParser) Opt_reloptions() (localctx IOpt_reloptionsContext) { p.EnterRule(localctx, 118, PostgreSQLParserRULE_opt_reloptions) p.EnterOuterAlt(localctx, 1) { - p.SetState(2559) + p.SetState(2557) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -24846,7 +24820,7 @@ func (p *PostgreSQLParser) Opt_reloptions() (localctx IOpt_reloptionsContext) { } } { - p.SetState(2560) + p.SetState(2558) p.Reloptions() } @@ -24998,10 +24972,10 @@ func (p *PostgreSQLParser) Reloption_list() (localctx IReloption_listContext) { p.EnterOuterAlt(localctx, 1) { - p.SetState(2562) + p.SetState(2560) p.Reloption_elem() } - p.SetState(2567) + p.SetState(2565) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -25010,7 +24984,7 @@ func (p *PostgreSQLParser) Reloption_list() (localctx IReloption_listContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(2563) + p.SetState(2561) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -25018,11 +24992,11 @@ func (p *PostgreSQLParser) Reloption_list() (localctx IReloption_listContext) { } } { - p.SetState(2564) + p.SetState(2562) p.Reloption_elem() } - p.SetState(2569) + p.SetState(2567) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -25195,10 +25169,10 @@ func (p *PostgreSQLParser) Reloption_elem() (localctx IReloption_elemContext) { p.EnterOuterAlt(localctx, 1) { - p.SetState(2570) + p.SetState(2568) p.Collabel() } - p.SetState(2579) + p.SetState(2577) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -25206,7 +25180,7 @@ func (p *PostgreSQLParser) Reloption_elem() (localctx IReloption_elemContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserEQUAL: { - p.SetState(2571) + p.SetState(2569) p.Match(PostgreSQLParserEQUAL) if p.HasError() { // Recognition error - abort rule @@ -25214,13 +25188,13 @@ func (p *PostgreSQLParser) Reloption_elem() (localctx IReloption_elemContext) { } } { - p.SetState(2572) + p.SetState(2570) p.Def_arg() } case PostgreSQLParserDOT: { - p.SetState(2573) + p.SetState(2571) p.Match(PostgreSQLParserDOT) if p.HasError() { // Recognition error - abort rule @@ -25228,10 +25202,10 @@ func (p *PostgreSQLParser) Reloption_elem() (localctx IReloption_elemContext) { } } { - p.SetState(2574) + p.SetState(2572) p.Collabel() } - p.SetState(2577) + p.SetState(2575) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -25240,7 +25214,7 @@ func (p *PostgreSQLParser) Reloption_elem() (localctx IReloption_elemContext) { if _la == PostgreSQLParserEQUAL { { - p.SetState(2575) + p.SetState(2573) p.Match(PostgreSQLParserEQUAL) if p.HasError() { // Recognition error - abort rule @@ -25248,7 +25222,7 @@ func (p *PostgreSQLParser) Reloption_elem() (localctx IReloption_elemContext) { } } { - p.SetState(2576) + p.SetState(2574) p.Def_arg() } @@ -25396,7 +25370,7 @@ func (p *PostgreSQLParser) Alter_identity_column_option_list() (localctx IAlter_ var _alt int p.EnterOuterAlt(localctx, 1) - p.SetState(2582) + p.SetState(2580) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -25406,7 +25380,7 @@ func (p *PostgreSQLParser) Alter_identity_column_option_list() (localctx IAlter_ switch _alt { case 1: { - p.SetState(2581) + p.SetState(2579) p.Alter_identity_column_option() } @@ -25415,7 +25389,7 @@ func (p *PostgreSQLParser) Alter_identity_column_option_list() (localctx IAlter_ goto errorExit } - p.SetState(2584) + p.SetState(2582) p.GetErrorHandler().Sync(p) _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 89, p.GetParserRuleContext()) if p.HasError() { @@ -25599,7 +25573,7 @@ func (p *PostgreSQLParser) Alter_identity_column_option() (localctx IAlter_ident p.EnterRule(localctx, 126, PostgreSQLParserRULE_alter_identity_column_option) var _la int - p.SetState(2599) + p.SetState(2597) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -25609,18 +25583,18 @@ func (p *PostgreSQLParser) Alter_identity_column_option() (localctx IAlter_ident case PostgreSQLParserRESTART: p.EnterOuterAlt(localctx, 1) { - p.SetState(2586) + p.SetState(2584) p.Match(PostgreSQLParserRESTART) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2591) + p.SetState(2589) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 91, p.GetParserRuleContext()) == 1 { - p.SetState(2588) + p.SetState(2586) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -25629,13 +25603,13 @@ func (p *PostgreSQLParser) Alter_identity_column_option() (localctx IAlter_ident if _la == PostgreSQLParserWITH { { - p.SetState(2587) + p.SetState(2585) p.Opt_with() } } { - p.SetState(2590) + p.SetState(2588) p.Numericonly() } @@ -25646,14 +25620,14 @@ func (p *PostgreSQLParser) Alter_identity_column_option() (localctx IAlter_ident case PostgreSQLParserSET: p.EnterOuterAlt(localctx, 2) { - p.SetState(2593) + p.SetState(2591) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2597) + p.SetState(2595) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -25662,13 +25636,13 @@ func (p *PostgreSQLParser) Alter_identity_column_option() (localctx IAlter_ident switch p.GetTokenStream().LA(1) { case PostgreSQLParserAS, PostgreSQLParserCACHE, PostgreSQLParserCYCLE, PostgreSQLParserINCREMENT, PostgreSQLParserMAXVALUE, PostgreSQLParserMINVALUE, PostgreSQLParserNO, PostgreSQLParserOWNED, PostgreSQLParserRESTART, PostgreSQLParserSEQUENCE, PostgreSQLParserSTART, PostgreSQLParserUNLOGGED, PostgreSQLParserLOGGED: { - p.SetState(2594) + p.SetState(2592) p.Seqoptelem() } case PostgreSQLParserGENERATED: { - p.SetState(2595) + p.SetState(2593) p.Match(PostgreSQLParserGENERATED) if p.HasError() { // Recognition error - abort rule @@ -25676,7 +25650,7 @@ func (p *PostgreSQLParser) Alter_identity_column_option() (localctx IAlter_ident } } { - p.SetState(2596) + p.SetState(2594) p.Generated_when() } @@ -25896,7 +25870,7 @@ func (s *PartitionboundspecContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Partitionboundspec() (localctx IPartitionboundspecContext) { localctx = NewPartitionboundspecContext(p, p.GetParserRuleContext(), p.GetState()) p.EnterRule(localctx, 128, PostgreSQLParserRULE_partitionboundspec) - p.SetState(2627) + p.SetState(2625) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -25906,7 +25880,7 @@ func (p *PostgreSQLParser) Partitionboundspec() (localctx IPartitionboundspecCon case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(2601) + p.SetState(2599) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -25914,7 +25888,7 @@ func (p *PostgreSQLParser) Partitionboundspec() (localctx IPartitionboundspecCon } } { - p.SetState(2602) + p.SetState(2600) p.Match(PostgreSQLParserVALUES) if p.HasError() { // Recognition error - abort rule @@ -25922,7 +25896,7 @@ func (p *PostgreSQLParser) Partitionboundspec() (localctx IPartitionboundspecCon } } { - p.SetState(2603) + p.SetState(2601) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -25930,7 +25904,7 @@ func (p *PostgreSQLParser) Partitionboundspec() (localctx IPartitionboundspecCon } } { - p.SetState(2604) + p.SetState(2602) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -25938,11 +25912,11 @@ func (p *PostgreSQLParser) Partitionboundspec() (localctx IPartitionboundspecCon } } { - p.SetState(2605) + p.SetState(2603) p.Hash_partbound() } { - p.SetState(2606) + p.SetState(2604) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -25953,7 +25927,7 @@ func (p *PostgreSQLParser) Partitionboundspec() (localctx IPartitionboundspecCon case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(2608) + p.SetState(2606) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -25961,7 +25935,7 @@ func (p *PostgreSQLParser) Partitionboundspec() (localctx IPartitionboundspecCon } } { - p.SetState(2609) + p.SetState(2607) p.Match(PostgreSQLParserVALUES) if p.HasError() { // Recognition error - abort rule @@ -25969,7 +25943,7 @@ func (p *PostgreSQLParser) Partitionboundspec() (localctx IPartitionboundspecCon } } { - p.SetState(2610) + p.SetState(2608) p.Match(PostgreSQLParserIN_P) if p.HasError() { // Recognition error - abort rule @@ -25977,7 +25951,7 @@ func (p *PostgreSQLParser) Partitionboundspec() (localctx IPartitionboundspecCon } } { - p.SetState(2611) + p.SetState(2609) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -25985,11 +25959,11 @@ func (p *PostgreSQLParser) Partitionboundspec() (localctx IPartitionboundspecCon } } { - p.SetState(2612) + p.SetState(2610) p.Expr_list() } { - p.SetState(2613) + p.SetState(2611) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -26000,7 +25974,7 @@ func (p *PostgreSQLParser) Partitionboundspec() (localctx IPartitionboundspecCon case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(2615) + p.SetState(2613) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -26008,7 +25982,7 @@ func (p *PostgreSQLParser) Partitionboundspec() (localctx IPartitionboundspecCon } } { - p.SetState(2616) + p.SetState(2614) p.Match(PostgreSQLParserVALUES) if p.HasError() { // Recognition error - abort rule @@ -26016,7 +25990,7 @@ func (p *PostgreSQLParser) Partitionboundspec() (localctx IPartitionboundspecCon } } { - p.SetState(2617) + p.SetState(2615) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -26024,7 +25998,7 @@ func (p *PostgreSQLParser) Partitionboundspec() (localctx IPartitionboundspecCon } } { - p.SetState(2618) + p.SetState(2616) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -26032,11 +26006,11 @@ func (p *PostgreSQLParser) Partitionboundspec() (localctx IPartitionboundspecCon } } { - p.SetState(2619) + p.SetState(2617) p.Expr_list() } { - p.SetState(2620) + p.SetState(2618) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -26044,7 +26018,7 @@ func (p *PostgreSQLParser) Partitionboundspec() (localctx IPartitionboundspecCon } } { - p.SetState(2621) + p.SetState(2619) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -26052,7 +26026,7 @@ func (p *PostgreSQLParser) Partitionboundspec() (localctx IPartitionboundspecCon } } { - p.SetState(2622) + p.SetState(2620) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -26060,11 +26034,11 @@ func (p *PostgreSQLParser) Partitionboundspec() (localctx IPartitionboundspecCon } } { - p.SetState(2623) + p.SetState(2621) p.Expr_list() } { - p.SetState(2624) + p.SetState(2622) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -26075,7 +26049,7 @@ func (p *PostgreSQLParser) Partitionboundspec() (localctx IPartitionboundspecCon case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(2626) + p.SetState(2624) p.Match(PostgreSQLParserDEFAULT) if p.HasError() { // Recognition error - abort rule @@ -26214,11 +26188,11 @@ func (p *PostgreSQLParser) Hash_partbound_elem() (localctx IHash_partbound_elemC p.EnterRule(localctx, 130, PostgreSQLParserRULE_hash_partbound_elem) p.EnterOuterAlt(localctx, 1) { - p.SetState(2629) + p.SetState(2627) p.Nonreservedword() } { - p.SetState(2630) + p.SetState(2628) p.Iconst() } @@ -26370,10 +26344,10 @@ func (p *PostgreSQLParser) Hash_partbound() (localctx IHash_partboundContext) { p.EnterOuterAlt(localctx, 1) { - p.SetState(2632) + p.SetState(2630) p.Hash_partbound_elem() } - p.SetState(2637) + p.SetState(2635) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -26382,7 +26356,7 @@ func (p *PostgreSQLParser) Hash_partbound() (localctx IHash_partboundContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(2633) + p.SetState(2631) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -26390,11 +26364,11 @@ func (p *PostgreSQLParser) Hash_partbound() (localctx IHash_partboundContext) { } } { - p.SetState(2634) + p.SetState(2632) p.Hash_partbound_elem() } - p.SetState(2639) + p.SetState(2637) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -26539,7 +26513,7 @@ func (p *PostgreSQLParser) Altercompositetypestmt() (localctx IAltercompositetyp p.EnterRule(localctx, 134, PostgreSQLParserRULE_altercompositetypestmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(2640) + p.SetState(2638) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -26547,7 +26521,7 @@ func (p *PostgreSQLParser) Altercompositetypestmt() (localctx IAltercompositetyp } } { - p.SetState(2641) + p.SetState(2639) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -26555,11 +26529,11 @@ func (p *PostgreSQLParser) Altercompositetypestmt() (localctx IAltercompositetyp } } { - p.SetState(2642) + p.SetState(2640) p.Any_name() } { - p.SetState(2643) + p.SetState(2641) p.Alter_type_cmds() } @@ -26711,10 +26685,10 @@ func (p *PostgreSQLParser) Alter_type_cmds() (localctx IAlter_type_cmdsContext) p.EnterOuterAlt(localctx, 1) { - p.SetState(2645) + p.SetState(2643) p.Alter_type_cmd() } - p.SetState(2650) + p.SetState(2648) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -26723,7 +26697,7 @@ func (p *PostgreSQLParser) Alter_type_cmds() (localctx IAlter_type_cmdsContext) for _la == PostgreSQLParserCOMMA { { - p.SetState(2646) + p.SetState(2644) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -26731,11 +26705,11 @@ func (p *PostgreSQLParser) Alter_type_cmds() (localctx IAlter_type_cmdsContext) } } { - p.SetState(2647) + p.SetState(2645) p.Alter_type_cmd() } - p.SetState(2652) + p.SetState(2650) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -26973,7 +26947,7 @@ func (p *PostgreSQLParser) Alter_type_cmd() (localctx IAlter_type_cmdContext) { p.EnterRule(localctx, 138, PostgreSQLParserRULE_alter_type_cmd) var _la int - p.SetState(2683) + p.SetState(2681) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -26983,7 +26957,7 @@ func (p *PostgreSQLParser) Alter_type_cmd() (localctx IAlter_type_cmdContext) { case PostgreSQLParserADD_P: p.EnterOuterAlt(localctx, 1) { - p.SetState(2653) + p.SetState(2651) p.Match(PostgreSQLParserADD_P) if p.HasError() { // Recognition error - abort rule @@ -26991,7 +26965,7 @@ func (p *PostgreSQLParser) Alter_type_cmd() (localctx IAlter_type_cmdContext) { } } { - p.SetState(2654) + p.SetState(2652) p.Match(PostgreSQLParserATTRIBUTE) if p.HasError() { // Recognition error - abort rule @@ -26999,10 +26973,10 @@ func (p *PostgreSQLParser) Alter_type_cmd() (localctx IAlter_type_cmdContext) { } } { - p.SetState(2655) + p.SetState(2653) p.Tablefuncelement() } - p.SetState(2657) + p.SetState(2655) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -27011,7 +26985,7 @@ func (p *PostgreSQLParser) Alter_type_cmd() (localctx IAlter_type_cmdContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(2656) + p.SetState(2654) p.Opt_drop_behavior() } @@ -27020,7 +26994,7 @@ func (p *PostgreSQLParser) Alter_type_cmd() (localctx IAlter_type_cmdContext) { case PostgreSQLParserDROP: p.EnterOuterAlt(localctx, 2) { - p.SetState(2659) + p.SetState(2657) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -27028,19 +27002,19 @@ func (p *PostgreSQLParser) Alter_type_cmd() (localctx IAlter_type_cmdContext) { } } { - p.SetState(2660) + p.SetState(2658) p.Match(PostgreSQLParserATTRIBUTE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2663) + p.SetState(2661) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 98, p.GetParserRuleContext()) == 1 { { - p.SetState(2661) + p.SetState(2659) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -27048,7 +27022,7 @@ func (p *PostgreSQLParser) Alter_type_cmd() (localctx IAlter_type_cmdContext) { } } { - p.SetState(2662) + p.SetState(2660) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -27060,10 +27034,10 @@ func (p *PostgreSQLParser) Alter_type_cmd() (localctx IAlter_type_cmdContext) { goto errorExit } { - p.SetState(2665) + p.SetState(2663) p.Colid() } - p.SetState(2667) + p.SetState(2665) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -27072,7 +27046,7 @@ func (p *PostgreSQLParser) Alter_type_cmd() (localctx IAlter_type_cmdContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(2666) + p.SetState(2664) p.Opt_drop_behavior() } @@ -27081,7 +27055,7 @@ func (p *PostgreSQLParser) Alter_type_cmd() (localctx IAlter_type_cmdContext) { case PostgreSQLParserALTER: p.EnterOuterAlt(localctx, 3) { - p.SetState(2669) + p.SetState(2667) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -27089,7 +27063,7 @@ func (p *PostgreSQLParser) Alter_type_cmd() (localctx IAlter_type_cmdContext) { } } { - p.SetState(2670) + p.SetState(2668) p.Match(PostgreSQLParserATTRIBUTE) if p.HasError() { // Recognition error - abort rule @@ -27097,10 +27071,10 @@ func (p *PostgreSQLParser) Alter_type_cmd() (localctx IAlter_type_cmdContext) { } } { - p.SetState(2671) + p.SetState(2669) p.Colid() } - p.SetState(2673) + p.SetState(2671) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -27109,13 +27083,13 @@ func (p *PostgreSQLParser) Alter_type_cmd() (localctx IAlter_type_cmdContext) { if _la == PostgreSQLParserSET { { - p.SetState(2672) + p.SetState(2670) p.Opt_set_data() } } { - p.SetState(2675) + p.SetState(2673) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -27123,10 +27097,10 @@ func (p *PostgreSQLParser) Alter_type_cmd() (localctx IAlter_type_cmdContext) { } } { - p.SetState(2676) + p.SetState(2674) p.Typename() } - p.SetState(2678) + p.SetState(2676) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -27135,12 +27109,12 @@ func (p *PostgreSQLParser) Alter_type_cmd() (localctx IAlter_type_cmdContext) { if _la == PostgreSQLParserCOLLATE { { - p.SetState(2677) + p.SetState(2675) p.Opt_collate_clause() } } - p.SetState(2681) + p.SetState(2679) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -27149,7 +27123,7 @@ func (p *PostgreSQLParser) Alter_type_cmd() (localctx IAlter_type_cmdContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(2680) + p.SetState(2678) p.Opt_drop_behavior() } @@ -27280,14 +27254,14 @@ func (p *PostgreSQLParser) Closeportalstmt() (localctx ICloseportalstmtContext) p.EnterRule(localctx, 140, PostgreSQLParserRULE_closeportalstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(2685) + p.SetState(2683) p.Match(PostgreSQLParserCLOSE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2688) + p.SetState(2686) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -27296,13 +27270,13 @@ func (p *PostgreSQLParser) Closeportalstmt() (localctx ICloseportalstmtContext) switch p.GetTokenStream().LA(1) { case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserIS, PostgreSQLParserLEFT, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserRIGHT, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: { - p.SetState(2686) + p.SetState(2684) p.Cursor_name() } case PostgreSQLParserALL: { - p.SetState(2687) + p.SetState(2685) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -27615,7 +27589,7 @@ func (p *PostgreSQLParser) Copystmt() (localctx ICopystmtContext) { p.EnterRule(localctx, 142, PostgreSQLParserRULE_copystmt) var _la int - p.SetState(2727) + p.SetState(2725) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -27625,14 +27599,14 @@ func (p *PostgreSQLParser) Copystmt() (localctx ICopystmtContext) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(2690) + p.SetState(2688) p.Match(PostgreSQLParserCOPY) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2692) + p.SetState(2690) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -27641,16 +27615,16 @@ func (p *PostgreSQLParser) Copystmt() (localctx ICopystmtContext) { if _la == PostgreSQLParserBINARY { { - p.SetState(2691) + p.SetState(2689) p.Opt_binary() } } { - p.SetState(2694) + p.SetState(2692) p.Qualified_name() } - p.SetState(2696) + p.SetState(2694) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -27659,16 +27633,16 @@ func (p *PostgreSQLParser) Copystmt() (localctx ICopystmtContext) { if _la == PostgreSQLParserOPEN_PAREN { { - p.SetState(2695) + p.SetState(2693) p.Opt_column_list() } } { - p.SetState(2698) + p.SetState(2696) p.Copy_from() } - p.SetState(2700) + p.SetState(2698) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -27677,16 +27651,16 @@ func (p *PostgreSQLParser) Copystmt() (localctx ICopystmtContext) { if _la == PostgreSQLParserPROGRAM { { - p.SetState(2699) + p.SetState(2697) p.Opt_program() } } { - p.SetState(2702) + p.SetState(2700) p.Copy_file_name() } - p.SetState(2704) + p.SetState(2702) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -27695,17 +27669,17 @@ func (p *PostgreSQLParser) Copystmt() (localctx ICopystmtContext) { if _la == PostgreSQLParserUSING || _la == PostgreSQLParserDELIMITERS { { - p.SetState(2703) + p.SetState(2701) p.Copy_delimiter() } } - p.SetState(2707) + p.SetState(2705) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 109, p.GetParserRuleContext()) == 1 { { - p.SetState(2706) + p.SetState(2704) p.Opt_with() } @@ -27713,10 +27687,10 @@ func (p *PostgreSQLParser) Copystmt() (localctx ICopystmtContext) { goto errorExit } { - p.SetState(2709) + p.SetState(2707) p.Copy_options() } - p.SetState(2711) + p.SetState(2709) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -27725,7 +27699,7 @@ func (p *PostgreSQLParser) Copystmt() (localctx ICopystmtContext) { if _la == PostgreSQLParserWHERE { { - p.SetState(2710) + p.SetState(2708) p.Where_clause() } @@ -27734,7 +27708,7 @@ func (p *PostgreSQLParser) Copystmt() (localctx ICopystmtContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(2713) + p.SetState(2711) p.Match(PostgreSQLParserCOPY) if p.HasError() { // Recognition error - abort rule @@ -27742,7 +27716,7 @@ func (p *PostgreSQLParser) Copystmt() (localctx ICopystmtContext) { } } { - p.SetState(2714) + p.SetState(2712) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -27750,11 +27724,11 @@ func (p *PostgreSQLParser) Copystmt() (localctx ICopystmtContext) { } } { - p.SetState(2715) + p.SetState(2713) p.Preparablestmt() } { - p.SetState(2716) + p.SetState(2714) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -27762,14 +27736,14 @@ func (p *PostgreSQLParser) Copystmt() (localctx ICopystmtContext) { } } { - p.SetState(2717) + p.SetState(2715) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2719) + p.SetState(2717) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -27778,21 +27752,21 @@ func (p *PostgreSQLParser) Copystmt() (localctx ICopystmtContext) { if _la == PostgreSQLParserPROGRAM { { - p.SetState(2718) + p.SetState(2716) p.Opt_program() } } { - p.SetState(2721) + p.SetState(2719) p.Copy_file_name() } - p.SetState(2723) + p.SetState(2721) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 112, p.GetParserRuleContext()) == 1 { { - p.SetState(2722) + p.SetState(2720) p.Opt_with() } @@ -27800,7 +27774,7 @@ func (p *PostgreSQLParser) Copystmt() (localctx ICopystmtContext) { goto errorExit } { - p.SetState(2725) + p.SetState(2723) p.Copy_options() } @@ -27913,7 +27887,7 @@ func (p *PostgreSQLParser) Copy_from() (localctx ICopy_fromContext) { p.EnterOuterAlt(localctx, 1) { - p.SetState(2729) + p.SetState(2727) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserFROM || _la == PostgreSQLParserTO) { @@ -28022,7 +27996,7 @@ func (p *PostgreSQLParser) Opt_program() (localctx IOpt_programContext) { p.EnterRule(localctx, 146, PostgreSQLParserRULE_opt_program) p.EnterOuterAlt(localctx, 1) { - p.SetState(2731) + p.SetState(2729) p.Match(PostgreSQLParserPROGRAM) if p.HasError() { // Recognition error - abort rule @@ -28148,7 +28122,7 @@ func (s *Copy_file_nameContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Copy_file_name() (localctx ICopy_file_nameContext) { localctx = NewCopy_file_nameContext(p, p.GetParserRuleContext(), p.GetState()) p.EnterRule(localctx, 148, PostgreSQLParserRULE_copy_file_name) - p.SetState(2736) + p.SetState(2734) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -28158,14 +28132,14 @@ func (p *PostgreSQLParser) Copy_file_name() (localctx ICopy_file_nameContext) { case PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserEscapeStringConstant: p.EnterOuterAlt(localctx, 1) { - p.SetState(2733) + p.SetState(2731) p.Sconst() } case PostgreSQLParserSTDIN: p.EnterOuterAlt(localctx, 2) { - p.SetState(2734) + p.SetState(2732) p.Match(PostgreSQLParserSTDIN) if p.HasError() { // Recognition error - abort rule @@ -28176,7 +28150,7 @@ func (p *PostgreSQLParser) Copy_file_name() (localctx ICopy_file_nameContext) { case PostgreSQLParserSTDOUT: p.EnterOuterAlt(localctx, 3) { - p.SetState(2735) + p.SetState(2733) p.Match(PostgreSQLParserSTDOUT) if p.HasError() { // Recognition error - abort rule @@ -28324,7 +28298,7 @@ func (s *Copy_optionsContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Copy_options() (localctx ICopy_optionsContext) { localctx = NewCopy_optionsContext(p, p.GetParserRuleContext(), p.GetState()) p.EnterRule(localctx, 150, PostgreSQLParserRULE_copy_options) - p.SetState(2743) + p.SetState(2741) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -28334,14 +28308,14 @@ func (p *PostgreSQLParser) Copy_options() (localctx ICopy_optionsContext) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(2738) + p.SetState(2736) p.Copy_opt_list() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(2739) + p.SetState(2737) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -28349,11 +28323,11 @@ func (p *PostgreSQLParser) Copy_options() (localctx ICopy_optionsContext) { } } { - p.SetState(2740) + p.SetState(2738) p.Copy_generic_opt_list() } { - p.SetState(2741) + p.SetState(2739) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -28502,7 +28476,7 @@ func (p *PostgreSQLParser) Copy_opt_list() (localctx ICopy_opt_listContext) { var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(2748) + p.SetState(2746) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -28511,11 +28485,11 @@ func (p *PostgreSQLParser) Copy_opt_list() (localctx ICopy_opt_listContext) { for ((int64((_la-78)) & ^0x3f) == 0 && ((int64(1)<<(_la-78))&17716740097) != 0) || ((int64((_la-171)) & ^0x3f) == 0 && ((int64(1)<<(_la-171))&35459325497345) != 0) || _la == PostgreSQLParserQUOTE { { - p.SetState(2745) + p.SetState(2743) p.Copy_opt_item() } - p.SetState(2750) + p.SetState(2748) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -28727,7 +28701,7 @@ func (p *PostgreSQLParser) Copy_opt_item() (localctx ICopy_opt_itemContext) { p.EnterRule(localctx, 154, PostgreSQLParserRULE_copy_opt_item) var _la int - p.SetState(2790) + p.SetState(2788) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -28737,7 +28711,7 @@ func (p *PostgreSQLParser) Copy_opt_item() (localctx ICopy_opt_itemContext) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(2751) + p.SetState(2749) p.Match(PostgreSQLParserBINARY) if p.HasError() { // Recognition error - abort rule @@ -28748,7 +28722,7 @@ func (p *PostgreSQLParser) Copy_opt_item() (localctx ICopy_opt_itemContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(2752) + p.SetState(2750) p.Match(PostgreSQLParserFREEZE) if p.HasError() { // Recognition error - abort rule @@ -28759,14 +28733,14 @@ func (p *PostgreSQLParser) Copy_opt_item() (localctx ICopy_opt_itemContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(2753) + p.SetState(2751) p.Match(PostgreSQLParserDELIMITER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2755) + p.SetState(2753) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -28775,27 +28749,27 @@ func (p *PostgreSQLParser) Copy_opt_item() (localctx ICopy_opt_itemContext) { if _la == PostgreSQLParserAS { { - p.SetState(2754) + p.SetState(2752) p.Opt_as() } } { - p.SetState(2757) + p.SetState(2755) p.Sconst() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(2758) + p.SetState(2756) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2760) + p.SetState(2758) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -28804,20 +28778,20 @@ func (p *PostgreSQLParser) Copy_opt_item() (localctx ICopy_opt_itemContext) { if _la == PostgreSQLParserAS { { - p.SetState(2759) + p.SetState(2757) p.Opt_as() } } { - p.SetState(2762) + p.SetState(2760) p.Sconst() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(2763) + p.SetState(2761) p.Match(PostgreSQLParserCSV) if p.HasError() { // Recognition error - abort rule @@ -28828,7 +28802,7 @@ func (p *PostgreSQLParser) Copy_opt_item() (localctx ICopy_opt_itemContext) { case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(2764) + p.SetState(2762) p.Match(PostgreSQLParserHEADER_P) if p.HasError() { // Recognition error - abort rule @@ -28839,14 +28813,14 @@ func (p *PostgreSQLParser) Copy_opt_item() (localctx ICopy_opt_itemContext) { case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(2765) + p.SetState(2763) p.Match(PostgreSQLParserQUOTE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2767) + p.SetState(2765) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -28855,27 +28829,27 @@ func (p *PostgreSQLParser) Copy_opt_item() (localctx ICopy_opt_itemContext) { if _la == PostgreSQLParserAS { { - p.SetState(2766) + p.SetState(2764) p.Opt_as() } } { - p.SetState(2769) + p.SetState(2767) p.Sconst() } case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(2770) + p.SetState(2768) p.Match(PostgreSQLParserESCAPE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2772) + p.SetState(2770) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -28884,20 +28858,20 @@ func (p *PostgreSQLParser) Copy_opt_item() (localctx ICopy_opt_itemContext) { if _la == PostgreSQLParserAS { { - p.SetState(2771) + p.SetState(2769) p.Opt_as() } } { - p.SetState(2774) + p.SetState(2772) p.Sconst() } case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(2775) + p.SetState(2773) p.Match(PostgreSQLParserFORCE) if p.HasError() { // Recognition error - abort rule @@ -28905,7 +28879,7 @@ func (p *PostgreSQLParser) Copy_opt_item() (localctx ICopy_opt_itemContext) { } } { - p.SetState(2776) + p.SetState(2774) p.Match(PostgreSQLParserQUOTE) if p.HasError() { // Recognition error - abort rule @@ -28913,14 +28887,14 @@ func (p *PostgreSQLParser) Copy_opt_item() (localctx ICopy_opt_itemContext) { } } { - p.SetState(2777) + p.SetState(2775) p.Columnlist() } case 10: p.EnterOuterAlt(localctx, 10) { - p.SetState(2778) + p.SetState(2776) p.Match(PostgreSQLParserFORCE) if p.HasError() { // Recognition error - abort rule @@ -28928,7 +28902,7 @@ func (p *PostgreSQLParser) Copy_opt_item() (localctx ICopy_opt_itemContext) { } } { - p.SetState(2779) + p.SetState(2777) p.Match(PostgreSQLParserQUOTE) if p.HasError() { // Recognition error - abort rule @@ -28936,7 +28910,7 @@ func (p *PostgreSQLParser) Copy_opt_item() (localctx ICopy_opt_itemContext) { } } { - p.SetState(2780) + p.SetState(2778) p.Match(PostgreSQLParserSTAR) if p.HasError() { // Recognition error - abort rule @@ -28947,7 +28921,7 @@ func (p *PostgreSQLParser) Copy_opt_item() (localctx ICopy_opt_itemContext) { case 11: p.EnterOuterAlt(localctx, 11) { - p.SetState(2781) + p.SetState(2779) p.Match(PostgreSQLParserFORCE) if p.HasError() { // Recognition error - abort rule @@ -28955,7 +28929,7 @@ func (p *PostgreSQLParser) Copy_opt_item() (localctx ICopy_opt_itemContext) { } } { - p.SetState(2782) + p.SetState(2780) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -28963,7 +28937,7 @@ func (p *PostgreSQLParser) Copy_opt_item() (localctx ICopy_opt_itemContext) { } } { - p.SetState(2783) + p.SetState(2781) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule @@ -28971,14 +28945,14 @@ func (p *PostgreSQLParser) Copy_opt_item() (localctx ICopy_opt_itemContext) { } } { - p.SetState(2784) + p.SetState(2782) p.Columnlist() } case 12: p.EnterOuterAlt(localctx, 12) { - p.SetState(2785) + p.SetState(2783) p.Match(PostgreSQLParserFORCE) if p.HasError() { // Recognition error - abort rule @@ -28986,7 +28960,7 @@ func (p *PostgreSQLParser) Copy_opt_item() (localctx ICopy_opt_itemContext) { } } { - p.SetState(2786) + p.SetState(2784) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule @@ -28994,14 +28968,14 @@ func (p *PostgreSQLParser) Copy_opt_item() (localctx ICopy_opt_itemContext) { } } { - p.SetState(2787) + p.SetState(2785) p.Columnlist() } case 13: p.EnterOuterAlt(localctx, 13) { - p.SetState(2788) + p.SetState(2786) p.Match(PostgreSQLParserENCODING) if p.HasError() { // Recognition error - abort rule @@ -29009,7 +28983,7 @@ func (p *PostgreSQLParser) Copy_opt_item() (localctx ICopy_opt_itemContext) { } } { - p.SetState(2789) + p.SetState(2787) p.Sconst() } @@ -29115,7 +29089,7 @@ func (p *PostgreSQLParser) Opt_binary() (localctx IOpt_binaryContext) { p.EnterRule(localctx, 156, PostgreSQLParserRULE_opt_binary) p.EnterOuterAlt(localctx, 1) { - p.SetState(2792) + p.SetState(2790) p.Match(PostgreSQLParserBINARY) if p.HasError() { // Recognition error - abort rule @@ -29256,7 +29230,7 @@ func (p *PostgreSQLParser) Copy_delimiter() (localctx ICopy_delimiterContext) { var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(2795) + p.SetState(2793) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -29265,13 +29239,13 @@ func (p *PostgreSQLParser) Copy_delimiter() (localctx ICopy_delimiterContext) { if _la == PostgreSQLParserUSING { { - p.SetState(2794) + p.SetState(2792) p.Opt_using() } } { - p.SetState(2797) + p.SetState(2795) p.Match(PostgreSQLParserDELIMITERS) if p.HasError() { // Recognition error - abort rule @@ -29279,7 +29253,7 @@ func (p *PostgreSQLParser) Copy_delimiter() (localctx ICopy_delimiterContext) { } } { - p.SetState(2798) + p.SetState(2796) p.Sconst() } @@ -29381,7 +29355,7 @@ func (p *PostgreSQLParser) Opt_using() (localctx IOpt_usingContext) { p.EnterRule(localctx, 160, PostgreSQLParserRULE_opt_using) p.EnterOuterAlt(localctx, 1) { - p.SetState(2800) + p.SetState(2798) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -29537,10 +29511,10 @@ func (p *PostgreSQLParser) Copy_generic_opt_list() (localctx ICopy_generic_opt_l p.EnterOuterAlt(localctx, 1) { - p.SetState(2802) + p.SetState(2800) p.Copy_generic_opt_elem() } - p.SetState(2807) + p.SetState(2805) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -29549,7 +29523,7 @@ func (p *PostgreSQLParser) Copy_generic_opt_list() (localctx ICopy_generic_opt_l for _la == PostgreSQLParserCOMMA { { - p.SetState(2803) + p.SetState(2801) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -29557,11 +29531,11 @@ func (p *PostgreSQLParser) Copy_generic_opt_list() (localctx ICopy_generic_opt_l } } { - p.SetState(2804) + p.SetState(2802) p.Copy_generic_opt_elem() } - p.SetState(2809) + p.SetState(2807) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -29698,10 +29672,10 @@ func (p *PostgreSQLParser) Copy_generic_opt_elem() (localctx ICopy_generic_opt_e p.EnterOuterAlt(localctx, 1) { - p.SetState(2810) + p.SetState(2808) p.Collabel() } - p.SetState(2812) + p.SetState(2810) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -29710,7 +29684,7 @@ func (p *PostgreSQLParser) Copy_generic_opt_elem() (localctx ICopy_generic_opt_e if ((int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&3611948516751979012) != 0) || ((int64((_la-80)) & ^0x3f) == 0 && ((int64(1)<<(_la-80))&-70918567030783) != 0) || ((int64((_la-144)) & ^0x3f) == 0 && ((int64(1)<<(_la-144))&-1) != 0) || ((int64((_la-208)) & ^0x3f) == 0 && ((int64(1)<<(_la-208))&-39582418599937) != 0) || ((int64((_la-272)) & ^0x3f) == 0 && ((int64(1)<<(_la-272))&-1) != 0) || ((int64((_la-336)) & ^0x3f) == 0 && ((int64(1)<<(_la-336))&-1) != 0) || ((int64((_la-400)) & ^0x3f) == 0 && ((int64(1)<<(_la-400))&-72057594037927937) != 0) || ((int64((_la-464)) & ^0x3f) == 0 && ((int64(1)<<(_la-464))&-144126183192133633) != 0) || ((int64((_la-528)) & ^0x3f) == 0 && ((int64(1)<<(_la-528))&-1) != 0) || ((int64((_la-592)) & ^0x3f) == 0 && ((int64(1)<<(_la-592))&5843490885257396223) != 0) || ((int64((_la-656)) & ^0x3f) == 0 && ((int64(1)<<(_la-656))&4209153) != 0) { { - p.SetState(2811) + p.SetState(2809) p.Copy_generic_opt_arg() } @@ -29873,7 +29847,7 @@ func (s *Copy_generic_opt_argContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Copy_generic_opt_arg() (localctx ICopy_generic_opt_argContext) { localctx = NewCopy_generic_opt_argContext(p, p.GetParserRuleContext(), p.GetState()) p.EnterRule(localctx, 166, PostgreSQLParserRULE_copy_generic_opt_arg) - p.SetState(2821) + p.SetState(2819) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -29883,21 +29857,21 @@ func (p *PostgreSQLParser) Copy_generic_opt_arg() (localctx ICopy_generic_opt_ar case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFALSE_P, PostgreSQLParserFETCH, PostgreSQLParserON, PostgreSQLParserTABLE, PostgreSQLParserTRUE_P, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER, PostgreSQLParserEscapeStringConstant: p.EnterOuterAlt(localctx, 1) { - p.SetState(2814) + p.SetState(2812) p.Opt_boolean_or_string() } case PostgreSQLParserPLUS, PostgreSQLParserMINUS, PostgreSQLParserIntegral, PostgreSQLParserNumeric: p.EnterOuterAlt(localctx, 2) { - p.SetState(2815) + p.SetState(2813) p.Numericonly() } case PostgreSQLParserSTAR: p.EnterOuterAlt(localctx, 3) { - p.SetState(2816) + p.SetState(2814) p.Match(PostgreSQLParserSTAR) if p.HasError() { // Recognition error - abort rule @@ -29908,7 +29882,7 @@ func (p *PostgreSQLParser) Copy_generic_opt_arg() (localctx ICopy_generic_opt_ar case PostgreSQLParserOPEN_PAREN: p.EnterOuterAlt(localctx, 4) { - p.SetState(2817) + p.SetState(2815) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -29916,11 +29890,11 @@ func (p *PostgreSQLParser) Copy_generic_opt_arg() (localctx ICopy_generic_opt_ar } } { - p.SetState(2818) + p.SetState(2816) p.Copy_generic_opt_arg_list() } { - p.SetState(2819) + p.SetState(2817) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -30081,10 +30055,10 @@ func (p *PostgreSQLParser) Copy_generic_opt_arg_list() (localctx ICopy_generic_o p.EnterOuterAlt(localctx, 1) { - p.SetState(2823) + p.SetState(2821) p.Copy_generic_opt_arg_list_item() } - p.SetState(2828) + p.SetState(2826) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -30093,7 +30067,7 @@ func (p *PostgreSQLParser) Copy_generic_opt_arg_list() (localctx ICopy_generic_o for _la == PostgreSQLParserCOMMA { { - p.SetState(2824) + p.SetState(2822) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -30101,11 +30075,11 @@ func (p *PostgreSQLParser) Copy_generic_opt_arg_list() (localctx ICopy_generic_o } } { - p.SetState(2825) + p.SetState(2823) p.Copy_generic_opt_arg_list_item() } - p.SetState(2830) + p.SetState(2828) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -30223,7 +30197,7 @@ func (p *PostgreSQLParser) Copy_generic_opt_arg_list_item() (localctx ICopy_gene p.EnterRule(localctx, 170, PostgreSQLParserRULE_copy_generic_opt_arg_list_item) p.EnterOuterAlt(localctx, 1) { - p.SetState(2831) + p.SetState(2829) p.Opt_boolean_or_string() } @@ -30597,14 +30571,14 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { p.EnterOuterAlt(localctx, 1) { - p.SetState(2833) + p.SetState(2831) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2835) + p.SetState(2833) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -30613,25 +30587,25 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { if _la == PostgreSQLParserGLOBAL || _la == PostgreSQLParserLOCAL || ((int64((_la-345)) & ^0x3f) == 0 && ((int64(1)<<(_la-345))&32773) != 0) { { - p.SetState(2834) + p.SetState(2832) p.Opttemp() } } { - p.SetState(2837) + p.SetState(2835) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2841) + p.SetState(2839) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 128, p.GetParserRuleContext()) == 1 { { - p.SetState(2838) + p.SetState(2836) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -30639,7 +30613,7 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { } } { - p.SetState(2839) + p.SetState(2837) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -30647,7 +30621,7 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { } } { - p.SetState(2840) + p.SetState(2838) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -30659,10 +30633,10 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { goto errorExit } { - p.SetState(2843) + p.SetState(2841) p.Qualified_name() } - p.SetState(2909) + p.SetState(2907) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -30671,34 +30645,36 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserOPEN_PAREN: { - p.SetState(2844) + p.SetState(2842) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2846) + p.SetState(2844) p.GetErrorHandler().Sync(p) + if p.HasError() { + goto errorExit + } + _la = p.GetTokenStream().LA(1) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 129, p.GetParserRuleContext()) == 1 { + if ((int64((_la-33)) & ^0x3f) == 0 && ((int64(1)<<(_la-33))&580964353290804741) != 0) || ((int64((_la-98)) & ^0x3f) == 0 && ((int64(1)<<(_la-98))&-1771831295) != 0) || ((int64((_la-162)) & ^0x3f) == 0 && ((int64(1)<<(_la-162))&-1) != 0) || ((int64((_la-226)) & ^0x3f) == 0 && ((int64(1)<<(_la-226))&-150994945) != 0) || ((int64((_la-290)) & ^0x3f) == 0 && ((int64(1)<<(_la-290))&-1) != 0) || ((int64((_la-354)) & ^0x3f) == 0 && ((int64(1)<<(_la-354))&-1) != 0) || ((int64((_la-418)) & ^0x3f) == 0 && ((int64(1)<<(_la-418))&-72057868915834881) != 0) || ((int64((_la-482)) & ^0x3f) == 0 && ((int64(1)<<(_la-482))&-549797756929) != 0) || ((int64((_la-546)) & ^0x3f) == 0 && ((int64(1)<<(_la-546))&-1) != 0) || ((int64((_la-610)) & ^0x3f) == 0 && ((int64(1)<<(_la-610))&864691429371281407) != 0) { { - p.SetState(2845) + p.SetState(2843) p.Opttableelementlist() } - } else if p.HasError() { // JIM - goto errorExit } { - p.SetState(2848) + p.SetState(2846) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(2850) + p.SetState(2848) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -30707,12 +30683,12 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { if _la == PostgreSQLParserINHERITS { { - p.SetState(2849) + p.SetState(2847) p.Optinherit() } } - p.SetState(2853) + p.SetState(2851) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -30721,12 +30697,12 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { if _la == PostgreSQLParserPARTITION { { - p.SetState(2852) + p.SetState(2850) p.Optpartitionspec() } } - p.SetState(2856) + p.SetState(2854) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -30735,24 +30711,24 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { if _la == PostgreSQLParserUSING { { - p.SetState(2855) + p.SetState(2853) p.Table_access_method_clause() } } - p.SetState(2859) + p.SetState(2857) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 133, p.GetParserRuleContext()) == 1 { { - p.SetState(2858) + p.SetState(2856) p.Optwith() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(2862) + p.SetState(2860) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -30761,12 +30737,12 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { if _la == PostgreSQLParserON { { - p.SetState(2861) + p.SetState(2859) p.Oncommitoption() } } - p.SetState(2865) + p.SetState(2863) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -30775,7 +30751,7 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { if _la == PostgreSQLParserTABLESPACE { { - p.SetState(2864) + p.SetState(2862) p.Opttablespace() } @@ -30783,7 +30759,7 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { case PostgreSQLParserOF: { - p.SetState(2867) + p.SetState(2865) p.Match(PostgreSQLParserOF) if p.HasError() { // Recognition error - abort rule @@ -30791,22 +30767,22 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { } } { - p.SetState(2868) + p.SetState(2866) p.Any_name() } - p.SetState(2870) + p.SetState(2868) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 136, p.GetParserRuleContext()) == 1 { { - p.SetState(2869) + p.SetState(2867) p.Opttypedtableelementlist() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(2873) + p.SetState(2871) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -30815,12 +30791,12 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { if _la == PostgreSQLParserPARTITION { { - p.SetState(2872) + p.SetState(2870) p.Optpartitionspec() } } - p.SetState(2876) + p.SetState(2874) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -30829,24 +30805,24 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { if _la == PostgreSQLParserUSING { { - p.SetState(2875) + p.SetState(2873) p.Table_access_method_clause() } } - p.SetState(2879) + p.SetState(2877) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 139, p.GetParserRuleContext()) == 1 { { - p.SetState(2878) + p.SetState(2876) p.Optwith() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(2882) + p.SetState(2880) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -30855,12 +30831,12 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { if _la == PostgreSQLParserON { { - p.SetState(2881) + p.SetState(2879) p.Oncommitoption() } } - p.SetState(2885) + p.SetState(2883) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -30869,7 +30845,7 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { if _la == PostgreSQLParserTABLESPACE { { - p.SetState(2884) + p.SetState(2882) p.Opttablespace() } @@ -30877,7 +30853,7 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { case PostgreSQLParserPARTITION: { - p.SetState(2887) + p.SetState(2885) p.Match(PostgreSQLParserPARTITION) if p.HasError() { // Recognition error - abort rule @@ -30885,7 +30861,7 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { } } { - p.SetState(2888) + p.SetState(2886) p.Match(PostgreSQLParserOF) if p.HasError() { // Recognition error - abort rule @@ -30893,10 +30869,10 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { } } { - p.SetState(2889) + p.SetState(2887) p.Qualified_name() } - p.SetState(2891) + p.SetState(2889) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -30905,16 +30881,16 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { if _la == PostgreSQLParserOPEN_PAREN { { - p.SetState(2890) + p.SetState(2888) p.Opttypedtableelementlist() } } { - p.SetState(2893) + p.SetState(2891) p.Partitionboundspec() } - p.SetState(2895) + p.SetState(2893) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -30923,12 +30899,12 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { if _la == PostgreSQLParserPARTITION { { - p.SetState(2894) + p.SetState(2892) p.Optpartitionspec() } } - p.SetState(2898) + p.SetState(2896) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -30937,24 +30913,24 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { if _la == PostgreSQLParserUSING { { - p.SetState(2897) + p.SetState(2895) p.Table_access_method_clause() } } - p.SetState(2901) + p.SetState(2899) p.GetErrorHandler().Sync(p) if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 145, p.GetParserRuleContext()) == 1 { { - p.SetState(2900) + p.SetState(2898) p.Optwith() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(2904) + p.SetState(2902) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -30963,12 +30939,12 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { if _la == PostgreSQLParserON { { - p.SetState(2903) + p.SetState(2901) p.Oncommitoption() } } - p.SetState(2907) + p.SetState(2905) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -30977,7 +30953,7 @@ func (p *PostgreSQLParser) Createstmt() (localctx ICreatestmtContext) { if _la == PostgreSQLParserTABLESPACE { { - p.SetState(2906) + p.SetState(2904) p.Opttablespace() } @@ -31106,7 +31082,7 @@ func (p *PostgreSQLParser) Opttemp() (localctx IOpttempContext) { p.EnterRule(localctx, 174, PostgreSQLParserRULE_opttemp) var _la int - p.SetState(2918) + p.SetState(2916) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -31116,7 +31092,7 @@ func (p *PostgreSQLParser) Opttemp() (localctx IOpttempContext) { case PostgreSQLParserTEMPORARY: p.EnterOuterAlt(localctx, 1) { - p.SetState(2911) + p.SetState(2909) p.Match(PostgreSQLParserTEMPORARY) if p.HasError() { // Recognition error - abort rule @@ -31127,7 +31103,7 @@ func (p *PostgreSQLParser) Opttemp() (localctx IOpttempContext) { case PostgreSQLParserTEMP: p.EnterOuterAlt(localctx, 2) { - p.SetState(2912) + p.SetState(2910) p.Match(PostgreSQLParserTEMP) if p.HasError() { // Recognition error - abort rule @@ -31138,7 +31114,7 @@ func (p *PostgreSQLParser) Opttemp() (localctx IOpttempContext) { case PostgreSQLParserLOCAL: p.EnterOuterAlt(localctx, 3) { - p.SetState(2913) + p.SetState(2911) p.Match(PostgreSQLParserLOCAL) if p.HasError() { // Recognition error - abort rule @@ -31146,7 +31122,7 @@ func (p *PostgreSQLParser) Opttemp() (localctx IOpttempContext) { } } { - p.SetState(2914) + p.SetState(2912) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserTEMP || _la == PostgreSQLParserTEMPORARY) { @@ -31160,7 +31136,7 @@ func (p *PostgreSQLParser) Opttemp() (localctx IOpttempContext) { case PostgreSQLParserGLOBAL: p.EnterOuterAlt(localctx, 4) { - p.SetState(2915) + p.SetState(2913) p.Match(PostgreSQLParserGLOBAL) if p.HasError() { // Recognition error - abort rule @@ -31168,7 +31144,7 @@ func (p *PostgreSQLParser) Opttemp() (localctx IOpttempContext) { } } { - p.SetState(2916) + p.SetState(2914) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserTEMP || _la == PostgreSQLParserTEMPORARY) { @@ -31182,7 +31158,7 @@ func (p *PostgreSQLParser) Opttemp() (localctx IOpttempContext) { case PostgreSQLParserUNLOGGED: p.EnterOuterAlt(localctx, 5) { - p.SetState(2917) + p.SetState(2915) p.Match(PostgreSQLParserUNLOGGED) if p.HasError() { // Recognition error - abort rule @@ -31305,7 +31281,7 @@ func (p *PostgreSQLParser) Opttableelementlist() (localctx IOpttableelementlistC p.EnterRule(localctx, 176, PostgreSQLParserRULE_opttableelementlist) p.EnterOuterAlt(localctx, 1) { - p.SetState(2920) + p.SetState(2918) p.Tableelementlist() } @@ -31429,7 +31405,7 @@ func (p *PostgreSQLParser) Opttypedtableelementlist() (localctx IOpttypedtableel p.EnterRule(localctx, 178, PostgreSQLParserRULE_opttypedtableelementlist) p.EnterOuterAlt(localctx, 1) { - p.SetState(2922) + p.SetState(2920) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -31437,11 +31413,11 @@ func (p *PostgreSQLParser) Opttypedtableelementlist() (localctx IOpttypedtableel } } { - p.SetState(2923) + p.SetState(2921) p.Typedtableelementlist() } { - p.SetState(2924) + p.SetState(2922) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -31597,10 +31573,10 @@ func (p *PostgreSQLParser) Tableelementlist() (localctx ITableelementlistContext p.EnterOuterAlt(localctx, 1) { - p.SetState(2926) + p.SetState(2924) p.Tableelement() } - p.SetState(2931) + p.SetState(2929) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -31609,7 +31585,7 @@ func (p *PostgreSQLParser) Tableelementlist() (localctx ITableelementlistContext for _la == PostgreSQLParserCOMMA { { - p.SetState(2927) + p.SetState(2925) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -31617,11 +31593,11 @@ func (p *PostgreSQLParser) Tableelementlist() (localctx ITableelementlistContext } } { - p.SetState(2928) + p.SetState(2926) p.Tableelement() } - p.SetState(2933) + p.SetState(2931) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -31777,10 +31753,10 @@ func (p *PostgreSQLParser) Typedtableelementlist() (localctx ITypedtableelementl p.EnterOuterAlt(localctx, 1) { - p.SetState(2934) + p.SetState(2932) p.Typedtableelement() } - p.SetState(2939) + p.SetState(2937) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -31789,7 +31765,7 @@ func (p *PostgreSQLParser) Typedtableelementlist() (localctx ITypedtableelementl for _la == PostgreSQLParserCOMMA { { - p.SetState(2935) + p.SetState(2933) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -31797,11 +31773,11 @@ func (p *PostgreSQLParser) Typedtableelementlist() (localctx ITypedtableelementl } } { - p.SetState(2936) + p.SetState(2934) p.Typedtableelement() } - p.SetState(2941) + p.SetState(2939) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -31951,7 +31927,7 @@ func (s *TableelementContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Tableelement() (localctx ITableelementContext) { localctx = NewTableelementContext(p, p.GetParserRuleContext(), p.GetState()) p.EnterRule(localctx, 184, PostgreSQLParserRULE_tableelement) - p.SetState(2945) + p.SetState(2943) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -31961,21 +31937,21 @@ func (p *PostgreSQLParser) Tableelement() (localctx ITableelementContext) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(2942) + p.SetState(2940) p.Tableconstraint() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(2943) + p.SetState(2941) p.Tablelikeclause() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(2944) + p.SetState(2942) p.ColumnDef() } @@ -32108,7 +32084,7 @@ func (s *TypedtableelementContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Typedtableelement() (localctx ITypedtableelementContext) { localctx = NewTypedtableelementContext(p, p.GetParserRuleContext(), p.GetState()) p.EnterRule(localctx, 186, PostgreSQLParserRULE_typedtableelement) - p.SetState(2949) + p.SetState(2947) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -32118,14 +32094,14 @@ func (p *PostgreSQLParser) Typedtableelement() (localctx ITypedtableelementConte case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(2947) + p.SetState(2945) p.ColumnOptions() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(2948) + p.SetState(2946) p.Tableconstraint() } @@ -32158,7 +32134,6 @@ type IColumnDefContext interface { Typename() ITypenameContext Colquallist() IColquallistContext Create_generic_options() ICreate_generic_optionsContext - Rs_colattributes() IRs_colattributesContext // IsColumnDefContext differentiates from other interfaces. IsColumnDefContext() @@ -32260,22 +32235,6 @@ func (s *ColumnDefContext) Create_generic_options() ICreate_generic_optionsConte return t.(ICreate_generic_optionsContext) } -func (s *ColumnDefContext) Rs_colattributes() IRs_colattributesContext { - var t antlr.RuleContext - for _, ctx := range s.GetChildren() { - if _, ok := ctx.(IRs_colattributesContext); ok { - t = ctx.(antlr.RuleContext) - break - } - } - - if t == nil { - return nil - } - - return t.(IRs_colattributesContext) -} - func (s *ColumnDefContext) GetRuleContext() antlr.RuleContext { return s } @@ -32311,567 +32270,32 @@ func (p *PostgreSQLParser) ColumnDef() (localctx IColumnDefContext) { p.EnterRule(localctx, 188, PostgreSQLParserRULE_columnDef) var _la int - p.SetState(2970) - p.GetErrorHandler().Sync(p) - if p.HasError() { - goto errorExit - } - - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 157, p.GetParserRuleContext()) { - case 1: - p.EnterOuterAlt(localctx, 1) - p.SetState(2951) - - if !(p.Engine != EngineRedshift) { - p.SetError(antlr.NewFailedPredicateException(p, " $parser.Engine!=EngineRedshift ", "")) - goto errorExit - } - { - p.SetState(2952) - p.Colid() - } - { - p.SetState(2953) - p.Typename() - } - p.SetState(2955) - p.GetErrorHandler().Sync(p) - if p.HasError() { - goto errorExit - } - _la = p.GetTokenStream().LA(1) - - if _la == PostgreSQLParserOPTIONS { - { - p.SetState(2954) - p.Create_generic_options() - } - - } - { - p.SetState(2957) - p.Colquallist() - } - - case 2: - p.EnterOuterAlt(localctx, 2) - p.SetState(2959) - - if !(p.Engine == EngineRedshift) { - p.SetError(antlr.NewFailedPredicateException(p, " $parser.Engine==EngineRedshift ", "")) - goto errorExit - } - { - p.SetState(2960) - p.Colid() - } - { - p.SetState(2961) - p.Typename() - } - p.SetState(2963) - p.GetErrorHandler().Sync(p) - if p.HasError() { - goto errorExit - } - _la = p.GetTokenStream().LA(1) - - if _la == PostgreSQLParserOPTIONS { - { - p.SetState(2962) - p.Create_generic_options() - } - - } - p.SetState(2966) - p.GetErrorHandler().Sync(p) - - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 156, p.GetParserRuleContext()) == 1 { - { - p.SetState(2965) - p.Rs_colattributes() - } - - } else if p.HasError() { // JIM - goto errorExit - } - { - p.SetState(2968) - p.Colquallist() - } - - case antlr.ATNInvalidAltNumber: - goto errorExit - } - -errorExit: - if p.HasError() { - v := p.GetError() - localctx.SetException(v) - p.GetErrorHandler().ReportError(p, v) - p.GetErrorHandler().Recover(p, v) - p.SetError(nil) - } - p.ExitRule() - return localctx - goto errorExit // Trick to prevent compiler error if the label is not used -} - -// IRs_colattributesContext is an interface to support dynamic dispatch. -type IRs_colattributesContext interface { - antlr.ParserRuleContext - - // GetParser returns the parser. - GetParser() antlr.Parser - - // GetSeed returns the seed rule contexts. - GetSeed() IIconstContext - - // GetStep returns the step rule contexts. - GetStep() IIconstContext - - // SetSeed sets the seed rule contexts. - SetSeed(IIconstContext) - - // SetStep sets the step rule contexts. - SetStep(IIconstContext) - - // Getter signatures - DEFAULT() antlr.TerminalNode - B_expr() IB_exprContext - IDENTITY_P() antlr.TerminalNode - OPEN_PAREN() antlr.TerminalNode - COMMA() antlr.TerminalNode - CLOSE_PAREN() antlr.TerminalNode - AllIconst() []IIconstContext - Iconst(i int) IIconstContext - GENERATED() antlr.TerminalNode - BY() antlr.TerminalNode - AS() antlr.TerminalNode - ENCODE() antlr.TerminalNode - StringConstant() antlr.TerminalNode - DISTKEY() antlr.TerminalNode - SORTKEY() antlr.TerminalNode - COLLATE() antlr.TerminalNode - CASE_SENSITIVE() antlr.TerminalNode - CASE_INSENSITIVE() antlr.TerminalNode - - // IsRs_colattributesContext differentiates from other interfaces. - IsRs_colattributesContext() -} - -type Rs_colattributesContext struct { - antlr.BaseParserRuleContext - parser antlr.Parser - seed IIconstContext - step IIconstContext -} - -func NewEmptyRs_colattributesContext() *Rs_colattributesContext { - var p = new(Rs_colattributesContext) - antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, nil, -1) - p.RuleIndex = PostgreSQLParserRULE_rs_colattributes - return p -} - -func InitEmptyRs_colattributesContext(p *Rs_colattributesContext) { - antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, nil, -1) - p.RuleIndex = PostgreSQLParserRULE_rs_colattributes -} - -func (*Rs_colattributesContext) IsRs_colattributesContext() {} - -func NewRs_colattributesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Rs_colattributesContext { - var p = new(Rs_colattributesContext) - - antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) - - p.parser = parser - p.RuleIndex = PostgreSQLParserRULE_rs_colattributes - - return p -} - -func (s *Rs_colattributesContext) GetParser() antlr.Parser { return s.parser } - -func (s *Rs_colattributesContext) GetSeed() IIconstContext { return s.seed } - -func (s *Rs_colattributesContext) GetStep() IIconstContext { return s.step } - -func (s *Rs_colattributesContext) SetSeed(v IIconstContext) { s.seed = v } - -func (s *Rs_colattributesContext) SetStep(v IIconstContext) { s.step = v } - -func (s *Rs_colattributesContext) DEFAULT() antlr.TerminalNode { - return s.GetToken(PostgreSQLParserDEFAULT, 0) -} - -func (s *Rs_colattributesContext) B_expr() IB_exprContext { - var t antlr.RuleContext - for _, ctx := range s.GetChildren() { - if _, ok := ctx.(IB_exprContext); ok { - t = ctx.(antlr.RuleContext) - break - } - } - - if t == nil { - return nil - } - - return t.(IB_exprContext) -} - -func (s *Rs_colattributesContext) IDENTITY_P() antlr.TerminalNode { - return s.GetToken(PostgreSQLParserIDENTITY_P, 0) -} - -func (s *Rs_colattributesContext) OPEN_PAREN() antlr.TerminalNode { - return s.GetToken(PostgreSQLParserOPEN_PAREN, 0) -} - -func (s *Rs_colattributesContext) COMMA() antlr.TerminalNode { - return s.GetToken(PostgreSQLParserCOMMA, 0) -} - -func (s *Rs_colattributesContext) CLOSE_PAREN() antlr.TerminalNode { - return s.GetToken(PostgreSQLParserCLOSE_PAREN, 0) -} - -func (s *Rs_colattributesContext) AllIconst() []IIconstContext { - children := s.GetChildren() - len := 0 - for _, ctx := range children { - if _, ok := ctx.(IIconstContext); ok { - len++ - } - } - - tst := make([]IIconstContext, len) - i := 0 - for _, ctx := range children { - if t, ok := ctx.(IIconstContext); ok { - tst[i] = t.(IIconstContext) - i++ - } - } - - return tst -} - -func (s *Rs_colattributesContext) Iconst(i int) IIconstContext { - var t antlr.RuleContext - j := 0 - for _, ctx := range s.GetChildren() { - if _, ok := ctx.(IIconstContext); ok { - if j == i { - t = ctx.(antlr.RuleContext) - break - } - j++ - } - } - - if t == nil { - return nil - } - - return t.(IIconstContext) -} - -func (s *Rs_colattributesContext) GENERATED() antlr.TerminalNode { - return s.GetToken(PostgreSQLParserGENERATED, 0) -} - -func (s *Rs_colattributesContext) BY() antlr.TerminalNode { - return s.GetToken(PostgreSQLParserBY, 0) -} - -func (s *Rs_colattributesContext) AS() antlr.TerminalNode { - return s.GetToken(PostgreSQLParserAS, 0) -} - -func (s *Rs_colattributesContext) ENCODE() antlr.TerminalNode { - return s.GetToken(PostgreSQLParserENCODE, 0) -} - -func (s *Rs_colattributesContext) StringConstant() antlr.TerminalNode { - return s.GetToken(PostgreSQLParserStringConstant, 0) -} - -func (s *Rs_colattributesContext) DISTKEY() antlr.TerminalNode { - return s.GetToken(PostgreSQLParserDISTKEY, 0) -} - -func (s *Rs_colattributesContext) SORTKEY() antlr.TerminalNode { - return s.GetToken(PostgreSQLParserSORTKEY, 0) -} - -func (s *Rs_colattributesContext) COLLATE() antlr.TerminalNode { - return s.GetToken(PostgreSQLParserCOLLATE, 0) -} - -func (s *Rs_colattributesContext) CASE_SENSITIVE() antlr.TerminalNode { - return s.GetToken(PostgreSQLParserCASE_SENSITIVE, 0) -} - -func (s *Rs_colattributesContext) CASE_INSENSITIVE() antlr.TerminalNode { - return s.GetToken(PostgreSQLParserCASE_INSENSITIVE, 0) -} - -func (s *Rs_colattributesContext) GetRuleContext() antlr.RuleContext { - return s -} - -func (s *Rs_colattributesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string { - return antlr.TreesStringTree(s, ruleNames, recog) -} - -func (s *Rs_colattributesContext) EnterRule(listener antlr.ParseTreeListener) { - if listenerT, ok := listener.(PostgreSQLParserListener); ok { - listenerT.EnterRs_colattributes(s) - } -} - -func (s *Rs_colattributesContext) ExitRule(listener antlr.ParseTreeListener) { - if listenerT, ok := listener.(PostgreSQLParserListener); ok { - listenerT.ExitRs_colattributes(s) + p.EnterOuterAlt(localctx, 1) + { + p.SetState(2949) + p.Colid() } -} - -func (s *Rs_colattributesContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { - switch t := visitor.(type) { - case PostgreSQLParserVisitor: - return t.VisitRs_colattributes(s) - - default: - return t.VisitChildren(s) + { + p.SetState(2950) + p.Typename() } -} - -func (p *PostgreSQLParser) Rs_colattributes() (localctx IRs_colattributesContext) { - localctx = NewRs_colattributesContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 190, PostgreSQLParserRULE_rs_colattributes) - var _la int - - p.SetState(2998) + p.SetState(2952) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } + _la = p.GetTokenStream().LA(1) - switch p.GetTokenStream().LA(1) { - case PostgreSQLParserDEFAULT: - p.EnterOuterAlt(localctx, 1) - { - p.SetState(2972) - p.Match(PostgreSQLParserDEFAULT) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(2973) - p.b_expr(0) - } - - case PostgreSQLParserIDENTITY_P: - p.EnterOuterAlt(localctx, 2) - { - p.SetState(2974) - p.Match(PostgreSQLParserIDENTITY_P) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(2975) - p.Match(PostgreSQLParserOPEN_PAREN) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(2976) - - var _x = p.Iconst() - - localctx.(*Rs_colattributesContext).seed = _x - } - { - p.SetState(2977) - p.Match(PostgreSQLParserCOMMA) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(2978) - - var _x = p.Iconst() - - localctx.(*Rs_colattributesContext).step = _x - } - { - p.SetState(2979) - p.Match(PostgreSQLParserCLOSE_PAREN) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - - case PostgreSQLParserGENERATED: - p.EnterOuterAlt(localctx, 3) - { - p.SetState(2981) - p.Match(PostgreSQLParserGENERATED) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(2982) - p.Match(PostgreSQLParserBY) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(2983) - p.Match(PostgreSQLParserDEFAULT) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(2984) - p.Match(PostgreSQLParserAS) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(2985) - p.Match(PostgreSQLParserIDENTITY_P) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(2986) - p.Match(PostgreSQLParserOPEN_PAREN) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(2987) - - var _x = p.Iconst() - - localctx.(*Rs_colattributesContext).seed = _x - } - { - p.SetState(2988) - p.Match(PostgreSQLParserCOMMA) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(2989) - - var _x = p.Iconst() - - localctx.(*Rs_colattributesContext).step = _x - } - { - p.SetState(2990) - p.Match(PostgreSQLParserCLOSE_PAREN) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - - case PostgreSQLParserENCODE: - p.EnterOuterAlt(localctx, 4) - { - p.SetState(2992) - p.Match(PostgreSQLParserENCODE) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(2993) - p.Match(PostgreSQLParserStringConstant) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - - case PostgreSQLParserDISTKEY: - p.EnterOuterAlt(localctx, 5) - { - p.SetState(2994) - p.Match(PostgreSQLParserDISTKEY) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - - case PostgreSQLParserSORTKEY: - p.EnterOuterAlt(localctx, 6) - { - p.SetState(2995) - p.Match(PostgreSQLParserSORTKEY) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - - case PostgreSQLParserCOLLATE: - p.EnterOuterAlt(localctx, 7) - { - p.SetState(2996) - p.Match(PostgreSQLParserCOLLATE) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } + if _la == PostgreSQLParserOPTIONS { { - p.SetState(2997) - _la = p.GetTokenStream().LA(1) - - if !(_la == PostgreSQLParserCASE_SENSITIVE || _la == PostgreSQLParserCASE_INSENSITIVE) { - p.GetErrorHandler().RecoverInline(p) - } else { - p.GetErrorHandler().ReportMatch(p) - p.Consume() - } + p.SetState(2951) + p.Create_generic_options() } - default: - p.SetError(antlr.NewNoViableAltException(p, nil, nil, nil, nil, nil)) - goto errorExit + } + { + p.SetState(2954) + p.Colquallist() } errorExit: @@ -33008,15 +32432,15 @@ func (s *ColumnOptionsContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) ColumnOptions() (localctx IColumnOptionsContext) { localctx = NewColumnOptionsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 192, PostgreSQLParserRULE_columnOptions) + p.EnterRule(localctx, 190, PostgreSQLParserRULE_columnOptions) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3000) + p.SetState(2956) p.Colid() } - p.SetState(3003) + p.SetState(2959) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -33025,7 +32449,7 @@ func (p *PostgreSQLParser) ColumnOptions() (localctx IColumnOptionsContext) { if _la == PostgreSQLParserWITH { { - p.SetState(3001) + p.SetState(2957) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -33033,7 +32457,7 @@ func (p *PostgreSQLParser) ColumnOptions() (localctx IColumnOptionsContext) { } } { - p.SetState(3002) + p.SetState(2958) p.Match(PostgreSQLParserOPTIONS) if p.HasError() { // Recognition error - abort rule @@ -33043,7 +32467,7 @@ func (p *PostgreSQLParser) ColumnOptions() (localctx IColumnOptionsContext) { } { - p.SetState(3005) + p.SetState(2961) p.Colquallist() } @@ -33180,11 +32604,11 @@ func (s *ColquallistContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Colquallist() (localctx IColquallistContext) { localctx = NewColquallistContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 194, PostgreSQLParserRULE_colquallist) + p.EnterRule(localctx, 192, PostgreSQLParserRULE_colquallist) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(3010) + p.SetState(2966) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -33193,11 +32617,11 @@ func (p *PostgreSQLParser) Colquallist() (localctx IColquallistContext) { for ((int64((_la-42)) & ^0x3f) == 0 && ((int64(1)<<(_la-42))&72084085530433547) != 0) || _la == PostgreSQLParserGENERATED { { - p.SetState(3007) + p.SetState(2963) p.Colconstraint() } - p.SetState(3012) + p.SetState(2968) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -33373,18 +32797,18 @@ func (s *ColconstraintContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Colconstraint() (localctx IColconstraintContext) { localctx = NewColconstraintContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 196, PostgreSQLParserRULE_colconstraint) - p.SetState(3021) + p.EnterRule(localctx, 194, PostgreSQLParserRULE_colconstraint) + p.SetState(2977) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 161, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 157, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(3013) + p.SetState(2969) p.Match(PostgreSQLParserCONSTRAINT) if p.HasError() { // Recognition error - abort rule @@ -33392,32 +32816,32 @@ func (p *PostgreSQLParser) Colconstraint() (localctx IColconstraintContext) { } } { - p.SetState(3014) + p.SetState(2970) p.Name() } { - p.SetState(3015) + p.SetState(2971) p.Colconstraintelem() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(3017) + p.SetState(2973) p.Colconstraintelem() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(3018) + p.SetState(2974) p.Constraintattr() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(3019) + p.SetState(2975) p.Match(PostgreSQLParserCOLLATE) if p.HasError() { // Recognition error - abort rule @@ -33425,7 +32849,7 @@ func (p *PostgreSQLParser) Colconstraint() (localctx IColconstraintContext) { } } { - p.SetState(3020) + p.SetState(2976) p.Any_name() } @@ -33797,10 +33221,10 @@ func (s *ColconstraintelemContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemContext) { localctx = NewColconstraintelemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 198, PostgreSQLParserRULE_colconstraintelem) + p.EnterRule(localctx, 196, PostgreSQLParserRULE_colconstraintelem) var _la int - p.SetState(3078) + p.SetState(3034) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -33810,7 +33234,7 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte case PostgreSQLParserNOT: p.EnterOuterAlt(localctx, 1) { - p.SetState(3023) + p.SetState(2979) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -33818,7 +33242,7 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte } } { - p.SetState(3024) + p.SetState(2980) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule @@ -33829,7 +33253,7 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte case PostgreSQLParserNULL_P: p.EnterOuterAlt(localctx, 2) { - p.SetState(3025) + p.SetState(2981) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule @@ -33840,14 +33264,14 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte case PostgreSQLParserUNIQUE: p.EnterOuterAlt(localctx, 3) { - p.SetState(3026) + p.SetState(2982) p.Match(PostgreSQLParserUNIQUE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3028) + p.SetState(2984) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -33856,24 +33280,24 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte if _la == PostgreSQLParserNULLS_P { { - p.SetState(3027) + p.SetState(2983) p.Opt_unique_null_treatment() } } - p.SetState(3031) + p.SetState(2987) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 163, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 159, p.GetParserRuleContext()) == 1 { { - p.SetState(3030) + p.SetState(2986) p.Opt_definition() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(3034) + p.SetState(2990) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -33882,7 +33306,7 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte if _la == PostgreSQLParserUSING { { - p.SetState(3033) + p.SetState(2989) p.Optconstablespace() } @@ -33891,7 +33315,7 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte case PostgreSQLParserPRIMARY: p.EnterOuterAlt(localctx, 4) { - p.SetState(3036) + p.SetState(2992) p.Match(PostgreSQLParserPRIMARY) if p.HasError() { // Recognition error - abort rule @@ -33899,26 +33323,26 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte } } { - p.SetState(3037) + p.SetState(2993) p.Match(PostgreSQLParserKEY) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3039) + p.SetState(2995) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 165, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 161, p.GetParserRuleContext()) == 1 { { - p.SetState(3038) + p.SetState(2994) p.Opt_definition() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(3042) + p.SetState(2998) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -33927,7 +33351,7 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte if _la == PostgreSQLParserUSING { { - p.SetState(3041) + p.SetState(2997) p.Optconstablespace() } @@ -33936,7 +33360,7 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte case PostgreSQLParserCHECK: p.EnterOuterAlt(localctx, 5) { - p.SetState(3044) + p.SetState(3000) p.Match(PostgreSQLParserCHECK) if p.HasError() { // Recognition error - abort rule @@ -33944,7 +33368,7 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte } } { - p.SetState(3045) + p.SetState(3001) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -33952,18 +33376,18 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte } } { - p.SetState(3046) + p.SetState(3002) p.A_expr() } { - p.SetState(3047) + p.SetState(3003) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3049) + p.SetState(3005) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -33972,7 +33396,7 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte if _la == PostgreSQLParserNO { { - p.SetState(3048) + p.SetState(3004) p.Opt_no_inherit() } @@ -33981,7 +33405,7 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte case PostgreSQLParserDEFAULT: p.EnterOuterAlt(localctx, 6) { - p.SetState(3051) + p.SetState(3007) p.Match(PostgreSQLParserDEFAULT) if p.HasError() { // Recognition error - abort rule @@ -33989,14 +33413,14 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte } } { - p.SetState(3052) + p.SetState(3008) p.b_expr(0) } case PostgreSQLParserGENERATED: p.EnterOuterAlt(localctx, 7) { - p.SetState(3053) + p.SetState(3009) p.Match(PostgreSQLParserGENERATED) if p.HasError() { // Recognition error - abort rule @@ -34004,18 +33428,18 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte } } { - p.SetState(3054) + p.SetState(3010) p.Generated_when() } { - p.SetState(3055) + p.SetState(3011) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3065) + p.SetState(3021) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -34024,19 +33448,19 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte switch p.GetTokenStream().LA(1) { case PostgreSQLParserIDENTITY_P: { - p.SetState(3056) + p.SetState(3012) p.Match(PostgreSQLParserIDENTITY_P) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3058) + p.SetState(3014) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 168, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 164, p.GetParserRuleContext()) == 1 { { - p.SetState(3057) + p.SetState(3013) p.Optparenthesizedseqoptlist() } @@ -34046,7 +33470,7 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte case PostgreSQLParserOPEN_PAREN: { - p.SetState(3060) + p.SetState(3016) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -34054,11 +33478,11 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte } } { - p.SetState(3061) + p.SetState(3017) p.A_expr() } { - p.SetState(3062) + p.SetState(3018) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -34066,7 +33490,7 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte } } { - p.SetState(3063) + p.SetState(3019) p.Match(PostgreSQLParserSTORED) if p.HasError() { // Recognition error - abort rule @@ -34082,7 +33506,7 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte case PostgreSQLParserREFERENCES: p.EnterOuterAlt(localctx, 8) { - p.SetState(3067) + p.SetState(3023) p.Match(PostgreSQLParserREFERENCES) if p.HasError() { // Recognition error - abort rule @@ -34090,22 +33514,22 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte } } { - p.SetState(3068) + p.SetState(3024) p.Qualified_name() } - p.SetState(3070) + p.SetState(3026) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 170, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 166, p.GetParserRuleContext()) == 1 { { - p.SetState(3069) + p.SetState(3025) p.Opt_column_list() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(3073) + p.SetState(3029) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -34114,12 +33538,12 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte if _la == PostgreSQLParserMATCH { { - p.SetState(3072) + p.SetState(3028) p.Key_match() } } - p.SetState(3076) + p.SetState(3032) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -34128,7 +33552,7 @@ func (p *PostgreSQLParser) Colconstraintelem() (localctx IColconstraintelemConte if _la == PostgreSQLParserON { { - p.SetState(3075) + p.SetState(3031) p.Key_actions() } @@ -34244,19 +33668,19 @@ func (s *Opt_unique_null_treatmentContext) Accept(visitor antlr.ParseTreeVisitor func (p *PostgreSQLParser) Opt_unique_null_treatment() (localctx IOpt_unique_null_treatmentContext) { localctx = NewOpt_unique_null_treatmentContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 200, PostgreSQLParserRULE_opt_unique_null_treatment) + p.EnterRule(localctx, 198, PostgreSQLParserRULE_opt_unique_null_treatment) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3080) + p.SetState(3036) p.Match(PostgreSQLParserNULLS_P) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3082) + p.SetState(3038) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -34265,7 +33689,7 @@ func (p *PostgreSQLParser) Opt_unique_null_treatment() (localctx IOpt_unique_nul if _la == PostgreSQLParserNOT { { - p.SetState(3081) + p.SetState(3037) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -34275,7 +33699,7 @@ func (p *PostgreSQLParser) Opt_unique_null_treatment() (localctx IOpt_unique_nul } { - p.SetState(3084) + p.SetState(3040) p.Match(PostgreSQLParserDISTINCT) if p.HasError() { // Recognition error - abort rule @@ -34388,8 +33812,8 @@ func (s *Generated_whenContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Generated_when() (localctx IGenerated_whenContext) { localctx = NewGenerated_whenContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 202, PostgreSQLParserRULE_generated_when) - p.SetState(3089) + p.EnterRule(localctx, 200, PostgreSQLParserRULE_generated_when) + p.SetState(3045) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -34399,7 +33823,7 @@ func (p *PostgreSQLParser) Generated_when() (localctx IGenerated_whenContext) { case PostgreSQLParserALWAYS: p.EnterOuterAlt(localctx, 1) { - p.SetState(3086) + p.SetState(3042) p.Match(PostgreSQLParserALWAYS) if p.HasError() { // Recognition error - abort rule @@ -34410,7 +33834,7 @@ func (p *PostgreSQLParser) Generated_when() (localctx IGenerated_whenContext) { case PostgreSQLParserBY: p.EnterOuterAlt(localctx, 2) { - p.SetState(3087) + p.SetState(3043) p.Match(PostgreSQLParserBY) if p.HasError() { // Recognition error - abort rule @@ -34418,7 +33842,7 @@ func (p *PostgreSQLParser) Generated_when() (localctx IGenerated_whenContext) { } } { - p.SetState(3088) + p.SetState(3044) p.Match(PostgreSQLParserDEFAULT) if p.HasError() { // Recognition error - abort rule @@ -34546,10 +33970,10 @@ func (s *ConstraintattrContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Constraintattr() (localctx IConstraintattrContext) { localctx = NewConstraintattrContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 204, PostgreSQLParserRULE_constraintattr) + p.EnterRule(localctx, 202, PostgreSQLParserRULE_constraintattr) var _la int - p.SetState(3096) + p.SetState(3052) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -34559,7 +33983,7 @@ func (p *PostgreSQLParser) Constraintattr() (localctx IConstraintattrContext) { case PostgreSQLParserDEFERRABLE: p.EnterOuterAlt(localctx, 1) { - p.SetState(3091) + p.SetState(3047) p.Match(PostgreSQLParserDEFERRABLE) if p.HasError() { // Recognition error - abort rule @@ -34570,7 +33994,7 @@ func (p *PostgreSQLParser) Constraintattr() (localctx IConstraintattrContext) { case PostgreSQLParserNOT: p.EnterOuterAlt(localctx, 2) { - p.SetState(3092) + p.SetState(3048) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -34578,7 +34002,7 @@ func (p *PostgreSQLParser) Constraintattr() (localctx IConstraintattrContext) { } } { - p.SetState(3093) + p.SetState(3049) p.Match(PostgreSQLParserDEFERRABLE) if p.HasError() { // Recognition error - abort rule @@ -34589,7 +34013,7 @@ func (p *PostgreSQLParser) Constraintattr() (localctx IConstraintattrContext) { case PostgreSQLParserINITIALLY: p.EnterOuterAlt(localctx, 3) { - p.SetState(3094) + p.SetState(3050) p.Match(PostgreSQLParserINITIALLY) if p.HasError() { // Recognition error - abort rule @@ -34597,7 +34021,7 @@ func (p *PostgreSQLParser) Constraintattr() (localctx IConstraintattrContext) { } } { - p.SetState(3095) + p.SetState(3051) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserDEFERRED || _la == PostgreSQLParserIMMEDIATE) { @@ -34742,10 +34166,10 @@ func (s *TablelikeclauseContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Tablelikeclause() (localctx ITablelikeclauseContext) { localctx = NewTablelikeclauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 206, PostgreSQLParserRULE_tablelikeclause) + p.EnterRule(localctx, 204, PostgreSQLParserRULE_tablelikeclause) p.EnterOuterAlt(localctx, 1) { - p.SetState(3098) + p.SetState(3054) p.Match(PostgreSQLParserLIKE) if p.HasError() { // Recognition error - abort rule @@ -34753,11 +34177,11 @@ func (p *PostgreSQLParser) Tablelikeclause() (localctx ITablelikeclauseContext) } } { - p.SetState(3099) + p.SetState(3055) p.Qualified_name() } { - p.SetState(3100) + p.SetState(3056) p.Tablelikeoptionlist() } @@ -34914,11 +34338,11 @@ func (s *TablelikeoptionlistContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Tablelikeoptionlist() (localctx ITablelikeoptionlistContext) { localctx = NewTablelikeoptionlistContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 208, PostgreSQLParserRULE_tablelikeoptionlist) + p.EnterRule(localctx, 206, PostgreSQLParserRULE_tablelikeoptionlist) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(3106) + p.SetState(3062) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -34927,7 +34351,7 @@ func (p *PostgreSQLParser) Tablelikeoptionlist() (localctx ITablelikeoptionlistC for _la == PostgreSQLParserEXCLUDING || _la == PostgreSQLParserINCLUDING { { - p.SetState(3102) + p.SetState(3058) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserEXCLUDING || _la == PostgreSQLParserINCLUDING) { @@ -34938,11 +34362,11 @@ func (p *PostgreSQLParser) Tablelikeoptionlist() (localctx ITablelikeoptionlistC } } { - p.SetState(3103) + p.SetState(3059) p.Tablelikeoption() } - p.SetState(3108) + p.SetState(3064) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -35085,12 +34509,12 @@ func (s *TablelikeoptionContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Tablelikeoption() (localctx ITablelikeoptionContext) { localctx = NewTablelikeoptionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 210, PostgreSQLParserRULE_tablelikeoption) + p.EnterRule(localctx, 208, PostgreSQLParserRULE_tablelikeoption) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3109) + p.SetState(3065) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserALL || ((int64((_la-160)) & ^0x3f) == 0 && ((int64(1)<<(_la-160))&576460752303947809) != 0) || _la == PostgreSQLParserINDEXES || _la == PostgreSQLParserSTATISTICS || _la == PostgreSQLParserSTORAGE || _la == PostgreSQLParserGENERATED) { @@ -35230,8 +34654,8 @@ func (s *TableconstraintContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Tableconstraint() (localctx ITableconstraintContext) { localctx = NewTableconstraintContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 212, PostgreSQLParserRULE_tableconstraint) - p.SetState(3116) + p.EnterRule(localctx, 210, PostgreSQLParserRULE_tableconstraint) + p.SetState(3072) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -35241,7 +34665,7 @@ func (p *PostgreSQLParser) Tableconstraint() (localctx ITableconstraintContext) case PostgreSQLParserCONSTRAINT: p.EnterOuterAlt(localctx, 1) { - p.SetState(3111) + p.SetState(3067) p.Match(PostgreSQLParserCONSTRAINT) if p.HasError() { // Recognition error - abort rule @@ -35249,18 +34673,18 @@ func (p *PostgreSQLParser) Tableconstraint() (localctx ITableconstraintContext) } } { - p.SetState(3112) + p.SetState(3068) p.Name() } { - p.SetState(3113) + p.SetState(3069) p.Constraintelem() } case PostgreSQLParserCHECK, PostgreSQLParserFOREIGN, PostgreSQLParserPRIMARY, PostgreSQLParserUNIQUE, PostgreSQLParserEXCLUDE: p.EnterOuterAlt(localctx, 2) { - p.SetState(3115) + p.SetState(3071) p.Constraintelem() } @@ -35659,10 +35083,10 @@ func (s *ConstraintelemContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { localctx = NewConstraintelemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 214, PostgreSQLParserRULE_constraintelem) + p.EnterRule(localctx, 212, PostgreSQLParserRULE_constraintelem) var _la int - p.SetState(3207) + p.SetState(3163) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -35672,7 +35096,7 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { case PostgreSQLParserCHECK: p.EnterOuterAlt(localctx, 1) { - p.SetState(3118) + p.SetState(3074) p.Match(PostgreSQLParserCHECK) if p.HasError() { // Recognition error - abort rule @@ -35680,7 +35104,7 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { } } { - p.SetState(3119) + p.SetState(3075) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -35688,11 +35112,11 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { } } { - p.SetState(3120) + p.SetState(3076) p.A_expr() } { - p.SetState(3121) + p.SetState(3077) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -35700,21 +35124,21 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { } } { - p.SetState(3122) + p.SetState(3078) p.Constraintattributespec() } case PostgreSQLParserUNIQUE: p.EnterOuterAlt(localctx, 2) { - p.SetState(3124) + p.SetState(3080) p.Match(PostgreSQLParserUNIQUE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3126) + p.SetState(3082) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -35723,12 +35147,12 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { if _la == PostgreSQLParserNULLS_P { { - p.SetState(3125) + p.SetState(3081) p.Opt_unique_null_treatment() } } - p.SetState(3145) + p.SetState(3101) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -35737,7 +35161,7 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserOPEN_PAREN: { - p.SetState(3128) + p.SetState(3084) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -35745,18 +35169,18 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { } } { - p.SetState(3129) + p.SetState(3085) p.Columnlist() } { - p.SetState(3130) + p.SetState(3086) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3132) + p.SetState(3088) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -35765,24 +35189,24 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { if _la == PostgreSQLParserINCLUDE { { - p.SetState(3131) + p.SetState(3087) p.Opt_c_include() } } - p.SetState(3135) + p.SetState(3091) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 181, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 177, p.GetParserRuleContext()) == 1 { { - p.SetState(3134) + p.SetState(3090) p.Opt_definition() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(3138) + p.SetState(3094) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -35791,23 +35215,23 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { if _la == PostgreSQLParserUSING { { - p.SetState(3137) + p.SetState(3093) p.Optconstablespace() } } { - p.SetState(3140) + p.SetState(3096) p.Constraintattributespec() } case PostgreSQLParserUSING: { - p.SetState(3142) + p.SetState(3098) p.Existingindex() } { - p.SetState(3143) + p.SetState(3099) p.Constraintattributespec() } @@ -35819,7 +35243,7 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { case PostgreSQLParserPRIMARY: p.EnterOuterAlt(localctx, 3) { - p.SetState(3147) + p.SetState(3103) p.Match(PostgreSQLParserPRIMARY) if p.HasError() { // Recognition error - abort rule @@ -35827,14 +35251,14 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { } } { - p.SetState(3148) + p.SetState(3104) p.Match(PostgreSQLParserKEY) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3166) + p.SetState(3122) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -35843,7 +35267,7 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserOPEN_PAREN: { - p.SetState(3149) + p.SetState(3105) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -35851,18 +35275,18 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { } } { - p.SetState(3150) + p.SetState(3106) p.Columnlist() } { - p.SetState(3151) + p.SetState(3107) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3153) + p.SetState(3109) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -35871,24 +35295,24 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { if _la == PostgreSQLParserINCLUDE { { - p.SetState(3152) + p.SetState(3108) p.Opt_c_include() } } - p.SetState(3156) + p.SetState(3112) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 185, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 181, p.GetParserRuleContext()) == 1 { { - p.SetState(3155) + p.SetState(3111) p.Opt_definition() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(3159) + p.SetState(3115) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -35897,23 +35321,23 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { if _la == PostgreSQLParserUSING { { - p.SetState(3158) + p.SetState(3114) p.Optconstablespace() } } { - p.SetState(3161) + p.SetState(3117) p.Constraintattributespec() } case PostgreSQLParserUSING: { - p.SetState(3163) + p.SetState(3119) p.Existingindex() } { - p.SetState(3164) + p.SetState(3120) p.Constraintattributespec() } @@ -35925,14 +35349,14 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { case PostgreSQLParserEXCLUDE: p.EnterOuterAlt(localctx, 4) { - p.SetState(3168) + p.SetState(3124) p.Match(PostgreSQLParserEXCLUDE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3170) + p.SetState(3126) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -35941,13 +35365,13 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { if _la == PostgreSQLParserUSING { { - p.SetState(3169) + p.SetState(3125) p.Access_method_clause() } } { - p.SetState(3172) + p.SetState(3128) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -35955,18 +35379,18 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { } } { - p.SetState(3173) + p.SetState(3129) p.Exclusionconstraintlist() } { - p.SetState(3174) + p.SetState(3130) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3176) + p.SetState(3132) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -35975,24 +35399,24 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { if _la == PostgreSQLParserINCLUDE { { - p.SetState(3175) + p.SetState(3131) p.Opt_c_include() } } - p.SetState(3179) + p.SetState(3135) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 190, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 186, p.GetParserRuleContext()) == 1 { { - p.SetState(3178) + p.SetState(3134) p.Opt_definition() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(3182) + p.SetState(3138) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -36001,12 +35425,12 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { if _la == PostgreSQLParserUSING { { - p.SetState(3181) + p.SetState(3137) p.Optconstablespace() } } - p.SetState(3185) + p.SetState(3141) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -36015,20 +35439,20 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { if _la == PostgreSQLParserWHERE { { - p.SetState(3184) + p.SetState(3140) p.Exclusionwhereclause() } } { - p.SetState(3187) + p.SetState(3143) p.Constraintattributespec() } case PostgreSQLParserFOREIGN: p.EnterOuterAlt(localctx, 5) { - p.SetState(3189) + p.SetState(3145) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -36036,7 +35460,7 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { } } { - p.SetState(3190) + p.SetState(3146) p.Match(PostgreSQLParserKEY) if p.HasError() { // Recognition error - abort rule @@ -36044,7 +35468,7 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { } } { - p.SetState(3191) + p.SetState(3147) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -36052,11 +35476,11 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { } } { - p.SetState(3192) + p.SetState(3148) p.Columnlist() } { - p.SetState(3193) + p.SetState(3149) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -36064,7 +35488,7 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { } } { - p.SetState(3194) + p.SetState(3150) p.Match(PostgreSQLParserREFERENCES) if p.HasError() { // Recognition error - abort rule @@ -36072,22 +35496,22 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { } } { - p.SetState(3195) + p.SetState(3151) p.Qualified_name() } - p.SetState(3197) + p.SetState(3153) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 193, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 189, p.GetParserRuleContext()) == 1 { { - p.SetState(3196) + p.SetState(3152) p.Opt_column_list() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(3200) + p.SetState(3156) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -36096,12 +35520,12 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { if _la == PostgreSQLParserMATCH { { - p.SetState(3199) + p.SetState(3155) p.Key_match() } } - p.SetState(3203) + p.SetState(3159) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -36110,13 +35534,13 @@ func (p *PostgreSQLParser) Constraintelem() (localctx IConstraintelemContext) { if _la == PostgreSQLParserON { { - p.SetState(3202) + p.SetState(3158) p.Key_actions() } } { - p.SetState(3205) + p.SetState(3161) p.Constraintattributespec() } @@ -36225,10 +35649,10 @@ func (s *Opt_no_inheritContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Opt_no_inherit() (localctx IOpt_no_inheritContext) { localctx = NewOpt_no_inheritContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 216, PostgreSQLParserRULE_opt_no_inherit) + p.EnterRule(localctx, 214, PostgreSQLParserRULE_opt_no_inherit) p.EnterOuterAlt(localctx, 1) { - p.SetState(3209) + p.SetState(3165) p.Match(PostgreSQLParserNO) if p.HasError() { // Recognition error - abort rule @@ -36236,7 +35660,7 @@ func (p *PostgreSQLParser) Opt_no_inherit() (localctx IOpt_no_inheritContext) { } } { - p.SetState(3210) + p.SetState(3166) p.Match(PostgreSQLParserINHERIT) if p.HasError() { // Recognition error - abort rule @@ -36361,10 +35785,10 @@ func (s *Opt_column_listContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Opt_column_list() (localctx IOpt_column_listContext) { localctx = NewOpt_column_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 218, PostgreSQLParserRULE_opt_column_list) + p.EnterRule(localctx, 216, PostgreSQLParserRULE_opt_column_list) p.EnterOuterAlt(localctx, 1) { - p.SetState(3212) + p.SetState(3168) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -36372,11 +35796,11 @@ func (p *PostgreSQLParser) Opt_column_list() (localctx IOpt_column_listContext) } } { - p.SetState(3213) + p.SetState(3169) p.Columnlist() } { - p.SetState(3214) + p.SetState(3170) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -36527,15 +35951,15 @@ func (s *ColumnlistContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Columnlist() (localctx IColumnlistContext) { localctx = NewColumnlistContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 220, PostgreSQLParserRULE_columnlist) + p.EnterRule(localctx, 218, PostgreSQLParserRULE_columnlist) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3216) + p.SetState(3172) p.ColumnElem() } - p.SetState(3221) + p.SetState(3177) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -36544,7 +35968,7 @@ func (p *PostgreSQLParser) Columnlist() (localctx IColumnlistContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(3217) + p.SetState(3173) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -36552,11 +35976,11 @@ func (p *PostgreSQLParser) Columnlist() (localctx IColumnlistContext) { } } { - p.SetState(3218) + p.SetState(3174) p.ColumnElem() } - p.SetState(3223) + p.SetState(3179) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -36671,10 +36095,10 @@ func (s *ColumnElemContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) ColumnElem() (localctx IColumnElemContext) { localctx = NewColumnElemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 222, PostgreSQLParserRULE_columnElem) + p.EnterRule(localctx, 220, PostgreSQLParserRULE_columnElem) p.EnterOuterAlt(localctx, 1) { - p.SetState(3224) + p.SetState(3180) p.Colid() } @@ -36800,10 +36224,10 @@ func (s *Opt_c_includeContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Opt_c_include() (localctx IOpt_c_includeContext) { localctx = NewOpt_c_includeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 224, PostgreSQLParserRULE_opt_c_include) + p.EnterRule(localctx, 222, PostgreSQLParserRULE_opt_c_include) p.EnterOuterAlt(localctx, 1) { - p.SetState(3226) + p.SetState(3182) p.Match(PostgreSQLParserINCLUDE) if p.HasError() { // Recognition error - abort rule @@ -36811,7 +36235,7 @@ func (p *PostgreSQLParser) Opt_c_include() (localctx IOpt_c_includeContext) { } } { - p.SetState(3227) + p.SetState(3183) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -36819,11 +36243,11 @@ func (p *PostgreSQLParser) Opt_c_include() (localctx IOpt_c_includeContext) { } } { - p.SetState(3228) + p.SetState(3184) p.Columnlist() } { - p.SetState(3229) + p.SetState(3185) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -36941,12 +36365,12 @@ func (s *Key_matchContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Key_match() (localctx IKey_matchContext) { localctx = NewKey_matchContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 226, PostgreSQLParserRULE_key_match) + p.EnterRule(localctx, 224, PostgreSQLParserRULE_key_match) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3231) + p.SetState(3187) p.Match(PostgreSQLParserMATCH) if p.HasError() { // Recognition error - abort rule @@ -36954,7 +36378,7 @@ func (p *PostgreSQLParser) Key_match() (localctx IKey_matchContext) { } } { - p.SetState(3232) + p.SetState(3188) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserFULL || _la == PostgreSQLParserPARTIAL || _la == PostgreSQLParserSIMPLE) { @@ -37108,15 +36532,15 @@ func (s *ExclusionconstraintlistContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Exclusionconstraintlist() (localctx IExclusionconstraintlistContext) { localctx = NewExclusionconstraintlistContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 228, PostgreSQLParserRULE_exclusionconstraintlist) + p.EnterRule(localctx, 226, PostgreSQLParserRULE_exclusionconstraintlist) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3234) + p.SetState(3190) p.Exclusionconstraintelem() } - p.SetState(3239) + p.SetState(3195) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -37125,7 +36549,7 @@ func (p *PostgreSQLParser) Exclusionconstraintlist() (localctx IExclusionconstra for _la == PostgreSQLParserCOMMA { { - p.SetState(3235) + p.SetState(3191) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -37133,11 +36557,11 @@ func (p *PostgreSQLParser) Exclusionconstraintlist() (localctx IExclusionconstra } } { - p.SetState(3236) + p.SetState(3192) p.Exclusionconstraintelem() } - p.SetState(3241) + p.SetState(3197) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -37289,36 +36713,36 @@ func (s *ExclusionconstraintelemContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Exclusionconstraintelem() (localctx IExclusionconstraintelemContext) { localctx = NewExclusionconstraintelemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 230, PostgreSQLParserRULE_exclusionconstraintelem) + p.EnterRule(localctx, 228, PostgreSQLParserRULE_exclusionconstraintelem) p.EnterOuterAlt(localctx, 1) { - p.SetState(3242) + p.SetState(3198) p.Index_elem() } { - p.SetState(3243) + p.SetState(3199) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3250) + p.SetState(3206) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 199, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 195, p.GetParserRuleContext()) { case 1: { - p.SetState(3244) + p.SetState(3200) p.Any_operator() } case 2: { - p.SetState(3245) + p.SetState(3201) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -37326,7 +36750,7 @@ func (p *PostgreSQLParser) Exclusionconstraintelem() (localctx IExclusionconstra } } { - p.SetState(3246) + p.SetState(3202) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -37334,11 +36758,11 @@ func (p *PostgreSQLParser) Exclusionconstraintelem() (localctx IExclusionconstra } } { - p.SetState(3247) + p.SetState(3203) p.Any_operator() } { - p.SetState(3248) + p.SetState(3204) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -37472,10 +36896,10 @@ func (s *ExclusionwhereclauseContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Exclusionwhereclause() (localctx IExclusionwhereclauseContext) { localctx = NewExclusionwhereclauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 232, PostgreSQLParserRULE_exclusionwhereclause) + p.EnterRule(localctx, 230, PostgreSQLParserRULE_exclusionwhereclause) p.EnterOuterAlt(localctx, 1) { - p.SetState(3252) + p.SetState(3208) p.Match(PostgreSQLParserWHERE) if p.HasError() { // Recognition error - abort rule @@ -37483,7 +36907,7 @@ func (p *PostgreSQLParser) Exclusionwhereclause() (localctx IExclusionwhereclaus } } { - p.SetState(3253) + p.SetState(3209) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -37491,11 +36915,11 @@ func (p *PostgreSQLParser) Exclusionwhereclause() (localctx IExclusionwhereclaus } } { - p.SetState(3254) + p.SetState(3210) p.A_expr() } { - p.SetState(3255) + p.SetState(3211) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -37627,47 +37051,47 @@ func (s *Key_actionsContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Key_actions() (localctx IKey_actionsContext) { localctx = NewKey_actionsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 234, PostgreSQLParserRULE_key_actions) - p.SetState(3265) + p.EnterRule(localctx, 232, PostgreSQLParserRULE_key_actions) + p.SetState(3221) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 200, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 196, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(3257) + p.SetState(3213) p.Key_update() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(3258) + p.SetState(3214) p.Key_delete() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(3259) + p.SetState(3215) p.Key_update() } { - p.SetState(3260) + p.SetState(3216) p.Key_delete() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(3262) + p.SetState(3218) p.Key_delete() } { - p.SetState(3263) + p.SetState(3219) p.Key_update() } @@ -37792,10 +37216,10 @@ func (s *Key_updateContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Key_update() (localctx IKey_updateContext) { localctx = NewKey_updateContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 236, PostgreSQLParserRULE_key_update) + p.EnterRule(localctx, 234, PostgreSQLParserRULE_key_update) p.EnterOuterAlt(localctx, 1) { - p.SetState(3267) + p.SetState(3223) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -37803,7 +37227,7 @@ func (p *PostgreSQLParser) Key_update() (localctx IKey_updateContext) { } } { - p.SetState(3268) + p.SetState(3224) p.Match(PostgreSQLParserUPDATE) if p.HasError() { // Recognition error - abort rule @@ -37811,7 +37235,7 @@ func (p *PostgreSQLParser) Key_update() (localctx IKey_updateContext) { } } { - p.SetState(3269) + p.SetState(3225) p.Key_action() } @@ -37932,10 +37356,10 @@ func (s *Key_deleteContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Key_delete() (localctx IKey_deleteContext) { localctx = NewKey_deleteContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 238, PostgreSQLParserRULE_key_delete) + p.EnterRule(localctx, 236, PostgreSQLParserRULE_key_delete) p.EnterOuterAlt(localctx, 1) { - p.SetState(3271) + p.SetState(3227) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -37943,7 +37367,7 @@ func (p *PostgreSQLParser) Key_delete() (localctx IKey_deleteContext) { } } { - p.SetState(3272) + p.SetState(3228) p.Match(PostgreSQLParserDELETE_P) if p.HasError() { // Recognition error - abort rule @@ -37951,7 +37375,7 @@ func (p *PostgreSQLParser) Key_delete() (localctx IKey_deleteContext) { } } { - p.SetState(3273) + p.SetState(3229) p.Key_action() } @@ -38097,10 +37521,10 @@ func (s *Key_actionContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Key_action() (localctx IKey_actionContext) { localctx = NewKey_actionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 240, PostgreSQLParserRULE_key_action) + p.EnterRule(localctx, 238, PostgreSQLParserRULE_key_action) var _la int - p.SetState(3284) + p.SetState(3240) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -38110,7 +37534,7 @@ func (p *PostgreSQLParser) Key_action() (localctx IKey_actionContext) { case PostgreSQLParserNO: p.EnterOuterAlt(localctx, 1) { - p.SetState(3275) + p.SetState(3231) p.Match(PostgreSQLParserNO) if p.HasError() { // Recognition error - abort rule @@ -38118,7 +37542,7 @@ func (p *PostgreSQLParser) Key_action() (localctx IKey_actionContext) { } } { - p.SetState(3276) + p.SetState(3232) p.Match(PostgreSQLParserACTION) if p.HasError() { // Recognition error - abort rule @@ -38129,7 +37553,7 @@ func (p *PostgreSQLParser) Key_action() (localctx IKey_actionContext) { case PostgreSQLParserRESTRICT: p.EnterOuterAlt(localctx, 2) { - p.SetState(3277) + p.SetState(3233) p.Match(PostgreSQLParserRESTRICT) if p.HasError() { // Recognition error - abort rule @@ -38140,7 +37564,7 @@ func (p *PostgreSQLParser) Key_action() (localctx IKey_actionContext) { case PostgreSQLParserCASCADE: p.EnterOuterAlt(localctx, 3) { - p.SetState(3278) + p.SetState(3234) p.Match(PostgreSQLParserCASCADE) if p.HasError() { // Recognition error - abort rule @@ -38151,7 +37575,7 @@ func (p *PostgreSQLParser) Key_action() (localctx IKey_actionContext) { case PostgreSQLParserSET: p.EnterOuterAlt(localctx, 4) { - p.SetState(3279) + p.SetState(3235) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -38159,7 +37583,7 @@ func (p *PostgreSQLParser) Key_action() (localctx IKey_actionContext) { } } { - p.SetState(3280) + p.SetState(3236) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserDEFAULT || _la == PostgreSQLParserNULL_P) { @@ -38169,12 +37593,12 @@ func (p *PostgreSQLParser) Key_action() (localctx IKey_actionContext) { p.Consume() } } - p.SetState(3282) + p.SetState(3238) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 201, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 197, p.GetParserRuleContext()) == 1 { { - p.SetState(3281) + p.SetState(3237) p.Opt_column_list() } @@ -38309,10 +37733,10 @@ func (s *OptinheritContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Optinherit() (localctx IOptinheritContext) { localctx = NewOptinheritContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 242, PostgreSQLParserRULE_optinherit) + p.EnterRule(localctx, 240, PostgreSQLParserRULE_optinherit) p.EnterOuterAlt(localctx, 1) { - p.SetState(3286) + p.SetState(3242) p.Match(PostgreSQLParserINHERITS) if p.HasError() { // Recognition error - abort rule @@ -38320,7 +37744,7 @@ func (p *PostgreSQLParser) Optinherit() (localctx IOptinheritContext) { } } { - p.SetState(3287) + p.SetState(3243) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -38328,11 +37752,11 @@ func (p *PostgreSQLParser) Optinherit() (localctx IOptinheritContext) { } } { - p.SetState(3288) + p.SetState(3244) p.Qualified_name_list() } { - p.SetState(3289) + p.SetState(3245) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -38447,10 +37871,10 @@ func (s *OptpartitionspecContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Optpartitionspec() (localctx IOptpartitionspecContext) { localctx = NewOptpartitionspecContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 244, PostgreSQLParserRULE_optpartitionspec) + p.EnterRule(localctx, 242, PostgreSQLParserRULE_optpartitionspec) p.EnterOuterAlt(localctx, 1) { - p.SetState(3291) + p.SetState(3247) p.Partitionspec() } @@ -38598,10 +38022,10 @@ func (s *PartitionspecContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Partitionspec() (localctx IPartitionspecContext) { localctx = NewPartitionspecContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 246, PostgreSQLParserRULE_partitionspec) + p.EnterRule(localctx, 244, PostgreSQLParserRULE_partitionspec) p.EnterOuterAlt(localctx, 1) { - p.SetState(3293) + p.SetState(3249) p.Match(PostgreSQLParserPARTITION) if p.HasError() { // Recognition error - abort rule @@ -38609,7 +38033,7 @@ func (p *PostgreSQLParser) Partitionspec() (localctx IPartitionspecContext) { } } { - p.SetState(3294) + p.SetState(3250) p.Match(PostgreSQLParserBY) if p.HasError() { // Recognition error - abort rule @@ -38617,11 +38041,11 @@ func (p *PostgreSQLParser) Partitionspec() (localctx IPartitionspecContext) { } } { - p.SetState(3295) + p.SetState(3251) p.Colid() } { - p.SetState(3296) + p.SetState(3252) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -38629,11 +38053,11 @@ func (p *PostgreSQLParser) Partitionspec() (localctx IPartitionspecContext) { } } { - p.SetState(3297) + p.SetState(3253) p.Part_params() } { - p.SetState(3298) + p.SetState(3254) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -38784,15 +38208,15 @@ func (s *Part_paramsContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Part_params() (localctx IPart_paramsContext) { localctx = NewPart_paramsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 248, PostgreSQLParserRULE_part_params) + p.EnterRule(localctx, 246, PostgreSQLParserRULE_part_params) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3300) + p.SetState(3256) p.Part_elem() } - p.SetState(3305) + p.SetState(3261) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -38801,7 +38225,7 @@ func (p *PostgreSQLParser) Part_params() (localctx IPart_paramsContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(3301) + p.SetState(3257) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -38809,11 +38233,11 @@ func (p *PostgreSQLParser) Part_params() (localctx IPart_paramsContext) { } } { - p.SetState(3302) + p.SetState(3258) p.Part_elem() } - p.SetState(3307) + p.SetState(3263) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -39006,35 +38430,35 @@ func (s *Part_elemContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Part_elem() (localctx IPart_elemContext) { localctx = NewPart_elemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 250, PostgreSQLParserRULE_part_elem) + p.EnterRule(localctx, 248, PostgreSQLParserRULE_part_elem) var _la int - p.SetState(3331) + p.SetState(3287) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 210, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 206, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(3308) + p.SetState(3264) p.Colid() } - p.SetState(3310) + p.SetState(3266) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 204, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 200, p.GetParserRuleContext()) == 1 { { - p.SetState(3309) + p.SetState(3265) p.Opt_collate() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(3313) + p.SetState(3269) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -39043,7 +38467,7 @@ func (p *PostgreSQLParser) Part_elem() (localctx IPart_elemContext) { if ((int64((_la-33)) & ^0x3f) == 0 && ((int64(1)<<(_la-33))&576460752589691909) != 0) || ((int64((_la-116)) & ^0x3f) == 0 && ((int64(1)<<(_la-116))&-6775) != 0) || ((int64((_la-180)) & ^0x3f) == 0 && ((int64(1)<<(_la-180))&-1) != 0) || ((int64((_la-244)) & ^0x3f) == 0 && ((int64(1)<<(_la-244))&-577) != 0) || ((int64((_la-308)) & ^0x3f) == 0 && ((int64(1)<<(_la-308))&-1) != 0) || ((int64((_la-372)) & ^0x3f) == 0 && ((int64(1)<<(_la-372))&-1) != 0) || ((int64((_la-436)) & ^0x3f) == 0 && ((int64(1)<<(_la-436))&-274878955521) != 0) || ((int64((_la-500)) & ^0x3f) == 0 && ((int64(1)<<(_la-500))&-2097313) != 0) || ((int64((_la-564)) & ^0x3f) == 0 && ((int64(1)<<(_la-564))&-1) != 0) || ((int64((_la-628)) & ^0x3f) == 0 && ((int64(1)<<(_la-628))&3298536031231) != 0) { { - p.SetState(3312) + p.SetState(3268) p.Opt_class() } @@ -39052,22 +38476,22 @@ func (p *PostgreSQLParser) Part_elem() (localctx IPart_elemContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(3315) + p.SetState(3271) p.Func_expr_windowless() } - p.SetState(3317) + p.SetState(3273) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 206, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 202, p.GetParserRuleContext()) == 1 { { - p.SetState(3316) + p.SetState(3272) p.Opt_collate() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(3320) + p.SetState(3276) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -39076,7 +38500,7 @@ func (p *PostgreSQLParser) Part_elem() (localctx IPart_elemContext) { if ((int64((_la-33)) & ^0x3f) == 0 && ((int64(1)<<(_la-33))&576460752589691909) != 0) || ((int64((_la-116)) & ^0x3f) == 0 && ((int64(1)<<(_la-116))&-6775) != 0) || ((int64((_la-180)) & ^0x3f) == 0 && ((int64(1)<<(_la-180))&-1) != 0) || ((int64((_la-244)) & ^0x3f) == 0 && ((int64(1)<<(_la-244))&-577) != 0) || ((int64((_la-308)) & ^0x3f) == 0 && ((int64(1)<<(_la-308))&-1) != 0) || ((int64((_la-372)) & ^0x3f) == 0 && ((int64(1)<<(_la-372))&-1) != 0) || ((int64((_la-436)) & ^0x3f) == 0 && ((int64(1)<<(_la-436))&-274878955521) != 0) || ((int64((_la-500)) & ^0x3f) == 0 && ((int64(1)<<(_la-500))&-2097313) != 0) || ((int64((_la-564)) & ^0x3f) == 0 && ((int64(1)<<(_la-564))&-1) != 0) || ((int64((_la-628)) & ^0x3f) == 0 && ((int64(1)<<(_la-628))&3298536031231) != 0) { { - p.SetState(3319) + p.SetState(3275) p.Opt_class() } @@ -39085,7 +38509,7 @@ func (p *PostgreSQLParser) Part_elem() (localctx IPart_elemContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(3322) + p.SetState(3278) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -39093,30 +38517,30 @@ func (p *PostgreSQLParser) Part_elem() (localctx IPart_elemContext) { } } { - p.SetState(3323) + p.SetState(3279) p.A_expr() } { - p.SetState(3324) + p.SetState(3280) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3326) + p.SetState(3282) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 208, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 204, p.GetParserRuleContext()) == 1 { { - p.SetState(3325) + p.SetState(3281) p.Opt_collate() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(3329) + p.SetState(3285) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -39125,7 +38549,7 @@ func (p *PostgreSQLParser) Part_elem() (localctx IPart_elemContext) { if ((int64((_la-33)) & ^0x3f) == 0 && ((int64(1)<<(_la-33))&576460752589691909) != 0) || ((int64((_la-116)) & ^0x3f) == 0 && ((int64(1)<<(_la-116))&-6775) != 0) || ((int64((_la-180)) & ^0x3f) == 0 && ((int64(1)<<(_la-180))&-1) != 0) || ((int64((_la-244)) & ^0x3f) == 0 && ((int64(1)<<(_la-244))&-577) != 0) || ((int64((_la-308)) & ^0x3f) == 0 && ((int64(1)<<(_la-308))&-1) != 0) || ((int64((_la-372)) & ^0x3f) == 0 && ((int64(1)<<(_la-372))&-1) != 0) || ((int64((_la-436)) & ^0x3f) == 0 && ((int64(1)<<(_la-436))&-274878955521) != 0) || ((int64((_la-500)) & ^0x3f) == 0 && ((int64(1)<<(_la-500))&-2097313) != 0) || ((int64((_la-564)) & ^0x3f) == 0 && ((int64(1)<<(_la-564))&-1) != 0) || ((int64((_la-628)) & ^0x3f) == 0 && ((int64(1)<<(_la-628))&3298536031231) != 0) { { - p.SetState(3328) + p.SetState(3284) p.Opt_class() } @@ -39247,10 +38671,10 @@ func (s *Table_access_method_clauseContext) Accept(visitor antlr.ParseTreeVisito func (p *PostgreSQLParser) Table_access_method_clause() (localctx ITable_access_method_clauseContext) { localctx = NewTable_access_method_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 252, PostgreSQLParserRULE_table_access_method_clause) + p.EnterRule(localctx, 250, PostgreSQLParserRULE_table_access_method_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(3333) + p.SetState(3289) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -39258,7 +38682,7 @@ func (p *PostgreSQLParser) Table_access_method_clause() (localctx ITable_access_ } } { - p.SetState(3334) + p.SetState(3290) p.Name() } @@ -39384,8 +38808,8 @@ func (s *OptwithContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Optwith() (localctx IOptwithContext) { localctx = NewOptwithContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 254, PostgreSQLParserRULE_optwith) - p.SetState(3340) + p.EnterRule(localctx, 252, PostgreSQLParserRULE_optwith) + p.SetState(3296) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -39395,7 +38819,7 @@ func (p *PostgreSQLParser) Optwith() (localctx IOptwithContext) { case PostgreSQLParserWITH: p.EnterOuterAlt(localctx, 1) { - p.SetState(3336) + p.SetState(3292) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -39403,14 +38827,14 @@ func (p *PostgreSQLParser) Optwith() (localctx IOptwithContext) { } } { - p.SetState(3337) + p.SetState(3293) p.Reloptions() } case PostgreSQLParserWITHOUT: p.EnterOuterAlt(localctx, 2) { - p.SetState(3338) + p.SetState(3294) p.Match(PostgreSQLParserWITHOUT) if p.HasError() { // Recognition error - abort rule @@ -39418,7 +38842,7 @@ func (p *PostgreSQLParser) Optwith() (localctx IOptwithContext) { } } { - p.SetState(3339) + p.SetState(3295) p.Match(PostgreSQLParserOIDS) if p.HasError() { // Recognition error - abort rule @@ -39551,10 +38975,10 @@ func (s *OncommitoptionContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Oncommitoption() (localctx IOncommitoptionContext) { localctx = NewOncommitoptionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 256, PostgreSQLParserRULE_oncommitoption) + p.EnterRule(localctx, 254, PostgreSQLParserRULE_oncommitoption) p.EnterOuterAlt(localctx, 1) { - p.SetState(3342) + p.SetState(3298) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -39562,14 +38986,14 @@ func (p *PostgreSQLParser) Oncommitoption() (localctx IOncommitoptionContext) { } } { - p.SetState(3343) + p.SetState(3299) p.Match(PostgreSQLParserCOMMIT) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3349) + p.SetState(3305) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -39578,7 +39002,7 @@ func (p *PostgreSQLParser) Oncommitoption() (localctx IOncommitoptionContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserDROP: { - p.SetState(3344) + p.SetState(3300) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -39588,7 +39012,7 @@ func (p *PostgreSQLParser) Oncommitoption() (localctx IOncommitoptionContext) { case PostgreSQLParserDELETE_P: { - p.SetState(3345) + p.SetState(3301) p.Match(PostgreSQLParserDELETE_P) if p.HasError() { // Recognition error - abort rule @@ -39596,7 +39020,7 @@ func (p *PostgreSQLParser) Oncommitoption() (localctx IOncommitoptionContext) { } } { - p.SetState(3346) + p.SetState(3302) p.Match(PostgreSQLParserROWS) if p.HasError() { // Recognition error - abort rule @@ -39606,7 +39030,7 @@ func (p *PostgreSQLParser) Oncommitoption() (localctx IOncommitoptionContext) { case PostgreSQLParserPRESERVE: { - p.SetState(3347) + p.SetState(3303) p.Match(PostgreSQLParserPRESERVE) if p.HasError() { // Recognition error - abort rule @@ -39614,7 +39038,7 @@ func (p *PostgreSQLParser) Oncommitoption() (localctx IOncommitoptionContext) { } } { - p.SetState(3348) + p.SetState(3304) p.Match(PostgreSQLParserROWS) if p.HasError() { // Recognition error - abort rule @@ -39739,10 +39163,10 @@ func (s *OpttablespaceContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Opttablespace() (localctx IOpttablespaceContext) { localctx = NewOpttablespaceContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 258, PostgreSQLParserRULE_opttablespace) + p.EnterRule(localctx, 256, PostgreSQLParserRULE_opttablespace) p.EnterOuterAlt(localctx, 1) { - p.SetState(3351) + p.SetState(3307) p.Match(PostgreSQLParserTABLESPACE) if p.HasError() { // Recognition error - abort rule @@ -39750,7 +39174,7 @@ func (p *PostgreSQLParser) Opttablespace() (localctx IOpttablespaceContext) { } } { - p.SetState(3352) + p.SetState(3308) p.Name() } @@ -39876,10 +39300,10 @@ func (s *OptconstablespaceContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Optconstablespace() (localctx IOptconstablespaceContext) { localctx = NewOptconstablespaceContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 260, PostgreSQLParserRULE_optconstablespace) + p.EnterRule(localctx, 258, PostgreSQLParserRULE_optconstablespace) p.EnterOuterAlt(localctx, 1) { - p.SetState(3354) + p.SetState(3310) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -39887,7 +39311,7 @@ func (p *PostgreSQLParser) Optconstablespace() (localctx IOptconstablespaceConte } } { - p.SetState(3355) + p.SetState(3311) p.Match(PostgreSQLParserINDEX) if p.HasError() { // Recognition error - abort rule @@ -39895,7 +39319,7 @@ func (p *PostgreSQLParser) Optconstablespace() (localctx IOptconstablespaceConte } } { - p.SetState(3356) + p.SetState(3312) p.Match(PostgreSQLParserTABLESPACE) if p.HasError() { // Recognition error - abort rule @@ -39903,7 +39327,7 @@ func (p *PostgreSQLParser) Optconstablespace() (localctx IOptconstablespaceConte } } { - p.SetState(3357) + p.SetState(3313) p.Name() } @@ -40024,10 +39448,10 @@ func (s *ExistingindexContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Existingindex() (localctx IExistingindexContext) { localctx = NewExistingindexContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 262, PostgreSQLParserRULE_existingindex) + p.EnterRule(localctx, 260, PostgreSQLParserRULE_existingindex) p.EnterOuterAlt(localctx, 1) { - p.SetState(3359) + p.SetState(3315) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -40035,7 +39459,7 @@ func (p *PostgreSQLParser) Existingindex() (localctx IExistingindexContext) { } } { - p.SetState(3360) + p.SetState(3316) p.Match(PostgreSQLParserINDEX) if p.HasError() { // Recognition error - abort rule @@ -40043,7 +39467,7 @@ func (p *PostgreSQLParser) Existingindex() (localctx IExistingindexContext) { } } { - p.SetState(3361) + p.SetState(3317) p.Name() } @@ -40240,12 +39664,12 @@ func (s *CreatestatsstmtContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Createstatsstmt() (localctx ICreatestatsstmtContext) { localctx = NewCreatestatsstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 264, PostgreSQLParserRULE_createstatsstmt) + p.EnterRule(localctx, 262, PostgreSQLParserRULE_createstatsstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3363) + p.SetState(3319) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -40253,19 +39677,19 @@ func (p *PostgreSQLParser) Createstatsstmt() (localctx ICreatestatsstmtContext) } } { - p.SetState(3364) + p.SetState(3320) p.Match(PostgreSQLParserSTATISTICS) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3368) + p.SetState(3324) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 213, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 209, p.GetParserRuleContext()) == 1 { { - p.SetState(3365) + p.SetState(3321) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -40273,7 +39697,7 @@ func (p *PostgreSQLParser) Createstatsstmt() (localctx ICreatestatsstmtContext) } } { - p.SetState(3366) + p.SetState(3322) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -40281,7 +39705,7 @@ func (p *PostgreSQLParser) Createstatsstmt() (localctx ICreatestatsstmtContext) } } { - p.SetState(3367) + p.SetState(3323) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -40293,10 +39717,10 @@ func (p *PostgreSQLParser) Createstatsstmt() (localctx ICreatestatsstmtContext) goto errorExit } { - p.SetState(3370) + p.SetState(3326) p.Any_name() } - p.SetState(3372) + p.SetState(3328) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -40305,13 +39729,13 @@ func (p *PostgreSQLParser) Createstatsstmt() (localctx ICreatestatsstmtContext) if _la == PostgreSQLParserOPEN_PAREN { { - p.SetState(3371) + p.SetState(3327) p.Opt_name_list() } } { - p.SetState(3374) + p.SetState(3330) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -40319,11 +39743,11 @@ func (p *PostgreSQLParser) Createstatsstmt() (localctx ICreatestatsstmtContext) } } { - p.SetState(3375) + p.SetState(3331) p.Expr_list() } { - p.SetState(3376) + p.SetState(3332) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -40331,7 +39755,7 @@ func (p *PostgreSQLParser) Createstatsstmt() (localctx ICreatestatsstmtContext) } } { - p.SetState(3377) + p.SetState(3333) p.From_list() } @@ -40489,10 +39913,10 @@ func (s *AlterstatsstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Alterstatsstmt() (localctx IAlterstatsstmtContext) { localctx = NewAlterstatsstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 266, PostgreSQLParserRULE_alterstatsstmt) + p.EnterRule(localctx, 264, PostgreSQLParserRULE_alterstatsstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(3379) + p.SetState(3335) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -40500,19 +39924,19 @@ func (p *PostgreSQLParser) Alterstatsstmt() (localctx IAlterstatsstmtContext) { } } { - p.SetState(3380) + p.SetState(3336) p.Match(PostgreSQLParserSTATISTICS) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3383) + p.SetState(3339) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 215, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 211, p.GetParserRuleContext()) == 1 { { - p.SetState(3381) + p.SetState(3337) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -40520,7 +39944,7 @@ func (p *PostgreSQLParser) Alterstatsstmt() (localctx IAlterstatsstmtContext) { } } { - p.SetState(3382) + p.SetState(3338) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -40532,11 +39956,11 @@ func (p *PostgreSQLParser) Alterstatsstmt() (localctx IAlterstatsstmtContext) { goto errorExit } { - p.SetState(3385) + p.SetState(3341) p.Any_name() } { - p.SetState(3386) + p.SetState(3342) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -40544,7 +39968,7 @@ func (p *PostgreSQLParser) Alterstatsstmt() (localctx IAlterstatsstmtContext) { } } { - p.SetState(3387) + p.SetState(3343) p.Match(PostgreSQLParserSTATISTICS) if p.HasError() { // Recognition error - abort rule @@ -40552,7 +39976,7 @@ func (p *PostgreSQLParser) Alterstatsstmt() (localctx IAlterstatsstmtContext) { } } { - p.SetState(3388) + p.SetState(3344) p.Signediconst() } @@ -40744,19 +40168,19 @@ func (s *CreateasstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Createasstmt() (localctx ICreateasstmtContext) { localctx = NewCreateasstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 268, PostgreSQLParserRULE_createasstmt) + p.EnterRule(localctx, 266, PostgreSQLParserRULE_createasstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3390) + p.SetState(3346) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3392) + p.SetState(3348) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -40765,25 +40189,25 @@ func (p *PostgreSQLParser) Createasstmt() (localctx ICreateasstmtContext) { if _la == PostgreSQLParserGLOBAL || _la == PostgreSQLParserLOCAL || ((int64((_la-345)) & ^0x3f) == 0 && ((int64(1)<<(_la-345))&32773) != 0) { { - p.SetState(3391) + p.SetState(3347) p.Opttemp() } } { - p.SetState(3394) + p.SetState(3350) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3398) + p.SetState(3354) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 217, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 213, p.GetParserRuleContext()) == 1 { { - p.SetState(3395) + p.SetState(3351) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -40791,7 +40215,7 @@ func (p *PostgreSQLParser) Createasstmt() (localctx ICreateasstmtContext) { } } { - p.SetState(3396) + p.SetState(3352) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -40799,7 +40223,7 @@ func (p *PostgreSQLParser) Createasstmt() (localctx ICreateasstmtContext) { } } { - p.SetState(3397) + p.SetState(3353) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -40811,11 +40235,11 @@ func (p *PostgreSQLParser) Createasstmt() (localctx ICreateasstmtContext) { goto errorExit } { - p.SetState(3400) + p.SetState(3356) p.Create_as_target() } { - p.SetState(3401) + p.SetState(3357) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -40823,15 +40247,15 @@ func (p *PostgreSQLParser) Createasstmt() (localctx ICreateasstmtContext) { } } { - p.SetState(3402) + p.SetState(3358) p.Selectstmt() } - p.SetState(3404) + p.SetState(3360) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 218, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 214, p.GetParserRuleContext()) == 1 { { - p.SetState(3403) + p.SetState(3359) p.Opt_with_data() } @@ -41031,15 +40455,15 @@ func (s *Create_as_targetContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Create_as_target() (localctx ICreate_as_targetContext) { localctx = NewCreate_as_targetContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 270, PostgreSQLParserRULE_create_as_target) + p.EnterRule(localctx, 268, PostgreSQLParserRULE_create_as_target) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3406) + p.SetState(3362) p.Qualified_name() } - p.SetState(3408) + p.SetState(3364) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -41048,12 +40472,12 @@ func (p *PostgreSQLParser) Create_as_target() (localctx ICreate_as_targetContext if _la == PostgreSQLParserOPEN_PAREN { { - p.SetState(3407) + p.SetState(3363) p.Opt_column_list() } } - p.SetState(3411) + p.SetState(3367) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -41062,12 +40486,12 @@ func (p *PostgreSQLParser) Create_as_target() (localctx ICreate_as_targetContext if _la == PostgreSQLParserUSING { { - p.SetState(3410) + p.SetState(3366) p.Table_access_method_clause() } } - p.SetState(3414) + p.SetState(3370) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -41076,12 +40500,12 @@ func (p *PostgreSQLParser) Create_as_target() (localctx ICreate_as_targetContext if _la == PostgreSQLParserWITH || _la == PostgreSQLParserWITHOUT { { - p.SetState(3413) + p.SetState(3369) p.Optwith() } } - p.SetState(3417) + p.SetState(3373) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -41090,12 +40514,12 @@ func (p *PostgreSQLParser) Create_as_target() (localctx ICreate_as_targetContext if _la == PostgreSQLParserON { { - p.SetState(3416) + p.SetState(3372) p.Oncommitoption() } } - p.SetState(3420) + p.SetState(3376) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -41104,7 +40528,7 @@ func (p *PostgreSQLParser) Create_as_target() (localctx ICreate_as_targetContext if _la == PostgreSQLParserTABLESPACE { { - p.SetState(3419) + p.SetState(3375) p.Opttablespace() } @@ -41215,17 +40639,17 @@ func (s *Opt_with_dataContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Opt_with_data() (localctx IOpt_with_dataContext) { localctx = NewOpt_with_dataContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 272, PostgreSQLParserRULE_opt_with_data) + p.EnterRule(localctx, 270, PostgreSQLParserRULE_opt_with_data) p.EnterOuterAlt(localctx, 1) { - p.SetState(3422) + p.SetState(3378) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3426) + p.SetState(3382) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -41234,7 +40658,7 @@ func (p *PostgreSQLParser) Opt_with_data() (localctx IOpt_with_dataContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserDATA_P: { - p.SetState(3423) + p.SetState(3379) p.Match(PostgreSQLParserDATA_P) if p.HasError() { // Recognition error - abort rule @@ -41244,7 +40668,7 @@ func (p *PostgreSQLParser) Opt_with_data() (localctx IOpt_with_dataContext) { case PostgreSQLParserNO: { - p.SetState(3424) + p.SetState(3380) p.Match(PostgreSQLParserNO) if p.HasError() { // Recognition error - abort rule @@ -41252,7 +40676,7 @@ func (p *PostgreSQLParser) Opt_with_data() (localctx IOpt_with_dataContext) { } } { - p.SetState(3425) + p.SetState(3381) p.Match(PostgreSQLParserDATA_P) if p.HasError() { // Recognition error - abort rule @@ -41458,19 +40882,19 @@ func (s *CreatematviewstmtContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Creatematviewstmt() (localctx ICreatematviewstmtContext) { localctx = NewCreatematviewstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 274, PostgreSQLParserRULE_creatematviewstmt) + p.EnterRule(localctx, 272, PostgreSQLParserRULE_creatematviewstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3428) + p.SetState(3384) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3430) + p.SetState(3386) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -41479,13 +40903,13 @@ func (p *PostgreSQLParser) Creatematviewstmt() (localctx ICreatematviewstmtConte if _la == PostgreSQLParserUNLOGGED { { - p.SetState(3429) + p.SetState(3385) p.Optnolog() } } { - p.SetState(3432) + p.SetState(3388) p.Match(PostgreSQLParserMATERIALIZED) if p.HasError() { // Recognition error - abort rule @@ -41493,19 +40917,19 @@ func (p *PostgreSQLParser) Creatematviewstmt() (localctx ICreatematviewstmtConte } } { - p.SetState(3433) + p.SetState(3389) p.Match(PostgreSQLParserVIEW) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3437) + p.SetState(3393) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 226, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 222, p.GetParserRuleContext()) == 1 { { - p.SetState(3434) + p.SetState(3390) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -41513,7 +40937,7 @@ func (p *PostgreSQLParser) Creatematviewstmt() (localctx ICreatematviewstmtConte } } { - p.SetState(3435) + p.SetState(3391) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -41521,7 +40945,7 @@ func (p *PostgreSQLParser) Creatematviewstmt() (localctx ICreatematviewstmtConte } } { - p.SetState(3436) + p.SetState(3392) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -41533,11 +40957,11 @@ func (p *PostgreSQLParser) Creatematviewstmt() (localctx ICreatematviewstmtConte goto errorExit } { - p.SetState(3439) + p.SetState(3395) p.Create_mv_target() } { - p.SetState(3440) + p.SetState(3396) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -41545,15 +40969,15 @@ func (p *PostgreSQLParser) Creatematviewstmt() (localctx ICreatematviewstmtConte } } { - p.SetState(3441) + p.SetState(3397) p.Selectstmt() } - p.SetState(3443) + p.SetState(3399) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 227, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 223, p.GetParserRuleContext()) == 1 { { - p.SetState(3442) + p.SetState(3398) p.Opt_with_data() } @@ -41736,15 +41160,15 @@ func (s *Create_mv_targetContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Create_mv_target() (localctx ICreate_mv_targetContext) { localctx = NewCreate_mv_targetContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 276, PostgreSQLParserRULE_create_mv_target) + p.EnterRule(localctx, 274, PostgreSQLParserRULE_create_mv_target) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3445) + p.SetState(3401) p.Qualified_name() } - p.SetState(3447) + p.SetState(3403) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -41753,12 +41177,12 @@ func (p *PostgreSQLParser) Create_mv_target() (localctx ICreate_mv_targetContext if _la == PostgreSQLParserOPEN_PAREN { { - p.SetState(3446) + p.SetState(3402) p.Opt_column_list() } } - p.SetState(3450) + p.SetState(3406) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -41767,12 +41191,12 @@ func (p *PostgreSQLParser) Create_mv_target() (localctx ICreate_mv_targetContext if _la == PostgreSQLParserUSING { { - p.SetState(3449) + p.SetState(3405) p.Table_access_method_clause() } } - p.SetState(3453) + p.SetState(3409) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -41781,12 +41205,12 @@ func (p *PostgreSQLParser) Create_mv_target() (localctx ICreate_mv_targetContext if _la == PostgreSQLParserWITH { { - p.SetState(3452) + p.SetState(3408) p.Opt_reloptions() } } - p.SetState(3456) + p.SetState(3412) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -41795,7 +41219,7 @@ func (p *PostgreSQLParser) Create_mv_target() (localctx ICreate_mv_targetContext if _la == PostgreSQLParserTABLESPACE { { - p.SetState(3455) + p.SetState(3411) p.Opttablespace() } @@ -41896,10 +41320,10 @@ func (s *OptnologContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Optnolog() (localctx IOptnologContext) { localctx = NewOptnologContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 278, PostgreSQLParserRULE_optnolog) + p.EnterRule(localctx, 276, PostgreSQLParserRULE_optnolog) p.EnterOuterAlt(localctx, 1) { - p.SetState(3458) + p.SetState(3414) p.Match(PostgreSQLParserUNLOGGED) if p.HasError() { // Recognition error - abort rule @@ -42063,12 +41487,12 @@ func (s *RefreshmatviewstmtContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Refreshmatviewstmt() (localctx IRefreshmatviewstmtContext) { localctx = NewRefreshmatviewstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 280, PostgreSQLParserRULE_refreshmatviewstmt) + p.EnterRule(localctx, 278, PostgreSQLParserRULE_refreshmatviewstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3460) + p.SetState(3416) p.Match(PostgreSQLParserREFRESH) if p.HasError() { // Recognition error - abort rule @@ -42076,7 +41500,7 @@ func (p *PostgreSQLParser) Refreshmatviewstmt() (localctx IRefreshmatviewstmtCon } } { - p.SetState(3461) + p.SetState(3417) p.Match(PostgreSQLParserMATERIALIZED) if p.HasError() { // Recognition error - abort rule @@ -42084,14 +41508,14 @@ func (p *PostgreSQLParser) Refreshmatviewstmt() (localctx IRefreshmatviewstmtCon } } { - p.SetState(3462) + p.SetState(3418) p.Match(PostgreSQLParserVIEW) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3464) + p.SetState(3420) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -42100,21 +41524,21 @@ func (p *PostgreSQLParser) Refreshmatviewstmt() (localctx IRefreshmatviewstmtCon if _la == PostgreSQLParserCONCURRENTLY { { - p.SetState(3463) + p.SetState(3419) p.Opt_concurrently() } } { - p.SetState(3466) + p.SetState(3422) p.Qualified_name() } - p.SetState(3468) + p.SetState(3424) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 233, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 229, p.GetParserRuleContext()) == 1 { { - p.SetState(3467) + p.SetState(3423) p.Opt_with_data() } @@ -42288,19 +41712,19 @@ func (s *CreateseqstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Createseqstmt() (localctx ICreateseqstmtContext) { localctx = NewCreateseqstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 282, PostgreSQLParserRULE_createseqstmt) + p.EnterRule(localctx, 280, PostgreSQLParserRULE_createseqstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3470) + p.SetState(3426) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3472) + p.SetState(3428) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -42309,25 +41733,25 @@ func (p *PostgreSQLParser) Createseqstmt() (localctx ICreateseqstmtContext) { if _la == PostgreSQLParserGLOBAL || _la == PostgreSQLParserLOCAL || ((int64((_la-345)) & ^0x3f) == 0 && ((int64(1)<<(_la-345))&32773) != 0) { { - p.SetState(3471) + p.SetState(3427) p.Opttemp() } } { - p.SetState(3474) + p.SetState(3430) p.Match(PostgreSQLParserSEQUENCE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3478) + p.SetState(3434) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 235, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 231, p.GetParserRuleContext()) == 1 { { - p.SetState(3475) + p.SetState(3431) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -42335,7 +41759,7 @@ func (p *PostgreSQLParser) Createseqstmt() (localctx ICreateseqstmtContext) { } } { - p.SetState(3476) + p.SetState(3432) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -42343,7 +41767,7 @@ func (p *PostgreSQLParser) Createseqstmt() (localctx ICreateseqstmtContext) { } } { - p.SetState(3477) + p.SetState(3433) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -42355,15 +41779,15 @@ func (p *PostgreSQLParser) Createseqstmt() (localctx ICreateseqstmtContext) { goto errorExit } { - p.SetState(3480) + p.SetState(3436) p.Qualified_name() } - p.SetState(3482) + p.SetState(3438) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 236, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 232, p.GetParserRuleContext()) == 1 { { - p.SetState(3481) + p.SetState(3437) p.Optseqoptlist() } @@ -42515,10 +41939,10 @@ func (s *AlterseqstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Alterseqstmt() (localctx IAlterseqstmtContext) { localctx = NewAlterseqstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 284, PostgreSQLParserRULE_alterseqstmt) + p.EnterRule(localctx, 282, PostgreSQLParserRULE_alterseqstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(3484) + p.SetState(3440) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -42526,19 +41950,19 @@ func (p *PostgreSQLParser) Alterseqstmt() (localctx IAlterseqstmtContext) { } } { - p.SetState(3485) + p.SetState(3441) p.Match(PostgreSQLParserSEQUENCE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3488) + p.SetState(3444) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 237, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 233, p.GetParserRuleContext()) == 1 { { - p.SetState(3486) + p.SetState(3442) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -42546,7 +41970,7 @@ func (p *PostgreSQLParser) Alterseqstmt() (localctx IAlterseqstmtContext) { } } { - p.SetState(3487) + p.SetState(3443) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -42558,11 +41982,11 @@ func (p *PostgreSQLParser) Alterseqstmt() (localctx IAlterseqstmtContext) { goto errorExit } { - p.SetState(3490) + p.SetState(3446) p.Qualified_name() } { - p.SetState(3491) + p.SetState(3447) p.Seqoptlist() } @@ -42673,10 +42097,10 @@ func (s *OptseqoptlistContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Optseqoptlist() (localctx IOptseqoptlistContext) { localctx = NewOptseqoptlistContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 286, PostgreSQLParserRULE_optseqoptlist) + p.EnterRule(localctx, 284, PostgreSQLParserRULE_optseqoptlist) p.EnterOuterAlt(localctx, 1) { - p.SetState(3493) + p.SetState(3449) p.Seqoptlist() } @@ -42797,10 +42221,10 @@ func (s *OptparenthesizedseqoptlistContext) Accept(visitor antlr.ParseTreeVisito func (p *PostgreSQLParser) Optparenthesizedseqoptlist() (localctx IOptparenthesizedseqoptlistContext) { localctx = NewOptparenthesizedseqoptlistContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 288, PostgreSQLParserRULE_optparenthesizedseqoptlist) + p.EnterRule(localctx, 286, PostgreSQLParserRULE_optparenthesizedseqoptlist) p.EnterOuterAlt(localctx, 1) { - p.SetState(3495) + p.SetState(3451) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -42808,11 +42232,11 @@ func (p *PostgreSQLParser) Optparenthesizedseqoptlist() (localctx IOptparenthesi } } { - p.SetState(3496) + p.SetState(3452) p.Seqoptlist() } { - p.SetState(3497) + p.SetState(3453) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -42953,11 +42377,11 @@ func (s *SeqoptlistContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Seqoptlist() (localctx ISeqoptlistContext) { localctx = NewSeqoptlistContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 290, PostgreSQLParserRULE_seqoptlist) + p.EnterRule(localctx, 288, PostgreSQLParserRULE_seqoptlist) var _alt int p.EnterOuterAlt(localctx, 1) - p.SetState(3500) + p.SetState(3456) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -42967,7 +42391,7 @@ func (p *PostgreSQLParser) Seqoptlist() (localctx ISeqoptlistContext) { switch _alt { case 1: { - p.SetState(3499) + p.SetState(3455) p.Seqoptelem() } @@ -42976,9 +42400,9 @@ func (p *PostgreSQLParser) Seqoptlist() (localctx ISeqoptlistContext) { goto errorExit } - p.SetState(3502) + p.SetState(3458) p.GetErrorHandler().Sync(p) - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 238, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 234, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -43234,10 +42658,10 @@ func (s *SeqoptelemContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Seqoptelem() (localctx ISeqoptelemContext) { localctx = NewSeqoptelemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 292, PostgreSQLParserRULE_seqoptelem) + p.EnterRule(localctx, 290, PostgreSQLParserRULE_seqoptelem) var _la int - p.SetState(3540) + p.SetState(3496) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -43247,7 +42671,7 @@ func (p *PostgreSQLParser) Seqoptelem() (localctx ISeqoptelemContext) { case PostgreSQLParserAS: p.EnterOuterAlt(localctx, 1) { - p.SetState(3504) + p.SetState(3460) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -43255,14 +42679,14 @@ func (p *PostgreSQLParser) Seqoptelem() (localctx ISeqoptelemContext) { } } { - p.SetState(3505) + p.SetState(3461) p.Simpletypename() } case PostgreSQLParserCACHE: p.EnterOuterAlt(localctx, 2) { - p.SetState(3506) + p.SetState(3462) p.Match(PostgreSQLParserCACHE) if p.HasError() { // Recognition error - abort rule @@ -43270,14 +42694,14 @@ func (p *PostgreSQLParser) Seqoptelem() (localctx ISeqoptelemContext) { } } { - p.SetState(3507) + p.SetState(3463) p.Numericonly() } case PostgreSQLParserCYCLE: p.EnterOuterAlt(localctx, 3) { - p.SetState(3508) + p.SetState(3464) p.Match(PostgreSQLParserCYCLE) if p.HasError() { // Recognition error - abort rule @@ -43288,14 +42712,14 @@ func (p *PostgreSQLParser) Seqoptelem() (localctx ISeqoptelemContext) { case PostgreSQLParserINCREMENT: p.EnterOuterAlt(localctx, 4) { - p.SetState(3509) + p.SetState(3465) p.Match(PostgreSQLParserINCREMENT) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3511) + p.SetState(3467) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -43304,20 +42728,20 @@ func (p *PostgreSQLParser) Seqoptelem() (localctx ISeqoptelemContext) { if _la == PostgreSQLParserBY { { - p.SetState(3510) + p.SetState(3466) p.Opt_by() } } { - p.SetState(3513) + p.SetState(3469) p.Numericonly() } case PostgreSQLParserLOGGED: p.EnterOuterAlt(localctx, 5) { - p.SetState(3514) + p.SetState(3470) p.Match(PostgreSQLParserLOGGED) if p.HasError() { // Recognition error - abort rule @@ -43328,7 +42752,7 @@ func (p *PostgreSQLParser) Seqoptelem() (localctx ISeqoptelemContext) { case PostgreSQLParserMAXVALUE: p.EnterOuterAlt(localctx, 6) { - p.SetState(3515) + p.SetState(3471) p.Match(PostgreSQLParserMAXVALUE) if p.HasError() { // Recognition error - abort rule @@ -43336,14 +42760,14 @@ func (p *PostgreSQLParser) Seqoptelem() (localctx ISeqoptelemContext) { } } { - p.SetState(3516) + p.SetState(3472) p.Numericonly() } case PostgreSQLParserMINVALUE: p.EnterOuterAlt(localctx, 7) { - p.SetState(3517) + p.SetState(3473) p.Match(PostgreSQLParserMINVALUE) if p.HasError() { // Recognition error - abort rule @@ -43351,14 +42775,14 @@ func (p *PostgreSQLParser) Seqoptelem() (localctx ISeqoptelemContext) { } } { - p.SetState(3518) + p.SetState(3474) p.Numericonly() } case PostgreSQLParserNO: p.EnterOuterAlt(localctx, 8) { - p.SetState(3519) + p.SetState(3475) p.Match(PostgreSQLParserNO) if p.HasError() { // Recognition error - abort rule @@ -43366,7 +42790,7 @@ func (p *PostgreSQLParser) Seqoptelem() (localctx ISeqoptelemContext) { } } { - p.SetState(3520) + p.SetState(3476) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserCYCLE || _la == PostgreSQLParserMAXVALUE || _la == PostgreSQLParserMINVALUE) { @@ -43380,7 +42804,7 @@ func (p *PostgreSQLParser) Seqoptelem() (localctx ISeqoptelemContext) { case PostgreSQLParserOWNED: p.EnterOuterAlt(localctx, 9) { - p.SetState(3521) + p.SetState(3477) p.Match(PostgreSQLParserOWNED) if p.HasError() { // Recognition error - abort rule @@ -43388,7 +42812,7 @@ func (p *PostgreSQLParser) Seqoptelem() (localctx ISeqoptelemContext) { } } { - p.SetState(3522) + p.SetState(3478) p.Match(PostgreSQLParserBY) if p.HasError() { // Recognition error - abort rule @@ -43396,14 +42820,14 @@ func (p *PostgreSQLParser) Seqoptelem() (localctx ISeqoptelemContext) { } } { - p.SetState(3523) + p.SetState(3479) p.Any_name() } case PostgreSQLParserSEQUENCE: p.EnterOuterAlt(localctx, 10) { - p.SetState(3524) + p.SetState(3480) p.Match(PostgreSQLParserSEQUENCE) if p.HasError() { // Recognition error - abort rule @@ -43411,7 +42835,7 @@ func (p *PostgreSQLParser) Seqoptelem() (localctx ISeqoptelemContext) { } } { - p.SetState(3525) + p.SetState(3481) p.Match(PostgreSQLParserNAME_P) if p.HasError() { // Recognition error - abort rule @@ -43419,21 +42843,21 @@ func (p *PostgreSQLParser) Seqoptelem() (localctx ISeqoptelemContext) { } } { - p.SetState(3526) + p.SetState(3482) p.Any_name() } case PostgreSQLParserSTART: p.EnterOuterAlt(localctx, 11) { - p.SetState(3527) + p.SetState(3483) p.Match(PostgreSQLParserSTART) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3529) + p.SetState(3485) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -43442,39 +42866,39 @@ func (p *PostgreSQLParser) Seqoptelem() (localctx ISeqoptelemContext) { if _la == PostgreSQLParserWITH { { - p.SetState(3528) + p.SetState(3484) p.Opt_with() } } { - p.SetState(3531) + p.SetState(3487) p.Numericonly() } case PostgreSQLParserRESTART: p.EnterOuterAlt(localctx, 12) { - p.SetState(3532) + p.SetState(3488) p.Match(PostgreSQLParserRESTART) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3534) + p.SetState(3490) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 241, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 237, p.GetParserRuleContext()) == 1 { { - p.SetState(3533) + p.SetState(3489) p.Opt_with() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(3537) + p.SetState(3493) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -43483,7 +42907,7 @@ func (p *PostgreSQLParser) Seqoptelem() (localctx ISeqoptelemContext) { if _la == PostgreSQLParserPLUS || _la == PostgreSQLParserMINUS || _la == PostgreSQLParserIntegral || _la == PostgreSQLParserNumeric { { - p.SetState(3536) + p.SetState(3492) p.Numericonly() } @@ -43492,7 +42916,7 @@ func (p *PostgreSQLParser) Seqoptelem() (localctx ISeqoptelemContext) { case PostgreSQLParserUNLOGGED: p.EnterOuterAlt(localctx, 13) { - p.SetState(3539) + p.SetState(3495) p.Match(PostgreSQLParserUNLOGGED) if p.HasError() { // Recognition error - abort rule @@ -43600,10 +43024,10 @@ func (s *Opt_byContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Opt_by() (localctx IOpt_byContext) { localctx = NewOpt_byContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 294, PostgreSQLParserRULE_opt_by) + p.EnterRule(localctx, 292, PostgreSQLParserRULE_opt_by) p.EnterOuterAlt(localctx, 1) { - p.SetState(3542) + p.SetState(3498) p.Match(PostgreSQLParserBY) if p.HasError() { // Recognition error - abort rule @@ -43745,25 +43169,25 @@ func (s *NumericonlyContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Numericonly() (localctx INumericonlyContext) { localctx = NewNumericonlyContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 296, PostgreSQLParserRULE_numericonly) - p.SetState(3550) + p.EnterRule(localctx, 294, PostgreSQLParserRULE_numericonly) + p.SetState(3506) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 244, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 240, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(3544) + p.SetState(3500) p.Fconst() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(3545) + p.SetState(3501) p.Match(PostgreSQLParserPLUS) if p.HasError() { // Recognition error - abort rule @@ -43771,14 +43195,14 @@ func (p *PostgreSQLParser) Numericonly() (localctx INumericonlyContext) { } } { - p.SetState(3546) + p.SetState(3502) p.Fconst() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(3547) + p.SetState(3503) p.Match(PostgreSQLParserMINUS) if p.HasError() { // Recognition error - abort rule @@ -43786,14 +43210,14 @@ func (p *PostgreSQLParser) Numericonly() (localctx INumericonlyContext) { } } { - p.SetState(3548) + p.SetState(3504) p.Fconst() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(3549) + p.SetState(3505) p.Signediconst() } @@ -43944,15 +43368,15 @@ func (s *Numericonly_listContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Numericonly_list() (localctx INumericonly_listContext) { localctx = NewNumericonly_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 298, PostgreSQLParserRULE_numericonly_list) + p.EnterRule(localctx, 296, PostgreSQLParserRULE_numericonly_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3552) + p.SetState(3508) p.Numericonly() } - p.SetState(3557) + p.SetState(3513) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -43961,7 +43385,7 @@ func (p *PostgreSQLParser) Numericonly_list() (localctx INumericonly_listContext for _la == PostgreSQLParserCOMMA { { - p.SetState(3553) + p.SetState(3509) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -43969,11 +43393,11 @@ func (p *PostgreSQLParser) Numericonly_list() (localctx INumericonly_listContext } } { - p.SetState(3554) + p.SetState(3510) p.Numericonly() } - p.SetState(3559) + p.SetState(3515) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -44205,19 +43629,19 @@ func (s *CreateplangstmtContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Createplangstmt() (localctx ICreateplangstmtContext) { localctx = NewCreateplangstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 300, PostgreSQLParserRULE_createplangstmt) + p.EnterRule(localctx, 298, PostgreSQLParserRULE_createplangstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3560) + p.SetState(3516) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3562) + p.SetState(3518) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -44226,12 +43650,12 @@ func (p *PostgreSQLParser) Createplangstmt() (localctx ICreateplangstmtContext) if _la == PostgreSQLParserOR { { - p.SetState(3561) + p.SetState(3517) p.Opt_or_replace() } } - p.SetState(3565) + p.SetState(3521) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -44240,12 +43664,12 @@ func (p *PostgreSQLParser) Createplangstmt() (localctx ICreateplangstmtContext) if _la == PostgreSQLParserTRUSTED { { - p.SetState(3564) + p.SetState(3520) p.Opt_trusted() } } - p.SetState(3568) + p.SetState(3524) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -44254,13 +43678,13 @@ func (p *PostgreSQLParser) Createplangstmt() (localctx ICreateplangstmtContext) if _la == PostgreSQLParserPROCEDURAL { { - p.SetState(3567) + p.SetState(3523) p.Opt_procedural() } } { - p.SetState(3570) + p.SetState(3526) p.Match(PostgreSQLParserLANGUAGE) if p.HasError() { // Recognition error - abort rule @@ -44268,10 +43692,10 @@ func (p *PostgreSQLParser) Createplangstmt() (localctx ICreateplangstmtContext) } } { - p.SetState(3571) + p.SetState(3527) p.Name() } - p.SetState(3580) + p.SetState(3536) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -44280,7 +43704,7 @@ func (p *PostgreSQLParser) Createplangstmt() (localctx ICreateplangstmtContext) if _la == PostgreSQLParserHANDLER { { - p.SetState(3572) + p.SetState(3528) p.Match(PostgreSQLParserHANDLER) if p.HasError() { // Recognition error - abort rule @@ -44288,10 +43712,10 @@ func (p *PostgreSQLParser) Createplangstmt() (localctx ICreateplangstmtContext) } } { - p.SetState(3573) + p.SetState(3529) p.Handler_name() } - p.SetState(3575) + p.SetState(3531) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -44300,12 +43724,12 @@ func (p *PostgreSQLParser) Createplangstmt() (localctx ICreateplangstmtContext) if _la == PostgreSQLParserINLINE_P { { - p.SetState(3574) + p.SetState(3530) p.Opt_inline_handler() } } - p.SetState(3578) + p.SetState(3534) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -44314,7 +43738,7 @@ func (p *PostgreSQLParser) Createplangstmt() (localctx ICreateplangstmtContext) if _la == PostgreSQLParserNO || _la == PostgreSQLParserVALIDATOR { { - p.SetState(3577) + p.SetState(3533) p.Opt_validator() } @@ -44417,10 +43841,10 @@ func (s *Opt_trustedContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opt_trusted() (localctx IOpt_trustedContext) { localctx = NewOpt_trustedContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 302, PostgreSQLParserRULE_opt_trusted) + p.EnterRule(localctx, 300, PostgreSQLParserRULE_opt_trusted) p.EnterOuterAlt(localctx, 1) { - p.SetState(3582) + p.SetState(3538) p.Match(PostgreSQLParserTRUSTED) if p.HasError() { // Recognition error - abort rule @@ -44552,15 +43976,15 @@ func (s *Handler_nameContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Handler_name() (localctx IHandler_nameContext) { localctx = NewHandler_nameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 304, PostgreSQLParserRULE_handler_name) + p.EnterRule(localctx, 302, PostgreSQLParserRULE_handler_name) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3584) + p.SetState(3540) p.Name() } - p.SetState(3586) + p.SetState(3542) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -44569,7 +43993,7 @@ func (p *PostgreSQLParser) Handler_name() (localctx IHandler_nameContext) { if _la == PostgreSQLParserDOT { { - p.SetState(3585) + p.SetState(3541) p.Attrs() } @@ -44687,10 +44111,10 @@ func (s *Opt_inline_handlerContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Opt_inline_handler() (localctx IOpt_inline_handlerContext) { localctx = NewOpt_inline_handlerContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 306, PostgreSQLParserRULE_opt_inline_handler) + p.EnterRule(localctx, 304, PostgreSQLParserRULE_opt_inline_handler) p.EnterOuterAlt(localctx, 1) { - p.SetState(3588) + p.SetState(3544) p.Match(PostgreSQLParserINLINE_P) if p.HasError() { // Recognition error - abort rule @@ -44698,7 +44122,7 @@ func (p *PostgreSQLParser) Opt_inline_handler() (localctx IOpt_inline_handlerCon } } { - p.SetState(3589) + p.SetState(3545) p.Handler_name() } @@ -44819,8 +44243,8 @@ func (s *Validator_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Validator_clause() (localctx IValidator_clauseContext) { localctx = NewValidator_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 308, PostgreSQLParserRULE_validator_clause) - p.SetState(3595) + p.EnterRule(localctx, 306, PostgreSQLParserRULE_validator_clause) + p.SetState(3551) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -44830,7 +44254,7 @@ func (p *PostgreSQLParser) Validator_clause() (localctx IValidator_clauseContext case PostgreSQLParserVALIDATOR: p.EnterOuterAlt(localctx, 1) { - p.SetState(3591) + p.SetState(3547) p.Match(PostgreSQLParserVALIDATOR) if p.HasError() { // Recognition error - abort rule @@ -44838,14 +44262,14 @@ func (p *PostgreSQLParser) Validator_clause() (localctx IValidator_clauseContext } } { - p.SetState(3592) + p.SetState(3548) p.Handler_name() } case PostgreSQLParserNO: p.EnterOuterAlt(localctx, 2) { - p.SetState(3593) + p.SetState(3549) p.Match(PostgreSQLParserNO) if p.HasError() { // Recognition error - abort rule @@ -44853,7 +44277,7 @@ func (p *PostgreSQLParser) Validator_clause() (localctx IValidator_clauseContext } } { - p.SetState(3594) + p.SetState(3550) p.Match(PostgreSQLParserVALIDATOR) if p.HasError() { // Recognition error - abort rule @@ -44973,10 +44397,10 @@ func (s *Opt_validatorContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Opt_validator() (localctx IOpt_validatorContext) { localctx = NewOpt_validatorContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 310, PostgreSQLParserRULE_opt_validator) + p.EnterRule(localctx, 308, PostgreSQLParserRULE_opt_validator) p.EnterOuterAlt(localctx, 1) { - p.SetState(3597) + p.SetState(3553) p.Validator_clause() } @@ -45075,10 +44499,10 @@ func (s *Opt_proceduralContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Opt_procedural() (localctx IOpt_proceduralContext) { localctx = NewOpt_proceduralContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 312, PostgreSQLParserRULE_opt_procedural) + p.EnterRule(localctx, 310, PostgreSQLParserRULE_opt_procedural) p.EnterOuterAlt(localctx, 1) { - p.SetState(3599) + p.SetState(3555) p.Match(PostgreSQLParserPROCEDURAL) if p.HasError() { // Recognition error - abort rule @@ -45259,12 +44683,12 @@ func (s *CreatetablespacestmtContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Createtablespacestmt() (localctx ICreatetablespacestmtContext) { localctx = NewCreatetablespacestmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 314, PostgreSQLParserRULE_createtablespacestmt) + p.EnterRule(localctx, 312, PostgreSQLParserRULE_createtablespacestmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3601) + p.SetState(3557) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -45272,7 +44696,7 @@ func (p *PostgreSQLParser) Createtablespacestmt() (localctx ICreatetablespacestm } } { - p.SetState(3602) + p.SetState(3558) p.Match(PostgreSQLParserTABLESPACE) if p.HasError() { // Recognition error - abort rule @@ -45280,10 +44704,10 @@ func (p *PostgreSQLParser) Createtablespacestmt() (localctx ICreatetablespacestm } } { - p.SetState(3603) + p.SetState(3559) p.Name() } - p.SetState(3605) + p.SetState(3561) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -45292,13 +44716,13 @@ func (p *PostgreSQLParser) Createtablespacestmt() (localctx ICreatetablespacestm if _la == PostgreSQLParserOWNER { { - p.SetState(3604) + p.SetState(3560) p.Opttablespaceowner() } } { - p.SetState(3607) + p.SetState(3563) p.Match(PostgreSQLParserLOCATION) if p.HasError() { // Recognition error - abort rule @@ -45306,15 +44730,15 @@ func (p *PostgreSQLParser) Createtablespacestmt() (localctx ICreatetablespacestm } } { - p.SetState(3608) + p.SetState(3564) p.Sconst() } - p.SetState(3610) + p.SetState(3566) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 255, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 251, p.GetParserRuleContext()) == 1 { { - p.SetState(3609) + p.SetState(3565) p.Opt_reloptions() } @@ -45434,10 +44858,10 @@ func (s *OpttablespaceownerContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Opttablespaceowner() (localctx IOpttablespaceownerContext) { localctx = NewOpttablespaceownerContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 316, PostgreSQLParserRULE_opttablespaceowner) + p.EnterRule(localctx, 314, PostgreSQLParserRULE_opttablespaceowner) p.EnterOuterAlt(localctx, 1) { - p.SetState(3612) + p.SetState(3568) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -45445,7 +44869,7 @@ func (p *PostgreSQLParser) Opttablespaceowner() (localctx IOpttablespaceownerCon } } { - p.SetState(3613) + p.SetState(3569) p.Rolespec() } @@ -45576,10 +45000,10 @@ func (s *DroptablespacestmtContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Droptablespacestmt() (localctx IDroptablespacestmtContext) { localctx = NewDroptablespacestmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 318, PostgreSQLParserRULE_droptablespacestmt) + p.EnterRule(localctx, 316, PostgreSQLParserRULE_droptablespacestmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(3615) + p.SetState(3571) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -45587,19 +45011,19 @@ func (p *PostgreSQLParser) Droptablespacestmt() (localctx IDroptablespacestmtCon } } { - p.SetState(3616) + p.SetState(3572) p.Match(PostgreSQLParserTABLESPACE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3619) + p.SetState(3575) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 256, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 252, p.GetParserRuleContext()) == 1 { { - p.SetState(3617) + p.SetState(3573) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -45607,7 +45031,7 @@ func (p *PostgreSQLParser) Droptablespacestmt() (localctx IDroptablespacestmtCon } } { - p.SetState(3618) + p.SetState(3574) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -45619,7 +45043,7 @@ func (p *PostgreSQLParser) Droptablespacestmt() (localctx IDroptablespacestmtCon goto errorExit } { - p.SetState(3621) + p.SetState(3577) p.Name() } @@ -45789,10 +45213,10 @@ func (s *CreateextensionstmtContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Createextensionstmt() (localctx ICreateextensionstmtContext) { localctx = NewCreateextensionstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 320, PostgreSQLParserRULE_createextensionstmt) + p.EnterRule(localctx, 318, PostgreSQLParserRULE_createextensionstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(3623) + p.SetState(3579) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -45800,19 +45224,19 @@ func (p *PostgreSQLParser) Createextensionstmt() (localctx ICreateextensionstmtC } } { - p.SetState(3624) + p.SetState(3580) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3628) + p.SetState(3584) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 257, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 253, p.GetParserRuleContext()) == 1 { { - p.SetState(3625) + p.SetState(3581) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -45820,7 +45244,7 @@ func (p *PostgreSQLParser) Createextensionstmt() (localctx ICreateextensionstmtC } } { - p.SetState(3626) + p.SetState(3582) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -45828,7 +45252,7 @@ func (p *PostgreSQLParser) Createextensionstmt() (localctx ICreateextensionstmtC } } { - p.SetState(3627) + p.SetState(3583) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -45840,15 +45264,15 @@ func (p *PostgreSQLParser) Createextensionstmt() (localctx ICreateextensionstmtC goto errorExit } { - p.SetState(3630) + p.SetState(3586) p.Name() } - p.SetState(3632) + p.SetState(3588) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 258, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 254, p.GetParserRuleContext()) == 1 { { - p.SetState(3631) + p.SetState(3587) p.Opt_with() } @@ -45856,7 +45280,7 @@ func (p *PostgreSQLParser) Createextensionstmt() (localctx ICreateextensionstmtC goto errorExit } { - p.SetState(3634) + p.SetState(3590) p.Create_extension_opt_list() } @@ -45993,11 +45417,11 @@ func (s *Create_extension_opt_listContext) Accept(visitor antlr.ParseTreeVisitor func (p *PostgreSQLParser) Create_extension_opt_list() (localctx ICreate_extension_opt_listContext) { localctx = NewCreate_extension_opt_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 322, PostgreSQLParserRULE_create_extension_opt_list) + p.EnterRule(localctx, 320, PostgreSQLParserRULE_create_extension_opt_list) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(3639) + p.SetState(3595) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -46006,11 +45430,11 @@ func (p *PostgreSQLParser) Create_extension_opt_list() (localctx ICreate_extensi for _la == PostgreSQLParserFROM || _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserSCHEMA || _la == PostgreSQLParserVERSION_P { { - p.SetState(3636) + p.SetState(3592) p.Create_extension_opt_item() } - p.SetState(3641) + p.SetState(3597) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -46162,8 +45586,8 @@ func (s *Create_extension_opt_itemContext) Accept(visitor antlr.ParseTreeVisitor func (p *PostgreSQLParser) Create_extension_opt_item() (localctx ICreate_extension_opt_itemContext) { localctx = NewCreate_extension_opt_itemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 324, PostgreSQLParserRULE_create_extension_opt_item) - p.SetState(3649) + p.EnterRule(localctx, 322, PostgreSQLParserRULE_create_extension_opt_item) + p.SetState(3605) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -46173,7 +45597,7 @@ func (p *PostgreSQLParser) Create_extension_opt_item() (localctx ICreate_extensi case PostgreSQLParserSCHEMA: p.EnterOuterAlt(localctx, 1) { - p.SetState(3642) + p.SetState(3598) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -46181,14 +45605,14 @@ func (p *PostgreSQLParser) Create_extension_opt_item() (localctx ICreate_extensi } } { - p.SetState(3643) + p.SetState(3599) p.Name() } case PostgreSQLParserVERSION_P: p.EnterOuterAlt(localctx, 2) { - p.SetState(3644) + p.SetState(3600) p.Match(PostgreSQLParserVERSION_P) if p.HasError() { // Recognition error - abort rule @@ -46196,14 +45620,14 @@ func (p *PostgreSQLParser) Create_extension_opt_item() (localctx ICreate_extensi } } { - p.SetState(3645) + p.SetState(3601) p.Nonreservedword_or_sconst() } case PostgreSQLParserFROM: p.EnterOuterAlt(localctx, 3) { - p.SetState(3646) + p.SetState(3602) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -46211,14 +45635,14 @@ func (p *PostgreSQLParser) Create_extension_opt_item() (localctx ICreate_extensi } } { - p.SetState(3647) + p.SetState(3603) p.Nonreservedword_or_sconst() } case PostgreSQLParserCASCADE: p.EnterOuterAlt(localctx, 4) { - p.SetState(3648) + p.SetState(3604) p.Match(PostgreSQLParserCASCADE) if p.HasError() { // Recognition error - abort rule @@ -46370,10 +45794,10 @@ func (s *AlterextensionstmtContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Alterextensionstmt() (localctx IAlterextensionstmtContext) { localctx = NewAlterextensionstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 326, PostgreSQLParserRULE_alterextensionstmt) + p.EnterRule(localctx, 324, PostgreSQLParserRULE_alterextensionstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(3651) + p.SetState(3607) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -46381,7 +45805,7 @@ func (p *PostgreSQLParser) Alterextensionstmt() (localctx IAlterextensionstmtCon } } { - p.SetState(3652) + p.SetState(3608) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -46389,11 +45813,11 @@ func (p *PostgreSQLParser) Alterextensionstmt() (localctx IAlterextensionstmtCon } } { - p.SetState(3653) + p.SetState(3609) p.Name() } { - p.SetState(3654) + p.SetState(3610) p.Match(PostgreSQLParserUPDATE) if p.HasError() { // Recognition error - abort rule @@ -46401,7 +45825,7 @@ func (p *PostgreSQLParser) Alterextensionstmt() (localctx IAlterextensionstmtCon } } { - p.SetState(3655) + p.SetState(3611) p.Alter_extension_opt_list() } @@ -46538,11 +45962,11 @@ func (s *Alter_extension_opt_listContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Alter_extension_opt_list() (localctx IAlter_extension_opt_listContext) { localctx = NewAlter_extension_opt_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 328, PostgreSQLParserRULE_alter_extension_opt_list) + p.EnterRule(localctx, 326, PostgreSQLParserRULE_alter_extension_opt_list) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(3660) + p.SetState(3616) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -46551,11 +45975,11 @@ func (p *PostgreSQLParser) Alter_extension_opt_list() (localctx IAlter_extension for _la == PostgreSQLParserTO { { - p.SetState(3657) + p.SetState(3613) p.Alter_extension_opt_item() } - p.SetState(3662) + p.SetState(3618) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -46675,10 +46099,10 @@ func (s *Alter_extension_opt_itemContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Alter_extension_opt_item() (localctx IAlter_extension_opt_itemContext) { localctx = NewAlter_extension_opt_itemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 330, PostgreSQLParserRULE_alter_extension_opt_item) + p.EnterRule(localctx, 328, PostgreSQLParserRULE_alter_extension_opt_item) p.EnterOuterAlt(localctx, 1) { - p.SetState(3663) + p.SetState(3619) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -46686,7 +46110,7 @@ func (p *PostgreSQLParser) Alter_extension_opt_item() (localctx IAlter_extension } } { - p.SetState(3664) + p.SetState(3620) p.Nonreservedword_or_sconst() } @@ -47080,18 +46504,18 @@ func (s *AlterextensioncontentsstmtContext) Accept(visitor antlr.ParseTreeVisito func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensioncontentsstmtContext) { localctx = NewAlterextensioncontentsstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 332, PostgreSQLParserRULE_alterextensioncontentsstmt) - p.SetState(3770) + p.EnterRule(localctx, 330, PostgreSQLParserRULE_alterextensioncontentsstmt) + p.SetState(3726) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 262, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 258, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(3666) + p.SetState(3622) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -47099,7 +46523,7 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3667) + p.SetState(3623) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -47107,26 +46531,26 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3668) + p.SetState(3624) p.Name() } { - p.SetState(3669) + p.SetState(3625) p.Add_drop() } { - p.SetState(3670) + p.SetState(3626) p.Object_type_name() } { - p.SetState(3671) + p.SetState(3627) p.Name() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(3673) + p.SetState(3629) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -47134,7 +46558,7 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3674) + p.SetState(3630) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -47142,26 +46566,26 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3675) + p.SetState(3631) p.Name() } { - p.SetState(3676) + p.SetState(3632) p.Add_drop() } { - p.SetState(3677) + p.SetState(3633) p.Object_type_any_name() } { - p.SetState(3678) + p.SetState(3634) p.Any_name() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(3680) + p.SetState(3636) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -47169,7 +46593,7 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3681) + p.SetState(3637) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -47177,15 +46601,15 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3682) + p.SetState(3638) p.Name() } { - p.SetState(3683) + p.SetState(3639) p.Add_drop() } { - p.SetState(3684) + p.SetState(3640) p.Match(PostgreSQLParserAGGREGATE) if p.HasError() { // Recognition error - abort rule @@ -47193,14 +46617,14 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3685) + p.SetState(3641) p.Aggregate_with_argtypes() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(3687) + p.SetState(3643) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -47208,7 +46632,7 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3688) + p.SetState(3644) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -47216,15 +46640,15 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3689) + p.SetState(3645) p.Name() } { - p.SetState(3690) + p.SetState(3646) p.Add_drop() } { - p.SetState(3691) + p.SetState(3647) p.Match(PostgreSQLParserCAST) if p.HasError() { // Recognition error - abort rule @@ -47232,7 +46656,7 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3692) + p.SetState(3648) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -47240,11 +46664,11 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3693) + p.SetState(3649) p.Typename() } { - p.SetState(3694) + p.SetState(3650) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -47252,11 +46676,11 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3695) + p.SetState(3651) p.Typename() } { - p.SetState(3696) + p.SetState(3652) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -47267,7 +46691,7 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(3698) + p.SetState(3654) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -47275,7 +46699,7 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3699) + p.SetState(3655) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -47283,15 +46707,15 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3700) + p.SetState(3656) p.Name() } { - p.SetState(3701) + p.SetState(3657) p.Add_drop() } { - p.SetState(3702) + p.SetState(3658) p.Match(PostgreSQLParserDOMAIN_P) if p.HasError() { // Recognition error - abort rule @@ -47299,14 +46723,14 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3703) + p.SetState(3659) p.Typename() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(3705) + p.SetState(3661) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -47314,7 +46738,7 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3706) + p.SetState(3662) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -47322,15 +46746,15 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3707) + p.SetState(3663) p.Name() } { - p.SetState(3708) + p.SetState(3664) p.Add_drop() } { - p.SetState(3709) + p.SetState(3665) p.Match(PostgreSQLParserFUNCTION) if p.HasError() { // Recognition error - abort rule @@ -47338,14 +46762,14 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3710) + p.SetState(3666) p.Function_with_argtypes() } case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(3712) + p.SetState(3668) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -47353,7 +46777,7 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3713) + p.SetState(3669) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -47361,15 +46785,15 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3714) + p.SetState(3670) p.Name() } { - p.SetState(3715) + p.SetState(3671) p.Add_drop() } { - p.SetState(3716) + p.SetState(3672) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -47377,14 +46801,14 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3717) + p.SetState(3673) p.Operator_with_argtypes() } case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(3719) + p.SetState(3675) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -47392,7 +46816,7 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3720) + p.SetState(3676) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -47400,15 +46824,15 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3721) + p.SetState(3677) p.Name() } { - p.SetState(3722) + p.SetState(3678) p.Add_drop() } { - p.SetState(3723) + p.SetState(3679) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -47416,7 +46840,7 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3724) + p.SetState(3680) p.Match(PostgreSQLParserCLASS) if p.HasError() { // Recognition error - abort rule @@ -47424,11 +46848,11 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3725) + p.SetState(3681) p.Any_name() } { - p.SetState(3726) + p.SetState(3682) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -47436,14 +46860,14 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3727) + p.SetState(3683) p.Name() } case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(3729) + p.SetState(3685) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -47451,7 +46875,7 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3730) + p.SetState(3686) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -47459,15 +46883,15 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3731) + p.SetState(3687) p.Name() } { - p.SetState(3732) + p.SetState(3688) p.Add_drop() } { - p.SetState(3733) + p.SetState(3689) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -47475,7 +46899,7 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3734) + p.SetState(3690) p.Match(PostgreSQLParserFAMILY) if p.HasError() { // Recognition error - abort rule @@ -47483,11 +46907,11 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3735) + p.SetState(3691) p.Any_name() } { - p.SetState(3736) + p.SetState(3692) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -47495,14 +46919,14 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3737) + p.SetState(3693) p.Name() } case 10: p.EnterOuterAlt(localctx, 10) { - p.SetState(3739) + p.SetState(3695) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -47510,7 +46934,7 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3740) + p.SetState(3696) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -47518,15 +46942,15 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3741) + p.SetState(3697) p.Name() } { - p.SetState(3742) + p.SetState(3698) p.Add_drop() } { - p.SetState(3743) + p.SetState(3699) p.Match(PostgreSQLParserPROCEDURE) if p.HasError() { // Recognition error - abort rule @@ -47534,14 +46958,14 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3744) + p.SetState(3700) p.Function_with_argtypes() } case 11: p.EnterOuterAlt(localctx, 11) { - p.SetState(3746) + p.SetState(3702) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -47549,7 +46973,7 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3747) + p.SetState(3703) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -47557,15 +46981,15 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3748) + p.SetState(3704) p.Name() } { - p.SetState(3749) + p.SetState(3705) p.Add_drop() } { - p.SetState(3750) + p.SetState(3706) p.Match(PostgreSQLParserROUTINE) if p.HasError() { // Recognition error - abort rule @@ -47573,14 +46997,14 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3751) + p.SetState(3707) p.Function_with_argtypes() } case 12: p.EnterOuterAlt(localctx, 12) { - p.SetState(3753) + p.SetState(3709) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -47588,7 +47012,7 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3754) + p.SetState(3710) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -47596,15 +47020,15 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3755) + p.SetState(3711) p.Name() } { - p.SetState(3756) + p.SetState(3712) p.Add_drop() } { - p.SetState(3757) + p.SetState(3713) p.Match(PostgreSQLParserTRANSFORM) if p.HasError() { // Recognition error - abort rule @@ -47612,7 +47036,7 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3758) + p.SetState(3714) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -47620,11 +47044,11 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3759) + p.SetState(3715) p.Typename() } { - p.SetState(3760) + p.SetState(3716) p.Match(PostgreSQLParserLANGUAGE) if p.HasError() { // Recognition error - abort rule @@ -47632,14 +47056,14 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3761) + p.SetState(3717) p.Name() } case 13: p.EnterOuterAlt(localctx, 13) { - p.SetState(3763) + p.SetState(3719) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -47647,7 +47071,7 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3764) + p.SetState(3720) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -47655,15 +47079,15 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3765) + p.SetState(3721) p.Name() } { - p.SetState(3766) + p.SetState(3722) p.Add_drop() } { - p.SetState(3767) + p.SetState(3723) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -47671,7 +47095,7 @@ func (p *PostgreSQLParser) Alterextensioncontentsstmt() (localctx IAlterextensio } } { - p.SetState(3768) + p.SetState(3724) p.Typename() } @@ -47840,12 +47264,12 @@ func (s *CreatefdwstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Createfdwstmt() (localctx ICreatefdwstmtContext) { localctx = NewCreatefdwstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 334, PostgreSQLParserRULE_createfdwstmt) + p.EnterRule(localctx, 332, PostgreSQLParserRULE_createfdwstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3772) + p.SetState(3728) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -47853,7 +47277,7 @@ func (p *PostgreSQLParser) Createfdwstmt() (localctx ICreatefdwstmtContext) { } } { - p.SetState(3773) + p.SetState(3729) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -47861,7 +47285,7 @@ func (p *PostgreSQLParser) Createfdwstmt() (localctx ICreatefdwstmtContext) { } } { - p.SetState(3774) + p.SetState(3730) p.Match(PostgreSQLParserDATA_P) if p.HasError() { // Recognition error - abort rule @@ -47869,7 +47293,7 @@ func (p *PostgreSQLParser) Createfdwstmt() (localctx ICreatefdwstmtContext) { } } { - p.SetState(3775) + p.SetState(3731) p.Match(PostgreSQLParserWRAPPER) if p.HasError() { // Recognition error - abort rule @@ -47877,10 +47301,10 @@ func (p *PostgreSQLParser) Createfdwstmt() (localctx ICreatefdwstmtContext) { } } { - p.SetState(3776) + p.SetState(3732) p.Name() } - p.SetState(3778) + p.SetState(3734) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -47889,12 +47313,12 @@ func (p *PostgreSQLParser) Createfdwstmt() (localctx ICreatefdwstmtContext) { if _la == PostgreSQLParserHANDLER || _la == PostgreSQLParserNO || _la == PostgreSQLParserVALIDATOR { { - p.SetState(3777) + p.SetState(3733) p.Opt_fdw_options() } } - p.SetState(3781) + p.SetState(3737) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -47903,7 +47327,7 @@ func (p *PostgreSQLParser) Createfdwstmt() (localctx ICreatefdwstmtContext) { if _la == PostgreSQLParserOPTIONS { { - p.SetState(3780) + p.SetState(3736) p.Create_generic_options() } @@ -48031,18 +47455,18 @@ func (s *Fdw_optionContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Fdw_option() (localctx IFdw_optionContext) { localctx = NewFdw_optionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 336, PostgreSQLParserRULE_fdw_option) - p.SetState(3791) + p.EnterRule(localctx, 334, PostgreSQLParserRULE_fdw_option) + p.SetState(3747) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 265, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 261, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(3783) + p.SetState(3739) p.Match(PostgreSQLParserHANDLER) if p.HasError() { // Recognition error - abort rule @@ -48050,14 +47474,14 @@ func (p *PostgreSQLParser) Fdw_option() (localctx IFdw_optionContext) { } } { - p.SetState(3784) + p.SetState(3740) p.Handler_name() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(3785) + p.SetState(3741) p.Match(PostgreSQLParserNO) if p.HasError() { // Recognition error - abort rule @@ -48065,7 +47489,7 @@ func (p *PostgreSQLParser) Fdw_option() (localctx IFdw_optionContext) { } } { - p.SetState(3786) + p.SetState(3742) p.Match(PostgreSQLParserHANDLER) if p.HasError() { // Recognition error - abort rule @@ -48076,7 +47500,7 @@ func (p *PostgreSQLParser) Fdw_option() (localctx IFdw_optionContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(3787) + p.SetState(3743) p.Match(PostgreSQLParserVALIDATOR) if p.HasError() { // Recognition error - abort rule @@ -48084,14 +47508,14 @@ func (p *PostgreSQLParser) Fdw_option() (localctx IFdw_optionContext) { } } { - p.SetState(3788) + p.SetState(3744) p.Handler_name() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(3789) + p.SetState(3745) p.Match(PostgreSQLParserNO) if p.HasError() { // Recognition error - abort rule @@ -48099,7 +47523,7 @@ func (p *PostgreSQLParser) Fdw_option() (localctx IFdw_optionContext) { } } { - p.SetState(3790) + p.SetState(3746) p.Match(PostgreSQLParserVALIDATOR) if p.HasError() { // Recognition error - abort rule @@ -48244,11 +47668,11 @@ func (s *Fdw_optionsContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Fdw_options() (localctx IFdw_optionsContext) { localctx = NewFdw_optionsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 338, PostgreSQLParserRULE_fdw_options) + p.EnterRule(localctx, 336, PostgreSQLParserRULE_fdw_options) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(3794) + p.SetState(3750) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -48257,11 +47681,11 @@ func (p *PostgreSQLParser) Fdw_options() (localctx IFdw_optionsContext) { for ok := true; ok; ok = _la == PostgreSQLParserHANDLER || _la == PostgreSQLParserNO || _la == PostgreSQLParserVALIDATOR { { - p.SetState(3793) + p.SetState(3749) p.Fdw_option() } - p.SetState(3796) + p.SetState(3752) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -48376,10 +47800,10 @@ func (s *Opt_fdw_optionsContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Opt_fdw_options() (localctx IOpt_fdw_optionsContext) { localctx = NewOpt_fdw_optionsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 340, PostgreSQLParserRULE_opt_fdw_options) + p.EnterRule(localctx, 338, PostgreSQLParserRULE_opt_fdw_options) p.EnterOuterAlt(localctx, 1) { - p.SetState(3798) + p.SetState(3754) p.Fdw_options() } @@ -48561,20 +47985,20 @@ func (s *AlterfdwstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Alterfdwstmt() (localctx IAlterfdwstmtContext) { localctx = NewAlterfdwstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 342, PostgreSQLParserRULE_alterfdwstmt) + p.EnterRule(localctx, 340, PostgreSQLParserRULE_alterfdwstmt) var _la int - p.SetState(3817) + p.SetState(3773) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 268, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 264, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(3800) + p.SetState(3756) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -48582,7 +48006,7 @@ func (p *PostgreSQLParser) Alterfdwstmt() (localctx IAlterfdwstmtContext) { } } { - p.SetState(3801) + p.SetState(3757) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -48590,7 +48014,7 @@ func (p *PostgreSQLParser) Alterfdwstmt() (localctx IAlterfdwstmtContext) { } } { - p.SetState(3802) + p.SetState(3758) p.Match(PostgreSQLParserDATA_P) if p.HasError() { // Recognition error - abort rule @@ -48598,7 +48022,7 @@ func (p *PostgreSQLParser) Alterfdwstmt() (localctx IAlterfdwstmtContext) { } } { - p.SetState(3803) + p.SetState(3759) p.Match(PostgreSQLParserWRAPPER) if p.HasError() { // Recognition error - abort rule @@ -48606,10 +48030,10 @@ func (p *PostgreSQLParser) Alterfdwstmt() (localctx IAlterfdwstmtContext) { } } { - p.SetState(3804) + p.SetState(3760) p.Name() } - p.SetState(3806) + p.SetState(3762) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -48618,20 +48042,20 @@ func (p *PostgreSQLParser) Alterfdwstmt() (localctx IAlterfdwstmtContext) { if _la == PostgreSQLParserHANDLER || _la == PostgreSQLParserNO || _la == PostgreSQLParserVALIDATOR { { - p.SetState(3805) + p.SetState(3761) p.Opt_fdw_options() } } { - p.SetState(3808) + p.SetState(3764) p.Alter_generic_options() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(3810) + p.SetState(3766) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -48639,7 +48063,7 @@ func (p *PostgreSQLParser) Alterfdwstmt() (localctx IAlterfdwstmtContext) { } } { - p.SetState(3811) + p.SetState(3767) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -48647,7 +48071,7 @@ func (p *PostgreSQLParser) Alterfdwstmt() (localctx IAlterfdwstmtContext) { } } { - p.SetState(3812) + p.SetState(3768) p.Match(PostgreSQLParserDATA_P) if p.HasError() { // Recognition error - abort rule @@ -48655,7 +48079,7 @@ func (p *PostgreSQLParser) Alterfdwstmt() (localctx IAlterfdwstmtContext) { } } { - p.SetState(3813) + p.SetState(3769) p.Match(PostgreSQLParserWRAPPER) if p.HasError() { // Recognition error - abort rule @@ -48663,11 +48087,11 @@ func (p *PostgreSQLParser) Alterfdwstmt() (localctx IAlterfdwstmtContext) { } } { - p.SetState(3814) + p.SetState(3770) p.Name() } { - p.SetState(3815) + p.SetState(3771) p.Fdw_options() } @@ -48797,10 +48221,10 @@ func (s *Create_generic_optionsContext) Accept(visitor antlr.ParseTreeVisitor) i func (p *PostgreSQLParser) Create_generic_options() (localctx ICreate_generic_optionsContext) { localctx = NewCreate_generic_optionsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 344, PostgreSQLParserRULE_create_generic_options) + p.EnterRule(localctx, 342, PostgreSQLParserRULE_create_generic_options) p.EnterOuterAlt(localctx, 1) { - p.SetState(3819) + p.SetState(3775) p.Match(PostgreSQLParserOPTIONS) if p.HasError() { // Recognition error - abort rule @@ -48808,7 +48232,7 @@ func (p *PostgreSQLParser) Create_generic_options() (localctx ICreate_generic_op } } { - p.SetState(3820) + p.SetState(3776) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -48816,11 +48240,11 @@ func (p *PostgreSQLParser) Create_generic_options() (localctx ICreate_generic_op } } { - p.SetState(3821) + p.SetState(3777) p.Generic_option_list() } { - p.SetState(3822) + p.SetState(3778) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -48971,15 +48395,15 @@ func (s *Generic_option_listContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Generic_option_list() (localctx IGeneric_option_listContext) { localctx = NewGeneric_option_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 346, PostgreSQLParserRULE_generic_option_list) + p.EnterRule(localctx, 344, PostgreSQLParserRULE_generic_option_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3824) + p.SetState(3780) p.Generic_option_elem() } - p.SetState(3829) + p.SetState(3785) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -48988,7 +48412,7 @@ func (p *PostgreSQLParser) Generic_option_list() (localctx IGeneric_option_listC for _la == PostgreSQLParserCOMMA { { - p.SetState(3825) + p.SetState(3781) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -48996,11 +48420,11 @@ func (p *PostgreSQLParser) Generic_option_list() (localctx IGeneric_option_listC } } { - p.SetState(3826) + p.SetState(3782) p.Generic_option_elem() } - p.SetState(3831) + p.SetState(3787) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -49130,10 +48554,10 @@ func (s *Alter_generic_optionsContext) Accept(visitor antlr.ParseTreeVisitor) in func (p *PostgreSQLParser) Alter_generic_options() (localctx IAlter_generic_optionsContext) { localctx = NewAlter_generic_optionsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 348, PostgreSQLParserRULE_alter_generic_options) + p.EnterRule(localctx, 346, PostgreSQLParserRULE_alter_generic_options) p.EnterOuterAlt(localctx, 1) { - p.SetState(3832) + p.SetState(3788) p.Match(PostgreSQLParserOPTIONS) if p.HasError() { // Recognition error - abort rule @@ -49141,7 +48565,7 @@ func (p *PostgreSQLParser) Alter_generic_options() (localctx IAlter_generic_opti } } { - p.SetState(3833) + p.SetState(3789) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -49149,11 +48573,11 @@ func (p *PostgreSQLParser) Alter_generic_options() (localctx IAlter_generic_opti } } { - p.SetState(3834) + p.SetState(3790) p.Alter_generic_option_list() } { - p.SetState(3835) + p.SetState(3791) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -49304,15 +48728,15 @@ func (s *Alter_generic_option_listContext) Accept(visitor antlr.ParseTreeVisitor func (p *PostgreSQLParser) Alter_generic_option_list() (localctx IAlter_generic_option_listContext) { localctx = NewAlter_generic_option_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 350, PostgreSQLParserRULE_alter_generic_option_list) + p.EnterRule(localctx, 348, PostgreSQLParserRULE_alter_generic_option_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3837) + p.SetState(3793) p.Alter_generic_option_elem() } - p.SetState(3842) + p.SetState(3798) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -49321,7 +48745,7 @@ func (p *PostgreSQLParser) Alter_generic_option_list() (localctx IAlter_generic_ for _la == PostgreSQLParserCOMMA { { - p.SetState(3838) + p.SetState(3794) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -49329,11 +48753,11 @@ func (p *PostgreSQLParser) Alter_generic_option_list() (localctx IAlter_generic_ } } { - p.SetState(3839) + p.SetState(3795) p.Alter_generic_option_elem() } - p.SetState(3844) + p.SetState(3800) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -49480,25 +48904,25 @@ func (s *Alter_generic_option_elemContext) Accept(visitor antlr.ParseTreeVisitor func (p *PostgreSQLParser) Alter_generic_option_elem() (localctx IAlter_generic_option_elemContext) { localctx = NewAlter_generic_option_elemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 352, PostgreSQLParserRULE_alter_generic_option_elem) - p.SetState(3852) + p.EnterRule(localctx, 350, PostgreSQLParserRULE_alter_generic_option_elem) + p.SetState(3808) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 271, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 267, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(3845) + p.SetState(3801) p.Generic_option_elem() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(3846) + p.SetState(3802) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -49506,14 +48930,14 @@ func (p *PostgreSQLParser) Alter_generic_option_elem() (localctx IAlter_generic_ } } { - p.SetState(3847) + p.SetState(3803) p.Generic_option_elem() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(3848) + p.SetState(3804) p.Match(PostgreSQLParserADD_P) if p.HasError() { // Recognition error - abort rule @@ -49521,14 +48945,14 @@ func (p *PostgreSQLParser) Alter_generic_option_elem() (localctx IAlter_generic_ } } { - p.SetState(3849) + p.SetState(3805) p.Generic_option_elem() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(3850) + p.SetState(3806) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -49536,7 +48960,7 @@ func (p *PostgreSQLParser) Alter_generic_option_elem() (localctx IAlter_generic_ } } { - p.SetState(3851) + p.SetState(3807) p.Generic_option_name() } @@ -49668,14 +49092,14 @@ func (s *Generic_option_elemContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Generic_option_elem() (localctx IGeneric_option_elemContext) { localctx = NewGeneric_option_elemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 354, PostgreSQLParserRULE_generic_option_elem) + p.EnterRule(localctx, 352, PostgreSQLParserRULE_generic_option_elem) p.EnterOuterAlt(localctx, 1) { - p.SetState(3854) + p.SetState(3810) p.Generic_option_name() } { - p.SetState(3855) + p.SetState(3811) p.Generic_option_arg() } @@ -49786,10 +49210,10 @@ func (s *Generic_option_nameContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Generic_option_name() (localctx IGeneric_option_nameContext) { localctx = NewGeneric_option_nameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 356, PostgreSQLParserRULE_generic_option_name) + p.EnterRule(localctx, 354, PostgreSQLParserRULE_generic_option_name) p.EnterOuterAlt(localctx, 1) { - p.SetState(3857) + p.SetState(3813) p.Collabel() } @@ -49900,10 +49324,10 @@ func (s *Generic_option_argContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Generic_option_arg() (localctx IGeneric_option_argContext) { localctx = NewGeneric_option_argContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 358, PostgreSQLParserRULE_generic_option_arg) + p.EnterRule(localctx, 356, PostgreSQLParserRULE_generic_option_arg) p.EnterOuterAlt(localctx, 1) { - p.SetState(3859) + p.SetState(3815) p.Sconst() } @@ -50131,20 +49555,20 @@ func (s *CreateforeignserverstmtContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Createforeignserverstmt() (localctx ICreateforeignserverstmtContext) { localctx = NewCreateforeignserverstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 360, PostgreSQLParserRULE_createforeignserverstmt) + p.EnterRule(localctx, 358, PostgreSQLParserRULE_createforeignserverstmt) var _la int - p.SetState(3896) + p.SetState(3852) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 278, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 274, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(3861) + p.SetState(3817) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -50152,7 +49576,7 @@ func (p *PostgreSQLParser) Createforeignserverstmt() (localctx ICreateforeignser } } { - p.SetState(3862) + p.SetState(3818) p.Match(PostgreSQLParserSERVER) if p.HasError() { // Recognition error - abort rule @@ -50160,10 +49584,10 @@ func (p *PostgreSQLParser) Createforeignserverstmt() (localctx ICreateforeignser } } { - p.SetState(3863) + p.SetState(3819) p.Name() } - p.SetState(3865) + p.SetState(3821) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -50172,12 +49596,12 @@ func (p *PostgreSQLParser) Createforeignserverstmt() (localctx ICreateforeignser if _la == PostgreSQLParserTYPE_P { { - p.SetState(3864) + p.SetState(3820) p.Opt_type() } } - p.SetState(3868) + p.SetState(3824) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -50186,13 +49610,13 @@ func (p *PostgreSQLParser) Createforeignserverstmt() (localctx ICreateforeignser if _la == PostgreSQLParserVERSION_P { { - p.SetState(3867) + p.SetState(3823) p.Opt_foreign_server_version() } } { - p.SetState(3870) + p.SetState(3826) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -50200,7 +49624,7 @@ func (p *PostgreSQLParser) Createforeignserverstmt() (localctx ICreateforeignser } } { - p.SetState(3871) + p.SetState(3827) p.Match(PostgreSQLParserDATA_P) if p.HasError() { // Recognition error - abort rule @@ -50208,7 +49632,7 @@ func (p *PostgreSQLParser) Createforeignserverstmt() (localctx ICreateforeignser } } { - p.SetState(3872) + p.SetState(3828) p.Match(PostgreSQLParserWRAPPER) if p.HasError() { // Recognition error - abort rule @@ -50216,10 +49640,10 @@ func (p *PostgreSQLParser) Createforeignserverstmt() (localctx ICreateforeignser } } { - p.SetState(3873) + p.SetState(3829) p.Name() } - p.SetState(3875) + p.SetState(3831) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -50228,7 +49652,7 @@ func (p *PostgreSQLParser) Createforeignserverstmt() (localctx ICreateforeignser if _la == PostgreSQLParserOPTIONS { { - p.SetState(3874) + p.SetState(3830) p.Create_generic_options() } @@ -50237,7 +49661,7 @@ func (p *PostgreSQLParser) Createforeignserverstmt() (localctx ICreateforeignser case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(3877) + p.SetState(3833) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -50245,7 +49669,7 @@ func (p *PostgreSQLParser) Createforeignserverstmt() (localctx ICreateforeignser } } { - p.SetState(3878) + p.SetState(3834) p.Match(PostgreSQLParserSERVER) if p.HasError() { // Recognition error - abort rule @@ -50253,7 +49677,7 @@ func (p *PostgreSQLParser) Createforeignserverstmt() (localctx ICreateforeignser } } { - p.SetState(3879) + p.SetState(3835) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -50261,7 +49685,7 @@ func (p *PostgreSQLParser) Createforeignserverstmt() (localctx ICreateforeignser } } { - p.SetState(3880) + p.SetState(3836) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -50269,7 +49693,7 @@ func (p *PostgreSQLParser) Createforeignserverstmt() (localctx ICreateforeignser } } { - p.SetState(3881) + p.SetState(3837) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -50277,10 +49701,10 @@ func (p *PostgreSQLParser) Createforeignserverstmt() (localctx ICreateforeignser } } { - p.SetState(3882) + p.SetState(3838) p.Name() } - p.SetState(3884) + p.SetState(3840) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -50289,12 +49713,12 @@ func (p *PostgreSQLParser) Createforeignserverstmt() (localctx ICreateforeignser if _la == PostgreSQLParserTYPE_P { { - p.SetState(3883) + p.SetState(3839) p.Opt_type() } } - p.SetState(3887) + p.SetState(3843) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -50303,13 +49727,13 @@ func (p *PostgreSQLParser) Createforeignserverstmt() (localctx ICreateforeignser if _la == PostgreSQLParserVERSION_P { { - p.SetState(3886) + p.SetState(3842) p.Opt_foreign_server_version() } } { - p.SetState(3889) + p.SetState(3845) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -50317,7 +49741,7 @@ func (p *PostgreSQLParser) Createforeignserverstmt() (localctx ICreateforeignser } } { - p.SetState(3890) + p.SetState(3846) p.Match(PostgreSQLParserDATA_P) if p.HasError() { // Recognition error - abort rule @@ -50325,7 +49749,7 @@ func (p *PostgreSQLParser) Createforeignserverstmt() (localctx ICreateforeignser } } { - p.SetState(3891) + p.SetState(3847) p.Match(PostgreSQLParserWRAPPER) if p.HasError() { // Recognition error - abort rule @@ -50333,10 +49757,10 @@ func (p *PostgreSQLParser) Createforeignserverstmt() (localctx ICreateforeignser } } { - p.SetState(3892) + p.SetState(3848) p.Name() } - p.SetState(3894) + p.SetState(3850) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -50345,7 +49769,7 @@ func (p *PostgreSQLParser) Createforeignserverstmt() (localctx ICreateforeignser if _la == PostgreSQLParserOPTIONS { { - p.SetState(3893) + p.SetState(3849) p.Create_generic_options() } @@ -50467,10 +49891,10 @@ func (s *Opt_typeContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Opt_type() (localctx IOpt_typeContext) { localctx = NewOpt_typeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 362, PostgreSQLParserRULE_opt_type) + p.EnterRule(localctx, 360, PostgreSQLParserRULE_opt_type) p.EnterOuterAlt(localctx, 1) { - p.SetState(3898) + p.SetState(3854) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -50478,7 +49902,7 @@ func (p *PostgreSQLParser) Opt_type() (localctx IOpt_typeContext) { } } { - p.SetState(3899) + p.SetState(3855) p.Sconst() } @@ -50599,17 +50023,17 @@ func (s *Foreign_server_versionContext) Accept(visitor antlr.ParseTreeVisitor) i func (p *PostgreSQLParser) Foreign_server_version() (localctx IForeign_server_versionContext) { localctx = NewForeign_server_versionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 364, PostgreSQLParserRULE_foreign_server_version) + p.EnterRule(localctx, 362, PostgreSQLParserRULE_foreign_server_version) p.EnterOuterAlt(localctx, 1) { - p.SetState(3901) + p.SetState(3857) p.Match(PostgreSQLParserVERSION_P) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3904) + p.SetState(3860) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -50618,13 +50042,13 @@ func (p *PostgreSQLParser) Foreign_server_version() (localctx IForeign_server_ve switch p.GetTokenStream().LA(1) { case PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserEscapeStringConstant: { - p.SetState(3902) + p.SetState(3858) p.Sconst() } case PostgreSQLParserNULL_P: { - p.SetState(3903) + p.SetState(3859) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule @@ -50744,10 +50168,10 @@ func (s *Opt_foreign_server_versionContext) Accept(visitor antlr.ParseTreeVisito func (p *PostgreSQLParser) Opt_foreign_server_version() (localctx IOpt_foreign_server_versionContext) { localctx = NewOpt_foreign_server_versionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 366, PostgreSQLParserRULE_opt_foreign_server_version) + p.EnterRule(localctx, 364, PostgreSQLParserRULE_opt_foreign_server_version) p.EnterOuterAlt(localctx, 1) { - p.SetState(3906) + p.SetState(3862) p.Foreign_server_version() } @@ -50902,12 +50326,12 @@ func (s *AlterforeignserverstmtContext) Accept(visitor antlr.ParseTreeVisitor) i func (p *PostgreSQLParser) Alterforeignserverstmt() (localctx IAlterforeignserverstmtContext) { localctx = NewAlterforeignserverstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 368, PostgreSQLParserRULE_alterforeignserverstmt) + p.EnterRule(localctx, 366, PostgreSQLParserRULE_alterforeignserverstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3908) + p.SetState(3864) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -50915,7 +50339,7 @@ func (p *PostgreSQLParser) Alterforeignserverstmt() (localctx IAlterforeignserve } } { - p.SetState(3909) + p.SetState(3865) p.Match(PostgreSQLParserSERVER) if p.HasError() { // Recognition error - abort rule @@ -50923,10 +50347,10 @@ func (p *PostgreSQLParser) Alterforeignserverstmt() (localctx IAlterforeignserve } } { - p.SetState(3910) + p.SetState(3866) p.Name() } - p.SetState(3916) + p.SetState(3872) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -50935,16 +50359,16 @@ func (p *PostgreSQLParser) Alterforeignserverstmt() (localctx IAlterforeignserve switch p.GetTokenStream().LA(1) { case PostgreSQLParserOPTIONS: { - p.SetState(3911) + p.SetState(3867) p.Alter_generic_options() } case PostgreSQLParserVERSION_P: { - p.SetState(3912) + p.SetState(3868) p.Foreign_server_version() } - p.SetState(3914) + p.SetState(3870) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -50953,7 +50377,7 @@ func (p *PostgreSQLParser) Alterforeignserverstmt() (localctx IAlterforeignserve if _la == PostgreSQLParserOPTIONS { { - p.SetState(3913) + p.SetState(3869) p.Alter_generic_options() } @@ -51254,20 +50678,20 @@ func (s *CreateforeigntablestmtContext) Accept(visitor antlr.ParseTreeVisitor) i func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntablestmtContext) { localctx = NewCreateforeigntablestmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 370, PostgreSQLParserRULE_createforeigntablestmt) + p.EnterRule(localctx, 368, PostgreSQLParserRULE_createforeigntablestmt) var _la int - p.SetState(3990) + p.SetState(3946) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 292, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 288, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(3918) + p.SetState(3874) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -51275,7 +50699,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3919) + p.SetState(3875) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -51283,7 +50707,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3920) + p.SetState(3876) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -51291,38 +50715,40 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3921) + p.SetState(3877) p.Qualified_name() } { - p.SetState(3922) + p.SetState(3878) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3924) + p.SetState(3880) p.GetErrorHandler().Sync(p) + if p.HasError() { + goto errorExit + } + _la = p.GetTokenStream().LA(1) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 282, p.GetParserRuleContext()) == 1 { + if ((int64((_la-33)) & ^0x3f) == 0 && ((int64(1)<<(_la-33))&580964353290804741) != 0) || ((int64((_la-98)) & ^0x3f) == 0 && ((int64(1)<<(_la-98))&-1771831295) != 0) || ((int64((_la-162)) & ^0x3f) == 0 && ((int64(1)<<(_la-162))&-1) != 0) || ((int64((_la-226)) & ^0x3f) == 0 && ((int64(1)<<(_la-226))&-150994945) != 0) || ((int64((_la-290)) & ^0x3f) == 0 && ((int64(1)<<(_la-290))&-1) != 0) || ((int64((_la-354)) & ^0x3f) == 0 && ((int64(1)<<(_la-354))&-1) != 0) || ((int64((_la-418)) & ^0x3f) == 0 && ((int64(1)<<(_la-418))&-72057868915834881) != 0) || ((int64((_la-482)) & ^0x3f) == 0 && ((int64(1)<<(_la-482))&-549797756929) != 0) || ((int64((_la-546)) & ^0x3f) == 0 && ((int64(1)<<(_la-546))&-1) != 0) || ((int64((_la-610)) & ^0x3f) == 0 && ((int64(1)<<(_la-610))&864691429371281407) != 0) { { - p.SetState(3923) + p.SetState(3879) p.Opttableelementlist() } - } else if p.HasError() { // JIM - goto errorExit } { - p.SetState(3926) + p.SetState(3882) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3928) + p.SetState(3884) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -51331,13 +50757,13 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl if _la == PostgreSQLParserINHERITS { { - p.SetState(3927) + p.SetState(3883) p.Optinherit() } } { - p.SetState(3930) + p.SetState(3886) p.Match(PostgreSQLParserSERVER) if p.HasError() { // Recognition error - abort rule @@ -51345,10 +50771,10 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3931) + p.SetState(3887) p.Name() } - p.SetState(3933) + p.SetState(3889) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -51357,7 +50783,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl if _la == PostgreSQLParserOPTIONS { { - p.SetState(3932) + p.SetState(3888) p.Create_generic_options() } @@ -51366,7 +50792,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(3935) + p.SetState(3891) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -51374,7 +50800,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3936) + p.SetState(3892) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -51382,7 +50808,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3937) + p.SetState(3893) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -51390,7 +50816,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3938) + p.SetState(3894) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -51398,7 +50824,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3939) + p.SetState(3895) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -51406,7 +50832,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3940) + p.SetState(3896) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -51414,38 +50840,40 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3941) + p.SetState(3897) p.Qualified_name() } { - p.SetState(3942) + p.SetState(3898) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3944) + p.SetState(3900) p.GetErrorHandler().Sync(p) + if p.HasError() { + goto errorExit + } + _la = p.GetTokenStream().LA(1) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 285, p.GetParserRuleContext()) == 1 { + if ((int64((_la-33)) & ^0x3f) == 0 && ((int64(1)<<(_la-33))&580964353290804741) != 0) || ((int64((_la-98)) & ^0x3f) == 0 && ((int64(1)<<(_la-98))&-1771831295) != 0) || ((int64((_la-162)) & ^0x3f) == 0 && ((int64(1)<<(_la-162))&-1) != 0) || ((int64((_la-226)) & ^0x3f) == 0 && ((int64(1)<<(_la-226))&-150994945) != 0) || ((int64((_la-290)) & ^0x3f) == 0 && ((int64(1)<<(_la-290))&-1) != 0) || ((int64((_la-354)) & ^0x3f) == 0 && ((int64(1)<<(_la-354))&-1) != 0) || ((int64((_la-418)) & ^0x3f) == 0 && ((int64(1)<<(_la-418))&-72057868915834881) != 0) || ((int64((_la-482)) & ^0x3f) == 0 && ((int64(1)<<(_la-482))&-549797756929) != 0) || ((int64((_la-546)) & ^0x3f) == 0 && ((int64(1)<<(_la-546))&-1) != 0) || ((int64((_la-610)) & ^0x3f) == 0 && ((int64(1)<<(_la-610))&864691429371281407) != 0) { { - p.SetState(3943) + p.SetState(3899) p.Opttableelementlist() } - } else if p.HasError() { // JIM - goto errorExit } { - p.SetState(3946) + p.SetState(3902) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(3948) + p.SetState(3904) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -51454,13 +50882,13 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl if _la == PostgreSQLParserINHERITS { { - p.SetState(3947) + p.SetState(3903) p.Optinherit() } } { - p.SetState(3950) + p.SetState(3906) p.Match(PostgreSQLParserSERVER) if p.HasError() { // Recognition error - abort rule @@ -51468,10 +50896,10 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3951) + p.SetState(3907) p.Name() } - p.SetState(3953) + p.SetState(3909) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -51480,7 +50908,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl if _la == PostgreSQLParserOPTIONS { { - p.SetState(3952) + p.SetState(3908) p.Create_generic_options() } @@ -51489,7 +50917,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(3955) + p.SetState(3911) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -51497,7 +50925,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3956) + p.SetState(3912) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -51505,7 +50933,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3957) + p.SetState(3913) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -51513,11 +50941,11 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3958) + p.SetState(3914) p.Qualified_name() } { - p.SetState(3959) + p.SetState(3915) p.Match(PostgreSQLParserPARTITION) if p.HasError() { // Recognition error - abort rule @@ -51525,7 +50953,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3960) + p.SetState(3916) p.Match(PostgreSQLParserOF) if p.HasError() { // Recognition error - abort rule @@ -51533,10 +50961,10 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3961) + p.SetState(3917) p.Qualified_name() } - p.SetState(3963) + p.SetState(3919) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -51545,17 +50973,17 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl if _la == PostgreSQLParserOPEN_PAREN { { - p.SetState(3962) + p.SetState(3918) p.Opttypedtableelementlist() } } { - p.SetState(3965) + p.SetState(3921) p.Partitionboundspec() } { - p.SetState(3966) + p.SetState(3922) p.Match(PostgreSQLParserSERVER) if p.HasError() { // Recognition error - abort rule @@ -51563,10 +50991,10 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3967) + p.SetState(3923) p.Name() } - p.SetState(3969) + p.SetState(3925) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -51575,7 +51003,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl if _la == PostgreSQLParserOPTIONS { { - p.SetState(3968) + p.SetState(3924) p.Create_generic_options() } @@ -51584,7 +51012,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(3971) + p.SetState(3927) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -51592,7 +51020,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3972) + p.SetState(3928) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -51600,7 +51028,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3973) + p.SetState(3929) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -51608,7 +51036,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3974) + p.SetState(3930) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -51616,7 +51044,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3975) + p.SetState(3931) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -51624,7 +51052,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3976) + p.SetState(3932) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -51632,11 +51060,11 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3977) + p.SetState(3933) p.Qualified_name() } { - p.SetState(3978) + p.SetState(3934) p.Match(PostgreSQLParserPARTITION) if p.HasError() { // Recognition error - abort rule @@ -51644,7 +51072,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3979) + p.SetState(3935) p.Match(PostgreSQLParserOF) if p.HasError() { // Recognition error - abort rule @@ -51652,10 +51080,10 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3980) + p.SetState(3936) p.Qualified_name() } - p.SetState(3982) + p.SetState(3938) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -51664,17 +51092,17 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl if _la == PostgreSQLParserOPEN_PAREN { { - p.SetState(3981) + p.SetState(3937) p.Opttypedtableelementlist() } } { - p.SetState(3984) + p.SetState(3940) p.Partitionboundspec() } { - p.SetState(3985) + p.SetState(3941) p.Match(PostgreSQLParserSERVER) if p.HasError() { // Recognition error - abort rule @@ -51682,10 +51110,10 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl } } { - p.SetState(3986) + p.SetState(3942) p.Name() } - p.SetState(3988) + p.SetState(3944) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -51694,7 +51122,7 @@ func (p *PostgreSQLParser) Createforeigntablestmt() (localctx ICreateforeigntabl if _la == PostgreSQLParserOPTIONS { { - p.SetState(3987) + p.SetState(3943) p.Create_generic_options() } @@ -51901,12 +51329,12 @@ func (s *ImportforeignschemastmtContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Importforeignschemastmt() (localctx IImportforeignschemastmtContext) { localctx = NewImportforeignschemastmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 372, PostgreSQLParserRULE_importforeignschemastmt) + p.EnterRule(localctx, 370, PostgreSQLParserRULE_importforeignschemastmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(3992) + p.SetState(3948) p.Match(PostgreSQLParserIMPORT_P) if p.HasError() { // Recognition error - abort rule @@ -51914,7 +51342,7 @@ func (p *PostgreSQLParser) Importforeignschemastmt() (localctx IImportforeignsch } } { - p.SetState(3993) + p.SetState(3949) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -51922,7 +51350,7 @@ func (p *PostgreSQLParser) Importforeignschemastmt() (localctx IImportforeignsch } } { - p.SetState(3994) + p.SetState(3950) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -51930,10 +51358,10 @@ func (p *PostgreSQLParser) Importforeignschemastmt() (localctx IImportforeignsch } } { - p.SetState(3995) + p.SetState(3951) p.Name() } - p.SetState(3997) + p.SetState(3953) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -51942,13 +51370,13 @@ func (p *PostgreSQLParser) Importforeignschemastmt() (localctx IImportforeignsch if _la == PostgreSQLParserEXCEPT || _la == PostgreSQLParserLIMIT { { - p.SetState(3996) + p.SetState(3952) p.Import_qualification() } } { - p.SetState(3999) + p.SetState(3955) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -51956,7 +51384,7 @@ func (p *PostgreSQLParser) Importforeignschemastmt() (localctx IImportforeignsch } } { - p.SetState(4000) + p.SetState(3956) p.Match(PostgreSQLParserSERVER) if p.HasError() { // Recognition error - abort rule @@ -51964,11 +51392,11 @@ func (p *PostgreSQLParser) Importforeignschemastmt() (localctx IImportforeignsch } } { - p.SetState(4001) + p.SetState(3957) p.Name() } { - p.SetState(4002) + p.SetState(3958) p.Match(PostgreSQLParserINTO) if p.HasError() { // Recognition error - abort rule @@ -51976,10 +51404,10 @@ func (p *PostgreSQLParser) Importforeignschemastmt() (localctx IImportforeignsch } } { - p.SetState(4003) + p.SetState(3959) p.Name() } - p.SetState(4005) + p.SetState(3961) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -51988,7 +51416,7 @@ func (p *PostgreSQLParser) Importforeignschemastmt() (localctx IImportforeignsch if _la == PostgreSQLParserOPTIONS { { - p.SetState(4004) + p.SetState(3960) p.Create_generic_options() } @@ -52099,8 +51527,8 @@ func (s *Import_qualification_typeContext) Accept(visitor antlr.ParseTreeVisitor func (p *PostgreSQLParser) Import_qualification_type() (localctx IImport_qualification_typeContext) { localctx = NewImport_qualification_typeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 374, PostgreSQLParserRULE_import_qualification_type) - p.SetState(4010) + p.EnterRule(localctx, 372, PostgreSQLParserRULE_import_qualification_type) + p.SetState(3966) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -52110,7 +51538,7 @@ func (p *PostgreSQLParser) Import_qualification_type() (localctx IImport_qualifi case PostgreSQLParserLIMIT: p.EnterOuterAlt(localctx, 1) { - p.SetState(4007) + p.SetState(3963) p.Match(PostgreSQLParserLIMIT) if p.HasError() { // Recognition error - abort rule @@ -52118,7 +51546,7 @@ func (p *PostgreSQLParser) Import_qualification_type() (localctx IImport_qualifi } } { - p.SetState(4008) + p.SetState(3964) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -52129,7 +51557,7 @@ func (p *PostgreSQLParser) Import_qualification_type() (localctx IImport_qualifi case PostgreSQLParserEXCEPT: p.EnterOuterAlt(localctx, 2) { - p.SetState(4009) + p.SetState(3965) p.Match(PostgreSQLParserEXCEPT) if p.HasError() { // Recognition error - abort rule @@ -52276,14 +51704,14 @@ func (s *Import_qualificationContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Import_qualification() (localctx IImport_qualificationContext) { localctx = NewImport_qualificationContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 376, PostgreSQLParserRULE_import_qualification) + p.EnterRule(localctx, 374, PostgreSQLParserRULE_import_qualification) p.EnterOuterAlt(localctx, 1) { - p.SetState(4012) + p.SetState(3968) p.Import_qualification_type() } { - p.SetState(4013) + p.SetState(3969) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -52291,11 +51719,11 @@ func (p *PostgreSQLParser) Import_qualification() (localctx IImport_qualificatio } } { - p.SetState(4014) + p.SetState(3970) p.Relation_expr_list() } { - p.SetState(4015) + p.SetState(3971) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -52484,20 +51912,20 @@ func (s *CreateusermappingstmtContext) Accept(visitor antlr.ParseTreeVisitor) in func (p *PostgreSQLParser) Createusermappingstmt() (localctx ICreateusermappingstmtContext) { localctx = NewCreateusermappingstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 378, PostgreSQLParserRULE_createusermappingstmt) + p.EnterRule(localctx, 376, PostgreSQLParserRULE_createusermappingstmt) var _la int - p.SetState(4040) + p.SetState(3996) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 298, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 294, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(4017) + p.SetState(3973) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -52505,7 +51933,7 @@ func (p *PostgreSQLParser) Createusermappingstmt() (localctx ICreateusermappings } } { - p.SetState(4018) + p.SetState(3974) p.Match(PostgreSQLParserUSER) if p.HasError() { // Recognition error - abort rule @@ -52513,7 +51941,7 @@ func (p *PostgreSQLParser) Createusermappingstmt() (localctx ICreateusermappings } } { - p.SetState(4019) + p.SetState(3975) p.Match(PostgreSQLParserMAPPING) if p.HasError() { // Recognition error - abort rule @@ -52521,7 +51949,7 @@ func (p *PostgreSQLParser) Createusermappingstmt() (localctx ICreateusermappings } } { - p.SetState(4020) + p.SetState(3976) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -52529,11 +51957,11 @@ func (p *PostgreSQLParser) Createusermappingstmt() (localctx ICreateusermappings } } { - p.SetState(4021) + p.SetState(3977) p.Auth_ident() } { - p.SetState(4022) + p.SetState(3978) p.Match(PostgreSQLParserSERVER) if p.HasError() { // Recognition error - abort rule @@ -52541,10 +51969,10 @@ func (p *PostgreSQLParser) Createusermappingstmt() (localctx ICreateusermappings } } { - p.SetState(4023) + p.SetState(3979) p.Name() } - p.SetState(4025) + p.SetState(3981) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -52553,7 +51981,7 @@ func (p *PostgreSQLParser) Createusermappingstmt() (localctx ICreateusermappings if _la == PostgreSQLParserOPTIONS { { - p.SetState(4024) + p.SetState(3980) p.Create_generic_options() } @@ -52562,7 +51990,7 @@ func (p *PostgreSQLParser) Createusermappingstmt() (localctx ICreateusermappings case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(4027) + p.SetState(3983) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -52570,7 +51998,7 @@ func (p *PostgreSQLParser) Createusermappingstmt() (localctx ICreateusermappings } } { - p.SetState(4028) + p.SetState(3984) p.Match(PostgreSQLParserUSER) if p.HasError() { // Recognition error - abort rule @@ -52578,7 +52006,7 @@ func (p *PostgreSQLParser) Createusermappingstmt() (localctx ICreateusermappings } } { - p.SetState(4029) + p.SetState(3985) p.Match(PostgreSQLParserMAPPING) if p.HasError() { // Recognition error - abort rule @@ -52586,7 +52014,7 @@ func (p *PostgreSQLParser) Createusermappingstmt() (localctx ICreateusermappings } } { - p.SetState(4030) + p.SetState(3986) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -52594,7 +52022,7 @@ func (p *PostgreSQLParser) Createusermappingstmt() (localctx ICreateusermappings } } { - p.SetState(4031) + p.SetState(3987) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -52602,7 +52030,7 @@ func (p *PostgreSQLParser) Createusermappingstmt() (localctx ICreateusermappings } } { - p.SetState(4032) + p.SetState(3988) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -52610,7 +52038,7 @@ func (p *PostgreSQLParser) Createusermappingstmt() (localctx ICreateusermappings } } { - p.SetState(4033) + p.SetState(3989) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -52618,11 +52046,11 @@ func (p *PostgreSQLParser) Createusermappingstmt() (localctx ICreateusermappings } } { - p.SetState(4034) + p.SetState(3990) p.Auth_ident() } { - p.SetState(4035) + p.SetState(3991) p.Match(PostgreSQLParserSERVER) if p.HasError() { // Recognition error - abort rule @@ -52630,10 +52058,10 @@ func (p *PostgreSQLParser) Createusermappingstmt() (localctx ICreateusermappings } } { - p.SetState(4036) + p.SetState(3992) p.Name() } - p.SetState(4038) + p.SetState(3994) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -52642,7 +52070,7 @@ func (p *PostgreSQLParser) Createusermappingstmt() (localctx ICreateusermappings if _la == PostgreSQLParserOPTIONS { { - p.SetState(4037) + p.SetState(3993) p.Create_generic_options() } @@ -52764,8 +52192,8 @@ func (s *Auth_identContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Auth_ident() (localctx IAuth_identContext) { localctx = NewAuth_identContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 380, PostgreSQLParserRULE_auth_ident) - p.SetState(4044) + p.EnterRule(localctx, 378, PostgreSQLParserRULE_auth_ident) + p.SetState(4000) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -52775,14 +52203,14 @@ func (p *PostgreSQLParser) Auth_ident() (localctx IAuth_identContext) { case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserCURRENT_USER, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserSESSION_USER, PostgreSQLParserTABLE, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: p.EnterOuterAlt(localctx, 1) { - p.SetState(4042) + p.SetState(3998) p.Rolespec() } case PostgreSQLParserUSER: p.EnterOuterAlt(localctx, 2) { - p.SetState(4043) + p.SetState(3999) p.Match(PostgreSQLParserUSER) if p.HasError() { // Recognition error - abort rule @@ -52954,18 +52382,18 @@ func (s *DropusermappingstmtContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Dropusermappingstmt() (localctx IDropusermappingstmtContext) { localctx = NewDropusermappingstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 382, PostgreSQLParserRULE_dropusermappingstmt) - p.SetState(4064) + p.EnterRule(localctx, 380, PostgreSQLParserRULE_dropusermappingstmt) + p.SetState(4020) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 300, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 296, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(4046) + p.SetState(4002) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -52973,7 +52401,7 @@ func (p *PostgreSQLParser) Dropusermappingstmt() (localctx IDropusermappingstmtC } } { - p.SetState(4047) + p.SetState(4003) p.Match(PostgreSQLParserUSER) if p.HasError() { // Recognition error - abort rule @@ -52981,7 +52409,7 @@ func (p *PostgreSQLParser) Dropusermappingstmt() (localctx IDropusermappingstmtC } } { - p.SetState(4048) + p.SetState(4004) p.Match(PostgreSQLParserMAPPING) if p.HasError() { // Recognition error - abort rule @@ -52989,7 +52417,7 @@ func (p *PostgreSQLParser) Dropusermappingstmt() (localctx IDropusermappingstmtC } } { - p.SetState(4049) + p.SetState(4005) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -52997,11 +52425,11 @@ func (p *PostgreSQLParser) Dropusermappingstmt() (localctx IDropusermappingstmtC } } { - p.SetState(4050) + p.SetState(4006) p.Auth_ident() } { - p.SetState(4051) + p.SetState(4007) p.Match(PostgreSQLParserSERVER) if p.HasError() { // Recognition error - abort rule @@ -53009,14 +52437,14 @@ func (p *PostgreSQLParser) Dropusermappingstmt() (localctx IDropusermappingstmtC } } { - p.SetState(4052) + p.SetState(4008) p.Name() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(4054) + p.SetState(4010) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -53024,7 +52452,7 @@ func (p *PostgreSQLParser) Dropusermappingstmt() (localctx IDropusermappingstmtC } } { - p.SetState(4055) + p.SetState(4011) p.Match(PostgreSQLParserUSER) if p.HasError() { // Recognition error - abort rule @@ -53032,7 +52460,7 @@ func (p *PostgreSQLParser) Dropusermappingstmt() (localctx IDropusermappingstmtC } } { - p.SetState(4056) + p.SetState(4012) p.Match(PostgreSQLParserMAPPING) if p.HasError() { // Recognition error - abort rule @@ -53040,7 +52468,7 @@ func (p *PostgreSQLParser) Dropusermappingstmt() (localctx IDropusermappingstmtC } } { - p.SetState(4057) + p.SetState(4013) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -53048,7 +52476,7 @@ func (p *PostgreSQLParser) Dropusermappingstmt() (localctx IDropusermappingstmtC } } { - p.SetState(4058) + p.SetState(4014) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -53056,7 +52484,7 @@ func (p *PostgreSQLParser) Dropusermappingstmt() (localctx IDropusermappingstmtC } } { - p.SetState(4059) + p.SetState(4015) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -53064,11 +52492,11 @@ func (p *PostgreSQLParser) Dropusermappingstmt() (localctx IDropusermappingstmtC } } { - p.SetState(4060) + p.SetState(4016) p.Auth_ident() } { - p.SetState(4061) + p.SetState(4017) p.Match(PostgreSQLParserSERVER) if p.HasError() { // Recognition error - abort rule @@ -53076,7 +52504,7 @@ func (p *PostgreSQLParser) Dropusermappingstmt() (localctx IDropusermappingstmtC } } { - p.SetState(4062) + p.SetState(4018) p.Name() } @@ -53250,10 +52678,10 @@ func (s *AlterusermappingstmtContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Alterusermappingstmt() (localctx IAlterusermappingstmtContext) { localctx = NewAlterusermappingstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 384, PostgreSQLParserRULE_alterusermappingstmt) + p.EnterRule(localctx, 382, PostgreSQLParserRULE_alterusermappingstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(4066) + p.SetState(4022) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -53261,7 +52689,7 @@ func (p *PostgreSQLParser) Alterusermappingstmt() (localctx IAlterusermappingstm } } { - p.SetState(4067) + p.SetState(4023) p.Match(PostgreSQLParserUSER) if p.HasError() { // Recognition error - abort rule @@ -53269,7 +52697,7 @@ func (p *PostgreSQLParser) Alterusermappingstmt() (localctx IAlterusermappingstm } } { - p.SetState(4068) + p.SetState(4024) p.Match(PostgreSQLParserMAPPING) if p.HasError() { // Recognition error - abort rule @@ -53277,7 +52705,7 @@ func (p *PostgreSQLParser) Alterusermappingstmt() (localctx IAlterusermappingstm } } { - p.SetState(4069) + p.SetState(4025) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -53285,11 +52713,11 @@ func (p *PostgreSQLParser) Alterusermappingstmt() (localctx IAlterusermappingstm } } { - p.SetState(4070) + p.SetState(4026) p.Auth_ident() } { - p.SetState(4071) + p.SetState(4027) p.Match(PostgreSQLParserSERVER) if p.HasError() { // Recognition error - abort rule @@ -53297,11 +52725,11 @@ func (p *PostgreSQLParser) Alterusermappingstmt() (localctx IAlterusermappingstm } } { - p.SetState(4072) + p.SetState(4028) p.Name() } { - p.SetState(4073) + p.SetState(4029) p.Alter_generic_options() } @@ -53529,12 +52957,12 @@ func (s *CreatepolicystmtContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Createpolicystmt() (localctx ICreatepolicystmtContext) { localctx = NewCreatepolicystmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 386, PostgreSQLParserRULE_createpolicystmt) + p.EnterRule(localctx, 384, PostgreSQLParserRULE_createpolicystmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4075) + p.SetState(4031) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -53542,7 +52970,7 @@ func (p *PostgreSQLParser) Createpolicystmt() (localctx ICreatepolicystmtContext } } { - p.SetState(4076) + p.SetState(4032) p.Match(PostgreSQLParserPOLICY) if p.HasError() { // Recognition error - abort rule @@ -53550,11 +52978,11 @@ func (p *PostgreSQLParser) Createpolicystmt() (localctx ICreatepolicystmtContext } } { - p.SetState(4077) + p.SetState(4033) p.Name() } { - p.SetState(4078) + p.SetState(4034) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -53562,10 +52990,10 @@ func (p *PostgreSQLParser) Createpolicystmt() (localctx ICreatepolicystmtContext } } { - p.SetState(4079) + p.SetState(4035) p.Qualified_name() } - p.SetState(4081) + p.SetState(4037) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -53574,12 +53002,12 @@ func (p *PostgreSQLParser) Createpolicystmt() (localctx ICreatepolicystmtContext if _la == PostgreSQLParserAS { { - p.SetState(4080) + p.SetState(4036) p.Rowsecuritydefaultpermissive() } } - p.SetState(4084) + p.SetState(4040) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -53588,12 +53016,12 @@ func (p *PostgreSQLParser) Createpolicystmt() (localctx ICreatepolicystmtContext if _la == PostgreSQLParserFOR { { - p.SetState(4083) + p.SetState(4039) p.Rowsecuritydefaultforcmd() } } - p.SetState(4087) + p.SetState(4043) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -53602,12 +53030,12 @@ func (p *PostgreSQLParser) Createpolicystmt() (localctx ICreatepolicystmtContext if _la == PostgreSQLParserTO { { - p.SetState(4086) + p.SetState(4042) p.Rowsecuritydefaulttorole() } } - p.SetState(4090) + p.SetState(4046) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -53616,17 +53044,17 @@ func (p *PostgreSQLParser) Createpolicystmt() (localctx ICreatepolicystmtContext if _la == PostgreSQLParserUSING { { - p.SetState(4089) + p.SetState(4045) p.Rowsecurityoptionalexpr() } } - p.SetState(4093) + p.SetState(4049) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 305, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 301, p.GetParserRuleContext()) == 1 { { - p.SetState(4092) + p.SetState(4048) p.Rowsecurityoptionalwithcheck() } @@ -53824,12 +53252,12 @@ func (s *AlterpolicystmtContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Alterpolicystmt() (localctx IAlterpolicystmtContext) { localctx = NewAlterpolicystmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 388, PostgreSQLParserRULE_alterpolicystmt) + p.EnterRule(localctx, 386, PostgreSQLParserRULE_alterpolicystmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4095) + p.SetState(4051) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -53837,7 +53265,7 @@ func (p *PostgreSQLParser) Alterpolicystmt() (localctx IAlterpolicystmtContext) } } { - p.SetState(4096) + p.SetState(4052) p.Match(PostgreSQLParserPOLICY) if p.HasError() { // Recognition error - abort rule @@ -53845,11 +53273,11 @@ func (p *PostgreSQLParser) Alterpolicystmt() (localctx IAlterpolicystmtContext) } } { - p.SetState(4097) + p.SetState(4053) p.Name() } { - p.SetState(4098) + p.SetState(4054) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -53857,10 +53285,10 @@ func (p *PostgreSQLParser) Alterpolicystmt() (localctx IAlterpolicystmtContext) } } { - p.SetState(4099) + p.SetState(4055) p.Qualified_name() } - p.SetState(4101) + p.SetState(4057) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -53869,12 +53297,12 @@ func (p *PostgreSQLParser) Alterpolicystmt() (localctx IAlterpolicystmtContext) if _la == PostgreSQLParserTO { { - p.SetState(4100) + p.SetState(4056) p.Rowsecurityoptionaltorole() } } - p.SetState(4104) + p.SetState(4060) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -53883,17 +53311,17 @@ func (p *PostgreSQLParser) Alterpolicystmt() (localctx IAlterpolicystmtContext) if _la == PostgreSQLParserUSING { { - p.SetState(4103) + p.SetState(4059) p.Rowsecurityoptionalexpr() } } - p.SetState(4107) + p.SetState(4063) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 308, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 304, p.GetParserRuleContext()) == 1 { { - p.SetState(4106) + p.SetState(4062) p.Rowsecurityoptionalwithcheck() } @@ -54023,10 +53451,10 @@ func (s *RowsecurityoptionalexprContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Rowsecurityoptionalexpr() (localctx IRowsecurityoptionalexprContext) { localctx = NewRowsecurityoptionalexprContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 390, PostgreSQLParserRULE_rowsecurityoptionalexpr) + p.EnterRule(localctx, 388, PostgreSQLParserRULE_rowsecurityoptionalexpr) p.EnterOuterAlt(localctx, 1) { - p.SetState(4109) + p.SetState(4065) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -54034,7 +53462,7 @@ func (p *PostgreSQLParser) Rowsecurityoptionalexpr() (localctx IRowsecurityoptio } } { - p.SetState(4110) + p.SetState(4066) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -54042,11 +53470,11 @@ func (p *PostgreSQLParser) Rowsecurityoptionalexpr() (localctx IRowsecurityoptio } } { - p.SetState(4111) + p.SetState(4067) p.A_expr() } { - p.SetState(4112) + p.SetState(4068) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -54181,10 +53609,10 @@ func (s *RowsecurityoptionalwithcheckContext) Accept(visitor antlr.ParseTreeVisi func (p *PostgreSQLParser) Rowsecurityoptionalwithcheck() (localctx IRowsecurityoptionalwithcheckContext) { localctx = NewRowsecurityoptionalwithcheckContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 392, PostgreSQLParserRULE_rowsecurityoptionalwithcheck) + p.EnterRule(localctx, 390, PostgreSQLParserRULE_rowsecurityoptionalwithcheck) p.EnterOuterAlt(localctx, 1) { - p.SetState(4114) + p.SetState(4070) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -54192,7 +53620,7 @@ func (p *PostgreSQLParser) Rowsecurityoptionalwithcheck() (localctx IRowsecurity } } { - p.SetState(4115) + p.SetState(4071) p.Match(PostgreSQLParserCHECK) if p.HasError() { // Recognition error - abort rule @@ -54200,7 +53628,7 @@ func (p *PostgreSQLParser) Rowsecurityoptionalwithcheck() (localctx IRowsecurity } } { - p.SetState(4116) + p.SetState(4072) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -54208,11 +53636,11 @@ func (p *PostgreSQLParser) Rowsecurityoptionalwithcheck() (localctx IRowsecurity } } { - p.SetState(4117) + p.SetState(4073) p.A_expr() } { - p.SetState(4118) + p.SetState(4074) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -54332,10 +53760,10 @@ func (s *RowsecuritydefaulttoroleContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Rowsecuritydefaulttorole() (localctx IRowsecuritydefaulttoroleContext) { localctx = NewRowsecuritydefaulttoroleContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 394, PostgreSQLParserRULE_rowsecuritydefaulttorole) + p.EnterRule(localctx, 392, PostgreSQLParserRULE_rowsecuritydefaulttorole) p.EnterOuterAlt(localctx, 1) { - p.SetState(4120) + p.SetState(4076) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -54343,7 +53771,7 @@ func (p *PostgreSQLParser) Rowsecuritydefaulttorole() (localctx IRowsecuritydefa } } { - p.SetState(4121) + p.SetState(4077) p.Role_list() } @@ -54459,10 +53887,10 @@ func (s *RowsecurityoptionaltoroleContext) Accept(visitor antlr.ParseTreeVisitor func (p *PostgreSQLParser) Rowsecurityoptionaltorole() (localctx IRowsecurityoptionaltoroleContext) { localctx = NewRowsecurityoptionaltoroleContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 396, PostgreSQLParserRULE_rowsecurityoptionaltorole) + p.EnterRule(localctx, 394, PostgreSQLParserRULE_rowsecurityoptionaltorole) p.EnterOuterAlt(localctx, 1) { - p.SetState(4123) + p.SetState(4079) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -54470,7 +53898,7 @@ func (p *PostgreSQLParser) Rowsecurityoptionaltorole() (localctx IRowsecurityopt } } { - p.SetState(4124) + p.SetState(4080) p.Role_list() } @@ -54586,10 +54014,10 @@ func (s *RowsecuritydefaultpermissiveContext) Accept(visitor antlr.ParseTreeVisi func (p *PostgreSQLParser) Rowsecuritydefaultpermissive() (localctx IRowsecuritydefaultpermissiveContext) { localctx = NewRowsecuritydefaultpermissiveContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 398, PostgreSQLParserRULE_rowsecuritydefaultpermissive) + p.EnterRule(localctx, 396, PostgreSQLParserRULE_rowsecuritydefaultpermissive) p.EnterOuterAlt(localctx, 1) { - p.SetState(4126) + p.SetState(4082) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -54597,7 +54025,7 @@ func (p *PostgreSQLParser) Rowsecuritydefaultpermissive() (localctx IRowsecurity } } { - p.SetState(4127) + p.SetState(4083) p.Identifier() } @@ -54713,10 +54141,10 @@ func (s *RowsecuritydefaultforcmdContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Rowsecuritydefaultforcmd() (localctx IRowsecuritydefaultforcmdContext) { localctx = NewRowsecuritydefaultforcmdContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 400, PostgreSQLParserRULE_rowsecuritydefaultforcmd) + p.EnterRule(localctx, 398, PostgreSQLParserRULE_rowsecuritydefaultforcmd) p.EnterOuterAlt(localctx, 1) { - p.SetState(4129) + p.SetState(4085) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -54724,7 +54152,7 @@ func (p *PostgreSQLParser) Rowsecuritydefaultforcmd() (localctx IRowsecuritydefa } } { - p.SetState(4130) + p.SetState(4086) p.Row_security_cmd() } @@ -54843,12 +54271,12 @@ func (s *Row_security_cmdContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Row_security_cmd() (localctx IRow_security_cmdContext) { localctx = NewRow_security_cmdContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 402, PostgreSQLParserRULE_row_security_cmd) + p.EnterRule(localctx, 400, PostgreSQLParserRULE_row_security_cmd) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4132) + p.SetState(4088) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserALL || _la == PostgreSQLParserSELECT || _la == PostgreSQLParserDELETE_P || _la == PostgreSQLParserINSERT || _la == PostgreSQLParserUPDATE) { @@ -55025,10 +54453,10 @@ func (s *CreateamstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Createamstmt() (localctx ICreateamstmtContext) { localctx = NewCreateamstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 404, PostgreSQLParserRULE_createamstmt) + p.EnterRule(localctx, 402, PostgreSQLParserRULE_createamstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(4134) + p.SetState(4090) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -55036,7 +54464,7 @@ func (p *PostgreSQLParser) Createamstmt() (localctx ICreateamstmtContext) { } } { - p.SetState(4135) + p.SetState(4091) p.Match(PostgreSQLParserACCESS) if p.HasError() { // Recognition error - abort rule @@ -55044,7 +54472,7 @@ func (p *PostgreSQLParser) Createamstmt() (localctx ICreateamstmtContext) { } } { - p.SetState(4136) + p.SetState(4092) p.Match(PostgreSQLParserMETHOD) if p.HasError() { // Recognition error - abort rule @@ -55052,11 +54480,11 @@ func (p *PostgreSQLParser) Createamstmt() (localctx ICreateamstmtContext) { } } { - p.SetState(4137) + p.SetState(4093) p.Name() } { - p.SetState(4138) + p.SetState(4094) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -55064,11 +54492,11 @@ func (p *PostgreSQLParser) Createamstmt() (localctx ICreateamstmtContext) { } } { - p.SetState(4139) + p.SetState(4095) p.Am_type() } { - p.SetState(4140) + p.SetState(4096) p.Match(PostgreSQLParserHANDLER) if p.HasError() { // Recognition error - abort rule @@ -55076,7 +54504,7 @@ func (p *PostgreSQLParser) Createamstmt() (localctx ICreateamstmtContext) { } } { - p.SetState(4141) + p.SetState(4097) p.Handler_name() } @@ -55180,12 +54608,12 @@ func (s *Am_typeContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Am_type() (localctx IAm_typeContext) { localctx = NewAm_typeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 406, PostgreSQLParserRULE_am_type) + p.EnterRule(localctx, 404, PostgreSQLParserRULE_am_type) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4143) + p.SetState(4099) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserTABLE || _la == PostgreSQLParserINDEX) { @@ -55545,20 +54973,20 @@ func (s *CreatetrigstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Createtrigstmt() (localctx ICreatetrigstmtContext) { localctx = NewCreatetrigstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 408, PostgreSQLParserRULE_createtrigstmt) + p.EnterRule(localctx, 406, PostgreSQLParserRULE_createtrigstmt) var _la int - p.SetState(4193) + p.SetState(4149) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 314, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 310, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(4145) + p.SetState(4101) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -55566,7 +54994,7 @@ func (p *PostgreSQLParser) Createtrigstmt() (localctx ICreatetrigstmtContext) { } } { - p.SetState(4146) + p.SetState(4102) p.Match(PostgreSQLParserTRIGGER) if p.HasError() { // Recognition error - abort rule @@ -55574,19 +55002,19 @@ func (p *PostgreSQLParser) Createtrigstmt() (localctx ICreatetrigstmtContext) { } } { - p.SetState(4147) + p.SetState(4103) p.Name() } { - p.SetState(4148) + p.SetState(4104) p.Triggeractiontime() } { - p.SetState(4149) + p.SetState(4105) p.Triggerevents() } { - p.SetState(4150) + p.SetState(4106) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -55594,10 +55022,10 @@ func (p *PostgreSQLParser) Createtrigstmt() (localctx ICreatetrigstmtContext) { } } { - p.SetState(4151) + p.SetState(4107) p.Qualified_name() } - p.SetState(4153) + p.SetState(4109) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -55606,12 +55034,12 @@ func (p *PostgreSQLParser) Createtrigstmt() (localctx ICreatetrigstmtContext) { if _la == PostgreSQLParserREFERENCING { { - p.SetState(4152) + p.SetState(4108) p.Triggerreferencing() } } - p.SetState(4156) + p.SetState(4112) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -55620,12 +55048,12 @@ func (p *PostgreSQLParser) Createtrigstmt() (localctx ICreatetrigstmtContext) { if _la == PostgreSQLParserFOR { { - p.SetState(4155) + p.SetState(4111) p.Triggerforspec() } } - p.SetState(4159) + p.SetState(4115) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -55634,13 +55062,13 @@ func (p *PostgreSQLParser) Createtrigstmt() (localctx ICreatetrigstmtContext) { if _la == PostgreSQLParserWHEN { { - p.SetState(4158) + p.SetState(4114) p.Triggerwhen() } } { - p.SetState(4161) + p.SetState(4117) p.Match(PostgreSQLParserEXECUTE) if p.HasError() { // Recognition error - abort rule @@ -55648,15 +55076,15 @@ func (p *PostgreSQLParser) Createtrigstmt() (localctx ICreatetrigstmtContext) { } } { - p.SetState(4162) + p.SetState(4118) p.Function_or_procedure() } { - p.SetState(4163) + p.SetState(4119) p.Func_name() } { - p.SetState(4164) + p.SetState(4120) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -55664,11 +55092,11 @@ func (p *PostgreSQLParser) Createtrigstmt() (localctx ICreatetrigstmtContext) { } } { - p.SetState(4165) + p.SetState(4121) p.Triggerfuncargs() } { - p.SetState(4166) + p.SetState(4122) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -55679,7 +55107,7 @@ func (p *PostgreSQLParser) Createtrigstmt() (localctx ICreatetrigstmtContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(4168) + p.SetState(4124) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -55687,7 +55115,7 @@ func (p *PostgreSQLParser) Createtrigstmt() (localctx ICreatetrigstmtContext) { } } { - p.SetState(4169) + p.SetState(4125) p.Match(PostgreSQLParserCONSTRAINT) if p.HasError() { // Recognition error - abort rule @@ -55695,7 +55123,7 @@ func (p *PostgreSQLParser) Createtrigstmt() (localctx ICreatetrigstmtContext) { } } { - p.SetState(4170) + p.SetState(4126) p.Match(PostgreSQLParserTRIGGER) if p.HasError() { // Recognition error - abort rule @@ -55703,11 +55131,11 @@ func (p *PostgreSQLParser) Createtrigstmt() (localctx ICreatetrigstmtContext) { } } { - p.SetState(4171) + p.SetState(4127) p.Name() } { - p.SetState(4172) + p.SetState(4128) p.Match(PostgreSQLParserAFTER) if p.HasError() { // Recognition error - abort rule @@ -55715,11 +55143,11 @@ func (p *PostgreSQLParser) Createtrigstmt() (localctx ICreatetrigstmtContext) { } } { - p.SetState(4173) + p.SetState(4129) p.Triggerevents() } { - p.SetState(4174) + p.SetState(4130) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -55727,10 +55155,10 @@ func (p *PostgreSQLParser) Createtrigstmt() (localctx ICreatetrigstmtContext) { } } { - p.SetState(4175) + p.SetState(4131) p.Qualified_name() } - p.SetState(4177) + p.SetState(4133) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -55739,17 +55167,17 @@ func (p *PostgreSQLParser) Createtrigstmt() (localctx ICreatetrigstmtContext) { if _la == PostgreSQLParserFROM { { - p.SetState(4176) + p.SetState(4132) p.Optconstrfromtable() } } { - p.SetState(4179) + p.SetState(4135) p.Constraintattributespec() } { - p.SetState(4180) + p.SetState(4136) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -55757,7 +55185,7 @@ func (p *PostgreSQLParser) Createtrigstmt() (localctx ICreatetrigstmtContext) { } } { - p.SetState(4181) + p.SetState(4137) p.Match(PostgreSQLParserEACH) if p.HasError() { // Recognition error - abort rule @@ -55765,14 +55193,14 @@ func (p *PostgreSQLParser) Createtrigstmt() (localctx ICreatetrigstmtContext) { } } { - p.SetState(4182) + p.SetState(4138) p.Match(PostgreSQLParserROW) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(4184) + p.SetState(4140) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -55781,13 +55209,13 @@ func (p *PostgreSQLParser) Createtrigstmt() (localctx ICreatetrigstmtContext) { if _la == PostgreSQLParserWHEN { { - p.SetState(4183) + p.SetState(4139) p.Triggerwhen() } } { - p.SetState(4186) + p.SetState(4142) p.Match(PostgreSQLParserEXECUTE) if p.HasError() { // Recognition error - abort rule @@ -55795,15 +55223,15 @@ func (p *PostgreSQLParser) Createtrigstmt() (localctx ICreatetrigstmtContext) { } } { - p.SetState(4187) + p.SetState(4143) p.Function_or_procedure() } { - p.SetState(4188) + p.SetState(4144) p.Func_name() } { - p.SetState(4189) + p.SetState(4145) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -55811,11 +55239,11 @@ func (p *PostgreSQLParser) Createtrigstmt() (localctx ICreatetrigstmtContext) { } } { - p.SetState(4190) + p.SetState(4146) p.Triggerfuncargs() } { - p.SetState(4191) + p.SetState(4147) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -55937,8 +55365,8 @@ func (s *TriggeractiontimeContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Triggeractiontime() (localctx ITriggeractiontimeContext) { localctx = NewTriggeractiontimeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 410, PostgreSQLParserRULE_triggeractiontime) - p.SetState(4199) + p.EnterRule(localctx, 408, PostgreSQLParserRULE_triggeractiontime) + p.SetState(4155) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -55948,7 +55376,7 @@ func (p *PostgreSQLParser) Triggeractiontime() (localctx ITriggeractiontimeConte case PostgreSQLParserBEFORE: p.EnterOuterAlt(localctx, 1) { - p.SetState(4195) + p.SetState(4151) p.Match(PostgreSQLParserBEFORE) if p.HasError() { // Recognition error - abort rule @@ -55959,7 +55387,7 @@ func (p *PostgreSQLParser) Triggeractiontime() (localctx ITriggeractiontimeConte case PostgreSQLParserAFTER: p.EnterOuterAlt(localctx, 2) { - p.SetState(4196) + p.SetState(4152) p.Match(PostgreSQLParserAFTER) if p.HasError() { // Recognition error - abort rule @@ -55970,7 +55398,7 @@ func (p *PostgreSQLParser) Triggeractiontime() (localctx ITriggeractiontimeConte case PostgreSQLParserINSTEAD: p.EnterOuterAlt(localctx, 3) { - p.SetState(4197) + p.SetState(4153) p.Match(PostgreSQLParserINSTEAD) if p.HasError() { // Recognition error - abort rule @@ -55978,7 +55406,7 @@ func (p *PostgreSQLParser) Triggeractiontime() (localctx ITriggeractiontimeConte } } { - p.SetState(4198) + p.SetState(4154) p.Match(PostgreSQLParserOF) if p.HasError() { // Recognition error - abort rule @@ -56134,15 +55562,15 @@ func (s *TriggereventsContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Triggerevents() (localctx ITriggereventsContext) { localctx = NewTriggereventsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 412, PostgreSQLParserRULE_triggerevents) + p.EnterRule(localctx, 410, PostgreSQLParserRULE_triggerevents) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4201) + p.SetState(4157) p.Triggeroneevent() } - p.SetState(4206) + p.SetState(4162) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -56151,7 +55579,7 @@ func (p *PostgreSQLParser) Triggerevents() (localctx ITriggereventsContext) { for _la == PostgreSQLParserOR { { - p.SetState(4202) + p.SetState(4158) p.Match(PostgreSQLParserOR) if p.HasError() { // Recognition error - abort rule @@ -56159,11 +55587,11 @@ func (p *PostgreSQLParser) Triggerevents() (localctx ITriggereventsContext) { } } { - p.SetState(4203) + p.SetState(4159) p.Triggeroneevent() } - p.SetState(4208) + p.SetState(4164) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -56303,18 +55731,18 @@ func (s *TriggeroneeventContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Triggeroneevent() (localctx ITriggeroneeventContext) { localctx = NewTriggeroneeventContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 414, PostgreSQLParserRULE_triggeroneevent) - p.SetState(4216) + p.EnterRule(localctx, 412, PostgreSQLParserRULE_triggeroneevent) + p.SetState(4172) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 317, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 313, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(4209) + p.SetState(4165) p.Match(PostgreSQLParserINSERT) if p.HasError() { // Recognition error - abort rule @@ -56325,7 +55753,7 @@ func (p *PostgreSQLParser) Triggeroneevent() (localctx ITriggeroneeventContext) case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(4210) + p.SetState(4166) p.Match(PostgreSQLParserDELETE_P) if p.HasError() { // Recognition error - abort rule @@ -56336,7 +55764,7 @@ func (p *PostgreSQLParser) Triggeroneevent() (localctx ITriggeroneeventContext) case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(4211) + p.SetState(4167) p.Match(PostgreSQLParserUPDATE) if p.HasError() { // Recognition error - abort rule @@ -56347,7 +55775,7 @@ func (p *PostgreSQLParser) Triggeroneevent() (localctx ITriggeroneeventContext) case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(4212) + p.SetState(4168) p.Match(PostgreSQLParserUPDATE) if p.HasError() { // Recognition error - abort rule @@ -56355,7 +55783,7 @@ func (p *PostgreSQLParser) Triggeroneevent() (localctx ITriggeroneeventContext) } } { - p.SetState(4213) + p.SetState(4169) p.Match(PostgreSQLParserOF) if p.HasError() { // Recognition error - abort rule @@ -56363,14 +55791,14 @@ func (p *PostgreSQLParser) Triggeroneevent() (localctx ITriggeroneeventContext) } } { - p.SetState(4214) + p.SetState(4170) p.Columnlist() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(4215) + p.SetState(4171) p.Match(PostgreSQLParserTRUNCATE) if p.HasError() { // Recognition error - abort rule @@ -56494,10 +55922,10 @@ func (s *TriggerreferencingContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Triggerreferencing() (localctx ITriggerreferencingContext) { localctx = NewTriggerreferencingContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 416, PostgreSQLParserRULE_triggerreferencing) + p.EnterRule(localctx, 414, PostgreSQLParserRULE_triggerreferencing) p.EnterOuterAlt(localctx, 1) { - p.SetState(4218) + p.SetState(4174) p.Match(PostgreSQLParserREFERENCING) if p.HasError() { // Recognition error - abort rule @@ -56505,7 +55933,7 @@ func (p *PostgreSQLParser) Triggerreferencing() (localctx ITriggerreferencingCon } } { - p.SetState(4219) + p.SetState(4175) p.Triggertransitions() } @@ -56642,11 +56070,11 @@ func (s *TriggertransitionsContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Triggertransitions() (localctx ITriggertransitionsContext) { localctx = NewTriggertransitionsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 418, PostgreSQLParserRULE_triggertransitions) + p.EnterRule(localctx, 416, PostgreSQLParserRULE_triggertransitions) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(4222) + p.SetState(4178) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -56655,11 +56083,11 @@ func (p *PostgreSQLParser) Triggertransitions() (localctx ITriggertransitionsCon for ok := true; ok; ok = _la == PostgreSQLParserNEW || _la == PostgreSQLParserOLD { { - p.SetState(4221) + p.SetState(4177) p.Triggertransition() } - p.SetState(4224) + p.SetState(4180) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -56825,19 +56253,19 @@ func (s *TriggertransitionContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Triggertransition() (localctx ITriggertransitionContext) { localctx = NewTriggertransitionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 420, PostgreSQLParserRULE_triggertransition) + p.EnterRule(localctx, 418, PostgreSQLParserRULE_triggertransition) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4226) + p.SetState(4182) p.Transitionoldornew() } { - p.SetState(4227) + p.SetState(4183) p.Transitionrowortable() } - p.SetState(4229) + p.SetState(4185) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -56846,13 +56274,13 @@ func (p *PostgreSQLParser) Triggertransition() (localctx ITriggertransitionConte if _la == PostgreSQLParserAS { { - p.SetState(4228) + p.SetState(4184) p.Opt_as() } } { - p.SetState(4231) + p.SetState(4187) p.Transitionrelname() } @@ -56956,12 +56384,12 @@ func (s *TransitionoldornewContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Transitionoldornew() (localctx ITransitionoldornewContext) { localctx = NewTransitionoldornewContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 422, PostgreSQLParserRULE_transitionoldornew) + p.EnterRule(localctx, 420, PostgreSQLParserRULE_transitionoldornew) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4233) + p.SetState(4189) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserNEW || _la == PostgreSQLParserOLD) { @@ -57072,12 +56500,12 @@ func (s *TransitionrowortableContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Transitionrowortable() (localctx ITransitionrowortableContext) { localctx = NewTransitionrowortableContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 424, PostgreSQLParserRULE_transitionrowortable) + p.EnterRule(localctx, 422, PostgreSQLParserRULE_transitionrowortable) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4235) + p.SetState(4191) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserTABLE || _la == PostgreSQLParserROW) { @@ -57195,10 +56623,10 @@ func (s *TransitionrelnameContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Transitionrelname() (localctx ITransitionrelnameContext) { localctx = NewTransitionrelnameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 426, PostgreSQLParserRULE_transitionrelname) + p.EnterRule(localctx, 424, PostgreSQLParserRULE_transitionrelname) p.EnterOuterAlt(localctx, 1) { - p.SetState(4237) + p.SetState(4193) p.Colid() } @@ -57331,19 +56759,19 @@ func (s *TriggerforspecContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Triggerforspec() (localctx ITriggerforspecContext) { localctx = NewTriggerforspecContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 428, PostgreSQLParserRULE_triggerforspec) + p.EnterRule(localctx, 426, PostgreSQLParserRULE_triggerforspec) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4239) + p.SetState(4195) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(4241) + p.SetState(4197) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -57352,13 +56780,13 @@ func (p *PostgreSQLParser) Triggerforspec() (localctx ITriggerforspecContext) { if _la == PostgreSQLParserEACH { { - p.SetState(4240) + p.SetState(4196) p.Triggerforopteach() } } { - p.SetState(4243) + p.SetState(4199) p.Triggerfortype() } @@ -57457,10 +56885,10 @@ func (s *TriggerforopteachContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Triggerforopteach() (localctx ITriggerforopteachContext) { localctx = NewTriggerforopteachContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 430, PostgreSQLParserRULE_triggerforopteach) + p.EnterRule(localctx, 428, PostgreSQLParserRULE_triggerforopteach) p.EnterOuterAlt(localctx, 1) { - p.SetState(4245) + p.SetState(4201) p.Match(PostgreSQLParserEACH) if p.HasError() { // Recognition error - abort rule @@ -57568,12 +56996,12 @@ func (s *TriggerfortypeContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Triggerfortype() (localctx ITriggerfortypeContext) { localctx = NewTriggerfortypeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 432, PostgreSQLParserRULE_triggerfortype) + p.EnterRule(localctx, 430, PostgreSQLParserRULE_triggerfortype) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4247) + p.SetState(4203) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserSTATEMENT || _la == PostgreSQLParserROW) { @@ -57706,10 +57134,10 @@ func (s *TriggerwhenContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Triggerwhen() (localctx ITriggerwhenContext) { localctx = NewTriggerwhenContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 434, PostgreSQLParserRULE_triggerwhen) + p.EnterRule(localctx, 432, PostgreSQLParserRULE_triggerwhen) p.EnterOuterAlt(localctx, 1) { - p.SetState(4249) + p.SetState(4205) p.Match(PostgreSQLParserWHEN) if p.HasError() { // Recognition error - abort rule @@ -57717,7 +57145,7 @@ func (p *PostgreSQLParser) Triggerwhen() (localctx ITriggerwhenContext) { } } { - p.SetState(4250) + p.SetState(4206) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -57725,11 +57153,11 @@ func (p *PostgreSQLParser) Triggerwhen() (localctx ITriggerwhenContext) { } } { - p.SetState(4251) + p.SetState(4207) p.A_expr() } { - p.SetState(4252) + p.SetState(4208) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -57837,12 +57265,12 @@ func (s *Function_or_procedureContext) Accept(visitor antlr.ParseTreeVisitor) in func (p *PostgreSQLParser) Function_or_procedure() (localctx IFunction_or_procedureContext) { localctx = NewFunction_or_procedureContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 436, PostgreSQLParserRULE_function_or_procedure) + p.EnterRule(localctx, 434, PostgreSQLParserRULE_function_or_procedure) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4254) + p.SetState(4210) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserFUNCTION || _la == PostgreSQLParserPROCEDURE) { @@ -57996,11 +57424,11 @@ func (s *TriggerfuncargsContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Triggerfuncargs() (localctx ITriggerfuncargsContext) { localctx = NewTriggerfuncargsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 438, PostgreSQLParserRULE_triggerfuncargs) + p.EnterRule(localctx, 436, PostgreSQLParserRULE_triggerfuncargs) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(4258) + p.SetState(4214) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -58009,7 +57437,7 @@ func (p *PostgreSQLParser) Triggerfuncargs() (localctx ITriggerfuncargsContext) switch p.GetTokenStream().LA(1) { case PostgreSQLParserALL, PostgreSQLParserANALYSE, PostgreSQLParserANALYZE, PostgreSQLParserAND, PostgreSQLParserANY, PostgreSQLParserARRAY, PostgreSQLParserAS, PostgreSQLParserASC, PostgreSQLParserASYMMETRIC, PostgreSQLParserBOTH, PostgreSQLParserCASE, PostgreSQLParserCAST, PostgreSQLParserCHECK, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserCREATE, PostgreSQLParserCURRENT_CATALOG, PostgreSQLParserCURRENT_DATE, PostgreSQLParserCURRENT_ROLE, PostgreSQLParserCURRENT_TIME, PostgreSQLParserCURRENT_TIMESTAMP, PostgreSQLParserCURRENT_USER, PostgreSQLParserDEFAULT, PostgreSQLParserDEFERRABLE, PostgreSQLParserDESC, PostgreSQLParserDISTINCT, PostgreSQLParserDO, PostgreSQLParserELSE, PostgreSQLParserEXCEPT, PostgreSQLParserFALSE_P, PostgreSQLParserFETCH, PostgreSQLParserFOR, PostgreSQLParserFOREIGN, PostgreSQLParserFROM, PostgreSQLParserGRANT, PostgreSQLParserGROUP_P, PostgreSQLParserHAVING, PostgreSQLParserIN_P, PostgreSQLParserINITIALLY, PostgreSQLParserINTERSECT, PostgreSQLParserLATERAL_P, PostgreSQLParserLEADING, PostgreSQLParserLIMIT, PostgreSQLParserLOCALTIME, PostgreSQLParserLOCALTIMESTAMP, PostgreSQLParserNOT, PostgreSQLParserNULL_P, PostgreSQLParserOFFSET, PostgreSQLParserON, PostgreSQLParserONLY, PostgreSQLParserOR, PostgreSQLParserORDER, PostgreSQLParserPLACING, PostgreSQLParserPRIMARY, PostgreSQLParserREFERENCES, PostgreSQLParserRETURNING, PostgreSQLParserSELECT, PostgreSQLParserSESSION_USER, PostgreSQLParserSOME, PostgreSQLParserSYMMETRIC, PostgreSQLParserTABLE, PostgreSQLParserTHEN, PostgreSQLParserTO, PostgreSQLParserTRAILING, PostgreSQLParserTRUE_P, PostgreSQLParserUNION, PostgreSQLParserUNIQUE, PostgreSQLParserUSER, PostgreSQLParserUSING, PostgreSQLParserVARIADIC, PostgreSQLParserWHEN, PostgreSQLParserWHERE, PostgreSQLParserWINDOW, PostgreSQLParserWITH, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserEND_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserIntegral, PostgreSQLParserNumeric, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER, PostgreSQLParserEscapeStringConstant: { - p.SetState(4256) + p.SetState(4212) p.Triggerfuncarg() } @@ -58019,7 +57447,7 @@ func (p *PostgreSQLParser) Triggerfuncargs() (localctx ITriggerfuncargsContext) p.SetError(antlr.NewNoViableAltException(p, nil, nil, nil, nil, nil)) goto errorExit } - p.SetState(4264) + p.SetState(4220) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -58028,7 +57456,7 @@ func (p *PostgreSQLParser) Triggerfuncargs() (localctx ITriggerfuncargsContext) for _la == PostgreSQLParserCOMMA { { - p.SetState(4260) + p.SetState(4216) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -58036,11 +57464,11 @@ func (p *PostgreSQLParser) Triggerfuncargs() (localctx ITriggerfuncargsContext) } } { - p.SetState(4261) + p.SetState(4217) p.Triggerfuncarg() } - p.SetState(4266) + p.SetState(4222) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -58206,8 +57634,8 @@ func (s *TriggerfuncargContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Triggerfuncarg() (localctx ITriggerfuncargContext) { localctx = NewTriggerfuncargContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 440, PostgreSQLParserRULE_triggerfuncarg) - p.SetState(4271) + p.EnterRule(localctx, 438, PostgreSQLParserRULE_triggerfuncarg) + p.SetState(4227) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -58217,28 +57645,28 @@ func (p *PostgreSQLParser) Triggerfuncarg() (localctx ITriggerfuncargContext) { case PostgreSQLParserIntegral: p.EnterOuterAlt(localctx, 1) { - p.SetState(4267) + p.SetState(4223) p.Iconst() } case PostgreSQLParserNumeric: p.EnterOuterAlt(localctx, 2) { - p.SetState(4268) + p.SetState(4224) p.Fconst() } case PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserEscapeStringConstant: p.EnterOuterAlt(localctx, 3) { - p.SetState(4269) + p.SetState(4225) p.Sconst() } case PostgreSQLParserALL, PostgreSQLParserANALYSE, PostgreSQLParserANALYZE, PostgreSQLParserAND, PostgreSQLParserANY, PostgreSQLParserARRAY, PostgreSQLParserAS, PostgreSQLParserASC, PostgreSQLParserASYMMETRIC, PostgreSQLParserBOTH, PostgreSQLParserCASE, PostgreSQLParserCAST, PostgreSQLParserCHECK, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserCREATE, PostgreSQLParserCURRENT_CATALOG, PostgreSQLParserCURRENT_DATE, PostgreSQLParserCURRENT_ROLE, PostgreSQLParserCURRENT_TIME, PostgreSQLParserCURRENT_TIMESTAMP, PostgreSQLParserCURRENT_USER, PostgreSQLParserDEFAULT, PostgreSQLParserDEFERRABLE, PostgreSQLParserDESC, PostgreSQLParserDISTINCT, PostgreSQLParserDO, PostgreSQLParserELSE, PostgreSQLParserEXCEPT, PostgreSQLParserFALSE_P, PostgreSQLParserFETCH, PostgreSQLParserFOR, PostgreSQLParserFOREIGN, PostgreSQLParserFROM, PostgreSQLParserGRANT, PostgreSQLParserGROUP_P, PostgreSQLParserHAVING, PostgreSQLParserIN_P, PostgreSQLParserINITIALLY, PostgreSQLParserINTERSECT, PostgreSQLParserLATERAL_P, PostgreSQLParserLEADING, PostgreSQLParserLIMIT, PostgreSQLParserLOCALTIME, PostgreSQLParserLOCALTIMESTAMP, PostgreSQLParserNOT, PostgreSQLParserNULL_P, PostgreSQLParserOFFSET, PostgreSQLParserON, PostgreSQLParserONLY, PostgreSQLParserOR, PostgreSQLParserORDER, PostgreSQLParserPLACING, PostgreSQLParserPRIMARY, PostgreSQLParserREFERENCES, PostgreSQLParserRETURNING, PostgreSQLParserSELECT, PostgreSQLParserSESSION_USER, PostgreSQLParserSOME, PostgreSQLParserSYMMETRIC, PostgreSQLParserTABLE, PostgreSQLParserTHEN, PostgreSQLParserTO, PostgreSQLParserTRAILING, PostgreSQLParserTRUE_P, PostgreSQLParserUNION, PostgreSQLParserUNIQUE, PostgreSQLParserUSER, PostgreSQLParserUSING, PostgreSQLParserVARIADIC, PostgreSQLParserWHEN, PostgreSQLParserWHERE, PostgreSQLParserWINDOW, PostgreSQLParserWITH, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserEND_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: p.EnterOuterAlt(localctx, 4) { - p.SetState(4270) + p.SetState(4226) p.Collabel() } @@ -58359,10 +57787,10 @@ func (s *OptconstrfromtableContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Optconstrfromtable() (localctx IOptconstrfromtableContext) { localctx = NewOptconstrfromtableContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 442, PostgreSQLParserRULE_optconstrfromtable) + p.EnterRule(localctx, 440, PostgreSQLParserRULE_optconstrfromtable) p.EnterOuterAlt(localctx, 1) { - p.SetState(4273) + p.SetState(4229) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -58370,7 +57798,7 @@ func (p *PostgreSQLParser) Optconstrfromtable() (localctx IOptconstrfromtableCon } } { - p.SetState(4274) + p.SetState(4230) p.Qualified_name() } @@ -58507,11 +57935,11 @@ func (s *ConstraintattributespecContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Constraintattributespec() (localctx IConstraintattributespecContext) { localctx = NewConstraintattributespecContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 444, PostgreSQLParserRULE_constraintattributespec) + p.EnterRule(localctx, 442, PostgreSQLParserRULE_constraintattributespec) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(4279) + p.SetState(4235) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -58520,11 +57948,11 @@ func (p *PostgreSQLParser) Constraintattributespec() (localctx IConstraintattrib for ((int64((_la-54)) & ^0x3f) == 0 && ((int64(1)<<(_la-54))&8421377) != 0) || _la == PostgreSQLParserNO { { - p.SetState(4276) + p.SetState(4232) p.ConstraintattributeElem() } - p.SetState(4281) + p.SetState(4237) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -58662,18 +58090,18 @@ func (s *ConstraintattributeElemContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) ConstraintattributeElem() (localctx IConstraintattributeElemContext) { localctx = NewConstraintattributeElemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 446, PostgreSQLParserRULE_constraintattributeElem) - p.SetState(4293) + p.EnterRule(localctx, 444, PostgreSQLParserRULE_constraintattributeElem) + p.SetState(4249) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 325, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 321, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(4282) + p.SetState(4238) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -58681,7 +58109,7 @@ func (p *PostgreSQLParser) ConstraintattributeElem() (localctx IConstraintattrib } } { - p.SetState(4283) + p.SetState(4239) p.Match(PostgreSQLParserDEFERRABLE) if p.HasError() { // Recognition error - abort rule @@ -58692,7 +58120,7 @@ func (p *PostgreSQLParser) ConstraintattributeElem() (localctx IConstraintattrib case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(4284) + p.SetState(4240) p.Match(PostgreSQLParserDEFERRABLE) if p.HasError() { // Recognition error - abort rule @@ -58703,7 +58131,7 @@ func (p *PostgreSQLParser) ConstraintattributeElem() (localctx IConstraintattrib case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(4285) + p.SetState(4241) p.Match(PostgreSQLParserINITIALLY) if p.HasError() { // Recognition error - abort rule @@ -58711,7 +58139,7 @@ func (p *PostgreSQLParser) ConstraintattributeElem() (localctx IConstraintattrib } } { - p.SetState(4286) + p.SetState(4242) p.Match(PostgreSQLParserIMMEDIATE) if p.HasError() { // Recognition error - abort rule @@ -58722,7 +58150,7 @@ func (p *PostgreSQLParser) ConstraintattributeElem() (localctx IConstraintattrib case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(4287) + p.SetState(4243) p.Match(PostgreSQLParserINITIALLY) if p.HasError() { // Recognition error - abort rule @@ -58730,7 +58158,7 @@ func (p *PostgreSQLParser) ConstraintattributeElem() (localctx IConstraintattrib } } { - p.SetState(4288) + p.SetState(4244) p.Match(PostgreSQLParserDEFERRED) if p.HasError() { // Recognition error - abort rule @@ -58741,7 +58169,7 @@ func (p *PostgreSQLParser) ConstraintattributeElem() (localctx IConstraintattrib case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(4289) + p.SetState(4245) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -58749,7 +58177,7 @@ func (p *PostgreSQLParser) ConstraintattributeElem() (localctx IConstraintattrib } } { - p.SetState(4290) + p.SetState(4246) p.Match(PostgreSQLParserVALID) if p.HasError() { // Recognition error - abort rule @@ -58760,7 +58188,7 @@ func (p *PostgreSQLParser) ConstraintattributeElem() (localctx IConstraintattrib case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(4291) + p.SetState(4247) p.Match(PostgreSQLParserNO) if p.HasError() { // Recognition error - abort rule @@ -58768,7 +58196,7 @@ func (p *PostgreSQLParser) ConstraintattributeElem() (localctx IConstraintattrib } } { - p.SetState(4292) + p.SetState(4248) p.Match(PostgreSQLParserINHERIT) if p.HasError() { // Recognition error - abort rule @@ -58995,18 +58423,18 @@ func (s *CreateeventtrigstmtContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Createeventtrigstmt() (localctx ICreateeventtrigstmtContext) { localctx = NewCreateeventtrigstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 448, PostgreSQLParserRULE_createeventtrigstmt) - p.SetState(4321) + p.EnterRule(localctx, 446, PostgreSQLParserRULE_createeventtrigstmt) + p.SetState(4277) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 326, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 322, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(4295) + p.SetState(4251) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -59014,7 +58442,7 @@ func (p *PostgreSQLParser) Createeventtrigstmt() (localctx ICreateeventtrigstmtC } } { - p.SetState(4296) + p.SetState(4252) p.Match(PostgreSQLParserEVENT) if p.HasError() { // Recognition error - abort rule @@ -59022,7 +58450,7 @@ func (p *PostgreSQLParser) Createeventtrigstmt() (localctx ICreateeventtrigstmtC } } { - p.SetState(4297) + p.SetState(4253) p.Match(PostgreSQLParserTRIGGER) if p.HasError() { // Recognition error - abort rule @@ -59030,11 +58458,11 @@ func (p *PostgreSQLParser) Createeventtrigstmt() (localctx ICreateeventtrigstmtC } } { - p.SetState(4298) + p.SetState(4254) p.Name() } { - p.SetState(4299) + p.SetState(4255) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -59042,11 +58470,11 @@ func (p *PostgreSQLParser) Createeventtrigstmt() (localctx ICreateeventtrigstmtC } } { - p.SetState(4300) + p.SetState(4256) p.Collabel() } { - p.SetState(4301) + p.SetState(4257) p.Match(PostgreSQLParserEXECUTE) if p.HasError() { // Recognition error - abort rule @@ -59054,15 +58482,15 @@ func (p *PostgreSQLParser) Createeventtrigstmt() (localctx ICreateeventtrigstmtC } } { - p.SetState(4302) + p.SetState(4258) p.Function_or_procedure() } { - p.SetState(4303) + p.SetState(4259) p.Func_name() } { - p.SetState(4304) + p.SetState(4260) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -59070,7 +58498,7 @@ func (p *PostgreSQLParser) Createeventtrigstmt() (localctx ICreateeventtrigstmtC } } { - p.SetState(4305) + p.SetState(4261) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -59081,7 +58509,7 @@ func (p *PostgreSQLParser) Createeventtrigstmt() (localctx ICreateeventtrigstmtC case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(4307) + p.SetState(4263) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -59089,7 +58517,7 @@ func (p *PostgreSQLParser) Createeventtrigstmt() (localctx ICreateeventtrigstmtC } } { - p.SetState(4308) + p.SetState(4264) p.Match(PostgreSQLParserEVENT) if p.HasError() { // Recognition error - abort rule @@ -59097,7 +58525,7 @@ func (p *PostgreSQLParser) Createeventtrigstmt() (localctx ICreateeventtrigstmtC } } { - p.SetState(4309) + p.SetState(4265) p.Match(PostgreSQLParserTRIGGER) if p.HasError() { // Recognition error - abort rule @@ -59105,11 +58533,11 @@ func (p *PostgreSQLParser) Createeventtrigstmt() (localctx ICreateeventtrigstmtC } } { - p.SetState(4310) + p.SetState(4266) p.Name() } { - p.SetState(4311) + p.SetState(4267) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -59117,11 +58545,11 @@ func (p *PostgreSQLParser) Createeventtrigstmt() (localctx ICreateeventtrigstmtC } } { - p.SetState(4312) + p.SetState(4268) p.Collabel() } { - p.SetState(4313) + p.SetState(4269) p.Match(PostgreSQLParserWHEN) if p.HasError() { // Recognition error - abort rule @@ -59129,11 +58557,11 @@ func (p *PostgreSQLParser) Createeventtrigstmt() (localctx ICreateeventtrigstmtC } } { - p.SetState(4314) + p.SetState(4270) p.Event_trigger_when_list() } { - p.SetState(4315) + p.SetState(4271) p.Match(PostgreSQLParserEXECUTE) if p.HasError() { // Recognition error - abort rule @@ -59141,15 +58569,15 @@ func (p *PostgreSQLParser) Createeventtrigstmt() (localctx ICreateeventtrigstmtC } } { - p.SetState(4316) + p.SetState(4272) p.Function_or_procedure() } { - p.SetState(4317) + p.SetState(4273) p.Func_name() } { - p.SetState(4318) + p.SetState(4274) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -59157,7 +58585,7 @@ func (p *PostgreSQLParser) Createeventtrigstmt() (localctx ICreateeventtrigstmtC } } { - p.SetState(4319) + p.SetState(4275) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -59312,15 +58740,15 @@ func (s *Event_trigger_when_listContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Event_trigger_when_list() (localctx IEvent_trigger_when_listContext) { localctx = NewEvent_trigger_when_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 450, PostgreSQLParserRULE_event_trigger_when_list) + p.EnterRule(localctx, 448, PostgreSQLParserRULE_event_trigger_when_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4323) + p.SetState(4279) p.Event_trigger_when_item() } - p.SetState(4328) + p.SetState(4284) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -59329,7 +58757,7 @@ func (p *PostgreSQLParser) Event_trigger_when_list() (localctx IEvent_trigger_wh for _la == PostgreSQLParserAND { { - p.SetState(4324) + p.SetState(4280) p.Match(PostgreSQLParserAND) if p.HasError() { // Recognition error - abort rule @@ -59337,11 +58765,11 @@ func (p *PostgreSQLParser) Event_trigger_when_list() (localctx IEvent_trigger_wh } } { - p.SetState(4325) + p.SetState(4281) p.Event_trigger_when_item() } - p.SetState(4330) + p.SetState(4286) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -59488,14 +58916,14 @@ func (s *Event_trigger_when_itemContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Event_trigger_when_item() (localctx IEvent_trigger_when_itemContext) { localctx = NewEvent_trigger_when_itemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 452, PostgreSQLParserRULE_event_trigger_when_item) + p.EnterRule(localctx, 450, PostgreSQLParserRULE_event_trigger_when_item) p.EnterOuterAlt(localctx, 1) { - p.SetState(4331) + p.SetState(4287) p.Colid() } { - p.SetState(4332) + p.SetState(4288) p.Match(PostgreSQLParserIN_P) if p.HasError() { // Recognition error - abort rule @@ -59503,7 +58931,7 @@ func (p *PostgreSQLParser) Event_trigger_when_item() (localctx IEvent_trigger_wh } } { - p.SetState(4333) + p.SetState(4289) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -59511,11 +58939,11 @@ func (p *PostgreSQLParser) Event_trigger_when_item() (localctx IEvent_trigger_wh } } { - p.SetState(4334) + p.SetState(4290) p.Event_trigger_value_list() } { - p.SetState(4335) + p.SetState(4291) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -59666,15 +59094,15 @@ func (s *Event_trigger_value_listContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Event_trigger_value_list() (localctx IEvent_trigger_value_listContext) { localctx = NewEvent_trigger_value_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 454, PostgreSQLParserRULE_event_trigger_value_list) + p.EnterRule(localctx, 452, PostgreSQLParserRULE_event_trigger_value_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4337) + p.SetState(4293) p.Sconst() } - p.SetState(4342) + p.SetState(4298) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -59683,7 +59111,7 @@ func (p *PostgreSQLParser) Event_trigger_value_list() (localctx IEvent_trigger_v for _la == PostgreSQLParserCOMMA { { - p.SetState(4338) + p.SetState(4294) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -59691,11 +59119,11 @@ func (p *PostgreSQLParser) Event_trigger_value_list() (localctx IEvent_trigger_v } } { - p.SetState(4339) + p.SetState(4295) p.Sconst() } - p.SetState(4344) + p.SetState(4300) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -59842,10 +59270,10 @@ func (s *AltereventtrigstmtContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Altereventtrigstmt() (localctx IAltereventtrigstmtContext) { localctx = NewAltereventtrigstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 456, PostgreSQLParserRULE_altereventtrigstmt) + p.EnterRule(localctx, 454, PostgreSQLParserRULE_altereventtrigstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(4345) + p.SetState(4301) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -59853,7 +59281,7 @@ func (p *PostgreSQLParser) Altereventtrigstmt() (localctx IAltereventtrigstmtCon } } { - p.SetState(4346) + p.SetState(4302) p.Match(PostgreSQLParserEVENT) if p.HasError() { // Recognition error - abort rule @@ -59861,7 +59289,7 @@ func (p *PostgreSQLParser) Altereventtrigstmt() (localctx IAltereventtrigstmtCon } } { - p.SetState(4347) + p.SetState(4303) p.Match(PostgreSQLParserTRIGGER) if p.HasError() { // Recognition error - abort rule @@ -59869,11 +59297,11 @@ func (p *PostgreSQLParser) Altereventtrigstmt() (localctx IAltereventtrigstmtCon } } { - p.SetState(4348) + p.SetState(4304) p.Name() } { - p.SetState(4349) + p.SetState(4305) p.Enable_trigger() } @@ -59987,18 +59415,18 @@ func (s *Enable_triggerContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Enable_trigger() (localctx IEnable_triggerContext) { localctx = NewEnable_triggerContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 458, PostgreSQLParserRULE_enable_trigger) - p.SetState(4357) + p.EnterRule(localctx, 456, PostgreSQLParserRULE_enable_trigger) + p.SetState(4313) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 329, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 325, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(4351) + p.SetState(4307) p.Match(PostgreSQLParserENABLE_P) if p.HasError() { // Recognition error - abort rule @@ -60009,7 +59437,7 @@ func (p *PostgreSQLParser) Enable_trigger() (localctx IEnable_triggerContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(4352) + p.SetState(4308) p.Match(PostgreSQLParserENABLE_P) if p.HasError() { // Recognition error - abort rule @@ -60017,7 +59445,7 @@ func (p *PostgreSQLParser) Enable_trigger() (localctx IEnable_triggerContext) { } } { - p.SetState(4353) + p.SetState(4309) p.Match(PostgreSQLParserREPLICA) if p.HasError() { // Recognition error - abort rule @@ -60028,7 +59456,7 @@ func (p *PostgreSQLParser) Enable_trigger() (localctx IEnable_triggerContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(4354) + p.SetState(4310) p.Match(PostgreSQLParserENABLE_P) if p.HasError() { // Recognition error - abort rule @@ -60036,7 +59464,7 @@ func (p *PostgreSQLParser) Enable_trigger() (localctx IEnable_triggerContext) { } } { - p.SetState(4355) + p.SetState(4311) p.Match(PostgreSQLParserALWAYS) if p.HasError() { // Recognition error - abort rule @@ -60047,7 +59475,7 @@ func (p *PostgreSQLParser) Enable_trigger() (localctx IEnable_triggerContext) { case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(4356) + p.SetState(4312) p.Match(PostgreSQLParserDISABLE_P) if p.HasError() { // Recognition error - abort rule @@ -60225,10 +59653,10 @@ func (s *CreateassertionstmtContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Createassertionstmt() (localctx ICreateassertionstmtContext) { localctx = NewCreateassertionstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 460, PostgreSQLParserRULE_createassertionstmt) + p.EnterRule(localctx, 458, PostgreSQLParserRULE_createassertionstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(4359) + p.SetState(4315) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -60236,7 +59664,7 @@ func (p *PostgreSQLParser) Createassertionstmt() (localctx ICreateassertionstmtC } } { - p.SetState(4360) + p.SetState(4316) p.Match(PostgreSQLParserASSERTION) if p.HasError() { // Recognition error - abort rule @@ -60244,11 +59672,11 @@ func (p *PostgreSQLParser) Createassertionstmt() (localctx ICreateassertionstmtC } } { - p.SetState(4361) + p.SetState(4317) p.Any_name() } { - p.SetState(4362) + p.SetState(4318) p.Match(PostgreSQLParserCHECK) if p.HasError() { // Recognition error - abort rule @@ -60256,7 +59684,7 @@ func (p *PostgreSQLParser) Createassertionstmt() (localctx ICreateassertionstmtC } } { - p.SetState(4363) + p.SetState(4319) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -60264,11 +59692,11 @@ func (p *PostgreSQLParser) Createassertionstmt() (localctx ICreateassertionstmtC } } { - p.SetState(4364) + p.SetState(4320) p.A_expr() } { - p.SetState(4365) + p.SetState(4321) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -60276,7 +59704,7 @@ func (p *PostgreSQLParser) Createassertionstmt() (localctx ICreateassertionstmtC } } { - p.SetState(4366) + p.SetState(4322) p.Constraintattributespec() } @@ -60649,27 +60077,27 @@ func (s *DefinestmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { localctx = NewDefinestmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 462, PostgreSQLParserRULE_definestmt) + p.EnterRule(localctx, 460, PostgreSQLParserRULE_definestmt) var _la int - p.SetState(4482) + p.SetState(4438) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 334, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 330, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(4368) + p.SetState(4324) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(4370) + p.SetState(4326) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -60678,13 +60106,13 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { if _la == PostgreSQLParserOR { { - p.SetState(4369) + p.SetState(4325) p.Opt_or_replace() } } { - p.SetState(4372) + p.SetState(4328) p.Match(PostgreSQLParserAGGREGATE) if p.HasError() { // Recognition error - abort rule @@ -60692,29 +60120,29 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4373) + p.SetState(4329) p.Func_name() } { - p.SetState(4374) + p.SetState(4330) p.Aggr_args() } { - p.SetState(4375) + p.SetState(4331) p.Definition() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(4377) + p.SetState(4333) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(4379) + p.SetState(4335) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -60723,13 +60151,13 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { if _la == PostgreSQLParserOR { { - p.SetState(4378) + p.SetState(4334) p.Opt_or_replace() } } { - p.SetState(4381) + p.SetState(4337) p.Match(PostgreSQLParserAGGREGATE) if p.HasError() { // Recognition error - abort rule @@ -60737,18 +60165,18 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4382) + p.SetState(4338) p.Func_name() } { - p.SetState(4383) + p.SetState(4339) p.Old_aggr_definition() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(4385) + p.SetState(4341) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -60756,7 +60184,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4386) + p.SetState(4342) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -60764,18 +60192,18 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4387) + p.SetState(4343) p.Any_operator() } { - p.SetState(4388) + p.SetState(4344) p.Definition() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(4390) + p.SetState(4346) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -60783,7 +60211,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4391) + p.SetState(4347) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -60791,18 +60219,18 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4392) + p.SetState(4348) p.Any_name() } { - p.SetState(4393) + p.SetState(4349) p.Definition() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(4395) + p.SetState(4351) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -60810,7 +60238,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4396) + p.SetState(4352) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -60818,14 +60246,14 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4397) + p.SetState(4353) p.Any_name() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(4398) + p.SetState(4354) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -60833,7 +60261,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4399) + p.SetState(4355) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -60841,11 +60269,11 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4400) + p.SetState(4356) p.Any_name() } { - p.SetState(4401) + p.SetState(4357) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -60853,14 +60281,14 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4402) + p.SetState(4358) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(4404) + p.SetState(4360) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -60869,13 +60297,13 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { if ((int64((_la-33)) & ^0x3f) == 0 && ((int64(1)<<(_la-33))&576460752589691909) != 0) || ((int64((_la-116)) & ^0x3f) == 0 && ((int64(1)<<(_la-116))&-6775) != 0) || ((int64((_la-180)) & ^0x3f) == 0 && ((int64(1)<<(_la-180))&-1) != 0) || ((int64((_la-244)) & ^0x3f) == 0 && ((int64(1)<<(_la-244))&-577) != 0) || ((int64((_la-308)) & ^0x3f) == 0 && ((int64(1)<<(_la-308))&-1) != 0) || ((int64((_la-372)) & ^0x3f) == 0 && ((int64(1)<<(_la-372))&-1) != 0) || ((int64((_la-436)) & ^0x3f) == 0 && ((int64(1)<<(_la-436))&-274878955521) != 0) || ((int64((_la-500)) & ^0x3f) == 0 && ((int64(1)<<(_la-500))&-2097313) != 0) || ((int64((_la-564)) & ^0x3f) == 0 && ((int64(1)<<(_la-564))&-1) != 0) || ((int64((_la-628)) & ^0x3f) == 0 && ((int64(1)<<(_la-628))&3298536031231) != 0) { { - p.SetState(4403) + p.SetState(4359) p.Opttablefuncelementlist() } } { - p.SetState(4406) + p.SetState(4362) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -60886,7 +60314,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(4408) + p.SetState(4364) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -60894,7 +60322,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4409) + p.SetState(4365) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -60902,11 +60330,11 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4410) + p.SetState(4366) p.Any_name() } { - p.SetState(4411) + p.SetState(4367) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -60914,7 +60342,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4412) + p.SetState(4368) p.Match(PostgreSQLParserENUM_P) if p.HasError() { // Recognition error - abort rule @@ -60922,14 +60350,14 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4413) + p.SetState(4369) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(4415) + p.SetState(4371) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -60938,13 +60366,13 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { if (int64((_la-652)) & ^0x3f) == 0 && ((int64(1)<<(_la-652))&67108885) != 0 { { - p.SetState(4414) + p.SetState(4370) p.Opt_enum_val_list() } } { - p.SetState(4417) + p.SetState(4373) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -60955,7 +60383,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(4419) + p.SetState(4375) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -60963,7 +60391,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4420) + p.SetState(4376) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -60971,11 +60399,11 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4421) + p.SetState(4377) p.Any_name() } { - p.SetState(4422) + p.SetState(4378) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -60983,7 +60411,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4423) + p.SetState(4379) p.Match(PostgreSQLParserRANGE) if p.HasError() { // Recognition error - abort rule @@ -60991,14 +60419,14 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4424) + p.SetState(4380) p.Definition() } case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(4426) + p.SetState(4382) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -61006,7 +60434,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4427) + p.SetState(4383) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -61014,7 +60442,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4428) + p.SetState(4384) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -61022,7 +60450,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4429) + p.SetState(4385) p.Match(PostgreSQLParserPARSER) if p.HasError() { // Recognition error - abort rule @@ -61030,18 +60458,18 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4430) + p.SetState(4386) p.Any_name() } { - p.SetState(4431) + p.SetState(4387) p.Definition() } case 10: p.EnterOuterAlt(localctx, 10) { - p.SetState(4433) + p.SetState(4389) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -61049,7 +60477,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4434) + p.SetState(4390) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -61057,7 +60485,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4435) + p.SetState(4391) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -61065,7 +60493,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4436) + p.SetState(4392) p.Match(PostgreSQLParserDICTIONARY) if p.HasError() { // Recognition error - abort rule @@ -61073,18 +60501,18 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4437) + p.SetState(4393) p.Any_name() } { - p.SetState(4438) + p.SetState(4394) p.Definition() } case 11: p.EnterOuterAlt(localctx, 11) { - p.SetState(4440) + p.SetState(4396) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -61092,7 +60520,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4441) + p.SetState(4397) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -61100,7 +60528,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4442) + p.SetState(4398) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -61108,7 +60536,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4443) + p.SetState(4399) p.Match(PostgreSQLParserTEMPLATE) if p.HasError() { // Recognition error - abort rule @@ -61116,18 +60544,18 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4444) + p.SetState(4400) p.Any_name() } { - p.SetState(4445) + p.SetState(4401) p.Definition() } case 12: p.EnterOuterAlt(localctx, 12) { - p.SetState(4447) + p.SetState(4403) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -61135,7 +60563,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4448) + p.SetState(4404) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -61143,7 +60571,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4449) + p.SetState(4405) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -61151,7 +60579,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4450) + p.SetState(4406) p.Match(PostgreSQLParserCONFIGURATION) if p.HasError() { // Recognition error - abort rule @@ -61159,18 +60587,18 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4451) + p.SetState(4407) p.Any_name() } { - p.SetState(4452) + p.SetState(4408) p.Definition() } case 13: p.EnterOuterAlt(localctx, 13) { - p.SetState(4454) + p.SetState(4410) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -61178,7 +60606,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4455) + p.SetState(4411) p.Match(PostgreSQLParserCOLLATION) if p.HasError() { // Recognition error - abort rule @@ -61186,18 +60614,18 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4456) + p.SetState(4412) p.Any_name() } { - p.SetState(4457) + p.SetState(4413) p.Definition() } case 14: p.EnterOuterAlt(localctx, 14) { - p.SetState(4459) + p.SetState(4415) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -61205,7 +60633,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4460) + p.SetState(4416) p.Match(PostgreSQLParserCOLLATION) if p.HasError() { // Recognition error - abort rule @@ -61213,7 +60641,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4461) + p.SetState(4417) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -61221,7 +60649,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4462) + p.SetState(4418) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -61229,7 +60657,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4463) + p.SetState(4419) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -61237,18 +60665,18 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4464) + p.SetState(4420) p.Any_name() } { - p.SetState(4465) + p.SetState(4421) p.Definition() } case 15: p.EnterOuterAlt(localctx, 15) { - p.SetState(4467) + p.SetState(4423) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -61256,7 +60684,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4468) + p.SetState(4424) p.Match(PostgreSQLParserCOLLATION) if p.HasError() { // Recognition error - abort rule @@ -61264,11 +60692,11 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4469) + p.SetState(4425) p.Any_name() } { - p.SetState(4470) + p.SetState(4426) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -61276,14 +60704,14 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4471) + p.SetState(4427) p.Any_name() } case 16: p.EnterOuterAlt(localctx, 16) { - p.SetState(4473) + p.SetState(4429) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -61291,7 +60719,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4474) + p.SetState(4430) p.Match(PostgreSQLParserCOLLATION) if p.HasError() { // Recognition error - abort rule @@ -61299,7 +60727,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4475) + p.SetState(4431) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -61307,7 +60735,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4476) + p.SetState(4432) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -61315,7 +60743,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4477) + p.SetState(4433) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -61323,11 +60751,11 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4478) + p.SetState(4434) p.Any_name() } { - p.SetState(4479) + p.SetState(4435) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -61335,7 +60763,7 @@ func (p *PostgreSQLParser) Definestmt() (localctx IDefinestmtContext) { } } { - p.SetState(4480) + p.SetState(4436) p.Any_name() } @@ -61460,10 +60888,10 @@ func (s *DefinitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Definition() (localctx IDefinitionContext) { localctx = NewDefinitionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 464, PostgreSQLParserRULE_definition) + p.EnterRule(localctx, 462, PostgreSQLParserRULE_definition) p.EnterOuterAlt(localctx, 1) { - p.SetState(4484) + p.SetState(4440) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -61471,11 +60899,11 @@ func (p *PostgreSQLParser) Definition() (localctx IDefinitionContext) { } } { - p.SetState(4485) + p.SetState(4441) p.Def_list() } { - p.SetState(4486) + p.SetState(4442) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -61626,15 +61054,15 @@ func (s *Def_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Def_list() (localctx IDef_listContext) { localctx = NewDef_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 466, PostgreSQLParserRULE_def_list) + p.EnterRule(localctx, 464, PostgreSQLParserRULE_def_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4488) + p.SetState(4444) p.Def_elem() } - p.SetState(4493) + p.SetState(4449) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -61643,7 +61071,7 @@ func (p *PostgreSQLParser) Def_list() (localctx IDef_listContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(4489) + p.SetState(4445) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -61651,11 +61079,11 @@ func (p *PostgreSQLParser) Def_list() (localctx IDef_listContext) { } } { - p.SetState(4490) + p.SetState(4446) p.Def_elem() } - p.SetState(4495) + p.SetState(4451) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -61792,15 +61220,15 @@ func (s *Def_elemContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Def_elem() (localctx IDef_elemContext) { localctx = NewDef_elemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 468, PostgreSQLParserRULE_def_elem) + p.EnterRule(localctx, 466, PostgreSQLParserRULE_def_elem) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4496) + p.SetState(4452) p.Collabel() } - p.SetState(4499) + p.SetState(4455) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -61809,7 +61237,7 @@ func (p *PostgreSQLParser) Def_elem() (localctx IDef_elemContext) { if _la == PostgreSQLParserEQUAL { { - p.SetState(4497) + p.SetState(4453) p.Match(PostgreSQLParserEQUAL) if p.HasError() { // Recognition error - abort rule @@ -61817,7 +61245,7 @@ func (p *PostgreSQLParser) Def_elem() (localctx IDef_elemContext) { } } { - p.SetState(4498) + p.SetState(4454) p.Def_arg() } @@ -62003,53 +61431,53 @@ func (s *Def_argContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Def_arg() (localctx IDef_argContext) { localctx = NewDef_argContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 470, PostgreSQLParserRULE_def_arg) - p.SetState(4507) + p.EnterRule(localctx, 468, PostgreSQLParserRULE_def_arg) + p.SetState(4463) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 337, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 333, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(4501) + p.SetState(4457) p.Func_type() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(4502) + p.SetState(4458) p.Reserved_keyword() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(4503) + p.SetState(4459) p.Qual_all_op() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(4504) + p.SetState(4460) p.Numericonly() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(4505) + p.SetState(4461) p.Sconst() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(4506) + p.SetState(4462) p.Match(PostgreSQLParserNONE) if p.HasError() { // Recognition error - abort rule @@ -62178,10 +61606,10 @@ func (s *Old_aggr_definitionContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Old_aggr_definition() (localctx IOld_aggr_definitionContext) { localctx = NewOld_aggr_definitionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 472, PostgreSQLParserRULE_old_aggr_definition) + p.EnterRule(localctx, 470, PostgreSQLParserRULE_old_aggr_definition) p.EnterOuterAlt(localctx, 1) { - p.SetState(4509) + p.SetState(4465) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -62189,11 +61617,11 @@ func (p *PostgreSQLParser) Old_aggr_definition() (localctx IOld_aggr_definitionC } } { - p.SetState(4510) + p.SetState(4466) p.Old_aggr_list() } { - p.SetState(4511) + p.SetState(4467) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -62344,15 +61772,15 @@ func (s *Old_aggr_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Old_aggr_list() (localctx IOld_aggr_listContext) { localctx = NewOld_aggr_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 474, PostgreSQLParserRULE_old_aggr_list) + p.EnterRule(localctx, 472, PostgreSQLParserRULE_old_aggr_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4513) + p.SetState(4469) p.Old_aggr_elem() } - p.SetState(4518) + p.SetState(4474) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -62361,7 +61789,7 @@ func (p *PostgreSQLParser) Old_aggr_list() (localctx IOld_aggr_listContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(4514) + p.SetState(4470) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -62369,11 +61797,11 @@ func (p *PostgreSQLParser) Old_aggr_list() (localctx IOld_aggr_listContext) { } } { - p.SetState(4515) + p.SetState(4471) p.Old_aggr_elem() } - p.SetState(4520) + p.SetState(4476) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -62510,14 +61938,14 @@ func (s *Old_aggr_elemContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Old_aggr_elem() (localctx IOld_aggr_elemContext) { localctx = NewOld_aggr_elemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 476, PostgreSQLParserRULE_old_aggr_elem) + p.EnterRule(localctx, 474, PostgreSQLParserRULE_old_aggr_elem) p.EnterOuterAlt(localctx, 1) { - p.SetState(4521) + p.SetState(4477) p.Identifier() } { - p.SetState(4522) + p.SetState(4478) p.Match(PostgreSQLParserEQUAL) if p.HasError() { // Recognition error - abort rule @@ -62525,7 +61953,7 @@ func (p *PostgreSQLParser) Old_aggr_elem() (localctx IOld_aggr_elemContext) { } } { - p.SetState(4523) + p.SetState(4479) p.Def_arg() } @@ -62636,10 +62064,10 @@ func (s *Opt_enum_val_listContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Opt_enum_val_list() (localctx IOpt_enum_val_listContext) { localctx = NewOpt_enum_val_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 478, PostgreSQLParserRULE_opt_enum_val_list) + p.EnterRule(localctx, 476, PostgreSQLParserRULE_opt_enum_val_list) p.EnterOuterAlt(localctx, 1) { - p.SetState(4525) + p.SetState(4481) p.Enum_val_list() } @@ -62786,15 +62214,15 @@ func (s *Enum_val_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Enum_val_list() (localctx IEnum_val_listContext) { localctx = NewEnum_val_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 480, PostgreSQLParserRULE_enum_val_list) + p.EnterRule(localctx, 478, PostgreSQLParserRULE_enum_val_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4527) + p.SetState(4483) p.Sconst() } - p.SetState(4532) + p.SetState(4488) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -62803,7 +62231,7 @@ func (p *PostgreSQLParser) Enum_val_list() (localctx IEnum_val_listContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(4528) + p.SetState(4484) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -62811,11 +62239,11 @@ func (p *PostgreSQLParser) Enum_val_list() (localctx IEnum_val_listContext) { } } { - p.SetState(4529) + p.SetState(4485) p.Sconst() } - p.SetState(4534) + p.SetState(4490) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -63030,20 +62458,20 @@ func (s *AlterenumstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Alterenumstmt() (localctx IAlterenumstmtContext) { localctx = NewAlterenumstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 482, PostgreSQLParserRULE_alterenumstmt) + p.EnterRule(localctx, 480, PostgreSQLParserRULE_alterenumstmt) var _la int - p.SetState(4578) + p.SetState(4534) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 343, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 339, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(4535) + p.SetState(4491) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -63051,7 +62479,7 @@ func (p *PostgreSQLParser) Alterenumstmt() (localctx IAlterenumstmtContext) { } } { - p.SetState(4536) + p.SetState(4492) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -63059,11 +62487,11 @@ func (p *PostgreSQLParser) Alterenumstmt() (localctx IAlterenumstmtContext) { } } { - p.SetState(4537) + p.SetState(4493) p.Any_name() } { - p.SetState(4538) + p.SetState(4494) p.Match(PostgreSQLParserADD_P) if p.HasError() { // Recognition error - abort rule @@ -63071,14 +62499,14 @@ func (p *PostgreSQLParser) Alterenumstmt() (localctx IAlterenumstmtContext) { } } { - p.SetState(4539) + p.SetState(4495) p.Match(PostgreSQLParserVALUE_P) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(4541) + p.SetState(4497) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -63087,20 +62515,20 @@ func (p *PostgreSQLParser) Alterenumstmt() (localctx IAlterenumstmtContext) { if _la == PostgreSQLParserIF_P { { - p.SetState(4540) + p.SetState(4496) p.Opt_if_not_exists() } } { - p.SetState(4543) + p.SetState(4499) p.Sconst() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(4545) + p.SetState(4501) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -63108,7 +62536,7 @@ func (p *PostgreSQLParser) Alterenumstmt() (localctx IAlterenumstmtContext) { } } { - p.SetState(4546) + p.SetState(4502) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -63116,11 +62544,11 @@ func (p *PostgreSQLParser) Alterenumstmt() (localctx IAlterenumstmtContext) { } } { - p.SetState(4547) + p.SetState(4503) p.Any_name() } { - p.SetState(4548) + p.SetState(4504) p.Match(PostgreSQLParserADD_P) if p.HasError() { // Recognition error - abort rule @@ -63128,14 +62556,14 @@ func (p *PostgreSQLParser) Alterenumstmt() (localctx IAlterenumstmtContext) { } } { - p.SetState(4549) + p.SetState(4505) p.Match(PostgreSQLParserVALUE_P) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(4551) + p.SetState(4507) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -63144,17 +62572,17 @@ func (p *PostgreSQLParser) Alterenumstmt() (localctx IAlterenumstmtContext) { if _la == PostgreSQLParserIF_P { { - p.SetState(4550) + p.SetState(4506) p.Opt_if_not_exists() } } { - p.SetState(4553) + p.SetState(4509) p.Sconst() } { - p.SetState(4554) + p.SetState(4510) p.Match(PostgreSQLParserBEFORE) if p.HasError() { // Recognition error - abort rule @@ -63162,14 +62590,14 @@ func (p *PostgreSQLParser) Alterenumstmt() (localctx IAlterenumstmtContext) { } } { - p.SetState(4555) + p.SetState(4511) p.Sconst() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(4557) + p.SetState(4513) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -63177,7 +62605,7 @@ func (p *PostgreSQLParser) Alterenumstmt() (localctx IAlterenumstmtContext) { } } { - p.SetState(4558) + p.SetState(4514) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -63185,11 +62613,11 @@ func (p *PostgreSQLParser) Alterenumstmt() (localctx IAlterenumstmtContext) { } } { - p.SetState(4559) + p.SetState(4515) p.Any_name() } { - p.SetState(4560) + p.SetState(4516) p.Match(PostgreSQLParserADD_P) if p.HasError() { // Recognition error - abort rule @@ -63197,14 +62625,14 @@ func (p *PostgreSQLParser) Alterenumstmt() (localctx IAlterenumstmtContext) { } } { - p.SetState(4561) + p.SetState(4517) p.Match(PostgreSQLParserVALUE_P) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(4563) + p.SetState(4519) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -63213,17 +62641,17 @@ func (p *PostgreSQLParser) Alterenumstmt() (localctx IAlterenumstmtContext) { if _la == PostgreSQLParserIF_P { { - p.SetState(4562) + p.SetState(4518) p.Opt_if_not_exists() } } { - p.SetState(4565) + p.SetState(4521) p.Sconst() } { - p.SetState(4566) + p.SetState(4522) p.Match(PostgreSQLParserAFTER) if p.HasError() { // Recognition error - abort rule @@ -63231,14 +62659,14 @@ func (p *PostgreSQLParser) Alterenumstmt() (localctx IAlterenumstmtContext) { } } { - p.SetState(4567) + p.SetState(4523) p.Sconst() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(4569) + p.SetState(4525) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -63246,7 +62674,7 @@ func (p *PostgreSQLParser) Alterenumstmt() (localctx IAlterenumstmtContext) { } } { - p.SetState(4570) + p.SetState(4526) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -63254,11 +62682,11 @@ func (p *PostgreSQLParser) Alterenumstmt() (localctx IAlterenumstmtContext) { } } { - p.SetState(4571) + p.SetState(4527) p.Any_name() } { - p.SetState(4572) + p.SetState(4528) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -63266,7 +62694,7 @@ func (p *PostgreSQLParser) Alterenumstmt() (localctx IAlterenumstmtContext) { } } { - p.SetState(4573) + p.SetState(4529) p.Match(PostgreSQLParserVALUE_P) if p.HasError() { // Recognition error - abort rule @@ -63274,11 +62702,11 @@ func (p *PostgreSQLParser) Alterenumstmt() (localctx IAlterenumstmtContext) { } } { - p.SetState(4574) + p.SetState(4530) p.Sconst() } { - p.SetState(4575) + p.SetState(4531) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -63286,7 +62714,7 @@ func (p *PostgreSQLParser) Alterenumstmt() (localctx IAlterenumstmtContext) { } } { - p.SetState(4576) + p.SetState(4532) p.Sconst() } @@ -63399,10 +62827,10 @@ func (s *Opt_if_not_existsContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Opt_if_not_exists() (localctx IOpt_if_not_existsContext) { localctx = NewOpt_if_not_existsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 484, PostgreSQLParserRULE_opt_if_not_exists) + p.EnterRule(localctx, 482, PostgreSQLParserRULE_opt_if_not_exists) p.EnterOuterAlt(localctx, 1) { - p.SetState(4580) + p.SetState(4536) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -63410,7 +62838,7 @@ func (p *PostgreSQLParser) Opt_if_not_exists() (localctx IOpt_if_not_existsConte } } { - p.SetState(4581) + p.SetState(4537) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -63418,7 +62846,7 @@ func (p *PostgreSQLParser) Opt_if_not_exists() (localctx IOpt_if_not_existsConte } } { - p.SetState(4582) + p.SetState(4538) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -63653,12 +63081,12 @@ func (s *CreateopclassstmtContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Createopclassstmt() (localctx ICreateopclassstmtContext) { localctx = NewCreateopclassstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 486, PostgreSQLParserRULE_createopclassstmt) + p.EnterRule(localctx, 484, PostgreSQLParserRULE_createopclassstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4584) + p.SetState(4540) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -63666,7 +63094,7 @@ func (p *PostgreSQLParser) Createopclassstmt() (localctx ICreateopclassstmtConte } } { - p.SetState(4585) + p.SetState(4541) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -63674,7 +63102,7 @@ func (p *PostgreSQLParser) Createopclassstmt() (localctx ICreateopclassstmtConte } } { - p.SetState(4586) + p.SetState(4542) p.Match(PostgreSQLParserCLASS) if p.HasError() { // Recognition error - abort rule @@ -63682,10 +63110,10 @@ func (p *PostgreSQLParser) Createopclassstmt() (localctx ICreateopclassstmtConte } } { - p.SetState(4587) + p.SetState(4543) p.Any_name() } - p.SetState(4589) + p.SetState(4545) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -63694,13 +63122,13 @@ func (p *PostgreSQLParser) Createopclassstmt() (localctx ICreateopclassstmtConte if _la == PostgreSQLParserDEFAULT { { - p.SetState(4588) + p.SetState(4544) p.Opt_default() } } { - p.SetState(4591) + p.SetState(4547) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -63708,7 +63136,7 @@ func (p *PostgreSQLParser) Createopclassstmt() (localctx ICreateopclassstmtConte } } { - p.SetState(4592) + p.SetState(4548) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -63716,11 +63144,11 @@ func (p *PostgreSQLParser) Createopclassstmt() (localctx ICreateopclassstmtConte } } { - p.SetState(4593) + p.SetState(4549) p.Typename() } { - p.SetState(4594) + p.SetState(4550) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -63728,10 +63156,10 @@ func (p *PostgreSQLParser) Createopclassstmt() (localctx ICreateopclassstmtConte } } { - p.SetState(4595) + p.SetState(4551) p.Name() } - p.SetState(4597) + p.SetState(4553) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -63740,13 +63168,13 @@ func (p *PostgreSQLParser) Createopclassstmt() (localctx ICreateopclassstmtConte if _la == PostgreSQLParserFAMILY { { - p.SetState(4596) + p.SetState(4552) p.Opt_opfamily() } } { - p.SetState(4599) + p.SetState(4555) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -63754,7 +63182,7 @@ func (p *PostgreSQLParser) Createopclassstmt() (localctx ICreateopclassstmtConte } } { - p.SetState(4600) + p.SetState(4556) p.Opclass_item_list() } @@ -63901,15 +63329,15 @@ func (s *Opclass_item_listContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Opclass_item_list() (localctx IOpclass_item_listContext) { localctx = NewOpclass_item_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 488, PostgreSQLParserRULE_opclass_item_list) + p.EnterRule(localctx, 486, PostgreSQLParserRULE_opclass_item_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4602) + p.SetState(4558) p.Opclass_item() } - p.SetState(4607) + p.SetState(4563) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -63918,7 +63346,7 @@ func (p *PostgreSQLParser) Opclass_item_list() (localctx IOpclass_item_listConte for _la == PostgreSQLParserCOMMA { { - p.SetState(4603) + p.SetState(4559) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -63926,11 +63354,11 @@ func (p *PostgreSQLParser) Opclass_item_list() (localctx IOpclass_item_listConte } } { - p.SetState(4604) + p.SetState(4560) p.Opclass_item() } - p.SetState(4609) + p.SetState(4565) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -64189,20 +63617,20 @@ func (s *Opclass_itemContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opclass_item() (localctx IOpclass_itemContext) { localctx = NewOpclass_itemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 490, PostgreSQLParserRULE_opclass_item) + p.EnterRule(localctx, 488, PostgreSQLParserRULE_opclass_item) var _la int - p.SetState(4641) + p.SetState(4597) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 351, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 347, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(4610) + p.SetState(4566) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -64210,14 +63638,14 @@ func (p *PostgreSQLParser) Opclass_item() (localctx IOpclass_itemContext) { } } { - p.SetState(4611) + p.SetState(4567) p.Iconst() } { - p.SetState(4612) + p.SetState(4568) p.Any_operator() } - p.SetState(4614) + p.SetState(4570) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -64226,12 +63654,12 @@ func (p *PostgreSQLParser) Opclass_item() (localctx IOpclass_itemContext) { if _la == PostgreSQLParserFOR { { - p.SetState(4613) + p.SetState(4569) p.Opclass_purpose() } } - p.SetState(4617) + p.SetState(4573) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -64240,7 +63668,7 @@ func (p *PostgreSQLParser) Opclass_item() (localctx IOpclass_itemContext) { if _la == PostgreSQLParserRECHECK { { - p.SetState(4616) + p.SetState(4572) p.Opt_recheck() } @@ -64249,7 +63677,7 @@ func (p *PostgreSQLParser) Opclass_item() (localctx IOpclass_itemContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(4619) + p.SetState(4575) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -64257,14 +63685,14 @@ func (p *PostgreSQLParser) Opclass_item() (localctx IOpclass_itemContext) { } } { - p.SetState(4620) + p.SetState(4576) p.Iconst() } { - p.SetState(4621) + p.SetState(4577) p.Operator_with_argtypes() } - p.SetState(4623) + p.SetState(4579) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -64273,12 +63701,12 @@ func (p *PostgreSQLParser) Opclass_item() (localctx IOpclass_itemContext) { if _la == PostgreSQLParserFOR { { - p.SetState(4622) + p.SetState(4578) p.Opclass_purpose() } } - p.SetState(4626) + p.SetState(4582) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -64287,7 +63715,7 @@ func (p *PostgreSQLParser) Opclass_item() (localctx IOpclass_itemContext) { if _la == PostgreSQLParserRECHECK { { - p.SetState(4625) + p.SetState(4581) p.Opt_recheck() } @@ -64296,7 +63724,7 @@ func (p *PostgreSQLParser) Opclass_item() (localctx IOpclass_itemContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(4628) + p.SetState(4584) p.Match(PostgreSQLParserFUNCTION) if p.HasError() { // Recognition error - abort rule @@ -64304,18 +63732,18 @@ func (p *PostgreSQLParser) Opclass_item() (localctx IOpclass_itemContext) { } } { - p.SetState(4629) + p.SetState(4585) p.Iconst() } { - p.SetState(4630) + p.SetState(4586) p.Function_with_argtypes() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(4632) + p.SetState(4588) p.Match(PostgreSQLParserFUNCTION) if p.HasError() { // Recognition error - abort rule @@ -64323,11 +63751,11 @@ func (p *PostgreSQLParser) Opclass_item() (localctx IOpclass_itemContext) { } } { - p.SetState(4633) + p.SetState(4589) p.Iconst() } { - p.SetState(4634) + p.SetState(4590) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -64335,11 +63763,11 @@ func (p *PostgreSQLParser) Opclass_item() (localctx IOpclass_itemContext) { } } { - p.SetState(4635) + p.SetState(4591) p.Type_list() } { - p.SetState(4636) + p.SetState(4592) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -64347,14 +63775,14 @@ func (p *PostgreSQLParser) Opclass_item() (localctx IOpclass_itemContext) { } } { - p.SetState(4637) + p.SetState(4593) p.Function_with_argtypes() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(4639) + p.SetState(4595) p.Match(PostgreSQLParserSTORAGE) if p.HasError() { // Recognition error - abort rule @@ -64362,7 +63790,7 @@ func (p *PostgreSQLParser) Opclass_item() (localctx IOpclass_itemContext) { } } { - p.SetState(4640) + p.SetState(4596) p.Typename() } @@ -64465,10 +63893,10 @@ func (s *Opt_defaultContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opt_default() (localctx IOpt_defaultContext) { localctx = NewOpt_defaultContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 492, PostgreSQLParserRULE_opt_default) + p.EnterRule(localctx, 490, PostgreSQLParserRULE_opt_default) p.EnterOuterAlt(localctx, 1) { - p.SetState(4643) + p.SetState(4599) p.Match(PostgreSQLParserDEFAULT) if p.HasError() { // Recognition error - abort rule @@ -64588,10 +64016,10 @@ func (s *Opt_opfamilyContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opt_opfamily() (localctx IOpt_opfamilyContext) { localctx = NewOpt_opfamilyContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 494, PostgreSQLParserRULE_opt_opfamily) + p.EnterRule(localctx, 492, PostgreSQLParserRULE_opt_opfamily) p.EnterOuterAlt(localctx, 1) { - p.SetState(4645) + p.SetState(4601) p.Match(PostgreSQLParserFAMILY) if p.HasError() { // Recognition error - abort rule @@ -64599,7 +64027,7 @@ func (p *PostgreSQLParser) Opt_opfamily() (localctx IOpt_opfamilyContext) { } } { - p.SetState(4646) + p.SetState(4602) p.Any_name() } @@ -64730,18 +64158,18 @@ func (s *Opclass_purposeContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Opclass_purpose() (localctx IOpclass_purposeContext) { localctx = NewOpclass_purposeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 496, PostgreSQLParserRULE_opclass_purpose) - p.SetState(4654) + p.EnterRule(localctx, 494, PostgreSQLParserRULE_opclass_purpose) + p.SetState(4610) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 352, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 348, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(4648) + p.SetState(4604) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -64749,7 +64177,7 @@ func (p *PostgreSQLParser) Opclass_purpose() (localctx IOpclass_purposeContext) } } { - p.SetState(4649) + p.SetState(4605) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -64760,7 +64188,7 @@ func (p *PostgreSQLParser) Opclass_purpose() (localctx IOpclass_purposeContext) case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(4650) + p.SetState(4606) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -64768,7 +64196,7 @@ func (p *PostgreSQLParser) Opclass_purpose() (localctx IOpclass_purposeContext) } } { - p.SetState(4651) + p.SetState(4607) p.Match(PostgreSQLParserORDER) if p.HasError() { // Recognition error - abort rule @@ -64776,7 +64204,7 @@ func (p *PostgreSQLParser) Opclass_purpose() (localctx IOpclass_purposeContext) } } { - p.SetState(4652) + p.SetState(4608) p.Match(PostgreSQLParserBY) if p.HasError() { // Recognition error - abort rule @@ -64784,7 +64212,7 @@ func (p *PostgreSQLParser) Opclass_purpose() (localctx IOpclass_purposeContext) } } { - p.SetState(4653) + p.SetState(4609) p.Any_name() } @@ -64887,10 +64315,10 @@ func (s *Opt_recheckContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opt_recheck() (localctx IOpt_recheckContext) { localctx = NewOpt_recheckContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 498, PostgreSQLParserRULE_opt_recheck) + p.EnterRule(localctx, 496, PostgreSQLParserRULE_opt_recheck) p.EnterOuterAlt(localctx, 1) { - p.SetState(4656) + p.SetState(4612) p.Match(PostgreSQLParserRECHECK) if p.HasError() { // Recognition error - abort rule @@ -65042,10 +64470,10 @@ func (s *CreateopfamilystmtContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Createopfamilystmt() (localctx ICreateopfamilystmtContext) { localctx = NewCreateopfamilystmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 500, PostgreSQLParserRULE_createopfamilystmt) + p.EnterRule(localctx, 498, PostgreSQLParserRULE_createopfamilystmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(4658) + p.SetState(4614) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -65053,7 +64481,7 @@ func (p *PostgreSQLParser) Createopfamilystmt() (localctx ICreateopfamilystmtCon } } { - p.SetState(4659) + p.SetState(4615) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -65061,7 +64489,7 @@ func (p *PostgreSQLParser) Createopfamilystmt() (localctx ICreateopfamilystmtCon } } { - p.SetState(4660) + p.SetState(4616) p.Match(PostgreSQLParserFAMILY) if p.HasError() { // Recognition error - abort rule @@ -65069,11 +64497,11 @@ func (p *PostgreSQLParser) Createopfamilystmt() (localctx ICreateopfamilystmtCon } } { - p.SetState(4661) + p.SetState(4617) p.Any_name() } { - p.SetState(4662) + p.SetState(4618) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -65081,7 +64509,7 @@ func (p *PostgreSQLParser) Createopfamilystmt() (localctx ICreateopfamilystmtCon } } { - p.SetState(4663) + p.SetState(4619) p.Name() } @@ -65273,18 +64701,18 @@ func (s *AlteropfamilystmtContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Alteropfamilystmt() (localctx IAlteropfamilystmtContext) { localctx = NewAlteropfamilystmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 502, PostgreSQLParserRULE_alteropfamilystmt) - p.SetState(4683) + p.EnterRule(localctx, 500, PostgreSQLParserRULE_alteropfamilystmt) + p.SetState(4639) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 353, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 349, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(4665) + p.SetState(4621) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -65292,7 +64720,7 @@ func (p *PostgreSQLParser) Alteropfamilystmt() (localctx IAlteropfamilystmtConte } } { - p.SetState(4666) + p.SetState(4622) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -65300,7 +64728,7 @@ func (p *PostgreSQLParser) Alteropfamilystmt() (localctx IAlteropfamilystmtConte } } { - p.SetState(4667) + p.SetState(4623) p.Match(PostgreSQLParserFAMILY) if p.HasError() { // Recognition error - abort rule @@ -65308,11 +64736,11 @@ func (p *PostgreSQLParser) Alteropfamilystmt() (localctx IAlteropfamilystmtConte } } { - p.SetState(4668) + p.SetState(4624) p.Any_name() } { - p.SetState(4669) + p.SetState(4625) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -65320,11 +64748,11 @@ func (p *PostgreSQLParser) Alteropfamilystmt() (localctx IAlteropfamilystmtConte } } { - p.SetState(4670) + p.SetState(4626) p.Name() } { - p.SetState(4671) + p.SetState(4627) p.Match(PostgreSQLParserADD_P) if p.HasError() { // Recognition error - abort rule @@ -65332,14 +64760,14 @@ func (p *PostgreSQLParser) Alteropfamilystmt() (localctx IAlteropfamilystmtConte } } { - p.SetState(4672) + p.SetState(4628) p.Opclass_item_list() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(4674) + p.SetState(4630) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -65347,7 +64775,7 @@ func (p *PostgreSQLParser) Alteropfamilystmt() (localctx IAlteropfamilystmtConte } } { - p.SetState(4675) + p.SetState(4631) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -65355,7 +64783,7 @@ func (p *PostgreSQLParser) Alteropfamilystmt() (localctx IAlteropfamilystmtConte } } { - p.SetState(4676) + p.SetState(4632) p.Match(PostgreSQLParserFAMILY) if p.HasError() { // Recognition error - abort rule @@ -65363,11 +64791,11 @@ func (p *PostgreSQLParser) Alteropfamilystmt() (localctx IAlteropfamilystmtConte } } { - p.SetState(4677) + p.SetState(4633) p.Any_name() } { - p.SetState(4678) + p.SetState(4634) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -65375,11 +64803,11 @@ func (p *PostgreSQLParser) Alteropfamilystmt() (localctx IAlteropfamilystmtConte } } { - p.SetState(4679) + p.SetState(4635) p.Name() } { - p.SetState(4680) + p.SetState(4636) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -65387,7 +64815,7 @@ func (p *PostgreSQLParser) Alteropfamilystmt() (localctx IAlteropfamilystmtConte } } { - p.SetState(4681) + p.SetState(4637) p.Opclass_drop_list() } @@ -65538,15 +64966,15 @@ func (s *Opclass_drop_listContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Opclass_drop_list() (localctx IOpclass_drop_listContext) { localctx = NewOpclass_drop_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 504, PostgreSQLParserRULE_opclass_drop_list) + p.EnterRule(localctx, 502, PostgreSQLParserRULE_opclass_drop_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4685) + p.SetState(4641) p.Opclass_drop() } - p.SetState(4690) + p.SetState(4646) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -65555,7 +64983,7 @@ func (p *PostgreSQLParser) Opclass_drop_list() (localctx IOpclass_drop_listConte for _la == PostgreSQLParserCOMMA { { - p.SetState(4686) + p.SetState(4642) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -65563,11 +64991,11 @@ func (p *PostgreSQLParser) Opclass_drop_list() (localctx IOpclass_drop_listConte } } { - p.SetState(4687) + p.SetState(4643) p.Opclass_drop() } - p.SetState(4692) + p.SetState(4648) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -65719,8 +65147,8 @@ func (s *Opclass_dropContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opclass_drop() (localctx IOpclass_dropContext) { localctx = NewOpclass_dropContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 506, PostgreSQLParserRULE_opclass_drop) - p.SetState(4705) + p.EnterRule(localctx, 504, PostgreSQLParserRULE_opclass_drop) + p.SetState(4661) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -65730,7 +65158,7 @@ func (p *PostgreSQLParser) Opclass_drop() (localctx IOpclass_dropContext) { case PostgreSQLParserOPERATOR: p.EnterOuterAlt(localctx, 1) { - p.SetState(4693) + p.SetState(4649) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -65738,11 +65166,11 @@ func (p *PostgreSQLParser) Opclass_drop() (localctx IOpclass_dropContext) { } } { - p.SetState(4694) + p.SetState(4650) p.Iconst() } { - p.SetState(4695) + p.SetState(4651) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -65750,11 +65178,11 @@ func (p *PostgreSQLParser) Opclass_drop() (localctx IOpclass_dropContext) { } } { - p.SetState(4696) + p.SetState(4652) p.Type_list() } { - p.SetState(4697) + p.SetState(4653) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -65765,7 +65193,7 @@ func (p *PostgreSQLParser) Opclass_drop() (localctx IOpclass_dropContext) { case PostgreSQLParserFUNCTION: p.EnterOuterAlt(localctx, 2) { - p.SetState(4699) + p.SetState(4655) p.Match(PostgreSQLParserFUNCTION) if p.HasError() { // Recognition error - abort rule @@ -65773,11 +65201,11 @@ func (p *PostgreSQLParser) Opclass_drop() (localctx IOpclass_dropContext) { } } { - p.SetState(4700) + p.SetState(4656) p.Iconst() } { - p.SetState(4701) + p.SetState(4657) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -65785,11 +65213,11 @@ func (p *PostgreSQLParser) Opclass_drop() (localctx IOpclass_dropContext) { } } { - p.SetState(4702) + p.SetState(4658) p.Type_list() } { - p.SetState(4703) + p.SetState(4659) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -65973,20 +65401,20 @@ func (s *DropopclassstmtContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Dropopclassstmt() (localctx IDropopclassstmtContext) { localctx = NewDropopclassstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 508, PostgreSQLParserRULE_dropopclassstmt) + p.EnterRule(localctx, 506, PostgreSQLParserRULE_dropopclassstmt) var _la int - p.SetState(4727) + p.SetState(4683) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 358, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 354, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(4707) + p.SetState(4663) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -65994,7 +65422,7 @@ func (p *PostgreSQLParser) Dropopclassstmt() (localctx IDropopclassstmtContext) } } { - p.SetState(4708) + p.SetState(4664) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -66002,7 +65430,7 @@ func (p *PostgreSQLParser) Dropopclassstmt() (localctx IDropopclassstmtContext) } } { - p.SetState(4709) + p.SetState(4665) p.Match(PostgreSQLParserCLASS) if p.HasError() { // Recognition error - abort rule @@ -66010,11 +65438,11 @@ func (p *PostgreSQLParser) Dropopclassstmt() (localctx IDropopclassstmtContext) } } { - p.SetState(4710) + p.SetState(4666) p.Any_name() } { - p.SetState(4711) + p.SetState(4667) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -66022,10 +65450,10 @@ func (p *PostgreSQLParser) Dropopclassstmt() (localctx IDropopclassstmtContext) } } { - p.SetState(4712) + p.SetState(4668) p.Name() } - p.SetState(4714) + p.SetState(4670) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -66034,7 +65462,7 @@ func (p *PostgreSQLParser) Dropopclassstmt() (localctx IDropopclassstmtContext) if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(4713) + p.SetState(4669) p.Opt_drop_behavior() } @@ -66043,7 +65471,7 @@ func (p *PostgreSQLParser) Dropopclassstmt() (localctx IDropopclassstmtContext) case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(4716) + p.SetState(4672) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -66051,7 +65479,7 @@ func (p *PostgreSQLParser) Dropopclassstmt() (localctx IDropopclassstmtContext) } } { - p.SetState(4717) + p.SetState(4673) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -66059,7 +65487,7 @@ func (p *PostgreSQLParser) Dropopclassstmt() (localctx IDropopclassstmtContext) } } { - p.SetState(4718) + p.SetState(4674) p.Match(PostgreSQLParserCLASS) if p.HasError() { // Recognition error - abort rule @@ -66067,7 +65495,7 @@ func (p *PostgreSQLParser) Dropopclassstmt() (localctx IDropopclassstmtContext) } } { - p.SetState(4719) + p.SetState(4675) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -66075,7 +65503,7 @@ func (p *PostgreSQLParser) Dropopclassstmt() (localctx IDropopclassstmtContext) } } { - p.SetState(4720) + p.SetState(4676) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -66083,11 +65511,11 @@ func (p *PostgreSQLParser) Dropopclassstmt() (localctx IDropopclassstmtContext) } } { - p.SetState(4721) + p.SetState(4677) p.Any_name() } { - p.SetState(4722) + p.SetState(4678) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -66095,10 +65523,10 @@ func (p *PostgreSQLParser) Dropopclassstmt() (localctx IDropopclassstmtContext) } } { - p.SetState(4723) + p.SetState(4679) p.Name() } - p.SetState(4725) + p.SetState(4681) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -66107,7 +65535,7 @@ func (p *PostgreSQLParser) Dropopclassstmt() (localctx IDropopclassstmtContext) if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(4724) + p.SetState(4680) p.Opt_drop_behavior() } @@ -66288,20 +65716,20 @@ func (s *DropopfamilystmtContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Dropopfamilystmt() (localctx IDropopfamilystmtContext) { localctx = NewDropopfamilystmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 510, PostgreSQLParserRULE_dropopfamilystmt) + p.EnterRule(localctx, 508, PostgreSQLParserRULE_dropopfamilystmt) var _la int - p.SetState(4749) + p.SetState(4705) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 361, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 357, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(4729) + p.SetState(4685) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -66309,7 +65737,7 @@ func (p *PostgreSQLParser) Dropopfamilystmt() (localctx IDropopfamilystmtContext } } { - p.SetState(4730) + p.SetState(4686) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -66317,7 +65745,7 @@ func (p *PostgreSQLParser) Dropopfamilystmt() (localctx IDropopfamilystmtContext } } { - p.SetState(4731) + p.SetState(4687) p.Match(PostgreSQLParserFAMILY) if p.HasError() { // Recognition error - abort rule @@ -66325,11 +65753,11 @@ func (p *PostgreSQLParser) Dropopfamilystmt() (localctx IDropopfamilystmtContext } } { - p.SetState(4732) + p.SetState(4688) p.Any_name() } { - p.SetState(4733) + p.SetState(4689) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -66337,10 +65765,10 @@ func (p *PostgreSQLParser) Dropopfamilystmt() (localctx IDropopfamilystmtContext } } { - p.SetState(4734) + p.SetState(4690) p.Name() } - p.SetState(4736) + p.SetState(4692) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -66349,7 +65777,7 @@ func (p *PostgreSQLParser) Dropopfamilystmt() (localctx IDropopfamilystmtContext if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(4735) + p.SetState(4691) p.Opt_drop_behavior() } @@ -66358,7 +65786,7 @@ func (p *PostgreSQLParser) Dropopfamilystmt() (localctx IDropopfamilystmtContext case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(4738) + p.SetState(4694) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -66366,7 +65794,7 @@ func (p *PostgreSQLParser) Dropopfamilystmt() (localctx IDropopfamilystmtContext } } { - p.SetState(4739) + p.SetState(4695) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -66374,7 +65802,7 @@ func (p *PostgreSQLParser) Dropopfamilystmt() (localctx IDropopfamilystmtContext } } { - p.SetState(4740) + p.SetState(4696) p.Match(PostgreSQLParserFAMILY) if p.HasError() { // Recognition error - abort rule @@ -66382,7 +65810,7 @@ func (p *PostgreSQLParser) Dropopfamilystmt() (localctx IDropopfamilystmtContext } } { - p.SetState(4741) + p.SetState(4697) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -66390,7 +65818,7 @@ func (p *PostgreSQLParser) Dropopfamilystmt() (localctx IDropopfamilystmtContext } } { - p.SetState(4742) + p.SetState(4698) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -66398,11 +65826,11 @@ func (p *PostgreSQLParser) Dropopfamilystmt() (localctx IDropopfamilystmtContext } } { - p.SetState(4743) + p.SetState(4699) p.Any_name() } { - p.SetState(4744) + p.SetState(4700) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -66410,10 +65838,10 @@ func (p *PostgreSQLParser) Dropopfamilystmt() (localctx IDropopfamilystmtContext } } { - p.SetState(4745) + p.SetState(4701) p.Name() } - p.SetState(4747) + p.SetState(4703) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -66422,7 +65850,7 @@ func (p *PostgreSQLParser) Dropopfamilystmt() (localctx IDropopfamilystmtContext if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(4746) + p.SetState(4702) p.Opt_drop_behavior() } @@ -66571,12 +65999,12 @@ func (s *DropownedstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Dropownedstmt() (localctx IDropownedstmtContext) { localctx = NewDropownedstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 512, PostgreSQLParserRULE_dropownedstmt) + p.EnterRule(localctx, 510, PostgreSQLParserRULE_dropownedstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4751) + p.SetState(4707) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -66584,7 +66012,7 @@ func (p *PostgreSQLParser) Dropownedstmt() (localctx IDropownedstmtContext) { } } { - p.SetState(4752) + p.SetState(4708) p.Match(PostgreSQLParserOWNED) if p.HasError() { // Recognition error - abort rule @@ -66592,7 +66020,7 @@ func (p *PostgreSQLParser) Dropownedstmt() (localctx IDropownedstmtContext) { } } { - p.SetState(4753) + p.SetState(4709) p.Match(PostgreSQLParserBY) if p.HasError() { // Recognition error - abort rule @@ -66600,10 +66028,10 @@ func (p *PostgreSQLParser) Dropownedstmt() (localctx IDropownedstmtContext) { } } { - p.SetState(4754) + p.SetState(4710) p.Role_list() } - p.SetState(4756) + p.SetState(4712) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -66612,7 +66040,7 @@ func (p *PostgreSQLParser) Dropownedstmt() (localctx IDropownedstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(4755) + p.SetState(4711) p.Opt_drop_behavior() } @@ -66762,10 +66190,10 @@ func (s *ReassignownedstmtContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Reassignownedstmt() (localctx IReassignownedstmtContext) { localctx = NewReassignownedstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 514, PostgreSQLParserRULE_reassignownedstmt) + p.EnterRule(localctx, 512, PostgreSQLParserRULE_reassignownedstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(4758) + p.SetState(4714) p.Match(PostgreSQLParserREASSIGN) if p.HasError() { // Recognition error - abort rule @@ -66773,7 +66201,7 @@ func (p *PostgreSQLParser) Reassignownedstmt() (localctx IReassignownedstmtConte } } { - p.SetState(4759) + p.SetState(4715) p.Match(PostgreSQLParserOWNED) if p.HasError() { // Recognition error - abort rule @@ -66781,7 +66209,7 @@ func (p *PostgreSQLParser) Reassignownedstmt() (localctx IReassignownedstmtConte } } { - p.SetState(4760) + p.SetState(4716) p.Match(PostgreSQLParserBY) if p.HasError() { // Recognition error - abort rule @@ -66789,11 +66217,11 @@ func (p *PostgreSQLParser) Reassignownedstmt() (localctx IReassignownedstmtConte } } { - p.SetState(4761) + p.SetState(4717) p.Role_list() } { - p.SetState(4762) + p.SetState(4718) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -66801,7 +66229,7 @@ func (p *PostgreSQLParser) Reassignownedstmt() (localctx IReassignownedstmtConte } } { - p.SetState(4763) + p.SetState(4719) p.Rolespec() } @@ -67088,20 +66516,20 @@ func (s *DropstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { localctx = NewDropstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 516, PostgreSQLParserRULE_dropstmt) + p.EnterRule(localctx, 514, PostgreSQLParserRULE_dropstmt) var _la int - p.SetState(4855) + p.SetState(4811) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 375, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 371, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(4765) + p.SetState(4721) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -67109,11 +66537,11 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4766) + p.SetState(4722) p.Object_type_any_name() } { - p.SetState(4767) + p.SetState(4723) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -67121,7 +66549,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4768) + p.SetState(4724) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -67129,10 +66557,10 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4769) + p.SetState(4725) p.Any_name_list() } - p.SetState(4771) + p.SetState(4727) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -67141,7 +66569,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(4770) + p.SetState(4726) p.Opt_drop_behavior() } @@ -67150,7 +66578,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(4773) + p.SetState(4729) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -67158,14 +66586,14 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4774) + p.SetState(4730) p.Object_type_any_name() } { - p.SetState(4775) + p.SetState(4731) p.Any_name_list() } - p.SetState(4777) + p.SetState(4733) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -67174,7 +66602,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(4776) + p.SetState(4732) p.Opt_drop_behavior() } @@ -67183,7 +66611,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(4779) + p.SetState(4735) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -67191,11 +66619,11 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4780) + p.SetState(4736) p.Drop_type_name() } { - p.SetState(4781) + p.SetState(4737) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -67203,7 +66631,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4782) + p.SetState(4738) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -67211,10 +66639,10 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4783) + p.SetState(4739) p.Name_list() } - p.SetState(4785) + p.SetState(4741) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -67223,7 +66651,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(4784) + p.SetState(4740) p.Opt_drop_behavior() } @@ -67232,7 +66660,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(4787) + p.SetState(4743) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -67240,14 +66668,14 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4788) + p.SetState(4744) p.Drop_type_name() } { - p.SetState(4789) + p.SetState(4745) p.Name_list() } - p.SetState(4791) + p.SetState(4747) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -67256,7 +66684,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(4790) + p.SetState(4746) p.Opt_drop_behavior() } @@ -67265,7 +66693,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(4793) + p.SetState(4749) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -67273,15 +66701,15 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4794) + p.SetState(4750) p.Object_type_name_on_any_name() } { - p.SetState(4795) + p.SetState(4751) p.Name() } { - p.SetState(4796) + p.SetState(4752) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -67289,10 +66717,10 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4797) + p.SetState(4753) p.Any_name() } - p.SetState(4799) + p.SetState(4755) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -67301,7 +66729,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(4798) + p.SetState(4754) p.Opt_drop_behavior() } @@ -67310,7 +66738,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(4801) + p.SetState(4757) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -67318,11 +66746,11 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4802) + p.SetState(4758) p.Object_type_name_on_any_name() } { - p.SetState(4803) + p.SetState(4759) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -67330,7 +66758,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4804) + p.SetState(4760) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -67338,11 +66766,11 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4805) + p.SetState(4761) p.Name() } { - p.SetState(4806) + p.SetState(4762) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -67350,10 +66778,10 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4807) + p.SetState(4763) p.Any_name() } - p.SetState(4809) + p.SetState(4765) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -67362,7 +66790,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(4808) + p.SetState(4764) p.Opt_drop_behavior() } @@ -67371,7 +66799,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(4811) + p.SetState(4767) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -67379,7 +66807,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4812) + p.SetState(4768) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -67387,10 +66815,10 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4813) + p.SetState(4769) p.Type_name_list() } - p.SetState(4815) + p.SetState(4771) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -67399,7 +66827,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(4814) + p.SetState(4770) p.Opt_drop_behavior() } @@ -67408,7 +66836,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(4817) + p.SetState(4773) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -67416,7 +66844,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4818) + p.SetState(4774) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -67424,7 +66852,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4819) + p.SetState(4775) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -67432,7 +66860,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4820) + p.SetState(4776) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -67440,10 +66868,10 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4821) + p.SetState(4777) p.Type_name_list() } - p.SetState(4823) + p.SetState(4779) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -67452,7 +66880,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(4822) + p.SetState(4778) p.Opt_drop_behavior() } @@ -67461,7 +66889,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(4825) + p.SetState(4781) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -67469,7 +66897,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4826) + p.SetState(4782) p.Match(PostgreSQLParserDOMAIN_P) if p.HasError() { // Recognition error - abort rule @@ -67477,10 +66905,10 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4827) + p.SetState(4783) p.Type_name_list() } - p.SetState(4829) + p.SetState(4785) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -67489,7 +66917,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(4828) + p.SetState(4784) p.Opt_drop_behavior() } @@ -67498,7 +66926,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { case 10: p.EnterOuterAlt(localctx, 10) { - p.SetState(4831) + p.SetState(4787) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -67506,7 +66934,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4832) + p.SetState(4788) p.Match(PostgreSQLParserDOMAIN_P) if p.HasError() { // Recognition error - abort rule @@ -67514,7 +66942,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4833) + p.SetState(4789) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -67522,7 +66950,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4834) + p.SetState(4790) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -67530,10 +66958,10 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4835) + p.SetState(4791) p.Type_name_list() } - p.SetState(4837) + p.SetState(4793) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -67542,7 +66970,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(4836) + p.SetState(4792) p.Opt_drop_behavior() } @@ -67551,7 +66979,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { case 11: p.EnterOuterAlt(localctx, 11) { - p.SetState(4839) + p.SetState(4795) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -67559,7 +66987,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4840) + p.SetState(4796) p.Match(PostgreSQLParserINDEX) if p.HasError() { // Recognition error - abort rule @@ -67567,7 +66995,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4841) + p.SetState(4797) p.Match(PostgreSQLParserCONCURRENTLY) if p.HasError() { // Recognition error - abort rule @@ -67575,10 +67003,10 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4842) + p.SetState(4798) p.Any_name_list() } - p.SetState(4844) + p.SetState(4800) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -67587,7 +67015,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(4843) + p.SetState(4799) p.Opt_drop_behavior() } @@ -67596,7 +67024,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { case 12: p.EnterOuterAlt(localctx, 12) { - p.SetState(4846) + p.SetState(4802) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -67604,7 +67032,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4847) + p.SetState(4803) p.Match(PostgreSQLParserINDEX) if p.HasError() { // Recognition error - abort rule @@ -67612,7 +67040,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4848) + p.SetState(4804) p.Match(PostgreSQLParserCONCURRENTLY) if p.HasError() { // Recognition error - abort rule @@ -67620,7 +67048,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4849) + p.SetState(4805) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -67628,7 +67056,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4850) + p.SetState(4806) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -67636,10 +67064,10 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { } } { - p.SetState(4851) + p.SetState(4807) p.Any_name_list() } - p.SetState(4853) + p.SetState(4809) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -67648,7 +67076,7 @@ func (p *PostgreSQLParser) Dropstmt() (localctx IDropstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(4852) + p.SetState(4808) p.Opt_drop_behavior() } @@ -67823,18 +67251,18 @@ func (s *Object_type_any_nameContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nameContext) { localctx = NewObject_type_any_nameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 518, PostgreSQLParserRULE_object_type_any_name) - p.SetState(4880) + p.EnterRule(localctx, 516, PostgreSQLParserRULE_object_type_any_name) + p.SetState(4836) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 376, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 372, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(4857) + p.SetState(4813) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -67845,7 +67273,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(4858) + p.SetState(4814) p.Match(PostgreSQLParserSEQUENCE) if p.HasError() { // Recognition error - abort rule @@ -67856,7 +67284,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(4859) + p.SetState(4815) p.Match(PostgreSQLParserVIEW) if p.HasError() { // Recognition error - abort rule @@ -67867,7 +67295,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(4860) + p.SetState(4816) p.Match(PostgreSQLParserMATERIALIZED) if p.HasError() { // Recognition error - abort rule @@ -67875,7 +67303,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam } } { - p.SetState(4861) + p.SetState(4817) p.Match(PostgreSQLParserVIEW) if p.HasError() { // Recognition error - abort rule @@ -67886,7 +67314,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(4862) + p.SetState(4818) p.Match(PostgreSQLParserINDEX) if p.HasError() { // Recognition error - abort rule @@ -67897,7 +67325,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(4863) + p.SetState(4819) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -67905,7 +67333,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam } } { - p.SetState(4864) + p.SetState(4820) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -67916,7 +67344,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(4865) + p.SetState(4821) p.Match(PostgreSQLParserCOLLATION) if p.HasError() { // Recognition error - abort rule @@ -67927,7 +67355,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(4866) + p.SetState(4822) p.Match(PostgreSQLParserCONVERSION_P) if p.HasError() { // Recognition error - abort rule @@ -67938,7 +67366,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(4867) + p.SetState(4823) p.Match(PostgreSQLParserSTATISTICS) if p.HasError() { // Recognition error - abort rule @@ -67949,7 +67377,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam case 10: p.EnterOuterAlt(localctx, 10) { - p.SetState(4868) + p.SetState(4824) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -67957,7 +67385,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam } } { - p.SetState(4869) + p.SetState(4825) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -67965,7 +67393,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam } } { - p.SetState(4870) + p.SetState(4826) p.Match(PostgreSQLParserPARSER) if p.HasError() { // Recognition error - abort rule @@ -67976,7 +67404,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam case 11: p.EnterOuterAlt(localctx, 11) { - p.SetState(4871) + p.SetState(4827) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -67984,7 +67412,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam } } { - p.SetState(4872) + p.SetState(4828) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -67992,7 +67420,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam } } { - p.SetState(4873) + p.SetState(4829) p.Match(PostgreSQLParserDICTIONARY) if p.HasError() { // Recognition error - abort rule @@ -68003,7 +67431,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam case 12: p.EnterOuterAlt(localctx, 12) { - p.SetState(4874) + p.SetState(4830) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -68011,7 +67439,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam } } { - p.SetState(4875) + p.SetState(4831) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -68019,7 +67447,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam } } { - p.SetState(4876) + p.SetState(4832) p.Match(PostgreSQLParserTEMPLATE) if p.HasError() { // Recognition error - abort rule @@ -68030,7 +67458,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam case 13: p.EnterOuterAlt(localctx, 13) { - p.SetState(4877) + p.SetState(4833) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -68038,7 +67466,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam } } { - p.SetState(4878) + p.SetState(4834) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -68046,7 +67474,7 @@ func (p *PostgreSQLParser) Object_type_any_name() (localctx IObject_type_any_nam } } { - p.SetState(4879) + p.SetState(4835) p.Match(PostgreSQLParserCONFIGURATION) if p.HasError() { // Recognition error - abort rule @@ -68185,8 +67613,8 @@ func (s *Object_type_nameContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Object_type_name() (localctx IObject_type_nameContext) { localctx = NewObject_type_nameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 520, PostgreSQLParserRULE_object_type_name) - p.SetState(4887) + p.EnterRule(localctx, 518, PostgreSQLParserRULE_object_type_name) + p.SetState(4843) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -68196,14 +67624,14 @@ func (p *PostgreSQLParser) Object_type_name() (localctx IObject_type_nameContext case PostgreSQLParserFOREIGN, PostgreSQLParserACCESS, PostgreSQLParserEVENT, PostgreSQLParserEXTENSION, PostgreSQLParserLANGUAGE, PostgreSQLParserPROCEDURAL, PostgreSQLParserSCHEMA, PostgreSQLParserSERVER, PostgreSQLParserPUBLICATION: p.EnterOuterAlt(localctx, 1) { - p.SetState(4882) + p.SetState(4838) p.Drop_type_name() } case PostgreSQLParserDATABASE: p.EnterOuterAlt(localctx, 2) { - p.SetState(4883) + p.SetState(4839) p.Match(PostgreSQLParserDATABASE) if p.HasError() { // Recognition error - abort rule @@ -68214,7 +67642,7 @@ func (p *PostgreSQLParser) Object_type_name() (localctx IObject_type_nameContext case PostgreSQLParserROLE: p.EnterOuterAlt(localctx, 3) { - p.SetState(4884) + p.SetState(4840) p.Match(PostgreSQLParserROLE) if p.HasError() { // Recognition error - abort rule @@ -68225,7 +67653,7 @@ func (p *PostgreSQLParser) Object_type_name() (localctx IObject_type_nameContext case PostgreSQLParserSUBSCRIPTION: p.EnterOuterAlt(localctx, 4) { - p.SetState(4885) + p.SetState(4841) p.Match(PostgreSQLParserSUBSCRIPTION) if p.HasError() { // Recognition error - abort rule @@ -68236,7 +67664,7 @@ func (p *PostgreSQLParser) Object_type_name() (localctx IObject_type_nameContext case PostgreSQLParserTABLESPACE: p.EnterOuterAlt(localctx, 5) { - p.SetState(4886) + p.SetState(4842) p.Match(PostgreSQLParserTABLESPACE) if p.HasError() { // Recognition error - abort rule @@ -68416,10 +67844,10 @@ func (s *Drop_type_nameContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Drop_type_name() (localctx IDrop_type_nameContext) { localctx = NewDrop_type_nameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 522, PostgreSQLParserRULE_drop_type_name) + p.EnterRule(localctx, 520, PostgreSQLParserRULE_drop_type_name) var _la int - p.SetState(4904) + p.SetState(4860) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -68429,7 +67857,7 @@ func (p *PostgreSQLParser) Drop_type_name() (localctx IDrop_type_nameContext) { case PostgreSQLParserACCESS: p.EnterOuterAlt(localctx, 1) { - p.SetState(4889) + p.SetState(4845) p.Match(PostgreSQLParserACCESS) if p.HasError() { // Recognition error - abort rule @@ -68437,7 +67865,7 @@ func (p *PostgreSQLParser) Drop_type_name() (localctx IDrop_type_nameContext) { } } { - p.SetState(4890) + p.SetState(4846) p.Match(PostgreSQLParserMETHOD) if p.HasError() { // Recognition error - abort rule @@ -68448,7 +67876,7 @@ func (p *PostgreSQLParser) Drop_type_name() (localctx IDrop_type_nameContext) { case PostgreSQLParserEVENT: p.EnterOuterAlt(localctx, 2) { - p.SetState(4891) + p.SetState(4847) p.Match(PostgreSQLParserEVENT) if p.HasError() { // Recognition error - abort rule @@ -68456,7 +67884,7 @@ func (p *PostgreSQLParser) Drop_type_name() (localctx IDrop_type_nameContext) { } } { - p.SetState(4892) + p.SetState(4848) p.Match(PostgreSQLParserTRIGGER) if p.HasError() { // Recognition error - abort rule @@ -68467,7 +67895,7 @@ func (p *PostgreSQLParser) Drop_type_name() (localctx IDrop_type_nameContext) { case PostgreSQLParserEXTENSION: p.EnterOuterAlt(localctx, 3) { - p.SetState(4893) + p.SetState(4849) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -68478,7 +67906,7 @@ func (p *PostgreSQLParser) Drop_type_name() (localctx IDrop_type_nameContext) { case PostgreSQLParserFOREIGN: p.EnterOuterAlt(localctx, 4) { - p.SetState(4894) + p.SetState(4850) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -68486,7 +67914,7 @@ func (p *PostgreSQLParser) Drop_type_name() (localctx IDrop_type_nameContext) { } } { - p.SetState(4895) + p.SetState(4851) p.Match(PostgreSQLParserDATA_P) if p.HasError() { // Recognition error - abort rule @@ -68494,7 +67922,7 @@ func (p *PostgreSQLParser) Drop_type_name() (localctx IDrop_type_nameContext) { } } { - p.SetState(4896) + p.SetState(4852) p.Match(PostgreSQLParserWRAPPER) if p.HasError() { // Recognition error - abort rule @@ -68504,7 +67932,7 @@ func (p *PostgreSQLParser) Drop_type_name() (localctx IDrop_type_nameContext) { case PostgreSQLParserLANGUAGE, PostgreSQLParserPROCEDURAL: p.EnterOuterAlt(localctx, 5) - p.SetState(4898) + p.SetState(4854) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -68513,13 +67941,13 @@ func (p *PostgreSQLParser) Drop_type_name() (localctx IDrop_type_nameContext) { if _la == PostgreSQLParserPROCEDURAL { { - p.SetState(4897) + p.SetState(4853) p.Opt_procedural() } } { - p.SetState(4900) + p.SetState(4856) p.Match(PostgreSQLParserLANGUAGE) if p.HasError() { // Recognition error - abort rule @@ -68530,7 +67958,7 @@ func (p *PostgreSQLParser) Drop_type_name() (localctx IDrop_type_nameContext) { case PostgreSQLParserPUBLICATION: p.EnterOuterAlt(localctx, 6) { - p.SetState(4901) + p.SetState(4857) p.Match(PostgreSQLParserPUBLICATION) if p.HasError() { // Recognition error - abort rule @@ -68541,7 +67969,7 @@ func (p *PostgreSQLParser) Drop_type_name() (localctx IDrop_type_nameContext) { case PostgreSQLParserSCHEMA: p.EnterOuterAlt(localctx, 7) { - p.SetState(4902) + p.SetState(4858) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -68552,7 +67980,7 @@ func (p *PostgreSQLParser) Drop_type_name() (localctx IDrop_type_nameContext) { case PostgreSQLParserSERVER: p.EnterOuterAlt(localctx, 8) { - p.SetState(4903) + p.SetState(4859) p.Match(PostgreSQLParserSERVER) if p.HasError() { // Recognition error - abort rule @@ -68670,12 +68098,12 @@ func (s *Object_type_name_on_any_nameContext) Accept(visitor antlr.ParseTreeVisi func (p *PostgreSQLParser) Object_type_name_on_any_name() (localctx IObject_type_name_on_any_nameContext) { localctx = NewObject_type_name_on_any_nameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 524, PostgreSQLParserRULE_object_type_name_on_any_name) + p.EnterRule(localctx, 522, PostgreSQLParserRULE_object_type_name_on_any_name) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4906) + p.SetState(4862) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserRULE || _la == PostgreSQLParserTRIGGER || _la == PostgreSQLParserPOLICY) { @@ -68829,15 +68257,15 @@ func (s *Any_name_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Any_name_list() (localctx IAny_name_listContext) { localctx = NewAny_name_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 526, PostgreSQLParserRULE_any_name_list) + p.EnterRule(localctx, 524, PostgreSQLParserRULE_any_name_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4908) + p.SetState(4864) p.Any_name() } - p.SetState(4913) + p.SetState(4869) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -68846,7 +68274,7 @@ func (p *PostgreSQLParser) Any_name_list() (localctx IAny_name_listContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(4909) + p.SetState(4865) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -68854,11 +68282,11 @@ func (p *PostgreSQLParser) Any_name_list() (localctx IAny_name_listContext) { } } { - p.SetState(4910) + p.SetState(4866) p.Any_name() } - p.SetState(4915) + p.SetState(4871) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -68990,15 +68418,15 @@ func (s *Any_nameContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Any_name() (localctx IAny_nameContext) { localctx = NewAny_nameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 528, PostgreSQLParserRULE_any_name) + p.EnterRule(localctx, 526, PostgreSQLParserRULE_any_name) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4916) + p.SetState(4872) p.Colid() } - p.SetState(4918) + p.SetState(4874) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -69007,7 +68435,7 @@ func (p *PostgreSQLParser) Any_name() (localctx IAny_nameContext) { if _la == PostgreSQLParserDOT { { - p.SetState(4917) + p.SetState(4873) p.Attrs() } @@ -69156,11 +68584,11 @@ func (s *AttrsContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Attrs() (localctx IAttrsContext) { localctx = NewAttrsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 530, PostgreSQLParserRULE_attrs) + p.EnterRule(localctx, 528, PostgreSQLParserRULE_attrs) var _alt int p.EnterOuterAlt(localctx, 1) - p.SetState(4922) + p.SetState(4878) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -69170,7 +68598,7 @@ func (p *PostgreSQLParser) Attrs() (localctx IAttrsContext) { switch _alt { case 1: { - p.SetState(4920) + p.SetState(4876) p.Match(PostgreSQLParserDOT) if p.HasError() { // Recognition error - abort rule @@ -69178,7 +68606,7 @@ func (p *PostgreSQLParser) Attrs() (localctx IAttrsContext) { } } { - p.SetState(4921) + p.SetState(4877) p.Attr_name() } @@ -69187,9 +68615,9 @@ func (p *PostgreSQLParser) Attrs() (localctx IAttrsContext) { goto errorExit } - p.SetState(4924) + p.SetState(4880) p.GetErrorHandler().Sync(p) - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 382, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 378, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -69338,15 +68766,15 @@ func (s *Type_name_listContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Type_name_list() (localctx IType_name_listContext) { localctx = NewType_name_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 532, PostgreSQLParserRULE_type_name_list) + p.EnterRule(localctx, 530, PostgreSQLParserRULE_type_name_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4926) + p.SetState(4882) p.Typename() } - p.SetState(4931) + p.SetState(4887) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -69355,7 +68783,7 @@ func (p *PostgreSQLParser) Type_name_list() (localctx IType_name_listContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(4927) + p.SetState(4883) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -69363,11 +68791,11 @@ func (p *PostgreSQLParser) Type_name_list() (localctx IType_name_listContext) { } } { - p.SetState(4928) + p.SetState(4884) p.Typename() } - p.SetState(4933) + p.SetState(4889) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -69538,24 +68966,24 @@ func (s *TruncatestmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Truncatestmt() (localctx ITruncatestmtContext) { localctx = NewTruncatestmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 534, PostgreSQLParserRULE_truncatestmt) + p.EnterRule(localctx, 532, PostgreSQLParserRULE_truncatestmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(4934) + p.SetState(4890) p.Match(PostgreSQLParserTRUNCATE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(4936) + p.SetState(4892) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 384, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 380, p.GetParserRuleContext()) == 1 { { - p.SetState(4935) + p.SetState(4891) p.Opt_table() } @@ -69563,10 +68991,10 @@ func (p *PostgreSQLParser) Truncatestmt() (localctx ITruncatestmtContext) { goto errorExit } { - p.SetState(4938) + p.SetState(4894) p.Relation_expr_list() } - p.SetState(4940) + p.SetState(4896) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -69575,12 +69003,12 @@ func (p *PostgreSQLParser) Truncatestmt() (localctx ITruncatestmtContext) { if _la == PostgreSQLParserCONTINUE_P || _la == PostgreSQLParserRESTART { { - p.SetState(4939) + p.SetState(4895) p.Opt_restart_seqs() } } - p.SetState(4943) + p.SetState(4899) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -69589,7 +69017,7 @@ func (p *PostgreSQLParser) Truncatestmt() (localctx ITruncatestmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(4942) + p.SetState(4898) p.Opt_drop_behavior() } @@ -69700,8 +69128,8 @@ func (s *Opt_restart_seqsContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Opt_restart_seqs() (localctx IOpt_restart_seqsContext) { localctx = NewOpt_restart_seqsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 536, PostgreSQLParserRULE_opt_restart_seqs) - p.SetState(4949) + p.EnterRule(localctx, 534, PostgreSQLParserRULE_opt_restart_seqs) + p.SetState(4905) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -69711,7 +69139,7 @@ func (p *PostgreSQLParser) Opt_restart_seqs() (localctx IOpt_restart_seqsContext case PostgreSQLParserCONTINUE_P: p.EnterOuterAlt(localctx, 1) { - p.SetState(4945) + p.SetState(4901) p.Match(PostgreSQLParserCONTINUE_P) if p.HasError() { // Recognition error - abort rule @@ -69719,7 +69147,7 @@ func (p *PostgreSQLParser) Opt_restart_seqs() (localctx IOpt_restart_seqsContext } } { - p.SetState(4946) + p.SetState(4902) p.Match(PostgreSQLParserIDENTITY_P) if p.HasError() { // Recognition error - abort rule @@ -69730,7 +69158,7 @@ func (p *PostgreSQLParser) Opt_restart_seqs() (localctx IOpt_restart_seqsContext case PostgreSQLParserRESTART: p.EnterOuterAlt(localctx, 2) { - p.SetState(4947) + p.SetState(4903) p.Match(PostgreSQLParserRESTART) if p.HasError() { // Recognition error - abort rule @@ -69738,7 +69166,7 @@ func (p *PostgreSQLParser) Opt_restart_seqs() (localctx IOpt_restart_seqsContext } } { - p.SetState(4948) + p.SetState(4904) p.Match(PostgreSQLParserIDENTITY_P) if p.HasError() { // Recognition error - abort rule @@ -70179,18 +69607,18 @@ func (s *CommentstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { localctx = NewCommentstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 538, PostgreSQLParserRULE_commentstmt) - p.SetState(5098) + p.EnterRule(localctx, 536, PostgreSQLParserRULE_commentstmt) + p.SetState(5054) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 388, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 384, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(4951) + p.SetState(4907) p.Match(PostgreSQLParserCOMMENT) if p.HasError() { // Recognition error - abort rule @@ -70198,7 +69626,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4952) + p.SetState(4908) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -70206,15 +69634,15 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4953) + p.SetState(4909) p.Object_type_any_name() } { - p.SetState(4954) + p.SetState(4910) p.Any_name() } { - p.SetState(4955) + p.SetState(4911) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule @@ -70222,14 +69650,14 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4956) + p.SetState(4912) p.Comment_text() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(4958) + p.SetState(4914) p.Match(PostgreSQLParserCOMMENT) if p.HasError() { // Recognition error - abort rule @@ -70237,7 +69665,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4959) + p.SetState(4915) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -70245,7 +69673,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4960) + p.SetState(4916) p.Match(PostgreSQLParserCOLUMN) if p.HasError() { // Recognition error - abort rule @@ -70253,11 +69681,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4961) + p.SetState(4917) p.Any_name() } { - p.SetState(4962) + p.SetState(4918) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule @@ -70265,14 +69693,14 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4963) + p.SetState(4919) p.Comment_text() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(4965) + p.SetState(4921) p.Match(PostgreSQLParserCOMMENT) if p.HasError() { // Recognition error - abort rule @@ -70280,7 +69708,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4966) + p.SetState(4922) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -70288,15 +69716,15 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4967) + p.SetState(4923) p.Object_type_name() } { - p.SetState(4968) + p.SetState(4924) p.Name() } { - p.SetState(4969) + p.SetState(4925) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule @@ -70304,14 +69732,14 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4970) + p.SetState(4926) p.Comment_text() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(4972) + p.SetState(4928) p.Match(PostgreSQLParserCOMMENT) if p.HasError() { // Recognition error - abort rule @@ -70319,7 +69747,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4973) + p.SetState(4929) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -70327,7 +69755,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4974) + p.SetState(4930) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -70335,11 +69763,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4975) + p.SetState(4931) p.Typename() } { - p.SetState(4976) + p.SetState(4932) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule @@ -70347,14 +69775,14 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4977) + p.SetState(4933) p.Comment_text() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(4979) + p.SetState(4935) p.Match(PostgreSQLParserCOMMENT) if p.HasError() { // Recognition error - abort rule @@ -70362,7 +69790,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4980) + p.SetState(4936) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -70370,7 +69798,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4981) + p.SetState(4937) p.Match(PostgreSQLParserDOMAIN_P) if p.HasError() { // Recognition error - abort rule @@ -70378,11 +69806,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4982) + p.SetState(4938) p.Typename() } { - p.SetState(4983) + p.SetState(4939) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule @@ -70390,14 +69818,14 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4984) + p.SetState(4940) p.Comment_text() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(4986) + p.SetState(4942) p.Match(PostgreSQLParserCOMMENT) if p.HasError() { // Recognition error - abort rule @@ -70405,7 +69833,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4987) + p.SetState(4943) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -70413,7 +69841,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4988) + p.SetState(4944) p.Match(PostgreSQLParserAGGREGATE) if p.HasError() { // Recognition error - abort rule @@ -70421,11 +69849,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4989) + p.SetState(4945) p.Aggregate_with_argtypes() } { - p.SetState(4990) + p.SetState(4946) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule @@ -70433,14 +69861,14 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4991) + p.SetState(4947) p.Comment_text() } case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(4993) + p.SetState(4949) p.Match(PostgreSQLParserCOMMENT) if p.HasError() { // Recognition error - abort rule @@ -70448,7 +69876,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4994) + p.SetState(4950) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -70456,7 +69884,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4995) + p.SetState(4951) p.Match(PostgreSQLParserFUNCTION) if p.HasError() { // Recognition error - abort rule @@ -70464,11 +69892,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4996) + p.SetState(4952) p.Function_with_argtypes() } { - p.SetState(4997) + p.SetState(4953) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule @@ -70476,14 +69904,14 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(4998) + p.SetState(4954) p.Comment_text() } case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(5000) + p.SetState(4956) p.Match(PostgreSQLParserCOMMENT) if p.HasError() { // Recognition error - abort rule @@ -70491,7 +69919,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5001) + p.SetState(4957) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -70499,7 +69927,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5002) + p.SetState(4958) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -70507,11 +69935,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5003) + p.SetState(4959) p.Operator_with_argtypes() } { - p.SetState(5004) + p.SetState(4960) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule @@ -70519,14 +69947,14 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5005) + p.SetState(4961) p.Comment_text() } case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(5007) + p.SetState(4963) p.Match(PostgreSQLParserCOMMENT) if p.HasError() { // Recognition error - abort rule @@ -70534,7 +69962,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5008) + p.SetState(4964) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -70542,7 +69970,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5009) + p.SetState(4965) p.Match(PostgreSQLParserCONSTRAINT) if p.HasError() { // Recognition error - abort rule @@ -70550,11 +69978,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5010) + p.SetState(4966) p.Name() } { - p.SetState(5011) + p.SetState(4967) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -70562,11 +69990,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5012) + p.SetState(4968) p.Any_name() } { - p.SetState(5013) + p.SetState(4969) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule @@ -70574,14 +70002,14 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5014) + p.SetState(4970) p.Comment_text() } case 10: p.EnterOuterAlt(localctx, 10) { - p.SetState(5016) + p.SetState(4972) p.Match(PostgreSQLParserCOMMENT) if p.HasError() { // Recognition error - abort rule @@ -70589,7 +70017,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5017) + p.SetState(4973) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -70597,7 +70025,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5018) + p.SetState(4974) p.Match(PostgreSQLParserCONSTRAINT) if p.HasError() { // Recognition error - abort rule @@ -70605,11 +70033,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5019) + p.SetState(4975) p.Name() } { - p.SetState(5020) + p.SetState(4976) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -70617,7 +70045,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5021) + p.SetState(4977) p.Match(PostgreSQLParserDOMAIN_P) if p.HasError() { // Recognition error - abort rule @@ -70625,11 +70053,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5022) + p.SetState(4978) p.Any_name() } { - p.SetState(5023) + p.SetState(4979) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule @@ -70637,14 +70065,14 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5024) + p.SetState(4980) p.Comment_text() } case 11: p.EnterOuterAlt(localctx, 11) { - p.SetState(5026) + p.SetState(4982) p.Match(PostgreSQLParserCOMMENT) if p.HasError() { // Recognition error - abort rule @@ -70652,7 +70080,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5027) + p.SetState(4983) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -70660,15 +70088,15 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5028) + p.SetState(4984) p.Object_type_name_on_any_name() } { - p.SetState(5029) + p.SetState(4985) p.Name() } { - p.SetState(5030) + p.SetState(4986) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -70676,11 +70104,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5031) + p.SetState(4987) p.Any_name() } { - p.SetState(5032) + p.SetState(4988) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule @@ -70688,14 +70116,14 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5033) + p.SetState(4989) p.Comment_text() } case 12: p.EnterOuterAlt(localctx, 12) { - p.SetState(5035) + p.SetState(4991) p.Match(PostgreSQLParserCOMMENT) if p.HasError() { // Recognition error - abort rule @@ -70703,7 +70131,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5036) + p.SetState(4992) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -70711,7 +70139,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5037) + p.SetState(4993) p.Match(PostgreSQLParserPROCEDURE) if p.HasError() { // Recognition error - abort rule @@ -70719,11 +70147,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5038) + p.SetState(4994) p.Function_with_argtypes() } { - p.SetState(5039) + p.SetState(4995) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule @@ -70731,14 +70159,14 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5040) + p.SetState(4996) p.Comment_text() } case 13: p.EnterOuterAlt(localctx, 13) { - p.SetState(5042) + p.SetState(4998) p.Match(PostgreSQLParserCOMMENT) if p.HasError() { // Recognition error - abort rule @@ -70746,7 +70174,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5043) + p.SetState(4999) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -70754,7 +70182,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5044) + p.SetState(5000) p.Match(PostgreSQLParserROUTINE) if p.HasError() { // Recognition error - abort rule @@ -70762,11 +70190,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5045) + p.SetState(5001) p.Function_with_argtypes() } { - p.SetState(5046) + p.SetState(5002) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule @@ -70774,14 +70202,14 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5047) + p.SetState(5003) p.Comment_text() } case 14: p.EnterOuterAlt(localctx, 14) { - p.SetState(5049) + p.SetState(5005) p.Match(PostgreSQLParserCOMMENT) if p.HasError() { // Recognition error - abort rule @@ -70789,7 +70217,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5050) + p.SetState(5006) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -70797,7 +70225,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5051) + p.SetState(5007) p.Match(PostgreSQLParserTRANSFORM) if p.HasError() { // Recognition error - abort rule @@ -70805,7 +70233,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5052) + p.SetState(5008) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -70813,11 +70241,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5053) + p.SetState(5009) p.Typename() } { - p.SetState(5054) + p.SetState(5010) p.Match(PostgreSQLParserLANGUAGE) if p.HasError() { // Recognition error - abort rule @@ -70825,11 +70253,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5055) + p.SetState(5011) p.Name() } { - p.SetState(5056) + p.SetState(5012) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule @@ -70837,14 +70265,14 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5057) + p.SetState(5013) p.Comment_text() } case 15: p.EnterOuterAlt(localctx, 15) { - p.SetState(5059) + p.SetState(5015) p.Match(PostgreSQLParserCOMMENT) if p.HasError() { // Recognition error - abort rule @@ -70852,7 +70280,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5060) + p.SetState(5016) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -70860,7 +70288,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5061) + p.SetState(5017) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -70868,7 +70296,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5062) + p.SetState(5018) p.Match(PostgreSQLParserCLASS) if p.HasError() { // Recognition error - abort rule @@ -70876,11 +70304,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5063) + p.SetState(5019) p.Any_name() } { - p.SetState(5064) + p.SetState(5020) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -70888,11 +70316,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5065) + p.SetState(5021) p.Name() } { - p.SetState(5066) + p.SetState(5022) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule @@ -70900,14 +70328,14 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5067) + p.SetState(5023) p.Comment_text() } case 16: p.EnterOuterAlt(localctx, 16) { - p.SetState(5069) + p.SetState(5025) p.Match(PostgreSQLParserCOMMENT) if p.HasError() { // Recognition error - abort rule @@ -70915,7 +70343,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5070) + p.SetState(5026) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -70923,7 +70351,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5071) + p.SetState(5027) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -70931,7 +70359,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5072) + p.SetState(5028) p.Match(PostgreSQLParserFAMILY) if p.HasError() { // Recognition error - abort rule @@ -70939,11 +70367,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5073) + p.SetState(5029) p.Any_name() } { - p.SetState(5074) + p.SetState(5030) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -70951,11 +70379,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5075) + p.SetState(5031) p.Name() } { - p.SetState(5076) + p.SetState(5032) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule @@ -70963,14 +70391,14 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5077) + p.SetState(5033) p.Comment_text() } case 17: p.EnterOuterAlt(localctx, 17) { - p.SetState(5079) + p.SetState(5035) p.Match(PostgreSQLParserCOMMENT) if p.HasError() { // Recognition error - abort rule @@ -70978,7 +70406,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5080) + p.SetState(5036) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -70986,7 +70414,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5081) + p.SetState(5037) p.Match(PostgreSQLParserLARGE_P) if p.HasError() { // Recognition error - abort rule @@ -70994,7 +70422,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5082) + p.SetState(5038) p.Match(PostgreSQLParserOBJECT_P) if p.HasError() { // Recognition error - abort rule @@ -71002,11 +70430,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5083) + p.SetState(5039) p.Numericonly() } { - p.SetState(5084) + p.SetState(5040) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule @@ -71014,14 +70442,14 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5085) + p.SetState(5041) p.Comment_text() } case 18: p.EnterOuterAlt(localctx, 18) { - p.SetState(5087) + p.SetState(5043) p.Match(PostgreSQLParserCOMMENT) if p.HasError() { // Recognition error - abort rule @@ -71029,7 +70457,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5088) + p.SetState(5044) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -71037,7 +70465,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5089) + p.SetState(5045) p.Match(PostgreSQLParserCAST) if p.HasError() { // Recognition error - abort rule @@ -71045,7 +70473,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5090) + p.SetState(5046) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -71053,11 +70481,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5091) + p.SetState(5047) p.Typename() } { - p.SetState(5092) + p.SetState(5048) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -71065,11 +70493,11 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5093) + p.SetState(5049) p.Typename() } { - p.SetState(5094) + p.SetState(5050) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -71077,7 +70505,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5095) + p.SetState(5051) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule @@ -71085,7 +70513,7 @@ func (p *PostgreSQLParser) Commentstmt() (localctx ICommentstmtContext) { } } { - p.SetState(5096) + p.SetState(5052) p.Comment_text() } @@ -71205,8 +70633,8 @@ func (s *Comment_textContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Comment_text() (localctx IComment_textContext) { localctx = NewComment_textContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 540, PostgreSQLParserRULE_comment_text) - p.SetState(5102) + p.EnterRule(localctx, 538, PostgreSQLParserRULE_comment_text) + p.SetState(5058) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -71216,14 +70644,14 @@ func (p *PostgreSQLParser) Comment_text() (localctx IComment_textContext) { case PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserEscapeStringConstant: p.EnterOuterAlt(localctx, 1) { - p.SetState(5100) + p.SetState(5056) p.Sconst() } case PostgreSQLParserNULL_P: p.EnterOuterAlt(localctx, 2) { - p.SetState(5101) + p.SetState(5057) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule @@ -71561,18 +70989,270 @@ func (s *SeclabelstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { localctx = NewSeclabelstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 542, PostgreSQLParserRULE_seclabelstmt) + p.EnterRule(localctx, 540, PostgreSQLParserRULE_seclabelstmt) var _la int - p.SetState(5215) + p.SetState(5171) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 400, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 396, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) + { + p.SetState(5060) + p.Match(PostgreSQLParserSECURITY) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(5061) + p.Match(PostgreSQLParserLABEL) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + p.SetState(5063) + p.GetErrorHandler().Sync(p) + if p.HasError() { + goto errorExit + } + _la = p.GetTokenStream().LA(1) + + if _la == PostgreSQLParserFOR { + { + p.SetState(5062) + p.Opt_provider() + } + + } + { + p.SetState(5065) + p.Match(PostgreSQLParserON) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(5066) + p.Object_type_any_name() + } + { + p.SetState(5067) + p.Any_name() + } + { + p.SetState(5068) + p.Match(PostgreSQLParserIS) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(5069) + p.Security_label() + } + + case 2: + p.EnterOuterAlt(localctx, 2) + { + p.SetState(5071) + p.Match(PostgreSQLParserSECURITY) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(5072) + p.Match(PostgreSQLParserLABEL) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + p.SetState(5074) + p.GetErrorHandler().Sync(p) + if p.HasError() { + goto errorExit + } + _la = p.GetTokenStream().LA(1) + + if _la == PostgreSQLParserFOR { + { + p.SetState(5073) + p.Opt_provider() + } + + } + { + p.SetState(5076) + p.Match(PostgreSQLParserON) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(5077) + p.Match(PostgreSQLParserCOLUMN) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(5078) + p.Any_name() + } + { + p.SetState(5079) + p.Match(PostgreSQLParserIS) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(5080) + p.Security_label() + } + + case 3: + p.EnterOuterAlt(localctx, 3) + { + p.SetState(5082) + p.Match(PostgreSQLParserSECURITY) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(5083) + p.Match(PostgreSQLParserLABEL) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + p.SetState(5085) + p.GetErrorHandler().Sync(p) + if p.HasError() { + goto errorExit + } + _la = p.GetTokenStream().LA(1) + + if _la == PostgreSQLParserFOR { + { + p.SetState(5084) + p.Opt_provider() + } + + } + { + p.SetState(5087) + p.Match(PostgreSQLParserON) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(5088) + p.Object_type_name() + } + { + p.SetState(5089) + p.Name() + } + { + p.SetState(5090) + p.Match(PostgreSQLParserIS) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(5091) + p.Security_label() + } + + case 4: + p.EnterOuterAlt(localctx, 4) + { + p.SetState(5093) + p.Match(PostgreSQLParserSECURITY) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(5094) + p.Match(PostgreSQLParserLABEL) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + p.SetState(5096) + p.GetErrorHandler().Sync(p) + if p.HasError() { + goto errorExit + } + _la = p.GetTokenStream().LA(1) + + if _la == PostgreSQLParserFOR { + { + p.SetState(5095) + p.Opt_provider() + } + + } + { + p.SetState(5098) + p.Match(PostgreSQLParserON) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(5099) + p.Match(PostgreSQLParserTYPE_P) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(5100) + p.Typename() + } + { + p.SetState(5101) + p.Match(PostgreSQLParserIS) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(5102) + p.Security_label() + } + + case 5: + p.EnterOuterAlt(localctx, 5) { p.SetState(5104) p.Match(PostgreSQLParserSECURITY) @@ -71613,11 +71293,15 @@ func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { } { p.SetState(5110) - p.Object_type_any_name() + p.Match(PostgreSQLParserDOMAIN_P) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } } { p.SetState(5111) - p.Any_name() + p.Typename() } { p.SetState(5112) @@ -71632,8 +71316,8 @@ func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { p.Security_label() } - case 2: - p.EnterOuterAlt(localctx, 2) + case 6: + p.EnterOuterAlt(localctx, 6) { p.SetState(5115) p.Match(PostgreSQLParserSECURITY) @@ -71674,7 +71358,7 @@ func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { } { p.SetState(5121) - p.Match(PostgreSQLParserCOLUMN) + p.Match(PostgreSQLParserAGGREGATE) if p.HasError() { // Recognition error - abort rule goto errorExit @@ -71682,7 +71366,7 @@ func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { } { p.SetState(5122) - p.Any_name() + p.Aggregate_with_argtypes() } { p.SetState(5123) @@ -71697,8 +71381,8 @@ func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { p.Security_label() } - case 3: - p.EnterOuterAlt(localctx, 3) + case 7: + p.EnterOuterAlt(localctx, 7) { p.SetState(5126) p.Match(PostgreSQLParserSECURITY) @@ -71739,11 +71423,15 @@ func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { } { p.SetState(5132) - p.Object_type_name() + p.Match(PostgreSQLParserFUNCTION) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } } { p.SetState(5133) - p.Name() + p.Function_with_argtypes() } { p.SetState(5134) @@ -71758,8 +71446,8 @@ func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { p.Security_label() } - case 4: - p.EnterOuterAlt(localctx, 4) + case 8: + p.EnterOuterAlt(localctx, 8) { p.SetState(5137) p.Match(PostgreSQLParserSECURITY) @@ -71800,266 +71488,6 @@ func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { } { p.SetState(5143) - p.Match(PostgreSQLParserTYPE_P) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(5144) - p.Typename() - } - { - p.SetState(5145) - p.Match(PostgreSQLParserIS) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(5146) - p.Security_label() - } - - case 5: - p.EnterOuterAlt(localctx, 5) - { - p.SetState(5148) - p.Match(PostgreSQLParserSECURITY) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(5149) - p.Match(PostgreSQLParserLABEL) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - p.SetState(5151) - p.GetErrorHandler().Sync(p) - if p.HasError() { - goto errorExit - } - _la = p.GetTokenStream().LA(1) - - if _la == PostgreSQLParserFOR { - { - p.SetState(5150) - p.Opt_provider() - } - - } - { - p.SetState(5153) - p.Match(PostgreSQLParserON) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(5154) - p.Match(PostgreSQLParserDOMAIN_P) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(5155) - p.Typename() - } - { - p.SetState(5156) - p.Match(PostgreSQLParserIS) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(5157) - p.Security_label() - } - - case 6: - p.EnterOuterAlt(localctx, 6) - { - p.SetState(5159) - p.Match(PostgreSQLParserSECURITY) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(5160) - p.Match(PostgreSQLParserLABEL) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - p.SetState(5162) - p.GetErrorHandler().Sync(p) - if p.HasError() { - goto errorExit - } - _la = p.GetTokenStream().LA(1) - - if _la == PostgreSQLParserFOR { - { - p.SetState(5161) - p.Opt_provider() - } - - } - { - p.SetState(5164) - p.Match(PostgreSQLParserON) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(5165) - p.Match(PostgreSQLParserAGGREGATE) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(5166) - p.Aggregate_with_argtypes() - } - { - p.SetState(5167) - p.Match(PostgreSQLParserIS) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(5168) - p.Security_label() - } - - case 7: - p.EnterOuterAlt(localctx, 7) - { - p.SetState(5170) - p.Match(PostgreSQLParserSECURITY) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(5171) - p.Match(PostgreSQLParserLABEL) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - p.SetState(5173) - p.GetErrorHandler().Sync(p) - if p.HasError() { - goto errorExit - } - _la = p.GetTokenStream().LA(1) - - if _la == PostgreSQLParserFOR { - { - p.SetState(5172) - p.Opt_provider() - } - - } - { - p.SetState(5175) - p.Match(PostgreSQLParserON) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(5176) - p.Match(PostgreSQLParserFUNCTION) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(5177) - p.Function_with_argtypes() - } - { - p.SetState(5178) - p.Match(PostgreSQLParserIS) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(5179) - p.Security_label() - } - - case 8: - p.EnterOuterAlt(localctx, 8) - { - p.SetState(5181) - p.Match(PostgreSQLParserSECURITY) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(5182) - p.Match(PostgreSQLParserLABEL) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - p.SetState(5184) - p.GetErrorHandler().Sync(p) - if p.HasError() { - goto errorExit - } - _la = p.GetTokenStream().LA(1) - - if _la == PostgreSQLParserFOR { - { - p.SetState(5183) - p.Opt_provider() - } - - } - { - p.SetState(5186) - p.Match(PostgreSQLParserON) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(5187) p.Match(PostgreSQLParserLARGE_P) if p.HasError() { // Recognition error - abort rule @@ -72067,7 +71495,7 @@ func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { } } { - p.SetState(5188) + p.SetState(5144) p.Match(PostgreSQLParserOBJECT_P) if p.HasError() { // Recognition error - abort rule @@ -72075,11 +71503,11 @@ func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { } } { - p.SetState(5189) + p.SetState(5145) p.Numericonly() } { - p.SetState(5190) + p.SetState(5146) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule @@ -72087,14 +71515,14 @@ func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { } } { - p.SetState(5191) + p.SetState(5147) p.Security_label() } case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(5193) + p.SetState(5149) p.Match(PostgreSQLParserSECURITY) if p.HasError() { // Recognition error - abort rule @@ -72102,14 +71530,14 @@ func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { } } { - p.SetState(5194) + p.SetState(5150) p.Match(PostgreSQLParserLABEL) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5196) + p.SetState(5152) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -72118,13 +71546,13 @@ func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { if _la == PostgreSQLParserFOR { { - p.SetState(5195) + p.SetState(5151) p.Opt_provider() } } { - p.SetState(5198) + p.SetState(5154) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -72132,7 +71560,7 @@ func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { } } { - p.SetState(5199) + p.SetState(5155) p.Match(PostgreSQLParserPROCEDURE) if p.HasError() { // Recognition error - abort rule @@ -72140,11 +71568,11 @@ func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { } } { - p.SetState(5200) + p.SetState(5156) p.Function_with_argtypes() } { - p.SetState(5201) + p.SetState(5157) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule @@ -72152,14 +71580,14 @@ func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { } } { - p.SetState(5202) + p.SetState(5158) p.Security_label() } case 10: p.EnterOuterAlt(localctx, 10) { - p.SetState(5204) + p.SetState(5160) p.Match(PostgreSQLParserSECURITY) if p.HasError() { // Recognition error - abort rule @@ -72167,14 +71595,14 @@ func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { } } { - p.SetState(5205) + p.SetState(5161) p.Match(PostgreSQLParserLABEL) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5207) + p.SetState(5163) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -72183,13 +71611,13 @@ func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { if _la == PostgreSQLParserFOR { { - p.SetState(5206) + p.SetState(5162) p.Opt_provider() } } { - p.SetState(5209) + p.SetState(5165) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -72197,7 +71625,7 @@ func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { } } { - p.SetState(5210) + p.SetState(5166) p.Match(PostgreSQLParserROUTINE) if p.HasError() { // Recognition error - abort rule @@ -72205,11 +71633,11 @@ func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { } } { - p.SetState(5211) + p.SetState(5167) p.Function_with_argtypes() } { - p.SetState(5212) + p.SetState(5168) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule @@ -72217,7 +71645,7 @@ func (p *PostgreSQLParser) Seclabelstmt() (localctx ISeclabelstmtContext) { } } { - p.SetState(5213) + p.SetState(5169) p.Security_label() } @@ -72337,10 +71765,10 @@ func (s *Opt_providerContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opt_provider() (localctx IOpt_providerContext) { localctx = NewOpt_providerContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 544, PostgreSQLParserRULE_opt_provider) + p.EnterRule(localctx, 542, PostgreSQLParserRULE_opt_provider) p.EnterOuterAlt(localctx, 1) { - p.SetState(5217) + p.SetState(5173) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -72348,7 +71776,7 @@ func (p *PostgreSQLParser) Opt_provider() (localctx IOpt_providerContext) { } } { - p.SetState(5218) + p.SetState(5174) p.Nonreservedword_or_sconst() } @@ -72464,8 +71892,8 @@ func (s *Security_labelContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Security_label() (localctx ISecurity_labelContext) { localctx = NewSecurity_labelContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 546, PostgreSQLParserRULE_security_label) - p.SetState(5222) + p.EnterRule(localctx, 544, PostgreSQLParserRULE_security_label) + p.SetState(5178) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -72475,14 +71903,14 @@ func (p *PostgreSQLParser) Security_label() (localctx ISecurity_labelContext) { case PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserEscapeStringConstant: p.EnterOuterAlt(localctx, 1) { - p.SetState(5220) + p.SetState(5176) p.Sconst() } case PostgreSQLParserNULL_P: p.EnterOuterAlt(localctx, 2) { - p.SetState(5221) + p.SetState(5177) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule @@ -72612,8 +72040,8 @@ func (s *FetchstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Fetchstmt() (localctx IFetchstmtContext) { localctx = NewFetchstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 548, PostgreSQLParserRULE_fetchstmt) - p.SetState(5228) + p.EnterRule(localctx, 546, PostgreSQLParserRULE_fetchstmt) + p.SetState(5184) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -72623,7 +72051,7 @@ func (p *PostgreSQLParser) Fetchstmt() (localctx IFetchstmtContext) { case PostgreSQLParserFETCH: p.EnterOuterAlt(localctx, 1) { - p.SetState(5224) + p.SetState(5180) p.Match(PostgreSQLParserFETCH) if p.HasError() { // Recognition error - abort rule @@ -72631,14 +72059,14 @@ func (p *PostgreSQLParser) Fetchstmt() (localctx IFetchstmtContext) { } } { - p.SetState(5225) + p.SetState(5181) p.Fetch_args() } case PostgreSQLParserMOVE: p.EnterOuterAlt(localctx, 2) { - p.SetState(5226) + p.SetState(5182) p.Match(PostgreSQLParserMOVE) if p.HasError() { // Recognition error - abort rule @@ -72646,7 +72074,7 @@ func (p *PostgreSQLParser) Fetchstmt() (localctx IFetchstmtContext) { } } { - p.SetState(5227) + p.SetState(5183) p.Fetch_args() } @@ -72858,45 +72286,45 @@ func (s *Fetch_argsContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Fetch_args() (localctx IFetch_argsContext) { localctx = NewFetch_argsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 550, PostgreSQLParserRULE_fetch_args) + p.EnterRule(localctx, 548, PostgreSQLParserRULE_fetch_args) var _la int - p.SetState(5315) + p.SetState(5271) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 417, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 413, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(5230) + p.SetState(5186) p.Cursor_name() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(5231) + p.SetState(5187) p.From_in() } { - p.SetState(5232) + p.SetState(5188) p.Cursor_name() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(5234) + p.SetState(5190) p.Match(PostgreSQLParserNEXT) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5236) + p.SetState(5192) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -72905,27 +72333,27 @@ func (p *PostgreSQLParser) Fetch_args() (localctx IFetch_argsContext) { if _la == PostgreSQLParserFROM || _la == PostgreSQLParserIN_P { { - p.SetState(5235) + p.SetState(5191) p.Opt_from_in() } } { - p.SetState(5238) + p.SetState(5194) p.Cursor_name() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(5239) + p.SetState(5195) p.Match(PostgreSQLParserPRIOR) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5241) + p.SetState(5197) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -72934,27 +72362,27 @@ func (p *PostgreSQLParser) Fetch_args() (localctx IFetch_argsContext) { if _la == PostgreSQLParserFROM || _la == PostgreSQLParserIN_P { { - p.SetState(5240) + p.SetState(5196) p.Opt_from_in() } } { - p.SetState(5243) + p.SetState(5199) p.Cursor_name() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(5244) + p.SetState(5200) p.Match(PostgreSQLParserFIRST_P) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5246) + p.SetState(5202) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -72963,27 +72391,27 @@ func (p *PostgreSQLParser) Fetch_args() (localctx IFetch_argsContext) { if _la == PostgreSQLParserFROM || _la == PostgreSQLParserIN_P { { - p.SetState(5245) + p.SetState(5201) p.Opt_from_in() } } { - p.SetState(5248) + p.SetState(5204) p.Cursor_name() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(5249) + p.SetState(5205) p.Match(PostgreSQLParserLAST_P) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5251) + p.SetState(5207) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -72992,20 +72420,20 @@ func (p *PostgreSQLParser) Fetch_args() (localctx IFetch_argsContext) { if _la == PostgreSQLParserFROM || _la == PostgreSQLParserIN_P { { - p.SetState(5250) + p.SetState(5206) p.Opt_from_in() } } { - p.SetState(5253) + p.SetState(5209) p.Cursor_name() } case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(5254) + p.SetState(5210) p.Match(PostgreSQLParserABSOLUTE_P) if p.HasError() { // Recognition error - abort rule @@ -73013,10 +72441,10 @@ func (p *PostgreSQLParser) Fetch_args() (localctx IFetch_argsContext) { } } { - p.SetState(5255) + p.SetState(5211) p.Signediconst() } - p.SetState(5257) + p.SetState(5213) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -73025,20 +72453,20 @@ func (p *PostgreSQLParser) Fetch_args() (localctx IFetch_argsContext) { if _la == PostgreSQLParserFROM || _la == PostgreSQLParserIN_P { { - p.SetState(5256) + p.SetState(5212) p.Opt_from_in() } } { - p.SetState(5259) + p.SetState(5215) p.Cursor_name() } case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(5261) + p.SetState(5217) p.Match(PostgreSQLParserRELATIVE_P) if p.HasError() { // Recognition error - abort rule @@ -73046,10 +72474,10 @@ func (p *PostgreSQLParser) Fetch_args() (localctx IFetch_argsContext) { } } { - p.SetState(5262) + p.SetState(5218) p.Signediconst() } - p.SetState(5264) + p.SetState(5220) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -73058,23 +72486,23 @@ func (p *PostgreSQLParser) Fetch_args() (localctx IFetch_argsContext) { if _la == PostgreSQLParserFROM || _la == PostgreSQLParserIN_P { { - p.SetState(5263) + p.SetState(5219) p.Opt_from_in() } } { - p.SetState(5266) + p.SetState(5222) p.Cursor_name() } case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(5268) + p.SetState(5224) p.Signediconst() } - p.SetState(5270) + p.SetState(5226) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -73083,27 +72511,27 @@ func (p *PostgreSQLParser) Fetch_args() (localctx IFetch_argsContext) { if _la == PostgreSQLParserFROM || _la == PostgreSQLParserIN_P { { - p.SetState(5269) + p.SetState(5225) p.Opt_from_in() } } { - p.SetState(5272) + p.SetState(5228) p.Cursor_name() } case 10: p.EnterOuterAlt(localctx, 10) { - p.SetState(5274) + p.SetState(5230) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5276) + p.SetState(5232) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -73112,27 +72540,27 @@ func (p *PostgreSQLParser) Fetch_args() (localctx IFetch_argsContext) { if _la == PostgreSQLParserFROM || _la == PostgreSQLParserIN_P { { - p.SetState(5275) + p.SetState(5231) p.Opt_from_in() } } { - p.SetState(5278) + p.SetState(5234) p.Cursor_name() } case 11: p.EnterOuterAlt(localctx, 11) { - p.SetState(5279) + p.SetState(5235) p.Match(PostgreSQLParserFORWARD) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5281) + p.SetState(5237) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -73141,20 +72569,20 @@ func (p *PostgreSQLParser) Fetch_args() (localctx IFetch_argsContext) { if _la == PostgreSQLParserFROM || _la == PostgreSQLParserIN_P { { - p.SetState(5280) + p.SetState(5236) p.Opt_from_in() } } { - p.SetState(5283) + p.SetState(5239) p.Cursor_name() } case 12: p.EnterOuterAlt(localctx, 12) { - p.SetState(5284) + p.SetState(5240) p.Match(PostgreSQLParserFORWARD) if p.HasError() { // Recognition error - abort rule @@ -73162,10 +72590,10 @@ func (p *PostgreSQLParser) Fetch_args() (localctx IFetch_argsContext) { } } { - p.SetState(5285) + p.SetState(5241) p.Signediconst() } - p.SetState(5287) + p.SetState(5243) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -73174,20 +72602,20 @@ func (p *PostgreSQLParser) Fetch_args() (localctx IFetch_argsContext) { if _la == PostgreSQLParserFROM || _la == PostgreSQLParserIN_P { { - p.SetState(5286) + p.SetState(5242) p.Opt_from_in() } } { - p.SetState(5289) + p.SetState(5245) p.Cursor_name() } case 13: p.EnterOuterAlt(localctx, 13) { - p.SetState(5291) + p.SetState(5247) p.Match(PostgreSQLParserFORWARD) if p.HasError() { // Recognition error - abort rule @@ -73195,14 +72623,14 @@ func (p *PostgreSQLParser) Fetch_args() (localctx IFetch_argsContext) { } } { - p.SetState(5292) + p.SetState(5248) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5294) + p.SetState(5250) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -73211,27 +72639,27 @@ func (p *PostgreSQLParser) Fetch_args() (localctx IFetch_argsContext) { if _la == PostgreSQLParserFROM || _la == PostgreSQLParserIN_P { { - p.SetState(5293) + p.SetState(5249) p.Opt_from_in() } } { - p.SetState(5296) + p.SetState(5252) p.Cursor_name() } case 14: p.EnterOuterAlt(localctx, 14) { - p.SetState(5297) + p.SetState(5253) p.Match(PostgreSQLParserBACKWARD) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5299) + p.SetState(5255) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -73240,20 +72668,20 @@ func (p *PostgreSQLParser) Fetch_args() (localctx IFetch_argsContext) { if _la == PostgreSQLParserFROM || _la == PostgreSQLParserIN_P { { - p.SetState(5298) + p.SetState(5254) p.Opt_from_in() } } { - p.SetState(5301) + p.SetState(5257) p.Cursor_name() } case 15: p.EnterOuterAlt(localctx, 15) { - p.SetState(5302) + p.SetState(5258) p.Match(PostgreSQLParserBACKWARD) if p.HasError() { // Recognition error - abort rule @@ -73261,10 +72689,10 @@ func (p *PostgreSQLParser) Fetch_args() (localctx IFetch_argsContext) { } } { - p.SetState(5303) + p.SetState(5259) p.Signediconst() } - p.SetState(5305) + p.SetState(5261) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -73273,20 +72701,20 @@ func (p *PostgreSQLParser) Fetch_args() (localctx IFetch_argsContext) { if _la == PostgreSQLParserFROM || _la == PostgreSQLParserIN_P { { - p.SetState(5304) + p.SetState(5260) p.Opt_from_in() } } { - p.SetState(5307) + p.SetState(5263) p.Cursor_name() } case 16: p.EnterOuterAlt(localctx, 16) { - p.SetState(5309) + p.SetState(5265) p.Match(PostgreSQLParserBACKWARD) if p.HasError() { // Recognition error - abort rule @@ -73294,14 +72722,14 @@ func (p *PostgreSQLParser) Fetch_args() (localctx IFetch_argsContext) { } } { - p.SetState(5310) + p.SetState(5266) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5312) + p.SetState(5268) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -73310,13 +72738,13 @@ func (p *PostgreSQLParser) Fetch_args() (localctx IFetch_argsContext) { if _la == PostgreSQLParserFROM || _la == PostgreSQLParserIN_P { { - p.SetState(5311) + p.SetState(5267) p.Opt_from_in() } } { - p.SetState(5314) + p.SetState(5270) p.Cursor_name() } @@ -73424,12 +72852,12 @@ func (s *From_inContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) From_in() (localctx IFrom_inContext) { localctx = NewFrom_inContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 552, PostgreSQLParserRULE_from_in) + p.EnterRule(localctx, 550, PostgreSQLParserRULE_from_in) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5317) + p.SetState(5273) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserFROM || _la == PostgreSQLParserIN_P) { @@ -73547,10 +72975,10 @@ func (s *Opt_from_inContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opt_from_in() (localctx IOpt_from_inContext) { localctx = NewOpt_from_inContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 554, PostgreSQLParserRULE_opt_from_in) + p.EnterRule(localctx, 552, PostgreSQLParserRULE_opt_from_in) p.EnterOuterAlt(localctx, 1) { - p.SetState(5319) + p.SetState(5275) p.From_in() } @@ -73727,10 +73155,10 @@ func (s *GrantstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Grantstmt() (localctx IGrantstmtContext) { localctx = NewGrantstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 556, PostgreSQLParserRULE_grantstmt) + p.EnterRule(localctx, 554, PostgreSQLParserRULE_grantstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(5321) + p.SetState(5277) p.Match(PostgreSQLParserGRANT) if p.HasError() { // Recognition error - abort rule @@ -73738,11 +73166,11 @@ func (p *PostgreSQLParser) Grantstmt() (localctx IGrantstmtContext) { } } { - p.SetState(5322) + p.SetState(5278) p.Privileges() } { - p.SetState(5323) + p.SetState(5279) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -73750,11 +73178,11 @@ func (p *PostgreSQLParser) Grantstmt() (localctx IGrantstmtContext) { } } { - p.SetState(5324) + p.SetState(5280) p.Privilege_target() } { - p.SetState(5325) + p.SetState(5281) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -73762,15 +73190,15 @@ func (p *PostgreSQLParser) Grantstmt() (localctx IGrantstmtContext) { } } { - p.SetState(5326) + p.SetState(5282) p.Grantee_list() } - p.SetState(5328) + p.SetState(5284) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 418, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 414, p.GetParserRuleContext()) == 1 { { - p.SetState(5327) + p.SetState(5283) p.Opt_grant_grant_option() } @@ -73966,20 +73394,20 @@ func (s *RevokestmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Revokestmt() (localctx IRevokestmtContext) { localctx = NewRevokestmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 558, PostgreSQLParserRULE_revokestmt) + p.EnterRule(localctx, 556, PostgreSQLParserRULE_revokestmt) var _la int - p.SetState(5351) + p.SetState(5307) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 421, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 417, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(5330) + p.SetState(5286) p.Match(PostgreSQLParserREVOKE) if p.HasError() { // Recognition error - abort rule @@ -73987,11 +73415,11 @@ func (p *PostgreSQLParser) Revokestmt() (localctx IRevokestmtContext) { } } { - p.SetState(5331) + p.SetState(5287) p.Privileges() } { - p.SetState(5332) + p.SetState(5288) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -73999,11 +73427,11 @@ func (p *PostgreSQLParser) Revokestmt() (localctx IRevokestmtContext) { } } { - p.SetState(5333) + p.SetState(5289) p.Privilege_target() } { - p.SetState(5334) + p.SetState(5290) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -74011,10 +73439,10 @@ func (p *PostgreSQLParser) Revokestmt() (localctx IRevokestmtContext) { } } { - p.SetState(5335) + p.SetState(5291) p.Grantee_list() } - p.SetState(5337) + p.SetState(5293) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -74023,7 +73451,7 @@ func (p *PostgreSQLParser) Revokestmt() (localctx IRevokestmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(5336) + p.SetState(5292) p.Opt_drop_behavior() } @@ -74032,7 +73460,7 @@ func (p *PostgreSQLParser) Revokestmt() (localctx IRevokestmtContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(5339) + p.SetState(5295) p.Match(PostgreSQLParserREVOKE) if p.HasError() { // Recognition error - abort rule @@ -74040,7 +73468,7 @@ func (p *PostgreSQLParser) Revokestmt() (localctx IRevokestmtContext) { } } { - p.SetState(5340) + p.SetState(5296) p.Match(PostgreSQLParserGRANT) if p.HasError() { // Recognition error - abort rule @@ -74048,7 +73476,7 @@ func (p *PostgreSQLParser) Revokestmt() (localctx IRevokestmtContext) { } } { - p.SetState(5341) + p.SetState(5297) p.Match(PostgreSQLParserOPTION) if p.HasError() { // Recognition error - abort rule @@ -74056,7 +73484,7 @@ func (p *PostgreSQLParser) Revokestmt() (localctx IRevokestmtContext) { } } { - p.SetState(5342) + p.SetState(5298) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -74064,11 +73492,11 @@ func (p *PostgreSQLParser) Revokestmt() (localctx IRevokestmtContext) { } } { - p.SetState(5343) + p.SetState(5299) p.Privileges() } { - p.SetState(5344) + p.SetState(5300) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -74076,11 +73504,11 @@ func (p *PostgreSQLParser) Revokestmt() (localctx IRevokestmtContext) { } } { - p.SetState(5345) + p.SetState(5301) p.Privilege_target() } { - p.SetState(5346) + p.SetState(5302) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -74088,10 +73516,10 @@ func (p *PostgreSQLParser) Revokestmt() (localctx IRevokestmtContext) { } } { - p.SetState(5347) + p.SetState(5303) p.Grantee_list() } - p.SetState(5349) + p.SetState(5305) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -74100,7 +73528,7 @@ func (p *PostgreSQLParser) Revokestmt() (localctx IRevokestmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(5348) + p.SetState(5304) p.Opt_drop_behavior() } @@ -74254,25 +73682,25 @@ func (s *PrivilegesContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Privileges() (localctx IPrivilegesContext) { localctx = NewPrivilegesContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 560, PostgreSQLParserRULE_privileges) - p.SetState(5368) + p.EnterRule(localctx, 558, PostgreSQLParserRULE_privileges) + p.SetState(5324) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 422, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 418, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(5353) + p.SetState(5309) p.Privilege_list() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(5354) + p.SetState(5310) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -74283,7 +73711,7 @@ func (p *PostgreSQLParser) Privileges() (localctx IPrivilegesContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(5355) + p.SetState(5311) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -74291,7 +73719,7 @@ func (p *PostgreSQLParser) Privileges() (localctx IPrivilegesContext) { } } { - p.SetState(5356) + p.SetState(5312) p.Match(PostgreSQLParserPRIVILEGES) if p.HasError() { // Recognition error - abort rule @@ -74302,7 +73730,7 @@ func (p *PostgreSQLParser) Privileges() (localctx IPrivilegesContext) { case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(5357) + p.SetState(5313) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -74310,7 +73738,7 @@ func (p *PostgreSQLParser) Privileges() (localctx IPrivilegesContext) { } } { - p.SetState(5358) + p.SetState(5314) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -74318,11 +73746,11 @@ func (p *PostgreSQLParser) Privileges() (localctx IPrivilegesContext) { } } { - p.SetState(5359) + p.SetState(5315) p.Columnlist() } { - p.SetState(5360) + p.SetState(5316) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -74333,7 +73761,7 @@ func (p *PostgreSQLParser) Privileges() (localctx IPrivilegesContext) { case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(5362) + p.SetState(5318) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -74341,7 +73769,7 @@ func (p *PostgreSQLParser) Privileges() (localctx IPrivilegesContext) { } } { - p.SetState(5363) + p.SetState(5319) p.Match(PostgreSQLParserPRIVILEGES) if p.HasError() { // Recognition error - abort rule @@ -74349,7 +73777,7 @@ func (p *PostgreSQLParser) Privileges() (localctx IPrivilegesContext) { } } { - p.SetState(5364) + p.SetState(5320) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -74357,11 +73785,11 @@ func (p *PostgreSQLParser) Privileges() (localctx IPrivilegesContext) { } } { - p.SetState(5365) + p.SetState(5321) p.Columnlist() } { - p.SetState(5366) + p.SetState(5322) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -74516,15 +73944,15 @@ func (s *Privilege_listContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Privilege_list() (localctx IPrivilege_listContext) { localctx = NewPrivilege_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 562, PostgreSQLParserRULE_privilege_list) + p.EnterRule(localctx, 560, PostgreSQLParserRULE_privilege_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5370) + p.SetState(5326) p.Privilege() } - p.SetState(5375) + p.SetState(5331) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -74533,7 +73961,7 @@ func (p *PostgreSQLParser) Privilege_list() (localctx IPrivilege_listContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(5371) + p.SetState(5327) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -74541,11 +73969,11 @@ func (p *PostgreSQLParser) Privilege_list() (localctx IPrivilege_listContext) { } } { - p.SetState(5372) + p.SetState(5328) p.Privilege() } - p.SetState(5377) + p.SetState(5333) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -74702,27 +74130,27 @@ func (s *PrivilegeContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Privilege() (localctx IPrivilegeContext) { localctx = NewPrivilegeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 564, PostgreSQLParserRULE_privilege) + p.EnterRule(localctx, 562, PostgreSQLParserRULE_privilege) var _la int - p.SetState(5396) + p.SetState(5352) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 428, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 424, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(5378) + p.SetState(5334) p.Match(PostgreSQLParserSELECT) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5380) + p.SetState(5336) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -74731,7 +74159,7 @@ func (p *PostgreSQLParser) Privilege() (localctx IPrivilegeContext) { if _la == PostgreSQLParserOPEN_PAREN { { - p.SetState(5379) + p.SetState(5335) p.Opt_column_list() } @@ -74740,14 +74168,14 @@ func (p *PostgreSQLParser) Privilege() (localctx IPrivilegeContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(5382) + p.SetState(5338) p.Match(PostgreSQLParserREFERENCES) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5384) + p.SetState(5340) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -74756,7 +74184,7 @@ func (p *PostgreSQLParser) Privilege() (localctx IPrivilegeContext) { if _la == PostgreSQLParserOPEN_PAREN { { - p.SetState(5383) + p.SetState(5339) p.Opt_column_list() } @@ -74765,14 +74193,14 @@ func (p *PostgreSQLParser) Privilege() (localctx IPrivilegeContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(5386) + p.SetState(5342) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5388) + p.SetState(5344) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -74781,7 +74209,7 @@ func (p *PostgreSQLParser) Privilege() (localctx IPrivilegeContext) { if _la == PostgreSQLParserOPEN_PAREN { { - p.SetState(5387) + p.SetState(5343) p.Opt_column_list() } @@ -74790,7 +74218,7 @@ func (p *PostgreSQLParser) Privilege() (localctx IPrivilegeContext) { case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(5390) + p.SetState(5346) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -74798,7 +74226,7 @@ func (p *PostgreSQLParser) Privilege() (localctx IPrivilegeContext) { } } { - p.SetState(5391) + p.SetState(5347) p.Match(PostgreSQLParserSYSTEM_P) if p.HasError() { // Recognition error - abort rule @@ -74809,10 +74237,10 @@ func (p *PostgreSQLParser) Privilege() (localctx IPrivilegeContext) { case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(5392) + p.SetState(5348) p.Colid() } - p.SetState(5394) + p.SetState(5350) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -74821,7 +74249,7 @@ func (p *PostgreSQLParser) Privilege() (localctx IPrivilegeContext) { if _la == PostgreSQLParserOPEN_PAREN { { - p.SetState(5393) + p.SetState(5349) p.Opt_column_list() } @@ -75148,25 +74576,25 @@ func (s *Privilege_targetContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext) { localctx = NewPrivilege_targetContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 566, PostgreSQLParserRULE_privilege_target) - p.SetState(5458) + p.EnterRule(localctx, 564, PostgreSQLParserRULE_privilege_target) + p.SetState(5414) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 429, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 425, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(5398) + p.SetState(5354) p.Qualified_name_list() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(5399) + p.SetState(5355) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -75174,14 +74602,14 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5400) + p.SetState(5356) p.Qualified_name_list() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(5401) + p.SetState(5357) p.Match(PostgreSQLParserSEQUENCE) if p.HasError() { // Recognition error - abort rule @@ -75189,14 +74617,14 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5402) + p.SetState(5358) p.Qualified_name_list() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(5403) + p.SetState(5359) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -75204,7 +74632,7 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5404) + p.SetState(5360) p.Match(PostgreSQLParserDATA_P) if p.HasError() { // Recognition error - abort rule @@ -75212,7 +74640,7 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5405) + p.SetState(5361) p.Match(PostgreSQLParserWRAPPER) if p.HasError() { // Recognition error - abort rule @@ -75220,14 +74648,14 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5406) + p.SetState(5362) p.Name_list() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(5407) + p.SetState(5363) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -75235,7 +74663,7 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5408) + p.SetState(5364) p.Match(PostgreSQLParserSERVER) if p.HasError() { // Recognition error - abort rule @@ -75243,14 +74671,14 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5409) + p.SetState(5365) p.Name_list() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(5410) + p.SetState(5366) p.Match(PostgreSQLParserFUNCTION) if p.HasError() { // Recognition error - abort rule @@ -75258,14 +74686,14 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5411) + p.SetState(5367) p.Function_with_argtypes_list() } case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(5412) + p.SetState(5368) p.Match(PostgreSQLParserPROCEDURE) if p.HasError() { // Recognition error - abort rule @@ -75273,14 +74701,14 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5413) + p.SetState(5369) p.Function_with_argtypes_list() } case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(5414) + p.SetState(5370) p.Match(PostgreSQLParserROUTINE) if p.HasError() { // Recognition error - abort rule @@ -75288,14 +74716,14 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5415) + p.SetState(5371) p.Function_with_argtypes_list() } case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(5416) + p.SetState(5372) p.Match(PostgreSQLParserDATABASE) if p.HasError() { // Recognition error - abort rule @@ -75303,14 +74731,14 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5417) + p.SetState(5373) p.Name_list() } case 10: p.EnterOuterAlt(localctx, 10) { - p.SetState(5418) + p.SetState(5374) p.Match(PostgreSQLParserDOMAIN_P) if p.HasError() { // Recognition error - abort rule @@ -75318,14 +74746,14 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5419) + p.SetState(5375) p.Any_name_list() } case 11: p.EnterOuterAlt(localctx, 11) { - p.SetState(5420) + p.SetState(5376) p.Match(PostgreSQLParserLANGUAGE) if p.HasError() { // Recognition error - abort rule @@ -75333,14 +74761,14 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5421) + p.SetState(5377) p.Name_list() } case 12: p.EnterOuterAlt(localctx, 12) { - p.SetState(5422) + p.SetState(5378) p.Match(PostgreSQLParserLARGE_P) if p.HasError() { // Recognition error - abort rule @@ -75348,7 +74776,7 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5423) + p.SetState(5379) p.Match(PostgreSQLParserOBJECT_P) if p.HasError() { // Recognition error - abort rule @@ -75356,14 +74784,14 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5424) + p.SetState(5380) p.Numericonly_list() } case 13: p.EnterOuterAlt(localctx, 13) { - p.SetState(5425) + p.SetState(5381) p.Match(PostgreSQLParserPARAMETER) if p.HasError() { // Recognition error - abort rule @@ -75371,14 +74799,14 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5426) + p.SetState(5382) p.Parameter_name_list() } case 14: p.EnterOuterAlt(localctx, 14) { - p.SetState(5427) + p.SetState(5383) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -75386,14 +74814,14 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5428) + p.SetState(5384) p.Name_list() } case 15: p.EnterOuterAlt(localctx, 15) { - p.SetState(5429) + p.SetState(5385) p.Match(PostgreSQLParserTABLESPACE) if p.HasError() { // Recognition error - abort rule @@ -75401,14 +74829,14 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5430) + p.SetState(5386) p.Name_list() } case 16: p.EnterOuterAlt(localctx, 16) { - p.SetState(5431) + p.SetState(5387) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -75416,14 +74844,14 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5432) + p.SetState(5388) p.Any_name_list() } case 17: p.EnterOuterAlt(localctx, 17) { - p.SetState(5433) + p.SetState(5389) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -75431,7 +74859,7 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5434) + p.SetState(5390) p.Match(PostgreSQLParserTABLES) if p.HasError() { // Recognition error - abort rule @@ -75439,7 +74867,7 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5435) + p.SetState(5391) p.Match(PostgreSQLParserIN_P) if p.HasError() { // Recognition error - abort rule @@ -75447,7 +74875,7 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5436) + p.SetState(5392) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -75455,14 +74883,14 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5437) + p.SetState(5393) p.Name_list() } case 18: p.EnterOuterAlt(localctx, 18) { - p.SetState(5438) + p.SetState(5394) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -75470,7 +74898,7 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5439) + p.SetState(5395) p.Match(PostgreSQLParserSEQUENCES) if p.HasError() { // Recognition error - abort rule @@ -75478,7 +74906,7 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5440) + p.SetState(5396) p.Match(PostgreSQLParserIN_P) if p.HasError() { // Recognition error - abort rule @@ -75486,7 +74914,7 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5441) + p.SetState(5397) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -75494,14 +74922,14 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5442) + p.SetState(5398) p.Name_list() } case 19: p.EnterOuterAlt(localctx, 19) { - p.SetState(5443) + p.SetState(5399) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -75509,7 +74937,7 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5444) + p.SetState(5400) p.Match(PostgreSQLParserFUNCTIONS) if p.HasError() { // Recognition error - abort rule @@ -75517,7 +74945,7 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5445) + p.SetState(5401) p.Match(PostgreSQLParserIN_P) if p.HasError() { // Recognition error - abort rule @@ -75525,7 +74953,7 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5446) + p.SetState(5402) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -75533,14 +74961,14 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5447) + p.SetState(5403) p.Name_list() } case 20: p.EnterOuterAlt(localctx, 20) { - p.SetState(5448) + p.SetState(5404) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -75548,7 +74976,7 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5449) + p.SetState(5405) p.Match(PostgreSQLParserPROCEDURES) if p.HasError() { // Recognition error - abort rule @@ -75556,7 +74984,7 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5450) + p.SetState(5406) p.Match(PostgreSQLParserIN_P) if p.HasError() { // Recognition error - abort rule @@ -75564,7 +74992,7 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5451) + p.SetState(5407) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -75572,14 +75000,14 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5452) + p.SetState(5408) p.Name_list() } case 21: p.EnterOuterAlt(localctx, 21) { - p.SetState(5453) + p.SetState(5409) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -75587,7 +75015,7 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5454) + p.SetState(5410) p.Match(PostgreSQLParserROUTINES) if p.HasError() { // Recognition error - abort rule @@ -75595,7 +75023,7 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5455) + p.SetState(5411) p.Match(PostgreSQLParserIN_P) if p.HasError() { // Recognition error - abort rule @@ -75603,7 +75031,7 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5456) + p.SetState(5412) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -75611,7 +75039,7 @@ func (p *PostgreSQLParser) Privilege_target() (localctx IPrivilege_targetContext } } { - p.SetState(5457) + p.SetState(5413) p.Name_list() } @@ -75762,15 +75190,15 @@ func (s *Parameter_name_listContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Parameter_name_list() (localctx IParameter_name_listContext) { localctx = NewParameter_name_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 568, PostgreSQLParserRULE_parameter_name_list) + p.EnterRule(localctx, 566, PostgreSQLParserRULE_parameter_name_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5460) + p.SetState(5416) p.Parameter_name() } - p.SetState(5465) + p.SetState(5421) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -75779,7 +75207,7 @@ func (p *PostgreSQLParser) Parameter_name_list() (localctx IParameter_name_listC for _la == PostgreSQLParserCOMMA { { - p.SetState(5461) + p.SetState(5417) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -75787,11 +75215,11 @@ func (p *PostgreSQLParser) Parameter_name_list() (localctx IParameter_name_listC } } { - p.SetState(5462) + p.SetState(5418) p.Parameter_name() } - p.SetState(5467) + p.SetState(5423) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -75937,15 +75365,15 @@ func (s *Parameter_nameContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Parameter_name() (localctx IParameter_nameContext) { localctx = NewParameter_nameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 570, PostgreSQLParserRULE_parameter_name) + p.EnterRule(localctx, 568, PostgreSQLParserRULE_parameter_name) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5468) + p.SetState(5424) p.Colid() } - p.SetState(5471) + p.SetState(5427) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -75954,7 +75382,7 @@ func (p *PostgreSQLParser) Parameter_name() (localctx IParameter_nameContext) { if _la == PostgreSQLParserDOT { { - p.SetState(5469) + p.SetState(5425) p.Match(PostgreSQLParserDOT) if p.HasError() { // Recognition error - abort rule @@ -75962,7 +75390,7 @@ func (p *PostgreSQLParser) Parameter_name() (localctx IParameter_nameContext) { } } { - p.SetState(5470) + p.SetState(5426) p.Colid() } @@ -76111,15 +75539,15 @@ func (s *Grantee_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Grantee_list() (localctx IGrantee_listContext) { localctx = NewGrantee_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 572, PostgreSQLParserRULE_grantee_list) + p.EnterRule(localctx, 570, PostgreSQLParserRULE_grantee_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5473) + p.SetState(5429) p.Grantee() } - p.SetState(5478) + p.SetState(5434) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -76128,7 +75556,7 @@ func (p *PostgreSQLParser) Grantee_list() (localctx IGrantee_listContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(5474) + p.SetState(5430) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -76136,11 +75564,11 @@ func (p *PostgreSQLParser) Grantee_list() (localctx IGrantee_listContext) { } } { - p.SetState(5475) + p.SetState(5431) p.Grantee() } - p.SetState(5480) + p.SetState(5436) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -76260,8 +75688,8 @@ func (s *GranteeContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Grantee() (localctx IGranteeContext) { localctx = NewGranteeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 574, PostgreSQLParserRULE_grantee) - p.SetState(5484) + p.EnterRule(localctx, 572, PostgreSQLParserRULE_grantee) + p.SetState(5440) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -76271,14 +75699,14 @@ func (p *PostgreSQLParser) Grantee() (localctx IGranteeContext) { case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserCURRENT_USER, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserSESSION_USER, PostgreSQLParserTABLE, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: p.EnterOuterAlt(localctx, 1) { - p.SetState(5481) + p.SetState(5437) p.Rolespec() } case PostgreSQLParserGROUP_P: p.EnterOuterAlt(localctx, 2) { - p.SetState(5482) + p.SetState(5438) p.Match(PostgreSQLParserGROUP_P) if p.HasError() { // Recognition error - abort rule @@ -76286,7 +75714,7 @@ func (p *PostgreSQLParser) Grantee() (localctx IGranteeContext) { } } { - p.SetState(5483) + p.SetState(5439) p.Rolespec() } @@ -76400,10 +75828,10 @@ func (s *Opt_grant_grant_optionContext) Accept(visitor antlr.ParseTreeVisitor) i func (p *PostgreSQLParser) Opt_grant_grant_option() (localctx IOpt_grant_grant_optionContext) { localctx = NewOpt_grant_grant_optionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 576, PostgreSQLParserRULE_opt_grant_grant_option) + p.EnterRule(localctx, 574, PostgreSQLParserRULE_opt_grant_grant_option) p.EnterOuterAlt(localctx, 1) { - p.SetState(5486) + p.SetState(5442) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -76411,7 +75839,7 @@ func (p *PostgreSQLParser) Opt_grant_grant_option() (localctx IOpt_grant_grant_o } } { - p.SetState(5487) + p.SetState(5443) p.Match(PostgreSQLParserGRANT) if p.HasError() { // Recognition error - abort rule @@ -76419,7 +75847,7 @@ func (p *PostgreSQLParser) Opt_grant_grant_option() (localctx IOpt_grant_grant_o } } { - p.SetState(5488) + p.SetState(5444) p.Match(PostgreSQLParserOPTION) if p.HasError() { // Recognition error - abort rule @@ -76595,12 +76023,12 @@ func (s *GrantrolestmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Grantrolestmt() (localctx IGrantrolestmtContext) { localctx = NewGrantrolestmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 578, PostgreSQLParserRULE_grantrolestmt) + p.EnterRule(localctx, 576, PostgreSQLParserRULE_grantrolestmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5490) + p.SetState(5446) p.Match(PostgreSQLParserGRANT) if p.HasError() { // Recognition error - abort rule @@ -76608,11 +76036,11 @@ func (p *PostgreSQLParser) Grantrolestmt() (localctx IGrantrolestmtContext) { } } { - p.SetState(5491) + p.SetState(5447) p.Privilege_list() } { - p.SetState(5492) + p.SetState(5448) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -76620,22 +76048,22 @@ func (p *PostgreSQLParser) Grantrolestmt() (localctx IGrantrolestmtContext) { } } { - p.SetState(5493) + p.SetState(5449) p.Role_list() } - p.SetState(5495) + p.SetState(5451) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 434, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 430, p.GetParserRuleContext()) == 1 { { - p.SetState(5494) + p.SetState(5450) p.Opt_grant_admin_option() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(5498) + p.SetState(5454) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -76644,7 +76072,7 @@ func (p *PostgreSQLParser) Grantrolestmt() (localctx IGrantrolestmtContext) { if _la == PostgreSQLParserGRANTED { { - p.SetState(5497) + p.SetState(5453) p.Opt_granted_by() } @@ -76833,20 +76261,20 @@ func (s *RevokerolestmtContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Revokerolestmt() (localctx IRevokerolestmtContext) { localctx = NewRevokerolestmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 580, PostgreSQLParserRULE_revokerolestmt) + p.EnterRule(localctx, 578, PostgreSQLParserRULE_revokerolestmt) var _la int - p.SetState(5523) + p.SetState(5479) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 440, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 436, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(5500) + p.SetState(5456) p.Match(PostgreSQLParserREVOKE) if p.HasError() { // Recognition error - abort rule @@ -76854,11 +76282,11 @@ func (p *PostgreSQLParser) Revokerolestmt() (localctx IRevokerolestmtContext) { } } { - p.SetState(5501) + p.SetState(5457) p.Privilege_list() } { - p.SetState(5502) + p.SetState(5458) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -76866,10 +76294,10 @@ func (p *PostgreSQLParser) Revokerolestmt() (localctx IRevokerolestmtContext) { } } { - p.SetState(5503) + p.SetState(5459) p.Role_list() } - p.SetState(5505) + p.SetState(5461) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -76878,12 +76306,12 @@ func (p *PostgreSQLParser) Revokerolestmt() (localctx IRevokerolestmtContext) { if _la == PostgreSQLParserGRANTED { { - p.SetState(5504) + p.SetState(5460) p.Opt_granted_by() } } - p.SetState(5508) + p.SetState(5464) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -76892,7 +76320,7 @@ func (p *PostgreSQLParser) Revokerolestmt() (localctx IRevokerolestmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(5507) + p.SetState(5463) p.Opt_drop_behavior() } @@ -76901,7 +76329,7 @@ func (p *PostgreSQLParser) Revokerolestmt() (localctx IRevokerolestmtContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(5510) + p.SetState(5466) p.Match(PostgreSQLParserREVOKE) if p.HasError() { // Recognition error - abort rule @@ -76909,7 +76337,7 @@ func (p *PostgreSQLParser) Revokerolestmt() (localctx IRevokerolestmtContext) { } } { - p.SetState(5511) + p.SetState(5467) p.Match(PostgreSQLParserADMIN) if p.HasError() { // Recognition error - abort rule @@ -76917,7 +76345,7 @@ func (p *PostgreSQLParser) Revokerolestmt() (localctx IRevokerolestmtContext) { } } { - p.SetState(5512) + p.SetState(5468) p.Match(PostgreSQLParserOPTION) if p.HasError() { // Recognition error - abort rule @@ -76925,7 +76353,7 @@ func (p *PostgreSQLParser) Revokerolestmt() (localctx IRevokerolestmtContext) { } } { - p.SetState(5513) + p.SetState(5469) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -76933,11 +76361,11 @@ func (p *PostgreSQLParser) Revokerolestmt() (localctx IRevokerolestmtContext) { } } { - p.SetState(5514) + p.SetState(5470) p.Privilege_list() } { - p.SetState(5515) + p.SetState(5471) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -76945,10 +76373,10 @@ func (p *PostgreSQLParser) Revokerolestmt() (localctx IRevokerolestmtContext) { } } { - p.SetState(5516) + p.SetState(5472) p.Role_list() } - p.SetState(5518) + p.SetState(5474) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -76957,12 +76385,12 @@ func (p *PostgreSQLParser) Revokerolestmt() (localctx IRevokerolestmtContext) { if _la == PostgreSQLParserGRANTED { { - p.SetState(5517) + p.SetState(5473) p.Opt_granted_by() } } - p.SetState(5521) + p.SetState(5477) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -76971,7 +76399,7 @@ func (p *PostgreSQLParser) Revokerolestmt() (localctx IRevokerolestmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(5520) + p.SetState(5476) p.Opt_drop_behavior() } @@ -77086,10 +76514,10 @@ func (s *Opt_grant_admin_optionContext) Accept(visitor antlr.ParseTreeVisitor) i func (p *PostgreSQLParser) Opt_grant_admin_option() (localctx IOpt_grant_admin_optionContext) { localctx = NewOpt_grant_admin_optionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 582, PostgreSQLParserRULE_opt_grant_admin_option) + p.EnterRule(localctx, 580, PostgreSQLParserRULE_opt_grant_admin_option) p.EnterOuterAlt(localctx, 1) { - p.SetState(5525) + p.SetState(5481) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -77097,7 +76525,7 @@ func (p *PostgreSQLParser) Opt_grant_admin_option() (localctx IOpt_grant_admin_o } } { - p.SetState(5526) + p.SetState(5482) p.Match(PostgreSQLParserADMIN) if p.HasError() { // Recognition error - abort rule @@ -77105,7 +76533,7 @@ func (p *PostgreSQLParser) Opt_grant_admin_option() (localctx IOpt_grant_admin_o } } { - p.SetState(5527) + p.SetState(5483) p.Match(PostgreSQLParserOPTION) if p.HasError() { // Recognition error - abort rule @@ -77230,10 +76658,10 @@ func (s *Opt_granted_byContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Opt_granted_by() (localctx IOpt_granted_byContext) { localctx = NewOpt_granted_byContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 584, PostgreSQLParserRULE_opt_granted_by) + p.EnterRule(localctx, 582, PostgreSQLParserRULE_opt_granted_by) p.EnterOuterAlt(localctx, 1) { - p.SetState(5529) + p.SetState(5485) p.Match(PostgreSQLParserGRANTED) if p.HasError() { // Recognition error - abort rule @@ -77241,7 +76669,7 @@ func (p *PostgreSQLParser) Opt_granted_by() (localctx IOpt_granted_byContext) { } } { - p.SetState(5530) + p.SetState(5486) p.Match(PostgreSQLParserBY) if p.HasError() { // Recognition error - abort rule @@ -77249,7 +76677,7 @@ func (p *PostgreSQLParser) Opt_granted_by() (localctx IOpt_granted_byContext) { } } { - p.SetState(5531) + p.SetState(5487) p.Rolespec() } @@ -77392,10 +76820,10 @@ func (s *AlterdefaultprivilegesstmtContext) Accept(visitor antlr.ParseTreeVisito func (p *PostgreSQLParser) Alterdefaultprivilegesstmt() (localctx IAlterdefaultprivilegesstmtContext) { localctx = NewAlterdefaultprivilegesstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 586, PostgreSQLParserRULE_alterdefaultprivilegesstmt) + p.EnterRule(localctx, 584, PostgreSQLParserRULE_alterdefaultprivilegesstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(5533) + p.SetState(5489) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -77403,7 +76831,7 @@ func (p *PostgreSQLParser) Alterdefaultprivilegesstmt() (localctx IAlterdefaultp } } { - p.SetState(5534) + p.SetState(5490) p.Match(PostgreSQLParserDEFAULT) if p.HasError() { // Recognition error - abort rule @@ -77411,7 +76839,7 @@ func (p *PostgreSQLParser) Alterdefaultprivilegesstmt() (localctx IAlterdefaultp } } { - p.SetState(5535) + p.SetState(5491) p.Match(PostgreSQLParserPRIVILEGES) if p.HasError() { // Recognition error - abort rule @@ -77419,11 +76847,11 @@ func (p *PostgreSQLParser) Alterdefaultprivilegesstmt() (localctx IAlterdefaultp } } { - p.SetState(5536) + p.SetState(5492) p.Defacloptionlist() } { - p.SetState(5537) + p.SetState(5493) p.Defaclaction() } @@ -77560,11 +76988,11 @@ func (s *DefacloptionlistContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Defacloptionlist() (localctx IDefacloptionlistContext) { localctx = NewDefacloptionlistContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 588, PostgreSQLParserRULE_defacloptionlist) + p.EnterRule(localctx, 586, PostgreSQLParserRULE_defacloptionlist) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(5542) + p.SetState(5498) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -77573,11 +77001,11 @@ func (p *PostgreSQLParser) Defacloptionlist() (localctx IDefacloptionlistContext for _la == PostgreSQLParserFOR || _la == PostgreSQLParserIN_P { { - p.SetState(5539) + p.SetState(5495) p.Defacloption() } - p.SetState(5544) + p.SetState(5500) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -77734,18 +77162,18 @@ func (s *DefacloptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Defacloption() (localctx IDefacloptionContext) { localctx = NewDefacloptionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 590, PostgreSQLParserRULE_defacloption) - p.SetState(5554) + p.EnterRule(localctx, 588, PostgreSQLParserRULE_defacloption) + p.SetState(5510) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 442, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 438, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(5545) + p.SetState(5501) p.Match(PostgreSQLParserIN_P) if p.HasError() { // Recognition error - abort rule @@ -77753,7 +77181,7 @@ func (p *PostgreSQLParser) Defacloption() (localctx IDefacloptionContext) { } } { - p.SetState(5546) + p.SetState(5502) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -77761,14 +77189,14 @@ func (p *PostgreSQLParser) Defacloption() (localctx IDefacloptionContext) { } } { - p.SetState(5547) + p.SetState(5503) p.Name_list() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(5548) + p.SetState(5504) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -77776,7 +77204,7 @@ func (p *PostgreSQLParser) Defacloption() (localctx IDefacloptionContext) { } } { - p.SetState(5549) + p.SetState(5505) p.Match(PostgreSQLParserROLE) if p.HasError() { // Recognition error - abort rule @@ -77784,14 +77212,14 @@ func (p *PostgreSQLParser) Defacloption() (localctx IDefacloptionContext) { } } { - p.SetState(5550) + p.SetState(5506) p.Role_list() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(5551) + p.SetState(5507) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -77799,7 +77227,7 @@ func (p *PostgreSQLParser) Defacloption() (localctx IDefacloptionContext) { } } { - p.SetState(5552) + p.SetState(5508) p.Match(PostgreSQLParserUSER) if p.HasError() { // Recognition error - abort rule @@ -77807,7 +77235,7 @@ func (p *PostgreSQLParser) Defacloption() (localctx IDefacloptionContext) { } } { - p.SetState(5553) + p.SetState(5509) p.Role_list() } @@ -78025,20 +77453,20 @@ func (s *DefaclactionContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Defaclaction() (localctx IDefaclactionContext) { localctx = NewDefaclactionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 592, PostgreSQLParserRULE_defaclaction) + p.EnterRule(localctx, 590, PostgreSQLParserRULE_defaclaction) var _la int - p.SetState(5586) + p.SetState(5542) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 446, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 442, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(5556) + p.SetState(5512) p.Match(PostgreSQLParserGRANT) if p.HasError() { // Recognition error - abort rule @@ -78046,11 +77474,11 @@ func (p *PostgreSQLParser) Defaclaction() (localctx IDefaclactionContext) { } } { - p.SetState(5557) + p.SetState(5513) p.Privileges() } { - p.SetState(5558) + p.SetState(5514) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -78058,11 +77486,11 @@ func (p *PostgreSQLParser) Defaclaction() (localctx IDefaclactionContext) { } } { - p.SetState(5559) + p.SetState(5515) p.Defacl_privilege_target() } { - p.SetState(5560) + p.SetState(5516) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -78070,15 +77498,15 @@ func (p *PostgreSQLParser) Defaclaction() (localctx IDefaclactionContext) { } } { - p.SetState(5561) + p.SetState(5517) p.Grantee_list() } - p.SetState(5563) + p.SetState(5519) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 443, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 439, p.GetParserRuleContext()) == 1 { { - p.SetState(5562) + p.SetState(5518) p.Opt_grant_grant_option() } @@ -78089,7 +77517,7 @@ func (p *PostgreSQLParser) Defaclaction() (localctx IDefaclactionContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(5565) + p.SetState(5521) p.Match(PostgreSQLParserREVOKE) if p.HasError() { // Recognition error - abort rule @@ -78097,11 +77525,11 @@ func (p *PostgreSQLParser) Defaclaction() (localctx IDefaclactionContext) { } } { - p.SetState(5566) + p.SetState(5522) p.Privileges() } { - p.SetState(5567) + p.SetState(5523) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -78109,11 +77537,11 @@ func (p *PostgreSQLParser) Defaclaction() (localctx IDefaclactionContext) { } } { - p.SetState(5568) + p.SetState(5524) p.Defacl_privilege_target() } { - p.SetState(5569) + p.SetState(5525) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -78121,10 +77549,10 @@ func (p *PostgreSQLParser) Defaclaction() (localctx IDefaclactionContext) { } } { - p.SetState(5570) + p.SetState(5526) p.Grantee_list() } - p.SetState(5572) + p.SetState(5528) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -78133,7 +77561,7 @@ func (p *PostgreSQLParser) Defaclaction() (localctx IDefaclactionContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(5571) + p.SetState(5527) p.Opt_drop_behavior() } @@ -78142,7 +77570,7 @@ func (p *PostgreSQLParser) Defaclaction() (localctx IDefaclactionContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(5574) + p.SetState(5530) p.Match(PostgreSQLParserREVOKE) if p.HasError() { // Recognition error - abort rule @@ -78150,7 +77578,7 @@ func (p *PostgreSQLParser) Defaclaction() (localctx IDefaclactionContext) { } } { - p.SetState(5575) + p.SetState(5531) p.Match(PostgreSQLParserGRANT) if p.HasError() { // Recognition error - abort rule @@ -78158,7 +77586,7 @@ func (p *PostgreSQLParser) Defaclaction() (localctx IDefaclactionContext) { } } { - p.SetState(5576) + p.SetState(5532) p.Match(PostgreSQLParserOPTION) if p.HasError() { // Recognition error - abort rule @@ -78166,7 +77594,7 @@ func (p *PostgreSQLParser) Defaclaction() (localctx IDefaclactionContext) { } } { - p.SetState(5577) + p.SetState(5533) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -78174,11 +77602,11 @@ func (p *PostgreSQLParser) Defaclaction() (localctx IDefaclactionContext) { } } { - p.SetState(5578) + p.SetState(5534) p.Privileges() } { - p.SetState(5579) + p.SetState(5535) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -78186,11 +77614,11 @@ func (p *PostgreSQLParser) Defaclaction() (localctx IDefaclactionContext) { } } { - p.SetState(5580) + p.SetState(5536) p.Defacl_privilege_target() } { - p.SetState(5581) + p.SetState(5537) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -78198,10 +77626,10 @@ func (p *PostgreSQLParser) Defaclaction() (localctx IDefaclactionContext) { } } { - p.SetState(5582) + p.SetState(5538) p.Grantee_list() } - p.SetState(5584) + p.SetState(5540) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -78210,7 +77638,7 @@ func (p *PostgreSQLParser) Defaclaction() (localctx IDefaclactionContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(5583) + p.SetState(5539) p.Opt_drop_behavior() } @@ -78340,12 +77768,12 @@ func (s *Defacl_privilege_targetContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Defacl_privilege_target() (localctx IDefacl_privilege_targetContext) { localctx = NewDefacl_privilege_targetContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 594, PostgreSQLParserRULE_defacl_privilege_target) + p.EnterRule(localctx, 592, PostgreSQLParserRULE_defacl_privilege_target) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5588) + p.SetState(5544) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserFUNCTIONS || ((int64((_la-322)) & ^0x3f) == 0 && ((int64(1)<<(_la-322))&4297064449) != 0) || _la == PostgreSQLParserROUTINES || _la == PostgreSQLParserSCHEMAS) { @@ -78673,19 +78101,19 @@ func (s *IndexstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Indexstmt() (localctx IIndexstmtContext) { localctx = NewIndexstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 596, PostgreSQLParserRULE_indexstmt) + p.EnterRule(localctx, 594, PostgreSQLParserRULE_indexstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5590) + p.SetState(5546) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5592) + p.SetState(5548) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -78694,20 +78122,20 @@ func (p *PostgreSQLParser) Indexstmt() (localctx IIndexstmtContext) { if _la == PostgreSQLParserUNIQUE { { - p.SetState(5591) + p.SetState(5547) p.Opt_unique() } } { - p.SetState(5594) + p.SetState(5550) p.Match(PostgreSQLParserINDEX) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5596) + p.SetState(5552) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -78716,12 +78144,12 @@ func (p *PostgreSQLParser) Indexstmt() (localctx IIndexstmtContext) { if _la == PostgreSQLParserCONCURRENTLY { { - p.SetState(5595) + p.SetState(5551) p.Opt_concurrently() } } - p.SetState(5604) + p.SetState(5560) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -78729,12 +78157,12 @@ func (p *PostgreSQLParser) Indexstmt() (localctx IIndexstmtContext) { _la = p.GetTokenStream().LA(1) if ((int64((_la-33)) & ^0x3f) == 0 && ((int64(1)<<(_la-33))&576460752589691909) != 0) || ((int64((_la-116)) & ^0x3f) == 0 && ((int64(1)<<(_la-116))&-6775) != 0) || ((int64((_la-180)) & ^0x3f) == 0 && ((int64(1)<<(_la-180))&-1) != 0) || ((int64((_la-244)) & ^0x3f) == 0 && ((int64(1)<<(_la-244))&-577) != 0) || ((int64((_la-308)) & ^0x3f) == 0 && ((int64(1)<<(_la-308))&-1) != 0) || ((int64((_la-372)) & ^0x3f) == 0 && ((int64(1)<<(_la-372))&-1) != 0) || ((int64((_la-436)) & ^0x3f) == 0 && ((int64(1)<<(_la-436))&-274878955521) != 0) || ((int64((_la-500)) & ^0x3f) == 0 && ((int64(1)<<(_la-500))&-2097313) != 0) || ((int64((_la-564)) & ^0x3f) == 0 && ((int64(1)<<(_la-564))&-1) != 0) || ((int64((_la-628)) & ^0x3f) == 0 && ((int64(1)<<(_la-628))&3298536031231) != 0) { - p.SetState(5601) + p.SetState(5557) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 449, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 445, p.GetParserRuleContext()) == 1 { { - p.SetState(5598) + p.SetState(5554) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -78742,7 +78170,7 @@ func (p *PostgreSQLParser) Indexstmt() (localctx IIndexstmtContext) { } } { - p.SetState(5599) + p.SetState(5555) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -78750,7 +78178,7 @@ func (p *PostgreSQLParser) Indexstmt() (localctx IIndexstmtContext) { } } { - p.SetState(5600) + p.SetState(5556) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -78762,13 +78190,13 @@ func (p *PostgreSQLParser) Indexstmt() (localctx IIndexstmtContext) { goto errorExit } { - p.SetState(5603) + p.SetState(5559) p.Name() } } { - p.SetState(5606) + p.SetState(5562) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -78776,10 +78204,10 @@ func (p *PostgreSQLParser) Indexstmt() (localctx IIndexstmtContext) { } } { - p.SetState(5607) + p.SetState(5563) p.Relation_expr() } - p.SetState(5609) + p.SetState(5565) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -78788,13 +78216,13 @@ func (p *PostgreSQLParser) Indexstmt() (localctx IIndexstmtContext) { if _la == PostgreSQLParserUSING { { - p.SetState(5608) + p.SetState(5564) p.Access_method_clause() } } { - p.SetState(5611) + p.SetState(5567) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -78802,18 +78230,18 @@ func (p *PostgreSQLParser) Indexstmt() (localctx IIndexstmtContext) { } } { - p.SetState(5612) + p.SetState(5568) p.Index_params() } { - p.SetState(5613) + p.SetState(5569) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5615) + p.SetState(5571) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -78822,12 +78250,12 @@ func (p *PostgreSQLParser) Indexstmt() (localctx IIndexstmtContext) { if _la == PostgreSQLParserINCLUDE { { - p.SetState(5614) + p.SetState(5570) p.Opt_include() } } - p.SetState(5618) + p.SetState(5574) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -78836,24 +78264,24 @@ func (p *PostgreSQLParser) Indexstmt() (localctx IIndexstmtContext) { if _la == PostgreSQLParserNULLS_P { { - p.SetState(5617) + p.SetState(5573) p.Opt_unique_null_treatment() } } - p.SetState(5621) + p.SetState(5577) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 454, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 450, p.GetParserRuleContext()) == 1 { { - p.SetState(5620) + p.SetState(5576) p.Opt_reloptions() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(5624) + p.SetState(5580) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -78862,12 +78290,12 @@ func (p *PostgreSQLParser) Indexstmt() (localctx IIndexstmtContext) { if _la == PostgreSQLParserTABLESPACE { { - p.SetState(5623) + p.SetState(5579) p.Opttablespace() } } - p.SetState(5627) + p.SetState(5583) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -78876,7 +78304,7 @@ func (p *PostgreSQLParser) Indexstmt() (localctx IIndexstmtContext) { if _la == PostgreSQLParserWHERE { { - p.SetState(5626) + p.SetState(5582) p.Where_clause() } @@ -78977,10 +78405,10 @@ func (s *Opt_uniqueContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Opt_unique() (localctx IOpt_uniqueContext) { localctx = NewOpt_uniqueContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 598, PostgreSQLParserRULE_opt_unique) + p.EnterRule(localctx, 596, PostgreSQLParserRULE_opt_unique) p.EnterOuterAlt(localctx, 1) { - p.SetState(5629) + p.SetState(5585) p.Match(PostgreSQLParserUNIQUE) if p.HasError() { // Recognition error - abort rule @@ -79083,10 +78511,10 @@ func (s *Opt_concurrentlyContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Opt_concurrently() (localctx IOpt_concurrentlyContext) { localctx = NewOpt_concurrentlyContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 600, PostgreSQLParserRULE_opt_concurrently) + p.EnterRule(localctx, 598, PostgreSQLParserRULE_opt_concurrently) p.EnterOuterAlt(localctx, 1) { - p.SetState(5631) + p.SetState(5587) p.Match(PostgreSQLParserCONCURRENTLY) if p.HasError() { // Recognition error - abort rule @@ -79201,10 +78629,10 @@ func (s *Opt_index_nameContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Opt_index_name() (localctx IOpt_index_nameContext) { localctx = NewOpt_index_nameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 602, PostgreSQLParserRULE_opt_index_name) + p.EnterRule(localctx, 600, PostgreSQLParserRULE_opt_index_name) p.EnterOuterAlt(localctx, 1) { - p.SetState(5633) + p.SetState(5589) p.Name() } @@ -79320,10 +78748,10 @@ func (s *Access_method_clauseContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Access_method_clause() (localctx IAccess_method_clauseContext) { localctx = NewAccess_method_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 604, PostgreSQLParserRULE_access_method_clause) + p.EnterRule(localctx, 602, PostgreSQLParserRULE_access_method_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(5635) + p.SetState(5591) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -79331,7 +78759,7 @@ func (p *PostgreSQLParser) Access_method_clause() (localctx IAccess_method_claus } } { - p.SetState(5636) + p.SetState(5592) p.Name() } @@ -79478,15 +78906,15 @@ func (s *Index_paramsContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Index_params() (localctx IIndex_paramsContext) { localctx = NewIndex_paramsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 606, PostgreSQLParserRULE_index_params) + p.EnterRule(localctx, 604, PostgreSQLParserRULE_index_params) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5638) + p.SetState(5594) p.Index_elem() } - p.SetState(5643) + p.SetState(5599) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -79495,7 +78923,7 @@ func (p *PostgreSQLParser) Index_params() (localctx IIndex_paramsContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(5639) + p.SetState(5595) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -79503,11 +78931,11 @@ func (p *PostgreSQLParser) Index_params() (localctx IIndex_paramsContext) { } } { - p.SetState(5640) + p.SetState(5596) p.Index_elem() } - p.SetState(5645) + p.SetState(5601) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -79707,43 +79135,43 @@ func (s *Index_elem_optionsContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Index_elem_options() (localctx IIndex_elem_optionsContext) { localctx = NewIndex_elem_optionsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 608, PostgreSQLParserRULE_index_elem_options) + p.EnterRule(localctx, 606, PostgreSQLParserRULE_index_elem_options) var _la int - p.SetState(5669) + p.SetState(5625) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 465, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 461, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) - p.SetState(5647) + p.SetState(5603) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 458, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 454, p.GetParserRuleContext()) == 1 { { - p.SetState(5646) + p.SetState(5602) p.Opt_collate() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(5650) + p.SetState(5606) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 459, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 455, p.GetParserRuleContext()) == 1 { { - p.SetState(5649) + p.SetState(5605) p.Opt_class() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(5653) + p.SetState(5609) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -79752,12 +79180,12 @@ func (p *PostgreSQLParser) Index_elem_options() (localctx IIndex_elem_optionsCon if _la == PostgreSQLParserASC || _la == PostgreSQLParserDESC { { - p.SetState(5652) + p.SetState(5608) p.Opt_asc_desc() } } - p.SetState(5656) + p.SetState(5612) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -79766,7 +79194,7 @@ func (p *PostgreSQLParser) Index_elem_options() (localctx IIndex_elem_optionsCon if _la == PostgreSQLParserNULLS_P { { - p.SetState(5655) + p.SetState(5611) p.Opt_nulls_order() } @@ -79774,12 +79202,12 @@ func (p *PostgreSQLParser) Index_elem_options() (localctx IIndex_elem_optionsCon case 2: p.EnterOuterAlt(localctx, 2) - p.SetState(5659) + p.SetState(5615) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 462, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 458, p.GetParserRuleContext()) == 1 { { - p.SetState(5658) + p.SetState(5614) p.Opt_collate() } @@ -79787,14 +79215,14 @@ func (p *PostgreSQLParser) Index_elem_options() (localctx IIndex_elem_optionsCon goto errorExit } { - p.SetState(5661) + p.SetState(5617) p.Any_name() } { - p.SetState(5662) + p.SetState(5618) p.Reloptions() } - p.SetState(5664) + p.SetState(5620) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -79803,12 +79231,12 @@ func (p *PostgreSQLParser) Index_elem_options() (localctx IIndex_elem_optionsCon if _la == PostgreSQLParserASC || _la == PostgreSQLParserDESC { { - p.SetState(5663) + p.SetState(5619) p.Opt_asc_desc() } } - p.SetState(5667) + p.SetState(5623) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -79817,7 +79245,7 @@ func (p *PostgreSQLParser) Index_elem_options() (localctx IIndex_elem_optionsCon if _la == PostgreSQLParserNULLS_P { { - p.SetState(5666) + p.SetState(5622) p.Opt_nulls_order() } @@ -79995,40 +79423,40 @@ func (s *Index_elemContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Index_elem() (localctx IIndex_elemContext) { localctx = NewIndex_elemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 610, PostgreSQLParserRULE_index_elem) - p.SetState(5682) + p.EnterRule(localctx, 608, PostgreSQLParserRULE_index_elem) + p.SetState(5638) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 466, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 462, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(5671) + p.SetState(5627) p.Colid() } { - p.SetState(5672) + p.SetState(5628) p.Index_elem_options() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(5674) + p.SetState(5630) p.Func_expr_windowless() } { - p.SetState(5675) + p.SetState(5631) p.Index_elem_options() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(5677) + p.SetState(5633) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -80036,11 +79464,11 @@ func (p *PostgreSQLParser) Index_elem() (localctx IIndex_elemContext) { } } { - p.SetState(5678) + p.SetState(5634) p.A_expr() } { - p.SetState(5679) + p.SetState(5635) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -80048,7 +79476,7 @@ func (p *PostgreSQLParser) Index_elem() (localctx IIndex_elemContext) { } } { - p.SetState(5680) + p.SetState(5636) p.Index_elem_options() } @@ -80178,10 +79606,10 @@ func (s *Opt_includeContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opt_include() (localctx IOpt_includeContext) { localctx = NewOpt_includeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 612, PostgreSQLParserRULE_opt_include) + p.EnterRule(localctx, 610, PostgreSQLParserRULE_opt_include) p.EnterOuterAlt(localctx, 1) { - p.SetState(5684) + p.SetState(5640) p.Match(PostgreSQLParserINCLUDE) if p.HasError() { // Recognition error - abort rule @@ -80189,7 +79617,7 @@ func (p *PostgreSQLParser) Opt_include() (localctx IOpt_includeContext) { } } { - p.SetState(5685) + p.SetState(5641) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -80197,11 +79625,11 @@ func (p *PostgreSQLParser) Opt_include() (localctx IOpt_includeContext) { } } { - p.SetState(5686) + p.SetState(5642) p.Index_including_params() } { - p.SetState(5687) + p.SetState(5643) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -80352,15 +79780,15 @@ func (s *Index_including_paramsContext) Accept(visitor antlr.ParseTreeVisitor) i func (p *PostgreSQLParser) Index_including_params() (localctx IIndex_including_paramsContext) { localctx = NewIndex_including_paramsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 614, PostgreSQLParserRULE_index_including_params) + p.EnterRule(localctx, 612, PostgreSQLParserRULE_index_including_params) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5689) + p.SetState(5645) p.Index_elem() } - p.SetState(5694) + p.SetState(5650) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -80369,7 +79797,7 @@ func (p *PostgreSQLParser) Index_including_params() (localctx IIndex_including_p for _la == PostgreSQLParserCOMMA { { - p.SetState(5690) + p.SetState(5646) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -80377,11 +79805,11 @@ func (p *PostgreSQLParser) Index_including_params() (localctx IIndex_including_p } } { - p.SetState(5691) + p.SetState(5647) p.Index_elem() } - p.SetState(5696) + p.SetState(5652) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -80501,10 +79929,10 @@ func (s *Opt_collateContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opt_collate() (localctx IOpt_collateContext) { localctx = NewOpt_collateContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 616, PostgreSQLParserRULE_opt_collate) + p.EnterRule(localctx, 614, PostgreSQLParserRULE_opt_collate) p.EnterOuterAlt(localctx, 1) { - p.SetState(5697) + p.SetState(5653) p.Match(PostgreSQLParserCOLLATE) if p.HasError() { // Recognition error - abort rule @@ -80512,7 +79940,7 @@ func (p *PostgreSQLParser) Opt_collate() (localctx IOpt_collateContext) { } } { - p.SetState(5698) + p.SetState(5654) p.Any_name() } @@ -80623,10 +80051,10 @@ func (s *Opt_classContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Opt_class() (localctx IOpt_classContext) { localctx = NewOpt_classContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 618, PostgreSQLParserRULE_opt_class) + p.EnterRule(localctx, 616, PostgreSQLParserRULE_opt_class) p.EnterOuterAlt(localctx, 1) { - p.SetState(5700) + p.SetState(5656) p.Any_name() } @@ -80730,12 +80158,12 @@ func (s *Opt_asc_descContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opt_asc_desc() (localctx IOpt_asc_descContext) { localctx = NewOpt_asc_descContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 620, PostgreSQLParserRULE_opt_asc_desc) + p.EnterRule(localctx, 618, PostgreSQLParserRULE_opt_asc_desc) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5702) + p.SetState(5658) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserASC || _la == PostgreSQLParserDESC) { @@ -80851,18 +80279,18 @@ func (s *Opt_nulls_orderContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Opt_nulls_order() (localctx IOpt_nulls_orderContext) { localctx = NewOpt_nulls_orderContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 622, PostgreSQLParserRULE_opt_nulls_order) - p.SetState(5708) + p.EnterRule(localctx, 620, PostgreSQLParserRULE_opt_nulls_order) + p.SetState(5664) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 468, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 464, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(5704) + p.SetState(5660) p.Match(PostgreSQLParserNULLS_P) if p.HasError() { // Recognition error - abort rule @@ -80870,7 +80298,7 @@ func (p *PostgreSQLParser) Opt_nulls_order() (localctx IOpt_nulls_orderContext) } } { - p.SetState(5705) + p.SetState(5661) p.Match(PostgreSQLParserFIRST_P) if p.HasError() { // Recognition error - abort rule @@ -80881,7 +80309,7 @@ func (p *PostgreSQLParser) Opt_nulls_order() (localctx IOpt_nulls_orderContext) case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(5706) + p.SetState(5662) p.Match(PostgreSQLParserNULLS_P) if p.HasError() { // Recognition error - abort rule @@ -80889,7 +80317,7 @@ func (p *PostgreSQLParser) Opt_nulls_order() (localctx IOpt_nulls_orderContext) } } { - p.SetState(5707) + p.SetState(5663) p.Match(PostgreSQLParserLAST_P) if p.HasError() { // Recognition error - abort rule @@ -81128,19 +80556,19 @@ func (s *CreatefunctionstmtContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Createfunctionstmt() (localctx ICreatefunctionstmtContext) { localctx = NewCreatefunctionstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 624, PostgreSQLParserRULE_createfunctionstmt) + p.EnterRule(localctx, 622, PostgreSQLParserRULE_createfunctionstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5710) + p.SetState(5666) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5712) + p.SetState(5668) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -81149,13 +80577,13 @@ func (p *PostgreSQLParser) Createfunctionstmt() (localctx ICreatefunctionstmtCon if _la == PostgreSQLParserOR { { - p.SetState(5711) + p.SetState(5667) p.Opt_or_replace() } } { - p.SetState(5714) + p.SetState(5670) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserFUNCTION || _la == PostgreSQLParserPROCEDURE) { @@ -81166,41 +80594,41 @@ func (p *PostgreSQLParser) Createfunctionstmt() (localctx ICreatefunctionstmtCon } } { - p.SetState(5715) + p.SetState(5671) p.Func_name() } { - p.SetState(5716) + p.SetState(5672) p.Func_args_with_defaults() } - p.SetState(5726) + p.SetState(5682) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 471, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 467, p.GetParserRuleContext()) == 1 { { - p.SetState(5717) + p.SetState(5673) p.Match(PostgreSQLParserRETURNS) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5724) + p.SetState(5680) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 470, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 466, p.GetParserRuleContext()) { case 1: { - p.SetState(5718) + p.SetState(5674) p.Func_return() } case 2: { - p.SetState(5719) + p.SetState(5675) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -81208,7 +80636,7 @@ func (p *PostgreSQLParser) Createfunctionstmt() (localctx ICreatefunctionstmtCon } } { - p.SetState(5720) + p.SetState(5676) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -81216,11 +80644,11 @@ func (p *PostgreSQLParser) Createfunctionstmt() (localctx ICreatefunctionstmtCon } } { - p.SetState(5721) + p.SetState(5677) p.Table_func_column_list() } { - p.SetState(5722) + p.SetState(5678) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -81236,7 +80664,7 @@ func (p *PostgreSQLParser) Createfunctionstmt() (localctx ICreatefunctionstmtCon goto errorExit } { - p.SetState(5728) + p.SetState(5684) p.Createfunc_opt_list() } @@ -81340,10 +80768,10 @@ func (s *Opt_or_replaceContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Opt_or_replace() (localctx IOpt_or_replaceContext) { localctx = NewOpt_or_replaceContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 626, PostgreSQLParserRULE_opt_or_replace) + p.EnterRule(localctx, 624, PostgreSQLParserRULE_opt_or_replace) p.EnterOuterAlt(localctx, 1) { - p.SetState(5730) + p.SetState(5686) p.Match(PostgreSQLParserOR) if p.HasError() { // Recognition error - abort rule @@ -81351,7 +80779,7 @@ func (p *PostgreSQLParser) Opt_or_replace() (localctx IOpt_or_replaceContext) { } } { - p.SetState(5731) + p.SetState(5687) p.Match(PostgreSQLParserREPLACE) if p.HasError() { // Recognition error - abort rule @@ -81476,19 +80904,19 @@ func (s *Func_argsContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Func_args() (localctx IFunc_argsContext) { localctx = NewFunc_argsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 628, PostgreSQLParserRULE_func_args) + p.EnterRule(localctx, 626, PostgreSQLParserRULE_func_args) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5733) + p.SetState(5689) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5735) + p.SetState(5691) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -81497,13 +80925,13 @@ func (p *PostgreSQLParser) Func_args() (localctx IFunc_argsContext) { if ((int64((_la-33)) & ^0x3f) == 0 && ((int64(1)<<(_la-33))&576460786949430277) != 0) || ((int64((_la-101)) & ^0x3f) == 0 && ((int64(1)<<(_la-101))&-31) != 0) || ((int64((_la-165)) & ^0x3f) == 0 && ((int64(1)<<(_la-165))&-1) != 0) || ((int64((_la-229)) & ^0x3f) == 0 && ((int64(1)<<(_la-229))&-18874369) != 0) || ((int64((_la-293)) & ^0x3f) == 0 && ((int64(1)<<(_la-293))&-1) != 0) || ((int64((_la-357)) & ^0x3f) == 0 && ((int64(1)<<(_la-357))&-1) != 0) || ((int64((_la-421)) & ^0x3f) == 0 && ((int64(1)<<(_la-421))&-34359738369) != 0) || ((int64((_la-485)) & ^0x3f) == 0 && ((int64(1)<<(_la-485))&-68724719617) != 0) || ((int64((_la-549)) & ^0x3f) == 0 && ((int64(1)<<(_la-549))&-1) != 0) || ((int64((_la-613)) & ^0x3f) == 0 && ((int64(1)<<(_la-613))&108086428671410175) != 0) { { - p.SetState(5734) + p.SetState(5690) p.Func_args_list() } } { - p.SetState(5737) + p.SetState(5693) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -81654,15 +81082,15 @@ func (s *Func_args_listContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Func_args_list() (localctx IFunc_args_listContext) { localctx = NewFunc_args_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 630, PostgreSQLParserRULE_func_args_list) + p.EnterRule(localctx, 628, PostgreSQLParserRULE_func_args_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5739) + p.SetState(5695) p.Func_arg() } - p.SetState(5744) + p.SetState(5700) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -81671,7 +81099,7 @@ func (p *PostgreSQLParser) Func_args_list() (localctx IFunc_args_listContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(5740) + p.SetState(5696) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -81679,11 +81107,11 @@ func (p *PostgreSQLParser) Func_args_list() (localctx IFunc_args_listContext) { } } { - p.SetState(5741) + p.SetState(5697) p.Func_arg() } - p.SetState(5746) + p.SetState(5702) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -81834,15 +81262,15 @@ func (s *Function_with_argtypes_listContext) Accept(visitor antlr.ParseTreeVisit func (p *PostgreSQLParser) Function_with_argtypes_list() (localctx IFunction_with_argtypes_listContext) { localctx = NewFunction_with_argtypes_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 632, PostgreSQLParserRULE_function_with_argtypes_list) + p.EnterRule(localctx, 630, PostgreSQLParserRULE_function_with_argtypes_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5747) + p.SetState(5703) p.Function_with_argtypes() } - p.SetState(5752) + p.SetState(5708) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -81851,7 +81279,7 @@ func (p *PostgreSQLParser) Function_with_argtypes_list() (localctx IFunction_wit for _la == PostgreSQLParserCOMMA { { - p.SetState(5748) + p.SetState(5704) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -81859,11 +81287,11 @@ func (p *PostgreSQLParser) Function_with_argtypes_list() (localctx IFunction_wit } } { - p.SetState(5749) + p.SetState(5705) p.Function_with_argtypes() } - p.SetState(5754) + p.SetState(5710) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -82046,41 +81474,41 @@ func (s *Function_with_argtypesContext) Accept(visitor antlr.ParseTreeVisitor) i func (p *PostgreSQLParser) Function_with_argtypes() (localctx IFunction_with_argtypesContext) { localctx = NewFunction_with_argtypesContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 634, PostgreSQLParserRULE_function_with_argtypes) + p.EnterRule(localctx, 632, PostgreSQLParserRULE_function_with_argtypes) var _la int - p.SetState(5763) + p.SetState(5719) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 476, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 472, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(5755) + p.SetState(5711) p.Func_name() } { - p.SetState(5756) + p.SetState(5712) p.Func_args() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(5758) + p.SetState(5714) p.Type_func_name_keyword() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(5759) + p.SetState(5715) p.Colid() } - p.SetState(5761) + p.SetState(5717) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -82089,7 +81517,7 @@ func (p *PostgreSQLParser) Function_with_argtypes() (localctx IFunction_with_arg if _la == PostgreSQLParserOPEN_BRACKET || _la == PostgreSQLParserDOT { { - p.SetState(5760) + p.SetState(5716) p.Indirection() } @@ -82216,19 +81644,19 @@ func (s *Func_args_with_defaultsContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Func_args_with_defaults() (localctx IFunc_args_with_defaultsContext) { localctx = NewFunc_args_with_defaultsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 636, PostgreSQLParserRULE_func_args_with_defaults) + p.EnterRule(localctx, 634, PostgreSQLParserRULE_func_args_with_defaults) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5765) + p.SetState(5721) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5767) + p.SetState(5723) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -82237,13 +81665,13 @@ func (p *PostgreSQLParser) Func_args_with_defaults() (localctx IFunc_args_with_d if ((int64((_la-33)) & ^0x3f) == 0 && ((int64(1)<<(_la-33))&576460786949430277) != 0) || ((int64((_la-101)) & ^0x3f) == 0 && ((int64(1)<<(_la-101))&-31) != 0) || ((int64((_la-165)) & ^0x3f) == 0 && ((int64(1)<<(_la-165))&-1) != 0) || ((int64((_la-229)) & ^0x3f) == 0 && ((int64(1)<<(_la-229))&-18874369) != 0) || ((int64((_la-293)) & ^0x3f) == 0 && ((int64(1)<<(_la-293))&-1) != 0) || ((int64((_la-357)) & ^0x3f) == 0 && ((int64(1)<<(_la-357))&-1) != 0) || ((int64((_la-421)) & ^0x3f) == 0 && ((int64(1)<<(_la-421))&-34359738369) != 0) || ((int64((_la-485)) & ^0x3f) == 0 && ((int64(1)<<(_la-485))&-68724719617) != 0) || ((int64((_la-549)) & ^0x3f) == 0 && ((int64(1)<<(_la-549))&-1) != 0) || ((int64((_la-613)) & ^0x3f) == 0 && ((int64(1)<<(_la-613))&108086428671410175) != 0) { { - p.SetState(5766) + p.SetState(5722) p.Func_args_with_defaults_list() } } { - p.SetState(5769) + p.SetState(5725) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -82394,15 +81822,15 @@ func (s *Func_args_with_defaults_listContext) Accept(visitor antlr.ParseTreeVisi func (p *PostgreSQLParser) Func_args_with_defaults_list() (localctx IFunc_args_with_defaults_listContext) { localctx = NewFunc_args_with_defaults_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 638, PostgreSQLParserRULE_func_args_with_defaults_list) + p.EnterRule(localctx, 636, PostgreSQLParserRULE_func_args_with_defaults_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5771) + p.SetState(5727) p.Func_arg_with_default() } - p.SetState(5776) + p.SetState(5732) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -82411,7 +81839,7 @@ func (p *PostgreSQLParser) Func_args_with_defaults_list() (localctx IFunc_args_w for _la == PostgreSQLParserCOMMA { { - p.SetState(5772) + p.SetState(5728) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -82419,11 +81847,11 @@ func (p *PostgreSQLParser) Func_args_with_defaults_list() (localctx IFunc_args_w } } { - p.SetState(5773) + p.SetState(5729) p.Func_arg_with_default() } - p.SetState(5778) + p.SetState(5734) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -82572,26 +82000,26 @@ func (s *Func_argContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Func_arg() (localctx IFunc_argContext) { localctx = NewFunc_argContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 640, PostgreSQLParserRULE_func_arg) - p.SetState(5792) + p.EnterRule(localctx, 638, PostgreSQLParserRULE_func_arg) + p.SetState(5748) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 481, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 477, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(5779) + p.SetState(5735) p.Arg_class() } - p.SetState(5781) + p.SetState(5737) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 479, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 475, p.GetParserRuleContext()) == 1 { { - p.SetState(5780) + p.SetState(5736) p.Param_name() } @@ -82599,22 +82027,22 @@ func (p *PostgreSQLParser) Func_arg() (localctx IFunc_argContext) { goto errorExit } { - p.SetState(5783) + p.SetState(5739) p.Func_type() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(5785) + p.SetState(5741) p.Param_name() } - p.SetState(5787) + p.SetState(5743) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 480, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 476, p.GetParserRuleContext()) == 1 { { - p.SetState(5786) + p.SetState(5742) p.Arg_class() } @@ -82622,14 +82050,14 @@ func (p *PostgreSQLParser) Func_arg() (localctx IFunc_argContext) { goto errorExit } { - p.SetState(5789) + p.SetState(5745) p.Func_type() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(5791) + p.SetState(5747) p.Func_type() } @@ -82747,8 +82175,8 @@ func (s *Arg_classContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Arg_class() (localctx IArg_classContext) { localctx = NewArg_classContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 642, PostgreSQLParserRULE_arg_class) - p.SetState(5801) + p.EnterRule(localctx, 640, PostgreSQLParserRULE_arg_class) + p.SetState(5757) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -82758,19 +82186,19 @@ func (p *PostgreSQLParser) Arg_class() (localctx IArg_classContext) { case PostgreSQLParserIN_P: p.EnterOuterAlt(localctx, 1) { - p.SetState(5794) + p.SetState(5750) p.Match(PostgreSQLParserIN_P) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5796) + p.SetState(5752) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 482, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 478, p.GetParserRuleContext()) == 1 { { - p.SetState(5795) + p.SetState(5751) p.Match(PostgreSQLParserOUT_P) if p.HasError() { // Recognition error - abort rule @@ -82785,7 +82213,7 @@ func (p *PostgreSQLParser) Arg_class() (localctx IArg_classContext) { case PostgreSQLParserOUT_P: p.EnterOuterAlt(localctx, 2) { - p.SetState(5798) + p.SetState(5754) p.Match(PostgreSQLParserOUT_P) if p.HasError() { // Recognition error - abort rule @@ -82796,7 +82224,7 @@ func (p *PostgreSQLParser) Arg_class() (localctx IArg_classContext) { case PostgreSQLParserINOUT: p.EnterOuterAlt(localctx, 3) { - p.SetState(5799) + p.SetState(5755) p.Match(PostgreSQLParserINOUT) if p.HasError() { // Recognition error - abort rule @@ -82807,7 +82235,7 @@ func (p *PostgreSQLParser) Arg_class() (localctx IArg_classContext) { case PostgreSQLParserVARIADIC: p.EnterOuterAlt(localctx, 4) { - p.SetState(5800) + p.SetState(5756) p.Match(PostgreSQLParserVARIADIC) if p.HasError() { // Recognition error - abort rule @@ -82954,8 +82382,8 @@ func (s *Param_nameContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Param_name() (localctx IParam_nameContext) { localctx = NewParam_nameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 644, PostgreSQLParserRULE_param_name) - p.SetState(5807) + p.EnterRule(localctx, 642, PostgreSQLParserRULE_param_name) + p.SetState(5763) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -82965,21 +82393,21 @@ func (p *PostgreSQLParser) Param_name() (localctx IParam_nameContext) { case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserPARAMETER, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserCOLUMNS, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: p.EnterOuterAlt(localctx, 1) { - p.SetState(5803) + p.SetState(5759) p.Type_function_name() } case PostgreSQLParserREPLACE, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserREVERSE, PostgreSQLParserLOG, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER: p.EnterOuterAlt(localctx, 2) { - p.SetState(5804) + p.SetState(5760) p.Builtin_function_name() } case PostgreSQLParserLEFT: p.EnterOuterAlt(localctx, 3) { - p.SetState(5805) + p.SetState(5761) p.Match(PostgreSQLParserLEFT) if p.HasError() { // Recognition error - abort rule @@ -82990,7 +82418,7 @@ func (p *PostgreSQLParser) Param_name() (localctx IParam_nameContext) { case PostgreSQLParserRIGHT: p.EnterOuterAlt(localctx, 4) { - p.SetState(5806) + p.SetState(5762) p.Match(PostgreSQLParserRIGHT) if p.HasError() { // Recognition error - abort rule @@ -83110,10 +82538,10 @@ func (s *Func_returnContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Func_return() (localctx IFunc_returnContext) { localctx = NewFunc_returnContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 646, PostgreSQLParserRULE_func_return) + p.EnterRule(localctx, 644, PostgreSQLParserRULE_func_return) p.EnterOuterAlt(localctx, 1) { - p.SetState(5809) + p.SetState(5765) p.Func_type() } @@ -83300,26 +82728,26 @@ func (s *Func_typeContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Func_type() (localctx IFunc_typeContext) { localctx = NewFunc_typeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 648, PostgreSQLParserRULE_func_type) + p.EnterRule(localctx, 646, PostgreSQLParserRULE_func_type) var _la int - p.SetState(5825) + p.SetState(5781) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 487, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 483, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(5811) + p.SetState(5767) p.Typename() } case 2: p.EnterOuterAlt(localctx, 2) - p.SetState(5813) + p.SetState(5769) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -83328,7 +82756,7 @@ func (p *PostgreSQLParser) Func_type() (localctx IFunc_typeContext) { if _la == PostgreSQLParserSETOF { { - p.SetState(5812) + p.SetState(5768) p.Match(PostgreSQLParserSETOF) if p.HasError() { // Recognition error - abort rule @@ -83337,7 +82765,7 @@ func (p *PostgreSQLParser) Func_type() (localctx IFunc_typeContext) { } } - p.SetState(5819) + p.SetState(5775) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -83346,19 +82774,19 @@ func (p *PostgreSQLParser) Func_type() (localctx IFunc_typeContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserREPLACE, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserREVERSE, PostgreSQLParserLOG, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER: { - p.SetState(5815) + p.SetState(5771) p.Builtin_function_name() } case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserPARAMETER, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserCOLUMNS, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: { - p.SetState(5816) + p.SetState(5772) p.Type_function_name() } case PostgreSQLParserLEFT: { - p.SetState(5817) + p.SetState(5773) p.Match(PostgreSQLParserLEFT) if p.HasError() { // Recognition error - abort rule @@ -83368,7 +82796,7 @@ func (p *PostgreSQLParser) Func_type() (localctx IFunc_typeContext) { case PostgreSQLParserRIGHT: { - p.SetState(5818) + p.SetState(5774) p.Match(PostgreSQLParserRIGHT) if p.HasError() { // Recognition error - abort rule @@ -83381,11 +82809,11 @@ func (p *PostgreSQLParser) Func_type() (localctx IFunc_typeContext) { goto errorExit } { - p.SetState(5821) + p.SetState(5777) p.Attrs() } { - p.SetState(5822) + p.SetState(5778) p.Match(PostgreSQLParserPERCENT) if p.HasError() { // Recognition error - abort rule @@ -83393,7 +82821,7 @@ func (p *PostgreSQLParser) Func_type() (localctx IFunc_typeContext) { } } { - p.SetState(5823) + p.SetState(5779) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -83539,15 +82967,15 @@ func (s *Func_arg_with_defaultContext) Accept(visitor antlr.ParseTreeVisitor) in func (p *PostgreSQLParser) Func_arg_with_default() (localctx IFunc_arg_with_defaultContext) { localctx = NewFunc_arg_with_defaultContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 650, PostgreSQLParserRULE_func_arg_with_default) + p.EnterRule(localctx, 648, PostgreSQLParserRULE_func_arg_with_default) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5827) + p.SetState(5783) p.Func_arg() } - p.SetState(5830) + p.SetState(5786) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -83556,7 +82984,7 @@ func (p *PostgreSQLParser) Func_arg_with_default() (localctx IFunc_arg_with_defa if _la == PostgreSQLParserEQUAL || _la == PostgreSQLParserDEFAULT { { - p.SetState(5828) + p.SetState(5784) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserEQUAL || _la == PostgreSQLParserDEFAULT) { @@ -83567,7 +82995,7 @@ func (p *PostgreSQLParser) Func_arg_with_default() (localctx IFunc_arg_with_defa } } { - p.SetState(5829) + p.SetState(5785) p.A_expr() } @@ -83680,10 +83108,10 @@ func (s *Aggr_argContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Aggr_arg() (localctx IAggr_argContext) { localctx = NewAggr_argContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 652, PostgreSQLParserRULE_aggr_arg) + p.EnterRule(localctx, 650, PostgreSQLParserRULE_aggr_arg) p.EnterOuterAlt(localctx, 1) { - p.SetState(5832) + p.SetState(5788) p.Func_arg() } @@ -83845,26 +83273,26 @@ func (s *Aggr_argsContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Aggr_args() (localctx IAggr_argsContext) { localctx = NewAggr_argsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 654, PostgreSQLParserRULE_aggr_args) + p.EnterRule(localctx, 652, PostgreSQLParserRULE_aggr_args) p.EnterOuterAlt(localctx, 1) { - p.SetState(5834) + p.SetState(5790) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(5845) + p.SetState(5801) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 489, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 485, p.GetParserRuleContext()) { case 1: { - p.SetState(5835) + p.SetState(5791) p.Match(PostgreSQLParserSTAR) if p.HasError() { // Recognition error - abort rule @@ -83874,13 +83302,13 @@ func (p *PostgreSQLParser) Aggr_args() (localctx IAggr_argsContext) { case 2: { - p.SetState(5836) + p.SetState(5792) p.Aggr_args_list() } case 3: { - p.SetState(5837) + p.SetState(5793) p.Match(PostgreSQLParserORDER) if p.HasError() { // Recognition error - abort rule @@ -83888,7 +83316,7 @@ func (p *PostgreSQLParser) Aggr_args() (localctx IAggr_argsContext) { } } { - p.SetState(5838) + p.SetState(5794) p.Match(PostgreSQLParserBY) if p.HasError() { // Recognition error - abort rule @@ -83896,17 +83324,17 @@ func (p *PostgreSQLParser) Aggr_args() (localctx IAggr_argsContext) { } } { - p.SetState(5839) + p.SetState(5795) p.Aggr_args_list() } case 4: { - p.SetState(5840) + p.SetState(5796) p.Aggr_args_list() } { - p.SetState(5841) + p.SetState(5797) p.Match(PostgreSQLParserORDER) if p.HasError() { // Recognition error - abort rule @@ -83914,7 +83342,7 @@ func (p *PostgreSQLParser) Aggr_args() (localctx IAggr_argsContext) { } } { - p.SetState(5842) + p.SetState(5798) p.Match(PostgreSQLParserBY) if p.HasError() { // Recognition error - abort rule @@ -83922,7 +83350,7 @@ func (p *PostgreSQLParser) Aggr_args() (localctx IAggr_argsContext) { } } { - p.SetState(5843) + p.SetState(5799) p.Aggr_args_list() } @@ -83930,7 +83358,7 @@ func (p *PostgreSQLParser) Aggr_args() (localctx IAggr_argsContext) { goto errorExit } { - p.SetState(5847) + p.SetState(5803) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -84081,15 +83509,15 @@ func (s *Aggr_args_listContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Aggr_args_list() (localctx IAggr_args_listContext) { localctx = NewAggr_args_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 656, PostgreSQLParserRULE_aggr_args_list) + p.EnterRule(localctx, 654, PostgreSQLParserRULE_aggr_args_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5849) + p.SetState(5805) p.Aggr_arg() } - p.SetState(5854) + p.SetState(5810) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -84098,7 +83526,7 @@ func (p *PostgreSQLParser) Aggr_args_list() (localctx IAggr_args_listContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(5850) + p.SetState(5806) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -84106,11 +83534,11 @@ func (p *PostgreSQLParser) Aggr_args_list() (localctx IAggr_args_listContext) { } } { - p.SetState(5851) + p.SetState(5807) p.Aggr_arg() } - p.SetState(5856) + p.SetState(5812) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -84242,14 +83670,14 @@ func (s *Aggregate_with_argtypesContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Aggregate_with_argtypes() (localctx IAggregate_with_argtypesContext) { localctx = NewAggregate_with_argtypesContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 658, PostgreSQLParserRULE_aggregate_with_argtypes) + p.EnterRule(localctx, 656, PostgreSQLParserRULE_aggregate_with_argtypes) p.EnterOuterAlt(localctx, 1) { - p.SetState(5857) + p.SetState(5813) p.Func_name() } { - p.SetState(5858) + p.SetState(5814) p.Aggr_args() } @@ -84396,15 +83824,15 @@ func (s *Aggregate_with_argtypes_listContext) Accept(visitor antlr.ParseTreeVisi func (p *PostgreSQLParser) Aggregate_with_argtypes_list() (localctx IAggregate_with_argtypes_listContext) { localctx = NewAggregate_with_argtypes_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 660, PostgreSQLParserRULE_aggregate_with_argtypes_list) + p.EnterRule(localctx, 658, PostgreSQLParserRULE_aggregate_with_argtypes_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5860) + p.SetState(5816) p.Aggregate_with_argtypes() } - p.SetState(5865) + p.SetState(5821) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -84413,7 +83841,7 @@ func (p *PostgreSQLParser) Aggregate_with_argtypes_list() (localctx IAggregate_w for _la == PostgreSQLParserCOMMA { { - p.SetState(5861) + p.SetState(5817) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -84421,11 +83849,11 @@ func (p *PostgreSQLParser) Aggregate_with_argtypes_list() (localctx IAggregate_w } } { - p.SetState(5862) + p.SetState(5818) p.Aggregate_with_argtypes() } - p.SetState(5867) + p.SetState(5823) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -84566,11 +83994,11 @@ func (s *Createfunc_opt_listContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Createfunc_opt_list() (localctx ICreatefunc_opt_listContext) { localctx = NewCreatefunc_opt_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 662, PostgreSQLParserRULE_createfunc_opt_list) + p.EnterRule(localctx, 660, PostgreSQLParserRULE_createfunc_opt_list) var _alt int p.EnterOuterAlt(localctx, 1) - p.SetState(5869) + p.SetState(5825) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -84580,7 +84008,7 @@ func (p *PostgreSQLParser) Createfunc_opt_list() (localctx ICreatefunc_opt_listC switch _alt { case 1: { - p.SetState(5868) + p.SetState(5824) p.Createfunc_opt_item() } @@ -84589,9 +84017,9 @@ func (p *PostgreSQLParser) Createfunc_opt_list() (localctx ICreatefunc_opt_listC goto errorExit } - p.SetState(5871) + p.SetState(5827) p.GetErrorHandler().Sync(p) - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 492, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 488, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -84857,18 +84285,18 @@ func (s *Common_func_opt_itemContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_itemContext) { localctx = NewCommon_func_opt_itemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 664, PostgreSQLParserRULE_common_func_opt_item) - p.SetState(5910) + p.EnterRule(localctx, 662, PostgreSQLParserRULE_common_func_opt_item) + p.SetState(5866) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 493, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 489, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(5875) + p.SetState(5831) p.Match(PostgreSQLParserCALLED) if p.HasError() { // Recognition error - abort rule @@ -84876,7 +84304,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite } } { - p.SetState(5876) + p.SetState(5832) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -84884,7 +84312,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite } } { - p.SetState(5877) + p.SetState(5833) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule @@ -84892,7 +84320,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite } } { - p.SetState(5878) + p.SetState(5834) p.Match(PostgreSQLParserINPUT_P) if p.HasError() { // Recognition error - abort rule @@ -84903,7 +84331,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(5879) + p.SetState(5835) p.Match(PostgreSQLParserRETURNS) if p.HasError() { // Recognition error - abort rule @@ -84911,7 +84339,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite } } { - p.SetState(5880) + p.SetState(5836) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule @@ -84919,7 +84347,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite } } { - p.SetState(5881) + p.SetState(5837) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -84927,7 +84355,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite } } { - p.SetState(5882) + p.SetState(5838) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule @@ -84935,7 +84363,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite } } { - p.SetState(5883) + p.SetState(5839) p.Match(PostgreSQLParserINPUT_P) if p.HasError() { // Recognition error - abort rule @@ -84946,7 +84374,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(5884) + p.SetState(5840) p.Match(PostgreSQLParserSTRICT_P) if p.HasError() { // Recognition error - abort rule @@ -84957,7 +84385,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(5885) + p.SetState(5841) p.Match(PostgreSQLParserIMMUTABLE) if p.HasError() { // Recognition error - abort rule @@ -84968,7 +84396,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(5886) + p.SetState(5842) p.Match(PostgreSQLParserSTABLE) if p.HasError() { // Recognition error - abort rule @@ -84979,7 +84407,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(5887) + p.SetState(5843) p.Match(PostgreSQLParserVOLATILE) if p.HasError() { // Recognition error - abort rule @@ -84990,7 +84418,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(5888) + p.SetState(5844) p.Match(PostgreSQLParserEXTERNAL) if p.HasError() { // Recognition error - abort rule @@ -84998,7 +84426,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite } } { - p.SetState(5889) + p.SetState(5845) p.Match(PostgreSQLParserSECURITY) if p.HasError() { // Recognition error - abort rule @@ -85006,7 +84434,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite } } { - p.SetState(5890) + p.SetState(5846) p.Match(PostgreSQLParserDEFINER) if p.HasError() { // Recognition error - abort rule @@ -85017,7 +84445,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(5891) + p.SetState(5847) p.Match(PostgreSQLParserEXTERNAL) if p.HasError() { // Recognition error - abort rule @@ -85025,7 +84453,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite } } { - p.SetState(5892) + p.SetState(5848) p.Match(PostgreSQLParserSECURITY) if p.HasError() { // Recognition error - abort rule @@ -85033,7 +84461,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite } } { - p.SetState(5893) + p.SetState(5849) p.Match(PostgreSQLParserINVOKER) if p.HasError() { // Recognition error - abort rule @@ -85044,7 +84472,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(5894) + p.SetState(5850) p.Match(PostgreSQLParserSECURITY) if p.HasError() { // Recognition error - abort rule @@ -85052,7 +84480,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite } } { - p.SetState(5895) + p.SetState(5851) p.Match(PostgreSQLParserDEFINER) if p.HasError() { // Recognition error - abort rule @@ -85063,7 +84491,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite case 10: p.EnterOuterAlt(localctx, 10) { - p.SetState(5896) + p.SetState(5852) p.Match(PostgreSQLParserSECURITY) if p.HasError() { // Recognition error - abort rule @@ -85071,7 +84499,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite } } { - p.SetState(5897) + p.SetState(5853) p.Match(PostgreSQLParserINVOKER) if p.HasError() { // Recognition error - abort rule @@ -85082,7 +84510,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite case 11: p.EnterOuterAlt(localctx, 11) { - p.SetState(5898) + p.SetState(5854) p.Match(PostgreSQLParserLEAKPROOF) if p.HasError() { // Recognition error - abort rule @@ -85093,7 +84521,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite case 12: p.EnterOuterAlt(localctx, 12) { - p.SetState(5899) + p.SetState(5855) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -85101,7 +84529,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite } } { - p.SetState(5900) + p.SetState(5856) p.Match(PostgreSQLParserLEAKPROOF) if p.HasError() { // Recognition error - abort rule @@ -85112,7 +84540,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite case 13: p.EnterOuterAlt(localctx, 13) { - p.SetState(5901) + p.SetState(5857) p.Match(PostgreSQLParserCOST) if p.HasError() { // Recognition error - abort rule @@ -85120,14 +84548,14 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite } } { - p.SetState(5902) + p.SetState(5858) p.Numericonly() } case 14: p.EnterOuterAlt(localctx, 14) { - p.SetState(5903) + p.SetState(5859) p.Match(PostgreSQLParserROWS) if p.HasError() { // Recognition error - abort rule @@ -85135,14 +84563,14 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite } } { - p.SetState(5904) + p.SetState(5860) p.Numericonly() } case 15: p.EnterOuterAlt(localctx, 15) { - p.SetState(5905) + p.SetState(5861) p.Match(PostgreSQLParserSUPPORT) if p.HasError() { // Recognition error - abort rule @@ -85150,21 +84578,21 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite } } { - p.SetState(5906) + p.SetState(5862) p.Any_name() } case 16: p.EnterOuterAlt(localctx, 16) { - p.SetState(5907) + p.SetState(5863) p.Functionsetresetclause() } case 17: p.EnterOuterAlt(localctx, 17) { - p.SetState(5908) + p.SetState(5864) p.Match(PostgreSQLParserPARALLEL) if p.HasError() { // Recognition error - abort rule @@ -85172,7 +84600,7 @@ func (p *PostgreSQLParser) Common_func_opt_item() (localctx ICommon_func_opt_ite } } { - p.SetState(5909) + p.SetState(5865) p.Colid() } @@ -85390,8 +84818,8 @@ func (s *Createfunc_opt_itemContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Createfunc_opt_item() (localctx ICreatefunc_opt_itemContext) { localctx = NewCreatefunc_opt_itemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 666, PostgreSQLParserRULE_createfunc_opt_item) - p.SetState(5925) + p.EnterRule(localctx, 664, PostgreSQLParserRULE_createfunc_opt_item) + p.SetState(5881) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -85401,7 +84829,7 @@ func (p *PostgreSQLParser) Createfunc_opt_item() (localctx ICreatefunc_opt_itemC case PostgreSQLParserAS: p.EnterOuterAlt(localctx, 1) { - p.SetState(5912) + p.SetState(5868) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -85409,14 +84837,14 @@ func (p *PostgreSQLParser) Createfunc_opt_item() (localctx ICreatefunc_opt_itemC } } { - p.SetState(5913) + p.SetState(5869) p.Func_as() } case PostgreSQLParserBEGIN_P: p.EnterOuterAlt(localctx, 2) { - p.SetState(5914) + p.SetState(5870) p.Match(PostgreSQLParserBEGIN_P) if p.HasError() { // Recognition error - abort rule @@ -85424,7 +84852,7 @@ func (p *PostgreSQLParser) Createfunc_opt_item() (localctx ICreatefunc_opt_itemC } } { - p.SetState(5915) + p.SetState(5871) p.Match(PostgreSQLParserATOMIC_P) if p.HasError() { // Recognition error - abort rule @@ -85432,11 +84860,11 @@ func (p *PostgreSQLParser) Createfunc_opt_item() (localctx ICreatefunc_opt_itemC } } { - p.SetState(5916) + p.SetState(5872) p.Stmtmulti() } { - p.SetState(5917) + p.SetState(5873) p.Match(PostgreSQLParserEND_P) if p.HasError() { // Recognition error - abort rule @@ -85447,7 +84875,7 @@ func (p *PostgreSQLParser) Createfunc_opt_item() (localctx ICreatefunc_opt_itemC case PostgreSQLParserLANGUAGE: p.EnterOuterAlt(localctx, 3) { - p.SetState(5919) + p.SetState(5875) p.Match(PostgreSQLParserLANGUAGE) if p.HasError() { // Recognition error - abort rule @@ -85455,14 +84883,14 @@ func (p *PostgreSQLParser) Createfunc_opt_item() (localctx ICreatefunc_opt_itemC } } { - p.SetState(5920) + p.SetState(5876) p.Nonreservedword_or_sconst() } case PostgreSQLParserTRANSFORM: p.EnterOuterAlt(localctx, 4) { - p.SetState(5921) + p.SetState(5877) p.Match(PostgreSQLParserTRANSFORM) if p.HasError() { // Recognition error - abort rule @@ -85470,14 +84898,14 @@ func (p *PostgreSQLParser) Createfunc_opt_item() (localctx ICreatefunc_opt_itemC } } { - p.SetState(5922) + p.SetState(5878) p.Transform_type_list() } case PostgreSQLParserWINDOW: p.EnterOuterAlt(localctx, 5) { - p.SetState(5923) + p.SetState(5879) p.Match(PostgreSQLParserWINDOW) if p.HasError() { // Recognition error - abort rule @@ -85488,7 +84916,7 @@ func (p *PostgreSQLParser) Createfunc_opt_item() (localctx ICreatefunc_opt_itemC case PostgreSQLParserNOT, PostgreSQLParserCALLED, PostgreSQLParserCOST, PostgreSQLParserEXTERNAL, PostgreSQLParserIMMUTABLE, PostgreSQLParserLEAKPROOF, PostgreSQLParserRESET, PostgreSQLParserRETURNS, PostgreSQLParserROWS, PostgreSQLParserSECURITY, PostgreSQLParserSET, PostgreSQLParserSTABLE, PostgreSQLParserSTRICT_P, PostgreSQLParserVOLATILE, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL: p.EnterOuterAlt(localctx, 6) { - p.SetState(5924) + p.SetState(5880) p.Common_func_opt_item() } @@ -85657,18 +85085,18 @@ func (s *Func_asContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Func_as() (localctx IFunc_asContext) { localctx = NewFunc_asContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 668, PostgreSQLParserRULE_func_as) - p.SetState(5932) + p.EnterRule(localctx, 666, PostgreSQLParserRULE_func_as) + p.SetState(5888) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 495, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 491, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(5927) + p.SetState(5883) var _x = p.Sconst() @@ -85678,11 +85106,11 @@ func (p *PostgreSQLParser) Func_as() (localctx IFunc_asContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(5928) + p.SetState(5884) p.Sconst() } { - p.SetState(5929) + p.SetState(5885) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -85690,7 +85118,7 @@ func (p *PostgreSQLParser) Func_as() (localctx IFunc_asContext) { } } { - p.SetState(5930) + p.SetState(5886) p.Sconst() } @@ -85861,12 +85289,12 @@ func (s *Transform_type_listContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Transform_type_list() (localctx ITransform_type_listContext) { localctx = NewTransform_type_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 670, PostgreSQLParserRULE_transform_type_list) + p.EnterRule(localctx, 668, PostgreSQLParserRULE_transform_type_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5934) + p.SetState(5890) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -85874,7 +85302,7 @@ func (p *PostgreSQLParser) Transform_type_list() (localctx ITransform_type_listC } } { - p.SetState(5935) + p.SetState(5891) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -85882,10 +85310,10 @@ func (p *PostgreSQLParser) Transform_type_list() (localctx ITransform_type_listC } } { - p.SetState(5936) + p.SetState(5892) p.Typename() } - p.SetState(5943) + p.SetState(5899) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -85894,7 +85322,7 @@ func (p *PostgreSQLParser) Transform_type_list() (localctx ITransform_type_listC for _la == PostgreSQLParserCOMMA { { - p.SetState(5937) + p.SetState(5893) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -85902,7 +85330,7 @@ func (p *PostgreSQLParser) Transform_type_list() (localctx ITransform_type_listC } } { - p.SetState(5938) + p.SetState(5894) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -85910,7 +85338,7 @@ func (p *PostgreSQLParser) Transform_type_list() (localctx ITransform_type_listC } } { - p.SetState(5939) + p.SetState(5895) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -85918,11 +85346,11 @@ func (p *PostgreSQLParser) Transform_type_list() (localctx ITransform_type_listC } } { - p.SetState(5940) + p.SetState(5896) p.Typename() } - p.SetState(5945) + p.SetState(5901) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -86042,10 +85470,10 @@ func (s *Opt_definitionContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Opt_definition() (localctx IOpt_definitionContext) { localctx = NewOpt_definitionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 672, PostgreSQLParserRULE_opt_definition) + p.EnterRule(localctx, 670, PostgreSQLParserRULE_opt_definition) p.EnterOuterAlt(localctx, 1) { - p.SetState(5946) + p.SetState(5902) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -86053,7 +85481,7 @@ func (p *PostgreSQLParser) Opt_definition() (localctx IOpt_definitionContext) { } } { - p.SetState(5947) + p.SetState(5903) p.Definition() } @@ -86181,14 +85609,14 @@ func (s *Table_func_columnContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Table_func_column() (localctx ITable_func_columnContext) { localctx = NewTable_func_columnContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 674, PostgreSQLParserRULE_table_func_column) + p.EnterRule(localctx, 672, PostgreSQLParserRULE_table_func_column) p.EnterOuterAlt(localctx, 1) { - p.SetState(5949) + p.SetState(5905) p.Param_name() } { - p.SetState(5950) + p.SetState(5906) p.Func_type() } @@ -86335,15 +85763,15 @@ func (s *Table_func_column_listContext) Accept(visitor antlr.ParseTreeVisitor) i func (p *PostgreSQLParser) Table_func_column_list() (localctx ITable_func_column_listContext) { localctx = NewTable_func_column_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 676, PostgreSQLParserRULE_table_func_column_list) + p.EnterRule(localctx, 674, PostgreSQLParserRULE_table_func_column_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5952) + p.SetState(5908) p.Table_func_column() } - p.SetState(5957) + p.SetState(5913) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -86352,7 +85780,7 @@ func (p *PostgreSQLParser) Table_func_column_list() (localctx ITable_func_column for _la == PostgreSQLParserCOMMA { { - p.SetState(5953) + p.SetState(5909) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -86360,11 +85788,11 @@ func (p *PostgreSQLParser) Table_func_column_list() (localctx ITable_func_column } } { - p.SetState(5954) + p.SetState(5910) p.Table_func_column() } - p.SetState(5959) + p.SetState(5915) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -86533,12 +85961,12 @@ func (s *AlterfunctionstmtContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Alterfunctionstmt() (localctx IAlterfunctionstmtContext) { localctx = NewAlterfunctionstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 678, PostgreSQLParserRULE_alterfunctionstmt) + p.EnterRule(localctx, 676, PostgreSQLParserRULE_alterfunctionstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(5960) + p.SetState(5916) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -86546,7 +85974,7 @@ func (p *PostgreSQLParser) Alterfunctionstmt() (localctx IAlterfunctionstmtConte } } { - p.SetState(5961) + p.SetState(5917) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserFUNCTION || _la == PostgreSQLParserPROCEDURE || _la == PostgreSQLParserROUTINE) { @@ -86557,14 +85985,14 @@ func (p *PostgreSQLParser) Alterfunctionstmt() (localctx IAlterfunctionstmtConte } } { - p.SetState(5962) + p.SetState(5918) p.Function_with_argtypes() } { - p.SetState(5963) + p.SetState(5919) p.Alterfunc_opt_list() } - p.SetState(5965) + p.SetState(5921) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -86573,7 +86001,7 @@ func (p *PostgreSQLParser) Alterfunctionstmt() (localctx IAlterfunctionstmtConte if _la == PostgreSQLParserRESTRICT { { - p.SetState(5964) + p.SetState(5920) p.Opt_restrict() } @@ -86712,11 +86140,11 @@ func (s *Alterfunc_opt_listContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Alterfunc_opt_list() (localctx IAlterfunc_opt_listContext) { localctx = NewAlterfunc_opt_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 680, PostgreSQLParserRULE_alterfunc_opt_list) + p.EnterRule(localctx, 678, PostgreSQLParserRULE_alterfunc_opt_list) var _alt int p.EnterOuterAlt(localctx, 1) - p.SetState(5968) + p.SetState(5924) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -86726,7 +86154,7 @@ func (p *PostgreSQLParser) Alterfunc_opt_list() (localctx IAlterfunc_opt_listCon switch _alt { case 1: { - p.SetState(5967) + p.SetState(5923) p.Common_func_opt_item() } @@ -86735,9 +86163,9 @@ func (p *PostgreSQLParser) Alterfunc_opt_list() (localctx IAlterfunc_opt_listCon goto errorExit } - p.SetState(5970) + p.SetState(5926) p.GetErrorHandler().Sync(p) - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 499, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 495, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -86838,10 +86266,10 @@ func (s *Opt_restrictContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opt_restrict() (localctx IOpt_restrictContext) { localctx = NewOpt_restrictContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 682, PostgreSQLParserRULE_opt_restrict) + p.EnterRule(localctx, 680, PostgreSQLParserRULE_opt_restrict) p.EnterOuterAlt(localctx, 1) { - p.SetState(5972) + p.SetState(5928) p.Match(PostgreSQLParserRESTRICT) if p.HasError() { // Recognition error - abort rule @@ -87003,20 +86431,20 @@ func (s *RemovefuncstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { localctx = NewRemovefuncstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 684, PostgreSQLParserRULE_removefuncstmt) + p.EnterRule(localctx, 682, PostgreSQLParserRULE_removefuncstmt) var _la int - p.SetState(6016) + p.SetState(5972) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 506, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 502, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(5974) + p.SetState(5930) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -87024,7 +86452,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { } } { - p.SetState(5975) + p.SetState(5931) p.Match(PostgreSQLParserFUNCTION) if p.HasError() { // Recognition error - abort rule @@ -87032,10 +86460,10 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { } } { - p.SetState(5976) + p.SetState(5932) p.Function_with_argtypes_list() } - p.SetState(5978) + p.SetState(5934) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -87044,7 +86472,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(5977) + p.SetState(5933) p.Opt_drop_behavior() } @@ -87053,7 +86481,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(5980) + p.SetState(5936) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -87061,7 +86489,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { } } { - p.SetState(5981) + p.SetState(5937) p.Match(PostgreSQLParserFUNCTION) if p.HasError() { // Recognition error - abort rule @@ -87069,7 +86497,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { } } { - p.SetState(5982) + p.SetState(5938) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -87077,7 +86505,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { } } { - p.SetState(5983) + p.SetState(5939) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -87085,10 +86513,10 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { } } { - p.SetState(5984) + p.SetState(5940) p.Function_with_argtypes_list() } - p.SetState(5986) + p.SetState(5942) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -87097,7 +86525,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(5985) + p.SetState(5941) p.Opt_drop_behavior() } @@ -87106,7 +86534,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(5988) + p.SetState(5944) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -87114,7 +86542,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { } } { - p.SetState(5989) + p.SetState(5945) p.Match(PostgreSQLParserPROCEDURE) if p.HasError() { // Recognition error - abort rule @@ -87122,10 +86550,10 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { } } { - p.SetState(5990) + p.SetState(5946) p.Function_with_argtypes_list() } - p.SetState(5992) + p.SetState(5948) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -87134,7 +86562,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(5991) + p.SetState(5947) p.Opt_drop_behavior() } @@ -87143,7 +86571,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(5994) + p.SetState(5950) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -87151,7 +86579,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { } } { - p.SetState(5995) + p.SetState(5951) p.Match(PostgreSQLParserPROCEDURE) if p.HasError() { // Recognition error - abort rule @@ -87159,7 +86587,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { } } { - p.SetState(5996) + p.SetState(5952) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -87167,7 +86595,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { } } { - p.SetState(5997) + p.SetState(5953) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -87175,10 +86603,10 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { } } { - p.SetState(5998) + p.SetState(5954) p.Function_with_argtypes_list() } - p.SetState(6000) + p.SetState(5956) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -87187,7 +86615,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(5999) + p.SetState(5955) p.Opt_drop_behavior() } @@ -87196,7 +86624,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(6002) + p.SetState(5958) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -87204,7 +86632,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { } } { - p.SetState(6003) + p.SetState(5959) p.Match(PostgreSQLParserROUTINE) if p.HasError() { // Recognition error - abort rule @@ -87212,10 +86640,10 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { } } { - p.SetState(6004) + p.SetState(5960) p.Function_with_argtypes_list() } - p.SetState(6006) + p.SetState(5962) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -87224,7 +86652,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(6005) + p.SetState(5961) p.Opt_drop_behavior() } @@ -87233,7 +86661,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(6008) + p.SetState(5964) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -87241,7 +86669,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { } } { - p.SetState(6009) + p.SetState(5965) p.Match(PostgreSQLParserROUTINE) if p.HasError() { // Recognition error - abort rule @@ -87249,7 +86677,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { } } { - p.SetState(6010) + p.SetState(5966) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -87257,7 +86685,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { } } { - p.SetState(6011) + p.SetState(5967) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -87265,10 +86693,10 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { } } { - p.SetState(6012) + p.SetState(5968) p.Function_with_argtypes_list() } - p.SetState(6014) + p.SetState(5970) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -87277,7 +86705,7 @@ func (p *PostgreSQLParser) Removefuncstmt() (localctx IRemovefuncstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(6013) + p.SetState(5969) p.Opt_drop_behavior() } @@ -87431,20 +86859,20 @@ func (s *RemoveaggrstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Removeaggrstmt() (localctx IRemoveaggrstmtContext) { localctx = NewRemoveaggrstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 686, PostgreSQLParserRULE_removeaggrstmt) + p.EnterRule(localctx, 684, PostgreSQLParserRULE_removeaggrstmt) var _la int - p.SetState(6032) + p.SetState(5988) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 509, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 505, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(6018) + p.SetState(5974) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -87452,7 +86880,7 @@ func (p *PostgreSQLParser) Removeaggrstmt() (localctx IRemoveaggrstmtContext) { } } { - p.SetState(6019) + p.SetState(5975) p.Match(PostgreSQLParserAGGREGATE) if p.HasError() { // Recognition error - abort rule @@ -87460,10 +86888,10 @@ func (p *PostgreSQLParser) Removeaggrstmt() (localctx IRemoveaggrstmtContext) { } } { - p.SetState(6020) + p.SetState(5976) p.Aggregate_with_argtypes_list() } - p.SetState(6022) + p.SetState(5978) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -87472,7 +86900,7 @@ func (p *PostgreSQLParser) Removeaggrstmt() (localctx IRemoveaggrstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(6021) + p.SetState(5977) p.Opt_drop_behavior() } @@ -87481,7 +86909,7 @@ func (p *PostgreSQLParser) Removeaggrstmt() (localctx IRemoveaggrstmtContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(6024) + p.SetState(5980) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -87489,7 +86917,7 @@ func (p *PostgreSQLParser) Removeaggrstmt() (localctx IRemoveaggrstmtContext) { } } { - p.SetState(6025) + p.SetState(5981) p.Match(PostgreSQLParserAGGREGATE) if p.HasError() { // Recognition error - abort rule @@ -87497,7 +86925,7 @@ func (p *PostgreSQLParser) Removeaggrstmt() (localctx IRemoveaggrstmtContext) { } } { - p.SetState(6026) + p.SetState(5982) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -87505,7 +86933,7 @@ func (p *PostgreSQLParser) Removeaggrstmt() (localctx IRemoveaggrstmtContext) { } } { - p.SetState(6027) + p.SetState(5983) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -87513,10 +86941,10 @@ func (p *PostgreSQLParser) Removeaggrstmt() (localctx IRemoveaggrstmtContext) { } } { - p.SetState(6028) + p.SetState(5984) p.Aggregate_with_argtypes_list() } - p.SetState(6030) + p.SetState(5986) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -87525,7 +86953,7 @@ func (p *PostgreSQLParser) Removeaggrstmt() (localctx IRemoveaggrstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(6029) + p.SetState(5985) p.Opt_drop_behavior() } @@ -87679,20 +87107,20 @@ func (s *RemoveoperstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Removeoperstmt() (localctx IRemoveoperstmtContext) { localctx = NewRemoveoperstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 688, PostgreSQLParserRULE_removeoperstmt) + p.EnterRule(localctx, 686, PostgreSQLParserRULE_removeoperstmt) var _la int - p.SetState(6048) + p.SetState(6004) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 512, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 508, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(6034) + p.SetState(5990) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -87700,7 +87128,7 @@ func (p *PostgreSQLParser) Removeoperstmt() (localctx IRemoveoperstmtContext) { } } { - p.SetState(6035) + p.SetState(5991) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -87708,10 +87136,10 @@ func (p *PostgreSQLParser) Removeoperstmt() (localctx IRemoveoperstmtContext) { } } { - p.SetState(6036) + p.SetState(5992) p.Operator_with_argtypes_list() } - p.SetState(6038) + p.SetState(5994) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -87720,7 +87148,7 @@ func (p *PostgreSQLParser) Removeoperstmt() (localctx IRemoveoperstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(6037) + p.SetState(5993) p.Opt_drop_behavior() } @@ -87729,7 +87157,7 @@ func (p *PostgreSQLParser) Removeoperstmt() (localctx IRemoveoperstmtContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(6040) + p.SetState(5996) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -87737,7 +87165,7 @@ func (p *PostgreSQLParser) Removeoperstmt() (localctx IRemoveoperstmtContext) { } } { - p.SetState(6041) + p.SetState(5997) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -87745,7 +87173,7 @@ func (p *PostgreSQLParser) Removeoperstmt() (localctx IRemoveoperstmtContext) { } } { - p.SetState(6042) + p.SetState(5998) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -87753,7 +87181,7 @@ func (p *PostgreSQLParser) Removeoperstmt() (localctx IRemoveoperstmtContext) { } } { - p.SetState(6043) + p.SetState(5999) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -87761,10 +87189,10 @@ func (p *PostgreSQLParser) Removeoperstmt() (localctx IRemoveoperstmtContext) { } } { - p.SetState(6044) + p.SetState(6000) p.Operator_with_argtypes_list() } - p.SetState(6046) + p.SetState(6002) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -87773,7 +87201,7 @@ func (p *PostgreSQLParser) Removeoperstmt() (localctx IRemoveoperstmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(6045) + p.SetState(6001) p.Opt_drop_behavior() } @@ -87936,18 +87364,18 @@ func (s *Oper_argtypesContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Oper_argtypes() (localctx IOper_argtypesContext) { localctx = NewOper_argtypesContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 690, PostgreSQLParserRULE_oper_argtypes) - p.SetState(6072) + p.EnterRule(localctx, 688, PostgreSQLParserRULE_oper_argtypes) + p.SetState(6028) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 513, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 509, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(6050) + p.SetState(6006) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -87955,11 +87383,11 @@ func (p *PostgreSQLParser) Oper_argtypes() (localctx IOper_argtypesContext) { } } { - p.SetState(6051) + p.SetState(6007) p.Typename() } { - p.SetState(6052) + p.SetState(6008) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -87970,7 +87398,7 @@ func (p *PostgreSQLParser) Oper_argtypes() (localctx IOper_argtypesContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(6054) + p.SetState(6010) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -87978,11 +87406,11 @@ func (p *PostgreSQLParser) Oper_argtypes() (localctx IOper_argtypesContext) { } } { - p.SetState(6055) + p.SetState(6011) p.Typename() } { - p.SetState(6056) + p.SetState(6012) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -87990,11 +87418,11 @@ func (p *PostgreSQLParser) Oper_argtypes() (localctx IOper_argtypesContext) { } } { - p.SetState(6057) + p.SetState(6013) p.Typename() } { - p.SetState(6058) + p.SetState(6014) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -88005,7 +87433,7 @@ func (p *PostgreSQLParser) Oper_argtypes() (localctx IOper_argtypesContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(6060) + p.SetState(6016) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -88013,7 +87441,7 @@ func (p *PostgreSQLParser) Oper_argtypes() (localctx IOper_argtypesContext) { } } { - p.SetState(6061) + p.SetState(6017) p.Match(PostgreSQLParserNONE) if p.HasError() { // Recognition error - abort rule @@ -88021,7 +87449,7 @@ func (p *PostgreSQLParser) Oper_argtypes() (localctx IOper_argtypesContext) { } } { - p.SetState(6062) + p.SetState(6018) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -88029,11 +87457,11 @@ func (p *PostgreSQLParser) Oper_argtypes() (localctx IOper_argtypesContext) { } } { - p.SetState(6063) + p.SetState(6019) p.Typename() } { - p.SetState(6064) + p.SetState(6020) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -88044,7 +87472,7 @@ func (p *PostgreSQLParser) Oper_argtypes() (localctx IOper_argtypesContext) { case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(6066) + p.SetState(6022) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -88052,11 +87480,11 @@ func (p *PostgreSQLParser) Oper_argtypes() (localctx IOper_argtypesContext) { } } { - p.SetState(6067) + p.SetState(6023) p.Typename() } { - p.SetState(6068) + p.SetState(6024) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -88064,7 +87492,7 @@ func (p *PostgreSQLParser) Oper_argtypes() (localctx IOper_argtypesContext) { } } { - p.SetState(6069) + p.SetState(6025) p.Match(PostgreSQLParserNONE) if p.HasError() { // Recognition error - abort rule @@ -88072,7 +87500,7 @@ func (p *PostgreSQLParser) Oper_argtypes() (localctx IOper_argtypesContext) { } } { - p.SetState(6070) + p.SetState(6026) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -88244,11 +87672,11 @@ func (s *Any_operatorContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Any_operator() (localctx IAny_operatorContext) { localctx = NewAny_operatorContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 692, PostgreSQLParserRULE_any_operator) + p.EnterRule(localctx, 690, PostgreSQLParserRULE_any_operator) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(6079) + p.SetState(6035) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -88257,11 +87685,11 @@ func (p *PostgreSQLParser) Any_operator() (localctx IAny_operatorContext) { for ((int64((_la-33)) & ^0x3f) == 0 && ((int64(1)<<(_la-33))&576460752589691909) != 0) || ((int64((_la-116)) & ^0x3f) == 0 && ((int64(1)<<(_la-116))&-6775) != 0) || ((int64((_la-180)) & ^0x3f) == 0 && ((int64(1)<<(_la-180))&-1) != 0) || ((int64((_la-244)) & ^0x3f) == 0 && ((int64(1)<<(_la-244))&-577) != 0) || ((int64((_la-308)) & ^0x3f) == 0 && ((int64(1)<<(_la-308))&-1) != 0) || ((int64((_la-372)) & ^0x3f) == 0 && ((int64(1)<<(_la-372))&-1) != 0) || ((int64((_la-436)) & ^0x3f) == 0 && ((int64(1)<<(_la-436))&-274878955521) != 0) || ((int64((_la-500)) & ^0x3f) == 0 && ((int64(1)<<(_la-500))&-2097313) != 0) || ((int64((_la-564)) & ^0x3f) == 0 && ((int64(1)<<(_la-564))&-1) != 0) || ((int64((_la-628)) & ^0x3f) == 0 && ((int64(1)<<(_la-628))&3298536031231) != 0) { { - p.SetState(6074) + p.SetState(6030) p.Colid() } { - p.SetState(6075) + p.SetState(6031) p.Match(PostgreSQLParserDOT) if p.HasError() { // Recognition error - abort rule @@ -88269,7 +87697,7 @@ func (p *PostgreSQLParser) Any_operator() (localctx IAny_operatorContext) { } } - p.SetState(6081) + p.SetState(6037) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -88277,7 +87705,7 @@ func (p *PostgreSQLParser) Any_operator() (localctx IAny_operatorContext) { _la = p.GetTokenStream().LA(1) } { - p.SetState(6082) + p.SetState(6038) p.All_op() } @@ -88424,15 +87852,15 @@ func (s *Operator_with_argtypes_listContext) Accept(visitor antlr.ParseTreeVisit func (p *PostgreSQLParser) Operator_with_argtypes_list() (localctx IOperator_with_argtypes_listContext) { localctx = NewOperator_with_argtypes_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 694, PostgreSQLParserRULE_operator_with_argtypes_list) + p.EnterRule(localctx, 692, PostgreSQLParserRULE_operator_with_argtypes_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(6084) + p.SetState(6040) p.Operator_with_argtypes() } - p.SetState(6089) + p.SetState(6045) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -88441,7 +87869,7 @@ func (p *PostgreSQLParser) Operator_with_argtypes_list() (localctx IOperator_wit for _la == PostgreSQLParserCOMMA { { - p.SetState(6085) + p.SetState(6041) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -88449,11 +87877,11 @@ func (p *PostgreSQLParser) Operator_with_argtypes_list() (localctx IOperator_wit } } { - p.SetState(6086) + p.SetState(6042) p.Operator_with_argtypes() } - p.SetState(6091) + p.SetState(6047) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -88585,14 +88013,14 @@ func (s *Operator_with_argtypesContext) Accept(visitor antlr.ParseTreeVisitor) i func (p *PostgreSQLParser) Operator_with_argtypes() (localctx IOperator_with_argtypesContext) { localctx = NewOperator_with_argtypesContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 696, PostgreSQLParserRULE_operator_with_argtypes) + p.EnterRule(localctx, 694, PostgreSQLParserRULE_operator_with_argtypes) p.EnterOuterAlt(localctx, 1) { - p.SetState(6092) + p.SetState(6048) p.Any_operator() } { - p.SetState(6093) + p.SetState(6049) p.Oper_argtypes() } @@ -88708,10 +88136,10 @@ func (s *DostmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Dostmt() (localctx IDostmtContext) { localctx = NewDostmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 698, PostgreSQLParserRULE_dostmt) + p.EnterRule(localctx, 696, PostgreSQLParserRULE_dostmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(6095) + p.SetState(6051) p.Match(PostgreSQLParserDO) if p.HasError() { // Recognition error - abort rule @@ -88719,7 +88147,7 @@ func (p *PostgreSQLParser) Dostmt() (localctx IDostmtContext) { } } { - p.SetState(6096) + p.SetState(6052) p.Dostmt_opt_list() } @@ -88856,11 +88284,11 @@ func (s *Dostmt_opt_listContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Dostmt_opt_list() (localctx IDostmt_opt_listContext) { localctx = NewDostmt_opt_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 700, PostgreSQLParserRULE_dostmt_opt_list) + p.EnterRule(localctx, 698, PostgreSQLParserRULE_dostmt_opt_list) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(6099) + p.SetState(6055) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -88869,11 +88297,11 @@ func (p *PostgreSQLParser) Dostmt_opt_list() (localctx IDostmt_opt_listContext) for ok := true; ok; ok = _la == PostgreSQLParserLANGUAGE || ((int64((_la-652)) & ^0x3f) == 0 && ((int64(1)<<(_la-652))&67108885) != 0) { { - p.SetState(6098) + p.SetState(6054) p.Dostmt_opt_item() } - p.SetState(6101) + p.SetState(6057) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -89010,8 +88438,8 @@ func (s *Dostmt_opt_itemContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Dostmt_opt_item() (localctx IDostmt_opt_itemContext) { localctx = NewDostmt_opt_itemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 702, PostgreSQLParserRULE_dostmt_opt_item) - p.SetState(6106) + p.EnterRule(localctx, 700, PostgreSQLParserRULE_dostmt_opt_item) + p.SetState(6062) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -89021,14 +88449,14 @@ func (p *PostgreSQLParser) Dostmt_opt_item() (localctx IDostmt_opt_itemContext) case PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserEscapeStringConstant: p.EnterOuterAlt(localctx, 1) { - p.SetState(6103) + p.SetState(6059) p.Sconst() } case PostgreSQLParserLANGUAGE: p.EnterOuterAlt(localctx, 2) { - p.SetState(6104) + p.SetState(6060) p.Match(PostgreSQLParserLANGUAGE) if p.HasError() { // Recognition error - abort rule @@ -89036,7 +88464,7 @@ func (p *PostgreSQLParser) Dostmt_opt_item() (localctx IDostmt_opt_itemContext) } } { - p.SetState(6105) + p.SetState(6061) p.Nonreservedword_or_sconst() } @@ -89257,20 +88685,20 @@ func (s *CreatecaststmtContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { localctx = NewCreatecaststmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 704, PostgreSQLParserRULE_createcaststmt) + p.EnterRule(localctx, 702, PostgreSQLParserRULE_createcaststmt) var _la int - p.SetState(6145) + p.SetState(6101) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 521, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 517, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(6108) + p.SetState(6064) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -89278,7 +88706,7 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { } } { - p.SetState(6109) + p.SetState(6065) p.Match(PostgreSQLParserCAST) if p.HasError() { // Recognition error - abort rule @@ -89286,7 +88714,7 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { } } { - p.SetState(6110) + p.SetState(6066) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -89294,11 +88722,11 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { } } { - p.SetState(6111) + p.SetState(6067) p.Typename() } { - p.SetState(6112) + p.SetState(6068) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -89306,11 +88734,11 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { } } { - p.SetState(6113) + p.SetState(6069) p.Typename() } { - p.SetState(6114) + p.SetState(6070) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -89318,7 +88746,7 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { } } { - p.SetState(6115) + p.SetState(6071) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -89326,7 +88754,7 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { } } { - p.SetState(6116) + p.SetState(6072) p.Match(PostgreSQLParserFUNCTION) if p.HasError() { // Recognition error - abort rule @@ -89334,10 +88762,10 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { } } { - p.SetState(6117) + p.SetState(6073) p.Function_with_argtypes() } - p.SetState(6119) + p.SetState(6075) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -89346,7 +88774,7 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { if _la == PostgreSQLParserAS { { - p.SetState(6118) + p.SetState(6074) p.Cast_context() } @@ -89355,7 +88783,7 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(6121) + p.SetState(6077) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -89363,7 +88791,7 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { } } { - p.SetState(6122) + p.SetState(6078) p.Match(PostgreSQLParserCAST) if p.HasError() { // Recognition error - abort rule @@ -89371,7 +88799,7 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { } } { - p.SetState(6123) + p.SetState(6079) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -89379,11 +88807,11 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { } } { - p.SetState(6124) + p.SetState(6080) p.Typename() } { - p.SetState(6125) + p.SetState(6081) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -89391,11 +88819,11 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { } } { - p.SetState(6126) + p.SetState(6082) p.Typename() } { - p.SetState(6127) + p.SetState(6083) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -89403,7 +88831,7 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { } } { - p.SetState(6128) + p.SetState(6084) p.Match(PostgreSQLParserWITHOUT) if p.HasError() { // Recognition error - abort rule @@ -89411,14 +88839,14 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { } } { - p.SetState(6129) + p.SetState(6085) p.Match(PostgreSQLParserFUNCTION) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(6131) + p.SetState(6087) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -89427,7 +88855,7 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { if _la == PostgreSQLParserAS { { - p.SetState(6130) + p.SetState(6086) p.Cast_context() } @@ -89436,7 +88864,7 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(6133) + p.SetState(6089) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -89444,7 +88872,7 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { } } { - p.SetState(6134) + p.SetState(6090) p.Match(PostgreSQLParserCAST) if p.HasError() { // Recognition error - abort rule @@ -89452,7 +88880,7 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { } } { - p.SetState(6135) + p.SetState(6091) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -89460,11 +88888,11 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { } } { - p.SetState(6136) + p.SetState(6092) p.Typename() } { - p.SetState(6137) + p.SetState(6093) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -89472,11 +88900,11 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { } } { - p.SetState(6138) + p.SetState(6094) p.Typename() } { - p.SetState(6139) + p.SetState(6095) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -89484,7 +88912,7 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { } } { - p.SetState(6140) + p.SetState(6096) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -89492,14 +88920,14 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { } } { - p.SetState(6141) + p.SetState(6097) p.Match(PostgreSQLParserINOUT) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(6143) + p.SetState(6099) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -89508,7 +88936,7 @@ func (p *PostgreSQLParser) Createcaststmt() (localctx ICreatecaststmtContext) { if _la == PostgreSQLParserAS { { - p.SetState(6142) + p.SetState(6098) p.Cast_context() } @@ -89623,18 +89051,18 @@ func (s *Cast_contextContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Cast_context() (localctx ICast_contextContext) { localctx = NewCast_contextContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 706, PostgreSQLParserRULE_cast_context) - p.SetState(6151) + p.EnterRule(localctx, 704, PostgreSQLParserRULE_cast_context) + p.SetState(6107) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 522, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 518, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(6147) + p.SetState(6103) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -89642,7 +89070,7 @@ func (p *PostgreSQLParser) Cast_context() (localctx ICast_contextContext) { } } { - p.SetState(6148) + p.SetState(6104) p.Match(PostgreSQLParserIMPLICIT_P) if p.HasError() { // Recognition error - abort rule @@ -89653,7 +89081,7 @@ func (p *PostgreSQLParser) Cast_context() (localctx ICast_contextContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(6149) + p.SetState(6105) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -89661,7 +89089,7 @@ func (p *PostgreSQLParser) Cast_context() (localctx ICast_contextContext) { } } { - p.SetState(6150) + p.SetState(6106) p.Match(PostgreSQLParserASSIGNMENT) if p.HasError() { // Recognition error - abort rule @@ -89865,12 +89293,12 @@ func (s *DropcaststmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Dropcaststmt() (localctx IDropcaststmtContext) { localctx = NewDropcaststmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 708, PostgreSQLParserRULE_dropcaststmt) + p.EnterRule(localctx, 706, PostgreSQLParserRULE_dropcaststmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(6153) + p.SetState(6109) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -89878,14 +89306,14 @@ func (p *PostgreSQLParser) Dropcaststmt() (localctx IDropcaststmtContext) { } } { - p.SetState(6154) + p.SetState(6110) p.Match(PostgreSQLParserCAST) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(6156) + p.SetState(6112) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -89894,13 +89322,13 @@ func (p *PostgreSQLParser) Dropcaststmt() (localctx IDropcaststmtContext) { if _la == PostgreSQLParserIF_P { { - p.SetState(6155) + p.SetState(6111) p.Opt_if_exists() } } { - p.SetState(6158) + p.SetState(6114) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -89908,11 +89336,11 @@ func (p *PostgreSQLParser) Dropcaststmt() (localctx IDropcaststmtContext) { } } { - p.SetState(6159) + p.SetState(6115) p.Typename() } { - p.SetState(6160) + p.SetState(6116) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -89920,18 +89348,18 @@ func (p *PostgreSQLParser) Dropcaststmt() (localctx IDropcaststmtContext) { } } { - p.SetState(6161) + p.SetState(6117) p.Typename() } { - p.SetState(6162) + p.SetState(6118) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(6164) + p.SetState(6120) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -89940,7 +89368,7 @@ func (p *PostgreSQLParser) Dropcaststmt() (localctx IDropcaststmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(6163) + p.SetState(6119) p.Opt_drop_behavior() } @@ -90046,10 +89474,10 @@ func (s *Opt_if_existsContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Opt_if_exists() (localctx IOpt_if_existsContext) { localctx = NewOpt_if_existsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 710, PostgreSQLParserRULE_opt_if_exists) + p.EnterRule(localctx, 708, PostgreSQLParserRULE_opt_if_exists) p.EnterOuterAlt(localctx, 1) { - p.SetState(6166) + p.SetState(6122) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -90057,7 +89485,7 @@ func (p *PostgreSQLParser) Opt_if_exists() (localctx IOpt_if_existsContext) { } } { - p.SetState(6167) + p.SetState(6123) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -90253,19 +89681,19 @@ func (s *CreatetransformstmtContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Createtransformstmt() (localctx ICreatetransformstmtContext) { localctx = NewCreatetransformstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 712, PostgreSQLParserRULE_createtransformstmt) + p.EnterRule(localctx, 710, PostgreSQLParserRULE_createtransformstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(6169) + p.SetState(6125) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(6171) + p.SetState(6127) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -90274,13 +89702,13 @@ func (p *PostgreSQLParser) Createtransformstmt() (localctx ICreatetransformstmtC if _la == PostgreSQLParserOR { { - p.SetState(6170) + p.SetState(6126) p.Opt_or_replace() } } { - p.SetState(6173) + p.SetState(6129) p.Match(PostgreSQLParserTRANSFORM) if p.HasError() { // Recognition error - abort rule @@ -90288,7 +89716,7 @@ func (p *PostgreSQLParser) Createtransformstmt() (localctx ICreatetransformstmtC } } { - p.SetState(6174) + p.SetState(6130) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -90296,11 +89724,11 @@ func (p *PostgreSQLParser) Createtransformstmt() (localctx ICreatetransformstmtC } } { - p.SetState(6175) + p.SetState(6131) p.Typename() } { - p.SetState(6176) + p.SetState(6132) p.Match(PostgreSQLParserLANGUAGE) if p.HasError() { // Recognition error - abort rule @@ -90308,11 +89736,11 @@ func (p *PostgreSQLParser) Createtransformstmt() (localctx ICreatetransformstmtC } } { - p.SetState(6177) + p.SetState(6133) p.Name() } { - p.SetState(6178) + p.SetState(6134) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -90320,11 +89748,11 @@ func (p *PostgreSQLParser) Createtransformstmt() (localctx ICreatetransformstmtC } } { - p.SetState(6179) + p.SetState(6135) p.Transform_element_list() } { - p.SetState(6180) + p.SetState(6136) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -90510,18 +89938,18 @@ func (s *Transform_element_listContext) Accept(visitor antlr.ParseTreeVisitor) i func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element_listContext) { localctx = NewTransform_element_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 714, PostgreSQLParserRULE_transform_element_list) - p.SetState(6216) + p.EnterRule(localctx, 712, PostgreSQLParserRULE_transform_element_list) + p.SetState(6172) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 526, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 522, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(6182) + p.SetState(6138) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -90529,7 +89957,7 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6183) + p.SetState(6139) p.Match(PostgreSQLParserSQL_P) if p.HasError() { // Recognition error - abort rule @@ -90537,7 +89965,7 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6184) + p.SetState(6140) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -90545,7 +89973,7 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6185) + p.SetState(6141) p.Match(PostgreSQLParserFUNCTION) if p.HasError() { // Recognition error - abort rule @@ -90553,11 +89981,11 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6186) + p.SetState(6142) p.Function_with_argtypes() } { - p.SetState(6187) + p.SetState(6143) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -90565,7 +89993,7 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6188) + p.SetState(6144) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -90573,7 +90001,7 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6189) + p.SetState(6145) p.Match(PostgreSQLParserSQL_P) if p.HasError() { // Recognition error - abort rule @@ -90581,7 +90009,7 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6190) + p.SetState(6146) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -90589,7 +90017,7 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6191) + p.SetState(6147) p.Match(PostgreSQLParserFUNCTION) if p.HasError() { // Recognition error - abort rule @@ -90597,14 +90025,14 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6192) + p.SetState(6148) p.Function_with_argtypes() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(6194) + p.SetState(6150) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -90612,7 +90040,7 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6195) + p.SetState(6151) p.Match(PostgreSQLParserSQL_P) if p.HasError() { // Recognition error - abort rule @@ -90620,7 +90048,7 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6196) + p.SetState(6152) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -90628,7 +90056,7 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6197) + p.SetState(6153) p.Match(PostgreSQLParserFUNCTION) if p.HasError() { // Recognition error - abort rule @@ -90636,11 +90064,11 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6198) + p.SetState(6154) p.Function_with_argtypes() } { - p.SetState(6199) + p.SetState(6155) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -90648,7 +90076,7 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6200) + p.SetState(6156) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -90656,7 +90084,7 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6201) + p.SetState(6157) p.Match(PostgreSQLParserSQL_P) if p.HasError() { // Recognition error - abort rule @@ -90664,7 +90092,7 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6202) + p.SetState(6158) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -90672,7 +90100,7 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6203) + p.SetState(6159) p.Match(PostgreSQLParserFUNCTION) if p.HasError() { // Recognition error - abort rule @@ -90680,14 +90108,14 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6204) + p.SetState(6160) p.Function_with_argtypes() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(6206) + p.SetState(6162) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -90695,7 +90123,7 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6207) + p.SetState(6163) p.Match(PostgreSQLParserSQL_P) if p.HasError() { // Recognition error - abort rule @@ -90703,7 +90131,7 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6208) + p.SetState(6164) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -90711,7 +90139,7 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6209) + p.SetState(6165) p.Match(PostgreSQLParserFUNCTION) if p.HasError() { // Recognition error - abort rule @@ -90719,14 +90147,14 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6210) + p.SetState(6166) p.Function_with_argtypes() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(6211) + p.SetState(6167) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -90734,7 +90162,7 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6212) + p.SetState(6168) p.Match(PostgreSQLParserSQL_P) if p.HasError() { // Recognition error - abort rule @@ -90742,7 +90170,7 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6213) + p.SetState(6169) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -90750,7 +90178,7 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6214) + p.SetState(6170) p.Match(PostgreSQLParserFUNCTION) if p.HasError() { // Recognition error - abort rule @@ -90758,7 +90186,7 @@ func (p *PostgreSQLParser) Transform_element_list() (localctx ITransform_element } } { - p.SetState(6215) + p.SetState(6171) p.Function_with_argtypes() } @@ -90944,12 +90372,12 @@ func (s *DroptransformstmtContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Droptransformstmt() (localctx IDroptransformstmtContext) { localctx = NewDroptransformstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 716, PostgreSQLParserRULE_droptransformstmt) + p.EnterRule(localctx, 714, PostgreSQLParserRULE_droptransformstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(6218) + p.SetState(6174) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -90957,14 +90385,14 @@ func (p *PostgreSQLParser) Droptransformstmt() (localctx IDroptransformstmtConte } } { - p.SetState(6219) + p.SetState(6175) p.Match(PostgreSQLParserTRANSFORM) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(6221) + p.SetState(6177) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -90973,13 +90401,13 @@ func (p *PostgreSQLParser) Droptransformstmt() (localctx IDroptransformstmtConte if _la == PostgreSQLParserIF_P { { - p.SetState(6220) + p.SetState(6176) p.Opt_if_exists() } } { - p.SetState(6223) + p.SetState(6179) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -90987,11 +90415,11 @@ func (p *PostgreSQLParser) Droptransformstmt() (localctx IDroptransformstmtConte } } { - p.SetState(6224) + p.SetState(6180) p.Typename() } { - p.SetState(6225) + p.SetState(6181) p.Match(PostgreSQLParserLANGUAGE) if p.HasError() { // Recognition error - abort rule @@ -90999,10 +90427,10 @@ func (p *PostgreSQLParser) Droptransformstmt() (localctx IDroptransformstmtConte } } { - p.SetState(6226) + p.SetState(6182) p.Name() } - p.SetState(6228) + p.SetState(6184) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -91011,7 +90439,7 @@ func (p *PostgreSQLParser) Droptransformstmt() (localctx IDroptransformstmtConte if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(6227) + p.SetState(6183) p.Opt_drop_behavior() } @@ -91224,20 +90652,20 @@ func (s *ReindexstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Reindexstmt() (localctx IReindexstmtContext) { localctx = NewReindexstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 718, PostgreSQLParserRULE_reindexstmt) + p.EnterRule(localctx, 716, PostgreSQLParserRULE_reindexstmt) var _la int - p.SetState(6264) + p.SetState(6220) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 533, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 529, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(6230) + p.SetState(6186) p.Match(PostgreSQLParserREINDEX) if p.HasError() { // Recognition error - abort rule @@ -91245,10 +90673,10 @@ func (p *PostgreSQLParser) Reindexstmt() (localctx IReindexstmtContext) { } } { - p.SetState(6231) + p.SetState(6187) p.Reindex_target_type() } - p.SetState(6233) + p.SetState(6189) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -91257,20 +90685,20 @@ func (p *PostgreSQLParser) Reindexstmt() (localctx IReindexstmtContext) { if _la == PostgreSQLParserCONCURRENTLY { { - p.SetState(6232) + p.SetState(6188) p.Opt_concurrently() } } { - p.SetState(6235) + p.SetState(6191) p.Qualified_name() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(6237) + p.SetState(6193) p.Match(PostgreSQLParserREINDEX) if p.HasError() { // Recognition error - abort rule @@ -91278,10 +90706,10 @@ func (p *PostgreSQLParser) Reindexstmt() (localctx IReindexstmtContext) { } } { - p.SetState(6238) + p.SetState(6194) p.Reindex_target_multitable() } - p.SetState(6240) + p.SetState(6196) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -91290,20 +90718,20 @@ func (p *PostgreSQLParser) Reindexstmt() (localctx IReindexstmtContext) { if _la == PostgreSQLParserCONCURRENTLY { { - p.SetState(6239) + p.SetState(6195) p.Opt_concurrently() } } { - p.SetState(6242) + p.SetState(6198) p.Name() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(6244) + p.SetState(6200) p.Match(PostgreSQLParserREINDEX) if p.HasError() { // Recognition error - abort rule @@ -91311,7 +90739,7 @@ func (p *PostgreSQLParser) Reindexstmt() (localctx IReindexstmtContext) { } } { - p.SetState(6245) + p.SetState(6201) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -91319,11 +90747,11 @@ func (p *PostgreSQLParser) Reindexstmt() (localctx IReindexstmtContext) { } } { - p.SetState(6246) + p.SetState(6202) p.Reindex_option_list() } { - p.SetState(6247) + p.SetState(6203) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -91331,10 +90759,10 @@ func (p *PostgreSQLParser) Reindexstmt() (localctx IReindexstmtContext) { } } { - p.SetState(6248) + p.SetState(6204) p.Reindex_target_type() } - p.SetState(6250) + p.SetState(6206) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -91343,20 +90771,20 @@ func (p *PostgreSQLParser) Reindexstmt() (localctx IReindexstmtContext) { if _la == PostgreSQLParserCONCURRENTLY { { - p.SetState(6249) + p.SetState(6205) p.Opt_concurrently() } } { - p.SetState(6252) + p.SetState(6208) p.Qualified_name() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(6254) + p.SetState(6210) p.Match(PostgreSQLParserREINDEX) if p.HasError() { // Recognition error - abort rule @@ -91364,7 +90792,7 @@ func (p *PostgreSQLParser) Reindexstmt() (localctx IReindexstmtContext) { } } { - p.SetState(6255) + p.SetState(6211) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -91372,11 +90800,11 @@ func (p *PostgreSQLParser) Reindexstmt() (localctx IReindexstmtContext) { } } { - p.SetState(6256) + p.SetState(6212) p.Reindex_option_list() } { - p.SetState(6257) + p.SetState(6213) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -91384,10 +90812,10 @@ func (p *PostgreSQLParser) Reindexstmt() (localctx IReindexstmtContext) { } } { - p.SetState(6258) + p.SetState(6214) p.Reindex_target_multitable() } - p.SetState(6260) + p.SetState(6216) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -91396,13 +90824,13 @@ func (p *PostgreSQLParser) Reindexstmt() (localctx IReindexstmtContext) { if _la == PostgreSQLParserCONCURRENTLY { { - p.SetState(6259) + p.SetState(6215) p.Opt_concurrently() } } { - p.SetState(6262) + p.SetState(6218) p.Name() } @@ -91525,12 +90953,12 @@ func (s *Reindex_target_typeContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Reindex_target_type() (localctx IReindex_target_typeContext) { localctx = NewReindex_target_typeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 720, PostgreSQLParserRULE_reindex_target_type) + p.EnterRule(localctx, 718, PostgreSQLParserRULE_reindex_target_type) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(6266) + p.SetState(6222) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserTABLE || _la == PostgreSQLParserDATABASE || _la == PostgreSQLParserINDEX || _la == PostgreSQLParserSCHEMA || _la == PostgreSQLParserSYSTEM_P) { @@ -91646,12 +91074,12 @@ func (s *Reindex_target_multitableContext) Accept(visitor antlr.ParseTreeVisitor func (p *PostgreSQLParser) Reindex_target_multitable() (localctx IReindex_target_multitableContext) { localctx = NewReindex_target_multitableContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 722, PostgreSQLParserRULE_reindex_target_multitable) + p.EnterRule(localctx, 720, PostgreSQLParserRULE_reindex_target_multitable) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(6268) + p.SetState(6224) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserDATABASE || _la == PostgreSQLParserSCHEMA || _la == PostgreSQLParserSYSTEM_P) { @@ -91805,15 +91233,15 @@ func (s *Reindex_option_listContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Reindex_option_list() (localctx IReindex_option_listContext) { localctx = NewReindex_option_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 724, PostgreSQLParserRULE_reindex_option_list) + p.EnterRule(localctx, 722, PostgreSQLParserRULE_reindex_option_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(6270) + p.SetState(6226) p.Reindex_option_elem() } - p.SetState(6275) + p.SetState(6231) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -91822,7 +91250,7 @@ func (p *PostgreSQLParser) Reindex_option_list() (localctx IReindex_option_listC for _la == PostgreSQLParserCOMMA { { - p.SetState(6271) + p.SetState(6227) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -91830,11 +91258,11 @@ func (p *PostgreSQLParser) Reindex_option_list() (localctx IReindex_option_listC } } { - p.SetState(6272) + p.SetState(6228) p.Reindex_option_elem() } - p.SetState(6277) + p.SetState(6233) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -91947,12 +91375,12 @@ func (s *Reindex_option_elemContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Reindex_option_elem() (localctx IReindex_option_elemContext) { localctx = NewReindex_option_elemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 726, PostgreSQLParserRULE_reindex_option_elem) + p.EnterRule(localctx, 724, PostgreSQLParserRULE_reindex_option_elem) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(6278) + p.SetState(6234) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserCONCURRENTLY || _la == PostgreSQLParserVERBOSE || _la == PostgreSQLParserTABLESPACE) { @@ -92107,18 +91535,18 @@ func (s *AltertblspcstmtContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Altertblspcstmt() (localctx IAltertblspcstmtContext) { localctx = NewAltertblspcstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 728, PostgreSQLParserRULE_altertblspcstmt) - p.SetState(6292) + p.EnterRule(localctx, 726, PostgreSQLParserRULE_altertblspcstmt) + p.SetState(6248) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 535, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 531, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(6280) + p.SetState(6236) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -92126,7 +91554,7 @@ func (p *PostgreSQLParser) Altertblspcstmt() (localctx IAltertblspcstmtContext) } } { - p.SetState(6281) + p.SetState(6237) p.Match(PostgreSQLParserTABLESPACE) if p.HasError() { // Recognition error - abort rule @@ -92134,11 +91562,11 @@ func (p *PostgreSQLParser) Altertblspcstmt() (localctx IAltertblspcstmtContext) } } { - p.SetState(6282) + p.SetState(6238) p.Name() } { - p.SetState(6283) + p.SetState(6239) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -92146,14 +91574,14 @@ func (p *PostgreSQLParser) Altertblspcstmt() (localctx IAltertblspcstmtContext) } } { - p.SetState(6284) + p.SetState(6240) p.Reloptions() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(6286) + p.SetState(6242) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -92161,7 +91589,7 @@ func (p *PostgreSQLParser) Altertblspcstmt() (localctx IAltertblspcstmtContext) } } { - p.SetState(6287) + p.SetState(6243) p.Match(PostgreSQLParserTABLESPACE) if p.HasError() { // Recognition error - abort rule @@ -92169,11 +91597,11 @@ func (p *PostgreSQLParser) Altertblspcstmt() (localctx IAltertblspcstmtContext) } } { - p.SetState(6288) + p.SetState(6244) p.Name() } { - p.SetState(6289) + p.SetState(6245) p.Match(PostgreSQLParserRESET) if p.HasError() { // Recognition error - abort rule @@ -92181,7 +91609,7 @@ func (p *PostgreSQLParser) Altertblspcstmt() (localctx IAltertblspcstmtContext) } } { - p.SetState(6290) + p.SetState(6246) p.Reloptions() } @@ -92746,20 +92174,20 @@ func (s *RenamestmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { localctx = NewRenamestmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 730, PostgreSQLParserRULE_renamestmt) + p.EnterRule(localctx, 728, PostgreSQLParserRULE_renamestmt) var _la int - p.SetState(6781) + p.SetState(6737) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 546, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 542, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(6294) + p.SetState(6250) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -92767,7 +92195,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6295) + p.SetState(6251) p.Match(PostgreSQLParserAGGREGATE) if p.HasError() { // Recognition error - abort rule @@ -92775,11 +92203,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6296) + p.SetState(6252) p.Aggregate_with_argtypes() } { - p.SetState(6297) + p.SetState(6253) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -92787,7 +92215,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6298) + p.SetState(6254) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -92795,14 +92223,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6299) + p.SetState(6255) p.Name() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(6301) + p.SetState(6257) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -92810,7 +92238,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6302) + p.SetState(6258) p.Match(PostgreSQLParserCOLLATION) if p.HasError() { // Recognition error - abort rule @@ -92818,11 +92246,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6303) + p.SetState(6259) p.Any_name() } { - p.SetState(6304) + p.SetState(6260) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -92830,7 +92258,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6305) + p.SetState(6261) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -92838,14 +92266,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6306) + p.SetState(6262) p.Name() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(6308) + p.SetState(6264) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -92853,7 +92281,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6309) + p.SetState(6265) p.Match(PostgreSQLParserCONVERSION_P) if p.HasError() { // Recognition error - abort rule @@ -92861,11 +92289,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6310) + p.SetState(6266) p.Any_name() } { - p.SetState(6311) + p.SetState(6267) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -92873,7 +92301,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6312) + p.SetState(6268) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -92881,14 +92309,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6313) + p.SetState(6269) p.Name() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(6315) + p.SetState(6271) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -92896,7 +92324,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6316) + p.SetState(6272) p.Match(PostgreSQLParserDATABASE) if p.HasError() { // Recognition error - abort rule @@ -92904,11 +92332,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6317) + p.SetState(6273) p.Name() } { - p.SetState(6318) + p.SetState(6274) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -92916,7 +92344,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6319) + p.SetState(6275) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -92924,14 +92352,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6320) + p.SetState(6276) p.Name() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(6322) + p.SetState(6278) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -92939,7 +92367,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6323) + p.SetState(6279) p.Match(PostgreSQLParserDOMAIN_P) if p.HasError() { // Recognition error - abort rule @@ -92947,11 +92375,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6324) + p.SetState(6280) p.Any_name() } { - p.SetState(6325) + p.SetState(6281) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -92959,7 +92387,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6326) + p.SetState(6282) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -92967,14 +92395,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6327) + p.SetState(6283) p.Name() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(6329) + p.SetState(6285) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -92982,7 +92410,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6330) + p.SetState(6286) p.Match(PostgreSQLParserDOMAIN_P) if p.HasError() { // Recognition error - abort rule @@ -92990,11 +92418,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6331) + p.SetState(6287) p.Any_name() } { - p.SetState(6332) + p.SetState(6288) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -93002,7 +92430,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6333) + p.SetState(6289) p.Match(PostgreSQLParserCONSTRAINT) if p.HasError() { // Recognition error - abort rule @@ -93010,11 +92438,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6334) + p.SetState(6290) p.Name() } { - p.SetState(6335) + p.SetState(6291) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -93022,14 +92450,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6336) + p.SetState(6292) p.Name() } case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(6338) + p.SetState(6294) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -93037,7 +92465,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6339) + p.SetState(6295) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -93045,7 +92473,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6340) + p.SetState(6296) p.Match(PostgreSQLParserDATA_P) if p.HasError() { // Recognition error - abort rule @@ -93053,7 +92481,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6341) + p.SetState(6297) p.Match(PostgreSQLParserWRAPPER) if p.HasError() { // Recognition error - abort rule @@ -93061,11 +92489,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6342) + p.SetState(6298) p.Name() } { - p.SetState(6343) + p.SetState(6299) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -93073,7 +92501,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6344) + p.SetState(6300) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -93081,14 +92509,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6345) + p.SetState(6301) p.Name() } case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(6347) + p.SetState(6303) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -93096,7 +92524,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6348) + p.SetState(6304) p.Match(PostgreSQLParserFUNCTION) if p.HasError() { // Recognition error - abort rule @@ -93104,11 +92532,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6349) + p.SetState(6305) p.Function_with_argtypes() } { - p.SetState(6350) + p.SetState(6306) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -93116,7 +92544,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6351) + p.SetState(6307) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -93124,14 +92552,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6352) + p.SetState(6308) p.Name() } case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(6354) + p.SetState(6310) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -93139,7 +92567,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6355) + p.SetState(6311) p.Match(PostgreSQLParserGROUP_P) if p.HasError() { // Recognition error - abort rule @@ -93147,11 +92575,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6356) + p.SetState(6312) p.Roleid() } { - p.SetState(6357) + p.SetState(6313) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -93159,7 +92587,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6358) + p.SetState(6314) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -93167,21 +92595,21 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6359) + p.SetState(6315) p.Roleid() } case 10: p.EnterOuterAlt(localctx, 10) { - p.SetState(6361) + p.SetState(6317) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(6363) + p.SetState(6319) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -93190,13 +92618,13 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { if _la == PostgreSQLParserPROCEDURAL { { - p.SetState(6362) + p.SetState(6318) p.Opt_procedural() } } { - p.SetState(6365) + p.SetState(6321) p.Match(PostgreSQLParserLANGUAGE) if p.HasError() { // Recognition error - abort rule @@ -93204,11 +92632,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6366) + p.SetState(6322) p.Name() } { - p.SetState(6367) + p.SetState(6323) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -93216,7 +92644,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6368) + p.SetState(6324) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -93224,14 +92652,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6369) + p.SetState(6325) p.Name() } case 11: p.EnterOuterAlt(localctx, 11) { - p.SetState(6371) + p.SetState(6327) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -93239,7 +92667,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6372) + p.SetState(6328) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -93247,7 +92675,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6373) + p.SetState(6329) p.Match(PostgreSQLParserCLASS) if p.HasError() { // Recognition error - abort rule @@ -93255,11 +92683,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6374) + p.SetState(6330) p.Any_name() } { - p.SetState(6375) + p.SetState(6331) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -93267,11 +92695,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6376) + p.SetState(6332) p.Name() } { - p.SetState(6377) + p.SetState(6333) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -93279,7 +92707,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6378) + p.SetState(6334) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -93287,14 +92715,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6379) + p.SetState(6335) p.Name() } case 12: p.EnterOuterAlt(localctx, 12) { - p.SetState(6381) + p.SetState(6337) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -93302,7 +92730,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6382) + p.SetState(6338) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -93310,7 +92738,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6383) + p.SetState(6339) p.Match(PostgreSQLParserFAMILY) if p.HasError() { // Recognition error - abort rule @@ -93318,11 +92746,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6384) + p.SetState(6340) p.Any_name() } { - p.SetState(6385) + p.SetState(6341) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -93330,11 +92758,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6386) + p.SetState(6342) p.Name() } { - p.SetState(6387) + p.SetState(6343) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -93342,7 +92770,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6388) + p.SetState(6344) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -93350,14 +92778,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6389) + p.SetState(6345) p.Name() } case 13: p.EnterOuterAlt(localctx, 13) { - p.SetState(6391) + p.SetState(6347) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -93365,7 +92793,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6392) + p.SetState(6348) p.Match(PostgreSQLParserPOLICY) if p.HasError() { // Recognition error - abort rule @@ -93373,11 +92801,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6393) + p.SetState(6349) p.Name() } { - p.SetState(6394) + p.SetState(6350) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -93385,11 +92813,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6395) + p.SetState(6351) p.Qualified_name() } { - p.SetState(6396) + p.SetState(6352) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -93397,7 +92825,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6397) + p.SetState(6353) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -93405,14 +92833,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6398) + p.SetState(6354) p.Name() } case 14: p.EnterOuterAlt(localctx, 14) { - p.SetState(6400) + p.SetState(6356) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -93420,7 +92848,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6401) + p.SetState(6357) p.Match(PostgreSQLParserPOLICY) if p.HasError() { // Recognition error - abort rule @@ -93428,7 +92856,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6402) + p.SetState(6358) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -93436,7 +92864,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6403) + p.SetState(6359) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -93444,11 +92872,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6404) + p.SetState(6360) p.Name() } { - p.SetState(6405) + p.SetState(6361) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -93456,11 +92884,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6406) + p.SetState(6362) p.Qualified_name() } { - p.SetState(6407) + p.SetState(6363) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -93468,7 +92896,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6408) + p.SetState(6364) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -93476,14 +92904,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6409) + p.SetState(6365) p.Name() } case 15: p.EnterOuterAlt(localctx, 15) { - p.SetState(6411) + p.SetState(6367) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -93491,7 +92919,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6412) + p.SetState(6368) p.Match(PostgreSQLParserPROCEDURE) if p.HasError() { // Recognition error - abort rule @@ -93499,11 +92927,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6413) + p.SetState(6369) p.Function_with_argtypes() } { - p.SetState(6414) + p.SetState(6370) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -93511,7 +92939,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6415) + p.SetState(6371) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -93519,14 +92947,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6416) + p.SetState(6372) p.Name() } case 16: p.EnterOuterAlt(localctx, 16) { - p.SetState(6418) + p.SetState(6374) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -93534,7 +92962,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6419) + p.SetState(6375) p.Match(PostgreSQLParserPUBLICATION) if p.HasError() { // Recognition error - abort rule @@ -93542,11 +92970,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6420) + p.SetState(6376) p.Name() } { - p.SetState(6421) + p.SetState(6377) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -93554,7 +92982,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6422) + p.SetState(6378) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -93562,14 +92990,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6423) + p.SetState(6379) p.Name() } case 17: p.EnterOuterAlt(localctx, 17) { - p.SetState(6425) + p.SetState(6381) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -93577,7 +93005,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6426) + p.SetState(6382) p.Match(PostgreSQLParserROUTINE) if p.HasError() { // Recognition error - abort rule @@ -93585,11 +93013,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6427) + p.SetState(6383) p.Function_with_argtypes() } { - p.SetState(6428) + p.SetState(6384) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -93597,7 +93025,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6429) + p.SetState(6385) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -93605,14 +93033,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6430) + p.SetState(6386) p.Name() } case 18: p.EnterOuterAlt(localctx, 18) { - p.SetState(6432) + p.SetState(6388) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -93620,7 +93048,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6433) + p.SetState(6389) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -93628,11 +93056,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6434) + p.SetState(6390) p.Name() } { - p.SetState(6435) + p.SetState(6391) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -93640,7 +93068,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6436) + p.SetState(6392) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -93648,14 +93076,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6437) + p.SetState(6393) p.Name() } case 19: p.EnterOuterAlt(localctx, 19) { - p.SetState(6439) + p.SetState(6395) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -93663,7 +93091,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6440) + p.SetState(6396) p.Match(PostgreSQLParserSERVER) if p.HasError() { // Recognition error - abort rule @@ -93671,11 +93099,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6441) + p.SetState(6397) p.Name() } { - p.SetState(6442) + p.SetState(6398) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -93683,7 +93111,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6443) + p.SetState(6399) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -93691,14 +93119,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6444) + p.SetState(6400) p.Name() } case 20: p.EnterOuterAlt(localctx, 20) { - p.SetState(6446) + p.SetState(6402) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -93706,7 +93134,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6447) + p.SetState(6403) p.Match(PostgreSQLParserSUBSCRIPTION) if p.HasError() { // Recognition error - abort rule @@ -93714,11 +93142,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6448) + p.SetState(6404) p.Name() } { - p.SetState(6449) + p.SetState(6405) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -93726,7 +93154,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6450) + p.SetState(6406) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -93734,14 +93162,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6451) + p.SetState(6407) p.Name() } case 21: p.EnterOuterAlt(localctx, 21) { - p.SetState(6453) + p.SetState(6409) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -93749,7 +93177,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6454) + p.SetState(6410) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -93757,11 +93185,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6455) + p.SetState(6411) p.Relation_expr() } { - p.SetState(6456) + p.SetState(6412) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -93769,7 +93197,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6457) + p.SetState(6413) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -93777,14 +93205,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6458) + p.SetState(6414) p.Name() } case 22: p.EnterOuterAlt(localctx, 22) { - p.SetState(6460) + p.SetState(6416) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -93792,7 +93220,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6461) + p.SetState(6417) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -93800,7 +93228,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6462) + p.SetState(6418) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -93808,7 +93236,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6463) + p.SetState(6419) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -93816,11 +93244,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6464) + p.SetState(6420) p.Relation_expr() } { - p.SetState(6465) + p.SetState(6421) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -93828,7 +93256,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6466) + p.SetState(6422) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -93836,14 +93264,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6467) + p.SetState(6423) p.Name() } case 23: p.EnterOuterAlt(localctx, 23) { - p.SetState(6469) + p.SetState(6425) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -93851,7 +93279,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6470) + p.SetState(6426) p.Match(PostgreSQLParserSEQUENCE) if p.HasError() { // Recognition error - abort rule @@ -93859,11 +93287,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6471) + p.SetState(6427) p.Qualified_name() } { - p.SetState(6472) + p.SetState(6428) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -93871,7 +93299,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6473) + p.SetState(6429) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -93879,14 +93307,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6474) + p.SetState(6430) p.Name() } case 24: p.EnterOuterAlt(localctx, 24) { - p.SetState(6476) + p.SetState(6432) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -93894,7 +93322,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6477) + p.SetState(6433) p.Match(PostgreSQLParserSEQUENCE) if p.HasError() { // Recognition error - abort rule @@ -93902,7 +93330,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6478) + p.SetState(6434) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -93910,7 +93338,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6479) + p.SetState(6435) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -93918,11 +93346,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6480) + p.SetState(6436) p.Qualified_name() } { - p.SetState(6481) + p.SetState(6437) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -93930,7 +93358,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6482) + p.SetState(6438) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -93938,14 +93366,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6483) + p.SetState(6439) p.Name() } case 25: p.EnterOuterAlt(localctx, 25) { - p.SetState(6485) + p.SetState(6441) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -93953,7 +93381,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6486) + p.SetState(6442) p.Match(PostgreSQLParserVIEW) if p.HasError() { // Recognition error - abort rule @@ -93961,11 +93389,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6487) + p.SetState(6443) p.Qualified_name() } { - p.SetState(6488) + p.SetState(6444) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -93973,7 +93401,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6489) + p.SetState(6445) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -93981,14 +93409,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6490) + p.SetState(6446) p.Name() } case 26: p.EnterOuterAlt(localctx, 26) { - p.SetState(6492) + p.SetState(6448) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -93996,7 +93424,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6493) + p.SetState(6449) p.Match(PostgreSQLParserVIEW) if p.HasError() { // Recognition error - abort rule @@ -94004,7 +93432,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6494) + p.SetState(6450) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -94012,7 +93440,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6495) + p.SetState(6451) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -94020,11 +93448,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6496) + p.SetState(6452) p.Qualified_name() } { - p.SetState(6497) + p.SetState(6453) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -94032,7 +93460,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6498) + p.SetState(6454) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -94040,14 +93468,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6499) + p.SetState(6455) p.Name() } case 27: p.EnterOuterAlt(localctx, 27) { - p.SetState(6501) + p.SetState(6457) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -94055,7 +93483,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6502) + p.SetState(6458) p.Match(PostgreSQLParserMATERIALIZED) if p.HasError() { // Recognition error - abort rule @@ -94063,7 +93491,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6503) + p.SetState(6459) p.Match(PostgreSQLParserVIEW) if p.HasError() { // Recognition error - abort rule @@ -94071,11 +93499,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6504) + p.SetState(6460) p.Qualified_name() } { - p.SetState(6505) + p.SetState(6461) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -94083,7 +93511,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6506) + p.SetState(6462) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -94091,14 +93519,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6507) + p.SetState(6463) p.Name() } case 28: p.EnterOuterAlt(localctx, 28) { - p.SetState(6509) + p.SetState(6465) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -94106,7 +93534,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6510) + p.SetState(6466) p.Match(PostgreSQLParserMATERIALIZED) if p.HasError() { // Recognition error - abort rule @@ -94114,7 +93542,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6511) + p.SetState(6467) p.Match(PostgreSQLParserVIEW) if p.HasError() { // Recognition error - abort rule @@ -94122,7 +93550,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6512) + p.SetState(6468) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -94130,7 +93558,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6513) + p.SetState(6469) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -94138,11 +93566,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6514) + p.SetState(6470) p.Qualified_name() } { - p.SetState(6515) + p.SetState(6471) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -94150,7 +93578,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6516) + p.SetState(6472) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -94158,14 +93586,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6517) + p.SetState(6473) p.Name() } case 29: p.EnterOuterAlt(localctx, 29) { - p.SetState(6519) + p.SetState(6475) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -94173,7 +93601,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6520) + p.SetState(6476) p.Match(PostgreSQLParserINDEX) if p.HasError() { // Recognition error - abort rule @@ -94181,11 +93609,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6521) + p.SetState(6477) p.Qualified_name() } { - p.SetState(6522) + p.SetState(6478) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -94193,7 +93621,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6523) + p.SetState(6479) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -94201,14 +93629,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6524) + p.SetState(6480) p.Name() } case 30: p.EnterOuterAlt(localctx, 30) { - p.SetState(6526) + p.SetState(6482) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -94216,7 +93644,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6527) + p.SetState(6483) p.Match(PostgreSQLParserINDEX) if p.HasError() { // Recognition error - abort rule @@ -94224,7 +93652,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6528) + p.SetState(6484) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -94232,7 +93660,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6529) + p.SetState(6485) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -94240,11 +93668,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6530) + p.SetState(6486) p.Qualified_name() } { - p.SetState(6531) + p.SetState(6487) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -94252,7 +93680,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6532) + p.SetState(6488) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -94260,14 +93688,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6533) + p.SetState(6489) p.Name() } case 31: p.EnterOuterAlt(localctx, 31) { - p.SetState(6535) + p.SetState(6491) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -94275,7 +93703,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6536) + p.SetState(6492) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -94283,7 +93711,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6537) + p.SetState(6493) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -94291,11 +93719,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6538) + p.SetState(6494) p.Relation_expr() } { - p.SetState(6539) + p.SetState(6495) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -94303,7 +93731,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6540) + p.SetState(6496) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -94311,14 +93739,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6541) + p.SetState(6497) p.Name() } case 32: p.EnterOuterAlt(localctx, 32) { - p.SetState(6543) + p.SetState(6499) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -94326,7 +93754,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6544) + p.SetState(6500) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -94334,13 +93762,265 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6545) + p.SetState(6501) + p.Match(PostgreSQLParserTABLE) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(6502) + p.Match(PostgreSQLParserIF_P) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(6503) + p.Match(PostgreSQLParserEXISTS) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(6504) + p.Relation_expr() + } + { + p.SetState(6505) + p.Match(PostgreSQLParserRENAME) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(6506) + p.Match(PostgreSQLParserTO) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(6507) + p.Name() + } + + case 33: + p.EnterOuterAlt(localctx, 33) + { + p.SetState(6509) + p.Match(PostgreSQLParserALTER) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(6510) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule goto errorExit } } + { + p.SetState(6511) + p.Relation_expr() + } + { + p.SetState(6512) + p.Match(PostgreSQLParserRENAME) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + p.SetState(6514) + p.GetErrorHandler().Sync(p) + + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 533, p.GetParserRuleContext()) == 1 { + { + p.SetState(6513) + p.Opt_column() + } + + } else if p.HasError() { // JIM + goto errorExit + } + { + p.SetState(6516) + p.Name() + } + { + p.SetState(6517) + p.Match(PostgreSQLParserTO) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(6518) + p.Name() + } + + case 34: + p.EnterOuterAlt(localctx, 34) + { + p.SetState(6520) + p.Match(PostgreSQLParserALTER) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(6521) + p.Match(PostgreSQLParserTABLE) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(6522) + p.Match(PostgreSQLParserIF_P) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(6523) + p.Match(PostgreSQLParserEXISTS) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(6524) + p.Relation_expr() + } + { + p.SetState(6525) + p.Match(PostgreSQLParserRENAME) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + p.SetState(6527) + p.GetErrorHandler().Sync(p) + + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 534, p.GetParserRuleContext()) == 1 { + { + p.SetState(6526) + p.Opt_column() + } + + } else if p.HasError() { // JIM + goto errorExit + } + { + p.SetState(6529) + p.Name() + } + { + p.SetState(6530) + p.Match(PostgreSQLParserTO) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(6531) + p.Name() + } + + case 35: + p.EnterOuterAlt(localctx, 35) + { + p.SetState(6533) + p.Match(PostgreSQLParserALTER) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(6534) + p.Match(PostgreSQLParserVIEW) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(6535) + p.Qualified_name() + } + { + p.SetState(6536) + p.Match(PostgreSQLParserRENAME) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + p.SetState(6538) + p.GetErrorHandler().Sync(p) + + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 535, p.GetParserRuleContext()) == 1 { + { + p.SetState(6537) + p.Opt_column() + } + + } else if p.HasError() { // JIM + goto errorExit + } + { + p.SetState(6540) + p.Name() + } + { + p.SetState(6541) + p.Match(PostgreSQLParserTO) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(6542) + p.Name() + } + + case 36: + p.EnterOuterAlt(localctx, 36) + { + p.SetState(6544) + p.Match(PostgreSQLParserALTER) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } + { + p.SetState(6545) + p.Match(PostgreSQLParserVIEW) + if p.HasError() { + // Recognition error - abort rule + goto errorExit + } + } { p.SetState(6546) p.Match(PostgreSQLParserIF_P) @@ -94359,274 +94039,22 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } { p.SetState(6548) - p.Relation_expr() - } - { - p.SetState(6549) - p.Match(PostgreSQLParserRENAME) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(6550) - p.Match(PostgreSQLParserTO) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(6551) - p.Name() - } - - case 33: - p.EnterOuterAlt(localctx, 33) - { - p.SetState(6553) - p.Match(PostgreSQLParserALTER) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(6554) - p.Match(PostgreSQLParserTABLE) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(6555) - p.Relation_expr() - } - { - p.SetState(6556) - p.Match(PostgreSQLParserRENAME) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - p.SetState(6558) - p.GetErrorHandler().Sync(p) - - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 537, p.GetParserRuleContext()) == 1 { - { - p.SetState(6557) - p.Opt_column() - } - - } else if p.HasError() { // JIM - goto errorExit - } - { - p.SetState(6560) - p.Name() - } - { - p.SetState(6561) - p.Match(PostgreSQLParserTO) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(6562) - p.Name() - } - - case 34: - p.EnterOuterAlt(localctx, 34) - { - p.SetState(6564) - p.Match(PostgreSQLParserALTER) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(6565) - p.Match(PostgreSQLParserTABLE) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(6566) - p.Match(PostgreSQLParserIF_P) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(6567) - p.Match(PostgreSQLParserEXISTS) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(6568) - p.Relation_expr() - } - { - p.SetState(6569) - p.Match(PostgreSQLParserRENAME) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - p.SetState(6571) - p.GetErrorHandler().Sync(p) - - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 538, p.GetParserRuleContext()) == 1 { - { - p.SetState(6570) - p.Opt_column() - } - - } else if p.HasError() { // JIM - goto errorExit - } - { - p.SetState(6573) - p.Name() - } - { - p.SetState(6574) - p.Match(PostgreSQLParserTO) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(6575) - p.Name() - } - - case 35: - p.EnterOuterAlt(localctx, 35) - { - p.SetState(6577) - p.Match(PostgreSQLParserALTER) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(6578) - p.Match(PostgreSQLParserVIEW) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(6579) - p.Qualified_name() - } - { - p.SetState(6580) - p.Match(PostgreSQLParserRENAME) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - p.SetState(6582) - p.GetErrorHandler().Sync(p) - - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 539, p.GetParserRuleContext()) == 1 { - { - p.SetState(6581) - p.Opt_column() - } - - } else if p.HasError() { // JIM - goto errorExit - } - { - p.SetState(6584) - p.Name() - } - { - p.SetState(6585) - p.Match(PostgreSQLParserTO) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(6586) - p.Name() - } - - case 36: - p.EnterOuterAlt(localctx, 36) - { - p.SetState(6588) - p.Match(PostgreSQLParserALTER) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(6589) - p.Match(PostgreSQLParserVIEW) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(6590) - p.Match(PostgreSQLParserIF_P) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(6591) - p.Match(PostgreSQLParserEXISTS) - if p.HasError() { - // Recognition error - abort rule - goto errorExit - } - } - { - p.SetState(6592) p.Qualified_name() } { - p.SetState(6593) + p.SetState(6549) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(6595) + p.SetState(6551) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 540, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 536, p.GetParserRuleContext()) == 1 { { - p.SetState(6594) + p.SetState(6550) p.Opt_column() } @@ -94634,11 +94062,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { goto errorExit } { - p.SetState(6597) + p.SetState(6553) p.Name() } { - p.SetState(6598) + p.SetState(6554) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -94646,14 +94074,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6599) + p.SetState(6555) p.Name() } case 37: p.EnterOuterAlt(localctx, 37) { - p.SetState(6601) + p.SetState(6557) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -94661,7 +94089,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6602) + p.SetState(6558) p.Match(PostgreSQLParserMATERIALIZED) if p.HasError() { // Recognition error - abort rule @@ -94669,7 +94097,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6603) + p.SetState(6559) p.Match(PostgreSQLParserVIEW) if p.HasError() { // Recognition error - abort rule @@ -94677,23 +94105,23 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6604) + p.SetState(6560) p.Qualified_name() } { - p.SetState(6605) + p.SetState(6561) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(6607) + p.SetState(6563) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 541, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 537, p.GetParserRuleContext()) == 1 { { - p.SetState(6606) + p.SetState(6562) p.Opt_column() } @@ -94701,11 +94129,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { goto errorExit } { - p.SetState(6609) + p.SetState(6565) p.Name() } { - p.SetState(6610) + p.SetState(6566) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -94713,14 +94141,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6611) + p.SetState(6567) p.Name() } case 38: p.EnterOuterAlt(localctx, 38) { - p.SetState(6613) + p.SetState(6569) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -94728,7 +94156,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6614) + p.SetState(6570) p.Match(PostgreSQLParserMATERIALIZED) if p.HasError() { // Recognition error - abort rule @@ -94736,7 +94164,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6615) + p.SetState(6571) p.Match(PostgreSQLParserVIEW) if p.HasError() { // Recognition error - abort rule @@ -94744,7 +94172,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6616) + p.SetState(6572) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -94752,7 +94180,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6617) + p.SetState(6573) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -94760,23 +94188,23 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6618) + p.SetState(6574) p.Qualified_name() } { - p.SetState(6619) + p.SetState(6575) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(6621) + p.SetState(6577) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 542, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 538, p.GetParserRuleContext()) == 1 { { - p.SetState(6620) + p.SetState(6576) p.Opt_column() } @@ -94784,11 +94212,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { goto errorExit } { - p.SetState(6623) + p.SetState(6579) p.Name() } { - p.SetState(6624) + p.SetState(6580) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -94796,14 +94224,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6625) + p.SetState(6581) p.Name() } case 39: p.EnterOuterAlt(localctx, 39) { - p.SetState(6627) + p.SetState(6583) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -94811,7 +94239,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6628) + p.SetState(6584) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -94819,11 +94247,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6629) + p.SetState(6585) p.Relation_expr() } { - p.SetState(6630) + p.SetState(6586) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -94831,7 +94259,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6631) + p.SetState(6587) p.Match(PostgreSQLParserCONSTRAINT) if p.HasError() { // Recognition error - abort rule @@ -94839,11 +94267,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6632) + p.SetState(6588) p.Name() } { - p.SetState(6633) + p.SetState(6589) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -94851,14 +94279,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6634) + p.SetState(6590) p.Name() } case 40: p.EnterOuterAlt(localctx, 40) { - p.SetState(6636) + p.SetState(6592) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -94866,7 +94294,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6637) + p.SetState(6593) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -94874,7 +94302,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6638) + p.SetState(6594) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -94882,7 +94310,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6639) + p.SetState(6595) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -94890,11 +94318,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6640) + p.SetState(6596) p.Relation_expr() } { - p.SetState(6641) + p.SetState(6597) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -94902,7 +94330,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6642) + p.SetState(6598) p.Match(PostgreSQLParserCONSTRAINT) if p.HasError() { // Recognition error - abort rule @@ -94910,11 +94338,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6643) + p.SetState(6599) p.Name() } { - p.SetState(6644) + p.SetState(6600) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -94922,14 +94350,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6645) + p.SetState(6601) p.Name() } case 41: p.EnterOuterAlt(localctx, 41) { - p.SetState(6647) + p.SetState(6603) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -94937,7 +94365,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6648) + p.SetState(6604) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -94945,7 +94373,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6649) + p.SetState(6605) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -94953,23 +94381,23 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6650) + p.SetState(6606) p.Relation_expr() } { - p.SetState(6651) + p.SetState(6607) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(6653) + p.SetState(6609) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 543, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 539, p.GetParserRuleContext()) == 1 { { - p.SetState(6652) + p.SetState(6608) p.Opt_column() } @@ -94977,11 +94405,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { goto errorExit } { - p.SetState(6655) + p.SetState(6611) p.Name() } { - p.SetState(6656) + p.SetState(6612) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -94989,14 +94417,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6657) + p.SetState(6613) p.Name() } case 42: p.EnterOuterAlt(localctx, 42) { - p.SetState(6659) + p.SetState(6615) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -95004,7 +94432,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6660) + p.SetState(6616) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -95012,7 +94440,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6661) + p.SetState(6617) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -95020,7 +94448,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6662) + p.SetState(6618) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -95028,7 +94456,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6663) + p.SetState(6619) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -95036,23 +94464,23 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6664) + p.SetState(6620) p.Relation_expr() } { - p.SetState(6665) + p.SetState(6621) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(6667) + p.SetState(6623) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 544, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 540, p.GetParserRuleContext()) == 1 { { - p.SetState(6666) + p.SetState(6622) p.Opt_column() } @@ -95060,11 +94488,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { goto errorExit } { - p.SetState(6669) + p.SetState(6625) p.Name() } { - p.SetState(6670) + p.SetState(6626) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -95072,14 +94500,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6671) + p.SetState(6627) p.Name() } case 43: p.EnterOuterAlt(localctx, 43) { - p.SetState(6673) + p.SetState(6629) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -95087,7 +94515,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6674) + p.SetState(6630) p.Match(PostgreSQLParserRULE) if p.HasError() { // Recognition error - abort rule @@ -95095,11 +94523,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6675) + p.SetState(6631) p.Name() } { - p.SetState(6676) + p.SetState(6632) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -95107,11 +94535,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6677) + p.SetState(6633) p.Qualified_name() } { - p.SetState(6678) + p.SetState(6634) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -95119,7 +94547,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6679) + p.SetState(6635) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -95127,14 +94555,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6680) + p.SetState(6636) p.Name() } case 44: p.EnterOuterAlt(localctx, 44) { - p.SetState(6682) + p.SetState(6638) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -95142,7 +94570,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6683) + p.SetState(6639) p.Match(PostgreSQLParserTRIGGER) if p.HasError() { // Recognition error - abort rule @@ -95150,11 +94578,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6684) + p.SetState(6640) p.Name() } { - p.SetState(6685) + p.SetState(6641) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -95162,11 +94590,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6686) + p.SetState(6642) p.Qualified_name() } { - p.SetState(6687) + p.SetState(6643) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -95174,7 +94602,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6688) + p.SetState(6644) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -95182,14 +94610,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6689) + p.SetState(6645) p.Name() } case 45: p.EnterOuterAlt(localctx, 45) { - p.SetState(6691) + p.SetState(6647) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -95197,7 +94625,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6692) + p.SetState(6648) p.Match(PostgreSQLParserEVENT) if p.HasError() { // Recognition error - abort rule @@ -95205,7 +94633,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6693) + p.SetState(6649) p.Match(PostgreSQLParserTRIGGER) if p.HasError() { // Recognition error - abort rule @@ -95213,11 +94641,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6694) + p.SetState(6650) p.Name() } { - p.SetState(6695) + p.SetState(6651) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -95225,7 +94653,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6696) + p.SetState(6652) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -95233,14 +94661,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6697) + p.SetState(6653) p.Name() } case 46: p.EnterOuterAlt(localctx, 46) { - p.SetState(6699) + p.SetState(6655) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -95248,7 +94676,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6700) + p.SetState(6656) p.Match(PostgreSQLParserROLE) if p.HasError() { // Recognition error - abort rule @@ -95256,11 +94684,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6701) + p.SetState(6657) p.Roleid() } { - p.SetState(6702) + p.SetState(6658) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -95268,7 +94696,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6703) + p.SetState(6659) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -95276,14 +94704,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6704) + p.SetState(6660) p.Roleid() } case 47: p.EnterOuterAlt(localctx, 47) { - p.SetState(6706) + p.SetState(6662) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -95291,7 +94719,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6707) + p.SetState(6663) p.Match(PostgreSQLParserUSER) if p.HasError() { // Recognition error - abort rule @@ -95299,11 +94727,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6708) + p.SetState(6664) p.Roleid() } { - p.SetState(6709) + p.SetState(6665) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -95311,7 +94739,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6710) + p.SetState(6666) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -95319,14 +94747,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6711) + p.SetState(6667) p.Roleid() } case 48: p.EnterOuterAlt(localctx, 48) { - p.SetState(6713) + p.SetState(6669) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -95334,7 +94762,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6714) + p.SetState(6670) p.Match(PostgreSQLParserTABLESPACE) if p.HasError() { // Recognition error - abort rule @@ -95342,11 +94770,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6715) + p.SetState(6671) p.Name() } { - p.SetState(6716) + p.SetState(6672) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -95354,7 +94782,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6717) + p.SetState(6673) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -95362,14 +94790,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6718) + p.SetState(6674) p.Name() } case 49: p.EnterOuterAlt(localctx, 49) { - p.SetState(6720) + p.SetState(6676) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -95377,7 +94805,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6721) + p.SetState(6677) p.Match(PostgreSQLParserSTATISTICS) if p.HasError() { // Recognition error - abort rule @@ -95385,11 +94813,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6722) + p.SetState(6678) p.Any_name() } { - p.SetState(6723) + p.SetState(6679) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -95397,7 +94825,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6724) + p.SetState(6680) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -95405,14 +94833,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6725) + p.SetState(6681) p.Name() } case 50: p.EnterOuterAlt(localctx, 50) { - p.SetState(6727) + p.SetState(6683) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -95420,7 +94848,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6728) + p.SetState(6684) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -95428,7 +94856,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6729) + p.SetState(6685) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -95436,7 +94864,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6730) + p.SetState(6686) p.Match(PostgreSQLParserPARSER) if p.HasError() { // Recognition error - abort rule @@ -95444,11 +94872,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6731) + p.SetState(6687) p.Any_name() } { - p.SetState(6732) + p.SetState(6688) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -95456,7 +94884,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6733) + p.SetState(6689) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -95464,14 +94892,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6734) + p.SetState(6690) p.Name() } case 51: p.EnterOuterAlt(localctx, 51) { - p.SetState(6736) + p.SetState(6692) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -95479,7 +94907,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6737) + p.SetState(6693) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -95487,7 +94915,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6738) + p.SetState(6694) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -95495,7 +94923,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6739) + p.SetState(6695) p.Match(PostgreSQLParserDICTIONARY) if p.HasError() { // Recognition error - abort rule @@ -95503,11 +94931,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6740) + p.SetState(6696) p.Any_name() } { - p.SetState(6741) + p.SetState(6697) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -95515,7 +94943,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6742) + p.SetState(6698) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -95523,14 +94951,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6743) + p.SetState(6699) p.Name() } case 52: p.EnterOuterAlt(localctx, 52) { - p.SetState(6745) + p.SetState(6701) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -95538,7 +94966,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6746) + p.SetState(6702) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -95546,7 +94974,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6747) + p.SetState(6703) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -95554,7 +94982,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6748) + p.SetState(6704) p.Match(PostgreSQLParserTEMPLATE) if p.HasError() { // Recognition error - abort rule @@ -95562,11 +94990,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6749) + p.SetState(6705) p.Any_name() } { - p.SetState(6750) + p.SetState(6706) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -95574,7 +95002,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6751) + p.SetState(6707) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -95582,14 +95010,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6752) + p.SetState(6708) p.Name() } case 53: p.EnterOuterAlt(localctx, 53) { - p.SetState(6754) + p.SetState(6710) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -95597,7 +95025,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6755) + p.SetState(6711) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -95605,7 +95033,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6756) + p.SetState(6712) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -95613,7 +95041,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6757) + p.SetState(6713) p.Match(PostgreSQLParserCONFIGURATION) if p.HasError() { // Recognition error - abort rule @@ -95621,11 +95049,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6758) + p.SetState(6714) p.Any_name() } { - p.SetState(6759) + p.SetState(6715) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -95633,7 +95061,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6760) + p.SetState(6716) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -95641,14 +95069,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6761) + p.SetState(6717) p.Name() } case 54: p.EnterOuterAlt(localctx, 54) { - p.SetState(6763) + p.SetState(6719) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -95656,7 +95084,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6764) + p.SetState(6720) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -95664,11 +95092,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6765) + p.SetState(6721) p.Any_name() } { - p.SetState(6766) + p.SetState(6722) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -95676,7 +95104,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6767) + p.SetState(6723) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -95684,14 +95112,14 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6768) + p.SetState(6724) p.Name() } case 55: p.EnterOuterAlt(localctx, 55) { - p.SetState(6770) + p.SetState(6726) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -95699,7 +95127,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6771) + p.SetState(6727) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -95707,11 +95135,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6772) + p.SetState(6728) p.Any_name() } { - p.SetState(6773) + p.SetState(6729) p.Match(PostgreSQLParserRENAME) if p.HasError() { // Recognition error - abort rule @@ -95719,7 +95147,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6774) + p.SetState(6730) p.Match(PostgreSQLParserATTRIBUTE) if p.HasError() { // Recognition error - abort rule @@ -95727,11 +95155,11 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6775) + p.SetState(6731) p.Name() } { - p.SetState(6776) + p.SetState(6732) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -95739,10 +95167,10 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { } } { - p.SetState(6777) + p.SetState(6733) p.Name() } - p.SetState(6779) + p.SetState(6735) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -95751,7 +95179,7 @@ func (p *PostgreSQLParser) Renamestmt() (localctx IRenamestmtContext) { if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(6778) + p.SetState(6734) p.Opt_drop_behavior() } @@ -95856,10 +95284,10 @@ func (s *Opt_columnContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Opt_column() (localctx IOpt_columnContext) { localctx = NewOpt_columnContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 732, PostgreSQLParserRULE_opt_column) + p.EnterRule(localctx, 730, PostgreSQLParserRULE_opt_column) p.EnterOuterAlt(localctx, 1) { - p.SetState(6783) + p.SetState(6739) p.Match(PostgreSQLParserCOLUMN) if p.HasError() { // Recognition error - abort rule @@ -95967,10 +95395,10 @@ func (s *Opt_set_dataContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opt_set_data() (localctx IOpt_set_dataContext) { localctx = NewOpt_set_dataContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 734, PostgreSQLParserRULE_opt_set_data) + p.EnterRule(localctx, 732, PostgreSQLParserRULE_opt_set_data) p.EnterOuterAlt(localctx, 1) { - p.SetState(6785) + p.SetState(6741) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -95978,7 +95406,7 @@ func (p *PostgreSQLParser) Opt_set_data() (localctx IOpt_set_dataContext) { } } { - p.SetState(6786) + p.SetState(6742) p.Match(PostgreSQLParserDATA_P) if p.HasError() { // Recognition error - abort rule @@ -96230,20 +95658,20 @@ func (s *AlterobjectdependsstmtContext) Accept(visitor antlr.ParseTreeVisitor) i func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdependsstmtContext) { localctx = NewAlterobjectdependsstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 736, PostgreSQLParserRULE_alterobjectdependsstmt) + p.EnterRule(localctx, 734, PostgreSQLParserRULE_alterobjectdependsstmt) var _la int - p.SetState(6857) + p.SetState(6813) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 553, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 549, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(6788) + p.SetState(6744) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -96251,7 +95679,7 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6789) + p.SetState(6745) p.Match(PostgreSQLParserFUNCTION) if p.HasError() { // Recognition error - abort rule @@ -96259,10 +95687,10 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6790) + p.SetState(6746) p.Function_with_argtypes() } - p.SetState(6792) + p.SetState(6748) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -96271,13 +95699,13 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend if _la == PostgreSQLParserNO { { - p.SetState(6791) + p.SetState(6747) p.Opt_no() } } { - p.SetState(6794) + p.SetState(6750) p.Match(PostgreSQLParserDEPENDS) if p.HasError() { // Recognition error - abort rule @@ -96285,7 +95713,7 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6795) + p.SetState(6751) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -96293,7 +95721,7 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6796) + p.SetState(6752) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -96301,14 +95729,14 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6797) + p.SetState(6753) p.Name() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(6799) + p.SetState(6755) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -96316,7 +95744,7 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6800) + p.SetState(6756) p.Match(PostgreSQLParserPROCEDURE) if p.HasError() { // Recognition error - abort rule @@ -96324,10 +95752,10 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6801) + p.SetState(6757) p.Function_with_argtypes() } - p.SetState(6803) + p.SetState(6759) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -96336,13 +95764,13 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend if _la == PostgreSQLParserNO { { - p.SetState(6802) + p.SetState(6758) p.Opt_no() } } { - p.SetState(6805) + p.SetState(6761) p.Match(PostgreSQLParserDEPENDS) if p.HasError() { // Recognition error - abort rule @@ -96350,7 +95778,7 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6806) + p.SetState(6762) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -96358,7 +95786,7 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6807) + p.SetState(6763) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -96366,14 +95794,14 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6808) + p.SetState(6764) p.Name() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(6810) + p.SetState(6766) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -96381,7 +95809,7 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6811) + p.SetState(6767) p.Match(PostgreSQLParserROUTINE) if p.HasError() { // Recognition error - abort rule @@ -96389,10 +95817,10 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6812) + p.SetState(6768) p.Function_with_argtypes() } - p.SetState(6814) + p.SetState(6770) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -96401,13 +95829,13 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend if _la == PostgreSQLParserNO { { - p.SetState(6813) + p.SetState(6769) p.Opt_no() } } { - p.SetState(6816) + p.SetState(6772) p.Match(PostgreSQLParserDEPENDS) if p.HasError() { // Recognition error - abort rule @@ -96415,7 +95843,7 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6817) + p.SetState(6773) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -96423,7 +95851,7 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6818) + p.SetState(6774) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -96431,14 +95859,14 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6819) + p.SetState(6775) p.Name() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(6821) + p.SetState(6777) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -96446,7 +95874,7 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6822) + p.SetState(6778) p.Match(PostgreSQLParserTRIGGER) if p.HasError() { // Recognition error - abort rule @@ -96454,11 +95882,11 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6823) + p.SetState(6779) p.Name() } { - p.SetState(6824) + p.SetState(6780) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -96466,10 +95894,10 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6825) + p.SetState(6781) p.Qualified_name() } - p.SetState(6827) + p.SetState(6783) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -96478,13 +95906,13 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend if _la == PostgreSQLParserNO { { - p.SetState(6826) + p.SetState(6782) p.Opt_no() } } { - p.SetState(6829) + p.SetState(6785) p.Match(PostgreSQLParserDEPENDS) if p.HasError() { // Recognition error - abort rule @@ -96492,7 +95920,7 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6830) + p.SetState(6786) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -96500,7 +95928,7 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6831) + p.SetState(6787) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -96508,14 +95936,14 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6832) + p.SetState(6788) p.Name() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(6834) + p.SetState(6790) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -96523,7 +95951,7 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6835) + p.SetState(6791) p.Match(PostgreSQLParserMATERIALIZED) if p.HasError() { // Recognition error - abort rule @@ -96531,7 +95959,7 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6836) + p.SetState(6792) p.Match(PostgreSQLParserVIEW) if p.HasError() { // Recognition error - abort rule @@ -96539,10 +95967,10 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6837) + p.SetState(6793) p.Qualified_name() } - p.SetState(6839) + p.SetState(6795) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -96551,13 +95979,13 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend if _la == PostgreSQLParserNO { { - p.SetState(6838) + p.SetState(6794) p.Opt_no() } } { - p.SetState(6841) + p.SetState(6797) p.Match(PostgreSQLParserDEPENDS) if p.HasError() { // Recognition error - abort rule @@ -96565,7 +95993,7 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6842) + p.SetState(6798) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -96573,7 +96001,7 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6843) + p.SetState(6799) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -96581,14 +96009,14 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6844) + p.SetState(6800) p.Name() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(6846) + p.SetState(6802) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -96596,7 +96024,7 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6847) + p.SetState(6803) p.Match(PostgreSQLParserINDEX) if p.HasError() { // Recognition error - abort rule @@ -96604,10 +96032,10 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6848) + p.SetState(6804) p.Qualified_name() } - p.SetState(6850) + p.SetState(6806) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -96616,13 +96044,13 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend if _la == PostgreSQLParserNO { { - p.SetState(6849) + p.SetState(6805) p.Opt_no() } } { - p.SetState(6852) + p.SetState(6808) p.Match(PostgreSQLParserDEPENDS) if p.HasError() { // Recognition error - abort rule @@ -96630,7 +96058,7 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6853) + p.SetState(6809) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -96638,7 +96066,7 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6854) + p.SetState(6810) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -96646,7 +96074,7 @@ func (p *PostgreSQLParser) Alterobjectdependsstmt() (localctx IAlterobjectdepend } } { - p.SetState(6855) + p.SetState(6811) p.Name() } @@ -96749,10 +96177,10 @@ func (s *Opt_noContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Opt_no() (localctx IOpt_noContext) { localctx = NewOpt_noContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 738, PostgreSQLParserRULE_opt_no) + p.EnterRule(localctx, 736, PostgreSQLParserRULE_opt_no) p.EnterOuterAlt(localctx, 1) { - p.SetState(6859) + p.SetState(6815) p.Match(PostgreSQLParserNO) if p.HasError() { // Recognition error - abort rule @@ -97145,18 +96573,18 @@ func (s *AlterobjectschemastmtContext) Accept(visitor antlr.ParseTreeVisitor) in func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemastmtContext) { localctx = NewAlterobjectschemastmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 740, PostgreSQLParserRULE_alterobjectschemastmt) - p.SetState(7078) + p.EnterRule(localctx, 738, PostgreSQLParserRULE_alterobjectschemastmt) + p.SetState(7034) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 554, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 550, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(6861) + p.SetState(6817) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -97164,7 +96592,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6862) + p.SetState(6818) p.Match(PostgreSQLParserAGGREGATE) if p.HasError() { // Recognition error - abort rule @@ -97172,11 +96600,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6863) + p.SetState(6819) p.Aggregate_with_argtypes() } { - p.SetState(6864) + p.SetState(6820) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -97184,7 +96612,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6865) + p.SetState(6821) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -97192,14 +96620,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6866) + p.SetState(6822) p.Name() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(6868) + p.SetState(6824) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -97207,7 +96635,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6869) + p.SetState(6825) p.Match(PostgreSQLParserCOLLATION) if p.HasError() { // Recognition error - abort rule @@ -97215,11 +96643,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6870) + p.SetState(6826) p.Any_name() } { - p.SetState(6871) + p.SetState(6827) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -97227,7 +96655,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6872) + p.SetState(6828) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -97235,14 +96663,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6873) + p.SetState(6829) p.Name() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(6875) + p.SetState(6831) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -97250,7 +96678,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6876) + p.SetState(6832) p.Match(PostgreSQLParserCONVERSION_P) if p.HasError() { // Recognition error - abort rule @@ -97258,11 +96686,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6877) + p.SetState(6833) p.Any_name() } { - p.SetState(6878) + p.SetState(6834) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -97270,7 +96698,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6879) + p.SetState(6835) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -97278,14 +96706,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6880) + p.SetState(6836) p.Name() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(6882) + p.SetState(6838) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -97293,7 +96721,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6883) + p.SetState(6839) p.Match(PostgreSQLParserDOMAIN_P) if p.HasError() { // Recognition error - abort rule @@ -97301,11 +96729,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6884) + p.SetState(6840) p.Any_name() } { - p.SetState(6885) + p.SetState(6841) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -97313,7 +96741,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6886) + p.SetState(6842) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -97321,14 +96749,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6887) + p.SetState(6843) p.Name() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(6889) + p.SetState(6845) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -97336,7 +96764,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6890) + p.SetState(6846) p.Match(PostgreSQLParserEXTENSION) if p.HasError() { // Recognition error - abort rule @@ -97344,11 +96772,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6891) + p.SetState(6847) p.Name() } { - p.SetState(6892) + p.SetState(6848) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -97356,7 +96784,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6893) + p.SetState(6849) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -97364,14 +96792,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6894) + p.SetState(6850) p.Name() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(6896) + p.SetState(6852) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -97379,7 +96807,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6897) + p.SetState(6853) p.Match(PostgreSQLParserFUNCTION) if p.HasError() { // Recognition error - abort rule @@ -97387,11 +96815,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6898) + p.SetState(6854) p.Function_with_argtypes() } { - p.SetState(6899) + p.SetState(6855) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -97399,7 +96827,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6900) + p.SetState(6856) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -97407,14 +96835,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6901) + p.SetState(6857) p.Name() } case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(6903) + p.SetState(6859) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -97422,7 +96850,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6904) + p.SetState(6860) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -97430,11 +96858,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6905) + p.SetState(6861) p.Operator_with_argtypes() } { - p.SetState(6906) + p.SetState(6862) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -97442,7 +96870,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6907) + p.SetState(6863) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -97450,14 +96878,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6908) + p.SetState(6864) p.Name() } case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(6910) + p.SetState(6866) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -97465,7 +96893,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6911) + p.SetState(6867) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -97473,7 +96901,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6912) + p.SetState(6868) p.Match(PostgreSQLParserCLASS) if p.HasError() { // Recognition error - abort rule @@ -97481,11 +96909,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6913) + p.SetState(6869) p.Any_name() } { - p.SetState(6914) + p.SetState(6870) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -97493,11 +96921,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6915) + p.SetState(6871) p.Name() } { - p.SetState(6916) + p.SetState(6872) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -97505,7 +96933,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6917) + p.SetState(6873) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -97513,14 +96941,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6918) + p.SetState(6874) p.Name() } case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(6920) + p.SetState(6876) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -97528,7 +96956,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6921) + p.SetState(6877) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -97536,7 +96964,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6922) + p.SetState(6878) p.Match(PostgreSQLParserFAMILY) if p.HasError() { // Recognition error - abort rule @@ -97544,11 +96972,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6923) + p.SetState(6879) p.Any_name() } { - p.SetState(6924) + p.SetState(6880) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -97556,11 +96984,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6925) + p.SetState(6881) p.Name() } { - p.SetState(6926) + p.SetState(6882) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -97568,7 +96996,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6927) + p.SetState(6883) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -97576,14 +97004,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6928) + p.SetState(6884) p.Name() } case 10: p.EnterOuterAlt(localctx, 10) { - p.SetState(6930) + p.SetState(6886) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -97591,7 +97019,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6931) + p.SetState(6887) p.Match(PostgreSQLParserPROCEDURE) if p.HasError() { // Recognition error - abort rule @@ -97599,11 +97027,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6932) + p.SetState(6888) p.Function_with_argtypes() } { - p.SetState(6933) + p.SetState(6889) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -97611,7 +97039,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6934) + p.SetState(6890) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -97619,14 +97047,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6935) + p.SetState(6891) p.Name() } case 11: p.EnterOuterAlt(localctx, 11) { - p.SetState(6937) + p.SetState(6893) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -97634,7 +97062,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6938) + p.SetState(6894) p.Match(PostgreSQLParserROUTINE) if p.HasError() { // Recognition error - abort rule @@ -97642,11 +97070,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6939) + p.SetState(6895) p.Function_with_argtypes() } { - p.SetState(6940) + p.SetState(6896) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -97654,7 +97082,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6941) + p.SetState(6897) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -97662,14 +97090,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6942) + p.SetState(6898) p.Name() } case 12: p.EnterOuterAlt(localctx, 12) { - p.SetState(6944) + p.SetState(6900) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -97677,7 +97105,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6945) + p.SetState(6901) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -97685,11 +97113,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6946) + p.SetState(6902) p.Relation_expr() } { - p.SetState(6947) + p.SetState(6903) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -97697,7 +97125,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6948) + p.SetState(6904) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -97705,14 +97133,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6949) + p.SetState(6905) p.Name() } case 13: p.EnterOuterAlt(localctx, 13) { - p.SetState(6951) + p.SetState(6907) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -97720,7 +97148,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6952) + p.SetState(6908) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -97728,7 +97156,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6953) + p.SetState(6909) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -97736,7 +97164,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6954) + p.SetState(6910) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -97744,11 +97172,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6955) + p.SetState(6911) p.Relation_expr() } { - p.SetState(6956) + p.SetState(6912) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -97756,7 +97184,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6957) + p.SetState(6913) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -97764,14 +97192,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6958) + p.SetState(6914) p.Name() } case 14: p.EnterOuterAlt(localctx, 14) { - p.SetState(6960) + p.SetState(6916) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -97779,7 +97207,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6961) + p.SetState(6917) p.Match(PostgreSQLParserSTATISTICS) if p.HasError() { // Recognition error - abort rule @@ -97787,11 +97215,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6962) + p.SetState(6918) p.Any_name() } { - p.SetState(6963) + p.SetState(6919) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -97799,7 +97227,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6964) + p.SetState(6920) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -97807,14 +97235,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6965) + p.SetState(6921) p.Name() } case 15: p.EnterOuterAlt(localctx, 15) { - p.SetState(6967) + p.SetState(6923) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -97822,7 +97250,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6968) + p.SetState(6924) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -97830,7 +97258,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6969) + p.SetState(6925) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -97838,7 +97266,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6970) + p.SetState(6926) p.Match(PostgreSQLParserPARSER) if p.HasError() { // Recognition error - abort rule @@ -97846,11 +97274,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6971) + p.SetState(6927) p.Any_name() } { - p.SetState(6972) + p.SetState(6928) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -97858,7 +97286,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6973) + p.SetState(6929) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -97866,14 +97294,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6974) + p.SetState(6930) p.Name() } case 16: p.EnterOuterAlt(localctx, 16) { - p.SetState(6976) + p.SetState(6932) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -97881,7 +97309,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6977) + p.SetState(6933) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -97889,7 +97317,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6978) + p.SetState(6934) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -97897,7 +97325,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6979) + p.SetState(6935) p.Match(PostgreSQLParserDICTIONARY) if p.HasError() { // Recognition error - abort rule @@ -97905,11 +97333,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6980) + p.SetState(6936) p.Any_name() } { - p.SetState(6981) + p.SetState(6937) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -97917,7 +97345,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6982) + p.SetState(6938) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -97925,14 +97353,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6983) + p.SetState(6939) p.Name() } case 17: p.EnterOuterAlt(localctx, 17) { - p.SetState(6985) + p.SetState(6941) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -97940,7 +97368,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6986) + p.SetState(6942) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -97948,7 +97376,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6987) + p.SetState(6943) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -97956,7 +97384,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6988) + p.SetState(6944) p.Match(PostgreSQLParserTEMPLATE) if p.HasError() { // Recognition error - abort rule @@ -97964,11 +97392,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6989) + p.SetState(6945) p.Any_name() } { - p.SetState(6990) + p.SetState(6946) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -97976,7 +97404,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6991) + p.SetState(6947) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -97984,14 +97412,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6992) + p.SetState(6948) p.Name() } case 18: p.EnterOuterAlt(localctx, 18) { - p.SetState(6994) + p.SetState(6950) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -97999,7 +97427,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6995) + p.SetState(6951) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -98007,7 +97435,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6996) + p.SetState(6952) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -98015,7 +97443,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6997) + p.SetState(6953) p.Match(PostgreSQLParserCONFIGURATION) if p.HasError() { // Recognition error - abort rule @@ -98023,11 +97451,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(6998) + p.SetState(6954) p.Any_name() } { - p.SetState(6999) + p.SetState(6955) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -98035,7 +97463,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7000) + p.SetState(6956) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -98043,14 +97471,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7001) + p.SetState(6957) p.Name() } case 19: p.EnterOuterAlt(localctx, 19) { - p.SetState(7003) + p.SetState(6959) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -98058,7 +97486,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7004) + p.SetState(6960) p.Match(PostgreSQLParserSEQUENCE) if p.HasError() { // Recognition error - abort rule @@ -98066,11 +97494,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7005) + p.SetState(6961) p.Qualified_name() } { - p.SetState(7006) + p.SetState(6962) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -98078,7 +97506,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7007) + p.SetState(6963) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -98086,14 +97514,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7008) + p.SetState(6964) p.Name() } case 20: p.EnterOuterAlt(localctx, 20) { - p.SetState(7010) + p.SetState(6966) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -98101,7 +97529,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7011) + p.SetState(6967) p.Match(PostgreSQLParserSEQUENCE) if p.HasError() { // Recognition error - abort rule @@ -98109,7 +97537,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7012) + p.SetState(6968) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -98117,7 +97545,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7013) + p.SetState(6969) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -98125,11 +97553,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7014) + p.SetState(6970) p.Qualified_name() } { - p.SetState(7015) + p.SetState(6971) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -98137,7 +97565,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7016) + p.SetState(6972) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -98145,14 +97573,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7017) + p.SetState(6973) p.Name() } case 21: p.EnterOuterAlt(localctx, 21) { - p.SetState(7019) + p.SetState(6975) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -98160,7 +97588,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7020) + p.SetState(6976) p.Match(PostgreSQLParserVIEW) if p.HasError() { // Recognition error - abort rule @@ -98168,11 +97596,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7021) + p.SetState(6977) p.Qualified_name() } { - p.SetState(7022) + p.SetState(6978) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -98180,7 +97608,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7023) + p.SetState(6979) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -98188,14 +97616,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7024) + p.SetState(6980) p.Name() } case 22: p.EnterOuterAlt(localctx, 22) { - p.SetState(7026) + p.SetState(6982) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -98203,7 +97631,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7027) + p.SetState(6983) p.Match(PostgreSQLParserVIEW) if p.HasError() { // Recognition error - abort rule @@ -98211,7 +97639,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7028) + p.SetState(6984) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -98219,7 +97647,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7029) + p.SetState(6985) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -98227,11 +97655,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7030) + p.SetState(6986) p.Qualified_name() } { - p.SetState(7031) + p.SetState(6987) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -98239,7 +97667,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7032) + p.SetState(6988) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -98247,14 +97675,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7033) + p.SetState(6989) p.Name() } case 23: p.EnterOuterAlt(localctx, 23) { - p.SetState(7035) + p.SetState(6991) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -98262,7 +97690,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7036) + p.SetState(6992) p.Match(PostgreSQLParserMATERIALIZED) if p.HasError() { // Recognition error - abort rule @@ -98270,7 +97698,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7037) + p.SetState(6993) p.Match(PostgreSQLParserVIEW) if p.HasError() { // Recognition error - abort rule @@ -98278,11 +97706,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7038) + p.SetState(6994) p.Qualified_name() } { - p.SetState(7039) + p.SetState(6995) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -98290,7 +97718,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7040) + p.SetState(6996) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -98298,14 +97726,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7041) + p.SetState(6997) p.Name() } case 24: p.EnterOuterAlt(localctx, 24) { - p.SetState(7043) + p.SetState(6999) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -98313,7 +97741,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7044) + p.SetState(7000) p.Match(PostgreSQLParserMATERIALIZED) if p.HasError() { // Recognition error - abort rule @@ -98321,7 +97749,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7045) + p.SetState(7001) p.Match(PostgreSQLParserVIEW) if p.HasError() { // Recognition error - abort rule @@ -98329,7 +97757,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7046) + p.SetState(7002) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -98337,7 +97765,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7047) + p.SetState(7003) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -98345,11 +97773,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7048) + p.SetState(7004) p.Qualified_name() } { - p.SetState(7049) + p.SetState(7005) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -98357,7 +97785,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7050) + p.SetState(7006) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -98365,14 +97793,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7051) + p.SetState(7007) p.Name() } case 25: p.EnterOuterAlt(localctx, 25) { - p.SetState(7053) + p.SetState(7009) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -98380,7 +97808,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7054) + p.SetState(7010) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -98388,7 +97816,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7055) + p.SetState(7011) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -98396,11 +97824,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7056) + p.SetState(7012) p.Relation_expr() } { - p.SetState(7057) + p.SetState(7013) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -98408,7 +97836,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7058) + p.SetState(7014) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -98416,14 +97844,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7059) + p.SetState(7015) p.Name() } case 26: p.EnterOuterAlt(localctx, 26) { - p.SetState(7061) + p.SetState(7017) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -98431,7 +97859,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7062) + p.SetState(7018) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -98439,7 +97867,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7063) + p.SetState(7019) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -98447,7 +97875,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7064) + p.SetState(7020) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -98455,7 +97883,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7065) + p.SetState(7021) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -98463,11 +97891,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7066) + p.SetState(7022) p.Relation_expr() } { - p.SetState(7067) + p.SetState(7023) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -98475,7 +97903,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7068) + p.SetState(7024) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -98483,14 +97911,14 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7069) + p.SetState(7025) p.Name() } case 27: p.EnterOuterAlt(localctx, 27) { - p.SetState(7071) + p.SetState(7027) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -98498,7 +97926,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7072) + p.SetState(7028) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -98506,11 +97934,11 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7073) + p.SetState(7029) p.Any_name() } { - p.SetState(7074) + p.SetState(7030) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -98518,7 +97946,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7075) + p.SetState(7031) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -98526,7 +97954,7 @@ func (p *PostgreSQLParser) Alterobjectschemastmt() (localctx IAlterobjectschemas } } { - p.SetState(7076) + p.SetState(7032) p.Name() } @@ -98683,10 +98111,10 @@ func (s *AlteroperatorstmtContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Alteroperatorstmt() (localctx IAlteroperatorstmtContext) { localctx = NewAlteroperatorstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 742, PostgreSQLParserRULE_alteroperatorstmt) + p.EnterRule(localctx, 740, PostgreSQLParserRULE_alteroperatorstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(7080) + p.SetState(7036) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -98694,7 +98122,7 @@ func (p *PostgreSQLParser) Alteroperatorstmt() (localctx IAlteroperatorstmtConte } } { - p.SetState(7081) + p.SetState(7037) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -98702,11 +98130,11 @@ func (p *PostgreSQLParser) Alteroperatorstmt() (localctx IAlteroperatorstmtConte } } { - p.SetState(7082) + p.SetState(7038) p.Operator_with_argtypes() } { - p.SetState(7083) + p.SetState(7039) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -98714,7 +98142,7 @@ func (p *PostgreSQLParser) Alteroperatorstmt() (localctx IAlteroperatorstmtConte } } { - p.SetState(7084) + p.SetState(7040) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -98722,11 +98150,11 @@ func (p *PostgreSQLParser) Alteroperatorstmt() (localctx IAlteroperatorstmtConte } } { - p.SetState(7085) + p.SetState(7041) p.Operator_def_list() } { - p.SetState(7086) + p.SetState(7042) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -98877,15 +98305,15 @@ func (s *Operator_def_listContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Operator_def_list() (localctx IOperator_def_listContext) { localctx = NewOperator_def_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 744, PostgreSQLParserRULE_operator_def_list) + p.EnterRule(localctx, 742, PostgreSQLParserRULE_operator_def_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(7088) + p.SetState(7044) p.Operator_def_elem() } - p.SetState(7093) + p.SetState(7049) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -98894,7 +98322,7 @@ func (p *PostgreSQLParser) Operator_def_list() (localctx IOperator_def_listConte for _la == PostgreSQLParserCOMMA { { - p.SetState(7089) + p.SetState(7045) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -98902,11 +98330,11 @@ func (p *PostgreSQLParser) Operator_def_list() (localctx IOperator_def_listConte } } { - p.SetState(7090) + p.SetState(7046) p.Operator_def_elem() } - p.SetState(7095) + p.SetState(7051) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -99048,22 +98476,22 @@ func (s *Operator_def_elemContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Operator_def_elem() (localctx IOperator_def_elemContext) { localctx = NewOperator_def_elemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 746, PostgreSQLParserRULE_operator_def_elem) - p.SetState(7104) + p.EnterRule(localctx, 744, PostgreSQLParserRULE_operator_def_elem) + p.SetState(7060) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 556, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 552, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(7096) + p.SetState(7052) p.Collabel() } { - p.SetState(7097) + p.SetState(7053) p.Match(PostgreSQLParserEQUAL) if p.HasError() { // Recognition error - abort rule @@ -99071,7 +98499,7 @@ func (p *PostgreSQLParser) Operator_def_elem() (localctx IOperator_def_elemConte } } { - p.SetState(7098) + p.SetState(7054) p.Match(PostgreSQLParserNONE) if p.HasError() { // Recognition error - abort rule @@ -99082,11 +98510,11 @@ func (p *PostgreSQLParser) Operator_def_elem() (localctx IOperator_def_elemConte case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(7100) + p.SetState(7056) p.Collabel() } { - p.SetState(7101) + p.SetState(7057) p.Match(PostgreSQLParserEQUAL) if p.HasError() { // Recognition error - abort rule @@ -99094,7 +98522,7 @@ func (p *PostgreSQLParser) Operator_def_elem() (localctx IOperator_def_elemConte } } { - p.SetState(7102) + p.SetState(7058) p.Operator_def_arg() } @@ -99277,46 +98705,46 @@ func (s *Operator_def_argContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Operator_def_arg() (localctx IOperator_def_argContext) { localctx = NewOperator_def_argContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 748, PostgreSQLParserRULE_operator_def_arg) - p.SetState(7111) + p.EnterRule(localctx, 746, PostgreSQLParserRULE_operator_def_arg) + p.SetState(7067) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 557, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 553, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(7106) + p.SetState(7062) p.Func_type() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(7107) + p.SetState(7063) p.Reserved_keyword() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(7108) + p.SetState(7064) p.Qual_all_op() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(7109) + p.SetState(7065) p.Numericonly() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(7110) + p.SetState(7066) p.Sconst() } @@ -99473,10 +98901,10 @@ func (s *AltertypestmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Altertypestmt() (localctx IAltertypestmtContext) { localctx = NewAltertypestmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 750, PostgreSQLParserRULE_altertypestmt) + p.EnterRule(localctx, 748, PostgreSQLParserRULE_altertypestmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(7113) + p.SetState(7069) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -99484,7 +98912,7 @@ func (p *PostgreSQLParser) Altertypestmt() (localctx IAltertypestmtContext) { } } { - p.SetState(7114) + p.SetState(7070) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -99492,11 +98920,11 @@ func (p *PostgreSQLParser) Altertypestmt() (localctx IAltertypestmtContext) { } } { - p.SetState(7115) + p.SetState(7071) p.Any_name() } { - p.SetState(7116) + p.SetState(7072) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -99504,7 +98932,7 @@ func (p *PostgreSQLParser) Altertypestmt() (localctx IAltertypestmtContext) { } } { - p.SetState(7117) + p.SetState(7073) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -99512,11 +98940,11 @@ func (p *PostgreSQLParser) Altertypestmt() (localctx IAltertypestmtContext) { } } { - p.SetState(7118) + p.SetState(7074) p.Operator_def_list() } { - p.SetState(7119) + p.SetState(7075) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -99920,20 +99348,20 @@ func (s *AlterownerstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { localctx = NewAlterownerstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 752, PostgreSQLParserRULE_alterownerstmt) + p.EnterRule(localctx, 750, PostgreSQLParserRULE_alterownerstmt) var _la int - p.SetState(7306) + p.SetState(7262) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 559, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 555, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(7121) + p.SetState(7077) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -99941,7 +99369,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7122) + p.SetState(7078) p.Match(PostgreSQLParserAGGREGATE) if p.HasError() { // Recognition error - abort rule @@ -99949,11 +99377,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7123) + p.SetState(7079) p.Aggregate_with_argtypes() } { - p.SetState(7124) + p.SetState(7080) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -99961,7 +99389,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7125) + p.SetState(7081) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -99969,14 +99397,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7126) + p.SetState(7082) p.Rolespec() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(7128) + p.SetState(7084) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -99984,7 +99412,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7129) + p.SetState(7085) p.Match(PostgreSQLParserCOLLATION) if p.HasError() { // Recognition error - abort rule @@ -99992,11 +99420,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7130) + p.SetState(7086) p.Any_name() } { - p.SetState(7131) + p.SetState(7087) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -100004,7 +99432,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7132) + p.SetState(7088) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -100012,14 +99440,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7133) + p.SetState(7089) p.Rolespec() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(7135) + p.SetState(7091) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -100027,7 +99455,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7136) + p.SetState(7092) p.Match(PostgreSQLParserCONVERSION_P) if p.HasError() { // Recognition error - abort rule @@ -100035,11 +99463,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7137) + p.SetState(7093) p.Any_name() } { - p.SetState(7138) + p.SetState(7094) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -100047,7 +99475,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7139) + p.SetState(7095) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -100055,14 +99483,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7140) + p.SetState(7096) p.Rolespec() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(7142) + p.SetState(7098) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -100070,7 +99498,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7143) + p.SetState(7099) p.Match(PostgreSQLParserDATABASE) if p.HasError() { // Recognition error - abort rule @@ -100078,11 +99506,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7144) + p.SetState(7100) p.Name() } { - p.SetState(7145) + p.SetState(7101) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -100090,7 +99518,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7146) + p.SetState(7102) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -100098,14 +99526,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7147) + p.SetState(7103) p.Rolespec() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(7149) + p.SetState(7105) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -100113,7 +99541,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7150) + p.SetState(7106) p.Match(PostgreSQLParserDOMAIN_P) if p.HasError() { // Recognition error - abort rule @@ -100121,11 +99549,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7151) + p.SetState(7107) p.Any_name() } { - p.SetState(7152) + p.SetState(7108) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -100133,7 +99561,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7153) + p.SetState(7109) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -100141,14 +99569,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7154) + p.SetState(7110) p.Rolespec() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(7156) + p.SetState(7112) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -100156,7 +99584,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7157) + p.SetState(7113) p.Match(PostgreSQLParserFUNCTION) if p.HasError() { // Recognition error - abort rule @@ -100164,11 +99592,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7158) + p.SetState(7114) p.Function_with_argtypes() } { - p.SetState(7159) + p.SetState(7115) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -100176,7 +99604,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7160) + p.SetState(7116) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -100184,21 +99612,21 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7161) + p.SetState(7117) p.Rolespec() } case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(7163) + p.SetState(7119) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7165) + p.SetState(7121) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -100207,13 +99635,13 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { if _la == PostgreSQLParserPROCEDURAL { { - p.SetState(7164) + p.SetState(7120) p.Opt_procedural() } } { - p.SetState(7167) + p.SetState(7123) p.Match(PostgreSQLParserLANGUAGE) if p.HasError() { // Recognition error - abort rule @@ -100221,11 +99649,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7168) + p.SetState(7124) p.Name() } { - p.SetState(7169) + p.SetState(7125) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -100233,7 +99661,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7170) + p.SetState(7126) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -100241,14 +99669,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7171) + p.SetState(7127) p.Rolespec() } case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(7173) + p.SetState(7129) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -100256,7 +99684,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7174) + p.SetState(7130) p.Match(PostgreSQLParserLARGE_P) if p.HasError() { // Recognition error - abort rule @@ -100264,7 +99692,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7175) + p.SetState(7131) p.Match(PostgreSQLParserOBJECT_P) if p.HasError() { // Recognition error - abort rule @@ -100272,11 +99700,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7176) + p.SetState(7132) p.Numericonly() } { - p.SetState(7177) + p.SetState(7133) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -100284,7 +99712,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7178) + p.SetState(7134) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -100292,14 +99720,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7179) + p.SetState(7135) p.Rolespec() } case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(7181) + p.SetState(7137) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -100307,7 +99735,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7182) + p.SetState(7138) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -100315,11 +99743,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7183) + p.SetState(7139) p.Operator_with_argtypes() } { - p.SetState(7184) + p.SetState(7140) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -100327,7 +99755,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7185) + p.SetState(7141) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -100335,14 +99763,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7186) + p.SetState(7142) p.Rolespec() } case 10: p.EnterOuterAlt(localctx, 10) { - p.SetState(7188) + p.SetState(7144) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -100350,7 +99778,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7189) + p.SetState(7145) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -100358,7 +99786,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7190) + p.SetState(7146) p.Match(PostgreSQLParserCLASS) if p.HasError() { // Recognition error - abort rule @@ -100366,11 +99794,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7191) + p.SetState(7147) p.Any_name() } { - p.SetState(7192) + p.SetState(7148) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -100378,11 +99806,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7193) + p.SetState(7149) p.Name() } { - p.SetState(7194) + p.SetState(7150) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -100390,7 +99818,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7195) + p.SetState(7151) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -100398,14 +99826,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7196) + p.SetState(7152) p.Rolespec() } case 11: p.EnterOuterAlt(localctx, 11) { - p.SetState(7198) + p.SetState(7154) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -100413,7 +99841,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7199) + p.SetState(7155) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -100421,7 +99849,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7200) + p.SetState(7156) p.Match(PostgreSQLParserFAMILY) if p.HasError() { // Recognition error - abort rule @@ -100429,11 +99857,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7201) + p.SetState(7157) p.Any_name() } { - p.SetState(7202) + p.SetState(7158) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -100441,11 +99869,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7203) + p.SetState(7159) p.Name() } { - p.SetState(7204) + p.SetState(7160) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -100453,7 +99881,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7205) + p.SetState(7161) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -100461,14 +99889,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7206) + p.SetState(7162) p.Rolespec() } case 12: p.EnterOuterAlt(localctx, 12) { - p.SetState(7208) + p.SetState(7164) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -100476,7 +99904,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7209) + p.SetState(7165) p.Match(PostgreSQLParserPROCEDURE) if p.HasError() { // Recognition error - abort rule @@ -100484,11 +99912,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7210) + p.SetState(7166) p.Function_with_argtypes() } { - p.SetState(7211) + p.SetState(7167) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -100496,7 +99924,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7212) + p.SetState(7168) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -100504,14 +99932,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7213) + p.SetState(7169) p.Rolespec() } case 13: p.EnterOuterAlt(localctx, 13) { - p.SetState(7215) + p.SetState(7171) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -100519,7 +99947,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7216) + p.SetState(7172) p.Match(PostgreSQLParserROUTINE) if p.HasError() { // Recognition error - abort rule @@ -100527,11 +99955,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7217) + p.SetState(7173) p.Function_with_argtypes() } { - p.SetState(7218) + p.SetState(7174) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -100539,7 +99967,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7219) + p.SetState(7175) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -100547,14 +99975,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7220) + p.SetState(7176) p.Rolespec() } case 14: p.EnterOuterAlt(localctx, 14) { - p.SetState(7222) + p.SetState(7178) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -100562,7 +99990,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7223) + p.SetState(7179) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule @@ -100570,11 +99998,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7224) + p.SetState(7180) p.Name() } { - p.SetState(7225) + p.SetState(7181) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -100582,7 +100010,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7226) + p.SetState(7182) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -100590,14 +100018,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7227) + p.SetState(7183) p.Rolespec() } case 15: p.EnterOuterAlt(localctx, 15) { - p.SetState(7229) + p.SetState(7185) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -100605,7 +100033,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7230) + p.SetState(7186) p.Match(PostgreSQLParserTYPE_P) if p.HasError() { // Recognition error - abort rule @@ -100613,11 +100041,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7231) + p.SetState(7187) p.Any_name() } { - p.SetState(7232) + p.SetState(7188) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -100625,7 +100053,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7233) + p.SetState(7189) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -100633,14 +100061,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7234) + p.SetState(7190) p.Rolespec() } case 16: p.EnterOuterAlt(localctx, 16) { - p.SetState(7236) + p.SetState(7192) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -100648,7 +100076,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7237) + p.SetState(7193) p.Match(PostgreSQLParserTABLESPACE) if p.HasError() { // Recognition error - abort rule @@ -100656,11 +100084,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7238) + p.SetState(7194) p.Name() } { - p.SetState(7239) + p.SetState(7195) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -100668,7 +100096,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7240) + p.SetState(7196) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -100676,14 +100104,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7241) + p.SetState(7197) p.Rolespec() } case 17: p.EnterOuterAlt(localctx, 17) { - p.SetState(7243) + p.SetState(7199) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -100691,7 +100119,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7244) + p.SetState(7200) p.Match(PostgreSQLParserSTATISTICS) if p.HasError() { // Recognition error - abort rule @@ -100699,11 +100127,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7245) + p.SetState(7201) p.Any_name() } { - p.SetState(7246) + p.SetState(7202) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -100711,7 +100139,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7247) + p.SetState(7203) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -100719,14 +100147,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7248) + p.SetState(7204) p.Rolespec() } case 18: p.EnterOuterAlt(localctx, 18) { - p.SetState(7250) + p.SetState(7206) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -100734,7 +100162,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7251) + p.SetState(7207) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -100742,7 +100170,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7252) + p.SetState(7208) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -100750,7 +100178,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7253) + p.SetState(7209) p.Match(PostgreSQLParserDICTIONARY) if p.HasError() { // Recognition error - abort rule @@ -100758,11 +100186,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7254) + p.SetState(7210) p.Any_name() } { - p.SetState(7255) + p.SetState(7211) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -100770,7 +100198,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7256) + p.SetState(7212) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -100778,14 +100206,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7257) + p.SetState(7213) p.Rolespec() } case 19: p.EnterOuterAlt(localctx, 19) { - p.SetState(7259) + p.SetState(7215) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -100793,7 +100221,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7260) + p.SetState(7216) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -100801,7 +100229,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7261) + p.SetState(7217) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -100809,7 +100237,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7262) + p.SetState(7218) p.Match(PostgreSQLParserCONFIGURATION) if p.HasError() { // Recognition error - abort rule @@ -100817,11 +100245,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7263) + p.SetState(7219) p.Any_name() } { - p.SetState(7264) + p.SetState(7220) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -100829,7 +100257,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7265) + p.SetState(7221) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -100837,14 +100265,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7266) + p.SetState(7222) p.Rolespec() } case 20: p.EnterOuterAlt(localctx, 20) { - p.SetState(7268) + p.SetState(7224) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -100852,7 +100280,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7269) + p.SetState(7225) p.Match(PostgreSQLParserFOREIGN) if p.HasError() { // Recognition error - abort rule @@ -100860,7 +100288,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7270) + p.SetState(7226) p.Match(PostgreSQLParserDATA_P) if p.HasError() { // Recognition error - abort rule @@ -100868,7 +100296,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7271) + p.SetState(7227) p.Match(PostgreSQLParserWRAPPER) if p.HasError() { // Recognition error - abort rule @@ -100876,11 +100304,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7272) + p.SetState(7228) p.Name() } { - p.SetState(7273) + p.SetState(7229) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -100888,7 +100316,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7274) + p.SetState(7230) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -100896,14 +100324,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7275) + p.SetState(7231) p.Rolespec() } case 21: p.EnterOuterAlt(localctx, 21) { - p.SetState(7277) + p.SetState(7233) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -100911,7 +100339,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7278) + p.SetState(7234) p.Match(PostgreSQLParserSERVER) if p.HasError() { // Recognition error - abort rule @@ -100919,11 +100347,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7279) + p.SetState(7235) p.Name() } { - p.SetState(7280) + p.SetState(7236) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -100931,7 +100359,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7281) + p.SetState(7237) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -100939,14 +100367,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7282) + p.SetState(7238) p.Rolespec() } case 22: p.EnterOuterAlt(localctx, 22) { - p.SetState(7284) + p.SetState(7240) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -100954,7 +100382,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7285) + p.SetState(7241) p.Match(PostgreSQLParserEVENT) if p.HasError() { // Recognition error - abort rule @@ -100962,7 +100390,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7286) + p.SetState(7242) p.Match(PostgreSQLParserTRIGGER) if p.HasError() { // Recognition error - abort rule @@ -100970,11 +100398,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7287) + p.SetState(7243) p.Name() } { - p.SetState(7288) + p.SetState(7244) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -100982,7 +100410,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7289) + p.SetState(7245) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -100990,14 +100418,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7290) + p.SetState(7246) p.Rolespec() } case 23: p.EnterOuterAlt(localctx, 23) { - p.SetState(7292) + p.SetState(7248) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -101005,7 +100433,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7293) + p.SetState(7249) p.Match(PostgreSQLParserPUBLICATION) if p.HasError() { // Recognition error - abort rule @@ -101013,11 +100441,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7294) + p.SetState(7250) p.Name() } { - p.SetState(7295) + p.SetState(7251) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -101025,7 +100453,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7296) + p.SetState(7252) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -101033,14 +100461,14 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7297) + p.SetState(7253) p.Rolespec() } case 24: p.EnterOuterAlt(localctx, 24) { - p.SetState(7299) + p.SetState(7255) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -101048,7 +100476,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7300) + p.SetState(7256) p.Match(PostgreSQLParserSUBSCRIPTION) if p.HasError() { // Recognition error - abort rule @@ -101056,11 +100484,11 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7301) + p.SetState(7257) p.Name() } { - p.SetState(7302) + p.SetState(7258) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -101068,7 +100496,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7303) + p.SetState(7259) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -101076,7 +100504,7 @@ func (p *PostgreSQLParser) Alterownerstmt() (localctx IAlterownerstmtContext) { } } { - p.SetState(7304) + p.SetState(7260) p.Rolespec() } @@ -101250,18 +100678,18 @@ func (s *CreatepublicationstmtContext) Accept(visitor antlr.ParseTreeVisitor) in func (p *PostgreSQLParser) Createpublicationstmt() (localctx ICreatepublicationstmtContext) { localctx = NewCreatepublicationstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 754, PostgreSQLParserRULE_createpublicationstmt) - p.SetState(7331) + p.EnterRule(localctx, 752, PostgreSQLParserRULE_createpublicationstmt) + p.SetState(7287) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 563, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 559, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(7308) + p.SetState(7264) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -101269,7 +100697,7 @@ func (p *PostgreSQLParser) Createpublicationstmt() (localctx ICreatepublications } } { - p.SetState(7309) + p.SetState(7265) p.Match(PostgreSQLParserPUBLICATION) if p.HasError() { // Recognition error - abort rule @@ -101277,15 +100705,15 @@ func (p *PostgreSQLParser) Createpublicationstmt() (localctx ICreatepublications } } { - p.SetState(7310) + p.SetState(7266) p.Name() } - p.SetState(7312) + p.SetState(7268) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 560, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 556, p.GetParserRuleContext()) == 1 { { - p.SetState(7311) + p.SetState(7267) p.Opt_definition() } @@ -101296,7 +100724,7 @@ func (p *PostgreSQLParser) Createpublicationstmt() (localctx ICreatepublications case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(7314) + p.SetState(7270) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -101304,7 +100732,7 @@ func (p *PostgreSQLParser) Createpublicationstmt() (localctx ICreatepublications } } { - p.SetState(7315) + p.SetState(7271) p.Match(PostgreSQLParserPUBLICATION) if p.HasError() { // Recognition error - abort rule @@ -101312,11 +100740,11 @@ func (p *PostgreSQLParser) Createpublicationstmt() (localctx ICreatepublications } } { - p.SetState(7316) + p.SetState(7272) p.Name() } { - p.SetState(7317) + p.SetState(7273) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -101324,7 +100752,7 @@ func (p *PostgreSQLParser) Createpublicationstmt() (localctx ICreatepublications } } { - p.SetState(7318) + p.SetState(7274) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -101332,19 +100760,19 @@ func (p *PostgreSQLParser) Createpublicationstmt() (localctx ICreatepublications } } { - p.SetState(7319) + p.SetState(7275) p.Match(PostgreSQLParserTABLES) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7321) + p.SetState(7277) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 561, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 557, p.GetParserRuleContext()) == 1 { { - p.SetState(7320) + p.SetState(7276) p.Opt_definition() } @@ -101355,7 +100783,7 @@ func (p *PostgreSQLParser) Createpublicationstmt() (localctx ICreatepublications case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(7323) + p.SetState(7279) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -101363,7 +100791,7 @@ func (p *PostgreSQLParser) Createpublicationstmt() (localctx ICreatepublications } } { - p.SetState(7324) + p.SetState(7280) p.Match(PostgreSQLParserPUBLICATION) if p.HasError() { // Recognition error - abort rule @@ -101371,11 +100799,11 @@ func (p *PostgreSQLParser) Createpublicationstmt() (localctx ICreatepublications } } { - p.SetState(7325) + p.SetState(7281) p.Name() } { - p.SetState(7326) + p.SetState(7282) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -101383,15 +100811,15 @@ func (p *PostgreSQLParser) Createpublicationstmt() (localctx ICreatepublications } } { - p.SetState(7327) + p.SetState(7283) p.Pub_obj_list() } - p.SetState(7329) + p.SetState(7285) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 562, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 558, p.GetParserRuleContext()) == 1 { { - p.SetState(7328) + p.SetState(7284) p.Opt_definition() } @@ -101546,15 +100974,15 @@ func (s *Pub_obj_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Pub_obj_list() (localctx IPub_obj_listContext) { localctx = NewPub_obj_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 756, PostgreSQLParserRULE_pub_obj_list) + p.EnterRule(localctx, 754, PostgreSQLParserRULE_pub_obj_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(7333) + p.SetState(7289) p.Publication_obj_spec() } - p.SetState(7338) + p.SetState(7294) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -101563,7 +100991,7 @@ func (p *PostgreSQLParser) Pub_obj_list() (localctx IPub_obj_listContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(7334) + p.SetState(7290) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -101571,11 +100999,11 @@ func (p *PostgreSQLParser) Pub_obj_list() (localctx IPub_obj_listContext) { } } { - p.SetState(7335) + p.SetState(7291) p.Publication_obj_spec() } - p.SetState(7340) + p.SetState(7296) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -101778,20 +101206,20 @@ func (s *Publication_obj_specContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Publication_obj_spec() (localctx IPublication_obj_specContext) { localctx = NewPublication_obj_specContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 758, PostgreSQLParserRULE_publication_obj_spec) + p.EnterRule(localctx, 756, PostgreSQLParserRULE_publication_obj_spec) var _la int - p.SetState(7379) + p.SetState(7335) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 574, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 570, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(7341) + p.SetState(7297) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -101799,22 +101227,22 @@ func (p *PostgreSQLParser) Publication_obj_spec() (localctx IPublication_obj_spe } } { - p.SetState(7342) + p.SetState(7298) p.Relation_expr() } - p.SetState(7344) + p.SetState(7300) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 565, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 561, p.GetParserRuleContext()) == 1 { { - p.SetState(7343) + p.SetState(7299) p.Opt_column_list() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(7347) + p.SetState(7303) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -101823,7 +101251,7 @@ func (p *PostgreSQLParser) Publication_obj_spec() (localctx IPublication_obj_spe if _la == PostgreSQLParserWHERE { { - p.SetState(7346) + p.SetState(7302) p.Opt_where_clause() } @@ -101832,7 +101260,7 @@ func (p *PostgreSQLParser) Publication_obj_spec() (localctx IPublication_obj_spe case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(7349) + p.SetState(7305) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -101840,7 +101268,7 @@ func (p *PostgreSQLParser) Publication_obj_spec() (localctx IPublication_obj_spe } } { - p.SetState(7350) + p.SetState(7306) p.Match(PostgreSQLParserIN_P) if p.HasError() { // Recognition error - abort rule @@ -101848,14 +101276,14 @@ func (p *PostgreSQLParser) Publication_obj_spec() (localctx IPublication_obj_spe } } { - p.SetState(7351) + p.SetState(7307) p.Match(PostgreSQLParserSCHEMA) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7354) + p.SetState(7310) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -101864,13 +101292,13 @@ func (p *PostgreSQLParser) Publication_obj_spec() (localctx IPublication_obj_spe switch p.GetTokenStream().LA(1) { case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserIS, PostgreSQLParserLEFT, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserRIGHT, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: { - p.SetState(7352) + p.SetState(7308) p.Colid() } case PostgreSQLParserCURRENT_SCHEMA: { - p.SetState(7353) + p.SetState(7309) p.Match(PostgreSQLParserCURRENT_SCHEMA) if p.HasError() { // Recognition error - abort rule @@ -101886,22 +101314,22 @@ func (p *PostgreSQLParser) Publication_obj_spec() (localctx IPublication_obj_spe case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(7356) + p.SetState(7312) p.Colid() } - p.SetState(7358) + p.SetState(7314) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 568, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 564, p.GetParserRuleContext()) == 1 { { - p.SetState(7357) + p.SetState(7313) p.Opt_column_list() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(7361) + p.SetState(7317) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -101910,7 +101338,7 @@ func (p *PostgreSQLParser) Publication_obj_spec() (localctx IPublication_obj_spe if _la == PostgreSQLParserWHERE { { - p.SetState(7360) + p.SetState(7316) p.Opt_where_clause() } @@ -101919,26 +101347,26 @@ func (p *PostgreSQLParser) Publication_obj_spec() (localctx IPublication_obj_spe case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(7363) + p.SetState(7319) p.Colid() } { - p.SetState(7364) + p.SetState(7320) p.Indirection() } - p.SetState(7366) + p.SetState(7322) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 570, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 566, p.GetParserRuleContext()) == 1 { { - p.SetState(7365) + p.SetState(7321) p.Opt_column_list() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(7369) + p.SetState(7325) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -101947,7 +101375,7 @@ func (p *PostgreSQLParser) Publication_obj_spec() (localctx IPublication_obj_spe if _la == PostgreSQLParserWHERE { { - p.SetState(7368) + p.SetState(7324) p.Opt_where_clause() } @@ -101956,22 +101384,22 @@ func (p *PostgreSQLParser) Publication_obj_spec() (localctx IPublication_obj_spe case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(7371) + p.SetState(7327) p.Relation_expr() } - p.SetState(7373) + p.SetState(7329) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 572, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 568, p.GetParserRuleContext()) == 1 { { - p.SetState(7372) + p.SetState(7328) p.Opt_column_list() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(7376) + p.SetState(7332) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -101980,7 +101408,7 @@ func (p *PostgreSQLParser) Publication_obj_spec() (localctx IPublication_obj_spe if _la == PostgreSQLParserWHERE { { - p.SetState(7375) + p.SetState(7331) p.Opt_where_clause() } @@ -101989,7 +101417,7 @@ func (p *PostgreSQLParser) Publication_obj_spec() (localctx IPublication_obj_spe case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(7378) + p.SetState(7334) p.Match(PostgreSQLParserCURRENT_SCHEMA) if p.HasError() { // Recognition error - abort rule @@ -102123,10 +101551,10 @@ func (s *Opt_where_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Opt_where_clause() (localctx IOpt_where_clauseContext) { localctx = NewOpt_where_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 760, PostgreSQLParserRULE_opt_where_clause) + p.EnterRule(localctx, 758, PostgreSQLParserRULE_opt_where_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(7381) + p.SetState(7337) p.Match(PostgreSQLParserWHERE) if p.HasError() { // Recognition error - abort rule @@ -102134,7 +101562,7 @@ func (p *PostgreSQLParser) Opt_where_clause() (localctx IOpt_where_clauseContext } } { - p.SetState(7382) + p.SetState(7338) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -102142,11 +101570,11 @@ func (p *PostgreSQLParser) Opt_where_clause() (localctx IOpt_where_clauseContext } } { - p.SetState(7383) + p.SetState(7339) p.A_expr() } { - p.SetState(7384) + p.SetState(7340) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -102320,18 +101748,18 @@ func (s *AlterpublicationstmtContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Alterpublicationstmt() (localctx IAlterpublicationstmtContext) { localctx = NewAlterpublicationstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 762, PostgreSQLParserRULE_alterpublicationstmt) - p.SetState(7410) + p.EnterRule(localctx, 760, PostgreSQLParserRULE_alterpublicationstmt) + p.SetState(7366) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 575, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 571, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(7386) + p.SetState(7342) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -102339,7 +101767,7 @@ func (p *PostgreSQLParser) Alterpublicationstmt() (localctx IAlterpublicationstm } } { - p.SetState(7387) + p.SetState(7343) p.Match(PostgreSQLParserPUBLICATION) if p.HasError() { // Recognition error - abort rule @@ -102347,11 +101775,11 @@ func (p *PostgreSQLParser) Alterpublicationstmt() (localctx IAlterpublicationstm } } { - p.SetState(7388) + p.SetState(7344) p.Name() } { - p.SetState(7389) + p.SetState(7345) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -102359,14 +101787,14 @@ func (p *PostgreSQLParser) Alterpublicationstmt() (localctx IAlterpublicationstm } } { - p.SetState(7390) + p.SetState(7346) p.Definition() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(7392) + p.SetState(7348) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -102374,7 +101802,7 @@ func (p *PostgreSQLParser) Alterpublicationstmt() (localctx IAlterpublicationstm } } { - p.SetState(7393) + p.SetState(7349) p.Match(PostgreSQLParserPUBLICATION) if p.HasError() { // Recognition error - abort rule @@ -102382,11 +101810,11 @@ func (p *PostgreSQLParser) Alterpublicationstmt() (localctx IAlterpublicationstm } } { - p.SetState(7394) + p.SetState(7350) p.Name() } { - p.SetState(7395) + p.SetState(7351) p.Match(PostgreSQLParserADD_P) if p.HasError() { // Recognition error - abort rule @@ -102394,14 +101822,14 @@ func (p *PostgreSQLParser) Alterpublicationstmt() (localctx IAlterpublicationstm } } { - p.SetState(7396) + p.SetState(7352) p.Pub_obj_list() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(7398) + p.SetState(7354) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -102409,7 +101837,7 @@ func (p *PostgreSQLParser) Alterpublicationstmt() (localctx IAlterpublicationstm } } { - p.SetState(7399) + p.SetState(7355) p.Match(PostgreSQLParserPUBLICATION) if p.HasError() { // Recognition error - abort rule @@ -102417,11 +101845,11 @@ func (p *PostgreSQLParser) Alterpublicationstmt() (localctx IAlterpublicationstm } } { - p.SetState(7400) + p.SetState(7356) p.Name() } { - p.SetState(7401) + p.SetState(7357) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -102429,14 +101857,14 @@ func (p *PostgreSQLParser) Alterpublicationstmt() (localctx IAlterpublicationstm } } { - p.SetState(7402) + p.SetState(7358) p.Pub_obj_list() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(7404) + p.SetState(7360) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -102444,7 +101872,7 @@ func (p *PostgreSQLParser) Alterpublicationstmt() (localctx IAlterpublicationstm } } { - p.SetState(7405) + p.SetState(7361) p.Match(PostgreSQLParserPUBLICATION) if p.HasError() { // Recognition error - abort rule @@ -102452,11 +101880,11 @@ func (p *PostgreSQLParser) Alterpublicationstmt() (localctx IAlterpublicationstm } } { - p.SetState(7406) + p.SetState(7362) p.Name() } { - p.SetState(7407) + p.SetState(7363) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -102464,7 +101892,7 @@ func (p *PostgreSQLParser) Alterpublicationstmt() (localctx IAlterpublicationstm } } { - p.SetState(7408) + p.SetState(7364) p.Pub_obj_list() } @@ -102650,10 +102078,10 @@ func (s *CreatesubscriptionstmtContext) Accept(visitor antlr.ParseTreeVisitor) i func (p *PostgreSQLParser) Createsubscriptionstmt() (localctx ICreatesubscriptionstmtContext) { localctx = NewCreatesubscriptionstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 764, PostgreSQLParserRULE_createsubscriptionstmt) + p.EnterRule(localctx, 762, PostgreSQLParserRULE_createsubscriptionstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(7412) + p.SetState(7368) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -102661,7 +102089,7 @@ func (p *PostgreSQLParser) Createsubscriptionstmt() (localctx ICreatesubscriptio } } { - p.SetState(7413) + p.SetState(7369) p.Match(PostgreSQLParserSUBSCRIPTION) if p.HasError() { // Recognition error - abort rule @@ -102669,11 +102097,11 @@ func (p *PostgreSQLParser) Createsubscriptionstmt() (localctx ICreatesubscriptio } } { - p.SetState(7414) + p.SetState(7370) p.Name() } { - p.SetState(7415) + p.SetState(7371) p.Match(PostgreSQLParserCONNECTION) if p.HasError() { // Recognition error - abort rule @@ -102681,11 +102109,11 @@ func (p *PostgreSQLParser) Createsubscriptionstmt() (localctx ICreatesubscriptio } } { - p.SetState(7416) + p.SetState(7372) p.Sconst() } { - p.SetState(7417) + p.SetState(7373) p.Match(PostgreSQLParserPUBLICATION) if p.HasError() { // Recognition error - abort rule @@ -102693,15 +102121,15 @@ func (p *PostgreSQLParser) Createsubscriptionstmt() (localctx ICreatesubscriptio } } { - p.SetState(7418) + p.SetState(7374) p.Publication_name_list() } - p.SetState(7420) + p.SetState(7376) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 576, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 572, p.GetParserRuleContext()) == 1 { { - p.SetState(7419) + p.SetState(7375) p.Opt_definition() } @@ -102852,15 +102280,15 @@ func (s *Publication_name_listContext) Accept(visitor antlr.ParseTreeVisitor) in func (p *PostgreSQLParser) Publication_name_list() (localctx IPublication_name_listContext) { localctx = NewPublication_name_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 766, PostgreSQLParserRULE_publication_name_list) + p.EnterRule(localctx, 764, PostgreSQLParserRULE_publication_name_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(7422) + p.SetState(7378) p.Publication_name_item() } - p.SetState(7427) + p.SetState(7383) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -102869,7 +102297,7 @@ func (p *PostgreSQLParser) Publication_name_list() (localctx IPublication_name_l for _la == PostgreSQLParserCOMMA { { - p.SetState(7423) + p.SetState(7379) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -102877,11 +102305,11 @@ func (p *PostgreSQLParser) Publication_name_list() (localctx IPublication_name_l } } { - p.SetState(7424) + p.SetState(7380) p.Publication_name_item() } - p.SetState(7429) + p.SetState(7385) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -102996,10 +102424,10 @@ func (s *Publication_name_itemContext) Accept(visitor antlr.ParseTreeVisitor) in func (p *PostgreSQLParser) Publication_name_item() (localctx IPublication_name_itemContext) { localctx = NewPublication_name_itemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 768, PostgreSQLParserRULE_publication_name_item) + p.EnterRule(localctx, 766, PostgreSQLParserRULE_publication_name_item) p.EnterOuterAlt(localctx, 1) { - p.SetState(7430) + p.SetState(7386) p.Collabel() } @@ -103223,18 +102651,18 @@ func (s *AltersubscriptionstmtContext) Accept(visitor antlr.ParseTreeVisitor) in func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptionstmtContext) { localctx = NewAltersubscriptionstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 770, PostgreSQLParserRULE_altersubscriptionstmt) - p.SetState(7477) + p.EnterRule(localctx, 768, PostgreSQLParserRULE_altersubscriptionstmt) + p.SetState(7433) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 580, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 576, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(7432) + p.SetState(7388) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -103242,7 +102670,7 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions } } { - p.SetState(7433) + p.SetState(7389) p.Match(PostgreSQLParserSUBSCRIPTION) if p.HasError() { // Recognition error - abort rule @@ -103250,11 +102678,11 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions } } { - p.SetState(7434) + p.SetState(7390) p.Name() } { - p.SetState(7435) + p.SetState(7391) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -103262,14 +102690,14 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions } } { - p.SetState(7436) + p.SetState(7392) p.Definition() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(7438) + p.SetState(7394) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -103277,7 +102705,7 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions } } { - p.SetState(7439) + p.SetState(7395) p.Match(PostgreSQLParserSUBSCRIPTION) if p.HasError() { // Recognition error - abort rule @@ -103285,11 +102713,11 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions } } { - p.SetState(7440) + p.SetState(7396) p.Name() } { - p.SetState(7441) + p.SetState(7397) p.Match(PostgreSQLParserCONNECTION) if p.HasError() { // Recognition error - abort rule @@ -103297,14 +102725,14 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions } } { - p.SetState(7442) + p.SetState(7398) p.Sconst() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(7444) + p.SetState(7400) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -103312,7 +102740,7 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions } } { - p.SetState(7445) + p.SetState(7401) p.Match(PostgreSQLParserSUBSCRIPTION) if p.HasError() { // Recognition error - abort rule @@ -103320,11 +102748,11 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions } } { - p.SetState(7446) + p.SetState(7402) p.Name() } { - p.SetState(7447) + p.SetState(7403) p.Match(PostgreSQLParserREFRESH) if p.HasError() { // Recognition error - abort rule @@ -103332,19 +102760,19 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions } } { - p.SetState(7448) + p.SetState(7404) p.Match(PostgreSQLParserPUBLICATION) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7450) + p.SetState(7406) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 578, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 574, p.GetParserRuleContext()) == 1 { { - p.SetState(7449) + p.SetState(7405) p.Opt_definition() } @@ -103355,7 +102783,7 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(7452) + p.SetState(7408) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -103363,7 +102791,7 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions } } { - p.SetState(7453) + p.SetState(7409) p.Match(PostgreSQLParserSUBSCRIPTION) if p.HasError() { // Recognition error - abort rule @@ -103371,11 +102799,11 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions } } { - p.SetState(7454) + p.SetState(7410) p.Name() } { - p.SetState(7455) + p.SetState(7411) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -103383,7 +102811,7 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions } } { - p.SetState(7456) + p.SetState(7412) p.Match(PostgreSQLParserPUBLICATION) if p.HasError() { // Recognition error - abort rule @@ -103391,15 +102819,15 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions } } { - p.SetState(7457) + p.SetState(7413) p.Publication_name_list() } - p.SetState(7459) + p.SetState(7415) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 579, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 575, p.GetParserRuleContext()) == 1 { { - p.SetState(7458) + p.SetState(7414) p.Opt_definition() } @@ -103410,7 +102838,7 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(7461) + p.SetState(7417) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -103418,7 +102846,7 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions } } { - p.SetState(7462) + p.SetState(7418) p.Match(PostgreSQLParserSUBSCRIPTION) if p.HasError() { // Recognition error - abort rule @@ -103426,11 +102854,11 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions } } { - p.SetState(7463) + p.SetState(7419) p.Name() } { - p.SetState(7464) + p.SetState(7420) p.Match(PostgreSQLParserENABLE_P) if p.HasError() { // Recognition error - abort rule @@ -103441,7 +102869,7 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(7466) + p.SetState(7422) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -103449,7 +102877,7 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions } } { - p.SetState(7467) + p.SetState(7423) p.Match(PostgreSQLParserSUBSCRIPTION) if p.HasError() { // Recognition error - abort rule @@ -103457,11 +102885,11 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions } } { - p.SetState(7468) + p.SetState(7424) p.Name() } { - p.SetState(7469) + p.SetState(7425) p.Match(PostgreSQLParserDISABLE_P) if p.HasError() { // Recognition error - abort rule @@ -103472,7 +102900,7 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(7471) + p.SetState(7427) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -103480,7 +102908,7 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions } } { - p.SetState(7472) + p.SetState(7428) p.Match(PostgreSQLParserSUBSCRIPTION) if p.HasError() { // Recognition error - abort rule @@ -103488,11 +102916,11 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions } } { - p.SetState(7473) + p.SetState(7429) p.Name() } { - p.SetState(7474) + p.SetState(7430) p.Match(PostgreSQLParserSKIP_P) if p.HasError() { // Recognition error - abort rule @@ -103500,7 +102928,7 @@ func (p *PostgreSQLParser) Altersubscriptionstmt() (localctx IAltersubscriptions } } { - p.SetState(7475) + p.SetState(7431) p.Definition() } @@ -103652,20 +103080,20 @@ func (s *DropsubscriptionstmtContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Dropsubscriptionstmt() (localctx IDropsubscriptionstmtContext) { localctx = NewDropsubscriptionstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 772, PostgreSQLParserRULE_dropsubscriptionstmt) + p.EnterRule(localctx, 770, PostgreSQLParserRULE_dropsubscriptionstmt) var _la int - p.SetState(7493) + p.SetState(7449) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 583, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 579, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(7479) + p.SetState(7435) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -103673,7 +103101,7 @@ func (p *PostgreSQLParser) Dropsubscriptionstmt() (localctx IDropsubscriptionstm } } { - p.SetState(7480) + p.SetState(7436) p.Match(PostgreSQLParserSUBSCRIPTION) if p.HasError() { // Recognition error - abort rule @@ -103681,10 +103109,10 @@ func (p *PostgreSQLParser) Dropsubscriptionstmt() (localctx IDropsubscriptionstm } } { - p.SetState(7481) + p.SetState(7437) p.Name() } - p.SetState(7483) + p.SetState(7439) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -103693,7 +103121,7 @@ func (p *PostgreSQLParser) Dropsubscriptionstmt() (localctx IDropsubscriptionstm if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(7482) + p.SetState(7438) p.Opt_drop_behavior() } @@ -103702,7 +103130,7 @@ func (p *PostgreSQLParser) Dropsubscriptionstmt() (localctx IDropsubscriptionstm case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(7485) + p.SetState(7441) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -103710,7 +103138,7 @@ func (p *PostgreSQLParser) Dropsubscriptionstmt() (localctx IDropsubscriptionstm } } { - p.SetState(7486) + p.SetState(7442) p.Match(PostgreSQLParserSUBSCRIPTION) if p.HasError() { // Recognition error - abort rule @@ -103718,7 +103146,7 @@ func (p *PostgreSQLParser) Dropsubscriptionstmt() (localctx IDropsubscriptionstm } } { - p.SetState(7487) + p.SetState(7443) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -103726,7 +103154,7 @@ func (p *PostgreSQLParser) Dropsubscriptionstmt() (localctx IDropsubscriptionstm } } { - p.SetState(7488) + p.SetState(7444) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -103734,10 +103162,10 @@ func (p *PostgreSQLParser) Dropsubscriptionstmt() (localctx IDropsubscriptionstm } } { - p.SetState(7489) + p.SetState(7445) p.Name() } - p.SetState(7491) + p.SetState(7447) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -103746,7 +103174,7 @@ func (p *PostgreSQLParser) Dropsubscriptionstmt() (localctx IDropsubscriptionstm if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(7490) + p.SetState(7446) p.Opt_drop_behavior() } @@ -103995,19 +103423,19 @@ func (s *RulestmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Rulestmt() (localctx IRulestmtContext) { localctx = NewRulestmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 774, PostgreSQLParserRULE_rulestmt) + p.EnterRule(localctx, 772, PostgreSQLParserRULE_rulestmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(7495) + p.SetState(7451) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7497) + p.SetState(7453) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -104016,13 +103444,13 @@ func (p *PostgreSQLParser) Rulestmt() (localctx IRulestmtContext) { if _la == PostgreSQLParserOR { { - p.SetState(7496) + p.SetState(7452) p.Opt_or_replace() } } { - p.SetState(7499) + p.SetState(7455) p.Match(PostgreSQLParserRULE) if p.HasError() { // Recognition error - abort rule @@ -104030,11 +103458,11 @@ func (p *PostgreSQLParser) Rulestmt() (localctx IRulestmtContext) { } } { - p.SetState(7500) + p.SetState(7456) p.Name() } { - p.SetState(7501) + p.SetState(7457) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -104042,7 +103470,7 @@ func (p *PostgreSQLParser) Rulestmt() (localctx IRulestmtContext) { } } { - p.SetState(7502) + p.SetState(7458) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -104050,11 +103478,11 @@ func (p *PostgreSQLParser) Rulestmt() (localctx IRulestmtContext) { } } { - p.SetState(7503) + p.SetState(7459) p.Event() } { - p.SetState(7504) + p.SetState(7460) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -104062,10 +103490,10 @@ func (p *PostgreSQLParser) Rulestmt() (localctx IRulestmtContext) { } } { - p.SetState(7505) + p.SetState(7461) p.Qualified_name() } - p.SetState(7507) + p.SetState(7463) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -104074,20 +103502,20 @@ func (p *PostgreSQLParser) Rulestmt() (localctx IRulestmtContext) { if _la == PostgreSQLParserWHERE { { - p.SetState(7506) + p.SetState(7462) p.Where_clause() } } { - p.SetState(7509) + p.SetState(7465) p.Match(PostgreSQLParserDO) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7511) + p.SetState(7467) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -104096,13 +103524,13 @@ func (p *PostgreSQLParser) Rulestmt() (localctx IRulestmtContext) { if _la == PostgreSQLParserALSO || _la == PostgreSQLParserINSTEAD { { - p.SetState(7510) + p.SetState(7466) p.Opt_instead() } } { - p.SetState(7513) + p.SetState(7469) p.Ruleactionlist() } @@ -104245,18 +103673,18 @@ func (s *RuleactionlistContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Ruleactionlist() (localctx IRuleactionlistContext) { localctx = NewRuleactionlistContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 776, PostgreSQLParserRULE_ruleactionlist) - p.SetState(7521) + p.EnterRule(localctx, 774, PostgreSQLParserRULE_ruleactionlist) + p.SetState(7477) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 587, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 583, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(7515) + p.SetState(7471) p.Match(PostgreSQLParserNOTHING) if p.HasError() { // Recognition error - abort rule @@ -104267,14 +103695,14 @@ func (p *PostgreSQLParser) Ruleactionlist() (localctx IRuleactionlistContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(7516) + p.SetState(7472) p.Ruleactionstmt() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(7517) + p.SetState(7473) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -104282,11 +103710,11 @@ func (p *PostgreSQLParser) Ruleactionlist() (localctx IRuleactionlistContext) { } } { - p.SetState(7518) + p.SetState(7474) p.Ruleactionmulti() } { - p.SetState(7519) + p.SetState(7475) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -104441,11 +103869,11 @@ func (s *RuleactionmultiContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Ruleactionmulti() (localctx IRuleactionmultiContext) { localctx = NewRuleactionmultiContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 778, PostgreSQLParserRULE_ruleactionmulti) + p.EnterRule(localctx, 776, PostgreSQLParserRULE_ruleactionmulti) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(7524) + p.SetState(7480) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -104454,12 +103882,12 @@ func (p *PostgreSQLParser) Ruleactionmulti() (localctx IRuleactionmultiContext) if _la == PostgreSQLParserOPEN_PAREN || ((int64((_la-88)) & ^0x3f) == 0 && ((int64(1)<<(_la-88))&131089) != 0) || _la == PostgreSQLParserDELETE_P || _la == PostgreSQLParserINSERT || _la == PostgreSQLParserNOTIFY || _la == PostgreSQLParserUPDATE || _la == PostgreSQLParserVALUES { { - p.SetState(7523) + p.SetState(7479) p.RuleactionstmtOrEmpty() } } - p.SetState(7532) + p.SetState(7488) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -104468,14 +103896,14 @@ func (p *PostgreSQLParser) Ruleactionmulti() (localctx IRuleactionmultiContext) for _la == PostgreSQLParserSEMI { { - p.SetState(7526) + p.SetState(7482) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7528) + p.SetState(7484) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -104484,13 +103912,13 @@ func (p *PostgreSQLParser) Ruleactionmulti() (localctx IRuleactionmultiContext) if _la == PostgreSQLParserOPEN_PAREN || ((int64((_la-88)) & ^0x3f) == 0 && ((int64(1)<<(_la-88))&131089) != 0) || _la == PostgreSQLParserDELETE_P || _la == PostgreSQLParserINSERT || _la == PostgreSQLParserNOTIFY || _la == PostgreSQLParserUPDATE || _la == PostgreSQLParserVALUES { { - p.SetState(7527) + p.SetState(7483) p.RuleactionstmtOrEmpty() } } - p.SetState(7534) + p.SetState(7490) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -104673,46 +104101,46 @@ func (s *RuleactionstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Ruleactionstmt() (localctx IRuleactionstmtContext) { localctx = NewRuleactionstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 780, PostgreSQLParserRULE_ruleactionstmt) - p.SetState(7540) + p.EnterRule(localctx, 778, PostgreSQLParserRULE_ruleactionstmt) + p.SetState(7496) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 591, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 587, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(7535) + p.SetState(7491) p.Selectstmt() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(7536) + p.SetState(7492) p.Insertstmt() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(7537) + p.SetState(7493) p.Updatestmt() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(7538) + p.SetState(7494) p.Deletestmt() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(7539) + p.SetState(7495) p.Notifystmt() } @@ -104827,10 +104255,10 @@ func (s *RuleactionstmtOrEmptyContext) Accept(visitor antlr.ParseTreeVisitor) in func (p *PostgreSQLParser) RuleactionstmtOrEmpty() (localctx IRuleactionstmtOrEmptyContext) { localctx = NewRuleactionstmtOrEmptyContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 782, PostgreSQLParserRULE_ruleactionstmtOrEmpty) + p.EnterRule(localctx, 780, PostgreSQLParserRULE_ruleactionstmtOrEmpty) p.EnterOuterAlt(localctx, 1) { - p.SetState(7542) + p.SetState(7498) p.Ruleactionstmt() } @@ -104944,12 +104372,12 @@ func (s *EventContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Event() (localctx IEventContext) { localctx = NewEventContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 784, PostgreSQLParserRULE_event) + p.EnterRule(localctx, 782, PostgreSQLParserRULE_event) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(7544) + p.SetState(7500) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserSELECT || _la == PostgreSQLParserDELETE_P || _la == PostgreSQLParserINSERT || _la == PostgreSQLParserUPDATE) { @@ -105060,12 +104488,12 @@ func (s *Opt_insteadContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opt_instead() (localctx IOpt_insteadContext) { localctx = NewOpt_insteadContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 786, PostgreSQLParserRULE_opt_instead) + p.EnterRule(localctx, 784, PostgreSQLParserRULE_opt_instead) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(7546) + p.SetState(7502) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserALSO || _la == PostgreSQLParserINSTEAD) { @@ -105205,12 +104633,12 @@ func (s *NotifystmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Notifystmt() (localctx INotifystmtContext) { localctx = NewNotifystmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 788, PostgreSQLParserRULE_notifystmt) + p.EnterRule(localctx, 786, PostgreSQLParserRULE_notifystmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(7548) + p.SetState(7504) p.Match(PostgreSQLParserNOTIFY) if p.HasError() { // Recognition error - abort rule @@ -105218,10 +104646,10 @@ func (p *PostgreSQLParser) Notifystmt() (localctx INotifystmtContext) { } } { - p.SetState(7549) + p.SetState(7505) p.Colid() } - p.SetState(7551) + p.SetState(7507) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -105230,7 +104658,7 @@ func (p *PostgreSQLParser) Notifystmt() (localctx INotifystmtContext) { if _la == PostgreSQLParserCOMMA { { - p.SetState(7550) + p.SetState(7506) p.Notify_payload() } @@ -105348,10 +104776,10 @@ func (s *Notify_payloadContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Notify_payload() (localctx INotify_payloadContext) { localctx = NewNotify_payloadContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 790, PostgreSQLParserRULE_notify_payload) + p.EnterRule(localctx, 788, PostgreSQLParserRULE_notify_payload) p.EnterOuterAlt(localctx, 1) { - p.SetState(7553) + p.SetState(7509) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -105359,7 +104787,7 @@ func (p *PostgreSQLParser) Notify_payload() (localctx INotify_payloadContext) { } } { - p.SetState(7554) + p.SetState(7510) p.Sconst() } @@ -105475,10 +104903,10 @@ func (s *ListenstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Listenstmt() (localctx IListenstmtContext) { localctx = NewListenstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 792, PostgreSQLParserRULE_listenstmt) + p.EnterRule(localctx, 790, PostgreSQLParserRULE_listenstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(7556) + p.SetState(7512) p.Match(PostgreSQLParserLISTEN) if p.HasError() { // Recognition error - abort rule @@ -105486,7 +104914,7 @@ func (p *PostgreSQLParser) Listenstmt() (localctx IListenstmtContext) { } } { - p.SetState(7557) + p.SetState(7513) p.Colid() } @@ -105607,18 +105035,18 @@ func (s *UnlistenstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Unlistenstmt() (localctx IUnlistenstmtContext) { localctx = NewUnlistenstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 794, PostgreSQLParserRULE_unlistenstmt) - p.SetState(7563) + p.EnterRule(localctx, 792, PostgreSQLParserRULE_unlistenstmt) + p.SetState(7519) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 593, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 589, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(7559) + p.SetState(7515) p.Match(PostgreSQLParserUNLISTEN) if p.HasError() { // Recognition error - abort rule @@ -105626,14 +105054,14 @@ func (p *PostgreSQLParser) Unlistenstmt() (localctx IUnlistenstmtContext) { } } { - p.SetState(7560) + p.SetState(7516) p.Colid() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(7561) + p.SetState(7517) p.Match(PostgreSQLParserUNLISTEN) if p.HasError() { // Recognition error - abort rule @@ -105641,7 +105069,7 @@ func (p *PostgreSQLParser) Unlistenstmt() (localctx IUnlistenstmtContext) { } } { - p.SetState(7562) + p.SetState(7518) p.Match(PostgreSQLParserSTAR) if p.HasError() { // Recognition error - abort rule @@ -105888,27 +105316,27 @@ func (s *TransactionstmtContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) { localctx = NewTransactionstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 796, PostgreSQLParserRULE_transactionstmt) + p.EnterRule(localctx, 794, PostgreSQLParserRULE_transactionstmt) var _la int - p.SetState(7634) + p.SetState(7590) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 607, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 603, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(7565) + p.SetState(7521) p.Match(PostgreSQLParserABORT_P) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7567) + p.SetState(7523) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -105917,12 +105345,12 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) if _la == PostgreSQLParserTRANSACTION || _la == PostgreSQLParserWORK { { - p.SetState(7566) + p.SetState(7522) p.Opt_transaction() } } - p.SetState(7570) + p.SetState(7526) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -105931,7 +105359,7 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) if _la == PostgreSQLParserAND { { - p.SetState(7569) + p.SetState(7525) p.Opt_transaction_chain() } @@ -105940,14 +105368,14 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(7572) + p.SetState(7528) p.Match(PostgreSQLParserBEGIN_P) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7574) + p.SetState(7530) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -105956,12 +105384,12 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) if _la == PostgreSQLParserTRANSACTION || _la == PostgreSQLParserWORK { { - p.SetState(7573) + p.SetState(7529) p.Opt_transaction() } } - p.SetState(7577) + p.SetState(7533) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -105970,7 +105398,7 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) if _la == PostgreSQLParserDEFERRABLE || _la == PostgreSQLParserNOT || _la == PostgreSQLParserISOLATION || _la == PostgreSQLParserREAD { { - p.SetState(7576) + p.SetState(7532) p.Transaction_mode_list_or_empty() } @@ -105979,7 +105407,7 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(7579) + p.SetState(7535) p.Match(PostgreSQLParserSTART) if p.HasError() { // Recognition error - abort rule @@ -105987,14 +105415,14 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) } } { - p.SetState(7580) + p.SetState(7536) p.Match(PostgreSQLParserTRANSACTION) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7582) + p.SetState(7538) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -106003,7 +105431,7 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) if _la == PostgreSQLParserDEFERRABLE || _la == PostgreSQLParserNOT || _la == PostgreSQLParserISOLATION || _la == PostgreSQLParserREAD { { - p.SetState(7581) + p.SetState(7537) p.Transaction_mode_list_or_empty() } @@ -106012,14 +105440,14 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(7584) + p.SetState(7540) p.Match(PostgreSQLParserCOMMIT) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7586) + p.SetState(7542) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -106028,12 +105456,12 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) if _la == PostgreSQLParserTRANSACTION || _la == PostgreSQLParserWORK { { - p.SetState(7585) + p.SetState(7541) p.Opt_transaction() } } - p.SetState(7589) + p.SetState(7545) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -106042,7 +105470,7 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) if _la == PostgreSQLParserAND { { - p.SetState(7588) + p.SetState(7544) p.Opt_transaction_chain() } @@ -106051,14 +105479,14 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(7591) + p.SetState(7547) p.Match(PostgreSQLParserEND_P) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7593) + p.SetState(7549) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -106067,12 +105495,12 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) if _la == PostgreSQLParserTRANSACTION || _la == PostgreSQLParserWORK { { - p.SetState(7592) + p.SetState(7548) p.Opt_transaction() } } - p.SetState(7596) + p.SetState(7552) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -106081,7 +105509,7 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) if _la == PostgreSQLParserAND { { - p.SetState(7595) + p.SetState(7551) p.Opt_transaction_chain() } @@ -106090,14 +105518,14 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(7598) + p.SetState(7554) p.Match(PostgreSQLParserROLLBACK) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7600) + p.SetState(7556) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -106106,12 +105534,12 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) if _la == PostgreSQLParserTRANSACTION || _la == PostgreSQLParserWORK { { - p.SetState(7599) + p.SetState(7555) p.Opt_transaction() } } - p.SetState(7603) + p.SetState(7559) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -106120,7 +105548,7 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) if _la == PostgreSQLParserAND { { - p.SetState(7602) + p.SetState(7558) p.Opt_transaction_chain() } @@ -106129,7 +105557,7 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(7605) + p.SetState(7561) p.Match(PostgreSQLParserSAVEPOINT) if p.HasError() { // Recognition error - abort rule @@ -106137,14 +105565,14 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) } } { - p.SetState(7606) + p.SetState(7562) p.Colid() } case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(7607) + p.SetState(7563) p.Match(PostgreSQLParserRELEASE) if p.HasError() { // Recognition error - abort rule @@ -106152,7 +105580,7 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) } } { - p.SetState(7608) + p.SetState(7564) p.Match(PostgreSQLParserSAVEPOINT) if p.HasError() { // Recognition error - abort rule @@ -106160,14 +105588,14 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) } } { - p.SetState(7609) + p.SetState(7565) p.Colid() } case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(7610) + p.SetState(7566) p.Match(PostgreSQLParserRELEASE) if p.HasError() { // Recognition error - abort rule @@ -106175,21 +105603,21 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) } } { - p.SetState(7611) + p.SetState(7567) p.Colid() } case 10: p.EnterOuterAlt(localctx, 10) { - p.SetState(7612) + p.SetState(7568) p.Match(PostgreSQLParserROLLBACK) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7614) + p.SetState(7570) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -106198,13 +105626,13 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) if _la == PostgreSQLParserTRANSACTION || _la == PostgreSQLParserWORK { { - p.SetState(7613) + p.SetState(7569) p.Opt_transaction() } } { - p.SetState(7616) + p.SetState(7572) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -106212,7 +105640,7 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) } } { - p.SetState(7617) + p.SetState(7573) p.Match(PostgreSQLParserSAVEPOINT) if p.HasError() { // Recognition error - abort rule @@ -106220,21 +105648,21 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) } } { - p.SetState(7618) + p.SetState(7574) p.Colid() } case 11: p.EnterOuterAlt(localctx, 11) { - p.SetState(7619) + p.SetState(7575) p.Match(PostgreSQLParserROLLBACK) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7621) + p.SetState(7577) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -106243,13 +105671,13 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) if _la == PostgreSQLParserTRANSACTION || _la == PostgreSQLParserWORK { { - p.SetState(7620) + p.SetState(7576) p.Opt_transaction() } } { - p.SetState(7623) + p.SetState(7579) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -106257,14 +105685,14 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) } } { - p.SetState(7624) + p.SetState(7580) p.Colid() } case 12: p.EnterOuterAlt(localctx, 12) { - p.SetState(7625) + p.SetState(7581) p.Match(PostgreSQLParserPREPARE) if p.HasError() { // Recognition error - abort rule @@ -106272,7 +105700,7 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) } } { - p.SetState(7626) + p.SetState(7582) p.Match(PostgreSQLParserTRANSACTION) if p.HasError() { // Recognition error - abort rule @@ -106280,14 +105708,14 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) } } { - p.SetState(7627) + p.SetState(7583) p.Sconst() } case 13: p.EnterOuterAlt(localctx, 13) { - p.SetState(7628) + p.SetState(7584) p.Match(PostgreSQLParserCOMMIT) if p.HasError() { // Recognition error - abort rule @@ -106295,7 +105723,7 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) } } { - p.SetState(7629) + p.SetState(7585) p.Match(PostgreSQLParserPREPARED) if p.HasError() { // Recognition error - abort rule @@ -106303,14 +105731,14 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) } } { - p.SetState(7630) + p.SetState(7586) p.Sconst() } case 14: p.EnterOuterAlt(localctx, 14) { - p.SetState(7631) + p.SetState(7587) p.Match(PostgreSQLParserROLLBACK) if p.HasError() { // Recognition error - abort rule @@ -106318,7 +105746,7 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) } } { - p.SetState(7632) + p.SetState(7588) p.Match(PostgreSQLParserPREPARED) if p.HasError() { // Recognition error - abort rule @@ -106326,7 +105754,7 @@ func (p *PostgreSQLParser) Transactionstmt() (localctx ITransactionstmtContext) } } { - p.SetState(7633) + p.SetState(7589) p.Sconst() } @@ -106434,12 +105862,12 @@ func (s *Opt_transactionContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Opt_transaction() (localctx IOpt_transactionContext) { localctx = NewOpt_transactionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 798, PostgreSQLParserRULE_opt_transaction) + p.EnterRule(localctx, 796, PostgreSQLParserRULE_opt_transaction) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(7636) + p.SetState(7592) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserTRANSACTION || _la == PostgreSQLParserWORK) { @@ -106592,18 +106020,18 @@ func (s *Transaction_mode_itemContext) Accept(visitor antlr.ParseTreeVisitor) in func (p *PostgreSQLParser) Transaction_mode_item() (localctx ITransaction_mode_itemContext) { localctx = NewTransaction_mode_itemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 800, PostgreSQLParserRULE_transaction_mode_item) - p.SetState(7648) + p.EnterRule(localctx, 798, PostgreSQLParserRULE_transaction_mode_item) + p.SetState(7604) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 608, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 604, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(7638) + p.SetState(7594) p.Match(PostgreSQLParserISOLATION) if p.HasError() { // Recognition error - abort rule @@ -106611,7 +106039,7 @@ func (p *PostgreSQLParser) Transaction_mode_item() (localctx ITransaction_mode_i } } { - p.SetState(7639) + p.SetState(7595) p.Match(PostgreSQLParserLEVEL) if p.HasError() { // Recognition error - abort rule @@ -106619,14 +106047,14 @@ func (p *PostgreSQLParser) Transaction_mode_item() (localctx ITransaction_mode_i } } { - p.SetState(7640) + p.SetState(7596) p.Iso_level() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(7641) + p.SetState(7597) p.Match(PostgreSQLParserREAD) if p.HasError() { // Recognition error - abort rule @@ -106634,7 +106062,7 @@ func (p *PostgreSQLParser) Transaction_mode_item() (localctx ITransaction_mode_i } } { - p.SetState(7642) + p.SetState(7598) p.Match(PostgreSQLParserONLY) if p.HasError() { // Recognition error - abort rule @@ -106645,7 +106073,7 @@ func (p *PostgreSQLParser) Transaction_mode_item() (localctx ITransaction_mode_i case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(7643) + p.SetState(7599) p.Match(PostgreSQLParserREAD) if p.HasError() { // Recognition error - abort rule @@ -106653,7 +106081,7 @@ func (p *PostgreSQLParser) Transaction_mode_item() (localctx ITransaction_mode_i } } { - p.SetState(7644) + p.SetState(7600) p.Match(PostgreSQLParserWRITE) if p.HasError() { // Recognition error - abort rule @@ -106664,7 +106092,7 @@ func (p *PostgreSQLParser) Transaction_mode_item() (localctx ITransaction_mode_i case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(7645) + p.SetState(7601) p.Match(PostgreSQLParserDEFERRABLE) if p.HasError() { // Recognition error - abort rule @@ -106675,7 +106103,7 @@ func (p *PostgreSQLParser) Transaction_mode_item() (localctx ITransaction_mode_i case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(7646) + p.SetState(7602) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -106683,7 +106111,7 @@ func (p *PostgreSQLParser) Transaction_mode_item() (localctx ITransaction_mode_i } } { - p.SetState(7647) + p.SetState(7603) p.Match(PostgreSQLParserDEFERRABLE) if p.HasError() { // Recognition error - abort rule @@ -106838,15 +106266,15 @@ func (s *Transaction_mode_listContext) Accept(visitor antlr.ParseTreeVisitor) in func (p *PostgreSQLParser) Transaction_mode_list() (localctx ITransaction_mode_listContext) { localctx = NewTransaction_mode_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 802, PostgreSQLParserRULE_transaction_mode_list) + p.EnterRule(localctx, 800, PostgreSQLParserRULE_transaction_mode_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(7650) + p.SetState(7606) p.Transaction_mode_item() } - p.SetState(7657) + p.SetState(7613) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -106854,7 +106282,7 @@ func (p *PostgreSQLParser) Transaction_mode_list() (localctx ITransaction_mode_l _la = p.GetTokenStream().LA(1) for _la == PostgreSQLParserCOMMA || _la == PostgreSQLParserDEFERRABLE || _la == PostgreSQLParserNOT || _la == PostgreSQLParserISOLATION || _la == PostgreSQLParserREAD { - p.SetState(7652) + p.SetState(7608) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -106863,7 +106291,7 @@ func (p *PostgreSQLParser) Transaction_mode_list() (localctx ITransaction_mode_l if _la == PostgreSQLParserCOMMA { { - p.SetState(7651) + p.SetState(7607) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -106873,11 +106301,11 @@ func (p *PostgreSQLParser) Transaction_mode_list() (localctx ITransaction_mode_l } { - p.SetState(7654) + p.SetState(7610) p.Transaction_mode_item() } - p.SetState(7659) + p.SetState(7615) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -106992,10 +106420,10 @@ func (s *Transaction_mode_list_or_emptyContext) Accept(visitor antlr.ParseTreeVi func (p *PostgreSQLParser) Transaction_mode_list_or_empty() (localctx ITransaction_mode_list_or_emptyContext) { localctx = NewTransaction_mode_list_or_emptyContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 804, PostgreSQLParserRULE_transaction_mode_list_or_empty) + p.EnterRule(localctx, 802, PostgreSQLParserRULE_transaction_mode_list_or_empty) p.EnterOuterAlt(localctx, 1) { - p.SetState(7660) + p.SetState(7616) p.Transaction_mode_list() } @@ -107104,19 +106532,19 @@ func (s *Opt_transaction_chainContext) Accept(visitor antlr.ParseTreeVisitor) in func (p *PostgreSQLParser) Opt_transaction_chain() (localctx IOpt_transaction_chainContext) { localctx = NewOpt_transaction_chainContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 806, PostgreSQLParserRULE_opt_transaction_chain) + p.EnterRule(localctx, 804, PostgreSQLParserRULE_opt_transaction_chain) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(7662) + p.SetState(7618) p.Match(PostgreSQLParserAND) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7664) + p.SetState(7620) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -107125,7 +106553,7 @@ func (p *PostgreSQLParser) Opt_transaction_chain() (localctx IOpt_transaction_ch if _la == PostgreSQLParserNO { { - p.SetState(7663) + p.SetState(7619) p.Match(PostgreSQLParserNO) if p.HasError() { // Recognition error - abort rule @@ -107135,7 +106563,7 @@ func (p *PostgreSQLParser) Opt_transaction_chain() (localctx IOpt_transaction_ch } { - p.SetState(7666) + p.SetState(7622) p.Match(PostgreSQLParserCHAIN) if p.HasError() { // Recognition error - abort rule @@ -107392,19 +106820,19 @@ func (s *ViewstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Viewstmt() (localctx IViewstmtContext) { localctx = NewViewstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 808, PostgreSQLParserRULE_viewstmt) + p.EnterRule(localctx, 806, PostgreSQLParserRULE_viewstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(7668) + p.SetState(7624) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7671) + p.SetState(7627) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -107413,7 +106841,7 @@ func (p *PostgreSQLParser) Viewstmt() (localctx IViewstmtContext) { if _la == PostgreSQLParserOR { { - p.SetState(7669) + p.SetState(7625) p.Match(PostgreSQLParserOR) if p.HasError() { // Recognition error - abort rule @@ -107421,7 +106849,7 @@ func (p *PostgreSQLParser) Viewstmt() (localctx IViewstmtContext) { } } { - p.SetState(7670) + p.SetState(7626) p.Match(PostgreSQLParserREPLACE) if p.HasError() { // Recognition error - abort rule @@ -107430,7 +106858,7 @@ func (p *PostgreSQLParser) Viewstmt() (localctx IViewstmtContext) { } } - p.SetState(7674) + p.SetState(7630) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -107439,12 +106867,12 @@ func (p *PostgreSQLParser) Viewstmt() (localctx IViewstmtContext) { if _la == PostgreSQLParserGLOBAL || _la == PostgreSQLParserLOCAL || ((int64((_la-345)) & ^0x3f) == 0 && ((int64(1)<<(_la-345))&32773) != 0) { { - p.SetState(7673) + p.SetState(7629) p.Opttemp() } } - p.SetState(7693) + p.SetState(7649) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -107453,7 +106881,7 @@ func (p *PostgreSQLParser) Viewstmt() (localctx IViewstmtContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserVIEW: { - p.SetState(7676) + p.SetState(7632) p.Match(PostgreSQLParserVIEW) if p.HasError() { // Recognition error - abort rule @@ -107461,10 +106889,10 @@ func (p *PostgreSQLParser) Viewstmt() (localctx IViewstmtContext) { } } { - p.SetState(7677) + p.SetState(7633) p.Qualified_name() } - p.SetState(7679) + p.SetState(7635) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -107473,12 +106901,12 @@ func (p *PostgreSQLParser) Viewstmt() (localctx IViewstmtContext) { if _la == PostgreSQLParserOPEN_PAREN { { - p.SetState(7678) + p.SetState(7634) p.Opt_column_list() } } - p.SetState(7682) + p.SetState(7638) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -107487,7 +106915,7 @@ func (p *PostgreSQLParser) Viewstmt() (localctx IViewstmtContext) { if _la == PostgreSQLParserWITH { { - p.SetState(7681) + p.SetState(7637) p.Opt_reloptions() } @@ -107495,7 +106923,7 @@ func (p *PostgreSQLParser) Viewstmt() (localctx IViewstmtContext) { case PostgreSQLParserRECURSIVE: { - p.SetState(7684) + p.SetState(7640) p.Match(PostgreSQLParserRECURSIVE) if p.HasError() { // Recognition error - abort rule @@ -107503,7 +106931,7 @@ func (p *PostgreSQLParser) Viewstmt() (localctx IViewstmtContext) { } } { - p.SetState(7685) + p.SetState(7641) p.Match(PostgreSQLParserVIEW) if p.HasError() { // Recognition error - abort rule @@ -107511,11 +106939,11 @@ func (p *PostgreSQLParser) Viewstmt() (localctx IViewstmtContext) { } } { - p.SetState(7686) + p.SetState(7642) p.Qualified_name() } { - p.SetState(7687) + p.SetState(7643) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -107523,18 +106951,18 @@ func (p *PostgreSQLParser) Viewstmt() (localctx IViewstmtContext) { } } { - p.SetState(7688) + p.SetState(7644) p.Columnlist() } { - p.SetState(7689) + p.SetState(7645) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7691) + p.SetState(7647) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -107543,7 +106971,7 @@ func (p *PostgreSQLParser) Viewstmt() (localctx IViewstmtContext) { if _la == PostgreSQLParserWITH { { - p.SetState(7690) + p.SetState(7646) p.Opt_reloptions() } @@ -107554,7 +106982,7 @@ func (p *PostgreSQLParser) Viewstmt() (localctx IViewstmtContext) { goto errorExit } { - p.SetState(7695) + p.SetState(7651) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -107562,15 +106990,15 @@ func (p *PostgreSQLParser) Viewstmt() (localctx IViewstmtContext) { } } { - p.SetState(7696) + p.SetState(7652) p.Selectstmt() } - p.SetState(7698) + p.SetState(7654) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 618, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 614, p.GetParserRuleContext()) == 1 { { - p.SetState(7697) + p.SetState(7653) p.Opt_check_option() } @@ -107693,19 +107121,19 @@ func (s *Opt_check_optionContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Opt_check_option() (localctx IOpt_check_optionContext) { localctx = NewOpt_check_optionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 810, PostgreSQLParserRULE_opt_check_option) + p.EnterRule(localctx, 808, PostgreSQLParserRULE_opt_check_option) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(7700) + p.SetState(7656) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7702) + p.SetState(7658) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -107714,7 +107142,7 @@ func (p *PostgreSQLParser) Opt_check_option() (localctx IOpt_check_optionContext if _la == PostgreSQLParserCASCADED || _la == PostgreSQLParserLOCAL { { - p.SetState(7701) + p.SetState(7657) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserCASCADED || _la == PostgreSQLParserLOCAL) { @@ -107727,7 +107155,7 @@ func (p *PostgreSQLParser) Opt_check_option() (localctx IOpt_check_optionContext } { - p.SetState(7704) + p.SetState(7660) p.Match(PostgreSQLParserCHECK) if p.HasError() { // Recognition error - abort rule @@ -107735,7 +107163,7 @@ func (p *PostgreSQLParser) Opt_check_option() (localctx IOpt_check_optionContext } } { - p.SetState(7705) + p.SetState(7661) p.Match(PostgreSQLParserOPTION) if p.HasError() { // Recognition error - abort rule @@ -107855,10 +107283,10 @@ func (s *LoadstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Loadstmt() (localctx ILoadstmtContext) { localctx = NewLoadstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 812, PostgreSQLParserRULE_loadstmt) + p.EnterRule(localctx, 810, PostgreSQLParserRULE_loadstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(7707) + p.SetState(7663) p.Match(PostgreSQLParserLOAD) if p.HasError() { // Recognition error - abort rule @@ -107866,7 +107294,7 @@ func (p *PostgreSQLParser) Loadstmt() (localctx ILoadstmtContext) { } } { - p.SetState(7708) + p.SetState(7664) p.File_name() } @@ -108021,10 +107449,10 @@ func (s *CreatedbstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Createdbstmt() (localctx ICreatedbstmtContext) { localctx = NewCreatedbstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 814, PostgreSQLParserRULE_createdbstmt) + p.EnterRule(localctx, 812, PostgreSQLParserRULE_createdbstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(7710) + p.SetState(7666) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -108032,7 +107460,7 @@ func (p *PostgreSQLParser) Createdbstmt() (localctx ICreatedbstmtContext) { } } { - p.SetState(7711) + p.SetState(7667) p.Match(PostgreSQLParserDATABASE) if p.HasError() { // Recognition error - abort rule @@ -108040,27 +107468,27 @@ func (p *PostgreSQLParser) Createdbstmt() (localctx ICreatedbstmtContext) { } } { - p.SetState(7712) + p.SetState(7668) p.Name() } - p.SetState(7714) + p.SetState(7670) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 620, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 616, p.GetParserRuleContext()) == 1 { { - p.SetState(7713) + p.SetState(7669) p.Opt_with() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(7717) + p.SetState(7673) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 621, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 617, p.GetParserRuleContext()) == 1 { { - p.SetState(7716) + p.SetState(7672) p.Createdb_opt_list() } @@ -108175,10 +107603,10 @@ func (s *Createdb_opt_listContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Createdb_opt_list() (localctx ICreatedb_opt_listContext) { localctx = NewCreatedb_opt_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 816, PostgreSQLParserRULE_createdb_opt_list) + p.EnterRule(localctx, 814, PostgreSQLParserRULE_createdb_opt_list) p.EnterOuterAlt(localctx, 1) { - p.SetState(7719) + p.SetState(7675) p.Createdb_opt_items() } @@ -108315,11 +107743,11 @@ func (s *Createdb_opt_itemsContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Createdb_opt_items() (localctx ICreatedb_opt_itemsContext) { localctx = NewCreatedb_opt_itemsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 818, PostgreSQLParserRULE_createdb_opt_items) + p.EnterRule(localctx, 816, PostgreSQLParserRULE_createdb_opt_items) var _alt int p.EnterOuterAlt(localctx, 1) - p.SetState(7722) + p.SetState(7678) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -108329,7 +107757,7 @@ func (p *PostgreSQLParser) Createdb_opt_items() (localctx ICreatedb_opt_itemsCon switch _alt { case 1: { - p.SetState(7721) + p.SetState(7677) p.Createdb_opt_item() } @@ -108338,9 +107766,9 @@ func (p *PostgreSQLParser) Createdb_opt_items() (localctx ICreatedb_opt_itemsCon goto errorExit } - p.SetState(7724) + p.SetState(7680) p.GetErrorHandler().Sync(p) - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 622, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 618, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -108509,15 +107937,15 @@ func (s *Createdb_opt_itemContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Createdb_opt_item() (localctx ICreatedb_opt_itemContext) { localctx = NewCreatedb_opt_itemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 820, PostgreSQLParserRULE_createdb_opt_item) + p.EnterRule(localctx, 818, PostgreSQLParserRULE_createdb_opt_item) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(7726) + p.SetState(7682) p.Createdb_opt_name() } - p.SetState(7728) + p.SetState(7684) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -108526,33 +107954,33 @@ func (p *PostgreSQLParser) Createdb_opt_item() (localctx ICreatedb_opt_itemConte if _la == PostgreSQLParserEQUAL { { - p.SetState(7727) + p.SetState(7683) p.Opt_equal() } } - p.SetState(7733) + p.SetState(7689) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 624, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 620, p.GetParserRuleContext()) { case 1: { - p.SetState(7730) + p.SetState(7686) p.Signediconst() } case 2: { - p.SetState(7731) + p.SetState(7687) p.Opt_boolean_or_string() } case 3: { - p.SetState(7732) + p.SetState(7688) p.Match(PostgreSQLParserDEFAULT) if p.HasError() { // Recognition error - abort rule @@ -108706,8 +108134,8 @@ func (s *Createdb_opt_nameContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Createdb_opt_name() (localctx ICreatedb_opt_nameContext) { localctx = NewCreatedb_opt_nameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 822, PostgreSQLParserRULE_createdb_opt_name) - p.SetState(7743) + p.EnterRule(localctx, 820, PostgreSQLParserRULE_createdb_opt_name) + p.SetState(7699) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -108717,14 +108145,14 @@ func (p *PostgreSQLParser) Createdb_opt_name() (localctx ICreatedb_opt_nameConte case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserIS, PostgreSQLParserOUTER_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserBACKWARD, PostgreSQLParserCHAIN, PostgreSQLParserCLOSE, PostgreSQLParserCOMMIT, PostgreSQLParserCONTINUE_P, PostgreSQLParserCURSOR, PostgreSQLParserFIRST_P, PostgreSQLParserFORWARD, PostgreSQLParserINSERT, PostgreSQLParserLAST_P, PostgreSQLParserMOVE, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserOPTION, PostgreSQLParserPRIOR, PostgreSQLParserRELATIVE_P, PostgreSQLParserRESET, PostgreSQLParserROLLBACK, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSET, PostgreSQLParserTYPE_P, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserROWTYPE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: p.EnterOuterAlt(localctx, 1) { - p.SetState(7735) + p.SetState(7691) p.Identifier() } case PostgreSQLParserCONNECTION: p.EnterOuterAlt(localctx, 2) { - p.SetState(7736) + p.SetState(7692) p.Match(PostgreSQLParserCONNECTION) if p.HasError() { // Recognition error - abort rule @@ -108732,7 +108160,7 @@ func (p *PostgreSQLParser) Createdb_opt_name() (localctx ICreatedb_opt_nameConte } } { - p.SetState(7737) + p.SetState(7693) p.Match(PostgreSQLParserLIMIT) if p.HasError() { // Recognition error - abort rule @@ -108743,7 +108171,7 @@ func (p *PostgreSQLParser) Createdb_opt_name() (localctx ICreatedb_opt_nameConte case PostgreSQLParserENCODING: p.EnterOuterAlt(localctx, 3) { - p.SetState(7738) + p.SetState(7694) p.Match(PostgreSQLParserENCODING) if p.HasError() { // Recognition error - abort rule @@ -108754,7 +108182,7 @@ func (p *PostgreSQLParser) Createdb_opt_name() (localctx ICreatedb_opt_nameConte case PostgreSQLParserLOCATION: p.EnterOuterAlt(localctx, 4) { - p.SetState(7739) + p.SetState(7695) p.Match(PostgreSQLParserLOCATION) if p.HasError() { // Recognition error - abort rule @@ -108765,7 +108193,7 @@ func (p *PostgreSQLParser) Createdb_opt_name() (localctx ICreatedb_opt_nameConte case PostgreSQLParserOWNER: p.EnterOuterAlt(localctx, 5) { - p.SetState(7740) + p.SetState(7696) p.Match(PostgreSQLParserOWNER) if p.HasError() { // Recognition error - abort rule @@ -108776,7 +108204,7 @@ func (p *PostgreSQLParser) Createdb_opt_name() (localctx ICreatedb_opt_nameConte case PostgreSQLParserTABLESPACE: p.EnterOuterAlt(localctx, 6) { - p.SetState(7741) + p.SetState(7697) p.Match(PostgreSQLParserTABLESPACE) if p.HasError() { // Recognition error - abort rule @@ -108787,7 +108215,7 @@ func (p *PostgreSQLParser) Createdb_opt_name() (localctx ICreatedb_opt_nameConte case PostgreSQLParserTEMPLATE: p.EnterOuterAlt(localctx, 7) { - p.SetState(7742) + p.SetState(7698) p.Match(PostgreSQLParserTEMPLATE) if p.HasError() { // Recognition error - abort rule @@ -108895,10 +108323,10 @@ func (s *Opt_equalContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Opt_equal() (localctx IOpt_equalContext) { localctx = NewOpt_equalContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 824, PostgreSQLParserRULE_opt_equal) + p.EnterRule(localctx, 822, PostgreSQLParserRULE_opt_equal) p.EnterOuterAlt(localctx, 1) { - p.SetState(7745) + p.SetState(7701) p.Match(PostgreSQLParserEQUAL) if p.HasError() { // Recognition error - abort rule @@ -109096,10 +108524,10 @@ func (s *AlterdatabasestmtContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Alterdatabasestmt() (localctx IAlterdatabasestmtContext) { localctx = NewAlterdatabasestmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 826, PostgreSQLParserRULE_alterdatabasestmt) + p.EnterRule(localctx, 824, PostgreSQLParserRULE_alterdatabasestmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(7747) + p.SetState(7703) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -109107,7 +108535,7 @@ func (p *PostgreSQLParser) Alterdatabasestmt() (localctx IAlterdatabasestmtConte } } { - p.SetState(7748) + p.SetState(7704) p.Match(PostgreSQLParserDATABASE) if p.HasError() { // Recognition error - abort rule @@ -109115,31 +108543,31 @@ func (p *PostgreSQLParser) Alterdatabasestmt() (localctx IAlterdatabasestmtConte } } { - p.SetState(7749) + p.SetState(7705) p.Name() } - p.SetState(7763) + p.SetState(7719) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 628, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 624, p.GetParserRuleContext()) { case 1: { - p.SetState(7750) + p.SetState(7706) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7752) + p.SetState(7708) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 626, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 622, p.GetParserRuleContext()) == 1 { { - p.SetState(7751) + p.SetState(7707) p.Createdb_opt_list() } @@ -109148,12 +108576,12 @@ func (p *PostgreSQLParser) Alterdatabasestmt() (localctx IAlterdatabasestmtConte } case 2: - p.SetState(7755) + p.SetState(7711) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 627, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 623, p.GetParserRuleContext()) == 1 { { - p.SetState(7754) + p.SetState(7710) p.Createdb_opt_list() } @@ -109163,7 +108591,7 @@ func (p *PostgreSQLParser) Alterdatabasestmt() (localctx IAlterdatabasestmtConte case 3: { - p.SetState(7757) + p.SetState(7713) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -109171,7 +108599,7 @@ func (p *PostgreSQLParser) Alterdatabasestmt() (localctx IAlterdatabasestmtConte } } { - p.SetState(7758) + p.SetState(7714) p.Match(PostgreSQLParserTABLESPACE) if p.HasError() { // Recognition error - abort rule @@ -109179,13 +108607,13 @@ func (p *PostgreSQLParser) Alterdatabasestmt() (localctx IAlterdatabasestmtConte } } { - p.SetState(7759) + p.SetState(7715) p.Name() } case 4: { - p.SetState(7760) + p.SetState(7716) p.Match(PostgreSQLParserREFRESH) if p.HasError() { // Recognition error - abort rule @@ -109193,7 +108621,7 @@ func (p *PostgreSQLParser) Alterdatabasestmt() (localctx IAlterdatabasestmtConte } } { - p.SetState(7761) + p.SetState(7717) p.Match(PostgreSQLParserCOLLATION) if p.HasError() { // Recognition error - abort rule @@ -109201,7 +108629,7 @@ func (p *PostgreSQLParser) Alterdatabasestmt() (localctx IAlterdatabasestmtConte } } { - p.SetState(7762) + p.SetState(7718) p.Match(PostgreSQLParserVERSION_P) if p.HasError() { // Recognition error - abort rule @@ -109347,10 +108775,10 @@ func (s *AlterdatabasesetstmtContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Alterdatabasesetstmt() (localctx IAlterdatabasesetstmtContext) { localctx = NewAlterdatabasesetstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 828, PostgreSQLParserRULE_alterdatabasesetstmt) + p.EnterRule(localctx, 826, PostgreSQLParserRULE_alterdatabasesetstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(7765) + p.SetState(7721) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -109358,7 +108786,7 @@ func (p *PostgreSQLParser) Alterdatabasesetstmt() (localctx IAlterdatabasesetstm } } { - p.SetState(7766) + p.SetState(7722) p.Match(PostgreSQLParserDATABASE) if p.HasError() { // Recognition error - abort rule @@ -109366,11 +108794,11 @@ func (p *PostgreSQLParser) Alterdatabasesetstmt() (localctx IAlterdatabasesetstm } } { - p.SetState(7767) + p.SetState(7723) p.Name() } { - p.SetState(7768) + p.SetState(7724) p.Setresetclause() } @@ -109545,12 +108973,12 @@ func (s *DropdbstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Dropdbstmt() (localctx IDropdbstmtContext) { localctx = NewDropdbstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 830, PostgreSQLParserRULE_dropdbstmt) + p.EnterRule(localctx, 828, PostgreSQLParserRULE_dropdbstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(7770) + p.SetState(7726) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -109558,19 +108986,19 @@ func (p *PostgreSQLParser) Dropdbstmt() (localctx IDropdbstmtContext) { } } { - p.SetState(7771) + p.SetState(7727) p.Match(PostgreSQLParserDATABASE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7774) + p.SetState(7730) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 629, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 625, p.GetParserRuleContext()) == 1 { { - p.SetState(7772) + p.SetState(7728) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -109578,7 +109006,7 @@ func (p *PostgreSQLParser) Dropdbstmt() (localctx IDropdbstmtContext) { } } { - p.SetState(7773) + p.SetState(7729) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -109590,14 +109018,14 @@ func (p *PostgreSQLParser) Dropdbstmt() (localctx IDropdbstmtContext) { goto errorExit } { - p.SetState(7776) + p.SetState(7732) p.Name() } - p.SetState(7784) + p.SetState(7740) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 631, p.GetParserRuleContext()) == 1 { - p.SetState(7778) + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 627, p.GetParserRuleContext()) == 1 { + p.SetState(7734) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -109606,13 +109034,13 @@ func (p *PostgreSQLParser) Dropdbstmt() (localctx IDropdbstmtContext) { if _la == PostgreSQLParserWITH { { - p.SetState(7777) + p.SetState(7733) p.Opt_with() } } { - p.SetState(7780) + p.SetState(7736) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -109620,11 +109048,11 @@ func (p *PostgreSQLParser) Dropdbstmt() (localctx IDropdbstmtContext) { } } { - p.SetState(7781) + p.SetState(7737) p.Drop_option_list() } { - p.SetState(7782) + p.SetState(7738) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -109779,15 +109207,15 @@ func (s *Drop_option_listContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Drop_option_list() (localctx IDrop_option_listContext) { localctx = NewDrop_option_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 832, PostgreSQLParserRULE_drop_option_list) + p.EnterRule(localctx, 830, PostgreSQLParserRULE_drop_option_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(7786) + p.SetState(7742) p.Drop_option() } - p.SetState(7791) + p.SetState(7747) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -109796,7 +109224,7 @@ func (p *PostgreSQLParser) Drop_option_list() (localctx IDrop_option_listContext for _la == PostgreSQLParserCOMMA { { - p.SetState(7787) + p.SetState(7743) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -109804,11 +109232,11 @@ func (p *PostgreSQLParser) Drop_option_list() (localctx IDrop_option_listContext } } { - p.SetState(7788) + p.SetState(7744) p.Drop_option() } - p.SetState(7793) + p.SetState(7749) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -109911,10 +109339,10 @@ func (s *Drop_optionContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Drop_option() (localctx IDrop_optionContext) { localctx = NewDrop_optionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 834, PostgreSQLParserRULE_drop_option) + p.EnterRule(localctx, 832, PostgreSQLParserRULE_drop_option) p.EnterOuterAlt(localctx, 1) { - p.SetState(7794) + p.SetState(7750) p.Match(PostgreSQLParserFORCE) if p.HasError() { // Recognition error - abort rule @@ -110049,10 +109477,10 @@ func (s *AltercollationstmtContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Altercollationstmt() (localctx IAltercollationstmtContext) { localctx = NewAltercollationstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 836, PostgreSQLParserRULE_altercollationstmt) + p.EnterRule(localctx, 834, PostgreSQLParserRULE_altercollationstmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(7796) + p.SetState(7752) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -110060,7 +109488,7 @@ func (p *PostgreSQLParser) Altercollationstmt() (localctx IAltercollationstmtCon } } { - p.SetState(7797) + p.SetState(7753) p.Match(PostgreSQLParserCOLLATION) if p.HasError() { // Recognition error - abort rule @@ -110068,11 +109496,11 @@ func (p *PostgreSQLParser) Altercollationstmt() (localctx IAltercollationstmtCon } } { - p.SetState(7798) + p.SetState(7754) p.Any_name() } { - p.SetState(7799) + p.SetState(7755) p.Match(PostgreSQLParserREFRESH) if p.HasError() { // Recognition error - abort rule @@ -110080,7 +109508,7 @@ func (p *PostgreSQLParser) Altercollationstmt() (localctx IAltercollationstmtCon } } { - p.SetState(7800) + p.SetState(7756) p.Match(PostgreSQLParserVERSION_P) if p.HasError() { // Recognition error - abort rule @@ -110215,12 +109643,12 @@ func (s *AltersystemstmtContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Altersystemstmt() (localctx IAltersystemstmtContext) { localctx = NewAltersystemstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 838, PostgreSQLParserRULE_altersystemstmt) + p.EnterRule(localctx, 836, PostgreSQLParserRULE_altersystemstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(7802) + p.SetState(7758) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -110228,7 +109656,7 @@ func (p *PostgreSQLParser) Altersystemstmt() (localctx IAltersystemstmtContext) } } { - p.SetState(7803) + p.SetState(7759) p.Match(PostgreSQLParserSYSTEM_P) if p.HasError() { // Recognition error - abort rule @@ -110236,7 +109664,7 @@ func (p *PostgreSQLParser) Altersystemstmt() (localctx IAltersystemstmtContext) } } { - p.SetState(7804) + p.SetState(7760) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserRESET || _la == PostgreSQLParserSET) { @@ -110247,7 +109675,7 @@ func (p *PostgreSQLParser) Altersystemstmt() (localctx IAltersystemstmtContext) } } { - p.SetState(7805) + p.SetState(7761) p.Generic_set() } @@ -110419,12 +109847,12 @@ func (s *CreatedomainstmtContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Createdomainstmt() (localctx ICreatedomainstmtContext) { localctx = NewCreatedomainstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 840, PostgreSQLParserRULE_createdomainstmt) + p.EnterRule(localctx, 838, PostgreSQLParserRULE_createdomainstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(7807) + p.SetState(7763) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule @@ -110432,7 +109860,7 @@ func (p *PostgreSQLParser) Createdomainstmt() (localctx ICreatedomainstmtContext } } { - p.SetState(7808) + p.SetState(7764) p.Match(PostgreSQLParserDOMAIN_P) if p.HasError() { // Recognition error - abort rule @@ -110440,10 +109868,10 @@ func (p *PostgreSQLParser) Createdomainstmt() (localctx ICreatedomainstmtContext } } { - p.SetState(7809) + p.SetState(7765) p.Any_name() } - p.SetState(7811) + p.SetState(7767) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -110452,17 +109880,17 @@ func (p *PostgreSQLParser) Createdomainstmt() (localctx ICreatedomainstmtContext if _la == PostgreSQLParserAS { { - p.SetState(7810) + p.SetState(7766) p.Opt_as() } } { - p.SetState(7813) + p.SetState(7769) p.Typename() } { - p.SetState(7814) + p.SetState(7770) p.Colquallist() } @@ -110696,12 +110124,12 @@ func (s *AlterdomainstmtContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Alterdomainstmt() (localctx IAlterdomainstmtContext) { localctx = NewAlterdomainstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 842, PostgreSQLParserRULE_alterdomainstmt) + p.EnterRule(localctx, 840, PostgreSQLParserRULE_alterdomainstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(7816) + p.SetState(7772) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -110709,7 +110137,7 @@ func (p *PostgreSQLParser) Alterdomainstmt() (localctx IAlterdomainstmtContext) } } { - p.SetState(7817) + p.SetState(7773) p.Match(PostgreSQLParserDOMAIN_P) if p.HasError() { // Recognition error - abort rule @@ -110717,25 +110145,25 @@ func (p *PostgreSQLParser) Alterdomainstmt() (localctx IAlterdomainstmtContext) } } { - p.SetState(7818) + p.SetState(7774) p.Any_name() } - p.SetState(7841) + p.SetState(7797) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 636, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 632, p.GetParserRuleContext()) { case 1: { - p.SetState(7819) + p.SetState(7775) p.Alter_column_default() } case 2: { - p.SetState(7820) + p.SetState(7776) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -110743,7 +110171,7 @@ func (p *PostgreSQLParser) Alterdomainstmt() (localctx IAlterdomainstmtContext) } } { - p.SetState(7821) + p.SetState(7777) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -110751,7 +110179,7 @@ func (p *PostgreSQLParser) Alterdomainstmt() (localctx IAlterdomainstmtContext) } } { - p.SetState(7822) + p.SetState(7778) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule @@ -110761,7 +110189,7 @@ func (p *PostgreSQLParser) Alterdomainstmt() (localctx IAlterdomainstmtContext) case 3: { - p.SetState(7823) + p.SetState(7779) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -110769,7 +110197,7 @@ func (p *PostgreSQLParser) Alterdomainstmt() (localctx IAlterdomainstmtContext) } } { - p.SetState(7824) + p.SetState(7780) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -110777,7 +110205,7 @@ func (p *PostgreSQLParser) Alterdomainstmt() (localctx IAlterdomainstmtContext) } } { - p.SetState(7825) + p.SetState(7781) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule @@ -110787,7 +110215,7 @@ func (p *PostgreSQLParser) Alterdomainstmt() (localctx IAlterdomainstmtContext) case 4: { - p.SetState(7826) + p.SetState(7782) p.Match(PostgreSQLParserADD_P) if p.HasError() { // Recognition error - abort rule @@ -110795,13 +110223,13 @@ func (p *PostgreSQLParser) Alterdomainstmt() (localctx IAlterdomainstmtContext) } } { - p.SetState(7827) + p.SetState(7783) p.Tableconstraint() } case 5: { - p.SetState(7828) + p.SetState(7784) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -110809,19 +110237,19 @@ func (p *PostgreSQLParser) Alterdomainstmt() (localctx IAlterdomainstmtContext) } } { - p.SetState(7829) + p.SetState(7785) p.Match(PostgreSQLParserCONSTRAINT) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7832) + p.SetState(7788) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 634, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 630, p.GetParserRuleContext()) == 1 { { - p.SetState(7830) + p.SetState(7786) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -110829,7 +110257,7 @@ func (p *PostgreSQLParser) Alterdomainstmt() (localctx IAlterdomainstmtContext) } } { - p.SetState(7831) + p.SetState(7787) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -110841,10 +110269,10 @@ func (p *PostgreSQLParser) Alterdomainstmt() (localctx IAlterdomainstmtContext) goto errorExit } { - p.SetState(7834) + p.SetState(7790) p.Name() } - p.SetState(7836) + p.SetState(7792) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -110853,7 +110281,7 @@ func (p *PostgreSQLParser) Alterdomainstmt() (localctx IAlterdomainstmtContext) if _la == PostgreSQLParserCASCADE || _la == PostgreSQLParserRESTRICT { { - p.SetState(7835) + p.SetState(7791) p.Opt_drop_behavior() } @@ -110861,7 +110289,7 @@ func (p *PostgreSQLParser) Alterdomainstmt() (localctx IAlterdomainstmtContext) case 6: { - p.SetState(7838) + p.SetState(7794) p.Match(PostgreSQLParserVALIDATE) if p.HasError() { // Recognition error - abort rule @@ -110869,7 +110297,7 @@ func (p *PostgreSQLParser) Alterdomainstmt() (localctx IAlterdomainstmtContext) } } { - p.SetState(7839) + p.SetState(7795) p.Match(PostgreSQLParserCONSTRAINT) if p.HasError() { // Recognition error - abort rule @@ -110877,7 +110305,7 @@ func (p *PostgreSQLParser) Alterdomainstmt() (localctx IAlterdomainstmtContext) } } { - p.SetState(7840) + p.SetState(7796) p.Name() } @@ -110980,10 +110408,10 @@ func (s *Opt_asContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Opt_as() (localctx IOpt_asContext) { localctx = NewOpt_asContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 844, PostgreSQLParserRULE_opt_as) + p.EnterRule(localctx, 842, PostgreSQLParserRULE_opt_as) p.EnterOuterAlt(localctx, 1) { - p.SetState(7843) + p.SetState(7799) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -111135,10 +110563,10 @@ func (s *AltertsdictionarystmtContext) Accept(visitor antlr.ParseTreeVisitor) in func (p *PostgreSQLParser) Altertsdictionarystmt() (localctx IAltertsdictionarystmtContext) { localctx = NewAltertsdictionarystmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 846, PostgreSQLParserRULE_altertsdictionarystmt) + p.EnterRule(localctx, 844, PostgreSQLParserRULE_altertsdictionarystmt) p.EnterOuterAlt(localctx, 1) { - p.SetState(7845) + p.SetState(7801) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -111146,7 +110574,7 @@ func (p *PostgreSQLParser) Altertsdictionarystmt() (localctx IAltertsdictionarys } } { - p.SetState(7846) + p.SetState(7802) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -111154,7 +110582,7 @@ func (p *PostgreSQLParser) Altertsdictionarystmt() (localctx IAltertsdictionarys } } { - p.SetState(7847) + p.SetState(7803) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -111162,7 +110590,7 @@ func (p *PostgreSQLParser) Altertsdictionarystmt() (localctx IAltertsdictionarys } } { - p.SetState(7848) + p.SetState(7804) p.Match(PostgreSQLParserDICTIONARY) if p.HasError() { // Recognition error - abort rule @@ -111170,11 +110598,11 @@ func (p *PostgreSQLParser) Altertsdictionarystmt() (localctx IAltertsdictionarys } } { - p.SetState(7849) + p.SetState(7805) p.Any_name() } { - p.SetState(7850) + p.SetState(7806) p.Definition() } @@ -111422,18 +110850,18 @@ func (s *AltertsconfigurationstmtContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigurationstmtContext) { localctx = NewAltertsconfigurationstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 848, PostgreSQLParserRULE_altertsconfigurationstmt) - p.SetState(7924) + p.EnterRule(localctx, 846, PostgreSQLParserRULE_altertsconfigurationstmt) + p.SetState(7880) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 637, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 633, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(7852) + p.SetState(7808) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -111441,7 +110869,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7853) + p.SetState(7809) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -111449,7 +110877,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7854) + p.SetState(7810) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -111457,7 +110885,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7855) + p.SetState(7811) p.Match(PostgreSQLParserCONFIGURATION) if p.HasError() { // Recognition error - abort rule @@ -111465,11 +110893,11 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7856) + p.SetState(7812) p.Any_name() } { - p.SetState(7857) + p.SetState(7813) p.Match(PostgreSQLParserADD_P) if p.HasError() { // Recognition error - abort rule @@ -111477,7 +110905,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7858) + p.SetState(7814) p.Match(PostgreSQLParserMAPPING) if p.HasError() { // Recognition error - abort rule @@ -111485,7 +110913,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7859) + p.SetState(7815) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -111493,22 +110921,22 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7860) + p.SetState(7816) p.Name_list() } { - p.SetState(7861) + p.SetState(7817) p.Any_with() } { - p.SetState(7862) + p.SetState(7818) p.Any_name_list() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(7864) + p.SetState(7820) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -111516,7 +110944,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7865) + p.SetState(7821) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -111524,7 +110952,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7866) + p.SetState(7822) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -111532,7 +110960,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7867) + p.SetState(7823) p.Match(PostgreSQLParserCONFIGURATION) if p.HasError() { // Recognition error - abort rule @@ -111540,11 +110968,11 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7868) + p.SetState(7824) p.Any_name() } { - p.SetState(7869) + p.SetState(7825) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -111552,7 +110980,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7870) + p.SetState(7826) p.Match(PostgreSQLParserMAPPING) if p.HasError() { // Recognition error - abort rule @@ -111560,7 +110988,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7871) + p.SetState(7827) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -111568,22 +110996,22 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7872) + p.SetState(7828) p.Name_list() } { - p.SetState(7873) + p.SetState(7829) p.Any_with() } { - p.SetState(7874) + p.SetState(7830) p.Any_name_list() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(7876) + p.SetState(7832) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -111591,7 +111019,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7877) + p.SetState(7833) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -111599,7 +111027,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7878) + p.SetState(7834) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -111607,7 +111035,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7879) + p.SetState(7835) p.Match(PostgreSQLParserCONFIGURATION) if p.HasError() { // Recognition error - abort rule @@ -111615,11 +111043,11 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7880) + p.SetState(7836) p.Any_name() } { - p.SetState(7881) + p.SetState(7837) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -111627,7 +111055,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7882) + p.SetState(7838) p.Match(PostgreSQLParserMAPPING) if p.HasError() { // Recognition error - abort rule @@ -111635,7 +111063,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7883) + p.SetState(7839) p.Match(PostgreSQLParserREPLACE) if p.HasError() { // Recognition error - abort rule @@ -111643,22 +111071,22 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7884) + p.SetState(7840) p.Any_name() } { - p.SetState(7885) + p.SetState(7841) p.Any_with() } { - p.SetState(7886) + p.SetState(7842) p.Any_name() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(7888) + p.SetState(7844) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -111666,7 +111094,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7889) + p.SetState(7845) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -111674,7 +111102,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7890) + p.SetState(7846) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -111682,7 +111110,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7891) + p.SetState(7847) p.Match(PostgreSQLParserCONFIGURATION) if p.HasError() { // Recognition error - abort rule @@ -111690,11 +111118,11 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7892) + p.SetState(7848) p.Any_name() } { - p.SetState(7893) + p.SetState(7849) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -111702,7 +111130,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7894) + p.SetState(7850) p.Match(PostgreSQLParserMAPPING) if p.HasError() { // Recognition error - abort rule @@ -111710,7 +111138,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7895) + p.SetState(7851) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -111718,11 +111146,11 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7896) + p.SetState(7852) p.Name_list() } { - p.SetState(7897) + p.SetState(7853) p.Match(PostgreSQLParserREPLACE) if p.HasError() { // Recognition error - abort rule @@ -111730,22 +111158,22 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7898) + p.SetState(7854) p.Any_name() } { - p.SetState(7899) + p.SetState(7855) p.Any_with() } { - p.SetState(7900) + p.SetState(7856) p.Any_name() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(7902) + p.SetState(7858) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -111753,7 +111181,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7903) + p.SetState(7859) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -111761,7 +111189,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7904) + p.SetState(7860) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -111769,7 +111197,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7905) + p.SetState(7861) p.Match(PostgreSQLParserCONFIGURATION) if p.HasError() { // Recognition error - abort rule @@ -111777,11 +111205,11 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7906) + p.SetState(7862) p.Any_name() } { - p.SetState(7907) + p.SetState(7863) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -111789,7 +111217,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7908) + p.SetState(7864) p.Match(PostgreSQLParserMAPPING) if p.HasError() { // Recognition error - abort rule @@ -111797,7 +111225,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7909) + p.SetState(7865) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -111805,14 +111233,14 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7910) + p.SetState(7866) p.Name_list() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(7912) + p.SetState(7868) p.Match(PostgreSQLParserALTER) if p.HasError() { // Recognition error - abort rule @@ -111820,7 +111248,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7913) + p.SetState(7869) p.Match(PostgreSQLParserTEXT_P) if p.HasError() { // Recognition error - abort rule @@ -111828,7 +111256,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7914) + p.SetState(7870) p.Match(PostgreSQLParserSEARCH) if p.HasError() { // Recognition error - abort rule @@ -111836,7 +111264,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7915) + p.SetState(7871) p.Match(PostgreSQLParserCONFIGURATION) if p.HasError() { // Recognition error - abort rule @@ -111844,11 +111272,11 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7916) + p.SetState(7872) p.Any_name() } { - p.SetState(7917) + p.SetState(7873) p.Match(PostgreSQLParserDROP) if p.HasError() { // Recognition error - abort rule @@ -111856,7 +111284,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7918) + p.SetState(7874) p.Match(PostgreSQLParserMAPPING) if p.HasError() { // Recognition error - abort rule @@ -111864,7 +111292,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7919) + p.SetState(7875) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -111872,7 +111300,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7920) + p.SetState(7876) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -111880,7 +111308,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7921) + p.SetState(7877) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -111888,7 +111316,7 @@ func (p *PostgreSQLParser) Altertsconfigurationstmt() (localctx IAltertsconfigur } } { - p.SetState(7922) + p.SetState(7878) p.Name_list() } @@ -111991,10 +111419,10 @@ func (s *Any_withContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Any_with() (localctx IAny_withContext) { localctx = NewAny_withContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 850, PostgreSQLParserRULE_any_with) + p.EnterRule(localctx, 848, PostgreSQLParserRULE_any_with) p.EnterOuterAlt(localctx, 1) { - p.SetState(7926) + p.SetState(7882) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -112220,19 +111648,19 @@ func (s *CreateconversionstmtContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Createconversionstmt() (localctx ICreateconversionstmtContext) { localctx = NewCreateconversionstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 852, PostgreSQLParserRULE_createconversionstmt) + p.EnterRule(localctx, 850, PostgreSQLParserRULE_createconversionstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(7928) + p.SetState(7884) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7930) + p.SetState(7886) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -112241,13 +111669,13 @@ func (p *PostgreSQLParser) Createconversionstmt() (localctx ICreateconversionstm if _la == PostgreSQLParserDEFAULT { { - p.SetState(7929) + p.SetState(7885) p.Opt_default() } } { - p.SetState(7932) + p.SetState(7888) p.Match(PostgreSQLParserCONVERSION_P) if p.HasError() { // Recognition error - abort rule @@ -112255,11 +111683,11 @@ func (p *PostgreSQLParser) Createconversionstmt() (localctx ICreateconversionstm } } { - p.SetState(7933) + p.SetState(7889) p.Any_name() } { - p.SetState(7934) + p.SetState(7890) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -112267,11 +111695,11 @@ func (p *PostgreSQLParser) Createconversionstmt() (localctx ICreateconversionstm } } { - p.SetState(7935) + p.SetState(7891) p.Sconst() } { - p.SetState(7936) + p.SetState(7892) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -112279,11 +111707,11 @@ func (p *PostgreSQLParser) Createconversionstmt() (localctx ICreateconversionstm } } { - p.SetState(7937) + p.SetState(7893) p.Sconst() } { - p.SetState(7938) + p.SetState(7894) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -112291,7 +111719,7 @@ func (p *PostgreSQLParser) Createconversionstmt() (localctx ICreateconversionstm } } { - p.SetState(7939) + p.SetState(7895) p.Any_name() } @@ -112463,27 +111891,27 @@ func (s *ClusterstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Clusterstmt() (localctx IClusterstmtContext) { localctx = NewClusterstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 854, PostgreSQLParserRULE_clusterstmt) + p.EnterRule(localctx, 852, PostgreSQLParserRULE_clusterstmt) var _la int - p.SetState(7961) + p.SetState(7917) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 643, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 639, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(7941) + p.SetState(7897) p.Match(PostgreSQLParserCLUSTER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7943) + p.SetState(7899) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -112492,16 +111920,16 @@ func (p *PostgreSQLParser) Clusterstmt() (localctx IClusterstmtContext) { if _la == PostgreSQLParserVERBOSE { { - p.SetState(7942) + p.SetState(7898) p.Opt_verbose() } } { - p.SetState(7945) + p.SetState(7901) p.Qualified_name() } - p.SetState(7947) + p.SetState(7903) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -112510,7 +111938,7 @@ func (p *PostgreSQLParser) Clusterstmt() (localctx IClusterstmtContext) { if _la == PostgreSQLParserUSING { { - p.SetState(7946) + p.SetState(7902) p.Cluster_index_specification() } @@ -112519,14 +111947,14 @@ func (p *PostgreSQLParser) Clusterstmt() (localctx IClusterstmtContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(7949) + p.SetState(7905) p.Match(PostgreSQLParserCLUSTER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7951) + p.SetState(7907) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -112535,7 +111963,7 @@ func (p *PostgreSQLParser) Clusterstmt() (localctx IClusterstmtContext) { if _la == PostgreSQLParserVERBOSE { { - p.SetState(7950) + p.SetState(7906) p.Opt_verbose() } @@ -112544,14 +111972,14 @@ func (p *PostgreSQLParser) Clusterstmt() (localctx IClusterstmtContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(7953) + p.SetState(7909) p.Match(PostgreSQLParserCLUSTER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7955) + p.SetState(7911) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -112560,17 +111988,17 @@ func (p *PostgreSQLParser) Clusterstmt() (localctx IClusterstmtContext) { if _la == PostgreSQLParserVERBOSE { { - p.SetState(7954) + p.SetState(7910) p.Opt_verbose() } } { - p.SetState(7957) + p.SetState(7913) p.Name() } { - p.SetState(7958) + p.SetState(7914) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -112578,7 +112006,7 @@ func (p *PostgreSQLParser) Clusterstmt() (localctx IClusterstmtContext) { } } { - p.SetState(7959) + p.SetState(7915) p.Qualified_name() } @@ -112698,10 +112126,10 @@ func (s *Cluster_index_specificationContext) Accept(visitor antlr.ParseTreeVisit func (p *PostgreSQLParser) Cluster_index_specification() (localctx ICluster_index_specificationContext) { localctx = NewCluster_index_specificationContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 856, PostgreSQLParserRULE_cluster_index_specification) + p.EnterRule(localctx, 854, PostgreSQLParserRULE_cluster_index_specification) p.EnterOuterAlt(localctx, 1) { - p.SetState(7963) + p.SetState(7919) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -112709,7 +112137,7 @@ func (p *PostgreSQLParser) Cluster_index_specification() (localctx ICluster_inde } } { - p.SetState(7964) + p.SetState(7920) p.Name() } @@ -112920,27 +112348,27 @@ func (s *VacuumstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Vacuumstmt() (localctx IVacuumstmtContext) { localctx = NewVacuumstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 858, PostgreSQLParserRULE_vacuumstmt) + p.EnterRule(localctx, 856, PostgreSQLParserRULE_vacuumstmt) var _la int - p.SetState(7989) + p.SetState(7945) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 650, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 646, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(7966) + p.SetState(7922) p.Match(PostgreSQLParserVACUUM) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7968) + p.SetState(7924) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -112949,12 +112377,12 @@ func (p *PostgreSQLParser) Vacuumstmt() (localctx IVacuumstmtContext) { if _la == PostgreSQLParserFULL { { - p.SetState(7967) + p.SetState(7923) p.Opt_full() } } - p.SetState(7971) + p.SetState(7927) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -112963,12 +112391,12 @@ func (p *PostgreSQLParser) Vacuumstmt() (localctx IVacuumstmtContext) { if _la == PostgreSQLParserFREEZE { { - p.SetState(7970) + p.SetState(7926) p.Opt_freeze() } } - p.SetState(7974) + p.SetState(7930) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -112977,29 +112405,29 @@ func (p *PostgreSQLParser) Vacuumstmt() (localctx IVacuumstmtContext) { if _la == PostgreSQLParserVERBOSE { { - p.SetState(7973) + p.SetState(7929) p.Opt_verbose() } } - p.SetState(7977) + p.SetState(7933) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 647, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 643, p.GetParserRuleContext()) == 1 { { - p.SetState(7976) + p.SetState(7932) p.Opt_analyze() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(7980) + p.SetState(7936) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 648, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 644, p.GetParserRuleContext()) == 1 { { - p.SetState(7979) + p.SetState(7935) p.Opt_vacuum_relation_list() } @@ -113010,7 +112438,7 @@ func (p *PostgreSQLParser) Vacuumstmt() (localctx IVacuumstmtContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(7982) + p.SetState(7938) p.Match(PostgreSQLParserVACUUM) if p.HasError() { // Recognition error - abort rule @@ -113018,7 +112446,7 @@ func (p *PostgreSQLParser) Vacuumstmt() (localctx IVacuumstmtContext) { } } { - p.SetState(7983) + p.SetState(7939) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -113026,23 +112454,23 @@ func (p *PostgreSQLParser) Vacuumstmt() (localctx IVacuumstmtContext) { } } { - p.SetState(7984) + p.SetState(7940) p.Vac_analyze_option_list() } { - p.SetState(7985) + p.SetState(7941) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(7987) + p.SetState(7943) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 649, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 645, p.GetParserRuleContext()) == 1 { { - p.SetState(7986) + p.SetState(7942) p.Opt_vacuum_relation_list() } @@ -113222,23 +112650,23 @@ func (s *AnalyzestmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Analyzestmt() (localctx IAnalyzestmtContext) { localctx = NewAnalyzestmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 860, PostgreSQLParserRULE_analyzestmt) + p.EnterRule(localctx, 858, PostgreSQLParserRULE_analyzestmt) var _la int - p.SetState(8005) + p.SetState(7961) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 654, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 650, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(7991) + p.SetState(7947) p.Analyze_keyword() } - p.SetState(7993) + p.SetState(7949) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -113247,17 +112675,17 @@ func (p *PostgreSQLParser) Analyzestmt() (localctx IAnalyzestmtContext) { if _la == PostgreSQLParserVERBOSE { { - p.SetState(7992) + p.SetState(7948) p.Opt_verbose() } } - p.SetState(7996) + p.SetState(7952) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 652, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 648, p.GetParserRuleContext()) == 1 { { - p.SetState(7995) + p.SetState(7951) p.Opt_vacuum_relation_list() } @@ -113268,11 +112696,11 @@ func (p *PostgreSQLParser) Analyzestmt() (localctx IAnalyzestmtContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(7998) + p.SetState(7954) p.Analyze_keyword() } { - p.SetState(7999) + p.SetState(7955) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -113280,23 +112708,23 @@ func (p *PostgreSQLParser) Analyzestmt() (localctx IAnalyzestmtContext) { } } { - p.SetState(8000) + p.SetState(7956) p.Vac_analyze_option_list() } { - p.SetState(8001) + p.SetState(7957) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8003) + p.SetState(7959) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 653, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 649, p.GetParserRuleContext()) == 1 { { - p.SetState(8002) + p.SetState(7958) p.Opt_vacuum_relation_list() } @@ -113451,15 +112879,15 @@ func (s *Vac_analyze_option_listContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Vac_analyze_option_list() (localctx IVac_analyze_option_listContext) { localctx = NewVac_analyze_option_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 862, PostgreSQLParserRULE_vac_analyze_option_list) + p.EnterRule(localctx, 860, PostgreSQLParserRULE_vac_analyze_option_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8007) + p.SetState(7963) p.Vac_analyze_option_elem() } - p.SetState(8012) + p.SetState(7968) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -113468,7 +112896,7 @@ func (p *PostgreSQLParser) Vac_analyze_option_list() (localctx IVac_analyze_opti for _la == PostgreSQLParserCOMMA { { - p.SetState(8008) + p.SetState(7964) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -113476,11 +112904,11 @@ func (p *PostgreSQLParser) Vac_analyze_option_list() (localctx IVac_analyze_opti } } { - p.SetState(8009) + p.SetState(7965) p.Vac_analyze_option_elem() } - p.SetState(8014) + p.SetState(7970) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -113588,12 +113016,12 @@ func (s *Analyze_keywordContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Analyze_keyword() (localctx IAnalyze_keywordContext) { localctx = NewAnalyze_keywordContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 864, PostgreSQLParserRULE_analyze_keyword) + p.EnterRule(localctx, 862, PostgreSQLParserRULE_analyze_keyword) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8015) + p.SetState(7971) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserANALYSE || _la == PostgreSQLParserANALYZE) { @@ -113728,15 +113156,15 @@ func (s *Vac_analyze_option_elemContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Vac_analyze_option_elem() (localctx IVac_analyze_option_elemContext) { localctx = NewVac_analyze_option_elemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 866, PostgreSQLParserRULE_vac_analyze_option_elem) + p.EnterRule(localctx, 864, PostgreSQLParserRULE_vac_analyze_option_elem) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8017) + p.SetState(7973) p.Vac_analyze_option_name() } - p.SetState(8019) + p.SetState(7975) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -113745,7 +113173,7 @@ func (p *PostgreSQLParser) Vac_analyze_option_elem() (localctx IVac_analyze_opti if ((int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&3611948516751978496) != 0) || ((int64((_la-80)) & ^0x3f) == 0 && ((int64(1)<<(_la-80))&-70918567030783) != 0) || ((int64((_la-144)) & ^0x3f) == 0 && ((int64(1)<<(_la-144))&-1) != 0) || ((int64((_la-208)) & ^0x3f) == 0 && ((int64(1)<<(_la-208))&-39582418599937) != 0) || ((int64((_la-272)) & ^0x3f) == 0 && ((int64(1)<<(_la-272))&-1) != 0) || ((int64((_la-336)) & ^0x3f) == 0 && ((int64(1)<<(_la-336))&-1) != 0) || ((int64((_la-400)) & ^0x3f) == 0 && ((int64(1)<<(_la-400))&-72057594037927937) != 0) || ((int64((_la-464)) & ^0x3f) == 0 && ((int64(1)<<(_la-464))&-144126183192133633) != 0) || ((int64((_la-528)) & ^0x3f) == 0 && ((int64(1)<<(_la-528))&-1) != 0) || ((int64((_la-592)) & ^0x3f) == 0 && ((int64(1)<<(_la-592))&5843490885257396223) != 0) || ((int64((_la-656)) & ^0x3f) == 0 && ((int64(1)<<(_la-656))&4209153) != 0) { { - p.SetState(8018) + p.SetState(7974) p.Vac_analyze_option_arg() } @@ -113875,8 +113303,8 @@ func (s *Vac_analyze_option_nameContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Vac_analyze_option_name() (localctx IVac_analyze_option_nameContext) { localctx = NewVac_analyze_option_nameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 868, PostgreSQLParserRULE_vac_analyze_option_name) - p.SetState(8023) + p.EnterRule(localctx, 866, PostgreSQLParserRULE_vac_analyze_option_name) + p.SetState(7979) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -113886,14 +113314,14 @@ func (p *PostgreSQLParser) Vac_analyze_option_name() (localctx IVac_analyze_opti case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: p.EnterOuterAlt(localctx, 1) { - p.SetState(8021) + p.SetState(7977) p.Nonreservedword() } case PostgreSQLParserANALYSE, PostgreSQLParserANALYZE: p.EnterOuterAlt(localctx, 2) { - p.SetState(8022) + p.SetState(7978) p.Analyze_keyword() } @@ -114026,8 +113454,8 @@ func (s *Vac_analyze_option_argContext) Accept(visitor antlr.ParseTreeVisitor) i func (p *PostgreSQLParser) Vac_analyze_option_arg() (localctx IVac_analyze_option_argContext) { localctx = NewVac_analyze_option_argContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 870, PostgreSQLParserRULE_vac_analyze_option_arg) - p.SetState(8027) + p.EnterRule(localctx, 868, PostgreSQLParserRULE_vac_analyze_option_arg) + p.SetState(7983) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -114037,14 +113465,14 @@ func (p *PostgreSQLParser) Vac_analyze_option_arg() (localctx IVac_analyze_optio case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFALSE_P, PostgreSQLParserFETCH, PostgreSQLParserON, PostgreSQLParserTABLE, PostgreSQLParserTRUE_P, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER, PostgreSQLParserEscapeStringConstant: p.EnterOuterAlt(localctx, 1) { - p.SetState(8025) + p.SetState(7981) p.Opt_boolean_or_string() } case PostgreSQLParserPLUS, PostgreSQLParserMINUS, PostgreSQLParserIntegral, PostgreSQLParserNumeric: p.EnterOuterAlt(localctx, 2) { - p.SetState(8026) + p.SetState(7982) p.Numericonly() } @@ -114160,10 +113588,10 @@ func (s *Opt_analyzeContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opt_analyze() (localctx IOpt_analyzeContext) { localctx = NewOpt_analyzeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 872, PostgreSQLParserRULE_opt_analyze) + p.EnterRule(localctx, 870, PostgreSQLParserRULE_opt_analyze) p.EnterOuterAlt(localctx, 1) { - p.SetState(8029) + p.SetState(7985) p.Analyze_keyword() } @@ -114262,10 +113690,10 @@ func (s *Opt_verboseContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opt_verbose() (localctx IOpt_verboseContext) { localctx = NewOpt_verboseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 874, PostgreSQLParserRULE_opt_verbose) + p.EnterRule(localctx, 872, PostgreSQLParserRULE_opt_verbose) p.EnterOuterAlt(localctx, 1) { - p.SetState(8031) + p.SetState(7987) p.Match(PostgreSQLParserVERBOSE) if p.HasError() { // Recognition error - abort rule @@ -114368,10 +113796,10 @@ func (s *Opt_fullContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Opt_full() (localctx IOpt_fullContext) { localctx = NewOpt_fullContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 876, PostgreSQLParserRULE_opt_full) + p.EnterRule(localctx, 874, PostgreSQLParserRULE_opt_full) p.EnterOuterAlt(localctx, 1) { - p.SetState(8033) + p.SetState(7989) p.Match(PostgreSQLParserFULL) if p.HasError() { // Recognition error - abort rule @@ -114474,10 +113902,10 @@ func (s *Opt_freezeContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Opt_freeze() (localctx IOpt_freezeContext) { localctx = NewOpt_freezeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 878, PostgreSQLParserRULE_opt_freeze) + p.EnterRule(localctx, 876, PostgreSQLParserRULE_opt_freeze) p.EnterOuterAlt(localctx, 1) { - p.SetState(8035) + p.SetState(7991) p.Match(PostgreSQLParserFREEZE) if p.HasError() { // Recognition error - abort rule @@ -114602,10 +114030,10 @@ func (s *Opt_name_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Opt_name_list() (localctx IOpt_name_listContext) { localctx = NewOpt_name_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 880, PostgreSQLParserRULE_opt_name_list) + p.EnterRule(localctx, 878, PostgreSQLParserRULE_opt_name_list) p.EnterOuterAlt(localctx, 1) { - p.SetState(8037) + p.SetState(7993) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -114613,11 +114041,11 @@ func (p *PostgreSQLParser) Opt_name_list() (localctx IOpt_name_listContext) { } } { - p.SetState(8038) + p.SetState(7994) p.Name_list() } { - p.SetState(8039) + p.SetState(7995) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -114749,18 +114177,18 @@ func (s *Vacuum_relationContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Vacuum_relation() (localctx IVacuum_relationContext) { localctx = NewVacuum_relationContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 882, PostgreSQLParserRULE_vacuum_relation) + p.EnterRule(localctx, 880, PostgreSQLParserRULE_vacuum_relation) p.EnterOuterAlt(localctx, 1) { - p.SetState(8041) + p.SetState(7997) p.Qualified_name() } - p.SetState(8043) + p.SetState(7999) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 659, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 655, p.GetParserRuleContext()) == 1 { { - p.SetState(8042) + p.SetState(7998) p.Opt_name_list() } @@ -114911,15 +114339,15 @@ func (s *Vacuum_relation_listContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Vacuum_relation_list() (localctx IVacuum_relation_listContext) { localctx = NewVacuum_relation_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 884, PostgreSQLParserRULE_vacuum_relation_list) + p.EnterRule(localctx, 882, PostgreSQLParserRULE_vacuum_relation_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8045) + p.SetState(8001) p.Vacuum_relation() } - p.SetState(8050) + p.SetState(8006) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -114928,7 +114356,7 @@ func (p *PostgreSQLParser) Vacuum_relation_list() (localctx IVacuum_relation_lis for _la == PostgreSQLParserCOMMA { { - p.SetState(8046) + p.SetState(8002) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -114936,11 +114364,11 @@ func (p *PostgreSQLParser) Vacuum_relation_list() (localctx IVacuum_relation_lis } } { - p.SetState(8047) + p.SetState(8003) p.Vacuum_relation() } - p.SetState(8052) + p.SetState(8008) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -115055,10 +114483,10 @@ func (s *Opt_vacuum_relation_listContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Opt_vacuum_relation_list() (localctx IOpt_vacuum_relation_listContext) { localctx = NewOpt_vacuum_relation_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 886, PostgreSQLParserRULE_opt_vacuum_relation_list) + p.EnterRule(localctx, 884, PostgreSQLParserRULE_opt_vacuum_relation_list) p.EnterOuterAlt(localctx, 1) { - p.SetState(8053) + p.SetState(8009) p.Vacuum_relation_list() } @@ -115240,20 +114668,20 @@ func (s *ExplainstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Explainstmt() (localctx IExplainstmtContext) { localctx = NewExplainstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 888, PostgreSQLParserRULE_explainstmt) + p.EnterRule(localctx, 886, PostgreSQLParserRULE_explainstmt) var _la int - p.SetState(8073) + p.SetState(8029) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 662, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 658, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(8055) + p.SetState(8011) p.Match(PostgreSQLParserEXPLAIN) if p.HasError() { // Recognition error - abort rule @@ -115261,14 +114689,14 @@ func (p *PostgreSQLParser) Explainstmt() (localctx IExplainstmtContext) { } } { - p.SetState(8056) + p.SetState(8012) p.Explainablestmt() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(8057) + p.SetState(8013) p.Match(PostgreSQLParserEXPLAIN) if p.HasError() { // Recognition error - abort rule @@ -115276,10 +114704,10 @@ func (p *PostgreSQLParser) Explainstmt() (localctx IExplainstmtContext) { } } { - p.SetState(8058) + p.SetState(8014) p.Analyze_keyword() } - p.SetState(8060) + p.SetState(8016) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -115288,20 +114716,20 @@ func (p *PostgreSQLParser) Explainstmt() (localctx IExplainstmtContext) { if _la == PostgreSQLParserVERBOSE { { - p.SetState(8059) + p.SetState(8015) p.Opt_verbose() } } { - p.SetState(8062) + p.SetState(8018) p.Explainablestmt() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(8064) + p.SetState(8020) p.Match(PostgreSQLParserEXPLAIN) if p.HasError() { // Recognition error - abort rule @@ -115309,7 +114737,7 @@ func (p *PostgreSQLParser) Explainstmt() (localctx IExplainstmtContext) { } } { - p.SetState(8065) + p.SetState(8021) p.Match(PostgreSQLParserVERBOSE) if p.HasError() { // Recognition error - abort rule @@ -115317,14 +114745,14 @@ func (p *PostgreSQLParser) Explainstmt() (localctx IExplainstmtContext) { } } { - p.SetState(8066) + p.SetState(8022) p.Explainablestmt() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(8067) + p.SetState(8023) p.Match(PostgreSQLParserEXPLAIN) if p.HasError() { // Recognition error - abort rule @@ -115332,7 +114760,7 @@ func (p *PostgreSQLParser) Explainstmt() (localctx IExplainstmtContext) { } } { - p.SetState(8068) + p.SetState(8024) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -115340,11 +114768,11 @@ func (p *PostgreSQLParser) Explainstmt() (localctx IExplainstmtContext) { } } { - p.SetState(8069) + p.SetState(8025) p.Explain_option_list() } { - p.SetState(8070) + p.SetState(8026) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -115352,7 +114780,7 @@ func (p *PostgreSQLParser) Explainstmt() (localctx IExplainstmtContext) { } } { - p.SetState(8071) + p.SetState(8027) p.Explainablestmt() } @@ -115603,74 +115031,74 @@ func (s *ExplainablestmtContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Explainablestmt() (localctx IExplainablestmtContext) { localctx = NewExplainablestmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 890, PostgreSQLParserRULE_explainablestmt) - p.SetState(8084) + p.EnterRule(localctx, 888, PostgreSQLParserRULE_explainablestmt) + p.SetState(8040) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 663, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 659, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(8075) + p.SetState(8031) p.Selectstmt() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(8076) + p.SetState(8032) p.Insertstmt() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(8077) + p.SetState(8033) p.Updatestmt() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(8078) + p.SetState(8034) p.Deletestmt() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(8079) + p.SetState(8035) p.Declarecursorstmt() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(8080) + p.SetState(8036) p.Createasstmt() } case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(8081) + p.SetState(8037) p.Creatematviewstmt() } case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(8082) + p.SetState(8038) p.Refreshmatviewstmt() } case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(8083) + p.SetState(8039) p.Executestmt() } @@ -115821,15 +115249,15 @@ func (s *Explain_option_listContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Explain_option_list() (localctx IExplain_option_listContext) { localctx = NewExplain_option_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 892, PostgreSQLParserRULE_explain_option_list) + p.EnterRule(localctx, 890, PostgreSQLParserRULE_explain_option_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8086) + p.SetState(8042) p.Explain_option_elem() } - p.SetState(8091) + p.SetState(8047) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -115838,7 +115266,7 @@ func (p *PostgreSQLParser) Explain_option_list() (localctx IExplain_option_listC for _la == PostgreSQLParserCOMMA { { - p.SetState(8087) + p.SetState(8043) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -115846,11 +115274,11 @@ func (p *PostgreSQLParser) Explain_option_list() (localctx IExplain_option_listC } } { - p.SetState(8088) + p.SetState(8044) p.Explain_option_elem() } - p.SetState(8093) + p.SetState(8049) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -115982,15 +115410,15 @@ func (s *Explain_option_elemContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Explain_option_elem() (localctx IExplain_option_elemContext) { localctx = NewExplain_option_elemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 894, PostgreSQLParserRULE_explain_option_elem) + p.EnterRule(localctx, 892, PostgreSQLParserRULE_explain_option_elem) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8094) + p.SetState(8050) p.Explain_option_name() } - p.SetState(8096) + p.SetState(8052) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -115999,7 +115427,7 @@ func (p *PostgreSQLParser) Explain_option_elem() (localctx IExplain_option_elemC if ((int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&3611948516751978496) != 0) || ((int64((_la-80)) & ^0x3f) == 0 && ((int64(1)<<(_la-80))&-70918567030783) != 0) || ((int64((_la-144)) & ^0x3f) == 0 && ((int64(1)<<(_la-144))&-1) != 0) || ((int64((_la-208)) & ^0x3f) == 0 && ((int64(1)<<(_la-208))&-39582418599937) != 0) || ((int64((_la-272)) & ^0x3f) == 0 && ((int64(1)<<(_la-272))&-1) != 0) || ((int64((_la-336)) & ^0x3f) == 0 && ((int64(1)<<(_la-336))&-1) != 0) || ((int64((_la-400)) & ^0x3f) == 0 && ((int64(1)<<(_la-400))&-72057594037927937) != 0) || ((int64((_la-464)) & ^0x3f) == 0 && ((int64(1)<<(_la-464))&-144126183192133633) != 0) || ((int64((_la-528)) & ^0x3f) == 0 && ((int64(1)<<(_la-528))&-1) != 0) || ((int64((_la-592)) & ^0x3f) == 0 && ((int64(1)<<(_la-592))&5843490885257396223) != 0) || ((int64((_la-656)) & ^0x3f) == 0 && ((int64(1)<<(_la-656))&4209153) != 0) { { - p.SetState(8095) + p.SetState(8051) p.Explain_option_arg() } @@ -116129,8 +115557,8 @@ func (s *Explain_option_nameContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Explain_option_name() (localctx IExplain_option_nameContext) { localctx = NewExplain_option_nameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 896, PostgreSQLParserRULE_explain_option_name) - p.SetState(8100) + p.EnterRule(localctx, 894, PostgreSQLParserRULE_explain_option_name) + p.SetState(8056) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -116140,14 +115568,14 @@ func (p *PostgreSQLParser) Explain_option_name() (localctx IExplain_option_nameC case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: p.EnterOuterAlt(localctx, 1) { - p.SetState(8098) + p.SetState(8054) p.Nonreservedword() } case PostgreSQLParserANALYSE, PostgreSQLParserANALYZE: p.EnterOuterAlt(localctx, 2) { - p.SetState(8099) + p.SetState(8055) p.Analyze_keyword() } @@ -116280,8 +115708,8 @@ func (s *Explain_option_argContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Explain_option_arg() (localctx IExplain_option_argContext) { localctx = NewExplain_option_argContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 898, PostgreSQLParserRULE_explain_option_arg) - p.SetState(8104) + p.EnterRule(localctx, 896, PostgreSQLParserRULE_explain_option_arg) + p.SetState(8060) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -116291,14 +115719,14 @@ func (p *PostgreSQLParser) Explain_option_arg() (localctx IExplain_option_argCon case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFALSE_P, PostgreSQLParserFETCH, PostgreSQLParserON, PostgreSQLParserTABLE, PostgreSQLParserTRUE_P, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER, PostgreSQLParserEscapeStringConstant: p.EnterOuterAlt(localctx, 1) { - p.SetState(8102) + p.SetState(8058) p.Opt_boolean_or_string() } case PostgreSQLParserPLUS, PostgreSQLParserMINUS, PostgreSQLParserIntegral, PostgreSQLParserNumeric: p.EnterOuterAlt(localctx, 2) { - p.SetState(8103) + p.SetState(8059) p.Numericonly() } @@ -116458,12 +115886,12 @@ func (s *PreparestmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Preparestmt() (localctx IPreparestmtContext) { localctx = NewPreparestmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 900, PostgreSQLParserRULE_preparestmt) + p.EnterRule(localctx, 898, PostgreSQLParserRULE_preparestmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8106) + p.SetState(8062) p.Match(PostgreSQLParserPREPARE) if p.HasError() { // Recognition error - abort rule @@ -116471,10 +115899,10 @@ func (p *PostgreSQLParser) Preparestmt() (localctx IPreparestmtContext) { } } { - p.SetState(8107) + p.SetState(8063) p.Name() } - p.SetState(8109) + p.SetState(8065) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -116483,13 +115911,13 @@ func (p *PostgreSQLParser) Preparestmt() (localctx IPreparestmtContext) { if _la == PostgreSQLParserOPEN_PAREN { { - p.SetState(8108) + p.SetState(8064) p.Prep_type_clause() } } { - p.SetState(8111) + p.SetState(8067) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -116497,7 +115925,7 @@ func (p *PostgreSQLParser) Preparestmt() (localctx IPreparestmtContext) { } } { - p.SetState(8112) + p.SetState(8068) p.Preparablestmt() } @@ -116618,10 +116046,10 @@ func (s *Prep_type_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Prep_type_clause() (localctx IPrep_type_clauseContext) { localctx = NewPrep_type_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 902, PostgreSQLParserRULE_prep_type_clause) + p.EnterRule(localctx, 900, PostgreSQLParserRULE_prep_type_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(8114) + p.SetState(8070) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -116629,11 +116057,11 @@ func (p *PostgreSQLParser) Prep_type_clause() (localctx IPrep_type_clauseContext } } { - p.SetState(8115) + p.SetState(8071) p.Type_list() } { - p.SetState(8116) + p.SetState(8072) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -116816,46 +116244,46 @@ func (s *PreparablestmtContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Preparablestmt() (localctx IPreparablestmtContext) { localctx = NewPreparablestmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 904, PostgreSQLParserRULE_preparablestmt) - p.SetState(8123) + p.EnterRule(localctx, 902, PostgreSQLParserRULE_preparablestmt) + p.SetState(8079) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 669, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 665, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(8118) + p.SetState(8074) p.Selectstmt() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(8119) + p.SetState(8075) p.Insertstmt() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(8120) + p.SetState(8076) p.Updatestmt() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(8121) + p.SetState(8077) p.Deletestmt() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(8122) + p.SetState(8078) p.Mergestmt() } @@ -117073,20 +116501,20 @@ func (s *ExecutestmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Executestmt() (localctx IExecutestmtContext) { localctx = NewExecutestmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 906, PostgreSQLParserRULE_executestmt) + p.EnterRule(localctx, 904, PostgreSQLParserRULE_executestmt) var _la int - p.SetState(8163) + p.SetState(8119) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 677, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 673, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(8125) + p.SetState(8081) p.Match(PostgreSQLParserEXECUTE) if p.HasError() { // Recognition error - abort rule @@ -117094,15 +116522,15 @@ func (p *PostgreSQLParser) Executestmt() (localctx IExecutestmtContext) { } } { - p.SetState(8126) + p.SetState(8082) p.Name() } - p.SetState(8128) + p.SetState(8084) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 670, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 666, p.GetParserRuleContext()) == 1 { { - p.SetState(8127) + p.SetState(8083) p.Execute_param_clause() } @@ -117113,14 +116541,14 @@ func (p *PostgreSQLParser) Executestmt() (localctx IExecutestmtContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(8130) + p.SetState(8086) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8132) + p.SetState(8088) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -117129,13 +116557,13 @@ func (p *PostgreSQLParser) Executestmt() (localctx IExecutestmtContext) { if _la == PostgreSQLParserGLOBAL || _la == PostgreSQLParserLOCAL || ((int64((_la-345)) & ^0x3f) == 0 && ((int64(1)<<(_la-345))&32773) != 0) { { - p.SetState(8131) + p.SetState(8087) p.Opttemp() } } { - p.SetState(8134) + p.SetState(8090) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -117143,11 +116571,11 @@ func (p *PostgreSQLParser) Executestmt() (localctx IExecutestmtContext) { } } { - p.SetState(8135) + p.SetState(8091) p.Create_as_target() } { - p.SetState(8136) + p.SetState(8092) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -117155,7 +116583,7 @@ func (p *PostgreSQLParser) Executestmt() (localctx IExecutestmtContext) { } } { - p.SetState(8137) + p.SetState(8093) p.Match(PostgreSQLParserEXECUTE) if p.HasError() { // Recognition error - abort rule @@ -117163,27 +116591,27 @@ func (p *PostgreSQLParser) Executestmt() (localctx IExecutestmtContext) { } } { - p.SetState(8138) + p.SetState(8094) p.Name() } - p.SetState(8140) + p.SetState(8096) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 672, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 668, p.GetParserRuleContext()) == 1 { { - p.SetState(8139) + p.SetState(8095) p.Execute_param_clause() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(8143) + p.SetState(8099) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 673, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 669, p.GetParserRuleContext()) == 1 { { - p.SetState(8142) + p.SetState(8098) p.Opt_with_data() } @@ -117194,14 +116622,14 @@ func (p *PostgreSQLParser) Executestmt() (localctx IExecutestmtContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(8145) + p.SetState(8101) p.Match(PostgreSQLParserCREATE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8147) + p.SetState(8103) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -117210,13 +116638,13 @@ func (p *PostgreSQLParser) Executestmt() (localctx IExecutestmtContext) { if _la == PostgreSQLParserGLOBAL || _la == PostgreSQLParserLOCAL || ((int64((_la-345)) & ^0x3f) == 0 && ((int64(1)<<(_la-345))&32773) != 0) { { - p.SetState(8146) + p.SetState(8102) p.Opttemp() } } { - p.SetState(8149) + p.SetState(8105) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -117224,7 +116652,7 @@ func (p *PostgreSQLParser) Executestmt() (localctx IExecutestmtContext) { } } { - p.SetState(8150) + p.SetState(8106) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -117232,7 +116660,7 @@ func (p *PostgreSQLParser) Executestmt() (localctx IExecutestmtContext) { } } { - p.SetState(8151) + p.SetState(8107) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -117240,7 +116668,7 @@ func (p *PostgreSQLParser) Executestmt() (localctx IExecutestmtContext) { } } { - p.SetState(8152) + p.SetState(8108) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -117248,11 +116676,11 @@ func (p *PostgreSQLParser) Executestmt() (localctx IExecutestmtContext) { } } { - p.SetState(8153) + p.SetState(8109) p.Create_as_target() } { - p.SetState(8154) + p.SetState(8110) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -117260,7 +116688,7 @@ func (p *PostgreSQLParser) Executestmt() (localctx IExecutestmtContext) { } } { - p.SetState(8155) + p.SetState(8111) p.Match(PostgreSQLParserEXECUTE) if p.HasError() { // Recognition error - abort rule @@ -117268,27 +116696,27 @@ func (p *PostgreSQLParser) Executestmt() (localctx IExecutestmtContext) { } } { - p.SetState(8156) + p.SetState(8112) p.Name() } - p.SetState(8158) + p.SetState(8114) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 675, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 671, p.GetParserRuleContext()) == 1 { { - p.SetState(8157) + p.SetState(8113) p.Execute_param_clause() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(8161) + p.SetState(8117) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 676, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 672, p.GetParserRuleContext()) == 1 { { - p.SetState(8160) + p.SetState(8116) p.Opt_with_data() } @@ -117417,10 +116845,10 @@ func (s *Execute_param_clauseContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Execute_param_clause() (localctx IExecute_param_clauseContext) { localctx = NewExecute_param_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 908, PostgreSQLParserRULE_execute_param_clause) + p.EnterRule(localctx, 906, PostgreSQLParserRULE_execute_param_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(8165) + p.SetState(8121) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -117428,11 +116856,11 @@ func (p *PostgreSQLParser) Execute_param_clause() (localctx IExecute_param_claus } } { - p.SetState(8166) + p.SetState(8122) p.Expr_list() } { - p.SetState(8167) + p.SetState(8123) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -117562,18 +116990,18 @@ func (s *DeallocatestmtContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Deallocatestmt() (localctx IDeallocatestmtContext) { localctx = NewDeallocatestmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 910, PostgreSQLParserRULE_deallocatestmt) - p.SetState(8179) + p.EnterRule(localctx, 908, PostgreSQLParserRULE_deallocatestmt) + p.SetState(8135) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 678, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 674, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(8169) + p.SetState(8125) p.Match(PostgreSQLParserDEALLOCATE) if p.HasError() { // Recognition error - abort rule @@ -117581,14 +117009,14 @@ func (p *PostgreSQLParser) Deallocatestmt() (localctx IDeallocatestmtContext) { } } { - p.SetState(8170) + p.SetState(8126) p.Name() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(8171) + p.SetState(8127) p.Match(PostgreSQLParserDEALLOCATE) if p.HasError() { // Recognition error - abort rule @@ -117596,7 +117024,7 @@ func (p *PostgreSQLParser) Deallocatestmt() (localctx IDeallocatestmtContext) { } } { - p.SetState(8172) + p.SetState(8128) p.Match(PostgreSQLParserPREPARE) if p.HasError() { // Recognition error - abort rule @@ -117604,14 +117032,14 @@ func (p *PostgreSQLParser) Deallocatestmt() (localctx IDeallocatestmtContext) { } } { - p.SetState(8173) + p.SetState(8129) p.Name() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(8174) + p.SetState(8130) p.Match(PostgreSQLParserDEALLOCATE) if p.HasError() { // Recognition error - abort rule @@ -117619,7 +117047,7 @@ func (p *PostgreSQLParser) Deallocatestmt() (localctx IDeallocatestmtContext) { } } { - p.SetState(8175) + p.SetState(8131) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -117630,7 +117058,7 @@ func (p *PostgreSQLParser) Deallocatestmt() (localctx IDeallocatestmtContext) { case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(8176) + p.SetState(8132) p.Match(PostgreSQLParserDEALLOCATE) if p.HasError() { // Recognition error - abort rule @@ -117638,7 +117066,7 @@ func (p *PostgreSQLParser) Deallocatestmt() (localctx IDeallocatestmtContext) { } } { - p.SetState(8177) + p.SetState(8133) p.Match(PostgreSQLParserPREPARE) if p.HasError() { // Recognition error - abort rule @@ -117646,7 +117074,7 @@ func (p *PostgreSQLParser) Deallocatestmt() (localctx IDeallocatestmtContext) { } } { - p.SetState(8178) + p.SetState(8134) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -117843,11 +117271,11 @@ func (s *InsertstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Insertstmt() (localctx IInsertstmtContext) { localctx = NewInsertstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 912, PostgreSQLParserRULE_insertstmt) + p.EnterRule(localctx, 910, PostgreSQLParserRULE_insertstmt) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(8182) + p.SetState(8138) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -117856,13 +117284,13 @@ func (p *PostgreSQLParser) Insertstmt() (localctx IInsertstmtContext) { if _la == PostgreSQLParserWITH { { - p.SetState(8181) + p.SetState(8137) p.Opt_with_clause() } } { - p.SetState(8184) + p.SetState(8140) p.Match(PostgreSQLParserINSERT) if p.HasError() { // Recognition error - abort rule @@ -117870,7 +117298,7 @@ func (p *PostgreSQLParser) Insertstmt() (localctx IInsertstmtContext) { } } { - p.SetState(8185) + p.SetState(8141) p.Match(PostgreSQLParserINTO) if p.HasError() { // Recognition error - abort rule @@ -117878,14 +117306,14 @@ func (p *PostgreSQLParser) Insertstmt() (localctx IInsertstmtContext) { } } { - p.SetState(8186) + p.SetState(8142) p.Insert_target() } { - p.SetState(8187) + p.SetState(8143) p.Insert_rest() } - p.SetState(8189) + p.SetState(8145) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -117894,12 +117322,12 @@ func (p *PostgreSQLParser) Insertstmt() (localctx IInsertstmtContext) { if _la == PostgreSQLParserON { { - p.SetState(8188) + p.SetState(8144) p.Opt_on_conflict() } } - p.SetState(8192) + p.SetState(8148) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -117908,7 +117336,7 @@ func (p *PostgreSQLParser) Insertstmt() (localctx IInsertstmtContext) { if _la == PostgreSQLParserRETURNING { { - p.SetState(8191) + p.SetState(8147) p.Returning_clause() } @@ -118043,15 +117471,15 @@ func (s *Insert_targetContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Insert_target() (localctx IInsert_targetContext) { localctx = NewInsert_targetContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 914, PostgreSQLParserRULE_insert_target) + p.EnterRule(localctx, 912, PostgreSQLParserRULE_insert_target) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8194) + p.SetState(8150) p.Qualified_name() } - p.SetState(8197) + p.SetState(8153) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -118060,7 +117488,7 @@ func (p *PostgreSQLParser) Insert_target() (localctx IInsert_targetContext) { if _la == PostgreSQLParserAS { { - p.SetState(8195) + p.SetState(8151) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -118068,7 +117496,7 @@ func (p *PostgreSQLParser) Insert_target() (localctx IInsert_targetContext) { } } { - p.SetState(8196) + p.SetState(8152) p.Colid() } @@ -118245,27 +117673,27 @@ func (s *Insert_restContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Insert_rest() (localctx IInsert_restContext) { localctx = NewInsert_restContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 916, PostgreSQLParserRULE_insert_rest) + p.EnterRule(localctx, 914, PostgreSQLParserRULE_insert_rest) var _la int - p.SetState(8218) + p.SetState(8174) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 684, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 680, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(8199) + p.SetState(8155) p.Selectstmt() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(8200) + p.SetState(8156) p.Match(PostgreSQLParserOVERRIDING) if p.HasError() { // Recognition error - abort rule @@ -118273,11 +117701,11 @@ func (p *PostgreSQLParser) Insert_rest() (localctx IInsert_restContext) { } } { - p.SetState(8201) + p.SetState(8157) p.Override_kind() } { - p.SetState(8202) + p.SetState(8158) p.Match(PostgreSQLParserVALUE_P) if p.HasError() { // Recognition error - abort rule @@ -118285,14 +117713,14 @@ func (p *PostgreSQLParser) Insert_rest() (localctx IInsert_restContext) { } } { - p.SetState(8203) + p.SetState(8159) p.Selectstmt() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(8205) + p.SetState(8161) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -118300,18 +117728,18 @@ func (p *PostgreSQLParser) Insert_rest() (localctx IInsert_restContext) { } } { - p.SetState(8206) + p.SetState(8162) p.Insert_column_list() } { - p.SetState(8207) + p.SetState(8163) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8212) + p.SetState(8168) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -118320,7 +117748,7 @@ func (p *PostgreSQLParser) Insert_rest() (localctx IInsert_restContext) { if _la == PostgreSQLParserOVERRIDING { { - p.SetState(8208) + p.SetState(8164) p.Match(PostgreSQLParserOVERRIDING) if p.HasError() { // Recognition error - abort rule @@ -118328,11 +117756,11 @@ func (p *PostgreSQLParser) Insert_rest() (localctx IInsert_restContext) { } } { - p.SetState(8209) + p.SetState(8165) p.Override_kind() } { - p.SetState(8210) + p.SetState(8166) p.Match(PostgreSQLParserVALUE_P) if p.HasError() { // Recognition error - abort rule @@ -118342,14 +117770,14 @@ func (p *PostgreSQLParser) Insert_rest() (localctx IInsert_restContext) { } { - p.SetState(8214) + p.SetState(8170) p.Selectstmt() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(8216) + p.SetState(8172) p.Match(PostgreSQLParserDEFAULT) if p.HasError() { // Recognition error - abort rule @@ -118357,7 +117785,7 @@ func (p *PostgreSQLParser) Insert_rest() (localctx IInsert_restContext) { } } { - p.SetState(8217) + p.SetState(8173) p.Match(PostgreSQLParserVALUES) if p.HasError() { // Recognition error - abort rule @@ -118469,12 +117897,12 @@ func (s *Override_kindContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Override_kind() (localctx IOverride_kindContext) { localctx = NewOverride_kindContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 918, PostgreSQLParserRULE_override_kind) + p.EnterRule(localctx, 916, PostgreSQLParserRULE_override_kind) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8220) + p.SetState(8176) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserUSER || _la == PostgreSQLParserSYSTEM_P) { @@ -118628,15 +118056,15 @@ func (s *Insert_column_listContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Insert_column_list() (localctx IInsert_column_listContext) { localctx = NewInsert_column_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 920, PostgreSQLParserRULE_insert_column_list) + p.EnterRule(localctx, 918, PostgreSQLParserRULE_insert_column_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8222) + p.SetState(8178) p.Insert_column_item() } - p.SetState(8227) + p.SetState(8183) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -118645,7 +118073,7 @@ func (p *PostgreSQLParser) Insert_column_list() (localctx IInsert_column_listCon for _la == PostgreSQLParserCOMMA { { - p.SetState(8223) + p.SetState(8179) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -118653,11 +118081,11 @@ func (p *PostgreSQLParser) Insert_column_list() (localctx IInsert_column_listCon } } { - p.SetState(8224) + p.SetState(8180) p.Insert_column_item() } - p.SetState(8229) + p.SetState(8185) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -118789,14 +118217,14 @@ func (s *Insert_column_itemContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Insert_column_item() (localctx IInsert_column_itemContext) { localctx = NewInsert_column_itemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 922, PostgreSQLParserRULE_insert_column_item) + p.EnterRule(localctx, 920, PostgreSQLParserRULE_insert_column_item) p.EnterOuterAlt(localctx, 1) { - p.SetState(8230) + p.SetState(8186) p.Colid() } { - p.SetState(8231) + p.SetState(8187) p.Opt_indirection() } @@ -118971,12 +118399,12 @@ func (s *Opt_on_conflictContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Opt_on_conflict() (localctx IOpt_on_conflictContext) { localctx = NewOpt_on_conflictContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 924, PostgreSQLParserRULE_opt_on_conflict) + p.EnterRule(localctx, 922, PostgreSQLParserRULE_opt_on_conflict) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8233) + p.SetState(8189) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -118984,14 +118412,14 @@ func (p *PostgreSQLParser) Opt_on_conflict() (localctx IOpt_on_conflictContext) } } { - p.SetState(8234) + p.SetState(8190) p.Match(PostgreSQLParserCONFLICT) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8236) + p.SetState(8192) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -119000,20 +118428,20 @@ func (p *PostgreSQLParser) Opt_on_conflict() (localctx IOpt_on_conflictContext) if _la == PostgreSQLParserOPEN_PAREN || _la == PostgreSQLParserON { { - p.SetState(8235) + p.SetState(8191) p.Opt_conf_expr() } } { - p.SetState(8238) + p.SetState(8194) p.Match(PostgreSQLParserDO) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8246) + p.SetState(8202) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -119022,7 +118450,7 @@ func (p *PostgreSQLParser) Opt_on_conflict() (localctx IOpt_on_conflictContext) switch p.GetTokenStream().LA(1) { case PostgreSQLParserUPDATE: { - p.SetState(8239) + p.SetState(8195) p.Match(PostgreSQLParserUPDATE) if p.HasError() { // Recognition error - abort rule @@ -119030,7 +118458,7 @@ func (p *PostgreSQLParser) Opt_on_conflict() (localctx IOpt_on_conflictContext) } } { - p.SetState(8240) + p.SetState(8196) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -119038,10 +118466,10 @@ func (p *PostgreSQLParser) Opt_on_conflict() (localctx IOpt_on_conflictContext) } } { - p.SetState(8241) + p.SetState(8197) p.Set_clause_list() } - p.SetState(8243) + p.SetState(8199) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -119050,7 +118478,7 @@ func (p *PostgreSQLParser) Opt_on_conflict() (localctx IOpt_on_conflictContext) if _la == PostgreSQLParserWHERE { { - p.SetState(8242) + p.SetState(8198) p.Where_clause() } @@ -119058,7 +118486,7 @@ func (p *PostgreSQLParser) Opt_on_conflict() (localctx IOpt_on_conflictContext) case PostgreSQLParserNOTHING: { - p.SetState(8245) + p.SetState(8201) p.Match(PostgreSQLParserNOTHING) if p.HasError() { // Recognition error - abort rule @@ -119232,10 +118660,10 @@ func (s *Opt_conf_exprContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Opt_conf_expr() (localctx IOpt_conf_exprContext) { localctx = NewOpt_conf_exprContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 926, PostgreSQLParserRULE_opt_conf_expr) + p.EnterRule(localctx, 924, PostgreSQLParserRULE_opt_conf_expr) var _la int - p.SetState(8257) + p.SetState(8213) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -119245,7 +118673,7 @@ func (p *PostgreSQLParser) Opt_conf_expr() (localctx IOpt_conf_exprContext) { case PostgreSQLParserOPEN_PAREN: p.EnterOuterAlt(localctx, 1) { - p.SetState(8248) + p.SetState(8204) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -119253,18 +118681,18 @@ func (p *PostgreSQLParser) Opt_conf_expr() (localctx IOpt_conf_exprContext) { } } { - p.SetState(8249) + p.SetState(8205) p.Index_params() } { - p.SetState(8250) + p.SetState(8206) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8252) + p.SetState(8208) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -119273,7 +118701,7 @@ func (p *PostgreSQLParser) Opt_conf_expr() (localctx IOpt_conf_exprContext) { if _la == PostgreSQLParserWHERE { { - p.SetState(8251) + p.SetState(8207) p.Where_clause() } @@ -119282,7 +118710,7 @@ func (p *PostgreSQLParser) Opt_conf_expr() (localctx IOpt_conf_exprContext) { case PostgreSQLParserON: p.EnterOuterAlt(localctx, 2) { - p.SetState(8254) + p.SetState(8210) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -119290,7 +118718,7 @@ func (p *PostgreSQLParser) Opt_conf_expr() (localctx IOpt_conf_exprContext) { } } { - p.SetState(8255) + p.SetState(8211) p.Match(PostgreSQLParserCONSTRAINT) if p.HasError() { // Recognition error - abort rule @@ -119298,7 +118726,7 @@ func (p *PostgreSQLParser) Opt_conf_expr() (localctx IOpt_conf_exprContext) { } } { - p.SetState(8256) + p.SetState(8212) p.Name() } @@ -119419,10 +118847,10 @@ func (s *Returning_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Returning_clause() (localctx IReturning_clauseContext) { localctx = NewReturning_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 928, PostgreSQLParserRULE_returning_clause) + p.EnterRule(localctx, 926, PostgreSQLParserRULE_returning_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(8259) + p.SetState(8215) p.Match(PostgreSQLParserRETURNING) if p.HasError() { // Recognition error - abort rule @@ -119430,7 +118858,7 @@ func (p *PostgreSQLParser) Returning_clause() (localctx IReturning_clauseContext } } { - p.SetState(8260) + p.SetState(8216) p.Target_list() } @@ -119737,11 +119165,11 @@ func (s *MergestmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Mergestmt() (localctx IMergestmtContext) { localctx = NewMergestmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 930, PostgreSQLParserRULE_mergestmt) + p.EnterRule(localctx, 928, PostgreSQLParserRULE_mergestmt) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(8263) + p.SetState(8219) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -119750,13 +119178,13 @@ func (p *PostgreSQLParser) Mergestmt() (localctx IMergestmtContext) { if _la == PostgreSQLParserWITH { { - p.SetState(8262) + p.SetState(8218) p.With_clause() } } { - p.SetState(8265) + p.SetState(8221) p.Match(PostgreSQLParserMERGE) if p.HasError() { // Recognition error - abort rule @@ -119764,14 +119192,14 @@ func (p *PostgreSQLParser) Mergestmt() (localctx IMergestmtContext) { } } { - p.SetState(8266) + p.SetState(8222) p.Match(PostgreSQLParserINTO) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8268) + p.SetState(8224) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -119780,7 +119208,7 @@ func (p *PostgreSQLParser) Mergestmt() (localctx IMergestmtContext) { if _la == PostgreSQLParserONLY { { - p.SetState(8267) + p.SetState(8223) p.Match(PostgreSQLParserONLY) if p.HasError() { // Recognition error - abort rule @@ -119790,10 +119218,10 @@ func (p *PostgreSQLParser) Mergestmt() (localctx IMergestmtContext) { } { - p.SetState(8270) + p.SetState(8226) p.Qualified_name() } - p.SetState(8272) + p.SetState(8228) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -119802,20 +119230,20 @@ func (p *PostgreSQLParser) Mergestmt() (localctx IMergestmtContext) { if ((int64((_la-33)) & ^0x3f) == 0 && ((int64(1)<<(_la-33))&576460752589691917) != 0) || ((int64((_la-116)) & ^0x3f) == 0 && ((int64(1)<<(_la-116))&-6775) != 0) || ((int64((_la-180)) & ^0x3f) == 0 && ((int64(1)<<(_la-180))&-1) != 0) || ((int64((_la-244)) & ^0x3f) == 0 && ((int64(1)<<(_la-244))&-577) != 0) || ((int64((_la-308)) & ^0x3f) == 0 && ((int64(1)<<(_la-308))&-1) != 0) || ((int64((_la-372)) & ^0x3f) == 0 && ((int64(1)<<(_la-372))&-1) != 0) || ((int64((_la-436)) & ^0x3f) == 0 && ((int64(1)<<(_la-436))&-274878955521) != 0) || ((int64((_la-500)) & ^0x3f) == 0 && ((int64(1)<<(_la-500))&-2097313) != 0) || ((int64((_la-564)) & ^0x3f) == 0 && ((int64(1)<<(_la-564))&-1) != 0) || ((int64((_la-628)) & ^0x3f) == 0 && ((int64(1)<<(_la-628))&3298536031231) != 0) { { - p.SetState(8271) + p.SetState(8227) p.Alias_clause() } } { - p.SetState(8274) + p.SetState(8230) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8277) + p.SetState(8233) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -119824,13 +119252,13 @@ func (p *PostgreSQLParser) Mergestmt() (localctx IMergestmtContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserOPEN_PAREN: { - p.SetState(8275) + p.SetState(8231) p.Select_with_parens() } case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserIS, PostgreSQLParserLEFT, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserRIGHT, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: { - p.SetState(8276) + p.SetState(8232) p.Qualified_name() } @@ -119838,7 +119266,7 @@ func (p *PostgreSQLParser) Mergestmt() (localctx IMergestmtContext) { p.SetError(antlr.NewNoViableAltException(p, nil, nil, nil, nil, nil)) goto errorExit } - p.SetState(8280) + p.SetState(8236) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -119847,13 +119275,13 @@ func (p *PostgreSQLParser) Mergestmt() (localctx IMergestmtContext) { if ((int64((_la-33)) & ^0x3f) == 0 && ((int64(1)<<(_la-33))&576460752589691917) != 0) || ((int64((_la-116)) & ^0x3f) == 0 && ((int64(1)<<(_la-116))&-6775) != 0) || ((int64((_la-180)) & ^0x3f) == 0 && ((int64(1)<<(_la-180))&-1) != 0) || ((int64((_la-244)) & ^0x3f) == 0 && ((int64(1)<<(_la-244))&-577) != 0) || ((int64((_la-308)) & ^0x3f) == 0 && ((int64(1)<<(_la-308))&-1) != 0) || ((int64((_la-372)) & ^0x3f) == 0 && ((int64(1)<<(_la-372))&-1) != 0) || ((int64((_la-436)) & ^0x3f) == 0 && ((int64(1)<<(_la-436))&-274878955521) != 0) || ((int64((_la-500)) & ^0x3f) == 0 && ((int64(1)<<(_la-500))&-2097313) != 0) || ((int64((_la-564)) & ^0x3f) == 0 && ((int64(1)<<(_la-564))&-1) != 0) || ((int64((_la-628)) & ^0x3f) == 0 && ((int64(1)<<(_la-628))&3298536031231) != 0) { { - p.SetState(8279) + p.SetState(8235) p.Alias_clause() } } { - p.SetState(8282) + p.SetState(8238) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -119861,27 +119289,27 @@ func (p *PostgreSQLParser) Mergestmt() (localctx IMergestmtContext) { } } { - p.SetState(8283) + p.SetState(8239) p.A_expr() } - p.SetState(8292) + p.SetState(8248) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 698, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 694, p.GetParserRuleContext()) { case 1: { - p.SetState(8284) + p.SetState(8240) p.Merge_insert_clause() } - p.SetState(8286) + p.SetState(8242) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 696, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 692, p.GetParserRuleContext()) == 1 { { - p.SetState(8285) + p.SetState(8241) p.Merge_update_clause() } @@ -119891,15 +119319,15 @@ func (p *PostgreSQLParser) Mergestmt() (localctx IMergestmtContext) { case 2: { - p.SetState(8288) + p.SetState(8244) p.Merge_update_clause() } - p.SetState(8290) + p.SetState(8246) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 697, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 693, p.GetParserRuleContext()) == 1 { { - p.SetState(8289) + p.SetState(8245) p.Merge_insert_clause() } @@ -119910,7 +119338,7 @@ func (p *PostgreSQLParser) Mergestmt() (localctx IMergestmtContext) { case antlr.ATNInvalidAltNumber: goto errorExit } - p.SetState(8295) + p.SetState(8251) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -119919,7 +119347,7 @@ func (p *PostgreSQLParser) Mergestmt() (localctx IMergestmtContext) { if _la == PostgreSQLParserWHEN { { - p.SetState(8294) + p.SetState(8250) p.Merge_delete_clause() } @@ -120106,12 +119534,12 @@ func (s *Merge_insert_clauseContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Merge_insert_clause() (localctx IMerge_insert_clauseContext) { localctx = NewMerge_insert_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 932, PostgreSQLParserRULE_merge_insert_clause) + p.EnterRule(localctx, 930, PostgreSQLParserRULE_merge_insert_clause) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8297) + p.SetState(8253) p.Match(PostgreSQLParserWHEN) if p.HasError() { // Recognition error - abort rule @@ -120119,7 +119547,7 @@ func (p *PostgreSQLParser) Merge_insert_clause() (localctx IMerge_insert_clauseC } } { - p.SetState(8298) + p.SetState(8254) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -120127,14 +119555,14 @@ func (p *PostgreSQLParser) Merge_insert_clause() (localctx IMerge_insert_clauseC } } { - p.SetState(8299) + p.SetState(8255) p.Match(PostgreSQLParserMATCHED) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8302) + p.SetState(8258) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -120143,7 +119571,7 @@ func (p *PostgreSQLParser) Merge_insert_clause() (localctx IMerge_insert_clauseC if _la == PostgreSQLParserAND { { - p.SetState(8300) + p.SetState(8256) p.Match(PostgreSQLParserAND) if p.HasError() { // Recognition error - abort rule @@ -120151,12 +119579,12 @@ func (p *PostgreSQLParser) Merge_insert_clause() (localctx IMerge_insert_clauseC } } { - p.SetState(8301) + p.SetState(8257) p.A_expr() } } - p.SetState(8305) + p.SetState(8261) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -120165,7 +119593,7 @@ func (p *PostgreSQLParser) Merge_insert_clause() (localctx IMerge_insert_clauseC if _la == PostgreSQLParserTHEN { { - p.SetState(8304) + p.SetState(8260) p.Match(PostgreSQLParserTHEN) if p.HasError() { // Recognition error - abort rule @@ -120175,14 +119603,14 @@ func (p *PostgreSQLParser) Merge_insert_clause() (localctx IMerge_insert_clauseC } { - p.SetState(8307) + p.SetState(8263) p.Match(PostgreSQLParserINSERT) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8312) + p.SetState(8268) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -120191,7 +119619,7 @@ func (p *PostgreSQLParser) Merge_insert_clause() (localctx IMerge_insert_clauseC if _la == PostgreSQLParserOPEN_PAREN { { - p.SetState(8308) + p.SetState(8264) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -120199,11 +119627,11 @@ func (p *PostgreSQLParser) Merge_insert_clause() (localctx IMerge_insert_clauseC } } { - p.SetState(8309) + p.SetState(8265) p.Insert_column_list() } { - p.SetState(8310) + p.SetState(8266) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -120213,7 +119641,7 @@ func (p *PostgreSQLParser) Merge_insert_clause() (localctx IMerge_insert_clauseC } { - p.SetState(8314) + p.SetState(8270) p.Values_clause() } @@ -120371,12 +119799,12 @@ func (s *Merge_update_clauseContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Merge_update_clause() (localctx IMerge_update_clauseContext) { localctx = NewMerge_update_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 934, PostgreSQLParserRULE_merge_update_clause) + p.EnterRule(localctx, 932, PostgreSQLParserRULE_merge_update_clause) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8316) + p.SetState(8272) p.Match(PostgreSQLParserWHEN) if p.HasError() { // Recognition error - abort rule @@ -120384,14 +119812,14 @@ func (p *PostgreSQLParser) Merge_update_clause() (localctx IMerge_update_clauseC } } { - p.SetState(8317) + p.SetState(8273) p.Match(PostgreSQLParserMATCHED) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8320) + p.SetState(8276) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -120400,7 +119828,7 @@ func (p *PostgreSQLParser) Merge_update_clause() (localctx IMerge_update_clauseC if _la == PostgreSQLParserAND { { - p.SetState(8318) + p.SetState(8274) p.Match(PostgreSQLParserAND) if p.HasError() { // Recognition error - abort rule @@ -120408,12 +119836,12 @@ func (p *PostgreSQLParser) Merge_update_clause() (localctx IMerge_update_clauseC } } { - p.SetState(8319) + p.SetState(8275) p.A_expr() } } - p.SetState(8323) + p.SetState(8279) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -120422,7 +119850,7 @@ func (p *PostgreSQLParser) Merge_update_clause() (localctx IMerge_update_clauseC if _la == PostgreSQLParserTHEN { { - p.SetState(8322) + p.SetState(8278) p.Match(PostgreSQLParserTHEN) if p.HasError() { // Recognition error - abort rule @@ -120432,7 +119860,7 @@ func (p *PostgreSQLParser) Merge_update_clause() (localctx IMerge_update_clauseC } { - p.SetState(8325) + p.SetState(8281) p.Match(PostgreSQLParserUPDATE) if p.HasError() { // Recognition error - abort rule @@ -120440,7 +119868,7 @@ func (p *PostgreSQLParser) Merge_update_clause() (localctx IMerge_update_clauseC } } { - p.SetState(8326) + p.SetState(8282) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -120448,7 +119876,7 @@ func (p *PostgreSQLParser) Merge_update_clause() (localctx IMerge_update_clauseC } } { - p.SetState(8327) + p.SetState(8283) p.Set_clause_list() } @@ -120562,12 +119990,12 @@ func (s *Merge_delete_clauseContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Merge_delete_clause() (localctx IMerge_delete_clauseContext) { localctx = NewMerge_delete_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 936, PostgreSQLParserRULE_merge_delete_clause) + p.EnterRule(localctx, 934, PostgreSQLParserRULE_merge_delete_clause) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8329) + p.SetState(8285) p.Match(PostgreSQLParserWHEN) if p.HasError() { // Recognition error - abort rule @@ -120575,14 +120003,14 @@ func (p *PostgreSQLParser) Merge_delete_clause() (localctx IMerge_delete_clauseC } } { - p.SetState(8330) + p.SetState(8286) p.Match(PostgreSQLParserMATCHED) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8332) + p.SetState(8288) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -120591,7 +120019,7 @@ func (p *PostgreSQLParser) Merge_delete_clause() (localctx IMerge_delete_clauseC if _la == PostgreSQLParserTHEN { { - p.SetState(8331) + p.SetState(8287) p.Match(PostgreSQLParserTHEN) if p.HasError() { // Recognition error - abort rule @@ -120601,7 +120029,7 @@ func (p *PostgreSQLParser) Merge_delete_clause() (localctx IMerge_delete_clauseC } { - p.SetState(8334) + p.SetState(8290) p.Match(PostgreSQLParserDELETE_P) if p.HasError() { // Recognition error - abort rule @@ -120794,11 +120222,11 @@ func (s *DeletestmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Deletestmt() (localctx IDeletestmtContext) { localctx = NewDeletestmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 938, PostgreSQLParserRULE_deletestmt) + p.EnterRule(localctx, 936, PostgreSQLParserRULE_deletestmt) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(8337) + p.SetState(8293) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -120807,13 +120235,13 @@ func (p *PostgreSQLParser) Deletestmt() (localctx IDeletestmtContext) { if _la == PostgreSQLParserWITH { { - p.SetState(8336) + p.SetState(8292) p.Opt_with_clause() } } { - p.SetState(8339) + p.SetState(8295) p.Match(PostgreSQLParserDELETE_P) if p.HasError() { // Recognition error - abort rule @@ -120821,7 +120249,7 @@ func (p *PostgreSQLParser) Deletestmt() (localctx IDeletestmtContext) { } } { - p.SetState(8340) + p.SetState(8296) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -120829,10 +120257,10 @@ func (p *PostgreSQLParser) Deletestmt() (localctx IDeletestmtContext) { } } { - p.SetState(8341) + p.SetState(8297) p.Relation_expr_opt_alias() } - p.SetState(8343) + p.SetState(8299) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -120841,12 +120269,12 @@ func (p *PostgreSQLParser) Deletestmt() (localctx IDeletestmtContext) { if _la == PostgreSQLParserUSING { { - p.SetState(8342) + p.SetState(8298) p.Using_clause() } } - p.SetState(8346) + p.SetState(8302) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -120855,12 +120283,12 @@ func (p *PostgreSQLParser) Deletestmt() (localctx IDeletestmtContext) { if _la == PostgreSQLParserWHERE { { - p.SetState(8345) + p.SetState(8301) p.Where_or_current_clause() } } - p.SetState(8349) + p.SetState(8305) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -120869,7 +120297,7 @@ func (p *PostgreSQLParser) Deletestmt() (localctx IDeletestmtContext) { if _la == PostgreSQLParserRETURNING { { - p.SetState(8348) + p.SetState(8304) p.Returning_clause() } @@ -120987,10 +120415,10 @@ func (s *Using_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Using_clause() (localctx IUsing_clauseContext) { localctx = NewUsing_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 940, PostgreSQLParserRULE_using_clause) + p.EnterRule(localctx, 938, PostgreSQLParserRULE_using_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(8351) + p.SetState(8307) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -120998,7 +120426,7 @@ func (p *PostgreSQLParser) Using_clause() (localctx IUsing_clauseContext) { } } { - p.SetState(8352) + p.SetState(8308) p.From_list() } @@ -121165,24 +120593,24 @@ func (s *LockstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Lockstmt() (localctx ILockstmtContext) { localctx = NewLockstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 942, PostgreSQLParserRULE_lockstmt) + p.EnterRule(localctx, 940, PostgreSQLParserRULE_lockstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8354) + p.SetState(8310) p.Match(PostgreSQLParserLOCK_P) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8356) + p.SetState(8312) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 710, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 706, p.GetParserRuleContext()) == 1 { { - p.SetState(8355) + p.SetState(8311) p.Opt_table() } @@ -121190,10 +120618,10 @@ func (p *PostgreSQLParser) Lockstmt() (localctx ILockstmtContext) { goto errorExit } { - p.SetState(8358) + p.SetState(8314) p.Relation_expr_list() } - p.SetState(8360) + p.SetState(8316) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -121202,12 +120630,12 @@ func (p *PostgreSQLParser) Lockstmt() (localctx ILockstmtContext) { if _la == PostgreSQLParserIN_P { { - p.SetState(8359) + p.SetState(8315) p.Opt_lock() } } - p.SetState(8363) + p.SetState(8319) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -121216,7 +120644,7 @@ func (p *PostgreSQLParser) Lockstmt() (localctx ILockstmtContext) { if _la == PostgreSQLParserNOWAIT { { - p.SetState(8362) + p.SetState(8318) p.Opt_nowait() } @@ -121339,10 +120767,10 @@ func (s *Opt_lockContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Opt_lock() (localctx IOpt_lockContext) { localctx = NewOpt_lockContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 944, PostgreSQLParserRULE_opt_lock) + p.EnterRule(localctx, 942, PostgreSQLParserRULE_opt_lock) p.EnterOuterAlt(localctx, 1) { - p.SetState(8365) + p.SetState(8321) p.Match(PostgreSQLParserIN_P) if p.HasError() { // Recognition error - abort rule @@ -121350,11 +120778,11 @@ func (p *PostgreSQLParser) Opt_lock() (localctx IOpt_lockContext) { } } { - p.SetState(8366) + p.SetState(8322) p.Lock_type() } { - p.SetState(8367) + p.SetState(8323) p.Match(PostgreSQLParserMODE) if p.HasError() { // Recognition error - abort rule @@ -121477,10 +120905,10 @@ func (s *Lock_typeContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Lock_type() (localctx ILock_typeContext) { localctx = NewLock_typeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 946, PostgreSQLParserRULE_lock_type) + p.EnterRule(localctx, 944, PostgreSQLParserRULE_lock_type) var _la int - p.SetState(8381) + p.SetState(8337) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -121490,7 +120918,7 @@ func (p *PostgreSQLParser) Lock_type() (localctx ILock_typeContext) { case PostgreSQLParserACCESS: p.EnterOuterAlt(localctx, 1) { - p.SetState(8369) + p.SetState(8325) p.Match(PostgreSQLParserACCESS) if p.HasError() { // Recognition error - abort rule @@ -121498,7 +120926,7 @@ func (p *PostgreSQLParser) Lock_type() (localctx ILock_typeContext) { } } { - p.SetState(8370) + p.SetState(8326) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserEXCLUSIVE || _la == PostgreSQLParserSHARE) { @@ -121512,7 +120940,7 @@ func (p *PostgreSQLParser) Lock_type() (localctx ILock_typeContext) { case PostgreSQLParserROW: p.EnterOuterAlt(localctx, 2) { - p.SetState(8371) + p.SetState(8327) p.Match(PostgreSQLParserROW) if p.HasError() { // Recognition error - abort rule @@ -121520,7 +120948,7 @@ func (p *PostgreSQLParser) Lock_type() (localctx ILock_typeContext) { } } { - p.SetState(8372) + p.SetState(8328) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserEXCLUSIVE || _la == PostgreSQLParserSHARE) { @@ -121534,14 +120962,14 @@ func (p *PostgreSQLParser) Lock_type() (localctx ILock_typeContext) { case PostgreSQLParserSHARE: p.EnterOuterAlt(localctx, 3) { - p.SetState(8373) + p.SetState(8329) p.Match(PostgreSQLParserSHARE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8378) + p.SetState(8334) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -121549,7 +120977,7 @@ func (p *PostgreSQLParser) Lock_type() (localctx ILock_typeContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserUPDATE: { - p.SetState(8374) + p.SetState(8330) p.Match(PostgreSQLParserUPDATE) if p.HasError() { // Recognition error - abort rule @@ -121557,7 +120985,7 @@ func (p *PostgreSQLParser) Lock_type() (localctx ILock_typeContext) { } } { - p.SetState(8375) + p.SetState(8331) p.Match(PostgreSQLParserEXCLUSIVE) if p.HasError() { // Recognition error - abort rule @@ -121567,7 +120995,7 @@ func (p *PostgreSQLParser) Lock_type() (localctx ILock_typeContext) { case PostgreSQLParserROW: { - p.SetState(8376) + p.SetState(8332) p.Match(PostgreSQLParserROW) if p.HasError() { // Recognition error - abort rule @@ -121575,7 +121003,7 @@ func (p *PostgreSQLParser) Lock_type() (localctx ILock_typeContext) { } } { - p.SetState(8377) + p.SetState(8333) p.Match(PostgreSQLParserEXCLUSIVE) if p.HasError() { // Recognition error - abort rule @@ -121591,7 +121019,7 @@ func (p *PostgreSQLParser) Lock_type() (localctx ILock_typeContext) { case PostgreSQLParserEXCLUSIVE: p.EnterOuterAlt(localctx, 4) { - p.SetState(8380) + p.SetState(8336) p.Match(PostgreSQLParserEXCLUSIVE) if p.HasError() { // Recognition error - abort rule @@ -121699,10 +121127,10 @@ func (s *Opt_nowaitContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Opt_nowait() (localctx IOpt_nowaitContext) { localctx = NewOpt_nowaitContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 948, PostgreSQLParserRULE_opt_nowait) + p.EnterRule(localctx, 946, PostgreSQLParserRULE_opt_nowait) p.EnterOuterAlt(localctx, 1) { - p.SetState(8383) + p.SetState(8339) p.Match(PostgreSQLParserNOWAIT) if p.HasError() { // Recognition error - abort rule @@ -121815,8 +121243,8 @@ func (s *Opt_nowait_or_skipContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Opt_nowait_or_skip() (localctx IOpt_nowait_or_skipContext) { localctx = NewOpt_nowait_or_skipContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 950, PostgreSQLParserRULE_opt_nowait_or_skip) - p.SetState(8388) + p.EnterRule(localctx, 948, PostgreSQLParserRULE_opt_nowait_or_skip) + p.SetState(8344) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -121826,7 +121254,7 @@ func (p *PostgreSQLParser) Opt_nowait_or_skip() (localctx IOpt_nowait_or_skipCon case PostgreSQLParserNOWAIT: p.EnterOuterAlt(localctx, 1) { - p.SetState(8385) + p.SetState(8341) p.Match(PostgreSQLParserNOWAIT) if p.HasError() { // Recognition error - abort rule @@ -121837,7 +121265,7 @@ func (p *PostgreSQLParser) Opt_nowait_or_skip() (localctx IOpt_nowait_or_skipCon case PostgreSQLParserSKIP_P: p.EnterOuterAlt(localctx, 2) { - p.SetState(8386) + p.SetState(8342) p.Match(PostgreSQLParserSKIP_P) if p.HasError() { // Recognition error - abort rule @@ -121845,7 +121273,7 @@ func (p *PostgreSQLParser) Opt_nowait_or_skip() (localctx IOpt_nowait_or_skipCon } } { - p.SetState(8387) + p.SetState(8343) p.Match(PostgreSQLParserLOCKED) if p.HasError() { // Recognition error - abort rule @@ -122060,11 +121488,11 @@ func (s *UpdatestmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Updatestmt() (localctx IUpdatestmtContext) { localctx = NewUpdatestmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 952, PostgreSQLParserRULE_updatestmt) + p.EnterRule(localctx, 950, PostgreSQLParserRULE_updatestmt) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(8391) + p.SetState(8347) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -122073,13 +121501,13 @@ func (p *PostgreSQLParser) Updatestmt() (localctx IUpdatestmtContext) { if _la == PostgreSQLParserWITH { { - p.SetState(8390) + p.SetState(8346) p.Opt_with_clause() } } { - p.SetState(8393) + p.SetState(8349) p.Match(PostgreSQLParserUPDATE) if p.HasError() { // Recognition error - abort rule @@ -122087,11 +121515,11 @@ func (p *PostgreSQLParser) Updatestmt() (localctx IUpdatestmtContext) { } } { - p.SetState(8394) + p.SetState(8350) p.Relation_expr_opt_alias() } { - p.SetState(8395) + p.SetState(8351) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -122099,10 +121527,10 @@ func (p *PostgreSQLParser) Updatestmt() (localctx IUpdatestmtContext) { } } { - p.SetState(8396) + p.SetState(8352) p.Set_clause_list() } - p.SetState(8398) + p.SetState(8354) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -122111,12 +121539,12 @@ func (p *PostgreSQLParser) Updatestmt() (localctx IUpdatestmtContext) { if _la == PostgreSQLParserFROM { { - p.SetState(8397) + p.SetState(8353) p.From_clause() } } - p.SetState(8401) + p.SetState(8357) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -122125,12 +121553,12 @@ func (p *PostgreSQLParser) Updatestmt() (localctx IUpdatestmtContext) { if _la == PostgreSQLParserWHERE { { - p.SetState(8400) + p.SetState(8356) p.Where_or_current_clause() } } - p.SetState(8404) + p.SetState(8360) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -122139,7 +121567,7 @@ func (p *PostgreSQLParser) Updatestmt() (localctx IUpdatestmtContext) { if _la == PostgreSQLParserRETURNING { { - p.SetState(8403) + p.SetState(8359) p.Returning_clause() } @@ -122288,15 +121716,15 @@ func (s *Set_clause_listContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Set_clause_list() (localctx ISet_clause_listContext) { localctx = NewSet_clause_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 954, PostgreSQLParserRULE_set_clause_list) + p.EnterRule(localctx, 952, PostgreSQLParserRULE_set_clause_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8406) + p.SetState(8362) p.Set_clause() } - p.SetState(8411) + p.SetState(8367) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -122305,7 +121733,7 @@ func (p *PostgreSQLParser) Set_clause_list() (localctx ISet_clause_listContext) for _la == PostgreSQLParserCOMMA { { - p.SetState(8407) + p.SetState(8363) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -122313,11 +121741,11 @@ func (p *PostgreSQLParser) Set_clause_list() (localctx ISet_clause_listContext) } } { - p.SetState(8408) + p.SetState(8364) p.Set_clause() } - p.SetState(8413) + p.SetState(8369) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -122481,8 +121909,8 @@ func (s *Set_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Set_clause() (localctx ISet_clauseContext) { localctx = NewSet_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 956, PostgreSQLParserRULE_set_clause) - p.SetState(8424) + p.EnterRule(localctx, 954, PostgreSQLParserRULE_set_clause) + p.SetState(8380) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -122492,11 +121920,11 @@ func (p *PostgreSQLParser) Set_clause() (localctx ISet_clauseContext) { case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserIS, PostgreSQLParserLEFT, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserRIGHT, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: p.EnterOuterAlt(localctx, 1) { - p.SetState(8414) + p.SetState(8370) p.Set_target() } { - p.SetState(8415) + p.SetState(8371) p.Match(PostgreSQLParserEQUAL) if p.HasError() { // Recognition error - abort rule @@ -122504,14 +121932,14 @@ func (p *PostgreSQLParser) Set_clause() (localctx ISet_clauseContext) { } } { - p.SetState(8416) + p.SetState(8372) p.A_expr() } case PostgreSQLParserOPEN_PAREN: p.EnterOuterAlt(localctx, 2) { - p.SetState(8418) + p.SetState(8374) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -122519,11 +121947,11 @@ func (p *PostgreSQLParser) Set_clause() (localctx ISet_clauseContext) { } } { - p.SetState(8419) + p.SetState(8375) p.Set_target_list() } { - p.SetState(8420) + p.SetState(8376) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -122531,7 +121959,7 @@ func (p *PostgreSQLParser) Set_clause() (localctx ISet_clauseContext) { } } { - p.SetState(8421) + p.SetState(8377) p.Match(PostgreSQLParserEQUAL) if p.HasError() { // Recognition error - abort rule @@ -122539,7 +121967,7 @@ func (p *PostgreSQLParser) Set_clause() (localctx ISet_clauseContext) { } } { - p.SetState(8422) + p.SetState(8378) p.A_expr() } @@ -122672,14 +122100,14 @@ func (s *Set_targetContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Set_target() (localctx ISet_targetContext) { localctx = NewSet_targetContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 958, PostgreSQLParserRULE_set_target) + p.EnterRule(localctx, 956, PostgreSQLParserRULE_set_target) p.EnterOuterAlt(localctx, 1) { - p.SetState(8426) + p.SetState(8382) p.Colid() } { - p.SetState(8427) + p.SetState(8383) p.Opt_indirection() } @@ -122826,15 +122254,15 @@ func (s *Set_target_listContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Set_target_list() (localctx ISet_target_listContext) { localctx = NewSet_target_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 960, PostgreSQLParserRULE_set_target_list) + p.EnterRule(localctx, 958, PostgreSQLParserRULE_set_target_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8429) + p.SetState(8385) p.Set_target() } - p.SetState(8434) + p.SetState(8390) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -122843,7 +122271,7 @@ func (p *PostgreSQLParser) Set_target_list() (localctx ISet_target_listContext) for _la == PostgreSQLParserCOMMA { { - p.SetState(8430) + p.SetState(8386) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -122851,11 +122279,11 @@ func (p *PostgreSQLParser) Set_target_list() (localctx ISet_target_listContext) } } { - p.SetState(8431) + p.SetState(8387) p.Set_target() } - p.SetState(8436) + p.SetState(8392) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -123036,12 +122464,12 @@ func (s *DeclarecursorstmtContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Declarecursorstmt() (localctx IDeclarecursorstmtContext) { localctx = NewDeclarecursorstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 962, PostgreSQLParserRULE_declarecursorstmt) + p.EnterRule(localctx, 960, PostgreSQLParserRULE_declarecursorstmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8437) + p.SetState(8393) p.Match(PostgreSQLParserDECLARE) if p.HasError() { // Recognition error - abort rule @@ -123049,22 +122477,22 @@ func (p *PostgreSQLParser) Declarecursorstmt() (localctx IDeclarecursorstmtConte } } { - p.SetState(8438) + p.SetState(8394) p.Cursor_name() } { - p.SetState(8439) + p.SetState(8395) p.Cursor_options() } { - p.SetState(8440) + p.SetState(8396) p.Match(PostgreSQLParserCURSOR) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8442) + p.SetState(8398) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -123073,13 +122501,13 @@ func (p *PostgreSQLParser) Declarecursorstmt() (localctx IDeclarecursorstmtConte if _la == PostgreSQLParserWITH || _la == PostgreSQLParserWITHOUT { { - p.SetState(8441) + p.SetState(8397) p.Opt_hold() } } { - p.SetState(8444) + p.SetState(8400) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -123087,7 +122515,7 @@ func (p *PostgreSQLParser) Declarecursorstmt() (localctx IDeclarecursorstmtConte } } { - p.SetState(8445) + p.SetState(8401) p.Selectstmt() } @@ -123198,10 +122626,10 @@ func (s *Cursor_nameContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Cursor_name() (localctx ICursor_nameContext) { localctx = NewCursor_nameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 964, PostgreSQLParserRULE_cursor_name) + p.EnterRule(localctx, 962, PostgreSQLParserRULE_cursor_name) p.EnterOuterAlt(localctx, 1) { - p.SetState(8447) + p.SetState(8403) p.Name() } @@ -123335,11 +122763,11 @@ func (s *Cursor_optionsContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Cursor_options() (localctx ICursor_optionsContext) { localctx = NewCursor_optionsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 966, PostgreSQLParserRULE_cursor_options) + p.EnterRule(localctx, 964, PostgreSQLParserRULE_cursor_options) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(8456) + p.SetState(8412) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -123347,7 +122775,7 @@ func (p *PostgreSQLParser) Cursor_options() (localctx ICursor_optionsContext) { _la = p.GetTokenStream().LA(1) for _la == PostgreSQLParserBINARY || _la == PostgreSQLParserINSENSITIVE || _la == PostgreSQLParserNO || _la == PostgreSQLParserSCROLL { - p.SetState(8454) + p.SetState(8410) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -123356,7 +122784,7 @@ func (p *PostgreSQLParser) Cursor_options() (localctx ICursor_optionsContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserNO: { - p.SetState(8449) + p.SetState(8405) p.Match(PostgreSQLParserNO) if p.HasError() { // Recognition error - abort rule @@ -123364,7 +122792,7 @@ func (p *PostgreSQLParser) Cursor_options() (localctx ICursor_optionsContext) { } } { - p.SetState(8450) + p.SetState(8406) p.Match(PostgreSQLParserSCROLL) if p.HasError() { // Recognition error - abort rule @@ -123374,7 +122802,7 @@ func (p *PostgreSQLParser) Cursor_options() (localctx ICursor_optionsContext) { case PostgreSQLParserSCROLL: { - p.SetState(8451) + p.SetState(8407) p.Match(PostgreSQLParserSCROLL) if p.HasError() { // Recognition error - abort rule @@ -123384,7 +122812,7 @@ func (p *PostgreSQLParser) Cursor_options() (localctx ICursor_optionsContext) { case PostgreSQLParserBINARY: { - p.SetState(8452) + p.SetState(8408) p.Match(PostgreSQLParserBINARY) if p.HasError() { // Recognition error - abort rule @@ -123394,7 +122822,7 @@ func (p *PostgreSQLParser) Cursor_options() (localctx ICursor_optionsContext) { case PostgreSQLParserINSENSITIVE: { - p.SetState(8453) + p.SetState(8409) p.Match(PostgreSQLParserINSENSITIVE) if p.HasError() { // Recognition error - abort rule @@ -123407,7 +122835,7 @@ func (p *PostgreSQLParser) Cursor_options() (localctx ICursor_optionsContext) { goto errorExit } - p.SetState(8458) + p.SetState(8414) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -123520,8 +122948,8 @@ func (s *Opt_holdContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Opt_hold() (localctx IOpt_holdContext) { localctx = NewOpt_holdContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 968, PostgreSQLParserRULE_opt_hold) - p.SetState(8463) + p.EnterRule(localctx, 966, PostgreSQLParserRULE_opt_hold) + p.SetState(8419) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -123531,7 +122959,7 @@ func (p *PostgreSQLParser) Opt_hold() (localctx IOpt_holdContext) { case PostgreSQLParserWITH: p.EnterOuterAlt(localctx, 1) { - p.SetState(8459) + p.SetState(8415) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -123539,7 +122967,7 @@ func (p *PostgreSQLParser) Opt_hold() (localctx IOpt_holdContext) { } } { - p.SetState(8460) + p.SetState(8416) p.Match(PostgreSQLParserHOLD) if p.HasError() { // Recognition error - abort rule @@ -123550,7 +122978,7 @@ func (p *PostgreSQLParser) Opt_hold() (localctx IOpt_holdContext) { case PostgreSQLParserWITHOUT: p.EnterOuterAlt(localctx, 2) { - p.SetState(8461) + p.SetState(8417) p.Match(PostgreSQLParserWITHOUT) if p.HasError() { // Recognition error - abort rule @@ -123558,7 +122986,7 @@ func (p *PostgreSQLParser) Opt_hold() (localctx IOpt_holdContext) { } } { - p.SetState(8462) + p.SetState(8418) p.Match(PostgreSQLParserHOLD) if p.HasError() { // Recognition error - abort rule @@ -123695,25 +123123,25 @@ func (s *SelectstmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Selectstmt() (localctx ISelectstmtContext) { localctx = NewSelectstmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 970, PostgreSQLParserRULE_selectstmt) - p.SetState(8467) + p.EnterRule(localctx, 968, PostgreSQLParserRULE_selectstmt) + p.SetState(8423) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 727, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 723, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(8465) + p.SetState(8421) p.Select_no_parens() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(8466) + p.SetState(8422) p.Select_with_parens() } @@ -123855,18 +123283,18 @@ func (s *Select_with_parensContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Select_with_parens() (localctx ISelect_with_parensContext) { localctx = NewSelect_with_parensContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 972, PostgreSQLParserRULE_select_with_parens) - p.SetState(8477) + p.EnterRule(localctx, 970, PostgreSQLParserRULE_select_with_parens) + p.SetState(8433) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 728, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 724, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(8469) + p.SetState(8425) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -123874,11 +123302,11 @@ func (p *PostgreSQLParser) Select_with_parens() (localctx ISelect_with_parensCon } } { - p.SetState(8470) + p.SetState(8426) p.Select_no_parens() } { - p.SetState(8471) + p.SetState(8427) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -123889,7 +123317,7 @@ func (p *PostgreSQLParser) Select_with_parens() (localctx ISelect_with_parensCon case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(8473) + p.SetState(8429) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -123897,11 +123325,11 @@ func (p *PostgreSQLParser) Select_with_parens() (localctx ISelect_with_parensCon } } { - p.SetState(8474) + p.SetState(8430) p.Select_with_parens() } { - p.SetState(8475) + p.SetState(8431) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -124122,10 +123550,10 @@ func (s *Select_no_parensContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Select_no_parens() (localctx ISelect_no_parensContext) { localctx = NewSelect_no_parensContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 974, PostgreSQLParserRULE_select_no_parens) + p.EnterRule(localctx, 972, PostgreSQLParserRULE_select_no_parens) var _la int - p.SetState(8508) + p.SetState(8464) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -124135,10 +123563,10 @@ func (p *PostgreSQLParser) Select_no_parens() (localctx ISelect_no_parensContext case PostgreSQLParserOPEN_PAREN, PostgreSQLParserSELECT, PostgreSQLParserTABLE, PostgreSQLParserVALUES: p.EnterOuterAlt(localctx, 1) { - p.SetState(8479) + p.SetState(8435) p.Select_clause() } - p.SetState(8481) + p.SetState(8437) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -124147,25 +123575,25 @@ func (p *PostgreSQLParser) Select_no_parens() (localctx ISelect_no_parensContext if _la == PostgreSQLParserORDER { { - p.SetState(8480) + p.SetState(8436) p.Opt_sort_clause() } } - p.SetState(8491) + p.SetState(8447) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 732, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 728, p.GetParserRuleContext()) == 1 { { - p.SetState(8483) + p.SetState(8439) p.For_locking_clause() } - p.SetState(8485) + p.SetState(8441) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 730, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 726, p.GetParserRuleContext()) == 1 { { - p.SetState(8484) + p.SetState(8440) p.Opt_select_limit() } @@ -124175,12 +123603,12 @@ func (p *PostgreSQLParser) Select_no_parens() (localctx ISelect_no_parensContext } else if p.HasError() { // JIM goto errorExit - } else if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 732, p.GetParserRuleContext()) == 2 { + } else if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 728, p.GetParserRuleContext()) == 2 { { - p.SetState(8487) + p.SetState(8443) p.Select_limit() } - p.SetState(8489) + p.SetState(8445) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -124189,7 +123617,7 @@ func (p *PostgreSQLParser) Select_no_parens() (localctx ISelect_no_parensContext if _la == PostgreSQLParserFOR { { - p.SetState(8488) + p.SetState(8444) p.Opt_for_locking_clause() } @@ -124202,14 +123630,14 @@ func (p *PostgreSQLParser) Select_no_parens() (localctx ISelect_no_parensContext case PostgreSQLParserWITH: p.EnterOuterAlt(localctx, 2) { - p.SetState(8493) + p.SetState(8449) p.With_clause() } { - p.SetState(8494) + p.SetState(8450) p.Select_clause() } - p.SetState(8496) + p.SetState(8452) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -124218,25 +123646,25 @@ func (p *PostgreSQLParser) Select_no_parens() (localctx ISelect_no_parensContext if _la == PostgreSQLParserORDER { { - p.SetState(8495) + p.SetState(8451) p.Opt_sort_clause() } } - p.SetState(8506) + p.SetState(8462) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 736, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 732, p.GetParserRuleContext()) == 1 { { - p.SetState(8498) + p.SetState(8454) p.For_locking_clause() } - p.SetState(8500) + p.SetState(8456) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 734, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 730, p.GetParserRuleContext()) == 1 { { - p.SetState(8499) + p.SetState(8455) p.Opt_select_limit() } @@ -124246,12 +123674,12 @@ func (p *PostgreSQLParser) Select_no_parens() (localctx ISelect_no_parensContext } else if p.HasError() { // JIM goto errorExit - } else if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 736, p.GetParserRuleContext()) == 2 { + } else if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 732, p.GetParserRuleContext()) == 2 { { - p.SetState(8502) + p.SetState(8458) p.Select_limit() } - p.SetState(8504) + p.SetState(8460) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -124260,7 +123688,7 @@ func (p *PostgreSQLParser) Select_no_parens() (localctx ISelect_no_parensContext if _la == PostgreSQLParserFOR { { - p.SetState(8503) + p.SetState(8459) p.Opt_for_locking_clause() } @@ -124471,15 +123899,15 @@ func (s *Select_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Select_clause() (localctx ISelect_clauseContext) { localctx = NewSelect_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 976, PostgreSQLParserRULE_select_clause) + p.EnterRule(localctx, 974, PostgreSQLParserRULE_select_clause) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8510) + p.SetState(8466) p.Simple_select_intersect() } - p.SetState(8518) + p.SetState(8474) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -124488,7 +123916,7 @@ func (p *PostgreSQLParser) Select_clause() (localctx ISelect_clauseContext) { for _la == PostgreSQLParserEXCEPT || _la == PostgreSQLParserUNION { { - p.SetState(8511) + p.SetState(8467) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserEXCEPT || _la == PostgreSQLParserUNION) { @@ -124498,7 +123926,7 @@ func (p *PostgreSQLParser) Select_clause() (localctx ISelect_clauseContext) { p.Consume() } } - p.SetState(8513) + p.SetState(8469) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -124507,17 +123935,17 @@ func (p *PostgreSQLParser) Select_clause() (localctx ISelect_clauseContext) { if _la == PostgreSQLParserALL || _la == PostgreSQLParserDISTINCT { { - p.SetState(8512) + p.SetState(8468) p.All_or_distinct() } } { - p.SetState(8515) + p.SetState(8471) p.Simple_select_intersect() } - p.SetState(8520) + p.SetState(8476) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -124711,15 +124139,15 @@ func (s *Simple_select_intersectContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Simple_select_intersect() (localctx ISimple_select_intersectContext) { localctx = NewSimple_select_intersectContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 978, PostgreSQLParserRULE_simple_select_intersect) + p.EnterRule(localctx, 976, PostgreSQLParserRULE_simple_select_intersect) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8521) + p.SetState(8477) p.Simple_select_pramary() } - p.SetState(8529) + p.SetState(8485) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -124728,14 +124156,14 @@ func (p *PostgreSQLParser) Simple_select_intersect() (localctx ISimple_select_in for _la == PostgreSQLParserINTERSECT { { - p.SetState(8522) + p.SetState(8478) p.Match(PostgreSQLParserINTERSECT) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8524) + p.SetState(8480) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -124744,17 +124172,17 @@ func (p *PostgreSQLParser) Simple_select_intersect() (localctx ISimple_select_in if _la == PostgreSQLParserALL || _la == PostgreSQLParserDISTINCT { { - p.SetState(8523) + p.SetState(8479) p.All_or_distinct() } } { - p.SetState(8526) + p.SetState(8482) p.Simple_select_pramary() } - p.SetState(8531) + p.SetState(8487) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -125109,10 +124537,10 @@ func (s *Simple_select_pramaryContext) Accept(visitor antlr.ParseTreeVisitor) in func (p *PostgreSQLParser) Simple_select_pramary() (localctx ISimple_select_pramaryContext) { localctx = NewSimple_select_pramaryContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 980, PostgreSQLParserRULE_simple_select_pramary) + p.EnterRule(localctx, 978, PostgreSQLParserRULE_simple_select_pramary) var _la int - p.SetState(8569) + p.SetState(8525) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -125122,14 +124550,14 @@ func (p *PostgreSQLParser) Simple_select_pramary() (localctx ISimple_select_pram case PostgreSQLParserSELECT: p.EnterOuterAlt(localctx, 1) { - p.SetState(8532) + p.SetState(8488) p.Match(PostgreSQLParserSELECT) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8545) + p.SetState(8501) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -125137,7 +124565,7 @@ func (p *PostgreSQLParser) Simple_select_pramary() (localctx ISimple_select_pram switch p.GetTokenStream().LA(1) { case PostgreSQLParserEOF, PostgreSQLParserOPEN_PAREN, PostgreSQLParserCLOSE_PAREN, PostgreSQLParserSEMI, PostgreSQLParserSTAR, PostgreSQLParserPLUS, PostgreSQLParserMINUS, PostgreSQLParserPARAM, PostgreSQLParserOperator, PostgreSQLParserALL, PostgreSQLParserANALYSE, PostgreSQLParserANALYZE, PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCASE, PostgreSQLParserCAST, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserCREATE, PostgreSQLParserCURRENT_CATALOG, PostgreSQLParserCURRENT_DATE, PostgreSQLParserCURRENT_ROLE, PostgreSQLParserCURRENT_TIME, PostgreSQLParserCURRENT_TIMESTAMP, PostgreSQLParserCURRENT_USER, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserEXCEPT, PostgreSQLParserFALSE_P, PostgreSQLParserFETCH, PostgreSQLParserFOR, PostgreSQLParserFROM, PostgreSQLParserGRANT, PostgreSQLParserGROUP_P, PostgreSQLParserHAVING, PostgreSQLParserINTERSECT, PostgreSQLParserINTO, PostgreSQLParserLIMIT, PostgreSQLParserLOCALTIME, PostgreSQLParserLOCALTIMESTAMP, PostgreSQLParserNOT, PostgreSQLParserNULL_P, PostgreSQLParserOFFSET, PostgreSQLParserON, PostgreSQLParserORDER, PostgreSQLParserRETURNING, PostgreSQLParserSELECT, PostgreSQLParserSESSION_USER, PostgreSQLParserTABLE, PostgreSQLParserTRUE_P, PostgreSQLParserUNION, PostgreSQLParserUNIQUE, PostgreSQLParserUSER, PostgreSQLParserWHERE, PostgreSQLParserWINDOW, PostgreSQLParserWITH, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLEFT, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserRIGHT, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMERGE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserEND_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserLOOP, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserBinaryStringConstant, PostgreSQLParserHexadecimalStringConstant, PostgreSQLParserIntegral, PostgreSQLParserNumeric, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER, PostgreSQLParserMetaCommand, PostgreSQLParserEscapeStringConstant: - p.SetState(8534) + p.SetState(8490) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -125146,29 +124574,29 @@ func (p *PostgreSQLParser) Simple_select_pramary() (localctx ISimple_select_pram if _la == PostgreSQLParserALL { { - p.SetState(8533) + p.SetState(8489) p.Opt_all_clause() } } - p.SetState(8537) + p.SetState(8493) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 743, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 739, p.GetParserRuleContext()) == 1 { { - p.SetState(8536) + p.SetState(8492) p.Into_clause() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(8540) + p.SetState(8496) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 744, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 740, p.GetParserRuleContext()) == 1 { { - p.SetState(8539) + p.SetState(8495) p.Opt_target_list() } @@ -125178,11 +124606,11 @@ func (p *PostgreSQLParser) Simple_select_pramary() (localctx ISimple_select_pram case PostgreSQLParserDISTINCT: { - p.SetState(8542) + p.SetState(8498) p.Distinct_clause() } { - p.SetState(8543) + p.SetState(8499) p.Target_list() } @@ -125190,19 +124618,19 @@ func (p *PostgreSQLParser) Simple_select_pramary() (localctx ISimple_select_pram p.SetError(antlr.NewNoViableAltException(p, nil, nil, nil, nil, nil)) goto errorExit } - p.SetState(8548) + p.SetState(8504) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 746, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 742, p.GetParserRuleContext()) == 1 { { - p.SetState(8547) + p.SetState(8503) p.Into_clause() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(8551) + p.SetState(8507) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -125211,12 +124639,12 @@ func (p *PostgreSQLParser) Simple_select_pramary() (localctx ISimple_select_pram if _la == PostgreSQLParserFROM { { - p.SetState(8550) + p.SetState(8506) p.From_clause() } } - p.SetState(8554) + p.SetState(8510) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -125225,12 +124653,12 @@ func (p *PostgreSQLParser) Simple_select_pramary() (localctx ISimple_select_pram if _la == PostgreSQLParserWHERE { { - p.SetState(8553) + p.SetState(8509) p.Where_clause() } } - p.SetState(8557) + p.SetState(8513) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -125239,12 +124667,12 @@ func (p *PostgreSQLParser) Simple_select_pramary() (localctx ISimple_select_pram if _la == PostgreSQLParserGROUP_P { { - p.SetState(8556) + p.SetState(8512) p.Group_clause() } } - p.SetState(8560) + p.SetState(8516) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -125253,12 +124681,12 @@ func (p *PostgreSQLParser) Simple_select_pramary() (localctx ISimple_select_pram if _la == PostgreSQLParserHAVING { { - p.SetState(8559) + p.SetState(8515) p.Having_clause() } } - p.SetState(8563) + p.SetState(8519) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -125267,7 +124695,7 @@ func (p *PostgreSQLParser) Simple_select_pramary() (localctx ISimple_select_pram if _la == PostgreSQLParserWINDOW { { - p.SetState(8562) + p.SetState(8518) p.Window_clause() } @@ -125276,14 +124704,14 @@ func (p *PostgreSQLParser) Simple_select_pramary() (localctx ISimple_select_pram case PostgreSQLParserVALUES: p.EnterOuterAlt(localctx, 2) { - p.SetState(8565) + p.SetState(8521) p.Values_clause() } case PostgreSQLParserTABLE: p.EnterOuterAlt(localctx, 3) { - p.SetState(8566) + p.SetState(8522) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -125291,14 +124719,14 @@ func (p *PostgreSQLParser) Simple_select_pramary() (localctx ISimple_select_pram } } { - p.SetState(8567) + p.SetState(8523) p.Relation_expr() } case PostgreSQLParserOPEN_PAREN: p.EnterOuterAlt(localctx, 4) { - p.SetState(8568) + p.SetState(8524) p.Select_with_parens() } @@ -125424,22 +124852,22 @@ func (s *With_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) With_clause() (localctx IWith_clauseContext) { localctx = NewWith_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 982, PostgreSQLParserRULE_with_clause) + p.EnterRule(localctx, 980, PostgreSQLParserRULE_with_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(8571) + p.SetState(8527) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8573) + p.SetState(8529) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 753, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 749, p.GetParserRuleContext()) == 1 { { - p.SetState(8572) + p.SetState(8528) p.Match(PostgreSQLParserRECURSIVE) if p.HasError() { // Recognition error - abort rule @@ -125451,7 +124879,7 @@ func (p *PostgreSQLParser) With_clause() (localctx IWith_clauseContext) { goto errorExit } { - p.SetState(8575) + p.SetState(8531) p.Cte_list() } @@ -125598,15 +125026,15 @@ func (s *Cte_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Cte_list() (localctx ICte_listContext) { localctx = NewCte_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 984, PostgreSQLParserRULE_cte_list) + p.EnterRule(localctx, 982, PostgreSQLParserRULE_cte_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8577) + p.SetState(8533) p.Common_table_expr() } - p.SetState(8582) + p.SetState(8538) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -125615,7 +125043,7 @@ func (p *PostgreSQLParser) Cte_list() (localctx ICte_listContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(8578) + p.SetState(8534) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -125623,11 +125051,11 @@ func (p *PostgreSQLParser) Cte_list() (localctx ICte_listContext) { } } { - p.SetState(8579) + p.SetState(8535) p.Common_table_expr() } - p.SetState(8584) + p.SetState(8540) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -125808,15 +125236,15 @@ func (s *Common_table_exprContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Common_table_expr() (localctx ICommon_table_exprContext) { localctx = NewCommon_table_exprContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 986, PostgreSQLParserRULE_common_table_expr) + p.EnterRule(localctx, 984, PostgreSQLParserRULE_common_table_expr) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8585) + p.SetState(8541) p.Name() } - p.SetState(8587) + p.SetState(8543) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -125825,20 +125253,20 @@ func (p *PostgreSQLParser) Common_table_expr() (localctx ICommon_table_exprConte if _la == PostgreSQLParserOPEN_PAREN { { - p.SetState(8586) + p.SetState(8542) p.Opt_name_list() } } { - p.SetState(8589) + p.SetState(8545) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8591) + p.SetState(8547) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -125847,13 +125275,13 @@ func (p *PostgreSQLParser) Common_table_expr() (localctx ICommon_table_exprConte if _la == PostgreSQLParserNOT || _la == PostgreSQLParserMATERIALIZED { { - p.SetState(8590) + p.SetState(8546) p.Opt_materialized() } } { - p.SetState(8593) + p.SetState(8549) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -125861,11 +125289,11 @@ func (p *PostgreSQLParser) Common_table_expr() (localctx ICommon_table_exprConte } } { - p.SetState(8594) + p.SetState(8550) p.Preparablestmt() } { - p.SetState(8595) + p.SetState(8551) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -125973,8 +125401,8 @@ func (s *Opt_materializedContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Opt_materialized() (localctx IOpt_materializedContext) { localctx = NewOpt_materializedContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 988, PostgreSQLParserRULE_opt_materialized) - p.SetState(8600) + p.EnterRule(localctx, 986, PostgreSQLParserRULE_opt_materialized) + p.SetState(8556) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -125984,7 +125412,7 @@ func (p *PostgreSQLParser) Opt_materialized() (localctx IOpt_materializedContext case PostgreSQLParserMATERIALIZED: p.EnterOuterAlt(localctx, 1) { - p.SetState(8597) + p.SetState(8553) p.Match(PostgreSQLParserMATERIALIZED) if p.HasError() { // Recognition error - abort rule @@ -125995,7 +125423,7 @@ func (p *PostgreSQLParser) Opt_materialized() (localctx IOpt_materializedContext case PostgreSQLParserNOT: p.EnterOuterAlt(localctx, 2) { - p.SetState(8598) + p.SetState(8554) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -126003,7 +125431,7 @@ func (p *PostgreSQLParser) Opt_materialized() (localctx IOpt_materializedContext } } { - p.SetState(8599) + p.SetState(8555) p.Match(PostgreSQLParserMATERIALIZED) if p.HasError() { // Recognition error - abort rule @@ -126123,10 +125551,10 @@ func (s *Opt_with_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Opt_with_clause() (localctx IOpt_with_clauseContext) { localctx = NewOpt_with_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 990, PostgreSQLParserRULE_opt_with_clause) + p.EnterRule(localctx, 988, PostgreSQLParserRULE_opt_with_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(8602) + p.SetState(8558) p.With_clause() } @@ -126276,30 +125704,30 @@ func (s *Into_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Into_clause() (localctx IInto_clauseContext) { localctx = NewInto_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 992, PostgreSQLParserRULE_into_clause) + p.EnterRule(localctx, 990, PostgreSQLParserRULE_into_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(8604) + p.SetState(8560) p.Match(PostgreSQLParserINTO) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8610) + p.SetState(8566) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 759, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 755, p.GetParserRuleContext()) { case 1: - p.SetState(8606) + p.SetState(8562) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 758, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 754, p.GetParserRuleContext()) == 1 { { - p.SetState(8605) + p.SetState(8561) p.Opt_strict() } @@ -126307,13 +125735,13 @@ func (p *PostgreSQLParser) Into_clause() (localctx IInto_clauseContext) { goto errorExit } { - p.SetState(8608) + p.SetState(8564) p.OpttempTableName() } case 2: { - p.SetState(8609) + p.SetState(8565) p.Into_target() } @@ -126416,10 +125844,10 @@ func (s *Opt_strictContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Opt_strict() (localctx IOpt_strictContext) { localctx = NewOpt_strictContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 994, PostgreSQLParserRULE_opt_strict) + p.EnterRule(localctx, 992, PostgreSQLParserRULE_opt_strict) p.EnterOuterAlt(localctx, 1) { - p.SetState(8612) + p.SetState(8568) p.Match(PostgreSQLParserSTRICT_P) if p.HasError() { // Recognition error - abort rule @@ -126581,19 +126009,19 @@ func (s *OpttempTableNameContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) OpttempTableName() (localctx IOpttempTableNameContext) { localctx = NewOpttempTableNameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 996, PostgreSQLParserRULE_opttempTableName) + p.EnterRule(localctx, 994, PostgreSQLParserRULE_opttempTableName) var _la int - p.SetState(8630) + p.SetState(8586) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 763, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 759, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) - p.SetState(8615) + p.SetState(8571) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -126602,7 +126030,7 @@ func (p *PostgreSQLParser) OpttempTableName() (localctx IOpttempTableNameContext if _la == PostgreSQLParserGLOBAL || _la == PostgreSQLParserLOCAL { { - p.SetState(8614) + p.SetState(8570) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserGLOBAL || _la == PostgreSQLParserLOCAL) { @@ -126615,7 +126043,7 @@ func (p *PostgreSQLParser) OpttempTableName() (localctx IOpttempTableNameContext } { - p.SetState(8617) + p.SetState(8573) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserTEMP || _la == PostgreSQLParserTEMPORARY) { @@ -126625,12 +126053,12 @@ func (p *PostgreSQLParser) OpttempTableName() (localctx IOpttempTableNameContext p.Consume() } } - p.SetState(8619) + p.SetState(8575) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 761, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 757, p.GetParserRuleContext()) == 1 { { - p.SetState(8618) + p.SetState(8574) p.Opt_table() } @@ -126638,26 +126066,26 @@ func (p *PostgreSQLParser) OpttempTableName() (localctx IOpttempTableNameContext goto errorExit } { - p.SetState(8621) + p.SetState(8577) p.Qualified_name() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(8622) + p.SetState(8578) p.Match(PostgreSQLParserUNLOGGED) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8624) + p.SetState(8580) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 762, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 758, p.GetParserRuleContext()) == 1 { { - p.SetState(8623) + p.SetState(8579) p.Opt_table() } @@ -126665,14 +126093,14 @@ func (p *PostgreSQLParser) OpttempTableName() (localctx IOpttempTableNameContext goto errorExit } { - p.SetState(8626) + p.SetState(8582) p.Qualified_name() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(8627) + p.SetState(8583) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -126680,14 +126108,14 @@ func (p *PostgreSQLParser) OpttempTableName() (localctx IOpttempTableNameContext } } { - p.SetState(8628) + p.SetState(8584) p.Qualified_name() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(8629) + p.SetState(8585) p.Qualified_name() } @@ -126790,10 +126218,10 @@ func (s *Opt_tableContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Opt_table() (localctx IOpt_tableContext) { localctx = NewOpt_tableContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 998, PostgreSQLParserRULE_opt_table) + p.EnterRule(localctx, 996, PostgreSQLParserRULE_opt_table) p.EnterOuterAlt(localctx, 1) { - p.SetState(8632) + p.SetState(8588) p.Match(PostgreSQLParserTABLE) if p.HasError() { // Recognition error - abort rule @@ -126901,12 +126329,12 @@ func (s *All_or_distinctContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) All_or_distinct() (localctx IAll_or_distinctContext) { localctx = NewAll_or_distinctContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1000, PostgreSQLParserRULE_all_or_distinct) + p.EnterRule(localctx, 998, PostgreSQLParserRULE_all_or_distinct) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8634) + p.SetState(8590) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserALL || _la == PostgreSQLParserDISTINCT) { @@ -127044,19 +126472,19 @@ func (s *Distinct_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Distinct_clause() (localctx IDistinct_clauseContext) { localctx = NewDistinct_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1002, PostgreSQLParserRULE_distinct_clause) + p.EnterRule(localctx, 1000, PostgreSQLParserRULE_distinct_clause) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8636) + p.SetState(8592) p.Match(PostgreSQLParserDISTINCT) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8642) + p.SetState(8598) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -127065,7 +126493,7 @@ func (p *PostgreSQLParser) Distinct_clause() (localctx IDistinct_clauseContext) if _la == PostgreSQLParserON { { - p.SetState(8637) + p.SetState(8593) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -127073,7 +126501,7 @@ func (p *PostgreSQLParser) Distinct_clause() (localctx IDistinct_clauseContext) } } { - p.SetState(8638) + p.SetState(8594) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -127081,11 +126509,11 @@ func (p *PostgreSQLParser) Distinct_clause() (localctx IDistinct_clauseContext) } } { - p.SetState(8639) + p.SetState(8595) p.Expr_list() } { - p.SetState(8640) + p.SetState(8596) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -127190,10 +126618,10 @@ func (s *Opt_all_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Opt_all_clause() (localctx IOpt_all_clauseContext) { localctx = NewOpt_all_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1004, PostgreSQLParserRULE_opt_all_clause) + p.EnterRule(localctx, 1002, PostgreSQLParserRULE_opt_all_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(8644) + p.SetState(8600) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -127308,10 +126736,10 @@ func (s *Opt_sort_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Opt_sort_clause() (localctx IOpt_sort_clauseContext) { localctx = NewOpt_sort_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1006, PostgreSQLParserRULE_opt_sort_clause) + p.EnterRule(localctx, 1004, PostgreSQLParserRULE_opt_sort_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(8646) + p.SetState(8602) p.Sort_clause() } @@ -127432,10 +126860,10 @@ func (s *Sort_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Sort_clause() (localctx ISort_clauseContext) { localctx = NewSort_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1008, PostgreSQLParserRULE_sort_clause) + p.EnterRule(localctx, 1006, PostgreSQLParserRULE_sort_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(8648) + p.SetState(8604) p.Match(PostgreSQLParserORDER) if p.HasError() { // Recognition error - abort rule @@ -127443,7 +126871,7 @@ func (p *PostgreSQLParser) Sort_clause() (localctx ISort_clauseContext) { } } { - p.SetState(8649) + p.SetState(8605) p.Match(PostgreSQLParserBY) if p.HasError() { // Recognition error - abort rule @@ -127451,7 +126879,7 @@ func (p *PostgreSQLParser) Sort_clause() (localctx ISort_clauseContext) { } } { - p.SetState(8650) + p.SetState(8606) p.Sortby_list() } @@ -127598,27 +127026,27 @@ func (s *Sortby_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Sortby_list() (localctx ISortby_listContext) { localctx = NewSortby_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1010, PostgreSQLParserRULE_sortby_list) + p.EnterRule(localctx, 1008, PostgreSQLParserRULE_sortby_list) var _alt int p.EnterOuterAlt(localctx, 1) { - p.SetState(8652) + p.SetState(8608) p.Sortby() } - p.SetState(8657) + p.SetState(8613) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 765, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 761, p.GetParserRuleContext()) if p.HasError() { goto errorExit } for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(8653) + p.SetState(8609) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -127626,17 +127054,17 @@ func (p *PostgreSQLParser) Sortby_list() (localctx ISortby_listContext) { } } { - p.SetState(8654) + p.SetState(8610) p.Sortby() } } - p.SetState(8659) + p.SetState(8615) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 765, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 761, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -127805,24 +127233,24 @@ func (s *SortbyContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Sortby() (localctx ISortbyContext) { localctx = NewSortbyContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1012, PostgreSQLParserRULE_sortby) + p.EnterRule(localctx, 1010, PostgreSQLParserRULE_sortby) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8660) + p.SetState(8616) p.A_expr() } - p.SetState(8666) + p.SetState(8622) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 767, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 763, p.GetParserRuleContext()) { case 1: { - p.SetState(8661) + p.SetState(8617) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -127830,12 +127258,12 @@ func (p *PostgreSQLParser) Sortby() (localctx ISortbyContext) { } } { - p.SetState(8662) + p.SetState(8618) p.Qual_all_op() } case 2: - p.SetState(8664) + p.SetState(8620) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -127844,7 +127272,7 @@ func (p *PostgreSQLParser) Sortby() (localctx ISortbyContext) { if _la == PostgreSQLParserASC || _la == PostgreSQLParserDESC { { - p.SetState(8663) + p.SetState(8619) p.Opt_asc_desc() } @@ -127853,7 +127281,7 @@ func (p *PostgreSQLParser) Sortby() (localctx ISortbyContext) { case antlr.ATNInvalidAltNumber: goto errorExit } - p.SetState(8669) + p.SetState(8625) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -127862,7 +127290,7 @@ func (p *PostgreSQLParser) Sortby() (localctx ISortbyContext) { if _la == PostgreSQLParserNULLS_P { { - p.SetState(8668) + p.SetState(8624) p.Opt_nulls_order() } @@ -127992,10 +127420,10 @@ func (s *Select_limitContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Select_limit() (localctx ISelect_limitContext) { localctx = NewSelect_limitContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1014, PostgreSQLParserRULE_select_limit) + p.EnterRule(localctx, 1012, PostgreSQLParserRULE_select_limit) var _la int - p.SetState(8679) + p.SetState(8635) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -128005,10 +127433,10 @@ func (p *PostgreSQLParser) Select_limit() (localctx ISelect_limitContext) { case PostgreSQLParserFETCH, PostgreSQLParserLIMIT: p.EnterOuterAlt(localctx, 1) { - p.SetState(8671) + p.SetState(8627) p.Limit_clause() } - p.SetState(8673) + p.SetState(8629) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -128017,7 +127445,7 @@ func (p *PostgreSQLParser) Select_limit() (localctx ISelect_limitContext) { if _la == PostgreSQLParserOFFSET { { - p.SetState(8672) + p.SetState(8628) p.Offset_clause() } @@ -128026,15 +127454,15 @@ func (p *PostgreSQLParser) Select_limit() (localctx ISelect_limitContext) { case PostgreSQLParserOFFSET: p.EnterOuterAlt(localctx, 2) { - p.SetState(8675) + p.SetState(8631) p.Offset_clause() } - p.SetState(8677) + p.SetState(8633) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 770, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 766, p.GetParserRuleContext()) == 1 { { - p.SetState(8676) + p.SetState(8632) p.Limit_clause() } @@ -128154,10 +127582,10 @@ func (s *Opt_select_limitContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Opt_select_limit() (localctx IOpt_select_limitContext) { localctx = NewOpt_select_limitContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1016, PostgreSQLParserRULE_opt_select_limit) + p.EnterRule(localctx, 1014, PostgreSQLParserRULE_opt_select_limit) p.EnterOuterAlt(localctx, 1) { - p.SetState(8681) + p.SetState(8637) p.Select_limit() } @@ -128366,8 +127794,8 @@ func (s *Limit_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Limit_clause() (localctx ILimit_clauseContext) { localctx = NewLimit_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1018, PostgreSQLParserRULE_limit_clause) - p.SetState(8706) + p.EnterRule(localctx, 1016, PostgreSQLParserRULE_limit_clause) + p.SetState(8662) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -128377,7 +127805,7 @@ func (p *PostgreSQLParser) Limit_clause() (localctx ILimit_clauseContext) { case PostgreSQLParserLIMIT: p.EnterOuterAlt(localctx, 1) { - p.SetState(8683) + p.SetState(8639) p.Match(PostgreSQLParserLIMIT) if p.HasError() { // Recognition error - abort rule @@ -128385,15 +127813,15 @@ func (p *PostgreSQLParser) Limit_clause() (localctx ILimit_clauseContext) { } } { - p.SetState(8684) + p.SetState(8640) p.Select_limit_value() } - p.SetState(8687) + p.SetState(8643) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 772, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 768, p.GetParserRuleContext()) == 1 { { - p.SetState(8685) + p.SetState(8641) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -128401,7 +127829,7 @@ func (p *PostgreSQLParser) Limit_clause() (localctx ILimit_clauseContext) { } } { - p.SetState(8686) + p.SetState(8642) p.Select_offset_value() } @@ -128412,7 +127840,7 @@ func (p *PostgreSQLParser) Limit_clause() (localctx ILimit_clauseContext) { case PostgreSQLParserFETCH: p.EnterOuterAlt(localctx, 2) { - p.SetState(8689) + p.SetState(8645) p.Match(PostgreSQLParserFETCH) if p.HasError() { // Recognition error - abort rule @@ -128420,26 +127848,26 @@ func (p *PostgreSQLParser) Limit_clause() (localctx ILimit_clauseContext) { } } { - p.SetState(8690) + p.SetState(8646) p.First_or_next() } - p.SetState(8704) + p.SetState(8660) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 775, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 771, p.GetParserRuleContext()) { case 1: { - p.SetState(8691) + p.SetState(8647) p.Select_fetch_first_value() } { - p.SetState(8692) + p.SetState(8648) p.Row_or_rows() } - p.SetState(8696) + p.SetState(8652) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -128448,7 +127876,7 @@ func (p *PostgreSQLParser) Limit_clause() (localctx ILimit_clauseContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserONLY: { - p.SetState(8693) + p.SetState(8649) p.Match(PostgreSQLParserONLY) if p.HasError() { // Recognition error - abort rule @@ -128458,7 +127886,7 @@ func (p *PostgreSQLParser) Limit_clause() (localctx ILimit_clauseContext) { case PostgreSQLParserWITH: { - p.SetState(8694) + p.SetState(8650) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -128466,7 +127894,7 @@ func (p *PostgreSQLParser) Limit_clause() (localctx ILimit_clauseContext) { } } { - p.SetState(8695) + p.SetState(8651) p.Match(PostgreSQLParserTIES) if p.HasError() { // Recognition error - abort rule @@ -128481,10 +127909,10 @@ func (p *PostgreSQLParser) Limit_clause() (localctx ILimit_clauseContext) { case 2: { - p.SetState(8698) + p.SetState(8654) p.Row_or_rows() } - p.SetState(8702) + p.SetState(8658) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -128493,7 +127921,7 @@ func (p *PostgreSQLParser) Limit_clause() (localctx ILimit_clauseContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserONLY: { - p.SetState(8699) + p.SetState(8655) p.Match(PostgreSQLParserONLY) if p.HasError() { // Recognition error - abort rule @@ -128503,7 +127931,7 @@ func (p *PostgreSQLParser) Limit_clause() (localctx ILimit_clauseContext) { case PostgreSQLParserWITH: { - p.SetState(8700) + p.SetState(8656) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -128511,7 +127939,7 @@ func (p *PostgreSQLParser) Limit_clause() (localctx ILimit_clauseContext) { } } { - p.SetState(8701) + p.SetState(8657) p.Match(PostgreSQLParserTIES) if p.HasError() { // Recognition error - abort rule @@ -128679,36 +128107,36 @@ func (s *Offset_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Offset_clause() (localctx IOffset_clauseContext) { localctx = NewOffset_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1020, PostgreSQLParserRULE_offset_clause) + p.EnterRule(localctx, 1018, PostgreSQLParserRULE_offset_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(8708) + p.SetState(8664) p.Match(PostgreSQLParserOFFSET) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8713) + p.SetState(8669) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 777, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 773, p.GetParserRuleContext()) { case 1: { - p.SetState(8709) + p.SetState(8665) p.Select_offset_value() } case 2: { - p.SetState(8710) + p.SetState(8666) p.Select_fetch_first_value() } { - p.SetState(8711) + p.SetState(8667) p.Row_or_rows() } @@ -128828,8 +128256,8 @@ func (s *Select_limit_valueContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Select_limit_value() (localctx ISelect_limit_valueContext) { localctx = NewSelect_limit_valueContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1022, PostgreSQLParserRULE_select_limit_value) - p.SetState(8717) + p.EnterRule(localctx, 1020, PostgreSQLParserRULE_select_limit_value) + p.SetState(8673) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -128839,14 +128267,14 @@ func (p *PostgreSQLParser) Select_limit_value() (localctx ISelect_limit_valueCon case PostgreSQLParserOPEN_PAREN, PostgreSQLParserPLUS, PostgreSQLParserMINUS, PostgreSQLParserPARAM, PostgreSQLParserOperator, PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCASE, PostgreSQLParserCAST, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserCURRENT_CATALOG, PostgreSQLParserCURRENT_DATE, PostgreSQLParserCURRENT_ROLE, PostgreSQLParserCURRENT_TIME, PostgreSQLParserCURRENT_TIMESTAMP, PostgreSQLParserCURRENT_USER, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFALSE_P, PostgreSQLParserFETCH, PostgreSQLParserLOCALTIME, PostgreSQLParserLOCALTIMESTAMP, PostgreSQLParserNOT, PostgreSQLParserNULL_P, PostgreSQLParserSESSION_USER, PostgreSQLParserTABLE, PostgreSQLParserTRUE_P, PostgreSQLParserUNIQUE, PostgreSQLParserUSER, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLEFT, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserRIGHT, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserBinaryStringConstant, PostgreSQLParserHexadecimalStringConstant, PostgreSQLParserIntegral, PostgreSQLParserNumeric, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER, PostgreSQLParserEscapeStringConstant: p.EnterOuterAlt(localctx, 1) { - p.SetState(8715) + p.SetState(8671) p.A_expr() } case PostgreSQLParserALL: p.EnterOuterAlt(localctx, 2) { - p.SetState(8716) + p.SetState(8672) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -128966,10 +128394,10 @@ func (s *Select_offset_valueContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Select_offset_value() (localctx ISelect_offset_valueContext) { localctx = NewSelect_offset_valueContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1024, PostgreSQLParserRULE_select_offset_value) + p.EnterRule(localctx, 1022, PostgreSQLParserRULE_select_offset_value) p.EnterOuterAlt(localctx, 1) { - p.SetState(8719) + p.SetState(8675) p.A_expr() } @@ -129107,8 +128535,8 @@ func (s *Select_fetch_first_valueContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Select_fetch_first_value() (localctx ISelect_fetch_first_valueContext) { localctx = NewSelect_fetch_first_valueContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1026, PostgreSQLParserRULE_select_fetch_first_value) - p.SetState(8726) + p.EnterRule(localctx, 1024, PostgreSQLParserRULE_select_fetch_first_value) + p.SetState(8682) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -129118,14 +128546,14 @@ func (p *PostgreSQLParser) Select_fetch_first_value() (localctx ISelect_fetch_fi case PostgreSQLParserOPEN_PAREN, PostgreSQLParserPARAM, PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCASE, PostgreSQLParserCAST, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserCURRENT_CATALOG, PostgreSQLParserCURRENT_DATE, PostgreSQLParserCURRENT_ROLE, PostgreSQLParserCURRENT_TIME, PostgreSQLParserCURRENT_TIMESTAMP, PostgreSQLParserCURRENT_USER, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFALSE_P, PostgreSQLParserFETCH, PostgreSQLParserLOCALTIME, PostgreSQLParserLOCALTIMESTAMP, PostgreSQLParserNULL_P, PostgreSQLParserSESSION_USER, PostgreSQLParserTABLE, PostgreSQLParserTRUE_P, PostgreSQLParserUNIQUE, PostgreSQLParserUSER, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLEFT, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserRIGHT, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserBinaryStringConstant, PostgreSQLParserHexadecimalStringConstant, PostgreSQLParserIntegral, PostgreSQLParserNumeric, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER, PostgreSQLParserEscapeStringConstant: p.EnterOuterAlt(localctx, 1) { - p.SetState(8721) + p.SetState(8677) p.C_expr() } case PostgreSQLParserPLUS: p.EnterOuterAlt(localctx, 2) { - p.SetState(8722) + p.SetState(8678) p.Match(PostgreSQLParserPLUS) if p.HasError() { // Recognition error - abort rule @@ -129133,14 +128561,14 @@ func (p *PostgreSQLParser) Select_fetch_first_value() (localctx ISelect_fetch_fi } } { - p.SetState(8723) + p.SetState(8679) p.I_or_f_const() } case PostgreSQLParserMINUS: p.EnterOuterAlt(localctx, 3) { - p.SetState(8724) + p.SetState(8680) p.Match(PostgreSQLParserMINUS) if p.HasError() { // Recognition error - abort rule @@ -129148,7 +128576,7 @@ func (p *PostgreSQLParser) Select_fetch_first_value() (localctx ISelect_fetch_fi } } { - p.SetState(8725) + p.SetState(8681) p.I_or_f_const() } @@ -129281,8 +128709,8 @@ func (s *I_or_f_constContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) I_or_f_const() (localctx II_or_f_constContext) { localctx = NewI_or_f_constContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1028, PostgreSQLParserRULE_i_or_f_const) - p.SetState(8730) + p.EnterRule(localctx, 1026, PostgreSQLParserRULE_i_or_f_const) + p.SetState(8686) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -129292,14 +128720,14 @@ func (p *PostgreSQLParser) I_or_f_const() (localctx II_or_f_constContext) { case PostgreSQLParserIntegral: p.EnterOuterAlt(localctx, 1) { - p.SetState(8728) + p.SetState(8684) p.Iconst() } case PostgreSQLParserNumeric: p.EnterOuterAlt(localctx, 2) { - p.SetState(8729) + p.SetState(8685) p.Fconst() } @@ -129408,12 +128836,12 @@ func (s *Row_or_rowsContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Row_or_rows() (localctx IRow_or_rowsContext) { localctx = NewRow_or_rowsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1030, PostgreSQLParserRULE_row_or_rows) + p.EnterRule(localctx, 1028, PostgreSQLParserRULE_row_or_rows) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8732) + p.SetState(8688) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserROWS || _la == PostgreSQLParserROW) { @@ -129524,12 +128952,12 @@ func (s *First_or_nextContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) First_or_next() (localctx IFirst_or_nextContext) { localctx = NewFirst_or_nextContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1032, PostgreSQLParserRULE_first_or_next) + p.EnterRule(localctx, 1030, PostgreSQLParserRULE_first_or_next) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8734) + p.SetState(8690) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserFIRST_P || _la == PostgreSQLParserNEXT) { @@ -129657,10 +129085,10 @@ func (s *Group_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Group_clause() (localctx IGroup_clauseContext) { localctx = NewGroup_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1034, PostgreSQLParserRULE_group_clause) + p.EnterRule(localctx, 1032, PostgreSQLParserRULE_group_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(8736) + p.SetState(8692) p.Match(PostgreSQLParserGROUP_P) if p.HasError() { // Recognition error - abort rule @@ -129668,7 +129096,7 @@ func (p *PostgreSQLParser) Group_clause() (localctx IGroup_clauseContext) { } } { - p.SetState(8737) + p.SetState(8693) p.Match(PostgreSQLParserBY) if p.HasError() { // Recognition error - abort rule @@ -129676,7 +129104,7 @@ func (p *PostgreSQLParser) Group_clause() (localctx IGroup_clauseContext) { } } { - p.SetState(8738) + p.SetState(8694) p.Group_by_list() } @@ -129823,27 +129251,27 @@ func (s *Group_by_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Group_by_list() (localctx IGroup_by_listContext) { localctx = NewGroup_by_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1036, PostgreSQLParserRULE_group_by_list) + p.EnterRule(localctx, 1034, PostgreSQLParserRULE_group_by_list) var _alt int p.EnterOuterAlt(localctx, 1) { - p.SetState(8740) + p.SetState(8696) p.Group_by_item() } - p.SetState(8745) + p.SetState(8701) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 781, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 777, p.GetParserRuleContext()) if p.HasError() { goto errorExit } for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(8741) + p.SetState(8697) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -129851,17 +129279,17 @@ func (p *PostgreSQLParser) Group_by_list() (localctx IGroup_by_listContext) { } } { - p.SetState(8742) + p.SetState(8698) p.Group_by_item() } } - p.SetState(8747) + p.SetState(8703) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 781, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 777, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -130042,46 +129470,46 @@ func (s *Group_by_itemContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Group_by_item() (localctx IGroup_by_itemContext) { localctx = NewGroup_by_itemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1038, PostgreSQLParserRULE_group_by_item) - p.SetState(8753) + p.EnterRule(localctx, 1036, PostgreSQLParserRULE_group_by_item) + p.SetState(8709) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 782, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 778, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(8748) + p.SetState(8704) p.A_expr() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(8749) + p.SetState(8705) p.Empty_grouping_set() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(8750) + p.SetState(8706) p.Cube_clause() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(8751) + p.SetState(8707) p.Rollup_clause() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(8752) + p.SetState(8708) p.Grouping_sets_clause() } @@ -130189,10 +129617,10 @@ func (s *Empty_grouping_setContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Empty_grouping_set() (localctx IEmpty_grouping_setContext) { localctx = NewEmpty_grouping_setContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1040, PostgreSQLParserRULE_empty_grouping_set) + p.EnterRule(localctx, 1038, PostgreSQLParserRULE_empty_grouping_set) p.EnterOuterAlt(localctx, 1) { - p.SetState(8755) + p.SetState(8711) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -130200,7 +129628,7 @@ func (p *PostgreSQLParser) Empty_grouping_set() (localctx IEmpty_grouping_setCon } } { - p.SetState(8756) + p.SetState(8712) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -130330,10 +129758,10 @@ func (s *Rollup_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Rollup_clause() (localctx IRollup_clauseContext) { localctx = NewRollup_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1042, PostgreSQLParserRULE_rollup_clause) + p.EnterRule(localctx, 1040, PostgreSQLParserRULE_rollup_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(8758) + p.SetState(8714) p.Match(PostgreSQLParserROLLUP) if p.HasError() { // Recognition error - abort rule @@ -130341,7 +129769,7 @@ func (p *PostgreSQLParser) Rollup_clause() (localctx IRollup_clauseContext) { } } { - p.SetState(8759) + p.SetState(8715) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -130349,11 +129777,11 @@ func (p *PostgreSQLParser) Rollup_clause() (localctx IRollup_clauseContext) { } } { - p.SetState(8760) + p.SetState(8716) p.Expr_list() } { - p.SetState(8761) + p.SetState(8717) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -130483,10 +129911,10 @@ func (s *Cube_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Cube_clause() (localctx ICube_clauseContext) { localctx = NewCube_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1044, PostgreSQLParserRULE_cube_clause) + p.EnterRule(localctx, 1042, PostgreSQLParserRULE_cube_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(8763) + p.SetState(8719) p.Match(PostgreSQLParserCUBE) if p.HasError() { // Recognition error - abort rule @@ -130494,7 +129922,7 @@ func (p *PostgreSQLParser) Cube_clause() (localctx ICube_clauseContext) { } } { - p.SetState(8764) + p.SetState(8720) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -130502,11 +129930,11 @@ func (p *PostgreSQLParser) Cube_clause() (localctx ICube_clauseContext) { } } { - p.SetState(8765) + p.SetState(8721) p.Expr_list() } { - p.SetState(8766) + p.SetState(8722) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -130641,10 +130069,10 @@ func (s *Grouping_sets_clauseContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Grouping_sets_clause() (localctx IGrouping_sets_clauseContext) { localctx = NewGrouping_sets_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1046, PostgreSQLParserRULE_grouping_sets_clause) + p.EnterRule(localctx, 1044, PostgreSQLParserRULE_grouping_sets_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(8768) + p.SetState(8724) p.Match(PostgreSQLParserGROUPING) if p.HasError() { // Recognition error - abort rule @@ -130652,7 +130080,7 @@ func (p *PostgreSQLParser) Grouping_sets_clause() (localctx IGrouping_sets_claus } } { - p.SetState(8769) + p.SetState(8725) p.Match(PostgreSQLParserSETS) if p.HasError() { // Recognition error - abort rule @@ -130660,7 +130088,7 @@ func (p *PostgreSQLParser) Grouping_sets_clause() (localctx IGrouping_sets_claus } } { - p.SetState(8770) + p.SetState(8726) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -130668,11 +130096,11 @@ func (p *PostgreSQLParser) Grouping_sets_clause() (localctx IGrouping_sets_claus } } { - p.SetState(8771) + p.SetState(8727) p.Group_by_list() } { - p.SetState(8772) + p.SetState(8728) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -130792,10 +130220,10 @@ func (s *Having_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Having_clause() (localctx IHaving_clauseContext) { localctx = NewHaving_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1048, PostgreSQLParserRULE_having_clause) + p.EnterRule(localctx, 1046, PostgreSQLParserRULE_having_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(8774) + p.SetState(8730) p.Match(PostgreSQLParserHAVING) if p.HasError() { // Recognition error - abort rule @@ -130803,7 +130231,7 @@ func (p *PostgreSQLParser) Having_clause() (localctx IHaving_clauseContext) { } } { - p.SetState(8775) + p.SetState(8731) p.A_expr() } @@ -130929,25 +130357,25 @@ func (s *For_locking_clauseContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) For_locking_clause() (localctx IFor_locking_clauseContext) { localctx = NewFor_locking_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1050, PostgreSQLParserRULE_for_locking_clause) - p.SetState(8781) + p.EnterRule(localctx, 1048, PostgreSQLParserRULE_for_locking_clause) + p.SetState(8737) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 783, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 779, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(8777) + p.SetState(8733) p.For_locking_items() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(8778) + p.SetState(8734) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -130955,7 +130383,7 @@ func (p *PostgreSQLParser) For_locking_clause() (localctx IFor_locking_clauseCon } } { - p.SetState(8779) + p.SetState(8735) p.Match(PostgreSQLParserREAD) if p.HasError() { // Recognition error - abort rule @@ -130963,7 +130391,7 @@ func (p *PostgreSQLParser) For_locking_clause() (localctx IFor_locking_clauseCon } } { - p.SetState(8780) + p.SetState(8736) p.Match(PostgreSQLParserONLY) if p.HasError() { // Recognition error - abort rule @@ -131082,10 +130510,10 @@ func (s *Opt_for_locking_clauseContext) Accept(visitor antlr.ParseTreeVisitor) i func (p *PostgreSQLParser) Opt_for_locking_clause() (localctx IOpt_for_locking_clauseContext) { localctx = NewOpt_for_locking_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1052, PostgreSQLParserRULE_opt_for_locking_clause) + p.EnterRule(localctx, 1050, PostgreSQLParserRULE_opt_for_locking_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(8783) + p.SetState(8739) p.For_locking_clause() } @@ -131222,11 +130650,11 @@ func (s *For_locking_itemsContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) For_locking_items() (localctx IFor_locking_itemsContext) { localctx = NewFor_locking_itemsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1054, PostgreSQLParserRULE_for_locking_items) + p.EnterRule(localctx, 1052, PostgreSQLParserRULE_for_locking_items) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(8786) + p.SetState(8742) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -131235,11 +130663,11 @@ func (p *PostgreSQLParser) For_locking_items() (localctx IFor_locking_itemsConte for ok := true; ok; ok = _la == PostgreSQLParserFOR { { - p.SetState(8785) + p.SetState(8741) p.For_locking_item() } - p.SetState(8788) + p.SetState(8744) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -131388,15 +130816,15 @@ func (s *For_locking_itemContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) For_locking_item() (localctx IFor_locking_itemContext) { localctx = NewFor_locking_itemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1056, PostgreSQLParserRULE_for_locking_item) + p.EnterRule(localctx, 1054, PostgreSQLParserRULE_for_locking_item) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8790) + p.SetState(8746) p.For_locking_strength() } - p.SetState(8792) + p.SetState(8748) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -131405,12 +130833,12 @@ func (p *PostgreSQLParser) For_locking_item() (localctx IFor_locking_itemContext if _la == PostgreSQLParserOF { { - p.SetState(8791) + p.SetState(8747) p.Locked_rels_list() } } - p.SetState(8795) + p.SetState(8751) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -131419,7 +130847,7 @@ func (p *PostgreSQLParser) For_locking_item() (localctx IFor_locking_itemContext if _la == PostgreSQLParserNOWAIT || _la == PostgreSQLParserSKIP_P { { - p.SetState(8794) + p.SetState(8750) p.Opt_nowait_or_skip() } @@ -131540,19 +130968,19 @@ func (s *For_locking_strengthContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) For_locking_strength() (localctx IFor_locking_strengthContext) { localctx = NewFor_locking_strengthContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1058, PostgreSQLParserRULE_for_locking_strength) + p.EnterRule(localctx, 1056, PostgreSQLParserRULE_for_locking_strength) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8797) + p.SetState(8753) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8807) + p.SetState(8763) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -131560,7 +130988,7 @@ func (p *PostgreSQLParser) For_locking_strength() (localctx IFor_locking_strengt switch p.GetTokenStream().LA(1) { case PostgreSQLParserNO, PostgreSQLParserUPDATE: - p.SetState(8800) + p.SetState(8756) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -131569,7 +130997,7 @@ func (p *PostgreSQLParser) For_locking_strength() (localctx IFor_locking_strengt if _la == PostgreSQLParserNO { { - p.SetState(8798) + p.SetState(8754) p.Match(PostgreSQLParserNO) if p.HasError() { // Recognition error - abort rule @@ -131577,7 +131005,7 @@ func (p *PostgreSQLParser) For_locking_strength() (localctx IFor_locking_strengt } } { - p.SetState(8799) + p.SetState(8755) p.Match(PostgreSQLParserKEY) if p.HasError() { // Recognition error - abort rule @@ -131587,7 +131015,7 @@ func (p *PostgreSQLParser) For_locking_strength() (localctx IFor_locking_strengt } { - p.SetState(8802) + p.SetState(8758) p.Match(PostgreSQLParserUPDATE) if p.HasError() { // Recognition error - abort rule @@ -131596,7 +131024,7 @@ func (p *PostgreSQLParser) For_locking_strength() (localctx IFor_locking_strengt } case PostgreSQLParserKEY, PostgreSQLParserSHARE: - p.SetState(8804) + p.SetState(8760) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -131605,7 +131033,7 @@ func (p *PostgreSQLParser) For_locking_strength() (localctx IFor_locking_strengt if _la == PostgreSQLParserKEY { { - p.SetState(8803) + p.SetState(8759) p.Match(PostgreSQLParserKEY) if p.HasError() { // Recognition error - abort rule @@ -131615,7 +131043,7 @@ func (p *PostgreSQLParser) For_locking_strength() (localctx IFor_locking_strengt } { - p.SetState(8806) + p.SetState(8762) p.Match(PostgreSQLParserSHARE) if p.HasError() { // Recognition error - abort rule @@ -131740,10 +131168,10 @@ func (s *Locked_rels_listContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Locked_rels_list() (localctx ILocked_rels_listContext) { localctx = NewLocked_rels_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1060, PostgreSQLParserRULE_locked_rels_list) + p.EnterRule(localctx, 1058, PostgreSQLParserRULE_locked_rels_list) p.EnterOuterAlt(localctx, 1) { - p.SetState(8809) + p.SetState(8765) p.Match(PostgreSQLParserOF) if p.HasError() { // Recognition error - abort rule @@ -131751,7 +131179,7 @@ func (p *PostgreSQLParser) Locked_rels_list() (localctx ILocked_rels_listContext } } { - p.SetState(8810) + p.SetState(8766) p.Qualified_name_list() } @@ -131923,12 +131351,12 @@ func (s *Values_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Values_clause() (localctx IValues_clauseContext) { localctx = NewValues_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1062, PostgreSQLParserRULE_values_clause) + p.EnterRule(localctx, 1060, PostgreSQLParserRULE_values_clause) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8812) + p.SetState(8768) p.Match(PostgreSQLParserVALUES) if p.HasError() { // Recognition error - abort rule @@ -131936,7 +131364,7 @@ func (p *PostgreSQLParser) Values_clause() (localctx IValues_clauseContext) { } } { - p.SetState(8813) + p.SetState(8769) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -131944,18 +131372,18 @@ func (p *PostgreSQLParser) Values_clause() (localctx IValues_clauseContext) { } } { - p.SetState(8814) + p.SetState(8770) p.Expr_list() } { - p.SetState(8815) + p.SetState(8771) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8823) + p.SetState(8779) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -131964,7 +131392,7 @@ func (p *PostgreSQLParser) Values_clause() (localctx IValues_clauseContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(8816) + p.SetState(8772) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -131972,7 +131400,7 @@ func (p *PostgreSQLParser) Values_clause() (localctx IValues_clauseContext) { } } { - p.SetState(8817) + p.SetState(8773) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -131980,11 +131408,11 @@ func (p *PostgreSQLParser) Values_clause() (localctx IValues_clauseContext) { } } { - p.SetState(8818) + p.SetState(8774) p.Expr_list() } { - p.SetState(8819) + p.SetState(8775) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -131992,7 +131420,7 @@ func (p *PostgreSQLParser) Values_clause() (localctx IValues_clauseContext) { } } - p.SetState(8825) + p.SetState(8781) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -132112,10 +131540,10 @@ func (s *From_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) From_clause() (localctx IFrom_clauseContext) { localctx = NewFrom_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1064, PostgreSQLParserRULE_from_clause) + p.EnterRule(localctx, 1062, PostgreSQLParserRULE_from_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(8826) + p.SetState(8782) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -132123,7 +131551,7 @@ func (p *PostgreSQLParser) From_clause() (localctx IFrom_clauseContext) { } } { - p.SetState(8827) + p.SetState(8783) p.From_list() } @@ -132270,27 +131698,27 @@ func (s *From_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) From_list() (localctx IFrom_listContext) { localctx = NewFrom_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1066, PostgreSQLParserRULE_from_list) + p.EnterRule(localctx, 1064, PostgreSQLParserRULE_from_list) var _alt int p.EnterOuterAlt(localctx, 1) { - p.SetState(8829) + p.SetState(8785) p.Table_ref() } - p.SetState(8834) + p.SetState(8790) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 791, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 787, p.GetParserRuleContext()) if p.HasError() { goto errorExit } for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(8830) + p.SetState(8786) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -132298,17 +131726,17 @@ func (p *PostgreSQLParser) From_list() (localctx IFrom_listContext) { } } { - p.SetState(8831) + p.SetState(8787) p.Table_ref() } } - p.SetState(8836) + p.SetState(8792) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 791, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 787, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -132673,37 +132101,37 @@ func (s *Table_refContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Table_ref() (localctx ITable_refContext) { localctx = NewTable_refContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1068, PostgreSQLParserRULE_table_ref) + p.EnterRule(localctx, 1066, PostgreSQLParserRULE_table_ref) var _la int var _alt int p.EnterOuterAlt(localctx, 1) - p.SetState(8895) + p.SetState(8851) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 805, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 801, p.GetParserRuleContext()) { case 1: { - p.SetState(8837) + p.SetState(8793) p.Relation_expr() } - p.SetState(8839) + p.SetState(8795) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 792, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 788, p.GetParserRuleContext()) == 1 { { - p.SetState(8838) + p.SetState(8794) p.Opt_alias_clause() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(8842) + p.SetState(8798) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -132712,7 +132140,7 @@ func (p *PostgreSQLParser) Table_ref() (localctx ITable_refContext) { if _la == PostgreSQLParserTABLESAMPLE { { - p.SetState(8841) + p.SetState(8797) p.Tablesample_clause() } @@ -132720,15 +132148,15 @@ func (p *PostgreSQLParser) Table_ref() (localctx ITable_refContext) { case 2: { - p.SetState(8844) + p.SetState(8800) p.Func_table() } - p.SetState(8846) + p.SetState(8802) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 794, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 790, p.GetParserRuleContext()) == 1 { { - p.SetState(8845) + p.SetState(8801) p.Func_alias_clause() } @@ -132738,15 +132166,15 @@ func (p *PostgreSQLParser) Table_ref() (localctx ITable_refContext) { case 3: { - p.SetState(8848) + p.SetState(8804) p.Xmltable() } - p.SetState(8850) + p.SetState(8806) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 795, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 791, p.GetParserRuleContext()) == 1 { { - p.SetState(8849) + p.SetState(8805) p.Opt_alias_clause() } @@ -132756,15 +132184,15 @@ func (p *PostgreSQLParser) Table_ref() (localctx ITable_refContext) { case 4: { - p.SetState(8852) + p.SetState(8808) p.Select_with_parens() } - p.SetState(8854) + p.SetState(8810) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 796, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 792, p.GetParserRuleContext()) == 1 { { - p.SetState(8853) + p.SetState(8809) p.Opt_alias_clause() } @@ -132774,31 +132202,31 @@ func (p *PostgreSQLParser) Table_ref() (localctx ITable_refContext) { case 5: { - p.SetState(8856) + p.SetState(8812) p.Match(PostgreSQLParserLATERAL_P) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8869) + p.SetState(8825) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 800, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 796, p.GetParserRuleContext()) { case 1: { - p.SetState(8857) + p.SetState(8813) p.Xmltable() } - p.SetState(8859) + p.SetState(8815) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 797, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 793, p.GetParserRuleContext()) == 1 { { - p.SetState(8858) + p.SetState(8814) p.Opt_alias_clause() } @@ -132808,15 +132236,15 @@ func (p *PostgreSQLParser) Table_ref() (localctx ITable_refContext) { case 2: { - p.SetState(8861) + p.SetState(8817) p.Func_table() } - p.SetState(8863) + p.SetState(8819) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 798, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 794, p.GetParserRuleContext()) == 1 { { - p.SetState(8862) + p.SetState(8818) p.Func_alias_clause() } @@ -132826,15 +132254,15 @@ func (p *PostgreSQLParser) Table_ref() (localctx ITable_refContext) { case 3: { - p.SetState(8865) + p.SetState(8821) p.Select_with_parens() } - p.SetState(8867) + p.SetState(8823) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 799, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 795, p.GetParserRuleContext()) == 1 { { - p.SetState(8866) + p.SetState(8822) p.Opt_alias_clause() } @@ -132848,7 +132276,7 @@ func (p *PostgreSQLParser) Table_ref() (localctx ITable_refContext) { case 6: { - p.SetState(8871) + p.SetState(8827) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -132856,10 +132284,10 @@ func (p *PostgreSQLParser) Table_ref() (localctx ITable_refContext) { } } { - p.SetState(8872) + p.SetState(8828) p.Table_ref() } - p.SetState(8889) + p.SetState(8845) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -132867,7 +132295,7 @@ func (p *PostgreSQLParser) Table_ref() (localctx ITable_refContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserCROSS: { - p.SetState(8873) + p.SetState(8829) p.Match(PostgreSQLParserCROSS) if p.HasError() { // Recognition error - abort rule @@ -132875,7 +132303,7 @@ func (p *PostgreSQLParser) Table_ref() (localctx ITable_refContext) { } } { - p.SetState(8874) + p.SetState(8830) p.Match(PostgreSQLParserJOIN) if p.HasError() { // Recognition error - abort rule @@ -132883,20 +132311,20 @@ func (p *PostgreSQLParser) Table_ref() (localctx ITable_refContext) { } } { - p.SetState(8875) + p.SetState(8831) p.Table_ref() } case PostgreSQLParserNATURAL: { - p.SetState(8876) + p.SetState(8832) p.Match(PostgreSQLParserNATURAL) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8878) + p.SetState(8834) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -132905,13 +132333,13 @@ func (p *PostgreSQLParser) Table_ref() (localctx ITable_refContext) { if (int64((_la-113)) & ^0x3f) == 0 && ((int64(1)<<(_la-113))&8261) != 0 { { - p.SetState(8877) + p.SetState(8833) p.Join_type() } } { - p.SetState(8880) + p.SetState(8836) p.Match(PostgreSQLParserJOIN) if p.HasError() { // Recognition error - abort rule @@ -132919,12 +132347,12 @@ func (p *PostgreSQLParser) Table_ref() (localctx ITable_refContext) { } } { - p.SetState(8881) + p.SetState(8837) p.Table_ref() } case PostgreSQLParserFULL, PostgreSQLParserINNER_P, PostgreSQLParserJOIN, PostgreSQLParserLEFT, PostgreSQLParserRIGHT: - p.SetState(8883) + p.SetState(8839) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -132933,13 +132361,13 @@ func (p *PostgreSQLParser) Table_ref() (localctx ITable_refContext) { if (int64((_la-113)) & ^0x3f) == 0 && ((int64(1)<<(_la-113))&8261) != 0 { { - p.SetState(8882) + p.SetState(8838) p.Join_type() } } { - p.SetState(8885) + p.SetState(8841) p.Match(PostgreSQLParserJOIN) if p.HasError() { // Recognition error - abort rule @@ -132947,11 +132375,11 @@ func (p *PostgreSQLParser) Table_ref() (localctx ITable_refContext) { } } { - p.SetState(8886) + p.SetState(8842) p.Table_ref() } { - p.SetState(8887) + p.SetState(8843) p.Join_qual() } @@ -132960,19 +132388,19 @@ func (p *PostgreSQLParser) Table_ref() (localctx ITable_refContext) { default: } { - p.SetState(8891) + p.SetState(8847) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8893) + p.SetState(8849) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 804, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 800, p.GetParserRuleContext()) == 1 { { - p.SetState(8892) + p.SetState(8848) p.Opt_alias_clause() } @@ -132983,29 +132411,29 @@ func (p *PostgreSQLParser) Table_ref() (localctx ITable_refContext) { case antlr.ATNInvalidAltNumber: goto errorExit } - p.SetState(8900) + p.SetState(8856) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 806, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 802, p.GetParserRuleContext()) if p.HasError() { goto errorExit } for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(8897) + p.SetState(8853) p.Joined_table() } } - p.SetState(8902) + p.SetState(8858) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 806, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 802, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -133167,10 +132595,10 @@ func (s *Joined_tableContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Joined_table() (localctx IJoined_tableContext) { localctx = NewJoined_tableContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1070, PostgreSQLParserRULE_joined_table) + p.EnterRule(localctx, 1068, PostgreSQLParserRULE_joined_table) var _la int - p.SetState(8919) + p.SetState(8875) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -133179,7 +132607,7 @@ func (p *PostgreSQLParser) Joined_table() (localctx IJoined_tableContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserFULL, PostgreSQLParserINNER_P, PostgreSQLParserJOIN, PostgreSQLParserLEFT, PostgreSQLParserRIGHT: p.EnterOuterAlt(localctx, 1) - p.SetState(8904) + p.SetState(8860) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -133188,13 +132616,13 @@ func (p *PostgreSQLParser) Joined_table() (localctx IJoined_tableContext) { if (int64((_la-113)) & ^0x3f) == 0 && ((int64(1)<<(_la-113))&8261) != 0 { { - p.SetState(8903) + p.SetState(8859) p.Join_type() } } { - p.SetState(8906) + p.SetState(8862) p.Match(PostgreSQLParserJOIN) if p.HasError() { // Recognition error - abort rule @@ -133202,18 +132630,18 @@ func (p *PostgreSQLParser) Joined_table() (localctx IJoined_tableContext) { } } { - p.SetState(8907) + p.SetState(8863) p.Table_ref() } { - p.SetState(8908) + p.SetState(8864) p.Join_qual() } case PostgreSQLParserCROSS: p.EnterOuterAlt(localctx, 2) { - p.SetState(8910) + p.SetState(8866) p.Match(PostgreSQLParserCROSS) if p.HasError() { // Recognition error - abort rule @@ -133221,7 +132649,7 @@ func (p *PostgreSQLParser) Joined_table() (localctx IJoined_tableContext) { } } { - p.SetState(8911) + p.SetState(8867) p.Match(PostgreSQLParserJOIN) if p.HasError() { // Recognition error - abort rule @@ -133229,21 +132657,21 @@ func (p *PostgreSQLParser) Joined_table() (localctx IJoined_tableContext) { } } { - p.SetState(8912) + p.SetState(8868) p.Table_ref() } case PostgreSQLParserNATURAL: p.EnterOuterAlt(localctx, 3) { - p.SetState(8913) + p.SetState(8869) p.Match(PostgreSQLParserNATURAL) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8915) + p.SetState(8871) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -133252,13 +132680,13 @@ func (p *PostgreSQLParser) Joined_table() (localctx IJoined_tableContext) { if (int64((_la-113)) & ^0x3f) == 0 && ((int64(1)<<(_la-113))&8261) != 0 { { - p.SetState(8914) + p.SetState(8870) p.Join_type() } } { - p.SetState(8917) + p.SetState(8873) p.Match(PostgreSQLParserJOIN) if p.HasError() { // Recognition error - abort rule @@ -133266,7 +132694,7 @@ func (p *PostgreSQLParser) Joined_table() (localctx IJoined_tableContext) { } } { - p.SetState(8918) + p.SetState(8874) p.Table_ref() } @@ -133414,11 +132842,11 @@ func (s *Alias_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Alias_clause() (localctx IAlias_clauseContext) { localctx = NewAlias_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1072, PostgreSQLParserRULE_alias_clause) + p.EnterRule(localctx, 1070, PostgreSQLParserRULE_alias_clause) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(8922) + p.SetState(8878) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -133427,7 +132855,7 @@ func (p *PostgreSQLParser) Alias_clause() (localctx IAlias_clauseContext) { if _la == PostgreSQLParserAS { { - p.SetState(8921) + p.SetState(8877) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -133437,15 +132865,15 @@ func (p *PostgreSQLParser) Alias_clause() (localctx IAlias_clauseContext) { } { - p.SetState(8924) + p.SetState(8880) p.Colid() } - p.SetState(8929) + p.SetState(8885) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 811, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 807, p.GetParserRuleContext()) == 1 { { - p.SetState(8925) + p.SetState(8881) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -133453,11 +132881,11 @@ func (p *PostgreSQLParser) Alias_clause() (localctx IAlias_clauseContext) { } } { - p.SetState(8926) + p.SetState(8882) p.Name_list() } { - p.SetState(8927) + p.SetState(8883) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -133576,10 +133004,10 @@ func (s *Opt_alias_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Opt_alias_clause() (localctx IOpt_alias_clauseContext) { localctx = NewOpt_alias_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1074, PostgreSQLParserRULE_opt_alias_clause) + p.EnterRule(localctx, 1072, PostgreSQLParserRULE_opt_alias_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(8931) + p.SetState(8887) p.Table_alias_clause() } @@ -133722,11 +133150,11 @@ func (s *Table_alias_clauseContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Table_alias_clause() (localctx ITable_alias_clauseContext) { localctx = NewTable_alias_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1076, PostgreSQLParserRULE_table_alias_clause) + p.EnterRule(localctx, 1074, PostgreSQLParserRULE_table_alias_clause) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(8934) + p.SetState(8890) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -133735,7 +133163,7 @@ func (p *PostgreSQLParser) Table_alias_clause() (localctx ITable_alias_clauseCon if _la == PostgreSQLParserAS { { - p.SetState(8933) + p.SetState(8889) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -133745,15 +133173,15 @@ func (p *PostgreSQLParser) Table_alias_clause() (localctx ITable_alias_clauseCon } { - p.SetState(8936) + p.SetState(8892) p.Table_alias() } - p.SetState(8941) + p.SetState(8897) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 813, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 809, p.GetParserRuleContext()) == 1 { { - p.SetState(8937) + p.SetState(8893) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -133761,11 +133189,11 @@ func (p *PostgreSQLParser) Table_alias_clause() (localctx ITable_alias_clauseCon } } { - p.SetState(8938) + p.SetState(8894) p.Name_list() } { - p.SetState(8939) + p.SetState(8895) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -133933,26 +133361,26 @@ func (s *Func_alias_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Func_alias_clause() (localctx IFunc_alias_clauseContext) { localctx = NewFunc_alias_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1078, PostgreSQLParserRULE_func_alias_clause) + p.EnterRule(localctx, 1076, PostgreSQLParserRULE_func_alias_clause) var _la int - p.SetState(8955) + p.SetState(8911) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 816, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 812, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(8943) + p.SetState(8899) p.Alias_clause() } case 2: p.EnterOuterAlt(localctx, 2) - p.SetState(8949) + p.SetState(8905) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -133961,14 +133389,14 @@ func (p *PostgreSQLParser) Func_alias_clause() (localctx IFunc_alias_clauseConte switch p.GetTokenStream().LA(1) { case PostgreSQLParserAS: { - p.SetState(8944) + p.SetState(8900) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8946) + p.SetState(8902) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -133977,7 +133405,7 @@ func (p *PostgreSQLParser) Func_alias_clause() (localctx IFunc_alias_clauseConte if ((int64((_la-33)) & ^0x3f) == 0 && ((int64(1)<<(_la-33))&576460752589691909) != 0) || ((int64((_la-116)) & ^0x3f) == 0 && ((int64(1)<<(_la-116))&-6775) != 0) || ((int64((_la-180)) & ^0x3f) == 0 && ((int64(1)<<(_la-180))&-1) != 0) || ((int64((_la-244)) & ^0x3f) == 0 && ((int64(1)<<(_la-244))&-577) != 0) || ((int64((_la-308)) & ^0x3f) == 0 && ((int64(1)<<(_la-308))&-1) != 0) || ((int64((_la-372)) & ^0x3f) == 0 && ((int64(1)<<(_la-372))&-1) != 0) || ((int64((_la-436)) & ^0x3f) == 0 && ((int64(1)<<(_la-436))&-274878955521) != 0) || ((int64((_la-500)) & ^0x3f) == 0 && ((int64(1)<<(_la-500))&-2097313) != 0) || ((int64((_la-564)) & ^0x3f) == 0 && ((int64(1)<<(_la-564))&-1) != 0) || ((int64((_la-628)) & ^0x3f) == 0 && ((int64(1)<<(_la-628))&3298536031231) != 0) { { - p.SetState(8945) + p.SetState(8901) p.Colid() } @@ -133985,7 +133413,7 @@ func (p *PostgreSQLParser) Func_alias_clause() (localctx IFunc_alias_clauseConte case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserIS, PostgreSQLParserLEFT, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserRIGHT, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: { - p.SetState(8948) + p.SetState(8904) p.Colid() } @@ -133994,7 +133422,7 @@ func (p *PostgreSQLParser) Func_alias_clause() (localctx IFunc_alias_clauseConte goto errorExit } { - p.SetState(8951) + p.SetState(8907) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -134002,11 +133430,11 @@ func (p *PostgreSQLParser) Func_alias_clause() (localctx IFunc_alias_clauseConte } } { - p.SetState(8952) + p.SetState(8908) p.Tablefuncelementlist() } { - p.SetState(8953) + p.SetState(8909) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -134133,12 +133561,12 @@ func (s *Join_typeContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Join_type() (localctx IJoin_typeContext) { localctx = NewJoin_typeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1080, PostgreSQLParserRULE_join_type) + p.EnterRule(localctx, 1078, PostgreSQLParserRULE_join_type) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8957) + p.SetState(8913) _la = p.GetTokenStream().LA(1) if !((int64((_la-113)) & ^0x3f) == 0 && ((int64(1)<<(_la-113))&8261) != 0) { @@ -134148,7 +133576,7 @@ func (p *PostgreSQLParser) Join_type() (localctx IJoin_typeContext) { p.Consume() } } - p.SetState(8959) + p.SetState(8915) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -134157,7 +133585,7 @@ func (p *PostgreSQLParser) Join_type() (localctx IJoin_typeContext) { if _la == PostgreSQLParserOUTER_P { { - p.SetState(8958) + p.SetState(8914) p.Match(PostgreSQLParserOUTER_P) if p.HasError() { // Recognition error - abort rule @@ -134311,8 +133739,8 @@ func (s *Join_qualContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Join_qual() (localctx IJoin_qualContext) { localctx = NewJoin_qualContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1082, PostgreSQLParserRULE_join_qual) - p.SetState(8968) + p.EnterRule(localctx, 1080, PostgreSQLParserRULE_join_qual) + p.SetState(8924) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -134322,7 +133750,7 @@ func (p *PostgreSQLParser) Join_qual() (localctx IJoin_qualContext) { case PostgreSQLParserUSING: p.EnterOuterAlt(localctx, 1) { - p.SetState(8961) + p.SetState(8917) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -134330,7 +133758,7 @@ func (p *PostgreSQLParser) Join_qual() (localctx IJoin_qualContext) { } } { - p.SetState(8962) + p.SetState(8918) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -134338,11 +133766,11 @@ func (p *PostgreSQLParser) Join_qual() (localctx IJoin_qualContext) { } } { - p.SetState(8963) + p.SetState(8919) p.Name_list() } { - p.SetState(8964) + p.SetState(8920) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -134353,7 +133781,7 @@ func (p *PostgreSQLParser) Join_qual() (localctx IJoin_qualContext) { case PostgreSQLParserON: p.EnterOuterAlt(localctx, 2) { - p.SetState(8966) + p.SetState(8922) p.Match(PostgreSQLParserON) if p.HasError() { // Recognition error - abort rule @@ -134361,7 +133789,7 @@ func (p *PostgreSQLParser) Join_qual() (localctx IJoin_qualContext) { } } { - p.SetState(8967) + p.SetState(8923) p.A_expr() } @@ -134497,10 +133925,10 @@ func (s *Relation_exprContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Relation_expr() (localctx IRelation_exprContext) { localctx = NewRelation_exprContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1084, PostgreSQLParserRULE_relation_expr) + p.EnterRule(localctx, 1082, PostgreSQLParserRULE_relation_expr) var _la int - p.SetState(8982) + p.SetState(8938) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -134510,10 +133938,10 @@ func (p *PostgreSQLParser) Relation_expr() (localctx IRelation_exprContext) { case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserIS, PostgreSQLParserLEFT, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserRIGHT, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: p.EnterOuterAlt(localctx, 1) { - p.SetState(8970) + p.SetState(8926) p.Qualified_name() } - p.SetState(8972) + p.SetState(8928) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -134522,7 +133950,7 @@ func (p *PostgreSQLParser) Relation_expr() (localctx IRelation_exprContext) { if _la == PostgreSQLParserSTAR { { - p.SetState(8971) + p.SetState(8927) p.Match(PostgreSQLParserSTAR) if p.HasError() { // Recognition error - abort rule @@ -134535,14 +133963,14 @@ func (p *PostgreSQLParser) Relation_expr() (localctx IRelation_exprContext) { case PostgreSQLParserONLY: p.EnterOuterAlt(localctx, 2) { - p.SetState(8974) + p.SetState(8930) p.Match(PostgreSQLParserONLY) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(8980) + p.SetState(8936) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -134551,13 +133979,13 @@ func (p *PostgreSQLParser) Relation_expr() (localctx IRelation_exprContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserIS, PostgreSQLParserLEFT, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserRIGHT, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: { - p.SetState(8975) + p.SetState(8931) p.Qualified_name() } case PostgreSQLParserOPEN_PAREN: { - p.SetState(8976) + p.SetState(8932) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -134565,11 +133993,11 @@ func (p *PostgreSQLParser) Relation_expr() (localctx IRelation_exprContext) { } } { - p.SetState(8977) + p.SetState(8933) p.Qualified_name() } { - p.SetState(8978) + p.SetState(8934) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -134730,15 +134158,15 @@ func (s *Relation_expr_listContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Relation_expr_list() (localctx IRelation_expr_listContext) { localctx = NewRelation_expr_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1086, PostgreSQLParserRULE_relation_expr_list) + p.EnterRule(localctx, 1084, PostgreSQLParserRULE_relation_expr_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8984) + p.SetState(8940) p.Relation_expr() } - p.SetState(8989) + p.SetState(8945) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -134747,7 +134175,7 @@ func (p *PostgreSQLParser) Relation_expr_list() (localctx IRelation_expr_listCon for _la == PostgreSQLParserCOMMA { { - p.SetState(8985) + p.SetState(8941) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -134755,11 +134183,11 @@ func (p *PostgreSQLParser) Relation_expr_list() (localctx IRelation_expr_listCon } } { - p.SetState(8986) + p.SetState(8942) p.Relation_expr() } - p.SetState(8991) + p.SetState(8947) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -134896,19 +134324,19 @@ func (s *Relation_expr_opt_aliasContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Relation_expr_opt_alias() (localctx IRelation_expr_opt_aliasContext) { localctx = NewRelation_expr_opt_aliasContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1088, PostgreSQLParserRULE_relation_expr_opt_alias) + p.EnterRule(localctx, 1086, PostgreSQLParserRULE_relation_expr_opt_alias) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8992) + p.SetState(8948) p.Relation_expr() } - p.SetState(8997) + p.SetState(8953) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 824, p.GetParserRuleContext()) == 1 { - p.SetState(8994) + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 820, p.GetParserRuleContext()) == 1 { + p.SetState(8950) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -134917,7 +134345,7 @@ func (p *PostgreSQLParser) Relation_expr_opt_alias() (localctx IRelation_expr_op if _la == PostgreSQLParserAS { { - p.SetState(8993) + p.SetState(8949) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -134927,7 +134355,7 @@ func (p *PostgreSQLParser) Relation_expr_opt_alias() (localctx IRelation_expr_op } { - p.SetState(8996) + p.SetState(8952) p.Colid() } @@ -135091,12 +134519,12 @@ func (s *Tablesample_clauseContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Tablesample_clause() (localctx ITablesample_clauseContext) { localctx = NewTablesample_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1090, PostgreSQLParserRULE_tablesample_clause) + p.EnterRule(localctx, 1088, PostgreSQLParserRULE_tablesample_clause) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(8999) + p.SetState(8955) p.Match(PostgreSQLParserTABLESAMPLE) if p.HasError() { // Recognition error - abort rule @@ -135104,11 +134532,11 @@ func (p *PostgreSQLParser) Tablesample_clause() (localctx ITablesample_clauseCon } } { - p.SetState(9000) + p.SetState(8956) p.Func_name() } { - p.SetState(9001) + p.SetState(8957) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -135116,18 +134544,18 @@ func (p *PostgreSQLParser) Tablesample_clause() (localctx ITablesample_clauseCon } } { - p.SetState(9002) + p.SetState(8958) p.Expr_list() } { - p.SetState(9003) + p.SetState(8959) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9005) + p.SetState(8961) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -135136,7 +134564,7 @@ func (p *PostgreSQLParser) Tablesample_clause() (localctx ITablesample_clauseCon if _la == PostgreSQLParserREPEATABLE { { - p.SetState(9004) + p.SetState(8960) p.Opt_repeatable_clause() } @@ -135264,10 +134692,10 @@ func (s *Opt_repeatable_clauseContext) Accept(visitor antlr.ParseTreeVisitor) in func (p *PostgreSQLParser) Opt_repeatable_clause() (localctx IOpt_repeatable_clauseContext) { localctx = NewOpt_repeatable_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1092, PostgreSQLParserRULE_opt_repeatable_clause) + p.EnterRule(localctx, 1090, PostgreSQLParserRULE_opt_repeatable_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(9007) + p.SetState(8963) p.Match(PostgreSQLParserREPEATABLE) if p.HasError() { // Recognition error - abort rule @@ -135275,7 +134703,7 @@ func (p *PostgreSQLParser) Opt_repeatable_clause() (localctx IOpt_repeatable_cla } } { - p.SetState(9008) + p.SetState(8964) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -135283,11 +134711,11 @@ func (p *PostgreSQLParser) Opt_repeatable_clause() (localctx IOpt_repeatable_cla } } { - p.SetState(9009) + p.SetState(8965) p.A_expr() } { - p.SetState(9010) + p.SetState(8966) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -135456,26 +134884,26 @@ func (s *Func_tableContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Func_table() (localctx IFunc_tableContext) { localctx = NewFunc_tableContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1094, PostgreSQLParserRULE_func_table) - p.SetState(9024) + p.EnterRule(localctx, 1092, PostgreSQLParserRULE_func_table) + p.SetState(8980) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 828, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 824, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(9012) + p.SetState(8968) p.Func_expr_windowless() } - p.SetState(9014) + p.SetState(8970) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 826, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 822, p.GetParserRuleContext()) == 1 { { - p.SetState(9013) + p.SetState(8969) p.Opt_ordinality() } @@ -135486,7 +134914,7 @@ func (p *PostgreSQLParser) Func_table() (localctx IFunc_tableContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(9016) + p.SetState(8972) p.Match(PostgreSQLParserROWS) if p.HasError() { // Recognition error - abort rule @@ -135494,7 +134922,7 @@ func (p *PostgreSQLParser) Func_table() (localctx IFunc_tableContext) { } } { - p.SetState(9017) + p.SetState(8973) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -135502,7 +134930,7 @@ func (p *PostgreSQLParser) Func_table() (localctx IFunc_tableContext) { } } { - p.SetState(9018) + p.SetState(8974) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -135510,23 +134938,23 @@ func (p *PostgreSQLParser) Func_table() (localctx IFunc_tableContext) { } } { - p.SetState(9019) + p.SetState(8975) p.Rowsfrom_list() } { - p.SetState(9020) + p.SetState(8976) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9022) + p.SetState(8978) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 827, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 823, p.GetParserRuleContext()) == 1 { { - p.SetState(9021) + p.SetState(8977) p.Opt_ordinality() } @@ -135662,15 +135090,15 @@ func (s *Rowsfrom_itemContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Rowsfrom_item() (localctx IRowsfrom_itemContext) { localctx = NewRowsfrom_itemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1096, PostgreSQLParserRULE_rowsfrom_item) + p.EnterRule(localctx, 1094, PostgreSQLParserRULE_rowsfrom_item) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9026) + p.SetState(8982) p.Func_expr_windowless() } - p.SetState(9028) + p.SetState(8984) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -135679,7 +135107,7 @@ func (p *PostgreSQLParser) Rowsfrom_item() (localctx IRowsfrom_itemContext) { if _la == PostgreSQLParserAS { { - p.SetState(9027) + p.SetState(8983) p.Opt_col_def_list() } @@ -135828,15 +135256,15 @@ func (s *Rowsfrom_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Rowsfrom_list() (localctx IRowsfrom_listContext) { localctx = NewRowsfrom_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1098, PostgreSQLParserRULE_rowsfrom_list) + p.EnterRule(localctx, 1096, PostgreSQLParserRULE_rowsfrom_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9030) + p.SetState(8986) p.Rowsfrom_item() } - p.SetState(9035) + p.SetState(8991) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -135845,7 +135273,7 @@ func (p *PostgreSQLParser) Rowsfrom_list() (localctx IRowsfrom_listContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(9031) + p.SetState(8987) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -135853,11 +135281,11 @@ func (p *PostgreSQLParser) Rowsfrom_list() (localctx IRowsfrom_listContext) { } } { - p.SetState(9032) + p.SetState(8988) p.Rowsfrom_item() } - p.SetState(9037) + p.SetState(8993) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -135987,10 +135415,10 @@ func (s *Opt_col_def_listContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Opt_col_def_list() (localctx IOpt_col_def_listContext) { localctx = NewOpt_col_def_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1100, PostgreSQLParserRULE_opt_col_def_list) + p.EnterRule(localctx, 1098, PostgreSQLParserRULE_opt_col_def_list) p.EnterOuterAlt(localctx, 1) { - p.SetState(9038) + p.SetState(8994) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -135998,7 +135426,7 @@ func (p *PostgreSQLParser) Opt_col_def_list() (localctx IOpt_col_def_listContext } } { - p.SetState(9039) + p.SetState(8995) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -136006,11 +135434,11 @@ func (p *PostgreSQLParser) Opt_col_def_list() (localctx IOpt_col_def_listContext } } { - p.SetState(9040) + p.SetState(8996) p.Tablefuncelementlist() } { - p.SetState(9041) + p.SetState(8997) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -136118,10 +135546,10 @@ func (s *Opt_ordinalityContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Opt_ordinality() (localctx IOpt_ordinalityContext) { localctx = NewOpt_ordinalityContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1102, PostgreSQLParserRULE_opt_ordinality) + p.EnterRule(localctx, 1100, PostgreSQLParserRULE_opt_ordinality) p.EnterOuterAlt(localctx, 1) { - p.SetState(9043) + p.SetState(8999) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -136129,7 +135557,7 @@ func (p *PostgreSQLParser) Opt_ordinality() (localctx IOpt_ordinalityContext) { } } { - p.SetState(9044) + p.SetState(9000) p.Match(PostgreSQLParserORDINALITY) if p.HasError() { // Recognition error - abort rule @@ -136249,10 +135677,10 @@ func (s *Where_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Where_clause() (localctx IWhere_clauseContext) { localctx = NewWhere_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1104, PostgreSQLParserRULE_where_clause) + p.EnterRule(localctx, 1102, PostgreSQLParserRULE_where_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(9046) + p.SetState(9002) p.Match(PostgreSQLParserWHERE) if p.HasError() { // Recognition error - abort rule @@ -136260,7 +135688,7 @@ func (p *PostgreSQLParser) Where_clause() (localctx IWhere_clauseContext) { } } { - p.SetState(9047) + p.SetState(9003) p.A_expr() } @@ -136403,26 +135831,26 @@ func (s *Where_or_current_clauseContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Where_or_current_clause() (localctx IWhere_or_current_clauseContext) { localctx = NewWhere_or_current_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1106, PostgreSQLParserRULE_where_or_current_clause) + p.EnterRule(localctx, 1104, PostgreSQLParserRULE_where_or_current_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(9049) + p.SetState(9005) p.Match(PostgreSQLParserWHERE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9054) + p.SetState(9010) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 831, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 827, p.GetParserRuleContext()) { case 1: { - p.SetState(9050) + p.SetState(9006) p.Match(PostgreSQLParserCURRENT_P) if p.HasError() { // Recognition error - abort rule @@ -136430,7 +135858,7 @@ func (p *PostgreSQLParser) Where_or_current_clause() (localctx IWhere_or_current } } { - p.SetState(9051) + p.SetState(9007) p.Match(PostgreSQLParserOF) if p.HasError() { // Recognition error - abort rule @@ -136438,13 +135866,13 @@ func (p *PostgreSQLParser) Where_or_current_clause() (localctx IWhere_or_current } } { - p.SetState(9052) + p.SetState(9008) p.Cursor_name() } case 2: { - p.SetState(9053) + p.SetState(9009) p.A_expr() } @@ -136559,10 +135987,10 @@ func (s *OpttablefuncelementlistContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Opttablefuncelementlist() (localctx IOpttablefuncelementlistContext) { localctx = NewOpttablefuncelementlistContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1108, PostgreSQLParserRULE_opttablefuncelementlist) + p.EnterRule(localctx, 1106, PostgreSQLParserRULE_opttablefuncelementlist) p.EnterOuterAlt(localctx, 1) { - p.SetState(9056) + p.SetState(9012) p.Tablefuncelementlist() } @@ -136709,15 +136137,15 @@ func (s *TablefuncelementlistContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Tablefuncelementlist() (localctx ITablefuncelementlistContext) { localctx = NewTablefuncelementlistContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1110, PostgreSQLParserRULE_tablefuncelementlist) + p.EnterRule(localctx, 1108, PostgreSQLParserRULE_tablefuncelementlist) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9058) + p.SetState(9014) p.Tablefuncelement() } - p.SetState(9063) + p.SetState(9019) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -136726,7 +136154,7 @@ func (p *PostgreSQLParser) Tablefuncelementlist() (localctx ITablefuncelementlis for _la == PostgreSQLParserCOMMA { { - p.SetState(9059) + p.SetState(9015) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -136734,11 +136162,11 @@ func (p *PostgreSQLParser) Tablefuncelementlist() (localctx ITablefuncelementlis } } { - p.SetState(9060) + p.SetState(9016) p.Tablefuncelement() } - p.SetState(9065) + p.SetState(9021) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -136887,19 +136315,19 @@ func (s *TablefuncelementContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Tablefuncelement() (localctx ITablefuncelementContext) { localctx = NewTablefuncelementContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1112, PostgreSQLParserRULE_tablefuncelement) + p.EnterRule(localctx, 1110, PostgreSQLParserRULE_tablefuncelement) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9066) + p.SetState(9022) p.Colid() } { - p.SetState(9067) + p.SetState(9023) p.Typename() } - p.SetState(9069) + p.SetState(9025) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -136908,7 +136336,7 @@ func (p *PostgreSQLParser) Tablefuncelement() (localctx ITablefuncelementContext if _la == PostgreSQLParserCOLLATE { { - p.SetState(9068) + p.SetState(9024) p.Opt_collate_clause() } @@ -137112,10 +136540,10 @@ func (s *XmltableContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Xmltable() (localctx IXmltableContext) { localctx = NewXmltableContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1114, PostgreSQLParserRULE_xmltable) + p.EnterRule(localctx, 1112, PostgreSQLParserRULE_xmltable) p.EnterOuterAlt(localctx, 1) { - p.SetState(9071) + p.SetState(9027) p.Match(PostgreSQLParserXMLTABLE) if p.HasError() { // Recognition error - abort rule @@ -137123,31 +136551,31 @@ func (p *PostgreSQLParser) Xmltable() (localctx IXmltableContext) { } } { - p.SetState(9072) + p.SetState(9028) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9088) + p.SetState(9044) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 834, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 830, p.GetParserRuleContext()) { case 1: { - p.SetState(9073) + p.SetState(9029) p.C_expr() } { - p.SetState(9074) + p.SetState(9030) p.Xmlexists_argument() } { - p.SetState(9075) + p.SetState(9031) p.Match(PostgreSQLParserCOLUMNS) if p.HasError() { // Recognition error - abort rule @@ -137155,13 +136583,13 @@ func (p *PostgreSQLParser) Xmltable() (localctx IXmltableContext) { } } { - p.SetState(9076) + p.SetState(9032) p.Xmltable_column_list() } case 2: { - p.SetState(9078) + p.SetState(9034) p.Match(PostgreSQLParserXMLNAMESPACES) if p.HasError() { // Recognition error - abort rule @@ -137169,7 +136597,7 @@ func (p *PostgreSQLParser) Xmltable() (localctx IXmltableContext) { } } { - p.SetState(9079) + p.SetState(9035) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -137177,11 +136605,11 @@ func (p *PostgreSQLParser) Xmltable() (localctx IXmltableContext) { } } { - p.SetState(9080) + p.SetState(9036) p.Xml_namespace_list() } { - p.SetState(9081) + p.SetState(9037) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -137189,7 +136617,7 @@ func (p *PostgreSQLParser) Xmltable() (localctx IXmltableContext) { } } { - p.SetState(9082) + p.SetState(9038) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -137197,15 +136625,15 @@ func (p *PostgreSQLParser) Xmltable() (localctx IXmltableContext) { } } { - p.SetState(9083) + p.SetState(9039) p.C_expr() } { - p.SetState(9084) + p.SetState(9040) p.Xmlexists_argument() } { - p.SetState(9085) + p.SetState(9041) p.Match(PostgreSQLParserCOLUMNS) if p.HasError() { // Recognition error - abort rule @@ -137213,7 +136641,7 @@ func (p *PostgreSQLParser) Xmltable() (localctx IXmltableContext) { } } { - p.SetState(9086) + p.SetState(9042) p.Xmltable_column_list() } @@ -137221,7 +136649,7 @@ func (p *PostgreSQLParser) Xmltable() (localctx IXmltableContext) { goto errorExit } { - p.SetState(9090) + p.SetState(9046) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -137372,15 +136800,15 @@ func (s *Xmltable_column_listContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Xmltable_column_list() (localctx IXmltable_column_listContext) { localctx = NewXmltable_column_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1116, PostgreSQLParserRULE_xmltable_column_list) + p.EnterRule(localctx, 1114, PostgreSQLParserRULE_xmltable_column_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9092) + p.SetState(9048) p.Xmltable_column_el() } - p.SetState(9097) + p.SetState(9053) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -137389,7 +136817,7 @@ func (p *PostgreSQLParser) Xmltable_column_list() (localctx IXmltable_column_lis for _la == PostgreSQLParserCOMMA { { - p.SetState(9093) + p.SetState(9049) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -137397,11 +136825,11 @@ func (p *PostgreSQLParser) Xmltable_column_list() (localctx IXmltable_column_lis } } { - p.SetState(9094) + p.SetState(9050) p.Xmltable_column_el() } - p.SetState(9099) + p.SetState(9055) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -137560,15 +136988,15 @@ func (s *Xmltable_column_elContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Xmltable_column_el() (localctx IXmltable_column_elContext) { localctx = NewXmltable_column_elContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1118, PostgreSQLParserRULE_xmltable_column_el) + p.EnterRule(localctx, 1116, PostgreSQLParserRULE_xmltable_column_el) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9100) + p.SetState(9056) p.Colid() } - p.SetState(9107) + p.SetState(9063) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -137577,10 +137005,10 @@ func (p *PostgreSQLParser) Xmltable_column_el() (localctx IXmltable_column_elCon switch p.GetTokenStream().LA(1) { case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLEFT, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserRIGHT, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: { - p.SetState(9101) + p.SetState(9057) p.Typename() } - p.SetState(9103) + p.SetState(9059) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -137589,7 +137017,7 @@ func (p *PostgreSQLParser) Xmltable_column_el() (localctx IXmltable_column_elCon if ((int64((_la-33)) & ^0x3f) == 0 && ((int64(1)<<(_la-33))&576513529147825157) != 0) || ((int64((_la-116)) & ^0x3f) == 0 && ((int64(1)<<(_la-116))&74346914954363009) != 0) || ((int64((_la-207)) & ^0x3f) == 0 && ((int64(1)<<(_la-207))&56295003965620233) != 0) || ((int64((_la-272)) & ^0x3f) == 0 && ((int64(1)<<(_la-272))&18068292027564033) != 0) || _la == PostgreSQLParserTYPE_P || ((int64((_la-435)) & ^0x3f) == 0 && ((int64(1)<<(_la-435))&-144097595889811453) != 0) || ((int64((_la-499)) & ^0x3f) == 0 && ((int64(1)<<(_la-499))&12516927) != 0) || ((int64((_la-643)) & ^0x3f) == 0 && ((int64(1)<<(_la-643))&100663331) != 0) { { - p.SetState(9102) + p.SetState(9058) p.Xmltable_column_option_list() } @@ -137597,7 +137025,7 @@ func (p *PostgreSQLParser) Xmltable_column_el() (localctx IXmltable_column_elCon case PostgreSQLParserFOR: { - p.SetState(9105) + p.SetState(9061) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -137605,7 +137033,7 @@ func (p *PostgreSQLParser) Xmltable_column_el() (localctx IXmltable_column_elCon } } { - p.SetState(9106) + p.SetState(9062) p.Match(PostgreSQLParserORDINALITY) if p.HasError() { // Recognition error - abort rule @@ -137751,11 +137179,11 @@ func (s *Xmltable_column_option_listContext) Accept(visitor antlr.ParseTreeVisit func (p *PostgreSQLParser) Xmltable_column_option_list() (localctx IXmltable_column_option_listContext) { localctx = NewXmltable_column_option_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1120, PostgreSQLParserRULE_xmltable_column_option_list) + p.EnterRule(localctx, 1118, PostgreSQLParserRULE_xmltable_column_option_list) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(9110) + p.SetState(9066) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -137764,11 +137192,11 @@ func (p *PostgreSQLParser) Xmltable_column_option_list() (localctx IXmltable_col for ok := true; ok; ok = ((int64((_la-33)) & ^0x3f) == 0 && ((int64(1)<<(_la-33))&576513529147825157) != 0) || ((int64((_la-116)) & ^0x3f) == 0 && ((int64(1)<<(_la-116))&74346914954363009) != 0) || ((int64((_la-207)) & ^0x3f) == 0 && ((int64(1)<<(_la-207))&56295003965620233) != 0) || ((int64((_la-272)) & ^0x3f) == 0 && ((int64(1)<<(_la-272))&18068292027564033) != 0) || _la == PostgreSQLParserTYPE_P || ((int64((_la-435)) & ^0x3f) == 0 && ((int64(1)<<(_la-435))&-144097595889811453) != 0) || ((int64((_la-499)) & ^0x3f) == 0 && ((int64(1)<<(_la-499))&12516927) != 0) || ((int64((_la-643)) & ^0x3f) == 0 && ((int64(1)<<(_la-643))&100663331) != 0) { { - p.SetState(9109) + p.SetState(9065) p.Xmltable_column_option_el() } - p.SetState(9112) + p.SetState(9068) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -137915,18 +137343,18 @@ func (s *Xmltable_column_option_elContext) Accept(visitor antlr.ParseTreeVisitor func (p *PostgreSQLParser) Xmltable_column_option_el() (localctx IXmltable_column_option_elContext) { localctx = NewXmltable_column_option_elContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1122, PostgreSQLParserRULE_xmltable_column_option_el) - p.SetState(9122) + p.EnterRule(localctx, 1120, PostgreSQLParserRULE_xmltable_column_option_el) + p.SetState(9078) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 839, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 835, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(9114) + p.SetState(9070) p.Match(PostgreSQLParserDEFAULT) if p.HasError() { // Recognition error - abort rule @@ -137934,25 +137362,25 @@ func (p *PostgreSQLParser) Xmltable_column_option_el() (localctx IXmltable_colum } } { - p.SetState(9115) + p.SetState(9071) p.A_expr() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(9116) + p.SetState(9072) p.Identifier() } { - p.SetState(9117) + p.SetState(9073) p.A_expr() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(9119) + p.SetState(9075) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -137960,7 +137388,7 @@ func (p *PostgreSQLParser) Xmltable_column_option_el() (localctx IXmltable_colum } } { - p.SetState(9120) + p.SetState(9076) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule @@ -137971,7 +137399,7 @@ func (p *PostgreSQLParser) Xmltable_column_option_el() (localctx IXmltable_colum case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(9121) + p.SetState(9077) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule @@ -138126,15 +137554,15 @@ func (s *Xml_namespace_listContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Xml_namespace_list() (localctx IXml_namespace_listContext) { localctx = NewXml_namespace_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1124, PostgreSQLParserRULE_xml_namespace_list) + p.EnterRule(localctx, 1122, PostgreSQLParserRULE_xml_namespace_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9124) + p.SetState(9080) p.Xml_namespace_el() } - p.SetState(9129) + p.SetState(9085) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -138143,7 +137571,7 @@ func (p *PostgreSQLParser) Xml_namespace_list() (localctx IXml_namespace_listCon for _la == PostgreSQLParserCOMMA { { - p.SetState(9125) + p.SetState(9081) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -138151,11 +137579,11 @@ func (p *PostgreSQLParser) Xml_namespace_list() (localctx IXml_namespace_listCon } } { - p.SetState(9126) + p.SetState(9082) p.Xml_namespace_el() } - p.SetState(9131) + p.SetState(9087) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -138297,22 +137725,22 @@ func (s *Xml_namespace_elContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Xml_namespace_el() (localctx IXml_namespace_elContext) { localctx = NewXml_namespace_elContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1126, PostgreSQLParserRULE_xml_namespace_el) - p.SetState(9138) + p.EnterRule(localctx, 1124, PostgreSQLParserRULE_xml_namespace_el) + p.SetState(9094) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 841, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 837, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(9132) + p.SetState(9088) p.b_expr(0) } { - p.SetState(9133) + p.SetState(9089) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -138320,14 +137748,14 @@ func (p *PostgreSQLParser) Xml_namespace_el() (localctx IXml_namespace_elContext } } { - p.SetState(9134) + p.SetState(9090) p.Collabel() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(9136) + p.SetState(9092) p.Match(PostgreSQLParserDEFAULT) if p.HasError() { // Recognition error - abort rule @@ -138335,7 +137763,7 @@ func (p *PostgreSQLParser) Xml_namespace_el() (localctx IXml_namespace_elContext } } { - p.SetState(9137) + p.SetState(9093) p.b_expr(0) } @@ -138536,19 +137964,19 @@ func (s *TypenameContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Typename() (localctx ITypenameContext) { localctx = NewTypenameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1128, PostgreSQLParserRULE_typename) + p.EnterRule(localctx, 1126, PostgreSQLParserRULE_typename) var _la int - p.SetState(9158) + p.SetState(9114) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 845, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 841, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) - p.SetState(9141) + p.SetState(9097) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -138557,7 +137985,7 @@ func (p *PostgreSQLParser) Typename() (localctx ITypenameContext) { if _la == PostgreSQLParserSETOF { { - p.SetState(9140) + p.SetState(9096) p.Match(PostgreSQLParserSETOF) if p.HasError() { // Recognition error - abort rule @@ -138567,37 +137995,37 @@ func (p *PostgreSQLParser) Typename() (localctx ITypenameContext) { } { - p.SetState(9143) + p.SetState(9099) p.Simpletypename() } - p.SetState(9152) + p.SetState(9108) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 844, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 840, p.GetParserRuleContext()) { case 1: { - p.SetState(9144) + p.SetState(9100) p.Opt_array_bounds() } case 2: { - p.SetState(9145) + p.SetState(9101) p.Match(PostgreSQLParserARRAY) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9150) + p.SetState(9106) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 843, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 839, p.GetParserRuleContext()) == 1 { { - p.SetState(9146) + p.SetState(9102) p.Match(PostgreSQLParserOPEN_BRACKET) if p.HasError() { // Recognition error - abort rule @@ -138605,11 +138033,11 @@ func (p *PostgreSQLParser) Typename() (localctx ITypenameContext) { } } { - p.SetState(9147) + p.SetState(9103) p.Iconst() } { - p.SetState(9148) + p.SetState(9104) p.Match(PostgreSQLParserCLOSE_BRACKET) if p.HasError() { // Recognition error - abort rule @@ -138628,11 +138056,11 @@ func (p *PostgreSQLParser) Typename() (localctx ITypenameContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(9154) + p.SetState(9110) p.Qualified_name() } { - p.SetState(9155) + p.SetState(9111) p.Match(PostgreSQLParserPERCENT) if p.HasError() { // Recognition error - abort rule @@ -138640,7 +138068,7 @@ func (p *PostgreSQLParser) Typename() (localctx ITypenameContext) { } } { - p.SetState(9156) + p.SetState(9112) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserTYPE_P || _la == PostgreSQLParserROWTYPE) { @@ -138808,32 +138236,32 @@ func (s *Opt_array_boundsContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Opt_array_bounds() (localctx IOpt_array_boundsContext) { localctx = NewOpt_array_boundsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1130, PostgreSQLParserRULE_opt_array_bounds) + p.EnterRule(localctx, 1128, PostgreSQLParserRULE_opt_array_bounds) var _la int var _alt int p.EnterOuterAlt(localctx, 1) - p.SetState(9167) + p.SetState(9123) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 847, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 843, p.GetParserRuleContext()) if p.HasError() { goto errorExit } for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(9160) + p.SetState(9116) p.Match(PostgreSQLParserOPEN_BRACKET) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9162) + p.SetState(9118) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -138842,13 +138270,13 @@ func (p *PostgreSQLParser) Opt_array_bounds() (localctx IOpt_array_boundsContext if _la == PostgreSQLParserIntegral { { - p.SetState(9161) + p.SetState(9117) p.Iconst() } } { - p.SetState(9164) + p.SetState(9120) p.Match(PostgreSQLParserCLOSE_BRACKET) if p.HasError() { // Recognition error - abort rule @@ -138857,12 +138285,12 @@ func (p *PostgreSQLParser) Opt_array_bounds() (localctx IOpt_array_boundsContext } } - p.SetState(9169) + p.SetState(9125) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 847, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 843, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -139104,69 +138532,69 @@ func (s *SimpletypenameContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Simpletypename() (localctx ISimpletypenameContext) { localctx = NewSimpletypenameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1132, PostgreSQLParserRULE_simpletypename) - p.SetState(9185) + p.EnterRule(localctx, 1130, PostgreSQLParserRULE_simpletypename) + p.SetState(9141) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 850, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 846, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(9170) + p.SetState(9126) p.Generictype() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(9171) + p.SetState(9127) p.Numeric() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(9172) + p.SetState(9128) p.Bit() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(9173) + p.SetState(9129) p.Character() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(9174) + p.SetState(9130) p.Constdatetime() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(9175) + p.SetState(9131) p.Constinterval() } - p.SetState(9183) + p.SetState(9139) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 849, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 845, p.GetParserRuleContext()) { case 1: - p.SetState(9177) + p.SetState(9133) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 848, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 844, p.GetParserRuleContext()) == 1 { { - p.SetState(9176) + p.SetState(9132) p.Opt_interval() } @@ -139176,7 +138604,7 @@ func (p *PostgreSQLParser) Simpletypename() (localctx ISimpletypenameContext) { case 2: { - p.SetState(9179) + p.SetState(9135) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -139184,11 +138612,11 @@ func (p *PostgreSQLParser) Simpletypename() (localctx ISimpletypenameContext) { } } { - p.SetState(9180) + p.SetState(9136) p.Iconst() } { - p.SetState(9181) + p.SetState(9137) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -139362,8 +138790,8 @@ func (s *ConsttypenameContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Consttypename() (localctx IConsttypenameContext) { localctx = NewConsttypenameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1134, PostgreSQLParserRULE_consttypename) - p.SetState(9191) + p.EnterRule(localctx, 1132, PostgreSQLParserRULE_consttypename) + p.SetState(9147) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -139373,28 +138801,28 @@ func (p *PostgreSQLParser) Consttypename() (localctx IConsttypenameContext) { case PostgreSQLParserDOUBLE_P, PostgreSQLParserBIGINT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserFLOAT_P, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserNUMERIC, PostgreSQLParserREAL, PostgreSQLParserSMALLINT: p.EnterOuterAlt(localctx, 1) { - p.SetState(9187) + p.SetState(9143) p.Numeric() } case PostgreSQLParserBIT: p.EnterOuterAlt(localctx, 2) { - p.SetState(9188) + p.SetState(9144) p.Constbit() } case PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserVARCHAR: p.EnterOuterAlt(localctx, 3) { - p.SetState(9189) + p.SetState(9145) p.Constcharacter() } case PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP: p.EnterOuterAlt(localctx, 4) { - p.SetState(9190) + p.SetState(9146) p.Constdatetime() } @@ -139571,9 +138999,9 @@ func (s *GenerictypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Generictype() (localctx IGenerictypeContext) { localctx = NewGenerictypeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1136, PostgreSQLParserRULE_generictype) + p.EnterRule(localctx, 1134, PostgreSQLParserRULE_generictype) p.EnterOuterAlt(localctx, 1) - p.SetState(9197) + p.SetState(9153) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -139582,19 +139010,19 @@ func (p *PostgreSQLParser) Generictype() (localctx IGenerictypeContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserREPLACE, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserREVERSE, PostgreSQLParserLOG, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER: { - p.SetState(9193) + p.SetState(9149) p.Builtin_function_name() } case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserPARAMETER, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserCOLUMNS, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: { - p.SetState(9194) + p.SetState(9150) p.Type_function_name() } case PostgreSQLParserLEFT: { - p.SetState(9195) + p.SetState(9151) p.Match(PostgreSQLParserLEFT) if p.HasError() { // Recognition error - abort rule @@ -139604,7 +139032,7 @@ func (p *PostgreSQLParser) Generictype() (localctx IGenerictypeContext) { case PostgreSQLParserRIGHT: { - p.SetState(9196) + p.SetState(9152) p.Match(PostgreSQLParserRIGHT) if p.HasError() { // Recognition error - abort rule @@ -139616,24 +139044,24 @@ func (p *PostgreSQLParser) Generictype() (localctx IGenerictypeContext) { p.SetError(antlr.NewNoViableAltException(p, nil, nil, nil, nil, nil)) goto errorExit } - p.SetState(9200) + p.SetState(9156) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 853, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 849, p.GetParserRuleContext()) == 1 { { - p.SetState(9199) + p.SetState(9155) p.Attrs() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(9203) + p.SetState(9159) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 854, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 850, p.GetParserRuleContext()) == 1 { { - p.SetState(9202) + p.SetState(9158) p.Opt_type_modifiers() } @@ -139758,10 +139186,10 @@ func (s *Opt_type_modifiersContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Opt_type_modifiers() (localctx IOpt_type_modifiersContext) { localctx = NewOpt_type_modifiersContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1138, PostgreSQLParserRULE_opt_type_modifiers) + p.EnterRule(localctx, 1136, PostgreSQLParserRULE_opt_type_modifiers) p.EnterOuterAlt(localctx, 1) { - p.SetState(9205) + p.SetState(9161) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -139769,11 +139197,11 @@ func (p *PostgreSQLParser) Opt_type_modifiers() (localctx IOpt_type_modifiersCon } } { - p.SetState(9206) + p.SetState(9162) p.Expr_list() } { - p.SetState(9207) + p.SetState(9163) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -139965,8 +139393,8 @@ func (s *NumericContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Numeric() (localctx INumericContext) { localctx = NewNumericContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1140, PostgreSQLParserRULE_numeric) - p.SetState(9233) + p.EnterRule(localctx, 1138, PostgreSQLParserRULE_numeric) + p.SetState(9189) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -139976,7 +139404,7 @@ func (p *PostgreSQLParser) Numeric() (localctx INumericContext) { case PostgreSQLParserINT_P: p.EnterOuterAlt(localctx, 1) { - p.SetState(9209) + p.SetState(9165) p.Match(PostgreSQLParserINT_P) if p.HasError() { // Recognition error - abort rule @@ -139987,7 +139415,7 @@ func (p *PostgreSQLParser) Numeric() (localctx INumericContext) { case PostgreSQLParserINTEGER: p.EnterOuterAlt(localctx, 2) { - p.SetState(9210) + p.SetState(9166) p.Match(PostgreSQLParserINTEGER) if p.HasError() { // Recognition error - abort rule @@ -139998,7 +139426,7 @@ func (p *PostgreSQLParser) Numeric() (localctx INumericContext) { case PostgreSQLParserSMALLINT: p.EnterOuterAlt(localctx, 3) { - p.SetState(9211) + p.SetState(9167) p.Match(PostgreSQLParserSMALLINT) if p.HasError() { // Recognition error - abort rule @@ -140009,7 +139437,7 @@ func (p *PostgreSQLParser) Numeric() (localctx INumericContext) { case PostgreSQLParserBIGINT: p.EnterOuterAlt(localctx, 4) { - p.SetState(9212) + p.SetState(9168) p.Match(PostgreSQLParserBIGINT) if p.HasError() { // Recognition error - abort rule @@ -140020,7 +139448,7 @@ func (p *PostgreSQLParser) Numeric() (localctx INumericContext) { case PostgreSQLParserREAL: p.EnterOuterAlt(localctx, 5) { - p.SetState(9213) + p.SetState(9169) p.Match(PostgreSQLParserREAL) if p.HasError() { // Recognition error - abort rule @@ -140031,19 +139459,19 @@ func (p *PostgreSQLParser) Numeric() (localctx INumericContext) { case PostgreSQLParserFLOAT_P: p.EnterOuterAlt(localctx, 6) { - p.SetState(9214) + p.SetState(9170) p.Match(PostgreSQLParserFLOAT_P) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9216) + p.SetState(9172) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 855, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 851, p.GetParserRuleContext()) == 1 { { - p.SetState(9215) + p.SetState(9171) p.Opt_float() } @@ -140054,7 +139482,7 @@ func (p *PostgreSQLParser) Numeric() (localctx INumericContext) { case PostgreSQLParserDOUBLE_P: p.EnterOuterAlt(localctx, 7) { - p.SetState(9218) + p.SetState(9174) p.Match(PostgreSQLParserDOUBLE_P) if p.HasError() { // Recognition error - abort rule @@ -140062,7 +139490,7 @@ func (p *PostgreSQLParser) Numeric() (localctx INumericContext) { } } { - p.SetState(9219) + p.SetState(9175) p.Match(PostgreSQLParserPRECISION) if p.HasError() { // Recognition error - abort rule @@ -140073,19 +139501,19 @@ func (p *PostgreSQLParser) Numeric() (localctx INumericContext) { case PostgreSQLParserDECIMAL_P: p.EnterOuterAlt(localctx, 8) { - p.SetState(9220) + p.SetState(9176) p.Match(PostgreSQLParserDECIMAL_P) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9222) + p.SetState(9178) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 856, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 852, p.GetParserRuleContext()) == 1 { { - p.SetState(9221) + p.SetState(9177) p.Opt_type_modifiers() } @@ -140096,19 +139524,19 @@ func (p *PostgreSQLParser) Numeric() (localctx INumericContext) { case PostgreSQLParserDEC: p.EnterOuterAlt(localctx, 9) { - p.SetState(9224) + p.SetState(9180) p.Match(PostgreSQLParserDEC) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9226) + p.SetState(9182) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 857, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 853, p.GetParserRuleContext()) == 1 { { - p.SetState(9225) + p.SetState(9181) p.Opt_type_modifiers() } @@ -140119,19 +139547,19 @@ func (p *PostgreSQLParser) Numeric() (localctx INumericContext) { case PostgreSQLParserNUMERIC: p.EnterOuterAlt(localctx, 10) { - p.SetState(9228) + p.SetState(9184) p.Match(PostgreSQLParserNUMERIC) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9230) + p.SetState(9186) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 858, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 854, p.GetParserRuleContext()) == 1 { { - p.SetState(9229) + p.SetState(9185) p.Opt_type_modifiers() } @@ -140142,7 +139570,7 @@ func (p *PostgreSQLParser) Numeric() (localctx INumericContext) { case PostgreSQLParserBOOLEAN_P: p.EnterOuterAlt(localctx, 11) { - p.SetState(9232) + p.SetState(9188) p.Match(PostgreSQLParserBOOLEAN_P) if p.HasError() { // Recognition error - abort rule @@ -140272,10 +139700,10 @@ func (s *Opt_floatContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Opt_float() (localctx IOpt_floatContext) { localctx = NewOpt_floatContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1142, PostgreSQLParserRULE_opt_float) + p.EnterRule(localctx, 1140, PostgreSQLParserRULE_opt_float) p.EnterOuterAlt(localctx, 1) { - p.SetState(9235) + p.SetState(9191) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -140283,11 +139711,11 @@ func (p *PostgreSQLParser) Opt_float() (localctx IOpt_floatContext) { } } { - p.SetState(9236) + p.SetState(9192) p.Iconst() } { - p.SetState(9237) + p.SetState(9193) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -140419,25 +139847,25 @@ func (s *BitContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Bit() (localctx IBitContext) { localctx = NewBitContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1144, PostgreSQLParserRULE_bit) - p.SetState(9241) + p.EnterRule(localctx, 1142, PostgreSQLParserRULE_bit) + p.SetState(9197) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 860, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 856, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(9239) + p.SetState(9195) p.Bitwithlength() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(9240) + p.SetState(9196) p.Bitwithoutlength() } @@ -140569,25 +139997,25 @@ func (s *ConstbitContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Constbit() (localctx IConstbitContext) { localctx = NewConstbitContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1146, PostgreSQLParserRULE_constbit) - p.SetState(9245) + p.EnterRule(localctx, 1144, PostgreSQLParserRULE_constbit) + p.SetState(9201) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 861, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 857, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(9243) + p.SetState(9199) p.Bitwithlength() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(9244) + p.SetState(9200) p.Bitwithoutlength() } @@ -140734,19 +140162,19 @@ func (s *BitwithlengthContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Bitwithlength() (localctx IBitwithlengthContext) { localctx = NewBitwithlengthContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1148, PostgreSQLParserRULE_bitwithlength) + p.EnterRule(localctx, 1146, PostgreSQLParserRULE_bitwithlength) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9247) + p.SetState(9203) p.Match(PostgreSQLParserBIT) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9249) + p.SetState(9205) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -140755,13 +140183,13 @@ func (p *PostgreSQLParser) Bitwithlength() (localctx IBitwithlengthContext) { if _la == PostgreSQLParserVARYING { { - p.SetState(9248) + p.SetState(9204) p.Opt_varying() } } { - p.SetState(9251) + p.SetState(9207) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -140769,11 +140197,11 @@ func (p *PostgreSQLParser) Bitwithlength() (localctx IBitwithlengthContext) { } } { - p.SetState(9252) + p.SetState(9208) p.Expr_list() } { - p.SetState(9253) + p.SetState(9209) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -140893,22 +140321,22 @@ func (s *BitwithoutlengthContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Bitwithoutlength() (localctx IBitwithoutlengthContext) { localctx = NewBitwithoutlengthContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1150, PostgreSQLParserRULE_bitwithoutlength) + p.EnterRule(localctx, 1148, PostgreSQLParserRULE_bitwithoutlength) p.EnterOuterAlt(localctx, 1) { - p.SetState(9255) + p.SetState(9211) p.Match(PostgreSQLParserBIT) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9257) + p.SetState(9213) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 863, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 859, p.GetParserRuleContext()) == 1 { { - p.SetState(9256) + p.SetState(9212) p.Opt_varying() } @@ -141050,18 +140478,18 @@ func (s *CharacterContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Character() (localctx ICharacterContext) { localctx = NewCharacterContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1152, PostgreSQLParserRULE_character) + p.EnterRule(localctx, 1150, PostgreSQLParserRULE_character) p.EnterOuterAlt(localctx, 1) { - p.SetState(9259) + p.SetState(9215) p.Character_c() } - p.SetState(9264) + p.SetState(9220) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 864, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 860, p.GetParserRuleContext()) == 1 { { - p.SetState(9260) + p.SetState(9216) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -141069,11 +140497,11 @@ func (p *PostgreSQLParser) Character() (localctx ICharacterContext) { } } { - p.SetState(9261) + p.SetState(9217) p.Iconst() } { - p.SetState(9262) + p.SetState(9218) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -141219,15 +140647,15 @@ func (s *ConstcharacterContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Constcharacter() (localctx IConstcharacterContext) { localctx = NewConstcharacterContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1154, PostgreSQLParserRULE_constcharacter) + p.EnterRule(localctx, 1152, PostgreSQLParserRULE_constcharacter) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9266) + p.SetState(9222) p.Character_c() } - p.SetState(9271) + p.SetState(9227) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -141236,7 +140664,7 @@ func (p *PostgreSQLParser) Constcharacter() (localctx IConstcharacterContext) { if _la == PostgreSQLParserOPEN_PAREN { { - p.SetState(9267) + p.SetState(9223) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -141244,11 +140672,11 @@ func (p *PostgreSQLParser) Constcharacter() (localctx IConstcharacterContext) { } } { - p.SetState(9268) + p.SetState(9224) p.Iconst() } { - p.SetState(9269) + p.SetState(9225) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -141390,10 +140818,10 @@ func (s *Character_cContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Character_c() (localctx ICharacter_cContext) { localctx = NewCharacter_cContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1156, PostgreSQLParserRULE_character_c) + p.EnterRule(localctx, 1154, PostgreSQLParserRULE_character_c) var _la int - p.SetState(9283) + p.SetState(9239) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -141403,7 +140831,7 @@ func (p *PostgreSQLParser) Character_c() (localctx ICharacter_cContext) { case PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserNCHAR: p.EnterOuterAlt(localctx, 1) { - p.SetState(9273) + p.SetState(9229) _la = p.GetTokenStream().LA(1) if !((int64((_la-385)) & ^0x3f) == 0 && ((int64(1)<<(_la-385))&32771) != 0) { @@ -141413,12 +140841,12 @@ func (p *PostgreSQLParser) Character_c() (localctx ICharacter_cContext) { p.Consume() } } - p.SetState(9275) + p.SetState(9231) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 866, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 862, p.GetParserRuleContext()) == 1 { { - p.SetState(9274) + p.SetState(9230) p.Opt_varying() } @@ -141429,7 +140857,7 @@ func (p *PostgreSQLParser) Character_c() (localctx ICharacter_cContext) { case PostgreSQLParserVARCHAR: p.EnterOuterAlt(localctx, 2) { - p.SetState(9277) + p.SetState(9233) p.Match(PostgreSQLParserVARCHAR) if p.HasError() { // Recognition error - abort rule @@ -141440,7 +140868,7 @@ func (p *PostgreSQLParser) Character_c() (localctx ICharacter_cContext) { case PostgreSQLParserNATIONAL: p.EnterOuterAlt(localctx, 3) { - p.SetState(9278) + p.SetState(9234) p.Match(PostgreSQLParserNATIONAL) if p.HasError() { // Recognition error - abort rule @@ -141448,7 +140876,7 @@ func (p *PostgreSQLParser) Character_c() (localctx ICharacter_cContext) { } } { - p.SetState(9279) + p.SetState(9235) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserCHAR_P || _la == PostgreSQLParserCHARACTER) { @@ -141458,12 +140886,12 @@ func (p *PostgreSQLParser) Character_c() (localctx ICharacter_cContext) { p.Consume() } } - p.SetState(9281) + p.SetState(9237) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 867, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 863, p.GetParserRuleContext()) == 1 { { - p.SetState(9280) + p.SetState(9236) p.Opt_varying() } @@ -141571,10 +140999,10 @@ func (s *Opt_varyingContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opt_varying() (localctx IOpt_varyingContext) { localctx = NewOpt_varyingContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1158, PostgreSQLParserRULE_opt_varying) + p.EnterRule(localctx, 1156, PostgreSQLParserRULE_opt_varying) p.EnterOuterAlt(localctx, 1) { - p.SetState(9285) + p.SetState(9241) p.Match(PostgreSQLParserVARYING) if p.HasError() { // Recognition error - abort rule @@ -141726,12 +141154,12 @@ func (s *ConstdatetimeContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Constdatetime() (localctx IConstdatetimeContext) { localctx = NewConstdatetimeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1160, PostgreSQLParserRULE_constdatetime) + p.EnterRule(localctx, 1158, PostgreSQLParserRULE_constdatetime) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9287) + p.SetState(9243) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserTIME || _la == PostgreSQLParserTIMESTAMP) { @@ -141741,12 +141169,12 @@ func (p *PostgreSQLParser) Constdatetime() (localctx IConstdatetimeContext) { p.Consume() } } - p.SetState(9292) + p.SetState(9248) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 869, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 865, p.GetParserRuleContext()) == 1 { { - p.SetState(9288) + p.SetState(9244) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -141754,11 +141182,11 @@ func (p *PostgreSQLParser) Constdatetime() (localctx IConstdatetimeContext) { } } { - p.SetState(9289) + p.SetState(9245) p.Iconst() } { - p.SetState(9290) + p.SetState(9246) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -141769,12 +141197,12 @@ func (p *PostgreSQLParser) Constdatetime() (localctx IConstdatetimeContext) { } else if p.HasError() { // JIM goto errorExit } - p.SetState(9295) + p.SetState(9251) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 870, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 866, p.GetParserRuleContext()) == 1 { { - p.SetState(9294) + p.SetState(9250) p.Opt_timezone() } @@ -141877,10 +141305,10 @@ func (s *ConstintervalContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Constinterval() (localctx IConstintervalContext) { localctx = NewConstintervalContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1162, PostgreSQLParserRULE_constinterval) + p.EnterRule(localctx, 1160, PostgreSQLParserRULE_constinterval) p.EnterOuterAlt(localctx, 1) { - p.SetState(9297) + p.SetState(9253) p.Match(PostgreSQLParserINTERVAL) if p.HasError() { // Recognition error - abort rule @@ -141998,8 +141426,8 @@ func (s *Opt_timezoneContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opt_timezone() (localctx IOpt_timezoneContext) { localctx = NewOpt_timezoneContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1164, PostgreSQLParserRULE_opt_timezone) - p.SetState(9305) + p.EnterRule(localctx, 1162, PostgreSQLParserRULE_opt_timezone) + p.SetState(9261) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -142009,7 +141437,7 @@ func (p *PostgreSQLParser) Opt_timezone() (localctx IOpt_timezoneContext) { case PostgreSQLParserWITH: p.EnterOuterAlt(localctx, 1) { - p.SetState(9299) + p.SetState(9255) p.Match(PostgreSQLParserWITH) if p.HasError() { // Recognition error - abort rule @@ -142017,7 +141445,7 @@ func (p *PostgreSQLParser) Opt_timezone() (localctx IOpt_timezoneContext) { } } { - p.SetState(9300) + p.SetState(9256) p.Match(PostgreSQLParserTIME) if p.HasError() { // Recognition error - abort rule @@ -142025,7 +141453,7 @@ func (p *PostgreSQLParser) Opt_timezone() (localctx IOpt_timezoneContext) { } } { - p.SetState(9301) + p.SetState(9257) p.Match(PostgreSQLParserZONE) if p.HasError() { // Recognition error - abort rule @@ -142036,7 +141464,7 @@ func (p *PostgreSQLParser) Opt_timezone() (localctx IOpt_timezoneContext) { case PostgreSQLParserWITHOUT: p.EnterOuterAlt(localctx, 2) { - p.SetState(9302) + p.SetState(9258) p.Match(PostgreSQLParserWITHOUT) if p.HasError() { // Recognition error - abort rule @@ -142044,7 +141472,7 @@ func (p *PostgreSQLParser) Opt_timezone() (localctx IOpt_timezoneContext) { } } { - p.SetState(9303) + p.SetState(9259) p.Match(PostgreSQLParserTIME) if p.HasError() { // Recognition error - abort rule @@ -142052,7 +141480,7 @@ func (p *PostgreSQLParser) Opt_timezone() (localctx IOpt_timezoneContext) { } } { - p.SetState(9304) + p.SetState(9260) p.Match(PostgreSQLParserZONE) if p.HasError() { // Recognition error - abort rule @@ -142202,18 +141630,18 @@ func (s *Opt_intervalContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opt_interval() (localctx IOpt_intervalContext) { localctx = NewOpt_intervalContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1166, PostgreSQLParserRULE_opt_interval) - p.SetState(9332) + p.EnterRule(localctx, 1164, PostgreSQLParserRULE_opt_interval) + p.SetState(9288) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 874, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 870, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(9307) + p.SetState(9263) p.Match(PostgreSQLParserYEAR_P) if p.HasError() { // Recognition error - abort rule @@ -142224,7 +141652,7 @@ func (p *PostgreSQLParser) Opt_interval() (localctx IOpt_intervalContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(9308) + p.SetState(9264) p.Match(PostgreSQLParserMONTH_P) if p.HasError() { // Recognition error - abort rule @@ -142235,7 +141663,7 @@ func (p *PostgreSQLParser) Opt_interval() (localctx IOpt_intervalContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(9309) + p.SetState(9265) p.Match(PostgreSQLParserDAY_P) if p.HasError() { // Recognition error - abort rule @@ -142246,7 +141674,7 @@ func (p *PostgreSQLParser) Opt_interval() (localctx IOpt_intervalContext) { case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(9310) + p.SetState(9266) p.Match(PostgreSQLParserHOUR_P) if p.HasError() { // Recognition error - abort rule @@ -142257,7 +141685,7 @@ func (p *PostgreSQLParser) Opt_interval() (localctx IOpt_intervalContext) { case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(9311) + p.SetState(9267) p.Match(PostgreSQLParserMINUTE_P) if p.HasError() { // Recognition error - abort rule @@ -142268,14 +141696,14 @@ func (p *PostgreSQLParser) Opt_interval() (localctx IOpt_intervalContext) { case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(9312) + p.SetState(9268) p.Interval_second() } case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(9313) + p.SetState(9269) p.Match(PostgreSQLParserYEAR_P) if p.HasError() { // Recognition error - abort rule @@ -142283,7 +141711,7 @@ func (p *PostgreSQLParser) Opt_interval() (localctx IOpt_intervalContext) { } } { - p.SetState(9314) + p.SetState(9270) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -142291,7 +141719,7 @@ func (p *PostgreSQLParser) Opt_interval() (localctx IOpt_intervalContext) { } } { - p.SetState(9315) + p.SetState(9271) p.Match(PostgreSQLParserMONTH_P) if p.HasError() { // Recognition error - abort rule @@ -142302,7 +141730,7 @@ func (p *PostgreSQLParser) Opt_interval() (localctx IOpt_intervalContext) { case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(9316) + p.SetState(9272) p.Match(PostgreSQLParserDAY_P) if p.HasError() { // Recognition error - abort rule @@ -142310,14 +141738,14 @@ func (p *PostgreSQLParser) Opt_interval() (localctx IOpt_intervalContext) { } } { - p.SetState(9317) + p.SetState(9273) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9321) + p.SetState(9277) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -142326,7 +141754,7 @@ func (p *PostgreSQLParser) Opt_interval() (localctx IOpt_intervalContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserHOUR_P: { - p.SetState(9318) + p.SetState(9274) p.Match(PostgreSQLParserHOUR_P) if p.HasError() { // Recognition error - abort rule @@ -142336,7 +141764,7 @@ func (p *PostgreSQLParser) Opt_interval() (localctx IOpt_intervalContext) { case PostgreSQLParserMINUTE_P: { - p.SetState(9319) + p.SetState(9275) p.Match(PostgreSQLParserMINUTE_P) if p.HasError() { // Recognition error - abort rule @@ -142346,7 +141774,7 @@ func (p *PostgreSQLParser) Opt_interval() (localctx IOpt_intervalContext) { case PostgreSQLParserSECOND_P: { - p.SetState(9320) + p.SetState(9276) p.Interval_second() } @@ -142358,7 +141786,7 @@ func (p *PostgreSQLParser) Opt_interval() (localctx IOpt_intervalContext) { case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(9323) + p.SetState(9279) p.Match(PostgreSQLParserHOUR_P) if p.HasError() { // Recognition error - abort rule @@ -142366,14 +141794,14 @@ func (p *PostgreSQLParser) Opt_interval() (localctx IOpt_intervalContext) { } } { - p.SetState(9324) + p.SetState(9280) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9327) + p.SetState(9283) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -142382,7 +141810,7 @@ func (p *PostgreSQLParser) Opt_interval() (localctx IOpt_intervalContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserMINUTE_P: { - p.SetState(9325) + p.SetState(9281) p.Match(PostgreSQLParserMINUTE_P) if p.HasError() { // Recognition error - abort rule @@ -142392,7 +141820,7 @@ func (p *PostgreSQLParser) Opt_interval() (localctx IOpt_intervalContext) { case PostgreSQLParserSECOND_P: { - p.SetState(9326) + p.SetState(9282) p.Interval_second() } @@ -142404,7 +141832,7 @@ func (p *PostgreSQLParser) Opt_interval() (localctx IOpt_intervalContext) { case 10: p.EnterOuterAlt(localctx, 10) { - p.SetState(9329) + p.SetState(9285) p.Match(PostgreSQLParserMINUTE_P) if p.HasError() { // Recognition error - abort rule @@ -142412,7 +141840,7 @@ func (p *PostgreSQLParser) Opt_interval() (localctx IOpt_intervalContext) { } } { - p.SetState(9330) + p.SetState(9286) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -142420,7 +141848,7 @@ func (p *PostgreSQLParser) Opt_interval() (localctx IOpt_intervalContext) { } } { - p.SetState(9331) + p.SetState(9287) p.Interval_second() } @@ -142550,22 +141978,22 @@ func (s *Interval_secondContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Interval_second() (localctx IInterval_secondContext) { localctx = NewInterval_secondContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1168, PostgreSQLParserRULE_interval_second) + p.EnterRule(localctx, 1166, PostgreSQLParserRULE_interval_second) p.EnterOuterAlt(localctx, 1) { - p.SetState(9334) + p.SetState(9290) p.Match(PostgreSQLParserSECOND_P) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9339) + p.SetState(9295) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 875, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 871, p.GetParserRuleContext()) == 1 { { - p.SetState(9335) + p.SetState(9291) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -142573,11 +142001,11 @@ func (p *PostgreSQLParser) Interval_second() (localctx IInterval_secondContext) } } { - p.SetState(9336) + p.SetState(9292) p.Iconst() } { - p.SetState(9337) + p.SetState(9293) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -142701,10 +142129,10 @@ func (s *Opt_escapeContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Opt_escape() (localctx IOpt_escapeContext) { localctx = NewOpt_escapeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1170, PostgreSQLParserRULE_opt_escape) + p.EnterRule(localctx, 1168, PostgreSQLParserRULE_opt_escape) p.EnterOuterAlt(localctx, 1) { - p.SetState(9341) + p.SetState(9297) p.Match(PostgreSQLParserESCAPE) if p.HasError() { // Recognition error - abort rule @@ -142712,7 +142140,7 @@ func (p *PostgreSQLParser) Opt_escape() (localctx IOpt_escapeContext) { } } { - p.SetState(9342) + p.SetState(9298) p.A_expr() } @@ -142823,10 +142251,10 @@ func (s *A_exprContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) A_expr() (localctx IA_exprContext) { localctx = NewA_exprContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1172, PostgreSQLParserRULE_a_expr) + p.EnterRule(localctx, 1170, PostgreSQLParserRULE_a_expr) p.EnterOuterAlt(localctx, 1) { - p.SetState(9344) + p.SetState(9300) p.A_expr_qual() } @@ -142954,18 +142382,18 @@ func (s *A_expr_qualContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) A_expr_qual() (localctx IA_expr_qualContext) { localctx = NewA_expr_qualContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1174, PostgreSQLParserRULE_a_expr_qual) + p.EnterRule(localctx, 1172, PostgreSQLParserRULE_a_expr_qual) p.EnterOuterAlt(localctx, 1) { - p.SetState(9346) + p.SetState(9302) p.A_expr_lessless() } - p.SetState(9348) + p.SetState(9304) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 876, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 872, p.GetParserRuleContext()) == 1 { { - p.SetState(9347) + p.SetState(9303) p.Qual_op() } @@ -143126,29 +142554,29 @@ func (s *A_expr_lesslessContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) A_expr_lessless() (localctx IA_expr_lesslessContext) { localctx = NewA_expr_lesslessContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1176, PostgreSQLParserRULE_a_expr_lessless) + p.EnterRule(localctx, 1174, PostgreSQLParserRULE_a_expr_lessless) var _la int var _alt int p.EnterOuterAlt(localctx, 1) { - p.SetState(9350) + p.SetState(9306) p.A_expr_or() } - p.SetState(9355) + p.SetState(9311) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 877, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 873, p.GetParserRuleContext()) if p.HasError() { goto errorExit } for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(9351) + p.SetState(9307) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserLESS_LESS || _la == PostgreSQLParserGREATER_GREATER) { @@ -143159,17 +142587,17 @@ func (p *PostgreSQLParser) A_expr_lessless() (localctx IA_expr_lesslessContext) } } { - p.SetState(9352) + p.SetState(9308) p.A_expr_or() } } - p.SetState(9357) + p.SetState(9313) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 877, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 873, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -143318,27 +142746,27 @@ func (s *A_expr_orContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) A_expr_or() (localctx IA_expr_orContext) { localctx = NewA_expr_orContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1178, PostgreSQLParserRULE_a_expr_or) + p.EnterRule(localctx, 1176, PostgreSQLParserRULE_a_expr_or) var _alt int p.EnterOuterAlt(localctx, 1) { - p.SetState(9358) + p.SetState(9314) p.A_expr_and() } - p.SetState(9363) + p.SetState(9319) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 878, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 874, p.GetParserRuleContext()) if p.HasError() { goto errorExit } for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(9359) + p.SetState(9315) p.Match(PostgreSQLParserOR) if p.HasError() { // Recognition error - abort rule @@ -143346,17 +142774,17 @@ func (p *PostgreSQLParser) A_expr_or() (localctx IA_expr_orContext) { } } { - p.SetState(9360) + p.SetState(9316) p.A_expr_and() } } - p.SetState(9365) + p.SetState(9321) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 878, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 874, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -143505,27 +142933,27 @@ func (s *A_expr_andContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) A_expr_and() (localctx IA_expr_andContext) { localctx = NewA_expr_andContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1180, PostgreSQLParserRULE_a_expr_and) + p.EnterRule(localctx, 1178, PostgreSQLParserRULE_a_expr_and) var _alt int p.EnterOuterAlt(localctx, 1) { - p.SetState(9366) + p.SetState(9322) p.A_expr_between() } - p.SetState(9371) + p.SetState(9327) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 879, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 875, p.GetParserRuleContext()) if p.HasError() { goto errorExit } for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(9367) + p.SetState(9323) p.Match(PostgreSQLParserAND) if p.HasError() { // Recognition error - abort rule @@ -143533,17 +142961,17 @@ func (p *PostgreSQLParser) A_expr_and() (localctx IA_expr_andContext) { } } { - p.SetState(9368) + p.SetState(9324) p.A_expr_between() } } - p.SetState(9373) + p.SetState(9329) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 879, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 875, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -143702,19 +143130,19 @@ func (s *A_expr_betweenContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) A_expr_between() (localctx IA_expr_betweenContext) { localctx = NewA_expr_betweenContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1182, PostgreSQLParserRULE_a_expr_between) + p.EnterRule(localctx, 1180, PostgreSQLParserRULE_a_expr_between) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9374) + p.SetState(9330) p.A_expr_in() } - p.SetState(9386) + p.SetState(9342) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 882, p.GetParserRuleContext()) == 1 { - p.SetState(9376) + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 878, p.GetParserRuleContext()) == 1 { + p.SetState(9332) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -143723,7 +143151,7 @@ func (p *PostgreSQLParser) A_expr_between() (localctx IA_expr_betweenContext) { if _la == PostgreSQLParserNOT { { - p.SetState(9375) + p.SetState(9331) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -143733,14 +143161,14 @@ func (p *PostgreSQLParser) A_expr_between() (localctx IA_expr_betweenContext) { } { - p.SetState(9378) + p.SetState(9334) p.Match(PostgreSQLParserBETWEEN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9380) + p.SetState(9336) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -143749,7 +143177,7 @@ func (p *PostgreSQLParser) A_expr_between() (localctx IA_expr_betweenContext) { if _la == PostgreSQLParserSYMMETRIC { { - p.SetState(9379) + p.SetState(9335) p.Match(PostgreSQLParserSYMMETRIC) if p.HasError() { // Recognition error - abort rule @@ -143759,11 +143187,11 @@ func (p *PostgreSQLParser) A_expr_between() (localctx IA_expr_betweenContext) { } { - p.SetState(9382) + p.SetState(9338) p.A_expr_in() } { - p.SetState(9383) + p.SetState(9339) p.Match(PostgreSQLParserAND) if p.HasError() { // Recognition error - abort rule @@ -143771,7 +143199,7 @@ func (p *PostgreSQLParser) A_expr_between() (localctx IA_expr_betweenContext) { } } { - p.SetState(9384) + p.SetState(9340) p.A_expr_in() } @@ -143913,19 +143341,19 @@ func (s *A_expr_inContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) A_expr_in() (localctx IA_expr_inContext) { localctx = NewA_expr_inContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1184, PostgreSQLParserRULE_a_expr_in) + p.EnterRule(localctx, 1182, PostgreSQLParserRULE_a_expr_in) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9388) + p.SetState(9344) p.A_expr_unary_not() } - p.SetState(9394) + p.SetState(9350) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 884, p.GetParserRuleContext()) == 1 { - p.SetState(9390) + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 880, p.GetParserRuleContext()) == 1 { + p.SetState(9346) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -143934,7 +143362,7 @@ func (p *PostgreSQLParser) A_expr_in() (localctx IA_expr_inContext) { if _la == PostgreSQLParserNOT { { - p.SetState(9389) + p.SetState(9345) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -143944,7 +143372,7 @@ func (p *PostgreSQLParser) A_expr_in() (localctx IA_expr_inContext) { } { - p.SetState(9392) + p.SetState(9348) p.Match(PostgreSQLParserIN_P) if p.HasError() { // Recognition error - abort rule @@ -143952,7 +143380,7 @@ func (p *PostgreSQLParser) A_expr_in() (localctx IA_expr_inContext) { } } { - p.SetState(9393) + p.SetState(9349) p.In_expr() } @@ -144072,11 +143500,11 @@ func (s *A_expr_unary_notContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) A_expr_unary_not() (localctx IA_expr_unary_notContext) { localctx = NewA_expr_unary_notContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1186, PostgreSQLParserRULE_a_expr_unary_not) + p.EnterRule(localctx, 1184, PostgreSQLParserRULE_a_expr_unary_not) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(9397) + p.SetState(9353) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -144085,7 +143513,7 @@ func (p *PostgreSQLParser) A_expr_unary_not() (localctx IA_expr_unary_notContext if _la == PostgreSQLParserNOT { { - p.SetState(9396) + p.SetState(9352) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -144095,7 +143523,7 @@ func (p *PostgreSQLParser) A_expr_unary_not() (localctx IA_expr_unary_notContext } { - p.SetState(9399) + p.SetState(9355) p.A_expr_isnull() } @@ -144216,20 +143644,20 @@ func (s *A_expr_isnullContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) A_expr_isnull() (localctx IA_expr_isnullContext) { localctx = NewA_expr_isnullContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1188, PostgreSQLParserRULE_a_expr_isnull) + p.EnterRule(localctx, 1186, PostgreSQLParserRULE_a_expr_isnull) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9401) + p.SetState(9357) p.A_expr_is_not() } - p.SetState(9403) + p.SetState(9359) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 886, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 882, p.GetParserRuleContext()) == 1 { { - p.SetState(9402) + p.SetState(9358) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserISNULL || _la == PostgreSQLParserNOTNULL) { @@ -144467,27 +143895,27 @@ func (s *A_expr_is_notContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) A_expr_is_not() (localctx IA_expr_is_notContext) { localctx = NewA_expr_is_notContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1190, PostgreSQLParserRULE_a_expr_is_not) + p.EnterRule(localctx, 1188, PostgreSQLParserRULE_a_expr_is_not) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9405) + p.SetState(9361) p.A_expr_compare() } - p.SetState(9429) + p.SetState(9385) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 890, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 886, p.GetParserRuleContext()) == 1 { { - p.SetState(9406) + p.SetState(9362) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9408) + p.SetState(9364) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -144496,7 +143924,7 @@ func (p *PostgreSQLParser) A_expr_is_not() (localctx IA_expr_is_notContext) { if _la == PostgreSQLParserNOT { { - p.SetState(9407) + p.SetState(9363) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -144505,7 +143933,7 @@ func (p *PostgreSQLParser) A_expr_is_not() (localctx IA_expr_is_notContext) { } } - p.SetState(9427) + p.SetState(9383) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -144514,7 +143942,7 @@ func (p *PostgreSQLParser) A_expr_is_not() (localctx IA_expr_is_notContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserNULL_P: { - p.SetState(9410) + p.SetState(9366) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule @@ -144524,7 +143952,7 @@ func (p *PostgreSQLParser) A_expr_is_not() (localctx IA_expr_is_notContext) { case PostgreSQLParserTRUE_P: { - p.SetState(9411) + p.SetState(9367) p.Match(PostgreSQLParserTRUE_P) if p.HasError() { // Recognition error - abort rule @@ -144534,7 +143962,7 @@ func (p *PostgreSQLParser) A_expr_is_not() (localctx IA_expr_is_notContext) { case PostgreSQLParserFALSE_P: { - p.SetState(9412) + p.SetState(9368) p.Match(PostgreSQLParserFALSE_P) if p.HasError() { // Recognition error - abort rule @@ -144544,7 +143972,7 @@ func (p *PostgreSQLParser) A_expr_is_not() (localctx IA_expr_is_notContext) { case PostgreSQLParserUNKNOWN: { - p.SetState(9413) + p.SetState(9369) p.Match(PostgreSQLParserUNKNOWN) if p.HasError() { // Recognition error - abort rule @@ -144554,7 +143982,7 @@ func (p *PostgreSQLParser) A_expr_is_not() (localctx IA_expr_is_notContext) { case PostgreSQLParserDISTINCT: { - p.SetState(9414) + p.SetState(9370) p.Match(PostgreSQLParserDISTINCT) if p.HasError() { // Recognition error - abort rule @@ -144562,7 +143990,7 @@ func (p *PostgreSQLParser) A_expr_is_not() (localctx IA_expr_is_notContext) { } } { - p.SetState(9415) + p.SetState(9371) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -144570,13 +143998,13 @@ func (p *PostgreSQLParser) A_expr_is_not() (localctx IA_expr_is_notContext) { } } { - p.SetState(9416) + p.SetState(9372) p.A_expr() } case PostgreSQLParserOF: { - p.SetState(9417) + p.SetState(9373) p.Match(PostgreSQLParserOF) if p.HasError() { // Recognition error - abort rule @@ -144584,7 +144012,7 @@ func (p *PostgreSQLParser) A_expr_is_not() (localctx IA_expr_is_notContext) { } } { - p.SetState(9418) + p.SetState(9374) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -144592,11 +144020,11 @@ func (p *PostgreSQLParser) A_expr_is_not() (localctx IA_expr_is_notContext) { } } { - p.SetState(9419) + p.SetState(9375) p.Type_list() } { - p.SetState(9420) + p.SetState(9376) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -144606,7 +144034,7 @@ func (p *PostgreSQLParser) A_expr_is_not() (localctx IA_expr_is_notContext) { case PostgreSQLParserDOCUMENT_P: { - p.SetState(9422) + p.SetState(9378) p.Match(PostgreSQLParserDOCUMENT_P) if p.HasError() { // Recognition error - abort rule @@ -144615,7 +144043,7 @@ func (p *PostgreSQLParser) A_expr_is_not() (localctx IA_expr_is_notContext) { } case PostgreSQLParserNORMALIZED, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD: - p.SetState(9424) + p.SetState(9380) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -144624,13 +144052,13 @@ func (p *PostgreSQLParser) A_expr_is_not() (localctx IA_expr_is_notContext) { if (int64((_la-485)) & ^0x3f) == 0 && ((int64(1)<<(_la-485))&15) != 0 { { - p.SetState(9423) + p.SetState(9379) p.Unicode_normal_form() } } { - p.SetState(9426) + p.SetState(9382) p.Match(PostgreSQLParserNORMALIZED) if p.HasError() { // Recognition error - abort rule @@ -144888,20 +144316,20 @@ func (s *A_expr_compareContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) A_expr_compare() (localctx IA_expr_compareContext) { localctx = NewA_expr_compareContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1192, PostgreSQLParserRULE_a_expr_compare) + p.EnterRule(localctx, 1190, PostgreSQLParserRULE_a_expr_compare) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9431) + p.SetState(9387) p.A_expr_like() } - p.SetState(9443) + p.SetState(9399) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 892, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 888, p.GetParserRuleContext()) == 1 { { - p.SetState(9432) + p.SetState(9388) _la = p.GetTokenStream().LA(1) if !((int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&44237824) != 0) { @@ -144912,37 +144340,37 @@ func (p *PostgreSQLParser) A_expr_compare() (localctx IA_expr_compareContext) { } } { - p.SetState(9433) + p.SetState(9389) p.A_expr_like() } } else if p.HasError() { // JIM goto errorExit - } else if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 892, p.GetParserRuleContext()) == 2 { + } else if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 888, p.GetParserRuleContext()) == 2 { { - p.SetState(9434) + p.SetState(9390) p.Subquery_Op() } { - p.SetState(9435) + p.SetState(9391) p.Sub_type() } - p.SetState(9441) + p.SetState(9397) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 891, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 887, p.GetParserRuleContext()) { case 1: { - p.SetState(9436) + p.SetState(9392) p.Select_with_parens() } case 2: { - p.SetState(9437) + p.SetState(9393) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -144950,11 +144378,11 @@ func (p *PostgreSQLParser) A_expr_compare() (localctx IA_expr_compareContext) { } } { - p.SetState(9438) + p.SetState(9394) p.A_expr() } { - p.SetState(9439) + p.SetState(9395) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -145145,19 +144573,19 @@ func (s *A_expr_likeContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) A_expr_like() (localctx IA_expr_likeContext) { localctx = NewA_expr_likeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1194, PostgreSQLParserRULE_a_expr_like) + p.EnterRule(localctx, 1192, PostgreSQLParserRULE_a_expr_like) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9445) + p.SetState(9401) p.A_expr_qual_op() } - p.SetState(9459) + p.SetState(9415) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 896, p.GetParserRuleContext()) == 1 { - p.SetState(9447) + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 892, p.GetParserRuleContext()) == 1 { + p.SetState(9403) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -145166,7 +144594,7 @@ func (p *PostgreSQLParser) A_expr_like() (localctx IA_expr_likeContext) { if _la == PostgreSQLParserNOT { { - p.SetState(9446) + p.SetState(9402) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -145175,7 +144603,7 @@ func (p *PostgreSQLParser) A_expr_like() (localctx IA_expr_likeContext) { } } - p.SetState(9453) + p.SetState(9409) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -145184,7 +144612,7 @@ func (p *PostgreSQLParser) A_expr_like() (localctx IA_expr_likeContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserLIKE: { - p.SetState(9449) + p.SetState(9405) p.Match(PostgreSQLParserLIKE) if p.HasError() { // Recognition error - abort rule @@ -145194,7 +144622,7 @@ func (p *PostgreSQLParser) A_expr_like() (localctx IA_expr_likeContext) { case PostgreSQLParserILIKE: { - p.SetState(9450) + p.SetState(9406) p.Match(PostgreSQLParserILIKE) if p.HasError() { // Recognition error - abort rule @@ -145204,7 +144632,7 @@ func (p *PostgreSQLParser) A_expr_like() (localctx IA_expr_likeContext) { case PostgreSQLParserSIMILAR: { - p.SetState(9451) + p.SetState(9407) p.Match(PostgreSQLParserSIMILAR) if p.HasError() { // Recognition error - abort rule @@ -145212,7 +144640,7 @@ func (p *PostgreSQLParser) A_expr_like() (localctx IA_expr_likeContext) { } } { - p.SetState(9452) + p.SetState(9408) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -145225,15 +144653,15 @@ func (p *PostgreSQLParser) A_expr_like() (localctx IA_expr_likeContext) { goto errorExit } { - p.SetState(9455) + p.SetState(9411) p.A_expr_qual_op() } - p.SetState(9457) + p.SetState(9413) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 895, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 891, p.GetParserRuleContext()) == 1 { { - p.SetState(9456) + p.SetState(9412) p.Opt_escape() } @@ -145421,41 +144849,41 @@ func (s *A_expr_qual_opContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) A_expr_qual_op() (localctx IA_expr_qual_opContext) { localctx = NewA_expr_qual_opContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1196, PostgreSQLParserRULE_a_expr_qual_op) + p.EnterRule(localctx, 1194, PostgreSQLParserRULE_a_expr_qual_op) var _alt int p.EnterOuterAlt(localctx, 1) { - p.SetState(9461) + p.SetState(9417) p.A_expr_unary_qualop() } - p.SetState(9467) + p.SetState(9423) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 897, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 893, p.GetParserRuleContext()) if p.HasError() { goto errorExit } for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(9462) + p.SetState(9418) p.Qual_op() } { - p.SetState(9463) + p.SetState(9419) p.A_expr_unary_qualop() } } - p.SetState(9469) + p.SetState(9425) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 897, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 893, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -145585,14 +145013,14 @@ func (s *A_expr_unary_qualopContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) A_expr_unary_qualop() (localctx IA_expr_unary_qualopContext) { localctx = NewA_expr_unary_qualopContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1198, PostgreSQLParserRULE_a_expr_unary_qualop) + p.EnterRule(localctx, 1196, PostgreSQLParserRULE_a_expr_unary_qualop) p.EnterOuterAlt(localctx, 1) - p.SetState(9471) + p.SetState(9427) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 898, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 894, p.GetParserRuleContext()) == 1 { { - p.SetState(9470) + p.SetState(9426) p.Qual_op() } @@ -145600,7 +145028,7 @@ func (p *PostgreSQLParser) A_expr_unary_qualop() (localctx IA_expr_unary_qualopC goto errorExit } { - p.SetState(9473) + p.SetState(9429) p.A_expr_add() } @@ -145757,29 +145185,29 @@ func (s *A_expr_addContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) A_expr_add() (localctx IA_expr_addContext) { localctx = NewA_expr_addContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1200, PostgreSQLParserRULE_a_expr_add) + p.EnterRule(localctx, 1198, PostgreSQLParserRULE_a_expr_add) var _la int var _alt int p.EnterOuterAlt(localctx, 1) { - p.SetState(9475) + p.SetState(9431) p.A_expr_mul() } - p.SetState(9480) + p.SetState(9436) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 899, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 895, p.GetParserRuleContext()) if p.HasError() { goto errorExit } for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(9476) + p.SetState(9432) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserPLUS || _la == PostgreSQLParserMINUS) { @@ -145790,17 +145218,17 @@ func (p *PostgreSQLParser) A_expr_add() (localctx IA_expr_addContext) { } } { - p.SetState(9477) + p.SetState(9433) p.A_expr_mul() } } - p.SetState(9482) + p.SetState(9438) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 899, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 895, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -145969,29 +145397,29 @@ func (s *A_expr_mulContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) A_expr_mul() (localctx IA_expr_mulContext) { localctx = NewA_expr_mulContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1202, PostgreSQLParserRULE_a_expr_mul) + p.EnterRule(localctx, 1200, PostgreSQLParserRULE_a_expr_mul) var _la int var _alt int p.EnterOuterAlt(localctx, 1) { - p.SetState(9483) + p.SetState(9439) p.A_expr_caret() } - p.SetState(9488) + p.SetState(9444) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 900, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 896, p.GetParserRuleContext()) if p.HasError() { goto errorExit } for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(9484) + p.SetState(9440) _la = p.GetTokenStream().LA(1) if !((int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&134234624) != 0) { @@ -146002,17 +145430,17 @@ func (p *PostgreSQLParser) A_expr_mul() (localctx IA_expr_mulContext) { } } { - p.SetState(9485) + p.SetState(9441) p.A_expr_caret() } } - p.SetState(9490) + p.SetState(9446) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 900, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 896, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -146147,18 +145575,18 @@ func (s *A_expr_caretContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) A_expr_caret() (localctx IA_expr_caretContext) { localctx = NewA_expr_caretContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1204, PostgreSQLParserRULE_a_expr_caret) + p.EnterRule(localctx, 1202, PostgreSQLParserRULE_a_expr_caret) p.EnterOuterAlt(localctx, 1) { - p.SetState(9491) + p.SetState(9447) p.A_expr_unary_sign() } - p.SetState(9494) + p.SetState(9450) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 901, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 897, p.GetParserRuleContext()) == 1 { { - p.SetState(9492) + p.SetState(9448) p.Match(PostgreSQLParserCARET) if p.HasError() { // Recognition error - abort rule @@ -146166,7 +145594,7 @@ func (p *PostgreSQLParser) A_expr_caret() (localctx IA_expr_caretContext) { } } { - p.SetState(9493) + p.SetState(9449) p.A_expr() } @@ -146291,11 +145719,11 @@ func (s *A_expr_unary_signContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) A_expr_unary_sign() (localctx IA_expr_unary_signContext) { localctx = NewA_expr_unary_signContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1206, PostgreSQLParserRULE_a_expr_unary_sign) + p.EnterRule(localctx, 1204, PostgreSQLParserRULE_a_expr_unary_sign) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(9497) + p.SetState(9453) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -146304,7 +145732,7 @@ func (p *PostgreSQLParser) A_expr_unary_sign() (localctx IA_expr_unary_signConte if _la == PostgreSQLParserPLUS || _la == PostgreSQLParserMINUS { { - p.SetState(9496) + p.SetState(9452) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserPLUS || _la == PostgreSQLParserMINUS) { @@ -146317,7 +145745,7 @@ func (p *PostgreSQLParser) A_expr_unary_sign() (localctx IA_expr_unary_signConte } { - p.SetState(9499) + p.SetState(9455) p.A_expr_at_time_zone() } @@ -146460,18 +145888,18 @@ func (s *A_expr_at_time_zoneContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) A_expr_at_time_zone() (localctx IA_expr_at_time_zoneContext) { localctx = NewA_expr_at_time_zoneContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1208, PostgreSQLParserRULE_a_expr_at_time_zone) + p.EnterRule(localctx, 1206, PostgreSQLParserRULE_a_expr_at_time_zone) p.EnterOuterAlt(localctx, 1) { - p.SetState(9501) + p.SetState(9457) p.A_expr_collate() } - p.SetState(9506) + p.SetState(9462) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 903, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 899, p.GetParserRuleContext()) == 1 { { - p.SetState(9502) + p.SetState(9458) p.Match(PostgreSQLParserAT) if p.HasError() { // Recognition error - abort rule @@ -146479,7 +145907,7 @@ func (p *PostgreSQLParser) A_expr_at_time_zone() (localctx IA_expr_at_time_zoneC } } { - p.SetState(9503) + p.SetState(9459) p.Match(PostgreSQLParserTIME) if p.HasError() { // Recognition error - abort rule @@ -146487,7 +145915,7 @@ func (p *PostgreSQLParser) A_expr_at_time_zone() (localctx IA_expr_at_time_zoneC } } { - p.SetState(9504) + p.SetState(9460) p.Match(PostgreSQLParserZONE) if p.HasError() { // Recognition error - abort rule @@ -146495,7 +145923,7 @@ func (p *PostgreSQLParser) A_expr_at_time_zone() (localctx IA_expr_at_time_zoneC } } { - p.SetState(9505) + p.SetState(9461) p.A_expr() } @@ -146632,18 +146060,18 @@ func (s *A_expr_collateContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) A_expr_collate() (localctx IA_expr_collateContext) { localctx = NewA_expr_collateContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1210, PostgreSQLParserRULE_a_expr_collate) + p.EnterRule(localctx, 1208, PostgreSQLParserRULE_a_expr_collate) p.EnterOuterAlt(localctx, 1) { - p.SetState(9508) + p.SetState(9464) p.A_expr_typecast() } - p.SetState(9511) + p.SetState(9467) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 904, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 900, p.GetParserRuleContext()) == 1 { { - p.SetState(9509) + p.SetState(9465) p.Match(PostgreSQLParserCOLLATE) if p.HasError() { // Recognition error - abort rule @@ -146651,7 +146079,7 @@ func (p *PostgreSQLParser) A_expr_collate() (localctx IA_expr_collateContext) { } } { - p.SetState(9510) + p.SetState(9466) p.Any_name() } @@ -146819,15 +146247,15 @@ func (s *A_expr_typecastContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) A_expr_typecast() (localctx IA_expr_typecastContext) { localctx = NewA_expr_typecastContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1212, PostgreSQLParserRULE_a_expr_typecast) + p.EnterRule(localctx, 1210, PostgreSQLParserRULE_a_expr_typecast) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9513) + p.SetState(9469) p.C_expr() } - p.SetState(9518) + p.SetState(9474) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -146836,7 +146264,7 @@ func (p *PostgreSQLParser) A_expr_typecast() (localctx IA_expr_typecastContext) for _la == PostgreSQLParserTYPECAST { { - p.SetState(9514) + p.SetState(9470) p.Match(PostgreSQLParserTYPECAST) if p.HasError() { // Recognition error - abort rule @@ -146844,11 +146272,11 @@ func (p *PostgreSQLParser) A_expr_typecast() (localctx IA_expr_typecastContext) } } { - p.SetState(9515) + p.SetState(9471) p.Typename() } - p.SetState(9520) + p.SetState(9476) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -147171,29 +146599,29 @@ func (p *PostgreSQLParser) b_expr(_p int) (localctx IB_exprContext) { localctx = NewB_exprContext(p, p.GetParserRuleContext(), _parentState) var _prevctx IB_exprContext = localctx var _ antlr.ParserRuleContext = _prevctx // TODO: To prevent unused variable warning. - _startState := 1214 - p.EnterRecursionRule(localctx, 1214, PostgreSQLParserRULE_b_expr, _p) + _startState := 1212 + p.EnterRecursionRule(localctx, 1212, PostgreSQLParserRULE_b_expr, _p) var _la int var _alt int p.EnterOuterAlt(localctx, 1) - p.SetState(9528) + p.SetState(9484) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 906, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 902, p.GetParserRuleContext()) { case 1: { - p.SetState(9522) + p.SetState(9478) p.C_expr() } case 2: { - p.SetState(9523) + p.SetState(9479) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserPLUS || _la == PostgreSQLParserMINUS) { @@ -147204,17 +146632,17 @@ func (p *PostgreSQLParser) b_expr(_p int) (localctx IB_exprContext) { } } { - p.SetState(9524) + p.SetState(9480) p.b_expr(9) } case 3: { - p.SetState(9525) + p.SetState(9481) p.Qual_op() } { - p.SetState(9526) + p.SetState(9482) p.b_expr(3) } @@ -147222,12 +146650,12 @@ func (p *PostgreSQLParser) b_expr(_p int) (localctx IB_exprContext) { goto errorExit } p.GetParserRuleContext().SetStop(p.GetTokenStream().LT(-1)) - p.SetState(9569) + p.SetState(9525) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 910, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 906, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -147237,24 +146665,24 @@ func (p *PostgreSQLParser) b_expr(_p int) (localctx IB_exprContext) { p.TriggerExitRuleEvent() } _prevctx = localctx - p.SetState(9567) + p.SetState(9523) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 909, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 905, p.GetParserRuleContext()) { case 1: localctx = NewB_exprContext(p, _parentctx, _parentState) p.PushNewRecursionContext(localctx, _startState, PostgreSQLParserRULE_b_expr) - p.SetState(9530) + p.SetState(9486) if !(p.Precpred(p.GetParserRuleContext(), 8)) { p.SetError(antlr.NewFailedPredicateException(p, "p.Precpred(p.GetParserRuleContext(), 8)", "")) goto errorExit } { - p.SetState(9531) + p.SetState(9487) p.Match(PostgreSQLParserCARET) if p.HasError() { // Recognition error - abort rule @@ -147262,21 +146690,21 @@ func (p *PostgreSQLParser) b_expr(_p int) (localctx IB_exprContext) { } } { - p.SetState(9532) + p.SetState(9488) p.b_expr(9) } case 2: localctx = NewB_exprContext(p, _parentctx, _parentState) p.PushNewRecursionContext(localctx, _startState, PostgreSQLParserRULE_b_expr) - p.SetState(9533) + p.SetState(9489) if !(p.Precpred(p.GetParserRuleContext(), 7)) { p.SetError(antlr.NewFailedPredicateException(p, "p.Precpred(p.GetParserRuleContext(), 7)", "")) goto errorExit } { - p.SetState(9534) + p.SetState(9490) _la = p.GetTokenStream().LA(1) if !((int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&134234624) != 0) { @@ -147287,21 +146715,21 @@ func (p *PostgreSQLParser) b_expr(_p int) (localctx IB_exprContext) { } } { - p.SetState(9535) + p.SetState(9491) p.b_expr(8) } case 3: localctx = NewB_exprContext(p, _parentctx, _parentState) p.PushNewRecursionContext(localctx, _startState, PostgreSQLParserRULE_b_expr) - p.SetState(9536) + p.SetState(9492) if !(p.Precpred(p.GetParserRuleContext(), 6)) { p.SetError(antlr.NewFailedPredicateException(p, "p.Precpred(p.GetParserRuleContext(), 6)", "")) goto errorExit } { - p.SetState(9537) + p.SetState(9493) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserPLUS || _la == PostgreSQLParserMINUS) { @@ -147312,39 +146740,39 @@ func (p *PostgreSQLParser) b_expr(_p int) (localctx IB_exprContext) { } } { - p.SetState(9538) + p.SetState(9494) p.b_expr(7) } case 4: localctx = NewB_exprContext(p, _parentctx, _parentState) p.PushNewRecursionContext(localctx, _startState, PostgreSQLParserRULE_b_expr) - p.SetState(9539) + p.SetState(9495) if !(p.Precpred(p.GetParserRuleContext(), 5)) { p.SetError(antlr.NewFailedPredicateException(p, "p.Precpred(p.GetParserRuleContext(), 5)", "")) goto errorExit } { - p.SetState(9540) + p.SetState(9496) p.Qual_op() } { - p.SetState(9541) + p.SetState(9497) p.b_expr(6) } case 5: localctx = NewB_exprContext(p, _parentctx, _parentState) p.PushNewRecursionContext(localctx, _startState, PostgreSQLParserRULE_b_expr) - p.SetState(9543) + p.SetState(9499) if !(p.Precpred(p.GetParserRuleContext(), 4)) { p.SetError(antlr.NewFailedPredicateException(p, "p.Precpred(p.GetParserRuleContext(), 4)", "")) goto errorExit } { - p.SetState(9544) + p.SetState(9500) _la = p.GetTokenStream().LA(1) if !((int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&44237824) != 0) { @@ -147355,21 +146783,21 @@ func (p *PostgreSQLParser) b_expr(_p int) (localctx IB_exprContext) { } } { - p.SetState(9545) + p.SetState(9501) p.b_expr(5) } case 6: localctx = NewB_exprContext(p, _parentctx, _parentState) p.PushNewRecursionContext(localctx, _startState, PostgreSQLParserRULE_b_expr) - p.SetState(9546) + p.SetState(9502) if !(p.Precpred(p.GetParserRuleContext(), 10)) { p.SetError(antlr.NewFailedPredicateException(p, "p.Precpred(p.GetParserRuleContext(), 10)", "")) goto errorExit } { - p.SetState(9547) + p.SetState(9503) p.Match(PostgreSQLParserTYPECAST) if p.HasError() { // Recognition error - abort rule @@ -147377,42 +146805,42 @@ func (p *PostgreSQLParser) b_expr(_p int) (localctx IB_exprContext) { } } { - p.SetState(9548) + p.SetState(9504) p.Typename() } case 7: localctx = NewB_exprContext(p, _parentctx, _parentState) p.PushNewRecursionContext(localctx, _startState, PostgreSQLParserRULE_b_expr) - p.SetState(9549) + p.SetState(9505) if !(p.Precpred(p.GetParserRuleContext(), 2)) { p.SetError(antlr.NewFailedPredicateException(p, "p.Precpred(p.GetParserRuleContext(), 2)", "")) goto errorExit } { - p.SetState(9550) + p.SetState(9506) p.Qual_op() } case 8: localctx = NewB_exprContext(p, _parentctx, _parentState) p.PushNewRecursionContext(localctx, _startState, PostgreSQLParserRULE_b_expr) - p.SetState(9551) + p.SetState(9507) if !(p.Precpred(p.GetParserRuleContext(), 1)) { p.SetError(antlr.NewFailedPredicateException(p, "p.Precpred(p.GetParserRuleContext(), 1)", "")) goto errorExit } { - p.SetState(9552) + p.SetState(9508) p.Match(PostgreSQLParserIS) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9554) + p.SetState(9510) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -147421,7 +146849,7 @@ func (p *PostgreSQLParser) b_expr(_p int) (localctx IB_exprContext) { if _la == PostgreSQLParserNOT { { - p.SetState(9553) + p.SetState(9509) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -147430,7 +146858,7 @@ func (p *PostgreSQLParser) b_expr(_p int) (localctx IB_exprContext) { } } - p.SetState(9565) + p.SetState(9521) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -147439,7 +146867,7 @@ func (p *PostgreSQLParser) b_expr(_p int) (localctx IB_exprContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserDISTINCT: { - p.SetState(9556) + p.SetState(9512) p.Match(PostgreSQLParserDISTINCT) if p.HasError() { // Recognition error - abort rule @@ -147447,7 +146875,7 @@ func (p *PostgreSQLParser) b_expr(_p int) (localctx IB_exprContext) { } } { - p.SetState(9557) + p.SetState(9513) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -147455,13 +146883,13 @@ func (p *PostgreSQLParser) b_expr(_p int) (localctx IB_exprContext) { } } { - p.SetState(9558) + p.SetState(9514) p.b_expr(0) } case PostgreSQLParserOF: { - p.SetState(9559) + p.SetState(9515) p.Match(PostgreSQLParserOF) if p.HasError() { // Recognition error - abort rule @@ -147469,7 +146897,7 @@ func (p *PostgreSQLParser) b_expr(_p int) (localctx IB_exprContext) { } } { - p.SetState(9560) + p.SetState(9516) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -147477,11 +146905,11 @@ func (p *PostgreSQLParser) b_expr(_p int) (localctx IB_exprContext) { } } { - p.SetState(9561) + p.SetState(9517) p.Type_list() } { - p.SetState(9562) + p.SetState(9518) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -147491,7 +146919,7 @@ func (p *PostgreSQLParser) b_expr(_p int) (localctx IB_exprContext) { case PostgreSQLParserDOCUMENT_P: { - p.SetState(9564) + p.SetState(9520) p.Match(PostgreSQLParserDOCUMENT_P) if p.HasError() { // Recognition error - abort rule @@ -147509,12 +146937,12 @@ func (p *PostgreSQLParser) b_expr(_p int) (localctx IB_exprContext) { } } - p.SetState(9571) + p.SetState(9527) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 910, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 906, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -148011,19 +147439,19 @@ func (s *C_expr_exprContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { localctx = NewC_exprContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1216, PostgreSQLParserRULE_c_expr) - p.SetState(9608) + p.EnterRule(localctx, 1214, PostgreSQLParserRULE_c_expr) + p.SetState(9564) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 913, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 909, p.GetParserRuleContext()) { case 1: localctx = NewC_expr_existsContext(p, localctx) p.EnterOuterAlt(localctx, 1) { - p.SetState(9572) + p.SetState(9528) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -148031,7 +147459,7 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { } } { - p.SetState(9573) + p.SetState(9529) p.Select_with_parens() } @@ -148039,14 +147467,14 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { localctx = NewC_expr_exprContext(p, localctx) p.EnterOuterAlt(localctx, 2) { - p.SetState(9574) + p.SetState(9530) p.Match(PostgreSQLParserARRAY) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9577) + p.SetState(9533) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -148055,13 +147483,13 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserOPEN_PAREN: { - p.SetState(9575) + p.SetState(9531) p.Select_with_parens() } case PostgreSQLParserOPEN_BRACKET: { - p.SetState(9576) + p.SetState(9532) p.Array_expr() } @@ -148074,7 +147502,7 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { localctx = NewC_expr_exprContext(p, localctx) p.EnterOuterAlt(localctx, 3) { - p.SetState(9579) + p.SetState(9535) p.Match(PostgreSQLParserPARAM) if p.HasError() { // Recognition error - abort rule @@ -148082,7 +147510,7 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { } } { - p.SetState(9580) + p.SetState(9536) p.Opt_indirection() } @@ -148090,7 +147518,7 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { localctx = NewC_expr_exprContext(p, localctx) p.EnterOuterAlt(localctx, 4) { - p.SetState(9581) + p.SetState(9537) p.Match(PostgreSQLParserGROUPING) if p.HasError() { // Recognition error - abort rule @@ -148098,7 +147526,7 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { } } { - p.SetState(9582) + p.SetState(9538) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -148106,11 +147534,11 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { } } { - p.SetState(9583) + p.SetState(9539) p.Expr_list() } { - p.SetState(9584) + p.SetState(9540) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -148122,7 +147550,7 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { localctx = NewC_expr_exprContext(p, localctx) p.EnterOuterAlt(localctx, 5) { - p.SetState(9586) + p.SetState(9542) p.Match(PostgreSQLParserUNIQUE) if p.HasError() { // Recognition error - abort rule @@ -148130,7 +147558,7 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { } } { - p.SetState(9587) + p.SetState(9543) p.Select_with_parens() } @@ -148138,7 +147566,7 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { localctx = NewC_expr_exprContext(p, localctx) p.EnterOuterAlt(localctx, 6) { - p.SetState(9588) + p.SetState(9544) p.Columnref() } @@ -148146,7 +147574,7 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { localctx = NewC_expr_exprContext(p, localctx) p.EnterOuterAlt(localctx, 7) { - p.SetState(9589) + p.SetState(9545) p.Aexprconst() } @@ -148154,7 +147582,7 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { localctx = NewC_expr_exprContext(p, localctx) p.EnterOuterAlt(localctx, 8) { - p.SetState(9590) + p.SetState(9546) p.Plsqlvariablename() } @@ -148162,7 +147590,7 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { localctx = NewC_expr_exprContext(p, localctx) p.EnterOuterAlt(localctx, 9) { - p.SetState(9591) + p.SetState(9547) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -148170,14 +147598,14 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { } } { - p.SetState(9592) + p.SetState(9548) var _x = p.A_expr() localctx.(*C_expr_exprContext).a_expr_in_parens = _x } { - p.SetState(9593) + p.SetState(9549) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -148185,7 +147613,7 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { } } { - p.SetState(9594) + p.SetState(9550) p.Opt_indirection() } @@ -148193,7 +147621,7 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { localctx = NewC_expr_caseContext(p, localctx) p.EnterOuterAlt(localctx, 10) { - p.SetState(9596) + p.SetState(9552) p.Case_expr() } @@ -148201,7 +147629,7 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { localctx = NewC_expr_exprContext(p, localctx) p.EnterOuterAlt(localctx, 11) { - p.SetState(9597) + p.SetState(9553) p.Func_expr() } @@ -148209,15 +147637,15 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { localctx = NewC_expr_exprContext(p, localctx) p.EnterOuterAlt(localctx, 12) { - p.SetState(9598) + p.SetState(9554) p.Select_with_parens() } - p.SetState(9600) + p.SetState(9556) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 912, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 908, p.GetParserRuleContext()) == 1 { { - p.SetState(9599) + p.SetState(9555) p.Indirection() } @@ -148229,7 +147657,7 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { localctx = NewC_expr_exprContext(p, localctx) p.EnterOuterAlt(localctx, 13) { - p.SetState(9602) + p.SetState(9558) p.Explicit_row() } @@ -148237,7 +147665,7 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { localctx = NewC_expr_exprContext(p, localctx) p.EnterOuterAlt(localctx, 14) { - p.SetState(9603) + p.SetState(9559) p.Implicit_row() } @@ -148245,11 +147673,11 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { localctx = NewC_expr_exprContext(p, localctx) p.EnterOuterAlt(localctx, 15) { - p.SetState(9604) + p.SetState(9560) p.Row() } { - p.SetState(9605) + p.SetState(9561) p.Match(PostgreSQLParserOVERLAPS) if p.HasError() { // Recognition error - abort rule @@ -148257,7 +147685,7 @@ func (p *PostgreSQLParser) C_expr() (localctx IC_exprContext) { } } { - p.SetState(9606) + p.SetState(9562) p.Row() } @@ -148360,10 +147788,10 @@ func (s *PlsqlvariablenameContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Plsqlvariablename() (localctx IPlsqlvariablenameContext) { localctx = NewPlsqlvariablenameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1218, PostgreSQLParserRULE_plsqlvariablename) + p.EnterRule(localctx, 1216, PostgreSQLParserRULE_plsqlvariablename) p.EnterOuterAlt(localctx, 1) { - p.SetState(9610) + p.SetState(9566) p.Match(PostgreSQLParserPLSQLVARIABLENAME) if p.HasError() { // Recognition error - abort rule @@ -148564,23 +147992,23 @@ func (s *Func_applicationContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Func_application() (localctx IFunc_applicationContext) { localctx = NewFunc_applicationContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1220, PostgreSQLParserRULE_func_application) + p.EnterRule(localctx, 1218, PostgreSQLParserRULE_func_application) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9612) + p.SetState(9568) p.Func_name() } { - p.SetState(9613) + p.SetState(9569) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9635) + p.SetState(9591) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -148589,10 +148017,10 @@ func (p *PostgreSQLParser) Func_application() (localctx IFunc_applicationContext switch p.GetTokenStream().LA(1) { case PostgreSQLParserOPEN_PAREN, PostgreSQLParserPLUS, PostgreSQLParserMINUS, PostgreSQLParserPARAM, PostgreSQLParserOperator, PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCASE, PostgreSQLParserCAST, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserCURRENT_CATALOG, PostgreSQLParserCURRENT_DATE, PostgreSQLParserCURRENT_ROLE, PostgreSQLParserCURRENT_TIME, PostgreSQLParserCURRENT_TIMESTAMP, PostgreSQLParserCURRENT_USER, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFALSE_P, PostgreSQLParserFETCH, PostgreSQLParserLOCALTIME, PostgreSQLParserLOCALTIMESTAMP, PostgreSQLParserNOT, PostgreSQLParserNULL_P, PostgreSQLParserSESSION_USER, PostgreSQLParserTABLE, PostgreSQLParserTRUE_P, PostgreSQLParserUNIQUE, PostgreSQLParserUSER, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLEFT, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserRIGHT, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserBinaryStringConstant, PostgreSQLParserHexadecimalStringConstant, PostgreSQLParserIntegral, PostgreSQLParserNumeric, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER, PostgreSQLParserEscapeStringConstant: { - p.SetState(9614) + p.SetState(9570) p.Func_arg_list() } - p.SetState(9618) + p.SetState(9574) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -148601,7 +148029,7 @@ func (p *PostgreSQLParser) Func_application() (localctx IFunc_applicationContext if _la == PostgreSQLParserCOMMA { { - p.SetState(9615) + p.SetState(9571) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -148609,7 +148037,7 @@ func (p *PostgreSQLParser) Func_application() (localctx IFunc_applicationContext } } { - p.SetState(9616) + p.SetState(9572) p.Match(PostgreSQLParserVARIADIC) if p.HasError() { // Recognition error - abort rule @@ -148617,12 +148045,12 @@ func (p *PostgreSQLParser) Func_application() (localctx IFunc_applicationContext } } { - p.SetState(9617) + p.SetState(9573) p.Func_arg_expr() } } - p.SetState(9621) + p.SetState(9577) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -148631,7 +148059,7 @@ func (p *PostgreSQLParser) Func_application() (localctx IFunc_applicationContext if _la == PostgreSQLParserORDER { { - p.SetState(9620) + p.SetState(9576) p.Opt_sort_clause() } @@ -148639,7 +148067,7 @@ func (p *PostgreSQLParser) Func_application() (localctx IFunc_applicationContext case PostgreSQLParserVARIADIC: { - p.SetState(9623) + p.SetState(9579) p.Match(PostgreSQLParserVARIADIC) if p.HasError() { // Recognition error - abort rule @@ -148647,10 +148075,10 @@ func (p *PostgreSQLParser) Func_application() (localctx IFunc_applicationContext } } { - p.SetState(9624) + p.SetState(9580) p.Func_arg_expr() } - p.SetState(9626) + p.SetState(9582) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -148659,7 +148087,7 @@ func (p *PostgreSQLParser) Func_application() (localctx IFunc_applicationContext if _la == PostgreSQLParserORDER { { - p.SetState(9625) + p.SetState(9581) p.Opt_sort_clause() } @@ -148667,7 +148095,7 @@ func (p *PostgreSQLParser) Func_application() (localctx IFunc_applicationContext case PostgreSQLParserALL, PostgreSQLParserDISTINCT: { - p.SetState(9628) + p.SetState(9584) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserALL || _la == PostgreSQLParserDISTINCT) { @@ -148678,10 +148106,10 @@ func (p *PostgreSQLParser) Func_application() (localctx IFunc_applicationContext } } { - p.SetState(9629) + p.SetState(9585) p.Func_arg_list() } - p.SetState(9631) + p.SetState(9587) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -148690,7 +148118,7 @@ func (p *PostgreSQLParser) Func_application() (localctx IFunc_applicationContext if _la == PostgreSQLParserORDER { { - p.SetState(9630) + p.SetState(9586) p.Opt_sort_clause() } @@ -148698,7 +148126,7 @@ func (p *PostgreSQLParser) Func_application() (localctx IFunc_applicationContext case PostgreSQLParserSTAR: { - p.SetState(9633) + p.SetState(9589) p.Match(PostgreSQLParserSTAR) if p.HasError() { // Recognition error - abort rule @@ -148713,7 +148141,7 @@ func (p *PostgreSQLParser) Func_application() (localctx IFunc_applicationContext goto errorExit } { - p.SetState(9637) + p.SetState(9593) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -148896,50 +148324,50 @@ func (s *Func_exprContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Func_expr() (localctx IFunc_exprContext) { localctx = NewFunc_exprContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1222, PostgreSQLParserRULE_func_expr) - p.SetState(9650) + p.EnterRule(localctx, 1220, PostgreSQLParserRULE_func_expr) + p.SetState(9606) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 922, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 918, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(9639) + p.SetState(9595) p.Func_application() } - p.SetState(9641) + p.SetState(9597) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 919, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 915, p.GetParserRuleContext()) == 1 { { - p.SetState(9640) + p.SetState(9596) p.Within_group_clause() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(9644) + p.SetState(9600) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 920, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 916, p.GetParserRuleContext()) == 1 { { - p.SetState(9643) + p.SetState(9599) p.Filter_clause() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(9647) + p.SetState(9603) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 921, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 917, p.GetParserRuleContext()) == 1 { { - p.SetState(9646) + p.SetState(9602) p.Over_clause() } @@ -148950,7 +148378,7 @@ func (p *PostgreSQLParser) Func_expr() (localctx IFunc_exprContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(9649) + p.SetState(9605) p.Func_expr_common_subexpr() } @@ -149082,25 +148510,25 @@ func (s *Func_expr_windowlessContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Func_expr_windowless() (localctx IFunc_expr_windowlessContext) { localctx = NewFunc_expr_windowlessContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1224, PostgreSQLParserRULE_func_expr_windowless) - p.SetState(9654) + p.EnterRule(localctx, 1222, PostgreSQLParserRULE_func_expr_windowless) + p.SetState(9610) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 923, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 919, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(9652) + p.SetState(9608) p.Func_application() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(9653) + p.SetState(9609) p.Func_expr_common_subexpr() } @@ -149774,10 +149202,10 @@ func (s *Func_expr_common_subexprContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_common_subexprContext) { localctx = NewFunc_expr_common_subexprContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1226, PostgreSQLParserRULE_func_expr_common_subexpr) + p.EnterRule(localctx, 1224, PostgreSQLParserRULE_func_expr_common_subexpr) var _la int - p.SetState(9839) + p.SetState(9795) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -149787,7 +149215,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserCOLLATION: p.EnterOuterAlt(localctx, 1) { - p.SetState(9656) + p.SetState(9612) p.Match(PostgreSQLParserCOLLATION) if p.HasError() { // Recognition error - abort rule @@ -149795,7 +149223,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9657) + p.SetState(9613) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -149803,7 +149231,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9658) + p.SetState(9614) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -149811,11 +149239,11 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9659) + p.SetState(9615) p.A_expr() } { - p.SetState(9660) + p.SetState(9616) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -149826,7 +149254,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserCURRENT_DATE: p.EnterOuterAlt(localctx, 2) { - p.SetState(9662) + p.SetState(9618) p.Match(PostgreSQLParserCURRENT_DATE) if p.HasError() { // Recognition error - abort rule @@ -149837,19 +149265,19 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserCURRENT_TIME: p.EnterOuterAlt(localctx, 3) { - p.SetState(9663) + p.SetState(9619) p.Match(PostgreSQLParserCURRENT_TIME) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9668) + p.SetState(9624) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 924, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 920, p.GetParserRuleContext()) == 1 { { - p.SetState(9664) + p.SetState(9620) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -149857,11 +149285,11 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9665) + p.SetState(9621) p.Iconst() } { - p.SetState(9666) + p.SetState(9622) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -149876,19 +149304,19 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserCURRENT_TIMESTAMP: p.EnterOuterAlt(localctx, 4) { - p.SetState(9670) + p.SetState(9626) p.Match(PostgreSQLParserCURRENT_TIMESTAMP) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9675) + p.SetState(9631) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 925, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 921, p.GetParserRuleContext()) == 1 { { - p.SetState(9671) + p.SetState(9627) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -149896,11 +149324,11 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9672) + p.SetState(9628) p.Iconst() } { - p.SetState(9673) + p.SetState(9629) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -149915,19 +149343,19 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserLOCALTIME: p.EnterOuterAlt(localctx, 5) { - p.SetState(9677) + p.SetState(9633) p.Match(PostgreSQLParserLOCALTIME) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9682) + p.SetState(9638) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 926, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 922, p.GetParserRuleContext()) == 1 { { - p.SetState(9678) + p.SetState(9634) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -149935,11 +149363,11 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9679) + p.SetState(9635) p.Iconst() } { - p.SetState(9680) + p.SetState(9636) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -149954,19 +149382,19 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserLOCALTIMESTAMP: p.EnterOuterAlt(localctx, 6) { - p.SetState(9684) + p.SetState(9640) p.Match(PostgreSQLParserLOCALTIMESTAMP) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9689) + p.SetState(9645) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 927, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 923, p.GetParserRuleContext()) == 1 { { - p.SetState(9685) + p.SetState(9641) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -149974,11 +149402,11 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9686) + p.SetState(9642) p.Iconst() } { - p.SetState(9687) + p.SetState(9643) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -149993,7 +149421,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserCURRENT_ROLE: p.EnterOuterAlt(localctx, 7) { - p.SetState(9691) + p.SetState(9647) p.Match(PostgreSQLParserCURRENT_ROLE) if p.HasError() { // Recognition error - abort rule @@ -150004,7 +149432,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserCURRENT_USER: p.EnterOuterAlt(localctx, 8) { - p.SetState(9692) + p.SetState(9648) p.Match(PostgreSQLParserCURRENT_USER) if p.HasError() { // Recognition error - abort rule @@ -150015,7 +149443,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserSESSION_USER: p.EnterOuterAlt(localctx, 9) { - p.SetState(9693) + p.SetState(9649) p.Match(PostgreSQLParserSESSION_USER) if p.HasError() { // Recognition error - abort rule @@ -150026,7 +149454,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserUSER: p.EnterOuterAlt(localctx, 10) { - p.SetState(9694) + p.SetState(9650) p.Match(PostgreSQLParserUSER) if p.HasError() { // Recognition error - abort rule @@ -150037,7 +149465,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserCURRENT_CATALOG: p.EnterOuterAlt(localctx, 11) { - p.SetState(9695) + p.SetState(9651) p.Match(PostgreSQLParserCURRENT_CATALOG) if p.HasError() { // Recognition error - abort rule @@ -150048,7 +149476,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserCURRENT_SCHEMA: p.EnterOuterAlt(localctx, 12) { - p.SetState(9696) + p.SetState(9652) p.Match(PostgreSQLParserCURRENT_SCHEMA) if p.HasError() { // Recognition error - abort rule @@ -150059,7 +149487,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserCAST: p.EnterOuterAlt(localctx, 13) { - p.SetState(9697) + p.SetState(9653) p.Match(PostgreSQLParserCAST) if p.HasError() { // Recognition error - abort rule @@ -150067,7 +149495,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9698) + p.SetState(9654) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150075,11 +149503,11 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9699) + p.SetState(9655) p.A_expr() } { - p.SetState(9700) + p.SetState(9656) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -150087,11 +149515,11 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9701) + p.SetState(9657) p.Typename() } { - p.SetState(9702) + p.SetState(9658) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150102,7 +149530,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserEXTRACT: p.EnterOuterAlt(localctx, 14) { - p.SetState(9704) + p.SetState(9660) p.Match(PostgreSQLParserEXTRACT) if p.HasError() { // Recognition error - abort rule @@ -150110,14 +149538,14 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9705) + p.SetState(9661) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9707) + p.SetState(9663) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -150126,13 +149554,13 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo if ((int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&2459027012145119232) != 0) || ((int64((_la-92)) & ^0x3f) == 0 && ((int64(1)<<(_la-92))&2310346885883232257) != 0) || ((int64((_la-157)) & ^0x3f) == 0 && ((int64(1)<<(_la-157))&2315976108375835665) != 0) || ((int64((_la-232)) & ^0x3f) == 0 && ((int64(1)<<(_la-232))&18015499736580353) != 0) || ((int64((_la-300)) & ^0x3f) == 0 && ((int64(1)<<(_la-300))&9007199322574913) != 0) || ((int64((_la-377)) & ^0x3f) == 0 && ((int64(1)<<(_la-377))&864691128455135233) != 0) || ((int64((_la-479)) & ^0x3f) == 0 && ((int64(1)<<(_la-479))&13124950286337) != 0) || ((int64((_la-643)) & ^0x3f) == 0 && ((int64(1)<<(_la-643))&34460412451) != 0) { { - p.SetState(9706) + p.SetState(9662) p.Extract_list() } } { - p.SetState(9709) + p.SetState(9665) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150143,7 +149571,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserNORMALIZE: p.EnterOuterAlt(localctx, 15) { - p.SetState(9710) + p.SetState(9666) p.Match(PostgreSQLParserNORMALIZE) if p.HasError() { // Recognition error - abort rule @@ -150151,7 +149579,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9711) + p.SetState(9667) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150159,10 +149587,10 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9712) + p.SetState(9668) p.A_expr() } - p.SetState(9715) + p.SetState(9671) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -150171,7 +149599,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo if _la == PostgreSQLParserCOMMA { { - p.SetState(9713) + p.SetState(9669) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -150179,13 +149607,13 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9714) + p.SetState(9670) p.Unicode_normal_form() } } { - p.SetState(9717) + p.SetState(9673) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150196,7 +149624,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserOVERLAY: p.EnterOuterAlt(localctx, 16) { - p.SetState(9719) + p.SetState(9675) p.Match(PostgreSQLParserOVERLAY) if p.HasError() { // Recognition error - abort rule @@ -150204,7 +149632,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9720) + p.SetState(9676) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150212,11 +149640,11 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9721) + p.SetState(9677) p.Overlay_list() } { - p.SetState(9722) + p.SetState(9678) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150227,7 +149655,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserPOSITION: p.EnterOuterAlt(localctx, 17) { - p.SetState(9724) + p.SetState(9680) p.Match(PostgreSQLParserPOSITION) if p.HasError() { // Recognition error - abort rule @@ -150235,14 +149663,14 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9725) + p.SetState(9681) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9727) + p.SetState(9683) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -150251,13 +149679,13 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo if ((int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&3620818277858553860) != 0) || ((int64((_la-75)) & ^0x3f) == 0 && ((int64(1)<<(_la-75))&-2120073205) != 0) || ((int64((_la-139)) & ^0x3f) == 0 && ((int64(1)<<(_la-139))&-1) != 0) || ((int64((_la-203)) & ^0x3f) == 0 && ((int64(1)<<(_la-203))&-1266637395197953) != 0) || ((int64((_la-267)) & ^0x3f) == 0 && ((int64(1)<<(_la-267))&-1) != 0) || ((int64((_la-331)) & ^0x3f) == 0 && ((int64(1)<<(_la-331))&-1) != 0) || ((int64((_la-395)) & ^0x3f) == 0 && ((int64(1)<<(_la-395))&-2305843009213693953) != 0) || ((int64((_la-459)) & ^0x3f) == 0 && ((int64(1)<<(_la-459))&-4612037862148276225) != 0) || ((int64((_la-523)) & ^0x3f) == 0 && ((int64(1)<<(_la-523))&-1) != 0) || ((int64((_la-587)) & ^0x3f) == 0 && ((int64(1)<<(_la-587))&2524267591141163007) != 0) || ((int64((_la-652)) & ^0x3f) == 0 && ((int64(1)<<(_la-652))&67346997) != 0) { { - p.SetState(9726) + p.SetState(9682) p.Position_list() } } { - p.SetState(9729) + p.SetState(9685) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150268,7 +149696,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserSUBSTRING: p.EnterOuterAlt(localctx, 18) { - p.SetState(9730) + p.SetState(9686) p.Match(PostgreSQLParserSUBSTRING) if p.HasError() { // Recognition error - abort rule @@ -150276,7 +149704,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9731) + p.SetState(9687) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150284,11 +149712,11 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9732) + p.SetState(9688) p.Substr_list() } { - p.SetState(9733) + p.SetState(9689) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150299,7 +149727,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserTREAT: p.EnterOuterAlt(localctx, 19) { - p.SetState(9735) + p.SetState(9691) p.Match(PostgreSQLParserTREAT) if p.HasError() { // Recognition error - abort rule @@ -150307,7 +149735,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9736) + p.SetState(9692) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150315,11 +149743,11 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9737) + p.SetState(9693) p.A_expr() } { - p.SetState(9738) + p.SetState(9694) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -150327,11 +149755,11 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9739) + p.SetState(9695) p.Typename() } { - p.SetState(9740) + p.SetState(9696) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150342,7 +149770,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserTRIM: p.EnterOuterAlt(localctx, 20) { - p.SetState(9742) + p.SetState(9698) p.Match(PostgreSQLParserTRIM) if p.HasError() { // Recognition error - abort rule @@ -150350,14 +149778,14 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9743) + p.SetState(9699) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9745) + p.SetState(9701) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -150366,7 +149794,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo if (int64((_la-39)) & ^0x3f) == 0 && ((int64(1)<<(_la-39))&72057611217797121) != 0 { { - p.SetState(9744) + p.SetState(9700) _la = p.GetTokenStream().LA(1) if !((int64((_la-39)) & ^0x3f) == 0 && ((int64(1)<<(_la-39))&72057611217797121) != 0) { @@ -150379,11 +149807,11 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } { - p.SetState(9747) + p.SetState(9703) p.Trim_list() } { - p.SetState(9748) + p.SetState(9704) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150394,7 +149822,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserNULLIF: p.EnterOuterAlt(localctx, 21) { - p.SetState(9750) + p.SetState(9706) p.Match(PostgreSQLParserNULLIF) if p.HasError() { // Recognition error - abort rule @@ -150402,7 +149830,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9751) + p.SetState(9707) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150410,11 +149838,11 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9752) + p.SetState(9708) p.A_expr() } { - p.SetState(9753) + p.SetState(9709) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -150422,11 +149850,11 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9754) + p.SetState(9710) p.A_expr() } { - p.SetState(9755) + p.SetState(9711) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150437,7 +149865,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserCOALESCE: p.EnterOuterAlt(localctx, 22) { - p.SetState(9757) + p.SetState(9713) p.Match(PostgreSQLParserCOALESCE) if p.HasError() { // Recognition error - abort rule @@ -150445,7 +149873,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9758) + p.SetState(9714) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150453,11 +149881,11 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9759) + p.SetState(9715) p.Expr_list() } { - p.SetState(9760) + p.SetState(9716) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150468,7 +149896,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserGREATEST: p.EnterOuterAlt(localctx, 23) { - p.SetState(9762) + p.SetState(9718) p.Match(PostgreSQLParserGREATEST) if p.HasError() { // Recognition error - abort rule @@ -150476,7 +149904,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9763) + p.SetState(9719) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150484,11 +149912,11 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9764) + p.SetState(9720) p.Expr_list() } { - p.SetState(9765) + p.SetState(9721) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150499,7 +149927,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserLEAST: p.EnterOuterAlt(localctx, 24) { - p.SetState(9767) + p.SetState(9723) p.Match(PostgreSQLParserLEAST) if p.HasError() { // Recognition error - abort rule @@ -150507,7 +149935,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9768) + p.SetState(9724) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150515,11 +149943,11 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9769) + p.SetState(9725) p.Expr_list() } { - p.SetState(9770) + p.SetState(9726) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150530,7 +149958,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserXMLCONCAT: p.EnterOuterAlt(localctx, 25) { - p.SetState(9772) + p.SetState(9728) p.Match(PostgreSQLParserXMLCONCAT) if p.HasError() { // Recognition error - abort rule @@ -150538,7 +149966,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9773) + p.SetState(9729) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150546,11 +149974,11 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9774) + p.SetState(9730) p.Expr_list() } { - p.SetState(9775) + p.SetState(9731) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150561,7 +149989,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserXMLELEMENT: p.EnterOuterAlt(localctx, 26) { - p.SetState(9777) + p.SetState(9733) p.Match(PostgreSQLParserXMLELEMENT) if p.HasError() { // Recognition error - abort rule @@ -150569,7 +149997,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9778) + p.SetState(9734) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150577,7 +150005,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9779) + p.SetState(9735) p.Match(PostgreSQLParserNAME_P) if p.HasError() { // Recognition error - abort rule @@ -150585,10 +150013,10 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9780) + p.SetState(9736) p.Collabel() } - p.SetState(9786) + p.SetState(9742) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -150597,29 +150025,29 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo if _la == PostgreSQLParserCOMMA { { - p.SetState(9781) + p.SetState(9737) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9784) + p.SetState(9740) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 932, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 928, p.GetParserRuleContext()) { case 1: { - p.SetState(9782) + p.SetState(9738) p.Xml_attributes() } case 2: { - p.SetState(9783) + p.SetState(9739) p.Expr_list() } @@ -150629,7 +150057,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } { - p.SetState(9788) + p.SetState(9744) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150640,7 +150068,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserXMLEXISTS: p.EnterOuterAlt(localctx, 27) { - p.SetState(9790) + p.SetState(9746) p.Match(PostgreSQLParserXMLEXISTS) if p.HasError() { // Recognition error - abort rule @@ -150648,7 +150076,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9791) + p.SetState(9747) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150656,15 +150084,15 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9792) + p.SetState(9748) p.C_expr() } { - p.SetState(9793) + p.SetState(9749) p.Xmlexists_argument() } { - p.SetState(9794) + p.SetState(9750) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150675,7 +150103,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserXMLFOREST: p.EnterOuterAlt(localctx, 28) { - p.SetState(9796) + p.SetState(9752) p.Match(PostgreSQLParserXMLFOREST) if p.HasError() { // Recognition error - abort rule @@ -150683,7 +150111,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9797) + p.SetState(9753) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150691,11 +150119,11 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9798) + p.SetState(9754) p.Xml_attribute_list() } { - p.SetState(9799) + p.SetState(9755) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150706,7 +150134,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserXMLPARSE: p.EnterOuterAlt(localctx, 29) { - p.SetState(9801) + p.SetState(9757) p.Match(PostgreSQLParserXMLPARSE) if p.HasError() { // Recognition error - abort rule @@ -150714,7 +150142,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9802) + p.SetState(9758) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150722,14 +150150,14 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9803) + p.SetState(9759) p.Document_or_content() } { - p.SetState(9804) + p.SetState(9760) p.A_expr() } - p.SetState(9806) + p.SetState(9762) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -150738,13 +150166,13 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo if _la == PostgreSQLParserPRESERVE || _la == PostgreSQLParserSTRIP_P { { - p.SetState(9805) + p.SetState(9761) p.Xml_whitespace_option() } } { - p.SetState(9808) + p.SetState(9764) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150755,7 +150183,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserXMLPI: p.EnterOuterAlt(localctx, 30) { - p.SetState(9810) + p.SetState(9766) p.Match(PostgreSQLParserXMLPI) if p.HasError() { // Recognition error - abort rule @@ -150763,7 +150191,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9811) + p.SetState(9767) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150771,7 +150199,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9812) + p.SetState(9768) p.Match(PostgreSQLParserNAME_P) if p.HasError() { // Recognition error - abort rule @@ -150779,10 +150207,10 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9813) + p.SetState(9769) p.Collabel() } - p.SetState(9816) + p.SetState(9772) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -150791,7 +150219,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo if _la == PostgreSQLParserCOMMA { { - p.SetState(9814) + p.SetState(9770) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -150799,13 +150227,13 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9815) + p.SetState(9771) p.A_expr() } } { - p.SetState(9818) + p.SetState(9774) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150816,7 +150244,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserXMLROOT: p.EnterOuterAlt(localctx, 31) { - p.SetState(9820) + p.SetState(9776) p.Match(PostgreSQLParserXMLROOT) if p.HasError() { // Recognition error - abort rule @@ -150824,7 +150252,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9821) + p.SetState(9777) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150832,7 +150260,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9822) + p.SetState(9778) p.Match(PostgreSQLParserXML_P) if p.HasError() { // Recognition error - abort rule @@ -150840,11 +150268,11 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9823) + p.SetState(9779) p.A_expr() } { - p.SetState(9824) + p.SetState(9780) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -150852,10 +150280,10 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9825) + p.SetState(9781) p.Xml_root_version() } - p.SetState(9827) + p.SetState(9783) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -150864,13 +150292,13 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo if _la == PostgreSQLParserCOMMA { { - p.SetState(9826) + p.SetState(9782) p.Opt_xml_root_standalone() } } { - p.SetState(9829) + p.SetState(9785) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150881,7 +150309,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo case PostgreSQLParserXMLSERIALIZE: p.EnterOuterAlt(localctx, 32) { - p.SetState(9831) + p.SetState(9787) p.Match(PostgreSQLParserXMLSERIALIZE) if p.HasError() { // Recognition error - abort rule @@ -150889,7 +150317,7 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9832) + p.SetState(9788) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -150897,15 +150325,15 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9833) + p.SetState(9789) p.Document_or_content() } { - p.SetState(9834) + p.SetState(9790) p.A_expr() } { - p.SetState(9835) + p.SetState(9791) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -150913,11 +150341,11 @@ func (p *PostgreSQLParser) Func_expr_common_subexpr() (localctx IFunc_expr_commo } } { - p.SetState(9836) + p.SetState(9792) p.Simpletypename() } { - p.SetState(9837) + p.SetState(9793) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -151052,18 +150480,18 @@ func (s *Xml_root_versionContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Xml_root_version() (localctx IXml_root_versionContext) { localctx = NewXml_root_versionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1228, PostgreSQLParserRULE_xml_root_version) - p.SetState(9846) + p.EnterRule(localctx, 1226, PostgreSQLParserRULE_xml_root_version) + p.SetState(9802) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 938, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 934, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(9841) + p.SetState(9797) p.Match(PostgreSQLParserVERSION_P) if p.HasError() { // Recognition error - abort rule @@ -151071,14 +150499,14 @@ func (p *PostgreSQLParser) Xml_root_version() (localctx IXml_root_versionContext } } { - p.SetState(9842) + p.SetState(9798) p.A_expr() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(9843) + p.SetState(9799) p.Match(PostgreSQLParserVERSION_P) if p.HasError() { // Recognition error - abort rule @@ -151086,7 +150514,7 @@ func (p *PostgreSQLParser) Xml_root_version() (localctx IXml_root_versionContext } } { - p.SetState(9844) + p.SetState(9800) p.Match(PostgreSQLParserNO) if p.HasError() { // Recognition error - abort rule @@ -151094,7 +150522,7 @@ func (p *PostgreSQLParser) Xml_root_version() (localctx IXml_root_versionContext } } { - p.SetState(9845) + p.SetState(9801) p.Match(PostgreSQLParserVALUE_P) if p.HasError() { // Recognition error - abort rule @@ -151221,18 +150649,18 @@ func (s *Opt_xml_root_standaloneContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Opt_xml_root_standalone() (localctx IOpt_xml_root_standaloneContext) { localctx = NewOpt_xml_root_standaloneContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1230, PostgreSQLParserRULE_opt_xml_root_standalone) - p.SetState(9858) + p.EnterRule(localctx, 1228, PostgreSQLParserRULE_opt_xml_root_standalone) + p.SetState(9814) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 939, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 935, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(9848) + p.SetState(9804) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -151240,7 +150668,7 @@ func (p *PostgreSQLParser) Opt_xml_root_standalone() (localctx IOpt_xml_root_sta } } { - p.SetState(9849) + p.SetState(9805) p.Match(PostgreSQLParserSTANDALONE_P) if p.HasError() { // Recognition error - abort rule @@ -151248,7 +150676,7 @@ func (p *PostgreSQLParser) Opt_xml_root_standalone() (localctx IOpt_xml_root_sta } } { - p.SetState(9850) + p.SetState(9806) p.Match(PostgreSQLParserYES_P) if p.HasError() { // Recognition error - abort rule @@ -151259,7 +150687,7 @@ func (p *PostgreSQLParser) Opt_xml_root_standalone() (localctx IOpt_xml_root_sta case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(9851) + p.SetState(9807) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -151267,7 +150695,7 @@ func (p *PostgreSQLParser) Opt_xml_root_standalone() (localctx IOpt_xml_root_sta } } { - p.SetState(9852) + p.SetState(9808) p.Match(PostgreSQLParserSTANDALONE_P) if p.HasError() { // Recognition error - abort rule @@ -151275,7 +150703,7 @@ func (p *PostgreSQLParser) Opt_xml_root_standalone() (localctx IOpt_xml_root_sta } } { - p.SetState(9853) + p.SetState(9809) p.Match(PostgreSQLParserNO) if p.HasError() { // Recognition error - abort rule @@ -151286,7 +150714,7 @@ func (p *PostgreSQLParser) Opt_xml_root_standalone() (localctx IOpt_xml_root_sta case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(9854) + p.SetState(9810) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -151294,7 +150722,7 @@ func (p *PostgreSQLParser) Opt_xml_root_standalone() (localctx IOpt_xml_root_sta } } { - p.SetState(9855) + p.SetState(9811) p.Match(PostgreSQLParserSTANDALONE_P) if p.HasError() { // Recognition error - abort rule @@ -151302,7 +150730,7 @@ func (p *PostgreSQLParser) Opt_xml_root_standalone() (localctx IOpt_xml_root_sta } } { - p.SetState(9856) + p.SetState(9812) p.Match(PostgreSQLParserNO) if p.HasError() { // Recognition error - abort rule @@ -151310,7 +150738,7 @@ func (p *PostgreSQLParser) Opt_xml_root_standalone() (localctx IOpt_xml_root_sta } } { - p.SetState(9857) + p.SetState(9813) p.Match(PostgreSQLParserVALUE_P) if p.HasError() { // Recognition error - abort rule @@ -151444,10 +150872,10 @@ func (s *Xml_attributesContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Xml_attributes() (localctx IXml_attributesContext) { localctx = NewXml_attributesContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1232, PostgreSQLParserRULE_xml_attributes) + p.EnterRule(localctx, 1230, PostgreSQLParserRULE_xml_attributes) p.EnterOuterAlt(localctx, 1) { - p.SetState(9860) + p.SetState(9816) p.Match(PostgreSQLParserXMLATTRIBUTES) if p.HasError() { // Recognition error - abort rule @@ -151455,7 +150883,7 @@ func (p *PostgreSQLParser) Xml_attributes() (localctx IXml_attributesContext) { } } { - p.SetState(9861) + p.SetState(9817) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -151463,11 +150891,11 @@ func (p *PostgreSQLParser) Xml_attributes() (localctx IXml_attributesContext) { } } { - p.SetState(9862) + p.SetState(9818) p.Xml_attribute_list() } { - p.SetState(9863) + p.SetState(9819) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -151618,15 +151046,15 @@ func (s *Xml_attribute_listContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Xml_attribute_list() (localctx IXml_attribute_listContext) { localctx = NewXml_attribute_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1234, PostgreSQLParserRULE_xml_attribute_list) + p.EnterRule(localctx, 1232, PostgreSQLParserRULE_xml_attribute_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9865) + p.SetState(9821) p.Xml_attribute_el() } - p.SetState(9870) + p.SetState(9826) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -151635,7 +151063,7 @@ func (p *PostgreSQLParser) Xml_attribute_list() (localctx IXml_attribute_listCon for _la == PostgreSQLParserCOMMA { { - p.SetState(9866) + p.SetState(9822) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -151643,11 +151071,11 @@ func (p *PostgreSQLParser) Xml_attribute_list() (localctx IXml_attribute_listCon } } { - p.SetState(9867) + p.SetState(9823) p.Xml_attribute_el() } - p.SetState(9872) + p.SetState(9828) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -151784,15 +151212,15 @@ func (s *Xml_attribute_elContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Xml_attribute_el() (localctx IXml_attribute_elContext) { localctx = NewXml_attribute_elContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1236, PostgreSQLParserRULE_xml_attribute_el) + p.EnterRule(localctx, 1234, PostgreSQLParserRULE_xml_attribute_el) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9873) + p.SetState(9829) p.A_expr() } - p.SetState(9876) + p.SetState(9832) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -151801,7 +151229,7 @@ func (p *PostgreSQLParser) Xml_attribute_el() (localctx IXml_attribute_elContext if _la == PostgreSQLParserAS { { - p.SetState(9874) + p.SetState(9830) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -151809,7 +151237,7 @@ func (p *PostgreSQLParser) Xml_attribute_el() (localctx IXml_attribute_elContext } } { - p.SetState(9875) + p.SetState(9831) p.Collabel() } @@ -151915,12 +151343,12 @@ func (s *Document_or_contentContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Document_or_content() (localctx IDocument_or_contentContext) { localctx = NewDocument_or_contentContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1238, PostgreSQLParserRULE_document_or_content) + p.EnterRule(localctx, 1236, PostgreSQLParserRULE_document_or_content) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9878) + p.SetState(9834) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserCONTENT_P || _la == PostgreSQLParserDOCUMENT_P) { @@ -152036,8 +151464,8 @@ func (s *Xml_whitespace_optionContext) Accept(visitor antlr.ParseTreeVisitor) in func (p *PostgreSQLParser) Xml_whitespace_option() (localctx IXml_whitespace_optionContext) { localctx = NewXml_whitespace_optionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1240, PostgreSQLParserRULE_xml_whitespace_option) - p.SetState(9884) + p.EnterRule(localctx, 1238, PostgreSQLParserRULE_xml_whitespace_option) + p.SetState(9840) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -152047,7 +151475,7 @@ func (p *PostgreSQLParser) Xml_whitespace_option() (localctx IXml_whitespace_opt case PostgreSQLParserPRESERVE: p.EnterOuterAlt(localctx, 1) { - p.SetState(9880) + p.SetState(9836) p.Match(PostgreSQLParserPRESERVE) if p.HasError() { // Recognition error - abort rule @@ -152055,7 +151483,7 @@ func (p *PostgreSQLParser) Xml_whitespace_option() (localctx IXml_whitespace_opt } } { - p.SetState(9881) + p.SetState(9837) p.Match(PostgreSQLParserWHITESPACE_P) if p.HasError() { // Recognition error - abort rule @@ -152066,7 +151494,7 @@ func (p *PostgreSQLParser) Xml_whitespace_option() (localctx IXml_whitespace_opt case PostgreSQLParserSTRIP_P: p.EnterOuterAlt(localctx, 2) { - p.SetState(9882) + p.SetState(9838) p.Match(PostgreSQLParserSTRIP_P) if p.HasError() { // Recognition error - abort rule @@ -152074,7 +151502,7 @@ func (p *PostgreSQLParser) Xml_whitespace_option() (localctx IXml_whitespace_opt } } { - p.SetState(9883) + p.SetState(9839) p.Match(PostgreSQLParserWHITESPACE_P) if p.HasError() { // Recognition error - abort rule @@ -152242,18 +151670,18 @@ func (s *Xmlexists_argumentContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Xmlexists_argument() (localctx IXmlexists_argumentContext) { localctx = NewXmlexists_argumentContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1242, PostgreSQLParserRULE_xmlexists_argument) - p.SetState(9901) + p.EnterRule(localctx, 1240, PostgreSQLParserRULE_xmlexists_argument) + p.SetState(9857) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 943, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 939, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(9886) + p.SetState(9842) p.Match(PostgreSQLParserPASSING) if p.HasError() { // Recognition error - abort rule @@ -152261,14 +151689,14 @@ func (p *PostgreSQLParser) Xmlexists_argument() (localctx IXmlexists_argumentCon } } { - p.SetState(9887) + p.SetState(9843) p.C_expr() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(9888) + p.SetState(9844) p.Match(PostgreSQLParserPASSING) if p.HasError() { // Recognition error - abort rule @@ -152276,18 +151704,18 @@ func (p *PostgreSQLParser) Xmlexists_argument() (localctx IXmlexists_argumentCon } } { - p.SetState(9889) + p.SetState(9845) p.C_expr() } { - p.SetState(9890) + p.SetState(9846) p.Xml_passing_mech() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(9892) + p.SetState(9848) p.Match(PostgreSQLParserPASSING) if p.HasError() { // Recognition error - abort rule @@ -152295,18 +151723,18 @@ func (p *PostgreSQLParser) Xmlexists_argument() (localctx IXmlexists_argumentCon } } { - p.SetState(9893) + p.SetState(9849) p.Xml_passing_mech() } { - p.SetState(9894) + p.SetState(9850) p.C_expr() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(9896) + p.SetState(9852) p.Match(PostgreSQLParserPASSING) if p.HasError() { // Recognition error - abort rule @@ -152314,15 +151742,15 @@ func (p *PostgreSQLParser) Xmlexists_argument() (localctx IXmlexists_argumentCon } } { - p.SetState(9897) + p.SetState(9853) p.Xml_passing_mech() } { - p.SetState(9898) + p.SetState(9854) p.C_expr() } { - p.SetState(9899) + p.SetState(9855) p.Xml_passing_mech() } @@ -152435,12 +151863,12 @@ func (s *Xml_passing_mechContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Xml_passing_mech() (localctx IXml_passing_mechContext) { localctx = NewXml_passing_mechContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1244, PostgreSQLParserRULE_xml_passing_mech) + p.EnterRule(localctx, 1242, PostgreSQLParserRULE_xml_passing_mech) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9903) + p.SetState(9859) p.Match(PostgreSQLParserBY) if p.HasError() { // Recognition error - abort rule @@ -152448,7 +151876,7 @@ func (p *PostgreSQLParser) Xml_passing_mech() (localctx IXml_passing_mechContext } } { - p.SetState(9904) + p.SetState(9860) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserREF || _la == PostgreSQLParserVALUE_P) { @@ -152586,10 +152014,10 @@ func (s *Within_group_clauseContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Within_group_clause() (localctx IWithin_group_clauseContext) { localctx = NewWithin_group_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1246, PostgreSQLParserRULE_within_group_clause) + p.EnterRule(localctx, 1244, PostgreSQLParserRULE_within_group_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(9906) + p.SetState(9862) p.Match(PostgreSQLParserWITHIN) if p.HasError() { // Recognition error - abort rule @@ -152597,7 +152025,7 @@ func (p *PostgreSQLParser) Within_group_clause() (localctx IWithin_group_clauseC } } { - p.SetState(9907) + p.SetState(9863) p.Match(PostgreSQLParserGROUP_P) if p.HasError() { // Recognition error - abort rule @@ -152605,7 +152033,7 @@ func (p *PostgreSQLParser) Within_group_clause() (localctx IWithin_group_clauseC } } { - p.SetState(9908) + p.SetState(9864) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -152613,11 +152041,11 @@ func (p *PostgreSQLParser) Within_group_clause() (localctx IWithin_group_clauseC } } { - p.SetState(9909) + p.SetState(9865) p.Sort_clause() } { - p.SetState(9910) + p.SetState(9866) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -152752,10 +152180,10 @@ func (s *Filter_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Filter_clause() (localctx IFilter_clauseContext) { localctx = NewFilter_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1248, PostgreSQLParserRULE_filter_clause) + p.EnterRule(localctx, 1246, PostgreSQLParserRULE_filter_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(9912) + p.SetState(9868) p.Match(PostgreSQLParserFILTER) if p.HasError() { // Recognition error - abort rule @@ -152763,7 +152191,7 @@ func (p *PostgreSQLParser) Filter_clause() (localctx IFilter_clauseContext) { } } { - p.SetState(9913) + p.SetState(9869) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -152771,7 +152199,7 @@ func (p *PostgreSQLParser) Filter_clause() (localctx IFilter_clauseContext) { } } { - p.SetState(9914) + p.SetState(9870) p.Match(PostgreSQLParserWHERE) if p.HasError() { // Recognition error - abort rule @@ -152779,11 +152207,11 @@ func (p *PostgreSQLParser) Filter_clause() (localctx IFilter_clauseContext) { } } { - p.SetState(9915) + p.SetState(9871) p.A_expr() } { - p.SetState(9916) + p.SetState(9872) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -152903,10 +152331,10 @@ func (s *Window_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Window_clause() (localctx IWindow_clauseContext) { localctx = NewWindow_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1250, PostgreSQLParserRULE_window_clause) + p.EnterRule(localctx, 1248, PostgreSQLParserRULE_window_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(9918) + p.SetState(9874) p.Match(PostgreSQLParserWINDOW) if p.HasError() { // Recognition error - abort rule @@ -152914,7 +152342,7 @@ func (p *PostgreSQLParser) Window_clause() (localctx IWindow_clauseContext) { } } { - p.SetState(9919) + p.SetState(9875) p.Window_definition_list() } @@ -153061,27 +152489,27 @@ func (s *Window_definition_listContext) Accept(visitor antlr.ParseTreeVisitor) i func (p *PostgreSQLParser) Window_definition_list() (localctx IWindow_definition_listContext) { localctx = NewWindow_definition_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1252, PostgreSQLParserRULE_window_definition_list) + p.EnterRule(localctx, 1250, PostgreSQLParserRULE_window_definition_list) var _alt int p.EnterOuterAlt(localctx, 1) { - p.SetState(9921) + p.SetState(9877) p.Window_definition() } - p.SetState(9926) + p.SetState(9882) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 944, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 940, p.GetParserRuleContext()) if p.HasError() { goto errorExit } for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(9922) + p.SetState(9878) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -153089,17 +152517,17 @@ func (p *PostgreSQLParser) Window_definition_list() (localctx IWindow_definition } } { - p.SetState(9923) + p.SetState(9879) p.Window_definition() } } - p.SetState(9928) + p.SetState(9884) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 944, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 940, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -153234,14 +152662,14 @@ func (s *Window_definitionContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Window_definition() (localctx IWindow_definitionContext) { localctx = NewWindow_definitionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1254, PostgreSQLParserRULE_window_definition) + p.EnterRule(localctx, 1252, PostgreSQLParserRULE_window_definition) p.EnterOuterAlt(localctx, 1) { - p.SetState(9929) + p.SetState(9885) p.Colid() } { - p.SetState(9930) + p.SetState(9886) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -153249,7 +152677,7 @@ func (p *PostgreSQLParser) Window_definition() (localctx IWindow_definitionConte } } { - p.SetState(9931) + p.SetState(9887) p.Window_specification() } @@ -153382,17 +152810,17 @@ func (s *Over_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Over_clause() (localctx IOver_clauseContext) { localctx = NewOver_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1256, PostgreSQLParserRULE_over_clause) + p.EnterRule(localctx, 1254, PostgreSQLParserRULE_over_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(9933) + p.SetState(9889) p.Match(PostgreSQLParserOVER) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9936) + p.SetState(9892) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -153401,13 +152829,13 @@ func (p *PostgreSQLParser) Over_clause() (localctx IOver_clauseContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserOPEN_PAREN: { - p.SetState(9934) + p.SetState(9890) p.Window_specification() } case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserIS, PostgreSQLParserLEFT, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserRIGHT, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: { - p.SetState(9935) + p.SetState(9891) p.Colid() } @@ -153584,31 +153012,31 @@ func (s *Window_specificationContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Window_specification() (localctx IWindow_specificationContext) { localctx = NewWindow_specificationContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1258, PostgreSQLParserRULE_window_specification) + p.EnterRule(localctx, 1256, PostgreSQLParserRULE_window_specification) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(9938) + p.SetState(9894) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(9940) + p.SetState(9896) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 946, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 942, p.GetParserRuleContext()) == 1 { { - p.SetState(9939) + p.SetState(9895) p.Opt_existing_window_name() } } else if p.HasError() { // JIM goto errorExit } - p.SetState(9943) + p.SetState(9899) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -153617,12 +153045,12 @@ func (p *PostgreSQLParser) Window_specification() (localctx IWindow_specificatio if _la == PostgreSQLParserPARTITION { { - p.SetState(9942) + p.SetState(9898) p.Opt_partition_clause() } } - p.SetState(9946) + p.SetState(9902) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -153631,12 +153059,12 @@ func (p *PostgreSQLParser) Window_specification() (localctx IWindow_specificatio if _la == PostgreSQLParserORDER { { - p.SetState(9945) + p.SetState(9901) p.Opt_sort_clause() } } - p.SetState(9949) + p.SetState(9905) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -153645,13 +153073,13 @@ func (p *PostgreSQLParser) Window_specification() (localctx IWindow_specificatio if _la == PostgreSQLParserRANGE || _la == PostgreSQLParserROWS || _la == PostgreSQLParserGROUPS { { - p.SetState(9948) + p.SetState(9904) p.Opt_frame_clause() } } { - p.SetState(9951) + p.SetState(9907) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -153766,10 +153194,10 @@ func (s *Opt_existing_window_nameContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Opt_existing_window_name() (localctx IOpt_existing_window_nameContext) { localctx = NewOpt_existing_window_nameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1260, PostgreSQLParserRULE_opt_existing_window_name) + p.EnterRule(localctx, 1258, PostgreSQLParserRULE_opt_existing_window_name) p.EnterOuterAlt(localctx, 1) { - p.SetState(9953) + p.SetState(9909) p.Colid() } @@ -153890,10 +153318,10 @@ func (s *Opt_partition_clauseContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Opt_partition_clause() (localctx IOpt_partition_clauseContext) { localctx = NewOpt_partition_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1262, PostgreSQLParserRULE_opt_partition_clause) + p.EnterRule(localctx, 1260, PostgreSQLParserRULE_opt_partition_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(9955) + p.SetState(9911) p.Match(PostgreSQLParserPARTITION) if p.HasError() { // Recognition error - abort rule @@ -153901,7 +153329,7 @@ func (p *PostgreSQLParser) Opt_partition_clause() (localctx IOpt_partition_claus } } { - p.SetState(9956) + p.SetState(9912) p.Match(PostgreSQLParserBY) if p.HasError() { // Recognition error - abort rule @@ -153909,7 +153337,7 @@ func (p *PostgreSQLParser) Opt_partition_clause() (localctx IOpt_partition_claus } } { - p.SetState(9957) + p.SetState(9913) p.Expr_list() } @@ -154052,10 +153480,10 @@ func (s *Opt_frame_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Opt_frame_clause() (localctx IOpt_frame_clauseContext) { localctx = NewOpt_frame_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1264, PostgreSQLParserRULE_opt_frame_clause) + p.EnterRule(localctx, 1262, PostgreSQLParserRULE_opt_frame_clause) var _la int - p.SetState(9974) + p.SetState(9930) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -154065,7 +153493,7 @@ func (p *PostgreSQLParser) Opt_frame_clause() (localctx IOpt_frame_clauseContext case PostgreSQLParserRANGE: p.EnterOuterAlt(localctx, 1) { - p.SetState(9959) + p.SetState(9915) p.Match(PostgreSQLParserRANGE) if p.HasError() { // Recognition error - abort rule @@ -154073,10 +153501,10 @@ func (p *PostgreSQLParser) Opt_frame_clause() (localctx IOpt_frame_clauseContext } } { - p.SetState(9960) + p.SetState(9916) p.Frame_extent() } - p.SetState(9962) + p.SetState(9918) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -154085,7 +153513,7 @@ func (p *PostgreSQLParser) Opt_frame_clause() (localctx IOpt_frame_clauseContext if _la == PostgreSQLParserEXCLUDE { { - p.SetState(9961) + p.SetState(9917) p.Opt_window_exclusion_clause() } @@ -154094,7 +153522,7 @@ func (p *PostgreSQLParser) Opt_frame_clause() (localctx IOpt_frame_clauseContext case PostgreSQLParserROWS: p.EnterOuterAlt(localctx, 2) { - p.SetState(9964) + p.SetState(9920) p.Match(PostgreSQLParserROWS) if p.HasError() { // Recognition error - abort rule @@ -154102,10 +153530,10 @@ func (p *PostgreSQLParser) Opt_frame_clause() (localctx IOpt_frame_clauseContext } } { - p.SetState(9965) + p.SetState(9921) p.Frame_extent() } - p.SetState(9967) + p.SetState(9923) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -154114,7 +153542,7 @@ func (p *PostgreSQLParser) Opt_frame_clause() (localctx IOpt_frame_clauseContext if _la == PostgreSQLParserEXCLUDE { { - p.SetState(9966) + p.SetState(9922) p.Opt_window_exclusion_clause() } @@ -154123,7 +153551,7 @@ func (p *PostgreSQLParser) Opt_frame_clause() (localctx IOpt_frame_clauseContext case PostgreSQLParserGROUPS: p.EnterOuterAlt(localctx, 3) { - p.SetState(9969) + p.SetState(9925) p.Match(PostgreSQLParserGROUPS) if p.HasError() { // Recognition error - abort rule @@ -154131,10 +153559,10 @@ func (p *PostgreSQLParser) Opt_frame_clause() (localctx IOpt_frame_clauseContext } } { - p.SetState(9970) + p.SetState(9926) p.Frame_extent() } - p.SetState(9972) + p.SetState(9928) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -154143,7 +153571,7 @@ func (p *PostgreSQLParser) Opt_frame_clause() (localctx IOpt_frame_clauseContext if _la == PostgreSQLParserEXCLUDE { { - p.SetState(9971) + p.SetState(9927) p.Opt_window_exclusion_clause() } @@ -154297,25 +153725,25 @@ func (s *Frame_extentContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Frame_extent() (localctx IFrame_extentContext) { localctx = NewFrame_extentContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1266, PostgreSQLParserRULE_frame_extent) - p.SetState(9982) + p.EnterRule(localctx, 1264, PostgreSQLParserRULE_frame_extent) + p.SetState(9938) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 954, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 950, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(9976) + p.SetState(9932) p.Frame_bound() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(9977) + p.SetState(9933) p.Match(PostgreSQLParserBETWEEN) if p.HasError() { // Recognition error - abort rule @@ -154323,11 +153751,11 @@ func (p *PostgreSQLParser) Frame_extent() (localctx IFrame_extentContext) { } } { - p.SetState(9978) + p.SetState(9934) p.Frame_bound() } { - p.SetState(9979) + p.SetState(9935) p.Match(PostgreSQLParserAND) if p.HasError() { // Recognition error - abort rule @@ -154335,7 +153763,7 @@ func (p *PostgreSQLParser) Frame_extent() (localctx IFrame_extentContext) { } } { - p.SetState(9980) + p.SetState(9936) p.Frame_bound() } @@ -154475,20 +153903,20 @@ func (s *Frame_boundContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Frame_bound() (localctx IFrame_boundContext) { localctx = NewFrame_boundContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1268, PostgreSQLParserRULE_frame_bound) + p.EnterRule(localctx, 1266, PostgreSQLParserRULE_frame_bound) var _la int - p.SetState(9991) + p.SetState(9947) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 955, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 951, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(9984) + p.SetState(9940) p.Match(PostgreSQLParserUNBOUNDED) if p.HasError() { // Recognition error - abort rule @@ -154496,7 +153924,7 @@ func (p *PostgreSQLParser) Frame_bound() (localctx IFrame_boundContext) { } } { - p.SetState(9985) + p.SetState(9941) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserFOLLOWING || _la == PostgreSQLParserPRECEDING) { @@ -154510,7 +153938,7 @@ func (p *PostgreSQLParser) Frame_bound() (localctx IFrame_boundContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(9986) + p.SetState(9942) p.Match(PostgreSQLParserCURRENT_P) if p.HasError() { // Recognition error - abort rule @@ -154518,7 +153946,7 @@ func (p *PostgreSQLParser) Frame_bound() (localctx IFrame_boundContext) { } } { - p.SetState(9987) + p.SetState(9943) p.Match(PostgreSQLParserROW) if p.HasError() { // Recognition error - abort rule @@ -154529,11 +153957,11 @@ func (p *PostgreSQLParser) Frame_bound() (localctx IFrame_boundContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(9988) + p.SetState(9944) p.A_expr() } { - p.SetState(9989) + p.SetState(9945) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserFOLLOWING || _la == PostgreSQLParserPRECEDING) { @@ -154673,17 +154101,17 @@ func (s *Opt_window_exclusion_clauseContext) Accept(visitor antlr.ParseTreeVisit func (p *PostgreSQLParser) Opt_window_exclusion_clause() (localctx IOpt_window_exclusion_clauseContext) { localctx = NewOpt_window_exclusion_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1270, PostgreSQLParserRULE_opt_window_exclusion_clause) + p.EnterRule(localctx, 1268, PostgreSQLParserRULE_opt_window_exclusion_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(9993) + p.SetState(9949) p.Match(PostgreSQLParserEXCLUDE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10000) + p.SetState(9956) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -154692,7 +154120,7 @@ func (p *PostgreSQLParser) Opt_window_exclusion_clause() (localctx IOpt_window_e switch p.GetTokenStream().LA(1) { case PostgreSQLParserCURRENT_P: { - p.SetState(9994) + p.SetState(9950) p.Match(PostgreSQLParserCURRENT_P) if p.HasError() { // Recognition error - abort rule @@ -154700,7 +154128,7 @@ func (p *PostgreSQLParser) Opt_window_exclusion_clause() (localctx IOpt_window_e } } { - p.SetState(9995) + p.SetState(9951) p.Match(PostgreSQLParserROW) if p.HasError() { // Recognition error - abort rule @@ -154710,7 +154138,7 @@ func (p *PostgreSQLParser) Opt_window_exclusion_clause() (localctx IOpt_window_e case PostgreSQLParserGROUP_P: { - p.SetState(9996) + p.SetState(9952) p.Match(PostgreSQLParserGROUP_P) if p.HasError() { // Recognition error - abort rule @@ -154720,7 +154148,7 @@ func (p *PostgreSQLParser) Opt_window_exclusion_clause() (localctx IOpt_window_e case PostgreSQLParserTIES: { - p.SetState(9997) + p.SetState(9953) p.Match(PostgreSQLParserTIES) if p.HasError() { // Recognition error - abort rule @@ -154730,7 +154158,7 @@ func (p *PostgreSQLParser) Opt_window_exclusion_clause() (localctx IOpt_window_e case PostgreSQLParserNO: { - p.SetState(9998) + p.SetState(9954) p.Match(PostgreSQLParserNO) if p.HasError() { // Recognition error - abort rule @@ -154738,7 +154166,7 @@ func (p *PostgreSQLParser) Opt_window_exclusion_clause() (localctx IOpt_window_e } } { - p.SetState(9999) + p.SetState(9955) p.Match(PostgreSQLParserOTHERS) if p.HasError() { // Recognition error - abort rule @@ -154895,10 +154323,10 @@ func (s *RowContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Row() (localctx IRowContext) { localctx = NewRowContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1272, PostgreSQLParserRULE_row) + p.EnterRule(localctx, 1270, PostgreSQLParserRULE_row) var _la int - p.SetState(10014) + p.SetState(9970) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -154908,7 +154336,7 @@ func (p *PostgreSQLParser) Row() (localctx IRowContext) { case PostgreSQLParserROW: p.EnterOuterAlt(localctx, 1) { - p.SetState(10002) + p.SetState(9958) p.Match(PostgreSQLParserROW) if p.HasError() { // Recognition error - abort rule @@ -154916,14 +154344,14 @@ func (p *PostgreSQLParser) Row() (localctx IRowContext) { } } { - p.SetState(10003) + p.SetState(9959) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10005) + p.SetState(9961) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -154932,13 +154360,13 @@ func (p *PostgreSQLParser) Row() (localctx IRowContext) { if ((int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&3620818277858553860) != 0) || ((int64((_la-75)) & ^0x3f) == 0 && ((int64(1)<<(_la-75))&-2120073201) != 0) || ((int64((_la-139)) & ^0x3f) == 0 && ((int64(1)<<(_la-139))&-1) != 0) || ((int64((_la-203)) & ^0x3f) == 0 && ((int64(1)<<(_la-203))&-1266637395197953) != 0) || ((int64((_la-267)) & ^0x3f) == 0 && ((int64(1)<<(_la-267))&-1) != 0) || ((int64((_la-331)) & ^0x3f) == 0 && ((int64(1)<<(_la-331))&-1) != 0) || ((int64((_la-395)) & ^0x3f) == 0 && ((int64(1)<<(_la-395))&-2305843009213693953) != 0) || ((int64((_la-459)) & ^0x3f) == 0 && ((int64(1)<<(_la-459))&-4612037862148276225) != 0) || ((int64((_la-523)) & ^0x3f) == 0 && ((int64(1)<<(_la-523))&-1) != 0) || ((int64((_la-587)) & ^0x3f) == 0 && ((int64(1)<<(_la-587))&2524267591141163007) != 0) || ((int64((_la-652)) & ^0x3f) == 0 && ((int64(1)<<(_la-652))&67346997) != 0) { { - p.SetState(10004) + p.SetState(9960) p.Expr_list() } } { - p.SetState(10007) + p.SetState(9963) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -154949,7 +154377,7 @@ func (p *PostgreSQLParser) Row() (localctx IRowContext) { case PostgreSQLParserOPEN_PAREN: p.EnterOuterAlt(localctx, 2) { - p.SetState(10008) + p.SetState(9964) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -154957,11 +154385,11 @@ func (p *PostgreSQLParser) Row() (localctx IRowContext) { } } { - p.SetState(10009) + p.SetState(9965) p.Expr_list() } { - p.SetState(10010) + p.SetState(9966) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -154969,11 +154397,11 @@ func (p *PostgreSQLParser) Row() (localctx IRowContext) { } } { - p.SetState(10011) + p.SetState(9967) p.A_expr() } { - p.SetState(10012) + p.SetState(9968) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -155108,12 +154536,12 @@ func (s *Explicit_rowContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Explicit_row() (localctx IExplicit_rowContext) { localctx = NewExplicit_rowContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1274, PostgreSQLParserRULE_explicit_row) + p.EnterRule(localctx, 1272, PostgreSQLParserRULE_explicit_row) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10016) + p.SetState(9972) p.Match(PostgreSQLParserROW) if p.HasError() { // Recognition error - abort rule @@ -155121,14 +154549,14 @@ func (p *PostgreSQLParser) Explicit_row() (localctx IExplicit_rowContext) { } } { - p.SetState(10017) + p.SetState(9973) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10019) + p.SetState(9975) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -155137,13 +154565,13 @@ func (p *PostgreSQLParser) Explicit_row() (localctx IExplicit_rowContext) { if ((int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&3620818277858553860) != 0) || ((int64((_la-75)) & ^0x3f) == 0 && ((int64(1)<<(_la-75))&-2120073201) != 0) || ((int64((_la-139)) & ^0x3f) == 0 && ((int64(1)<<(_la-139))&-1) != 0) || ((int64((_la-203)) & ^0x3f) == 0 && ((int64(1)<<(_la-203))&-1266637395197953) != 0) || ((int64((_la-267)) & ^0x3f) == 0 && ((int64(1)<<(_la-267))&-1) != 0) || ((int64((_la-331)) & ^0x3f) == 0 && ((int64(1)<<(_la-331))&-1) != 0) || ((int64((_la-395)) & ^0x3f) == 0 && ((int64(1)<<(_la-395))&-2305843009213693953) != 0) || ((int64((_la-459)) & ^0x3f) == 0 && ((int64(1)<<(_la-459))&-4612037862148276225) != 0) || ((int64((_la-523)) & ^0x3f) == 0 && ((int64(1)<<(_la-523))&-1) != 0) || ((int64((_la-587)) & ^0x3f) == 0 && ((int64(1)<<(_la-587))&2524267591141163007) != 0) || ((int64((_la-652)) & ^0x3f) == 0 && ((int64(1)<<(_la-652))&67346997) != 0) { { - p.SetState(10018) + p.SetState(9974) p.Expr_list() } } { - p.SetState(10021) + p.SetState(9977) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -155290,10 +154718,10 @@ func (s *Implicit_rowContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Implicit_row() (localctx IImplicit_rowContext) { localctx = NewImplicit_rowContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1276, PostgreSQLParserRULE_implicit_row) + p.EnterRule(localctx, 1274, PostgreSQLParserRULE_implicit_row) p.EnterOuterAlt(localctx, 1) { - p.SetState(10023) + p.SetState(9979) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -155301,11 +154729,11 @@ func (p *PostgreSQLParser) Implicit_row() (localctx IImplicit_rowContext) { } } { - p.SetState(10024) + p.SetState(9980) p.Expr_list() } { - p.SetState(10025) + p.SetState(9981) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -155313,11 +154741,11 @@ func (p *PostgreSQLParser) Implicit_row() (localctx IImplicit_rowContext) { } } { - p.SetState(10026) + p.SetState(9982) p.A_expr() } { - p.SetState(10027) + p.SetState(9983) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -155430,12 +154858,12 @@ func (s *Sub_typeContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Sub_type() (localctx ISub_typeContext) { localctx = NewSub_typeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1278, PostgreSQLParserRULE_sub_type) + p.EnterRule(localctx, 1276, PostgreSQLParserRULE_sub_type) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10029) + p.SetState(9985) _la = p.GetTokenStream().LA(1) if !((int64((_la-30)) & ^0x3f) == 0 && ((int64(1)<<(_la-30))&1152921504606846993) != 0) { @@ -155558,8 +154986,8 @@ func (s *All_opContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) All_op() (localctx IAll_opContext) { localctx = NewAll_opContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1280, PostgreSQLParserRULE_all_op) - p.SetState(10033) + p.EnterRule(localctx, 1278, PostgreSQLParserRULE_all_op) + p.SetState(9989) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -155569,7 +154997,7 @@ func (p *PostgreSQLParser) All_op() (localctx IAll_opContext) { case PostgreSQLParserOperator: p.EnterOuterAlt(localctx, 1) { - p.SetState(10031) + p.SetState(9987) p.Match(PostgreSQLParserOperator) if p.HasError() { // Recognition error - abort rule @@ -155580,7 +155008,7 @@ func (p *PostgreSQLParser) All_op() (localctx IAll_opContext) { case PostgreSQLParserSTAR, PostgreSQLParserEQUAL, PostgreSQLParserPLUS, PostgreSQLParserMINUS, PostgreSQLParserSLASH, PostgreSQLParserCARET, PostgreSQLParserLT, PostgreSQLParserGT, PostgreSQLParserLESS_EQUALS, PostgreSQLParserGREATER_EQUALS, PostgreSQLParserNOT_EQUALS, PostgreSQLParserPERCENT: p.EnterOuterAlt(localctx, 2) { - p.SetState(10032) + p.SetState(9988) p.Mathop() } @@ -155739,12 +155167,12 @@ func (s *MathopContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Mathop() (localctx IMathopContext) { localctx = NewMathopContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1282, PostgreSQLParserRULE_mathop) + p.EnterRule(localctx, 1280, PostgreSQLParserRULE_mathop) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10035) + p.SetState(9991) _la = p.GetTokenStream().LA(1) if !((int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&178517504) != 0) { @@ -155882,8 +155310,8 @@ func (s *Qual_opContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Qual_op() (localctx IQual_opContext) { localctx = NewQual_opContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1284, PostgreSQLParserRULE_qual_op) - p.SetState(10043) + p.EnterRule(localctx, 1282, PostgreSQLParserRULE_qual_op) + p.SetState(9999) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -155893,7 +155321,7 @@ func (p *PostgreSQLParser) Qual_op() (localctx IQual_opContext) { case PostgreSQLParserOperator: p.EnterOuterAlt(localctx, 1) { - p.SetState(10037) + p.SetState(9993) p.Match(PostgreSQLParserOperator) if p.HasError() { // Recognition error - abort rule @@ -155904,7 +155332,7 @@ func (p *PostgreSQLParser) Qual_op() (localctx IQual_opContext) { case PostgreSQLParserOPERATOR: p.EnterOuterAlt(localctx, 2) { - p.SetState(10038) + p.SetState(9994) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -155912,7 +155340,7 @@ func (p *PostgreSQLParser) Qual_op() (localctx IQual_opContext) { } } { - p.SetState(10039) + p.SetState(9995) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -155920,11 +155348,11 @@ func (p *PostgreSQLParser) Qual_op() (localctx IQual_opContext) { } } { - p.SetState(10040) + p.SetState(9996) p.Any_operator() } { - p.SetState(10041) + p.SetState(9997) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -156076,8 +155504,8 @@ func (s *Qual_all_opContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Qual_all_op() (localctx IQual_all_opContext) { localctx = NewQual_all_opContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1286, PostgreSQLParserRULE_qual_all_op) - p.SetState(10051) + p.EnterRule(localctx, 1284, PostgreSQLParserRULE_qual_all_op) + p.SetState(10007) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -156087,14 +155515,14 @@ func (p *PostgreSQLParser) Qual_all_op() (localctx IQual_all_opContext) { case PostgreSQLParserSTAR, PostgreSQLParserEQUAL, PostgreSQLParserPLUS, PostgreSQLParserMINUS, PostgreSQLParserSLASH, PostgreSQLParserCARET, PostgreSQLParserLT, PostgreSQLParserGT, PostgreSQLParserLESS_EQUALS, PostgreSQLParserGREATER_EQUALS, PostgreSQLParserNOT_EQUALS, PostgreSQLParserPERCENT, PostgreSQLParserOperator: p.EnterOuterAlt(localctx, 1) { - p.SetState(10045) + p.SetState(10001) p.All_op() } case PostgreSQLParserOPERATOR: p.EnterOuterAlt(localctx, 2) { - p.SetState(10046) + p.SetState(10002) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -156102,7 +155530,7 @@ func (p *PostgreSQLParser) Qual_all_op() (localctx IQual_all_opContext) { } } { - p.SetState(10047) + p.SetState(10003) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -156110,11 +155538,11 @@ func (p *PostgreSQLParser) Qual_all_op() (localctx IQual_all_opContext) { } } { - p.SetState(10048) + p.SetState(10004) p.Any_operator() } { - p.SetState(10049) + p.SetState(10005) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -156281,25 +155709,25 @@ func (s *Subquery_OpContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Subquery_Op() (localctx ISubquery_OpContext) { localctx = NewSubquery_OpContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1288, PostgreSQLParserRULE_subquery_Op) - p.SetState(10065) + p.EnterRule(localctx, 1286, PostgreSQLParserRULE_subquery_Op) + p.SetState(10021) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 963, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 959, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(10053) + p.SetState(10009) p.All_op() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(10054) + p.SetState(10010) p.Match(PostgreSQLParserOPERATOR) if p.HasError() { // Recognition error - abort rule @@ -156307,7 +155735,7 @@ func (p *PostgreSQLParser) Subquery_Op() (localctx ISubquery_OpContext) { } } { - p.SetState(10055) + p.SetState(10011) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -156315,11 +155743,11 @@ func (p *PostgreSQLParser) Subquery_Op() (localctx ISubquery_OpContext) { } } { - p.SetState(10056) + p.SetState(10012) p.Any_operator() } { - p.SetState(10057) + p.SetState(10013) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -156330,7 +155758,7 @@ func (p *PostgreSQLParser) Subquery_Op() (localctx ISubquery_OpContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(10059) + p.SetState(10015) p.Match(PostgreSQLParserLIKE) if p.HasError() { // Recognition error - abort rule @@ -156341,7 +155769,7 @@ func (p *PostgreSQLParser) Subquery_Op() (localctx ISubquery_OpContext) { case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(10060) + p.SetState(10016) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -156349,7 +155777,7 @@ func (p *PostgreSQLParser) Subquery_Op() (localctx ISubquery_OpContext) { } } { - p.SetState(10061) + p.SetState(10017) p.Match(PostgreSQLParserLIKE) if p.HasError() { // Recognition error - abort rule @@ -156360,7 +155788,7 @@ func (p *PostgreSQLParser) Subquery_Op() (localctx ISubquery_OpContext) { case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(10062) + p.SetState(10018) p.Match(PostgreSQLParserILIKE) if p.HasError() { // Recognition error - abort rule @@ -156371,7 +155799,7 @@ func (p *PostgreSQLParser) Subquery_Op() (localctx ISubquery_OpContext) { case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(10063) + p.SetState(10019) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -156379,7 +155807,7 @@ func (p *PostgreSQLParser) Subquery_Op() (localctx ISubquery_OpContext) { } } { - p.SetState(10064) + p.SetState(10020) p.Match(PostgreSQLParserILIKE) if p.HasError() { // Recognition error - abort rule @@ -156534,27 +155962,27 @@ func (s *Expr_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Expr_list() (localctx IExpr_listContext) { localctx = NewExpr_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1290, PostgreSQLParserRULE_expr_list) + p.EnterRule(localctx, 1288, PostgreSQLParserRULE_expr_list) var _alt int p.EnterOuterAlt(localctx, 1) { - p.SetState(10067) + p.SetState(10023) p.A_expr() } - p.SetState(10072) + p.SetState(10028) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 964, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 960, p.GetParserRuleContext()) if p.HasError() { goto errorExit } for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(10068) + p.SetState(10024) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -156562,17 +155990,17 @@ func (p *PostgreSQLParser) Expr_list() (localctx IExpr_listContext) { } } { - p.SetState(10069) + p.SetState(10025) p.A_expr() } } - p.SetState(10074) + p.SetState(10030) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 964, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 960, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -156721,27 +156149,27 @@ func (s *Func_arg_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Func_arg_list() (localctx IFunc_arg_listContext) { localctx = NewFunc_arg_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1292, PostgreSQLParserRULE_func_arg_list) + p.EnterRule(localctx, 1290, PostgreSQLParserRULE_func_arg_list) var _alt int p.EnterOuterAlt(localctx, 1) { - p.SetState(10075) + p.SetState(10031) p.Func_arg_expr() } - p.SetState(10080) + p.SetState(10036) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 965, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 961, p.GetParserRuleContext()) if p.HasError() { goto errorExit } for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(10076) + p.SetState(10032) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -156749,17 +156177,17 @@ func (p *PostgreSQLParser) Func_arg_list() (localctx IFunc_arg_listContext) { } } { - p.SetState(10077) + p.SetState(10033) p.Func_arg_expr() } } - p.SetState(10082) + p.SetState(10038) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 965, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 961, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -156899,31 +156327,31 @@ func (s *Func_arg_exprContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Func_arg_expr() (localctx IFunc_arg_exprContext) { localctx = NewFunc_arg_exprContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1294, PostgreSQLParserRULE_func_arg_expr) + p.EnterRule(localctx, 1292, PostgreSQLParserRULE_func_arg_expr) var _la int - p.SetState(10088) + p.SetState(10044) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 966, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 962, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(10083) + p.SetState(10039) p.A_expr() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(10084) + p.SetState(10040) p.Param_name() } { - p.SetState(10085) + p.SetState(10041) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserCOLON_EQUALS || _la == PostgreSQLParserEQUALS_GREATER) { @@ -156934,7 +156362,7 @@ func (p *PostgreSQLParser) Func_arg_expr() (localctx IFunc_arg_exprContext) { } } { - p.SetState(10086) + p.SetState(10042) p.A_expr() } @@ -157085,15 +156513,15 @@ func (s *Type_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Type_list() (localctx IType_listContext) { localctx = NewType_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1296, PostgreSQLParserRULE_type_list) + p.EnterRule(localctx, 1294, PostgreSQLParserRULE_type_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10090) + p.SetState(10046) p.Typename() } - p.SetState(10095) + p.SetState(10051) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -157102,7 +156530,7 @@ func (p *PostgreSQLParser) Type_list() (localctx IType_listContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(10091) + p.SetState(10047) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -157110,11 +156538,11 @@ func (p *PostgreSQLParser) Type_list() (localctx IType_listContext) { } } { - p.SetState(10092) + p.SetState(10048) p.Typename() } - p.SetState(10097) + p.SetState(10053) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -157256,17 +156684,17 @@ func (s *Array_exprContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Array_expr() (localctx IArray_exprContext) { localctx = NewArray_exprContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1298, PostgreSQLParserRULE_array_expr) + p.EnterRule(localctx, 1296, PostgreSQLParserRULE_array_expr) p.EnterOuterAlt(localctx, 1) { - p.SetState(10098) + p.SetState(10054) p.Match(PostgreSQLParserOPEN_BRACKET) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10101) + p.SetState(10057) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -157274,13 +156702,13 @@ func (p *PostgreSQLParser) Array_expr() (localctx IArray_exprContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserOPEN_PAREN, PostgreSQLParserPLUS, PostgreSQLParserMINUS, PostgreSQLParserPARAM, PostgreSQLParserOperator, PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCASE, PostgreSQLParserCAST, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserCURRENT_CATALOG, PostgreSQLParserCURRENT_DATE, PostgreSQLParserCURRENT_ROLE, PostgreSQLParserCURRENT_TIME, PostgreSQLParserCURRENT_TIMESTAMP, PostgreSQLParserCURRENT_USER, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFALSE_P, PostgreSQLParserFETCH, PostgreSQLParserLOCALTIME, PostgreSQLParserLOCALTIMESTAMP, PostgreSQLParserNOT, PostgreSQLParserNULL_P, PostgreSQLParserSESSION_USER, PostgreSQLParserTABLE, PostgreSQLParserTRUE_P, PostgreSQLParserUNIQUE, PostgreSQLParserUSER, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLEFT, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserRIGHT, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserBinaryStringConstant, PostgreSQLParserHexadecimalStringConstant, PostgreSQLParserIntegral, PostgreSQLParserNumeric, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER, PostgreSQLParserEscapeStringConstant: { - p.SetState(10099) + p.SetState(10055) p.Expr_list() } case PostgreSQLParserOPEN_BRACKET: { - p.SetState(10100) + p.SetState(10056) p.Array_expr_list() } @@ -157289,7 +156717,7 @@ func (p *PostgreSQLParser) Array_expr() (localctx IArray_exprContext) { default: } { - p.SetState(10103) + p.SetState(10059) p.Match(PostgreSQLParserCLOSE_BRACKET) if p.HasError() { // Recognition error - abort rule @@ -157440,15 +156868,15 @@ func (s *Array_expr_listContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Array_expr_list() (localctx IArray_expr_listContext) { localctx = NewArray_expr_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1300, PostgreSQLParserRULE_array_expr_list) + p.EnterRule(localctx, 1298, PostgreSQLParserRULE_array_expr_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10105) + p.SetState(10061) p.Array_expr() } - p.SetState(10110) + p.SetState(10066) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -157457,7 +156885,7 @@ func (p *PostgreSQLParser) Array_expr_list() (localctx IArray_expr_listContext) for _la == PostgreSQLParserCOMMA { { - p.SetState(10106) + p.SetState(10062) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -157465,11 +156893,11 @@ func (p *PostgreSQLParser) Array_expr_list() (localctx IArray_expr_listContext) } } { - p.SetState(10107) + p.SetState(10063) p.Array_expr() } - p.SetState(10112) + p.SetState(10068) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -157606,14 +157034,14 @@ func (s *Extract_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Extract_list() (localctx IExtract_listContext) { localctx = NewExtract_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1302, PostgreSQLParserRULE_extract_list) + p.EnterRule(localctx, 1300, PostgreSQLParserRULE_extract_list) p.EnterOuterAlt(localctx, 1) { - p.SetState(10113) + p.SetState(10069) p.Extract_arg() } { - p.SetState(10114) + p.SetState(10070) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -157621,7 +157049,7 @@ func (p *PostgreSQLParser) Extract_list() (localctx IExtract_listContext) { } } { - p.SetState(10115) + p.SetState(10071) p.A_expr() } @@ -157779,8 +157207,8 @@ func (s *Extract_argContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Extract_arg() (localctx IExtract_argContext) { localctx = NewExtract_argContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1304, PostgreSQLParserRULE_extract_arg) - p.SetState(10125) + p.EnterRule(localctx, 1302, PostgreSQLParserRULE_extract_arg) + p.SetState(10081) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -157790,14 +157218,14 @@ func (p *PostgreSQLParser) Extract_arg() (localctx IExtract_argContext) { case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserIS, PostgreSQLParserOUTER_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserBACKWARD, PostgreSQLParserCHAIN, PostgreSQLParserCLOSE, PostgreSQLParserCOMMIT, PostgreSQLParserCONTINUE_P, PostgreSQLParserCURSOR, PostgreSQLParserFIRST_P, PostgreSQLParserFORWARD, PostgreSQLParserINSERT, PostgreSQLParserLAST_P, PostgreSQLParserMOVE, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserOPTION, PostgreSQLParserPRIOR, PostgreSQLParserRELATIVE_P, PostgreSQLParserRESET, PostgreSQLParserROLLBACK, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSET, PostgreSQLParserTYPE_P, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserROWTYPE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: p.EnterOuterAlt(localctx, 1) { - p.SetState(10117) + p.SetState(10073) p.Identifier() } case PostgreSQLParserYEAR_P: p.EnterOuterAlt(localctx, 2) { - p.SetState(10118) + p.SetState(10074) p.Match(PostgreSQLParserYEAR_P) if p.HasError() { // Recognition error - abort rule @@ -157808,7 +157236,7 @@ func (p *PostgreSQLParser) Extract_arg() (localctx IExtract_argContext) { case PostgreSQLParserMONTH_P: p.EnterOuterAlt(localctx, 3) { - p.SetState(10119) + p.SetState(10075) p.Match(PostgreSQLParserMONTH_P) if p.HasError() { // Recognition error - abort rule @@ -157819,7 +157247,7 @@ func (p *PostgreSQLParser) Extract_arg() (localctx IExtract_argContext) { case PostgreSQLParserDAY_P: p.EnterOuterAlt(localctx, 4) { - p.SetState(10120) + p.SetState(10076) p.Match(PostgreSQLParserDAY_P) if p.HasError() { // Recognition error - abort rule @@ -157830,7 +157258,7 @@ func (p *PostgreSQLParser) Extract_arg() (localctx IExtract_argContext) { case PostgreSQLParserHOUR_P: p.EnterOuterAlt(localctx, 5) { - p.SetState(10121) + p.SetState(10077) p.Match(PostgreSQLParserHOUR_P) if p.HasError() { // Recognition error - abort rule @@ -157841,7 +157269,7 @@ func (p *PostgreSQLParser) Extract_arg() (localctx IExtract_argContext) { case PostgreSQLParserMINUTE_P: p.EnterOuterAlt(localctx, 6) { - p.SetState(10122) + p.SetState(10078) p.Match(PostgreSQLParserMINUTE_P) if p.HasError() { // Recognition error - abort rule @@ -157852,7 +157280,7 @@ func (p *PostgreSQLParser) Extract_arg() (localctx IExtract_argContext) { case PostgreSQLParserSECOND_P: p.EnterOuterAlt(localctx, 7) { - p.SetState(10123) + p.SetState(10079) p.Match(PostgreSQLParserSECOND_P) if p.HasError() { // Recognition error - abort rule @@ -157863,7 +157291,7 @@ func (p *PostgreSQLParser) Extract_arg() (localctx IExtract_argContext) { case PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserEscapeStringConstant: p.EnterOuterAlt(localctx, 8) { - p.SetState(10124) + p.SetState(10080) p.Sconst() } @@ -157982,12 +157410,12 @@ func (s *Unicode_normal_formContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Unicode_normal_form() (localctx IUnicode_normal_formContext) { localctx = NewUnicode_normal_formContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1306, PostgreSQLParserRULE_unicode_normal_form) + p.EnterRule(localctx, 1304, PostgreSQLParserRULE_unicode_normal_form) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10127) + p.SetState(10083) _la = p.GetTokenStream().LA(1) if !((int64((_la-485)) & ^0x3f) == 0 && ((int64(1)<<(_la-485))&15) != 0) { @@ -158146,16 +157574,16 @@ func (s *Overlay_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Overlay_list() (localctx IOverlay_listContext) { localctx = NewOverlay_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1308, PostgreSQLParserRULE_overlay_list) + p.EnterRule(localctx, 1306, PostgreSQLParserRULE_overlay_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10129) + p.SetState(10085) p.A_expr() } { - p.SetState(10130) + p.SetState(10086) p.Match(PostgreSQLParserPLACING) if p.HasError() { // Recognition error - abort rule @@ -158163,11 +157591,11 @@ func (p *PostgreSQLParser) Overlay_list() (localctx IOverlay_listContext) { } } { - p.SetState(10131) + p.SetState(10087) p.A_expr() } { - p.SetState(10132) + p.SetState(10088) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -158175,10 +157603,10 @@ func (p *PostgreSQLParser) Overlay_list() (localctx IOverlay_listContext) { } } { - p.SetState(10133) + p.SetState(10089) p.A_expr() } - p.SetState(10136) + p.SetState(10092) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -158187,7 +157615,7 @@ func (p *PostgreSQLParser) Overlay_list() (localctx IOverlay_listContext) { if _la == PostgreSQLParserFOR { { - p.SetState(10134) + p.SetState(10090) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -158195,7 +157623,7 @@ func (p *PostgreSQLParser) Overlay_list() (localctx IOverlay_listContext) { } } { - p.SetState(10135) + p.SetState(10091) p.A_expr() } @@ -158339,14 +157767,14 @@ func (s *Position_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Position_list() (localctx IPosition_listContext) { localctx = NewPosition_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1310, PostgreSQLParserRULE_position_list) + p.EnterRule(localctx, 1308, PostgreSQLParserRULE_position_list) p.EnterOuterAlt(localctx, 1) { - p.SetState(10138) + p.SetState(10094) p.b_expr(0) } { - p.SetState(10139) + p.SetState(10095) p.Match(PostgreSQLParserIN_P) if p.HasError() { // Recognition error - abort rule @@ -158354,7 +157782,7 @@ func (p *PostgreSQLParser) Position_list() (localctx IPosition_listContext) { } } { - p.SetState(10140) + p.SetState(10096) p.b_expr(0) } @@ -158528,22 +157956,22 @@ func (s *Substr_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Substr_list() (localctx ISubstr_listContext) { localctx = NewSubstr_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1312, PostgreSQLParserRULE_substr_list) - p.SetState(10169) + p.EnterRule(localctx, 1310, PostgreSQLParserRULE_substr_list) + p.SetState(10125) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 972, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 968, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(10142) + p.SetState(10098) p.A_expr() } { - p.SetState(10143) + p.SetState(10099) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -158551,11 +157979,11 @@ func (p *PostgreSQLParser) Substr_list() (localctx ISubstr_listContext) { } } { - p.SetState(10144) + p.SetState(10100) p.A_expr() } { - p.SetState(10145) + p.SetState(10101) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -158563,18 +157991,18 @@ func (p *PostgreSQLParser) Substr_list() (localctx ISubstr_listContext) { } } { - p.SetState(10146) + p.SetState(10102) p.A_expr() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(10148) + p.SetState(10104) p.A_expr() } { - p.SetState(10149) + p.SetState(10105) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -158582,11 +158010,11 @@ func (p *PostgreSQLParser) Substr_list() (localctx ISubstr_listContext) { } } { - p.SetState(10150) + p.SetState(10106) p.A_expr() } { - p.SetState(10151) + p.SetState(10107) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -158594,18 +158022,18 @@ func (p *PostgreSQLParser) Substr_list() (localctx ISubstr_listContext) { } } { - p.SetState(10152) + p.SetState(10108) p.A_expr() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(10154) + p.SetState(10110) p.A_expr() } { - p.SetState(10155) + p.SetState(10111) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -158613,18 +158041,18 @@ func (p *PostgreSQLParser) Substr_list() (localctx ISubstr_listContext) { } } { - p.SetState(10156) + p.SetState(10112) p.A_expr() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(10158) + p.SetState(10114) p.A_expr() } { - p.SetState(10159) + p.SetState(10115) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -158632,18 +158060,18 @@ func (p *PostgreSQLParser) Substr_list() (localctx ISubstr_listContext) { } } { - p.SetState(10160) + p.SetState(10116) p.A_expr() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(10162) + p.SetState(10118) p.A_expr() } { - p.SetState(10163) + p.SetState(10119) p.Match(PostgreSQLParserSIMILAR) if p.HasError() { // Recognition error - abort rule @@ -158651,11 +158079,11 @@ func (p *PostgreSQLParser) Substr_list() (localctx ISubstr_listContext) { } } { - p.SetState(10164) + p.SetState(10120) p.A_expr() } { - p.SetState(10165) + p.SetState(10121) p.Match(PostgreSQLParserESCAPE) if p.HasError() { // Recognition error - abort rule @@ -158663,14 +158091,14 @@ func (p *PostgreSQLParser) Substr_list() (localctx ISubstr_listContext) { } } { - p.SetState(10166) + p.SetState(10122) p.A_expr() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(10168) + p.SetState(10124) p.Expr_list() } @@ -158807,22 +158235,22 @@ func (s *Trim_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Trim_list() (localctx ITrim_listContext) { localctx = NewTrim_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1314, PostgreSQLParserRULE_trim_list) - p.SetState(10178) + p.EnterRule(localctx, 1312, PostgreSQLParserRULE_trim_list) + p.SetState(10134) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 973, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 969, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(10171) + p.SetState(10127) p.A_expr() } { - p.SetState(10172) + p.SetState(10128) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -158830,14 +158258,14 @@ func (p *PostgreSQLParser) Trim_list() (localctx ITrim_listContext) { } } { - p.SetState(10173) + p.SetState(10129) p.Expr_list() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(10175) + p.SetState(10131) p.Match(PostgreSQLParserFROM) if p.HasError() { // Recognition error - abort rule @@ -158845,14 +158273,14 @@ func (p *PostgreSQLParser) Trim_list() (localctx ITrim_listContext) { } } { - p.SetState(10176) + p.SetState(10132) p.Expr_list() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(10177) + p.SetState(10133) p.Expr_list() } @@ -159049,19 +158477,19 @@ func (s *In_expr_selectContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) In_expr() (localctx IIn_exprContext) { localctx = NewIn_exprContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1316, PostgreSQLParserRULE_in_expr) - p.SetState(10185) + p.EnterRule(localctx, 1314, PostgreSQLParserRULE_in_expr) + p.SetState(10141) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 974, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 970, p.GetParserRuleContext()) { case 1: localctx = NewIn_expr_selectContext(p, localctx) p.EnterOuterAlt(localctx, 1) { - p.SetState(10180) + p.SetState(10136) p.Select_with_parens() } @@ -159069,7 +158497,7 @@ func (p *PostgreSQLParser) In_expr() (localctx IIn_exprContext) { localctx = NewIn_expr_listContext(p, localctx) p.EnterOuterAlt(localctx, 2) { - p.SetState(10181) + p.SetState(10137) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -159077,11 +158505,11 @@ func (p *PostgreSQLParser) In_expr() (localctx IIn_exprContext) { } } { - p.SetState(10182) + p.SetState(10138) p.Expr_list() } { - p.SetState(10183) + p.SetState(10139) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -159244,19 +158672,19 @@ func (s *Case_exprContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Case_expr() (localctx ICase_exprContext) { localctx = NewCase_exprContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1318, PostgreSQLParserRULE_case_expr) + p.EnterRule(localctx, 1316, PostgreSQLParserRULE_case_expr) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10187) + p.SetState(10143) p.Match(PostgreSQLParserCASE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10189) + p.SetState(10145) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -159265,16 +158693,16 @@ func (p *PostgreSQLParser) Case_expr() (localctx ICase_exprContext) { if ((int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&3620818277858553860) != 0) || ((int64((_la-75)) & ^0x3f) == 0 && ((int64(1)<<(_la-75))&-2120073201) != 0) || ((int64((_la-139)) & ^0x3f) == 0 && ((int64(1)<<(_la-139))&-1) != 0) || ((int64((_la-203)) & ^0x3f) == 0 && ((int64(1)<<(_la-203))&-1266637395197953) != 0) || ((int64((_la-267)) & ^0x3f) == 0 && ((int64(1)<<(_la-267))&-1) != 0) || ((int64((_la-331)) & ^0x3f) == 0 && ((int64(1)<<(_la-331))&-1) != 0) || ((int64((_la-395)) & ^0x3f) == 0 && ((int64(1)<<(_la-395))&-2305843009213693953) != 0) || ((int64((_la-459)) & ^0x3f) == 0 && ((int64(1)<<(_la-459))&-4612037862148276225) != 0) || ((int64((_la-523)) & ^0x3f) == 0 && ((int64(1)<<(_la-523))&-1) != 0) || ((int64((_la-587)) & ^0x3f) == 0 && ((int64(1)<<(_la-587))&2524267591141163007) != 0) || ((int64((_la-652)) & ^0x3f) == 0 && ((int64(1)<<(_la-652))&67346997) != 0) { { - p.SetState(10188) + p.SetState(10144) p.Case_arg() } } { - p.SetState(10191) + p.SetState(10147) p.When_clause_list() } - p.SetState(10193) + p.SetState(10149) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -159283,13 +158711,13 @@ func (p *PostgreSQLParser) Case_expr() (localctx ICase_exprContext) { if _la == PostgreSQLParserELSE { { - p.SetState(10192) + p.SetState(10148) p.Case_default() } } { - p.SetState(10195) + p.SetState(10151) p.Match(PostgreSQLParserEND_P) if p.HasError() { // Recognition error - abort rule @@ -159430,11 +158858,11 @@ func (s *When_clause_listContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) When_clause_list() (localctx IWhen_clause_listContext) { localctx = NewWhen_clause_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1320, PostgreSQLParserRULE_when_clause_list) + p.EnterRule(localctx, 1318, PostgreSQLParserRULE_when_clause_list) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(10198) + p.SetState(10154) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -159443,11 +158871,11 @@ func (p *PostgreSQLParser) When_clause_list() (localctx IWhen_clause_listContext for ok := true; ok; ok = _la == PostgreSQLParserWHEN { { - p.SetState(10197) + p.SetState(10153) p.When_clause() } - p.SetState(10200) + p.SetState(10156) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -159598,10 +159026,10 @@ func (s *When_clauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) When_clause() (localctx IWhen_clauseContext) { localctx = NewWhen_clauseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1322, PostgreSQLParserRULE_when_clause) + p.EnterRule(localctx, 1320, PostgreSQLParserRULE_when_clause) p.EnterOuterAlt(localctx, 1) { - p.SetState(10202) + p.SetState(10158) p.Match(PostgreSQLParserWHEN) if p.HasError() { // Recognition error - abort rule @@ -159609,11 +159037,11 @@ func (p *PostgreSQLParser) When_clause() (localctx IWhen_clauseContext) { } } { - p.SetState(10203) + p.SetState(10159) p.A_expr() } { - p.SetState(10204) + p.SetState(10160) p.Match(PostgreSQLParserTHEN) if p.HasError() { // Recognition error - abort rule @@ -159621,7 +159049,7 @@ func (p *PostgreSQLParser) When_clause() (localctx IWhen_clauseContext) { } } { - p.SetState(10205) + p.SetState(10161) p.A_expr() } @@ -159737,10 +159165,10 @@ func (s *Case_defaultContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Case_default() (localctx ICase_defaultContext) { localctx = NewCase_defaultContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1324, PostgreSQLParserRULE_case_default) + p.EnterRule(localctx, 1322, PostgreSQLParserRULE_case_default) p.EnterOuterAlt(localctx, 1) { - p.SetState(10207) + p.SetState(10163) p.Match(PostgreSQLParserELSE) if p.HasError() { // Recognition error - abort rule @@ -159748,7 +159176,7 @@ func (p *PostgreSQLParser) Case_default() (localctx ICase_defaultContext) { } } { - p.SetState(10208) + p.SetState(10164) p.A_expr() } @@ -159859,10 +159287,10 @@ func (s *Case_argContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Case_arg() (localctx ICase_argContext) { localctx = NewCase_argContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1326, PostgreSQLParserRULE_case_arg) + p.EnterRule(localctx, 1324, PostgreSQLParserRULE_case_arg) p.EnterOuterAlt(localctx, 1) { - p.SetState(10210) + p.SetState(10166) p.A_expr() } @@ -159990,18 +159418,18 @@ func (s *ColumnrefContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Columnref() (localctx IColumnrefContext) { localctx = NewColumnrefContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1328, PostgreSQLParserRULE_columnref) + p.EnterRule(localctx, 1326, PostgreSQLParserRULE_columnref) p.EnterOuterAlt(localctx, 1) { - p.SetState(10212) + p.SetState(10168) p.Colid() } - p.SetState(10214) + p.SetState(10170) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 978, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 974, p.GetParserRuleContext()) == 1 { { - p.SetState(10213) + p.SetState(10169) p.Indirection() } @@ -160201,10 +159629,10 @@ func (s *Indirection_elContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Indirection_el() (localctx IIndirection_elContext) { localctx = NewIndirection_elContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1330, PostgreSQLParserRULE_indirection_el) + p.EnterRule(localctx, 1328, PostgreSQLParserRULE_indirection_el) var _la int - p.SetState(10233) + p.SetState(10189) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -160214,14 +159642,14 @@ func (p *PostgreSQLParser) Indirection_el() (localctx IIndirection_elContext) { case PostgreSQLParserDOT: p.EnterOuterAlt(localctx, 1) { - p.SetState(10216) + p.SetState(10172) p.Match(PostgreSQLParserDOT) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10219) + p.SetState(10175) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -160230,13 +159658,13 @@ func (p *PostgreSQLParser) Indirection_el() (localctx IIndirection_elContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserALL, PostgreSQLParserANALYSE, PostgreSQLParserANALYZE, PostgreSQLParserAND, PostgreSQLParserANY, PostgreSQLParserARRAY, PostgreSQLParserAS, PostgreSQLParserASC, PostgreSQLParserASYMMETRIC, PostgreSQLParserBOTH, PostgreSQLParserCASE, PostgreSQLParserCAST, PostgreSQLParserCHECK, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserCREATE, PostgreSQLParserCURRENT_CATALOG, PostgreSQLParserCURRENT_DATE, PostgreSQLParserCURRENT_ROLE, PostgreSQLParserCURRENT_TIME, PostgreSQLParserCURRENT_TIMESTAMP, PostgreSQLParserCURRENT_USER, PostgreSQLParserDEFAULT, PostgreSQLParserDEFERRABLE, PostgreSQLParserDESC, PostgreSQLParserDISTINCT, PostgreSQLParserDO, PostgreSQLParserELSE, PostgreSQLParserEXCEPT, PostgreSQLParserFALSE_P, PostgreSQLParserFETCH, PostgreSQLParserFOR, PostgreSQLParserFOREIGN, PostgreSQLParserFROM, PostgreSQLParserGRANT, PostgreSQLParserGROUP_P, PostgreSQLParserHAVING, PostgreSQLParserIN_P, PostgreSQLParserINITIALLY, PostgreSQLParserINTERSECT, PostgreSQLParserLATERAL_P, PostgreSQLParserLEADING, PostgreSQLParserLIMIT, PostgreSQLParserLOCALTIME, PostgreSQLParserLOCALTIMESTAMP, PostgreSQLParserNOT, PostgreSQLParserNULL_P, PostgreSQLParserOFFSET, PostgreSQLParserON, PostgreSQLParserONLY, PostgreSQLParserOR, PostgreSQLParserORDER, PostgreSQLParserPLACING, PostgreSQLParserPRIMARY, PostgreSQLParserREFERENCES, PostgreSQLParserRETURNING, PostgreSQLParserSELECT, PostgreSQLParserSESSION_USER, PostgreSQLParserSOME, PostgreSQLParserSYMMETRIC, PostgreSQLParserTABLE, PostgreSQLParserTHEN, PostgreSQLParserTO, PostgreSQLParserTRAILING, PostgreSQLParserTRUE_P, PostgreSQLParserUNION, PostgreSQLParserUNIQUE, PostgreSQLParserUSER, PostgreSQLParserUSING, PostgreSQLParserVARIADIC, PostgreSQLParserWHEN, PostgreSQLParserWHERE, PostgreSQLParserWINDOW, PostgreSQLParserWITH, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserEND_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: { - p.SetState(10217) + p.SetState(10173) p.Attr_name() } case PostgreSQLParserSTAR: { - p.SetState(10218) + p.SetState(10174) p.Match(PostgreSQLParserSTAR) if p.HasError() { // Recognition error - abort rule @@ -160252,28 +159680,28 @@ func (p *PostgreSQLParser) Indirection_el() (localctx IIndirection_elContext) { case PostgreSQLParserOPEN_BRACKET: p.EnterOuterAlt(localctx, 2) { - p.SetState(10221) + p.SetState(10177) p.Match(PostgreSQLParserOPEN_BRACKET) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10230) + p.SetState(10186) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 982, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 978, p.GetParserRuleContext()) { case 1: { - p.SetState(10222) + p.SetState(10178) p.A_expr() } case 2: - p.SetState(10224) + p.SetState(10180) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -160282,20 +159710,20 @@ func (p *PostgreSQLParser) Indirection_el() (localctx IIndirection_elContext) { if ((int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&3620818277858553860) != 0) || ((int64((_la-75)) & ^0x3f) == 0 && ((int64(1)<<(_la-75))&-2120073201) != 0) || ((int64((_la-139)) & ^0x3f) == 0 && ((int64(1)<<(_la-139))&-1) != 0) || ((int64((_la-203)) & ^0x3f) == 0 && ((int64(1)<<(_la-203))&-1266637395197953) != 0) || ((int64((_la-267)) & ^0x3f) == 0 && ((int64(1)<<(_la-267))&-1) != 0) || ((int64((_la-331)) & ^0x3f) == 0 && ((int64(1)<<(_la-331))&-1) != 0) || ((int64((_la-395)) & ^0x3f) == 0 && ((int64(1)<<(_la-395))&-2305843009213693953) != 0) || ((int64((_la-459)) & ^0x3f) == 0 && ((int64(1)<<(_la-459))&-4612037862148276225) != 0) || ((int64((_la-523)) & ^0x3f) == 0 && ((int64(1)<<(_la-523))&-1) != 0) || ((int64((_la-587)) & ^0x3f) == 0 && ((int64(1)<<(_la-587))&2524267591141163007) != 0) || ((int64((_la-652)) & ^0x3f) == 0 && ((int64(1)<<(_la-652))&67346997) != 0) { { - p.SetState(10223) + p.SetState(10179) p.Opt_slice_bound() } } { - p.SetState(10226) + p.SetState(10182) p.Match(PostgreSQLParserCOLON) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10228) + p.SetState(10184) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -160304,7 +159732,7 @@ func (p *PostgreSQLParser) Indirection_el() (localctx IIndirection_elContext) { if ((int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&3620818277858553860) != 0) || ((int64((_la-75)) & ^0x3f) == 0 && ((int64(1)<<(_la-75))&-2120073201) != 0) || ((int64((_la-139)) & ^0x3f) == 0 && ((int64(1)<<(_la-139))&-1) != 0) || ((int64((_la-203)) & ^0x3f) == 0 && ((int64(1)<<(_la-203))&-1266637395197953) != 0) || ((int64((_la-267)) & ^0x3f) == 0 && ((int64(1)<<(_la-267))&-1) != 0) || ((int64((_la-331)) & ^0x3f) == 0 && ((int64(1)<<(_la-331))&-1) != 0) || ((int64((_la-395)) & ^0x3f) == 0 && ((int64(1)<<(_la-395))&-2305843009213693953) != 0) || ((int64((_la-459)) & ^0x3f) == 0 && ((int64(1)<<(_la-459))&-4612037862148276225) != 0) || ((int64((_la-523)) & ^0x3f) == 0 && ((int64(1)<<(_la-523))&-1) != 0) || ((int64((_la-587)) & ^0x3f) == 0 && ((int64(1)<<(_la-587))&2524267591141163007) != 0) || ((int64((_la-652)) & ^0x3f) == 0 && ((int64(1)<<(_la-652))&67346997) != 0) { { - p.SetState(10227) + p.SetState(10183) p.Opt_slice_bound() } @@ -160314,7 +159742,7 @@ func (p *PostgreSQLParser) Indirection_el() (localctx IIndirection_elContext) { goto errorExit } { - p.SetState(10232) + p.SetState(10188) p.Match(PostgreSQLParserCLOSE_BRACKET) if p.HasError() { // Recognition error - abort rule @@ -160434,10 +159862,10 @@ func (s *Opt_slice_boundContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Opt_slice_bound() (localctx IOpt_slice_boundContext) { localctx = NewOpt_slice_boundContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1332, PostgreSQLParserRULE_opt_slice_bound) + p.EnterRule(localctx, 1330, PostgreSQLParserRULE_opt_slice_bound) p.EnterOuterAlt(localctx, 1) { - p.SetState(10235) + p.SetState(10191) p.A_expr() } @@ -160574,11 +160002,11 @@ func (s *IndirectionContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Indirection() (localctx IIndirectionContext) { localctx = NewIndirectionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1334, PostgreSQLParserRULE_indirection) + p.EnterRule(localctx, 1332, PostgreSQLParserRULE_indirection) var _alt int p.EnterOuterAlt(localctx, 1) - p.SetState(10238) + p.SetState(10194) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -160588,7 +160016,7 @@ func (p *PostgreSQLParser) Indirection() (localctx IIndirectionContext) { switch _alt { case 1: { - p.SetState(10237) + p.SetState(10193) p.Indirection_el() } @@ -160597,9 +160025,9 @@ func (p *PostgreSQLParser) Indirection() (localctx IIndirectionContext) { goto errorExit } - p.SetState(10240) + p.SetState(10196) p.GetErrorHandler().Sync(p) - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 984, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 980, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -160738,33 +160166,33 @@ func (s *Opt_indirectionContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Opt_indirection() (localctx IOpt_indirectionContext) { localctx = NewOpt_indirectionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1336, PostgreSQLParserRULE_opt_indirection) + p.EnterRule(localctx, 1334, PostgreSQLParserRULE_opt_indirection) var _alt int p.EnterOuterAlt(localctx, 1) - p.SetState(10245) + p.SetState(10201) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 985, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 981, p.GetParserRuleContext()) if p.HasError() { goto errorExit } for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(10242) + p.SetState(10198) p.Indirection_el() } } - p.SetState(10247) + p.SetState(10203) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 985, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 981, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -160877,10 +160305,10 @@ func (s *Opt_target_listContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Opt_target_list() (localctx IOpt_target_listContext) { localctx = NewOpt_target_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1338, PostgreSQLParserRULE_opt_target_list) + p.EnterRule(localctx, 1336, PostgreSQLParserRULE_opt_target_list) p.EnterOuterAlt(localctx, 1) { - p.SetState(10248) + p.SetState(10204) p.Target_list() } @@ -161027,27 +160455,27 @@ func (s *Target_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Target_list() (localctx ITarget_listContext) { localctx = NewTarget_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1340, PostgreSQLParserRULE_target_list) + p.EnterRule(localctx, 1338, PostgreSQLParserRULE_target_list) var _alt int p.EnterOuterAlt(localctx, 1) { - p.SetState(10250) + p.SetState(10206) p.Target_el() } - p.SetState(10255) + p.SetState(10211) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 986, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 982, p.GetParserRuleContext()) if p.HasError() { goto errorExit } for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(10251) + p.SetState(10207) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -161055,17 +160483,17 @@ func (p *PostgreSQLParser) Target_list() (localctx ITarget_listContext) { } } { - p.SetState(10252) + p.SetState(10208) p.Target_el() } } - p.SetState(10257) + p.SetState(10213) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 986, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 982, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -161256,8 +160684,8 @@ func (s *Target_starContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Target_el() (localctx ITarget_elContext) { localctx = NewTarget_elContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1342, PostgreSQLParserRULE_target_el) - p.SetState(10263) + p.EnterRule(localctx, 1340, PostgreSQLParserRULE_target_el) + p.SetState(10219) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -161268,15 +160696,15 @@ func (p *PostgreSQLParser) Target_el() (localctx ITarget_elContext) { localctx = NewTarget_labelContext(p, localctx) p.EnterOuterAlt(localctx, 1) { - p.SetState(10258) + p.SetState(10214) p.A_expr() } - p.SetState(10260) + p.SetState(10216) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 987, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 983, p.GetParserRuleContext()) == 1 { { - p.SetState(10259) + p.SetState(10215) p.Target_alias() } @@ -161288,7 +160716,7 @@ func (p *PostgreSQLParser) Target_el() (localctx ITarget_elContext) { localctx = NewTarget_starContext(p, localctx) p.EnterOuterAlt(localctx, 2) { - p.SetState(10262) + p.SetState(10218) p.Match(PostgreSQLParserSTAR) if p.HasError() { // Recognition error - abort rule @@ -161430,8 +160858,8 @@ func (s *Target_aliasContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Target_alias() (localctx ITarget_aliasContext) { localctx = NewTarget_aliasContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1344, PostgreSQLParserRULE_target_alias) - p.SetState(10268) + p.EnterRule(localctx, 1342, PostgreSQLParserRULE_target_alias) + p.SetState(10224) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -161441,7 +160869,7 @@ func (p *PostgreSQLParser) Target_alias() (localctx ITarget_aliasContext) { case PostgreSQLParserAS: p.EnterOuterAlt(localctx, 1) { - p.SetState(10265) + p.SetState(10221) p.Match(PostgreSQLParserAS) if p.HasError() { // Recognition error - abort rule @@ -161449,14 +160877,14 @@ func (p *PostgreSQLParser) Target_alias() (localctx ITarget_aliasContext) { } } { - p.SetState(10266) + p.SetState(10222) p.Collabel() } case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserIS, PostgreSQLParserOUTER_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserBACKWARD, PostgreSQLParserCHAIN, PostgreSQLParserCLOSE, PostgreSQLParserCOMMIT, PostgreSQLParserCONTINUE_P, PostgreSQLParserCURSOR, PostgreSQLParserFIRST_P, PostgreSQLParserFORWARD, PostgreSQLParserINSERT, PostgreSQLParserLAST_P, PostgreSQLParserMOVE, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserOPTION, PostgreSQLParserPRIOR, PostgreSQLParserRELATIVE_P, PostgreSQLParserRESET, PostgreSQLParserROLLBACK, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSET, PostgreSQLParserTYPE_P, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserROWTYPE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: p.EnterOuterAlt(localctx, 2) { - p.SetState(10267) + p.SetState(10223) p.Identifier() } @@ -161608,27 +161036,27 @@ func (s *Qualified_name_listContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Qualified_name_list() (localctx IQualified_name_listContext) { localctx = NewQualified_name_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1346, PostgreSQLParserRULE_qualified_name_list) + p.EnterRule(localctx, 1344, PostgreSQLParserRULE_qualified_name_list) var _alt int p.EnterOuterAlt(localctx, 1) { - p.SetState(10270) + p.SetState(10226) p.Qualified_name() } - p.SetState(10275) + p.SetState(10231) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 990, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 986, p.GetParserRuleContext()) if p.HasError() { goto errorExit } for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(10271) + p.SetState(10227) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -161636,17 +161064,17 @@ func (p *PostgreSQLParser) Qualified_name_list() (localctx IQualified_name_listC } } { - p.SetState(10272) + p.SetState(10228) p.Qualified_name() } } - p.SetState(10277) + p.SetState(10233) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 990, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 986, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -161776,15 +161204,15 @@ func (s *Qualified_nameContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Qualified_name() (localctx IQualified_nameContext) { localctx = NewQualified_nameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1348, PostgreSQLParserRULE_qualified_name) + p.EnterRule(localctx, 1346, PostgreSQLParserRULE_qualified_name) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10278) + p.SetState(10234) p.Colid() } - p.SetState(10280) + p.SetState(10236) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -161793,7 +161221,7 @@ func (p *PostgreSQLParser) Qualified_name() (localctx IQualified_nameContext) { if _la == PostgreSQLParserOPEN_BRACKET || _la == PostgreSQLParserDOT { { - p.SetState(10279) + p.SetState(10235) p.Indirection() } @@ -161942,15 +161370,15 @@ func (s *Name_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Name_list() (localctx IName_listContext) { localctx = NewName_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1350, PostgreSQLParserRULE_name_list) + p.EnterRule(localctx, 1348, PostgreSQLParserRULE_name_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10282) + p.SetState(10238) p.Name() } - p.SetState(10287) + p.SetState(10243) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -161959,7 +161387,7 @@ func (p *PostgreSQLParser) Name_list() (localctx IName_listContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(10283) + p.SetState(10239) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -161967,11 +161395,11 @@ func (p *PostgreSQLParser) Name_list() (localctx IName_listContext) { } } { - p.SetState(10284) + p.SetState(10240) p.Name() } - p.SetState(10289) + p.SetState(10245) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -162086,10 +161514,10 @@ func (s *NameContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Name() (localctx INameContext) { localctx = NewNameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1352, PostgreSQLParserRULE_name) + p.EnterRule(localctx, 1350, PostgreSQLParserRULE_name) p.EnterOuterAlt(localctx, 1) { - p.SetState(10290) + p.SetState(10246) p.Colid() } @@ -162200,10 +161628,10 @@ func (s *Attr_nameContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Attr_name() (localctx IAttr_nameContext) { localctx = NewAttr_nameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1354, PostgreSQLParserRULE_attr_name) + p.EnterRule(localctx, 1352, PostgreSQLParserRULE_attr_name) p.EnterOuterAlt(localctx, 1) { - p.SetState(10292) + p.SetState(10248) p.Collabel() } @@ -162314,10 +161742,10 @@ func (s *File_nameContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) File_name() (localctx IFile_nameContext) { localctx = NewFile_nameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1356, PostgreSQLParserRULE_file_name) + p.EnterRule(localctx, 1354, PostgreSQLParserRULE_file_name) p.EnterOuterAlt(localctx, 1) { - p.SetState(10294) + p.SetState(10250) p.Sconst() } @@ -162489,43 +161917,43 @@ func (s *Func_nameContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Func_name() (localctx IFunc_nameContext) { localctx = NewFunc_nameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1358, PostgreSQLParserRULE_func_name) - p.SetState(10303) + p.EnterRule(localctx, 1356, PostgreSQLParserRULE_func_name) + p.SetState(10259) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 993, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 989, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(10296) + p.SetState(10252) p.Builtin_function_name() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(10297) + p.SetState(10253) p.Type_function_name() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(10298) + p.SetState(10254) p.Colid() } { - p.SetState(10299) + p.SetState(10255) p.Indirection() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(10301) + p.SetState(10257) p.Match(PostgreSQLParserLEFT) if p.HasError() { // Recognition error - abort rule @@ -162536,7 +161964,7 @@ func (p *PostgreSQLParser) Func_name() (localctx IFunc_nameContext) { case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(10302) + p.SetState(10258) p.Match(PostgreSQLParserRIGHT) if p.HasError() { // Recognition error - abort rule @@ -162850,58 +162278,58 @@ func (s *AexprconstContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Aexprconst() (localctx IAexprconstContext) { localctx = NewAexprconstContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1360, PostgreSQLParserRULE_aexprconst) + p.EnterRule(localctx, 1358, PostgreSQLParserRULE_aexprconst) var _la int - p.SetState(10340) + p.SetState(10296) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 998, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 994, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(10305) + p.SetState(10261) p.Iconst() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(10306) + p.SetState(10262) p.Fconst() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(10307) + p.SetState(10263) p.Sconst() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(10308) + p.SetState(10264) p.Bconst() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(10309) + p.SetState(10265) p.Xconst() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(10310) + p.SetState(10266) p.Func_name() } - p.SetState(10320) + p.SetState(10276) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -162910,13 +162338,13 @@ func (p *PostgreSQLParser) Aexprconst() (localctx IAexprconstContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserEscapeStringConstant: { - p.SetState(10311) + p.SetState(10267) p.Sconst() } case PostgreSQLParserOPEN_PAREN: { - p.SetState(10312) + p.SetState(10268) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -162924,10 +162352,10 @@ func (p *PostgreSQLParser) Aexprconst() (localctx IAexprconstContext) { } } { - p.SetState(10313) + p.SetState(10269) p.Func_arg_list() } - p.SetState(10315) + p.SetState(10271) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -162936,13 +162364,13 @@ func (p *PostgreSQLParser) Aexprconst() (localctx IAexprconstContext) { if _la == PostgreSQLParserORDER { { - p.SetState(10314) + p.SetState(10270) p.Opt_sort_clause() } } { - p.SetState(10317) + p.SetState(10273) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -162950,7 +162378,7 @@ func (p *PostgreSQLParser) Aexprconst() (localctx IAexprconstContext) { } } { - p.SetState(10318) + p.SetState(10274) p.Sconst() } @@ -162962,21 +162390,21 @@ func (p *PostgreSQLParser) Aexprconst() (localctx IAexprconstContext) { case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(10322) + p.SetState(10278) p.Consttypename() } { - p.SetState(10323) + p.SetState(10279) p.Sconst() } case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(10325) + p.SetState(10281) p.Constinterval() } - p.SetState(10335) + p.SetState(10291) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -162985,15 +162413,15 @@ func (p *PostgreSQLParser) Aexprconst() (localctx IAexprconstContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserStringConstant, PostgreSQLParserUnicodeEscapeStringConstant, PostgreSQLParserBeginDollarStringConstant, PostgreSQLParserEscapeStringConstant: { - p.SetState(10326) + p.SetState(10282) p.Sconst() } - p.SetState(10328) + p.SetState(10284) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 996, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 992, p.GetParserRuleContext()) == 1 { { - p.SetState(10327) + p.SetState(10283) p.Opt_interval() } @@ -163003,7 +162431,7 @@ func (p *PostgreSQLParser) Aexprconst() (localctx IAexprconstContext) { case PostgreSQLParserOPEN_PAREN: { - p.SetState(10330) + p.SetState(10286) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -163011,11 +162439,11 @@ func (p *PostgreSQLParser) Aexprconst() (localctx IAexprconstContext) { } } { - p.SetState(10331) + p.SetState(10287) p.Iconst() } { - p.SetState(10332) + p.SetState(10288) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -163023,7 +162451,7 @@ func (p *PostgreSQLParser) Aexprconst() (localctx IAexprconstContext) { } } { - p.SetState(10333) + p.SetState(10289) p.Sconst() } @@ -163035,7 +162463,7 @@ func (p *PostgreSQLParser) Aexprconst() (localctx IAexprconstContext) { case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(10337) + p.SetState(10293) p.Match(PostgreSQLParserTRUE_P) if p.HasError() { // Recognition error - abort rule @@ -163046,7 +162474,7 @@ func (p *PostgreSQLParser) Aexprconst() (localctx IAexprconstContext) { case 10: p.EnterOuterAlt(localctx, 10) { - p.SetState(10338) + p.SetState(10294) p.Match(PostgreSQLParserFALSE_P) if p.HasError() { // Recognition error - abort rule @@ -163057,7 +162485,7 @@ func (p *PostgreSQLParser) Aexprconst() (localctx IAexprconstContext) { case 11: p.EnterOuterAlt(localctx, 11) { - p.SetState(10339) + p.SetState(10295) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule @@ -163164,10 +162592,10 @@ func (s *XconstContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Xconst() (localctx IXconstContext) { localctx = NewXconstContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1362, PostgreSQLParserRULE_xconst) + p.EnterRule(localctx, 1360, PostgreSQLParserRULE_xconst) p.EnterOuterAlt(localctx, 1) { - p.SetState(10342) + p.SetState(10298) p.Match(PostgreSQLParserHexadecimalStringConstant) if p.HasError() { // Recognition error - abort rule @@ -163270,10 +162698,10 @@ func (s *BconstContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Bconst() (localctx IBconstContext) { localctx = NewBconstContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1364, PostgreSQLParserRULE_bconst) + p.EnterRule(localctx, 1362, PostgreSQLParserRULE_bconst) p.EnterOuterAlt(localctx, 1) { - p.SetState(10344) + p.SetState(10300) p.Match(PostgreSQLParserBinaryStringConstant) if p.HasError() { // Recognition error - abort rule @@ -163376,10 +162804,10 @@ func (s *FconstContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Fconst() (localctx IFconstContext) { localctx = NewFconstContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1366, PostgreSQLParserRULE_fconst) + p.EnterRule(localctx, 1364, PostgreSQLParserRULE_fconst) p.EnterOuterAlt(localctx, 1) { - p.SetState(10346) + p.SetState(10302) p.Match(PostgreSQLParserNumeric) if p.HasError() { // Recognition error - abort rule @@ -163482,10 +162910,10 @@ func (s *IconstContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Iconst() (localctx IIconstContext) { localctx = NewIconstContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1368, PostgreSQLParserRULE_iconst) + p.EnterRule(localctx, 1366, PostgreSQLParserRULE_iconst) p.EnterOuterAlt(localctx, 1) { - p.SetState(10348) + p.SetState(10304) p.Match(PostgreSQLParserIntegral) if p.HasError() { // Recognition error - abort rule @@ -163617,18 +163045,18 @@ func (s *SconstContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Sconst() (localctx ISconstContext) { localctx = NewSconstContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1370, PostgreSQLParserRULE_sconst) + p.EnterRule(localctx, 1368, PostgreSQLParserRULE_sconst) p.EnterOuterAlt(localctx, 1) { - p.SetState(10350) + p.SetState(10306) p.Anysconst() } - p.SetState(10352) + p.SetState(10308) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 999, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 995, p.GetParserRuleContext()) == 1 { { - p.SetState(10351) + p.SetState(10307) p.Opt_uescape() } @@ -163761,10 +163189,10 @@ func (s *AnysconstContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Anysconst() (localctx IAnysconstContext) { localctx = NewAnysconstContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1372, PostgreSQLParserRULE_anysconst) + p.EnterRule(localctx, 1370, PostgreSQLParserRULE_anysconst) var _la int - p.SetState(10365) + p.SetState(10321) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -163774,7 +163202,7 @@ func (p *PostgreSQLParser) Anysconst() (localctx IAnysconstContext) { case PostgreSQLParserStringConstant: p.EnterOuterAlt(localctx, 1) { - p.SetState(10354) + p.SetState(10310) p.Match(PostgreSQLParserStringConstant) if p.HasError() { // Recognition error - abort rule @@ -163785,7 +163213,7 @@ func (p *PostgreSQLParser) Anysconst() (localctx IAnysconstContext) { case PostgreSQLParserUnicodeEscapeStringConstant: p.EnterOuterAlt(localctx, 2) { - p.SetState(10355) + p.SetState(10311) p.Match(PostgreSQLParserUnicodeEscapeStringConstant) if p.HasError() { // Recognition error - abort rule @@ -163796,14 +163224,14 @@ func (p *PostgreSQLParser) Anysconst() (localctx IAnysconstContext) { case PostgreSQLParserBeginDollarStringConstant: p.EnterOuterAlt(localctx, 3) { - p.SetState(10356) + p.SetState(10312) p.Match(PostgreSQLParserBeginDollarStringConstant) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10360) + p.SetState(10316) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -163812,7 +163240,7 @@ func (p *PostgreSQLParser) Anysconst() (localctx IAnysconstContext) { for _la == PostgreSQLParserDollarText { { - p.SetState(10357) + p.SetState(10313) p.Match(PostgreSQLParserDollarText) if p.HasError() { // Recognition error - abort rule @@ -163820,7 +163248,7 @@ func (p *PostgreSQLParser) Anysconst() (localctx IAnysconstContext) { } } - p.SetState(10362) + p.SetState(10318) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -163828,7 +163256,7 @@ func (p *PostgreSQLParser) Anysconst() (localctx IAnysconstContext) { _la = p.GetTokenStream().LA(1) } { - p.SetState(10363) + p.SetState(10319) p.Match(PostgreSQLParserEndDollarStringConstant) if p.HasError() { // Recognition error - abort rule @@ -163839,7 +163267,7 @@ func (p *PostgreSQLParser) Anysconst() (localctx IAnysconstContext) { case PostgreSQLParserEscapeStringConstant: p.EnterOuterAlt(localctx, 4) { - p.SetState(10364) + p.SetState(10320) p.Match(PostgreSQLParserEscapeStringConstant) if p.HasError() { // Recognition error - abort rule @@ -163964,10 +163392,10 @@ func (s *Opt_uescapeContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opt_uescape() (localctx IOpt_uescapeContext) { localctx = NewOpt_uescapeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1374, PostgreSQLParserRULE_opt_uescape) + p.EnterRule(localctx, 1372, PostgreSQLParserRULE_opt_uescape) p.EnterOuterAlt(localctx, 1) { - p.SetState(10367) + p.SetState(10323) p.Match(PostgreSQLParserUESCAPE) if p.HasError() { // Recognition error - abort rule @@ -163975,7 +163403,7 @@ func (p *PostgreSQLParser) Opt_uescape() (localctx IOpt_uescapeContext) { } } { - p.SetState(10368) + p.SetState(10324) p.Anysconst() } @@ -164096,8 +163524,8 @@ func (s *SignediconstContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Signediconst() (localctx ISignediconstContext) { localctx = NewSignediconstContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1376, PostgreSQLParserRULE_signediconst) - p.SetState(10375) + p.EnterRule(localctx, 1374, PostgreSQLParserRULE_signediconst) + p.SetState(10331) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -164107,14 +163535,14 @@ func (p *PostgreSQLParser) Signediconst() (localctx ISignediconstContext) { case PostgreSQLParserIntegral: p.EnterOuterAlt(localctx, 1) { - p.SetState(10370) + p.SetState(10326) p.Iconst() } case PostgreSQLParserPLUS: p.EnterOuterAlt(localctx, 2) { - p.SetState(10371) + p.SetState(10327) p.Match(PostgreSQLParserPLUS) if p.HasError() { // Recognition error - abort rule @@ -164122,14 +163550,14 @@ func (p *PostgreSQLParser) Signediconst() (localctx ISignediconstContext) { } } { - p.SetState(10372) + p.SetState(10328) p.Iconst() } case PostgreSQLParserMINUS: p.EnterOuterAlt(localctx, 3) { - p.SetState(10373) + p.SetState(10329) p.Match(PostgreSQLParserMINUS) if p.HasError() { // Recognition error - abort rule @@ -164137,7 +163565,7 @@ func (p *PostgreSQLParser) Signediconst() (localctx ISignediconstContext) { } } { - p.SetState(10374) + p.SetState(10330) p.Iconst() } @@ -164253,10 +163681,10 @@ func (s *RoleidContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Roleid() (localctx IRoleidContext) { localctx = NewRoleidContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1378, PostgreSQLParserRULE_roleid) + p.EnterRule(localctx, 1376, PostgreSQLParserRULE_roleid) p.EnterOuterAlt(localctx, 1) { - p.SetState(10377) + p.SetState(10333) p.Rolespec() } @@ -164377,8 +163805,8 @@ func (s *RolespecContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Rolespec() (localctx IRolespecContext) { localctx = NewRolespecContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1380, PostgreSQLParserRULE_rolespec) - p.SetState(10382) + p.EnterRule(localctx, 1378, PostgreSQLParserRULE_rolespec) + p.SetState(10338) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -164388,14 +163816,14 @@ func (p *PostgreSQLParser) Rolespec() (localctx IRolespecContext) { case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserAUTHORIZATION, PostgreSQLParserBINARY, PostgreSQLParserCOLLATION, PostgreSQLParserCONCURRENTLY, PostgreSQLParserCROSS, PostgreSQLParserCURRENT_SCHEMA, PostgreSQLParserFREEZE, PostgreSQLParserFULL, PostgreSQLParserILIKE, PostgreSQLParserINNER_P, PostgreSQLParserIS, PostgreSQLParserISNULL, PostgreSQLParserJOIN, PostgreSQLParserLIKE, PostgreSQLParserNATURAL, PostgreSQLParserNOTNULL, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserOVERLAPS, PostgreSQLParserSIMILAR, PostgreSQLParserVERBOSE, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserTABLESAMPLE, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: p.EnterOuterAlt(localctx, 1) { - p.SetState(10379) + p.SetState(10335) p.Nonreservedword() } case PostgreSQLParserCURRENT_USER: p.EnterOuterAlt(localctx, 2) { - p.SetState(10380) + p.SetState(10336) p.Match(PostgreSQLParserCURRENT_USER) if p.HasError() { // Recognition error - abort rule @@ -164406,7 +163834,7 @@ func (p *PostgreSQLParser) Rolespec() (localctx IRolespecContext) { case PostgreSQLParserSESSION_USER: p.EnterOuterAlt(localctx, 3) { - p.SetState(10381) + p.SetState(10337) p.Match(PostgreSQLParserSESSION_USER) if p.HasError() { // Recognition error - abort rule @@ -164562,15 +163990,15 @@ func (s *Role_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Role_list() (localctx IRole_listContext) { localctx = NewRole_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1382, PostgreSQLParserRULE_role_list) + p.EnterRule(localctx, 1380, PostgreSQLParserRULE_role_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10384) + p.SetState(10340) p.Rolespec() } - p.SetState(10389) + p.SetState(10345) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -164579,7 +164007,7 @@ func (p *PostgreSQLParser) Role_list() (localctx IRole_listContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(10385) + p.SetState(10341) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -164587,11 +164015,11 @@ func (p *PostgreSQLParser) Role_list() (localctx IRole_listContext) { } } { - p.SetState(10386) + p.SetState(10342) p.Rolespec() } - p.SetState(10391) + p.SetState(10347) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -164767,46 +164195,46 @@ func (s *ColidContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Colid() (localctx IColidContext) { localctx = NewColidContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1384, PostgreSQLParserRULE_colid) - p.SetState(10398) + p.EnterRule(localctx, 1382, PostgreSQLParserRULE_colid) + p.SetState(10354) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1005, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1001, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(10392) + p.SetState(10348) p.Identifier() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(10393) + p.SetState(10349) p.Unreserved_keyword() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(10394) + p.SetState(10350) p.Col_name_keyword() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(10395) + p.SetState(10351) p.Plsql_unreserved_keyword() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(10396) + p.SetState(10352) p.Match(PostgreSQLParserLEFT) if p.HasError() { // Recognition error - abort rule @@ -164817,7 +164245,7 @@ func (p *PostgreSQLParser) Colid() (localctx IColidContext) { case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(10397) + p.SetState(10353) p.Match(PostgreSQLParserRIGHT) if p.HasError() { // Recognition error - abort rule @@ -164987,39 +164415,39 @@ func (s *Table_aliasContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Table_alias() (localctx ITable_aliasContext) { localctx = NewTable_aliasContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1386, PostgreSQLParserRULE_table_alias) - p.SetState(10404) + p.EnterRule(localctx, 1384, PostgreSQLParserRULE_table_alias) + p.SetState(10360) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1006, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1002, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(10400) + p.SetState(10356) p.Identifier() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(10401) + p.SetState(10357) p.Unreserved_keyword() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(10402) + p.SetState(10358) p.Col_name_keyword() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(10403) + p.SetState(10359) p.Plsql_unreserved_keyword() } @@ -165185,39 +164613,39 @@ func (s *Type_function_nameContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Type_function_name() (localctx IType_function_nameContext) { localctx = NewType_function_nameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1388, PostgreSQLParserRULE_type_function_name) - p.SetState(10410) + p.EnterRule(localctx, 1386, PostgreSQLParserRULE_type_function_name) + p.SetState(10366) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1007, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1003, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(10406) + p.SetState(10362) p.Identifier() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(10407) + p.SetState(10363) p.Unreserved_keyword() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(10408) + p.SetState(10364) p.Plsql_unreserved_keyword() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(10409) + p.SetState(10365) p.Type_func_name_keyword() } @@ -165383,39 +164811,39 @@ func (s *NonreservedwordContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Nonreservedword() (localctx INonreservedwordContext) { localctx = NewNonreservedwordContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1390, PostgreSQLParserRULE_nonreservedword) - p.SetState(10416) + p.EnterRule(localctx, 1388, PostgreSQLParserRULE_nonreservedword) + p.SetState(10372) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1008, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1004, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(10412) + p.SetState(10368) p.Identifier() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(10413) + p.SetState(10369) p.Unreserved_keyword() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(10414) + p.SetState(10370) p.Col_name_keyword() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(10415) + p.SetState(10371) p.Type_func_name_keyword() } @@ -165615,53 +165043,53 @@ func (s *CollabelContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Collabel() (localctx ICollabelContext) { localctx = NewCollabelContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1392, PostgreSQLParserRULE_collabel) - p.SetState(10424) + p.EnterRule(localctx, 1390, PostgreSQLParserRULE_collabel) + p.SetState(10380) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1009, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1005, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(10418) + p.SetState(10374) p.Identifier() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(10419) + p.SetState(10375) p.Plsql_unreserved_keyword() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(10420) + p.SetState(10376) p.Unreserved_keyword() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(10421) + p.SetState(10377) p.Col_name_keyword() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(10422) + p.SetState(10378) p.Type_func_name_keyword() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(10423) + p.SetState(10379) p.Reserved_keyword() } @@ -165842,8 +165270,8 @@ func (s *IdentifierContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Identifier() (localctx IIdentifierContext) { localctx = NewIdentifierContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1394, PostgreSQLParserRULE_identifier) - p.SetState(10435) + p.EnterRule(localctx, 1392, PostgreSQLParserRULE_identifier) + p.SetState(10391) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -165853,19 +165281,19 @@ func (p *PostgreSQLParser) Identifier() (localctx IIdentifierContext) { case PostgreSQLParserIdentifier: p.EnterOuterAlt(localctx, 1) { - p.SetState(10426) + p.SetState(10382) p.Match(PostgreSQLParserIdentifier) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10428) + p.SetState(10384) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1010, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1006, p.GetParserRuleContext()) == 1 { { - p.SetState(10427) + p.SetState(10383) p.Opt_uescape() } @@ -165876,7 +165304,7 @@ func (p *PostgreSQLParser) Identifier() (localctx IIdentifierContext) { case PostgreSQLParserQuotedIdentifier: p.EnterOuterAlt(localctx, 2) { - p.SetState(10430) + p.SetState(10386) p.Match(PostgreSQLParserQuotedIdentifier) if p.HasError() { // Recognition error - abort rule @@ -165887,7 +165315,7 @@ func (p *PostgreSQLParser) Identifier() (localctx IIdentifierContext) { case PostgreSQLParserUnicodeQuotedIdentifier: p.EnterOuterAlt(localctx, 3) { - p.SetState(10431) + p.SetState(10387) p.Match(PostgreSQLParserUnicodeQuotedIdentifier) if p.HasError() { // Recognition error - abort rule @@ -165898,21 +165326,21 @@ func (p *PostgreSQLParser) Identifier() (localctx IIdentifierContext) { case PostgreSQLParserPLSQLVARIABLENAME: p.EnterOuterAlt(localctx, 4) { - p.SetState(10432) + p.SetState(10388) p.Plsqlvariablename() } case PostgreSQLParserPLSQLIDENTIFIER: p.EnterOuterAlt(localctx, 5) { - p.SetState(10433) + p.SetState(10389) p.Plsqlidentifier() } case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserIS, PostgreSQLParserOUTER_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserBACKWARD, PostgreSQLParserCHAIN, PostgreSQLParserCLOSE, PostgreSQLParserCOMMIT, PostgreSQLParserCONTINUE_P, PostgreSQLParserCURSOR, PostgreSQLParserFIRST_P, PostgreSQLParserFORWARD, PostgreSQLParserINSERT, PostgreSQLParserLAST_P, PostgreSQLParserMOVE, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserOPTION, PostgreSQLParserPRIOR, PostgreSQLParserRELATIVE_P, PostgreSQLParserRESET, PostgreSQLParserROLLBACK, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSET, PostgreSQLParserTYPE_P, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserROWTYPE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN: p.EnterOuterAlt(localctx, 6) { - p.SetState(10434) + p.SetState(10390) p.Plsql_unreserved_keyword() } @@ -166016,10 +165444,10 @@ func (s *PlsqlidentifierContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Plsqlidentifier() (localctx IPlsqlidentifierContext) { localctx = NewPlsqlidentifierContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1396, PostgreSQLParserRULE_plsqlidentifier) + p.EnterRule(localctx, 1394, PostgreSQLParserRULE_plsqlidentifier) p.EnterOuterAlt(localctx, 1) { - p.SetState(10437) + p.SetState(10393) p.Match(PostgreSQLParserPLSQLIDENTIFIER) if p.HasError() { // Recognition error - abort rule @@ -167617,12 +167045,12 @@ func (s *Unreserved_keywordContext) Accept(visitor antlr.ParseTreeVisitor) inter func (p *PostgreSQLParser) Unreserved_keyword() (localctx IUnreserved_keywordContext) { localctx = NewUnreserved_keywordContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1398, PostgreSQLParserRULE_unreserved_keyword) + p.EnterRule(localctx, 1396, PostgreSQLParserRULE_unreserved_keyword) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10439) + p.SetState(10395) _la = p.GetTokenStream().LA(1) if !(((int64((_la-124)) & ^0x3f) == 0 && ((int64(1)<<(_la-124))&-31) != 0) || ((int64((_la-188)) & ^0x3f) == 0 && ((int64(1)<<(_la-188))&-4611686018427387905) != 0) || ((int64((_la-252)) & ^0x3f) == 0 && ((int64(1)<<(_la-252))&-4503599627370499) != 0) || ((int64((_la-316)) & ^0x3f) == 0 && ((int64(1)<<(_la-316))&-1) != 0) || ((int64((_la-380)) & ^0x3f) == 0 && ((int64(1)<<(_la-380))&-36028796985409535) != 0) || ((int64((_la-444)) & ^0x3f) == 0 && ((int64(1)<<(_la-444))&140680311597055) != 0)) { @@ -168031,18 +167459,18 @@ func (s *Col_name_keywordContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext) { localctx = NewCol_name_keywordContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1400, PostgreSQLParserRULE_col_name_keyword) - p.SetState(10493) + p.EnterRule(localctx, 1398, PostgreSQLParserRULE_col_name_keyword) + p.SetState(10449) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1012, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1008, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(10441) + p.SetState(10397) p.Match(PostgreSQLParserBETWEEN) if p.HasError() { // Recognition error - abort rule @@ -168053,7 +167481,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(10442) + p.SetState(10398) p.Match(PostgreSQLParserBIGINT) if p.HasError() { // Recognition error - abort rule @@ -168064,14 +167492,14 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(10443) + p.SetState(10399) p.Bit() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(10444) + p.SetState(10400) p.Match(PostgreSQLParserBOOLEAN_P) if p.HasError() { // Recognition error - abort rule @@ -168082,7 +167510,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(10445) + p.SetState(10401) p.Match(PostgreSQLParserCHAR_P) if p.HasError() { // Recognition error - abort rule @@ -168093,14 +167521,14 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(10446) + p.SetState(10402) p.Character() } case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(10447) + p.SetState(10403) p.Match(PostgreSQLParserCOALESCE) if p.HasError() { // Recognition error - abort rule @@ -168111,7 +167539,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(10448) + p.SetState(10404) p.Match(PostgreSQLParserDEC) if p.HasError() { // Recognition error - abort rule @@ -168122,7 +167550,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(10449) + p.SetState(10405) p.Match(PostgreSQLParserDECIMAL_P) if p.HasError() { // Recognition error - abort rule @@ -168133,7 +167561,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 10: p.EnterOuterAlt(localctx, 10) { - p.SetState(10450) + p.SetState(10406) p.Match(PostgreSQLParserEXISTS) if p.HasError() { // Recognition error - abort rule @@ -168144,7 +167572,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 11: p.EnterOuterAlt(localctx, 11) { - p.SetState(10451) + p.SetState(10407) p.Match(PostgreSQLParserEXTRACT) if p.HasError() { // Recognition error - abort rule @@ -168155,7 +167583,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 12: p.EnterOuterAlt(localctx, 12) { - p.SetState(10452) + p.SetState(10408) p.Match(PostgreSQLParserFLOAT_P) if p.HasError() { // Recognition error - abort rule @@ -168166,7 +167594,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 13: p.EnterOuterAlt(localctx, 13) { - p.SetState(10453) + p.SetState(10409) p.Match(PostgreSQLParserGREATEST) if p.HasError() { // Recognition error - abort rule @@ -168177,7 +167605,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 14: p.EnterOuterAlt(localctx, 14) { - p.SetState(10454) + p.SetState(10410) p.Match(PostgreSQLParserGROUPING) if p.HasError() { // Recognition error - abort rule @@ -168188,7 +167616,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 15: p.EnterOuterAlt(localctx, 15) { - p.SetState(10455) + p.SetState(10411) p.Match(PostgreSQLParserINOUT) if p.HasError() { // Recognition error - abort rule @@ -168199,7 +167627,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 16: p.EnterOuterAlt(localctx, 16) { - p.SetState(10456) + p.SetState(10412) p.Match(PostgreSQLParserINT_P) if p.HasError() { // Recognition error - abort rule @@ -168210,7 +167638,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 17: p.EnterOuterAlt(localctx, 17) { - p.SetState(10457) + p.SetState(10413) p.Match(PostgreSQLParserINTEGER) if p.HasError() { // Recognition error - abort rule @@ -168221,7 +167649,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 18: p.EnterOuterAlt(localctx, 18) { - p.SetState(10458) + p.SetState(10414) p.Match(PostgreSQLParserINTERVAL) if p.HasError() { // Recognition error - abort rule @@ -168232,7 +167660,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 19: p.EnterOuterAlt(localctx, 19) { - p.SetState(10459) + p.SetState(10415) p.Match(PostgreSQLParserLEAST) if p.HasError() { // Recognition error - abort rule @@ -168243,7 +167671,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 20: p.EnterOuterAlt(localctx, 20) { - p.SetState(10460) + p.SetState(10416) p.Match(PostgreSQLParserNATIONAL) if p.HasError() { // Recognition error - abort rule @@ -168254,7 +167682,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 21: p.EnterOuterAlt(localctx, 21) { - p.SetState(10461) + p.SetState(10417) p.Match(PostgreSQLParserNCHAR) if p.HasError() { // Recognition error - abort rule @@ -168265,7 +167693,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 22: p.EnterOuterAlt(localctx, 22) { - p.SetState(10462) + p.SetState(10418) p.Match(PostgreSQLParserNONE) if p.HasError() { // Recognition error - abort rule @@ -168276,7 +167704,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 23: p.EnterOuterAlt(localctx, 23) { - p.SetState(10463) + p.SetState(10419) p.Match(PostgreSQLParserNORMALIZE) if p.HasError() { // Recognition error - abort rule @@ -168287,7 +167715,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 24: p.EnterOuterAlt(localctx, 24) { - p.SetState(10464) + p.SetState(10420) p.Match(PostgreSQLParserNULLIF) if p.HasError() { // Recognition error - abort rule @@ -168298,14 +167726,14 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 25: p.EnterOuterAlt(localctx, 25) { - p.SetState(10465) + p.SetState(10421) p.Numeric() } case 26: p.EnterOuterAlt(localctx, 26) { - p.SetState(10466) + p.SetState(10422) p.Match(PostgreSQLParserOUT_P) if p.HasError() { // Recognition error - abort rule @@ -168316,7 +167744,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 27: p.EnterOuterAlt(localctx, 27) { - p.SetState(10467) + p.SetState(10423) p.Match(PostgreSQLParserOVERLAY) if p.HasError() { // Recognition error - abort rule @@ -168327,7 +167755,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 28: p.EnterOuterAlt(localctx, 28) { - p.SetState(10468) + p.SetState(10424) p.Match(PostgreSQLParserPOSITION) if p.HasError() { // Recognition error - abort rule @@ -168338,7 +167766,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 29: p.EnterOuterAlt(localctx, 29) { - p.SetState(10469) + p.SetState(10425) p.Match(PostgreSQLParserPRECISION) if p.HasError() { // Recognition error - abort rule @@ -168349,7 +167777,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 30: p.EnterOuterAlt(localctx, 30) { - p.SetState(10470) + p.SetState(10426) p.Match(PostgreSQLParserREAL) if p.HasError() { // Recognition error - abort rule @@ -168360,7 +167788,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 31: p.EnterOuterAlt(localctx, 31) { - p.SetState(10471) + p.SetState(10427) p.Match(PostgreSQLParserROW) if p.HasError() { // Recognition error - abort rule @@ -168371,7 +167799,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 32: p.EnterOuterAlt(localctx, 32) { - p.SetState(10472) + p.SetState(10428) p.Match(PostgreSQLParserSETOF) if p.HasError() { // Recognition error - abort rule @@ -168382,7 +167810,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 33: p.EnterOuterAlt(localctx, 33) { - p.SetState(10473) + p.SetState(10429) p.Match(PostgreSQLParserSMALLINT) if p.HasError() { // Recognition error - abort rule @@ -168393,7 +167821,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 34: p.EnterOuterAlt(localctx, 34) { - p.SetState(10474) + p.SetState(10430) p.Match(PostgreSQLParserSUBSTRING) if p.HasError() { // Recognition error - abort rule @@ -168404,7 +167832,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 35: p.EnterOuterAlt(localctx, 35) { - p.SetState(10475) + p.SetState(10431) p.Match(PostgreSQLParserTIME) if p.HasError() { // Recognition error - abort rule @@ -168415,7 +167843,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 36: p.EnterOuterAlt(localctx, 36) { - p.SetState(10476) + p.SetState(10432) p.Match(PostgreSQLParserTIMESTAMP) if p.HasError() { // Recognition error - abort rule @@ -168426,7 +167854,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 37: p.EnterOuterAlt(localctx, 37) { - p.SetState(10477) + p.SetState(10433) p.Match(PostgreSQLParserTREAT) if p.HasError() { // Recognition error - abort rule @@ -168437,7 +167865,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 38: p.EnterOuterAlt(localctx, 38) { - p.SetState(10478) + p.SetState(10434) p.Match(PostgreSQLParserTRIM) if p.HasError() { // Recognition error - abort rule @@ -168448,7 +167876,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 39: p.EnterOuterAlt(localctx, 39) { - p.SetState(10479) + p.SetState(10435) p.Match(PostgreSQLParserVALUES) if p.HasError() { // Recognition error - abort rule @@ -168459,7 +167887,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 40: p.EnterOuterAlt(localctx, 40) { - p.SetState(10480) + p.SetState(10436) p.Match(PostgreSQLParserVARCHAR) if p.HasError() { // Recognition error - abort rule @@ -168470,7 +167898,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 41: p.EnterOuterAlt(localctx, 41) { - p.SetState(10481) + p.SetState(10437) p.Match(PostgreSQLParserXMLATTRIBUTES) if p.HasError() { // Recognition error - abort rule @@ -168481,7 +167909,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 42: p.EnterOuterAlt(localctx, 42) { - p.SetState(10482) + p.SetState(10438) p.Match(PostgreSQLParserXMLCONCAT) if p.HasError() { // Recognition error - abort rule @@ -168492,7 +167920,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 43: p.EnterOuterAlt(localctx, 43) { - p.SetState(10483) + p.SetState(10439) p.Match(PostgreSQLParserXMLELEMENT) if p.HasError() { // Recognition error - abort rule @@ -168503,7 +167931,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 44: p.EnterOuterAlt(localctx, 44) { - p.SetState(10484) + p.SetState(10440) p.Match(PostgreSQLParserXMLEXISTS) if p.HasError() { // Recognition error - abort rule @@ -168514,7 +167942,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 45: p.EnterOuterAlt(localctx, 45) { - p.SetState(10485) + p.SetState(10441) p.Match(PostgreSQLParserXMLFOREST) if p.HasError() { // Recognition error - abort rule @@ -168525,7 +167953,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 46: p.EnterOuterAlt(localctx, 46) { - p.SetState(10486) + p.SetState(10442) p.Match(PostgreSQLParserXMLNAMESPACES) if p.HasError() { // Recognition error - abort rule @@ -168536,7 +167964,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 47: p.EnterOuterAlt(localctx, 47) { - p.SetState(10487) + p.SetState(10443) p.Match(PostgreSQLParserXMLPARSE) if p.HasError() { // Recognition error - abort rule @@ -168547,7 +167975,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 48: p.EnterOuterAlt(localctx, 48) { - p.SetState(10488) + p.SetState(10444) p.Match(PostgreSQLParserXMLPI) if p.HasError() { // Recognition error - abort rule @@ -168558,7 +167986,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 49: p.EnterOuterAlt(localctx, 49) { - p.SetState(10489) + p.SetState(10445) p.Match(PostgreSQLParserXMLROOT) if p.HasError() { // Recognition error - abort rule @@ -168569,7 +167997,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 50: p.EnterOuterAlt(localctx, 50) { - p.SetState(10490) + p.SetState(10446) p.Match(PostgreSQLParserXMLSERIALIZE) if p.HasError() { // Recognition error - abort rule @@ -168580,7 +168008,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 51: p.EnterOuterAlt(localctx, 51) { - p.SetState(10491) + p.SetState(10447) p.Match(PostgreSQLParserXMLTABLE) if p.HasError() { // Recognition error - abort rule @@ -168591,7 +168019,7 @@ func (p *PostgreSQLParser) Col_name_keyword() (localctx ICol_name_keywordContext case 52: p.EnterOuterAlt(localctx, 52) { - p.SetState(10492) + p.SetState(10448) p.Builtin_function_name() } @@ -168794,12 +168222,12 @@ func (s *Type_func_name_keywordContext) Accept(visitor antlr.ParseTreeVisitor) i func (p *PostgreSQLParser) Type_func_name_keyword() (localctx IType_func_name_keywordContext) { localctx = NewType_func_name_keywordContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1402, PostgreSQLParserRULE_type_func_name_keyword) + p.EnterRule(localctx, 1400, PostgreSQLParserRULE_type_func_name_keyword) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10495) + p.SetState(10451) _la = p.GetTokenStream().LA(1) if !(((int64((_la-106)) & ^0x3f) == 0 && ((int64(1)<<(_la-106))&7069695) != 0) || _la == PostgreSQLParserTABLESAMPLE) { @@ -169275,12 +168703,12 @@ func (s *Reserved_keywordContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Reserved_keyword() (localctx IReserved_keywordContext) { localctx = NewReserved_keywordContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1404, PostgreSQLParserRULE_reserved_keyword) + p.EnterRule(localctx, 1402, PostgreSQLParserRULE_reserved_keyword) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10497) + p.SetState(10453) _la = p.GetTokenStream().LA(1) if !(((int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&-9007200328482816) != 0) || ((int64((_la-64)) & ^0x3f) == 0 && ((int64(1)<<(_la-64))&4398046510975) != 0) || _la == PostgreSQLParserEND_P) { @@ -170006,12 +169434,12 @@ func (s *Builtin_function_nameContext) Accept(visitor antlr.ParseTreeVisitor) in func (p *PostgreSQLParser) Builtin_function_name() (localctx IBuiltin_function_nameContext) { localctx = NewBuiltin_function_nameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1406, PostgreSQLParserRULE_builtin_function_name) + p.EnterRule(localctx, 1404, PostgreSQLParserRULE_builtin_function_name) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10499) + p.SetState(10455) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserREPLACE || ((int64((_la-420)) & ^0x3f) == 0 && ((int64(1)<<(_la-420))&127) != 0) || ((int64((_la-506)) & ^0x3f) == 0 && ((int64(1)<<(_la-506))&-130559) != 0) || ((int64((_la-570)) & ^0x3f) == 0 && ((int64(1)<<(_la-570))&-1) != 0) || ((int64((_la-634)) & ^0x3f) == 0 && ((int64(1)<<(_la-634))&15) != 0)) { @@ -170163,19 +169591,19 @@ func (s *Pl_functionContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Pl_function() (localctx IPl_functionContext) { localctx = NewPl_functionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1408, PostgreSQLParserRULE_pl_function) + p.EnterRule(localctx, 1406, PostgreSQLParserRULE_pl_function) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10501) + p.SetState(10457) p.Comp_options() } { - p.SetState(10502) + p.SetState(10458) p.Pl_block() } - p.SetState(10504) + p.SetState(10460) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -170184,7 +169612,7 @@ func (p *PostgreSQLParser) Pl_function() (localctx IPl_functionContext) { if _la == PostgreSQLParserSEMI { { - p.SetState(10503) + p.SetState(10459) p.Opt_semi() } @@ -170323,11 +169751,11 @@ func (s *Comp_optionsContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Comp_options() (localctx IComp_optionsContext) { localctx = NewComp_optionsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1410, PostgreSQLParserRULE_comp_options) + p.EnterRule(localctx, 1408, PostgreSQLParserRULE_comp_options) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(10509) + p.SetState(10465) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -170336,11 +169764,11 @@ func (p *PostgreSQLParser) Comp_options() (localctx IComp_optionsContext) { for _la == PostgreSQLParserOperator { { - p.SetState(10506) + p.SetState(10462) p.Comp_option() } - p.SetState(10511) + p.SetState(10467) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -170507,22 +169935,22 @@ func (s *Comp_optionContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Comp_option() (localctx IComp_optionContext) { localctx = NewComp_optionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1412, PostgreSQLParserRULE_comp_option) - p.SetState(10532) + p.EnterRule(localctx, 1410, PostgreSQLParserRULE_comp_option) + p.SetState(10488) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1015, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1011, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(10512) + p.SetState(10468) p.Sharp() } { - p.SetState(10513) + p.SetState(10469) p.Match(PostgreSQLParserOPTION) if p.HasError() { // Recognition error - abort rule @@ -170530,7 +169958,7 @@ func (p *PostgreSQLParser) Comp_option() (localctx IComp_optionContext) { } } { - p.SetState(10514) + p.SetState(10470) p.Match(PostgreSQLParserDUMP) if p.HasError() { // Recognition error - abort rule @@ -170541,11 +169969,11 @@ func (p *PostgreSQLParser) Comp_option() (localctx IComp_optionContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(10516) + p.SetState(10472) p.Sharp() } { - p.SetState(10517) + p.SetState(10473) p.Match(PostgreSQLParserPRINT_STRICT_PARAMS) if p.HasError() { // Recognition error - abort rule @@ -170553,18 +169981,18 @@ func (p *PostgreSQLParser) Comp_option() (localctx IComp_optionContext) { } } { - p.SetState(10518) + p.SetState(10474) p.Option_value() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(10520) + p.SetState(10476) p.Sharp() } { - p.SetState(10521) + p.SetState(10477) p.Match(PostgreSQLParserVARIABLE_CONFLICT) if p.HasError() { // Recognition error - abort rule @@ -170572,7 +170000,7 @@ func (p *PostgreSQLParser) Comp_option() (localctx IComp_optionContext) { } } { - p.SetState(10522) + p.SetState(10478) p.Match(PostgreSQLParserERROR) if p.HasError() { // Recognition error - abort rule @@ -170583,11 +170011,11 @@ func (p *PostgreSQLParser) Comp_option() (localctx IComp_optionContext) { case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(10524) + p.SetState(10480) p.Sharp() } { - p.SetState(10525) + p.SetState(10481) p.Match(PostgreSQLParserVARIABLE_CONFLICT) if p.HasError() { // Recognition error - abort rule @@ -170595,7 +170023,7 @@ func (p *PostgreSQLParser) Comp_option() (localctx IComp_optionContext) { } } { - p.SetState(10526) + p.SetState(10482) p.Match(PostgreSQLParserUSE_VARIABLE) if p.HasError() { // Recognition error - abort rule @@ -170606,11 +170034,11 @@ func (p *PostgreSQLParser) Comp_option() (localctx IComp_optionContext) { case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(10528) + p.SetState(10484) p.Sharp() } { - p.SetState(10529) + p.SetState(10485) p.Match(PostgreSQLParserVARIABLE_CONFLICT) if p.HasError() { // Recognition error - abort rule @@ -170618,7 +170046,7 @@ func (p *PostgreSQLParser) Comp_option() (localctx IComp_optionContext) { } } { - p.SetState(10530) + p.SetState(10486) p.Match(PostgreSQLParserUSE_COLUMN) if p.HasError() { // Recognition error - abort rule @@ -170725,10 +170153,10 @@ func (s *SharpContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Sharp() (localctx ISharpContext) { localctx = NewSharpContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1414, PostgreSQLParserRULE_sharp) + p.EnterRule(localctx, 1412, PostgreSQLParserRULE_sharp) p.EnterOuterAlt(localctx, 1) { - p.SetState(10534) + p.SetState(10490) p.Match(PostgreSQLParserOperator) if p.HasError() { // Recognition error - abort rule @@ -170894,39 +170322,39 @@ func (s *Option_valueContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Option_value() (localctx IOption_valueContext) { localctx = NewOption_valueContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1416, PostgreSQLParserRULE_option_value) - p.SetState(10540) + p.EnterRule(localctx, 1414, PostgreSQLParserRULE_option_value) + p.SetState(10496) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1016, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1012, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(10536) + p.SetState(10492) p.Sconst() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(10537) + p.SetState(10493) p.Reserved_keyword() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(10538) + p.SetState(10494) p.Plsql_unreserved_keyword() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(10539) + p.SetState(10495) p.Unreserved_keyword() } @@ -171029,10 +170457,10 @@ func (s *Opt_semiContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Opt_semi() (localctx IOpt_semiContext) { localctx = NewOpt_semiContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1418, PostgreSQLParserRULE_opt_semi) + p.EnterRule(localctx, 1416, PostgreSQLParserRULE_opt_semi) p.EnterOuterAlt(localctx, 1) { - p.SetState(10542) + p.SetState(10498) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -171208,16 +170636,16 @@ func (s *Pl_blockContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Pl_block() (localctx IPl_blockContext) { localctx = NewPl_blockContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1420, PostgreSQLParserRULE_pl_block) + p.EnterRule(localctx, 1418, PostgreSQLParserRULE_pl_block) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10544) + p.SetState(10500) p.Decl_sect() } { - p.SetState(10545) + p.SetState(10501) p.Match(PostgreSQLParserBEGIN_P) if p.HasError() { // Recognition error - abort rule @@ -171225,10 +170653,10 @@ func (p *PostgreSQLParser) Pl_block() (localctx IPl_blockContext) { } } { - p.SetState(10546) + p.SetState(10502) p.Proc_sect() } - p.SetState(10548) + p.SetState(10504) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -171237,20 +170665,20 @@ func (p *PostgreSQLParser) Pl_block() (localctx IPl_blockContext) { if _la == PostgreSQLParserEXCEPTION { { - p.SetState(10547) + p.SetState(10503) p.Exception_sect() } } { - p.SetState(10550) + p.SetState(10506) p.Match(PostgreSQLParserEND_P) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10552) + p.SetState(10508) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -171259,7 +170687,7 @@ func (p *PostgreSQLParser) Pl_block() (localctx IPl_blockContext) { if ((int64((_la-33)) & ^0x3f) == 0 && ((int64(1)<<(_la-33))&576460752589691909) != 0) || ((int64((_la-116)) & ^0x3f) == 0 && ((int64(1)<<(_la-116))&-6775) != 0) || ((int64((_la-180)) & ^0x3f) == 0 && ((int64(1)<<(_la-180))&-1) != 0) || ((int64((_la-244)) & ^0x3f) == 0 && ((int64(1)<<(_la-244))&-577) != 0) || ((int64((_la-308)) & ^0x3f) == 0 && ((int64(1)<<(_la-308))&-1) != 0) || ((int64((_la-372)) & ^0x3f) == 0 && ((int64(1)<<(_la-372))&-1) != 0) || ((int64((_la-436)) & ^0x3f) == 0 && ((int64(1)<<(_la-436))&-274878955521) != 0) || ((int64((_la-500)) & ^0x3f) == 0 && ((int64(1)<<(_la-500))&-2097313) != 0) || ((int64((_la-564)) & ^0x3f) == 0 && ((int64(1)<<(_la-564))&-1) != 0) || ((int64((_la-628)) & ^0x3f) == 0 && ((int64(1)<<(_la-628))&3298536031231) != 0) { { - p.SetState(10551) + p.SetState(10507) p.Opt_label() } @@ -171406,11 +170834,11 @@ func (s *Decl_sectContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Decl_sect() (localctx IDecl_sectContext) { localctx = NewDecl_sectContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1422, PostgreSQLParserRULE_decl_sect) + p.EnterRule(localctx, 1420, PostgreSQLParserRULE_decl_sect) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(10555) + p.SetState(10511) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -171419,12 +170847,12 @@ func (p *PostgreSQLParser) Decl_sect() (localctx IDecl_sectContext) { if _la == PostgreSQLParserLESS_LESS { { - p.SetState(10554) + p.SetState(10510) p.Opt_block_label() } } - p.SetState(10561) + p.SetState(10517) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -171433,15 +170861,15 @@ func (p *PostgreSQLParser) Decl_sect() (localctx IDecl_sectContext) { if _la == PostgreSQLParserDECLARE { { - p.SetState(10557) + p.SetState(10513) p.Decl_start() } - p.SetState(10559) + p.SetState(10515) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1020, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1016, p.GetParserRuleContext()) == 1 { { - p.SetState(10558) + p.SetState(10514) p.Decl_stmts() } @@ -171546,10 +170974,10 @@ func (s *Decl_startContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Decl_start() (localctx IDecl_startContext) { localctx = NewDecl_startContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1424, PostgreSQLParserRULE_decl_start) + p.EnterRule(localctx, 1422, PostgreSQLParserRULE_decl_start) p.EnterOuterAlt(localctx, 1) { - p.SetState(10563) + p.SetState(10519) p.Match(PostgreSQLParserDECLARE) if p.HasError() { // Recognition error - abort rule @@ -171690,11 +171118,11 @@ func (s *Decl_stmtsContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Decl_stmts() (localctx IDecl_stmtsContext) { localctx = NewDecl_stmtsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1426, PostgreSQLParserRULE_decl_stmts) + p.EnterRule(localctx, 1424, PostgreSQLParserRULE_decl_stmts) var _alt int p.EnterOuterAlt(localctx, 1) - p.SetState(10566) + p.SetState(10522) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -171704,7 +171132,7 @@ func (p *PostgreSQLParser) Decl_stmts() (localctx IDecl_stmtsContext) { switch _alt { case 1: { - p.SetState(10565) + p.SetState(10521) p.Decl_stmt() } @@ -171713,9 +171141,9 @@ func (p *PostgreSQLParser) Decl_stmts() (localctx IDecl_stmtsContext) { goto errorExit } - p.SetState(10568) + p.SetState(10524) p.GetErrorHandler().Sync(p) - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1022, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1018, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -171838,10 +171266,10 @@ func (s *Label_declContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Label_decl() (localctx ILabel_declContext) { localctx = NewLabel_declContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1428, PostgreSQLParserRULE_label_decl) + p.EnterRule(localctx, 1426, PostgreSQLParserRULE_label_decl) p.EnterOuterAlt(localctx, 1) { - p.SetState(10570) + p.SetState(10526) p.Match(PostgreSQLParserLESS_LESS) if p.HasError() { // Recognition error - abort rule @@ -171849,11 +171277,11 @@ func (p *PostgreSQLParser) Label_decl() (localctx ILabel_declContext) { } } { - p.SetState(10571) + p.SetState(10527) p.Any_identifier() } { - p.SetState(10572) + p.SetState(10528) p.Match(PostgreSQLParserGREATER_GREATER) if p.HasError() { // Recognition error - abort rule @@ -171990,25 +171418,25 @@ func (s *Decl_stmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Decl_stmt() (localctx IDecl_stmtContext) { localctx = NewDecl_stmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1430, PostgreSQLParserRULE_decl_stmt) - p.SetState(10577) + p.EnterRule(localctx, 1428, PostgreSQLParserRULE_decl_stmt) + p.SetState(10533) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1023, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1019, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(10574) + p.SetState(10530) p.Decl_statement() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(10575) + p.SetState(10531) p.Match(PostgreSQLParserDECLARE) if p.HasError() { // Recognition error - abort rule @@ -172019,7 +171447,7 @@ func (p *PostgreSQLParser) Decl_stmt() (localctx IDecl_stmtContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(10576) + p.SetState(10532) p.Label_decl() } @@ -172324,24 +171752,24 @@ func (s *Decl_statementContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Decl_statement() (localctx IDecl_statementContext) { localctx = NewDecl_statementContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1432, PostgreSQLParserRULE_decl_statement) + p.EnterRule(localctx, 1430, PostgreSQLParserRULE_decl_statement) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10579) + p.SetState(10535) p.Decl_varname() } - p.SetState(10606) + p.SetState(10562) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1030, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1026, p.GetParserRuleContext()) { case 1: { - p.SetState(10580) + p.SetState(10536) p.Match(PostgreSQLParserALIAS) if p.HasError() { // Recognition error - abort rule @@ -172349,7 +171777,7 @@ func (p *PostgreSQLParser) Decl_statement() (localctx IDecl_statementContext) { } } { - p.SetState(10581) + p.SetState(10537) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -172357,17 +171785,17 @@ func (p *PostgreSQLParser) Decl_statement() (localctx IDecl_statementContext) { } } { - p.SetState(10582) + p.SetState(10538) p.Decl_aliasitem() } case 2: - p.SetState(10584) + p.SetState(10540) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1024, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1020, p.GetParserRuleContext()) == 1 { { - p.SetState(10583) + p.SetState(10539) p.Decl_const() } @@ -172375,10 +171803,10 @@ func (p *PostgreSQLParser) Decl_statement() (localctx IDecl_statementContext) { goto errorExit } { - p.SetState(10586) + p.SetState(10542) p.Decl_datatype() } - p.SetState(10588) + p.SetState(10544) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -172387,12 +171815,12 @@ func (p *PostgreSQLParser) Decl_statement() (localctx IDecl_statementContext) { if _la == PostgreSQLParserCOLLATE { { - p.SetState(10587) + p.SetState(10543) p.Decl_collate() } } - p.SetState(10591) + p.SetState(10547) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -172401,12 +171829,12 @@ func (p *PostgreSQLParser) Decl_statement() (localctx IDecl_statementContext) { if _la == PostgreSQLParserNOT { { - p.SetState(10590) + p.SetState(10546) p.Decl_notnull() } } - p.SetState(10594) + p.SetState(10550) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -172415,14 +171843,14 @@ func (p *PostgreSQLParser) Decl_statement() (localctx IDecl_statementContext) { if (int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&9007199255790592) != 0 { { - p.SetState(10593) + p.SetState(10549) p.Decl_defval() } } case 3: - p.SetState(10597) + p.SetState(10553) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -172431,20 +171859,20 @@ func (p *PostgreSQLParser) Decl_statement() (localctx IDecl_statementContext) { if _la == PostgreSQLParserNO || _la == PostgreSQLParserSCROLL { { - p.SetState(10596) + p.SetState(10552) p.Opt_scrollable() } } { - p.SetState(10599) + p.SetState(10555) p.Match(PostgreSQLParserCURSOR) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10601) + p.SetState(10557) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -172453,17 +171881,17 @@ func (p *PostgreSQLParser) Decl_statement() (localctx IDecl_statementContext) { if _la == PostgreSQLParserOPEN_PAREN { { - p.SetState(10600) + p.SetState(10556) p.Decl_cursor_args() } } { - p.SetState(10603) + p.SetState(10559) p.Decl_is_for() } { - p.SetState(10604) + p.SetState(10560) p.Decl_cursor_query() } @@ -172471,7 +171899,7 @@ func (p *PostgreSQLParser) Decl_statement() (localctx IDecl_statementContext) { goto errorExit } { - p.SetState(10608) + p.SetState(10564) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -172579,8 +172007,8 @@ func (s *Opt_scrollableContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Opt_scrollable() (localctx IOpt_scrollableContext) { localctx = NewOpt_scrollableContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1434, PostgreSQLParserRULE_opt_scrollable) - p.SetState(10613) + p.EnterRule(localctx, 1432, PostgreSQLParserRULE_opt_scrollable) + p.SetState(10569) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -172590,7 +172018,7 @@ func (p *PostgreSQLParser) Opt_scrollable() (localctx IOpt_scrollableContext) { case PostgreSQLParserNO: p.EnterOuterAlt(localctx, 1) { - p.SetState(10610) + p.SetState(10566) p.Match(PostgreSQLParserNO) if p.HasError() { // Recognition error - abort rule @@ -172598,7 +172026,7 @@ func (p *PostgreSQLParser) Opt_scrollable() (localctx IOpt_scrollableContext) { } } { - p.SetState(10611) + p.SetState(10567) p.Match(PostgreSQLParserSCROLL) if p.HasError() { // Recognition error - abort rule @@ -172609,7 +172037,7 @@ func (p *PostgreSQLParser) Opt_scrollable() (localctx IOpt_scrollableContext) { case PostgreSQLParserSCROLL: p.EnterOuterAlt(localctx, 2) { - p.SetState(10612) + p.SetState(10568) p.Match(PostgreSQLParserSCROLL) if p.HasError() { // Recognition error - abort rule @@ -172729,10 +172157,10 @@ func (s *Decl_cursor_queryContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Decl_cursor_query() (localctx IDecl_cursor_queryContext) { localctx = NewDecl_cursor_queryContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1436, PostgreSQLParserRULE_decl_cursor_query) + p.EnterRule(localctx, 1434, PostgreSQLParserRULE_decl_cursor_query) p.EnterOuterAlt(localctx, 1) { - p.SetState(10615) + p.SetState(10571) p.Selectstmt() } @@ -172853,10 +172281,10 @@ func (s *Decl_cursor_argsContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Decl_cursor_args() (localctx IDecl_cursor_argsContext) { localctx = NewDecl_cursor_argsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1438, PostgreSQLParserRULE_decl_cursor_args) + p.EnterRule(localctx, 1436, PostgreSQLParserRULE_decl_cursor_args) p.EnterOuterAlt(localctx, 1) { - p.SetState(10617) + p.SetState(10573) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -172864,11 +172292,11 @@ func (p *PostgreSQLParser) Decl_cursor_args() (localctx IDecl_cursor_argsContext } } { - p.SetState(10618) + p.SetState(10574) p.Decl_cursor_arglist() } { - p.SetState(10619) + p.SetState(10575) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -173019,15 +172447,15 @@ func (s *Decl_cursor_arglistContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Decl_cursor_arglist() (localctx IDecl_cursor_arglistContext) { localctx = NewDecl_cursor_arglistContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1440, PostgreSQLParserRULE_decl_cursor_arglist) + p.EnterRule(localctx, 1438, PostgreSQLParserRULE_decl_cursor_arglist) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10621) + p.SetState(10577) p.Decl_cursor_arg() } - p.SetState(10626) + p.SetState(10582) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -173036,7 +172464,7 @@ func (p *PostgreSQLParser) Decl_cursor_arglist() (localctx IDecl_cursor_arglistC for _la == PostgreSQLParserCOMMA { { - p.SetState(10622) + p.SetState(10578) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -173044,11 +172472,11 @@ func (p *PostgreSQLParser) Decl_cursor_arglist() (localctx IDecl_cursor_arglistC } } { - p.SetState(10623) + p.SetState(10579) p.Decl_cursor_arg() } - p.SetState(10628) + p.SetState(10584) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -173180,14 +172608,14 @@ func (s *Decl_cursor_argContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Decl_cursor_arg() (localctx IDecl_cursor_argContext) { localctx = NewDecl_cursor_argContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1442, PostgreSQLParserRULE_decl_cursor_arg) + p.EnterRule(localctx, 1440, PostgreSQLParserRULE_decl_cursor_arg) p.EnterOuterAlt(localctx, 1) { - p.SetState(10629) + p.SetState(10585) p.Decl_varname() } { - p.SetState(10630) + p.SetState(10586) p.Decl_datatype() } @@ -173291,12 +172719,12 @@ func (s *Decl_is_forContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Decl_is_for() (localctx IDecl_is_forContext) { localctx = NewDecl_is_forContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1444, PostgreSQLParserRULE_decl_is_for) + p.EnterRule(localctx, 1442, PostgreSQLParserRULE_decl_is_for) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10632) + p.SetState(10588) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserFOR || _la == PostgreSQLParserIS) { @@ -173419,8 +172847,8 @@ func (s *Decl_aliasitemContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Decl_aliasitem() (localctx IDecl_aliasitemContext) { localctx = NewDecl_aliasitemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1446, PostgreSQLParserRULE_decl_aliasitem) - p.SetState(10636) + p.EnterRule(localctx, 1444, PostgreSQLParserRULE_decl_aliasitem) + p.SetState(10592) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -173430,7 +172858,7 @@ func (p *PostgreSQLParser) Decl_aliasitem() (localctx IDecl_aliasitemContext) { case PostgreSQLParserPARAM: p.EnterOuterAlt(localctx, 1) { - p.SetState(10634) + p.SetState(10590) p.Match(PostgreSQLParserPARAM) if p.HasError() { // Recognition error - abort rule @@ -173441,7 +172869,7 @@ func (p *PostgreSQLParser) Decl_aliasitem() (localctx IDecl_aliasitemContext) { case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserIS, PostgreSQLParserLEFT, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserRIGHT, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: p.EnterOuterAlt(localctx, 2) { - p.SetState(10635) + p.SetState(10591) p.Colid() } @@ -173557,10 +172985,10 @@ func (s *Decl_varnameContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Decl_varname() (localctx IDecl_varnameContext) { localctx = NewDecl_varnameContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1448, PostgreSQLParserRULE_decl_varname) + p.EnterRule(localctx, 1446, PostgreSQLParserRULE_decl_varname) p.EnterOuterAlt(localctx, 1) { - p.SetState(10638) + p.SetState(10594) p.Any_identifier() } @@ -173659,10 +173087,10 @@ func (s *Decl_constContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Decl_const() (localctx IDecl_constContext) { localctx = NewDecl_constContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1450, PostgreSQLParserRULE_decl_const) + p.EnterRule(localctx, 1448, PostgreSQLParserRULE_decl_const) p.EnterOuterAlt(localctx, 1) { - p.SetState(10640) + p.SetState(10596) p.Match(PostgreSQLParserCONSTANT) if p.HasError() { // Recognition error - abort rule @@ -173777,10 +173205,10 @@ func (s *Decl_datatypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Decl_datatype() (localctx IDecl_datatypeContext) { localctx = NewDecl_datatypeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1452, PostgreSQLParserRULE_decl_datatype) + p.EnterRule(localctx, 1450, PostgreSQLParserRULE_decl_datatype) p.EnterOuterAlt(localctx, 1) { - p.SetState(10642) + p.SetState(10598) p.Typename() } @@ -173896,10 +173324,10 @@ func (s *Decl_collateContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Decl_collate() (localctx IDecl_collateContext) { localctx = NewDecl_collateContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1454, PostgreSQLParserRULE_decl_collate) + p.EnterRule(localctx, 1452, PostgreSQLParserRULE_decl_collate) p.EnterOuterAlt(localctx, 1) { - p.SetState(10644) + p.SetState(10600) p.Match(PostgreSQLParserCOLLATE) if p.HasError() { // Recognition error - abort rule @@ -173907,7 +173335,7 @@ func (p *PostgreSQLParser) Decl_collate() (localctx IDecl_collateContext) { } } { - p.SetState(10645) + p.SetState(10601) p.Any_name() } @@ -174011,10 +173439,10 @@ func (s *Decl_notnullContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Decl_notnull() (localctx IDecl_notnullContext) { localctx = NewDecl_notnullContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1456, PostgreSQLParserRULE_decl_notnull) + p.EnterRule(localctx, 1454, PostgreSQLParserRULE_decl_notnull) p.EnterOuterAlt(localctx, 1) { - p.SetState(10647) + p.SetState(10603) p.Match(PostgreSQLParserNOT) if p.HasError() { // Recognition error - abort rule @@ -174022,7 +173450,7 @@ func (p *PostgreSQLParser) Decl_notnull() (localctx IDecl_notnullContext) { } } { - p.SetState(10648) + p.SetState(10604) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule @@ -174154,14 +173582,14 @@ func (s *Decl_defvalContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Decl_defval() (localctx IDecl_defvalContext) { localctx = NewDecl_defvalContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1458, PostgreSQLParserRULE_decl_defval) + p.EnterRule(localctx, 1456, PostgreSQLParserRULE_decl_defval) p.EnterOuterAlt(localctx, 1) { - p.SetState(10650) + p.SetState(10606) p.Decl_defkey() } { - p.SetState(10651) + p.SetState(10607) p.Sql_expression() } @@ -174277,8 +173705,8 @@ func (s *Decl_defkeyContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Decl_defkey() (localctx IDecl_defkeyContext) { localctx = NewDecl_defkeyContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1460, PostgreSQLParserRULE_decl_defkey) - p.SetState(10655) + p.EnterRule(localctx, 1458, PostgreSQLParserRULE_decl_defkey) + p.SetState(10611) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -174288,14 +173716,14 @@ func (p *PostgreSQLParser) Decl_defkey() (localctx IDecl_defkeyContext) { case PostgreSQLParserEQUAL, PostgreSQLParserCOLON_EQUALS: p.EnterOuterAlt(localctx, 1) { - p.SetState(10653) + p.SetState(10609) p.Assign_operator() } case PostgreSQLParserDEFAULT: p.EnterOuterAlt(localctx, 2) { - p.SetState(10654) + p.SetState(10610) p.Match(PostgreSQLParserDEFAULT) if p.HasError() { // Recognition error - abort rule @@ -174408,12 +173836,12 @@ func (s *Assign_operatorContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Assign_operator() (localctx IAssign_operatorContext) { localctx = NewAssign_operatorContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1462, PostgreSQLParserRULE_assign_operator) + p.EnterRule(localctx, 1460, PostgreSQLParserRULE_assign_operator) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10657) + p.SetState(10613) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserEQUAL || _la == PostgreSQLParserCOLON_EQUALS) { @@ -174557,33 +173985,33 @@ func (s *Proc_sectContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Proc_sect() (localctx IProc_sectContext) { localctx = NewProc_sectContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1464, PostgreSQLParserRULE_proc_sect) + p.EnterRule(localctx, 1462, PostgreSQLParserRULE_proc_sect) var _alt int p.EnterOuterAlt(localctx, 1) - p.SetState(10662) + p.SetState(10618) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1035, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1031, p.GetParserRuleContext()) if p.HasError() { goto errorExit } for _alt != 2 && _alt != antlr.ATNInvalidAltNumber { if _alt == 1 { { - p.SetState(10659) + p.SetState(10615) p.Proc_stmt() } } - p.SetState(10664) + p.SetState(10620) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1035, p.GetParserRuleContext()) + _alt = p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1031, p.GetParserRuleContext()) if p.HasError() { goto errorExit } @@ -175109,22 +174537,22 @@ func (s *Proc_stmtContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Proc_stmt() (localctx IProc_stmtContext) { localctx = NewProc_stmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1466, PostgreSQLParserRULE_proc_stmt) - p.SetState(10692) + p.EnterRule(localctx, 1464, PostgreSQLParserRULE_proc_stmt) + p.SetState(10648) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1036, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1032, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(10665) + p.SetState(10621) p.Pl_block() } { - p.SetState(10666) + p.SetState(10622) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -175135,168 +174563,168 @@ func (p *PostgreSQLParser) Proc_stmt() (localctx IProc_stmtContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(10668) + p.SetState(10624) p.Stmt_return() } case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(10669) + p.SetState(10625) p.Stmt_raise() } case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(10670) + p.SetState(10626) p.Stmt_assign() } case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(10671) + p.SetState(10627) p.Stmt_if() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(10672) + p.SetState(10628) p.Stmt_case() } case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(10673) + p.SetState(10629) p.Stmt_loop() } case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(10674) + p.SetState(10630) p.Stmt_while() } case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(10675) + p.SetState(10631) p.Stmt_for() } case 10: p.EnterOuterAlt(localctx, 10) { - p.SetState(10676) + p.SetState(10632) p.Stmt_foreach_a() } case 11: p.EnterOuterAlt(localctx, 11) { - p.SetState(10677) + p.SetState(10633) p.Stmt_exit() } case 12: p.EnterOuterAlt(localctx, 12) { - p.SetState(10678) + p.SetState(10634) p.Stmt_assert() } case 13: p.EnterOuterAlt(localctx, 13) { - p.SetState(10679) + p.SetState(10635) p.Stmt_execsql() } case 14: p.EnterOuterAlt(localctx, 14) { - p.SetState(10680) + p.SetState(10636) p.Stmt_dynexecute() } case 15: p.EnterOuterAlt(localctx, 15) { - p.SetState(10681) + p.SetState(10637) p.Stmt_perform() } case 16: p.EnterOuterAlt(localctx, 16) { - p.SetState(10682) + p.SetState(10638) p.Stmt_call() } case 17: p.EnterOuterAlt(localctx, 17) { - p.SetState(10683) + p.SetState(10639) p.Stmt_getdiag() } case 18: p.EnterOuterAlt(localctx, 18) { - p.SetState(10684) + p.SetState(10640) p.Stmt_open() } case 19: p.EnterOuterAlt(localctx, 19) { - p.SetState(10685) + p.SetState(10641) p.Stmt_fetch() } case 20: p.EnterOuterAlt(localctx, 20) { - p.SetState(10686) + p.SetState(10642) p.Stmt_move() } case 21: p.EnterOuterAlt(localctx, 21) { - p.SetState(10687) + p.SetState(10643) p.Stmt_close() } case 22: p.EnterOuterAlt(localctx, 22) { - p.SetState(10688) + p.SetState(10644) p.Stmt_null() } case 23: p.EnterOuterAlt(localctx, 23) { - p.SetState(10689) + p.SetState(10645) p.Stmt_commit() } case 24: p.EnterOuterAlt(localctx, 24) { - p.SetState(10690) + p.SetState(10646) p.Stmt_rollback() } case 25: p.EnterOuterAlt(localctx, 25) { - p.SetState(10691) + p.SetState(10647) p.Stmt_set() } @@ -175421,10 +174849,10 @@ func (s *Stmt_performContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Stmt_perform() (localctx IStmt_performContext) { localctx = NewStmt_performContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1468, PostgreSQLParserRULE_stmt_perform) + p.EnterRule(localctx, 1466, PostgreSQLParserRULE_stmt_perform) p.EnterOuterAlt(localctx, 1) { - p.SetState(10694) + p.SetState(10650) p.Match(PostgreSQLParserPERFORM) if p.HasError() { // Recognition error - abort rule @@ -175432,11 +174860,11 @@ func (p *PostgreSQLParser) Stmt_perform() (localctx IStmt_performContext) { } } { - p.SetState(10695) + p.SetState(10651) p.Expr_until_semi() } { - p.SetState(10696) + p.SetState(10652) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -175593,10 +175021,10 @@ func (s *Stmt_callContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Stmt_call() (localctx IStmt_callContext) { localctx = NewStmt_callContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1470, PostgreSQLParserRULE_stmt_call) + p.EnterRule(localctx, 1468, PostgreSQLParserRULE_stmt_call) var _la int - p.SetState(10716) + p.SetState(10672) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -175606,7 +175034,7 @@ func (p *PostgreSQLParser) Stmt_call() (localctx IStmt_callContext) { case PostgreSQLParserCALL: p.EnterOuterAlt(localctx, 1) { - p.SetState(10698) + p.SetState(10654) p.Match(PostgreSQLParserCALL) if p.HasError() { // Recognition error - abort rule @@ -175614,18 +175042,18 @@ func (p *PostgreSQLParser) Stmt_call() (localctx IStmt_callContext) { } } { - p.SetState(10699) + p.SetState(10655) p.Any_identifier() } { - p.SetState(10700) + p.SetState(10656) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10702) + p.SetState(10658) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -175634,13 +175062,13 @@ func (p *PostgreSQLParser) Stmt_call() (localctx IStmt_callContext) { if ((int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&3620818277858553860) != 0) || ((int64((_la-75)) & ^0x3f) == 0 && ((int64(1)<<(_la-75))&-2120073201) != 0) || ((int64((_la-139)) & ^0x3f) == 0 && ((int64(1)<<(_la-139))&-1) != 0) || ((int64((_la-203)) & ^0x3f) == 0 && ((int64(1)<<(_la-203))&-1266637395197953) != 0) || ((int64((_la-267)) & ^0x3f) == 0 && ((int64(1)<<(_la-267))&-1) != 0) || ((int64((_la-331)) & ^0x3f) == 0 && ((int64(1)<<(_la-331))&-1) != 0) || ((int64((_la-395)) & ^0x3f) == 0 && ((int64(1)<<(_la-395))&-2305843009213693953) != 0) || ((int64((_la-459)) & ^0x3f) == 0 && ((int64(1)<<(_la-459))&-4612037862148276225) != 0) || ((int64((_la-523)) & ^0x3f) == 0 && ((int64(1)<<(_la-523))&-1) != 0) || ((int64((_la-587)) & ^0x3f) == 0 && ((int64(1)<<(_la-587))&2524267591141163007) != 0) || ((int64((_la-652)) & ^0x3f) == 0 && ((int64(1)<<(_la-652))&67346997) != 0) { { - p.SetState(10701) + p.SetState(10657) p.Opt_expr_list() } } { - p.SetState(10704) + p.SetState(10660) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -175648,7 +175076,7 @@ func (p *PostgreSQLParser) Stmt_call() (localctx IStmt_callContext) { } } { - p.SetState(10705) + p.SetState(10661) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -175659,7 +175087,7 @@ func (p *PostgreSQLParser) Stmt_call() (localctx IStmt_callContext) { case PostgreSQLParserDO: p.EnterOuterAlt(localctx, 2) { - p.SetState(10707) + p.SetState(10663) p.Match(PostgreSQLParserDO) if p.HasError() { // Recognition error - abort rule @@ -175667,18 +175095,18 @@ func (p *PostgreSQLParser) Stmt_call() (localctx IStmt_callContext) { } } { - p.SetState(10708) + p.SetState(10664) p.Any_identifier() } { - p.SetState(10709) + p.SetState(10665) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10711) + p.SetState(10667) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -175687,13 +175115,13 @@ func (p *PostgreSQLParser) Stmt_call() (localctx IStmt_callContext) { if ((int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&3620818277858553860) != 0) || ((int64((_la-75)) & ^0x3f) == 0 && ((int64(1)<<(_la-75))&-2120073201) != 0) || ((int64((_la-139)) & ^0x3f) == 0 && ((int64(1)<<(_la-139))&-1) != 0) || ((int64((_la-203)) & ^0x3f) == 0 && ((int64(1)<<(_la-203))&-1266637395197953) != 0) || ((int64((_la-267)) & ^0x3f) == 0 && ((int64(1)<<(_la-267))&-1) != 0) || ((int64((_la-331)) & ^0x3f) == 0 && ((int64(1)<<(_la-331))&-1) != 0) || ((int64((_la-395)) & ^0x3f) == 0 && ((int64(1)<<(_la-395))&-2305843009213693953) != 0) || ((int64((_la-459)) & ^0x3f) == 0 && ((int64(1)<<(_la-459))&-4612037862148276225) != 0) || ((int64((_la-523)) & ^0x3f) == 0 && ((int64(1)<<(_la-523))&-1) != 0) || ((int64((_la-587)) & ^0x3f) == 0 && ((int64(1)<<(_la-587))&2524267591141163007) != 0) || ((int64((_la-652)) & ^0x3f) == 0 && ((int64(1)<<(_la-652))&67346997) != 0) { { - p.SetState(10710) + p.SetState(10666) p.Opt_expr_list() } } { - p.SetState(10713) + p.SetState(10669) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -175701,7 +175129,7 @@ func (p *PostgreSQLParser) Stmt_call() (localctx IStmt_callContext) { } } { - p.SetState(10714) + p.SetState(10670) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -175821,10 +175249,10 @@ func (s *Opt_expr_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Opt_expr_list() (localctx IOpt_expr_listContext) { localctx = NewOpt_expr_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1472, PostgreSQLParserRULE_opt_expr_list) + p.EnterRule(localctx, 1470, PostgreSQLParserRULE_opt_expr_list) p.EnterOuterAlt(localctx, 1) { - p.SetState(10718) + p.SetState(10674) p.Expr_list() } @@ -175974,22 +175402,22 @@ func (s *Stmt_assignContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Stmt_assign() (localctx IStmt_assignContext) { localctx = NewStmt_assignContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1474, PostgreSQLParserRULE_stmt_assign) + p.EnterRule(localctx, 1472, PostgreSQLParserRULE_stmt_assign) p.EnterOuterAlt(localctx, 1) { - p.SetState(10720) + p.SetState(10676) p.Assign_var() } { - p.SetState(10721) + p.SetState(10677) p.Assign_operator() } { - p.SetState(10722) + p.SetState(10678) p.Sql_expression() } { - p.SetState(10723) + p.SetState(10679) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -176136,19 +175564,19 @@ func (s *Stmt_getdiagContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Stmt_getdiag() (localctx IStmt_getdiagContext) { localctx = NewStmt_getdiagContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1476, PostgreSQLParserRULE_stmt_getdiag) + p.EnterRule(localctx, 1474, PostgreSQLParserRULE_stmt_getdiag) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10725) + p.SetState(10681) p.Match(PostgreSQLParserGET) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10727) + p.SetState(10683) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -176157,13 +175585,13 @@ func (p *PostgreSQLParser) Stmt_getdiag() (localctx IStmt_getdiagContext) { if _la == PostgreSQLParserCURRENT_P || _la == PostgreSQLParserSTACKED { { - p.SetState(10726) + p.SetState(10682) p.Getdiag_area_opt() } } { - p.SetState(10729) + p.SetState(10685) p.Match(PostgreSQLParserDIAGNOSTICS) if p.HasError() { // Recognition error - abort rule @@ -176171,11 +175599,11 @@ func (p *PostgreSQLParser) Stmt_getdiag() (localctx IStmt_getdiagContext) { } } { - p.SetState(10730) + p.SetState(10686) p.Getdiag_list() } { - p.SetState(10731) + p.SetState(10687) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -176283,12 +175711,12 @@ func (s *Getdiag_area_optContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Getdiag_area_opt() (localctx IGetdiag_area_optContext) { localctx = NewGetdiag_area_optContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1478, PostgreSQLParserRULE_getdiag_area_opt) + p.EnterRule(localctx, 1476, PostgreSQLParserRULE_getdiag_area_opt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10733) + p.SetState(10689) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserCURRENT_P || _la == PostgreSQLParserSTACKED) { @@ -176442,15 +175870,15 @@ func (s *Getdiag_listContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Getdiag_list() (localctx IGetdiag_listContext) { localctx = NewGetdiag_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1480, PostgreSQLParserRULE_getdiag_list) + p.EnterRule(localctx, 1478, PostgreSQLParserRULE_getdiag_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10735) + p.SetState(10691) p.Getdiag_list_item() } - p.SetState(10740) + p.SetState(10696) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -176459,7 +175887,7 @@ func (p *PostgreSQLParser) Getdiag_list() (localctx IGetdiag_listContext) { for _la == PostgreSQLParserCOMMA { { - p.SetState(10736) + p.SetState(10692) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -176467,11 +175895,11 @@ func (p *PostgreSQLParser) Getdiag_list() (localctx IGetdiag_listContext) { } } { - p.SetState(10737) + p.SetState(10693) p.Getdiag_list_item() } - p.SetState(10742) + p.SetState(10698) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -176620,18 +176048,18 @@ func (s *Getdiag_list_itemContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Getdiag_list_item() (localctx IGetdiag_list_itemContext) { localctx = NewGetdiag_list_itemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1482, PostgreSQLParserRULE_getdiag_list_item) + p.EnterRule(localctx, 1480, PostgreSQLParserRULE_getdiag_list_item) p.EnterOuterAlt(localctx, 1) { - p.SetState(10743) + p.SetState(10699) p.Getdiag_target() } { - p.SetState(10744) + p.SetState(10700) p.Assign_operator() } { - p.SetState(10745) + p.SetState(10701) p.Getdiag_item() } @@ -176742,10 +176170,10 @@ func (s *Getdiag_itemContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Getdiag_item() (localctx IGetdiag_itemContext) { localctx = NewGetdiag_itemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1484, PostgreSQLParserRULE_getdiag_item) + p.EnterRule(localctx, 1482, PostgreSQLParserRULE_getdiag_item) p.EnterOuterAlt(localctx, 1) { - p.SetState(10747) + p.SetState(10703) p.Colid() } @@ -176856,10 +176284,10 @@ func (s *Getdiag_targetContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Getdiag_target() (localctx IGetdiag_targetContext) { localctx = NewGetdiag_targetContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1486, PostgreSQLParserRULE_getdiag_target) + p.EnterRule(localctx, 1484, PostgreSQLParserRULE_getdiag_target) p.EnterOuterAlt(localctx, 1) { - p.SetState(10749) + p.SetState(10705) p.Assign_var() } @@ -177038,11 +176466,11 @@ func (s *Assign_varContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Assign_var() (localctx IAssign_varContext) { localctx = NewAssign_varContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1488, PostgreSQLParserRULE_assign_var) + p.EnterRule(localctx, 1486, PostgreSQLParserRULE_assign_var) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(10753) + p.SetState(10709) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -177051,13 +176479,13 @@ func (p *PostgreSQLParser) Assign_var() (localctx IAssign_varContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserIS, PostgreSQLParserLEFT, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserRIGHT, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: { - p.SetState(10751) + p.SetState(10707) p.Any_name() } case PostgreSQLParserPARAM: { - p.SetState(10752) + p.SetState(10708) p.Match(PostgreSQLParserPARAM) if p.HasError() { // Recognition error - abort rule @@ -177069,7 +176497,7 @@ func (p *PostgreSQLParser) Assign_var() (localctx IAssign_varContext) { p.SetError(antlr.NewNoViableAltException(p, nil, nil, nil, nil, nil)) goto errorExit } - p.SetState(10761) + p.SetState(10717) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -177078,7 +176506,7 @@ func (p *PostgreSQLParser) Assign_var() (localctx IAssign_varContext) { for _la == PostgreSQLParserOPEN_BRACKET { { - p.SetState(10755) + p.SetState(10711) p.Match(PostgreSQLParserOPEN_BRACKET) if p.HasError() { // Recognition error - abort rule @@ -177086,11 +176514,11 @@ func (p *PostgreSQLParser) Assign_var() (localctx IAssign_varContext) { } } { - p.SetState(10756) + p.SetState(10712) p.Expr_until_rightbracket() } { - p.SetState(10757) + p.SetState(10713) p.Match(PostgreSQLParserCLOSE_BRACKET) if p.HasError() { // Recognition error - abort rule @@ -177098,7 +176526,7 @@ func (p *PostgreSQLParser) Assign_var() (localctx IAssign_varContext) { } } - p.SetState(10763) + p.SetState(10719) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -177289,12 +176717,12 @@ func (s *Stmt_ifContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Stmt_if() (localctx IStmt_ifContext) { localctx = NewStmt_ifContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1490, PostgreSQLParserRULE_stmt_if) + p.EnterRule(localctx, 1488, PostgreSQLParserRULE_stmt_if) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10764) + p.SetState(10720) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -177302,11 +176730,11 @@ func (p *PostgreSQLParser) Stmt_if() (localctx IStmt_ifContext) { } } { - p.SetState(10765) + p.SetState(10721) p.Expr_until_then() } { - p.SetState(10766) + p.SetState(10722) p.Match(PostgreSQLParserTHEN) if p.HasError() { // Recognition error - abort rule @@ -177314,14 +176742,14 @@ func (p *PostgreSQLParser) Stmt_if() (localctx IStmt_ifContext) { } } { - p.SetState(10767) + p.SetState(10723) p.Proc_sect() } { - p.SetState(10768) + p.SetState(10724) p.Stmt_elsifs() } - p.SetState(10770) + p.SetState(10726) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -177330,13 +176758,13 @@ func (p *PostgreSQLParser) Stmt_if() (localctx IStmt_ifContext) { if _la == PostgreSQLParserELSE { { - p.SetState(10769) + p.SetState(10725) p.Stmt_else() } } { - p.SetState(10772) + p.SetState(10728) p.Match(PostgreSQLParserEND_P) if p.HasError() { // Recognition error - abort rule @@ -177344,7 +176772,7 @@ func (p *PostgreSQLParser) Stmt_if() (localctx IStmt_ifContext) { } } { - p.SetState(10773) + p.SetState(10729) p.Match(PostgreSQLParserIF_P) if p.HasError() { // Recognition error - abort rule @@ -177352,7 +176780,7 @@ func (p *PostgreSQLParser) Stmt_if() (localctx IStmt_ifContext) { } } { - p.SetState(10774) + p.SetState(10730) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -177556,11 +176984,11 @@ func (s *Stmt_elsifsContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Stmt_elsifs() (localctx IStmt_elsifsContext) { localctx = NewStmt_elsifsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1492, PostgreSQLParserRULE_stmt_elsifs) + p.EnterRule(localctx, 1490, PostgreSQLParserRULE_stmt_elsifs) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(10783) + p.SetState(10739) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -177569,7 +176997,7 @@ func (p *PostgreSQLParser) Stmt_elsifs() (localctx IStmt_elsifsContext) { for _la == PostgreSQLParserELSIF { { - p.SetState(10776) + p.SetState(10732) p.Match(PostgreSQLParserELSIF) if p.HasError() { // Recognition error - abort rule @@ -177577,11 +177005,11 @@ func (p *PostgreSQLParser) Stmt_elsifs() (localctx IStmt_elsifsContext) { } } { - p.SetState(10777) + p.SetState(10733) p.A_expr() } { - p.SetState(10778) + p.SetState(10734) p.Match(PostgreSQLParserTHEN) if p.HasError() { // Recognition error - abort rule @@ -177589,11 +177017,11 @@ func (p *PostgreSQLParser) Stmt_elsifs() (localctx IStmt_elsifsContext) { } } { - p.SetState(10779) + p.SetState(10735) p.Proc_sect() } - p.SetState(10785) + p.SetState(10741) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -177713,10 +177141,10 @@ func (s *Stmt_elseContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Stmt_else() (localctx IStmt_elseContext) { localctx = NewStmt_elseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1494, PostgreSQLParserRULE_stmt_else) + p.EnterRule(localctx, 1492, PostgreSQLParserRULE_stmt_else) p.EnterOuterAlt(localctx, 1) { - p.SetState(10786) + p.SetState(10742) p.Match(PostgreSQLParserELSE) if p.HasError() { // Recognition error - abort rule @@ -177724,7 +177152,7 @@ func (p *PostgreSQLParser) Stmt_else() (localctx IStmt_elseContext) { } } { - p.SetState(10787) + p.SetState(10743) p.Proc_sect() } @@ -177889,19 +177317,19 @@ func (s *Stmt_caseContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Stmt_case() (localctx IStmt_caseContext) { localctx = NewStmt_caseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1496, PostgreSQLParserRULE_stmt_case) + p.EnterRule(localctx, 1494, PostgreSQLParserRULE_stmt_case) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10789) + p.SetState(10745) p.Match(PostgreSQLParserCASE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10791) + p.SetState(10747) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -177910,16 +177338,16 @@ func (p *PostgreSQLParser) Stmt_case() (localctx IStmt_caseContext) { if ((int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&3692875871896482308) != 0) || ((int64((_la-75)) & ^0x3f) == 0 && ((int64(1)<<(_la-75))&-2120073201) != 0) || ((int64((_la-139)) & ^0x3f) == 0 && ((int64(1)<<(_la-139))&-1) != 0) || ((int64((_la-203)) & ^0x3f) == 0 && ((int64(1)<<(_la-203))&-1266637395197953) != 0) || ((int64((_la-267)) & ^0x3f) == 0 && ((int64(1)<<(_la-267))&-1) != 0) || ((int64((_la-331)) & ^0x3f) == 0 && ((int64(1)<<(_la-331))&-1) != 0) || ((int64((_la-395)) & ^0x3f) == 0 && ((int64(1)<<(_la-395))&-2305843009213693953) != 0) || ((int64((_la-459)) & ^0x3f) == 0 && ((int64(1)<<(_la-459))&-4612037862148276225) != 0) || ((int64((_la-523)) & ^0x3f) == 0 && ((int64(1)<<(_la-523))&-1) != 0) || ((int64((_la-587)) & ^0x3f) == 0 && ((int64(1)<<(_la-587))&2524267591141163007) != 0) || ((int64((_la-652)) & ^0x3f) == 0 && ((int64(1)<<(_la-652))&67346997) != 0) { { - p.SetState(10790) + p.SetState(10746) p.Opt_expr_until_when() } } { - p.SetState(10793) + p.SetState(10749) p.Case_when_list() } - p.SetState(10795) + p.SetState(10751) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -177928,13 +177356,13 @@ func (p *PostgreSQLParser) Stmt_case() (localctx IStmt_caseContext) { if _la == PostgreSQLParserELSE { { - p.SetState(10794) + p.SetState(10750) p.Opt_case_else() } } { - p.SetState(10797) + p.SetState(10753) p.Match(PostgreSQLParserEND_P) if p.HasError() { // Recognition error - abort rule @@ -177942,7 +177370,7 @@ func (p *PostgreSQLParser) Stmt_case() (localctx IStmt_caseContext) { } } { - p.SetState(10798) + p.SetState(10754) p.Match(PostgreSQLParserCASE) if p.HasError() { // Recognition error - abort rule @@ -177950,7 +177378,7 @@ func (p *PostgreSQLParser) Stmt_case() (localctx IStmt_caseContext) { } } { - p.SetState(10799) + p.SetState(10755) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -178065,10 +177493,10 @@ func (s *Opt_expr_until_whenContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Opt_expr_until_when() (localctx IOpt_expr_until_whenContext) { localctx = NewOpt_expr_until_whenContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1498, PostgreSQLParserRULE_opt_expr_until_when) + p.EnterRule(localctx, 1496, PostgreSQLParserRULE_opt_expr_until_when) p.EnterOuterAlt(localctx, 1) { - p.SetState(10801) + p.SetState(10757) p.Sql_expression() } @@ -178205,11 +177633,11 @@ func (s *Case_when_listContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Case_when_list() (localctx ICase_when_listContext) { localctx = NewCase_when_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1500, PostgreSQLParserRULE_case_when_list) + p.EnterRule(localctx, 1498, PostgreSQLParserRULE_case_when_list) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(10804) + p.SetState(10760) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -178218,11 +177646,11 @@ func (p *PostgreSQLParser) Case_when_list() (localctx ICase_when_listContext) { for ok := true; ok; ok = _la == PostgreSQLParserWHEN { { - p.SetState(10803) + p.SetState(10759) p.Case_when() } - p.SetState(10806) + p.SetState(10762) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -178364,10 +177792,10 @@ func (s *Case_whenContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Case_when() (localctx ICase_whenContext) { localctx = NewCase_whenContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1502, PostgreSQLParserRULE_case_when) + p.EnterRule(localctx, 1500, PostgreSQLParserRULE_case_when) p.EnterOuterAlt(localctx, 1) { - p.SetState(10808) + p.SetState(10764) p.Match(PostgreSQLParserWHEN) if p.HasError() { // Recognition error - abort rule @@ -178375,11 +177803,11 @@ func (p *PostgreSQLParser) Case_when() (localctx ICase_whenContext) { } } { - p.SetState(10809) + p.SetState(10765) p.Expr_list() } { - p.SetState(10810) + p.SetState(10766) p.Match(PostgreSQLParserTHEN) if p.HasError() { // Recognition error - abort rule @@ -178387,7 +177815,7 @@ func (p *PostgreSQLParser) Case_when() (localctx ICase_whenContext) { } } { - p.SetState(10811) + p.SetState(10767) p.Proc_sect() } @@ -178503,10 +177931,10 @@ func (s *Opt_case_elseContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Opt_case_else() (localctx IOpt_case_elseContext) { localctx = NewOpt_case_elseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1504, PostgreSQLParserRULE_opt_case_else) + p.EnterRule(localctx, 1502, PostgreSQLParserRULE_opt_case_else) p.EnterOuterAlt(localctx, 1) { - p.SetState(10813) + p.SetState(10769) p.Match(PostgreSQLParserELSE) if p.HasError() { // Recognition error - abort rule @@ -178514,7 +177942,7 @@ func (p *PostgreSQLParser) Opt_case_else() (localctx IOpt_case_elseContext) { } } { - p.SetState(10814) + p.SetState(10770) p.Proc_sect() } @@ -178642,11 +178070,11 @@ func (s *Stmt_loopContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Stmt_loop() (localctx IStmt_loopContext) { localctx = NewStmt_loopContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1506, PostgreSQLParserRULE_stmt_loop) + p.EnterRule(localctx, 1504, PostgreSQLParserRULE_stmt_loop) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(10817) + p.SetState(10773) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -178655,13 +178083,13 @@ func (p *PostgreSQLParser) Stmt_loop() (localctx IStmt_loopContext) { if _la == PostgreSQLParserLESS_LESS { { - p.SetState(10816) + p.SetState(10772) p.Opt_loop_label() } } { - p.SetState(10819) + p.SetState(10775) p.Loop_body() } @@ -178811,11 +178239,11 @@ func (s *Stmt_whileContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Stmt_while() (localctx IStmt_whileContext) { localctx = NewStmt_whileContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1508, PostgreSQLParserRULE_stmt_while) + p.EnterRule(localctx, 1506, PostgreSQLParserRULE_stmt_while) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(10822) + p.SetState(10778) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -178824,13 +178252,13 @@ func (p *PostgreSQLParser) Stmt_while() (localctx IStmt_whileContext) { if _la == PostgreSQLParserLESS_LESS { { - p.SetState(10821) + p.SetState(10777) p.Opt_loop_label() } } { - p.SetState(10824) + p.SetState(10780) p.Match(PostgreSQLParserWHILE) if p.HasError() { // Recognition error - abort rule @@ -178838,11 +178266,11 @@ func (p *PostgreSQLParser) Stmt_while() (localctx IStmt_whileContext) { } } { - p.SetState(10825) + p.SetState(10781) p.Expr_until_loop() } { - p.SetState(10826) + p.SetState(10782) p.Loop_body() } @@ -178992,11 +178420,11 @@ func (s *Stmt_forContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Stmt_for() (localctx IStmt_forContext) { localctx = NewStmt_forContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1510, PostgreSQLParserRULE_stmt_for) + p.EnterRule(localctx, 1508, PostgreSQLParserRULE_stmt_for) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(10829) + p.SetState(10785) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -179005,13 +178433,13 @@ func (p *PostgreSQLParser) Stmt_for() (localctx IStmt_forContext) { if _la == PostgreSQLParserLESS_LESS { { - p.SetState(10828) + p.SetState(10784) p.Opt_loop_label() } } { - p.SetState(10831) + p.SetState(10787) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule @@ -179019,11 +178447,11 @@ func (p *PostgreSQLParser) Stmt_for() (localctx IStmt_forContext) { } } { - p.SetState(10832) + p.SetState(10788) p.For_control() } { - p.SetState(10833) + p.SetState(10789) p.Loop_body() } @@ -179311,35 +178739,35 @@ func (s *For_controlContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) For_control() (localctx IFor_controlContext) { localctx = NewFor_controlContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1512, PostgreSQLParserRULE_for_control) + p.EnterRule(localctx, 1510, PostgreSQLParserRULE_for_control) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10835) + p.SetState(10791) p.For_variable() } { - p.SetState(10836) + p.SetState(10792) p.Match(PostgreSQLParserIN_P) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10857) + p.SetState(10813) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1056, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1052, p.GetParserRuleContext()) { case 1: { - p.SetState(10837) + p.SetState(10793) p.Cursor_name() } - p.SetState(10839) + p.SetState(10795) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -179348,7 +178776,7 @@ func (p *PostgreSQLParser) For_control() (localctx IFor_controlContext) { if _la == PostgreSQLParserOPEN_PAREN { { - p.SetState(10838) + p.SetState(10794) p.Opt_cursor_parameters() } @@ -179356,19 +178784,19 @@ func (p *PostgreSQLParser) For_control() (localctx IFor_controlContext) { case 2: { - p.SetState(10841) + p.SetState(10797) p.Selectstmt() } case 3: { - p.SetState(10842) + p.SetState(10798) p.Explainstmt() } case 4: { - p.SetState(10843) + p.SetState(10799) p.Match(PostgreSQLParserEXECUTE) if p.HasError() { // Recognition error - abort rule @@ -179376,10 +178804,10 @@ func (p *PostgreSQLParser) For_control() (localctx IFor_controlContext) { } } { - p.SetState(10844) + p.SetState(10800) p.A_expr() } - p.SetState(10846) + p.SetState(10802) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -179388,19 +178816,19 @@ func (p *PostgreSQLParser) For_control() (localctx IFor_controlContext) { if _la == PostgreSQLParserUSING { { - p.SetState(10845) + p.SetState(10801) p.Opt_for_using_expression() } } case 5: - p.SetState(10849) + p.SetState(10805) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1054, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1050, p.GetParserRuleContext()) == 1 { { - p.SetState(10848) + p.SetState(10804) p.Opt_reverse() } @@ -179408,11 +178836,11 @@ func (p *PostgreSQLParser) For_control() (localctx IFor_controlContext) { goto errorExit } { - p.SetState(10851) + p.SetState(10807) p.A_expr() } { - p.SetState(10852) + p.SetState(10808) p.Match(PostgreSQLParserDOT_DOT) if p.HasError() { // Recognition error - abort rule @@ -179420,10 +178848,10 @@ func (p *PostgreSQLParser) For_control() (localctx IFor_controlContext) { } } { - p.SetState(10853) + p.SetState(10809) p.A_expr() } - p.SetState(10855) + p.SetState(10811) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -179432,7 +178860,7 @@ func (p *PostgreSQLParser) For_control() (localctx IFor_controlContext) { if _la == PostgreSQLParserBY { { - p.SetState(10854) + p.SetState(10810) p.Opt_by_expression() } @@ -179554,10 +178982,10 @@ func (s *Opt_for_using_expressionContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Opt_for_using_expression() (localctx IOpt_for_using_expressionContext) { localctx = NewOpt_for_using_expressionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1514, PostgreSQLParserRULE_opt_for_using_expression) + p.EnterRule(localctx, 1512, PostgreSQLParserRULE_opt_for_using_expression) p.EnterOuterAlt(localctx, 1) { - p.SetState(10859) + p.SetState(10815) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -179565,7 +178993,7 @@ func (p *PostgreSQLParser) Opt_for_using_expression() (localctx IOpt_for_using_e } } { - p.SetState(10860) + p.SetState(10816) p.Expr_list() } @@ -179722,12 +179150,12 @@ func (s *Opt_cursor_parametersContext) Accept(visitor antlr.ParseTreeVisitor) in func (p *PostgreSQLParser) Opt_cursor_parameters() (localctx IOpt_cursor_parametersContext) { localctx = NewOpt_cursor_parametersContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1516, PostgreSQLParserRULE_opt_cursor_parameters) + p.EnterRule(localctx, 1514, PostgreSQLParserRULE_opt_cursor_parameters) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10862) + p.SetState(10818) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -179735,10 +179163,10 @@ func (p *PostgreSQLParser) Opt_cursor_parameters() (localctx IOpt_cursor_paramet } } { - p.SetState(10863) + p.SetState(10819) p.A_expr() } - p.SetState(10868) + p.SetState(10824) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -179747,7 +179175,7 @@ func (p *PostgreSQLParser) Opt_cursor_parameters() (localctx IOpt_cursor_paramet for _la == PostgreSQLParserCOMMA { { - p.SetState(10864) + p.SetState(10820) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -179755,11 +179183,11 @@ func (p *PostgreSQLParser) Opt_cursor_parameters() (localctx IOpt_cursor_paramet } } { - p.SetState(10865) + p.SetState(10821) p.A_expr() } - p.SetState(10870) + p.SetState(10826) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -179767,7 +179195,7 @@ func (p *PostgreSQLParser) Opt_cursor_parameters() (localctx IOpt_cursor_paramet _la = p.GetTokenStream().LA(1) } { - p.SetState(10871) + p.SetState(10827) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -179870,10 +179298,10 @@ func (s *Opt_reverseContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opt_reverse() (localctx IOpt_reverseContext) { localctx = NewOpt_reverseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1518, PostgreSQLParserRULE_opt_reverse) + p.EnterRule(localctx, 1516, PostgreSQLParserRULE_opt_reverse) p.EnterOuterAlt(localctx, 1) { - p.SetState(10873) + p.SetState(10829) p.Match(PostgreSQLParserREVERSE) if p.HasError() { // Recognition error - abort rule @@ -179993,10 +179421,10 @@ func (s *Opt_by_expressionContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Opt_by_expression() (localctx IOpt_by_expressionContext) { localctx = NewOpt_by_expressionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1520, PostgreSQLParserRULE_opt_by_expression) + p.EnterRule(localctx, 1518, PostgreSQLParserRULE_opt_by_expression) p.EnterOuterAlt(localctx, 1) { - p.SetState(10875) + p.SetState(10831) p.Match(PostgreSQLParserBY) if p.HasError() { // Recognition error - abort rule @@ -180004,7 +179432,7 @@ func (p *PostgreSQLParser) Opt_by_expression() (localctx IOpt_by_expressionConte } } { - p.SetState(10876) + p.SetState(10832) p.A_expr() } @@ -180115,10 +179543,10 @@ func (s *For_variableContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) For_variable() (localctx IFor_variableContext) { localctx = NewFor_variableContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1522, PostgreSQLParserRULE_for_variable) + p.EnterRule(localctx, 1520, PostgreSQLParserRULE_for_variable) p.EnterOuterAlt(localctx, 1) { - p.SetState(10878) + p.SetState(10834) p.Any_name_list() } @@ -180312,11 +179740,11 @@ func (s *Stmt_foreach_aContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Stmt_foreach_a() (localctx IStmt_foreach_aContext) { localctx = NewStmt_foreach_aContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1524, PostgreSQLParserRULE_stmt_foreach_a) + p.EnterRule(localctx, 1522, PostgreSQLParserRULE_stmt_foreach_a) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(10881) + p.SetState(10837) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -180325,13 +179753,13 @@ func (p *PostgreSQLParser) Stmt_foreach_a() (localctx IStmt_foreach_aContext) { if _la == PostgreSQLParserLESS_LESS { { - p.SetState(10880) + p.SetState(10836) p.Opt_loop_label() } } { - p.SetState(10883) + p.SetState(10839) p.Match(PostgreSQLParserFOREACH) if p.HasError() { // Recognition error - abort rule @@ -180339,10 +179767,10 @@ func (p *PostgreSQLParser) Stmt_foreach_a() (localctx IStmt_foreach_aContext) { } } { - p.SetState(10884) + p.SetState(10840) p.For_variable() } - p.SetState(10886) + p.SetState(10842) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -180351,13 +179779,13 @@ func (p *PostgreSQLParser) Stmt_foreach_a() (localctx IStmt_foreach_aContext) { if _la == PostgreSQLParserSLICE { { - p.SetState(10885) + p.SetState(10841) p.Foreach_slice() } } { - p.SetState(10888) + p.SetState(10844) p.Match(PostgreSQLParserIN_P) if p.HasError() { // Recognition error - abort rule @@ -180365,7 +179793,7 @@ func (p *PostgreSQLParser) Stmt_foreach_a() (localctx IStmt_foreach_aContext) { } } { - p.SetState(10889) + p.SetState(10845) p.Match(PostgreSQLParserARRAY) if p.HasError() { // Recognition error - abort rule @@ -180373,11 +179801,11 @@ func (p *PostgreSQLParser) Stmt_foreach_a() (localctx IStmt_foreach_aContext) { } } { - p.SetState(10890) + p.SetState(10846) p.A_expr() } { - p.SetState(10891) + p.SetState(10847) p.Loop_body() } @@ -180493,10 +179921,10 @@ func (s *Foreach_sliceContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Foreach_slice() (localctx IForeach_sliceContext) { localctx = NewForeach_sliceContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1526, PostgreSQLParserRULE_foreach_slice) + p.EnterRule(localctx, 1524, PostgreSQLParserRULE_foreach_slice) p.EnterOuterAlt(localctx, 1) { - p.SetState(10893) + p.SetState(10849) p.Match(PostgreSQLParserSLICE) if p.HasError() { // Recognition error - abort rule @@ -180504,7 +179932,7 @@ func (p *PostgreSQLParser) Foreach_slice() (localctx IForeach_sliceContext) { } } { - p.SetState(10894) + p.SetState(10850) p.Iconst() } @@ -180654,15 +180082,15 @@ func (s *Stmt_exitContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Stmt_exit() (localctx IStmt_exitContext) { localctx = NewStmt_exitContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1528, PostgreSQLParserRULE_stmt_exit) + p.EnterRule(localctx, 1526, PostgreSQLParserRULE_stmt_exit) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10896) + p.SetState(10852) p.Exit_type() } - p.SetState(10898) + p.SetState(10854) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -180671,12 +180099,12 @@ func (p *PostgreSQLParser) Stmt_exit() (localctx IStmt_exitContext) { if ((int64((_la-33)) & ^0x3f) == 0 && ((int64(1)<<(_la-33))&576460752589691909) != 0) || ((int64((_la-116)) & ^0x3f) == 0 && ((int64(1)<<(_la-116))&-6775) != 0) || ((int64((_la-180)) & ^0x3f) == 0 && ((int64(1)<<(_la-180))&-1) != 0) || ((int64((_la-244)) & ^0x3f) == 0 && ((int64(1)<<(_la-244))&-577) != 0) || ((int64((_la-308)) & ^0x3f) == 0 && ((int64(1)<<(_la-308))&-1) != 0) || ((int64((_la-372)) & ^0x3f) == 0 && ((int64(1)<<(_la-372))&-1) != 0) || ((int64((_la-436)) & ^0x3f) == 0 && ((int64(1)<<(_la-436))&-274878955521) != 0) || ((int64((_la-500)) & ^0x3f) == 0 && ((int64(1)<<(_la-500))&-2097313) != 0) || ((int64((_la-564)) & ^0x3f) == 0 && ((int64(1)<<(_la-564))&-1) != 0) || ((int64((_la-628)) & ^0x3f) == 0 && ((int64(1)<<(_la-628))&3298536031231) != 0) { { - p.SetState(10897) + p.SetState(10853) p.Opt_label() } } - p.SetState(10901) + p.SetState(10857) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -180685,13 +180113,13 @@ func (p *PostgreSQLParser) Stmt_exit() (localctx IStmt_exitContext) { if _la == PostgreSQLParserWHEN { { - p.SetState(10900) + p.SetState(10856) p.Opt_exitcond() } } { - p.SetState(10903) + p.SetState(10859) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -180799,12 +180227,12 @@ func (s *Exit_typeContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Exit_type() (localctx IExit_typeContext) { localctx = NewExit_typeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1530, PostgreSQLParserRULE_exit_type) + p.EnterRule(localctx, 1528, PostgreSQLParserRULE_exit_type) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10905) + p.SetState(10861) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserCONTINUE_P || _la == PostgreSQLParserEXIT) { @@ -181015,28 +180443,28 @@ func (s *Stmt_returnContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Stmt_return() (localctx IStmt_returnContext) { localctx = NewStmt_returnContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1532, PostgreSQLParserRULE_stmt_return) + p.EnterRule(localctx, 1530, PostgreSQLParserRULE_stmt_return) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10907) + p.SetState(10863) p.Match(PostgreSQLParserRETURN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10922) + p.SetState(10878) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1065, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1061, p.GetParserRuleContext()) { case 1: { - p.SetState(10908) + p.SetState(10864) p.Match(PostgreSQLParserNEXT) if p.HasError() { // Recognition error - abort rule @@ -181044,20 +180472,20 @@ func (p *PostgreSQLParser) Stmt_return() (localctx IStmt_returnContext) { } } { - p.SetState(10909) + p.SetState(10865) p.Sql_expression() } case 2: { - p.SetState(10910) + p.SetState(10866) p.Match(PostgreSQLParserQUERY) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10917) + p.SetState(10873) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -181066,7 +180494,7 @@ func (p *PostgreSQLParser) Stmt_return() (localctx IStmt_returnContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserEXECUTE: { - p.SetState(10911) + p.SetState(10867) p.Match(PostgreSQLParserEXECUTE) if p.HasError() { // Recognition error - abort rule @@ -181074,10 +180502,10 @@ func (p *PostgreSQLParser) Stmt_return() (localctx IStmt_returnContext) { } } { - p.SetState(10912) + p.SetState(10868) p.A_expr() } - p.SetState(10914) + p.SetState(10870) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -181086,7 +180514,7 @@ func (p *PostgreSQLParser) Stmt_return() (localctx IStmt_returnContext) { if _la == PostgreSQLParserUSING { { - p.SetState(10913) + p.SetState(10869) p.Opt_for_using_expression() } @@ -181094,7 +180522,7 @@ func (p *PostgreSQLParser) Stmt_return() (localctx IStmt_returnContext) { case PostgreSQLParserOPEN_PAREN, PostgreSQLParserSELECT, PostgreSQLParserTABLE, PostgreSQLParserWITH, PostgreSQLParserVALUES: { - p.SetState(10916) + p.SetState(10872) p.Selectstmt() } @@ -181104,7 +180532,7 @@ func (p *PostgreSQLParser) Stmt_return() (localctx IStmt_returnContext) { } case 3: - p.SetState(10920) + p.SetState(10876) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -181113,7 +180541,7 @@ func (p *PostgreSQLParser) Stmt_return() (localctx IStmt_returnContext) { if ((int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&3692875871896482308) != 0) || ((int64((_la-75)) & ^0x3f) == 0 && ((int64(1)<<(_la-75))&-2120073201) != 0) || ((int64((_la-139)) & ^0x3f) == 0 && ((int64(1)<<(_la-139))&-1) != 0) || ((int64((_la-203)) & ^0x3f) == 0 && ((int64(1)<<(_la-203))&-1266637395197953) != 0) || ((int64((_la-267)) & ^0x3f) == 0 && ((int64(1)<<(_la-267))&-1) != 0) || ((int64((_la-331)) & ^0x3f) == 0 && ((int64(1)<<(_la-331))&-1) != 0) || ((int64((_la-395)) & ^0x3f) == 0 && ((int64(1)<<(_la-395))&-2305843009213693953) != 0) || ((int64((_la-459)) & ^0x3f) == 0 && ((int64(1)<<(_la-459))&-4612037862148276225) != 0) || ((int64((_la-523)) & ^0x3f) == 0 && ((int64(1)<<(_la-523))&-1) != 0) || ((int64((_la-587)) & ^0x3f) == 0 && ((int64(1)<<(_la-587))&2524267591141163007) != 0) || ((int64((_la-652)) & ^0x3f) == 0 && ((int64(1)<<(_la-652))&67346997) != 0) { { - p.SetState(10919) + p.SetState(10875) p.Opt_return_result() } @@ -181123,7 +180551,7 @@ func (p *PostgreSQLParser) Stmt_return() (localctx IStmt_returnContext) { goto errorExit } { - p.SetState(10924) + p.SetState(10880) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -181238,10 +180666,10 @@ func (s *Opt_return_resultContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Opt_return_result() (localctx IOpt_return_resultContext) { localctx = NewOpt_return_resultContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1534, PostgreSQLParserRULE_opt_return_result) + p.EnterRule(localctx, 1532, PostgreSQLParserRULE_opt_return_result) p.EnterOuterAlt(localctx, 1) { - p.SetState(10926) + p.SetState(10882) p.Sql_expression() } @@ -181435,27 +180863,27 @@ func (s *Stmt_raiseContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Stmt_raise() (localctx IStmt_raiseContext) { localctx = NewStmt_raiseContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1536, PostgreSQLParserRULE_stmt_raise) + p.EnterRule(localctx, 1534, PostgreSQLParserRULE_stmt_raise) var _la int - p.SetState(10971) + p.SetState(10927) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1075, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1071, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(10928) + p.SetState(10884) p.Match(PostgreSQLParserRAISE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10930) + p.SetState(10886) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -181464,16 +180892,16 @@ func (p *PostgreSQLParser) Stmt_raise() (localctx IStmt_raiseContext) { if (int64((_la-514)) & ^0x3f) == 0 && ((int64(1)<<(_la-514))&63) != 0 { { - p.SetState(10929) + p.SetState(10885) p.Opt_stmt_raise_level() } } { - p.SetState(10932) + p.SetState(10888) p.Sconst() } - p.SetState(10934) + p.SetState(10890) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -181482,12 +180910,12 @@ func (p *PostgreSQLParser) Stmt_raise() (localctx IStmt_raiseContext) { if _la == PostgreSQLParserCOMMA { { - p.SetState(10933) + p.SetState(10889) p.Opt_raise_list() } } - p.SetState(10937) + p.SetState(10893) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -181496,13 +180924,13 @@ func (p *PostgreSQLParser) Stmt_raise() (localctx IStmt_raiseContext) { if _la == PostgreSQLParserUSING { { - p.SetState(10936) + p.SetState(10892) p.Opt_raise_using() } } { - p.SetState(10939) + p.SetState(10895) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -181513,19 +180941,19 @@ func (p *PostgreSQLParser) Stmt_raise() (localctx IStmt_raiseContext) { case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(10941) + p.SetState(10897) p.Match(PostgreSQLParserRAISE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10943) + p.SetState(10899) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1069, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1065, p.GetParserRuleContext()) == 1 { { - p.SetState(10942) + p.SetState(10898) p.Opt_stmt_raise_level() } @@ -181533,10 +180961,10 @@ func (p *PostgreSQLParser) Stmt_raise() (localctx IStmt_raiseContext) { goto errorExit } { - p.SetState(10945) + p.SetState(10901) p.Identifier() } - p.SetState(10947) + p.SetState(10903) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -181545,13 +180973,13 @@ func (p *PostgreSQLParser) Stmt_raise() (localctx IStmt_raiseContext) { if _la == PostgreSQLParserUSING { { - p.SetState(10946) + p.SetState(10902) p.Opt_raise_using() } } { - p.SetState(10949) + p.SetState(10905) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -181562,14 +180990,14 @@ func (p *PostgreSQLParser) Stmt_raise() (localctx IStmt_raiseContext) { case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(10951) + p.SetState(10907) p.Match(PostgreSQLParserRAISE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10953) + p.SetState(10909) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -181578,13 +181006,13 @@ func (p *PostgreSQLParser) Stmt_raise() (localctx IStmt_raiseContext) { if (int64((_la-514)) & ^0x3f) == 0 && ((int64(1)<<(_la-514))&63) != 0 { { - p.SetState(10952) + p.SetState(10908) p.Opt_stmt_raise_level() } } { - p.SetState(10955) + p.SetState(10911) p.Match(PostgreSQLParserSQLSTATE) if p.HasError() { // Recognition error - abort rule @@ -181592,10 +181020,10 @@ func (p *PostgreSQLParser) Stmt_raise() (localctx IStmt_raiseContext) { } } { - p.SetState(10956) + p.SetState(10912) p.Sconst() } - p.SetState(10958) + p.SetState(10914) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -181604,13 +181032,13 @@ func (p *PostgreSQLParser) Stmt_raise() (localctx IStmt_raiseContext) { if _la == PostgreSQLParserUSING { { - p.SetState(10957) + p.SetState(10913) p.Opt_raise_using() } } { - p.SetState(10960) + p.SetState(10916) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -181621,14 +181049,14 @@ func (p *PostgreSQLParser) Stmt_raise() (localctx IStmt_raiseContext) { case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(10962) + p.SetState(10918) p.Match(PostgreSQLParserRAISE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(10964) + p.SetState(10920) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -181637,12 +181065,12 @@ func (p *PostgreSQLParser) Stmt_raise() (localctx IStmt_raiseContext) { if (int64((_la-514)) & ^0x3f) == 0 && ((int64(1)<<(_la-514))&63) != 0 { { - p.SetState(10963) + p.SetState(10919) p.Opt_stmt_raise_level() } } - p.SetState(10967) + p.SetState(10923) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -181651,13 +181079,13 @@ func (p *PostgreSQLParser) Stmt_raise() (localctx IStmt_raiseContext) { if _la == PostgreSQLParserUSING { { - p.SetState(10966) + p.SetState(10922) p.Opt_raise_using() } } { - p.SetState(10969) + p.SetState(10925) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -181668,7 +181096,7 @@ func (p *PostgreSQLParser) Stmt_raise() (localctx IStmt_raiseContext) { case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(10970) + p.SetState(10926) p.Match(PostgreSQLParserRAISE) if p.HasError() { // Recognition error - abort rule @@ -181800,12 +181228,12 @@ func (s *Opt_stmt_raise_levelContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Opt_stmt_raise_level() (localctx IOpt_stmt_raise_levelContext) { localctx = NewOpt_stmt_raise_levelContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1538, PostgreSQLParserRULE_opt_stmt_raise_level) + p.EnterRule(localctx, 1536, PostgreSQLParserRULE_opt_stmt_raise_level) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10973) + p.SetState(10929) _la = p.GetTokenStream().LA(1) if !((int64((_la-514)) & ^0x3f) == 0 && ((int64(1)<<(_la-514))&63) != 0) { @@ -181959,11 +181387,11 @@ func (s *Opt_raise_listContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Opt_raise_list() (localctx IOpt_raise_listContext) { localctx = NewOpt_raise_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1540, PostgreSQLParserRULE_opt_raise_list) + p.EnterRule(localctx, 1538, PostgreSQLParserRULE_opt_raise_list) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(10977) + p.SetState(10933) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -181972,7 +181400,7 @@ func (p *PostgreSQLParser) Opt_raise_list() (localctx IOpt_raise_listContext) { for ok := true; ok; ok = _la == PostgreSQLParserCOMMA { { - p.SetState(10975) + p.SetState(10931) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -181980,11 +181408,11 @@ func (p *PostgreSQLParser) Opt_raise_list() (localctx IOpt_raise_listContext) { } } { - p.SetState(10976) + p.SetState(10932) p.A_expr() } - p.SetState(10979) + p.SetState(10935) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -182104,10 +181532,10 @@ func (s *Opt_raise_usingContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Opt_raise_using() (localctx IOpt_raise_usingContext) { localctx = NewOpt_raise_usingContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1542, PostgreSQLParserRULE_opt_raise_using) + p.EnterRule(localctx, 1540, PostgreSQLParserRULE_opt_raise_using) p.EnterOuterAlt(localctx, 1) { - p.SetState(10981) + p.SetState(10937) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -182115,7 +181543,7 @@ func (p *PostgreSQLParser) Opt_raise_using() (localctx IOpt_raise_usingContext) } } { - p.SetState(10982) + p.SetState(10938) p.Opt_raise_using_elem_list() } @@ -182248,14 +181676,14 @@ func (s *Opt_raise_using_elemContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Opt_raise_using_elem() (localctx IOpt_raise_using_elemContext) { localctx = NewOpt_raise_using_elemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1544, PostgreSQLParserRULE_opt_raise_using_elem) + p.EnterRule(localctx, 1542, PostgreSQLParserRULE_opt_raise_using_elem) p.EnterOuterAlt(localctx, 1) { - p.SetState(10984) + p.SetState(10940) p.Identifier() } { - p.SetState(10985) + p.SetState(10941) p.Match(PostgreSQLParserEQUAL) if p.HasError() { // Recognition error - abort rule @@ -182263,7 +181691,7 @@ func (p *PostgreSQLParser) Opt_raise_using_elem() (localctx IOpt_raise_using_ele } } { - p.SetState(10986) + p.SetState(10942) p.A_expr() } @@ -182410,15 +181838,15 @@ func (s *Opt_raise_using_elem_listContext) Accept(visitor antlr.ParseTreeVisitor func (p *PostgreSQLParser) Opt_raise_using_elem_list() (localctx IOpt_raise_using_elem_listContext) { localctx = NewOpt_raise_using_elem_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1546, PostgreSQLParserRULE_opt_raise_using_elem_list) + p.EnterRule(localctx, 1544, PostgreSQLParserRULE_opt_raise_using_elem_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10988) + p.SetState(10944) p.Opt_raise_using_elem() } - p.SetState(10993) + p.SetState(10949) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -182427,7 +181855,7 @@ func (p *PostgreSQLParser) Opt_raise_using_elem_list() (localctx IOpt_raise_usin for _la == PostgreSQLParserCOMMA { { - p.SetState(10989) + p.SetState(10945) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -182435,11 +181863,11 @@ func (p *PostgreSQLParser) Opt_raise_using_elem_list() (localctx IOpt_raise_usin } } { - p.SetState(10990) + p.SetState(10946) p.Opt_raise_using_elem() } - p.SetState(10995) + p.SetState(10951) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -182581,12 +182009,12 @@ func (s *Stmt_assertContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Stmt_assert() (localctx IStmt_assertContext) { localctx = NewStmt_assertContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1548, PostgreSQLParserRULE_stmt_assert) + p.EnterRule(localctx, 1546, PostgreSQLParserRULE_stmt_assert) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(10996) + p.SetState(10952) p.Match(PostgreSQLParserASSERT) if p.HasError() { // Recognition error - abort rule @@ -182594,10 +182022,10 @@ func (p *PostgreSQLParser) Stmt_assert() (localctx IStmt_assertContext) { } } { - p.SetState(10997) + p.SetState(10953) p.Sql_expression() } - p.SetState(10999) + p.SetState(10955) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -182606,13 +182034,13 @@ func (p *PostgreSQLParser) Stmt_assert() (localctx IStmt_assertContext) { if _la == PostgreSQLParserCOMMA { { - p.SetState(10998) + p.SetState(10954) p.Opt_stmt_assert_message() } } { - p.SetState(11001) + p.SetState(10957) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -182732,10 +182160,10 @@ func (s *Opt_stmt_assert_messageContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Opt_stmt_assert_message() (localctx IOpt_stmt_assert_messageContext) { localctx = NewOpt_stmt_assert_messageContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1550, PostgreSQLParserRULE_opt_stmt_assert_message) + p.EnterRule(localctx, 1548, PostgreSQLParserRULE_opt_stmt_assert_message) p.EnterOuterAlt(localctx, 1) { - p.SetState(11003) + p.SetState(10959) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -182743,7 +182171,7 @@ func (p *PostgreSQLParser) Opt_stmt_assert_message() (localctx IOpt_stmt_assert_ } } { - p.SetState(11004) + p.SetState(10960) p.Sql_expression() } @@ -182891,12 +182319,12 @@ func (s *Loop_bodyContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Loop_body() (localctx ILoop_bodyContext) { localctx = NewLoop_bodyContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1552, PostgreSQLParserRULE_loop_body) + p.EnterRule(localctx, 1550, PostgreSQLParserRULE_loop_body) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(11006) + p.SetState(10962) p.Match(PostgreSQLParserLOOP) if p.HasError() { // Recognition error - abort rule @@ -182904,11 +182332,11 @@ func (p *PostgreSQLParser) Loop_body() (localctx ILoop_bodyContext) { } } { - p.SetState(11007) + p.SetState(10963) p.Proc_sect() } { - p.SetState(11008) + p.SetState(10964) p.Match(PostgreSQLParserEND_P) if p.HasError() { // Recognition error - abort rule @@ -182916,14 +182344,14 @@ func (p *PostgreSQLParser) Loop_body() (localctx ILoop_bodyContext) { } } { - p.SetState(11009) + p.SetState(10965) p.Match(PostgreSQLParserLOOP) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(11011) + p.SetState(10967) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -182932,13 +182360,13 @@ func (p *PostgreSQLParser) Loop_body() (localctx ILoop_bodyContext) { if ((int64((_la-33)) & ^0x3f) == 0 && ((int64(1)<<(_la-33))&576460752589691909) != 0) || ((int64((_la-116)) & ^0x3f) == 0 && ((int64(1)<<(_la-116))&-6775) != 0) || ((int64((_la-180)) & ^0x3f) == 0 && ((int64(1)<<(_la-180))&-1) != 0) || ((int64((_la-244)) & ^0x3f) == 0 && ((int64(1)<<(_la-244))&-577) != 0) || ((int64((_la-308)) & ^0x3f) == 0 && ((int64(1)<<(_la-308))&-1) != 0) || ((int64((_la-372)) & ^0x3f) == 0 && ((int64(1)<<(_la-372))&-1) != 0) || ((int64((_la-436)) & ^0x3f) == 0 && ((int64(1)<<(_la-436))&-274878955521) != 0) || ((int64((_la-500)) & ^0x3f) == 0 && ((int64(1)<<(_la-500))&-2097313) != 0) || ((int64((_la-564)) & ^0x3f) == 0 && ((int64(1)<<(_la-564))&-1) != 0) || ((int64((_la-628)) & ^0x3f) == 0 && ((int64(1)<<(_la-628))&3298536031231) != 0) { { - p.SetState(11010) + p.SetState(10966) p.Opt_label() } } { - p.SetState(11013) + p.SetState(10969) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -183058,14 +182486,14 @@ func (s *Stmt_execsqlContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Stmt_execsql() (localctx IStmt_execsqlContext) { localctx = NewStmt_execsqlContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1554, PostgreSQLParserRULE_stmt_execsql) + p.EnterRule(localctx, 1552, PostgreSQLParserRULE_stmt_execsql) p.EnterOuterAlt(localctx, 1) { - p.SetState(11015) + p.SetState(10971) p.Make_execsql_stmt() } { - p.SetState(11016) + p.SetState(10972) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -183224,12 +182652,12 @@ func (s *Stmt_dynexecuteContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Stmt_dynexecute() (localctx IStmt_dynexecuteContext) { localctx = NewStmt_dynexecuteContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1556, PostgreSQLParserRULE_stmt_dynexecute) + p.EnterRule(localctx, 1554, PostgreSQLParserRULE_stmt_dynexecute) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(11018) + p.SetState(10974) p.Match(PostgreSQLParserEXECUTE) if p.HasError() { // Recognition error - abort rule @@ -183237,18 +182665,18 @@ func (p *PostgreSQLParser) Stmt_dynexecute() (localctx IStmt_dynexecuteContext) } } { - p.SetState(11019) + p.SetState(10975) p.A_expr() } - p.SetState(11033) + p.SetState(10989) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1084, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1080, p.GetParserRuleContext()) { case 1: - p.SetState(11021) + p.SetState(10977) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -183257,12 +182685,12 @@ func (p *PostgreSQLParser) Stmt_dynexecute() (localctx IStmt_dynexecuteContext) if _la == PostgreSQLParserINTO { { - p.SetState(11020) + p.SetState(10976) p.Opt_execute_into() } } - p.SetState(11024) + p.SetState(10980) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -183271,14 +182699,14 @@ func (p *PostgreSQLParser) Stmt_dynexecute() (localctx IStmt_dynexecuteContext) if _la == PostgreSQLParserUSING { { - p.SetState(11023) + p.SetState(10979) p.Opt_execute_using() } } case 2: - p.SetState(11027) + p.SetState(10983) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -183287,12 +182715,12 @@ func (p *PostgreSQLParser) Stmt_dynexecute() (localctx IStmt_dynexecuteContext) if _la == PostgreSQLParserUSING { { - p.SetState(11026) + p.SetState(10982) p.Opt_execute_using() } } - p.SetState(11030) + p.SetState(10986) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -183301,7 +182729,7 @@ func (p *PostgreSQLParser) Stmt_dynexecute() (localctx IStmt_dynexecuteContext) if _la == PostgreSQLParserINTO { { - p.SetState(11029) + p.SetState(10985) p.Opt_execute_into() } @@ -183313,7 +182741,7 @@ func (p *PostgreSQLParser) Stmt_dynexecute() (localctx IStmt_dynexecuteContext) goto errorExit } { - p.SetState(11035) + p.SetState(10991) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -183433,10 +182861,10 @@ func (s *Opt_execute_usingContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Opt_execute_using() (localctx IOpt_execute_usingContext) { localctx = NewOpt_execute_usingContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1558, PostgreSQLParserRULE_opt_execute_using) + p.EnterRule(localctx, 1556, PostgreSQLParserRULE_opt_execute_using) p.EnterOuterAlt(localctx, 1) { - p.SetState(11037) + p.SetState(10993) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -183444,7 +182872,7 @@ func (p *PostgreSQLParser) Opt_execute_using() (localctx IOpt_execute_usingConte } } { - p.SetState(11038) + p.SetState(10994) p.Opt_execute_using_list() } @@ -183591,15 +183019,15 @@ func (s *Opt_execute_using_listContext) Accept(visitor antlr.ParseTreeVisitor) i func (p *PostgreSQLParser) Opt_execute_using_list() (localctx IOpt_execute_using_listContext) { localctx = NewOpt_execute_using_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1560, PostgreSQLParserRULE_opt_execute_using_list) + p.EnterRule(localctx, 1558, PostgreSQLParserRULE_opt_execute_using_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(11040) + p.SetState(10996) p.A_expr() } - p.SetState(11045) + p.SetState(11001) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -183608,7 +183036,7 @@ func (p *PostgreSQLParser) Opt_execute_using_list() (localctx IOpt_execute_using for _la == PostgreSQLParserCOMMA { { - p.SetState(11041) + p.SetState(10997) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -183616,11 +183044,11 @@ func (p *PostgreSQLParser) Opt_execute_using_list() (localctx IOpt_execute_using } } { - p.SetState(11042) + p.SetState(10998) p.A_expr() } - p.SetState(11047) + p.SetState(11003) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -183745,22 +183173,22 @@ func (s *Opt_execute_intoContext) Accept(visitor antlr.ParseTreeVisitor) interfa func (p *PostgreSQLParser) Opt_execute_into() (localctx IOpt_execute_intoContext) { localctx = NewOpt_execute_intoContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1562, PostgreSQLParserRULE_opt_execute_into) + p.EnterRule(localctx, 1560, PostgreSQLParserRULE_opt_execute_into) p.EnterOuterAlt(localctx, 1) { - p.SetState(11048) + p.SetState(11004) p.Match(PostgreSQLParserINTO) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(11050) + p.SetState(11006) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1086, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1082, p.GetParserRuleContext()) == 1 { { - p.SetState(11049) + p.SetState(11005) p.Match(PostgreSQLParserSTRICT_P) if p.HasError() { // Recognition error - abort rule @@ -183772,7 +183200,7 @@ func (p *PostgreSQLParser) Opt_execute_into() (localctx IOpt_execute_intoContext goto errorExit } { - p.SetState(11052) + p.SetState(11008) p.Into_target() } @@ -184015,31 +183443,31 @@ func (s *Stmt_openContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Stmt_open() (localctx IStmt_openContext) { localctx = NewStmt_openContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1564, PostgreSQLParserRULE_stmt_open) + p.EnterRule(localctx, 1562, PostgreSQLParserRULE_stmt_open) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(11054) + p.SetState(11010) p.Match(PostgreSQLParserOPEN) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(11075) + p.SetState(11031) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1091, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1087, p.GetParserRuleContext()) { case 1: { - p.SetState(11055) + p.SetState(11011) p.Cursor_variable() } - p.SetState(11057) + p.SetState(11013) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -184048,20 +183476,20 @@ func (p *PostgreSQLParser) Stmt_open() (localctx IStmt_openContext) { if _la == PostgreSQLParserNO || _la == PostgreSQLParserSCROLL { { - p.SetState(11056) + p.SetState(11012) p.Opt_scroll_option() } } { - p.SetState(11059) + p.SetState(11015) p.Match(PostgreSQLParserFOR) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(11066) + p.SetState(11022) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -184070,13 +183498,13 @@ func (p *PostgreSQLParser) Stmt_open() (localctx IStmt_openContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserOPEN_PAREN, PostgreSQLParserSELECT, PostgreSQLParserTABLE, PostgreSQLParserWITH, PostgreSQLParserVALUES: { - p.SetState(11060) + p.SetState(11016) p.Selectstmt() } case PostgreSQLParserEXECUTE: { - p.SetState(11061) + p.SetState(11017) p.Match(PostgreSQLParserEXECUTE) if p.HasError() { // Recognition error - abort rule @@ -184084,10 +183512,10 @@ func (p *PostgreSQLParser) Stmt_open() (localctx IStmt_openContext) { } } { - p.SetState(11062) + p.SetState(11018) p.Sql_expression() } - p.SetState(11064) + p.SetState(11020) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -184096,7 +183524,7 @@ func (p *PostgreSQLParser) Stmt_open() (localctx IStmt_openContext) { if _la == PostgreSQLParserUSING { { - p.SetState(11063) + p.SetState(11019) p.Opt_open_using() } @@ -184109,10 +183537,10 @@ func (p *PostgreSQLParser) Stmt_open() (localctx IStmt_openContext) { case 2: { - p.SetState(11068) + p.SetState(11024) p.Colid() } - p.SetState(11073) + p.SetState(11029) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -184121,7 +183549,7 @@ func (p *PostgreSQLParser) Stmt_open() (localctx IStmt_openContext) { if _la == PostgreSQLParserOPEN_PAREN { { - p.SetState(11069) + p.SetState(11025) p.Match(PostgreSQLParserOPEN_PAREN) if p.HasError() { // Recognition error - abort rule @@ -184129,11 +183557,11 @@ func (p *PostgreSQLParser) Stmt_open() (localctx IStmt_openContext) { } } { - p.SetState(11070) + p.SetState(11026) p.Opt_open_bound_list() } { - p.SetState(11071) + p.SetState(11027) p.Match(PostgreSQLParserCLOSE_PAREN) if p.HasError() { // Recognition error - abort rule @@ -184147,7 +183575,7 @@ func (p *PostgreSQLParser) Stmt_open() (localctx IStmt_openContext) { goto errorExit } { - p.SetState(11077) + p.SetState(11033) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -184284,22 +183712,22 @@ func (s *Opt_open_bound_list_itemContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Opt_open_bound_list_item() (localctx IOpt_open_bound_list_itemContext) { localctx = NewOpt_open_bound_list_itemContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1566, PostgreSQLParserRULE_opt_open_bound_list_item) - p.SetState(11084) + p.EnterRule(localctx, 1564, PostgreSQLParserRULE_opt_open_bound_list_item) + p.SetState(11040) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1092, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1088, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(11079) + p.SetState(11035) p.Colid() } { - p.SetState(11080) + p.SetState(11036) p.Match(PostgreSQLParserCOLON_EQUALS) if p.HasError() { // Recognition error - abort rule @@ -184307,14 +183735,14 @@ func (p *PostgreSQLParser) Opt_open_bound_list_item() (localctx IOpt_open_bound_ } } { - p.SetState(11081) + p.SetState(11037) p.A_expr() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(11083) + p.SetState(11039) p.A_expr() } @@ -184465,15 +183893,15 @@ func (s *Opt_open_bound_listContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Opt_open_bound_list() (localctx IOpt_open_bound_listContext) { localctx = NewOpt_open_bound_listContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1568, PostgreSQLParserRULE_opt_open_bound_list) + p.EnterRule(localctx, 1566, PostgreSQLParserRULE_opt_open_bound_list) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(11086) + p.SetState(11042) p.Opt_open_bound_list_item() } - p.SetState(11091) + p.SetState(11047) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -184482,7 +183910,7 @@ func (p *PostgreSQLParser) Opt_open_bound_list() (localctx IOpt_open_bound_listC for _la == PostgreSQLParserCOMMA { { - p.SetState(11087) + p.SetState(11043) p.Match(PostgreSQLParserCOMMA) if p.HasError() { // Recognition error - abort rule @@ -184490,11 +183918,11 @@ func (p *PostgreSQLParser) Opt_open_bound_list() (localctx IOpt_open_bound_listC } } { - p.SetState(11088) + p.SetState(11044) p.Opt_open_bound_list_item() } - p.SetState(11093) + p.SetState(11049) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -184614,10 +184042,10 @@ func (s *Opt_open_usingContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Opt_open_using() (localctx IOpt_open_usingContext) { localctx = NewOpt_open_usingContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1570, PostgreSQLParserRULE_opt_open_using) + p.EnterRule(localctx, 1568, PostgreSQLParserRULE_opt_open_using) p.EnterOuterAlt(localctx, 1) { - p.SetState(11094) + p.SetState(11050) p.Match(PostgreSQLParserUSING) if p.HasError() { // Recognition error - abort rule @@ -184625,7 +184053,7 @@ func (p *PostgreSQLParser) Opt_open_using() (localctx IOpt_open_usingContext) { } } { - p.SetState(11095) + p.SetState(11051) p.Expr_list() } @@ -184741,11 +184169,11 @@ func (s *Opt_scroll_optionContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Opt_scroll_option() (localctx IOpt_scroll_optionContext) { localctx = NewOpt_scroll_optionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1572, PostgreSQLParserRULE_opt_scroll_option) + p.EnterRule(localctx, 1570, PostgreSQLParserRULE_opt_scroll_option) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(11098) + p.SetState(11054) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -184754,13 +184182,13 @@ func (p *PostgreSQLParser) Opt_scroll_option() (localctx IOpt_scroll_optionConte if _la == PostgreSQLParserNO { { - p.SetState(11097) + p.SetState(11053) p.Opt_scroll_option_no() } } { - p.SetState(11100) + p.SetState(11056) p.Match(PostgreSQLParserSCROLL) if p.HasError() { // Recognition error - abort rule @@ -184863,10 +184291,10 @@ func (s *Opt_scroll_option_noContext) Accept(visitor antlr.ParseTreeVisitor) int func (p *PostgreSQLParser) Opt_scroll_option_no() (localctx IOpt_scroll_option_noContext) { localctx = NewOpt_scroll_option_noContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1574, PostgreSQLParserRULE_opt_scroll_option_no) + p.EnterRule(localctx, 1572, PostgreSQLParserRULE_opt_scroll_option_no) p.EnterOuterAlt(localctx, 1) { - p.SetState(11102) + p.SetState(11058) p.Match(PostgreSQLParserNO) if p.HasError() { // Recognition error - abort rule @@ -185058,24 +184486,24 @@ func (s *Stmt_fetchContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Stmt_fetch() (localctx IStmt_fetchContext) { localctx = NewStmt_fetchContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1576, PostgreSQLParserRULE_stmt_fetch) + p.EnterRule(localctx, 1574, PostgreSQLParserRULE_stmt_fetch) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(11104) + p.SetState(11060) p.Match(PostgreSQLParserFETCH) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(11106) + p.SetState(11062) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1095, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1091, p.GetParserRuleContext()) == 1 { { - p.SetState(11105) + p.SetState(11061) var _x = p.Opt_fetch_direction() @@ -185085,7 +184513,7 @@ func (p *PostgreSQLParser) Stmt_fetch() (localctx IStmt_fetchContext) { } else if p.HasError() { // JIM goto errorExit } - p.SetState(11109) + p.SetState(11065) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -185094,17 +184522,17 @@ func (p *PostgreSQLParser) Stmt_fetch() (localctx IStmt_fetchContext) { if _la == PostgreSQLParserFROM || _la == PostgreSQLParserIN_P { { - p.SetState(11108) + p.SetState(11064) p.Opt_cursor_from() } } { - p.SetState(11111) + p.SetState(11067) p.Cursor_variable() } { - p.SetState(11112) + p.SetState(11068) p.Match(PostgreSQLParserINTO) if p.HasError() { // Recognition error - abort rule @@ -185112,11 +184540,11 @@ func (p *PostgreSQLParser) Stmt_fetch() (localctx IStmt_fetchContext) { } } { - p.SetState(11113) + p.SetState(11069) p.Into_target() } { - p.SetState(11114) + p.SetState(11070) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -185231,10 +184659,10 @@ func (s *Into_targetContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Into_target() (localctx IInto_targetContext) { localctx = NewInto_targetContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1578, PostgreSQLParserRULE_into_target) + p.EnterRule(localctx, 1576, PostgreSQLParserRULE_into_target) p.EnterOuterAlt(localctx, 1) { - p.SetState(11116) + p.SetState(11072) p.Expr_list() } @@ -185338,12 +184766,12 @@ func (s *Opt_cursor_fromContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Opt_cursor_from() (localctx IOpt_cursor_fromContext) { localctx = NewOpt_cursor_fromContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1580, PostgreSQLParserRULE_opt_cursor_from) + p.EnterRule(localctx, 1578, PostgreSQLParserRULE_opt_cursor_from) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(11118) + p.SetState(11074) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserFROM || _la == PostgreSQLParserIN_P) { @@ -185506,20 +184934,20 @@ func (s *Opt_fetch_directionContext) Accept(visitor antlr.ParseTreeVisitor) inte func (p *PostgreSQLParser) Opt_fetch_direction() (localctx IOpt_fetch_directionContext) { localctx = NewOpt_fetch_directionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1582, PostgreSQLParserRULE_opt_fetch_direction) + p.EnterRule(localctx, 1580, PostgreSQLParserRULE_opt_fetch_direction) var _la int - p.SetState(11135) + p.SetState(11091) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1098, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1094, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(11120) + p.SetState(11076) p.Match(PostgreSQLParserNEXT) if p.HasError() { // Recognition error - abort rule @@ -185530,7 +184958,7 @@ func (p *PostgreSQLParser) Opt_fetch_direction() (localctx IOpt_fetch_directionC case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(11121) + p.SetState(11077) p.Match(PostgreSQLParserPRIOR) if p.HasError() { // Recognition error - abort rule @@ -185541,7 +184969,7 @@ func (p *PostgreSQLParser) Opt_fetch_direction() (localctx IOpt_fetch_directionC case 3: p.EnterOuterAlt(localctx, 3) { - p.SetState(11122) + p.SetState(11078) p.Match(PostgreSQLParserFIRST_P) if p.HasError() { // Recognition error - abort rule @@ -185552,7 +184980,7 @@ func (p *PostgreSQLParser) Opt_fetch_direction() (localctx IOpt_fetch_directionC case 4: p.EnterOuterAlt(localctx, 4) { - p.SetState(11123) + p.SetState(11079) p.Match(PostgreSQLParserLAST_P) if p.HasError() { // Recognition error - abort rule @@ -185563,7 +184991,7 @@ func (p *PostgreSQLParser) Opt_fetch_direction() (localctx IOpt_fetch_directionC case 5: p.EnterOuterAlt(localctx, 5) { - p.SetState(11124) + p.SetState(11080) p.Match(PostgreSQLParserABSOLUTE_P) if p.HasError() { // Recognition error - abort rule @@ -185571,14 +184999,14 @@ func (p *PostgreSQLParser) Opt_fetch_direction() (localctx IOpt_fetch_directionC } } { - p.SetState(11125) + p.SetState(11081) p.A_expr() } case 6: p.EnterOuterAlt(localctx, 6) { - p.SetState(11126) + p.SetState(11082) p.Match(PostgreSQLParserRELATIVE_P) if p.HasError() { // Recognition error - abort rule @@ -185586,21 +185014,21 @@ func (p *PostgreSQLParser) Opt_fetch_direction() (localctx IOpt_fetch_directionC } } { - p.SetState(11127) + p.SetState(11083) p.A_expr() } case 7: p.EnterOuterAlt(localctx, 7) { - p.SetState(11128) + p.SetState(11084) p.A_expr() } case 8: p.EnterOuterAlt(localctx, 8) { - p.SetState(11129) + p.SetState(11085) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -185611,7 +185039,7 @@ func (p *PostgreSQLParser) Opt_fetch_direction() (localctx IOpt_fetch_directionC case 9: p.EnterOuterAlt(localctx, 9) { - p.SetState(11130) + p.SetState(11086) _la = p.GetTokenStream().LA(1) if !(_la == PostgreSQLParserBACKWARD || _la == PostgreSQLParserFORWARD) { @@ -185621,20 +185049,20 @@ func (p *PostgreSQLParser) Opt_fetch_direction() (localctx IOpt_fetch_directionC p.Consume() } } - p.SetState(11133) + p.SetState(11089) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1097, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1093, p.GetParserRuleContext()) == 1 { { - p.SetState(11131) + p.SetState(11087) p.A_expr() } } else if p.HasError() { // JIM goto errorExit - } else if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1097, p.GetParserRuleContext()) == 2 { + } else if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1093, p.GetParserRuleContext()) == 2 { { - p.SetState(11132) + p.SetState(11088) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -185784,22 +185212,22 @@ func (s *Stmt_moveContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Stmt_move() (localctx IStmt_moveContext) { localctx = NewStmt_moveContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1584, PostgreSQLParserRULE_stmt_move) + p.EnterRule(localctx, 1582, PostgreSQLParserRULE_stmt_move) p.EnterOuterAlt(localctx, 1) { - p.SetState(11137) + p.SetState(11093) p.Match(PostgreSQLParserMOVE) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(11139) + p.SetState(11095) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1099, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1095, p.GetParserRuleContext()) == 1 { { - p.SetState(11138) + p.SetState(11094) p.Opt_fetch_direction() } @@ -185807,11 +185235,11 @@ func (p *PostgreSQLParser) Stmt_move() (localctx IStmt_moveContext) { goto errorExit } { - p.SetState(11141) + p.SetState(11097) p.Cursor_variable() } { - p.SetState(11142) + p.SetState(11098) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -185936,10 +185364,10 @@ func (s *Stmt_closeContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Stmt_close() (localctx IStmt_closeContext) { localctx = NewStmt_closeContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1586, PostgreSQLParserRULE_stmt_close) + p.EnterRule(localctx, 1584, PostgreSQLParserRULE_stmt_close) p.EnterOuterAlt(localctx, 1) { - p.SetState(11144) + p.SetState(11100) p.Match(PostgreSQLParserCLOSE) if p.HasError() { // Recognition error - abort rule @@ -185947,11 +185375,11 @@ func (p *PostgreSQLParser) Stmt_close() (localctx IStmt_closeContext) { } } { - p.SetState(11145) + p.SetState(11101) p.Cursor_variable() } { - p.SetState(11146) + p.SetState(11102) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -186059,10 +185487,10 @@ func (s *Stmt_nullContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Stmt_null() (localctx IStmt_nullContext) { localctx = NewStmt_nullContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1588, PostgreSQLParserRULE_stmt_null) + p.EnterRule(localctx, 1586, PostgreSQLParserRULE_stmt_null) p.EnterOuterAlt(localctx, 1) { - p.SetState(11148) + p.SetState(11104) p.Match(PostgreSQLParserNULL_P) if p.HasError() { // Recognition error - abort rule @@ -186070,7 +185498,7 @@ func (p *PostgreSQLParser) Stmt_null() (localctx IStmt_nullContext) { } } { - p.SetState(11149) + p.SetState(11105) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -186195,19 +185623,19 @@ func (s *Stmt_commitContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Stmt_commit() (localctx IStmt_commitContext) { localctx = NewStmt_commitContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1590, PostgreSQLParserRULE_stmt_commit) + p.EnterRule(localctx, 1588, PostgreSQLParserRULE_stmt_commit) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(11151) + p.SetState(11107) p.Match(PostgreSQLParserCOMMIT) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(11153) + p.SetState(11109) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -186216,13 +185644,13 @@ func (p *PostgreSQLParser) Stmt_commit() (localctx IStmt_commitContext) { if _la == PostgreSQLParserAND { { - p.SetState(11152) + p.SetState(11108) p.Plsql_opt_transaction_chain() } } { - p.SetState(11155) + p.SetState(11111) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -186347,19 +185775,19 @@ func (s *Stmt_rollbackContext) Accept(visitor antlr.ParseTreeVisitor) interface{ func (p *PostgreSQLParser) Stmt_rollback() (localctx IStmt_rollbackContext) { localctx = NewStmt_rollbackContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1592, PostgreSQLParserRULE_stmt_rollback) + p.EnterRule(localctx, 1590, PostgreSQLParserRULE_stmt_rollback) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(11157) + p.SetState(11113) p.Match(PostgreSQLParserROLLBACK) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(11159) + p.SetState(11115) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -186368,13 +185796,13 @@ func (p *PostgreSQLParser) Stmt_rollback() (localctx IStmt_rollbackContext) { if _la == PostgreSQLParserAND { { - p.SetState(11158) + p.SetState(11114) p.Plsql_opt_transaction_chain() } } { - p.SetState(11161) + p.SetState(11117) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -186487,19 +185915,19 @@ func (s *Plsql_opt_transaction_chainContext) Accept(visitor antlr.ParseTreeVisit func (p *PostgreSQLParser) Plsql_opt_transaction_chain() (localctx IPlsql_opt_transaction_chainContext) { localctx = NewPlsql_opt_transaction_chainContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1594, PostgreSQLParserRULE_plsql_opt_transaction_chain) + p.EnterRule(localctx, 1592, PostgreSQLParserRULE_plsql_opt_transaction_chain) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(11163) + p.SetState(11119) p.Match(PostgreSQLParserAND) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(11165) + p.SetState(11121) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -186508,7 +185936,7 @@ func (p *PostgreSQLParser) Plsql_opt_transaction_chain() (localctx IPlsql_opt_tr if _la == PostgreSQLParserNO { { - p.SetState(11164) + p.SetState(11120) p.Match(PostgreSQLParserNO) if p.HasError() { // Recognition error - abort rule @@ -186518,7 +185946,7 @@ func (p *PostgreSQLParser) Plsql_opt_transaction_chain() (localctx IPlsql_opt_tr } { - p.SetState(11167) + p.SetState(11123) p.Match(PostgreSQLParserCHAIN) if p.HasError() { // Recognition error - abort rule @@ -186663,8 +186091,8 @@ func (s *Stmt_setContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Stmt_set() (localctx IStmt_setContext) { localctx = NewStmt_setContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1596, PostgreSQLParserRULE_stmt_set) - p.SetState(11181) + p.EnterRule(localctx, 1594, PostgreSQLParserRULE_stmt_set) + p.SetState(11137) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -186674,7 +186102,7 @@ func (p *PostgreSQLParser) Stmt_set() (localctx IStmt_setContext) { case PostgreSQLParserSET: p.EnterOuterAlt(localctx, 1) { - p.SetState(11169) + p.SetState(11125) p.Match(PostgreSQLParserSET) if p.HasError() { // Recognition error - abort rule @@ -186682,11 +186110,11 @@ func (p *PostgreSQLParser) Stmt_set() (localctx IStmt_setContext) { } } { - p.SetState(11170) + p.SetState(11126) p.Any_name() } { - p.SetState(11171) + p.SetState(11127) p.Match(PostgreSQLParserTO) if p.HasError() { // Recognition error - abort rule @@ -186694,7 +186122,7 @@ func (p *PostgreSQLParser) Stmt_set() (localctx IStmt_setContext) { } } { - p.SetState(11172) + p.SetState(11128) p.Match(PostgreSQLParserDEFAULT) if p.HasError() { // Recognition error - abort rule @@ -186702,7 +186130,7 @@ func (p *PostgreSQLParser) Stmt_set() (localctx IStmt_setContext) { } } { - p.SetState(11173) + p.SetState(11129) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -186713,14 +186141,14 @@ func (p *PostgreSQLParser) Stmt_set() (localctx IStmt_setContext) { case PostgreSQLParserRESET: p.EnterOuterAlt(localctx, 2) { - p.SetState(11175) + p.SetState(11131) p.Match(PostgreSQLParserRESET) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(11178) + p.SetState(11134) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -186729,13 +186157,13 @@ func (p *PostgreSQLParser) Stmt_set() (localctx IStmt_setContext) { switch p.GetTokenStream().LA(1) { case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserIS, PostgreSQLParserLEFT, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserRIGHT, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: { - p.SetState(11176) + p.SetState(11132) p.Any_name() } case PostgreSQLParserALL: { - p.SetState(11177) + p.SetState(11133) p.Match(PostgreSQLParserALL) if p.HasError() { // Recognition error - abort rule @@ -186748,7 +186176,7 @@ func (p *PostgreSQLParser) Stmt_set() (localctx IStmt_setContext) { goto errorExit } { - p.SetState(11180) + p.SetState(11136) p.Match(PostgreSQLParserSEMI) if p.HasError() { // Recognition error - abort rule @@ -186873,8 +186301,8 @@ func (s *Cursor_variableContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Cursor_variable() (localctx ICursor_variableContext) { localctx = NewCursor_variableContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1598, PostgreSQLParserRULE_cursor_variable) - p.SetState(11185) + p.EnterRule(localctx, 1596, PostgreSQLParserRULE_cursor_variable) + p.SetState(11141) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -186884,14 +186312,14 @@ func (p *PostgreSQLParser) Cursor_variable() (localctx ICursor_variableContext) case PostgreSQLParserAND, PostgreSQLParserARRAY, PostgreSQLParserCOLLATE, PostgreSQLParserCOLUMN, PostgreSQLParserCONSTRAINT, PostgreSQLParserDEFAULT, PostgreSQLParserDO, PostgreSQLParserFETCH, PostgreSQLParserTABLE, PostgreSQLParserIS, PostgreSQLParserLEFT, PostgreSQLParserOUTER_P, PostgreSQLParserOVER, PostgreSQLParserRIGHT, PostgreSQLParserABORT_P, PostgreSQLParserABSOLUTE_P, PostgreSQLParserACCESS, PostgreSQLParserACTION, PostgreSQLParserADD_P, PostgreSQLParserADMIN, PostgreSQLParserAFTER, PostgreSQLParserAGGREGATE, PostgreSQLParserALSO, PostgreSQLParserALTER, PostgreSQLParserALWAYS, PostgreSQLParserASSERTION, PostgreSQLParserASSIGNMENT, PostgreSQLParserAT, PostgreSQLParserATTRIBUTE, PostgreSQLParserBACKWARD, PostgreSQLParserBEFORE, PostgreSQLParserBEGIN_P, PostgreSQLParserBY, PostgreSQLParserCACHE, PostgreSQLParserCALLED, PostgreSQLParserCASCADE, PostgreSQLParserCASCADED, PostgreSQLParserCATALOG, PostgreSQLParserCHAIN, PostgreSQLParserCHARACTERISTICS, PostgreSQLParserCHECKPOINT, PostgreSQLParserCLASS, PostgreSQLParserCLOSE, PostgreSQLParserCLUSTER, PostgreSQLParserCOMMENT, PostgreSQLParserCOMMENTS, PostgreSQLParserCOMMIT, PostgreSQLParserCOMMITTED, PostgreSQLParserCONFIGURATION, PostgreSQLParserCONNECTION, PostgreSQLParserCONSTRAINTS, PostgreSQLParserCONTENT_P, PostgreSQLParserCONTINUE_P, PostgreSQLParserCONVERSION_P, PostgreSQLParserCOPY, PostgreSQLParserCOST, PostgreSQLParserCSV, PostgreSQLParserCURSOR, PostgreSQLParserCYCLE, PostgreSQLParserDATA_P, PostgreSQLParserDATABASE, PostgreSQLParserDAY_P, PostgreSQLParserDEALLOCATE, PostgreSQLParserDECLARE, PostgreSQLParserDEFAULTS, PostgreSQLParserDEFERRED, PostgreSQLParserDEFINER, PostgreSQLParserDELETE_P, PostgreSQLParserDELIMITER, PostgreSQLParserDELIMITERS, PostgreSQLParserDICTIONARY, PostgreSQLParserDISABLE_P, PostgreSQLParserDISCARD, PostgreSQLParserDOCUMENT_P, PostgreSQLParserDOMAIN_P, PostgreSQLParserDOUBLE_P, PostgreSQLParserDROP, PostgreSQLParserEACH, PostgreSQLParserENABLE_P, PostgreSQLParserENCODING, PostgreSQLParserENCRYPTED, PostgreSQLParserENUM_P, PostgreSQLParserESCAPE, PostgreSQLParserEVENT, PostgreSQLParserEXCLUDE, PostgreSQLParserEXCLUDING, PostgreSQLParserEXCLUSIVE, PostgreSQLParserEXECUTE, PostgreSQLParserEXPLAIN, PostgreSQLParserEXTENSION, PostgreSQLParserEXTERNAL, PostgreSQLParserFAMILY, PostgreSQLParserFIRST_P, PostgreSQLParserFOLLOWING, PostgreSQLParserFORCE, PostgreSQLParserFORWARD, PostgreSQLParserFUNCTION, PostgreSQLParserFUNCTIONS, PostgreSQLParserGLOBAL, PostgreSQLParserGRANTED, PostgreSQLParserHANDLER, PostgreSQLParserHEADER_P, PostgreSQLParserHOLD, PostgreSQLParserHOUR_P, PostgreSQLParserIDENTITY_P, PostgreSQLParserIF_P, PostgreSQLParserIMMEDIATE, PostgreSQLParserIMMUTABLE, PostgreSQLParserIMPLICIT_P, PostgreSQLParserINCLUDING, PostgreSQLParserINCREMENT, PostgreSQLParserINDEX, PostgreSQLParserINDEXES, PostgreSQLParserINHERIT, PostgreSQLParserINHERITS, PostgreSQLParserINLINE_P, PostgreSQLParserINSENSITIVE, PostgreSQLParserINSERT, PostgreSQLParserINSTEAD, PostgreSQLParserINVOKER, PostgreSQLParserISOLATION, PostgreSQLParserKEY, PostgreSQLParserLABEL, PostgreSQLParserLANGUAGE, PostgreSQLParserLARGE_P, PostgreSQLParserLAST_P, PostgreSQLParserLEAKPROOF, PostgreSQLParserLEVEL, PostgreSQLParserLISTEN, PostgreSQLParserLOAD, PostgreSQLParserLOCAL, PostgreSQLParserLOCATION, PostgreSQLParserLOCK_P, PostgreSQLParserMAPPING, PostgreSQLParserMATCH, PostgreSQLParserMATERIALIZED, PostgreSQLParserMAXVALUE, PostgreSQLParserMINUTE_P, PostgreSQLParserMINVALUE, PostgreSQLParserMODE, PostgreSQLParserMONTH_P, PostgreSQLParserMOVE, PostgreSQLParserNAME_P, PostgreSQLParserNAMES, PostgreSQLParserNEXT, PostgreSQLParserNO, PostgreSQLParserNOTHING, PostgreSQLParserNOTIFY, PostgreSQLParserNOWAIT, PostgreSQLParserNULLS_P, PostgreSQLParserOBJECT_P, PostgreSQLParserOF, PostgreSQLParserOFF, PostgreSQLParserOIDS, PostgreSQLParserOPERATOR, PostgreSQLParserOPTION, PostgreSQLParserOPTIONS, PostgreSQLParserOWNED, PostgreSQLParserOWNER, PostgreSQLParserPARSER, PostgreSQLParserPARTIAL, PostgreSQLParserPARTITION, PostgreSQLParserPASSING, PostgreSQLParserPASSWORD, PostgreSQLParserPLANS, PostgreSQLParserPRECEDING, PostgreSQLParserPREPARE, PostgreSQLParserPREPARED, PostgreSQLParserPRESERVE, PostgreSQLParserPRIOR, PostgreSQLParserPRIVILEGES, PostgreSQLParserPROCEDURAL, PostgreSQLParserPROCEDURE, PostgreSQLParserPROGRAM, PostgreSQLParserQUOTE, PostgreSQLParserRANGE, PostgreSQLParserREAD, PostgreSQLParserREASSIGN, PostgreSQLParserRECHECK, PostgreSQLParserRECURSIVE, PostgreSQLParserREF, PostgreSQLParserREFRESH, PostgreSQLParserREINDEX, PostgreSQLParserRELATIVE_P, PostgreSQLParserRELEASE, PostgreSQLParserRENAME, PostgreSQLParserREPEATABLE, PostgreSQLParserREPLACE, PostgreSQLParserREPLICA, PostgreSQLParserRESET, PostgreSQLParserRESTART, PostgreSQLParserRESTRICT, PostgreSQLParserRETURNS, PostgreSQLParserREVOKE, PostgreSQLParserROLE, PostgreSQLParserROLLBACK, PostgreSQLParserROWS, PostgreSQLParserRULE, PostgreSQLParserSAVEPOINT, PostgreSQLParserSCHEMA, PostgreSQLParserSCROLL, PostgreSQLParserSEARCH, PostgreSQLParserSECOND_P, PostgreSQLParserSECURITY, PostgreSQLParserSEQUENCE, PostgreSQLParserSEQUENCES, PostgreSQLParserSERIALIZABLE, PostgreSQLParserSERVER, PostgreSQLParserSESSION, PostgreSQLParserSET, PostgreSQLParserSHARE, PostgreSQLParserSHOW, PostgreSQLParserSIMPLE, PostgreSQLParserSNAPSHOT, PostgreSQLParserSTABLE, PostgreSQLParserSTANDALONE_P, PostgreSQLParserSTART, PostgreSQLParserSTATEMENT, PostgreSQLParserSTATISTICS, PostgreSQLParserSTDIN, PostgreSQLParserSTDOUT, PostgreSQLParserSTORAGE, PostgreSQLParserSTRICT_P, PostgreSQLParserSTRIP_P, PostgreSQLParserSYSID, PostgreSQLParserSYSTEM_P, PostgreSQLParserTABLES, PostgreSQLParserTABLESPACE, PostgreSQLParserTEMP, PostgreSQLParserTEMPLATE, PostgreSQLParserTEMPORARY, PostgreSQLParserTEXT_P, PostgreSQLParserTRANSACTION, PostgreSQLParserTRIGGER, PostgreSQLParserTRUNCATE, PostgreSQLParserTRUSTED, PostgreSQLParserTYPE_P, PostgreSQLParserTYPES_P, PostgreSQLParserUNBOUNDED, PostgreSQLParserUNCOMMITTED, PostgreSQLParserUNENCRYPTED, PostgreSQLParserUNKNOWN, PostgreSQLParserUNLISTEN, PostgreSQLParserUNLOGGED, PostgreSQLParserUNTIL, PostgreSQLParserUPDATE, PostgreSQLParserVACUUM, PostgreSQLParserVALID, PostgreSQLParserVALIDATE, PostgreSQLParserVALIDATOR, PostgreSQLParserVARYING, PostgreSQLParserVERSION_P, PostgreSQLParserVIEW, PostgreSQLParserVOLATILE, PostgreSQLParserWHITESPACE_P, PostgreSQLParserWITHOUT, PostgreSQLParserWORK, PostgreSQLParserWRAPPER, PostgreSQLParserWRITE, PostgreSQLParserXML_P, PostgreSQLParserYEAR_P, PostgreSQLParserYES_P, PostgreSQLParserZONE, PostgreSQLParserATOMIC_P, PostgreSQLParserBETWEEN, PostgreSQLParserBIGINT, PostgreSQLParserBIT, PostgreSQLParserBOOLEAN_P, PostgreSQLParserCHAR_P, PostgreSQLParserCHARACTER, PostgreSQLParserCOALESCE, PostgreSQLParserDEC, PostgreSQLParserDECIMAL_P, PostgreSQLParserEXISTS, PostgreSQLParserEXTRACT, PostgreSQLParserFLOAT_P, PostgreSQLParserGREATEST, PostgreSQLParserINOUT, PostgreSQLParserINT_P, PostgreSQLParserINTEGER, PostgreSQLParserINTERVAL, PostgreSQLParserLEAST, PostgreSQLParserNATIONAL, PostgreSQLParserNCHAR, PostgreSQLParserNONE, PostgreSQLParserNULLIF, PostgreSQLParserNUMERIC, PostgreSQLParserOVERLAY, PostgreSQLParserPARAMETER, PostgreSQLParserPOSITION, PostgreSQLParserPRECISION, PostgreSQLParserREAL, PostgreSQLParserROW, PostgreSQLParserSETOF, PostgreSQLParserSMALLINT, PostgreSQLParserSUBSTRING, PostgreSQLParserTIME, PostgreSQLParserTIMESTAMP, PostgreSQLParserTREAT, PostgreSQLParserTRIM, PostgreSQLParserVALUES, PostgreSQLParserVARCHAR, PostgreSQLParserXMLATTRIBUTES, PostgreSQLParserXMLCOMMENT, PostgreSQLParserXMLAGG, PostgreSQLParserXML_IS_WELL_FORMED, PostgreSQLParserXML_IS_WELL_FORMED_DOCUMENT, PostgreSQLParserXML_IS_WELL_FORMED_CONTENT, PostgreSQLParserXPATH, PostgreSQLParserXPATH_EXISTS, PostgreSQLParserXMLCONCAT, PostgreSQLParserXMLELEMENT, PostgreSQLParserXMLEXISTS, PostgreSQLParserXMLFOREST, PostgreSQLParserXMLPARSE, PostgreSQLParserXMLPI, PostgreSQLParserXMLROOT, PostgreSQLParserXMLSERIALIZE, PostgreSQLParserCALL, PostgreSQLParserCURRENT_P, PostgreSQLParserATTACH, PostgreSQLParserDETACH, PostgreSQLParserEXPRESSION, PostgreSQLParserGENERATED, PostgreSQLParserLOGGED, PostgreSQLParserSTORED, PostgreSQLParserINCLUDE, PostgreSQLParserROUTINE, PostgreSQLParserTRANSFORM, PostgreSQLParserIMPORT_P, PostgreSQLParserPOLICY, PostgreSQLParserMETHOD, PostgreSQLParserREFERENCING, PostgreSQLParserNEW, PostgreSQLParserOLD, PostgreSQLParserVALUE_P, PostgreSQLParserSUBSCRIPTION, PostgreSQLParserPUBLICATION, PostgreSQLParserOUT_P, PostgreSQLParserROUTINES, PostgreSQLParserSCHEMAS, PostgreSQLParserPROCEDURES, PostgreSQLParserINPUT_P, PostgreSQLParserSUPPORT, PostgreSQLParserPARALLEL, PostgreSQLParserSQL_P, PostgreSQLParserDEPENDS, PostgreSQLParserOVERRIDING, PostgreSQLParserCONFLICT, PostgreSQLParserSKIP_P, PostgreSQLParserLOCKED, PostgreSQLParserTIES, PostgreSQLParserROLLUP, PostgreSQLParserCUBE, PostgreSQLParserGROUPING, PostgreSQLParserSETS, PostgreSQLParserORDINALITY, PostgreSQLParserXMLTABLE, PostgreSQLParserCOLUMNS, PostgreSQLParserXMLNAMESPACES, PostgreSQLParserROWTYPE, PostgreSQLParserNORMALIZED, PostgreSQLParserWITHIN, PostgreSQLParserFILTER, PostgreSQLParserGROUPS, PostgreSQLParserOTHERS, PostgreSQLParserNFC, PostgreSQLParserNFD, PostgreSQLParserNFKC, PostgreSQLParserNFKD, PostgreSQLParserUESCAPE, PostgreSQLParserVIEWS, PostgreSQLParserNORMALIZE, PostgreSQLParserDUMP, PostgreSQLParserPRINT_STRICT_PARAMS, PostgreSQLParserVARIABLE_CONFLICT, PostgreSQLParserERROR, PostgreSQLParserUSE_VARIABLE, PostgreSQLParserUSE_COLUMN, PostgreSQLParserALIAS, PostgreSQLParserCONSTANT, PostgreSQLParserPERFORM, PostgreSQLParserGET, PostgreSQLParserDIAGNOSTICS, PostgreSQLParserSTACKED, PostgreSQLParserELSIF, PostgreSQLParserREVERSE, PostgreSQLParserSLICE, PostgreSQLParserEXIT, PostgreSQLParserRETURN, PostgreSQLParserQUERY, PostgreSQLParserRAISE, PostgreSQLParserSQLSTATE, PostgreSQLParserDEBUG, PostgreSQLParserLOG, PostgreSQLParserINFO, PostgreSQLParserNOTICE, PostgreSQLParserWARNING, PostgreSQLParserEXCEPTION, PostgreSQLParserASSERT, PostgreSQLParserOPEN, PostgreSQLParserABS, PostgreSQLParserCBRT, PostgreSQLParserCEIL, PostgreSQLParserCEILING, PostgreSQLParserDEGREES, PostgreSQLParserDIV, PostgreSQLParserEXP, PostgreSQLParserFACTORIAL, PostgreSQLParserFLOOR, PostgreSQLParserGCD, PostgreSQLParserLCM, PostgreSQLParserLN, PostgreSQLParserLOG10, PostgreSQLParserMIN_SCALE, PostgreSQLParserMOD, PostgreSQLParserPI, PostgreSQLParserPOWER, PostgreSQLParserRADIANS, PostgreSQLParserROUND, PostgreSQLParserSCALE, PostgreSQLParserSIGN, PostgreSQLParserSQRT, PostgreSQLParserTRIM_SCALE, PostgreSQLParserTRUNC, PostgreSQLParserWIDTH_BUCKET, PostgreSQLParserRANDOM, PostgreSQLParserSETSEED, PostgreSQLParserACOS, PostgreSQLParserACOSD, PostgreSQLParserASIN, PostgreSQLParserASIND, PostgreSQLParserATAN, PostgreSQLParserATAND, PostgreSQLParserATAN2, PostgreSQLParserATAN2D, PostgreSQLParserCOS, PostgreSQLParserCOSD, PostgreSQLParserCOT, PostgreSQLParserCOTD, PostgreSQLParserSIN, PostgreSQLParserSIND, PostgreSQLParserTAN, PostgreSQLParserTAND, PostgreSQLParserSINH, PostgreSQLParserCOSH, PostgreSQLParserTANH, PostgreSQLParserASINH, PostgreSQLParserACOSH, PostgreSQLParserATANH, PostgreSQLParserBIT_LENGTH, PostgreSQLParserCHAR_LENGTH, PostgreSQLParserCHARACTER_LENGTH, PostgreSQLParserLOWER, PostgreSQLParserOCTET_LENGTH, PostgreSQLParserUPPER, PostgreSQLParserASCII, PostgreSQLParserBTRIM, PostgreSQLParserCHR, PostgreSQLParserCONCAT, PostgreSQLParserCONCAT_WS, PostgreSQLParserFORMAT, PostgreSQLParserINITCAP, PostgreSQLParserLENGTH, PostgreSQLParserLPAD, PostgreSQLParserLTRIM, PostgreSQLParserMD5, PostgreSQLParserPARSE_IDENT, PostgreSQLParserPG_CLIENT_ENCODING, PostgreSQLParserQUOTE_IDENT, PostgreSQLParserQUOTE_LITERAL, PostgreSQLParserQUOTE_NULLABLE, PostgreSQLParserREGEXP_COUNT, PostgreSQLParserREGEXP_INSTR, PostgreSQLParserREGEXP_LIKE, PostgreSQLParserREGEXP_MATCH, PostgreSQLParserREGEXP_MATCHES, PostgreSQLParserREGEXP_REPLACE, PostgreSQLParserREGEXP_SPLIT_TO_ARRAY, PostgreSQLParserREGEXP_SPLIT_TO_TABLE, PostgreSQLParserREGEXP_SUBSTR, PostgreSQLParserREPEAT, PostgreSQLParserRPAD, PostgreSQLParserRTRIM, PostgreSQLParserSPLIT_PART, PostgreSQLParserSTARTS_WITH, PostgreSQLParserSTRING_TO_ARRAY, PostgreSQLParserSTRING_TO_TABLE, PostgreSQLParserSTRPOS, PostgreSQLParserSUBSTR, PostgreSQLParserTO_ASCII, PostgreSQLParserTO_HEX, PostgreSQLParserTRANSLATE, PostgreSQLParserUNISTR, PostgreSQLParserAGE, PostgreSQLParserCLOCK_TIMESTAMP, PostgreSQLParserDATE_BIN, PostgreSQLParserDATE_PART, PostgreSQLParserDATE_TRUNC, PostgreSQLParserISFINITE, PostgreSQLParserJUSTIFY_DAYS, PostgreSQLParserJUSTIFY_HOURS, PostgreSQLParserJUSTIFY_INTERVAL, PostgreSQLParserMAKE_DATE, PostgreSQLParserMAKE_INTERVAL, PostgreSQLParserMAKE_TIME, PostgreSQLParserMAKE_TIMESTAMP, PostgreSQLParserMAKE_TIMESTAMPTZ, PostgreSQLParserNOW, PostgreSQLParserSTATEMENT_TIMESTAMP, PostgreSQLParserTIMEOFDAY, PostgreSQLParserTRANSACTION_TIMESTAMP, PostgreSQLParserTO_TIMESTAMP, PostgreSQLParserTO_CHAR, PostgreSQLParserTO_DATE, PostgreSQLParserTO_NUMBER, PostgreSQLParserIdentifier, PostgreSQLParserQuotedIdentifier, PostgreSQLParserUnicodeQuotedIdentifier, PostgreSQLParserPLSQLVARIABLENAME, PostgreSQLParserPLSQLIDENTIFIER: p.EnterOuterAlt(localctx, 1) { - p.SetState(11183) + p.SetState(11139) p.Colid() } case PostgreSQLParserPARAM: p.EnterOuterAlt(localctx, 2) { - p.SetState(11184) + p.SetState(11140) p.Match(PostgreSQLParserPARAM) if p.HasError() { // Recognition error - abort rule @@ -187016,10 +186444,10 @@ func (s *Exception_sectContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Exception_sect() (localctx IException_sectContext) { localctx = NewException_sectContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1600, PostgreSQLParserRULE_exception_sect) + p.EnterRule(localctx, 1598, PostgreSQLParserRULE_exception_sect) p.EnterOuterAlt(localctx, 1) { - p.SetState(11187) + p.SetState(11143) p.Match(PostgreSQLParserEXCEPTION) if p.HasError() { // Recognition error - abort rule @@ -187027,7 +186455,7 @@ func (p *PostgreSQLParser) Exception_sect() (localctx IException_sectContext) { } } { - p.SetState(11188) + p.SetState(11144) p.Proc_exceptions() } @@ -187164,11 +186592,11 @@ func (s *Proc_exceptionsContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Proc_exceptions() (localctx IProc_exceptionsContext) { localctx = NewProc_exceptionsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1602, PostgreSQLParserRULE_proc_exceptions) + p.EnterRule(localctx, 1600, PostgreSQLParserRULE_proc_exceptions) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(11191) + p.SetState(11147) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -187177,11 +186605,11 @@ func (p *PostgreSQLParser) Proc_exceptions() (localctx IProc_exceptionsContext) for ok := true; ok; ok = _la == PostgreSQLParserWHEN { { - p.SetState(11190) + p.SetState(11146) p.Proc_exception() } - p.SetState(11193) + p.SetState(11149) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -187323,10 +186751,10 @@ func (s *Proc_exceptionContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Proc_exception() (localctx IProc_exceptionContext) { localctx = NewProc_exceptionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1604, PostgreSQLParserRULE_proc_exception) + p.EnterRule(localctx, 1602, PostgreSQLParserRULE_proc_exception) p.EnterOuterAlt(localctx, 1) { - p.SetState(11195) + p.SetState(11151) p.Match(PostgreSQLParserWHEN) if p.HasError() { // Recognition error - abort rule @@ -187334,11 +186762,11 @@ func (p *PostgreSQLParser) Proc_exception() (localctx IProc_exceptionContext) { } } { - p.SetState(11196) + p.SetState(11152) p.Proc_conditions() } { - p.SetState(11197) + p.SetState(11153) p.Match(PostgreSQLParserTHEN) if p.HasError() { // Recognition error - abort rule @@ -187346,7 +186774,7 @@ func (p *PostgreSQLParser) Proc_exception() (localctx IProc_exceptionContext) { } } { - p.SetState(11198) + p.SetState(11154) p.Proc_sect() } @@ -187493,15 +186921,15 @@ func (s *Proc_conditionsContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Proc_conditions() (localctx IProc_conditionsContext) { localctx = NewProc_conditionsContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1606, PostgreSQLParserRULE_proc_conditions) + p.EnterRule(localctx, 1604, PostgreSQLParserRULE_proc_conditions) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(11200) + p.SetState(11156) p.Proc_condition() } - p.SetState(11205) + p.SetState(11161) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -187510,7 +186938,7 @@ func (p *PostgreSQLParser) Proc_conditions() (localctx IProc_conditionsContext) for _la == PostgreSQLParserOR { { - p.SetState(11201) + p.SetState(11157) p.Match(PostgreSQLParserOR) if p.HasError() { // Recognition error - abort rule @@ -187518,11 +186946,11 @@ func (p *PostgreSQLParser) Proc_conditions() (localctx IProc_conditionsContext) } } { - p.SetState(11202) + p.SetState(11158) p.Proc_condition() } - p.SetState(11207) + p.SetState(11163) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -187659,25 +187087,25 @@ func (s *Proc_conditionContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Proc_condition() (localctx IProc_conditionContext) { localctx = NewProc_conditionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1608, PostgreSQLParserRULE_proc_condition) - p.SetState(11211) + p.EnterRule(localctx, 1606, PostgreSQLParserRULE_proc_condition) + p.SetState(11167) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1108, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1104, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(11208) + p.SetState(11164) p.Any_identifier() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(11209) + p.SetState(11165) p.Match(PostgreSQLParserSQLSTATE) if p.HasError() { // Recognition error - abort rule @@ -187685,7 +187113,7 @@ func (p *PostgreSQLParser) Proc_condition() (localctx IProc_conditionContext) { } } { - p.SetState(11210) + p.SetState(11166) p.Sconst() } @@ -187800,10 +187228,10 @@ func (s *Opt_block_labelContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Opt_block_label() (localctx IOpt_block_labelContext) { localctx = NewOpt_block_labelContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1610, PostgreSQLParserRULE_opt_block_label) + p.EnterRule(localctx, 1608, PostgreSQLParserRULE_opt_block_label) p.EnterOuterAlt(localctx, 1) { - p.SetState(11213) + p.SetState(11169) p.Label_decl() } @@ -187914,10 +187342,10 @@ func (s *Opt_loop_labelContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Opt_loop_label() (localctx IOpt_loop_labelContext) { localctx = NewOpt_loop_labelContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1612, PostgreSQLParserRULE_opt_loop_label) + p.EnterRule(localctx, 1610, PostgreSQLParserRULE_opt_loop_label) p.EnterOuterAlt(localctx, 1) { - p.SetState(11215) + p.SetState(11171) p.Label_decl() } @@ -188028,10 +187456,10 @@ func (s *Opt_labelContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { func (p *PostgreSQLParser) Opt_label() (localctx IOpt_labelContext) { localctx = NewOpt_labelContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1614, PostgreSQLParserRULE_opt_label) + p.EnterRule(localctx, 1612, PostgreSQLParserRULE_opt_label) p.EnterOuterAlt(localctx, 1) { - p.SetState(11217) + p.SetState(11173) p.Any_identifier() } @@ -188147,10 +187575,10 @@ func (s *Opt_exitcondContext) Accept(visitor antlr.ParseTreeVisitor) interface{} func (p *PostgreSQLParser) Opt_exitcond() (localctx IOpt_exitcondContext) { localctx = NewOpt_exitcondContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1616, PostgreSQLParserRULE_opt_exitcond) + p.EnterRule(localctx, 1614, PostgreSQLParserRULE_opt_exitcond) p.EnterOuterAlt(localctx, 1) { - p.SetState(11219) + p.SetState(11175) p.Match(PostgreSQLParserWHEN) if p.HasError() { // Recognition error - abort rule @@ -188158,7 +187586,7 @@ func (p *PostgreSQLParser) Opt_exitcond() (localctx IOpt_exitcondContext) { } } { - p.SetState(11220) + p.SetState(11176) p.Expr_until_semi() } @@ -188286,25 +187714,25 @@ func (s *Any_identifierContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Any_identifier() (localctx IAny_identifierContext) { localctx = NewAny_identifierContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1618, PostgreSQLParserRULE_any_identifier) - p.SetState(11224) + p.EnterRule(localctx, 1616, PostgreSQLParserRULE_any_identifier) + p.SetState(11180) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit } - switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1109, p.GetParserRuleContext()) { + switch p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1105, p.GetParserRuleContext()) { case 1: p.EnterOuterAlt(localctx, 1) { - p.SetState(11222) + p.SetState(11178) p.Colid() } case 2: p.EnterOuterAlt(localctx, 2) { - p.SetState(11223) + p.SetState(11179) p.Plsql_unreserved_keyword() } @@ -188717,12 +188145,12 @@ func (s *Plsql_unreserved_keywordContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Plsql_unreserved_keyword() (localctx IPlsql_unreserved_keywordContext) { localctx = NewPlsql_unreserved_keywordContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1620, PostgreSQLParserRULE_plsql_unreserved_keyword) + p.EnterRule(localctx, 1618, PostgreSQLParserRULE_plsql_unreserved_keyword) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(11226) + p.SetState(11182) _la = p.GetTokenStream().LA(1) if !(((int64(_la) & ^0x3f) == 0 && ((int64(1)<<_la)&2459027012145119232) != 0) || ((int64((_la-92)) & ^0x3f) == 0 && ((int64(1)<<(_la-92))&2310346885883232257) != 0) || ((int64((_la-157)) & ^0x3f) == 0 && ((int64(1)<<(_la-157))&10133099161617425) != 0) || ((int64((_la-232)) & ^0x3f) == 0 && ((int64(1)<<(_la-232))&18015499698831617) != 0) || ((int64((_la-300)) & ^0x3f) == 0 && ((int64(1)<<(_la-300))&9007199322050625) != 0) || ((int64((_la-435)) & ^0x3f) == 0 && ((int64(1)<<(_la-435))&-144097595889811453) != 0) || ((int64((_la-499)) & ^0x3f) == 0 && ((int64(1)<<(_la-499))&12516927) != 0)) { @@ -188993,11 +188421,11 @@ func (s *Sql_expressionContext) Accept(visitor antlr.ParseTreeVisitor) interface func (p *PostgreSQLParser) Sql_expression() (localctx ISql_expressionContext) { localctx = NewSql_expressionContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1622, PostgreSQLParserRULE_sql_expression) + p.EnterRule(localctx, 1620, PostgreSQLParserRULE_sql_expression) var _la int p.EnterOuterAlt(localctx, 1) - p.SetState(11229) + p.SetState(11185) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -189006,16 +188434,16 @@ func (p *PostgreSQLParser) Sql_expression() (localctx ISql_expressionContext) { if _la == PostgreSQLParserDISTINCT { { - p.SetState(11228) + p.SetState(11184) p.Distinct_clause() } } { - p.SetState(11231) + p.SetState(11187) p.Opt_target_list() } - p.SetState(11233) + p.SetState(11189) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -189024,12 +188452,12 @@ func (p *PostgreSQLParser) Sql_expression() (localctx ISql_expressionContext) { if _la == PostgreSQLParserFROM { { - p.SetState(11232) + p.SetState(11188) p.From_clause() } } - p.SetState(11236) + p.SetState(11192) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -189038,12 +188466,12 @@ func (p *PostgreSQLParser) Sql_expression() (localctx ISql_expressionContext) { if _la == PostgreSQLParserWHERE { { - p.SetState(11235) + p.SetState(11191) p.Where_clause() } } - p.SetState(11239) + p.SetState(11195) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -189052,12 +188480,12 @@ func (p *PostgreSQLParser) Sql_expression() (localctx ISql_expressionContext) { if _la == PostgreSQLParserGROUP_P { { - p.SetState(11238) + p.SetState(11194) p.Group_clause() } } - p.SetState(11242) + p.SetState(11198) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -189066,12 +188494,12 @@ func (p *PostgreSQLParser) Sql_expression() (localctx ISql_expressionContext) { if _la == PostgreSQLParserHAVING { { - p.SetState(11241) + p.SetState(11197) p.Having_clause() } } - p.SetState(11245) + p.SetState(11201) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -189080,12 +188508,12 @@ func (p *PostgreSQLParser) Sql_expression() (localctx ISql_expressionContext) { if _la == PostgreSQLParserWINDOW { { - p.SetState(11244) + p.SetState(11200) p.Window_clause() } } - p.SetState(11248) + p.SetState(11204) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -189094,12 +188522,12 @@ func (p *PostgreSQLParser) Sql_expression() (localctx ISql_expressionContext) { if _la == PostgreSQLParserORDER { { - p.SetState(11247) + p.SetState(11203) p.Opt_sort_clause() } } - p.SetState(11251) + p.SetState(11207) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -189108,12 +188536,12 @@ func (p *PostgreSQLParser) Sql_expression() (localctx ISql_expressionContext) { if (int64((_la-61)) & ^0x3f) == 0 && ((int64(1)<<(_la-61))&270337) != 0 { { - p.SetState(11250) + p.SetState(11206) p.Opt_select_limit() } } - p.SetState(11254) + p.SetState(11210) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -189122,7 +188550,7 @@ func (p *PostgreSQLParser) Sql_expression() (localctx ISql_expressionContext) { if _la == PostgreSQLParserFOR { { - p.SetState(11253) + p.SetState(11209) p.Opt_for_locking_clause() } @@ -189235,10 +188663,10 @@ func (s *Expr_until_thenContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Expr_until_then() (localctx IExpr_until_thenContext) { localctx = NewExpr_until_thenContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1624, PostgreSQLParserRULE_expr_until_then) + p.EnterRule(localctx, 1622, PostgreSQLParserRULE_expr_until_then) p.EnterOuterAlt(localctx, 1) { - p.SetState(11256) + p.SetState(11212) p.Sql_expression() } @@ -189349,10 +188777,10 @@ func (s *Expr_until_semiContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Expr_until_semi() (localctx IExpr_until_semiContext) { localctx = NewExpr_until_semiContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1626, PostgreSQLParserRULE_expr_until_semi) + p.EnterRule(localctx, 1624, PostgreSQLParserRULE_expr_until_semi) p.EnterOuterAlt(localctx, 1) { - p.SetState(11258) + p.SetState(11214) p.Sql_expression() } @@ -189463,10 +188891,10 @@ func (s *Expr_until_rightbracketContext) Accept(visitor antlr.ParseTreeVisitor) func (p *PostgreSQLParser) Expr_until_rightbracket() (localctx IExpr_until_rightbracketContext) { localctx = NewExpr_until_rightbracketContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1628, PostgreSQLParserRULE_expr_until_rightbracket) + p.EnterRule(localctx, 1626, PostgreSQLParserRULE_expr_until_rightbracket) p.EnterOuterAlt(localctx, 1) { - p.SetState(11260) + p.SetState(11216) p.A_expr() } @@ -189577,10 +189005,10 @@ func (s *Expr_until_loopContext) Accept(visitor antlr.ParseTreeVisitor) interfac func (p *PostgreSQLParser) Expr_until_loop() (localctx IExpr_until_loopContext) { localctx = NewExpr_until_loopContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1630, PostgreSQLParserRULE_expr_until_loop) + p.EnterRule(localctx, 1628, PostgreSQLParserRULE_expr_until_loop) p.EnterOuterAlt(localctx, 1) { - p.SetState(11262) + p.SetState(11218) p.A_expr() } @@ -189708,15 +189136,15 @@ func (s *Make_execsql_stmtContext) Accept(visitor antlr.ParseTreeVisitor) interf func (p *PostgreSQLParser) Make_execsql_stmt() (localctx IMake_execsql_stmtContext) { localctx = NewMake_execsql_stmtContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1632, PostgreSQLParserRULE_make_execsql_stmt) + p.EnterRule(localctx, 1630, PostgreSQLParserRULE_make_execsql_stmt) var _la int p.EnterOuterAlt(localctx, 1) { - p.SetState(11264) + p.SetState(11220) p.Stmt() } - p.SetState(11266) + p.SetState(11222) p.GetErrorHandler().Sync(p) if p.HasError() { goto errorExit @@ -189725,7 +189153,7 @@ func (p *PostgreSQLParser) Make_execsql_stmt() (localctx IMake_execsql_stmtConte if _la == PostgreSQLParserINTO { { - p.SetState(11265) + p.SetState(11221) p.Opt_returning_clause_into() } @@ -189860,22 +189288,22 @@ func (s *Opt_returning_clause_intoContext) Accept(visitor antlr.ParseTreeVisitor func (p *PostgreSQLParser) Opt_returning_clause_into() (localctx IOpt_returning_clause_intoContext) { localctx = NewOpt_returning_clause_intoContext(p, p.GetParserRuleContext(), p.GetState()) - p.EnterRule(localctx, 1634, PostgreSQLParserRULE_opt_returning_clause_into) + p.EnterRule(localctx, 1632, PostgreSQLParserRULE_opt_returning_clause_into) p.EnterOuterAlt(localctx, 1) { - p.SetState(11268) + p.SetState(11224) p.Match(PostgreSQLParserINTO) if p.HasError() { // Recognition error - abort rule goto errorExit } } - p.SetState(11270) + p.SetState(11226) p.GetErrorHandler().Sync(p) - if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1120, p.GetParserRuleContext()) == 1 { + if p.GetInterpreter().AdaptivePredict(p.BaseParser, p.GetTokenStream(), 1116, p.GetParserRuleContext()) == 1 { { - p.SetState(11269) + p.SetState(11225) p.Opt_strict() } @@ -189883,7 +189311,7 @@ func (p *PostgreSQLParser) Opt_returning_clause_into() (localctx IOpt_returning_ goto errorExit } { - p.SetState(11272) + p.SetState(11228) p.Into_target() } @@ -189902,14 +189330,7 @@ errorExit: func (p *PostgreSQLParser) Sempred(localctx antlr.RuleContext, ruleIndex, predIndex int) bool { switch ruleIndex { - case 94: - var t *ColumnDefContext = nil - if localctx != nil { - t = localctx.(*ColumnDefContext) - } - return p.ColumnDef_Sempred(t, predIndex) - - case 607: + case 606: var t *B_exprContext = nil if localctx != nil { t = localctx.(*B_exprContext) @@ -189921,43 +189342,30 @@ func (p *PostgreSQLParser) Sempred(localctx antlr.RuleContext, ruleIndex, predIn } } -func (p *PostgreSQLParser) ColumnDef_Sempred(localctx antlr.RuleContext, predIndex int) bool { - switch predIndex { - case 0: - return p.Engine != EngineRedshift - - case 1: - return p.Engine == EngineRedshift - - default: - panic("No predicate with index: " + fmt.Sprint(predIndex)) - } -} - func (p *PostgreSQLParser) B_expr_Sempred(localctx antlr.RuleContext, predIndex int) bool { switch predIndex { - case 2: + case 0: return p.Precpred(p.GetParserRuleContext(), 8) - case 3: + case 1: return p.Precpred(p.GetParserRuleContext(), 7) - case 4: + case 2: return p.Precpred(p.GetParserRuleContext(), 6) - case 5: + case 3: return p.Precpred(p.GetParserRuleContext(), 5) - case 6: + case 4: return p.Precpred(p.GetParserRuleContext(), 4) - case 7: + case 5: return p.Precpred(p.GetParserRuleContext(), 10) - case 8: + case 6: return p.Precpred(p.GetParserRuleContext(), 2) - case 9: + case 7: return p.Precpred(p.GetParserRuleContext(), 1) default: diff --git a/postgresql/postgresql_parser_base.go b/postgresql/postgresql_parser_base.go index 4a9a981..aabf3a6 100644 --- a/postgresql/postgresql_parser_base.go +++ b/postgresql/postgresql_parser_base.go @@ -6,24 +6,15 @@ import ( "github.com/antlr4-go/antlr/v4" ) -type Engine int - -const ( - EnginePostgreSQL Engine = iota - EngineRedshift -) - type PostgreSQLParserBase struct { *antlr.BaseParser - Engine Engine parseErrors []*PostgreSQLParseError } func NewPostgreSQLParserBase(input antlr.TokenStream) *PostgreSQLParserBase { return &PostgreSQLParserBase{ BaseParser: antlr.NewBaseParser(input), - Engine: EnginePostgreSQL, } } diff --git a/postgresql/postgresqlparser_base_listener.go b/postgresql/postgresqlparser_base_listener.go index 46d1599..9680e7f 100644 --- a/postgresql/postgresqlparser_base_listener.go +++ b/postgresql/postgresqlparser_base_listener.go @@ -610,12 +610,6 @@ func (s *BasePostgreSQLParserListener) EnterColumnDef(ctx *ColumnDefContext) {} // ExitColumnDef is called when production columnDef is exited. func (s *BasePostgreSQLParserListener) ExitColumnDef(ctx *ColumnDefContext) {} -// EnterRs_colattributes is called when production rs_colattributes is entered. -func (s *BasePostgreSQLParserListener) EnterRs_colattributes(ctx *Rs_colattributesContext) {} - -// ExitRs_colattributes is called when production rs_colattributes is exited. -func (s *BasePostgreSQLParserListener) ExitRs_colattributes(ctx *Rs_colattributesContext) {} - // EnterColumnOptions is called when production columnOptions is entered. func (s *BasePostgreSQLParserListener) EnterColumnOptions(ctx *ColumnOptionsContext) {} diff --git a/postgresql/postgresqlparser_base_visitor.go b/postgresql/postgresqlparser_base_visitor.go index 946aea6..ec02c10 100644 --- a/postgresql/postgresqlparser_base_visitor.go +++ b/postgresql/postgresqlparser_base_visitor.go @@ -387,10 +387,6 @@ func (v *BasePostgreSQLParserVisitor) VisitColumnDef(ctx *ColumnDefContext) inte return v.VisitChildren(ctx) } -func (v *BasePostgreSQLParserVisitor) VisitRs_colattributes(ctx *Rs_colattributesContext) interface{} { - return v.VisitChildren(ctx) -} - func (v *BasePostgreSQLParserVisitor) VisitColumnOptions(ctx *ColumnOptionsContext) interface{} { return v.VisitChildren(ctx) } diff --git a/postgresql/postgresqlparser_listener.go b/postgresql/postgresqlparser_listener.go index 5ac791c..3104b66 100644 --- a/postgresql/postgresqlparser_listener.go +++ b/postgresql/postgresqlparser_listener.go @@ -292,9 +292,6 @@ type PostgreSQLParserListener interface { // EnterColumnDef is called when entering the columnDef production. EnterColumnDef(c *ColumnDefContext) - // EnterRs_colattributes is called when entering the rs_colattributes production. - EnterRs_colattributes(c *Rs_colattributesContext) - // EnterColumnOptions is called when entering the columnOptions production. EnterColumnOptions(c *ColumnOptionsContext) @@ -2758,9 +2755,6 @@ type PostgreSQLParserListener interface { // ExitColumnDef is called when exiting the columnDef production. ExitColumnDef(c *ColumnDefContext) - // ExitRs_colattributes is called when exiting the rs_colattributes production. - ExitRs_colattributes(c *Rs_colattributesContext) - // ExitColumnOptions is called when exiting the columnOptions production. ExitColumnOptions(c *ColumnOptionsContext) diff --git a/postgresql/postgresqlparser_visitor.go b/postgresql/postgresqlparser_visitor.go index 2ff577f..6f4290a 100644 --- a/postgresql/postgresqlparser_visitor.go +++ b/postgresql/postgresqlparser_visitor.go @@ -292,9 +292,6 @@ type PostgreSQLParserVisitor interface { // Visit a parse tree produced by PostgreSQLParser#columnDef. VisitColumnDef(ctx *ColumnDefContext) interface{} - // Visit a parse tree produced by PostgreSQLParser#rs_colattributes. - VisitRs_colattributes(ctx *Rs_colattributesContext) interface{} - // Visit a parse tree produced by PostgreSQLParser#columnOptions. VisitColumnOptions(ctx *ColumnOptionsContext) interface{} diff --git a/tools/fuzzing/DESIGN.md b/tools/fuzzing/DESIGN.md new file mode 100644 index 0000000..d5fc9c0 --- /dev/null +++ b/tools/fuzzing/DESIGN.md @@ -0,0 +1,230 @@ +# Grammar-Aware Fuzzing Tool Design + +## Overview + +A fuzzing tool that generates valid SQL inputs by analyzing ANTLR v4 grammar files, ensuring comprehensive parser testing with syntactically correct queries that can stress-test parsing performance and correctness. + +## Goals + +- **Valid Input Generation**: Generate syntactically correct SQL queries based on grammar rules +- **Performance Testing**: Create complex queries to test parser performance limits +- **Coverage Maximization**: Exercise all grammar rules and edge cases +- **Automated Testing**: Integrate with CI for continuous parser validation + +## Architecture + +``` +tools/fuzzing/ +├── generator/ # Core generation logic +│ ├── grammar_analyzer.go # Parse ANTLR grammar files +│ ├── rule_expander.go # Expand grammar rules to concrete syntax +│ └── query_builder.go # Build SQL queries from rule expansions +├── strategies/ # Different generation strategies +│ ├── depth_first.go # Generate deeply nested structures +│ ├── breadth_first.go # Generate wide, complex queries +│ └── weighted.go # Probability-based rule selection +├── corpus/ # Generated test cases and seeds +│ ├── seeds/ # Hand-crafted seed inputs +│ └── generated/ # Auto-generated test cases +└── cmd/ # CLI tools + └── fuzzer/ # Main fuzzer executable +``` + +## Core Components + +### 1. Grammar Analyzer + +Leverages the existing `tools/grammar/` ANTLR v4 parser to: +- Parse target grammar files (e.g., `postgresql.g4`, `cql.g4`) +- Extract production rules and their alternatives +- Build dependency graph between rules +- Identify terminal vs non-terminal symbols + +```go +type GrammarAnalyzer struct { + parser *grammar.ANTLRv4Parser + rules map[string]*Rule +} + +type Rule struct { + Name string + Alternatives []Alternative + Type RuleType // LEXER, PARSER, FRAGMENT +} +``` + +### 2. Rule Expander + +Recursively expands grammar rules into concrete syntax trees: +- Handles rule recursion with configurable depth limits +- Supports probability-weighted alternative selection +- Manages lexer rules and literal generation +- Tracks generation context for smart decisions + +```go +type RuleExpander struct { + grammar *ParsedGrammar + maxDepth int + weights map[string]float64 + random *rand.Rand +} +``` + +### 3. Query Builder + +Converts syntax trees to executable SQL strings: +- Handles whitespace and formatting +- Manages identifier generation (table names, columns) +- Ensures semantic consistency where possible +- Outputs parseable query strings + +## Generation Strategies + +### Depth-First Strategy +- Generates deeply nested subqueries, expressions +- Tests parser stack limits and recursion handling +- Focuses on structural complexity + +### Breadth-First Strategy +- Creates wide queries with many clauses, joins, columns +- Tests parser memory usage and performance +- Focuses on query size and breadth + +### Weighted Strategy +- Uses probability weights for rule selection +- Biases toward commonly used constructs +- Configurable via weight files per dialect + +## Integration Points + +### With Existing Grammar Parser +```go +// Reuse tools/grammar/ for parsing target grammars +analyzer := NewGrammarAnalyzer() +targetGrammar, err := analyzer.ParseGrammarFile("postgresql/PostgreSQLLexer.g4") +``` + +### With Parser Testing +```go +// Generate test cases for specific parser +fuzzer := NewFuzzer(postgresqlGrammar) +queries := fuzzer.GenerateQueries(1000) + +for _, query := range queries { + // Test against postgresql parser + result := postgresqlParser.Parse(query) + // Collect metrics, detect crashes +} +``` + +## Configuration + +### Fuzzer Config +```yaml +target_grammar: "postgresql" +strategies: + - name: "depth_first" + weight: 0.3 + max_depth: 15 + - name: "breadth_first" + weight: 0.4 + max_width: 50 + - name: "weighted" + weight: 0.3 + weights_file: "postgresql_weights.yaml" + +generation: + count: 10000 + max_query_length: 100000 + seed: 42 + +output: + format: "sql" + directory: "corpus/generated" +``` + +### Grammar Weights +```yaml +# postgresql_weights.yaml +rules: + selectStmt: 0.4 + insertStmt: 0.2 + updateStmt: 0.2 + deleteStmt: 0.1 + createStmt: 0.1 + + # Bias toward complex expressions + expr: + binaryOp: 0.4 + functionCall: 0.3 + subquery: 0.2 + literal: 0.1 +``` + +## CLI Interface + +```bash +# Generate queries for PostgreSQL +./fuzzer generate --grammar postgresql --count 1000 --strategy weighted + +# Run continuous fuzzing with performance metrics +./fuzzer fuzz --grammar cql --duration 1h --metrics + +# Validate existing corpus against parser +./fuzzer validate --grammar postgresql --corpus corpus/postgresql/ +``` + +## Performance Metrics + +### Generation Metrics +- Queries generated per second +- Grammar rule coverage percentage +- Distribution of query complexity (depth, width) + +### Parser Testing Metrics +- Parse success rate +- Average parse time per query +- Memory usage during parsing +- Parser crash/error detection + +## Implementation Phases + +### Phase 1: Foundation (Week 1-2) +- Basic grammar analyzer using existing ANTLR parser +- Simple rule expander with depth-first strategy +- Command-line interface for manual testing + +### Phase 2: Core Features (Week 3-4) +- Multiple generation strategies +- Configuration system +- Basic corpus management +- Integration with existing parser tests + +### Phase 3: Advanced Features (Week 5-6) +- Weighted generation with probability tuning +- Performance metrics collection +- CI integration for continuous fuzzing +- Corpus minimization and deduplication + +### Phase 4: Optimization (Week 7-8) +- Generation performance optimization +- Advanced semantic awareness +- Custom mutation strategies +- Comprehensive documentation + +## Future Enhancements + +- **Semantic Awareness**: Generate queries with valid schema references +- **Mutation-Based Fuzzing**: Mutate existing queries to explore edge cases +- **Differential Testing**: Compare parser outputs across database dialects +- **Performance Regression Detection**: Track parser performance over time +- **Grammar Evolution**: Adapt fuzzing as grammars evolve + +## Dependencies + +- Existing `tools/grammar/` ANTLR v4 parser +- Go standard library (`rand`, `fmt`, `strings`) +- YAML configuration parsing +- CLI framework (e.g., `cobra`) + +This design provides a solid foundation for grammar-aware fuzzing while leveraging our existing ANTLR infrastructure. \ No newline at end of file